@charset "utf-8";

/*
Theme Name: ZENクリニック
Description:ZENクリニック CSサイト
Author: ZENクリニック
Author URI: https://zenclinic.jp/
Version: 1.0
*/
@font-face{
  font-weight: normal;
  font-style: normal;
font-family: 'Cormorant-Italic';
	src: url('fonts/Cormorant-Italic.ttf') format("truetype");
  }
@font-face{
  font-weight: normal;
  font-style: normal;
font-family: 'ylee';
	src: url('fonts/ylee.ttf') format("truetype");
  }

.serif{  
  font-family: 'Noto Serif JP', serif;
}
/* CSS Document */

@import url("css/normalize.css");

  /*1.フェードインアニメーションの指定*/
  .scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
  .fadeInDown {
      animation-name: fadeInDown;
      animation-duration: 1s;
      animation-fill-mode: forwards;
  }
  @keyframes fadeInDown {
      0% {
          opacity: 0;         
      }
      100% {
      opacity: 1;
      transform: translate(0);
      }
  }
   
  /*2.上下の動きを指定*/
  .updown {transform: translateY(-100px);}
  .downup {transform: translateY(100px);}
   
  /*3.左右の動きを指定*/
  .sect02{overflow: hidden;} /*横スクロールバーを隠す*/
  .slide-right {transform: translateX(200px);}
  .slide-left {transform: translateX(-200px);}
/*===============================================
●英文WEBフォント
===============================================*/
/*テキスト装飾*/
.bold{font-weight:bold;}
.small {font-size: 80%;}
.big {font-size: 160%;}
.red{color:red!important;}
.br {color: #9d5e3a;}
.gy {color: #9a9a9a;}
.bg_y {
    text-decoration: underline #ff0 3px;
    font-weight: 700;
}
.y_line{
    text-decoration: underline #ff0 3px;	
}
/*コラムパーツ(囲み系・装飾)*/
.border {
    border: solid 1px #02f;
    padding: 10px;
    position: relative;
    background: #f0f2ff;
    margin: 40px 0 30px;
}
.border_rd {
    text-decoration: underline #f1316f 3px;
}
.border_ye {
    text-decoration: underline #ffeb00 3px;
}
.border_or {
border: solid 1px #ff8c00;
    padding: 10px;
    position: relative;
    background: #fff6ec;
    margin: 1em 0;
}
.border_point {
 border: solid 1px #ff8c00;
    padding: 20px 10px 10px;
    position: relative;
    background: #fff6ec;
    margin: 40px 0 30px;
}
.border_point:before {
 position: absolute;
    content: "ポイント";
    width: 90px;
    height: 35px;
    line-height: 35px;
    left: 10px;
    top: -20px;
    text-align: center;
    background: #ff8c00;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
}
.border_suggest {
 border: solid 1px #ff0000;
    padding: 20px 10px 10px;
    position: relative;
    background: #ffeaea;
    margin: 40px 0 30px;
}
.border_suggest:before {
 position: absolute;
	content: "オススメ";
    width: 90px;
    height: 35px;
    line-height: 35px;
    left: 10px;
    top: -20px;
    text-align: center;
    background: #ff0000;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
}
.border_suggest a{
	text-decoration: underline;
}
.list_link:before {
 position: absolute;
    content: "おすすめ記事";
    width: 90px;
    height: 35px;
    line-height: 35px;
    left: 10px;
    top: -20px;
    text-align: center;
    background: #ff8c00;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
}
.medicalpage .list-box {
position: relative;
    padding: 10px;
    /*background: #fffdfb;*/
    margin: 20px 0;
    border: solid 2px #ff9500;
}
.medicalpage .list-box_title {
color: #ff9500;
    font-size: 2.0rem;
    font-weight: 700;
    border-bottom: dotted 3px #ff9500;
    text-align: center;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.medicalpage .list-box_title span{
	position:relative;
}
.medicalpage .list-box_title span:before {
content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -24px;
    width: 10px;
    height: 5px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(
-45deg
);
    margin: -5px 0 0;
    z-index: 2;
}
.medicalpage .list-box_title span:after {
content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 25px;
    height: 25px;
    background: #ffc778;
    margin: -12.5px 0 0;
    z-index: 1;
    border-radius: 50%;
}
.medicalpage .list-box_content {

}
.medicalpage .list-box_content p.sub {
    margin: 0;
    font-weight: bold;
    font-size: 1.8rem;
}
.medicalpage .list-box_content ul{
margin: 0;
    padding: 0 0px 0 25px;
}
.medicalpage .list-box_content ul li{
list-style-type: disc;
    margin-left: 0;
	padding: 5px 0;
    font-weight: bold;
}
.medicalpage .list-box_content ul li span.br{
   display:block;
	margin: 0 0 0 -20px;
}
.medicalpage .list-box_content ul.num li{
	list-style-type: auto;
}
.medicalpage .list-box_content ul li span.bg_y {
    display: inline;
	margin: 0 0 0 0px;
}
@keyframes reflection{
0% {
    transform: scale(0) rotate(
45deg
);
    opacity: 0;
}
80% {
    transform: scale(0) rotate(
45deg
);
    opacity: .5;
}
81% {
    transform: scale(4) rotate(
45deg
);
    opacity: 1;
}
100% {
    transform: scale(50) rotate(
45deg
);
    opacity: 0;
}
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
animation-name: pulse;

  -webkit-animation: pulse 2s ease 0s infinite normal;
  animation: pulse 2s ease 0s infinite normal;
}
.btn-bg {
position: absolute;
    overflow: hidden;
    top: 3%;
    left: 0%;
    right: 0;
    bottom: 7%;
    /*border-radius: 10px;*/
}
.reflection {
    height: 100%;
    width: 50px;
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-animation: reflection 2s ease-in-out infinite;
    overflow: hidden;
    border-radius: 10px;
}
/*===============================================
●共通
===============================================*/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  box-sizing: border-box;
  position: relative;
  color: #2d2d2d;
  background-color: #FFF;
  font-size: 1.6rem;
  line-height: 25px;
/*  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;*/
	font-family: "YuGothic", "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}
a {
  text-decoration: none;
}
img {
 max-width:100%;
height:auto;
}
img.center {
  margin: 0 auto;
	display: block;
}
.img_float {
  overflow: hidden;
}
.img_float_text {
  float: left;
  width: 70%;
  padding: 0 2%;
}
.img_float_img {
  width: 30%;
  float: right;
  padding: 0 2%;
}
.img_float_img img {
  max-width: 100%;
}
.gr{
color:#9ed7da;
}
.bold{font-weight:bold;}
.red{color:red;}
.animated {
  opacity: 0;
}
.num {}
.en {
  font-family: 'Sorts Mill Goudy', serif;
  letter-spacing: 1px;
}
.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
}
.sansserif {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", sans-serif;
}
.animated {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*テキスト装飾*/
.change {
    border: solid 1px #c25a5a;
    padding: 10px;
    max-width: 800px;
    margin: 30px auto;
}
.bold {
  font-weight: bold;
}
.br {
  color: #9d5e3a;
}
.small {
  font-size: 80%;
}
p.at {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #9b5e3a;
}
p.at span {
  text-align: left;
  display: inline-block;
}

/*テキストレイアウト*/

.mt10 {
  margin-top: 10px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt40 {
  margin-top: 30px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb40 {
  margin-bottom: 30px!important;
}
p.right {
  text-align: right;
}
p.center {
  text-align: center;
}
.small {
  font-size: 70%;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.gy {
  color: #9a9a9a;
}
.br {
  color: #9e5f3b!important;
}
a.btn {
  background: url(css/img/btn_bg.png)no-repeat;
  background-size: contain;
  color: #b98b67;
  display: block;
  width: 250px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.center a.btn {
  margin: 0 auto;
}
#column_body #toc_container {
  margin: 0 auto;
}
/*フレックスレイアウト*/
.flex {
  display: -webkit-flex;
display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.flex.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex > .flex_img{
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	padding:30px 15px 30px 30px;
}
.flex > .flex_text{
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	padding:30px 30px 30px 15px;
}
.flex > .flex_img.right{
	order:2;
	padding:30px 30px 30px 15px;
}
.flex > .flex_text.left{
   order:1;
	padding:30px 15px 30px 30px;
}
.flex.space-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex_img_box{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.flex_img_box > *{
	max-width:100%;
	display:block;
	margin:0 auto;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

/*--ボタン--*/
.btnA {
  text-align: center;
  margin: 25px 0;
}
.btnA a {
color: #ea8174;
    border: solid 1px #ea8174;
    border-radius: 10px;
    padding: 10px 60px;
    max-width: 375px;
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
	width: 300px;
}
.btnA a:after {
content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width:100%;
    height:inherit;
    background:#ea8174;	
}
.btnA a:before {
content: ">";
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -14px 0 0;
    font-size: 1.8rem;
}
.btnA a:hover {
  margin: 5px 0 -5px;
  color: #ffffff;
  background: #ea8174;
  transition: 1.0s;
  box-shadow: none;
}
.btnB {
  text-align: center;
  margin: 25px 0;
}
.btnB a {
color: #bc9f26;
    border: solid 1px #bc9f26;
    border-radius: 10px;
    padding: 10px 60px;
    max-width: 375px;
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    background: #ffffff;
	width: 300px;
}
.btnB a:after {
content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width:100%;
    height:inherit;
    background:#ea8174;	
}
.btnB a:before {
content: ">";
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -14px 0 0;
    font-size: 1.8rem;
}
.btnB a:hover {
  margin: 5px 0 -5px;
  color: #ffffff;
  background: #bc9f26;
  transition: 1.0s;
  box-shadow: none;
}
.btnC {
  text-align: center;
  margin: 25px 0;
}
.btnC a {
  text-shadow: 0px 3px 3px rgb(184 180 152 / 32%);
  color: #c29e16;
  border: solid 1px #c29e16;
  border-radius: 20px;
  padding: 10px 60px;
  max-width: 375px;
  box-shadow: 0px 5px 3px rgb(184 180 152 / 32%);
  font-weight: 700;
  position: relative;
  display: inline-block;
	width: 300px;
}
.btnC a:after {
  content: ">";
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 50px;
  height: 50px;
  margin: -26px 0 0;
  font-weight: bold;
  font-size: 20px;
}
.btnC a:hover {
  margin: 5px 0 -5px;
  color: #ffffff;
  background: #c29e16;
  transition: 1.0s;
  box-shadow: none;
}
.btnL a {
	border-radius: 10px;
	width:300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px 10px 10px;
  position: relative;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  margin: 0 auto 0;
  box-shadow: 3px 3px 2px 0px rgba(102, 106, 110, 0.41), inset 1px 1px 3px 0px rgba(166, 166, 166, 0.41);
	background: #07b53b;
}
.btnL a:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: 5px;
}
.btnL a img {
  margin: 0 5px 0 0;
}
/*===============================================
●COMMON
===============================================*/
.menu_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.menu_flex::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.menu_flex::after{
  content:"";
  display: block;
  width:23%;
}
.menu_flex_item {
	width:32%;
}

.menu_flex_item a:hover {
    opacity: 0.5;
}
.menu_flex_item{
border: solid 1px #d4a756;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 0px 1px 1px #bababa;
	position:relative;
	padding: 5px 15px 5px 0;
	margin: 1em 0 0;
	}
.menu_flex_item:after {
position: absolute;
    content: "";
    right: 5px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #d4a756;
    border-right: 2px solid #d4a756;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -6px 0 0;
}
.menu_flex_item a{
color: #696d67;
    font-weight: bold;
    font-size: 1.7rem;
	display: flex;
    align-items: center;
}
.menu_flex_item a img{
	width:60px;
	}
.menu_flex_item a p{
	flex-basis: calc(100% - 60px);
    text-align: center;
}
.menu_flex_item a p span{
	text-align: left;
    display: inline-block;	
}
.sp_menu_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 3%;
}
.sp_menu_flex .sp_menu_item{
	flex-basis: calc(100% - 110px);
}
.sp_menu_flex_btn{
	width:100px;
background: #d73030;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    font-size: 1.8rem;
    display: inline-block;
    font-weight: bold;
    box-shadow: 2px 2px 5px #545454;
    padding: 10px 5px;
}
.sp_menu_flex_btn.bl{
	background:#134be8;
}
.modal .sp_menu_item .trigger {
    padding: 10px;
    color: #b37e2b;
    font-size: 1.8rem;
    display: block;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    width: 100%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.modal .sp_menu_item .inner {
   display:none;
}
.modal .sp_menu_item .open:before {
    border-top: none;
  /*  border-bottom: 1px solid #b37e2b;*/
	transition: .5s;
}
.modal .sp_menu_item .inner ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}
.modal .sp_menu_item .inner ul li {
    flex-basis: 100%;
    box-sizing: border-box;
}
.modal .sp_menu_item .inner a {
font-size: 1.8rem;
    position: relative;
    border-bottom: solid 1px #b37e2b;
    padding: 10px 3px;
    text-align: center;
}
.modal .sp_menu_item .inner a:before {
/*content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid #b37e2b;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin: -5px 0 0;*/
	position: absolute;
    content: "";
    right: 10px;
    width: 15px;
    height: 15px;
    top: 50%;
    border-top: 1px solid #b37e2b;
    border-right: 1px solid #b37e2b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -11px 0 0 0;
}
  #header {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    background: #b37e2b;
    height: 100px;
    z-index: 10;
  }
#header .header_inner , #modal_header .modal_header_inner {
	width:94%;
    margin: 0 auto;
    position: relative;
    height: inherit;
}
#header .header_contact {
    position: absolute;
    right: 80px;
	top: 5px;
}
#header .header_contact .contact_box {
    display: flex;
	width: 425px;
    justify-content: space-between;
}
#header .header_contact .contact_box .tel_btn{
	
}
#header .header_contact .contact_box .tel_btn a{
	display: flex;
    flex-direction: column;
    text-align: center;
    color: #111111;	
}
#header .header_contact .contact_box .tel_btn a .text{
font-size: 1.0rem;
    background: #EFEFEF;
    border-radius: 10px;
    padding: 0px 10px;
	font-weight: bold;
	line-height: 21px;
}
#header .header_contact .contact_box .tel_btn a .num{
font-size: 2.5rem;
    font-weight: bold;
    position: relative;
	padding: 0 0 0 20px;
	margin: 0px 0 0;
}
#header .header_contact .contact_box .tel_btn a .num:before {
content: "";
    background: url(img/icon_tel_bk.png);
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
}
#header .header_contact .contact_box .web_btn a{
position: relative;
    width: 200px;
    background: #d73030;
    color: #ffffff;
    border-radius: 5px;
    padding: 0px 0 0px 25px;
    text-align: center;
    font-size: 2.2rem;
    display: inline-block;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    box-shadow: 2px 2px 5px #545454;	
}
#header .header_contact .contact_box .web_btn a:before {
	content: "";
    background: url(img/icon_web.png);
    background-size: cover;
	position: absolute;
    left: 10px;
    top: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0;
}
#modal_header {
position: relative;
    height: 100px;
    background: #b37e2b;
}
#header .header_inner .logo , #modal_header .modal_header_inner .logo {
position: absolute;
    top: 50%;
    left: 50%;
    width: 297px;
    height: 35px;
    margin: -17.5px 0 0 -148.5px;
}
#header .header_inner .op_btn , #modal_header .modal_header_inner .cl_btn{
    position: absolute;
    right: 0;
    top: 50%;
