:root {
  interpolate-size: allow-keywords;
}

/***** sub-hero *****/

.sub-hero { position: relative;
    width: 100%;
    height: 500px;
    background: url(../images/sub/sub-hero-bg.jpg) center/cover;
    margin-top: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sub-hero .clinic_name{ position: absolute; bottom: 120px; left: 50px;}
.sub-hero .clinic_name li{ font-size: 15px; border:#FFF 1px solid;}

.sub-hero h1 {
    font-size: 50px;
    color: #fff;
    padding-left: 50px;
    line-height: 1.3;
}

.sub-hero h1 span {
    font-size: 16px;
    display: block;
}

.sub-hero .image {
    width: 66%;
    height: 400px;
    background: url(../images/sub/sub-hero-img1.jpg) center/cover;
}

.first .image{
	background: url("../images/sub/first/mv.jpg") center/cover;
}

.toner .image{
	background: url("../images/beauty/vcta/mv.jpg") center/cover;
}

.vcta .image{
	background: url("../images/beauty/vcta/vcta_mv.jpg") center/cover !important;
}
.first .image{
	background: url("../images/sub/first/mv.jpg") center/cover;
}
.about .image{
	background: url("../images/sub/about/mv.jpg") center/cover;
}
.access .image{
	background: url("../images/sub/access/mv.jpg") center/cover;
}

.clinic .image{
	background: url("../images/sub/clinic/mv.jpg") center/cover;
}

.qa .image{
	background: url("../images/sub/qa/mv.jpg") center/cover;
}

.staff .image{
	background: url("../images/sub/staff/mv.jpg") center/cover;
}

.treat .image{
	background: url("../images/sub/treatment/mv.jpg") center/cover;
}

.price .image{
	background: url("../images/sub/price/mv.jpg") center/cover;
}

/***** pankuzu *****/

.pankuzu {
    display: block;
    padding: 10px 0 10px 50px;
    background: #b5a77c;
    border-top: 1px solid #fff;
}

.pankuzu li {
    display: inline-block;
    color: #fff;
}

.pankuzu li:not(:last-of-type):after {
    content: '/';
    margin: 0 5px;
}

/***** general *****/

.container {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.container h2 {
    font-size: 28px;
    color: #836c25;
    background: #f9f8f4;
    text-align: center;
    width: 100%;
    min-height: 80px;
    border-radius: 40px;
    padding-top: 15px;
    margin: 100px 0 20px;
}

.container h3 {
    font-size: 24px;
    color: #836c25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px 0 0;
}

.container h3 span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.container h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #836c25;
}

.container h4 {
    font-size: 20px;
    color: #836c25;
        margin: 2px 0 0;
}


.container h4.h4style {
    font-size: 15px;
    color: #836c25;
    margin: 0px 0 0;
}

.container h4::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #836c25;
    border-radius: 10px;
    margin-right: 5px;
}

.container h5 {
    font-weight: 700;
    color: #7d7d7d;
    font-size: 16px;
    margin: 40px 0 0 ;
}

.container h5::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #7d7d7d;
    position: relative;
    top: -5px;
    margin-right: 5px;
}

.container p span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,255,0)), color-stop(50%, rgba(232,227,172,1)));
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(232,227,172,1) 50%);
    font-weight: 700;
}

.container a.more {
    width: 100px;
    display: block;
    margin-top: 20px;
}
#first .container a.more{
	width: 160px;
}

.container p {
    margin-bottom: 1em;
}

.container p.title {
    margin-bottom: 0;
}
.container p.mincho {font-family:  游明朝, YuMincho, yu-mincho-pr6, sans-serif;}

/*half*/

