﻿html{
    overflow-x: hidden;
}
.pagebg{
    background-image: url('./Dup/img/pageBg.jpg');
}
.txt_color1{
    color: #2f0101;
}
.fa-mobile-alt{
    margin-right: 3px;
}
@media (max-width: 667px){
    .pagebg{
        background-position: 0 -20px;
    }
}
/*固定ボタン*/
#reserveBt {
    width: 200px;
    height: 200px;
    right: -200px;
    top: 77vh;
    z-index: 999;
    transition-duration: 0.5s;
}
    #reserveBt.visible{
        right: 20px;
        transition-duration: 0.5s;
    }
#reserveBt:hover{
    transform: scale(1.05);
    transition-duration: 0.5s;
}
#reserveBt .ResbtOut{
    animation: rotate linear 15s infinite;
}
#reserveBt .button-wrap{
    height: 200px;
    border-radius: 50%;
    transition-duration: 0.8s;
}
#reserveBt .button-wrap.bgcolorB{
    background-color: rgba(244,143,87,0.6);
    transition-duration: 0.8s;
}
#reserveBt .button-wrap.bgcolorBs{
    background-color: rgba(244,143,87,0.6);
}

@keyframes rotate{
    0%{transform:rotate(0);}
    100%{transform:rotate(360deg);}
}
@media (max-width: 1680px){
    #reserveBt{
        top: 73vh;
    }
}
@media (max-width: 768px){
    #reserveBt{
        display: none;
    }
    #reserveBt .button-wrap{
        background-color: rgba(244,143,87,0.6);
    }
    .tb_button{
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 200px;
    }
    .tb_button a{
        background-color: rgba(244,143,87,0.6);
        text-align: center;
    }
}
@media (max-width: 667px){
    #reserveBt{
        width: 80px;
        height: 80px;
        right: -100px;
        bottom: 385px;
        transition-duration: 0.5s;
    }
    #reserveBt.visible{
        right: 10px;
        transition-duration: 0.5s;
    }
    #reserveBt .button-wrap{
        height: 80px;
    }
}
/*header*/
header{
    padding: 33px 20px;
}
header.bg_color4{
    background-color: transparent;
}
header .head_box {
    border: solid 2px #fefefe;
    border-radius: 30px;
    max-height: 93vh;
    transition-duration: 0.8s;
}
header .head_box.bgcolorB{
    background-color: rgba(0,0,0,0.2);
    transition-duration: 0.8s;
}

header .head_box .txt_color1 {
    color: #fefefe;
    mix-blend-mode: difference;
}
header .head_box a.bg_color3{
    background-color: transparent;
}
header .tel_bt .border_so1-t{
    border-top: none;
}
header .tel_bt.cellphone {
    margin-bottom: 40px;
}
header .shortBorder{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 1px;
    background-color: #fefefe;
}
header .head_banner {
    margin-top: 40px;
}
header.headers{
   height: 6vh;
}
header #main_menu li a{
    font-size: 16px;
}
@media (max-width: 768px){
    header{
        height: 10vh;
    }
    header .head_box{
        margin: 0 10px;
        border: none;
    }
    header .head_box.width_300-max{
        max-width: 100px;
    }
    header .head_box a.bg_color3{
        background-color: rgba(244,143,87,0.6);
        border-radius: 100vh;
    }
    .head_banner {
        display: none;
    }
    .head_box{
        min-height: 50%;
    }
}
@media (max-width: 667px){
    header.bg_color4{
        padding: 10px;
    }
    header .head_box.width_300-max{
        max-width: 85px!important;
    }
    #sp_nav .fat-nav__wrapper ul.bg_white{
        background-color: #faf9f4;
    }
}
/*fv*/
#mainBg{
    width: 100vw;
    max-width: 100%;
    max-height: 100vh;
    overflow-y: hidden;
}
#mainBg img{
    object-fit: cover;
}