width: 32px;
    height: 24px;
    margin: -12px 0 0;
}
.menu_trigger{
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
.menu_trigger {
    width: 32px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 99;
    margin: -12px 0 0;
  }
.menu_trigger span{
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #FFF;
    border-radius: 4px;
  }
.menu_trigger span:nth-of-type(1) {
    top: 0;
  }
.menu_trigger span:nth-of-type(2) {
    top: 10px;
  }
.menu_trigger span:nth-of-type(3) {
    bottom: 0;
  }
.menu_trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #FFF;
    border-radius: 4px;
    transition: all .4s;
  }
  .menu_trigger.active span:nth-of-type(1) {
    transform: translateY(20px) scale(0);
  }
  .menu_trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu_trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu_trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
  }
  .menu_trigger, .menu_trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
.menu_trigger.active span:nth-of-type(2):after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
  .modal {
    display: none;
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .modal_bg {
    background: #ffffff;
    height: 90vh;
    position: absolute;
    width: 100%;
    z-index: 12;
  }
  .modal_content {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
	  overflow-y: scroll;
	  -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
  }
  .modal_content::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }
  a.js-modal-open {
    display: block;
    width: 72px;
    height: inherit;
/*    right: 0;
    position: absolute;*/
    z-index: 99;
  }
  a.js-modal-close {
    display: block;
    width: 72px;
    height: inherit;
    right: 0;
    position: absolute;
  }
.menu_container {
background: #231815;
	padding: 30px 10px 30px;
}
.modal .sp_menu {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px 2%;
    max-width: 550px;
    margin: 0 auto;
    flex-direction: column;
    background: #ffffff;
}
.modal .sp_menu h3 {
    text-align: center;
    font-size: 2.0rem;
    margin: 0 0 15px;
    color: #b37e2b;
    font-weight: bold;
}
.modal .sp_menu_item {
position: relative;
    text-align: center;
    display: flex;
    border: solid 1px #b37e2b;
    justify-content: center;
    margin: 0 0 3%;
	flex-direction: column;
}
.modal .sp_menu_flex > .sp_menu_item {
       margin: 0 0 0%;
	   height: 65px;
}
.modal .sp_menu_item p , .modal .sp_menu_item span{
	padding: 10px;
	position: relative;
}
.modal .sp_menu_item p:before {
position: absolute;
    content: "";
right: 10px;
    width: 15px;
    height: 15px;
    top: 50%;
    border-top: 1px solid #b37e2b;
    border-right: 1px solid #b37e2b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -11px 0 0 0;
}
.modal .sp_menu_item .trigger:before {
content: '＋';
    position: absolute;
    right: -9px;
    top: 50%;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 30px;
    margin: -15px 0 0;
}
.modal .sp_menu_item .trigger.open:before {
content: '−';
}
.modal .sp_menu_item a{
    color: #b37e2b;
    font-size:1.8rem;
    display: block;
 /*   letter-spacing: 0.5em;
    text-indent: 0.5em;*/
    width: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 21px;
}
.menu_contact {
    max-width: 550px;
    margin: 0 auto;
}
.menu_contact p.attention {
    color: #b37e2b;
    font-weight: bold;
    margin: 0;
	font-size: 1.7rem;
	text-align: center;
}
.menu_contact .contact_box {
    display: flex;
    justify-content: space-around;
    margin: 15px 0 0;
    padding: 0 0px;
	flex-direction: column;
    text-align: center;
}
.menu_contact .contact_box p.attention {
    color: #b37e2b;
    font-weight: bold;
    margin: 0;
	font-size: 1.7rem;
}
.menu_contact .contact_box a{
 position: relative;
    width: 300px;
    background: #ff5d55;
	background: #134be8;
    color: #ffffff;
    margin: 5px 0px 10px;
    border-radius: 5px;
    padding: 0px 0 0px 25px;
    text-align: center;
/*    letter-spacing: 0.5em;*/
    text-indent: 0.5em;
    font-size: 3.2rem;
    display: inline-block;
	font-weight: bold;
	height: 60px;
    line-height: 60px;
	box-shadow: 2px 2px 5px #545454;
}
.menu_contact .contact_box a.tel{
	font-size: 1.8rem;
	position: relative;
}
.menu_contact .contact_box a.tel span.text{
	/*font-size: 1.3rem;*/
    display: block;
    position: absolute;
    top:-15px;
    left: 15px;
    text-align: center;
    width: 100%;
}
.menu_contact .contact_box a.tel span.num{
font-size:3.2rem;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 0 0 30px;
/*	letter-spacing: 5px;*/
}
.menu_contact .contact_box a:before{
content: "";
    background: url(img/icon_tel.png);
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 50%;
width: 32px;
    height: 32px;
    margin: -16px 0 0;
}
.menu_contact .contact_box .web a{
	    background: #d73030;
}
.menu_contact .contact_box .web a:before{
    background: url(img/icon_web.png);
    background-size: cover;
}
.menu_contact .contact_box a.cart{
	font-size: 1.8rem;
	position: relative;
}
.menu_contact .contact_box a.cart:before{
content: "";
    background: url(img/icon_cart.png);
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 50%;
width: 32px;
    height: 32px;
    margin: -16px 0 0;
}
a:hover {
  opacity: 0.7;
}
#breadcrumb ul.breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
	flex-wrap: wrap;
}
#contact {
    text-align: center;
	padding: 0 0 30px;
}
#contact .contact_box {
    display: flex;
    justify-content: center;
}