.container .half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0;
}
.container .half img {
    width: 400px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.container.case_img_100 .half img {width: 99%;}
.container.case .half img {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.container .half img.width300px {
    width: 300px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.container .half1 img {
    width: 300px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.container .half h3{ margin-top: 0;}


.container .half .content {
    width: 380px;
}



.container .half .content a.more {
    margin: 20px 0 0 auto;
}

/*alert*/

.container .alert {
    padding: 50px;
    border-top-left-radius: 80px;
    background: #f4d7d7;
    margin: 50px 0;
}

.container .alert p.title {
    font-weight: 700;
    color: #ea0f0f;
    font-size: 16px;
    margin-bottom: 10px;
}

/*box*/

.container .box {
    padding: 50px;
    background: #f0f0f0;
    border-top-left-radius: 80px;
}

.container .box *:first-child {
    margin-top: 0;
}

.container .box *:last-child {
    margin-bottom: 0;
}

.container .box .half img,
.container .box .half .content {
    width: 330px;
}

/*table*/

.container table {
    width: 100%;
    margin-bottom: 20px;
}

.container table tr {
    border-bottom: 1px solid #7d7d7d;
}

.container table tr:first-child {
    border-top: 1px solid #7d7d7d;
}

.container table tr th,
.container table tr td {
    padding: 15px;
    vertical-align: middle;
}

.container table tr th {
    background: #f0f0f0;   
}


/*table v3*/

.container table.v3.pc {
    display: table;
}

.container table.v3 tr th,
.container table.v3 tr td {
    width: 33.33%;
}

.container table.v3 tr td {
    border-right: 1px solid #7d7d7d;
}
.container table th.v2,
.container table td.v2 {
    width: 20%;
}
#first .container table th.v2,
#first .container table td.v2 {width: 17%;}

#first .container #first-table02 th.v2,
#first .container #first-table02 td.v2 {width: 33%;}

/*
.container table.v3 tr td:last-child {
    border-right: none;
}

list1*/

.container ul.list1 {
    counter-reset: list1;
    margin: 50px 0;
}

.container ul.list1 li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.container ul.list1 li p.title {
    color: #b5a77c;
    font-size: 24px;
}

.container ul.list1 li p.title2 {
    color: #b5a77c;
    font-size: 20px;
}



.container ul.list1 li p.title2::before {
    counter-increment: list1;
    content: counter(list1, decimal-leading-zero);
    display: inline-block;
    width: 49px;
    height: 49px;
    background: #b5a77c;
    color: #fff;
    font-size: 21px;
    border-radius: 30px;
    text-align: center;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
}

.container ul.list1 li p.title::before {
    counter-increment: list1;
    content: counter(list1, decimal-leading-zero);
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #b5a77c;
    color: #fff;
    font-size: 28px;
    border-radius: 30px;
    text-align: center;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
}

/*list2*/

.container ul.list2 {
    counter-reset: list2;
    margin: 50px 0;
}

.container ul.list2 li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.container ul.list2 li p.title {
    color: #b5a77c;
    font-size: 24px;
}

.container ul.list2 li p.title::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/sub/list2-icon.png) no-repeat center/contain;
    margin-right: 10px;
    position: relative;
    bottom: -5px;
}
.container .detail {
    margin-bottom: 50px;
}



/*treatment*/

.treatment {
    background: #faf5f5;
    padding: 100px 0;
}

.treatment h2 {
    width: 300px;
    height: 240px;
    display: block;
    color: #fff;
    font-size: 50px;
    background: url(../images/sub/beauty-h2.png) no-repeat center/contain;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3;
    padding-top: 50px;
}


.treatment h2 span {
    display: block;
    font-size: 16px;
    text-align: center;
}

.treatment .content {
    width: 700px;
    margin: 115px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.treatment .content .item {
    width: 300px;
    position: relative;
    margin-bottom: 60px;
}

.treatment .content .item .image {
    border-top-left-radius: 40px;
    overflow: hidden;
    height: 150px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    margin-bottom: 15px
}

.treatment .content .item p.mincho {
    font-size: 24px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    color: #836c25;
    position: absolute;
    top: -15px;
    left: 30px;
    line-height: 1.5;
    padding: 5px 0;
    margin-bottom: 0;
}

.treatment .content .item p.mincho:nth-child(2) {
    left: 75px;
}

.treatment .content .item .linkwrap:hover + .more::before {
    right: 10px;
}

.treatment .content .item .linkwrap:hover + .more::after {
    top: -13px;
    width: 50px;
    height: 50px;
}

.treatment .content .item a.more {
    display: block;
    width: 100px;
    position: absolute;
    top: 100px;
    right: 20px;
}

.treatment .content .item p {
    margin-bottom: 1em;
}

.treatment .content .item p:last-child {
    margin-bottom: 0;
}

/*treatment list*/

ul.treatment-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.treatment-list li {
    width: 50%;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-collapse: collapse;
    padding: 15px;
}

ul.treatment-list li:nth-child(even) {
    border-right: none;
}

ul.treatment-list li:nth-child(-n + 2) {
    border-top: 1px solid #e6e6e6;
}

ul.treatment-list li a {
    display: block;
    width: 320px;
    position: relative;
}

ul.treatment-list li:nth-child(odd) a {
    margin-left: auto;
}

ul.treatment-list li a::after {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: url(../images/common/arrow-b.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 23px;
    top: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.treatment-list li a:hover::after {
    right: 0;
}

/*
ul.treatment-list li:last-child a::after {
    display: none;
}*/

/*course*/


.course {
    padding: 100px 0;
    background: url(../images/index/treatment-bg.png) center/cover;
}

.course .content {
    width: 700px;
    margin: 0 auto;
}

.course .content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    position: relative;
    margin-bottom: 10px;
    transition: .5s;
}

.course .content .item:hover {
    opacity: .7;
}

.course .content .item img {
    width: 280px;
}

.course .content .item .inner {
    width: 420px;
    min-height: 130px;
    background: #b5a77c;
    margin-top: 30px;
    padding: 25px;
    position: relative;
}

.course .content .item:nth-child(3) .inner,
.course .content .item:nth-child(4) .inner {
    background: #f0f0f0;
}

.course .content .item:nth-child(2) .inner {
    background: #333333;
}

.course .content .item .inner::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.course .content .item .inner p.title {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    line-height: 1.7;
    margin-bottom: 5px
}

.course .content .item:nth-child(3) .inner p.title,
.course .content .item:nth-child(4) .inner p.title {
    color: #7d7d7d;
    border-bottom: 1px solid #7d7d7d;
}

.course .content .item .inner p:nth-child(2) {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.course .content .item:nth-child(3) .inner p:nth-child(2),
.course .content .item:nth-child(4) .inner p:nth-child(2) {
    color: #7d7d7d;
}

.course .content .item:first-child .inner p:nth-child(2) {
    font-size: 16px;
}

.course .content .item .inner p:nth-child(2) span {
    position: relative;
}

.course .content .item .inner p:nth-child(2) span::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #ad4b00;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    position: absolute;
    top: 10px;
    right: 0;
}

.course .content .item .inner p.bubble {
    background: #836c25;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    color: #fff;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: -30px;
    right: 35px;
}

.course .content .item:nth-child(3) .inner p.bubble,
.course .content .item:nth-child(4) .inner p.bubble {
    background: #7d7d7d;
}

.course .content .item:nth-child(2) .inner p.bubble {
    background: #333372;
}


.sub-hero.sub2 {
    background-image: url(../images/sub/sub2-bg.jpg);
}

.sub-hero.sub2 .image {
    background-image: url(../images/sub/sub2-img.jpg);
}

.sub-hero.sub2 .image.tesslift{
    background-image: url("../images/beauty/tesslift/mv.jpg");
}

.pankuzu.sub2 {
    background-color: #d3b19f;
}


.sub-hero.sub3 {
    background-image: url(../images/sub/sub3-bg.jpg);
}

.sub-hero.sub3 .image {
    background-image: url(../images/sub/sub3-img.jpg);
}

.pankuzu.sub3 {
    background-color: #333333;
}

.treatment.sub3 {
    background-color: #f0f0f0;
}

.treatment.sub3 h2 {
    background-image: url(../images/sub/sub3-h2.png);
}


.sub-hero.sub4 {
    background-image: url(../images/sub/sub4-bg.jpg);
}

.sub-hero.sub4 .image {
    background-image: url(../images/sub/sub4-img.jpg);
}

.pankuzu.sub4 {
    background-color: #869e92;
}

.treatment.sub4 {
    background-color: #f5fafa;
}

.treatment.sub4 h2 {
    background-image: url(../images/sub/sub4-h2.png);
}


.sub-hero.sub5 {
    background-image: url(../images/sub/sub5-bg.jpg);
}

.sub-hero.sub5 .image {
    background-image: url(../images/sub/sub5-img.jpg);
}

.sub-hero.sub6 {
    background-image: url(../images/sub/sub4-bg.jpg);
}

.sub-hero.sub6 .image {
    background-image: url(../images/sub/sub6-img.jpg);
}

.sub-hero.sub7 {
    background-image: url(../images/sub/sub4-bg.jpg);
}

.sub-hero.sub7 .image {
    background-image: url(../images/sub/sub7-img.jpg);
}

.sub-hero.sub8 {
    background-image: url(../images/sub/sub4-bg.jpg);
}

.sub-hero.sub8 .image {
    background-image: url(../images/sub/sub8-img.jpg);
}

.sub-hero.sub9 {
    background-image: url(../images/sub/sub4-bg.jpg);
}

.sub-hero.sub9 .image {
    background-image: url(../images/sub/sub9-img.jpg);
}

.sub-hero.sub10 {
    background-image: url(../images/sub/sub4-bg.jpg);
}

.sub-hero.sub10 .image {
    background-image: url(../images/sub/sub10-img.jpg);
}

.sub-hero.sub11 {
    background-image: url(../images/sub/sub4-bg.jpg);
}

.sub-hero.sub11 .image {
    background-image: url(../images/sub/sub11-img.jpg);
}

.sub-hero.sub12 .image {
    background-image: url(../images/sub/sub12-img.jpg);
}


.sub-hero.sub12 .image {
    background-image: url(../images/sub/sub12-img.jpg);
}

.sub-hero.sub13 {
    background-image: url(../images/sub/sub2-bg.jpg);
}

.sub-hero.sub13 .image {
    background-image: url(../images/sub/sub4-img.jpg);
}

.sub-hero.sub14 {
    background-image: url(../images/sub/sub2-bg.jpg);
}

.sub-hero.sub14 .image {
    background-image: url(../images/sub/sub11-img.jpg);
}

.sub-hero.sub15 {
    background-image: url(../images/sub/sub2-bg.jpg);
}

.sub-hero.sub15 .image {
    background-image: url(../images/sub/sub10-img.jpg);
}

.sub-hero.sub16 {
    background-image: url(../images/sub/sub2-bg.jpg);
}

.sub-hero.sub16 .image {
    background-image: url(../images/sub/sub16-img.jpg);
}

.sub-hero.sub17 {
    background-image: url(../images/sub/sub2-bg.jpg);
}

.sub-hero.sub17 .image {
    background-image: url(../images/sub/sub17-img.jpg);
}

.sub-hero.sub18 {
    background-image: url(../images/sub/sub2-bg.jpg);
}

.sub-hero.sub18 .image {
    background-image: url(../images/sub/sub18-img.jpg);
}

.sub-hero.sub19 {
    background-image: url(../images/sub/sub2-bg.jpg);
}

.sub-hero.sub19 .image {
    background-image: url(../images/sub/sub19-img.jpg);
}

.sub-hero.sub20 {
    background-image: url(../images/sub/sub2-bg.jpg);
}

.sub-hero.sub20 .image {
    background-image: url(../images/sub/sub20-img.jpg);
}

.sub-hero.sub21 {
    background-image: url(../images/sub/sub2-bg.jpg);
}

.sub-hero.sub21 .image {
    background-image: url(../images/sub/sub21-img.jpg);
}

.sub-hero.sub22 {
    background-image: url(../images/sub/sub2-bg.jpg);
}

.sub-hero.sub22 .image {
    background-image: url(../images/sub/sub8-img.jpg);
}

.sub-hero.sub23 {
    background-image: url(../images/sub/sub2-bg.jpg);
}

.sub-hero.sub24 .image {
    background-image: url(../images/sub/sub8-img.jpg);
}

.sub-hero.sub25 {
    background-image: url(../images/sub/sub4-bg.jpg);
}
.sub-hero.sub25 .image {
    background-image: url(../images/sub/sub25-img.jpg);
}

.sub-hero.sub26 {
    background-image: url(../images/sub/sub2-bg.jpg);
}
.sub-hero.sub26 .image {
    background-image: url(../images/sub/sub26-img.jpg);
}
.sub-hero.sub27 {
    background-image: url(../images/sub/sub2-bg.jpg);
}
.sub-hero.sub27 .image {
    background-image: url(../images/sub/sub27-img.jpg);
}

.sub-hero.sub28 {
    background-image: url(../images/sub/sub4-bg.jpg);
}
.sub-hero.sub28 .image {
    background-image: url("../images/sub/sub28-img.jpg");
}

.pankuzu.sub4 {
    background-color: #869e92;
}

.treatment.sub5 {
    background-color: #f5fafa;
}

.treatment.sub5 h2 {
    background-image: url(../images/sub/sub5-h2.png);
}


.flex_img{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.flex_img img{
	width: 48%;
	margin-bottom: 30px;
}

.access_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	counter-reset: number 0; margin-top: 30px; 
}

.access_flex li{
	width: 31.3%;
	margin-bottom: 30px;
	position: relative;
}

.access_flex li:before{
	position: absolute;
	content: "";
	counter-increment: number 1;   

  content:counter(number);   
	background: #b2a781;
	color: #fff;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: 600;
	width: 35px;
	text-align: center;
}

.container h5{
	margin-top: 0;
}

#about001,#about002,#about003,#about004{
	margin-top: -100px;
	padding-top: 100px;
}

.img_flex li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.img_flex li img{
	width: 300px;
}

.container p.komi{
	text-align: center;
    margin-top: 40px;
	color: #836c25;
}


.txt_big{
	font-size: 19px;
	color: red;
	letter-spacing: .6px;
	font-weight: 600;
}

#popup{
  width:30%;
  line-height:100px;
  background:#000;
  padding:0 4%;
  box-sizing:border-box;
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
img{
  width:100%;
}
label{
  display:block;
}
/*ボタンの装飾*/
label span{
  display:block;
  background-color:#01b6ed;
  color:#fff;
  width:200px;
  line-height:40px;
  border-radius:4px;
  text-align:center;
}
label span:hover{
  cursor:pointer;
}
input[type="checkbox"]{
  display:none;
}
/*checkboxがチェックの状態になったらpopupを表示させる*/
input[type="checkbox"]:checked + #popup{
  display:block;
}


.container .access_map img{
	width: 530px;
}

.container .access_map .content {
    width: 270px;
}

b{
	font-weight: 600;
}

.pico li{
	display: flex;
	justify-content: space-between;
	
}
.flex-herf{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media screen and (max-width: 768px) {
    .flex-herf{
        grid-template-columns: repeat(1, 1fr);
    }
}
.flex2{
	display: flex;
	justify-content:space-between;
	
	width: 84%;
	margin: auto;
	margin-top:20px;
	margin-bottom: 40px;
}

.flex2 li{
	width: 47%;
	text-align: center;
	line-height: 1;
	font-size: 16px;
}

.flex2 li img{
	width: 100%;
}

.container h2.mg_t{
	margin-top: 10px;
}

.flex3 li{
	width: 32.5%;
	text-align: center;
	line-height: 1;
	font-size: 16px;
}

.check_btn{
	background: #836c25;
	color: #fff;
	text-align: center;
	padding: 12px;
	font-size: 18px;

}

.acd-check{
  display: none;
}
.acd-label{
  display: block;
 color: #836c25;
    font-weight: 700;
    position: relative;
    min-width: 100px;
    display: inline-block;
    padding-right: 60px;
}


.acd-label::after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: 1px solid #836c25;
    position: absolute;
    top: -5px;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.acd-label::before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: url(../images/common/webp/arrow-b.webp) no-repeat;
    background-size: contain;
    position: absolute;
    right: 18px;
    top: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.acd-label:hover::before {
    right: 10px;
}

.acd-label:hover::after {
    top: -13px;
    width: 50px;
    height: 50px;
}

.acd-content{
  height: 0;
  opacity: 0;
  padding: 0;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 0px;
  visibility: visible;
}

.colum_box{
	background: #f2f2f2;
	padding: 10px;
	margin-top: 80px;
	padding: 50px;
	box-sizing:border-box;
}

.container .txt1{
	text-align: center;
	font-size: 20px;
	font-family: 游明朝, YuMincho, yu-mincho-pr6, sans-serif;
	
	letter-spacing: 3px;
	font-size: 30px;
}


.container .colum_box .half img {
    width: 300px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.container .colum_box .half .content {
    width: 370px;
}

.container .colum_box h3{
	font-size: 22px;
	margin-top: 20px;
}

.container .colum_box .half{
	margin-bottom: 20px;
	margin-top: 20px;
}

.price_content .acd-label {
    display: block;
    color: #836c25;
    font-weight: 700;
    position: relative;
    min-width: 100px;
    display: inline-block;
    padding-right: 60px;
    width: 100%;
    border: 1px solid;
    padding: 10px;
}

.price_content .acd-label::after {
    content: none;
  
}

.price_content .acd-label::before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: url(../images/common/webp/arrow-b.webp) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.price_content h3{
	margin-top: 20px;
}

.price_content .acd-check:checked + .acd-label + .acd-content{
	padding-top: 30px;
}

.mokuzi{
	width: 600px;
	margin: auto;
	margin-top: 80px;
	
}

.mokuzi li{
	
	border-top:1px solid;
	    color: #836c25;
	position: relative;
	
}

.mokuzi li:after {
    content: ">";
    top: 5px;
    right: 10px;
    font-size: 18px;
    position: absolute;
}

.mokuzi li:last-child{
	border-bottom: 1px solid ;
}



.mokuzi li a{
	display: block;
	padding: 10px;
}

.mincho strong {
    color: red;
}

.ecbnr {
    margin: 50px auto 0;
    text-align: center;
}

.ecbnr img {
    width: 80%;
}


@media (min-width:751px) and (max-width:1000px){
    
    .sub-hero {
        margin-top: 210px;
    }
    
    .container {
        width: 700px;
    }
    
    .container .half img {
        width: 300px
    }
    
    .container .box .half img {
        width: 250px;
    }
    
}

.entry-content img{ height: auto; }

.shorei_3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shorei_3 li{
	width: 31%;
}

.shorei_2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shorei_2 li{
	width: 48%;
}

.container .case  h4{
	margin-top: 10px;
}

.box_matome {
    border: solid 1px #b5a77c;
    padding: 10px 40px 25px;
    margin-top: 40px;
}

.container .box_matome h3{
	margin-top: 22px;
	font-size: 22px;
}

.insta_logo img{
	    width: 40px !important;
    padding-top: 20px;
}

.list3 li{
	display: flex;
	justify-content: space-between;
	width: 100%;
}




.list3 li img{
	width: 300px;
}


.flow-row {
    display: flex;
    justify-content: start;
    counter-reset: flow-row;
    margin: 50px 0;
	    flex-wrap: wrap;
}

.flow-row li {
    width: 200px;
    position: relative;
	margin-bottom: 30px;
}

.flow-row li::before {
    counter-increment: flow-row 1;
    content: counter(flow-row);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 30px;
    background: rgb(131, 107, 37);
}

.flow-row li dd img {
    display: block;
    width: 180px;
    margin: 0 auto;
}

.flow-row li dt {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

.flex3{
	justify-content: space-between;
	flex-wrap: wrap;
	width: 700px;
	margin: auto;
}

.flex5{
	width: 600px;
}

.flex3 dl dt {
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    color: #4e5346;
	text-align: center;
}

.flex3 dl{
	width: 36%;
}

.flex3 dl.dl2{
	width: 48%;
}

.flex4 dl {
    width: 32%;
}

.flow-row li.w340px dd img.img-w265px {
    width: 265px;
}

.flow-row li.w340px{
	width: 300px;
}





#qa .qalist{
  display: none;
}
#qa .qalist{
  display: block;
 color: #836c25;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    min-width: 100px;
    padding-right: 60px;
}
#qa .acd-label {
    display: block;
    color: #836c25;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    min-width: 100px;
    display: inline-block;
    padding-right: 60px;
}


#qa .qalist::after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: 1px solid #836c25;
    position: absolute;
    top: -5px;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

#qa .qalist::before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: url(../images/common/webp/arrow-b.webp) no-repeat;
    background-size: contain;
    position: absolute;
    right: 18px;
    top: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

#qa .qalist:hover::before {
    right: 10px;
}

#qa .qalist:hover::after {
    top: -13px;
    width: 50px;
    height: 50px;
}

