@charset "UTF-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    box-sizing: border-box;
}

body {
    line-height:1.4;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul ,li{
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* clearfix */
 
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

span, a, strong, small{
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

button{ background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; }
*{ box-sizing: border-box; }
html { font-size: 62.5%; }

body{
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #4d4d4d;	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: justify;
}



.mincho{ font-family: "Noto Serif JP",serif; font-weight: 600; }


/**** 
adobe使用フォント
Shippori Mincho SemiBold
font-family: shippori-mincho, sans-serif;
font-weight: 600;

DNP ShueiGoGinStd L
font-family: dnp-shuei-gothic-gin-std, sans-serif;
font-weight: 400;

DNP ShueiGoGinStd M
font-family: dnp-shuei-gothic-gin-std, sans-serif;
font-weight: 500;

DNP ShueiGoGinStd B
font-family: dnp-shuei-gothic-gin-std, sans-serif;
font-weight: 600;
***/

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: 700px; margin: 0 auto; position: relative; }
.wrap.midium{ width: 800px; }
.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; } }

.btn{ width: 40rem; max-width: 100%; height: 5.2rem; background: #fff; border-bottom: solid .3rem #ffacbd; display: flex; justify-content: center; align-items: center; position: relative; border-radius: 1rem 1rem 0 0; }
.btn:after{ content: ''; width: 0; height: 0; border-style: solid; border-width: .5rem 0 .5rem .5rem; border-color: transparent transparent transparent #ffacbd; position: absolute; top: 50%; right: 2.8rem; transform: translateY(-50%); transition: .5s; }
.btn.google-map{ width: 30rem; }
.btn.google-map span:before{ content: ''; width: 1.85rem; height: 2.5rem; background: url(../images/common/icon-pin01.png) no-repeat center/contain; position: absolute; top: 50%; left: 2.5rem; transition: .5s; transform: translateY(-50%); }
.btn.google-map span:after{ content: ''; width: 1.85rem; height: 2.5rem; background: url(../images/common/icon-pin02.png) no-repeat center/contain; position: absolute; top: 50%; left: 2.5rem; transition: .5s; transform: translateY(-50%); opacity: 0; }
.btn:hover{ opacity: 1; border-color: #644218; }
.btn:hover:after{ border-left-color: #644218; }
.btn.google-map:hover span:before{ opacity: 0; }
.btn.google-map:hover span:after{ opacity: 1; }

.btn-resv{ width: 32rem; height: 9.2rem; background: #644218; font-size: 2.2rem; line-height: 1.4; text-align: center; color: #fff; display: flex; justify-content: center; align-items: center; border-bottom: solid .6rem #ffacbd; border-radius: 1rem 1rem 0 0; position: relative; }
.btn-resv:before{ content: ''; width: 2.8rem; height: 2.55rem; background: url(../images/common/icon-resv01.png) no-repeat center/contain; position: absolute; left: 3.2rem; top: 50%; transform: translateY(-50%); transition: .5s; }
.btn-resv:after{ content: ''; width: 2.8rem; height: 2.55rem; background: url(../images/common/icon-resv02.png) no-repeat center/contain; position: absolute; left: 3.2rem; top: 50%; transform: translateY(-50%); opacity: 0; transition: .5s; }
.btn-resv span:after{ content: ''; width: 0; height: 0; border-style: solid; border-width: .5rem 0 .5rem .5rem; border-color: transparent transparent transparent #fff; position: absolute; top: 50%; right: 2.7rem; transform: translateY(-50%); transition: .5s; }
.btn-resv:hover{ opacity: 1; background: #ffacbd; border-color: #644218; color: #644218; }
.btn-resv:hover:before{ opacity: 0; }
.btn-resv:hover:after{ opacity: 1; }
.btn-resv:hover span:after{ border-left-color: #644218; }

header{ width: 100%; height: 7rem; background: #fff; display: flex; justify-content: space-between; padding: 0 7.5rem 0 2.8rem; }
header .logo{ display: block; line-height: 0; align-self: center; }
header .btn-list{ display: flex; }
header .btn-list li + li{ margin-left: 1rem; }
header .btn-list li a{ width: 25.7rem; height: 6rem; display: flex; justify-content: center; align-items: center; border-radius: 0 0 1rem 1rem; color: #fff; }
header .btn-list li:nth-of-type(1) a{ background: #b2b2b2; font-size: 2.1rem; }
header .btn-list li:nth-of-type(2) a{ background: #644218; font-size: 1.8rem; }
header .btn-list li:nth-of-type(1) a span{ padding-left: 3.4rem; background: url(../images/common/icon-tel01.png) no-repeat left center/1.5rem; }
header .btn-list li:nth-of-type(2) a span{ padding: 0 2rem 0 3.7rem; position: relative; background: url(../images/common/icon-resv01.png) no-repeat left center/1.9rem; }
header .btn-list li:nth-of-type(2) a span:after{ content: ''; width: 0; height: 0; border-style: solid; border-width: .5rem 0 .5rem .5rem; border-color: transparent transparent transparent #fff; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

nav{ width: 60rem; height: 100%; overflow: scroll; background: rgba(100, 66, 24, .95); position: fixed; top: 0; right: -60rem; z-index: 9979; padding: 2rem 7.4rem 5rem; color: #fff; transition: .5s; }
nav.active{ right: 0; }
nav .logo{ display: table; line-height: 0; margin-bottom: 8rem; }
nav .gnav{ width: 100%; height: 25rem; display: flex; flex-direction: column; flex-wrap: wrap; margin-bottom: 4.5rem; }
nav .gnav li{ width: 33.3333%; height: 25%; border-bottom: solid 1px; border-left: solid 1px; text-align: center; line-height: 1.4; font-size: 1.6rem; }
nav .gnav li:nth-of-type(4n){ border-bottom: none; }
nav .gnav li:nth-of-type(-n+4){ border-left: none; }
nav .gnav li a{ display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
nav .gnav li a:hover{ background: #ff92a0; opacity: 1; }
nav .inner{ width: 33rem; margin: 0 auto; }
nav .hour-table{ color: #4d4d4d;  }
nav .hour-table + p{ margin-bottom: 2rem; }
nav .inner .tel{ display: table; font-size: 3.4rem; line-height: 1; padding-left: 3.6rem; background: url(../images/common/icon-tel01.png) no-repeat center left/2rem; margin-bottom: 1.8rem; }
nav .inner .tel + small{ display: block; font-size: 1.4rem; }
nav .inner .ad_click img {margin-bottom: 1.8rem;}
.info-box .map-row{ z-index: 1; }
.info-box .map-row .left{ width: 40rem; }
.info-box .map-row .left p{ font-size: 1.8rem; margin-bottom: .2rem; }
.info-box .map-row .left ul li{ font-size: 2.8rem; color: #fff; position: relative; z-index: 0; }
.info-box .map-row .left ul li:before{ content: ''; width: calc(50vw + 5rem); height: 100%; background: linear-gradient(90deg, #876e5a 0%, #c1a993 100%); position: absolute; top: 0; right: 0; z-index: -1; }
.info-box .map-row .left ul li + li{ margin-top: .8rem; }
.info-box .map-row .map{ position: absolute; top: -6rem; left: 40rem; background: none; line-height: 0; width: calc(50vw - 5rem); border-radius: 4.5rem 0 0 0; overflow: hidden; }
.info-box .content-row{ align-items: flex-end; padding-top: 7rem; padding-bottom: 3.4rem; z-index: 0; }
.info-box .content-row:before{ content: ''; width: 100vw; height: calc(100% + 7rem); background: url(../images/common/webp/info-box-bg01.webp) no-repeat center/cover; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
.info-box .content-row .left{ width: 33rem; }
.info-box .content-row .left h2{ font-size: 2.7rem; color: #644218; margin-bottom: .4rem; }
.info-box .content-row .left h2:after{ content: attr(data-en); font-size: 1.8rem; color: #aa8d77; display: inline-block; margin-left: 1.4rem; transform: translateY(-.2rem); }
.info-box .content-row .left .tel{ margin: 2.8rem 0 1.4rem; }
.info-box .content-row .left .tel dt{ font-size: 1.8rem; }
.info-box .content-row .left .tel dd a{ display: inline-block; font-size: 3.8rem; color: #644218; padding-left: 3.1rem; background: url(../images/common/icon-tel02.png) no-repeat left center/2.1rem; line-height: 1.5; }
.info-box .content-row .right{ width: 30rem; padding-bottom: 4rem; margin-top:3rem;}
.info-box .content-row .right h3{ font-size: 2rem; line-height: 1.5; margin-bottom: 2.6rem; }
.info-box .content-row .right p{ font-size: 1.4rem; line-height: 1.8; margin-bottom: 1.2rem; }

.hour-table{ width: 33rem; table-layout: fixed; background: #fff; letter-spacing: .03em; }
.hour-table th{ width: 12.6rem; font-weight: 500; padding-left: 1rem; vertical-align: middle; }
.hour-table td{ text-align: center; vertical-align: middle; }
.hour-table thead{ border-bottom: solid 1px; }
.hour-table thead th{ height: 3.35rem; }
.hour-table tbody th{ height: 5rem; }
.hour-table + p{ font-size: 1.4rem; margin-top: .7rem; }

.treat-list01{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 3rem; }
.treat-list01 a{ display: block; width: 33.6rem; height: 15.2rem; background: linear-gradient(90deg, rgba(187,163,143,1) 0%, rgba(227,212,181,1) 100%); padding: .5rem; border-radius: 5rem 0; overflow: hidden; }
.treat-list01 a:nth-of-type(n+3){ margin-top: 2.6rem; }
.treat-list01 a dl{ height: 100%; border-radius: 4.6rem 0; overflow: hidden; padding: 1.5rem 0 0 2.5rem; transition: .5s; position: relative; z-index: 0; }
.treat-list01 a dl:before{ content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; transition: .5s; }
.treat-list01 a:nth-of-type(1) dl:before{ background: url(../images/common/webp/treat-list01.webp) #87d5ff no-repeat center right/cover; }
.treat-list01 a:nth-of-type(2) dl:before{ background: url(../images/common/webp/treat-list02.webp) #d8d8d8 no-repeat center right/cover; }
.treat-list01 a:nth-of-type(3) dl:before{ background: url(../images/common/webp/treat-list03.webp) #f8dde2 no-repeat center right/cover; }
.treat-list01 a:nth-of-type(4) dl:before{ background: url(../images/common/webp/treat-list04.webp) #9ac7c0 no-repeat center right/cover; }
.treat-list01 a dl:after{ content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -2; opacity: 0; transition: .5s; }
.treat-list01 a:nth-of-type(1) dl:after{ background: linear-gradient(90deg, rgba(135,213,255,1) 0%, rgba(71,126,192,1) 100%); }
.treat-list01 a:nth-of-type(2) dl:after{ background: linear-gradient(90deg, rgba(216,216,216,1) 0%, rgba(102,102,102,1) 100%); }
.treat-list01 a:nth-of-type(3) dl:after{ background: linear-gradient(90deg, rgba(255,221,227,1) 0%, rgba(255,146,160,1) 100%); }
.treat-list01 a:nth-of-type(4) dl:after{ background: linear-gradient(90deg, rgba(154,199,192,1) 0%, rgba(84,182,171,1) 100%); }
.treat-list01 a dl dt{ font-size: 2rem; font-weight: 600; line-height: 1.3; margin-bottom: .8rem; transition: .5s; }
.treat-list01 a:nth-of-type(2) dl dt,
.treat-list01 a:nth-of-type(4) dl dt{ margin-bottom: 1.8rem; }
.treat-list01 a dl dd{ font-size: 1.4rem; line-height: 1.4; transition: .5s; }
.treat-list01 a:hover{ opacity: 1; }
.treat-list01 a:hover dl{ background-color: transparent; }
.treat-list01 a:hover dl:before{ background-color: transparent; }
.treat-list01 a:hover dl:after{ opacity: 1; }
.treat-list01 a:hover dl dt,
.treat-list01 a:hover dl dd{ color: #fff; }

.treat-list02{ display: flex; flex-wrap: wrap; }
.treat-list02 li{ width: 12rem; height: 12rem; margin-right: 2.5rem; font-size: 1.4rem; line-height: 1.3; text-align: center; }
.treat-list02 li:nth-of-type(5n){ margin-right: 0; }
.treat-list02 li:nth-of-type(n+6){ margin-top: 2.5rem; }
.treat-list02 li a{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: #e3d4b5; padding-top: 6.5rem; position: relative; }
.treat-list02 li a img{ position: absolute; top: 0; left: 0; transition: .5s; }
.treat-list02 li a img.on{ opacity: 0; }
.treat-list02 li a:hover{ background: #644218; color: #fff; opacity: 1; }
.treat-list02 li a:hover img.off{ opacity: 0; }
.treat-list02 li a:hover img.on{ opacity: 1; }

footer .logo{ display: block; margin-bottom: 6.5rem; }
footer .img-box{ display: block; width: 100%; margin-bottom: 4rem; }
footer .sitemap{ flex-wrap: wrap; justify-content: space-between; }
footer .sitemap > ul > li{ font-size: 1.4rem; font-weight: 400; line-height: 1.9; }
footer .sitemap > ul > li + li{ margin-top: 2.5rem; }
footer .sitemap > ul > li .child ul + ul{ margin-left: 2.1rem; }
footer .sitemap > ul > li .child li{ font-size: 1.3rem; padding-left: 1em; position: relative; padding-top: 3px; }
footer .sitemap > ul > li .child li:before{ content: '−'; position: absolute; left: 0 }
footer .copy{ display: block; font-size: 1rem; width: 100%; text-align: center; margin: 5rem 0 1.5rem; }

.menu-btn{ position: fixed; top: 1.3rem; right: 1.6rem; z-index: 9981; cursor: pointer; }
.menu-btn .inner{ width: 4.1rem; height: 2.1rem; position: relative; margin: 0 auto; }
.menu-btn .inner span{ width: 100%; height: 1px; background: #4d4d4d; border-radius: 1px; 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{ background: #fff; }
.menu-btn.active .inner span:nth-of-type(1){ transform: translateY(10px) rotate(30deg); }
.menu-btn.active .inner span:nth-of-type(2){ opacity: 0; }
.menu-btn.active .inner span:nth-of-type(3){ transform: translateY(-10px) rotate(-30deg); }
.menu-btn p{ font-size: 1.4rem; font-weight: 600; text-align: center; letter-spacing: 0; position: relative; }
.menu-btn p span{ display: block; transition: .5s; }
.menu-btn p span.close{ position: absolute; left: 50%; top: 0; transform: translateX(-50%); opacity: 0; }
.menu-btn.active p span{ color: #fff; }
.menu-btn.active p span.menu{ opacity: 0; }
.menu-btn.active p span.close{ opacity: 1; }



@media(max-width: 768px){
	html{ font-size: 2.66vw; }
	body{ font-size: 1.4rem;}
	
	body.lh{
	margin-top: -8vw;
}

	.pc{ display: none !important; }

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

	.btn{ width: 31rem; height: 4.8rem; font-size: 1.3rem; margin-left: auto; margin-right: auto; }
	.btn.google-map{ width: 31rem; }
	.btn-resv{ width: 31rem; font-size: 2.1rem; }

	header{ height: auto; padding: 1.4rem 0 0 1.2rem; }
	header .logo{ width: 27rem; margin-bottom: .85rem; }	
	header .logo img{ width: 80%; margin-bottom: 10px;}
	header .btn-list{ position: fixed; bottom: 0; left: 0; z-index: 9978; width: 100%; }
	header .btn-list li{ width: 50%; }
	header .btn-list li + li{ margin-left: 0; }
	header .btn-list li a{ width: 100%; height: 6rem; border-radius: 0; }
	header .btn-list li a dl{ font-family: dnp-shuei-gothic-gin-std, sans-serif; font-weight: 600; }
	header .btn-list li a dl dt{ font-size: 1.5rem; display: table; margin: 0 auto; }
	header .btn-list li:nth-of-type(1) a dl dt{ padding-left: 1.9rem; background: url(../images/common/icon-tel01.png) no-repeat left center/1.25rem; }
	header .btn-list li:nth-of-type(2) a dl dt{ padding-left: 2.6rem; background: url(../images/common/icon-resv01.png) no-repeat left center/1.6rem; }
	header .btn-list li a dl dd{ font-size: 1rem; width: 13rem; background: #fff; margin: 0 auto; letter-spacing: 0; text-align: center; border-radius: .2rem; }
	header .btn-list li:nth-of-type(1) a dl dd{ color: #b2b2b2; }
	header .btn-list li:nth-of-type(2) a dl dd{ color: #644218; }

	nav{ width: 100%; right: -100vw; padding: 1.9rem 3.5rem 3rem; }
	nav .logo{ margin-bottom: 3rem; }
	nav .logo img{ width: 20.4rem; }
	nav .gnav{ height: 30rem; margin-bottom: 3rem; }
	nav .gnav li{ width: 50%; height: calc(100% / 6); font-size: 1.4rem; border-left: none; border-bottom: none; border-top: solid 1px; letter-spacing: 0; }
	nav .gnav li:nth-of-type(1), nav .gnav li:nth-of-type(7){ border-top: none; }
	nav .gnav li:nth-of-type(n+7){ border-left: solid 1px; }
	nav .gnav li a{ -webkit-tap-highlight-color: #ff92a0; }
	nav .inner{ width: 100%; }
	nav .inner .tel{ font-size: 3rem; padding-left: 3rem; background-size: 1.6rem; margin-bottom: 1.5rem; }
	nav .inner .tel + small{ font-size: 1.3rem; }
	nav strong{font-size: 2.4vw;}

	.info-box .map-row .left{ width: 100%; }
	.info-box .map-row .left p{ font-size: 1.4rem; margin-bottom: 1rem; }
	.info-box .map-row .left ul li{ font-size: 2.2rem; }
	.info-box .map-row .left ul li:before{ width: 100vw; right: -1.5rem; }
	.info-box .map-row .left ul li + li{ margin-top: .6rem; }
	.info-box .content-row{ padding-top: 4.35rem; padding-bottom: 5.5rem; }
	.info-box .content-row:before{ height: 100%; background-image: url(../images/common/webp/info-box-bg01-sp.webp); }
	.info-box .content-row .left{ width: 100%; margin-bottom: 4.5rem; }
	.info-box .content-row .left h2{ font-size: 2.2rem; }
	.info-box .content-row .left h2:after{ font-size: 1.4rem; }
	.info-box .content-row .left .tel{ width: 31rem; margin: 3rem auto 2rem; }
	.info-box .content-row .left .tel dd a{ font-size: 3.5rem; }
	.info-box .content-row .left .btn-resv{ margin: 0 auto; }
	.info-box .content-row .right{ width: 100%; padding-bottom: 0; }
	.info-box .content-row .right .map{ max-width: none; width: 100vw; margin-left: -1.5rem; display: block; border-radius: 3rem 0 0 0; margin-bottom: 3.25rem; }
	.info-box .content-row .right h3{ font-size: 1.8rem; margin-bottom: .6rem; }
	.info-box .content-row .right p{ font-size: 1.3rem; margin-bottom: 1.25rem; }

	.hour-table{ width: 100%; font-size: 1.3rem; }
	.hour-table th{ width: 11.7rem; padding-left: 1.7rem; }
	.hour-table tr > *:last-child{ width: 4.5rem; padding-right: 1.55rem; }
	.hour-table thead th{ height: 2.8rem; }
	.hour-table tbody th{ height: 4.35rem; }
	.hour-table + p{ font-size: 1.3rem; margin-top: .4rem; }

	.treat-list01{ margin-bottom: 2.5rem; }
	.treat-list01 a{ width: 100%; }
	.treat-list01 a:nth-of-type(n+2){ margin-top: 2rem; }

	.treat-list02 li{ width: 10.1rem; height: 10.1rem; margin-right: calc((100% - 10.1rem * 3) / 2); font-size: 1.1rem; font-weight: 600; }
	.treat-list02 li:nth-of-type(5n){ margin-right: calc((100% - 10.1rem * 3) / 2); }
	.treat-list02 li:nth-of-type(3n){ margin-right: 0; }
	.treat-list02 li:nth-of-type(n+4){ margin-top: 2.1rem; }
	.treat-list02 li a{ padding-top: 6rem; }
	.treat-list02 li a img{ width: 100%; }

	footer .logo{ width: 30rem; margin: 0 auto 4.5rem; }
	footer .img-box{ margin-bottom: 3rem; }
	footer .sitemap > ul{ width: 27.5rem; margin: 0 auto; }	
	footer .sitemap > ul > li{ font-size: 1.6rem; border-top: solid 1px; padding: 1.4rem 0 1.4rem 2.5rem; }
	footer .sitemap > ul:first-of-type > li:first-of-type{ border-top: none; }
	footer .sitemap > ul > li + li{ margin-top: 0; }
	footer .sitemap > ul > li.parent{ position: relative; }
	footer .sitemap > ul > li.parent .toggle{ position: absolute; right: 2rem; line-height: 1; top: 2.3rem; }
	footer .sitemap > ul > li > a img{ width: 1.9rem; }
	footer .sitemap > ul > li .child{ display: none; padding-top: .6rem; }
	footer .sitemap > ul > li .child ul + ul{ margin-left: 0; }
	footer .copy{ margin-bottom: 9rem; }

	.menu-btn{ top: 0; right: 0; width: 6.5rem; height: 6.5rem; /*border-radius: 0 0 0 .75rem;*/ padding-top: 1.3rem; transition: .5s;background: rgba(255,255,2555,0.8); }
	.menu-btn.active{ background: transparent; }
	.menu-btn .inner{ width: 4rem; height: 1.9rem; margin-bottom: .2rem; }
	.menu-btn.active .inner span:nth-of-type(1){ top: 50%; transform: translateY(-50%) rotate(30deg); }
	.menu-btn.active .inner span:nth-of-type(3){ bottom: 50%; transform: translateY(50%) rotate(-30deg); }
	.menu-btn p{ font-size: 1.25rem; }
	
	.btn-p {
		position: absolute;
        width: 100%;
        /* background: #ff92a0; */
        text-align: center;
        color: #fff;
        bottom: 6rem;
        background: linear-gradient(90deg, #aa8d77, #e3c7a3);
        font-weight: 600;
	}
	
}

.cta_wrap {
    background: url(../images/common/webp/info-box-bg01.webp) no-repeat 50%/cover;
    margin-bottom: 5rem;
    margin-top: 7rem;
    position: relative
}

.cta_wrap span.text {
    color: rgba(183,147,59,.3);
    font-family: YuMincho,Yu Mincho,yu-mincho-pr6,"serif";
    font-size: 6vw;
    left: 0;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -3.8vw;
    z-index: 0
}

.cta_box {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1024px;
    padding: 9vw 0 5rem;
    width: 90%
}

.cta_box h2 {
    border-bottom: 1px solid #b7933b;
    color: #644218;
    font-size: 2.6rem;
    margin-bottom: 2rem;
    padding: 2rem 0 1rem;
    text-align: center
}

.cta_box .flex_wrap {
    display: flex;
    justify-content: space-between
}

.cta_box .flex_wrap .img {
    width: 40%
}

.cta_box .flex_wrap .text {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-top: 0;
    width: 60%
}

.cta_box .flex_wrap .text p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: .5rem;
    text-align: left
}

.yoyaku_wrap {
    padding-top: 1.5rem
}

.yoyaku_wrap p {
    font-size: 17px;
    line-height: 1.8;
    text-align: center
}

.text.yoyaku_wrap span {
    display: inline-block;
    font-size: 1.9rem;
    padding: 0 2.5rem 0 0;
    position: relative
}

.yoyaku_wrap h3 {
    color: #c39f8c;
    font-size: 1.3rem;
    margin-bottom: .5rem
}

.yoyaku_wrap .point_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .8rem;
    margin-top: 5rem
}

.yoyaku_wrap .point_list li {
    align-content: center;
    background: #ab927d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: .7rem;
    padding: .4rem 0;
    text-align: center;
    width: 48%
}

.yoyaku_wrap a.btn {
    align-items: center;
    background: #644218;
    border: none;
    color: #fff;
    display: flex;
    font-size: 2rem;
    height: 56px;
    justify-content: center;
    margin: 1rem auto 0;
    padding: 0 20px;
    position: relative;
    width: 475px
}

.yoyaku_wrap a.btn:before {
    background: url(../images/common/icon-resv01.png) no-repeat 0/1.9rem;
    border: none;
    border-radius: initial;
    content: "";
    display: inline-block;
    height: 30px;
    padding-right: 1.4rem;
    position: static;
    transform: none;
    width: 30px
}

.yoyaku_wrap a.btn:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: .5rem 0 .5rem .5rem;
    content: "";
    height: 0;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 0
}

.cta_box .tell_link {
    background: #b2b2b2;
    border-radius: 1rem 1rem 0 0;
    box-shadow: 0 1px 5px #888;
    margin: 1.5rem auto;
    padding-top: .6rem;
    position: relative;
    width: 475px
}

.cta_box .tell_link a {
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: .2rem;
    padding-left: 3.5rem;
    position: relative
}

.cta_box .tell_link a:before {
    background: url(../images/common/icon-tel01.png) no-repeat 0/1.5rem;
    content: "";
    display: inline-block;
    height: 25px;
    left: -8px;
    position: absolute;
    top: 0;
    width: 25px
}

.cta_box .tell_link span {
    background: #5a4d45;
    border: 1px solid #fff;
    border-radius: 1rem;
    color: #fff;
    font-size: 12px;
    left: -20px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -2rem;
    width: 120%
}

.cta_box.short {
    background: url(../images/common/webp/info-box-bg01.webp) no-repeat 50%/cover;
    margin: 0 auto 3rem;
    padding: 2rem 2rem 1.7rem;
    width: 800px
}

.cta_box.short .flex_wrap {
    margin: 0
}

.cta_box.short .flex_wrap .img {
    display: flex;
    height: 215px;
    justify-content: center;
    overflow: hidden;
    width: 365px
}

.cta_box.short .flex_wrap .img,.cta_box.short .flex_wrap .text {
    height: auto;
    margin-bottom: 0;
    padding: 0;
    width: 48%
}

.cta_box.short .yoyaku_wrap .point_text {
    font-size: 15px;
    line-height: 1.8;
    text-align: center
}

.cta_box.short .text.yoyaku_wrap span {
    padding-right: 0
}

.cta_box.short .flex_wrap .text .tell_link {
    background: #b2b2b2;
    border-radius: 1rem 1rem 0 0;
    font-size: 17px;
    text-align: center;
    width: 100%
}

.cta_box.short .yoyaku_wrap a.btn {
    margin-bottom: 0;
    width: 100%
}

@media (max-width: 768px) {
    .cta_wrap {
        margin-top:5rem
    }

    .cta_wrap span.text {
        font-size: 3.5rem;
        letter-spacing: 0;
        text-align: center;
        top: -1.8rem
    }

    .cta_box {
        padding: 6rem 1.5rem 3.5rem;
        width: 100%
    }

    .cta_box h2 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 1.5rem;
        padding: 0 0 .7rem
    }

    .cta_box .flex_wrap {
        display: block;
        margin-bottom: 0
    }

    .cta_box .flex_wrap .img {
        margin-bottom: 1rem;
        width: 100%
    }

    .cta_box .flex_wrap .text {
        padding-left: 0;
        width: 100%
    }

    .cta_box .flex_wrap .text p {
        letter-spacing: .05rem;
        line-height: 2
    }

    .yoyaku_wrap .point_list {
        margin-top: 1rem
    }

    .point_list li {
        font-size: 12px;
        letter-spacing: 0;
        width: 49%
    }

    .cta_wrap .yoyaku_wrap {
        padding-top: .5rem
    }

    .cta_wrap .yoyaku_wrap .point_text {
        font-size: 17px
    }

    .cta_wrap .yoyaku_wrap a.btn:before {
        height: 21px;
        width: 21px
    }

    .cta_box .yoyaku_wrap a.btn {
        font-size: 17px;
        height: 47px;
        padding-left: 0;
        width: 90%
    }

    .cta_box .tell_link {
        margin: 2rem auto 1rem;
        padding-bottom: .2rem;
        padding-top: .2rem;
        width: 90%
    }

    .cta_box .tell_link a {
        font-size: 20px
    }

    .cta_box .tell_link a:before {
        height: 25px;
        top: -2px;
        width: 25px
    }

    .cta_box .tell_link span {
        font-size: 11px;
        letter-spacing: .1rem;
        top: -1.7rem
    }

    .cta_box.short {
        margin: 0 auto 4rem;
        padding: 1.5rem;
        width: 100%
    }

    .cta_box.short .flex_wrap .img {
        height: auto;
        margin: 0 auto 1rem;
        width: 100%
    }

    .cta_box.short .flex_wrap .img,.cta_box.short .flex_wrap .text {
        margin-top: .5rem;
        width: 100%
    }

    .cta_box.short .yoyaku_wrap .point_text {
        font-size: 15px;
        line-height: 1.5
    }
}

.btn-resv02 {
    align-items: center;
    background: #644218;
    border-bottom: .6rem solid #ffacbd;
    border-radius: 1rem 1rem 0 0;
    color: #fff;
    display: flex;
    font-size: 2.2rem;
    height: 7rem;
    justify-content: center;
    line-height: 1.4;
    position: relative;
    text-align: center;
    width: 32rem
}

.btn-resv02:before {
    background: url(../images/common/icon-resv01.png) no-repeat 50%/contain
}

.btn-resv02:after,.btn-resv02:before {
    content: "";
    height: 2.55rem;
    left: 3.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    width: 2.8rem
}

.btn-resv02:after {
    background: url(../images/common/icon-resv02.png) no-repeat 50%/contain;
    opacity: 0
}

.btn-resv02 span:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: .5rem 0 .5rem .5rem;
    content: "";
    height: 0;
    position: absolute;
    right: 2.7rem;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    width: 0
}

.btn-resv02:hover {
    background: #ffacbd;
    border-color: #644218;
    color: #644218;
    opacity: 1
}

.btn-resv02:hover:before {
    opacity: 0
}

.btn-resv02:hover:after,.btn-resv02:hover:before {
    background: url(../images/common/icon-resv02.png) no-repeat 50%/contain
}

.btn-resv02:hover:after {
    opacity: 1
}

.btn-resv02:hover span:after {
    border-left-color: #644218
}

.btn-tel {
    align-items: center;
    background: #644218;
    border-bottom: .6rem solid #ffacbd;
    border-radius: 1rem 1rem 0 0;
    color: #fff;
    display: flex;
    font-size: 2.2rem;
    height: 7rem;
    justify-content: center;
    line-height: 1.4;
    position: relative;
    text-align: center;
    width: 32rem
}

.btn-tel:after,.btn-tel:before {
    background: url(../images/common/icon-tel01.png) no-repeat 50%/contain;
    content: "";
    height: 2.55rem;
    left: 3.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    width: 2.8rem
}

.btn-tel:after {
    opacity: 0
}

.btn-tel span:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: .5rem 0 .5rem .5rem;
    content: "";
    height: 0;
    position: absolute;
    right: 2.7rem;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    width: 0
}

.btn-tel:hover {
    background: #ffacbd;
    border-color: #644218;
    color: #644218;
    opacity: 1
}

.btn-tel:hover:before {
    opacity: 0
}

.btn-tel:hover:after,.btn-tel:hover:before {
    background: url(../images/common/icon-tel02.png) no-repeat 50%/contain
}

.btn-tel:hover:after {
    opacity: 1
}

.btn-tel:hover span:after {
    border-left-color: #644218
}

.lp-mode .treat-list02 li a:hover {
    background: #e3d4b5 !important;
    color: inherit !important;
}

.lp-mode .treat-list02 li a:hover img.off {
    opacity: 1 !important;
}
.lp-mode .treat-list02 li a:hover img.on {
    opacity: 0 !important;
}

.floating-button{
	position: fixed;
    top: 22.8rem;
    right: 0;
    width: 14.4rem;
    z-index: 2500;
}

@media (max-width: 768px) {
	.l-header__review{
		top: 0;
		right: 6.5rem;
		gap: 0;
		z-index: 10000;
		display: flex;
		position: fixed;
	}
	
	.l-header__review a{
		width: 6.5rem;
		height: 6.5rem;
		background: #2FBE9E;
		text-align: center;
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 1;
		letter-spacing: -0.06em;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0.4rem;
		color: white;
	}
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9979;
}
.mv {
  height: 43rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
  margin-top: 5rem;
}
.mv.sample {
  background-image: url(../images/dummy/mv01.jpg);
}
.mv.first {
  background-image: url(../images/first/mv_pc.jpg);
}
.mv.access {
  background-image: url(../images/access/mv_pc.jpg);
}
.mv.about {
  background-image: url(../images/about/mv_pc.jpg);
}
.mv.price {
  background-image: url(../images/price/mv_pc.jpg);
}
.mv.case {
  background-image: url(../images/case/mv_pc.jpg);
}
.mv.news {
  background-image: url(../images/news/mv_pc.jpg);
}
.mv.clinic {
  background-image: url(../images/clinic/mv_pc.jpg);
}
.mv.staff {
  background-image: url(../images/staff/mv_pc.jpg);
}
.mv.treatment {
  background-image: url(../images/treatment/mv_pc.jpg);
}
.mv.kids_ortho {
  background-image: url("../images/treatment/kids_ortho/mv.jpg");
}
.mv.caries {
  background-image: url("../images/treatment/caries/caries_mv.jpg");
}
.mv.preventive {
  background-image: url("../images/treatment/preventive/preventive_mv.png");
}
.mv.wisdom {
  background-image: url("../images/treatment/wisdom/wisdom_mv.jpg");
}
.mv.endo {
  background-image: url("../images/treatment/endo/endo_mv.jpg");
}
.mv.denture {
  background-image: url("../images/treatment/denture/mv01-denture.jpg");
}
.mv.bite {
  background-image: url("../images/treatment/bite/mv01.jpg");
}
.mv.kids {
  background-image: url("../images/treatment/kids/mv.jpg");
}
.mv.whitening {
  background-image: url("../images/treatment/whitening/whitening-mv01.jpg");
}
.mv.transplant {
  background-image: url("../images/treatment/transplant/transplant_mv.jpg");
}
.mv.ortho {
  background-image: url("../images/treatment/ortho/ortho_mv.jpg");
}
.mv.ortho2 {
  background-image: url("../images/treatment/ortho/ortho_mv-2.jpg");
}
.mv.invisalign {
  background-image: url("../images/treatment/invisalign/mv_invisalign.jpg");
}
.mv.dental_checkup {
  background-image: url("../images/treatment/dental_checkup/mv.jpg");
}
.mv.implant {
  background-image: url("../images/treatment/implant/mv01.jpg");
}
.mv.whitespot {
  background-image: url("../images/treatment/whitespot/whitespot_mv.jpg");
}
.mv.gummysmile {
  background-image: url("../images/treatment/gummysmile/gummysmile.jpg");
}
.pankuzu {
  width: 1000px;
  margin: 0 auto;
}
.pankuzu li {
  font-size: 1.2rem;
  display: inline-block;
}
.pankuzu li:not(:last-of-type):after {
  content: '-';
  margin-left: .5em;
}
.float-ttl {
  position: fixed;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  font-weight: 400;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 8rem;
  font-feature-settings: initial;
  white-space: nowrap;
  z-index: 9982;
}
main {
  display: block;
  padding: 6rem 0 14rem;
}
main h1 {
  font-size: 5rem;
  font-family: "Noto Serif JP", serif; /*font-family: shippori-mincho, sans-serif;*/ font-weight: 600;
  line-height: 1.6;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
}
main h1:after {
  content: '';
  width: 5rem;
  height: 1px;
  background: #4d4d4d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
main section {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
main section > img {
  display: block;
  width: 100%;
  margin: 4rem 0;
}
main section .btn {
  margin: 3rem auto;
  border-top: solid 1px #ffacbd;
  border-left: solid 1px #ffacbd;
  border-right: solid 1px #ffacbd;
}
main section + section {
  margin-top: 8rem;
}
main section > *:first-child, main section ol.card-list li *:first-child, main section ul.img-list > li dl dd *:first-child {
  margin-top: 0 !important;
}
main > *:last-child, main section > *:last-child, main section ol.card-list li *:last-child, main section ul.img-list > li dl dd *:last-child {
  margin-bottom: 0 !important;
}
main section h2:not(.no-style) {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  background: #aa8d77;
  line-height: 1.6;
  text-align: center;
  margin: 8rem 0 4rem;
  padding: .3em 1em;
  position: relative;
  z-index: 0;
}
main section h3:not(.no-style) {
  font-size: 2.2rem;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
  color: #aa8d77;
  border-bottom: solid 1px;
  margin: 5rem 0 2.6rem;
}
main section h4:not(.no-style) {
  font-size: 1.8rem;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
  color: #fff;
  background: #aa8d77;
  padding: .1em 1em;
  margin: 4rem 0 2rem;
}
main section h5:not(.no-style) {
  font-size: 1.6rem;
  font-weight: 600;
  color: #aa8d77;
  padding-left: 1em;
  position: relative;
  margin: 3rem 0 1em;
}
main section h5:not(.no-style):before {
  content: '●';
  position: absolute;
  left: 0;
}
main section h6:not(.no-style) {
  font-size: 1.5rem;
  font-weight: 600;
  color: #aa8d77;
  margin: 1.3em 0 .8em;
}
main section h2:not(.no-style) + *:not(.dr-pic), main section h3:not(.no-style) + *, main section h4:not(.no-style) + *, main section h5:not(.no-style) + *, main section h6:not(.no-style) + * {
  margin-top: 0 !important;
}
main section p {
  margin-bottom: 1em;
  line-height: 2;
}
main section p strong {
  font-weight: bold;
}
main section ol:not([class]) {
  margin: 4rem 0;
  counter-reset: number;
}
main section ol:not([class]) li {
  font-size: 1.6rem;
  padding-left: 6.4rem;
  position: relative;
  min-height: 5rem;
  display: flex;
  align-items: center;
}
main section ol:not([class]) li:before {
  counter-increment: number;
  content: counter(number);
  width: 5rem;
  height: 5rem;
  background: #e3d4b5;
  font-size: 2.4rem;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
  color: #aa8d77;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
main section ol:not([class]) li + li {
  margin-top: 3rem;
}
main section ul:not([class]) {
  margin: 2rem 0;
}
main section ul:not([class]) li {
  font-size: 1.6rem;
  padding-left: 2.3rem;
  position: relative;
}
main section ul:not([class]) li:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  background: #aa8d77;
  position: absolute;
  left: 0;
  top: .7rem;
}
main section ul:not([class]) li + li {
  margin-top: 2rem;
}
main section ul.dice {
  margin: 3rem 0;
}
main section ul.dice li {
  padding-left: 1em;
  position: relative;
}
main section ul.dice li:before {
  content: '・';
  position: absolute;
  left: 0;
}
main section ol.flow {
  counter-reset: flow;
  margin: 5rem 0;
}
main section ol.flow li {
  position: relative;
  line-height: 2;
}
main section ol.flow li + li {
  margin-top: 4rem;
}
main section ol.flow li.has-img {
  padding-right: 40rem;
}
main section ol.flow li strong:first-of-type {
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 1rem;
  line-height: 1.8;
}
main section ol.flow li strong:first-of-type:before {
  counter-increment: flow;
  content: counter(flow);
  width: 3rem;
  height: 3rem;
  background: #aa8d77;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
main section ol.flow li img {
  width: 35rem;
  position: absolute;
  top: 0;
  right: 0;
}
main section table:not(.no-style) {
  width: 100%;
  margin: 4rem 0;
}
main section table:not(.no-style) th {
  padding: 1em;
  color: #aa8d77;
  vertical-align: middle;
  background: rgba(255, 248, 228, .4);
  border: solid 1px #aa8d77;
  line-height: 1.7;
}
main section table:not(.no-style) td {
  padding: 1em;
  vertical-align: middle;
  border: solid 1px #aa8d77;
  line-height: 1.7;
}
/*** staff ***/
.dr-pic {
  width: 100%;
  position: relative;
  height: 30rem;
  margin: 10rem 0 3.5rem;
  z-index: 0;
  background: url(../images/staff/bg01.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
  padding: 2rem 0 0 7rem;
}
h2 + .dr-pic {
  margin-top: 4rem;
}
.dr-pic > img {
  width: 32rem;
  position: absolute;
  bottom: 0;
  right: 4rem;
}
.dr-pic h3 small {
  display: block;
  font-size: 2rem;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
.history-row {
  display: flex;
  justify-content: space-between;
  margin: 3.6rem 0
}
.history-row .inner {
  width: 37rem;
}
.history-row .inner h4 {
  font-size: 1.5rem;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #aa8d77;
  margin-bottom: 2.5rem;
  padding: .15em;
}
.history-row .inner table {
  width: 100%;
}
.history-row .inner table th {
  font-weight: 400;
  width: 1px;
  padding-right: 1.5em;
  white-space: nowrap;
}
.history-row .inner table tr + tr > * {
  padding-top: .5em;
}
.history-row .inner ul li {
  padding-left: 1em;
  position: relative;
}
.history-row .inner ul li:before {
  content: '・';
  position: absolute;
  left: 0;
}
.history-row .inner ul li + li {
  margin-top: .5em;
}
/*** treatment ***/
main .treat-list01, main .treat-list02 {
  width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
main section .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main section .fl_cont {
  flex-basis: 50%;
}
main section .fl_img {
  flex-basis: 45%;
}
main section table.price th {
  width: 60%;
}
.dr-pic h3 {
  font-size: 40px;
  font-family: shippori-mincho, sans-serif;
}
/*20220906*/
main section p.text_m {
  margin: 10px 0 20px;
}
main section ol.flow.none li strong:first-of-type:before {
  content: "";
}
.cp {
  padding: 0px;
  width: 440px;
  line-height: 60px;
  text-align: center;
}
span.red_price {
  color: #e21515;
  font-weight: bold;
}
span.mark {
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}
/*//20220906*/
.nav-copy {
  display: block;
  font-size: 1.1rem;
  margin-top: 4rem;
}
p.author {
  width: 800px;
  margin: auto;
  text-align: right;
  font-size: 13px;
}
.btn_home {
  margin: auto;
  margin-top: 3rem;
  border-top: solid 1px #ffacbd;
  border-left: solid 1px #ffacbd;
  border-right: solid 1px #ffacbd;
}
.ortho_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ortho_menu .ortho_menu01 {
  width: 48%;
}
.ortho_menu01 {
  margin-bottom: 50px;
}
.ortho_menu01 img {
  margin-bottom: 10px;
}
main section .ortho_menu01 h3:not(.no-style) {
  margin-top: 0;
  text-align: center;
  border-bottom: none;
  margin-bottom: 5px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
main section .ortho_menu01 .btn {
  margin-bottom: 0;
  margin-top: 10px;
}
.hanarabi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hanarabi li {
  width: 23.5%;
  text-align: center;
  font-size: 16px;
  border: 1px solid #b2b2b2;
  padding: 10px;
  margin-bottom: 20px;
}
main section .hanarabi_btn {
  margin-top: 10px;
  width: 100%;
  margin-bottom: 0;
  height: 4rem;
  font-size: 13px;
}
.treat-list02 a {
  width: 100%;
}
.mv.ortho2 {
  position: relative;
}
.mv.ortho2 .mv_txt {
  position: absolute;
  top: 160px;
  left: 20%;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 4px;
  text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff;
}
.mv.ortho2 .mv_txt span {
  font-size: 58px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: -1px;
  color: #aa8d77;
}
.mv.ortho2 .mv_txt2 {
  position: absolute;
  top: 130px;
  left: 20%;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background: #ff90a7;
  color: #fff;
  padding: 2px 15px;
  border-radius: 1rem 1rem 0 0;
  letter-spacing: 2px;
}
.menu_txt {
  font-size: 18px;
  border-bottom: 1px solid;
}
nav .sub_menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 10px;
}
nav .sub_menu ul li a {}
nav .sub_menu ul li a:before {
  content: "-";
  padding-right: 10px;
}
.mv.ortho2 .mv_txt .txt_sml {
  font-size: 12px;
  color: #4d4d4d;
}
main section table.loan td {
  text-align: center;
}
main section table.loan tr:nth-child(1) th {
  background: #644218;
  color: #fff;
}
section.syorei {
  margin-top: 6rem;
}
section.syorei th {
  width: 30%;
}
.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.flex2 .case {
  width: 48%;
  position: relative;
  display: block;
  margin: 0px;
}
.flex2 .case .img img {
  width: 100%;
}
.flex2 .case .img + .img {
  margin-top: 1rem;
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 .case {
  width: 32%;
}
.flex3 .case .img img {
  width: 100%;
}
section.syorei p strong {
  color: #aa8d77;
  font-size: 1.8rem;
}
main section h5.flow {
  margin: 0;
}
header .logo span {
  background: #aa8d77;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.3rem 2.9rem;
}
header .logo img {
  padding-bottom: 1.5rem;
}
header {
  height: 9rem;
}
header .logo {
  margin-top: -1rem;
}
main section table th.w39 {
  width: 39%;
}
main section .contents-list dd {
  display: flex;
  counter-reset: mkj;
}
main section .contents-list dd ul {
  width: 50%;
  margin: 0 !important;
}
main section .contents-list dd ul li {
  font-size: 16px;
  line-height: 1.6;
  padding-left: 60px !important;
  padding-right: 1em;
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
}
main section .contents-list dd ul li:before {
  counter-increment: mkj;
  content: counter(mkj, decimal-leading-zero) !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-family: linotype-didot, serif;
  font-weight: 400;
  background: #736357;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
}
main section .contents-list dd ul li:after {
  content: "→";
  position: absolute;
  right: 20px;
}
/*よくある質問アコーディオン*/
.accordion {
  margin: 30px auto;
}
.accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  padding: 1.4em 1.6em 1.4em;
  line-height: 1.6em;
  font-weight: bold;
}
.accordion_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}
.accordion_title .attention_small {
  font-size: 1rem;
  color: #ff92a0;
}
.accordion[open] .accordion_title:after {
  content: "-";
}
.accordion_contents {
  padding: 1rem 2rem;
}
.accordion_coments_title {
  font-size: 2rem;
  padding: 0;
  border-bottom: 5px solid #fed5d3;
  display: inline;
}
.cta01 {
  display: flex;
  gap: 5rem;
}
.no_bullets {
  border: 1px solid;
  padding: 4rem;
  background-color: #f0f0f1;
}
.toc_title {
  text-align: center;
}
.post-item {
  padding-block: 1rem 0;
  border-bottom: 1px solid #aa8d77;
}
.entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-link {
  background-color: #eee;
  padding: .5rem;
  border-radius: .7rem;
  color: #aa8d77;
}
.entry-body > a {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-block: .5rem 1rem;
}
main section h2.entry-title:not(.no-style) {
  background: #fff;
  color: #aa8d77;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  z-index: 0;
  border: none
}
p.blog-txt {
  color: #aa8d77;
  margin-bottom: 0;
	flex-shrink: 0;
}
p.blog-txt-rm {
  font-size: 18px;
}
.entry-title {
  transition: opacity .3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 表示行数を指定 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.entry-title:hover {
  opacity: 0.7;
}



/*-------------内部リンクCSS-------------*/
.link-card:hover {
  background: #f9f9f9;
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.link-card {
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid var(--main-dark);
  border-radius: 4px;
  margin-top: 40px !important;
  margin-bottom: 30px !important;
  background: #fff;
  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;
margin: 0 auto;
}
.box105 {
  position: relative;
/*  margin: 31px 28px;*/
  padding: 0px 21px;
  border: 1px solid #ffacbd;
  background-color: #ffffff;

}
.box105 .box-title {
  position: relative;
  bottom: 17px;
  left: -7px;
  padding: 8px 21px;
  background-color: #ffacbd;
  color: #ffffff;
  font-weight: bold;
}
          
.box105 .box-title:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(https://www.usui-dc-utsunomiya.com/images/clinic/yajirushi.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 4px;
  vertical-align: middle;
}

.link-card-box {
  display: flex;
}
.link-card-thumbnail {
  display: block;
  overflow: hidden;
	margin-bottom: 14px;
	width: 100%;
}
.link-card-thumbnail img {
  filter: opacity(1);
  display: block;
  padding: 0 !important;
  margin: 20px !important;
  vertical-align: baseline;
   width: 100%; 
  height: auto;
  background: #fff;
  transition: color 0.4sease, background 0.4sease, transform 0.4sease, opacity 0.4sease, border 0.4sease, padding 0.4sease, left 0.4sease, box-shadow 0.4sease;
}
.link-card-content {
      padding: 2.5rem;
}
span.link-card-title {
  color: var(--main-dark);
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 0.1rem solid black;
  line-height: 1.6;
  padding: 0 0 0.3rem 0;
}
.link-card-excerpt {
  margin-top: 15px;
  font-size: 1.2rem;
  display: block;
}
.list-link-more__txt {
  padding: 0.3rem 3.7rem 0.3rem 0;
  color: var(--main-dark);
  display: table;
  padding-right: 2rem;
  position: relative;
  letter-spacing: 0.06em;
  transition: 0.3s;
  margin: 0 0 0 auto;
  font-size: 1.2rem;
}
.list-link-more__txt:after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-bottom: solid 1px;
  border-right: solid 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 768px) {
  .link-card {
      width: 100%;
      padding: 0;
      margin: 0;
  }
.box105 {
  position: relative;
   margin: 0px 0px; 
  padding: 0px 21px;
  border: 1px solid #ffacbd;
  background-color: #ffffff;
}
.box105 .box-title {
      font-size: 0.9rem;
  }
.link-card-thumbnail {
      margin-right: 10px;
      flex: 1.82;
  }
.link-card-thumbnail img {
  filter: opacity(1);
  display: block;
  padding: 0 !important;
  margin: 3px !important;
  vertical-align: baseline;
   width: 100%; 
  height: auto;
  background: #fff;
  transition: color 0.4sease, background 0.4sease, transform 0.4sease, opacity 0.4sease, border 0.4sease, padding 0.4sease, left 0.4sease, box-shadow 0.4sease;
/*  width: 47rem;*/
}
.link-card-content {
      padding: 0rem;
  }
span.link-card-title {
      font-size: 1.2rem;
  }
.link-card-excerpt {
      display: none;
  }
.link-card-content {
      max-width: calc(100% - 120px);
  }


.list-link-more {
  font-size: 1.1rem;
}
.link-card {
      width: 100%;
/*      padding: 0px 12px;*/
      margin: 10px 0px;
     
  }
}

/*-------------内部リンクCSS-------------*/
@media(max-width: 768px){
	header{ position: static; height: auto; padding: 1.5rem 1.5rem 1rem; }
	
	header .logo img{
		width: 80%;
    padding-bottom: 1.5rem;
	}
	
	header .logo span{
		background: #aa8d77;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.3rem 2rem;
	}
	
	header .logo{
	margin-top: 0;
	
}
	
	

	.mv{ height: 29.5rem; margin-bottom: 0; margin-top: 0; }
	.mv.first{ background-image: url(../images/first/mv_sp.jpg); }
    .mv.access{ background-image: url(../images/access/mv_sp.jpg); }
    .mv.about{ background-image: url(../images/about/mv_sp.jpg); }
    .mv.price{ background-image: url(../images/price/mv_sp.jpg); }
    .mv.case{ background-image: url(../images/case/mv_sp.jpg); }
    .mv.news{ background-image: url(../images/news/mv_sp.jpg); }
    .mv.clinic{ background-image: url(../images/clinic/mv_sp.jpg); }
    .mv.staff{ background-image: url(../images/staff/mv_sp.jpg); }
    .mv.treatment{ background-image: url(../images/treatment/mv_sp.jpg); }

	.pankuzu{ width: 100%; text-align: left; padding: 1rem 2.5rem;  }

	main{ width: 100%; padding: 5rem 2.5rem 8rem; }
	main h1{ font-size: 2.5rem; margin-bottom: 4rem; padding-bottom: .4rem; }
	main h1:after{ width: 2.5rem; }

	main section{ width: 100%; }
	main section + section{ margin-top: 6rem; }
	main section > img{ margin: 1.8rem 0; }

	main section h2:not(.no-style){ font-size: 1.9rem; margin: 6rem 0 2.5rem; line-height: 1.5; }
	main section h3:not(.no-style){ font-size: 1.8rem; margin: 3rem 0 2rem;}
	main section h4:not(.no-style){ font-size: 1.6rem; margin: 4rem 0 1.8rem; }
	main section h5:not(.no-style){ font-size: 1.7rem; margin: 3.5rem 0 1.6rem; }

	main section ol:not([class]){ margin: 3rem 0; }
	main section ol:not([class]) li{ font-size: 1.5rem; padding-left: 6rem; }
	main section ol:not([class]) li + li{ margin-top: 2.35rem; }
	main section ol:not([class]) li:before{ width: 4rem; height: 4rem; font-size: 2.2rem; }

	main section ul:not([class]){ margin: 2rem 0; }
	main section ul:not([class]) li{ font-size: 1.4rem; }
	main section ul:not([class]) li:before{ top: .5rem; }
	main section ul:not([class]) li + li{ margin-top: 1.6rem; }

	main section ol.flow{ margin: 4rem 0; }
	main section ol.flow li.has-img{ padding: 0; }	
	main section ol.flow li + li{ margin-top: 5rem; }
	main section ol.flow li strong:first-of-type{ font-size: 1.6rem; padding-left: 4.2rem; }
	main section ol.flow li strong:first-of-type:before{ width: 3.5rem; height: 3.5rem; border-radius: 3.5rem; font-size: 2rem; top: -.3rem;  }
/*	main section ol.flow li img{ position: static; margin-top: 1.5rem; display: block; }*/
	main section ol.flow li img{ position: static; margin-top: 1rem; display: block; margin-bottom: 1.8em }

	main section table:not(.no-style){ margin: 3rem 0; }
	main section table:not(.no-style) th{ font-size: 1.5rem; }
	main section table.sp-break{ border-bottom: solid 1px #aa8d77; }
	main section table.sp-break,
	main section table.sp-break tbody,
	main section table.sp-break tr,
	main section table.sp-break th,
	main section table.sp-break td{ display: block;table-layout: fixed; }
	main section table:not(.no-style).sp-break th{ text-align: center; border-bottom: none; padding: .5em 1em; }
	main section table:not(.no-style).sp-break td{ border-bottom: none; width: 100%;table-layout: fixed;}


	/*** staff ***/

	.dr-pic{ margin: 6rem 0 2rem; height: 19rem; padding: 1rem 0 0 1.5rem; }
	h2 + .dr-pic{ margin-top: 3.7rem; }
	.dr-pic > img{ width: 18.75rem; right: 0; }
	.dr-pic h3 small{ font-size: 1.3rem; margin-bottom: .6rem; }
	.dr-pic h3 img{ width: 14.4rem; }
	.dr-pic ~ p.head img{ width: 26.5rem; }

	.history-row{ flex-wrap: wrap; margin: 4.5rem 0; }
	.history-row .inner{ width: 100%; }
	.history-row .inner + .inner{ margin-top: 3.25rem; }
	.history-row .inner h4{ margin-bottom: 1.7rem; font-size: 1.4rem; border-radius: 0; }


	/*** treatment ***/

	main .treat-list01,
	main .treat-list02{ width: 34.5rem; margin-left: -1rem; }
	main section .fl_cont {
    flex-basis: 100%;
    order: 2;
	margin-top: 15px;
}
	
main section .fl_img {
    flex-basis: 100%;
    order: 1;
}	
    
    main section table.price th {
        width: 100%;
    }
	
	   main section table:not(.no-style).sp-break.price td {
        width: 100% !important;
        display: block;
        table-layout: inherit;
    }
	
	.dr-pic h3 {
    font-size: 6.4vw;
    font-family: shippori-mincho, sans-serif;
}
    /*20220906*/
    main section p.text_m {
        margin-top: 0;
    }
    .cp{
        width:100%;
        line-height: 40px;
    }
	
	p.author {
    width: 100%;
    margin: auto;
    text-align: right;
    font-size: 13px;
}
	
	
	.hanarabi li{
		width: 48%;
	}

	.hanarabi li {
    text-align: center;
    font-size: 3.8vw;
    border: 1px solid #b2b2b2;
    padding: 3vw;
    margin-bottom: 3vw;
}
	
	main section .hanarabi_btn {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 0;
    height: 4rem;
    font-size: 2.8vw;
}
	
	.ortho_menu01 {
    margin-bottom: 8vw;
}
	
	main section .ortho_menu .ortho_menu01 p{
		font-size: 3.2vw;
	}
	
	.mv.ortho2 .mv_txt2 {
    position: absolute;
    top: 33vw;
    left: 5vw;
    font-size: 3.6vw;
    font-family: "Noto Serif JP",serif;
    font-weight: 600;
    background: #ff90a7;
    color: #fff;
    padding: 0.5vw 2vw;
    border-radius: 1rem 1rem 0 0;
    letter-spacing: 1px;
}
	
	.mv.ortho2 .mv_txt {
    position: absolute;
    top: 40vw;
    left: 5vw;
    font-size: 4.4vw;
    font-family: "Noto Serif JP",serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff;
}
	
	
	.mv.ortho2 .mv_txt span {
    font-size: 8vw;
    padding-left: 1vw;
    padding-right: 1vw;
    letter-spacing: 0;
}
	
		
	.menu_txt{
		font-size: 4vw;
		border-bottom: 1px solid;
	}
	
	nav .sub_menu{
		display: flex;
		justify-content: space-between;
		margin-bottom: 13vw;
		margin-top: 2vw;
	}
	
	nav .sub_menu ul li a{
		
	}
	
	nav .sub_menu ul li a:before{
		content: "-";
		padding-right: 1vw;
	}
	
	
	.scroll{
		overflow-x: scroll;
		
	}
	
	main section table.loan{
		width: 900px;
		margin-top: 0;
	}

	main section table.loan td,main section table.loan th{
		font-size: 3.4vw;
	}
	
	main section table.loan tr:nth-child(1) th{
	font-size: 4vw;
}
	
		.flex2 .case {
			width: 100%;
			margin-bottom: 1.5rem;
		}
		
	
		section.syorei th {
			width: 100%;
		}
		
		.flex2 {
			display: block;
			margin-top: 50px;
		}
    .flex3 {
			display: block;
		}
    .flex3 .case {
        width:100%;
        margin-top:1rem;
}
	
		section.syorei p strong{
			font-size: 1.5rem;
		}
		
	
		section.syorei td {
			text-align: center;
		}
	
    /*//20220906*/
	
	.recommend_area .treat{
		margin: 0;
	}
	
	.recommend_area {
    padding-top: 5vw;
		padding-bottom: 8vw;}
	
	.content-hover:hover {
  transform: translateY(0px);
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}
	
	.treat_banner{
		width: 100% !important;
	}
	
	.treat_banner:before{
			width: 100% !important;
	}
	
	.treat_banner:first-child p{
		margin-left: 135px;
	}
	main section .treat_banner:first-child h4{
		font-size: 5.8vw;
	}
	
	.treat_banner:nth-child(2) {
    padding-left: 165px;
}
	
	.treat_banner:nth-child(2) h4{
		width: 175px;
	}
	
	.treat_banner:nth-child(2) p{
		font-size: 12px;
	}
	
	.sec-treatment .treat_banner
	{
		width: 100% !important;
	}
	
	.sec-treatment .treat_banner:before
	{
		width: 100% !important;
	}
	
	.sec-treatment .treat_banner:first-child p {
    margin-left: 42vw;
}
	
	.sec-treatment .treat_banner:nth-child(2) {
    padding-left: 46vw;
}
	
	.dr-pic img.dr-pic01 {
    width: 39vw;
}
	
		.dr-pic img.dr-pic02 {
    width: 42vw;
}
	
			.dr-pic img.dr-pic04 {
    width: 36vw;
}

	.dh_flex div p{
	font-size: 4vw;
	text-align: center;
	font-weight: 600;
}
	
	
	main section h3.faq-h3 {
    /* height: 81px; */
    display: flex;
    align-items: center;
    /*background: linear-gradient(86deg, rgba(211, 177, 175, 0.54) 0%, rgba(220, 205, 195, 0.57) 47.40%, rgba(238, 237, 237, 0.60) 98.44%);*/
    font-size: 4.8vw;
    color: #4d4d4d !important;
    margin-bottom: 4rem;
    text-align: start;
	    font-family: "Noto Serif JP",serif !important;
		padding-bottom: 3vw;
	
}

h3.faq-h3 span {
	font-family: "Toppan Bunkyu Mincho", "游明朝", YuMincho, yu-mincho-pr6n, serif;
    color: #D09689;
    font-size: 48px;
    text-align: center;
    font-size: 8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 4vw 4vw 3vw 0px;
}

.component-faq {
    display: flex;
    justify-content: space-between;
    gap: 3em;
}

.img-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

.doc-img {
    width: 19vw;
    height:19vw;
    border-radius: 50%;
    background-image: url("../images/staff/staff04.png");
    background-position: 51% 7%;
    object-fit: cover;
    background-size: cover;
}
	
	.whitening_qa .doc-img {
    width: 19vw;
    height:19vw;
    border-radius: 50%;
    background-image: url("../images/staff/staff05.png");
    background-position: 51% 7%;
    object-fit: cover;
    background-size: cover;
}
	
		.implant_qa .doc-img {
    width: 19vw;
    height:19vw;
    border-radius: 50%;
    background-image: url("../images/staff/staff01.png");
    background-position: 51% 7%;
    object-fit: cover;
    background-size: cover;
}
	
	.doc-name{
		font-size: 3.2vw;
	}

.fukidashi {
    background-color: #F8F7F6;
    position: relative;
    padding: 11vw 3vw 3vw 5vw;
    display: flex;
    align-items: center;
	font-size: 3.2vw;
}


.triangle {
    position: absolute;
    content: "";
    background: url("../images/staff/polygon.svg");
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -25px;
    top: 5%;
}

.fukidashi span {
    font-family: "Toppan Bunkyu Mincho", "游明朝", YuMincho, yu-mincho-pr6n, serif;
    color: #D09689;
    position: absolute;
    top: 0;
    font-size: 7vw;
    left: 4vw;
}
	
main section h5.flow{
	margin:0;
}
    
main section table th.w39{
    width: 100%;
}
        main section .contents-list dd {
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom:3rem;
    }
    main section .contents-list dd ul {
        width: 100%;
        margin:0!important;
    }
    main section .contents-list dd ul li {
        font-size: 4vw;
        padding: 0 0 0 14.66vw;
        min-height: 10.66vw;
    }
    main section .contents-list dd ul li::before {
        width: 10.66vw;
        height: 10.66vw;
        border-radius: 10.66vw;
        font-size: 3.73vw;
    }
	
		.cta01 {
		display: block;
	}
	.cta02 {
		margin: 2rem auto;
	}
}
	



header.clone{ position: fixed; top: -7rem; left: 0; z-index: 9978; transition: .5s; }
header.clone.active{ top: 0; }
header.clone .logo img{ width: 24.7rem; }

.mincho{font-family: 'Noto Serif JP', serif;}

.modal-overlay{ width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; z-index: 9994; background: #000; opacity: .5; cursor: pointer; transition: .5s; }
.modal{ max-width: 80rem; background: #fff; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 9995; border-radius: 0 5rem 0 0; padding: 5rem; transition: .5s; }
.modal .close{ width: 2.5rem; height: 2.5rem; position: absolute; top: 2.5rem; right: 2.5rem; cursor: pointer; }
.modal .close:before{ content: ''; width: 100%; height: 1px; background: #4d4d4d; position: absolute; top: 50%; left: 0; transform: translateY(-50%) rotate(45deg); }
.modal .close:after{ content: ''; width: 100%; height: 1px; background: #4d4d4d; position: absolute; top: 50%; left: 0; transform: translateY(-50%) rotate(-45deg); }
.modal dt{ color: #644218; font-size: 3rem; text-align: center; padding-bottom: .4em; border-bottom: solid 1px; margin-bottom: 1em; }
.modal dd{ text-align: center; }
.modal dd strong{ background:linear-gradient(transparent 60%, #f0ce83 60%); font-weight: 700; }
.modal dd small{ display: block; font-size: 1.2rem; margin-top: 1em; }
.modal-overlay.remove,
.modal-overlay.remove + .modal{ opacity: 0; visibility: hidden; }

.clinic-meta{ line-height: 1.5; padding: 0 0 0 2.8rem; margin-bottom: 1rem; }
.clinic-meta h1{ font-size: 1.2rem; font-weight: 500; color: #aa8d77; }
.clinic-meta p{ font-size: 1.2rem; color: #aa8d77; line-height: inherit; }

.mv{ position: relative; z-index: 0; margin-bottom: 11rem; }
.mv:before{ content: ''; width: calc(50vw - 20.5rem); height: 100%; background: linear-gradient(0deg, rgba(254,213,211,1) 0%, rgba(255,248,228,1) 100%); position: absolute; bottom: -3.3rem; right: 0; z-index: -1; opacity: .5; }
.mv .shadow-box{ display: table; border-radius: 0 5rem 0 0; overflow: hidden; box-shadow: 5px 5px 16px -6px rgba(0,0,0,0.5); background: #ffedcb; }
.mv .shadow-box .main-slide{ width: calc(50vw + 32rem); margin-left: 0; }
.mv .shadow-box .main-slide li{ line-height: 0; }
.mv .shadow-box .main-slide li img{ width: 100%; height: 63.6rem; object-fit: cover; object-position: center;border-radius: 0px 50px 0px 0px; }
.mv .shadow-box .main-slide .pagenation{ position: absolute; left: 1.8rem; bottom: .8rem; z-index: 10; }
.mv .shadow-box .main-slide .pagenation .swiper-pagination-bullet{ width: 6px; height: 6px; border-radius: 3px; background: #fff; border: solid 1px #60431d; opacity: 1; transition: 3s; }
.mv .shadow-box .main-slide .pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #60431d; }
.mv .shadow-box .news{ width: 77rem; margin-left: auto; display: flex; align-items: center; position: relative; padding: .8rem 8.5rem .8rem 0; }
.mv .shadow-box .news dt{ font-size: 2.4rem; color: #644218; width: 10rem; }
.mv .shadow-box .news dd{ width: calc(100% - 10rem); letter-spacing: .07em; }
.mv .shadow-box .news dd a{ display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -o-text-overflow: ellipsis; }
.mv .shadow-box .news dd a .time{ display: inline-block; margin-right: 1.5em; }
.mv .shadow-box .news > a{ position: absolute; right: 2.4rem; display: inline-block; padding-right: 1.5rem; }
.mv .shadow-box .news > a:after{ content: ''; width: 0; height: 0; border-style: solid; border-width: .5rem 0 .5rem .5rem; border-color: transparent transparent transparent #644218; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.mv .inner{ display: flex; justify-content: flex-end; align-items: center; width: 1220px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.mv .inner p{ -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-feature-settings: "liga" 0; line-height: 1.5; font-family: 'Noto Serif JP', serif;}
.mv .inner p:nth-of-type(1){ font-size: 1.7rem; color: #aa8d77; order: 2; margin-left: 2rem; }
.mv .inner p:nth-of-type(2){ font-size: 3.8rem; order: 1; }
.mv .inner.ads{width: 1375px;align-items: flex-start;}
.mv .inner.ads p:nth-of-type(1){ order: 3;}
/*.mv .inner.ads p:nth-of-type(2){ font-size: 1.7rem; color: #aa8d77; order: 2; margin-left: 2rem; }*/
.mv .inner.ads p:nth-of-type(2){ font-size: 4.2vh; order: 1; }

.mv + .banner-covid{ width: 77rem; height: 10rem; background: #fed5d3; display: flex; align-items: center; margin: 0 auto 18rem; position: relative; padding-left: 3.3rem; }
.mv + .banner-covid:hover{ opacity: 1; background: #ffacbd; }
.mv + .banner-covid dl{  }
.mv + .banner-covid dl dt{ font-size: 2.5rem; line-height: 1.7; }
.mv + .banner-covid dl dd{ font-size: 1.4rem; display: inline-block; position: relative; padding-right: 2.2rem; }
.mv + .banner-covid dl dd:after{ content: ''; width: 0; height: 0; border-style: solid; border-width: .5rem 0 .5rem .5rem; border-color: transparent transparent transparent #4d4d4d; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.mv + .banner-covid img{ position: absolute; bottom: 0; right: 0; }

h2.vertical{ -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-feature-settings: "liga" 0; white-space: nowrap; font-size: 3.2rem; font-family: shippori-mincho, sans-serif; font-weight: 600; color: #644218; background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8534007352941176) 62%, rgba(255,255,255,0) 100%); display: table; padding: 1.5rem 0 4rem; position: absolute; top: -6.4rem; letter-spacing: .11em;font-family: 'Noto Serif JP', serif; }
h2.vertical:before{ content: ''; width: .4rem; height: 15rem; background: #f0ce83; position: absolute; left: -.4rem; top: 0; }
h2.vertical:after{ content: attr(data-en); font-size: 1.8rem; color: #aa8d77; margin-top: 2rem; letter-spacing: .1em; }
h2.vertical.right{ right: -11rem; }
h2.vertical.left{ left: -11rem; }
h2.vertical .rotate{ display: inline-block; transform: rotate(-90deg); margin: .3rem 0; }

.sec-concept{ position: relative; z-index: 0; padding: 16.4rem 0 20rem; }
.sec-concept:before{ content: ''; width: 50%; height: 100%; background: url(../images/index/webp/concept-bg01.webp) no-repeat center/cover; position: absolute; top: 0; left: 0; z-index: -1; }
.sec-concept .wrap{ z-index: 0; padding-top: 5.5rem; padding-bottom: 6.5rem; }
.sec-concept .wrap:before{ content: ''; width: calc(50vw + 45rem); height: 100%; background: #fff; position: absolute; left: -10rem; top: 0; z-index: -2; border-radius: 5rem 0 0 0; }
.sec-concept .wrap:after{ content: ''; width: calc(50vw + 45rem); height: 100%; background: linear-gradient(90deg, rgba(254,213,211,1) 0%, rgba(254,213,211,1) 26%, rgba(255,248,228,1) 100%); position: absolute; top: 0; left: -10rem; z-index: -1; opacity: .5; border-radius: 5rem 0 0 0; }
.sec-concept .item01{ position: absolute; top: -1rem; right: -37rem; }
.sec-concept h3{ font-size: 2.8rem; margin-bottom: 2.2rem; white-space: nowrap; letter-spacing: .1em; }
.sec-concept h3 span{ font-size: 2.4rem; color: #ff92a0; display: inline-block; margin-bottom: 1rem; }
.sec-concept h3 .strong{ font-size: 4.6rem; color: #ff92a0; line-height: 1; display: inline-block; margin: 0 .5rem; }
.sec-concept .btn{ margin: 3.8rem auto 0; }

.sec-feature{ padding-bottom: 18rem; position: relative; z-index: 0; }
.sec-feature:before{ content: ''; width: 50vw; height: 71.1rem; background: url(../images/index/webp/feature-bg01.webp) no-repeat center/cover; position: absolute; bottom: 0; right: 0; z-index: -1; }
.sec-feature .wrap{ padding-top: 5.6rem; padding-bottom: 3.3rem; z-index: 0; }
.sec-feature .wrap:before{ content: ''; width: calc(50vw + 45rem); height: 100%; background: linear-gradient(90deg, rgba(254,252,245,1) 0%, rgba(252,239,237,1) 100%); position: absolute; top: 0; right: -10rem; z-index: -1; border-radius: 0 5rem 5rem 0; }
.sec-feature h3:nth-of-type(1){ font-size: 2.6rem; color: #ff92a0; text-align: center; margin-bottom: 5.4rem; }
.sec-feature ol{ display: flex; flex-wrap: wrap; justify-content: space-between; counter-reset: feature; padding-bottom: 4rem; border-bottom: solid 1px; margin-bottom: 2.8rem; }
.sec-feature ol li{ width: 21.6rem; position: relative; }
.sec-feature ol li:nth-of-type(n+4){ margin-top: 3.2rem; }
.sec-feature ol li:before{ counter-increment: feature; content: counter(feature); font-family: shippori-mincho, sans-serif; font-weight: 600; font-size: 5rem; color: #fff; line-height: 1; position: absolute; top: 12rem; left: 1.3rem; }
.sec-feature ol li img{ display: block; width: 100%; border-radius: 3.3rem 0 0 0; }
.sec-feature ol li h4{ font-size: 1.8rem; text-align: center; line-height: 1.4; background: linear-gradient(90deg, rgba(170,141,119,1) 0%, rgba(227,199,163,1) 100%); color: #fff; padding: .5rem 0; margin-bottom: 1rem; }
.sec-feature ol + h3{ font-size: 2.5rem; color: #644218; text-align: center; margin-bottom: 2.6rem; }
.sec-feature ol + h3 + .row{ align-items: center; }
.sec-feature ol + h3 + .row a.tel{ display: inline-block; font-size: 3.8rem; color: #644218; padding-left: 3.1rem; background: url(../images/common/icon-tel02.png) no-repeat center left/2.1rem; }

.sec-treatment{ padding-top: 4.7rem; z-index: 0; margin-bottom: 22rem; }
.sec-treatment:before{ content: ''; width: 100vw; height: 95rem; background: linear-gradient(180deg, rgba(255,248,228,1) 0%, rgba(255,255,255,0) 100%); position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
.sec-treatment h3{ font-size: 2.6rem; color: #ff92a0; line-height: 1.7; margin-bottom: 3.5rem; }
.sec-treatment .bg-grad{ margin-top: 2.5rem; background: linear-gradient(90deg, rgba(255,232,229,1) 0%, rgba(255,248,228,1) 83%, rgba(255,238,209,1) 100%); padding: 2.2rem 4.5rem 3.5rem; border-radius: 0 0 5rem 5rem; }
.sec-treatment .bg-grad h4{ font-size: 2.3rem; text-align: center; margin-bottom: 1rem; }
.sec-treatment .bg-grad h4 + p{ font-size: 1.4rem; text-align: center; margin-bottom: .4rem; }
.sec-treatment .bg-grad h4 + p .strong{ font-size: 2.2rem; font-weight: 600; line-height: 1.4; }
.sec-treatment .bg-grad h4 + p + small{ display: block; text-align: center; font-size: 1.3rem; margin-bottom: 2rem;font-family: 'Noto Serif JP', serif; }
.sec-treatment .bg-grad table{ width: 100%; line-height: 1.6; margin-bottom: 3.2rem; }
.sec-treatment .bg-grad table th{ width: 1px; white-space: nowrap; font-size: 1.4rem; background: #ffacbd; text-align: center; vertical-align: middle; color: #fff; padding: .5rem 1rem;font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
.sec-treatment .bg-grad table td{ background: #fff; padding: .5rem 1.3rem; }
.sec-treatment .bg-grad .btn{ margin: 0 auto; }

.sec-dr{ padding-top: 7rem; padding-bottom: 9rem; z-index: 0; }
.sec-dr:before{ content: ''; width: 50vw; height: 100%; background: linear-gradient(5deg, rgba(254,213,211,1) 0%, rgba(255,248,228,1) 50%, rgba(255,248,228,1) 100%); position: absolute; top: 0; right: 35rem; z-index: -1; opacity: .6; }
.sec-dr h2.vertical{ top: -13rem; }
.sec-dr .img{ width: 50vw; height: 44rem; background: url(../images/index/webp/dr01.webp) no-repeat center/cover; position: absolute; top: -5rem; left: 35rem; border-radius: 5rem 0 0 0; }
.sec-dr div.left{ width: 50%; padding-right: 3.5rem; }
.sec-dr div.left h3{ line-height: 0; margin-bottom: 2.8rem; }
.sec-dr div.left p + p{ margin-top: 3rem; }
.sec-dr div.left .name{ margin: 4rem 0 2.8rem; }
.sec-dr div.left .name dt{ font-size: 1.8rem; margin-bottom: 1rem; }
.sec-dr div.left .name dd{ line-height: 0; text-align: center; }
.sec-dr div.right{ width: 50%; padding: 38rem 0 0 5rem; }
.sec-dr div.right h3{ font-size: 1.7rem; text-align: center; border-top: solid .5px; border-bottom: solid .5px; margin-bottom: 1rem; }
.sec-dr div.right ul{ line-height: 2; }
.sec-dr div.right ul + h3{ margin-top: 2.8rem; }

.img-box01{ display: block; width: 100%; }

.sec-second{ padding-top: 14.5rem; padding-bottom: 9rem; z-index: 0; }
.sec-second:before{ content: ''; width: 100vw; height: 100%; background: url(../images/index/webp/second-bg01.webp) no-repeat center/auto 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
.sec-second h2{ font-size: 2.3rem; text-align: center; margin-bottom: 5rem; }
.sec-second h2 > span{ background: #fff; display: table; margin: 0 auto; padding: 0 1em; }
.sec-second h2 > span + span{ margin-top: 1.5rem; }
.sec-second h2 > span span{ color: #ff9629; }
.sec-second h2 > span .strong{ font-size: 3rem;color: #4d4d4d; }
.sec-second .second-list{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 6rem; }
.sec-second .second-list li{ width: 25rem; height: 17rem; background: url(../images/index/icon-check01.png) #fff no-repeat top 2.2rem center/2.7rem; border-radius: 5rem 0; border: solid .3rem #ffc66d; padding: 6rem 2rem 0; }
.sec-second .second-list li:nth-of-type(n+4){ margin-top: 2.5rem; }
.sec-second .second-list li span{ display: block; text-align: center; font-size: 2rem; line-height: 1.9; border-top: solid .5px #aa8d77; }
.sec-second .second-list li span:last-of-type{ border-bottom: solid .5px #aa8d77; }
.sec-second .second-list + .btn{ margin: 0 auto; border: solid 1px #ff9629; border-bottom: solid 3px #ff9629; }
.sec-second .second-list + .btn:after{ border-left-color: #ff9629; }
.sec-second .second-list + .btn:hover{ background: #ff9629; color: #fff; border-bottom-color: #ffacbd; }
.sec-second .second-list + .btn:hover:after{ border-left-color: #fff; }

.img-box02{ display: block; width: 100%; margin-bottom: 18rem; }

.sec-first{ z-index: 0; padding-top: 8rem; padding-bottom: 4.6rem; margin-bottom: 20rem; }
.sec-first:before{ content: ''; width: calc(60vw + 40rem); height: 100%; background: linear-gradient(-90deg, rgba(255,248,228,1) 0%, rgba(254,213,211,1) 77%, rgba(254,213,211,1) 100%); opacity: .4; position: absolute; top: 0; left: -5rem; z-index: -1; border-radius: 5rem 0 0 0; }
.sec-first .head{ align-items: center; margin-bottom: 2.4rem; }
.sec-first .head img{ display: block; border-radius: 0 5rem 0 0; }
.sec-first .head h3{ font-size: 2.3rem; color: #ff92a0; letter-spacing: .13em; }
.sec-first .btn{ margin: 3rem auto 0; }

.sec-clinic{ margin-bottom: 12rem; }
.sec-clinic h2{ z-index: 10; top: -11rem; }
.sec-clinic .clinic-slide{ width: 120rem; margin-left: -25rem; margin-bottom: 2.3rem; }
.sec-clinic .clinic-slide li{ transform: scale(.7) translateX(0); transition: 1s; opacity: .5; line-height: 0; }
.sec-clinic .clinic-slide li.swiper-slide-next{ transform: scale(.7) translateX(5rem); }
.sec-clinic .clinic-slide li.swiper-slide-prev{ transform: scale(.7) translateX(-5rem); }
.sec-clinic .clinic-slide li.swiper-slide-active{ transform: scale(1) translateX(0); opacity: 1; }
.sec-clinic .clinic-slide li img{ border-radius: 5rem 0; }
.sec-clinic .clinic-slide .next{ width: 0; height: 0; border-style: solid; border-width: .7rem 0 .7rem .7rem; border-color: transparent transparent transparent #ffacbd; position: absolute; top: 50%; right: 44rem; transform: translateY(-50%); z-index: 10; cursor: pointer; }
.sec-clinic .clinic-slide .prev{ width: 0; height: 0; border-style: solid; border-width: .7rem .7rem .7rem 0; border-color: transparent #ffacbd transparent transparent; position: absolute; top: 50%; left: 44rem; transform: translateY(-50%); z-index: 10; cursor: pointer; }
.sec-clinic .txt-slide{ width: 55rem; margin: 0 auto 3rem; position: relative; transition: 1s; }
.sec-clinic .txt-slide li{ position: absolute; top: 0; left: 0; transition: 1s; }
.sec-clinic .txt-slide li h3{ font-size: 2rem; text-align: center; margin-bottom: 1.4rem; }
.sec-clinic .txt-slide + .btn{ margin: 0 auto; border-top: solid 1px #ffacbd; border-left: solid 1px #ffacbd; border-right: solid 1px #ffacbd; }
.sec-clinic .txt-slide + .btn:hover{ border-color: #644218; }

.sec-jidv{ position: relative; z-index: 0; padding-bottom: 18rem; margin-bottom: 4rem; }
.sec-jidv:before{ content: ''; width: 100%; height: 48rem; background: url(../images/index/webp/jidv-bg01.webp) no-repeat center/cover; position: absolute; bottom: 0; left: 0; z-index: -1; }
.sec-jidv .wrap{ padding: 3.5rem 5rem 5rem; background: #d9e9fa; border-radius: 5rem 0; box-shadow: 5px 5px 16px -6px rgb(0 0 0 / 50%); }
.sec-jidv h2{ font-size: 2.2rem; color: #008bd4; line-height: 1.4; text-align: center; margin-bottom: 1.1rem; }
.sec-jidv h2 .strong{ font-size: 2.8rem; }
.sec-jidv p{ margin-bottom: 2.8rem; }
.sec-jidv .banner{ display: table; line-height: 0; position: relative; overflow: hidden; }
.sec-jidv .banner:before{ content: ''; width: 100%; height: 100%; background: #fff; opacity: .5; position: absolute; top: 0; transform-origin: right; transform: scaleX(0); transition: transform .4s cubic-bezier(.215,.61,.355,1),-webkit-transform .4s cubic-bezier(.215,.61,.355,1); }
.sec-jidv .banner:hover{ opacity: 1; }
.sec-jidv .banner:hover:before{ transform: scaleX(1); transform-origin: left; transition: transform .4s cubic-bezier(.215,.61,.355,1),-webkit-transform .4s cubic-bezier(.215,.61,.355,1); }

.mb20{margin-bottom: 20px;}
.nav-copy{display: block;font-size: 1.1rem;margin-top:4rem;}

.media{
	width: 750px;
	margin: auto;
	text-align: center;
	margin-bottom: 80px;
}

.media img{
	width: 750px;
}

.mv + .banner-covid2{
	width: 730px;
	margin-bottom: 5rem;
}

.media + .banner-covid{ width: 750px; height: 10rem; background: #fed5d3; display: flex; align-items: center; margin: 0 auto 18rem; position: relative; padding-left: 3.3rem; }

.media + .ortho_banner{
	    background: linear-gradient(50deg,#fdfdcc 10%,#faaabe 100%);

}

.media + .ortho_banner dl dt {
 
    color: #644218;
}

   


.media + .banner-covid:hover{ background: #ffacbd; }

.media + .ortho_banner:hover{ opacity: .7;transition: .3s;background: linear-gradient(50deg,#fdfdcc 10%,#faaabe 100%);}

.media + .banner-covid dl{  }
.media + .banner-covid dl dt{ font-size: 2.5rem; line-height: 1.7; }
.media + .banner-covid dl dd{ font-size: 1.4rem; display: inline-block; position: relative; padding-right: 2.2rem; }
.media + .banner-covid dl dd:after{ content: ''; width: 0; height: 0; border-style: solid; border-width: .5rem 0 .5rem .5rem; border-color: transparent transparent transparent #4d4d4d; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.media + .banner-covid img{ position: absolute; bottom: 0; right: 0; }
.btn-resv{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

header .btn-list li:nth-of-type(2) a{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

.sec-second h3{
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.6;
}

.sec-second h3 span{
	border-top: 0.5px solid #4d4d4d;
	padding-top: 10px;
	font-size: 16px;
}

a.checkup{
	border: 1px solid;
	display: block;
	padding: 30px;
	margin-top: 50px;
}

.btn2{
	text-align: center;
	margin-top: 10px;
	position: relative;
}

.btn2:after{
	content: "▶︎";
	font-size: 9px;
	padding-left: 8px;
	position: absolute;
	top: 5px;
}


.please{
	width: 760px;
	margin: auto;
	background: rgba(255,238,209,1);
	border-radius: 5rem 0 5rem 0;
	padding: 30px;
	margin-bottom: 30px;
}

.please_txt{
	    color: #644218;
    font-size: 22px;
    text-align: center;
    padding-bottom: 0.4em;
    border-bottom: solid 1px;
    margin-bottom: 0.8em;
    font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}

.please strong{
	background: linear-gradient(transparent 60%, #f0ce83 60%);
    font-weight: 700;
}

.please p{
	line-height: 1.8;
	text-align: center;
}

.please small{
	font-size: 12px;
}

.media2{
	margin-bottom: 20px;
}


	.menu_txt{
		font-size: 18px;
		border-bottom: 1px solid;
	}
	
	nav .sub_menu{
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
		margin-top: 10px;
	}
	
	nav .sub_menu ul li a{
		
	}
	
	nav .sub_menu ul li a:before{
		content: "-";
		padding-right: 10px;
	}

.treat{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-top: 30px;
}

.treat_banner{
	width: 400px;
	padding: 10px;
	height: 160px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 165px;
	padding-top: 50px;
	color: #3f51b5;
	
}

.treat_banner a{
	width: 400px;
	height: 160px;
	display: block;
}

.treat_banner:nth-child(2){
	padding-left: 0px;
	text-align: center;
	padding-top: 58px;
	color: #fff;
}


.treat_banner p{
	font-size: 12px;
	font-weight: 500;
}

.treat_banner:before{
	content: "";
	background: url("../images/whitening_banner.jpg");
	position: absolute;
	width: 400px;
	height: 160px;
	top:0;
	left: 0;
		border-radius: 15px;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 6px #ccc;
}

.treat_banner:hover{
	opacity: .7;
	transition: .3s;
}

.treat_banner h4{
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
}

.treat_banner:first-child h4{
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: "liga" 0;
    white-space: nowrap;
    letter-spacing: 10px;
	color: #ee697a;
}

.treat_banner:first-child:before{
	content: "";
	background: url("../images/ortho_banner.jpg");
	position: absolute;
	width: 400px;
	height: 160px;
	top:0;
	left: 0;
		border-radius: 15px;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 6px #ccc;
}

.treat_banner p{
	line-height: 1.6;
}

.treat_banner:first-child p{
	margin-top: -52px;
	text-align: left;
	margin-left: 195px;
	color: #4d4d4d;
	  font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff;
}

.treat_banner:first-child p span{
	font-size: 24px;
	color: #644218;
	letter-spacing: 0px;
}

.treat_banner:first-child{
	padding-left: 10px;
	text-align: center;
	padding-top: 18px;
	
}


/**/
.treat_banner:nth-child(2):before{
	content: "";
	background: url("../images/wisdom_banner.jpg");
	position: absolute;
	width: 400px;
	height: 160px;
	top:0;
	left: 0;
		border-radius: 15px;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 6px #ccc;
}

.treat_banner:nth-child(2) p{
	line-height: 1.4;
}

.treat_banner:nth-child(3){
	padding-left: 215px;
}

.treat_banner:nth-child(3) h4{
    font-size: 21px;
    font-family: 'Noto Serif JP', serif;
    background: #fff;
    width: 125px;
    padding-left: 10px;
    line-height: 1.5;
	margin-bottom: 10px;
}

.treat_banner:nth-child(3) p{
	  color: #fff;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 2px;
    font-size: 13px;
}

  
.treat_banner:nth-child(3) p.en_treat{
	font-size: 30px;
	color: #fff;
	font-family: cursive;
	position: absolute;
	bottom: -15px;
	left: 0px;
	font-weight: 400;
}
/**/
	
.treat_banner:nth-child(4){
	padding-left: 25px;
	color: #4d4d4d;
	padding-top: 85px;
}



.treat_banner:nth-child(4):before{
	content: "";
	background: url("../images/implant_banner.jpg");
	position: absolute;
	width: 400px;
	height: 160px;
	top:0;
	left: 0;
		border-radius: 15px;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 6px #ccc;
}

.treat_banner:nth-child(4) h4{
	font-size: 26px;
	line-height: 1.5;
	color: #fff;
}

.treat_banner:nth-child(4) p{
	background: #222;
	color: #fff;
	width: 140px;
    font-size: 11px;
    text-align: center;
	line-height: 1.4;
}

.media3 {
    margin-bottom: 120px;
}

.recommend{
	width: 100%;
	margin: auto;
	overflow: hidden;
	display: flex;
}

.recommend .treat {
  display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
  animation: loop-slide 30s infinite linear 0s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* ホバー時に動きを止める（パターン2・3）*/
.slide-paused:hover .treat {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
/* ホバー時の装飾（パターン3） */
.content-hover{
  transition: all 0.2s;
  margin-right: 20px;
}
.content-hover:hover {
  transform: translateY(-10px);
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}

.recommend_area{
	padding-top: 60px;
	padding-bottom: 30px;
	background: linear-gradient(180deg, rgba(255,248,228,1) 0%, rgba(255,255,255,0) 100%);
}

.recommend_area h2{
	width: 700px;
	margin: auto;
	font-size: 28px;
	color: #644218;
}

.recommend_area h2 span{
	font-size: 18px;
	color: #aa8d77;
}

	.sec-treatment .treat_banner{
		width: 340px !important;
	}
	
	.sec-treatment .treat_banner:before{
		width: 340px !important;
	}
	
.sec-treatment .treat_banner:first-child p{
	margin-left: 135px !important;;
}

/*
.sec-treatment .treat_banner:nth-child(2){
	padding-left: 155px;
}
*/

.sec-first2{
	width: 800px;
}

/* ==================================================
.l-recommendSwiper
================================================== */

.l-recommendSwiper {
	width: 100%;
	height: 100%;
	overflow: visible;
}

/*
.l-recommendSwiper .swiper-button-next,
.l-recommendSwiper .swiper-button-prev {
	position: absolute;
	top: -10rem;
	width: 5rem;
	height: 5rem;
	background: var(--white);
	border-radius: 50%;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	transition: all 0.5s;
}

.l-recommendSwiper .swiper-button-next,
.l-recommendSwiper .swiper-rtl .swiper-button-prev {
	right: calc(50% - 6rem);
	left: auto;
}

.l-recommendSwiper .swiper-button-prev,
.l-recommendSwiper .swiper-rtl .swiper-button-next {
	left: calc(50% - 6rem);
	right: auto;
}

.l-recommendSwiper .swiper-button-prev::after,
.l-recommendSwiper .swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 50px;
	margin: auto;
	width: 50px;
}

.l-recommendSwiper .swiper-button-prev::after {
	background: url(../img/swiper-prev.svg) no-repeat center center/2rem 2rem;
}

.l-recommendSwiper .swiper-button-next::after {
	background: url(../img/swiper-next.svg) no-repeat center center/2rem 2rem;
}

.l-recommendSwiper .swiper-button-prev:hover,
.l-recommendSwiper .swiper-button-next:hover {
	background: var(--main-light);
}
*/

.l-recommendSwiper .swiper-container {
    width: 100%;
    height: 100%;
}

.l-recommendSwiper .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	/*display: flex;*/
	transition-property: transform;
	box-sizing: content-box;
	margin: 4.8rem 0;
}

.l-recommendSwiper .swiper-slide {
	border-radius: 2rem;
	overflow: hidden;
	text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.l-recommendSwiper .swiper-slide a:hover {
	opacity: 0.7;
}

.clinic-meta p a span{
	background: #aa8d77;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0.3rem 2.5rem;
}
/*20241030追加*/
.group{
    margin-top:12rem;
}
.sec-feature2 ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: feature;
    padding-bottom: 4rem;
    margin-bottom: 2.8rem;
}
.sec-feature2 ul li {
    width: 70%;
    margin:0 auto;
    position: relative;
}
.sec-feature2 ul li img {
    display: block;
    width: 100%;
    border-radius: 3.3rem 0 0 0;
}
.sec-feature2 ul li h4 {
    background: linear-gradient(90deg, #aa8d77, #e3c7a3);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    padding: 1.5rem 0;
    text-align: center;
    position: relative;
}
.sec-feature2 ul li h4:after{
    content: '';
    background: url("../images/index/group_icon.svg")no-repeat;
    width: 20px;
    height: 20px;
    border-width: .5rem 0 .5rem .5rem;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 35%;
    right:13.8rem;
    transition: .5s;
}
/*20250124 追加*/
.fadeIn2s {
    animation-name: fadeIn2s;
    animation-delay: 2.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transform: translateX(-50px);
    opacity: 0;
}
.ani.move{
    opacity: 1;
}
@keyframes fadeIn2s {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
     }
}
.inner.mincho strong{
                font-size: 2.7rem;
                color: #644218;
            }    
.explanatory_text{
     width:100%; 
    margin-top:3rem;
}
.explanatory_text p{
    font-size: 1.2rem;
}
/* 予約ツール共通 */
.tab-wrap.pc,
.tab-wrap.sp {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.tab-wrap h3 {
  margin-bottom: 1rem;
}
.tab-wrap .rn02 {
  margin-bottom: 1rem;
}
.tab-wrap input[type="radio"] {
  display: none;
}
.tab-content {
  display: none;
  border: 1px solid #ddd;
  background: #fff;
  height: 230px;
  width: 100%;
  max-width: 100%;
}
.tab-content iframe {
  width: 100%;
  height: 230px;
  border: none;
  display: block;
}

/* PC用タブ */
.tab-wrap-tabs.pc {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
}
.tab-wrap-tabs.pc label {
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px;
  background: #f0f0f0;
  color: #333;
  border: 1px solid #ddd;
  border-bottom: none;
  cursor: pointer;
  margin-right: -1px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.3rem;
    width:12%;
}
#tab_pc1:checked ~ #content_pc1,
#tab_pc2:checked ~ #content_pc2,
#tab_pc3:checked ~ #content_pc3,
#tab_pc4:checked ~ #content_pc4,
#tab_pc5:checked ~ #content_pc5,
#tab_pc6:checked ~ #content_pc6,
#tab_pc7:checked ~ #content_pc7,
#tab_pc8:checked ~ #content_pc8 {
  display: block;
}
#tab_pc1:checked ~ .tab-wrap-tabs.pc label[for="tab_pc1"],
#tab_pc2:checked ~ .tab-wrap-tabs.pc label[for="tab_pc2"],
#tab_pc3:checked ~ .tab-wrap-tabs.pc label[for="tab_pc3"],
#tab_pc4:checked ~ .tab-wrap-tabs.pc label[for="tab_pc4"],
#tab_pc5:checked ~ .tab-wrap-tabs.pc label[for="tab_pc5"],
#tab_pc6:checked ~ .tab-wrap-tabs.pc label[for="tab_pc6"],
#tab_pc7:checked ~ .tab-wrap-tabs.pc label[for="tab_pc7"],
#tab_pc8:checked ~ .tab-wrap-tabs.pc label[for="tab_pc8"] {
  background-color: #fff;
  color: #ffacbd;
  border-bottom: 2px solid #ffacbd;
  font-weight: bold;
  z-index: 1;
}
/*よくある質問アコーディオン*/
.accordion {
    margin: 30px auto;
}
.accordion_title {
    position: relative;
    border: none;
    display: block;
    list-style: none;
    width: 100%;
    cursor: pointer;
    background: #ffffff;
    border: 2px solid #d8d8d8;
    padding: 1.4em 1.6em 1.4em;
    line-height: 1.6em;
    font-weight: bold;
}
.accordion_title:after {
    content: "+";
    position: absolute;
    top: calc(50% - 0.5em);
    right: 20px;
    line-height: 1;
    padding: 0;
    pointer-events: none;
}
.accordion_title span{
    font-size:2.4rem;
    color:#ff92a0;
}
.accordion[open] .accordion_title:after {
    content: "-";
}
.accordion_contents{
    padding:1rem 2rem;
}
.accordion_coments_title{
    font-size: 2rem;
    padding: 0;
    border-bottom: 5px solid #fed5d3;
    display: inline;
}

/* SP用タブ */
.tab-wrap.sp h3{
 margin-top: 2rem;
}
.tab-wrap-tabs.sp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.tab-wrap-tabs.sp label {
  padding: 7px;
  background: #f0f0f0;
  color: #333;
  border: 1px solid #ddd;
  border-bottom: none;
  cursor: pointer;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.1rem;
}
#tab_sp1:checked ~ #content_sp1,
#tab_sp2:checked ~ #content_sp2,
#tab_sp3:checked ~ #content_sp3,
#tab_sp4:checked ~ #content_sp4,
#tab_sp5:checked ~ #content_sp5,
#tab_sp6:checked ~ #content_sp6,
#tab_sp7:checked ~ #content_sp7,
#tab_sp8:checked ~ #content_sp8 {
  display: block;
}
#tab_sp1:checked ~ .tab-wrap-tabs.sp label[for="tab_sp1"],
#tab_sp2:checked ~ .tab-wrap-tabs.sp label[for="tab_sp2"],
#tab_sp3:checked ~ .tab-wrap-tabs.sp label[for="tab_sp3"],
#tab_sp4:checked ~ .tab-wrap-tabs.sp label[for="tab_sp4"],
#tab_sp5:checked ~ .tab-wrap-tabs.sp label[for="tab_sp5"],
#tab_sp6:checked ~ .tab-wrap-tabs.sp label[for="tab_sp6"],
#tab_sp7:checked ~ .tab-wrap-tabs.sp label[for="tab_sp7"],
#tab_sp8:checked ~ .tab-wrap-tabs.sp label[for="tab_sp8"] {
  background-color: #fff;
  color: #ffacbd;
  border-bottom: 2px solid #ffacbd;
  font-weight: bold;
  z-index: 1;
    font-size: 1rem;
}

/* メディアクエリで出し分け */
@media screen and (max-width: 768px) {
  .tab-wrap.pc { display: none; }
}
@media screen and (min-width: 769px) {
  .tab-wrap.sp { display: none; }
}  

.news-section {
	width: 700px;
    margin: 5rem auto;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-item {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  border-bottom: 1px solid #ccc;
}

.news-date {
  font-weight: bold;
  color: #6b5a4e;
}

.news-title {
  color: #333;
}

.read-more {
  text-align: right;
  margin-top: 1em;
	width: 50%;
}
@media(max-width: 768px){
	.modal{ width: calc(100% - 2.4rem); max-width: none; padding: 3rem 2rem; }
	.modal dt{ font-size: 2rem; line-height: 1.5; }
	.modal dd{ text-align: justify; }

	.clinic-meta{ padding-left: 1.2rem; margin-bottom: 1.2rem; }
	.clinic-meta h1, .clinic-meta p{ font-size: 1.1rem;line-height: 1.6; }

	.mv{ margin-bottom: 4.5rem; }
	.mv:before{ width: 100%; height: calc(100% - 0.25rem); bottom: 0; }
	.mv .shadow-box{ box-shadow: none; background: transparent; display: block; }
	.mv .shadow-box .main-slide{ width: 35rem; border-radius: 0 2.5rem 0 0; box-shadow: 5px 5px 16px -6px rgb(0 0 0 / 50%); margin-top: 4rem;
    height: 60vw;}
	.mv .shadow-box .main-slide li img{ height: auto; border-radius: 0 2.5rem 0 0; }
	.mv .shadow-box .news{ background: #ffedcb; display: block; padding: 0.6rem 1.5rem 0.85rem;
    width: 100%;margin-top: 23rem; }
	.mv .shadow-box .news dt{ font-size: 2rem; width: auto; }
	.mv .shadow-box .news dd{ width: 100%; font-size: 1.3rem; }
	.mv .shadow-box .news > a{ position: relative; right: 0; margin-left: auto; display: table; font-size: 1.3rem; }
	.mv .inner{ width: auto;
    z-index: 10;
    transform: none;
    top: 29.3rem;
    left: 1rem;display: block; }
	.mv .inner p:nth-of-type(1){ font-size: 1.2rem;
    margin-left: 0rem;
    padding-top: 0rem;
    margin-bottom: 1rem;}
	.mv .inner p:nth-of-type(2){font-size: 2.2rem;
    line-height: 1.3;letter-spacing: 0.3rem; }	
    .mv .inner p:nth-of-type(3){font-size: 2.2rem;
    line-height: 1.3;letter-spacing: 0.3rem; }
	
	.mv .inner p {
    writing-mode: horizontal-tb;
	}
/*
    .mv .inner.ads p:nth-of-type(2){font-size: 1.2rem;
        margin-left: 0rem;
        padding-top: 0rem;
        margin-bottom: 1rem;
    letter-spacing: 0.1rem;}	
*/
	.mv .inner.ads p:nth-of-type(2) {
        font-size: 4vh;
        line-height: 1.3;
        letter-spacing: 0.3rem;
    }
    .mv .inner.ads {
        top: 37.5rem;
    }

	.mv + .banner-covid{ width: 34.5rem; height: 12.5rem; padding-left: 1.3rem; margin-bottom: 4.5rem; }
	.mv + .banner-covid dl dt{ font-size: 1.9rem; line-height: 1.4; margin-bottom: .5rem; }
	.mv + .banner-covid dl dd{ font-size: 1.3rem; line-height: 1.6; padding-right: .8rem; }
	.mv + .banner-covid dl dd:after{ top: auto; transform: none; bottom: .5rem; }
	.mv + .banner-covid img{ width: 15.7rem; }

	h2.vertical{ font-size: 2.2rem; padding: 1rem .6rem 0 1.2rem; line-height: 1.2; top: -7.35rem; }
	h2.vertical:before{ content: attr(data-en); font-size: 1.25rem; color: #aa8d77; position: static; background: none; display: block; margin-left: 1.4rem; }
	h2.vertical:after{ content: ''; width: .28rem; height: 10.65rem; background: #f0ce83; position: absolute; left: 0; top: 0; margin-top: 0; }
	h2.vertical.right{ right: 3.25rem; }
	h2.vertical.left{ left: 3.25rem; }
	_::-webkit-full-page-media, _:future, :root h2.vertical .rotate{ transform: rotate(-90deg) translateY(-1.8rem); }

	.sec-concept{ padding: 14.5rem 1.5rem 18.7rem; background: url(../images/index/webp/concept-bg01-sp.webp) #e3d4b5 no-repeat center top/100%; }
	.sec-concept:before{ content: none; }
	.sec-concept .wrap{ padding-top: 7rem; padding-bottom: 6.4rem; }
	.sec-concept .wrap:after, .sec-concept .wrap:before{ width: calc(100% + 1.5rem); left: 0; }
	.sec-concept h2.vertical.right{ right: 2.5rem; }
	.sec-concept .item01{ top: auto; right: -8.25rem; bottom: 0; width: 22.75rem; }
	.sec-concept h3{ font-size: 1.6rem; text-align: center; margin-bottom: 1.8rem; }
	.sec-concept h3 span{ font-size: 1.8rem; text-align: center; display: block; margin-bottom: 1.3rem; }
	.sec-concept h3 strong{ font-size: 2.75rem; }
	.sec-concept .btn{ margin-top: 6rem; }

	.sec-feature{ margin-top: -6.5rem; padding-bottom: 0; }
	.sec-feature:before{ content: none; }
	.sec-feature .wrap{ padding: 8rem 3rem 5rem }
	.sec-feature .wrap:before{ width: 36rem; right: 1.5rem; border-radius: 0 2.5rem 0 0; }
	.sec-feature h3:nth-of-type(1){ font-size: 2.2rem; line-height: 1.4; font-feature-settings: initial; margin-bottom: 2.6rem; }
	.sec-feature ol{ width: 100%; margin: 0 auto 4.2rem;display: flex;}
	.sec-feature ol li{ width: 48%; }
	.sec-feature ol li:nth-of-type(n+2){ margin-top: 0rem;margin-bottom: 2.5vw }
	.sec-feature ol li:before{ font-size: 3rem; top: 5.4rem; left: 0.8rem; }
	.sec-feature ol li img{ border-radius: 4.5rem 0 0 0; }
	.sec-feature ol li h4{ font-size: 1.3rem;font-weight: 900; }
	.sec-feature ol + h3{ font-size: 1.7rem; }
	.sec-feature ol + h3 + .row a.tel{ font-size: 3.5rem; margin-bottom: 2rem; }
	
	.sec-feature ol p{
		font-size: 3.2vw;
	}
	.sec-feature .bg01{ display: block; width: 100%; height: 43vw;object-fit: cover;}
	
	.sec-concept h3 .strong{font-size: 3rem;padding-top: 2vw;}

	.sec-treatment{ padding-top: 6rem; margin-bottom: 8rem; }
	.sec-treatment h3{ font-size: 2.2rem; padding-left: 1.5rem; }
	.sec-treatment .bg-grad{ margin-top: 1.8rem; padding: 2.5rem 1rem 5rem; border-radius: 0 0 2.5rem 2.5rem; }
	.sec-treatment .bg-grad h4{ font-size: 1.6rem; }
	.sec-treatment .bg-grad h4 + p{ font-size: 1.2rem; }
	.sec-treatment .bg-grad h4 + p strong{ font-size: 1.8rem; }
	.sec-treatment .bg-grad h4 + p + small{ font-size: 1.1rem; }
	.sec-treatment .bg-grad table th{ font-size: 1.2rem; }
	.sec-treatment .bg-grad table td{ font-size: 1.2rem; }

	.sec-dr{ padding-top: 0; padding-bottom: 4.75rem; }
	.sec-dr:before{ width: 100vw; height: calc(100% - 8rem); right: 0; top: auto; bottom: 0; }
	.sec-dr h2.vertical{ top: -5rem; }
	.sec-dr .item01{ max-width: none; border-radius: 3rem 0 0 0; display: block; width: calc(100vw - 1.5rem); margin-left: auto; margin-bottom: 6rem; }
	.sec-dr div.left{ width: 100%; padding: 0 2rem; }
	.sec-dr div.left h3{ margin-bottom: 2.2rem; }
	.sec-dr div.left h3 img{ width: 100%; }
	.sec-dr div.left .name dd img{ width: 19.1rem; }

	.sec-second{ padding-top: 7rem; padding-bottom: 4.5rem; }
	.sec-second:before{ background-image: url(../images/index/webp/second-bg01-sp.webp); }
	.sec-second h2{ font-size: 1.6rem; margin-bottom: 3.2rem; }
	.sec-second h2 > span:nth-of-type(1){ color: #ff9629; width: 100%;  }
	.sec-second h2 > span:nth-of-type(2){ width: 20rem; }
	.sec-second h2 > span:nth-of-type(4){ width: 20rem; }
	.sec-second h2 > span + span{ margin-top: .6rem; }
	.sec-second h2 > span:nth-of-type(3){ width: 28.5rem; margin-top: 1.5rem; }
	.sec-second h2 > span .strong{ font-size: 2.1rem; }
	.sec-second .second-list{ margin-bottom: 4.4rem; }
	.sec-second .second-list li{ width: 16.4rem; height: 11.2rem; padding-top: 4rem; background-size: 1.8rem; background-position: top 1.4rem center; border-radius: 3rem 0; }
	.sec-second .second-list li:nth-of-type(n+3){ margin-top: 1.8rem; }
	.sec-second .second-list li span{ font-size: 1.3rem; }

	.img-box02{ margin-bottom: 10rem; }

	.sec-first{ padding: 10.75rem 3.25rem 5rem; margin-bottom: 14.3rem; }
	.sec-first:before{ width: calc(100vw - 1.5rem); left: auto; right: 0; }
	.sec-first .head{ margin-bottom: 2rem; }
	.sec-first .head img{ width: 100%; border-radius: 0 4.4rem 0 0; margin-bottom: 2rem; }
	.sec-first .head h3{ font-size: 1.7rem; line-height: 1.6; }

	.sec-clinic{ margin-bottom: 7.5rem; }
	.sec-clinic h2{ top: -9.75rem; }
	.sec-clinic .clinic-slide{ width: 31rem; margin: 0 auto 2.25rem;  }
	.sec-clinic .clinic-slide li,
	.sec-clinic .clinic-slide li.swiper-slide-next,
	.sec-clinic .clinic-slide li.swiper-slide-prev{ transform: scale(1) translateX(0); opacity: 1; }
	.sec-clinic .clinic-slide li img{ width: 22.5rem; display: block; margin: 0 auto; border-radius: 4rem 0; }
	.sec-clinic .clinic-slide .next{ right: 0; border-width: .6rem 0 .6rem .6rem; }
	.sec-clinic .clinic-slide .prev{ left: 0; border-width: .6rem .6rem .6rem 0; }
	.sec-clinic .txt-slide{ width: 100%; }

	.sec-jidv{ padding-bottom: 13rem; margin-bottom: 3.5rem; }
	.sec-jidv:before{ height: 24rem; background-image: url(../images/index/webp/jidv-bg01-sp.webp); }
	.sec-jidv .wrap{ width: 33.5rem; padding: 3.5rem 2rem 3.6rem; border-radius: 2.5rem 0; }
	.sec-jidv h2{ font-size: 1.75rem; line-height: 1.6; margin-bottom: 2.75rem; }
	.sec-jidv h2 strong{ font-size: 2.2rem; }
	.sec-jidv .banner{ display: block; }
	.sec-jidv .banner img{ width: 100%; }
	
	.media + .banner-covid{ width: 34.5rem; height: 12.5rem; padding-left: 1.3rem; margin-bottom: 4.5rem; }
	.media + .banner-covid dl dt{ font-size: 1.9rem; line-height: 1.4; margin-bottom: .5rem; }
	.media + .banner-covid dl dd{ font-size: 1.3rem; line-height: 1.6; padding-right: .8rem; }
	.media + .banner-covid dl dd:after{ top: auto; transform: none; bottom: .5rem; }
	.media + .banner-covid img{ width: 15.7rem; }
	
	.media {
    width: 34.5rem;
    margin: auto;
    text-align: center;
    margin-bottom: 5vw;
}
	
	.sec-second h3{
		font-size: 5vw;
	}
	
	a.checkup {
    border: 1px solid;
    display: block;
    padding: 4vw;
    margin-top: 10vw;
		padding-bottom: 4vw;
		padding-top: 5vw;
}
	
	.sec-second h3 span {
    border-top: .5px solid #4d4d4d;
    padding-top: 2.2vw;
    font-size: 3.3vw;
}
	
	.btn2 {
    text-align: center;
    margin-top: 1vw;
    position: relative;
}
	
	.sec-jidv h2 .strong {
    font-size: 2.3rem;
}
	
	
	.please{
	width: 92%;
	margin: auto;
	background: rgba(255,238,209,1);
	border-radius: 5rem 0 5rem 0;
	padding: 5vw;
	margin-bottom: 5vw;
}
	
	.please p{
		font-size: 3.4vw;
	}

.please p.please_txt{
	    color: #644218;
    font-size: 4.7vw;
    text-align: center;
    padding-bottom: 0.4em;
    border-bottom: solid 1px;
    margin-bottom: 0.8em;
    font-weight: 600;
}

.please strong{
	background: linear-gradient(transparent 60%, #f0ce83 60%);
    font-weight: 700;
}

.please p{
	line-height: 1.8;
	text-align: center;
}

.please small{
	font-size: 3.2vw;
}
	
	.media {
    width: 34.5rem;
    margin: auto;
    text-align: center;
    margin-bottom: 15vw;
}
	
	.media2{
		margin-bottom: 4vw;
	}
	
	.menu_txt{
		font-size: 4vw;
		border-bottom: 1px solid;
	}
	
	nav .sub_menu{
		display: flex;
		justify-content: space-between;
		margin-bottom: 13vw;
		margin-top: 2vw;
	}
	
	nav .sub_menu ul li a{
		
	}
	
	nav .sub_menu ul li a:before{
		content: "-";
		padding-right: 1vw;
	}
	
	
	h2.sp_h2{
		font-size: 1.1em;
		writing-mode:revert;
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8534007352941176) 62%, rgba(255,255,255,0) 100%);
		background: none;
		left: 0;
		top: -28vw;
	}
	
	h2.sp_h2:after{
		content: none;
	}
	
	h2.sp_h2:before{
		 height: 5.5rem;
		margin-left: 0;
		font-size: 4.4rem
	}
	
	h2.sp_h2.left{
		top: 9vw;
		left: 4vw;
	}
	
	.sec-feature2 .wrap{
padding: 16rem 3rem 5rem;
	}
	
	.sec-concept2 {
		padding: 7.5rem 1.5rem 14rem;}
	   
	.sec-concept h3 .h2_po{
		display:contents;
		color: #ee697a;
		border-bottom: 1px solid;
	}
	
	h2.sp_h2.doctor_h2{
		top: 35vw;
    left: 4vw;
	}
	
	h2.vertical.first_h2{
		    left: 5.4vw;
    top: 13vw;
	}
	.sec-first2 {
    padding: 14.75rem 3.25rem 5rem;
    margin-bottom: 14.3rem;
}
	
	h2.vertical.clinic_h2{
		top: -28vw;
    left: 4vw;
	}
	
	.recommend_area h2 {
    width: 100%;
    margin: auto;
    font-size: 6vw;
    color: #644218;
    padding: 5vw;
}
	
	.recommend_area h2 span {
    font-size: 4vw;
    color: #aa8d77;
}
	
	.recommend_area .treat{
		margin: 0;
	}
	
	.recommend_area {
    padding-top: 5vw;
		padding-bottom: 8vw;}
	
	.content-hover:hover {
  transform: translateY(0px);
  border-radius: 25px;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}
	
	.treat_banner{
		width: 340px !important;
	}
	
	.treat_banner:before{
		width: 340px !important;
	}
	
	.treat_banner:first-child p{
		margin-left: 135px;
	}
	
	.treat_banner:nth-child(2) {
    padding-left: 165px;
}
	
	.treat_banner:nth-child(2) h4{
		width: auto;
        font-size:18px;
	}
	
	.treat_banner:nth-child(2) p{
		font-size: 12px;
	}
	
	.sec-treatment .treat_banner
	{
		width: 100% !important;
	}
	
	.sec-treatment .treat_banner:before
	{
		width: 100% !important;
	}
	
	.sec-treatment .treat_banner:first-child p {
    margin-left: 42vw;
}
	
	.sec-treatment .treat_banner:nth-child(2) {
    padding-left: 5vw;
}
	
	.sec-first2{
	width: 100%;
}
 .sec-feature2 ul {
        width: 100%;
        margin: 0 auto 4.2rem;
        display: flex;
    }
    .sec-feature2 ul li {
        width: 100%;
    }
        .sec-feature2 ul li img {
        border-radius: 4.5rem 0 0;
    }
    .sec-feature2 ul li h4 {
        font-size: 1.3rem;
        font-weight: 900;
    }
    .sec-feature2 ul li h4:after{
        right:7.8rem;
    }
    .group{
        margin-top:0;
    }
    .group .wrap{
        padding: 14rem 3rem 0;
    }
    .group h2.vertical.first_h2 {
        top:2rem;
    }
.inner.mincho strong {
    font-size: 1.5rem;
    }
/*  よくある質問アコーディオン  */
        h2.vertical.right {
        top: -4rem;
    }
    .accordion_coments_title{
    font-size: 1.65rem;
    }
	h2.vertical.first_h2.blog_title {
		left: 4vw;
		top: 0;
	}
	.news-list {
		padding-top: 10rem;
	}
	.news-item {
    	display: flex;
    	justify-content: space-between;
    	padding: 1em;
    	border-bottom: 1px solid #ccc;
    	width: 50%;
	}
	
}