/*
===================================================
        Reset
===================================================
*/
*{
 margin: 0px;
 padding: 0px;
}
li{
 list-style: none;
}
a{
 text-decoration: none;
 color: #1c1c1c;
}
address{
 font-style:normal;
}
/*
===================================================
        Base Setting
===================================================
*/
body {
 -webkit-text-size-adjust:100%;
 line-height: 1.5em;
 letter-spacing: 0.05em;
 color: #1c1c1c;
 font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 width: 100%;
 overflow-x: hidden;
}
img{
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
}
.sp-visible{
 visibility: hidden;
 width: 0px;
 height: 0px;
}
.maxWidth{
 max-width: 1200px;
 padding-left: 15px;
 padding-right: 15px;
 margin-left: auto;
 margin-right: auto
}
.maxWidth2{
 max-width: 1000px;
 padding-left: 15px;
 padding-right: 15px;
 margin-left: auto;
 margin-right: auto
}
#header{
 background: #1c1c1c;
 position: fixed;
 left: 0px;
 top: 0px;
 height: 100%;
 width: 240px;
 padding: 50px 30px;
 box-sizing: border-box;
 overflow-x: hidden;
 overflow-y: auto;
 z-index:10;
 transition: .5s;
}
#header::-webkit-scrollbar{
 width: 10px;
}
#header::-webkit-scrollbar-track{
 background-color: #ccc;
}
#header::-webkit-scrollbar-thumb{
 background-color: #555;
}
#header #logo{
 width: 180px;
}
#header #logo>a>img{
 width: 100%;
 height: auto;
}
#header .headerList>li{
 margin-bottom: 25px;
 position: relative;
}
#header .headerList li a{
 color: #fff;
}
#header .headerList>li{
 display: block;
 -moz-perspective:250px;
 -webkit-perspective:250px;
 -o-perspective:250px;
 -ms-perspective:250px;
}
#header .headerList>li>a>span{
 display: block;
 position: relative;
 z-index: 2;
 padding: 2px;
}
#header .headerList li:before{
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 background: #333;
 position: absolute;
 transform: rotateX(135deg);
 transition: .5s;
 opacity: 0;
 top:0px;
 left: 0px;
}
#header .headerList li.none:before{
 display: none;
}
#header .headerList li:hover:before{
 transform: rotateX(0deg);
 opacity: 1;
}
#header .headerList li a.toggleBtn{
 cursor: pointer;
 position: relative;
 display: inline-block;
}
#header .headerList li a.toggleBtn:before{
 display: block;
 content: "";
 border-top: #fff 7px solid;
 border-left: transparent 5px solid;
 border-right: transparent 5px solid;
 position: absolute;
 right: -16px;
 top: 50%;
 margin-top: -4px;
 transition: transform .5s;
 background: none;
 width: 0px;
 height: 0px;
 transform: rotate(-180deg);
}
#header .headerList li a.toggleBtn.close:before{
 transform: rotate(0deg);
}
#header .headerList li .toggleMenu{
 margin-top: 2px;
 margin-left: 18px;
 font-size: 80%;
 position: relative;
}
#header .snsList li{
 display: inline-block;
 margin-right: 20px;
}
#header .snsList li:last-child{
 margin-right: 0px;
}
#header .menuBtn{
 position: fixed;
 right: 0px;
 top: 0px;
 width: 60px;
 height: 55px;
 background: #fff;
 display: flex;
 cursor: pointer;
 visibility: hidden;
 opacity: 0;
 transition: opacity .5s;
 height: 0px;
}
#header .menuBtn .inner{
 position: relative;
}
#header .menuBtn .inner:before{
 position: absolute;
 content: "";
 display: block;
 height: 2px;
 width: 35px;
 top: 50%;
 left: 50%;
 background: #333;
 margin-top: -12px;
 margin-left: 12.5px;
 transition: .5s;
}
#header .menuBtn .inner:after{
 position: absolute;
 content: "";
 display: block;
 height: 2px;
 width: 35px;
 top: 50%;
 left: 50%;
 background: #333;
 margin-top: 10px;
 margin-left: 12.5px;
 transition: .5s;
}
#header .menuBtn .inner span{
 height: 2px;
 width: 35px;
 background: #333;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -1px;
 margin-left: 12.5px;
 overflow: hidden;
 text-indent: 9999px;
 transition: .5s;
}
#header .menuBtn.active .inner:before{
 margin-top: -1px;
 margin-top: 0px;
 transform: rotate(135deg);
}
#header .menuBtn.active .inner:after{
 margin-top: -1px;
 margin-top: 0px;
 transform: rotate(-135deg);
}
#header .menuBtn.active .inner span{
 opacity: 0;
}
#main,
#footer{
 margin-left: 240px;
 transition: .5s;
}
#footer .footerLogo{
 width: 130px;
}
#footer .snsList{
 display: flex;
 justify-content: center;
 padding: 12px;
}
#footer .snsList a{
 text-align: center;
 background: #fff;
 padding: 30px 20px;
 min-width: 180px;
 margin: 12px;
}
#footer .linkList{
 line-height: 1.2em;
}
#footer .linkList a{
 display: block;
 margin-bottom: 10px;
}
#footer .address{
 border-left: solid 1px #fff;
 padding: 30px;
}
#footer .telList{
 display: flex;
 width: 100%;
 justify-content:  space-between;
}
#footer .telList a{
 text-align: center;
 border: solid 1px #fff;
 width: 30%;
 /*width: 22%;*/ /*→4カラムの時*/
 /*width: 19%;*/ /*→5カラムの時*/
 box-sizing: border-box;
 padding: 15px 10px;
 transition: .5s;
 display: flex;
 align-items: center;
 justify-content: center;
}
#footer .telList a:hover{
 background: #333;
}

