@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  サブスタイル指定
=================================================================== */


/* body
----------------------------------------------------------------------------- */
body {
	width: 100%;
	margin: 0 auto;
	font-family:'Lato', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "YuGothic" , "游ゴシック" , "Hiragino Kaku Gothic ProN" , "ヒラギノ角ゴ ProN" , "Meiryo" , "メイリオ" , sans-serif ;
	font-weight: 400;
	line-height: 1.7;
	font-size: 14px;
	color: #222;
	text-align: center;
	position: relative;
}
/* font
----------------------------------------------------------------------------- */
.rich_font {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
}
.mincho_font {
    font-family: '游明朝', sans-serif;
    font-weight: 500;
}
.lato_font{
	font-family: 'Lato', sans-serif;
    font-weight: 400;
}
h1{
	color: #888;
	font-size: 11px;
	line-height: 1.4;
	font-weight: normal;
	letter-spacing: 1.70px;
}
h2{
	color: #111;
	font-size: 22px;
	line-height: 1.4;
	font-weight: normal;
	letter-spacing: 1.70px;
}
h3{
	color: #222;
	font-size: 25px;
	line-height: 1.4;
	font-weight: normal;
	letter-spacing: 1.70px;
}
h4{
	letter-spacing: 1.70px;
}
h5{
	letter-spacing: 1.70px;
}
/* anchor
----------------------------------------------------------------------------- */
a{
}
a:link {
	color: #222 ;
	text-decoration: none ;
}
a:visited {
	color: #222 ;
	text-decoration: none ;
}
a:hover {
	color: #F99F87 ;
	text-decoration: none ;
}
a:active {
	color: #F99F87 ;
	text-decoration: none ;
}

/* layout
----------------------------------------------------------------------------- */

.sp_mode{
    display: none!important;
}
.pc_mode{
    display: block!important;
}

/* table layout default
----------------------------------------------------------------------------- */
table {
	margin-bottom: 40px;
	width: 100%;
}
tr {
	border-bottom: 1px dotted #888;
}
tr:first-child {
	border-top: 1px dotted #888;
}
th {
	background-color: #edecf0;
	vertical-align: top;
	font-weight: normal;
}
td {
	width: 100px;
	vertical-align: top;
}
/* ol layout default
----------------------------------------------------------------------------- */
ol {
	line-height: normal;
}
/* fixed menu margin
----------------------------------------------------------------------------- */
section{
	scroll-margin-top: 7rem;
	position: relative;
}
/* animation
----------------------------------------------------------------------------- */
.fadein {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 1000ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.fadein1 {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 1000ms;
}
.fadein1.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein2 {
	opacity : 0;
	transition: opacity 0.8s cubic-bezier(0.4, 0.2, 0.1, 1),transform 0.8s cubic-bezier(0.4, 0.2, 0.1, 1),-webkit-transform 0.8s cubic-bezier(0.4, 0.2, 0.1, 1);
	transform: skewY(5deg) translate(0, 20px);
	transform-origin: 0% 0%;
	backface-visibility: hidden;
}
.fadein2.scrollin {
	opacity : 1;
	transform: skewY(0deg) translate(0, 0);
}

.fadein3 {
	opacity : 0;
	transform : translate(0, 0);
	transition : all 1000ms;
}
.fadein3.scrollin {
	transform : translate(0, 0);
	opacity : 1;
}
/* btn
----------------------------------------------------------------------------- */
a.shop_btn{
	display: block;
	color: #fff;
	background: #fcccb9;
	border: 1px solid #fcccb9;
	border-radius: 24px;
	line-height: 50px;
	height: 50px;
	width: 250px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1.70px;
}
a.shop_btn:hover{
	background: #ffa188;
	border: 1px solid #ffa188;
}
a.shop_btn span{
	position: relative;
	top: 0px;
}
a.shop_btn:hover span{
	animation-name: shop_btn;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
}
@keyframes shop_btn {
	0% {
		top: 0px;
		opacity: 1;
		color: #fff;
	}
	50% {
		top: -5px;
		opacity: 0;
		color: #fff;
	}
	51% {
		top: 10px;
		opacity: 0;
		color: #fff ;
	}
	100% {
		top: 0px;
		opacity: 1;
		color: #fff ;
	}
}
a.more_btn{
	display: block;
	color: #222;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 24px;
	line-height: 50px;
	height: 50px;
	width: 250px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1.70px;
}
a.more_btn:hover{
	background: #ccc;
	color: #fff;
}
a.more_btn span{
	position: relative;
	top: 0px;
}
a.more_btn:hover span{
	animation-name: more_btn;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
}
@keyframes more_btn {
	0% {
		top: 0px;
		opacity: 1;
		color: #222;
	}
	50% {
		top: -5px;
		opacity: 0;
		color: #222;
	}
	51% {
		top: 10px;
		opacity: 0;
		color: #fff ;
	}
	100% {
		top: 0px;
		opacity: 1;
		color: #fff ;
	}
}
a.dl_btn{
	display: block;
	color: #323232;
	background: #f2f2f2;
	border: 1px solid #ccc;
	border-radius: 24px;
	line-height: 50px;
	height: 50px;
	width: 250px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1.70px;
}
a.dl_btn:hover{
	background: #fff;
}
a.dl_btn span{
	position: relative;
	top: 0px;
}
a.dl_btn:hover span{
	animation-name: dl_btn;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
}
@keyframes dl_btn {
	0% {
		top: 0px;
		opacity: 1;
		color: #323232;
	}
	50% {
		top: -5px;
		opacity: 0;
		color: #323232;
	}
	51% {
		top: 10px;
		opacity: 0;
		color: #323232 ;
	}
	100% {
		top: 0px;
		opacity: 1;
		color: #323232 ;
	}
}
a.other_btn{
	display: block;
	color: #222;
	background: #fcc7b4;
	border: 1px solid #fcc7b4;
	border-radius: 24px;
	line-height: 50px;
	height: 50px;
	width: 250px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1.70px;
}
a.other_btn:hover{
	background: #ffa188;
	border: 1px solid #ffa188;
}
a.other_btn span{
	position: relative;
	top: 0px;
}
a.other_btn:hover span{
	animation-name: other_btn;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
}
@keyframes other_btn {
	0% {
		top: 0px;
		opacity: 1;
		color: #222;
	}
	50% {
		top: -5px;
		opacity: 0;
		color: #222;
	}
	51% {
		top: 10px;
		opacity: 0;
		color: #222 ;
	}
	100% {
		top: 0px;
		opacity: 1;
		color: #222 ;
	}
}
/* header
----------------------------------------------------------------------------- */
header{
	position: relative;
	width: 100%;
	padding-bottom: 40px;
}
header .wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 45px 42px 0;
	display: flex;
	justify-content: space-between;
	z-index: 100;
}
header .wrapper .logo{
	width: 167px;
}
header .wrapper .logo img{
	max-width: 270px;
    width: auto;
    max-height: 120px;
    height: auto;
}
header .wrapper h1{
	font-size: 11px;
	color: #888;
}