#qa .qalist{
  height: 0;
  opacity: 0;
  padding: 0;
  transition: .5s;
  visibility: hidden;
}
#qa .qalist:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 0px;
  visibility: visible;
    padding: 20px;
    box-sizing: border-box;
}
#qa .acd-content{
    margin: 15px 0;
    background: #FCFBF7;
}
#qa .acd-content:first-letter{
    background: #b5a77c;
    display: inline-block;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}
#qa .acd-content h4{
    margin-top: 20px;
}
#qa  .acd-content p{
    margin-top: 25px;
}




#qa .acd-label::after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: 1px solid #836c25;
    position: absolute;
    top: -5px;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

#qa .acd-label::before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: url(../images/common/webp/arrow-b.webp) no-repeat;
    background-size: contain;
    position: absolute;
    right: 18px;
    top: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

#qa .acd-label:hover::before {
    right: 10px;
}

#qa .acd-label:hover::after {
    top: -13px;
    width: 50px;
    height: 50px;
}






#qa .acd-label:hover::after {
    top: -13px;
    width: 50px;
    height: 50px;
}

#qa .acd-content{
  height: 0;
  opacity: 0;
  padding: 0;
  transition: .5s;
  visibility: hidden;
}
#qa .acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 0px;
  visibility: visible;
}

