/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}img:not([alt]){filter:blur(10px)}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
body {
    height: 100%;
    font-size: 16px;
    font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
    font-weight: 300;
    line-height: 1.8;
    color: #000;
}
/*------------------- text -------------------*/
.txt_center {
    text-align: center;
}
.title_homewood {
    text-align: center;
    font-size: 40px;
    max-width: 520px;
    margin: 100px auto 40px;
    position: relative;
    border-bottom: 2px solid #000;
    line-height: 0.7;
    padding: 0 94px 0.1em;
    font-weight: 700;
}
.title_homewood .title_engsub {
    font-size: 20px;
    font-weight: 500;
}
.title_homewood::before ,
.title_homewood::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
}
.title_homewood::before {
    width: 89px;
    height: 89px;
    background: url(../img/common/icon_title_home.png) no-repeat center bottom;
    background-size: 100%;
    left: 0;
}
.title_homewood::after {
    width: 81px;
    height: 81px;
    background: url(../img/common/icon_title_wood.png) no-repeat center bottom;
    background-size: 100%;
    right: 0;
}
@media screen and (max-width: 824px) {
    .title_homewood {
        font-size: 28px;
        padding: 0 50px 0em;
        width: 98%;
        margin: 80px auto 30px;
        line-height: 1;
    }
    .title_homewood .title_engsub {
        font-size: 16px;
    }
    .title_homewood::before {
        width: 73px;
        height: 73px;
    }
    .title_homewood::after {
        width: 83px;
        height: 83px;

    }
}
/*------------------- link -------------------*/
a {
    transition: 0.3s;
}
a:hover {
    transition: 0.3s;
}
::before , ::after {
    transition: 0.3s;
}
.btn_link {
    margin-top: 30px;
}
.btn_link a {
    display: inline-block;
    background: #4C6E29 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00000029;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    padding: 16px;
    min-width: 350px;
    transition-duration: 0.3s;
}
.btn_link a::after {
    content: " ";
    display: inline-block;
    vertical-align: bottom;
    background: url(../img/common/icon_btn_arrow.svg) no-repeat center center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-left: 6px;
}
.btn_link a:hover {
    box-shadow: none;
    background-color: #000;
    transition-duration: 0.3s;
}
@media screen and (max-width: 824px) {
    .btn_link a {
        font-size: 16px;
        min-width: 180px;
        width: 94%;
        padding: 16px;
    }
    .btn_link a::after {
        position: absolute;
        right: 8%;
    }
}
/* flex */
.flex21 {
    display: flex;
    justify-content: space-between;
}
.flex21 .flexbox {
    width: 48.5%;
}

