@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");
  }

/* CSS Document */

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

/*===============================================
●英文WEBフォント
===============================================*/


/*===============================================
●共通
===============================================*/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  width: 100%;
  min-width: 1000px;
  box-sizing: border-box;
  position: relative;
  color: #2d2d2d;
  background-color: #FFF;
  font-size: 1.6rem;
  line-height: 28px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
a {
  text-decoration: none;
}
a.blbtn{
	    display: block;
	    width:250px;
        background: #6bb8de;
        border-bottom: 4px solid #0f76a9;
	color: #fff;
        text-align: center;
        box-sizing: border-box;
        border-radius: 10px;
        position: relative;
        padding: 10px 0;
	margin: 0 auto;
    }
a.blbtn:before {
        content: "";
        background-size: cover;
        position: absolute;
        left: 10px;
        top: 50%;
        width: 37px;
        height: 55px;
        margin: -27.5px 0 0;
    }
img {
 max-width:100%;
}
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", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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 {
    /*max-width: 220px;*/
	width:23%;
}

.menu_flex_item a:hover {
    opacity: 0.5;
}
.modal .sp_menu_item .trigger {
    padding: 10px;
    color: #b5766d;
    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 #b5766d;
	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 {
text-align: left;
    font-size: 1.6rem;
    position: relative;
    margin: 0 0 5px;
    border-bottom: solid 1px #b5766d;
    padding: 0 3px;
}
.modal .sp_menu_item .inner a:after {
content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid #b5766d;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin: -5px 0 0;
}


  #header {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    background: #b5766d;
    height: 100px;
    z-index: 10;
  }
#header .header_inner , #modal_header .modal_header_inner {
max-width: 700px;
    margin: 0 auto;
    position: relative;
    height: inherit;
}
#modal_header {
position: relative;
    height: 100px;
    background: #b5766d;
}
#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: #b5766d;
    font-weight: bold;
}
.modal .sp_menu_item {
position: relative;
    text-align: center;
    display: flex;
    border: solid 1px #b5766d;
    justify-content: center;
    margin: 0 0 3%;
	flex-direction: column;
}
.modal .sp_menu_item p{
	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 #b5766d;
    border-right: 1px solid #b5766d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -11px 0 0 0;
}
.modal .sp_menu_item a{
    color: #b5766d;
    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 .menu_contact {
    max-width: 550px;
    margin: 0 auto;
}
.modal .menu_contact .contact_box {
    display: flex;
    justify-content: space-around;
    border: solid 1px #b5766d;
    margin: 15px 0 0;
    padding: 0 0px;
}
.modal .menu_contact .contact_box a{
 position: relative;
    width: 250px;
    background: #ff5d55;
    color: #ffffff;
    margin: 15px 0px 5px;
    border-radius: 5px;
    padding: 20px 0 20px 25px;
    text-align: center;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    font-size: 2.2rem;
    text-shadow: 0px 3px 3px rgb(6 6 6 / 63%);
    display: inline-block;
}
.modal .menu_contact .contact_box a:before{
content: "";
    background: url(img/icon_tel.png);
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 37px;
    height: 55px;
    margin: -27.5px 0 0;
}
.modal .menu_contact .contact_box .web a{
    background: #6bb8de;
}
.modal .menu_contact .contact_box .web a:before{
    background: url(img/icon_web.png);
    background-size: cover;
}
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;
}
#contact .contact_box .footer_btn {
width: 250px;
    background: #ff5d55;
    color: #ffffff;
    margin: 20px 20px;
    border-radius: 5px;
    padding: 20px 0 20px 25px;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    font-size: 2.2rem;
    text-shadow: 0px 3px 3px rgb(6 6 6 / 63%);
    position: relative;
}
#contact .contact_box .footer_btn:before{
content: "";
    background: url(img/icon_tel.png);
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 37px;
    height: 55px;
    margin: -27.5px 0 0;
}
#contact .contact_box .footer_btn.web:before{
    background: url(img/icon_web.png);
    background-size: cover;
}
#contact .contact_box .footer_btn.web {
    background:#6bb8de;	
}
#contact .contact_box .footer_btn a{
    color: #ffffff;
    text-shadow: 0px 3px 3px rgb(6 6 6 / 63%);
}
footer {
background: #b5766d;
	position:relative;
}
footer #footer {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 10px 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	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 20px;
}
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: #b5766d;
}
footer #footer .time>*>span {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
}
footer #footer .time> * >p {
    -ms-flex-preferred-size: 11%;
    flex-basis: 11%;
}
footer #footer .time > .week {
    background: #000000;
    color: #fff;
}
footer #footer .time > .hour {
	border-top: solid 3px #b5766d;
    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: #b5766d;
    padding: 30px 0;
}
/*●COMMON
===============================================*/

