@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Puritan:wght@400&display=swap');
/* nomal */
@font-face {
    font-family: 'rounded-mplus';
    src: url('../font/rounded-mplus-2c-regular.woff') format('woff'),
             url('../font/rounded-mplus-2c-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    -webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
}

.titsu_2flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    padding-top: 30px;
    width: 100%;
}

.titsu_2flex .cont{
width: min-content;
}

img.nyougan {
    width: 100%;
    padding-top: 30px;
}

img.nyouganlogo {
    width: 30%;
}



.snsbox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 200px;
}
.snsbox a {
    margin: 3px 8px;
}
.snsbox img {
    width: 100%!important;
}


.fix_bn {
    position: fixed;
    z-index: 100;
    right: 0;
    display: flex;
    flex-direction: column;
    top:35%;
}

.fix_cont {
    text-align: center;
    padding: 15px;
    border: solid #ffffff 1px;
    background: #e38648;
}

.fix_cont p{
color: #ffffff;
font-weight: bold;
font-size: 1.1em;
}


i.fa-solid.fa-phone,
i.fa-solid.fa-calendar-days,
i.fa-solid.fa-location-dot{
  display: block;
  margin-bottom: 10px;
  font-size: 1.8em;
}





br.potion{
  display: none;
}

img.ele2 {
    display: block;
    width: 50%;
}

.inner_box2, .inner_box, .three {
    margin-bottom: 15px;
}

a.medicalmore{
  text-decoration:underline;
  font-weight: bold;
  color: #e38648;
}