#header .headerList li.none,
#header .snsList li.none,
#footer a.none{
 opacity: 0.3;
}

#pagetop{
 position: fixed;
 z-index: 2;
 bottom: 15px;
 right: 15px;
 visibility: hidden;
 opacity: 0;
 transition: .5s;
}
#pagetop.active{
 visibility: visible;
 opacity: 1;
}
#pagetop a{
 position: relative;
 background: rgba(255,255,255,0.9);
 border-radius: 20px;
 padding:5px 15px 5px 30px;
 border: solid 2px #888;
 box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
 color: #555;
}
#pagetop a:before{
 display: block;
 position: absolute;
 content: "";
 border-bottom: solid 10px #555;
 border-left: solid 6px transparent;
 border-right: solid 6px transparent;
 left: 10px;
 top: 10px;
}
#pagetop a:hover:before{
 transition: .5s;
 border-bottom: solid 10px #fff;
}
#pagetop a:hover{
 transition: .5s;
 text-decoration: none;
 color: #fff;
 background: rgba(0,0,0,0.7);
}
.clearfix{
 overflow: hidden;
}
.fLeft{
 float: left;
}
.fRight{
 float: right;
}
.tLeft{
 text-align: left;
}
.tRight{
 text-align: right;
}
.tCenter{
 text-align: center;
}
.vTop{
 vertical-align: top;
}
.vMiddle{
 vertical-align: middle;
}
.vBottom{
 vertical-align: bottom;
}
.mb1em{
 margin-bottom: 1em;
}
.mb2em{
 margin-bottom: 2em;
}
.mb3em{
 margin-bottom: 3em;
}
.mb-20{
 margin-bottom: -20px;
}
.mb20{
 margin-bottom: 20px;
}
.mb30{
 margin-bottom: 30px;
}
.mb40{
 margin-bottom: 40px;
}
.mb50{
 margin-bottom: 50px;
}
.mb60{
 margin-bottom: 60px;
}
.mb80{
 margin-bottom: 80px;
}
.mb100{
 margin-bottom: 100px;
}
.mt0_5em{
 margin-top: 0.5em;
}
.mt1em{
 margin-top: 1em;
}
.mt2em{
 margin-top: 2em;
}
.mt3em{
 margin-top: 3em;
}
.mt50{
 margin-top: 50px;
}
.mt60{
 margin-top: 60px;
}
.mt80{
 margin-top: 80px;
}
.mt100{
 margin-top: 100px;
}
.mr1em{
 margin-right: 1em;
}
.mr2em{
 margin-right: 2em;
}
.mr3em{
 margin-right: 3em;
}
.mr5{
 margin-right: 5px;
}
.mr10{
 margin-right: 10px;
}
.ml1em{
 margin-left: 1em;
}
.ml2em{
 margin-left: 2em;
}
.ml3em{
 margin-left: 3em;
}
.p5{
 padding: 5px;
}
.p10{
 padding: 10px;
}
.p20{
 padding: 20px;
}
.p30{
 padding: 30px;
}
.p40{
 padding: 40px;
}
.p50{
 padding: 50px;
}
.pb1em{
 padding-bottom: 1em;
}
.pb2em{
 padding-bottom: 2em;
}
.pb3em{
 padding-bottom: 3em;
}
.pb5{
 padding-bottom: 5px;
}
.pb8{
 padding-bottom: 8px;
}
.pb10{
 padding-bottom: 10px;
}
.pb50{
 padding-bottom: 50px;
}
.pb80{
 padding-bottom: 80px;
}
.pb100{
 padding-bottom: 100px;
}
.pt1em{
 padding-top: 1em;
}
.pt2em{
 padding-top: 2em;
}
.pt3em{
 padding-top: 3em;
}
.pt5{
 padding-top: 5px;
}
.pt8{
 padding-top: 8px;
}
.pt10{
 padding-top: 10px;
}
.pt50{
 padding-top: 50px;
}
.pt80{
 padding-top: 80px;
}
.pt100{
 padding-top: 100px;
}
.pr1em{
 padding-right: 1em;
}
.pr2em{
 padding-right: 2em;
}
.pr3em{
 padding-right: 3em;
}
.pr15{
 padding-right: 15px;
}
.pr20{
 padding-right: 20px;
}
.pr24{
 padding-right: 24px;
}
.pr30{
 padding-right: 30px;
}
.pl1em{
 padding-left: 1em;
}
.pl2em{
 padding-left: 2em;
}
.pl3em{
 padding-left: 3em;
}
.pl15{
 padding-left: 15px;
}
.pl20{
 padding-left: 20px;
}
.pl24{
 padding-left: 24px;
}
.pl30{
 padding-left: 30px;
}
.font-s{
 font-size: 80%;
}
.font-ss{
 font-size: 60%;
}
.font-s{
 font-size: 80%;
}
.font-sm{
 font-size: 90%;
}
.font-mm{
 font-size: 110%;
}
.font-ml{
 font-size: 120%;
}
.font-mll{
 font-size: 125%;
}
.font-l{
 font-size: 140%;
}
.font-ll{
 font-size: 180%;
}
.font-lll{
 font-size: 220%;
}
.font-llll{
 font-size: 250%;
}
.font-lllll{
 font-size: 312.5%;
}
.flex{
 display: flex;
 justify-content: center;
}
.flex.sa{
 justify-content: space-around;
}
.flex.sb{
 justify-content: space-between;
}
.flex.wrap{
 flex-wrap: wrap;
}
.flex.reverse{
 flex-direction: row-reverse;
}
.flex .asCenter{
 align-self: center;
}
.w10,.w20,.w25,.w30,.w33,.w40,.w45,.w50,.w60,.w70,.w80,.w90,.w100{
 box-sizing: border-box;
}
.w10{
 width: 10% !important;
}
.w20{
 width: 20% !important;
}
.w25{
 width: 25% !important;
}
.w30{
 width: 30% !important;
}
.w33{
 width: 33% !important;
}
.w40{
 width: 40% !important;
}
.w45{
 width: 45% !important;
}
.w50{
 width: 50% !important;
}
.w60{
 width: 60% !important;
}
.w70{
 width: 70% !important;
}
.w80{
 width: 80% !important;
}
.w90{
 width: 90% !important;
}
.w100{
 width: 100% !important;
}
.wAuto{
 width: auto;
}
.gap30{
	gap: 30px;
}
.lh1_2em{
 line-height: 1.2em;
}
.lh1_5em{
 line-height: 1.5em;
}
.lh1_75em{
 line-height: 1.75em;
}
.lh2em{
 line-height: 2em;
}

