@charset "UTF-8";
/* CSS Document */
body{
	color:#5d5756;
	font-family: 'Noto Sans JP',"Yu Gothic medium", sans-serif;
	font-size:16px;
	line-height: 1.3;
}
/*TEXT */
.under-line{
	background:linear-gradient(transparent 60%, #ccbb81 0%);
}
.under-line-link{
	text-decoration: underline;
	font-weight: 700;
	display: inline;
}
.under-line-link:hover{
opacity: 0.7;}
.font-w-5{
	font-weight: 500;
}
.font-w-7{
	font-weight: 700;
}
.font-w-9{
	font-weight: 900;
}
.font-size-l{
	font-size: 24px;	
}
.font-size-m{
	font-size: 22px;	
}
.font-size-ms{
	font-size: 20px;	
}
.font-size-s{
	font-size: 14px;
}
.font-size-ss{
	font-size: 12px;
}

.back-color-b{
	background: #5d5756;
	color:#fff;
	padding:2px 5px;

}
.back-color-v{
	background: #e6e2d7;
	padding:15px;
	border-radius: 10px;
}
.size-none,.size-change{
	display:none;
	}
.base-font{
	font-size:0.8rem;
	font-weight:400; 
	font-feature-settings: "palt";

}
.text-center{
	text-align: center;
}
.title-font-h2{
	font-size:2rem;
	font-family: "ab-babywalk", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin:0 0 1rem 0;
	font-feature-settings: "palt";

}
.page-h3{
	font-size:1.5rem;
	margin:0 0 1rem 0;
	font-feature-settings: "palt";
	position: relative;
	padding-left:40px;}
.page-h3::before{
	display: inline-block;
	content: "";
	position: absolute;
	top:15px;
	bottom:0;
	left: 0;
	text-align: center;
	width:30px;
	height: 1px;
	background: url(../img/page-h3.gif);
}
/*FLEX */
.box-flex-c{
	display: flex;
 	align-items: center;
}
.box-flex-c2{
	display: flex;
 	align-items: center;
justify-content: space-around;
	flex-wrap: wrap;
}
.box-flex-e{
	display: flex;
 	align-items: flex-end;
flex-wrap: wrap}
/*MARGIN*/
.margin-left-30p{
	margin-left:30px;
}

/**/
.box-container{
	padding:4rem 2rem;
}

.link-btn{
	margin:3rem 0;
	font-size:0.8em;
}
.btn-w{
	border:solid 1px #fff;
}
.btn-b{
	border:solid 1px #5d5756;
}

.btnarrow{
    display:inline-block;
    padding:10px 50px 10px 15px;
    text-align:center;
    margin:5px;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	border-radius: 10px;

}
.btnarrow:hover{
	border:solid 1px #b6891a;
	border-radius: 10px;
	background: #b6891a;
	color:#fff;}

.btn-w::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 20px;
    height: 1px;
    transition: .3s;
	background: #fff;
}
.btn-b::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 20px;
    height: 1px;
    transition: .3s;
	background: #5d5756;
}
.btn-w::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.btn-b::after{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-left: 1px solid #5d5756;
    border-bottom: 1px solid #5d5756;
    transform: rotate(-135deg);
    transition: .3s;
}

.btnarrow:hover::before{
    right: 10px;
    width: 30px;

}
.btnarrow:hover::after{
    right: 10px;
}
.btn-b:hover::before {
	background: #fff;
}
.btn-b:hover::after{
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}


a{
display: block;}
footer{
	background:#5d5756;
	color:#fff;
}

/*==================================================
　ハンバーガーメニュー
===================================*/
#base-menu{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
/*	-webkit-justify-content: center;
    justify-content: center;*/
    -webkit-align-items: center;
    align-items: center;
	font-size:0.8em;

}
#base-menu a,nav-menu{
	letter-spacing: 1.2px;
	font-feature-settings: "palt";
}

#base-menu li:nth-of-type(2) {
    margin-left: auto;
}
#base-menu li:last-of-type{
	margin-right:7rem;
}
#base-menu li:nth-of-type(n+2) a{
	padding:0 0.5rem;
	display: block;
}
@media (max-width: 56em) {
  #base-menu li:nth-of-type(n+2){
    display: none;
  }
}
.drawer-brand{
	width:70%;
	margin-left:5%;
}
.drawer-brand img{
	width:100%;
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.menu-btnbox {
	position:fixed;
z-index: 10003;
}

.menu-btn{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    z-index: 10003;
	background:#DBB82E;
  cursor: pointer;
    width: 55px;
    height: 55px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 100%;
    background-color: #5d5756;
}
/*ボタン内側*/
.menu-btn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
  background: #fff;
  }
.menu-btn span:nth-of-type(1) {
  top:20px; 
	left: 0;
    right: 0;
	margin: 0 auto;
    width: 40%;
}

.menu-btn span:nth-of-type(2) {
   top:26px;
	left: 0;
    right: 0;
	margin: 0 auto;
    width: 35%;
}