.doctorflex {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.docphoto {
    width: 30%;
}
ul.doctor {
    width: 65%;
    position: relative;
}

/*--担当医表のGoogleカレンダーここから--*/

.googleCalendar iframe {
  width: 95%;
  height: 600px;
}

/*--担当医表のGoogleカレンダーここまで--*/


/*--怪しい薬物ネットここから--*/
a.a_red{
  color: #ff0000;
  text-decoration: underline;
}
/*--怪しい薬物ネットここから--*/


/*--薬一覧ここから--*/

p.about {
    line-height: 1.4;
}

.dragtext p.title{
  font-size: 1.5em;
  color: #e38648;
line-height: 1.3;
}

p.kakaku {
    margin: 0;
}

span.kakakuspan{
  color: #e5450b;
  font-weight: bold;
}

.drag_cont {
  display: block;
  padding: 1.5em 2.5em;
  margin: 2em;
  overflow: hidden;
  clear: both;
box-shadow: 5px;
}

.drag_cont p.price_subject{
font-size: 20px;
margin-bottom: 0!important;
}

.drag_flex {
    display: flex;
    width: 100%;
    justify-content:flex-start;
    flex-direction: row;
margin-bottom: 50px;
}

.dragimg{
  width: 25%;
margin: 0 15px;
align-items: flex-start;
height: fit-content;
}

.dragimg img{
  width:100%;
  align-self: flex-start;
  height: fit-content;
}


.dragtext{
  width: 75%;
}


.drag3 {
    display: flex;
align-items: flex-start;
}

.drag {
padding-bottom: 100px;
}

.drag3 a{
margin: 0;
width: 33.33%;
height: fit-content;
align-items: flex-start;
align-self: flex-start;
}

.drag3 a img{
margin: 0;
width: 100%;
height: fit-content;
align-self: flex-start;
}


/*--薬一覧ここまで--*/


.orange {
color: #e5450b;
}
/*========= header =========*/
.header {
  max-width: 100%;
  width:100%;
  padding:1em 0 0.5em 0;
  overflow:hidden;
}
.header {
  max-width: 100%;
  width:100%;
  padding:1em 0 0.5em 0;
  overflow:hidden;
}
.header .logo {
  width: 35%;
  display: block;
  float: left;
}
.header .logo img {
  width:100%;
}
.header .header_leftin{
  float:right;
  margin-top: 1em;
  display: flex;
      flex-direction: row;
      align-items: center;
}
.header_flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_leftin img{
  width: 400px;
}

.header .tel{
  color: #e38648;
  font-weight:bold;
  margin-right: 1em;
font-size: 1.7em
}
.header .tel::before{
    content: '\f095';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: inline-block;
    margin-right: 0.5em;
}
.header .consult_time {
  background-color: #e38648;
  padding: 0.5em 2em;
  border-radius: 50px;
  color: #fff;
}
.header .consult_time::before{
    content: '\f073';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: inline-block;
    margin-right: 0.5em;
}
/*========= グローバルナビゲーション =========*/
.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.menu > li {
  float: left;
  width: 16.6666666667%;
  height: 50px;
  line-height: 50px;
  background-color: #e38648;
  border-right: solid 1px #fff;
  box-sizing: border-box;
}
.menu > li:last-child {
  border-right: none;
}
.menu > li a {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #cb590d;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
  border-top: 1px solid #cb590d;
  height: 35px;
  line-height: 35px;
  width:auto;
}

.menu__third-level li {
    border-top: 1px solid #111;
}
.menu__second-level li a {
  text-align: left;
  padding: 0 1em;
  font-weight: normal;
  font-size: 0.9em;
  letter-spacing: 0.01em;
}
.menu__second-level li a:hover {
    background: #fff;
    color:#e38648;
    width: max-content;
}

/* 下矢印 */
.init-bottom:after,ul.header_menu li a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
/**
 * single menu
 */
.menu > .menu__single {
  position: relative;
}

.menu__single .menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #e38648;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__single:hover > .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
/*========= ハンバーガーメニュー =========*/
.hamburger-menu {
    display:none;
}
/*========= トップページ ヘッダキャプション =========*/
.HeadCaption {
    background: url( "../images/caption.jpg" ) ;
    height: 30vw;
    width: 100%;
	background-size: auto 100%;
    position: relative;
animation: scroll-anim 60s linear infinite;
}

@keyframes scroll-anim {
	from { background-position: 0 0; }
    to { background-position: -4500px 0; } /* 2000pxとは使用した背景画像の長さ */
}
.HeadCaption_in {
  width: 80%;
  position: absolute;
  bottom: 1em;
  white-space: pre-line;
  display: block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  line-height: 1.8em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 2px 2px 5px #e38648;
}

/*========= お悩み別診察メニュー =========*/
.Menu_list01,.Menu_list02,.Two_but {
  display: block;
  overflow: hidden;
  margin: 1em;
}
.Menu_list01 .inner_box {
  display: block;
  overflow: hidden;
  width: 33.333333333%;
  float: left;
  position: relative;
  height: 18em;
}

.Menu_list01 .inner_box2 {
  display: block;
  overflow: hidden;
  width: 50%;
  float: left;
  position: relative;
  height: 18em;
}

.Menu_list01 h2,.Menu_list02 h2,.Menu_list01 h3,.Newslist h2,.Feature h2,.Osusume h2,.drag h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  text-align: center;
  display: block;
  font-weight: bold;
  color:#494747;
}
.Menu_list01 h2 {
  background: url( "../images/common/header_bg.png" ) center center / 100% auto no-repeat transparent;
  height: 50px;
  padding: 1em 0;
  line-height: 65px;
}
.Menu_list01 .innner_box_in {
  padding: 3em 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 95%;
  text-align: center;
}
.Menu_list01 a {
  display: block;
  overflow: hidden;
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
.Menu_list01 h3 {
  font-size: 1.5em;
}
.Menu_list01 p {
  margin-top:1em;
}
.Menu_list01 .menu_01 {
  background: url( "../images/menu/001.jpg" ) center center / 95% auto no-repeat transparent;
}
.Menu_list01 .menu_02 {
  background: url( "../images/menu/002.jpg" ) center center / 95% auto no-repeat transparent;
}
.Menu_list01 .menu_03 {
  background: url( "../images/menu/03.jpg" ) center center / 95% auto no-repeat transparent;
}
.Menu_list01 .menu_04 {
  background: url( "../images/menu/04.jpg" ) center center / 95% auto no-repeat transparent;
}
.Menu_list01 .menu_05 {
  background: url( "../images/menu/05.jpg" ) center center / 95% auto no-repeat transparent;
}
.Menu_list01 .menu_06 {
  background: url( "../images/menu/06.jpg" ) center center / 95% auto no-repeat transparent;
}
.Menu_list01 .menu_07 {
  background: url( "../images/menu/07.jpg" ) center center / 95% auto no-repeat transparent;
}
.Menu_list01 .menu_08 {
  background: url( "../images/menu/08.jpg" ) center center / 95% auto no-repeat transparent;
}
.Menu_list01 .inner_box:hover,
.Menu_list01 .inner_box2:hover
 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition : 1s;
}
/*========= 施術別診療メニュー =========*/
.Menu_list02 h2,.Newslist h2,.Feature h2,.Osusume h2,.drag h2  {
  background: url( "../images/common/header_bg.png" ) center center / 60% auto no-repeat transparent;
  height: 150px;
  padding: 1em 0;
  line-height: 6.3em;
  font-size: 2em;
}
.Menu_list02 .two {
  width: 48%;
  float: left;
  margin: 1em 1%;
}
.Menu_list02 .three {
  width: 33.333333333%;
  float: left;
}
.Menu_list02 .two img{
  width:100%;
}
.Menu_list02 .three img {
  width: 95%;
  margin: 0 auto;
  display: block;
}
/*========= お知らせ =========*/
.Newslist {
  display: block;
  overflow: hidden;
  margin: 1em auto 2em auto;
  width: 100%;
  text-align: center;
}
.Newslist .Newslist_in {
  width: 70%;
  margin:0 auto;
}
.Newslist .Newslist_in .Newslist_inner {
  display: block;
  box-sizing: border-box;
  width: 50%;
  float: left;
  border: solid #e3e3e3 1px;
  padding: 0.5em 1em;
}
.Newslist .Newslist_in div .time {
  display: block;
  color:#a3090f;
}
.Newslist .Newslist_inner:nth-child(5),.Newslist .Newslist_inner:nth-child(6) {
  margin-bottom:2em;
}
.Newslist_list,.First_inner a,.Osusume a,.footer_up .inner02 .mform {
  background-color: #e38648;
  color: #fff !important;
  font-weight: bold;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 25%;
  text-align: center;
  padding: 0.8em 0;
}
/*========= 当院の特徴 =========*/
.Feature {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: url( "../images/feature/bg.jpg" ) center center / auto 100% no-repeat transparent;
  padding-bottom: 4em;
}
.Feature_in {
  display: block;
  overflow: hidden;
  width: 80%;
  margin:0 auto;
}
.Feature b {
  color: #614545;
  font-weight: normal;
  font-size: 1.5em;
  text-align: center;
  display: block;
  white-space: pre-wrap;
  margin-bottom: 2em;
}
.Feature_inner {
  display: block;
  overflow: hidden;
  width: 33.333333333%;
  float:left;
  background:#fff;
  position: relative;
}
.Feature_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 75%;
}
.Feature_inner img {
  width: 100%;
}
.Feature_inner h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5em;
  margin-bottom: 1em;
}
/*========= はじめての方へ =========*/
.First {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: url( "../images/first_bg.png" ) center center / 100% auto no-repeat transparent;
  padding-bottom: 4em;
  position: relative;
  height: 25vw;
}
.First_inner {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #fff;
  width: 40%;
  padding: 2em 3em;
}
.First_inner h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.7em;
  margin-bottom: 1em;
  color: #e38648;
  text-align: center;
}
.First_inner p {
  white-space: pre-line;
  color: #e38648;
    margin-bottom: 2em;
}
.First_inner a {
  width: 45%;
  margin: 0;
}
.First_inner a:nth-child(odd) {
  margin:0;
  float:left;
margin-bottom: 20px;
}
.First_inner a:nth-child(even) {
  margin:0;
  float:right;
  margin-bottom: 20px;
}
/*========= 2ツ並びボタン =========*/
.Two_but{
  margin:0;
}
.Two_but_inner a {
  width:50%;
  float:left;
}
.Two_but_inner img {
  width:100%;
}
/*========= おすすめ =========*/
.Osusume a {
  margin-bottom:3em;
  width: 20%;
}
.Osusume img {
  width: 80%;
  margin: 0 auto 2em auto;
  display: block;
}
/*========= 3ツ並びボタン =========*/
.Three_but {
  margin: 0 0 3em 0;
  display: block;
  overflow: hidden;
}
.Three_but_inner a {
  width:33.3333333%;
  float:left;
}
.Three_but_inner img {
  width:100%;
}
/*========= footer上部 =========*/
.footer_up,.footer_middle,.footer_bottom {
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.footer_up {
    margin-bottom: 20px;
}

.footer_up .footer_up_inner {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  float:left;
  box-sizing: border-box;
}
.footer_up .inner01 {
  width: 40%;
  padding: 0 3em 0 0;
}
.footer_up .inner02 {
  width: 30%;
  padding: 1em 1.5em;
}
.footer_up .inner02:nth-last-child(2) {
  border-left:solid 1px #888;
  border-right:solid 1px #888;
}
.footer_up .inner01 img {
  width: 90%;
  margin-bottom: 0.5em;
}
.footer_up .inner01 p {
  white-space: pre-line;
  width: 85%;
  margin: 0 auto;
  font-size: 0.85em;
}
.footer_up .inner01 b {
  display: block;
  margin: 0.8em 0 0.2em 0;
  font-size: 1.2em;
  font-weight: bold;
}
.footer_up .inner02 b {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: normal;
}
.footer_up .inner02 p {
  text-align: left;
}
.footer_up .inner02 span {
  font-size: 0.8em;
  display: block;
  margin: 1em 0 2em 0;
}
.footer_up .inner02 iframe {
  width:100%;
  height:18em;
}
.footer_up .inner02 .mform {
  width:65%;
}
/*========= footer中部 =========*/
.footer_middle {
  background-color:#f7f7f7;
  padding: 3em 0;
}
.footer_middle a {
  display: block;
  line-height: 2em;
}
.footer_middle_in {
  width:80%;
  margin:0 auto;
  display:block;
  overflow:hidden;
}
.footer_middle_inner {
  width:33%;
  margin:0 auto;
  display:block;
  overflow:hidden;
  float:left;
}
.footer_middle_inner b {
  font-size: 1.2em;
  color: #e38648;
  font-weight: normal;
  margin-bottom: 0.8em;
  display: block;
}
/*========= footer下部 =========*/
.footer_bottom {
  background-color: #e38648;
  color: #fff;
}
.footer_bottom a {
  color: #fff;
}
.footer_bottom_in {
  width:90%;
  margin:0 auto;
  display:block;
  overflow:hidden;
  position: relative;
  padding: 1em 0;
}
.footer_bottom_in .button {
  border: solid 1px #fff;
  color: #fff;
  display: inline-block;
  padding: 0.2em 0;
  width: 8%;
  text-align: center;
  margin-right: 0.5em;
}
.footer_bottom_in p {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.header img.daysimg {
    width: 30%;
}

/*=========================== tablet ===========================*/
@media screen and (max-width: 1199px) {
/*========= header =========*/
.header .header_leftin {
  margin-top: 0.5em;
}
/*========= お悩み別診察メニュー =========*/
.Menu_list01 h2 {
  /*line-height: 7.5vw;
  font-size: 2.5vw;*/
  line-height: 6vw;
  font-size: 2vw;

}
.Menu_list01 h3 {
  font-size: 1.85vw;
}
.Menu_list01 .inner_box,
.Menu_list01 .inner_box2 {
  height: 23vw;
}
/*========= 施術別診療メニュー =========*/
.Menu_list02 h2,.Newslist h2,.Feature h2,.Osusume h2,.drag h2 {
  height: 100px;
  padding: 1em 0;
  line-height: 12vw;
  font-size: 3.6vw;
}
/*=========お知らせ =========*/
.Newslist .Newslist_in {
  width: 100%;
  margin:0 auto;
}
/*========= 当院の特徴 =========*/
.Feature_inner h3 {
font-size: 2vw;
}
.Feature_inner p {
  word-break: break-all;
  font-size: 1.5vw;
}
/*========= はじめての方へ =========*/
.First {
  background: url( "../images/first_bg.png" ) center center / auto 100% no-repeat transparent;
  padding-bottom: 0;
  height: 40vw;
}
.First_inner {
  width: 70%;
  padding: 1em 2em;
}

/*========= おすすめ =========*/
.Osusume img {
  width: 100%;
}
/*========= footer上部 =========*/
.footer_up .inner01 {
  width: 40%;
  padding: 0 1em 0 0;
}
.footer_up .inner02 .mform {
  width: 90%;
}
/*========= footer中部 =========*/
.footer_middle_in {
  width: 90%;
}
/*========= footer下部 =========*/
.footer_bottom_in .but01,.footer_bottom_in .but02,.footer_bottom_in .but03,.footer_bottom_in .but04 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.footer_bottom_in {
  padding: 2em 0;
  font-size: 0.8em;
}
.footer_bottom_in .but01 {
    left: 0%;
}
.footer_bottom_in .but02 {
  left: 14%;
}

.footer_bottom_in .but03 {
  left: 28%;
}

.footer_bottom_in .but04 {
  left: 42%;
}

.footer_bottom_in .button {
  width: 12%;
  margin-right: 0;
}
}




/*=========================== mini tablet ===========================*/
@media only screen and (min-width:768px) and (max-width:840px) {
/*========= header =========*/
.header .header_leftin {
  margin-top: 0.5em;
}
/*========= 施術別診療メニュー =========*/
.Menu_list02 h2,.Newslist h2,.Feature h2,.Osusume h2 ,.drag h2 {
  line-height: 14.5vw;
  font-size: 3.3vw;
}
}


/*=========================== smt ===========================*/
@media screen and (max-width: 767px) {
/*========= header =========*/
.header .logo {
  width: 75%;
  float: none;
}
.header .header_leftin {
  float: none;
  margin-top: 1em;
  text-align: center;
}
.header .tel {
  text-align: center;
  display: block;
}
.header .consult_time {
  text-align: center;
  margin: 1em auto;
  display: block;
  width: 40%;
}
.header,
.header .header_leftin,
 .header_flex{
    display:block;
}

/*========= グローバルナビゲーション =========*/
.menu {
    display:none;
}
/*========= トップページ ヘッダキャプション =========*/
.HeadCaption {
  height: 70vw;
}
.HeadCaption_in {
  width: 90%;
  font-size: 5.5vw;
  bottom: 2em;
}
/*========= ハンバーガーメニュー =========*/
.hamburger-menu {
  display: inline;
}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #e38648;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    padding-left: 2em;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  left: 11px;
  top: 16px;
}
.menu-content ul li span {
  padding: 0 0 0 1.5em;
  display: block;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #e38648;
    transition: all 0.5s;/*アニメーション設定*/
    overflow: scroll;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

/*========= お悩み別診察メニュー =========*/
.Menu_list01 .menu_01 {
  background: url( "../images/menu/01.jpg" ) center center / 95% auto no-repeat transparent;
}
.Menu_list01 .menu_02 {
  background: url( "../images/menu/02.jpg" ) center center / 95% auto no-repeat transparent;
}

.Menu_list01 .inner_box,
.Menu_list01 .inner_box2 {
  width: 100%;
  float: none;
  height: 65vw;
}
.Menu_list01 .smt_h2height {
  height: 8em;

}
.Menu_list01 h2,.Menu_list02 h2,.Newslist h2,.Feature h2,.Osusume h2 ,.drag h2 {
  line-height: 10vw;
  font-size: 6vw;
}
.Menu_list01 h3 {
  font-size: 5.5vw;
}
/*========= 施術別診療メニュー =========*/
.Menu_list02 h2,.Newslist h2,.Feature h2,.Osusume h2 ,.drag h2 {
  background: url( "../images/common/header_bg.png" ) center center / 100% auto no-repeat transparent;
  height: 50px;
  padding: 1em 0;
}
.Menu_list02 .two,.Menu_list02 .three {
  float: none;
  margin: 1em auto;
  display: block;
}
.Menu_list02 .two {
  width: 95%;
}
.Menu_list02 .three {
  width: 100%;
}
/*=========お知らせ =========*/
.Newslist .Newslist_in .Newslist_inner {
  width: 100%;
  float: none;
}
.Newslist_list {
  width: 50%;
}
.Newslist .Newslist_inner:nth-child(5) {
  margin-bottom:0;
}
/*========= 当院の特徴 =========*/
.Feature b {
  font-weight: bold;
  font-size: 4.2vw;
  margin-bottom: 2em;
  width: 90%;
  margin: 0 auto 2em auto;
}
.Feature_inner {
  width: 100%;
  float: none;
  height: 60vw;
}
.Feature_inner h3 {
  font-size: 5vw;
}
.Feature_inner p {
  font-size: 3.5vw;
}
/*========= はじめての方へ =========*/
.First {
  height: 150vw;
}
.First_inner {
  width: 70%;
  padding: 1em 2em;
}
.First_inner a,.Osusume a {
  width: 80%;
}

.First_inner a:nth-child(odd),
.First_inner a:nth-child(even){
  float: none;
  margin: 0 auto 1em auto;
}

/*========= 2ツ並びボタン =========*/
.Two_but_inner a,.Three_but_inner a {
  width:100%;
  float:none;
}
.Two_but_inner img,.Three_but_inner img {;
  margin: 1em 0;
}
.Two_but_inner img:last-child,.Three_but_inner img:last-child {;
  margin: 1em 0 0 0;
}
/*========= footer =========*/
footer{
  width:100%;
  display:block;
  overflow:hidden;
  padding-bottom: 60px;
}
/*========= footer上部 =========*/
.footer_up .footer_up_inner {
  float: none;
}
.footer_up .inner01,.footer_up .inner02 {
  width: 100%;
  padding: 0;
  margin-bottom: 2em;
}
.footer_up .inner02:nth-last-child(2) {
  border-left: none;
  border-right: none;
}
.footer_up .inner01 img {
  width: 100%;
  margin-bottom: 1em;
}
.footer_up .inner01 p {
  width: 95%;
}
.footer_up .inner02 .mform {
  width: 80%;
}
/*========= footer中部 =========*/
.footer_middle_in {
  width: 90%;
}
.footer_middle_inner {
  width: 90%;
  float: none;
  margin: 0 auto 2em auto;
  overflow: hidden;
}
.footer_middle_inner:last-child {
  margin-bottom:0;
}
.footer_middle a {
  display: block;
  line-height: 2em;
  width: 50%;
  float: left;
}
/*========= footer下部 =========*/
.footer_bottom_in {
  padding: 3em 0;
  font-size: 3.3vw;
}
.footer_bottom_in .but01,
.footer_bottom_in .but02,
.footer_bottom_in .but03,
.footer_bottom_in .but04 {
  top: 35%;
}
.footer_bottom_in p {
  top: 70%;
  width: 100%;
}
.footer_bottom_in .but02 {
  left: 25%;
}
.footer_bottom_in .button {
  width: 20%;
}

.footer_bottom_in .but03 {
  left: 50%;
}

.footer_bottom_in .but04 {
  left: 75%;
}

}
@media screen and (max-width: 767px) {
.footer_bottom a {
  font-size: 2.8vw;
}
}
/*================== メインコンテンツ ==================*/
.maincont, .contbox {
  width: 80%;
  margin: 3em auto;
  overflow: hidden;
  display: block;
}
.contbox {
  width: 100%;
  margin: 0 auto 2em auto;
}
.maincont p {
  margin-bottom: 1em;
  letter-spacing: 0.08em;
  line-height: 1.4em;
  color: #333;
}
.maincont p:last-child {
  margin-bottom:0;
}
.maincont h1 {
  font-size: 2.2em;
  color: #e5450b;
  text-align: center;
  margin-bottom: 0.8em;
  position: relative;
  padding: 1.5rem 1rem;
  font-family:"rounded-mplus";
}
.maincont h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #f2c9ae, #f2c9ae 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #f2c9ae, #f2c9ae 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.maincont span.subtext {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #555;
  margin: 0.5em 0 5em 0;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family:"rounded-mplus";
}
.maincont span.subtext:before, .maincont span.subtext:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #ccc;
}
.maincont span.subtext:before {
  left:0;
}
.maincont span.subtext:after {
  right: 0;
}
.maincont h2 {
  font-size: 1.7em;
  color: #555;
  margin-bottom: 1em;
  position: relative;
  padding: 0.25em 0;
  font-family:"rounded-mplus";
}
.maincont h2:before {
    content: '\f24d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: inline-block;
    margin-right: 0.5em;
    color: #c2d884;
}
.maincont h2:after {
  content: "";
  display: block;
  height: 6px;
  background: -webkit-linear-gradient(to right, rgb(215, 56, 16), #e8f5d1);
    background: linear-gradient(to right, rgb(215, 56, 16), #e8f5d1);
    margin-top: 0.2em;
}
.maincont h2 span{
  font-size: 0.7em;
}
.maincont h3 {
  position: relative;
  padding: 0.3em 0.75em;
  border-left: solid 2.1em #e5450b;
  font-size: 1.3em;
  margin: 1em 0em 1.5em 1em;
  font-family:"rounded-mplus";
}
.maincont h3::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0c6";
  font-weight: 900;
  color: #fff;
  padding: 0;
  left: -1.55em;
  top: 50%;
  transform: translateY(-50%);
}



.maincont .left_cont {
  float: left;
  width: 73%;
  margin-right: 2%;
  margin-bottom:2em;
}
.maincont .left_cont p {
  margin-left: 3em;
}
.maincont .right_cont{
  float:right;
  width:25%;
  margin-bottom:2em;
  text-align: center;
}
.maincont .right_cont img{
  width:80%;
  text-align: center;
}


#mela .maincont .right_cont img{
  width:100%;
  text-align: center;
}