#catchCopy{
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
#catchCopy img{
    width: 10%!important;
}
@media (max-width: 768px){
    #catchCopy{
        height: 40vh;
    }
    #catchCopy img{
        width: 25%!important;
    }
}
@media (max-width: 667px){
    #catchCopy{
        height: 28vh;
    }
}
/*TOP*/
.main_box{
    margin-left: 270px;
}
#contents_box h2 br{
    display: none;
}
#attach{
    left: -250px;
    width: 100vw;
}
figure.img5 img, figure.img6, figure.img7{
    border-radius: 30px;
}
#contents1{
    padding: 0;
    margin: 100px 10%;
}
#Introduction{
    max-width: 1040px;
    top: 0;
    left: -100px;
}
#Intro-exterior{
    right: -13%;
    bottom: -46.5%;
    max-width: 57%;
    z-index: 2;
}
#contents1 h2.txt2{
    padding-top: 139px;
}
#contents1 p{
    font-size: 1.15rem;
}
#contents1 p.txt3 {
    max-width: 58%;
}
#aboutUs {
    top: -55px;
    left: -110px;
}
#contents2 p{
    font-size: 1.15rem;
}
#contents2 .txt4{
    padding-top: 63px;
}
#contents3_bg{
    position: relative;
    width: 100vw;
    left: -250px;
}
#contents3{
    padding: 0px 10% 100px 20%;
}
@media (max-width: 1680px){
    #contents1 p.txt3 {
        max-width: 70%;
    }
    #attach{
        left: auto;
        width: 100%;
    }
}
@media (max-width: 768px){
    .main_box{
        margin-left: 0;
    }
    .main_box.pdt380{
        padding-top: 380px;
    }
    #contents_box h2 br{
        display: block;
    }
    #Introduction{
        left: -60px;
    }
    #Intro-exterior{
        bottom: -29.5%;
    }
    #aboutUs{
        left: -20px;
    }
    #contents3_bg{
        left: 0;
    }
    #contents3 {
        padding: 0px 10% 100px;
    }
}
@media (max-width: 667px){
    .main_box.pdt135{
        padding-top: 135px;
    }
    #contents1 h2.txt2{
        padding-top: 90px;
    }
    #Introduction {
        left: -30px;
    }
    #Intro-exterior{
        bottom: -20.5%;
        right: -12.5%;
    }
    #contents1 p.txt3{
        max-width: 100%;
    }
}
@media (max-width: 330px){
     .more a.width_300{
        width: 100%; 
     }
}
/*下層一般*/
header .head_box.bgcolorBs{
    background-color: rgba(0,0,0,0.2);
}
#page_title{
    position: relative;
    width: 100vw;
    left: -270px;
}
.page_inner ul.flex_top-center{
    justify-content: flex-start;
}
#page_title .page_box{
    padding: 80px 0 0 270px;
}
.cate_list li a{
    color: #fefefe;
}
.cate_list li a.bg_color2{
    background-color: #a89d73;
}
.cate_list li a.bg_color2:hover{
     background-color: #603813;
}
@media (max-width: 1280px){
    #page_title{
        left: auto;
    }
}
@media (max-width: 768px){
    #page_title .page_box{
        padding: 80px 0 0;
    }
}
/*お知らせ*/
.pager a{
    color: #fefefe;
}
.pager a.bg_color2{
    background-color: #a89d73;
}
.pager a.bg_color2:hover{
     background-color: #603813;
}
/*お問い合わせ*/
#page8 .border_color4{
    border-color: #603813;
}
#contact_tel.border_so2{
    border: solid 1px #603813;
}
#contact_tel a.txt_color3{
    color: #603813;
}
/*サイトマップ*/
#page10 li a.bg_color2{
    background-color: #a89d73;
}
#page10 a{
    color: #fefefe;
}
#page10 a.bg_color2:hover{
     background-color: #603813;
}
/*footer*/
footer .d_flex.flex_top{
    align-items: center;
}
.footer_cms.mg_t-20px {
    margin-bottom: 15px;
    margin-top: 0;
}
.foot_tel_bt.mg_t-20px {
    margin-top: 0;
}
@media (max-width: 667px){
    footer h2.logo{
        text-align: center;
    }
    footer p.footer_cms {
        text-align: center;
    }
}

/*--------------------------------追加分----------------------------*/
#main_img{
    width: 100vw;
}
#video video{
    transform: translate(-50%,-50%) scale(1.2);
}
@media (max-width: 768px){
    #video video{
        transform: none;
    }
    .main_box.pdt380{
        padding-top: 0;
    }
    .hamburger{
        background-color: rgba(254,254,254,0.5);
        width: 63px;
        height: 42px;
    }
}
@media (max-width: 667px){
    .hamburger{
        width: 50px;
        height: 40px;
    }
}