.red{
	color: red;
	font-size: 20px;
	
}

.treatment p.komi {
    text-align: center;
    color: #836c25;
	margin: 70px 20px 20px 20px;
}
.container .box .tess__text {
    padding-left: 1em;
    text-indent: -1em;
    font-weight: bold;
}

/*** アーカイブ ***/

.archive-row{ width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; }
.archive-row .container{ width: 700px; order: 2; }
.archive-row .side-bar{ width: 300px; padding-top: 100px; order: 1; }
.side-bar .wp-calendar-nav{ display: flex; justify-content: space-between; }
.side-bar #wp-calendar{ width: 100%; table-layout: fixed; }
.side-bar #wp-calendar caption{ font-size: 16px; font-family: 游明朝, YuMincho, yu-mincho-pr6, sans-serif; font-weight: 500; color: #836c25; text-align: center; }
.side-bar #wp-calendar th,
.side-bar #wp-calendar td{ text-align: center; background: #f9f8f4; border: solid 1px #fff; font-size: 12px; }
.side-bar #wp-calendar thead th{ background: #836c25; color: #fff; }
.side-bar #wp-calendar td a{ display: block; text-align: center; background: #b5a77c; color: #fff; }


.container .half.mb20 {
    margin-bottom: 20px;
}
.container .half.mt20 {
    margin-top: 20px;
}