header .slider{
	width: 100%;
	animation-name: blur;
	animation-duration: 3s;
}
@keyframes blur {
	0% {
		filter: blur(10px);
	}
	100% {
		filter: blur(0);
	}
}
header .slider .slick-slide img,
.slider02 .slider_common li img {
    width: 100%;
}
header .slick-dots,
.slider02 .slick-dots {
    bottom: 50px;
}
header .slick-dots li,
.slider02 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.slider02 .slider_common_one .slick-dots {
    display: none!important;
}

header .slick-dots li button:before,
.slider02 .slick-dots li button:before {
    font-family:"YuGothic" , "游ゴシック" , "Hiragino Kaku Gothic ProN" , "ヒラギノ角ゴ ProN" , "Meiryo" , "メイリオ" , sans-serif ;
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header .slick-dots li.slick-active button:before,
.slider02 .slick-dots li.slick-active button:before {
    opacity: 1;
	color: #FCCCB9;
    content: '•';
	font-family:"YuGothic" , "游ゴシック" , "Hiragino Kaku Gothic ProN" , "ヒラギノ角ゴ ProN" , "Meiryo" , "メイリオ" , sans-serif ;
}
.slick-dotted.slick-slider,
.slider02 .slick-dotted.slick-slider {
    margin-bottom: 0;
}
/* header menu
----------------------------------------------------------------------------- */
nav.menu{
	position: absolute;
	display: none;
	top: -90px;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #fff;
    z-index: 200;
	border-bottom: 1px solid #EAEAEA;
}
nav.menu.fixed{
	position: fixed;
	display: block;
}
nav.menu > ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	padding: 0 0 0 43px;
}
nav.menu > ul >:first-child{
	margin-right: auto;
}
nav.menu > ul > li{
	margin-left: 32px;
}
nav.menu > ul > li:last-child:not(.reserve){
	margin-right: 32px;
}
nav.menu > ul > li:first-of-type img{
	vertical-align: middle;
	height: 47px;
}
nav.menu > ul > li a{
	display: block;
	font-size: 14px;
	line-height: 90px;
	height: 90px;
}
nav.menu > ul > li a span{
	position: relative;
	top: 0px;
}
nav.menu > ul > li a:hover span{
	animation-name: h-menu;
	animation-duration: 0.7s;
	animation-timing-function: ease-in-out;
}
@keyframes h-menu {
	0% {
		top: 0px;
		opacity: 1;
		color: #222;
	}
	50% {
		top: -10px;
		opacity: 0;
		color: #222;
	}
	51% {
		top: 20px;
		opacity: 0;
		color: #F99F87 ;
	}
	100% {
		top: 0px;
		opacity: 1;
		color: #F99F87 ;
	}
}