.dNone{
 display: none;
}
.dIb{
 display: inline-block;
}
.dBlock{
 display: block;
}

.textV{
 writing-mode: vertical-rl;
}
.textV .horizon{
 -webkit-text-combine: horizontal;
 text-combine-upright: all;
}

.b{
 font-weight: bold;
}

.white,
.white a{
 color: #fff;
}

.brown,
.brown a{
 color: #a59653;
}

.gray{
 color: #afada6;
}

.bgWhite{
 background: #fff;
}
.bgBlack{
 background: #1c1c1c;
}
.bgGray{
 background: #515151;
}
.bgGray2{
 background: #afada6;
}
.bg1{
 background: url(../img/bg1.png);
 background-attachment: fixed;
}

.border{
 border: solid 1px #333;
 padding: 0px 5px;
 box-sizing: border-box;
}

.mouseHover{
 transition: .5s;
}
.mouseHover:hover{
 opacity: .7;
}

.styleBtn{
 background: rgba(255,255,255,0.5);
 color: #333;
 padding: 10px 80px 10px 20px;
 position: relative;
 border-bottom: solid 1px #333;
 transition: .5s;
}
.styleBtn:before{
 position: absolute;
 display: block;
 content: "";
 width: 40px;
 height: 20px;
 background: url(../img/icon_styleBtn.png) no-repeat center center;
 right: 10px;
 top: 50%;
 margin-top: -10px;
}
.styleBtn:hover{
 background: rgba(255,255,255,0.9);
}
.styleBtn.bgWhite{
 background: #fff;
 border-bottom: none;
}
.styleBtn.bgWhite:hover{
 opacity: 0.7;
}