.menu-btn span:nth-of-type(3) {
  top:32px;
  left: 0;
  right: 0;
  margin: 0 auto;
   width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/

.drawer-open .menu-btn span:nth-of-type(1) {
    top: 21px;
    left: 0;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}

.drawer-open .menu-btn span:nth-of-type(2) {
  opacity: 0;
}

.drawer-open .menu-btn span:nth-of-type(3){
    top: 33px;
    left: 0;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
}
footer #footer-contents-box{
	position:relative;
	padding:50px 15% 100px 15%;}
footer#footer-contents .box-container{
	display: flex;
justify-content:  space-between;
  	align-items: flex-end;
  	flex-direction: row-reverse;
	background: 0 30%  no-repeat url("../img/f-logo.png");
	background-size: 150px;
	padding:0;}
footer#footer-contents #f-manu{
	font-size:14px;
	width:50%;
}
footer#footer-contents #f-manu li{
	margin:1rem 0;}
footer#footer-contents #sns{
	margin-right:3%;
}
footer#footer-contents #follow ul li{
	margin:5px  10px  10px 0;
}
footer#footer-contents #follow img{
	width: 20px;	
}
footer#footer-contents #follow ul{
    display: flex;
    align-content: stretch;
    align-items: center;
    flex-wrap: wrap;
}
footer#footer-contents #follow ul,footer#footer-contents #ec-shop ul li{
	font-size:10px;
}
footer#footer-contents #ec-shop ul li {
	margin:10px 0;
	padding:0 5px 0 0;

}footer#footer-contents #ec-shop ul li a{
	display: inline;
}
footer#footer-contents a:hover{
	opacity: 0.7;
}
.border-bottom-w{
	border-bottom: 1px solid #fff;
}
.border-bottom-gy{
	border-bottom: 1px solid #938f8e;
}

#poricy{
	font-size:8px;
	position: absolute;
	right:10%;
	bottom:20px;
	display: inline;

}
#l-copyright{
	opacity: 0.5;
	position: absolute;
	left:10%;
	bottom:20px;
	display: inline;
	font-size:8px;
}
/*背景*/
html { scroll-behavior: smooth;}
.colorbg-ba{
	background: #d5cebd;
	height: 200px;
}
.colorbg-gy{
	background: #5d5756;
	height: 200px;
}
/*ページクラス*/
#page-title{
	background:no-repeat  50% #5d5756 url("../img/mark.png");
	background-size: 100px;
	margin-top:65px;
}
#page-title h1{
	color:#fff;
}
.page-ja-font{
	font-size:2rem;
	font-family: "ab-babywalk", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin:0 0 1rem 0;
	font-feature-settings: "palt";	
}
.page-en-font{
	font-size: 12px;
	display: block;
	font-feature-settings: "palt";	
}
#class{
	position: relative;
}

#class p{
	line-height: 2;
}
#class #class-top-01{
	padding:100px 0;
	position: relative;
}
#class-top-02{
	padding:50px 0 100px 20%;
	position: relative;
}
.c-img-01 img{
	width:200px;	
}
.c-img-02 img{
	width:200px;	
}
.c-img-03 img{
	width:150px;	
}
.c-img-04 img{
	width:100%;	
}
.c-img-01{
	position:absolute;
	top:0;
	right:0;
}
.c-img-02{
	position:absolute;
	top:100px;
	left:0;
}

.c-img-03{
	position:absolute;
	bottom:0;
	right:5%;
}
/*fix ボタン*/
#fix-btns.btn-position{
    z-index: 2;
    transform: translateY(0);
    opacity: 1;
}
#fix-btns .fixed-btn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: 56px;
    height: 56px;
    margin: 15px 0 0 auto;
    padding: 18px 19px;
    overflow: hidden;
    border-radius: 100vh;
    box-shadow: 0 0 19px -6px rgb(0 0 0 / 60%);
    color: #fff;
    font-size: .8rem;
    text-align: right;
    transition: all .5s cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
#fix-btns {
	font-weight: 300;
    z-index: -1;
    position: fixed;
    right: 20px;
    bottom: 20px;
    transform: translateY(2px);
    opacity: 0;
    transition: all .5s cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
#fix-btns .fixed-btn:hover {
    width: 120px;
	text-decoration: none;
}

#fix-btns .fixed-btn .fix-btn-str {
    position: absolute;
    right: 19px;
    bottom: 19px;
    padding-left: 2px;
    white-space: nowrap;
    opacity: 0;
    transition: all .4s cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
#fix-btns .fixed-btn:hover .fix-btn-str{
	opacity: 1;
	transition-delay: .1s;
padding-left:10px;}