.maincont #potion .left_cont {
  float:left;
  width:30%;
  margin-bottom:2em;
  text-align: center;
}

.maincont #potion .right_cont{
  float: right;
  width: 68%;
  margin-right: 0%;
  margin-bottom:2em;
  text-align: left;
}
.maincont #potion .left_cont img{
  width:100%;
  text-align: center;
}

.maincont .point{
  padding: 1.5em 2.5em;
  border-radius: 1em;
  font-weight: bold;
  color: #555;
  letter-spacing: 0.05em;
  overflow: hidden;
  border: solid 5px #f3f7e8;
  margin: 2em;
  background-color: #fdfdfd;
}
.maincont .point b,.maincont .price_cont b ,.drag_cont b{
  display: block;
  margin: 2em auto;
  text-align: center;
  color: #e5450b;
  font-size: 1.2em;
}
.maincont .price_cont b {
  margin: 0 auto 1em auto;
  font-size: 1.5em;
}
.maincont .price_cont .price_subject,
.maincont .drag_cont .price_subject {
  margin-bottom: 0.3em;
  color: #e5450b;
  font-weight: bold;
  position: relative;
  padding: 0.5em 0;
  margin-bottom: 0.8em;
}
.maincont .price_cont .price_subject::before,
 .maincont .drag_cont .price_subject::before{
  content: "";
  border-left: solid 7px #fde6d6;
  margin-right: 0.8em;
}
.maincont .price_cont .price_subject::after,
.maincont .drag_cont .price_subject::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #ddd, #ddd 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #ddd, #ddd 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.maincont .price_cont {
  display: block;
  padding: 1.5em 2.5em;
  margin: 2em;
  border-radius: 1em;
  border: solid 5px #d4dbc1;
  overflow: hidden;
  clear: both;
}
hr {
  width: 100%;
  border: dashed #ccc 1px;
  display: block;
  overflow: hidden;
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
.maincont, .contbox {
  width: 100%;
}

.menu__single .menu__second-level {
  position: absolute;
  top: 40px;
  width: 160%;
  background-color: #e38648;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

}
@media screen and (max-width: 767px) {
.contbox {
  width: 95%;
}
.maincont .left_cont,.maincont .right_cont,.maincont #potion .left_cont,.maincont #potion .right_cont {
  float: none;
  width: 100%;
  margin: 0 0 2em 0;
}
img.ele2 {
    display: block;
    width: 100%;
}

br.potion{
  display: block;
}

.maincont .right_cont img {
  width: 70%;
}
.maincont .left_cont p {
  margin-left: 0;
}
.maincont .point,.maincont .price_cont {
  margin: 2em 0;
  padding: 2em;
}
.maincont .point img {
  width:100%;
}
}
/***追従するトップへ戻るボタン***/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1.5em;
  bottom: 1.5em;
  background: #e5450b;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/***料金一覧テーブル***/
