@charset "utf-8";
/*==============================
    基本設定
==============================*/
body{
    color:#333;
    font-size:12px;
    font-family:'YakuHanJP_Narrow','游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    margin:0;
    padding:0;
    text-align:left;
    background:#fff;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0.25);
    position:relative;
    word-break:break-all;
    min-width:1400px;
}
.fOswald{font-family: 'Oswald', sans-serif;}
@media only screen and (max-width:767px){
    body{
        min-width:0;
        font-size:9px;
    }
}

body *, body *::before, body *::after{box-sizing:border-box;}
img{vertical-align:bottom;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
th{
    font-weight:normal;
    text-align:left;
}

/*font layout*/
.fBold{font-weight:bold;}
.fSerif{font-family:'Noto Serif Japanese', serif;}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover,
.cursorPointer:hover{ opacity:0.8; }
.ro a,
a.ro,
a .ro,
.cursorPointer{
    transition:opacity 0.2s ease-out;
}
.cursorPointer{cursor:pointer;}
@media only screen and (max-width:767px){
    .ro a:hover,
    a.ro:hover,
    a .ro:hover,
    .cursorPointer:hover{ opacity:1; }
}

/*rollover(brightnessによる変化)*/
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.brt a,
a.brt,
a .brt{
    transition:filter 0.2s ease-out;
}
@media only screen and (max-width:767px){
    .brt a:hover,a.brt:hover,a .brt:hover{ filter:none; }
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover,
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover{ opacity:1; }

/* 電話リンクの無効化 */
a[href^="tel:"]{
    pointer-events:none;
    cursor:default;
}
@media only screen and (max-width:767px){
    a[href^="tel:"]{
        pointer-events:auto;
        cursor:pointer;
    }
}

/* container */
#container{
    overflow:hidden;
    max-width:1920px;
    margin:0 auto;
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
    width:100%;
    height:auto;
}
@media only screen and (max-width:767px){
    .spNone,
    .brPc,
    .imgPc{
        display:none;
    }
    .spOnly{
        display:block;
    }
    .brSp,
    .imgSp{
        display:inline;
    }
    .imgR{
        width:100%;
        height:auto;
    }
}

/*-----------------------------------------------
    imgCover
-----------------------------------------------*/
/* imgCover */
.imgCover,
.imgCont{
    position:relative;
}
.imgCover img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.imgCont img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

/* wrapper1280 */
.wrapper1280{
    max-width: 1280px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.wrapper1200{
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    .wrapper1280,
    .wrapper1200{
        width: 100%;
    }
}
/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer .sitemapRe{
    background: #F4F4F4;
    /* border-top: #EDEDED solid 1px; */
    padding: 65px 0;
}
#footer a{
    text-decoration: none;
}
#footer .sitemapList{
    display: flex;
    display: -webkit-flex;
}
#footer .navList{
    width: 25%;
    border-left: #D6D6D6 solid 1px;
    padding: 20px 30px 45px; 
}
#footer .navList:last-child{
    border-right: #D6D6D6 solid 1px;
}
#footer .navList .txtNav{
    margin-bottom: 22px;
}
#footer .navList .txtNav:last-child{
    margin-bottom: 0;
}
#footer .navList .btnIn{
    color: #000;
    font-size: 13px;
    display: inline-block;
    letter-spacing: 0.5px;
    background: url("../img/common/iconArrow05.png") left center / 4px 7px no-repeat;
    padding-left: 10px; 
    line-height: 1.2;
}
#footer .boxUnder{
    background: #29221D;
    color: #FFF;
    text-align: center;
    padding: 70px 0 50px;
}
#footer .linkList{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;    
    margin: 37px auto 0;
}
#footer .snsList{
    display: flex;
    display: -webkit-flex;    
    margin-right: 13px;
}
#footer .snsList .btnSns{
    margin-right: 7px;
}
#footer .txtList{
    display: flex;
    display: -webkit-flex;    
}
#footer .txtList .txtLink{
    color: #FFF;
    font-size: 11px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
#footer .txtList .txtLink::after{
    content: "｜";
    display: inline-block;
    color: #FFF;
    margin: 0 5px;
}
#footer .txtList .txtLink:last-child::after{
    display: none;
}
#footer .txtAddress{
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-top: 30px;
}
#footer .copy{
    letter-spacing: 0.5px;
    margin-top: 35px;
}
#footer .copyLink{
    color: #fff;
}
#footer .txtArea {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1.8;
}
#footer .txtQualification {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 5px;
    line-height: 1.8;
}
@media only screen and (max-width:767px){
    #footer .boxUnder{
        padding: 40px 0 30px;
    }
    #footer .logo{
        width: 180px;
        margin: 0 auto;
        display: block;
    }
    #footer .linkList{
        margin: 30px auto 0;
    }
    #footer .snsList{
        display: flex;
        display: -webkit-flex;    
        margin-right: 10px;
    }
    #footer .snsList .btnSns{
        margin-right: 5px;
        display: block;
        width: 24px;
    }
    #footer .txtList{
        display: flex;
        display: -webkit-flex;    
    }
    #footer .txtList .txtLink{
        font-size: 10px;
    }
    #footer .txtAddress{
        font-size: 11px;
        letter-spacing: 2px;
        margin-top: 25px;
    }
    #footer .copy{
        margin-top: 30px;
        font-size: 11px;
    }
    #footer .txtArea {
        font-size: 10px;
        width: 92%;
        margin: 25px auto 0;
    }
    #footer .txtQualification {
        font-size: 10px;
        width: 92%;
        margin: 5px auto 0;
        line-height: 1.5;
    }
}
@media only screen and (max-width:360px){
  #footer .copy{
    font-size: 10px;
  }
}