footer {
background: #f5f4f4;
	position:relative;
    overflow: hidden;
}
footer #footer {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 60px 10px 0;
  	display:flex;
	justify-content: space-around;
}
footer #footer #footer_left{
	-ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer #footer #footer_left > *{
	-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer #footer #footer_left_address {
	align-items: baseline;
}
footer #footer #footer_right{
-ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding: 0 0 0 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
footer #footer .time {
max-width: 500px;
    width: 100%;
    border-radius: 16px;
    margin: 0 0 0px;
}
footer #footer .time_attention {
max-width: 500px;
    width: 100%;
    margin: 0 0 20px;
	line-height: normal;
}
footer #footer .time>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
    color: #b37e2b;
}
footer #footer .time>*>span {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
	line-height: 15px;
}
footer #footer .time> * >p {
    -ms-flex-preferred-size: 11%;
    flex-basis: 11%;
	flex-basis: calc((100% - 20%) / 7);
}
footer #footer .time > .week {
    background: #000000;
    color: #fff;
}
footer #footer .time > .hour {
	border-top: solid 3px #b37e2b;
    background: #ffffff;
}
footer #footer .footer_nav_flex ul li{
	position: relative;
    padding: 0 0 0 13px;
    margin: 0 0 6px;
    color: #111111;
}
footer #footer .footer_nav_flex ul li:before{
content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate( 
45deg);
    transform: rotate( 
45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin: -5.65px 0 0 0;
}
#footer_site_nav #footer_site_menu{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#footer_site_nav #footer_site_menu li a {
    color: #111111;
	display:block;
}
#footer_site_nav #footer_site_menu{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#footer_site_nav #footer_site_menu li {
    margin-left: 15px;
	list-style: none;
}
#footer_site_nav #footer_site_menu li .inner {
    display: none;
}
#footer_site_nav #footer_site_menu li:first-child{
	margin:0;
}

#footer_site_nav #footer_site_menu li a {
    color: #ffffff;
	display:block;
	font-size: 1.5rem;
}
#footer_sub_menu {
    display: flex;
}
#footer_sub_menu li a{
     color: #ffffff;
	display:block;
	font-size: 1.2rem;
	margin: 0 0 0 15px;
}
footer #footer_copy {
    text-align: center;
    background: #c89e55;
    padding: 30px 0;
}
/*●COMMON
===============================================*/
/*ctabox*/
.ctabox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
	max-width: 500px;
    margin: 3em auto 0;
	background: #f6f6f6;
	background: url(img/about_back.webp);
	overflow: hidden;
    padding: 15px 10px;
}
.ctabox .cta_logo {
    width: 200px;
    display: block;
    margin: 0 auto;
}	
.ctabox p {
    color: #b37e2b;
    font-weight: bold;
	position: relative;
	/*font-size: 3.5vw;*/
}
.ctabox p span.logo{
		position: relative;
}
.ctabox p span.logo:before {
content: "";
    position: absolute;
    background: #b37e2b;
    left: -22%;
    top: 0px;
    width: 50px;
    height: 2px;
    transform: rotate(60deg);
}
.ctabox p span.logo:after {
content: "";
    position: absolute;
    background: #b37e2b;
    right: -22%;
    top: 0px;
    width: 50px;
    height: 2px;
    transform: rotate(-60deg);
}
.ctabox .flex{
	margin: 2rem 0 0rem;
}
.ctabox .flex .text {
	flex-basis:70%;
	min-width: 180px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.ctabox .flex .text .title {
 /*font-size: 8vw;
  *    line-height: 10vw;*/
	font-size: 3.0rem;
    margin: 0 0 1rem;
 line-height: 1em;
}
.ctabox .flex .img {
flex-basis: 30%;
    display: flex;
    align-items: center;
}
.ctabox .flex {
	justify-content:space-between;
}
.ctabox .flex.point .circle {
background: #ffffff;
    border: 2px solid #b37e2b;
    border-radius: 50%;
	flex-basis: 32%;
	max-width: 150px;
    text-align: center;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ctabox .flex .circle span{
	color: #b37e2b;
	line-height: 1.2;
}
.ctabox .flex .circle span.main{
	font-weight:bold;
	font-size:155%;
	margin: 0.5rem 0;
}
.footer_fix {
position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 2%;
    background: #9795958a;
	height: 70px;
}
.footer_fix .footer_box {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 800px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}
.footer_fix .footer_box a {
flex-basis: 48%;
    position: relative;
    background: #d73030;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    font-size: 2.4rem;
    display: inline-block;
    font-weight: bold;
    padding: 0px 0 0px 30px;
    box-shadow: 2px 2px 5px #545454;
    letter-spacing: normal;
	height: 50px;
    line-height: 50px;
}
.footer_fix .footer_box a:before {
    content: "";
    background: url(img/icon_web.png);
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0;
}

.footer_fix .footer_box a.tel , .footer_fix .footer_box a.cart{
background: #134be8;		
}
.footer_fix .footer_box a.tel:before {
    background: url(img/icon_tel.png);
    background-size: cover;
}
.footer_fix .footer_box a.cart:before {
    background: url(img/icon_cart.png);
    background-size: cover;
}
.footer_fix .footer_box a.tel .text {
position: absolute;
    top: -12px;
    left: 32px;
    text-align: center;
    display: block;
    width: calc(100% - 32px);
    font-size: 1.3rem;
    height: 10px;
}
.footer_fix .footer_box a.tel .num {
position: absolute;
    bottom: 20px;
    left: 32px;
    text-align: center;
    display: block;
    width: calc(100% - 32px);
    font-size: 2.4rem;
    height: 20px;
}
.border_blue {
    border: solid 3px #6bb6ff;
    margin: 2em 0 2em;
    padding: 1%;
    line-height: 1.2;
}
.border_blue a {
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.8rem;
	display:block;
}
.connection {
    display: flex;
	justify-content: space-between;
	margin:0 0 1em;
}
.connection .text {
    display: flex;
    flex-basis: 55px;
	min-height: 50px;
    background: #ff9a91;
    align-items: center;
    justify-items: center;
    text-align: center;
    position: relative;
}
.connection .text:before{
	content:"関連";
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 5px;
    text-indent: 5px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
	height: 20px;
    line-height: 20px;
    width: 100%;
}
.connection .text span{
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 5px;
    text-indent: 5px;
}
.connection .link {
flex-basis: calc(100% - 70px);
    align-self: center;
    align-content: space-around;
    display: flex;
    flex-wrap: wrap;
    min-height: 55px;
}
.connection .link div{
	margin: 5px 0;
}
.connection .link a {
    position:relative;
	text-decoration: underline;
}
.connection .link a:after {
position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 7px solid #ff9a91;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        left: -10px;
        top: 50%;
        margin: -7px 0 0 0;
}
/*===============================================
●TOP
===============================================*/
#wrapper{
	min-width: 1120px;
    overflow: hidden;
}
.content_wrapper {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
	padding: 0 10px 0px;
}
.content_wrapper.top {
	margin: 0em auto 4em;	
}
.content_wrapper.menu {
    width: 1120px;
}
.content_wrapper.top.banner{
	display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
}
.content_wrapper.top.banner img{
   	margin-bottom: 30px;
}
.content_wrapper p.text {
    margin: 0 0 1em;
}
.main_img_slider {
z-index: 1;
    width: 100%;
    max-width: 2000px;
    overflow: hidden;
    padding: 0 0 20px;
    position: relative;
    margin: 0 auto 1rem;
}

.main_img_slider .slick-slide {
  overflow: hidden;
}

.main_img_slide {
  width: 100%;
  overflow: hidden;
}

.main_img_slide picture,
.main_img_slide img {
  display: block;
  width: 100%;
}

.main_img_slide img {
  height: auto;
  margin: 0 auto;
}

.main_img_slider,
.main_img_slider .slick-list,
.main_img_slider .slick-track {
  touch-action: pan-y;
}

.main_img_slider img {
  pointer-events: none;
  user-select: none;
}

/* ドット */
.main_img_slider .slick-dots {
  position: static !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.main_img_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
}

.main_img_slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d6d6d6;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
}

.main_img_slider .slick-dots li.slick-active button {
  background: #333;
}

.main_img_slider .slick-dots li button:before {
  display: none !important;
  content: "" !important;
}
/*施術ページ用*/
.main_img_page{
z-index: 1;
    width: 100%;
    max-width: 2000px;
    overflow: hidden;
    padding: 0 0 20px;
    position: relative;
    margin: 0 auto 1rem;	
}
.main_img_page picture,
.main_img_page img {
  display: block;
  width: 100%;
   height: auto;
  margin: 0 auto;
}


.top_title_box {
    padding: 40px 0 30px;
}
.top_title_box h2.top_title {
    text-align: center;
    font-size: 3.6rem;
    color: #b37e2b;
}
.top_title_box h2.top_title span {
    border: solid 1px #b37e2b;
    border-radius: 20px;
    padding: 0 50px;
    display: inline-block;
    text-align: center;
	height: 50px;
    line-height: 50px;
}
.top_title_box h3.top_title {
    text-align: center;
    font-size: 2.0rem;
    color: #b37e2b;
	margin: 20px;
}
h2.top {
    color: #c89e55;
    font-size: 3.0rem;
    padding: 0.5em 0 0.5em 25%;
    position: relative;	
}
h2.top:before {
position: absolute;
    content: "";
    left: 0;
	top: 50%;
    width: 20%;
    height: 3px;
    background: #c89e55;
	margin: -1.5px 0 0 0;
}
h3.top {
    font-size: 2.6rem;
    padding: 0 0 0 25%;
    position: relative;	
}
.topflex {
    display: flex;
	justify-content: space-between;
}
.toptext {
    flex-basis: 47%;
	align-self: center;
}
.topimg{
    flex-basis: 47%;	
}
@media screen and (max-width:768px) {
.toptext {
    flex-basis: 100%;
}
}
#catch p{
    text-align: center;
    font-size: 3.6rem;
    line-height: 2;
	color: #b37e2b;
	margin: 40px 0 0;
}
#menu .menu_main-img_inner {
    margin: 0 0 40px;
}
#top_abput{
	
}
#top_abput .box{
	margin: 4em 0;
	text-align: center;
}
#top_abput .box p {
    text-align: left;
    display: inline-block;
}
#about {
    background: url(img/about_back.webp);
    background-size: cover;
    background-position: center bottom;
	padding: 0 0 30px;
	margin: 0 0 30px;
}
#about .top_docotor_flex {
    display: flex;
    justify-content: center;
    align-content: center;
}
#about .top_docotor_flex_text {
	flex-basis: 42%;
    display: flex;
    align-content: center;
    align-self: center;
    padding: 0 20px 5px 0;
    border-right: 1px solid #111111;
    border-bottom: solid 1px #111111;
    line-height: 2.2;
    font-size: 1.8rem;
}