nav.menu > ul > li.reserve a{
	display: block;
	align-items: center;
	text-align: center;
	line-height: 1.4;
	height: 90px;
	width: 160px;
	background:#FCC7B4;
	padding: 25px 0px;
	color: #fff;
}
nav.menu > ul > li.reserve a::first-line{
	color: #333;
}
nav.menu > ul > li.reserve a:hover span{
		color: #F99F87 ;
}
nav.menu > ul > li .sub_menu{
	position: absolute;
	top: auto;
	width: 260px;
    margin-left: -80px;
	background: #fff;
	max-height: 0;
	opacity: 0;
	transition: all 200ms ease;
	overflow: hidden;
}
nav.menu > ul > li:hover .sub_menu{
	display: block;
	opacity: 1;
	max-height: initial;
}
nav.menu > ul > li:hover .sub_menu li a{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #EAEAEA;
	border-top: 0px;
	line-height: 1.5;
	font-size: 13px;
}
nav.menu > ul > li:hover .sub_menu li a:hover{
	background: #F4F2EA;
	color: #222;
}

/* fb
----------------------------------------------------------------------------- */
.fb .fb-inner{
	width: 100%;
	max-width: 100%;
	height: 400px;
}

/* youtube
----------------------------------------------------------------------------- */
.youtube-inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube-inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* color
----------------------------------------------------------------------------- */
.red{color: #E41530;}
/* go_top
----------------------------------------------------------------------------- */
.go_top{
	position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	text-orientation: sideways;
	float: right;
	font-size: 16px;
	line-height: 50px;
	margin-top: -115px;
}
.go_top::before {
	content: '';
    display: block;
    width: 1px;
    height: 50px;
    position: absolute;
    top: -60px;
    right: 25px;
    margin: auto;
    background-color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.go_top a{
	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.go_top:hover a {
    color: #F99F87;
}
.go_top:hover:before {
    background-color: #F99F87;
}
/* footer
----------------------------------------------------------------------------- */
footer{
	margin-top: 50px;
	padding: 0 0 80px;
}
footer .f_menu ul{
	display: flex;
	justify-content: center;
	margin-bottom: 45px;
}
footer .f_menu ul li{
	margin-right: 40px;
}
footer .f_menu ul li:last-of-type{
	margin-right: 0;
}
footer .f_menu ul li a{
	display: inline-block;
	opacity: 1;
	font-size: 13px;
	color: #777;
}
footer .f_menu ul li a:hover{
	color: #777;
}
footer .f_menu ul li a:hover span:nth-child(1) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.01s forwards;
}
footer .f_menu ul li a:hover span:nth-child(2) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.02s forwards;
}
footer .f_menu ul li a:hover span:nth-child(3) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.03s forwards;
}
footer .f_menu ul li a:hover span:nth-child(4) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.04s forwards;
}
footer .f_menu ul li a:hover span:nth-child(5) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.05s forwards;
}
footer .f_menu ul li a:hover span:nth-child(6) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.06s forwards;
}
footer .f_menu ul li a:hover span:nth-child(7) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.07s forwards;
}
footer .f_menu ul li a:hover span:nth-child(8) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.08s forwards;
}
footer .f_menu ul li a:hover span:nth-child(9) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.09s forwards;
}
footer .f_menu ul li a:hover span:nth-child(10) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.1s forwards;
}
footer .f_menu ul li a:hover span:nth-child(11) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.11s forwards;
}
footer .f_menu ul li a:hover span:nth-child(12) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.12s forwards;
}
footer .f_menu ul li a:hover span:nth-child(13) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.13s forwards;
}
footer .f_menu ul li a:hover span:nth-child(14) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.14s forwards;
}
footer .f_menu ul li a:hover span:nth-child(15) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.15s forwards;
}
footer .f_menu ul li a:hover span:nth-child(16) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.16s forwards;
}
footer .f_menu ul li a:hover span:nth-child(17) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.17s forwards;
}
footer .f_menu ul li a:hover span:nth-child(18) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.18s forwards;
}
footer .f_menu ul li a:hover span:nth-child(19) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.19s forwards;
}
footer .f_menu ul li a:hover span:nth-child(20) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.2s forwards;
}
footer .f_menu ul li a:hover span:nth-child(21) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.21s forwards;
}
footer .f_menu ul li a:hover span:nth-child(22) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.22s forwards;
}
footer .f_menu ul li a:hover span:nth-child(23) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.23s forwards;
}
footer .f_menu ul li a:hover span:nth-child(24) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.24s forwards;
}
footer .f_menu ul li a:hover span:nth-child(25) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.25s forwards;
}
footer .f_menu ul li a:hover span:nth-child(26) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.26s forwards;
}
footer .f_menu ul li a:hover span:nth-child(27) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.27s forwards;
}
footer .f_menu ul li a:hover span:nth-child(28) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.28s forwards;
}
footer .f_menu ul li a:hover span:nth-child(29) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.29s forwards;
}
footer .f_menu ul li a:hover span:nth-child(30) {
  animation: text 1s cubic-bezier(0.79, 0.09, 0.24, 0.86) 0.3s forwards;
}

