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

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
  word-break: break-all;
  line-height: 180%;
}
#entrybody a {
  color: #22ABD8;
  text-decoration: underline;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 13px;
  font-size: 1.3rem;
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody p {
  line-height: 180%;
  margin-bottom: 1.2em;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 4.545% 5%;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 1em;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
}
#entrybody h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
  margin-top: 50px;
}
#entrybody h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  border-bottom: 4px solid #000000;
}
#entrybody h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
#entrybody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}
#entrybody h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}
#entrybody h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #000000;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 180%;
  color: #000;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1000px;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #dbdbdb;
}

:-ms-input-placeholder {
  color: #dbdbdb;
}

::-moz-placeholder {
  color: #dbdbdb;
}

::-placeholder {
  color: #dbdbdb;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

.bx-wrapper .treatment_img {
  width: auto !important;
}

/*=======================================
ヘッダー
=========================================*/
/*=======================================
ページタイトル
=========================================*/
/*=======================================
パンくず
=========================================*/
/*=======================================
コンテンツ
=========================================*/
/*=======================================
フッター
=========================================*/
.l-pagetop_footer {
  /* background-color: #00A0CA;
  padding: 60px 0;
  margin: -20px; */
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.l-pagetop_footer .reservation ul li .rcq,
.l-pagetop_footer .clinic .hospital_name h1,
.l-pagetop_footer .clinic .hospital_name .para_ad,
.l-pagetop_footer .clinic .hospital_name ul li .para,
.clinic .clinic_wrap .week .holiday,
.l-pagetop_footer .clinic .para_att {
  color: #636464;
}


.l-pagetop_footer .surgery {
  background-color: #00A0CA;
  padding-top: 60px;
  padding-bottom: 60px;
  /* margin-top: -20px; */
}

.l-pagetop_footer .surgery h1 {
  font-size: 45px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.15em;
}

.l-pagetop_footer .surgery table {
  width: 960px;
  margin: 60px auto 0;
  padding-top: 60px;
}

.l-pagetop_footer .surgery table td {
  /*height: 70px;*/
  text-align: center;
}

.l-pagetop_footer .surgery table tr:nth-child(2) {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.l-pagetop_footer .surgery table tr td:nth-child(2) {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.l-pagetop_footer .surgery table td a {
  color: #ffffff;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 1px;
  padding-bottom: 1px;
}
.l-pagetop_footer .surgery table td img {
  vertical-align: top;
}
.l-pagetop_footer .surgery table td a:hover {
  opacity: 1;
  background-color: #fff;
}
.l-pagetop_footer .surgery table td a:hover img {
  opacity: 0;
}
.l-pagetop_footer .surgery table td a.blemish:hover {background-image: url(img/top/spots_fo-blue.png);}
.l-pagetop_footer .surgery table td a.darkmole_warts:hover {background-image: url(img/top/mole_fo-blue.png);}
.l-pagetop_footer .surgery table td a.wrinkle_sag:hover {background-image: url(img/top/wrinkles_fo-blue.png);}
.l-pagetop_footer .surgery table td a.duplicate:hover {background-image: url(img/top/double_fo-blue.png);}
.l-pagetop_footer .surgery table td a.whitening:hover {background-image: url(img/top/whitening_fo-blue.png);}
.l-pagetop_footer .surgery table td a.hair_removal:hover {background-image: url(img/top/hair_loss-blue.png);}
.l-pagetop_footer .surgery table td a.aga:hover {background-image: url(img/top/aga-blue.png);}
.l-pagetop_footer .surgery table td a.ed:hover {background-image: url(img/top/ed-blue.png);}
.l-pagetop_footer .surgery table td a.other:hover {background-image: url(img/top/others-blue.png);}

.l-pagetop_footer .reservation {
  padding: 50px 0;
}

.l-pagetop_footer .reservation ul {
  display: flex;
  width: 960px;
  margin: 0 auto;
  justify-content: center;
}

.l-pagetop_footer .reservation ul li {
  text-align: center;
  width: 290px;
}

.l-pagetop_footer .reservation ul li:nth-child(2) {
  margin: 0 10px;
}

.l-pagetop_footer .reservation ul li .rcq {
  font-size: 13px;
}

.l-pagetop_footer .reservation ul li .reserva_p {
  border: 1px solid #00A0CA;
  padding: 4px 0;
  font-size: 20px;
}

.l-pagetop_footer .reservation ul li .reserva_p a {
  color: #00A0CA;
}

.l-pagetop_footer .reservation ul li .reserva_p img {
  margin-right: 10px;
}

.l-pagetop_footer .clinic {
  background-color: #F4F3F3;
  padding-top: 30px;
  padding-bottom: 20px;
}

.l-pagetop_footer .clinic .clinic_wrap {
  display: flex;
  justify-content: center;
  max-width: 100%;
}

.l-pagetop_footer .clinic .hospital_name {
  margin-right: 130px;
  width: 372px;
}

.l-pagetop_footer .clinic .hospital_name .para_ad {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 1px;
}

.l-pagetop_footer .clinic .hospital_name ul {
  margin-top: 10px;
  width: 350px;
}

.l-pagetop_footer .clinic .hospital_name ul li +li {
  display: flex;
}

.l-pagetop_footer .clinic .hospital_name ul li .para {
  font-size: 13px;
  line-height: 14px;
  margin-left: 10px;
  margin-top: 4px;
}

.l-pagetop_footer .clinic .hospital_name ul li .boder {
  border: 1px solid #00A0CA;
  width: 175px;
  text-align: center;
  padding-top: 4px;
}

.l-pagetop_footer .clinic .hospital_name ul li .boder a {
  color: #00A0CA;
}

.l-pagetop_footer .clinic .hospital_name ul li .boder a img {
  margin-right: 10px;
  margin-top: 2px;
}

.l-pagetop_footer .clinic .hospital_name ul li:nth-child(2) {
  margin-top: 10px;
}

.l-pagetop_footer .clinic .hospital_name .shato {
  /* display: flex; */
  /* width: 371px; */
  margin-bottom: 20px;
}

.l-pagetop_footer .clinic .hospital_name h1 {
  font-size: 25px;
  padding-top: 10px;
  padding-left: 18px;
}

.clinic .clinic_wrap .week .holiday {
  line-height: 20px;
  margin-top: 20px;
  width: 450px;
}
.clinic .clinic_wrap .week .link {
  text-align: center;
  font-size: 13px;
  margin-top: 25px;
  background: #fff;
  padding: 15px 0;
}
.clinic .clinic_wrap .week .link a {
}

.l-pagetop_footer .clinic .para_att {
  text-align: left;
  width: 980px;
  margin: 60px auto 20px;
}

.l-pagetop_footer .clinic .clinic_wrap .week {
  width: 474px;
}

.l-header_top {
  background-color: #ffffff;
  height: 165px;
  position: fixed;
  width: 100%;
  z-index: 32;
}

.l-header_top .l-header_titl {
  width: 960px;
  margin: 0 auto;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  padding-top: 58px;
}

.l-header_titl .sns {
  display: flex;
  position: relative;
  /* top: 26px; */
  bottom: 38px;
  left: 138px;
}

.l-header_titl .sns .face {
  position: relative;
  right: 23px;
}

.l-header_titl .sns .access {
  position: relative;
  right: 46px;
}
.l-header_titl .sns .access span {
  display: block;
  font-weight: bold;
  line-height: 180%;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  font-size: 12px;
  color: #636364;
  letter-spacing: 0.1em;
}

.menu-btn {
  position: relative;
  z-index: 90;
  bottom: 48px;
  left: 153px;
  /* top: 10px; */
  /* right: 10px; */
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  /* background-color: #3584bb; */
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #636464;
  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);
  background-color: #ffffff;
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #ffffff;
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #97C7E9;
  text-align: center;
}

.l-header_titl .menu-content .sato_img a{
  position: relative;
  top: 92px;
}

.l-header_titl .menu-content .sns_w {
  display: flex;
  position: relative;
  top: 50px;
  left: 50%;
  /*right: 511px;*/
  /*float: right;*/
  float: left;
  margin-left: 320px;
  /* bottom: 38px; */
  /* left: 138px; */
}

.l-header_titl .menu-content .sns_w .face_w{
  position: relative;
  right: 28px;
}

.menu-content ul {
  padding: 70px 10px 0;
  margin-top: 100px;
}
.menu-content ul li {
  list-style: none;
  padding: 15px 0;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  position: relative;
  font-size: 22px;
}

.menu-content ul li p {
  color: #ffffff;
  font-size: 22px;
}

.window {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90vw;
	max-width: 590px;
    padding: 20px;
	height: 675px;
	background-color: #fff;
	align-items: center;
	transform: translate(-50%, -50%);
  color: #636464;
}

.close {
	position: absolute;
	top: 35px;
	right: 45px;
	cursor:pointer;
    font-size: 300%;
    font-weight: bold;
    color: #00A0CA;
    margin-top: 7px;
}

.p-reservation__spot {
  padding-top: 40px;
  text-align: center;
}

.p-reservation__spot h1 {
  font-size: 30px;
  color: #00A0CA;
}

.reservation_blue_circle .blue_border,
.reservation .p-reservation__spot .blue_border {
  border: 1px solid #00A0CA;
  padding: 4px 0;
  font-size: 20px;
  width: 395px;
  margin: 0 auto;
}

.reservation_blue_circle .p-reservation__spot .day_img,
.reservation .p-reservation__spot .day_img {
  margin-top: 20px;
}

.reservation_blue_circle .paragraph_a,
.p-blemish__treatment .reservation .paragraph_a {
  padding-top: 17px;
  font-size: 12px;
}

.reservation_blue_circle ul li .paragraph_b {
  padding-top: 40px;
  font-size: 12px;
}

.reservation_blue_circle .p-reservation__spot .blue_border a,
.reservation .p-reservation__spot .blue_border a {
  color: #00A0CA;
}

.reservation_blue_circle .p-reservation__spot .holiday,
.reservation_blue_circle .no_parking,
.reservation .p-reservation__spot .holiday,
.reservation .p-reservation__spot .no_parking {
  font-size: 12px;
}

.reservation_blue_circle .no_parking,
.reservation .p-reservation__spot .no_parking {
  line-height: 20px;
}

.reservation_blue_circle {
  position: fixed;
  left: 50%;
  margin-left: 520px;
  top: 30%;
  z-index: 30;
}
.reservation_blue_circle.is-open {
  z-index: 40;
}

.reservation_blue_circle .window .line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reservation_blue_circle .window .line {
  padding-top: 20px;
}
.reservation_blue_circle .window .line-qr {
  margin-right: 20px;
}
.reservation_blue_circle .window .line .paragraph_b {
  padding-top: 0;
  margin-top: -25px;
  position: relative;
}
.reservation_blue_circle .window .line .blue_border {
  width: 225px;
}


.menu-content {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #97C7E9;
  transition: all 0.5s;/*アニメーション設定*/
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.menu-content .treatment_detail {
  margin: 25px auto 0;
  /*width: 960px;*/
}
.menu-content .treatment_detail table {
  max-width: 700px;
  color: #ffffff;
  margin: 0 auto;
}

.menu-content .treatment_detail table td {
  width: 315px;
  padding-top: 20px;
}

.menu-content .treatment_detail table td a {
  color: #ffffff;
  font-size: 22px;
}
#menu-btn-check:checked ~ .menu-content {
  left: 50%;
  /*メニューを画面内へ*/
}

@media (max-width: 1900px) and (min-width: 766px) {

  /*.top_menu .reservation_blue_circle {
    position: relative;
    left: 77%;
    top: 60px;
  }*/

}


/*ポップアップ*/
.access {}
.access-heading {
  margin-bottom: 25px;
  /*padding-bottom: 25px;*/
  position: relative;
}
.access-heading h2 {
  font-size: 30px;
  font-weight: bold;
  color: #00A0CA;
  line-height: 140%;
}
.access-content .map {}
.access-content .link {
  text-align: center;
  margin-top: 20px;
}
.access-content .link a {
  border: 1px solid #00A0CA;
  width: 175px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  color: #00A0CA;
  font-weight: 500;
}

/*=======================================
ページトップ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
    min-width: initial;
  }

  .l-header_top {
    height: 90px;
  }

  .l-pagetop_footer .reservation {
    width: 93%;
    margin: 0 auto;
  }

  .l-header_top .l-header_titl {
    width: 100%;
    height: 100%;
    padding-top: 25px;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .l-header_top .l-header_titl .st_img img {
    width: 260px;
  }

  .l-header_titl .sns .face {
    /*right: 10px;*/
    right: 5px;
  }

  .l-header_titl .sns .access {
    right: 9px;
  }
  .l-header_titl .sns .access img {
    width: 24px;
  }
  .l-header_titl .sns .access span {
    font-size: 10px;
    line-height: 120%;
    margin-top: -3px;
  }

  .l-pagetop_footer {
    padding-bottom: 55px;
  }
  .l-pagetop_footer .surgery table td {
    vertical-align: middle;
  }

  .l-pagetop_footer .surgery table td a {
    background-position: center;
    background-size: contain;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-pagetop_footer .surgery table td a img {
    vertical-align: middle;
  }

  .l-pagetop_footer .reservation ul {
    display: block;
    width: 100%;
  }

  .l-header_titl .menu-content .sato_img a {
    top: 36px;
    right: 40px;
  }

  .l-header_top .l-header_titl .menu-content .sato_img img {
    width: 260px;
  }

  .l-header_titl .menu-content .sns_w .face_w {
    right: 21px;
  }

  .l-header_titl .menu-content .sns_w  {
    right: 16px;
    top: 30px;
  }


  .menu-content .reserve-box {
    padding-top: 70px;
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .menu-content .reserve-box .l {
    margin-bottom: 20px;
  }
  .menu-content .reserve-box .l:last-child {
    margin-bottom: 0;
  }
  .menu-content .reserve-box .l a {
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .menu-content .reserve-box .l p {
    line-height: 120%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .menu-content .reserve-box .l .btn {
    border: 2px solid #fff;
    padding: 8px 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
  }
  .menu-content .reserve-box .l .btn span {
    display: inline-block;
    background: no-repeat left center;
    background-size: auto 20px;
  }
  .menu-content .reserve-box .l.tel .btn span {
    background-image: url(img/top/phone-white.png);
    padding-left: 29px;
  }
  .menu-content .reserve-box .l.line .btn span {
    background-image: url(img/top/speech-white.png);
    padding-left: 24px;
  }


  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }

  .menu-content {
    width: 100%;
    overflow: auto;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu-content ul  {
    padding: 0 10px;
    margin-top: 0;
  }

  .menu-btn {
    left: 17px;
    bottom: 32px;
  }

  .menu-content .treatment_detail,
  .menu-content .treatment_detail table {
    width: 100%;
  }

  .menu-content .treatment_detail table td a  {
    font-size: 15px;
  }

  .l-pagetop_footer .surgery h1 {
    font-size: 30px;
  }

  .l-pagetop_footer .reservation ul li:nth-child(2) {
    margin: 0;
  }

  .l-pagetop_footer .reservation ul li {
    width: 100%;
    margin-bottom: 20px !important;
  }

  .menu-content ul li a,
  .menu-content ul li p {
    font-size: 15px;
  }

  .l-header_titl .sns {
    left: 1px;
    bottom: 18px;
    margin-top: -20px;
  }

  .clinic .clinic_wrap .week .holiday {
    width: 93%;
    margin: 0 auto;
    font-size: 12px;
  }

  .l-pagetop_footer .clinic .hospital_name ul {
    width: 93%;
    margin: 0 auto;
  }

  .l-pagetop_footer .clinic .hospital_name ul li .boder {
    width: 100%;
  }

  .l-pagetop_footer .clinic .hospital_name ul li {
    margin-bottom: 20px;
  }
  .l-pagetop_footer .clinic .hospital_name ul li +li {
    display: block;
  }

  .l-pagetop_footer .clinic .hospital_name ul li .para br {
    display: none;
  }

  .l-pagetop_footer .clinic .para_att  {
    width: 93%;
    margin: 35px auto 0;
  }

  .l-pagetop_footer .clinic .hospital_name {
    margin-right: 130px;
    width: 100%;
  }

  .l-pagetop_footer .clinic .hospital_name .shato {
    text-align: center;
  }

  .reservation_blue_circle {
    display: none;
  }


  .l-fixed {
    position: fixed;
    width: 100%;
    z-index: 30;
    left: 0;
    bottom: 0;
    /*background: rgba(255,255,255,.9);*/
    background: #fff;
    padding: 8px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
  }
  .l-fixed ul {
    display: flex;
    align-items: flex-end;
  }
  .l-fixed ul:before,
  .l-fixed ul:after {display: none;}
  .l-fixed li {
    /*width: calc(50% - 30px);*/
    width: calc(33.3333% - 5px);
    text-align: center;
    margin-right: 10px;
  }
  .l-fixed li:last-child {margin-right: 0;}
  .l-fixed li a {
    display: block;
    text-decoration: none;
    /*padding-top: 5px;*/
    color: #00A0CA;
  }
  /*.l-fixed li p {
    line-height: 120%;
    font-size: 11px;
    margin-bottom: 5px;
  }*/
  .l-fixed li .btn {
    /*border: 3px solid #00A0CA;*/
    border: 1px solid #00A0CA;
    /*padding: 8px 0;*/
    color: #00A0CA;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
    /*border-right: 0;*/
  }
  .l-fixed li .btn span {
    display: inline-block;
    background: no-repeat left center;
    padding-top: 8px;
    padding-bottom: 6px;
  }
  .l-fixed li.tel .btn span {
    /*background-image: url(img/top/phone.png);*/
    background-image: url(img/common/icon_tel.svg);
    background-size: 24px 19px;
    /*padding-left: 23px;*/
    padding-left: 30px;
  }
  .l-fixed li.line .btn span {
    /*background-image: url(img/top/speech.png);*/
    background-image: url(img/common/icon_line.svg);
    background-size: 15px 16px;
    /*padding-left: 18px;*/
    padding-left: 23px;
  }
  /*.l-fixed li.top {
    width: 60px;
  }*/
  .l-fixed li.top .btn span {
    /*background-image: url(img/common/pagetop.svg);*/
    /*background-size: 18px auto;*/
    background-image: url(img/common/icon_top.svg);
    background-size: 25px 11px;
    /*background-position: center;*/
    /*padding-left: 0;*/
    padding-left: 32px;
    /*width: 30px;*/
    /*height: 1em;*/
    /*vertical-align: middle;*/
  }
  /*.l-fixed li.top .btn {
    border-right: 3px solid #00A0CA;
  }*/


  .popup.access {
    background: #fff !important;
    padding: 20px 0 25px !important;
  }
  .access-heading h2 {
    text-align: center;
    font-size: 26px;
  }
  .remodal-close {
    background: #333 !important;
    z-index: 9 !important;
  }


}

@media (max-width: 1180px) and (min-width: 768px) {
  .l-header_titl .menu-content .sns_w {
    top: 30px;
    right: 6%;
  }

  .l-header_titl .menu-content .sato_img a {
    top: 67px;
  }

  .l-header_top .l-header_titl {
    width: 100%;
    justify-content: space-between;
  }

  .menu-btn {
    left: 49px;
  }

  .l-header_titl .sns {
    left: 35px;
  }

  .l-pagetop_footer .reservation {
    width: 93%;
    margin: 0 auto;
  }

  .l-pagetop_footer .reservation ul {
    width: 100%;
  }

  .l-pagetop_footer .clinic .clinic_wrap {
    width: 93%;
    margin: 0 auto;
  }

  .l-pagetop_footer .clinic .hospital_name {
    width: 43%;
    margin-right: 7%;
  }

  .l-pagetop_footer .clinic .clinic_wrap .week {
    width: 50%;
  }

  .l-pagetop_footer .clinic .para_att {
    width: 93%;
  }

  .menu-content .treatment_detail {
    width: 100%;
  }

  .l-header_titl .menu-content .sns_w {
    right: 5%;
  }
}

.br{
  display: block;
}
@media (max-width: 767px)  {
  .br{
    display: inline;
  }
}
