*{ box-sizing: border-box; }
html { font-size: 62.5%; }

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;	
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: justify;
	background: #e6e6e4;
	padding-right: 7rem;
}

.mincho{ font-family: YuMincho, 游明朝体, Yu Mincho, 游明朝, yu-mincho-pr6n, serif; font-weight: 600; }

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

a{ transition: .6s; }
a:hover{ opacity: .6; }
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: 1000px; margin: 0 auto; position: relative; }
.wrap.midium{ width: 900px; }
.row{ display: flex; justify-content: space-between; margin-top: 0.1px; }

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

.sp{ display: none; }

.btn{ width: 30rem; max-width: 100%; height: 6rem; display: flex; justify-content: center; align-items: center; background: #7e6501; font-size: 1.4rem; color: #fff; position: relative; }
.btn:before{ content: ''; width: 0; height: 0; border-style: solid; border-width: 0 0 2rem 2rem; border-color: transparent transparent #80795f transparent; position: absolute; bottom: 0; right: 0; }
.btn:after{ content: ''; width: 1.3rem; height: 1.3rem; border-bottom: solid 1px; border-right: solid 1px; position: absolute; top: 50%; right: 2.8rem; transform: translateY(-50%) rotate(-45deg); }

h2.general,
h1.general{ font-family: YuMincho, 游明朝体, Yu Mincho, 游明朝, yu-mincho-pr6n, serif; font-weight: 600; font-size: 5rem; text-align: center; color: #fff; margin-bottom: 3rem; }
h2.general small,
h1.general small{ display: table; font-size: 2rem; color: #80795f; margin: 0 auto; letter-spacing: .28em; padding: 0 4.8rem 0 5.3rem; background-image: url(../images/common/item-ttl01.png), url(../images/common/item-ttl02.png); background-size: 4rem, 4rem; background-position: left center, right center; background-repeat: no-repeat, no-repeat; }

header{ width: calc(100% - 7rem); height: 100vh; display: flex; justify-content: center; align-items: center; padding: 11.6rem 0 10rem; overflow-y: scroll; background: #e2e1de; position: fixed; top: 0; left: 0; z-index: 9990; opacity: 0; visibility: hidden; transition: .5s; }
header.active{ opacity: 1; visibility: visible; }
header nav{ width: 97rem; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
header nav .gnav{ width: 60rem; display: flex; flex-wrap: wrap; border-bottom: solid 1px #fff; }
header nav .gnav > li{ width: 50%; border-top: solid 1px #fff; color: #7e6501; }
header nav .gnav > li:not(.has-child) > a{ width: 100%; height: 8rem; display: flex; align-items: center; justify-content: center; }
header nav .gnav > li:nth-of-type(even){ border-left: solid 1px #fff; }
header nav .gnav > li.has-child{ padding-top: 1.3rem; text-align: center; }
header nav .gnav > li.has-child ul{ display: flex; justify-content: center; margin-top: .3rem; }
header nav .gnav > li.has-child ul li a{ display: block; font-size: 1.4rem; background: #80795f; color: #fff; padding: 0 1.8rem 0 .5em; position: relative; }
header nav .gnav > li.has-child ul li a:after{ content: ''; width: .85rem; height: .85rem; border-bottom: solid 1px; border-right: solid 1px; position: absolute; top: 50%; right: .8rem; transform: translateY(-50%) rotate(-45deg); }
header nav .gnav > li.has-child ul li + li{ margin-left: .5em; }
header nav .btn-nav{ width: 28rem; }
header nav .btn-nav li + li{ margin-top: 1rem; }
header nav .btn-nav li a{ width: 100%; height: 8rem; display: flex; justify-content: center; align-items: center; background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; z-index: 0; font-weight: 700; color: #fff; text-align: center; }
header nav .btn-nav li:nth-of-type(1) a{ background-image: url(../images/common/webp/btn-nav01.webp); }
header nav .btn-nav li:nth-of-type(2) a{ background-image: url(../images/common/webp/btn-nav02.webp); }
header nav .btn-nav li:nth-of-type(3) a{ background-image: url(../images/common/webp/btn-nav05.webp); }
header nav .btn-nav li:nth-of-type(4) a{ background-image: url(../images/common/webp/btn-nav07.webp); }
header nav .btn-nav li:nth-of-type(5) a{ background-image: url(../images/common/webp/btn-nav08.webp); }
header nav .btn-nav li:nth-of-type(6) a{ background-image: url(../images/common/webp/btn-nav06.webp); }
header nav .btn-nav li:nth-of-type(7) a{ background-image: url(../images/common/webp/btn-nav03.webp); }
header nav .btn-nav li:nth-of-type(8) a{ background-image: url(../images/common/webp/btn-nav04.webp); }
.no-webp header nav .btn-nav li:nth-of-type(1) a{ background-image: url(../images/common/btn-nav01.jpg); }
.no-webp header nav .btn-nav li:nth-of-type(2) a{ background-image: url(../images/common/btn-nav02.jpg); }
.no-webp header nav .btn-nav li:nth-of-type(3) a{ background-image: url(../images/common/btn-nav05.jpg); }
.no-webp header nav .btn-nav li:nth-of-type(4) a{ background-image: url(../images/common/btn-nav07.jpg); }
.no-webp header nav .btn-nav li:nth-of-type(5) a{ background-image: url(../images/common/btn-nav08.jpg); }
.no-webp header nav .btn-nav li:nth-of-type(6) a{ background-image: url(../images/common/btn-nav06.jpg); }
.no-webp header nav .btn-nav li:nth-of-type(7) a{ background-image: url(../images/common/btn-nav03.jpg); }
.no-webp header nav .btn-nav li:nth-of-type(8) a{ background-image: url(../images/common/btn-nav04.jpg); }
header nav .btn-nav li a:before{ content: ''; width: 100%; height: 100%; background: #000; opacity: .5; position: absolute; top: 0; left: 0; z-index: -1; }
header nav .btn-nav li a:after{ content: ''; width: 0; height: 0; border-style: solid; border-width: 0 0 2rem 2rem; border-color: transparent transparent #7e6501 transparent; position: absolute; bottom: 0; right: 0; }

.treat-wrap{ background: #505050; padding: 9rem 0 10rem; position: relative; z-index: 0; }
.treat-wrap:before{ content: ''; width: 100%; height: 100%; background: url(../images/common/webp/treatment-bg01.webp) no-repeat center bottom 0/100%; position: absolute; top: 0; left: 0; z-index: -1; }
.no-webp .treat-wrap:before{ background-image: url(../images/common/treatment-bg01.png); }
.sec-treatment .general{ margin-bottom: 4rem; }

.treat-list{ display: flex; flex-wrap: wrap; }
.treat-list li{ width: 26rem; margin-right: 11rem; color: #fff; }
.treat-list li:nth-of-type(3n){ margin-right: 0; }
.treat-list li:nth-of-type(n+4){ margin-top: 4rem; }
.treat-list li a{ display: block; font-size: 2rem; font-weight: 700; text-align: center; border-bottom: solid 1px #80795f; padding-bottom: .3em; margin-bottom: 1.3rem; }
.treat-list li img{ display: block; margin: 0 auto 1.5rem; }
.treat-list li a > span{ display: block; text-align: center; position: relative; }
.treat-list li a > span:after{ content: ''; width: 1.3rem; height: 1.3rem; border-bottom: solid 1px #80795f; border-right: solid 1px #80795f; position: absolute; top: 50%; right: 0; transform: translateY(-50%) rotate(-45deg); }
.treat-list li a .ruby{ position: relative; }
.treat-list li a .ruby:before{ white-space: nowrap; position: absolute; top: -1.8em; left: 50%; transform: translateX(-50%); font-size: 1rem; font-weight: 400; }
.treat-list li a .ruby.ruby01:before{ content: 'がんけんかすい'; }
.treat-list li a .ruby.ruby02:before{ content: 'がんかこっせつ'; }
.treat-list li a .ruby.ruby03:before{ content: 'もうこ'; }
.treat-list li a .ruby.ruby04:before{ content: 'かがんけん'; }
.treat-list li p{ font-size: 1.4rem; }
.treat-list + .banner-row{ margin-top: 9rem; line-height: 0; }

.section-wrap{ background: url(../images/common/webp/section-wrap01.webp) #505050 no-repeat top right -11rem/170.5rem; padding: 9rem 0 10rem; color: #fff; }
.no-webp .section-wrap{ background-image: url(../images/common/section-wrap01.png); }

.sec-group .group-list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.sec-group .group-list li{ width: 47rem; }
.sec-group .group-list li .img{ display: flex; width: 100%; height: 18rem; justify-content: center; align-items: center; line-height: 0; position: relative; z-index: 0; background-repeat: no-repeat; background-size: cover; background-position: center; margin-bottom: 1.6rem; }
.sec-group .group-list li:nth-of-type(1) .img{ background-image: url(../images/common/webp/group-list01.webp); }
.sec-group .group-list li:nth-of-type(2) .img{ background-image: url(../images/common/webp/group-list02.webp); }

.sec-group .group-list li:nth-of-type(3) .img{ background-image: url("../images/common/webp/group-list04.webp"); }
.sec-group .group-list li:nth-of-type(4) .img{ background-image: url("../images/common/webp/group-list03.webp"); }
.sec-group .group-list li:nth-of-type(5) .img{ background-image: url("../images/common/webp/group-list05.webp"); }

.no-webp .sec-group .group-list li:nth-of-type(1) .img{ background-image: url(../images/common/group-list01.jpg); }
.no-webp .sec-group .group-list li:nth-of-type(2) .img{ background-image: url(../images/common/group-list02.jpg); }

.no-webp .sec-group .group-list li:nth-of-type(3) .img{ background-image: url("../images/common/group-list04.jpg"); }
.no-webp .sec-group .group-list li:nth-of-type(4) .img{ background-image: url("../images/common/group-list03.jpg"); }
.no-webp .sec-group .group-list li:nth-of-type(5) .img{ background-image: url("../images/common/group-list05.jpg"); }

.sec-group .group-list li .img:before{ content: ''; width: 100%; height: 100%; background: #000; opacity: .5; position: absolute; top: 0; left: 0; z-index: -1; }
.sec-group .group-list li .img:after{ content: ''; width: 0; height: 0; border-style: solid; border-width: 0 0 3rem 3rem; border-color: transparent transparent #7e6501 transparent; position: absolute; bottom: 0; right: 0; }
.sec-group .group-list li p{ font-size: 1.4rem; }
.sec-group .group-list li .tel{ display: table; font-size: 3rem; padding: 0 2.1rem 0 3rem; position: relative; background: url(../images/common/icon-tel01.png) no-repeat left center/2rem; line-height: 1.7; }
.sec-group .group-list li .tel:after{ content: ''; width: 1.3rem; height: 1.3rem; border-bottom: solid 1px; border-right: solid 1px; position: absolute; top: 50%; right: 0; transform: translateY(-50%) rotate(-45deg); }

.foot-info{ padding: 10rem 0; }
.foot-info .logo{ display: block; margin: 0 auto 4.8rem; }
.foot-info .left{ width: 47rem; }
.foot-info a.arrow{ font-size: 1.4rem; color: #7e6501; display: table; padding-right: 2rem; position: relative; }
.foot-info a.arrow:after{ content: ''; width: 1.3rem; height: 1.3rem; border-bottom: solid 1px; border-right: solid 1px; position: absolute; top: 50%; right: 0; transform: translateY(-50%) rotate(-45deg); }
.foot-info .left .access{ margin-top: 3.6rem; }
.foot-info .left .access dt{ font-size: 1.6rem; font-weight: 700; color: #80795f; position: relative; z-index: 0; margin-bottom: 1.2rem; }
.foot-info .left .access dt:before{ content: ''; width: 100%; height: 1px; background: #80795f; position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: -1; }
.foot-info .left .access dt span{ padding: 0 .5em 0 1.7rem; background: url(../images/common/icon-access01.png) #e6e6e4 no-repeat left center/1.2rem; display: inline-block; }
.foot-info .left .access dd{ line-height: 1.6 }
.foot-info .left .access dd ul{ margin: 1rem 0 1.4rem; }
.foot-info .left .access dd ul li{ font-size: 1.4rem; line-height: 1.8; padding-left: .6em; position: relative; }
.foot-info .left .access dd ul li:before{ content: '・'; position: absolute; left: 0; }

.hour-table{ width: 47rem; max-width: 100%; table-layout: fixed; }
.hour-table th{ height: 4.5rem; vertical-align: middle; text-align: center; border: solid 1px #80795f; }
.hour-table td{ vertical-align: middle; text-align: center; border: solid 1px #80795f; }
.hour-table thead{ background: #80795f; color: #fff; font-weight: 700; }
.hour-table thead th{ width: 13.5rem; }
.hour-table thead th span{ padding-left: 2.7rem; background: url(../images/common/icon-time01.png) no-repeat left center/1.6rem; }
.hour-table tbody th{ font-weight: 400; }
.hour-table + p{ font-size: 1.4rem; line-height: 1.8; margin: .6rem 0 1rem; }

footer{ background: url(../images/common/webp/footer-bg01.webp) #7e6501 no-repeat center top/cover; color: #fff; padding: 9rem 0 4.8rem; }
.no-webp footer{ background-image: url(../images/common/footer-bg01.png); }
footer .column{ width: 20rem; }
footer .column > ul:not([class]) > li{ font-size: 1.4rem; border-bottom: solid 1px; line-height: 2; }
footer .column ul.treat-child li{ font-size: 1.4rem; line-height: 2; }
footer .column ul.treat-child li:before{ content: '-'; }
footer .column ul.treat-child.small li{ font-size: 1.2rem;}

footer .copy{ display: block; font-size: 1.2rem; text-align: center; margin-top: 8rem; }

.float-btn{ width: 7rem; height: 100vh; background: #595656; position: fixed; top: 0; right: 0; display: flex; flex-wrap: wrap; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; justify-content: end; align-content: center; color: #fff; }
.float-btn li{ padding: 5rem 0; font-size: 1.4rem; letter-spacing: .28em; position: relative; }
_:-ms-lang(x)::-ms-backdrop, .float-btn li { padding-right: 1.4rem; }
.float-btn li + li{ border-top: solid 1px; }
.float-btn li span{ padding: 2.6rem 0 2rem; line-height: 3; display: block; position: relative; }
.float-btn li span:after{ content: ''; width: 1.3rem; height: 1.3rem; border-bottom: solid 1px; border-right: solid 1px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%) rotate(45deg); }

.float-btn li:nth-of-type(1) span{ background: url(../images/common/icon-tel01.png) no-repeat top center/1.9rem; }
.float-btn li:nth-of-type(2) span{ background: url(../images/common/icon-mail01.png) no-repeat top center/1.8rem; }

.menu-btn{ position: fixed; top: 3rem; right: 1.5rem; width: 4rem; z-index: 9990; cursor: pointer; }
.menu-btn .inner{ width: 4rem; height: 4rem; border-radius: 2rem; background: #fff; position: relative; }
.menu-btn .inner:before{ content: ''; width: 1.5rem; height: 1.5rem; background: url(../images/common/btn-menu01.png) no-repeat center/contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: .5s; }
.menu-btn .inner:after{ content: ''; width: 1.5rem; height: 1.5rem; background: url(../images/common/btn-menu02.png) no-repeat center/contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: .5s; opacity: 0; }
.menu-btn.active .inner:before{ opacity: 0; }
.menu-btn.active .inner:after{ opacity: 1; }
.menu-btn p{ position: relative; }
.menu-btn span{ font-size: 1.2rem; font-weight: 700; color: #fff; display: block; width: 100%; text-align: center; letter-spacing: .06em; transition: .5s; white-space: nowrap; }
.menu-btn span.close{ position: absolute; top: 0; opacity: 0; }
.menu-btn.active span.close{ opacity: 1; }
.menu-btn.active span.menu{ opacity: 0; }

.btn-en {
    position: fixed;
    top: 11rem;
    z-index: 12;
    right: 1.6rem;
}
 
@media(max-width: 1200px){
	.treat-wrap:before{ background-size: 120rem; }
}

@media(max-width: 768px){
	html{ font-size: 2.66vw; }
	body{ font-size: 1.3rem; padding-right: 0; }

	.pc{ display: none !important; }
	.sp{ display: initial; }

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

	.btn{ width: 100%; height: 5rem; font-size: 1.2rem; }
	.btn:after{ width: 1.15rem; height: 1.15rem; right: 2.2rem; }

	h1.general,
	h2.general{ font-size: 3.5rem; line-height: 1.4; margin-bottom: 2rem; }	
	h1.general small,
	h2.general small{ font-size: 1.3rem; margin-bottom: 1rem; }

	header{ display: block; width: 100%; height: 100vh; padding: 9.5rem 0 7.5rem; }
	header nav{ width: 100%; display: block; }
	header nav .gnav{ width: 100%; margin-bottom: 2.5rem; }
	header nav .gnav > li.has-child{ padding-top: .6rem; }
	header nav .gnav > li.has-child ul{ margin-top: 0; }
	header nav .gnav > li.has-child ul li a{ font-size: 1.2rem; }
	header nav .gnav > li.has-child ul li a:after{ width: .7rem; height: .7rem; }
	header nav .gnav > li:not(.has-child) > a{ height: 6rem; }
	header nav .btn-nav{ width: 25rem; margin: 0 auto; }
	header nav .btn-nav li + li{ margin-top: 1.5rem; }
	header nav .btn-nav li a{ height: 7rem; }

	.treat-wrap{ padding: 4.5rem 0 5rem; }
	.treat-wrap:before{ background-size: 62rem; }

	.treat-list{ justify-content: space-between; }
	.treat-list li{ width: 15rem; margin-right: 0; }
	.treat-list li:nth-of-type(n+3){ margin-top: 2.5rem; }
	.treat-list li img{ width: 10rem; }
	.treat-list li a{ font-size: 1.5rem; margin-bottom: 0; }
	.treat-list li a > span{ display: flex; align-items: center; justify-content: center; }
	.treat-list li a > span:after{ width: 1.15rem; height: 1.15rem; }
	.treat-list li a .ruby:before{ transform: translateX(-50%) scale(.9); top: -1.5em; }
	.treat-list li p{ display: none; }
	.treat-list + .banner-row{ margin-top: 5rem; }
	.treat-list + .banner-row .banner{ display: block; }
	.treat-list + .banner-row .banner + .banner{ margin-top: 1.4rem; }
	.treat-list + .banner-row .banner img{ width: 100%; }

	.section-wrap{ padding: 4.5rem 0 5rem; background-image: url(../images/common/webp/section-wrap01-sp.webp); background-position: left top; background-size: 29.2rem; }

	.sec-group .group-list li{ width: 100%; }
	.sec-group .group-list li + li{ margin-top: 1.5rem; }
	.sec-group .group-list li .img{ height: 12.5rem; }
	.sec-group .group-list li .img img{ width: 25rem; }
	.sec-group .group-list li p{ font-size: 1.2rem; line-height: 1.6; }
	.sec-group .group-list li .tel{ font-size: 2.5rem; }
	.sec-group .group-list li .tel:after{ width: 1.15rem; height: 1.15rem; }

	.foot-info{ padding: 5rem 0; }
	.foot-info .logo{ width: 20rem; margin-bottom: 2.5rem; }
	.foot-info a.arrow{ font-size: 1.2rem; }
	.foot-info a.arrow:after{ width: 1.15rem; height: 1.15rem; }
	.foot-info .left{ width: 100%; margin-bottom: 2.2rem; }
	.foot-info .left .access{ margin-top: 2.5rem; }
	.foot-info .left .access dt{ font-size: 1.6rem; }
	.foot-info .left .access dt span{ background-size: 1rem; }
	.foot-info .left .access dd ul{ margin-bottom: 1rem; }
	.foot-info .left .access dd ul li{ font-size: 1.2rem; }
	.foot-info .right{ width: 100%; }
	.foot-info .right img{ width: 100%; }

	footer{ padding: 7.3rem 0; background-size: 100rem; background-position: center bottom; }
	footer .column{ width: 100%; }
	footer .column > ul:not([class]) > li{ font-size: 1.2rem; line-height: 2.8; }
	footer .treat-child{ display: none; padding-bottom: 1.5rem; }
	footer ul li.treat-parant{ position: relative; display: flex; justify-content: space-between; font-size: 1.2rem; transition: .5s; }
	footer ul li.treat-parant:before{ content: ''; width: 1.15rem; height: 1.15rem; border-bottom: solid 1px; border-right: solid 1px; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(-45deg); }
	footer ul li.treat-parant:after{ content: '一覧を開く'; margin-right: 1em; }
	footer ul li.treat-parant.active{ border-color: transparent; }
	footer ul li.treat-parant.active:after{ content: '一覧を閉じる'; }
	footer .copy{ font-size: 1rem; margin-top: 2rem; }	

	.hour-table{ width: 100%; }
	.hour-table th{ height: 3.5rem; }
	.hour-table thead th{ width: 10rem; }
	.hour-table thead th span{ padding-left: 1.6rem; background-size: 1.2rem; }
	.hour-table + p{ font-size: 1.2rem; }

	.float-btn{ width: 100%; height: auto; top: auto; bottom: 0; -webkit-writing-mode: initial; -ms-writing-mode: initial; writing-mode: initial; z-index: 9990; }
	.float-btn li{ width: 50%; height: 5rem; padding: 0; display: flex; justify-content: center; align-items: center; font-size: 1.7rem; letter-spacing: inherit; }
	.float-btn li + li{ border-top: none; border-left: solid 1px; }
	.float-btn li span{ padding: 0; }
	.float-btn li span:after{ width: 1.15rem; height: 1.15rem; left: auto; right: 0; bottom: auto; top: 50%; transform: translateY(-50%) rotate(-45deg); }
	.float-btn li:nth-of-type(1) span{ padding: 0 1.2rem 0 2.5rem; background-position: left center; background-size: 2rem; }
	.float-btn li:nth-of-type(2) span{ padding: 0 1.2rem 0 2.5rem; background-position: left center; background-size: 2rem; }

	.menu-btn{ top: 1rem; right: 1rem; width: auto; }
	.menu-btn .inner{ width: 5rem; height: 5rem; border-radius: 5rem; background: #5a5656; }
	.menu-btn .inner:before{ width: 1.875rem; height: 1.875rem; background-image: url(../images/common/btn-menu03.png); }
	.menu-btn .inner:after{ width: 1.875rem; height: 1.875rem; background-image: url(../images/common/btn-menu04.png); }
	.menu-btn span{ font-size: 1rem; color: #5a5656; }
    
    .btn-en {
        position: fixed;
        top: 1.5rem;
        z-index: 2;
        right: 8rem;
    }
}


@media screen and (min-width:768px) and ( max-width:1024px) {
	html{ font-size: 2.66vw; }
	body{ font-size: 1.3rem; padding-right: 0; }

	.pc{ display: none !important; }
	.sp{ display: initial; }

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

	.btn{ width: 100%; height: 5rem; font-size: 1.2rem; }
	.btn:after{ width: 1.15rem; height: 1.15rem; right: 2.2rem; }

	h1.general,
	h2.general{ font-size: 3.5rem; line-height: 1.4; margin-bottom: 2rem; }	
	h1.general small,
	h2.general small{ font-size: 1.3rem; margin-bottom: 1rem; }

	header{ display: block; width: 100%; height: 100vh; padding: 9.5rem 0 7.5rem; }
	header nav{ width: 100%; display: block; }
	header nav .gnav{ width: 100%; margin-bottom: 2.5rem; }
	header nav .gnav > li.has-child{ padding-top: .6rem; }
	header nav .gnav > li.has-child ul{ margin-top: 0; }
	header nav .gnav > li.has-child ul li a{ font-size: 1.2rem; }
	header nav .gnav > li.has-child ul li a:after{ width: .7rem; height: .7rem; }
	header nav .gnav > li:not(.has-child) > a{ height: 6rem; }
	header nav .btn-nav{ width: 25rem; margin: 0 auto; }
	header nav .btn-nav li + li{ margin-top: 1.5rem; }
	header nav .btn-nav li a{ height: 7rem; }

	.treat-wrap{ padding: 4.5rem 0 5rem; }
	.treat-wrap:before{ background-size: 62rem; }

	.treat-list{ justify-content: space-between; }
	.treat-list li{ width: 15rem; margin-right: 0; }
	.treat-list li:nth-of-type(n+3){ margin-top: 2.5rem; }
	.treat-list li img{ width: 10rem; }
	.treat-list li a{ font-size: 1.5rem; margin-bottom: 0; }
	.treat-list li a > span{ display: flex; align-items: center; justify-content: center; }
	.treat-list li a > span:after{ width: 1.15rem; height: 1.15rem; }
	.treat-list li a .ruby:before{ transform: translateX(-50%) scale(.9); top: -1.5em; }
	.treat-list li p{ display: none; }
	.treat-list + .banner-row{ margin-top: 5rem; }
	.treat-list + .banner-row .banner{ display: block; }
	.treat-list + .banner-row .banner + .banner{ margin-top: 1.4rem; }
	.treat-list + .banner-row .banner img{ width: 100%; }

	.section-wrap{ padding: 4.5rem 0 5rem; background-image: url(../images/common/webp/section-wrap01-sp.webp); background-position: left top; background-size: 29.2rem; }

	.sec-group .group-list li{ width: 100%; }
	.sec-group .group-list li + li{ margin-top: 1.5rem; }
	.sec-group .group-list li .img{ height: 12.5rem; }
	.sec-group .group-list li .img img{ width: 25rem; }
	.sec-group .group-list li p{ font-size: 1.2rem; line-height: 1.6; }
	.sec-group .group-list li .tel{ font-size: 2.5rem; }
	.sec-group .group-list li .tel:after{ width: 1.15rem; height: 1.15rem; }

	.foot-info{ padding: 5rem 0; }
	.foot-info .logo{ width: 20rem; margin-bottom: 2.5rem; }
	.foot-info a.arrow{ font-size: 1.2rem; }
	.foot-info a.arrow:after{ width: 1.15rem; height: 1.15rem; }
	.foot-info .left{ width: 100%; margin-bottom: 2.2rem; }
	.foot-info .left .access{ margin-top: 2.5rem; }
	.foot-info .left .access dt{ font-size: 1.6rem; }
	.foot-info .left .access dt span{ background-size: 1rem; }
	.foot-info .left .access dd ul{ margin-bottom: 1rem; }
	.foot-info .left .access dd ul li{ font-size: 1.2rem; }
	.foot-info .right{ width: 100%; }
	.foot-info .right img{ width: 100%; }

	footer{ padding: 7.3rem 0; background-size: 100rem; background-position: center bottom; }
	footer .column{ width: 100%; }
	footer .column > ul:not([class]) > li{ font-size: 1.2rem; line-height: 2.8; }
	footer .treat-child{ display: none; padding-bottom: 1.5rem; }
	footer ul li.treat-parant{ position: relative; display: flex; justify-content: space-between; font-size: 1.2rem; transition: .5s; }
	footer ul li.treat-parant:before{ content: ''; width: 1.15rem; height: 1.15rem; border-bottom: solid 1px; border-right: solid 1px; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(-45deg); }
	footer ul li.treat-parant:after{ content: '一覧を開く'; margin-right: 1em; }
	footer ul li.treat-parant.active{ border-color: transparent; }
	footer ul li.treat-parant.active:after{ content: '一覧を閉じる'; }
	footer .copy{ font-size: 1rem; margin-top: 2rem; }	

	.hour-table{ width: 100%; }
	.hour-table th{ height: 3.5rem; }
	.hour-table thead th{ width: 10rem; }
	.hour-table thead th span{ padding-left: 1.6rem; background-size: 1.2rem; }
	.hour-table + p{ font-size: 1.2rem; }

	.float-btn{ width: 100%; height: auto; top: auto; bottom: 0; -webkit-writing-mode: initial; -ms-writing-mode: initial; writing-mode: initial; z-index: 9990; }
	.float-btn li{ width: 50%; height: 5rem; padding: 0; display: flex; justify-content: center; align-items: center; font-size: 1.7rem; letter-spacing: inherit; }
	.float-btn li + li{ border-top: none; border-left: solid 1px; }
	.float-btn li span{ padding: 0; }
	.float-btn li span:after{ width: 1.15rem; height: 1.15rem; left: auto; right: 0; bottom: auto; top: 50%; transform: translateY(-50%) rotate(-45deg); }
	.float-btn li:nth-of-type(1) span{ padding: 0 1.2rem 0 2.5rem; background-position: left center; background-size: 2rem; }
	.float-btn li:nth-of-type(2) span{ padding: 0 1.2rem 0 2.5rem; background-position: left center; background-size: 2rem; }

	.menu-btn{ top: 1rem; right: 1rem; width: auto; }
	.menu-btn .inner{ width: 5rem; height: 5rem; border-radius: 5rem; background: #80795f; }
	.menu-btn .inner:before{ width: 1.875rem; height: 1.875rem; background-image: url(../images/common/btn-menu03.png); }
	.menu-btn .inner:after{ width: 1.875rem; height: 1.875rem; background-image: url(../images/common/btn-menu04.png); }
	.menu-btn span{ font-size: 1rem; color: #80795f; }
    
    .btn-en {
        position: fixed;
        top: 1.5rem;
        z-index: 2;
        right: 8rem;
    }
}



/* 関連ショートコード用 */
.fas.fa-link {
	color: #fff;
  }
  
  .icon-img{
	  width: 15px;
	  margin-top: 0.5rem;
  }
  
  @media (max-width: 767px) {
  .icon-img{
	  width: 10px;
	  margin-top: 0.5rem;
  }
  }
  
  .link-card-headline-box {
	position: absolute;
	border-radius: 2px;
	background: #7e6501;
  }
  
  @media (min-width: 768px) {
	.link-card-headline-box {
	  font-size: 12px;
	  font-weight: 500;
	  padding: 5px 10px;
	  top: -14px;
	  left: 20px;
	  width: 130px;
	}
  }
  
  @media (max-width: 767px) {
	.link-card-headline-box {
	  font-weight: bold;
	  font-size: 11px;
	  padding: 4px 8px;
	  top: -12px;
	  left: 12px;
	  width: 120px;
	}
  }
  
  .link-card {
	display: block;
	position: relative;
	border: 1px solid #7e6501;
	border-radius: 4px;
	margin-top: 40px !important;
	margin-bottom: 30px !important;
	background: rgba(255, 255, 255, 0);
	word-wrap: break-word;
	box-sizing: border-box;
	text-decoration: none !important;
	transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
  }
  
  @media (max-width: 767px) {
	.link-card {
	  width: 100%;
	  padding: 12px;
	  margin: 10px 0px;
	  padding-top: 22px !important;
	}
  }
  
  @media (min-width: 768px) {
	.link-card {
	  width: 90%;
	  margin: 10px auto;
	  padding: 20px;
	  padding-top: 30px !important;
	}
  }
  
  .link-card .link-card-headline {
	position: relative;
	color: #fff;
	letter-spacing: 0;
	line-height: 0;
	margin-left: .25rem;
  }
  
  .link-card .link-card-headline:after {
	position: absolute;
	content: "あわせて読みたい";
	color: #fff;
	width: 100px;
	top: 3px;
	left: 1px;
	letter-spacing: 0;
  }
  
  @media (max-width: 767px) {
	  .link-card .link-card-headline:after {
		  left: 3px;
		  top: 5px;
	  }
  }
  
  .link-card:hover {
	opacity: 0.8 !important;
  }
  
  .link-card:hover .link-card-thumbnail img {
	transform: scale(1.1);
  }
  
  .link-card-box {
	display: flex;
  }
  
  .link-card-content {
	flex: 2.5;
	max-width: calc(100% - 182px);
  }
  
  @media (max-width: 767px) {
	.link-card-content {
	  max-width: calc(100% - 120px);
	}
  }
  
  .link-card-thumbnail {
	display: block;
	overflow: hidden;
  }
  
  @media (max-width: 767px) {
	.link-card-thumbnail {
	  margin-right: 10px;
	  flex: 1.82;
	}
  }
  
  @media (min-width: 768px) {
	.link-card-thumbnail {
	  margin-right: 20px;
	  flex: 1;
	}
  }
  
  .link-card-thumbnail img {
	filter: opacity(1);
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	vertical-align: baseline;
	width: 100%;
	height: auto;
	background: #fff;
	transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
  }
  
  .link-card-title {
	display: block;
	letter-spacing: 1px;
	transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  }
  
  @media (max-width: 767px) {
	.link-card-title {
	  color: #7e6501;
	  font-size: 1.5rem;
	  line-height: 2rem;
	  font-weight: 700;
	  border-bottom: 0.1rem solid #7e6501;
	}
  }
  
  @media (min-width: 768px) {
	.link-card-title {
	  color: #7e6501;
	  font-size: 1.8rem;
	  font-weight: 600;
	  border-bottom: 0.1rem solid #7e6501;
	  line-height: 1.6;
	  padding: 0 0 1rem 0;
	}
  }
  
  .link-card-excerpt {
	display: none;
  }
  
  @media (min-width: 768px) {
	.link-card-excerpt {
	  margin-top: 15px;
	  font-size: 1.2rem;
	  display: block;
	}
  }
  
  .list-link-more {
	font-size: 1.1rem;
  }
  
  @media screen and (max-width: 769px) {
	.list-link-more {
	  font-size: 1.2rem;
	}
  }
  
  .list-link-more__txt {
	  padding: 0.3rem 3.7rem 0.3rem 0;
	  color: #7e6501;
	  display: table;
	  padding-right: 2rem;
	  position: relative;
	  letter-spacing: 0.06em;
	  transition: 0.3s;
	  margin: 0 0 0 auto;
  }
  .list-link-more__txt:after {
	  content: '';
	  width: 1.3rem;
	  height: 1.3rem;
	  border-bottom: solid 1px;
	  border-right: solid 1px;
	  position: absolute;
	  top: 50%;
	  right: 0;
	  transform: translateY(-50%) rotate(-45deg);
  }
  
  @media screen and (min-width: 769px) {
	.list-link:hover .list-link-more__txt {
	  background-image: url("../img/icon02_on.svg");
	}
  }



/*20240125*/
footer .treat01-child > li{ font-size: 1.2rem; line-height: 2; }
footer .column ul.treat01-child li:before {content: '-';}
@media screen and (max-width: 769px) {
    footer .treat01-child{margin-top: 1rem;}
    .mt10{
        margin-top: 1rem;
    }
    .mt20{
        margin-top: 2rem;
    }
}

/*20240125*/
.toc_title{
    font-size: 1.8rem!important;
    color: #80795f;
    font-family: YuMincho,游明朝体,Yu Mincho,游明朝,yu-mincho-pr6n,serif;
    font-weight: 600;
}
.toc_list {
    column-count: 2;
}
.toc_list li ::before{
    display: none;
}
div#toc_container{
    width: 100%;
    padding: 3rem;
}
span.toc_number.toc_depth_1{
    font-family: YuMincho, 游明朝体, "Yu Mincho", 游明朝, yu-mincho-pr6n, serif!important;
    font-size: 1.8rem!important;
    color: rgb(128, 121, 95)!important;
    font-weight: 800!important;
}
span.toc_number.toc_depth_1::after{
    display: inline-block!important;
    content: "."
}

span.toc_number.toc_depth_2{
    display: none!important;
    font-family: YuMincho, 游明朝体, "Yu Mincho", 游明朝, yu-mincho-pr6n, serif!important;
    font-size: 1.5rem!important;
    color: rgb(128, 121, 95)!important;
    font-weight: 800!important;
}

.toc_list li ul li{
    font-size: 1.1rem!important;
    padding-left: 1.5rem!important;
}

.toc_list li ul li::before{
    background: #a5a08f!important;
    display: inline-block!important;
    height: 1rem!important;
    width: 1rem!important;
    top: 0.8rem!important;
}

@media screen and (max-width: 769px) {
.toc_list {
    column-count: 1;
}
    
div#toc_container ul.toc_list li ul li{
    font-size: 1.2rem!important;
}
    
div#toc_container ul.toc_list li ul li::before{
    top: 0.7rem!important;
}

    div#toc_container {
        padding: 2rem;
    }
    div#toc_container ul li{
        font-size: 1.4rem!important;
    }
}

.btn-insta {
    position: fixed;
    right: 1.6rem;
    top: 11rem;
    z-index: 99;
	
	
}

.btn-line {
    position: fixed;
    right: 1.6rem;
    top: 14.5rem;
    z-index: 100;
}
@media screen and (max-width: 769px) {
    .btn-insta {
        position: fixed;
        right: 8rem;
        top: 2rem;
        z-index: 99;
    }
	.btn-line {
        position: fixed;
        right: 12rem;
        top: 1.5rem;
        z-index: 100;
    }
}

.sp-flex {
    display: none;
}
.sec-dr .left p{
    margin-bottom: 3rem;
}

@media screen and (max-width: 769px) {
.sp-flex {
    display: flex;
}

    .sec-dr .right a.btn + a.btn{
        margin-top: 2rem;
    }
}
#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}



/*

body-wrap{
	background: #e6e6e4;
}

*/