@keyframes text {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

footer .sns_btn{
	margin-top: 30px;
}
footer .sns_btn ul{
	display: flex;
	justify-content: center;
}
footer .sns_btn ul li{
	margin-right: 20px;
}
footer .sns_btn ul li:last-of-type{
	margin-right: 0;
}
footer .sp-box{
	display: none;
}
footer .sns_btn ul{
    display: flex;
    justify-content: center;
	width: 100%;
	height: auto;
}
footer .sns_btn > ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
footer .sns_btn > ul li a img{
	width: 100%;
}
footer .sns_btn > ul li a img.TikTokIcon{
	width: 50%;
}

footer .sns_btn > ul li a path,
footer .sns_btn > ul li a circle{
    fill: #323232;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

footer .sns_btn > ul li a:hover path,
footer .sns_btn > ul li a:hover circle{
    fill: #fff;
}
footer .sns_btn  >ul li a.fb:hover{
    background: #c5d2e8;
}
footer .sns_btn > ul li a.tw:hover{
    background: #b8dbe8 ;
}
footer .sns_btn > ul li a.ln:hover{
    background: #afd3b3;
}
footer .sns_btn > ul li a.yt:hover{
    background: #e5c7c7;
}
footer .sns_btn > ul li a.ig:hover{
    background: #e0e0ad;
}
footer .sns_btn > ul li a.bl:hover{
    background: #d3cec7;
}

footer .sns_btn > ul li a:hover img{
    fill: #fff;
}
footer .logo{
	max-width: 150px;
    margin: 0 auto;
}
footer .logo img{
	width: 100%;
}
/* BreakPoint 1200px tablet
=============================================================*/
@media only screen and (max-width: 1200px) {
	/* layout
----------------------------------------------------------------------------- */
.sp_mode{
    display: block!important;
}
.pc_mode{
    display: none!important;
}


header{
}


#nav-toggle {
	position: fixed;
    top: 48px;
    right: 0;
    height: 32px;
    cursor: pointer;
    margin-right: 4%;
}
#nav-toggle > div {
  position: relative;
  width: 40px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #333;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}


.sp-menu {
  background:rgba(252, 204, 185, 0.9);
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.sp-menu .logo img{
	height: 126px;
}
.sp-menu a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.6s ease;
  font-size: 20px;
}
.sp-menu a:hover {
  color: #666;
}
.sp-menu ul {
  list-style: none;
}
.sp-menu > ul {
  list-style: none;
      display: flex;
    flex-direction: column;
    /*height: calc(100vh - 170px);*/
	/*justify-content: center;*/
	height: calc(100vh - 60px);
	overflow: auto;
}
.sp-menu ul li {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}
.sp-menu a span{
	margin-left: 10px;
	display: inline-block;
	position: relative;
	top: 0;
	right: 0;
	cursor: pointer;
}
.sp-menu a span::before{
	display: block;
	content: "+";
	width: 20px;
	
}
.sp-menu a.close span::before{
	content: "-";
}

nav.menu > ul > li .sub_menu, .sp-menu > ul > li .sub_menu{
	display: none;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
nav.menu > ul > li .sub_menu, .sp-menu > ul > li .sub_menu.open {
	display: block;
	top: 100%;
	opacity: 1;
}
.sp-menu .sub_menu a{
	color: #937872;
	font-size: 14px;
    line-height: 1.5;
}
/* open */
.open {
  overflow: hidden;
}
.open .sp-menu {
  visibility: visible;
  opacity: 1;
}
.open .sp-menu li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

nav.menu{
	display: none !important;
}
header .wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
    justify-content: space-between;
	z-index: 100;
	height: 126px;
	text-align: center;
	background: #fff;
}
header .wrapper .logo {
	width: auto;
}
header .wrapper .logo img {
    max-width: 504px;
	width: 100%;
	height: auto;
	object-fit: contain;
}
header .wrapper h1 {
	display: none;
}
header .slider {
	padding: 126px 0 0;
}
}
/* BreakPoint 1000px sp
=============================================================*/
@media only screen and (max-width: 1000px) {
/* layout
----------------------------------------------------------------------------- */
.sp_mode{
    display: block!important;
}
.pc_mode{
    display: none!important;
}


header {
    /*padding-bottom: 30px;*/
}
header .wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
    justify-content: space-between;
    z-index: 100;
    height: 60px;
    text-align: center;
    background: #fff;
}
header .wrapper .logo, .sp-menu .logo {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .wrapper .logo img, .sp-menu .logo img {
    max-width: initial;
    width: auto;
    height: 60px;
}
header .slider {
    padding: 60px 0 0;
}
header .slick-dots {
    display: none !important;
}
#nav-toggle {
    position: fixed;
    top: 17px;
    right: 0;
    height: 25px;
    cursor: pointer;
    margin-right: 4%;
}
#nav-toggle > div {
    position: relative;
    width: 30px;
}

