:root{
	--base-font: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	--sub-font: "游明朝", YuMincho, yu-mincho-pr6n, serif;
	--en-font: "游明朝", YuMincho, yu-mincho-pr6n, serif;
	--base-color: #000; /* 黒 */
	--sub-color01: #a8476f; /* 紫 */
	--sub-color02: #634d42; /* 茶色 */
	--sub-color03: #fff; /* 白色 */
	--bg-color01: #e7e2d9; /* 薄いベージュ */
	--gradation01: linear-gradient(140deg, rgba(238, 218, 226, 1) 0%, rgba(235, 213, 222, 1) 1.17%, rgba(218, 175, 192, 1) 10.51%, rgba(202, 143, 167, 1) 20.6%, rgba(190, 117, 147, 1) 31.44%, rgba(180, 96, 131, 1) 43.3%, rgba(173, 82, 120, 1) 56.71%, rgba(169, 74, 113, 1) 72.97%, rgba(168, 71, 111, 1) 100%);
}

*{ box-sizing: border-box; }
html { font-size: 62.5%; }
body{
	font-family: var(--base-font);
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--base-color);	
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.08em;
	text-align: justify;
}

h1,h2,h3,h4,h5,h6{ font-family: var(--sub-font); font-weight: 500; }
.sub-font{ font-family: var(--sub-font); }
.en-font{ font-family: var(--en-font); font-weight: 500; }

/*** adobe使用フォント
Yu Mincho Pr6N
font-family: yu-mincho-pr6n, sans-serif;
***/

a{ transition: .5s; }
a:hover{ opacity: .7; }
br{ line-height: inherit; }
p{ line-height: 2; }
span, a, strong, small{ color: inherit; font-size: inherit; font-family: inherit; font-weight: inherit; letter-spacing: inherit; }

.wrap{ width: 80rem; margin: 0 auto; position: relative; }
.wrap.midium{ width: 100rem; }
.row{ display: flex; justify-content: space-between; }

.linkwrap{ width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 10; }
.body-wrap{ overflow: hidden; position: relative; }

@media(min-width: 769px){
	.sp{ display: none !important; }
}