/*===============================================
●TOP
===============================================*/
main {
    margin: 100px 0 0;
}
.content_wrapper {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
	padding: 0 10px 0px;
}
#main_img {
background: url(img/main_back.png);
    background-size: cover;
    position: relative;
}
.main_img_inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.top_title_box {
    padding: 40px 0 30px;
}
.top_title_box h2.top_title {
    text-align: center;
    font-size: 3rem;
    color: #b5766d;
}
.top_title_box h2.top_title span {
    border: solid 1px #b5766d;
    border-radius: 20px;
    width: 200px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.top_title_box h3.top_title {
    text-align: center;
    font-size: 2.8rem;
    color: #b5766d;
	margin: 20px;
}
#catch p{
    text-align: center;
    font-size: 3.6rem;
    line-height: 2;
	color: #b5766d;
	margin: 40px 0 0;
}
#menu .menu_main-img_inner {
    margin: 0 0 40px;
}
#about {
    background: url(img/about_back.png);
    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;
}
/*●TOP
===============================================*/
/*===============================================
●PAGE-COMMON
===============================================*/
#breadcrumb ul.breadcrumb_list {
    padding: 0 0px;
}
.page_content {
    padding: 0 10px 0;
}
/*.page_link {
  padding-top: 90px;
  margin-top: -90px;
}*/
#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-COMMON
===============================================*/
.page_title {
    text-align: center;
    font-size: 3.0rem;
    padding: 1em 0;
    color: #b5766d;
    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: #b5766d;
    text-shadow: 0px 3px 3px rgb(6 6 6 / 14%);
    line-height: 1.5;
}
h3.list {
    color: #b5766d;
    text-shadow: 0px 3px 3px rgb(6 6 6 / 14%);
    border-bottom: solid 1px #b5766d;
	margin: 1em 0 0;
}
.exp {
    margin: 0 0 3em;
}
.page_wrapper{
	width: 770px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px 0px;
}
section.recomme{
	background:url(img/recomme_back.png);
	background-size:cover;
	padding: 100px 0 30px;
}
.recommebox {
    position: relative;
    max-width: 550px;
    width: 100%;
    margin: 2em auto 5em;
    border-left: solid 1px #b5766d;
    border-right: solid 1px #b5766d;
    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: #b5766d;
    border-bottom: solid 1px #b5766d;
    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: 120px;
    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: #b5766d;
    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;
}
.pricebox .firstprice {
    background: red;
    color: #ffffff;
    border-radius: 5px;
    font-size: 90%;
    font-weight: bold;
}
.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);
}
/*===============================================
●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: #b5766d;
    text-shadow: 0px 3px 3px rgb(6 6 6 / 14%);
}
#pill h4 {
    color: #b5766d;
    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;
}
/*ナチュリム*/
.component_box{
	position:relative;

}
.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: 40px 0 5px;
}
.component_box p {
	margin:0 0 10px;
}
.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: 83px;
    width: 86.5px;
}
.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;
}
/*===============================================
●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:650px) ●●● 
===============================================*/

@media screen and (min-width:650px) {
  .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:649px) {
  .pc {
    display: none !important;
  }
  html {
    font-size: 52%;
  }
  body {
    min-width: 100%;
    width: 100%;
  }
  img {
    max-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;
  }
	#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;
}
.modal .menu_contact .contact_box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
	padding: 30px 0 0;
}
	.modal .menu_contact .contact_box a{
		margin:0 0 20px;
	}
  #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 {
background: #b5766d ;
    color: #ffffff;
    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;
}	
#contact .contact_box .footer_btn {
    margin: 20px auto;
}
/*●PAGE-COMMON
===============================================*/
.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);
}	
}
@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 {
  background-color: #f5f4f4;
}
footer #footer {
  padding-bottom: 10px;
}
footer #footer_copy {
  background: #837460;
  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;
}
.modal .menu_contact .contact_box {
  border: none;
}

.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:969px) {

}

/* 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;
}
}


@media (max-width: 480px) {
#pill .medicine_box {
    width: 100%;
}
#pill h4 {
    text-align: center;
}
/*メニュー変更2024*/
.menu_flex_item {
    width: 49%;
}
.menu_flex::before{
  width:49%;
  order:1;
}
.menu_flex::after{
  content:"";
  display: block;
  width:49%;
}
}