.image-layer {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(58, 58, 58);
	background-position: center center;
}
/*------------------- header -------------------*/
header {
    width: 100%;
    background: linear-gradient(to bottom , #4C6E29 80%, #FFF 20%);
    position: relative;
}
.wrap-header {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    z-index: 6;
}
.wrap-header .logo_header {
    width: 15%;
    margin-left: 2%;
}
.wrap-header .logo_header img {
    max-width: 349px;
    min-width: 174.5px;
    width: 100%;
    display: inline;
}
.wrap-header .logo_header img:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
}
.wrap-header .logo_header {
    line-height: 0;
}
.wrap-header .gl_nav {
    width: 100%;
}
.wrap-header nav {
    width: 40%;
}
.wrap-header .gl_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    font-size: 16px;
}
.wrap-header .gl_nav li {
    margin-left: 20px;
    margin-bottom: 10px;
}
.wrap-header .gl_nav li:nth-of-type(3) {
    margin-left: 40px;
}
.wrap-header .gl_nav .draw_btn {
    margin-right: 25px;
    padding-right: 27px;
    margin-bottom: 10px;
    border-right: 1px solid #FFF;
}
.wrap-header .gl_nav a {
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    font-weight: 400;
    font-size: 20px;
}
.wrap-header .gl_nav a:hover {
    opacity: 0.7;
}
.wrap-header .gl_nav a img {
    max-width: 53px;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 0;
}
.wrap-header .gl_nav .contact_btn {
    margin-left: 20px;
    margin-bottom: 10px;
}
.wrap-header .gl_nav .contact_btn a {
    display: flex;
    align-items: center;
}
.wrap-header .gl_nav .contact_btn a span.icon_mail_h {
    margin-left: 17px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    width: 48px;
    background-color: #FFF;
}
.drawer-hamburger-icon:before {
    top: -16px;
}
.drawer-hamburger-icon:after {
    top: 16px;
}
.drawer-hamburger-icon {
    margin-top: 2px;
}
.drawer-hamburger {
    color: #FFF;
    padding: 0;
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    height: 42px;
}
.drawer-hamburger:hover {
    opacity: 0.7;
}
.drawer-hamburger::before {
    content: "MENU";
    display: inline-block;
    margin-right: 17px;
    font-size: 20px;
}
.drawer-open .drawer-hamburger::before {
    content: "CLOSE";
}
.drawer-open .drawer-overlay {
    display: none;
}
.drawer-open .menu_box .drawer-nav {
    background-color:rgba(255,255,255, 0.8);
    height: auto;
    width: 40%;
    padding: 40px 75px 1px 75px;
}
.menu_box .drawer-nav {
    top: 80px;
}
.menu_box .drawer-nav ul {
    list-style: none;
    padding: 0;
}
.menu_box .drawer-nav li {
    border-left: 3px solid #000;
    padding-left: 20px;
    margin-bottom: 40px;
}
.menu_box .drawer-nav li a {
    font-size: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: .3s;
    display: inline-block;
}
.menu_box .drawer-nav li a:hover ,
.menu_box .drawer-nav li a:hover::after {
    color: #4C6E29;
}
.menu_box .drawer-nav li a:after {
    display: block;
    font-size: 20px;
    font-weight: 400;
}
.menu_box .drawer-nav li.home_btn a:after {
    content: "HOME";
}
.menu_box .drawer-nav li.company_btn a:after {
    content: "ABOUT";
}
.menu_box .drawer-nav li.price_btn a:after {
    content: "PRICE";
}
.menu_box .drawer-nav li.image_btn a:after {
    content: "IMAGE";
}
.menu_box .drawer-nav li.news_btn a:after {
    content: "NEWS";
}
.menu_box .drawer-nav li.incontact_btn a:after {
    content: "CONTACT";
}
.sns_nav {
    display: none;
}
.main_tri {
    margin-top: -150px;
    width: 100%;
    height: calc(80vh - 150px);
    position: relative;
}
.main_tri::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/top/tri_cover_top.svg) no-repeat center top;
    background-size: 100%;
    position: absolute;
    left: 0; 
    top: 0;
    z-index: 2;
}
@media screen and (max-width: 824px) {
    header {
        min-height: 150px;
        background: linear-gradient(to bottom , #4C6E29 60%, #FFF 40%);
    }
    .wrap-header {
        box-sizing: border-box;
        margin: 0 auto 0;
        padding: 12px 0 6px;
        width: 94%;
        height: 60px;
    }
    .wrap-header .logo_header {
        width: 30%;
    }
    .wrap-header .logo_header img {
        max-width: 50px;
        min-width: 10px;
    }
    .wrap-header .gl_nav {
        margin-top: 10px;
    }
    .wrap-header .gl_nav a {
        font-size: 13px;
    }
    .wrap-header .gl_nav a img {
        max-width: 31px;
    }
    .wrap-header .gl_nav .draw_btn {
        margin-right: 0;
        margin-bottom: 0;
        padding-right: 15px;
        height: 23px;
    }
    .drawer-hamburger {
        height: 24px;
    }
    .wrap-header .gl_nav .drawer-hamburger-icon {
        margin-top: 0;
        width: 30px;
    }
    .wrap-header .gl_nav .drawer-hamburger-icon:before {
        top: -10px;
        width: 30px;
    }
    .wrap-header .gl_nav .drawer-hamburger-icon:after {
        top: 10px;
        width: 30px;
    }
    .drawer-open .wrap-header .gl_nav .drawer-hamburger-icon:before ,
    .drawer-open .wrap-header .gl_nav .drawer-hamburger-icon:after {
        top: 0px;
    }
    .wrap-header .gl_nav .contact_btn {
        height: 23px;
        margin: 0 0 0 15px;
    }
    .wrap-header .gl_nav .contact_btn a::after {
        width: 34px;
        height: 25px;
    }
    .wrap-header .gl_nav .contact_btn a span.icon_mail_h {
        margin-left: 0;
    }
    .wrap-header .gl_nav .contact_btn a span.txt_mail_h {
        display: none;
    }
    .wrap-header .gl_nav .sns_btn {
        display: none;
    }
    .drawer-hamburger::before {
        display: none;
    }
    .drawer-open .menu_box .drawer-nav {
        width: 50%;
        background-color: #FFF;
        padding: 30px 50px 10px;
    }
    .menu_box .drawer-nav li {
        margin-bottom: 25px;
    }
    .menu_box .drawer-nav li a {
        font-size: 19px;
    }
    .menu_box .drawer-nav li a:after {
        font-size: 13px;
    }
    .sns_nav {
        display: flex;
        position: relative;
        align-items: center;
        bottom: 0;
        width: 100%;
        bottom: 0;
    }
    .sns_nav li {
        width: 33.3%;
        height: 60px;
    }
    .sns_nav a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }
    .sns_nav .sns_btn_line a {
        background-color: #00B900;
    }
    .sns_nav .sns_btn_line img {
        height: 44px;
    }
    .sns_nav .sns_btn_facebook a {
        background-color: #1877F2;
    }
    .sns_nav .sns_btn_facebook img {
        height: 38px;
    }
    .sns_nav .sns_btn_insta a {
        background-color: #CC007C;
    }
    .sns_nav .sns_btn_insta img {
        height: 29px;
    }
    .main_tri {
        margin-top: -50px;
        height: 268px;
    }
}
@media screen and (max-width: 540px) {
    .main_tri {
        height: 198px;
    }
}
@media screen and (max-width: 480px) {
    .drawer-open .menu_box .drawer-nav {
        width: 100%;
    }
    .main_tri::before {
        background: url(../img/top/tri_cover_top_sp.svg) no-repeat center top;
        background-size: 100%;
    }
    .main_tri {
        height: 158px;
    }
}
@media screen and (max-width: 320px) {
    .main_tri {
        height: 128px;

    }
}