#nav-toggle:hover span:nth-child(1) {
    top: 0;
}
#nav-toggle:hover span:nth-child(1) {
    top: 0;
}
#nav-toggle:hover span:nth-child(3) {
    top: 20px;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}
.open #nav-toggle span:nth-child(2) {
    top: 10px;
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
}


footer{
	padding-bottom: 150px;
}
footer .f_menu ul {
    display: block;
}
footer .f_menu ul li {
    margin-right: 0;
}
footer .f_menu ul li a {
    display: inline-block;
    opacity: 1;
	font-size: 11px;
	padding: 10px 0;
    color: #777;
}
footer .sns_btn {
    margin-top: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
}
footer .sns_btn ul {
    display: flex;
	/*justify-content: space-between;*/
	padding: 0 11%;
}
footer .sns_btn > ul{
	padding-bottom: 5px;
}
footer .sns_btn ul li {
    /*margin-right: 0;*/
    margin: 0 5px;
}
footer .sp-box{
	display: block;
	height: 60px;
	width: 100%;
    background: rgba(252, 204, 185, 0.9);
}
footer .sp-box ul{
	padding: 0;
}
footer .sp-box ul li{
	width: 50%;
	position: relative;
}
footer .sp-box ul li.w100{
	width: 100%;
}
footer .sp-box ul li:last-of-type:before{
	content: "";
	width: 1px;
	height: 24px;
	background: #333;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
footer .sp-box ul li.w100:before{
	width: 0;
}
footer .sp-box ul li a{
	display: block;
	width: 100%;
	font-size: 14px;
    line-height: 60px;
    height: 60px;
}

.go_top {
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    float: right;
    font-size: 16px;
    line-height: 50px;
    /* margin-top: -115px; */
    bottom: 280px;
    right: 0;
}


.sp-menu a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5px 0;
    transition: color 0.6s ease;
    font-size: 16px;
}

}

.footer_reservation {
	padding: 15px 0 12px 0;
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
	opacity: 0.9;
	box-shadow: 0 -5px 3px -3px rgba(0, 0, 0, .15);
}
.footer_reservation ul {
	font-size: 0;
}
.footer_reservation ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: center;
}
.footer_reservation ul li.w100 {
	width: 100%;
}
.footer_reservation ul li:nth-child(2) {
	border-left: 1px solid #fff;
}
.footer_reservation ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

.footer_reservation {
	background-color: transparent;
	right: 40px;
	bottom: 40px;
	padding: 0;
	width: 150px;
    height: 150px;
	border: none;
	text-align: center;
	box-shadow:none;
}
.footer_reservation a {
	color: #333333;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	transition: 0.5s;
	background-color: #fcccb9;
	box-shadow: 5px 0px 10px #bbb;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
    width: 100%;
    height: 100%;
}
.footer_reservation a::before {
	content: '';
	width: 30px;
	height: 100%;
	background-color: #fcccb9;
	position: absolute;
	top: -180px;
	left: 0;
	opacity: 0;
}
.footer_reservation a:hover {
	background-position: right center; 
}
.footer_reservation a p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer_reservation a p span {
	color: #777777;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 5px 0 0 0;
	display: block;
}
@media only screen and (max-width: 1000px) {
	.footer_reservation {
		display: none;
	}
}