table.price01,table.price02,table.price03,table.price04,table.price05 {
  width: 100%;
  margin: 0 auto 3em auto;
  border-collapse: collapse;
}
table.price03 tr th:nth-of-type(1) span {
  font-size: 0.8em;
  font-weight: normal;
  color: #e5450b;
  display: block;
}
table.price01 th,table.price02 th,table.price03 th,table.price04 th {
  text-align:left;
}
table.price01 td, table.price01 th,
table.price02 td, table.price02 th,
table.price03 td, table.price03 th,
table.price04 td, table.price04 th {
  border: 1px solid #555;
  margin: 0 0 -1px;
  padding: 0.3em 0.8em;
}
table.price01 tr:nth-child(1) td, table.price01 tr:nth-child(1) th,
table.price02 tr:nth-child(1) td, table.price02 tr:nth-child(1) th,
table.price03 tr:nth-child(1) td, table.price03 tr:nth-child(1) th,
table.price04 tr:nth-child(1) td, table.price04 tr:nth-child(1) th {
  font-weight: bold;
  background-color: #f2c9ae !important;
  text-align: center;
  padding: 0.8em 0;
}
table.price03 tr th:nth-of-type(1){
  padding: 0.3em 0.5em !important;
  background-color: #f2c9ae47;
}
table.price01 tr th:nth-child(1),table.price02 tr th:nth-child(1) {
  background-color: #f2c9ae47;
  width: 40%;
}
table.price01 tr td:nth-child(2) {
  width: 20%;
}
table.price02 tr th:nth-child(1),table.price02 tr td:nth-child(2) {
  width: 50%;
}
table.price04 tr th:nth-child(1) {
  background-color: #f2c9ae47;
}