/*2025追記*/
#treatments .treatments_box {
    text-align: center;
}
#treatments .treatments_box a {
    margin: 0 0 1em;
    display: inline-block;
}
#treatments .treatments_box a:last-child{
    margin: 0;	
}
#top_abput{
	
}
#top_abput h2 {
    text-align: center;
    color: #b37e2b;
    font-size: 3.2rem;
	margin: 0 0 0.5em;
}
#top_abput h3 {
    text-align: center;
	 color: #b37e2b;
    margin: 0 0 1em;
}
#features .featur_box {
    margin: 0 auto 3em;
	max-width: 600px;
}
#features  .featur_box:last-child {
    margin: 0 auto 0em;
}
#features h4 {
    border-bottom: solid 1px #ccc;
    width: 85%;
    margin-left: 15%;
	margin-bottom: 1em;
	position:relative;
}
#features h4:before {
content: "１．";
    display: block;
    position: absolute;
    left: -17%;
    font-size: 3.6rem;
    bottom: 10px;
    font-family: serif;
    font-style: italic;
    color: #595959;
}
#features .featur_box h4.second:before {
content: "２．";	
}
#features .featur_box h4.third:before {
content: "３．";	
}
#features .featur_box h4.fourth:before {
content: "４．";	
}
/*施術ページでも流用*/
#top_doctor{
    background: url(img/about_back.png);
    background-size: cover;
    background-position: center bottom;
	padding: 0 0 30px;
	margin: 0 0 30px;	
}

.doctor_box .pc_flex {
    display: flex;
    justify-content: space-between;
}
.doctor_box .pc_flex .pc_flex_item{
	flex-basis: 65%;
}
.doctor_box .flex{
	flex-basis: 30%;
    flex-direction: column;
    align-self: center;
}
.doctor_box .flex .img{
	flex-basis: 50%;
}
.doctor_box .flex .text{
flex-basis: 50%;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    align-self: anchor-center;	
}
h3.doctor{
text-align: center;
    margin: 0 0 1em;
    font-size: 2.2rem;	
}
#top_doctor p , p.doctor{
	margin:0 0 1em;
}

/* FLOW */

#flow{
	overflow:hidden;
}

#flow .inner{
	width:1000px;
	max-width:100%;
	margin:75px auto 50px;
	box-sizing:border-box;
	border:2px solid #f0d58e;
	padding:0 30px;
}

#flow .inner h2{
	color:#c89e55;
	text-align:center;
	display:table;
	padding:40px 30px 10px;
	background:#fff;
	margin:-50px auto;
	position:relative;
}

#flow .inner h2:after{
	content:"";
	width: 24px;
	height: 31px;
	background: URL("img/flow_head.png") no-repeat;
	background-size: contain;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
}
#flow .flow_flex {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 20px;
}
#flow .flow_flex_item {
flex-basis: 23%;
    position: relative;
    display: flex;
    flex-direction: column;
}
#flow .flow_flex_item span{
text-align: center;
    margin: 0 0 2rem;
    font-size: 2.4rem;
    color: #b37e2b;
}
/*#flow .flow_flex_item :after{
	content:"";
	position:absolute;
	right: -10%;
	top: 73%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #bc5959;
}

/*
#flow .inner ul{
	width:100%;
	margin:90px auto 40px;;
	overflow:hidden;
}

#flow .inner ul li{
	width:22%;
	float:left;
	margin-right:4%;
	position:relative;
	box-sizing: border-box;
	padding: 10px;
}



#flow .inner ul li dl *{
	text-align:center;
}

#flow .inner ul li dl dt{
	font-size:120%;
	font-weight:bold;
	margin:10px auto;
}

#flow .inner ul li dl dd{
	font-size:90%;
}
*/
#flow .inner h2:before {
width: 230px;
    content: "＼簡単４ステップ／";
    left: 50%;
    margin: 0 0 0 -100px;
    position: absolute;
    right: 0;
    bottom: 50px;
}
#flow .inner h2:after {
    right: auto;
    left: 30px;
}
#flow .inner ul li dl dd {
        text-align: left;
 }
#top_contact .time {
max-width: 500px;
    width: 100%;
    margin: 1em auto 0px;
}
#top_contact .time_attention {
max-width: 500px;
    width: 100%;
    margin: 1em auto 20px;
}
#top_contact .time>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
    color: #b37e2b;
}
#top_contact .time>*>span {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
	line-height: 15px;
}
#top_contact .time> * >p {
    -ms-flex-preferred-size: 11%;
    flex-basis: 11%;
	flex-basis: calc((100% - 20%) / 7);
}
#top_contact .time > .week {
    background: #000000;
    color: #fff;
}
#top_contact .time > .hour {
	border: solid 1px #b37e2b;
	border-top: solid 1px #b37e2b;
    background: #ffffff;
}
#top_qa .qa{
    max-width: 600px;
    margin: 0 auto;
	margin: 0 auto 3em;
}
#top_qa .qa_box{
	border: solid 1px #b37e2b;
    border-radius: 5px;
	margin: 0 0 1em;
}
#top_qa .qa_box .question , #top_qa .qa_box .answer{
    padding: 5px 50px 5px 50px;
    position: relative;
		margin: 6px;
}
#top_qa .qa_box .question{
	cursor: pointer;
}
#top_qa .qa_box .question:before{
content: "Q.";
    display: block;
    position: absolute;
    left: 20px;
    font-weight: bold;
    font-size: 2.0rem;
    color: #b37e2b;
}
#top_qa .qa_box .question span.trigger_btn {
display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    cursor: pointer;
    background: #b37e2b;
    border-radius: 50%;
}
#top_qa .qa_box .question span.trigger_btn:before{
content: '';
    display: block;
    position: absolute;
    background-color: #ffffff;
    transition: 0.5s;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    margin: -1px 0 0 -7.5px;
}
#top_qa .qa_box .question span.trigger_btn:after{
content: '';
    display: block;
    position: absolute;
    background-color: #ffffff;
    transition: 0.5s;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 15px;
    margin: -7.5px 0 0 -1px;
}
#top_qa .qa_box .question.open span.trigger_btn:after{
	opacity:0;
}
#top_qa .qa_box .answer {
    display: none;
	font-weight: bold;
}
#top_qa .qa_box .answer:before{
	content: "A.";
    display: block;
    position: absolute;
    left: 20px;
    font-weight: bold;
    font-size: 2.0rem;
    color: #ff5d55;
}
 .new_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	 -webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
}
.new_post.single {
    margin: 30px 0 0;
}
.new_post .new_post_box {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
	margin:0 0 20px;
}
.new_post.single .new_post_box {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
}
.new_post .new_post_box a {
    color: #111111;
}
.new_post .new_post_box img {
    width: 100%;
    height: 150px;
    display: block;
    margin: 0 auto;
	height:auto;
}
.new_post .new_post_box .time {
    font-size: 85%;
	margin:0;
}
.new_post .new_post_box .title {
    font-weight: bold;
	margin:0;
	font-size:1.8rem
}
.new_post .new_post_box .date{
	margin: 0.5em 0;
}
.column_link{
text-align: center;
    font-size: 2.5rem;
    margin: 1em 0 0;
    position: relative;
}

.column_link a{
text-decoration: underline;
    color: #111111;
    font-weight: bold;
    font-size: 2.0rem;
	position: relative;	
}
.column_link a:before{
content: "";
    position: absolute;
    border: solid 1px #111111;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    right: -40px;
    top: 50%;
    margin: -15px 0 0 0;
}
.column_link a:after{
content: "→";
    position: absolute;
    width: 15px;
    height: 6px;
    line-height: 6px;
    right: -25px;
    top: 50%;
    margin: -3px 0 0 0;
    font-weight: bold;
    font-size: 2.5rem;
}

@media screen and (max-width: 649px) {
    .new_post .new_post_box {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
/*●TOP
===============================================*/
/*===============================================
●PAGE-COMMON
===============================================*/
#breadcrumb ul.breadcrumb_list {
    padding: 0 0px;
}
.page_main {
    margin: 0 0 3em;
}
.page_content {
    padding: 0 10px 0;
}
h2.page_base {
    text-align: center;
    color: #b37e2b;
    border-bottom: solid 2px #b37e2b;
    padding: 0 0 10px;
    margin: 1em 0 1em;
}
h2.page {
    text-align: center;
    font-size: 2.6rem;
    padding: calc(1em + 60px) 0 1em 0;
    margin: -60px 0 0 0;
    color: #b37e2b;
    line-height: 1.2;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
}
h2.page.price{
	color: #7cb3ce;
}
h3.page {
    font-size: 2.2rem;
    padding: 0em 0 0.5em;
    margin: 2em 0 1em;
    color: #b37e2b;
    line-height: 1.2;
    border-bottom: solid 2px #b37e2b;
	text-align: center;
}
h3.page.left {
	text-align:left;
}
.number_box h3.page.left{
	position:relative;
	padding: 0 0 0 1.2em;
	margin: 0 0 0.5em;
}
.number_box h3.page.left:before{
	position:absolute;
	content:"①";
	top:0;
	left:0;
}
.number_box h3.page.left.second:before {
	position:absolute;
	content:"②";	
}
.number_box h3.page.left.tird:before {
	content:"③";	
}
.number_box h3.page.left.forth:before {
	content:"④";	
}
.number_box h3.page.left.fifth:before {
	content:"⑤";	
}
.number_box h3:nth-child(5):before {
	content:"⑥";	
}
h2.page span , h3.page span {
    display: inline-block;
}
h2.page + h3.page{
    margin: 0em 0 1em;	
}
h3.movie {
    font-size: 2.2rem;
    padding: 0em 0 0.5em;
    margin: 2em 0 0.5em;
    text-align: center;
    color: #507ef6;
    position: relative;
	line-height: 1.2;
}
h3.movie:before {
content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #507ef6;
    margin-top: -5px;
    z-index: -1;
}
h3.movie span{
background: #ffffff;
    padding: 0 15px;
    display: inline-block;
}
p.page{
   margin:0 0 1em;
}
.page_wrapper img + p.page{
   margin:1em 0 1em;	
}
.page_wrapper p.page + img{
   margin:0em 0 1em;	
}
.page_wrapper p.page + h3{
    margin: 1em 0 0.5em;
}
#breadcrumb {
  margin: 1rem 0 1rem;
}
#breadcrumb ul.breadcrumb_list li {
  padding-right: 2rem;
}
#breadcrumb ul.breadcrumb_list li a {
  position: relative;
}
#breadcrumb ul.breadcrumb_list li a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #747474 #747474 transparent transparent;
  transform: rotate(45deg);
  top: 50%;
  right: -10px;
  margin: -5px 0 0;
  box-sizing: border-box;
}
.page_title_container {
text-align: center;
	line-height: 120px;
    height: 120px;
}
.common_page_title {
 /* letter-spacing: 1.0rem;*/
  margin: 0 0 0rem;
	font-size: 3.0rem;
	font-weight:normal;
	color: #535353;
	position: relative;
    z-index: 1;
}
.page_title_container .common_page_title:before {
  content: "";
  position: absolute;
}
#privacy .page_title_container .common_page_title:after{
	content:none;
}
.page_title_container .common_page_title:after {
  content: "";
  background: url(img/page_title_icon.png)no-repeat;
width: 130px;
    height: 152px;
    background-size: cover;
    right: -200px;
    bottom: 0;
    position: absolute;
}
.page_title_box {
text-align: center;
    margin: 0 0 4rem;
    color: #231815;
}
.page_title_box h2.page_title {
    position: relative;
    font-size: 2.8rem;
    display: inline-block;
	font-weight: normal;
}
.page_title_box h2.page_title:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 34px;
    background: url(img/page_h2_bk.png);
    margin: -17px 0 0 -40px;
}
.page_title_box h2.page_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 34px;
    background: url(img/page_h2_bk.png);
    margin: -17px -40px 0 0;
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(
180deg
);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.page_content.common h2{
color: #535353;
    position: relative;
    background: #d0eaec;
    box-shadow: inset 8px 8px 4px 0px rgb(78 160 162 / 9%);
    padding: 10px 10px 10px 30px;
    margin: 0 0 2rem;
    border-radius: 10px;
	font-size:2.0rem;
}
.page_content.common h2:before{
	content:"";
position: absolute;
    width: 10px;
    height: 30px;
    background: #fff;
    box-shadow: inset 1px 1px 1px 0px rgb(111 160 162 / 60%);
    left: 10px;
    top: 50%;
    margin: -15px 0 0;
}
.page_content.common h2.wh{
color: #535353;
    position: relative;
    background: #ffffff;
    border:solid 1px #c7ccd0;
	box-shadow:none;
}
.page_content.common h2.wh:before{
	content:"";
position: absolute;
    background: #c7ccd0;
    box-shadow: none;
}