/*20220330*/
.container .half.mb0 {
    margin-bottom: 0;
}
.container h3.bottom_border {
    position: relative;
    margin-bottom: 20px;
}

.container h3.bottom_border:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #836c25;
    position: absolute;
    bottom: -5px;
}
.container table.table02 th,
.container table.table02 td {
    border: 1px solid #7d7d7d;
    padding: 10px;
    vertical-align: middle;
}
.container table.table02 th.column1 {
    width: 20%;
}
.container table.table02 th.column2,
.container table.table02 th.column3 {
    width: 40%;
    text-align: center;
}


/*20220330*/

/*20220401*/
.syourei_btn {
    display: block;
    width: 300px;
    line-height: 64px;
    margin: 40px auto 0;
    text-align: center;
    background-color: #836c25;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
}

.point_wrap{ background:#f9f8f4; border:#836c25 1px solid; padding:30px 50px 30px; box-sizing:border-box; margin-bottom:80px;}
.point_wrap h4{ font-size:28px; text-align:center; margin:0 0 20px; font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}
.container .point_wrap h4::before{ content:none;}
.point_wrap ul{ padding-left:20px;}
.point_wrap ul li { list-style:disc; font-size:16px;}
.point_wrap ul li + li{ margin-top:10px;}

@media screen and (max-width: 499px) {
    .syourei_btn {
        margin: 20px auto 0;
        width: 240px;
        line-height: 50px;
        font-size: 14px;
    }
}
/*20220401*/

/*20230411*/
p.kinmu {
    font-size: 16px;
}
h3.dr-name {
    margin: -25px 0 0!important;
}
h4.blog-price{
    margin: 5px 0 0;
}



/*20231116*/
table.potenza01 {
  margin-top: 40px;
}

table.potenza01 , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.container table.potenza01 td, .container table.potenza01 th {
	padding: 10px;
	width: 25%;
	height: 25px;
  
}
table.potenza01 th {
	background: #f0e6cc;
}
table.potenza01 .even {
	background: #fbf8f0;
}
table.potenza01 .odd {
	background: #fefcf9;
}

table.potenza02 {
  margin-top: 40px;
  margin-bottom: 10px;
}
table.potenza02 ,table.potenza02 td,table.potenza02 th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.container table.potenza02 th,
.container table.potenza02 td.center{text-align: center}
.container table.potenza02 td,.container table.potenza02 th {
	padding: 3px;
	width: 20%;
	height: 25px;
}
table.potenza02 th {
	background: #f0e6cc;
}
table.potenza02 .even {
	background: #fbf8f0;
}
table.potenza02 .odd {
	background: #fefcf9;
}
.container table.v3.price tr td,
.container table.v3.price tr th {
  border-left: none;
}
/*//20231116*/

.sp  small {display: none}

.list_main{ margin: 15px 0;}
.list_main li{ list-style:disc; margin-left: 15px; padding-left: 2px;}

.clinic_name{ display: flex; justify-content: flex-end; margin: 10px 0;}
.clinic_name li{ background: #836c25; color: #FFF; font-size: 13px; line-height: 1; padding: 7px 10px; border-radius:10px; font-weight: bold; border: #FFF 2px double; display: inline-block;  }
.clinic_name li + li{ margin-left: 10px;}

.important_point{ text-align: right; color: #836c25; font-size: 13px; letter-spacing: 0.1px;}

.access_clinic_list{ display: flex; justify-content:space-around; margin-top: 50px;}
.access_clinic_list li{ width: 43%; background: #f9f8f4; border: #836c25 1px solid; border-radius: 10px; box-sizing: border-box; }
.access_clinic_list li a.ful{ padding: 30px 30px 5px; width: 100%; box-sizing: border-box; display: block;}
.access_clinic_list li img{ width: 100%; height: auto;}
.access_clinic_list h3{ margin: 0 0 15px; display: block; font-size: 17px; letter-spacing: 0.1px; text-align: center; color: #836c25; font-weight: bold;}
.access_clinic_list h3:after{ content: none;}
.container .access_clinic_list a.more{ width: 265px; font-size: 17px; text-align:center; margin: 10px auto 20px; display: block;}

.container .access_clinic_list li:hover a.more::before {right: 10px;}
.container .access_clinic_list li:hover a.more::after {top: -13px; width: 50px; height: 50px;}
#link_001,#link_002,#link_003 { padding-top: 100px; margin-top:-100px;}

.line_banner_wrap a img{ width: 500px; max-width: 100%; margin: 20px auto; display: block;}
.text_center{ text-align: center;}

.accordion-checkbox {
    display: none; /* チェックボックス自体は非表示にする */
}

.accordion-content {
    display: none; /* 初期状態では非表示 */
    overflow: hidden;
}

.accordion-checkbox:checked + .accordion-toggle + .accordion-content {
    display: block; /* チェックが入っている場合のみ表示 */
}

.accordion-toggle {
    cursor: pointer; /* クリック可能なカーソルに変更 */
}

.style3 h4 span{
	font-size: 1.6rem;
	}




.style4v h4 span{
	font-size: 2.2rem;

	border-bottom: 2px solid #836c25;
}
.style4v h4{
	margin-bottom: -16px;
}

.style4v h4:before{
	content: none;
}

.style5v h5 span{
	font-size: 1.3rem;
	color: #000;
	font-weight: bold;
}

.style5v h5{
	margin-bottom: 0.5rem;
}

.style5v h5:before{
	content: none;
}


.h5list ul {
	list-style-type: disc;
	padding-left: 40px;
}
 .h5list li {
	display: list-item;
	 list-style: disc;
	margin-bottom: 8px;
}
.komi-l p.komi {
	text-align: left;
}

.container h3 {
	font-size: 24px;
	color: #836c25;
	display: flex; /* flexboxを維持 */
	align-items: center; /* 中央揃え */
	margin: 60px 0 0;
	flex-wrap: nowrap; /* 改行を防ぐ */
	white-space: nowrap; /* テキストが折り返されないようにする */
}

.container h3::after {
	content: "";
	flex-grow: 1; /* 右側の線を適度に伸ばす */
	height: 1px;
	background-color: #836c25;
	margin-left: 20px; /* 文字と線の間隔 */
	min-width: 100px; /* 線の最小幅を確保 */
}

.obc-side ~ .obc-side{
 margin-top: 40px; 
}

.obc-side_heading{
  margin-bottom: 10px;
  border-bottom: 1px solid #836c25;
}

.obc-side_category-list ul{
  margin-left: 1em;
}

.obc-side-blog_item{
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom:1px dashed #eae6d7;
}

.obc-side-blog_item-img img{
  height: auto;
}

.obc-side-blog--ranking{
      counter-reset: rank 0;
}

.obc-side-blog--ranking .obc-side-blog_item .obc-side-blog_item-heading:before{
      display: inline-flex;
    content: counter(rank);
    counter-increment: rank 1;
    width: 18px;
    height: 18px;
    background: #836c25;
    color: #fff;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    margin-right: .3em;
    /*position: absolute;
    top: 0;
    left: 0;
    z-index: 1;*/
}

.obc-side-blog_item + .obc-side-blog_item{
  margin-top: 20px;
}

.obc-side-blog_item-image{
  margin-bottom: 10px;
}

.obc-side-blog_item-heading{
  
}

.obc-side-blog_item-categories{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
}
.obc-side-blog_item-category{
    display: inline-block;
    background: #f0f0f0;
    color: #999;
    font-weight: 700;
    font-size: 12px;
    padding: 3px 8px;
}

#toc_container{
  width: 100% !important;
}

#toc_container .toc_title {
  margin-bottom: 0 !important;
    font-weight: 700;
    letter-spacing: .05em;
    color: #836c25;
}

#toc_container .toc_title span{
  background: transparent;
}

#toc_container {
    overflow: hidden;
    position: relative;
    border: solid 1px #836c25;
    border-radius: 16px;
    padding: 25px 30px;
    margin-bottom: 40px;
}

#toc_container ul.toc_list{
  margin-top: 10px;
  padding-left: 0 !important;
  list-style-type: none !important;
}