.suikou table.price01 tr:nth-child(1) td,
.suikou table.price01 tr:nth-child(1) th{
  border: 1px solid #555;
  margin: 0 0 -1px;
  padding: 0.3em 0.8em;
  font-weight: bold;
  text-align: left;
}

.suikou table.price01 tr:nth-child(1) th{
background-color: #f2c9ae47 !important;
}

.suikou table.price01 tr:nth-child(1) td{
background-color: #ffffff !important;
}

.suikou table.price01 tr th:nth-child(1){
    width: 20%;
}

.suikou table.price01 tr td:nth-child(2),
.suikou table.price01 tr td:nth-child(3){
    width: 30%;
}

table.nyou tr th:nth-child(1) {
  background-color: #f2c9ae47;
  width: 25%;
}

td.nyou{
  width: 40%;
}

@media screen and (max-width: 1199px) {
table.price03 {
  font-size: 0.8em;
}
.header_leftin img{
  width: 100%;
}
}
@media screen and (max-width: 767px) {
table.price03 {
  font-size: 1em;
}
table.price03 tr th:nth-of-type(1),table.price04 tr td {
  padding: 0.3em 0.8em !important;
  border-top: none;
}
table.price03 tr th:nth-of-type(1) span {
  display: inline-block;
  margin-left: 1em;
}
table.price03 tr td span {
  display: inline-block;
  margin-right: 0.5em;
}
table.price01,table.price02,table.price03,table.price04 {
  width: 100%;
}
table.price01 tbody,table.price02 tbody,table.price03 tbody,table.price04 tbody {
  display: block;
  width: 100%;
}
table.price01 tr,table.price02 tr,table.price03 tr,table.price04 tr {
  display: block;
  width: 100%;
}
table.price01 td, table.price01 th, table.price01 tr th:nth-child(1), table.price01 tr td:nth-child(2),
table.price02 td, table.price02 th, table.price02 tr th:nth-child(1), table.price02 tr td:nth-child(2),
table.price03 td, table.price03 th, table.price03 tr th:nth-child(1),
table.price04 td, table.price04 th, table.price04 tr th:nth-child(1), table.price04 tr td:nth-child(2) {
  display: block;
  width: 90%;
  border-collapse: collapse;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: none;
  margin: 0 auto;
}
table.price01 tr td:nth-child(3),table.price02 tr td:nth-child(3),table.price03 tr td:nth-child(3),table.price04 tr td:nth-child(3) {
  border-top: none;
}
table.price01 tr:nth-child(1) td, table.price01 tr:nth-child(1) th,
table.price02 tr:nth-child(1) td, table.price02 tr:nth-child(1) th,
table.price03 tr:nth-child(1) td, table.price03 tr:nth-child(1) th,
table.price04 tr:nth-child(1) td, table.price04 tr:nth-child(1) th {
  display: none;
}
table.price01 tr:last-child>*,table.price02 tr:last-child td,table.price03 tr:last-child td,table.price03 tr td:nth-child(2),table.price04 tr:last-child>* {
  border-bottom: 1px solid #555;
}
.bdb_none{
  border-bottom: none !important;s
}


.suikou table.price01 tr th:nth-child(1){
    width: 90%;
}

.suikou table.price01 tr td:nth-child(2),
.suikou table.price01 tr td:nth-child(3){
    width: 90%;
}




}
/***サイトマップ***/
ul.sitemap {
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  float:left;
}
ul.sitemap li b {
  margin-top: 1em;
  display: block;
}
ul.sitemap li b::before,dl.privacy dt::before {
  content: "■";
  color: #e5450b;
  margin-right: 0.3em;
}
ul.sitemap li a {
  margin-left: 1em;
  margin-top: 0.2em;
  display: block;
}
@media screen and (max-width: 767px) {
ul.sitemap {
  width: 100%;
  float:none;
}
ul.sitemap li {
  margin-top:0.4em;
}
ul.sitemap li b {
  margin-top: 1.5em;
}
ul.sitemap li a {
  display: inline-block;
  margin-top: 0;
}
}
/***プライバシーポリシー***/
dl.privacy,dl.faq,dl.flow,dl.feature {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  line-height: 1.7em;
}
dl.privacy dt,dl.faq dt,dl.flow dt,dl.feature dt {
  font-weight: bold;
  display: block;
  border-bottom: 1px #555 dashed;
  margin: 2em 0 1em 0;
  padding-bottom: 0.2em;
}
dl.privacy dd,dl.flow dd,dl.feature dd {
  display:block;
  margin-left:1em;
}
/***よくある質問***/
dl.faq dt:before,dl.faq dd:before,dl.feature dt:before {
  margin-right:0.3em;
  color: #e5450b;
  font-weight: bold;
  font-size: 1.2em;
}
dl.faq dt {
  padding: 0.2em 0.8em;
  background-color: #fff5ee;
}
dl.faq dt:before {
  content:"Q:";
}
dl.faq dd:before {
  content:"A:";
}
@media screen and (max-width: 767px) {
dl.faq dd {
  width: 95%;
  margin: 0 auto;
}
}
/***治療の流れ***/
dl.flow dt::first-letter {
  color: #e5450b;
  font-size: 1.2em;
}
/***お問い合わせ***/
.contact b {
  width: 20%;
  display: inline-block;
}
.contact ul {
  width: 90%;
  display: block;
  margin: 0 auto 2em auto;
  overflow: hidden;
}
.contact ul::after {
  clear: both;
}
.contact ul li {
  width:33.33333333%;
  float:left;
  display:block;
}
.contact ul li input {
  margin-right:0.3em;
}
/* チェックボックス */
input[type=checkbox] {
    display: none;
}
.level {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.level::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.level::after {
    border-right: 6px solid #e5450b;
    border-bottom: 3px solid #e5450b;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .level::before {
    border-color: #666;
}
input[type=checkbox]:checked + .level::after {
    opacity: 1;
}
.contact textarea,.textinp {
  padding: 10px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}
.contact textarea {
  width: 100%;
}
/* ラジオボタン */
input[type=radio] {
    display: none;
}
.radio02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.radio02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio02::after {
    background: #e5450b;
    border-radius: 50%;
    content: '';
    display: block;
    height: 8px;
    left: 10px;
    margin-top: -3px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 8px;
}
input[type=radio]:checked + .radio02::before {
    border-color: #666;
}
input[type=radio]:checked + .radio02::after {
    opacity: 1;
}
@media screen and (max-width: 1199px) {
.contact b {
  width: 25%;
}
}

@media screen and (max-width: 767px) {

  img.nyouganlogo {
      width: 100%;
  }

  .drag3 {
      display: flex;
flex-direction: column;
width: 100%;
height: fit-content;
  }

  .drag {
  padding-bottom: 40px;
  }

  .drag3 a{
  margin: 0;
  width: 100%;
  height: fit-content;
  padding-bottom: 10px;
  align-items: flex-start;
  align-self: flex-start;
display: flex;
  }

  .drag3 a img{
    width: 100%;
    height: auto;
    align-self: flex-start;
  }


  .drag_flex {
      display: flex;
      width: 100%;
      align-items: center;
      flex-direction: column;
      margin-bottom: 50px;
      justify-content: flex-start;
  }

  .dragimg{
    align-items: flex-start;
    display: flex;
    width: 60%;
height: auto;
  }

  .dragimg img{
    align-self: flex-start;
    width: 100%;
    height:auto;
  }

  .dragtext{
      width: 100%;
  }

  .dragtext p.title {
      font-size: 1.3em;
      color: #e38648;
      line-height: 1.3;
  }

  .drag_cont {
      display: block;
      padding:0;
      margin:0;
      overflow: hidden;
      clear: both;
      box-shadow: 5px;
  }

.contact b {
  width: 100%;
  display: block;
  margin-bottom: 0.5em;
}
.contact textarea, .textinp {
  margin-bottom: 1em;
}
.contact ul {
  width: 100%;
}
.contact ul li {
  width: 100%;
  float: none;
}
}
/***当院の特徴***/
dl.feature dt {
  font-size:1.3em;
}
dl.feature dt::before {
  content:"■";
}
ul.hospital {
  display:block;
  margin:0 auto 2em auto;
  overflow:hidden;
  width: 90%;
}
ul.hospital li {
  margin-bottom:0.5em;
}
ul.hospital span {
  display: inline-block;
  width: 15%;
  font-weight: bold;
}
ul.hospital p {
  display: inline-block;
  margin-left: 1em;
}
.mapimg {
  display:block;
  margin:0 auto 2em auto;
  overflow:hidden;
  width: 70%;
}
.hospital_photo {
  display:block;
  margin:0 auto 2em auto;
  overflow:hidden;
  width: 90%;
}
.hospital_photo a {
  width:25%;
  float:left;
  display:block;
  margin:0.5em auto;
}
.hospital_photo a img {
  width: 95%;
  object-fit: cover;
  height: 10em;
}
@media screen and (max-width: 767px) {

  .snsbox {
margin: auto;
  }

ul.hospital span {
  width: 100%;
  margin-bottom: 0.2em;
}
ul.hospital li {
  margin-bottom: 1.5em;
}
ul.hospital p {
  display: block;
  margin-left: 0;
}
.mapimg {
  width: 95%;
}
.hospital_photo a {
  width: 33.3333333%;
}
.hospital_photo a img {
  height: 20vw;
}
}
/***ドクター紹介***/
ul.doctor{
  width:70%;
  position: relative;
}

@media screen and (max-width: 767px) {
.docphoto {
  position: static;
  width: 50%;
  margin: 0 auto 1em auto;
  display: block;
}
ul.doctor {
  width: 85%;
}
.doctorflex {
  display: block;
}
.googleCalendar iframe {
  width: 95%;
  height: 300px;
}

.snsbox a {
    margin: 3px 8px;
    width: 20%;
}

img.daysimg {
    width: 100%;
}

}
/***施術ページ用ヘッダーサブジェクトコンテンツ***/
.subject_cont,ul.header_menu {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0 auto 6em auto;
}
b.subcont_title {
  position: relative;
  padding-bottom: .5em;
  width: 100%;
  display: block;
  margin: 0 auto 2em auto;
  font-size: 1.5em;
  text-align: center;
  color: #e5450b;
  font-family:"rounded-mplus";
}
b.subcont_title::before,
b.subcont_title::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}
b.subcont_title::before {
  z-index: 2;
  width: 15%;
  background-color: #d4dbc1;
}
b.subcont_title::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #ddd 2px, #ddd 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #ddd 2px, #ddd 4px);
}
.subject_cont p {
  margin-bottom:1em;
}
.subject_cont img {
  float: right;
  width: 40%;
  margin: 0 0 1.5em 1.5em;
}
@media screen and (max-width: 767px) {
.subject_cont img {
  float: none;
  width: 80%;
  margin: 0 auto 2em auto;
  display: block;
}
}
/***施術ページ用ヘッダーメニュー***/
ul.header_menu {
  width: 95%;
}
ul.header_menu li {
  width: 33%;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0.5em auto;
}
ul.header_menu li a {
  width: 90%;
  display: block;
  overflow: hidden;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 0.8em 0;
  background-color: #e38648;
  border-radius: 5px;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
ul.header_menu li {
  width: 47%!important;
  margin: 0.5em auto;
  display: table;
  padding: 0 1.5%;
}
ul.header_menu li a {
  font-size: 4vw;
  width: auto;
  padding: 0.5em 5%;
  vertical-align: middle;
  display: table-cell;
}
ul.header_menu li a:after {
    display: none;
}
}
/***パンくずリスト***/
ul.breadcrumbs {
  width: 98%;
  display:block;
  margin:1em auto;
  overflow:hidden;
  font-size: 0.95em;
}
ul.breadcrumbs li {
  display:inline-block;
}
ul.breadcrumbs li a::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f105';
  margin: 0 0.8em 0 1.2em;
  color: #aaa;
}
@media screen and (max-width: 767px) {
ul.breadcrumbs {
  margin: 0 auto;
}

.titsu_2flex {
    display: flex;
    flex-direction:column;
    gap:30px;
}

.titsu_2flex .cont{
width: 100%;
text-align: center;
}


.header img.daysimg{
  width: 80%;
  margin: auto;
  display: block;
}

.fix_bn {
    position: fixed;
    z-index: 100;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    left: 0;
    top: auto;
}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 1.5em;
    bottom: 5em;
    background: #e5450b;
    opacity: 0.6;
    border-radius: 50%;
}

.fix_bn a {
    width: 33.3%;
}

i.fa-solid.fa-phone, i.fa-solid.fa-calendar-days, i.fa-solid.fa-location-dot {
  display: contents;
  margin-bottom: 0px;
  font-size: 1em;
  margin-right:10px;
}

  .fix_cont p {
      color: #ffffff;
      font-weight: bold;
      font-size: 1em;
      gap: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
  }



}

@media screen and (max-width: 550px) {
.Menu_list01 h2,.Menu_list02 h2,.Newslist h2,.Feature h2,.Osusume h2 ,.drag h2 {
  line-height: 13vw;
  font-size: 6vw;
}
}

@media screen and (max-width: 400px) {
.Menu_list01 h2,.Menu_list02 h2,.Newslist h2,.Feature h2,.Osusume h2 ,.drag h2 {
  line-height: 16vw;
  font-size: 6vw;
}}