.page_content.common h3 {
    color: #38afb7;
 border-bottom: solid 2px #38afb7;
    padding: 0 0px 10px 20px;
    margin: 0 0 1rem;
}
.page_title {
    text-align: center;
    font-size: 3.0rem;
    padding: 1em 0;
    color: #b37e2b;
    text-shadow: 0px 3px 3px rgb(6 6 6 / 14%);
	line-height: 1.2;
}
.page_title_sub {
    font-size: 2.6rem;
    padding: 1em 0;
    color: #b37e2b;
    text-shadow: 0px 3px 3px rgb(6 6 6 / 14%);
    line-height: 1.5;
}
h3.list {
    color: #b37e2b;
    text-shadow: 0px 3px 3px rgb(6 6 6 / 14%);
    border-bottom: solid 1px #b37e2b;
	margin: 1em 0 0;
}
.page_wrapper{
	width: 770px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px 3em;
}
.medicalpage .page_wrapper{
	/*width: 600px;	*/
}
.medicalpage .page_wrapper img.center{
    display:block;
	margin:0 auto;
}
.page_toc{
max-width: 550px;
    margin: 0 auto;
 border: solid 1px #acacac;
    padding: 2em;
    background: #fff2f1;
}
.page_toc .title{
   	font-weight: bold;
    text-align: center;
    font-size: 2.0rem;
    margin: 0 0 1em;
	color: #b37e2b;
}
.page_toc ul {
    padding: 0 0 0 20px;
}
.page_toc ul li{
    list-style: decimal-leading-zero;
	margin: 0 0 10px;
}
.page_toc ul li a{
	font-weight: bold;
    font-size: 2.0rem;
    color: #111111;
}
.pick_link {
    text-align: center;
	margin: 2em 0 0;
}
.pick_link a {
color: #ffffff;
    background: #b37e2b;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    min-width: 300px;
    max-width: 100%;
	font-weight: bold;
	margin:0 0 0em;
	position: relative;
}
.pick_link p:first-child {
	margin:0 0 2em;
}
.pick_link a:after {
position: absolute;
    content: "";
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    right: 10px;
    top: 50%;
    margin: -7.5px 0 0 0;
	}
.pick_link p span{
	position:relative;
	margin: 0 0 5px 0;
    display: inline-block;
}
.pick_link p span:before {
 content: "";
    position: absolute;
    background: #b37e2b;
    left: -22%;
    bottom: 12px;
    width: 25px;
    height: 2px;
    transform: rotate(60deg);
}
.pick_link p span:after {
 content: "";
    position: absolute;
    background: #b37e2b;
    right: -22%;
    bottom: 12px;
    width: 25px;
    height: 2px;
    transform: rotate(-60deg);
}
.supervisor {
    max-width: 500px;
    margin: 2em auto;
    border: solid #ccc 1px;
    border-radius: 10px;
    padding: 1em 10px;
}
.supervisor h2{
text-align: center;
    font-size: 2.2rem;
    margin: 0 0 1em;	
}
.supervisor h3{
    font-size: 2.0rem;
    margin: 0 0 1em;		
}
.supervisor .img {
    flex-basis: 35%;
    text-align: center;
    align-self: center;
}
.supervisor .text {
    flex-basis: 65%;
    text-align: center;
    align-self: center;
}
.supervisor .trigger {
position: relative;
	color: #b37e2b;
    text-align: center;
    border: solid 1px #b37e2b;
    border-radius: 20px;
    padding: 10px 0;
    max-width: 250px;
    margin: 1em auto;
    cursor: pointer;
}
.supervisor .trigger .trigger_btn {
display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
}
.supervisor .trigger span.trigger_btn:before{
content: '';
    display: block;
    position: absolute;
    background-color: #b37e2b;
    transition: 0.5s;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    margin: -1px 0 0 -7.5px;
}
.supervisor .trigger span.trigger_btn:after{
content: '';
    display: block;
    position: absolute;
    background-color: #b37e2b;
    transition: 0.5s;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 15px;
    margin: -7.5px 0 0 -1px;
}
.supervisor .trigger.open span.trigger_btn:after{
	content:none;
}
.supervisor .prf_content {
    display: none;
}
.box_link {
    background: #efefef;
	padding: 5px;
}
.box_link a {
    display: block;
}
table.page{
max-width: 600px;
    margin: 0 auto;	
}
table.page th{
width: 10%;
    vertical-align: middle;
    writing-mode: tb-rl;
    border: solid 1px #ccc;
 	background: #07a6a1;
    padding: 5px 0;
    color: #fff;
    letter-spacing: 3px;
}
table.page ,table.page td {
    text-align: center;
    border: solid 1px #ccc;
}
table.page td {
	width: 45%;
	padding: 10px 5px;
	font-weight: bold;
}
table.page td.ye {
    background: #fffd99;
}
table.page td.bottom{
	vertical-align:bottom;
}
table.page td.bnoborder{
	border-bottom:none;
}
table.page td.tnoborder{
	border-top:none;
}
table.page td.tnopadding{
	padding:0;
}
table.page td .big{
	font-weight: bold;
    font-size: 2.2rem;
}
table.page td img.bottom{
	vertical-align: bottom;
}
.prescription {
    max-width: 550px;
    margin: 2em auto 0;
    background: #efefef;
    border-radius: 10px;
    padding: 1em;
}
.prescription h3 {
    text-align: center;
    font-size: 2.2rem;
    margin: 0.5em 0 1em;
}
.prescription ul{
	padding: 0 0 0 20px;
}
.prescription ul li{
	list-style: disc;
}
.page_flow{
max-width: 600px;
    margin: 0 auto;	
}
.page_flow h3 {
background: #f5f9fa;
    border-left: solid 30px #4fb7dc;
    padding: 5px;
    position: relative;
	margin: 0 0 0.5em;
}
.page_flow h3 span{
position: absolute;
    left: -30px;
    top: 50%;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    margin: -15px 0 0 0;
    display: inline-block;
    text-align: center;
    width: 30px;
}
.page_flow p{
margin: 0.5em 0 1em;	
}
.page_flow p + img{
	margin:0 auto 1em!important;
}
.exp {
    margin: 0 0 3em;
}
.trigger.price {
    position: relative;
    color: #7cb3ce;
    text-align: center;
    border: solid 2px #7cb3ce;
    border-radius: 20px;
    padding: 10px 0;
    max-width: 400px;
    margin: 1em auto;
    cursor: pointer;
    font-weight: bold;
}
.trigger.price:before {
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    background-color: #7cb3ce;
    transition: 0.5s;
    top: 50%;
    right: 15px;
    width: 16px;
    height: 2px;
    margin: -1px 0 0 -8px;
}
 .trigger.price:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #7cb3ce;
    transition: 0.5s;
    top: 50%;
    right: 22px;
    width: 2px;
    height: 16px;
    margin: -8px 0 0 -1px;
}
.trigger.price.open:after{
	content:none;	
}	
section.recomme{
	background:url(img/recomme_back.png);
	background-size:cover;
	padding: 100px 0 30px;
}
.recommebox {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: 2em auto 5em;
    border-left: solid 1px #b37e2b;
    border-right: solid 1px #b37e2b;
    padding: 0px 0.5em 10px;
}
.recommebox:before {
content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    width: 96%;
    height: 1px;
    background: #B5766C;
    margin: 0px 0 0 -48%;
}
.recommebox:after{
	content:"";
	position:absolute;
	left:50%;
	bottom: -10px;
    width: 96%;
    height: 1px;
    background: #B5766C;
    margin: 0px 0 0 -48%;
}
.recommebox .title {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1;
    text-shadow: 0px 3px 3px rgb(6 6 6 / 14%);
    color: #b37e2b;
    border-bottom: solid 1px #b37e2b;
    padding: 0.3em;
    margin: 0 0 0.3em;
	text-shadow: 0px 3px 3px rgb(6 6 6 / 14%);
}
.recommebox ul{
	padding: 0 15px;
}
.recommebox ul li {
    position: relative;
    line-height: 40px;
    height: 40px;
    padding: 0 0 0 45px;
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 0.5em;
}
.recommebox ul li:last-child {
    margin: 0;
}
.recommebox ul li:before {
    position: absolute;
    content:"";
	background:url(img/check.png);
	width:38px;
	height:33px;
	background-size:cover;
	left:0;
	top:50%;
	margin:-16.5px 0 0; 
}
.stepbox {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    border: solid 1px #ccc;
    padding: 20px;
    box-shadow: 0px 3px 3px rgb(6 6 6 / 14%);
}
.stepbox .title{
    text-align: center;
    font-size: 3.6rem;
    line-height: 1;
    margin: 0 0 1em;	
}
.stepbox .step_flex {
    display: flex;
    flex-direction: column;
}
.stepbox .step_flex .step_flex_item {
display: flex;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 25px;
    border-bottom: solid 1px #7cb3ce;
}
.stepbox .step_flex .step_flex_item:before {
position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate( -45deg);
    bottom: -10px;
    left: 50%;
    margin: 0px 0 0 -7.5px;
    background: #ffffff;
}
.stepbox .step_flex .step_flex_item:after {
	position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: transparent transparent #7cb3ce #7cb3ce;
    transform: rotate( -45deg);
    bottom: -11px;
    left: 50%;
    margin: 0 0 0 -7.5px;
}
.stepbox .step_flex .step_flex_item:last-child:before , .stepbox .step_flex .step_flex_item:last-child:after{
	content:none;
}
.stepbox .step_flex .step_flex_item .step {
    flex-basis: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}