.sec-news .btn{ width: 40rem; height: 6rem; display: flex; justify-content: center; align-items: center; font-weight: 700; color: #fff; background: var(--sub-color01); position: relative; border: solid 1px var(--sub-color01); margin-top: 3rem;}
.btn{ width: 40rem; height: 6rem; display: flex; justify-content: center; align-items: center; font-weight: 700; color: #fff; background: var(--sub-color01); position: relative; border: solid 1px var(--sub-color01); }
.btn.white{ background: #fff; color: var(--sub-color01); }
.btn:before{ content: ''; width: .8rem; height: .8rem; background: url(../images/common/arrow06.png) no-repeat center/contain; position: absolute; top: 50%; right: 2rem; transform: translateY(-50%); transition: .5s; }
.btn:after{ content: ''; width: .8rem; height: .8rem; background: url(../images/common/arrow05.png) no-repeat center/contain; position: absolute; top: 50%; right: 2rem; transform: translateY(-50%); transition: .5s; opacity: 0; }
.btn.white:before{ background-image: url(../images/common/arrow05.png); }
.btn.white:after{ background-image: url(../images/common/arrow06.png); }
.btn:hover{ opacity: 1; background: #fff; color: var(--sub-color01); transform: scale(1.05); }
.btn.white:hover{ background: var(--sub-color01); color: #fff; border-color: #fff; }
.btn:hover:before{ opacity: 0; }
.btn:hover:after{ opacity: 1; }

header{ position: absolute; top: 0; left: 0; padding: 3rem 0 0 5rem; z-index: 10; }

nav{ width: 100vw; height: 100vh; position: fixed; top: 0; right: 0; z-index: 9970; display: flex; transition: .5s; opacity: 0; visibility: hidden; }
nav.active{ opacity: 1; visibility: visible; }
nav .nav-img01{ display: block; width: 50vw; height: 100vh; object-fit: cover; object-position: center; }
nav .inner{ width: 50vw; position: relative; z-index: 0; background: var(--gradation01); padding: 14.5rem 0 7rem; color: #fff; }
nav .inner:before{ content: ''; width: 100%; height: 100%; background: url(../images/common/webp/bg01.webp) center/15rem; position: absolute; top: 0; left: 0; z-index: -1; }
nav .gnav{ margin-bottom: 4.5rem; }
nav .gnav li{ text-align: center; }
nav .gnav li + li{ margin-top: 1rem; }
nav .gnav li.insta a{ padding-left: 2.1rem; background: url(../images/common/icon-insta01.png) no-repeat left center/1em; }
nav dl{ display: table; margin: 0 auto; background-repeat: repeat-x, repeat-x; background-image: url(../images/common/border02.png), url(../images/common/border02.png); background-position: top left, bottom left; background-size: auto 1.5px, auto 1.5px; padding: 1.7rem .5em 1.9rem; margin-bottom: 1.4rem; }
nav dl dt{ font-size: 1rem; }
nav dl dd{ font-size: 3.6rem; line-height: 1.2; text-align: center; letter-spacing: .1em; }
nav dl dd a{ padding-left: 4.3rem; background: url(../images/common/icon-tel02.png) no-repeat left center/3.8rem; }
nav dl + small{ display: block; text-align: center; font-size: 1.2rem; }

.info-box h2{ line-height: 1; font-size: 4rem; color: var(--sub-color01); margin-bottom: 3rem; }
.info-box h2 small{ font-size: 1.2rem; color: var(--base-color); display: inline-block; margin-left: .8rem; vertical-align: middle; }
.info-box .left{ width: 38rem; }
.info-box .left h3{ font-size: 2rem; color: var(--sub-color01); line-height: 1.6; padding-left: 7.3rem; background: url(../images/common/webp/logo02.webp) no-repeat left center/contain; margin: 4.3rem 0 1.4rem; }
.info-box .left .btn{ width: 100%; border: solid 1px; }
.info-box .left .btn:not(.white){ border-color: var(--sub-color01); }
.info-box .left .btn:hover{ border: solid 1px; }
.info-box .left .btn + .btn{ margin-top: 1rem; }
.info-box .left .btn span{ padding-left: 3.2rem; position: relative; }
.info-box .left .btn span:before, .info-box .left .btn span:after{ content: ''; width: 2.4rem; height: 2.4rem; background: no-repeat center left/contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); transition: .5s; }
.info-box .left .btn span:after{ opacity: 0; }
.info-box .left .btn.tel span:before{ background-image: url(../images/common/icon-tel01.png); }
.info-box .left .btn.tel span:after{ background-image: url(../images/common/icon-tel02.png); }
.info-box .left .btn.resv span:before{ background-image: url(../images/common/icon-resv01.png); }
.info-box .left .btn.resv span:after{ background-image: url(../images/common/icon-resv02.png); }
.info-box .left .btn.line {line-height: 1.1;}
.info-box .left .btn.line span:before{ background-image: url("../images/common/icon-line.png"); }
.info-box .left .btn.line span:after{ background-image: url("../images/common/icon-line.png"); }
.info-box .left .btn:hover span:before{ opacity: 0; }
.info-box .left .btn:hover span:after{ opacity: 1; }
.info-box .right{ width: 38rem; }
.info-box .right .map01{ display: block; margin-bottom: 3rem; width: 100%; }
.info-box .right .detail-list li{ display: flex; min-height: 5rem; padding-left: 7rem; align-items: center; font-size: 1.2rem; font-weight: 700; position: relative; line-height: 1.5; }
.info-box .right .detail-list li + li{ margin-top: 2rem; }
.info-box .right .detail-list li:before{ content: ''; width: 5rem; height: 5rem; border-radius: 100%; background: no-repeat center/contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.info-box .right .detail-list li:nth-of-type(1):before{ background-image: url(../images/common/icon-home01.jpg); }
.info-box .right .detail-list li:nth-of-type(2):before{ background-image: url(../images/common/icon-car01.jpg); }
.info-box .right .detail-list li:nth-of-type(3):before{ background-image: url(../images/common/icon-train01.jpg); }
.info-box .right .detail-list li a{ color: #979798; text-decoration: underline; }

.hour-table{ width: 38rem; table-layout: fixed; text-align: center; }
.hour-table th{ width: 11rem; font-weight: 500; border: solid 1px var(--bg-color01); vertical-align: middle; letter-spacing: .05em; height: 4.8rem; }
.hour-table td{font-size: 1.5rem; border: solid 1px var(--bg-color01); vertical-align: middle; }
.hour-table thead{ background: var(--bg-color01); }
.hour-table + p{ font-size: 1.6rem; text-align: left; letter-spacing:0; }

.treat-list01{ display: flex; flex-wrap: wrap; margin-bottom: 4rem; }
.treat-list01 a{ width: 24rem; display: block; margin-right: calc((100% - (24rem * 4)) / 3); position: relative; z-index: 0; }
.treat-list01 a:nth-of-type(4n){ margin-right: 0; }
.treat-list01 a:before{ content: ''; width: 100%; height: calc(100% - 13rem); background: var(--sub-color02); position: absolute; bottom: 0; left: 0; z-index: -1; }
.treat-list01 a:after{ content: ''; width: 0.9rem; height: 0.9rem; background: url(../images/common/arrow03.png) no-repeat center/contain; position: absolute; bottom: 2rem; right: 2rem; }
.treat-list01 a img{ width: 100%; }
.treat-list01 a dl{ padding: 2.2rem 0 3.2rem; color: #fff; text-align: center; }
.treat-list01 a dl dt{ font-size: 1.2rem; line-height: 1.6; margin-bottom: .8rem; }
.treat-list01 a dl dd{ font-size: 2.4rem; }

.treat-list02{ display: flex; flex-wrap: wrap; }
.treat-list02 a{ width: 30rem; height: 6.8rem; display: flex; align-items: center; margin-right: calc((100% - 30rem * 3) / 2); border-bottom: solid 1px #fff; padding-left: 7rem; position: relative; }
.treat-list02 a:nth-of-type(3n){ margin-right: 0; }
.treat-list02 a:nth-of-type(n+4){ margin-top: 3rem; }
.treat-list02 a:before{ content: ''; width: 3.8rem; height: 3.8rem; background: url(../images/common/arrow01.png) no-repeat center/contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); transition: .5s; }
.treat-list02 a:after{ content: ''; width: 3.8rem; height: 3.8rem; background: url(../images/common/arrow02.png) no-repeat center/contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); opacity: 0; transition: .5s; }
.treat-list02 a:hover{ opacity: 1; transform: scale(1.05); }
.treat-list02 a:hover:before{ opacity: 0; }
.treat-list02 a:hover:after{ opacity: 1; }
.treat-list02 a img{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.treat-list02 a dl{ line-height: 1.6; }
.treat-list02 a dl dt{ font-size: 1.2rem; }
.treat-list02 a dl dd{ font-size: 1.8rem; font-weight: 700; color: var(--sub-color01); }

.sec-resv{ padding: 10rem 0; background: url(../images/common/webp/resv-bg01.webp) no-repeat center/cover; }
.sec-resv h2{ font-size: 3rem; color: #fff; text-align: center; position: relative; z-index: 0; height: 15rem; padding-top: 7rem; margin-bottom: 4.5rem; }
.sec-resv h2:before{ content: attr(data-en); font-size: 15rem; font-family: var(--en-font); line-height: .7; letter-spacing: 0; color: var(--sub-color02); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
.sec-resv h2:after{ content: ''; width: 18rem; height: 6.2rem; background: url(../images/common/webp/item-ttl02.webp) no-repeat center/contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.sec-resv .inner{ background: var(--bg-color01); padding: 4.5rem 10rem; }
.sec-resv .inner .left{ width: 35rem; }
.sec-resv .inner .left h3{ font-size: 2.4rem; line-height: 1.5; color: var(--sub-color02); margin-bottom: 1.2rem; }
.sec-resv .inner .right a{ width: 20rem; height: 18rem; display: flex; justify-content: center; align-items: center; font-weight: 700; text-align: center; border: solid 1px; position: relative; }
.sec-resv .inner .right a + a{ margin-left: 1rem; }
.sec-resv .inner .right a span{ padding-top: 4.6rem; position: relative; }
.sec-resv .inner .right a:before{ content: ''; width: .9rem; height: .9rem; background: url(../images/common/arrow04.png) no-repeat center/contain; position: absolute; bottom: 2rem; right: 2rem; transition: .5s; }
.sec-resv .inner .right a:after{ content: ''; width: .9rem; height: .9rem; background: url(../images/common/arrow03.png) no-repeat center/contain; position: absolute; bottom: 2rem; right: 2rem; transition: .5s; opacity: 0; }
.sec-resv .inner .right a:nth-of-type(2):before{ background-image: url(../images/common/arrow03.png); }
.sec-resv .inner .right a:nth-of-type(2):after{ background-image: url(../images/common/arrow04.png); }
.sec-resv .inner .right a:nth-of-type(1){ background: #fff; color: var(--sub-color01); }
.sec-resv .inner .right a:nth-of-type(1) span:before{ content: ''; width: 4rem; height: 4rem; background: url(../images/common/icon-tel01.png) no-repeat center/contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); transition: .5s; }
.sec-resv .inner .right a:nth-of-type(1) span:after{ content: ''; width: 4rem; height: 4rem; background: url(../images/common/icon-tel02.png) no-repeat center/contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); opacity: 0; transition: .5s; }
.sec-resv .inner .right a:nth-of-type(2){ background: var(--sub-color01); color: #fff; border-color: var(--sub-color01); }
.sec-resv .inner .right a:nth-of-type(2) span:before{ content: ''; width: 4rem; height: 4rem; background: url(../images/common/icon-resv01.png) no-repeat center/contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); transition: .5s; }
.sec-resv .inner .right a:nth-of-type(2) span:after{ content: ''; width: 4rem; height: 4rem; background: url(../images/common/icon-resv02.png) no-repeat center/contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); transition: .5s; opacity: 0; }
.sec-resv .inner .right a:hover{ opacity: 1; transform: scale(1.05); }
.sec-resv .inner .right a:nth-of-type(1):hover{ background: var(--sub-color01); color: #fff; }
.sec-resv .inner .right a:nth-of-type(2):hover{ background: #fff; color: var(--sub-color01); }
.sec-resv .inner .right a:hover:before, .sec-resv .inner .right a:hover span:before{ opacity: 0; }
.sec-resv .inner .right a:hover:after, .sec-resv .inner .right a:hover span:after{ opacity: 1; }

footer .info-box{ padding-top: 10rem; padding-bottom: 10rem; z-index: 0; }
footer .info-box:before{ content: ''; width: 100vw; height: 100%; background: url(../images/common/webp/bg02.webp) repeat-x bottom center/120rem; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
footer .sitemap{ padding-top: 10rem; position: relative; z-index: 0; color: #fff; }
footer .sitemap:before{ content: ''; width: 100%; height: 100%; background: var(--gradation01); position: absolute; top: 0; left: 0; z-index: -2; }
footer .sitemap:after{ content: ''; width: 100%; height: 100%; background: url(../images/common/webp/bg01.webp) center/15rem; position: absolute; left: 0; bottom: 0; z-index: -1; }
footer .sitemap .logo{ display: table; margin: 0 auto 5rem; }
footer .sitemap-row{ border-top: solid 1px; padding-top: 4.5rem; margin-bottom: 4.5rem; }
footer .sitemap-row > ul > li{font-size: 1.4rem; font-weight: 700; }
footer .sitemap-row > ul > li + li{ margin-top: .5rem; }
footer .sitemap-row > ul > li.parent + li{ margin-top: 1.2rem; }
footer .sitemap-row > ul > li .child{ margin-top: .5rem; }
footer .sitemap-row > ul > li .child li{ font-size: 1.2rem; font-weight: 400; padding-left: 1em; position: relative; }
footer .sitemap-row > ul > li .child li:before{ content: '-'; position: absolute; left: 0; }
footer .sitemap-row > ul > li .child ul + ul{ margin-left: 5rem; }
footer .sitemap .group-list{ display: flex; justify-content: space-between; z-index: 0; position: relative; }
footer .sitemap .group-list:before{ content: ''; width: 100vw; height: 5rem; background: var(--sub-color01); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
footer .sitemap .group-list a{ width: 32rem; height: 10rem; display: flex; justify-content: center; align-items: center; background: no-repeat center/cover; position: relative; }
footer .sitemap .group-list a:nth-of-type(1){ background-image: url(../images/common/webp/group01.webp); }
footer .sitemap .group-list a:nth-of-type(2){ background-image: url(../images/common/webp/group02.webp); }
footer .sitemap .group-list a:nth-of-type(3){ background-image: url(../images/common/webp/group03.webp); }
footer .sitemap .group-list a:after{ content: ''; width: 0.9rem; height: 0.9rem; background: url(../images/common/arrow03.png) no-repeat center/contain; position: absolute; bottom: 1.8rem; right: 1.8rem; }
footer .sitemap .group-list a dl dt{ font-size: 1.8rem; font-weight: 700; text-align: center; }
footer .sitemap .group-list a dl dd{ text-align: center; }
footer .bg-color{ background: var(--sub-color01); padding: 4rem 0 4.5rem; color: #fff; text-align: center; font-size: 1.2rem; }

.float-btn{ display: flex; position: fixed; top: 3.35rem; right: 10rem; z-index: 9971; }
.float-btn li + li{ margin-left: 1rem; }
.float-btn li a{ display: flex; align-items: center; height: 3.3rem; padding: 0 2.8rem 0 2.1rem; background: var(--sub-color02); color: #fff; font-size: 2rem; font-weight: 700; position: relative; }
.float-btn li a:after{ content: ''; width: .9rem; height: .9rem; background: url(../images/common/arrow06.png) no-repeat center/contain; position: absolute; right: .9rem; top: 50%; transform: translateY(-50%); }
.float-btn li a span{ padding-left: 2.2rem; background: no-repeat center left/1.8rem; }
.float-btn li:nth-of-type(1) a span{ background-image: url(../images/common/icon-tel02.png); }
.float-btn li:nth-of-type(2) a span{ background-image: url(../images/common/icon-resv01.png); background-position: top 1rem left; }

.menu-btn{ width: 8rem; height: 8rem; background: #fff; border-radius: 100%; position: fixed; top: 1rem; right: 1rem; z-index: 9989; padding-top: 2.6rem; cursor: pointer; }
.menu-btn .inner{ width: 3rem; height: 1.3rem; margin: 0 auto .5rem; position: relative; }
.menu-btn .inner span{ width: 100%; height: 1px; background: var(--sub-color01); position: absolute; left: 0; transition: .5s; }
.menu-btn .inner span:nth-of-type(1){ top: 0; }
.menu-btn .inner span:nth-of-type(2){ top: 50%; transform: translateY(-50%); }
.menu-btn .inner span:nth-of-type(3){ bottom: 0; }
.menu-btn.active .inner span:nth-of-type(1){ transform: translateY(.9rem) rotate(25deg); }
.menu-btn.active .inner span:nth-of-type(2){ opacity: 0; }
.menu-btn.active .inner span:nth-of-type(3){ transform: translateY(-.3rem) rotate(-25deg); }
.menu-btn > span{ display: block; text-align: center; font-size: 1rem; font-weight: 700; color: var(--sub-color01);  }

.top_jidv{ background:#e7e2d9; padding: 50px 0 50px; }
.top_jidv .jidv_wrap{ width: 800px; margin: 0 auto; padding: 0;}
.top_jidv .jidv_wrap h2{ background: #634d42; color: #FFF; text-align: center; padding: 10px;}
.top_jidv .jidv_wrap h3{color: #a8476f;}
.top_jidv .jidv_wrap img{ margin: 20px auto 5px; width: 90%; display: block;}
.jidv_wrap{ background: #e7e2d9; padding: 30px 30px 15px; box-sizing: border-box;}
main section .jidv_wrap h2:not(.no-style){ margin: 10px 0 20px;}
main section .jidv_wrap h3:not(.no-style){ margin: 20px 0 10px; font-size:18px;}
main section .jidv_wrap p{ font-size: 14px; letter-spacing: 0.5px;}
main section .jidv_wrap p + p{ margin-top: 10px;}
main section .jidv_wrap img{ margin: 10px auto; width: 90%; display: block;}

@media(max-width: 768px){
	html{ font-size: 2.66vw; }
	body{ font-size: 1.2rem; }
	p{ font-size: 1.4rem; line-height: 2; letter-spacing: .1em; }

	.pc{ display: none !important; }

	.wrap{ width: 100%; padding-left: 1.25rem; padding-right: 1.25rem; }
	.wrap.midium{ width: 100%; }
	.row{ flex-wrap: wrap; }

	.sec-news .btn{ width: 25rem; height: 5rem; font-size: 1.6rem; margin-left: auto; margin-right: auto; }
	.btn{ width: 25rem; height: 5rem; font-size: 1.6rem; margin-left: auto; margin-right: auto; }

	header{ position: static; height: 6rem; padding: 0 0 0 1.25rem; display: flex; align-items: center; }
	header .logo img{ width: 20rem; }

	nav{ display: block; overflow: scroll; }
	nav .nav-img01{ width: 100%; height: 20rem; }
	nav .inner{ width: 100%; padding: 2.5rem 0 8.7rem; }
	nav .inner:before{ background-size: 9.4rem; }
	nav .gnav{ margin-bottom: 2.5rem;column-count: 2;
    padding: 1rem; }
	nav .gnav li a{ font-size: 2rem; }
	nav dl dt{ letter-spacing: 0; }
	nav dl dd{ font-size: 2.9rem; }
	nav dl dd a{ padding-left: 3.25rem; background-size: 2.7rem; }
	nav dl + small{ font-size: 1rem; }

	.info-box h2{ font-size: 2.8rem; margin-bottom: 1.25rem; }
	.info-box h2 small{ font-size: 1.5rem; }
	.info-box .left{ width: 100%; margin-bottom: 5rem; }
	.info-box .left h3{ font-size: 2rem; padding-left: 6rem; line-height: 1.5; margin: 2.5rem 0 1.7rem; }
	.info-box .left .btn{ font-size: 2rem; }
	.info-box .right{ width: 100%; }
	.info-box .right .map01{ margin-bottom: 1.5rem; }
	.info-box .right .detail-list li{ font-size: 1.5rem; padding-left: 6.35rem; }
	.info-box .right .detail-list li + li{ margin-top: 1.5rem; }

	.hour-table{ width: 100%; }
	.hour-table th{ font-size: 1.5rem; height: 4rem; }

	.treat-list01{ flex-wrap: wrap; justify-content: space-between; margin-bottom: 5.5rem; }
	.treat-list01 a{ width: 17rem; margin-right: 0; }
	.treat-list01 a:before{ height: calc(100% - 4rem); }
	.treat-list01 a:after{ width: .7rem; height: .7rem; right: 1rem; bottom: 1rem; }
	.treat-list01 a:nth-of-type(n+3){ margin-top: 1.5rem; }
	.treat-list01 a dl{ padding: 1.8rem 0; }
	.treat-list01 a dl dt{ font-size: 1rem; line-height: 1.5; margin-bottom: .3rem; }
	.treat-list01 a dl dd{ font-size: 1.9rem; }

	.menu-btn{ width: 5rem; height: 5rem; padding-top: 1.5rem; top: .5rem; right: 1rem; }
	.menu-btn .inner{ width: 2.5rem; height: 1.25rem; margin-bottom: 0; }
	.menu-btn.active .inner span:nth-of-type(1){ top: 50%; transform: translateY(-50%) rotate(25deg); }
	.menu-btn.active .inner span:nth-of-type(3){ bottom: 50%; transform: translateY(50%) rotate(-25deg); }
	.menu-btn > span{ transform: scale(.85); }

	.float-btn{ top: auto; bottom: 0; right: 0; width: 100%; }
	.float-btn li{ width: 100%; letter-spacing: .05em; }
	.float-btn li + li{ margin-left: 0; border-left: solid 1px #fff; }
	.float-btn li a{ width: 100%; height: 6rem; font-size: 1.4rem; padding: 0; justify-content: center; }
	.float-btn li a:after{ content: none; }
	.float-btn li a span{ padding: 2.25rem 0 0; background-position: top center; background-size: 2rem; }
	.float-btn li:nth-of-type(2) a span{ background-position: top center; }
	.float-btn li:nth-of-type(3) a span{ background-image: url(../images/common/icon-access01.png); }
	.float-btn li:nth-of-type(3) a.mail-btn span{ background-image: url(../images/common/icon-mail01.png)!important; }


	.treat-list02{ justify-content: space-between; }
	.treat-list02 a{ width: 16.75rem; height: 5rem; margin-right: 0; padding-left: 4rem; }
	.treat-list02 a:before, .treat-list02 a:after{ width: 1.5rem; height: 1.5rem; background-image: url(../images/common/arrow08.png); }
	.treat-list02 a:nth-of-type(n+3){ margin-top: 2.5rem; }
	.treat-list02 a img{ width: 3.5rem; }
	.treat-list02 a dl dt{ font-size: 1rem; }
	.treat-list02 a dl dd{ font-size: 1.5rem; }

	.sec-resv{ background-image: url(../images/common/webp/resv-bg01-sp.webp); padding: 6rem 1.25rem; }
	.sec-resv h2{ font-size: 2rem; height: 9.5rem; padding-top: 5.3rem; margin-bottom: 3rem; }
	.sec-resv h2:after{ width: 12rem; height: 4.1rem; }
	.sec-resv h2:before{ font-size: 6.5rem; }
	.sec-resv .inner{ padding: 3rem 0 4rem; display: block; }
	.sec-resv .inner .left{ width: 100%; margin-bottom: 2.4rem; }
	.sec-resv .inner .left h3{ font-size: 1.9rem; text-align: center; margin-bottom: 2rem; }
	.sec-resv .inner .left p{ max-width: 25rem; margin: 0 auto; }
	.sec-resv .inner .right{ width: calc(100% + 2.5rem); transform: translateX(-1.25rem); }
	.sec-resv .inner .right a{ width: 17rem; height: 15.4rem; font-size: 1.4rem; }
	.sec-resv .inner .right a:before, .sec-resv .inner .right a:after{ width: .7rem; height: .7rem; right: 1rem; bottom: 1rem; }

	footer .info-box{ padding-top: 5.5rem; padding-bottom: 6rem; }
	footer .info-box:before{ background-image: url(../images/common/webp/bg02-sp.webp); background-size: 100%; }
	footer .sitemap{ padding: 6rem 2.5rem 0; }
	footer .sitemap:after{ background-size: 9.4rem; }
	footer .sitemap .logo{ margin-bottom: 3rem; }
	footer .sitemap .logo img{ width: 30rem; }
	footer .sitemap-row{ padding: 2.4rem 0 0; }
	footer .sitemap-row > ul{ margin-bottom: 2.25rem; }
	footer .sitemap-row > ul > li .child li{ font-size: 1.1rem; }
	footer .sitemap-row > ul > li .child ul + ul{ margin-left: 3rem; }
	footer .sitemap .group-list{ flex-wrap: wrap; padding: 0; }
	footer .sitemap .group-list:before{ height: calc(100% - 5rem); }
	footer .sitemap .group-list a{ width: 100%; }
	footer .sitemap .group-list a:after{ width: .7rem; height: .7rem; bottom: 1rem; right: 1rem; }
	footer .sitemap .group-list a + a{ margin-top: 1rem; }
	footer .sitemap .group-list a dl dt{ font-size: 2rem; }
	footer .sitemap .group-list a dl dd{ font-size: 1.2rem; }
	footer .bg-color{ padding: 2.5rem 0 8.8rem; font-size: 1rem; }
	.sp_scroll{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;}
	.sp_scroll table{width: 100px;}
    
    .top_jidv{ padding: 40px 20px 45px;}
    .top_jidv .jidv_wrap{ width: 100%;}
    .jidv_wrap{padding: 20px 15px 15px;}
}

/* カーソルを重ねる要素 */
.tooltip {
  position: relative; /* ツールチップの位置の基準に */
  cursor: pointer; /* カーソルを当てたときにポインターに */
}
.tooltip img{
	width: 15px;
	height: 15px;
	margin-left: 10px;
	vertical-align: middle;
}

/* ツールチップのテキスト */
.tooltip-text {
  opacity: 0; /* はじめは隠しておく */
  visibility: hidden; /* はじめは隠しておく */
  position: absolute; /* 絶対配置 */
  left: 50%; /* 親に対して中央配置 */
  transform: translateX(-50%); /* 親に対して中央配置 */
  bottom: 20px; /* 親要素下からの位置 */
  display: inline-block;
  padding: 5px; /* 余白 */
  white-space: nowrap; /* テキストを折り返さない */
  font-size: 1.5rem; /* フォントサイズ */
  line-height: 1.1; /* 行間 */
  background: #333; /* 背景色 */
  color: #fff; /* 文字色 */
  border-radius: 3px; /* 角丸 */
  transition: 0.3s ease-in; /* アニメーション */
}

/* ホバー時にツールチップの非表示を解除 */
.tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}

.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 5s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.btn-en {
    position: fixed;
    right: 2rem;
    top: 11rem;
    z-index: 12
}
.btn-en img{
	width: 40px;
	height: 40px;
}

.btn-ch {
    position: fixed;
    right: 2rem;
    top: 16rem;
    z-index: 12
}
.btn-ch img{
	width: 40px;
	height: 40px;
}

.btn-twn {
    position: fixed;
    right: 2rem;
    top: 21rem;
    z-index: 12
}
.btn-twn img{
	width: 40px;
	height: 40px;
}

.btn-ko {
    position: fixed;
    right: 2rem;
    top: 26rem;
    z-index: 12
}
.btn-ko img{
	width: 40px;
	height: 40px;
}

@media(max-width: 768px){
.btn-en {
    position: fixed;
    right: 7rem;
    top: 1rem;
    z-index: 2;
}
.btn-en img{
	width: 25px;
	height: 25px;
}
.btn-ch {
    position: fixed;
    right: 10rem;
    top: 1rem;
    z-index: 2;
}
.btn-ch img{
	width: 25px;
	height: 25px;
}
.btn-twn {
    position: fixed;
    right: 13rem;
    top: 1rem;
    z-index: 2;
}
.btn-twn img{
	width: 25px;
	height: 25px;
}
.btn-ko {
    position: fixed;
    right: 7rem;
    top: 4.5rem;
    z-index: 2;
}
.btn-ko img{
	width: 25px;
	height: 25px;
}
}