.styleBtn2{
    display: block;
    background: #fff;
    color: #333;
    padding: 10px 70px 10px 20px;
    position: relative;
    width: 10em;
    text-align: center;
    margin: 0 auto;
 /*display: block;
 background: #fff;
 color: #333;
 padding: 30px 0px 40px;
 position: relative;
 width: 3em;
 text-align: center;*/
}
.styleBtn2 span{
 /*writing-mode: vertical-rl;*/
}
.styleBtn2:before{
    display: block;
    content: "";
    border-bottom: solid 1px #ab9d5e;
    width: 30px;
    position: absolute;
    bottom: 22px;
    left: 77%;
    margin-left: -14px;
 /*display: block;
 content: "";
 border-bottom: solid 1px #ab9d5e;
 width: 30px;
 position: absolute;
 bottom: 25px;
 left: 50%;
 margin-left: -15px;*/
}
.styleBtn2:after{
    display: block;
    content: "";
    border-bottom: solid 1px #ab9d5e;
    width: 10px;
    position: absolute;
    bottom: 25px;
    left: 77%;
    margin-left: 8px;
    transform: rotate(45deg);
 /*display: block;
 content: "";
 border-bottom: solid 1px #ab9d5e;
 width: 10px;
 position: absolute;
 bottom: 28px;
 left: 50%;
 margin-left: 8px;
 transform: rotate(45deg);*/
}

.styleList2{
 display: flex;
 flex-wrap: wrap;
}
.styleList2 li{
 width: 48%;
 margin-right: 4%;
 margin-bottom: 30px;
}
.styleList2 li:nth-child(2n){
 margin-right: 0%;
}
.styleList2 li.link{
 /*display: contents;*/
 display: flex;
 justify-content: center;
 align-items: center;
}
.styleList2 li .img>img{
 width: 100%;
 aspect-ratio: 236 / 155;
 object-fit: cover;
}