.stepbox .step_flex .step_flex_item .step .bg {
 display: inline-block;
    background: #7cb3ce;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 20px;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    height: 32px;
    line-height: 32px;
}
.stepbox .step_flex .step_flex_item .step .num {
color: #7cb3ce;
    font-weight: bold;
    font-size: 2.6rem;
    height: 32px;
    line-height: 32px;
}
.stepbox .step_flex .step_flex_item .det {
    flex-basis: calc(100% - 120px);
}
.stepbox .step_flex .step_flex_item .det .main {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0 0 10px;
}
.pricebox {
    max-width: 550px;
    width: 100%;
    margin: 4em auto 0;
}
.pricebox .glp_price {
    padding: 30px 0px 20px;
    background: #ffffff;
}
.pricebox .title {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1;
    margin: 0 0 1em;
    color: #c4918a;
}
.pricebox .pricebox_flex {
 display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.pricebox .pricebox_flex .pricebox_flex_left {
    display: flex;
flex-direction: column;
    flex-basis: 45%;
}
.pricebox .pricebox_flex .pricebox_flex_right {
	    display: flex;
flex-direction: column;
    flex-basis: 54%;
}
.pricebox .pricebox_flex > * >.item {
    background: #b37e2b;
    color: #ffffff;
    padding: 5px 5px;
    font-size: 2.0rem;
    margin: 0 0 1rem;
	font-weight:bold;
}
.pricebox .pricebox_flex > * > .menu {
    font-weight:bold;
	font-size:2.4rem;
	padding: 0 0px;
    margin: 0 0 10px;
}
.pricebox .pricebox_flex > * > .price {
    font-weight:bold;
	font-size:2.0rem;
	padding: 0 0px;
    margin: 0 0 10px;
}
.pricebox .pricebox_flex > * > .price .small{
    font-size:65%;
	font-weight:normal;
}
.table-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}

.table {
  border-collapse: collapse;
	width: 640px;
	margin: 1em auto 0em;
}
.common_price_box {
    border: solid 1px #7cb3ce;
	margin: 0 0 1em;
}
.common_price_box h3{
	background: #7cb3ce;
    padding: 15px;
    color:#ffffff;
}
.common_price_box .img {
    flex-basis: 50%;
	padding: 1em;
}
.common_price_box .text {
    flex-basis: 50%;
	font-weight:bold;
	align-self:center;
	padding: 0 1em;
}
.common_price_box .price.table {
    border: none;
}
.common_price_box .price.table td{
    border-right: none;
}
.common_price_box .price.table tr td:first-child{
    border-left: none;
}
.common_price_box .attention {
    font-size: 85%;
    margin: 0;
    padding: 5px;
}
.table.price{
border: 1px solid #7cb3ce;	
width: 100%;
margin: 0;
}
.table.price th {
    background: #7cb3ce;
    color: #ffffff;
    padding: 5px;
    border: 1px solid #fff;
}
.table.price th:last-child {
    border-right: none;
}
.table.price th.course {
    width: 170px;
}
.table.price th.pieces {
	width: 170px;
}
.table.price th.price {
    width: 150px;
}
.table.price td {
    text-align: center;
	padding: 10px;
	border: 1px solid #7cb3ce;
}
.table.price td .price {
	display:block;
font-weight: bold;
    font-size: 1.8rem;
}
.table.price td .value {
    background: red;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    border-radius: 6px;
	margin: 0 0 5px;
}
.js-scrollable table.price.table {
    width: 700px;
    min-width: 100%;
    margin: 0 0 0em;
}
.table__header {
  color: #fff; /* 文字色は任意のものに変更してください */
  font-weight: 700;
  background: #095DAD; /* 背景色は任意のものに変更してください */
}
/*
.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}
*/
@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.scroll-hint--show {
  display: block;
}
.law {
}
.law h3 {
    margin: 1em 0 0.5em;
}
.law .flex.law {
justify-content: space-between;
    font-size: 1.4rem;
    border: solid 1px #ccc;
    margin: 0 0 5px;
}
.law .flex.law .title {
    flex-basis: 160px;
	padding: 5px;
    font-weight: bold;
    background: #ededed;
}
.law .flex.law .text {
    flex-basis: calc(100% - 160px);
	padding: 5px;
}
.attention {
    margin: 0 0 15px;
}
.li_flex {
 display: flex;
    justify-content: center;
    font-size: 75%;
}
.li_flex .name{
flex-basis: 150px;
text-align: right;
}
.li_flex .body{
flex-basis: calc(100% - 150px);
}
.page_qa .qa{
    max-width: 500px;
    margin: 0 auto;
	margin: 0 auto 3em;
}
.page_qa .qa_box{
	border: solid 1px #b37e2b;
    border-radius: 5px;
	margin: 0 0 1em;
}
.page_qa .qa_box .question , .page_qa .qa_box .answer{
    padding: 5px 40px 5px 40px;
    position: relative;
		margin: 6px;
}
.page_qa .qa_box .question{
	cursor: pointer;
}
.page_qa .qa_box .question:before{
content: "Q.";
    display: block;
    position: absolute;
    left: 10px;
    font-weight: bold;
    font-size: 2.0rem;
    color: #b37e2b;
}
.page_qa .qa_box .question span.trigger_btn {
display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    cursor: pointer;
    background: #b37e2b;
    border-radius: 50%;
}
.page_qa .qa_box .question span.trigger_btn:before{
content: '';
    display: block;
    position: absolute;
    background-color: #ffffff;
    transition: 0.5s;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    margin: -1px 0 0 -7.5px;
}
.page_qa .qa_box .question span.trigger_btn:after{
content: '';
    display: block;
    position: absolute;
    background-color: #ffffff;
    transition: 0.5s;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 15px;
    margin: -7.5px 0 0 -1px;
}
.page_qa .qa_box .question.open span.trigger_btn:after{
	opacity:0;
}
.page_qa .qa_box .answer {
    display: none;
	font-weight: bold;
}
.page_qa .qa_box .answer:before{
	content: "A.";
    display: block;
    position: absolute;
    left: 10px;
    font-weight: bold;
    font-size: 2.0rem;
    color: #ff5d55;
}
.page_flex {
    display: flex;
    flex-wrap: wrap;
}
.page_flex .img {
    flex-basis: 45%;
    align-self: center;
}
.page_flex .text {
    flex-basis: 55%;
    padding: 0 1em;
}

.flow_title {
    border-top: 3px solid #d7d7d8;
    border-bottom: 3px solid #d7d7d8;
    border-image: linear-gradient(to right, #d7d7d8 0%, #f3f0f0 50%, #d7d7d8 100%);
    border-image-slice: 1;
    padding: 0.5em 0;
    text-align: center;
    margin: 0 0 1em;
}
.flow {

}
.flow .flow_h3 {
    position: relative;
}
.flow .flow_h3 h3{
background: #4fb7dc;
    color: #ffffff;
    padding: 10px 0 10px 40px;
    width: calc(100% - 30px);
    margin-left: 30px;
}
.flow .flow_h3 .circle{
position: absolute;
    left: 0;
    top: 50%;
    background: #cef2ff;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    color: #4fb7dc;
    margin: -32.5px 0 0;
}
.flow .flow_h3 .circle span{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-size: 1.8rem;
    line-height: 1.0;
    font-weight: bold;
}
.flow .flow_box {
    display: flex;
    margin: 1em 0 2em;
}
.flow .flow_box .img{
	flex-basis: 40%;
}
.flow .flow_box .text {
    flex-basis: 60%;
    padding: 0 1em;
}

/*●PAGE-COMMON
===============================================*/
/*===============================================
●予約ページ
===============================================*/
/*reserve*/
#reserve .reserve_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

#reserve .reserve_flex::before,
#reserve .reserve_flex::after {
    content: "";
    display: block;
    width: 23%;   /* ボタンと同じ幅 */
    height: 0;    /* 高さ0で見た目は出ない */
    order: 9999;  /* 並び順の一番最後に回すのがポイント */
}
/*#reserve .reserve_flex a:before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
#reserve .reserve_flex a:after{
  content:"";
  display: block;
  width:23%;
}*/
#reserve .reserve_flex a{
border: solid 1px #380e16;
    background: #cd4b65;
    border-radius: 10px;
    box-shadow: 0px 0px 1px 1px #bababa;
    padding: 5px 5px 30px;
    margin: 1em 0 0;
    width: 23%;
    min-height: 170px;
    position: relative;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    aspect-ratio: 1 / 1;
}
#reserve .reserve_flex a img{
	max-width: 90px;
    display: block;
    margin: 0 auto;
}
#reserve .reserve_flex a p {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