#fix-btns .btn01{
	background: 50%  no-repeat #c89a88 url("../img/reserve-w.png");
	background-size: 25px;
}
#fix-btns .btn01:hover{
	background:15% 50%  no-repeat #c89a88 url("../img/reserve-w.png");
	background-size: 25px;
}
#fix-btns .btn02{
	background: 50%  no-repeat #c89a88 url("../img/mail-w.png");
	background-size: 25px;
}
#fix-btns .btn02:hover{
	background:15% 50%  no-repeat #c89a88 url("../img/mail-w.png");
	background-size: 25px;
}
#fix-btns2 {
    position: fixed;
    left: 2%;
    width: 45px;
    height: 45px;
    bottom: 3%;
}
#fix-btns2 .btn03{

}
#fix-btns2 .btn03 img{
	width: 45px;
}
#fix-btns2 .btn03:hover{
	opacity: 0.7;
}

.nav-fixed-btn {
	display: inline-block;

	padding:10px 15px 10px 50px;
	margin-top: 30px;
	border: solid #fff 1px;
	border-radius: 30px;
    color: #fff;
    font-size: .8rem;
	background: 15% 50%  no-repeat  url("../img/reserve-w.png");
	background-size: 25px;
}
  /* フェードイン */
.element {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.is-fadein {
    transition: all 1s cubic-bezier(.165,.84,.44,1);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
will-change: auto;}
.visi {
    visibility: visible!important;
}
/*お問合せ*/
#index-contact {	
	background: 0 0  no-repeat url("../img/koubou.jpg");
background-size: cover;}
#index-contact .box-container{
	 height: 100%;
    background-color: rgba(74, 58, 5,0.5);

}
#index-contact h2{
color:#fff;
	text-align: center;
}
#index-contact h3{
font-size: 20px;}
#index-contact ul {
display: flex;
  justify-content: center;
  align-items: center;
margin:10% 0;}
#index-contact ul li{
	background-color: rgba(255, 255, 255, 0.9);
	max-width: 630px;
	min-width: 350px;
	margin:0 2%;
	border-radius: 15px;
	 position: relative;
}
#index-contact ul li a{
	padding:25px 80px;
}
#index-contact ul li p{
font-size: 14px;
}
#index-contact .class-reserve a:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 50px;
    height: 50px;
	background: 0 0  no-repeat url("../img/reserve.png");
	background-size: 100%;
}
#index-contact .contact-form a::before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 50px;
    height: 37px;
	background: no-repeat url("../img/mail.png");
	background-size: 100%;
}
#index-contact ul li a::after{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 50px;
    height: 40px;
	background: 0 0  no-repeat url("../img/link.png");
	background-size: 80%;
}
#index-contact ul li a:hover::after{

	background: 0 0  no-repeat url("../img/link-h.png");
	background-size: 80%;
}

#index-contact .link-btn{
	text-align: center;
	color: #fff;
}

@media (max-width: 1000px) {
.c-img-01 img{
	width:100px;	
}
.c-img-02 img{
	width:100px;	
}
.c-img-03 img{
	width:100px;	
	}
}

@media (max-width: 800px) {

.c-img-01{
	position:absolute;
	top:0;
	right:0;
}
.c-img-02{
	position:absolute;
	top:100px;
	left:0;
}

.c-img-03{
	position:absolute;
	bottom:0;
	right:5%;
}
}
@media (max-width: 777px) {

#index-contact ul {
	display:block;}

#index-contact ul li {
    margin: 2% 0;
	min-width: inherit;
}
#class{
		text-align: inherit;
}
#class #class-top-01 {
    padding: 30px 0;
}
.c-img-01 img,.c-img-02 img,.c-img-03 img{
display:none;}
#index-class {
    background: no-repeat 98% 90% url(../img/sun.png);
    background-size: 15%;
}
.colorbg-gy{
		height:10px;
	}
.slick-dots {
	display: none!important;
	}	
	
.size-change{
	display: block;
	}
.title-font-h2{
		margin-bottom:2%;
	}
.box-container {
    padding: 4%;
}
.link-btn {
    margin: 2rem 0 1rem 0;
}	
footer #footer-contents-box {
    padding: 50px 5% 100px 5%;
}	
.size-none2{
		display: none;
	}	
	
}

@media (max-width: 540px) {
body {font-size: 14px;
	}
.title-font-h2 {
    font-size: 26px;
	}
.page-ja-font {
    font-size: 26px
	}
.page-h3 {
    font-size: 20px;
	}
#index-contact h3 {
    font-size: 18px;
}
.pagelink-sp{
	padding-top:68px;
	margin-top:68px;
	}
.size-none{
	display: block;
	}

footer#footer-contents .box-container {
    display: block;
    background: 0 0 no-repeat url(../img/f-logo.png);
    background-size: 150px;
	padding-top:70px;
}
footer#footer-contents #f-manu {
    width: 100%;
	margin:2% 0;
}
footer#footer-contents #sns {
    margin:2% 0;
}
footer #footer-contents-box {
    padding: 30px 5%;
}	
#poricy {
    position:static;

}	
#l-copyright {
    position:static;
}
	
}