.styleList3{
 display: flex;
 flex-wrap: wrap;
}
.styleList3 li{
 width: 32%;
 margin-right: 1.5%;
 margin-bottom: 30px;
}
.styleList3 li .img>img{
 width: 100%;
 aspect-ratio: 236 / 155;
 object-fit: cover;
}
.styleList3 li:nth-child(3n){
 margin-right: 0%;
}

/*
===================================================
        tb
===================================================
*/
@media screen and (max-width: 1100px) {
 #header{
  height: 55px;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  overflow: hidden;
 }
 #header.active{
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 50px;
 }
 #header::-webkit-scrollbar{
  width: 10px;
 }
 #header::-webkit-scrollbar-track{
  background-color: #ccc;
 }
 #header::-webkit-scrollbar-thumb{
  background-color: #555;
 }
 #header #logo{
  width: 100px;
 }
 #header .headerList{
  text-align: center;
  padding-top: 20px;
 }
 #header .headerList>li{
  margin-bottom: 0px;
  border-bottom: solid 1px #333;
  padding: 15px 0px;
 }
 #header .headerList li .toggleMenu{
  margin-left: 0px;
  margin-top: 15px;
 }
 #header .headerList li .toggleMenu a{
  display: block;
  padding: 5px;
 }
 #header .snsList{
  text-align: center;
 }
 #main{
  margin-top: 55px;
 }
 #main,
 #footer{
  margin-left: 0px;
 }
 #header .menuBtn{
  visibility: visible;
  opacity: 1;
  height: 55px;
 }
 .tb-w40{
  width: 40% !important;
 }
}