#reserve .reserve_flex_item a:hover {
    opacity: 0.5;
}
/*===============================================
●menu診療メニュー個別
===============================================*/
/*ed治療薬*/
.medicine_box {
    margin: 0px 0 20px;
}
#ed .medicine_box h3 {
    border-bottom: solid 1px #c28f87;
    margin: 0px 0 5px;
}
.medicine_box_flex {
    display: flex;
}
.medicine_box_flex  .left {
	 flex-basis: 70%;
	padding: 10px 10px 0 0;
}
.medicine_box_flex  .right {
    flex-basis: 30%;
	order: 2;
}
.medicine_box_flex .right img{
	max-width:300px;
	display:block;
	margin:0 auto;
}
/*定量量ピル*/
#pill h3 {
    font-size: 2.6rem;
    padding: 1em 0 0.5em;
    color: #b37e2b;
    text-shadow: 0px 3px 3px rgb(6 6 6 / 14%);
}
#pill h4 {
    color: #b37e2b;
    text-shadow: 0px 3px 3px rgb(6 6 6 / 14%);
	font-size: 2.0rem;
}
#pill .medicine_flex {
display: flex;
    margin: 30px 0 0;
    justify-content: space-around;
	flex-wrap: wrap;
}
#pill .medicine_box {
  margin: 0px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 240px;
}
#pill .medicine_box img {
    max-width: 300px;
    width: 100%;
    height: auto;
	display: block;
    margin: 0 auto;
}
/*アクネトール・ニキビ治療*/
.case h4 {
    font-size: 2.4rem;
    margin: 1.5rem 0;
    padding: 5px 15px;
    border-left: 10px solid #f96868;
	line-height: normal;
}
.case table.case {
    width: 100%;
    border: solid 1px #787878;
    margin: 1em 0;
}
.case table.case th {
    background: #7cb3ce;
    padding: 10px;
    color: #ffffff;
    font-size: 2.0rem;
    border: solid 1px #787878;
    width: 30%;
}
.case table.case td {
    padding: 10px;
    font-size: 2.0rem;
    border: solid 1px #787878;
    font-weight: bold;
}
.acne_price .sticky{
	position: sticky;
    left: 0;
    z-index: 1;
    background: #ffffff;
}
.scroll-hint-icon{
	z-index:11;
}
/*.acne_price .sticky::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #7cb3ce;
}*/
.acne_price .sticky::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #7cb3ce; /* ここでボーダー色 */
}
.acne_price h3{
    background: #ff5d55;
    color: #ffffff;
    padding: 15px 10px;
    font-size: 2.4rem;
    margin: 0 0 1em;
}
.acne_price h4 {
    text-align: center;
    font-size: 2.2rem;
    margin: 1em 0 0.5em;
    border-bottom: double 5px #ff9500;
    padding: 0 0 0.5em;
}
.acne_price .relative{
    position: relative;	
}
.acne_price .arrow {
text-align: center;
    font-size: 2.4rem;
    background: #6bb8de;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    position: relative;
    line-height: normal;
    margin: 0 0 60px;
}
.acne_price .arrow::after {
content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border-width: 30px 50px 0 50px;
    border-style: solid;
    border-color: #6bb8de transparent transparent transparent;
}
.skin_box {
    display: flex;
    flex-wrap: wrap;
}
.skin_box_inner {
    width: 50%;
    padding: 1em;
	margin: 0 0 1em;
}
.skin_box_inner .title{
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0.5em;
    background: #ff9500;
    color: #ffffff;
    padding: 5px 0;	
}
.acne_skinmuse h4 {
    text-align: left;
    border-bottom: none;
    border-left: 10px solid #ff5d55;
    padding: 5px 0 5px 10px;
}
.js-scrollable table.price.table.skin {
    width: 850px;
}
/*ナチュリム*/
.doctor_comment {
max-width: 500px;
    margin: 2em auto;
    background:#fee8e8;
    border-radius: 10px;
    padding: 2em 2em;
}
.doctor_comment h3{
text-align: center;
    font-size: 2.2rem;
    margin: 0 0 1em;	
}
.doctor_comment .flex{
	
}
.doctor_comment .flex .text {
    flex-basis: 65%;
    text-align: center;
    align-self: center;
}
.doctor_comment .flex .img {
    flex-basis: 35%;
    text-align: center;
    align-self: center;
}
.natulim_price{
    margin: 0 0 2em;
    border: 2px solid #c9c9c9;
}
.natulim_price .flex.price {
/*    gap: 1px;
 margin: 3px 0 0 0;*/
    border-top: 2px solid #c9c9c9;
}
.natulim_price .flex.price .menu{
flex-basis: 50%;
    text-align: center;
    background: #7cb3ce;
    color: #ffffff;
    padding: 10px 0;
	border-right: 2px solid #c9c9c9;
	font-weight: bold;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.natulim_price .flex.price .price{
flex-basis: 50%;
    text-align: center;
	align-self: center;
    font-weight: bold;
	font-size: 1.8rem;
	padding: 10px;
}
.natulim_price .flex.price .price .value {
    background: red;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    border-radius: 6px;
    margin: 0 0 5px;
}
h3.stndard{
background: #bad4c9;
    padding: 15px;
 color: #111111;	
}
h3.strong{
	background: #e7c8d7;
	 color: #111111;	
}
h3.ex{
background: #ecdace;
    color: #111111;	
}
.natulim_price .flex .img{
flex-basis: 40%;
    padding: 1em;	
}
.natulim_price .flex .text{
flex-basis: 60%;
    padding: 1em;
    align-self: center;
    font-weight: bold;
    font-size: 2.0rem;
}
.yebox {
    background: #fbf5e5;
    margin: 0 auto;
    padding: 15px;
	margin: 0 0 0.5em;
}
.yebox .title {
    font-weight: bold;
    font-size: 2.0rem;
    margin: 0 0 1em;
}
.yebox ul{
	padding:0 0 0 20px;
}
.yebox ul li {
    list-style: disc;
}
.component_box{
	position:relative;
	overflow: hidden;

}
.component_box:after{
    content:"";
	position:absolute;
	background:url(img/natulim_component01.png);
	background-size:cover;
	height:60px;
	width:200px;
	right:0;
	top:0;
	opacity: 0.7;
	z-index: -1;
}
.component_box:nth-child(2):after{
	background:url(img/natulim_component02.png);
	background-size:cover;
	height:80px;
	width:125px;
}
.component_box:nth-child(3):after{
	background:url(img/natulim_component03.png);
	background-size:cover;
	height:80px;
	width:120px;
}
.component_box:nth-child(4):after{
	background:url(img/natulim_component04.png);
	background-size:cover;
	height:79px;
	width:112px;
}
.component_box:nth-child(5):after{
	background:url(img/natulim_component05.png);
	background-size:cover;
	height:72px;
	width:130px;
}
.component_box h3 {
    border-bottom: solid 1px #c28f87;
    margin: 1em 0 0.5em;
    padding: 0 0 0.5em;
}
.component_box p {
	margin:0 0 1em;
}
.kinds{
	
}
.kinds .kinds_box {
    display: flex;
    justify-content: space-around;
    border-top: solid 1px #ccc;
    padding: 15px 0;
    margin: 10px 0 30px;
}
.kinds_box .kinds_box_left {
flex-basis: 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.kinds_box .kinds_box_left_circle {
    background: #73c0d3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin: 0 0 20px;
}
.kinds_box.second .kinds_box_left_circle {background: #78c5a6;}
.kinds_box.third .kinds_box_left_circle {background: #e4b7c9;}
.kinds_box.fourth .kinds_box_left_circle {background: #f39f7e;}
.kinds_box .kinds_box_left_circle .number {
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    font-family: serif;
}	
.kinds_box .kinds_box_left_circle .level {
    font-weight: bold;
    font-size: 23px;
}
.kinds_box .kinds_box_left_nocircle {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kinds_box .kinds_box_left_nocircle .number {
    font-weight: bold;
    font-size: 24px;
    font-family: serif;
}	
.kinds_box .kinds_box_left_nocircle .level {
    font-weight: bold;
    font-size: 20px;
}
.kinds_box .kinds_box_right {
    flex-basis: 60%;
    position: relative;
}
.kinds_box .kinds_box_right:after {
content: "";
    position: absolute;
    background: url(img/natulim_kind01.png);
    background-size: cover;
    top: -40px;
    right: 0;
    height: 65.6px;
    width: 134px;
}
.kinds_box.second .kinds_box_right:after {
    background: url(img/natulim_kind02.png);
	    background-size: cover;
}
.kinds_box.third .kinds_box_right:after {
    background: url(img/natulim_kind03.png);
	    background-size: cover;
}
.kinds_box.fourth .kinds_box_right:after {
    background: url(img/natulim_kind04.png);
	    background-size: cover;
}
.kinds_box .kinds_box_right_plan {
    font-size: 30px;
    font-family: serif;
    color: #73c0d3;
    padding: 15px 0 15px;
}
.kinds_box .kinds_box_right_plan span {
    display: block;
    font-size: 63%;
    margin: 3px 0 5px;
}
.kinds_box .kinds_box_right_text {
    font-size: 16px;
}
.ac .ac_inner {
    display: none;
}
.trigger.title {
background: #7cb3ce;
    color: #ffffff!important;
    padding: 10px 0;
    position: relative;
    font-size: 2.6rem;
	margin: 20px 0 0;
}
.trigger.title:after {
content: "";
    right: 10px;
    top: 50%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin: -10.5px 0 0;
	transition: 1.0s;
}
.trigger.title.open:after {
content: "";
    right: 10px;
    top: 50%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    margin: -10.5px 0 0;
	transition: 1.0s;
}
.natulim .pricebox table {
    border: solid 1px #7cb3ce;
	width: 100%;
}
.natulim .pricebox table th {
    background: #7cb3ce;
    color: #fff;
    width: 25%;
    padding: 10px;
    border-right: 2px solid #fff;
}
.natulim .pricebox table td {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    border-right: solid 1px #7cb3ce;
    width: 50%;
	background:#ffffff;
}
.natulim .pricebox table.start td {
	 width: 25%;
	}
.natulim .pricebox table td.last {
		border-bottom: solid 1px #7cb3ce;
}
.natulim .pricebox table td em {
    font-style: normal;
    font-size: 50%;
}
.natulim .caution {
    font-size: 70%;
}
.natulim .recommebox {
    margin: 25px auto 10px;
}
.natulim .ex_box {
    font-size: 90%;
    border: solid 1px #7cb3ce;
    padding: 10px;
    background: #ffffff;
}
ul.square {
    padding: 0 0 0 20px;
    margin: 0 0 1em;
}
ul.square li {
position: relative;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 0 0.5em;
    padding: 0 0 0 15px;
}
ul.square li:before{
position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #4891BD;
    clip-path: inset(0px 0px 0px 0px);
    left: 0;
    top: 50%;
    margin: -5px 0 0 0;
    transform: rotate(45deg);
}
.list-box {
    border: solid 1px #ccc;
    padding: 1em;
	margin: 0 0 1em;
}
.list-box .check_title{
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
	margin: 0 0 1em;
}
.list-box ul.check {
    padding: 0 0 0 0px;
    margin: 0 0 0em;
}
.list-box ul.check li {
position: relative;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 0 0.5em;
    padding: 0 0 0 20px;
}
.list-box ul.check li:last-child {
    margin: 0;
}
.list-box ul.check li:before{
position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #0acf75;
    clip-path: inset(0px 0px 0px 0px round 3px);
    left: 0;
    top: 2px;
    margin: 0px 0 0 0;
}
.list-box ul.check li:after{
position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    clip-path: polygon(38% 81%, 98% 1%, 43% 100%, 0 51%);
    clip-path: polygon(0 72%, 6% 67%, 32% 88%, 94% 20%, 100% 24%, 32% 100%);
    left: 0;
    top: 0;
}
.list-box ul.check li ul.disc {
	padding: 0 0 0 20px;
}
.list-box ul.check li ul.disc li {
    font-weight: normal;
    margin: 0.5em 0 0 0px;
    list-style: disc;
    padding: 0;
    font-size: 1.6rem;
}
.list-box ul.check li ul.disc li:before , .list-box ul.check li ul.disc li:after{
	content:none;
}
.ordered_box{
  border: solid 2px #ffb107;
  padding: 1em;
}
.ordered_box .ordered_title{
	font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0.5em;	
}
.ordered_box ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
.ordered_box ol li {
    border-bottom: dashed 1px orange;
    position: relative;
    padding: 0.5em 0.5em 0.5em 30px;
    line-height: 1.5em;
}
.ordered_box ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ordered_box ol li:last-of-type {
  border-bottom: none;
}
/*===============================================
●law特定商取引法
===============================================*/
h2.law_page_style {
    font-weight: 400;
    font-size: 1.8rem;
    padding-left: 15px;
    border-left: 4px solid #76483d;
    margin: 0 0 10px;
}
.law_inner p {
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    font-size: 1.5rem;
}

/*===============================================
●●●タブレットスマホブレイクポイント@media screen and (max-width:769px) ●●● 
===============================================*/

@media screen and (min-width:769px) {
.mv.menu_contact .contact_box {
    flex-direction: row;
    justify-content: space-between;
	margin: 0;
}
.mv.menu_contact {
    max-width: 630px;
    margin: 0 auto;
}
.sp {
    display: none !important;
}
.pcmt10 {
  margin-top: 10px!important;
}
.pcmt20 {
  margin-top: 20px!important;
}
.pcmt30 {
  margin-top: 30px!important;
}
.pcmb10 {
  margin-bottom: 10px!important;
}
.pcmb20 {
  margin-bottom: 20px!important;
}
.pcmb30 {
  margin-bottom: 30px!important;
}

}
@media screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
  html {
    font-size: 54%;
  }
  body {
    min-width: 100%;
    width: 100%;
  }
  img {
    max-width: 100%;
	  height:auto;
	  width:auto;
  }
   .menu_flex_item {
        width: 100%;
   }
/*===============================================
●フレックスレイアウト
===============================================*/
.flex_img_box{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.flex_img_box > *{
-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
.sp_flex {
	 	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.sp_flex>.flex_img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
}
	.sp_flex >.flex_img.right{
		order: 1;
    padding: 0;
	}
	.sp_flex>.flex_text.left {
    order: 2;
    padding: 0;
}
  /*==========================
 スマホCOMMON
 ==========================*/
  main {
    /*margin: 70px 0 0;*/
  }
	#wrapper {
    min-width: 100%;
	margin: 55px 0 0;
	}
	#header{
				height:70px;
	}	
#header .header_inner, #modal_header .modal_header_inner{
		height:70px;
	}
#header .header_inner .logo, #modal_header .modal_header_inner .logo {
width: 60vw;
    height: 7vw;
    margin: -3.5vw 0 0 -32vw;
}
.menu_contact .contact_box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
	padding: 0px 0 0;
}
footer {
    padding: 0 0 70px;
}
  #footer-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 90;
    background: #ffffff;
    padding: 5px 0;
  }
  #footer-fixed .footer_fix_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
  footer #footer {
    padding: 20px 10px 0;
	 -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
	footer #footer #footer_left{
		margin:0 0 20px;
	}

footer #footer #footer_right {
	padding: 0;
    flex-direction: column;
}
footer #footer .time {
    margin: 0 auto 20px;
}
	footer #footer .footer_nav	{
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	}
footer #footer .footer_nav_flex p {
border: solid 1px #ea8174;
    background: #ffc2ba;
    color: #ffffff;
    padding: 5px 0 5px 10px;
    text-align: left;
    margin: 0 0 5px;
}
	footer #footer .footer_nav_flex p:after{