#toc_container ul.toc_list li{
  margin: 0 !important;
    list-style-type: none !important;
}

#toc_container .toc_list > li {
  padding: 16px 0;
}

#toc_container .toc_list>li:first-child {
    padding-top: 0;
  }
#toc_container .toc_list>li:not(:first-child) {
    border-top: solid 1px #eae6d7;
}

#toc_container .toc_list>li ul{
  margin-left: 1em;
}

.obc-summary{
  margin-bottom: 30px;
    padding: 18px 20px;
    border: solid #836c25 1px;
    border-radius: 30px;
}

.obc-summary_heading{
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}

.c-summary_text{
  margin-bottom: 0 !important;
  display: flex;
      align-items: baseline;
}

.c-summary_text i{
  flex: 0 0 auto;
  color: #836c25;
  
}

.post-related{
  margin-top: 50px;
}

.post-related_heading{
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}


.post-related_items{
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;*/
}


.post-related_item{
  
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom:1px dashed #eae6d7;
}

.post-related_item-link{
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;

}

.post-related_item-img{
  grid-row: 1 / span 2;

}

.post-related_item-body{

}

.post-related_item-heading{
  line-height: 1.8;
  font-size: 120%;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 6px;
}

.post-related_item-text{
  line-height: 1.35;
}

.post-related_item-categories{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
}
.post-related_item-category{
    display: inline-block;
    background: #f0f0f0;
    color: #999;
    font-weight: 700;
    font-size: 12px;
    padding: 3px 8px;
}

.obc-btn{
  display: block;
  width: fit-content;
  position: relative;
  border: 1px solid #836c25;
  padding: 10px;
  text-decoration: none;
  padding-right: 57px;
  
}
.obc-btn:after{
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: url(../images/common/webp/arrow-b.webp) no-repeat;
    background-size: contain;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(-50%);
}
.obc-btns {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding-bottom: 1rem;
    margin-top: 40px;
}
.obc-btn:hover:after{
      right: 10px;
}