/*
===================================================
        sp
===================================================
*/
@media screen and (max-width: 960px) {
 .sp-visible{
  visibility: visible;
  width: auto;
  height: auto;
 }
 .sp-hidden{
  visibility: hidden;
  width: 0px;
  height: 0px;
 }
 .sp-dBlock{
  display: block;
 }
 .sp-dIb{
  display: inline-block;
 }
 .sp-dGrid{
  display: grid;
 }
 .sp-dNone{
  display: none;
 }
 .sp-font-lll{
  font-size: 250%;
 }
 .sp-font-ll{
  font-size: 200%;
 }
 .sp-font-l{
  font-size: 150%;
 }
 .sp-font-m{
  font-size: 100%;
 }
 .sp-font-s{
  font-size: 80%;
 }
 .sp-fLeft{
  float: left;
 }
 .sp-fRight{
  float: right;
 }
 .sp-tLeft{
  text-align: left;
 }
 .sp-tRight{
  text-align: right;
 }
 .sp-tCenter{
  text-align: center;
 }
 .sp-vTop{
  vertical-align: top;
 }
 .sp-vMiddle{
  vertical-align: middle;
 }
 .sp-vBottom{
  vertical-align: bottom;
 }
 .sp-mb0{
  margin-bottom: 0px;
 }
 .sp-mb1em{
  margin-bottom: 1em;
 }
 .sp-mb2em{
  margin-bottom: 2em;
 }
 .sp-mb3em{
  margin-bottom: 3em;
 }
 .sp-mb-10{
  margin-bottom: -10px;
 }
 .sp-mb14{
  margin-bottom: 14px;
 }
 .sp-mb15{
  margin-bottom: 15px;
 }
 .sp-mb16{
  margin-bottom: 16px;
 }
 .sp-mb20{
  margin-bottom: 20px;
 }
 .sp-mb24{
  margin-bottom: 24px;
 }
 .sp-mb25{
  margin-bottom: 25px;
 }
 .sp-mb30{
  margin-bottom: 30px;
 }
 .sp-mb32{
  margin-bottom: 32px;
 }
 .sp-mb48{
  margin-bottom: 48px;
 }
 .sp-mb50{
  margin-bottom: 50px;
 }
 .sp-mb64{
  margin-bottom: 64px;
 }
 .sp-mt0{
  margin-top: 0px;
 }
 .sp-mt1em{
  margin-top: 1em;
 }
 .sp-mt2em{
  margin-top: 2em;
 }
 .sp-mt3em{
  margin-top: 3em;
 }
 .sp-mt25{
  margin-top: 25px;
 }
 .sp-mt30{
  margin-top: 30px;
 }
 .sp-mt48{
  margin-top: 48px;
 }
 .sp-mt50{
  margin-top: 50px;
 }
 .sp-mr0{
  margin-right: 0px;
 }
 .sp-ml0{
  margin-left: 0px;
 }
 .sp-pb0{
  padding-bottom: 0px;
 }
 .sp-pb1em{
  padding-bottom: 1em;
 }
 .sp-pb2em{
  padding-bottom: 2em;
 }
 .sp-pb3em{
  padding-bottom: 3em;
 }
 .sp-pb25{
  padding-bottom: 25px;
 }
 .sp-pb50{
  padding-bottom: 50px;
 }
 .sp-pt0{
  padding-top: 0px;
 }
 .sp-pt1em{
  padding-top: 1em;
 }
 .sp-pt2em{
  padding-top: 2em;
 }
 .sp-pt3em{
  padding-top: 3em;
 }
 .sp-pt25{
  padding-top: 25px;
 }
 .sp-pt40{
  padding-top: 40px;
 }
 .sp-pt50{
  padding-top: 50px;
 }
 .sp-pt64{
  padding-top: 64px;
 }
 .sp-pr0{
  padding-right: 0px;
 }
 .sp-pl0{
  padding-left: 0px;
 }
 .sp-w10,.sp-w20,.sp-w25,.sp-w30,.sp-w33,.sp-w40,.sp-w50,.sp-w60,.sp-w70,.sp-w80,.sp-w90,.sp-w100{
  box-sizing: border-box;
 }
 .sp-w10{
  width: 10% !important;
 }
 .sp-w20{
  width: 20% !important;
 }
 .sp-w30{
  width: 30% !important;
 }
 .sp-w40{
  width: 40% !important;
 }
 .sp-w50{
  width: 50% !important;
 }
 .sp-w60{
  width: 60% !important;
 }
 .sp-w70{
  width: 70% !important;
 }
 .sp-w80{
  width: 80% !important;
 }
 .sp-w90{
  width: 90% !important;
 }
 .sp-w100{
  width: 100% !important;
 }
 .sp-p0{
  padding: 0px;
 }
 .sp-p10{
  padding: 10px;
 }
 .sp-p15{
  padding: 15px;
 }
 .sp-p20{
  padding: 20px;
 }
 .sp-textH{
  writing-mode: horizontal-tb;
 }
 .wAuto{
  width: auto;
 }
	.sp-gap24{
		gap:24px;
	}
 #header #nav{
  display: none;
 }
 #header.active #nav{
  display: block;
 }
 #main{

 }
 #footer .footerLogo{
  width: 130px;
 }
 #footer .snsList{
  display: flex;
  justify-content: center;
  padding: 10px;
 }
 #footer .snsList a{
  text-align: center;
  background: #fff;
  padding: 15px 10px 10px;
  min-width: 105px;
  margin: 3px;
  box-sizing: border-box;
  font-size: 10px;
 }
 #footer .linkList a{
  display: block;
  border-bottom: solid 1px #fff;
  padding: 10px 0px;
  margin: 0px;
 }
 #footer .address{
  border-left: none;
  padding: 30px 0px;
 }
 #footer .telList{
  display: flex;
  width: 100%;
  justify-content: center;
  /*justify-content:  flex-start;*/
  flex-wrap: wrap;
 }
 #footer .telList a{
  text-align: center;
  border: solid 1px #fff;
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 5px;
  box-sizing: border-box;
  padding: 15px 10px;
 }
 #footer .telList a:nth-child(2n){
  margin-right: 0%;
 }
 .styleList2 li{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 30px;
 }
 .styleList3 li{
  width: 49%;
  margin-bottom: 30px;
 }
 .styleList3 li:nth-child(odd){
  margin-right: 2%;
 }
 .styleList3 li:nth-child(even){
  margin-right: 0%;
 }
 
}