content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
border-top: solid 3px #ea8174;
    border-right: solid 3px #ea8174;
    -webkit-transform: rotate( 
45deg);
    transform: rotate( 
135deg);
    position: absolute;
    top: 50%;
    right: 15px;
margin: -6px 0 0 0;
	}
	footer #footer .footer_nav_flex p.trigger.sp.open:after{
-webkit-transform: rotate( 
-45deg);
    transform: rotate( 
-45deg);
margin: 0px 0 0 0;
	}
footer #footer .footer_nav_flex ul li {
    background: #ea8174;
    color: #ffffff;
    padding: 5px 0 5px 15px;
}
	footer #footer .footer_nav_flex ul li:before{
right: 20px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    left: auto;
	}
footer #footer_copy {
    font-size: 1.2rem;
	padding:15px 0;
}
#footer_site_nav {
    margin: 0;
	padding: 0 0 15px;
}
#footer_site_nav #footer_site_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	padding: 0 10px;
}
#footer_site_nav #footer_site_menu li {
    padding: 5px 0 5px 10px;
    text-align: left;
    margin: 0 0 5px;
	position:relative;
	border-bottom: solid 1px #ffffff;
}
#footer_site_nav #footer_site_menu li a {
    color: #ffffff;
		position:relative;
}

#footer_site_nav #footer_site_menu li a:after {
position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid #111111;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: 5px;
    top: 50%;
    margin: -7px 0 0 0;
	}
#footer_site_nav #footer_site_menu li a.open:after {
   border-top: 7px solid #111111;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;	
}
	#footer_site_nav #footer_sub_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

	.top_title_box {
    padding: 25px 0 20px;
}
	.top_title_box h3.top_title{
	margin: 15px;	
	}
#catch p {
    font-size: 3.0rem;
    margin: 25px 0 0;
}


	#menu .menu_main-img_inner{
	margin: 0 0 20px;	
	}
	#about .top_docotor_flex{
	flex-direction: column;	
	}
#about .top_docotor_flex_text {
    padding: 0;
    border: none;
}
#contact .contact_box {
    flex-direction: column;
    text-align: center;
}	
#flow {
    padding: 0 10px;
}
#flow .flow_flex {
    flex-direction: column;
}
#flow .flow_flex_item {
    margin: 0 0 40px;
}
#flow .flow_flex_item img{
		max-width: 200px;
        margin: 0 auto;
}
/*●PAGE-COMMON480px
===============================================*/
.page_title_container {
    height: auto;
    line-height: inherit;
    padding: 20px 0;
}
.common_page_title {
    font-size: 2.7rem;
}
.recommebox ul {
    padding: 0 5px;
}
.recommebox ul li {
    height: auto;
    line-height: initial;
    margin: 0;
    padding: 10px 0 10px 30px;
}
.recommebox ul li:before {
 width: 26.6px;
    height: 23.1px;
    top: 11px;
    margin: 0;
}	
	.stepbox {
    padding: 20px 10px;
}
.li_flex .name{
flex-basis: 115px;
}
.li_flex .body{
flex-basis: calc(100% - 115px);
}
.flow .flow_box {
    flex-direction: column;
}
.flow .flow_box .text {
    padding: 0;
    margin: 1em 0 0;
}
}
@media screen and (max-width:332px) {
footer #footer .time>*>span{
height: 25px;
    line-height: 15px;
    display: inline-block;	
}
}


/* customization */

body #header {
  background-color: #FFF;
}
body #modal_header {
  background: #FFF;
}
#header::after,
#modal_header::after {
  content: "";
  background: linear-gradient(90deg,#ba7802 0,#f3cd6b 40%,#f3cd6b 60%,#ba7802);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
}
#header .header_inner .logo,
#modal_header .modal_header_inner .logo {
  width: auto;
  height: 30px;
  margin: -15px 0 0 0;
  left: 5px;
}
#header .header_inner .logo > a,
#modal_header .modal_header_inner .logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .header_inner .logo > a img,
#modal_header .modal_header_inner .logo > a img {
  line-height: 1;
  height: 100%;
  width: auto;
}

.menu_trigger span{
  background-color: #231815;
}
.menu_trigger span:nth-of-type(2)::after {
  background-color: #231815;
}
.menu_container {
  background: transparent;
}

.main_img_inner h1,
.main_img_inner p {
  color: #231815;
  position: relative;
  z-index: 2;
}

main #main_img::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 30px solid #b28850;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
footer #footer {
  padding-bottom: 10px;
}
footer #footer_copy {
  color: #FFF;
}
#footer_sub_menu li a {
  color: #111;
}
#footer_site_nav #footer_site_menu li a {
  color: #111;
}
.modal_bg {
  height: 100vh;
  opacity: 0.95;
}
.modal .sp_menu {
  background: transparent;
}


.main_menu_list li .readmore {
  background: #b28850;
}

main #main_img {
  background: URL("./img/top-img.jpg");
  height: 600px;
  background-size: cover;
  background-position: 80% 30%;
  background-repeat: no-repeat;
}

main #main_img .main_img_inner {
  background: rgb(255 255 255 / 25%);
}

/* pc */
@media (min-width:769px) {
	.footer_fix{
		display:none!important;
	}
}

/* sp */
@media (max-width:968px) {

body #modal_header {
  height: 50px;
}
main #main_img {
  height: calc(100vh - 50px);
  background-position: 35% 100%;
}
main #main_img .main_img_inner {
  vertical-align: bottom;
  padding-bottom: 8vh;
  background: rgb(255 255 255 / 50%);
}

#footer_site_nav {
  padding: 0;
  margin: 10px 0;
}

#footer_sub_menu li a {
  margin: 0 15px 0 0;
}

}

@media (max-width: 649px) {
/*.menu_flex_item {
    width: 33%;
}
.menu_flex::before{
  width:33%;
  order:1;
}
.menu_flex::after{
  content:"";
  display: block;
  width:33%;
}*/
#footer_site_nav #footer_site_menu {
  padding: 0;
}
#footer_site_nav #footer_site_menu li {
  margin: 0;
  background-color: transparent;
  padding: 5px 10px;
  border-bottom: none;
}
#footer_site_nav #footer_site_menu li:after {
  border-left: 7px solid #2d2d2d;
  right: 10px;
}
#footer_site_nav #footer_site_menu li ul li {
    padding: 5px 0;
}
#top_doctor .doctor_box .pc_flex {
    display: block;
}	
#top_doctor .doctor_box .flex {
    flex-direction: row;
}
/*===============================================
●診療ページmax650
===============================================*/
.page_flex {
    flex-direction: column;
}
.page_flex .img {
   order:1;	
}
.page_flex .text {
    padding: 0;
    margin: 1em 0 0;
	order:2;
}
}


@media (max-width: 480px) {
/*===============================================
●診療ページ
===============================================*/
.doctor_box .pc_flex {
    flex-direction: column;
}
.doctor_box .flex {
    flex-direction: row;
}

/*===============================================
●予約ページ
===============================================*/
/*reserve*/
#reserve .reserve_flex a ,#reserve .reserve_flex a:before ,#reserve .reserve_flex a:after{
  width:48%;		
}	
#pill .medicine_box {
    width: 100%;
}
#pill h4 {
    text-align: center;
}
/*メニュー変更2024*/
.menu_flex_item {
    width: 100%;
}
.menu_flex::before{
  width:49%;
  order:1;
}
.menu_flex::after{
  content:"";
  display: block;
  width:49%;
}

/*CTA*/
.ctabox .flex .circle span.main{
font-size:4.8vw;		
}	
.ctabox .flex .text .title {
font-size: 6.5vw;
        line-height: 1.5;
}	
.ctabox p span.logo:before{
left: -30%;		
}
.ctabox p span.logo:after{
right: -30%;		
}
.ctabox .cta_exosome{
max-height: 150px;
    width: auto;		
}
.footer_fix .footer_box a {
    font-size: 6vw;	
	}
.footer_fix .footer_box a.tel .text {
    font-size: 3.4vw;
}
.footer_fix .footer_box a.tel .num {
    font-size: 5.0vw;
}
	
/*＝＝＝ナチュリム＝＝＝*/
.natulim_price .flex .img {
    flex-basis: 60%;
}
}