/*------------------- footer -------------------*/
footer {
    background-color: #FFF;
}
.wrap_footer {
    margin-top: 100px;
    background: url(../img/common/bg_footer.jpg) no-repeat center top;
    background-size: cover;
    padding: 1px 0;
    margin-bottom: 148px;
}
.inner_footer {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.inner_footer .logo {
    color: #FFF;
}
.inner_footer .logo img {
    max-width: 300px;
    margin: 0 auto 10px;
}
.inner_footer .logo a {
    display: inline-block;
}
.inner_footer .logo a:hover {
    opacity: 0.7;
}
.inner_footer .footer_info ul {
    list-style: none;
    padding: 0;
    color: #FFF;
}
.inner_footer .footer_sns ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.inner_footer .footer_sns ul li {
    margin: 0 10px;
}
.inner_footer .footer_sns ul li img {
    width: 64px;
}
.inner_footer .footer_sns ul li a {
    display: inline-block;
}
.inner_footer .footer_sns ul li a:hover {
    opacity: 0.7;
}
.inner_footer .copyright {
    margin: 25px auto 45px;
    font-size: 12px;
}
.inner_footer .page_top a {
    font-size: 25px;
    text-decoration: none;
    color: #FFF;
    display: inline-block;
}
.inner_footer .page_top a::before {
    content: " ";
    width: 60px;
    height: 20px;
    border-right: 30px solid transparent;
    border-bottom: 20px solid #FFF;
    border-left: 30px solid transparent;
    display: block;
    margin: 20px auto 5px;
}
.inner_footer .page_top a:hover {
    opacity: 0.7;
}
.menu-footer-menu-container ul {
    display: flex;
    justify-content: center;
    margin: 50px auto 25px;
}
.menu-footer-menu-container ul li {
    border-right: 2px solid #FFF;
}
.menu-footer-menu-container ul li:last-child {
    border-right: none;
}
.menu-footer-menu-container ul li a {
    text-decoration: none;
    color: #FFF;
    font-size: 20px;
    display: block;
    padding: 0 1.5em;
}
.menu-footer-menu-container ul li a:hover {
    text-decoration: underline;
}
.footer_float {
    background-color: #B4BC67;
    padding: 1px 0;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}
.footer_float ul {
    max-width: 1040px;
    width: 90%;
    margin: 20px auto;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}
.footer_float ul li {
    margin-right: 10px;
    width: 500px;
}
.footer_float ul li:last-of-type {
    margin-right: 0;
}
.footer_float ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #2C6334;
    box-shadow: 3px 3px 6px #00000029;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
    height: 106px;
    line-height: 1;
}
.footer_float ul li a:hover {
    background-color: #000;
}
.footer_float ul li a .font_s {
    font-size: 16px;
    display: inline-block;
}
.footer_float .icon_doc ,
.footer_float .icon_line ,
.footer_float .icon_tel {
/*    display: flex;
    align-items: center;*/
    display: block;
    min-height: 54px;
}
.tel_detail {
    display: inline-block;
}
.footer_float .icon_doc::before ,
.footer_float .icon_line::before ,
.footer_float .icon_tel::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    height: 54px;
    background: url(../img/common/icon_document.png) no-repeat center center;
    background-size: 100%;
    margin-right: 10px;
    margin-bottom: 0.2em;
}
.footer_float .icon_line::before {
    width: 41px;
    height: 54px;
    background: url(../img/common/icon_line_float.png) no-repeat center center;
    background-size: 100%;
    margin-bottom: 0.4em;
}
.footer_float .icon_tel::before {
    width: 53px;
    height: 51px;
    background: url(../img/common/icon_tel.png) no-repeat center center;
    background-size: 100%;
    vertical-align: super;
}
@media screen and (max-width: 1024px) {
    .footer_float ul li a {
        font-size: 20px;
    }
    .footer_float .icon_tel::before {
        vertical-align: text-bottom;
    }
}
@media screen and (max-width: 824px) {
    .wrap_footer {
        margin-bottom: 60px;
        background: none;
    }
    .inner_footer {
        width: 100%;
        max-width: 768px;
    }
    .menu-footer-menu-container {
        background: url(../img/common/bg_footer_sp.png) no-repeat center bottom #4C6E29;
        background-size: 100%;
        padding-bottom: 70px;
    }
    .menu-footer-menu-container ul {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .menu-footer-menu-container ul li {
        width: 50%;
        border-width: 1px;
    }
    .menu-footer-menu-container ul li:nth-child(odd) {
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
    }
    .menu-footer-menu-container ul li:nth-child(even) {
        border-right: none;
        border-bottom: 1px solid #FFF;
    }
    .menu-footer-menu-container ul li a {
        font-size: 14px;
        padding: 20px 5px;
        position: relative;
    }
    .menu-footer-menu-container ul li a::after {
        content: " ";
        display: block;
        position: absolute;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        right: 10px;
        top: 50%;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
    }
    .inner_footer .page_top {
        text-align: right;
        width: 94%;
        margin: 0 auto;
    }
    .inner_footer .page_top a {
        background-color: #4C6E29;
        width: 43px;
        height: 43px;
        border-radius: 50%;
        overflow: hidden;
    }
    .inner_footer .page_top a::before {
        width: 12px;
        height: 12px;
        border-right-width: 10px;
        border-bottom-width: 12px;
        border-left-width: 10px;
        margin: 15px auto;
    }
    .inner_footer .logo {
        color: #000;
    }
    .inner_footer .logo a {
        line-height: 0;
    }
    .inner_footer .logo picture {
        max-width: 100%;
    }
    .inner_footer .logo img {
        max-width:98%;
        margin-bottom: 0;
    }
    .inner_footer .footer_info ul {
        color: #000;
    }
    .footer_float ul {
        width: 94%;
        margin: 10px auto;
    }
    .footer_float ul li a {
        font-size: 14px;
        height: auto;
        padding: 2px 0 5px;
    }
    .footer_float .icon_doc::before ,
    .footer_float .icon_line::before ,
    .footer_float .icon_tel::before {
        display: block;
        width: 38px;
        height: 38px;
        margin: 0 auto 0px;
    }
    .footer_float .icon_line::before {
        width: 31px;
        height: 39px;

    }
    .footer_float .icon_tel::before {
        width: 39px;
        height: 39px;

    }
    .footer_float ul li {
        margin-right: 5px;
    }
}
@media screen and (max-width: 480px) {
    .menu-footer-menu-container ul li a {
        font-size: 12px;
    }
    .inner_footer .logo p {
        font-size: 10px;
        font-weight: 500;
    }
    .inner_footer .footer_info ul {
        font-size: 10px;
        font-weight: 400;
    }
    .inner_footer  .copyright {
        font-size: 10px;
        font-weight: 400;
    }
}
/*------------------- breadcrumb -------------------*/
.breadcrumb {
   width: 98%;
   max-width: 1040px;
   margin: 0 auto;
    padding: 0.5em 0;
    font-size: 14px;
}
.breadcrumb > span {
    display: flex;
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
    font-size: 0.9rem;
    padding: 0;
    color: #D0305F;
}
.breadcrumb > span > span > a:nth-child(1) {
    text-indent:;
    display: inline-block;
}
.breadcrumb > span > span > a:nth-child(1)::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    margin-bottom: 3px;
    background: url(../img/common/icon_bread_home.png) no-repeat center center;
    background-size: 100%;
    margin-right: -1em;
}
.breadcrumb a {
    color: #000;
    text-decoration: none;
}
.breadcrumb a:hover {
    opacity: 0.7;
}
.breadcrumb  a:hover::before {
    opacity: 0.7;
}
.breadcrumb > span > span  a::after ,
.breadcrumb > span > span > span::after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin: 0 0.4em 0.2em;
}
.sp_page_title {
    display: none;
}
.breadcrumb > span > span > span:last-child::after {
    display: none;
}
@media screen and (max-width: 824px) {
    .sp_page_title {
        display: block;
    }
    .pc_page_title {
        display: none;
    }
    .wrap-page_title {
        height: 200px;
    }
    .inner-page_title h1 ,
    .inner-page_title > div {
        font-size: 34px;
    }
    .breadcrumb > span {
        width: 94%;
        justify-content: center;
    }
    .breadcrumb {
        padding: 15px 0;
    }
    .breadcrumb > span {
        font-size: 12px;
    }
}
.inner_common {
    width: 98%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.pc_hidden {
    display: none;
}
@media screen and (max-width: 824px) {
    .pc_hidden {
        display: inherit;
    }
    .sp_hidden {
        display: none;
    }
}
.search_inner {
    width: 94%;
    margin: 0 auto;
}
.search_wrap {
    border: 1px solid #707070;
    display: block;
    width: 94%;
    margin: 0 auto 50px;
}
#search_form{
    position:relative;
}
#s-box {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 0.5em;
    border: none;
}
#s-btn-area {
    position: absolute;
    right: 3%;
    background-color: #FFF;
    width: 48px;
    height: 48px;
    border: none;
    overflow: hidden;
    padding: 0;
    top: 6px;
}
#s-btn-area::before {
    content: " ";
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/common/icon_search.png) no-repeat center center;
    background-size: cover;
}
/* 料金表示 */
#price .main_tri {
    background: url(../img/company/bg_head_company.jpg) no-repeat center bottom;
    background-size: cover;
}
#price .inner_common {
    margin-top: 70px;
}
#price table {
    max-width: 700px;
    width: 98%;
    margin: 0 auto;
    font-size: 18px;
    border-collapse: collapse;
}
#price table th ,
#price table td {
    padding: 15px 0;
    box-sizing: border-box;
}
#price table th {
    font-weight: 500;
    border-bottom: 1px solid #D0305F;
    width: 25%;
}
#price table td {
    border-bottom: 1px solid #D0305F;
    width: 75%;
}
@media screen and (max-width: 824px) {
    #price .main_tri {
        background: url(../img/company/bg_head_company_sp.jpg) no-repeat center bottom;
        background-size: 100%;
    }
    #price .inner_common {
        margin-top: 0;
    }
    #price table {
        width: 96%;
        font-size: 14px;
    }
    #price table th ,
    #price table td {
        display: block;
        width: 100%;
        text-align: center;
    }
    #price table th {
        background-color: #D0305F;
        color: #FFF;
        padding: 10px 0;
    }
    #price table td {
        padding: 15px 0;
        border: 1px solid #707070;
    }
}