.obc-btn--pt2{
  background: #836c25;
  color: #fff;
}

.obc-btn--pt2:after{
  background: url(../images/common/webp/arrow-w.webp) no-repeat;
      background-size: contain;
  
}
.acd-content:first-of-type .obc-btns:nth-of-type(3) {
    display: none;
}

.price_content .acd-content:first-of-type .obc-btns:nth-of-type(3) {
  display: flex;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 2em;
}
.wp-pagenavi ul {
  display: inline-flex;
          justify-content: center;
  list-style: none;
  padding: 0;
}
.wp-pagenavi li {
  margin: 0 5px;
}
.wp-pagenavi li a,
.wp-pagenavi li span {
  display: block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
}
.wp-pagenavi li .current {
  background: #333;
  color: #fff;
  border-color: #333;
}



.obc-author{
  
}

.obc-author_heading{
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  background: #b5a77c !important;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  color:#836c25;
}

.obc-author_items{

  padding: 25px;
}

.obc-author_item{
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.obc-author_item + .obc-author_item{
  margin-top: 30px !important;
  padding-top: 30px !important;
  border-top: 1px solid #C9C9C9;  
}

.obc-author_item > img{
  max-width: 46% !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
}


.obc-author_item .kinmu{
  margin-bottom: 0 !important;
}

.obc-author_item .dr-name{
  margin-top: 0 !important;
}

.obc-author_item .dr-name .insta_logo{
  font-size: 0;
}

.obc-author_item .dr-name .insta_logo img{
  padding-top: 0 !important;
}



.obc-author_item-more{
  text-align: right;
}

.obc-author_item-more a{
  
    display: inline-block !important;
  color: #003BFF;
  font-size: 12px;
  width: inherit !important;
      text-align: right !important;
}

.obc-author_item-body p{
  margin: 0;
}

.obc-author_item-body a{
  color: #000;
}


.oc-column h1{

    margin: 40px 0 20px;
    font-size: 28px;
    color: #836c25;
     border-radius: 0;
     text-align: left;
     min-height: inherit;
       line-height: 1.5;
}

.oc-column .entry-content *{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.oc-column .entry-content h2,
.oc-column .entry-content h2 span,
.oc-column .entry-content h3,
.oc-column .entry-content h3 span,
.oc-column .entry-content h4,
.oc-column .entry-content h5{
  font-family: 游明朝, YuMincho, yu-mincho-pr6, sans-serif;
    font-weight: 500;
    font-style: normal; 
}

.oc-column .entry-content h2{
  margin-top: 65px;
      padding-top: 12px;
      padding-bottom: 12px;
    font-size: 24px;
    min-height: inherit;
    border-radius: 0;
}


.oc-column .entry-content h3{
  display: block;
      white-space: normal;
      line-height: 1.5;
      margin-top: 40px;
}

.oc-column .entry-content h3 span{
   margin-right: 0;
}

.oc-column .entry-content h3:after{
  display: none;
}

.oc-column .entry-content h4:before{
  display: none;
}

.oc-column .entry-content span.bold{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(232, 227, 172, 1) 50%);
    font-weight: 700;
}

.oc-column .entry-content strong{
  font-weight: bold;
}

.oc-column .entry-content blockquote{
      margin: 0;
    padding: 1em 1.5em;
    border-left: 1px #836c25 solid;
    background-color: #f0f0f0;
} 

.oc-column .entry-content blockquote *:last-child{
  margin-bottom: 0;
}

.oc-column .entry-content ul{
  padding-left: 1.5em;
  list-style-type: disc;
}

.oc-column .entry-content ul li{
  list-style-type: disc;
  margin-top: .5em;
  margin-bottom: .5em;
}

.oc-column .entry-content ol{
  padding-left: 1.5em;
  list-style-type: decimal;
}

.oc-column .entry-content ol li{
  margin-top: .5em;
  margin-bottom: .5em;
  list-style-type: decimal;
}

.oc-column .entry-content hr{
      border-top: 1px solid #836c25;
}



.oc-case-search_box{
  padding: 30px 40px;
  background-color: #f7f7f7;
   margin-bottom: 40px;
}

.oc-case-search_select{
    display: flex;
   grid-gap: 20px;
   max-width: 1000px;
   margin-inline:auto;
}

.oc-case-search_select-item{
      width: 25%;
}
.oc-case-search_select-item select {
  padding: 10px;
    border: 1px solid rgba(189,195,199,0.9);
    border-radius: 2px;
 
    font-size: 1em;
      -webkit-appearance: none;
    display: block;
    width: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;

}

.oc-case-search_select-item select{
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA5IDUiPg0KICA8cGF0aCBpZD0i5aSa6KeS5b2iXzEiIGRhdGEtbmFtZT0i5aSa6KeS5b2iIDEiIGQ9Ik00LjUsMCw5LDVIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkgNSkgcm90YXRlKDE4MCkiIGZpbGw9IiMyNDEwMDAiLz4NCjwvc3ZnPg0K") no-repeat right 10px center / 9px auto #fff;
}

.oc-case-search_select-item:first-child{
     width: 46%;
}

.oc-case-search_btns{
  width: 150px;
}

input[type="submit"].oc-case-search_btn{
      background: #000;
    border-color: #000;
    padding: 0.5em 1.5em;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.oc-case-search_btns input[type=submit]{
  width: 100%;
  height: 100%;
}


.oc-case-search_btn{
  background: #000;
  border-color: #000;
  padding: 0.5em 1.5em;
  color: #fff;
      text-decoration: none;
}


@media (max-width: 768px) {
  
  .oc-case-search_box{
    margin-top: 40px;
    padding: 20px 12px;
  }
  
  .oc-case-search_select{
    flex-wrap: wrap;
    grid-gap: 20px 10px;
    font-size: 14px;
  }
  
  .oc-case-search_select-item{
   width: 35%;
  }
  
  .oc-case-search_btns{
    width: 22%;
  }
  
  .oc-case-search_select-item:first-child{
    width: 100%;
  }

}

.oc-case-list{
  max-width: 1000px;
  margin-inline:auto;
  margin-bottom: 50px;
}

.oc-case-list_items {
     display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
}

h2.oc-case-list_item-ttl,
.oc-case-list_item-ttl{
  background: transparent;
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 18px;
  min-height: inherit !important;
  color: #000;
  font-weight: bold !important;
  text-align: left;
}

.oc-case-list_item-ttl a{
  font-weight: bold !important;
}
.oc-case-list_item-detail{
  height: 10em;
  overflow: hidden;
  position: relative;
  transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.oc-case-list_item-detail.is-active{
  height: auto;
  padding-bottom: 35px;
}

.oc-case-list_item-txt dt{
  color: #7b7b7b;
}

.oc-case-list_item-more {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #b5a77c;
  font-weight: bold;
  z-index: 1;
  width: 100%;
  cursor: pointer;
}

.oc-case-list_item-more:before{
      display: block;
    content: "";
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2.81%, rgba(255, 255, 255, 0)), color-stop(82.81%, #fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2.81%, #fff 82.81%);
    position: absolute;
    bottom: 2px;
    left: 0;
    -webkit-transition: .3s 
ease-in-out;
    transition: .3s 
ease-in-out;
    z-index: -1;
    transform: all .1s ease;
}

.oc-case-list_item-detail.is-active .oc-case-list_item-more:before{
  opacity: 0;
}

.oc-case-list_item-more-open{
      text-align: center;
    color: #b5a77c;
     font-weight: bold;
}

.oc-case-list_item-detail.is-active .oc-case-list_item-more-open{
  display: none;
}

.oc-case-list_item-more-close{
  display: none;
  text-align: center;
  color: #b5a77c;
  font-weight: bold;
}

.oc-case-list_item-detail.is-active .oc-case-list_item-more-close{
  display: block;
}

.oc-case-detail-container{
  width: inherit;
  max-width: 1000px;
}


.oc-case-detail{
  padding-top: 50px;
}

.oc-case-detail_gallery{
  display: flex;
  grid-gap: 20px;
  justify-content: center;
}

.oc-case-detail_gallery{
  
}

.oc-case-detail_gallery-img{
  flex: 0 0 calc(100% / 2); 
  max-width: calc(100% / 2);
}


.oc-case-detail_detail{
  margin-top: 30px;
  border-right: 0 !important;
  border-left: 0 !important;
}

.oc-case-detail_detail th{
   border-right: 0 !important;
  border-left: 0 !important;
  background: transparent !important;
}

.oc-case-detail_detail td{
   border-right: 0 !important;
  border-left: 0 !important;
}


.oc-case-detail_btns{
  margin-top: 30px;
}

.oc-case-detail_doctor-media h3:after{
  display: none;
}

.oc-case-detail_doctor-media > img{
    width: 30% !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
}
  
.oc-case-detail_doctor-media.half .content{
    width: 68%;
}

.sub-hero .detail{
  margin-left: 50px;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-top: 20px;
}

.sub-hero .detail .price{
  font-size: 200%;
  line-height: 1;
  font-weight: bold;
}  

.oc-other{
  margin-top: 50px;
}

.oc-other_heading{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
  grid-gap: 18px;
}

.oc-other_heading:before,
.oc-other_heading:after{
  content: ' ';
  width: 1px;
  height: 1px;
  flex: 1 1 auto;
  background: #d4d4d4;
}

.oc-other_heading-text{
  text-align: center;
}

.oc-other_heading-text .jp{
  display: block;
  color: #575757;
  font-size: 200% !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: inherit !important;
}

.oc-other_heading-text .en{
   display: block;
   line-height: 1;
     text-align: center;
     font-size: 80%;
       color: #b5a77c;
       font-weight: bold;
}

.js-treatment-column .slick-slide{
  margin: 0 8px;
}


.js-onayami-case .slick-slide {
    margin: 0 8px;
}

.obc-faq{
  
}

.obc-faq{
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #eae6d7;
}

.obc-faq_question{
  display: flex;
  margin-bottom: 8px !important;
  grid-gap: 10px;
  font-weight: bold;
  font-size: 120%;
  align-items: baseline;
}
.obc-faq_question:before{
  content:'Q';
  width: 1.5em;
  height: 1.5em;
  background: #836c25;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.obc-faq_answer{
  margin-bottom: 0 !important;
}

.treatment-ranking_items{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
}

.treatment-ranking-link{
  display: block;
  text-decoration: none;
}

.treatment-ranking-heading{
  line-height: 1.8;
  font-size: 120%;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 6px;
}

.treatment-ranking_item-count{
      background: #f0f0f0;
    color: #836c25;
    font-size: 13px;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 10px;
    font-weight: bold;
    border: #836c25 2px double;
    display: inline-block;
}

.price_content .items {
  width: 700px;
    margin: 100px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.price_content .item {
    width: 300px;
    position: relative;

}

.price_content .item .image {
    border-top-left-radius: 40px;
    overflow: hidden;
    height: 150px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    margin-bottom: 15px
}

.price_content .item p.mincho {
    font-size: 24px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    color: #836c25;
    position: absolute;
    top: -15px;
    left: 30px;
    line-height: 1.5;
    padding: 5px 0;
    margin-bottom: 0;
}

.price_content .item p.mincho:nth-child(2) {
    left: 75px;
}

.price_content .item .linkwrap:hover + .more::before {
    right: 10px;
}

.price_content .item .linkwrap:hover + .more::after {
    top: -13px;
    width: 50px;
    height: 50px;
}

.price_content .item a.more {
    display: block;
    width: 100px;
    position: absolute;
    top: 100px;
    right: 20px;
}

.price_content .item p {
    margin-bottom: 1em;
}

.obc-tab{
  margin-top: 80px;
}

.obc-tab_content {
  display: none;
}
.obc-tab_content.is-active {
  display: block;
}

.obc-tab_nav {
  display: flex;
  grid-gap: 10px;
  border-bottom: 1px solid #836c25;
  margin-bottom: 20px;
}

.obc-tab_nav li {
  cursor: pointer;
  flex: 1 1 auto;
  width: 10%;
      padding: 10px;
    text-align: center;
    font-size: 20px;
}
.obc-tab_nav li.is-active {
  
      background:  #836c25;
      color: #fff;
}

.obc-tab_content{
  
}


.aioseo-breadcrumbs{
  margin-top: 70px;  
}