@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i&display=swap");
input[type="submit"], button {
  -webkit-appearance: none;
}

body {
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-y: scroll;
  font-family: YuMincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  text-decoration: none;
  color: inherit;
}

a:link {
  text-decoration: none;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

em, i {
  font-style: normal;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p * {
  line-height: inherit;
}

.ft_e {
  font-family: 'EB Garamond', serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {

}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -10rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -7.2rem;
  }
}

.c_reserv a {
  display: block;
  position: relative;
  text-align: center;
  letter-spacing: .1em;
  font-weight: bold;
  filter: drop-shadow(0px 0px 5px #00000099);
}

.c_reserv a:before {
  content: '';
  position: absolute;
  background: url(../images/glp1_img/ico_cal.svg) no-repeat center center/contain;
  width: 1.69em;
  height: 100%;
  left: 2rem;
  top: 0;
}

.c_reserv a:after {
  content: '';
  position: absolute;
  background: #fff;
  opacity: .2;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: width .2s;
  border-radius: 48px;
}

.c_reserv a:hover {
  opacity: 1;
}

.c_reserv a:hover:after {
  width: 100%;
}

.c_contact {
  padding: 2.5rem 0;
}

.c_contact li {
  width: 49%;
}

.c_contact .tel {
  float: left;
}

.c_contact .tel a {
  display: block;
  background: #000;
  color: #fff;
  position: relative;
  text-align: center;
  overflow: hidden;
  letter-spacing: .1em;
  font-weight: bold;
}

.c_contact .tel a:before {
  content: '';
  position: absolute;
  background: url(../images/ico_fd.svg) no-repeat center center/contain;
  width: 1.89em;
  height: 100%;
  top: 0;
}

.c_contact .tel a:after {
  content: '';
  position: absolute;
  background: #fff;
  opacity: .2;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: width .2s;
}

.c_contact .tel a:hover {
  opacity: 1;
}

.c_contact .tel a:hover:after {
  width: 100%;
}

.c_contact .c_reserv {
  float: right;
}

.c_contact a {
  font-size: 2.8rem;
  height: 9rem;
  padding-top: .9em;
}

.c_contact a:before {
  left: 3rem;
}

@media screen and (max-width: 767px) {
  .c_contact {
    padding: 1.2rem 0;
  }
  .c_contact a {
    font-size: 1.5rem;
    height: 6rem;
    padding-top: 1.5em;
  }
  .c_contact a:before {
    left: 1.4rem;
  }
}

.c_ttl {
  text-align: center;
  margin-bottom: 5rem;
}

.c_ttl img {
  width: 40rem;
}

@media screen and (max-width: 767px) {
  .c_ttl img {
    width: 37rem;
  }
}

.c_contact2 {
  width: 69rem;
  max-width: 100%;
  margin: 2rem auto 0;
}

.c_contact2 .tel span {
  font-size: 1.2rem;
  border: solid 1px #000;
  display: block;
  width: 11rem;
  height: 2.7rem;
  padding-top: .3em;
  text-align: center;
  font-weight: bold;
}

.c_contact2 .tel img {
  position: absolute;
  width: 22.4rem;
  top: .2rem;
  left: 12rem;
}

.c_contact2 .tel a {
  display: block;
  position: relative;
  margin-bottom: .5rem;
}

.c_contact2 .c_reserv a {
  height: 6.16rem;
  padding-top: .9em;
}

@media screen and (max-width: 767px) {
  .c_contact2 {
    width: 86%;
  }
  .c_contact2 .c_reserv {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .c_contact2 .tel {
    float: left;
    width: 33rem;
  }
  .c_contact2 .c_reserv {
    float: right;
    width: 32rem;
  }
}

.c_reserv2 {
  background: rgb(58,141,146,0.1);
  padding-bottom: 5rem;
}

.c_reserv2 p {
  text-align: center;
  background: url(../images/img_arrow02.svg) no-repeat top center/contain;
  height: auto;
  padding-top: 4.5rem;
  margin-bottom: 18px;
  font-size: 33px;
  font-weight: 900;
}
.c_reserv2 p span {
  color:#57ACB2;
}


.c_reserv2 p img {
  width: 42rem;
}

.c_reserv2 .infocaution {
  border: 1px solid #57ACB2;
  padding: 10px;
  font-size: 1.5rem;
  color: #57ACB2;
  font-weight: 900;
  width: 69rem;
  margin: 30px auto 0;
}
.c_reserv2 .infocaution a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .c_reserv2 {
    padding-bottom: 3rem;
  }
  .c_reserv2 .c_contact2 {
    margin-top: -1rem;
  }
  .c_reserv2 p {
    font-size: 22px;
  }
  .c_reserv2 .infocaution {
    font-size: 1.4rem;
    width: 80%;
    margin-top: 18px;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 120rem;
  margin: 0 auto;
  padding: 0 10rem;
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: calc(100vw * 10 / 1200);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 450);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

.u_visible_sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}
.u_visible_pc{
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 1.5rem;
    padding: 0;
  }
  .u_inner.sp {
    margin: 0;
  }
  .u_visible_sp {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 50%;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  height: 10rem;
}

#header .u_inner {
  padding: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  #header {
    height: 7.2rem;
  }
  #header .u_inner {
    display: flex;
    padding: 10px 14px;
    height: 60px;
    position: relative;
    margin: 0;
  }
}

.h_tel {
  position: absolute;
  right: 24.3rem;
  top: 2.4rem;
  width: 24rem;
  z-index: 1;
}

.h_reserv {
  width: 22rem;
  position: absolute;
  right: 0;
  top: .5rem;
}

.h_reserv p {
  font-size: 1rem;
  text-align: center;
}

.h_logo {
  position: absolute;
  top: 2.3rem;
  width: 24.4rem;
}

.h_logo a {
  display: block;
}

@media screen and (max-width: 767px) {
  .h_logo {
    top: 0;
    width: 40%;
    position: relative;
    margin: auto 0;
  }
}

.h_txt {
  position: absolute;
  left: 33rem;
  top: 3.5rem;
  font-size: 1.6rem;
  color: #57ACB2;
  border-top: solid 1px #57ACB2;
  border-bottom: solid 1px #57ACB2;
}

@media screen and (max-width: 767px) {
  .h_txt {
    top: auto;
    left: auto;
    font-size: 1rem;
    border: none;
    padding: 0;
    margin-left: 10%;
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
}

.top_main img {
  display: block;
}
.top_main .c_reserv {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.top_main .c_reserv:before{ 
  content: '';
  background: url(../images/reserve__effect.png) no-repeat center center / contain;
  position: absolute;
  width: 348px;
  height: 103px;
  top: -80px;
  left: 50%;
  transform: translate(-50%, 0);
}

.selfPay {
  font-size: 1.4rem;
  margin: 0 0 0 54%;
  width: 44%;
}

@media screen and (max-width: 767px) {

  .top_main .sp {
    background: url(../images/mv_img01_sp.jpg) no-repeat center center/cover;
    padding: 4.7% 4.4% 8.2%;
    height: 74rem;
  }

  .top_main .sp > img {
    width: 100%;
  }
  .top_main .box {
    display: none;
  }
  .top_main ul {
    margin: 1rem 1.5rem 2rem;
  }
  .top_main ul.c_contact2 {
    margin: 0;
    width: 100%;
  }
  .top_main ul.c_contact2 .tel {
    width: 86%;
    margin: 0 auto;
  }
  .top_main ul.caution {
  font-size: 0.9rem;
  }

  .top_main ul.c_contact2 .c_reserv {
    width: 86%;
    margin: 20px auto 0;
    height: auto;
    float: none;
    display: block;
  }
  .top_main .c_reserv {
    width: 100%;
    max-width: 300px;
    bottom: 2rem;
    margin: 0 auto;
  }
  .selfPay {
    margin: 0;
    width: 95%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .top_main {
    background: url(../images/mv_img01_online.jpg?v=1) no-repeat center center/159rem;
    height: 88rem;
    position: relative;
  }
  .top_main:before {
    content: '';
    background: #d2673d;
    position: absolute;
    width: 50%;
    right: 0;
    height: 100%;
    z-index: -1;
  }
  .top_main .box {
    position: relative;
    left: 50%;
    margin-left: -57.5rem;
    padding-top: 17.5rem;
    width: 60rem;
  }
  .top_main .reserveinfo {
    position: absolute;
    right: 6rem;
    bottom: -16.5rem;
    width: 42%;
    
  }
  
  .top_main .reserveinfo .reserve {
    border: 2px solid #d3683e;
    padding: 10px;
    font-size: 1.5rem;
    color: #d3683e;
    font-weight: 900;
    background: #fff;
  }

  .top_main .reserveinfo .c_reserv2 {
    display: none;
  }

  .top_online .sp,
  .top_main .sp {
    display: none;
  }
  .top_main .reserveinfo ul.caution {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .top_limited {
    position: relative;
    left: 50%;
    margin-left: -57.5rem;
    margin-top: 11.5rem;
    width: 60rem;
    top: 0;
  }
  .top_cautionNotice {
    font-size: 1.2rem;
    margin: 15px 8px 15px 54%;
    max-width: 688px;
    border: 1px solid #111;
    padding: 6px 10px;
  }
  .top_cautionNotice.lp_y {
    margin-top: 190px;
  }

}

.reserv_box {
  width: 100%;
  max-width: 1000px;
  background: #eff0f4cc;
  margin: 3rem auto;
  padding: 3rem 0;
  height: 300px;
  position: relative;
}

.reserve_code{
  text-align: center;
  color: #333;
  font-weight: bold;
  margin-bottom: 1rem;
}

.coupon__wrap{
  width: 60%;
  margin: 0 auto;
  padding: 8px 0;
  border: 2px solid #333;
  background: #fff;
  position: relative;
  z-index: 1;
}

.coupon__wrap .coupon__content{
  text-align: center;
  font-size: 4.0rem;
  color: #333;
  font-weight: bold;
  width: 100%;
  transition: transform .1s ease, opacity .1s ease;
}

.coupon__content:hover {
  opacity: 0.7;
}

.coupon__wrap .coupon__content .copyButton{
  color: #fff;
  background-color: #333;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  margin-bottom: 8px;
  padding: 1% 3%;
  border-radius: 24px;
}

.message {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(3, 3, 3, 0.6);
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  display: none;
}

.message.visible {
  display: block;
}

.hidden {
  display: none;
}

.coupon__wrap .hidden{
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(3, 3, 3, .6);
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  display: none;
}

@media screen and (max-width: 767px) {
  .reserv_box {
    height: 28rem;
    margin: 1rem auto;
    padding: 1.5rem 0;
  }
  .coupon__wrap{
    width: 90%;
  }
  .coupon__content{
    font-size: 3.0rem;
  }
  .copyButton{
    margin-left: 12px;
    margin-bottom: 4px;
    padding: 4px 12px;
  }
}
.top_trouble .worry {
    width: 100%;
    max-width: 1000px;
    background: url(../images/asset_trouble.png) no-repeat center right/21%;
    margin: 4rem auto;
    text-align: left;
    height: 260px;
}

.top_trouble .worry img {
    max-width: 750px;
    width: 100%;
    margin-top: 8rem;
  }
  
.top_trouble .anser {
  width: 100%;
  max-width: 100%;
  background: url(../images/glp1_img/lead_img03.jpg?v=20200514) no-repeat center center/100%;
  text-align: center;
}
.top_trouble .anser img {
max-width: 850px;
width: 100%;
}

.top_trouble .sp {
  display: none;
}

.top_trouble .effect .pc .txt1_block {
  width: 100%;
  max-width: 100%;
  background: url(../images/effect_bg1.png) no-repeat center center/100%;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
}
.top_trouble .effect .pc .txt2_block {
  width: 100%;
  max-width: 100%;
  background-color: #f0cc7e;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.top_trouble .effect .sp .txt1_block {
  width: 100%;
  max-width: 100%;
  background: url(../images/effect_bg1_sp.png) no-repeat center center/100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.top_trouble .effect .sp .txt2_block {
  width: 100%;
  max-width: 100%;
  background-color: #f0cc7e;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
}
.top_trouble .effect .pc img {
  max-width: 800px;
}

.top_trouble .effect .pc .txt1_block img {
  width: 56%;
}

.top_trouble .effect .pc .txt2_block img {
  width: 70%;
}

.top_trouble .effect .sp .txt1_block img {
  width: 90%;
}

.top_trouble .effect .sp .txt2_block img {
  width: 90%;
}
.anxiety {
  width: 288rem;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.anxiety img {
  width: 100%;
}
.anxiety .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_trouble .worry {
    width: 90%;
    margin-bottom: 0;
    height: 14rem;
    text-align: left;
    background-size: 40%;
  }
  .top_trouble .worry img {
    margin-top: 7%;
    width: 75%;
  }
  .top_trouble .sp {
    display: block;
  }
  .top_trouble .pc {
    display: none;
  }
  .top_trouble .worry.sp {
    height: 23rem;
  }
  .top_cautionNotice {
    font-size: 1.4rem;
    margin: 10px auto;
    width: 95%;
    border: 1px solid #111;
    padding: 6px;
  }
  .anxiety {
    padding: 0;
  }
  .anxiety .sp {
    display: block;
  }
  .anxiety .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_main .reserveinfo .reserve {
    display: none;
    border: 2px solid #d3683e;
      padding: 10px;
      font-size: 1.1rem;
      color: #d3683e;
      font-weight: 900;
      width: auto;
      margin: 0 1.5rem;
    }
    .top_limited {
      margin: 1rem 1.5rem 2rem;
    }
  }
.top_recom {
  width: 144rem;
  margin: 50px auto 7rem;
  max-width: 100%;
  letter-spacing: -.4em;
}
.top_recom ul {
  position: relative;
  margin: 6rem 0 ;
}
.top_recom li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.top_recom li:nth-child(1),
.top_recom li:nth-child(2),
.top_recom li:nth-child(3),
.top_recom li:nth-child(4) {
  width: 50%;
}

.top_recom li:nth-child(3),
.top_recom li:nth-child(4) {
  margin: 0 0 63px;
}

.top_recom .catch {
  position: absolute;
    width: 49.6%;
    left: 25%;
    z-index: 1;
    top: 59%;
}

.top_recom img {
  display: block;
}

.top_recom p.column2_1 {
  margin-top: -42rem;
}

.top_recom p.column2_2 {
  margin-top: -42rem;
}

.top_recom .sp {
  display: none;
}

@media screen and (min-width: 1400px) {
  .top_recom p.column2_1 {
    margin-top: -44rem;
  }
  .top_recom p.column2_2 {
    margin-top: -45rem;
  }
}
@media screen and (max-width: 1200px) {
  .top_recom p.column2_1 {
    margin-top: -37rem;
  }
  .top_recom p.column2_2 {
    margin-top: -35rem;
  }
}
.top_recom p.column4 {
  margin-top: -7.5rem;
}

@media screen and (max-width: 767px) {
  .top_recom {
    margin-top: 20px;
  }
  .top_recom .catch {
    position: relative;
    width: 85%;
    left: 7%;
    top: 30px;
  }
  .top_recom li {
    width: 50%;
  }
  .top_recom li:nth-child(1),
  .top_recom li:nth-child(2),
  .top_recom li:nth-child(3),
  .top_recom li:nth-child(4)  {
    width: 100%;
    margin-bottom: 0;
  }
  .top_recom p.column2_1 {
    margin-top: -28rem;
  }
  .top_recom p.column2_2 {
    margin-top: -27rem;
  }

  .top_recom .sp {
    display: block;
  }
  .top_recom .pc {
    display: none;
  }
  
}

.top_movie {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto 60px;
  padding: 50px 60px 30px;
  border: 2px solid #d3683e;
  letter-spacing: -.4em;
}

.top_movie .moviettlBox {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  margin: 0 5% 0 0;
}

.top_movie .movieyoutubeBox {
position:relative;
width: 40%;
height:0;
padding-top: 26%;
display: inline-block;
}

.top_movie .movieyoutubeBox iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

@media screen and (max-width: 767px) {
  .top_movie {
    width: 100%;
    margin: 0;
    padding: 18px 12px;
  }
  .top_movie .moviettlBox {
    width: 90%;
    display: block;
    margin: 0 auto 30px;
  }
  .top_movie .movieyoutubeBox {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-top: 50%;
  }
}

#step {
  margin-bottom: 100px;
  max-width: 1000px;
  width: 95%;
  margin: 10rem auto 0;
}
#step .stepLists h3 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #d3683e;
  margin: 0 0 16px;
  letter-spacing: normal;
}

#step .stepLists .stepListsinner {
  letter-spacing: normal;
}

#step .stepLists .stepListsinner {
  margin: 0 auto;
}

#step .stepLists .stepListsinner .stepList {
  padding: 20px 20px 0;
  margin-bottom: 20px;
  border: 1px solid #d3683e;
}


#step .stepLists .stepListsinner .stepList .img {
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
  width: 16%;
}

#step .stepLists .stepListsinner .stepList .detailBox {
  margin: 0 0 10px 4%;
  display: inline-block;
  vertical-align: top;
  width: 78%;
  }


#step .stepLists .stepListsinner .stepList .heading {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #d3683e;
  margin: 0 0 10px 0;
}

#step .stepLists .stepListsinner .stepList p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 10px 0;
}

#step .stepLists .stepListsinner .stepList .more {
  font-size: 1.6rem;
  color: #fff;
  background: #d3683e;
  border-radius: 10px;
  padding: 5px;
  margin: 10px 0 20px 0;
  width: 150px;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
}
#step .stepLists .stepListsinner .stepList .more:hover {
  background: #e6c98e;
}
#step .stepLists .stepListsinner .stepList .stepDetail {
  font-size: 2rem;
  margin: 0 0 0 10px;
  display:none;
}
#step .stepLists .stepListsinner .stepList .stepDetail dl dt {
  margin: 0 0 8px 0;
  border-bottom: 1px solid #d3683e;
  color: #d3683e;
  font-weight: 900;
}
#step .stepLists .stepListsinner .stepList .stepDetail dl dd {
  margin: 0 0 24px;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: top;
}
#step .stepLists .stepListsinner .stepList .stepDetail dl dd.addImg {
  width: 65%;
}
#step .stepLists .stepListsinner .stepList .stepDetail dl dd.howtoLink a {
  color: #111ccc;
  text-decoration: underline;
}
#step .stepLists .stepListsinner .stepList .stepDetail dl .img {
  width: 25%;
  margin: 0 0 0 5%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #step {
    min-width: 100%;
    width: 100%;
  }

  #step {
    margin-bottom: 35px;
    padding: 0 20px;
  }
  #step .stepLists h3 {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #step .stepLists .stepListsinner {
    float: none;
    width: 100%;
    letter-spacing: -.4em;
  }
  
  #step .stepLists .stepListsinner .stepList {
    padding: 10px 10px 0;
    letter-spacing: normal;
  }
  
  #step .stepLists .stepListsinner .stepList.step01,
  #step .stepLists .stepListsinner .stepList.step02,
  #step .stepLists .stepListsinner .stepList.step03,
  #step .stepLists .stepListsinner .stepList.step04,
  #step .stepLists .stepListsinner .stepList.step05 {
    background: none;
    background-size: 36px 52px;
  }
  
  #step .stepLists .stepListsinner .stepList:after {
    left: 29px;
  }
  
  #step .stepLists .stepListsinner .stepList .heading {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 14px;
    margin-left: 0;
  }
  
  #step .stepLists .stepListsinner .stepList .heading + p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0;
  }

  #step .stepLists .stepListsinner .stepList .more {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0;
  }

  #step .stepLists .stepListsinner .stepList .stepDetail {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0;
  }
  #step .stepLists .stepListsinner .stepList .stepDetail dl {

  }
  #step .stepLists .stepListsinner .stepList .stepDetail dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }


  #step .stepLists .stepListsinner .stepList .stepDetail dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  
  #step .stepLists .stepListsinner .stepList .contact dl dt {
    margin-right: 10px;
    font-size: 1rem;
    width: 80px;
  }
  
  #step .stepLists .stepListsinner .stepList .contact dl dd {
    width: 175px;
  }
  
  #step .stepLists .stepList .contact .contactBtn {
    width: 100%;
  }

  #step .stepLists .stepListsinner .stepList .detailBox {
    width: 73%;
        margin-left: 0;
    }

  #step .stepLists .stepListsinner .stepList .img {
    width: 25%;
   
  }
  #step .stepLists .stepListsinner .stepList .stepDetail dl dd {
    display: block;
  }
  #step .stepLists .stepListsinner .stepList .stepDetail dl dd.addImg {
    width: 100%;
  }
  #step .stepLists .stepListsinner .stepList .stepDetail dl .img {
    width: 80%;
    margin: 0 auto 5%;
  }
}

#step .stepLists .stepListsinner .stepList .contact dl {
  letter-spacing: -0.4em;
  margin-bottom: 10px;
}

#step .stepLists .stepListsinner .stepList .contact dl dt {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 100px;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #000000;
  padding: 5px 10px;
  margin-right: 20px;
  margin-top: 3px;
}

#step .stepLists .stepListsinner .stepList .contact dl dd {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

#step .stepLists .stepListsinner .stepList .contact dl:last-of-type dd {
  padding-left: 5px;
}

#step .stepLists .stepList .contact .contactBtn {
  width: 375px;
  margin: 0 auto;
}



.top_feature1 {
  position: relative;
  margin-bottom: 7rem;
}

.top_feature1 li {
  position: relative;
  text-align: center;
}

.top_feature1 .img p {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
}

.top_feature1 dt {
  margin: 2rem 0 2.5rem;
}

.top_feature1 dt img {
  width: 25.1rem;
}

.top_feature1 dd {
  font-size: 1.4rem;
  line-height: 1.92;
  white-space: nowrap;
  letter-spacing: -.05em;
}

.top_feature1 dd em {
  color: #d3683e;
}

@media screen and (max-width: 767px) {
  .top_feature1 li + li {
    width: 100%;
    float: none;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .top_feature1 {
    padding: 0;
  }
  .top_feature1 li {
    float: left;
    width: 33.333%;
  }
  .top_feature1 li.img.a {
    position: absolute;
    left: 0;
  }
  .top_feature1 li.desc {
    margin-left: 33.33%;
  }
}

.top_glp {
  width: 144rem;
  margin: 0 auto 2rem;
  max-width: 100%;
  background: url(../images/lead_img03.jpg) no-repeat center center/144rem;
}

.top_glp p {
  background: url(../images/img_arrow01.svg) no-repeat center center/144rem;
  height: 16rem;
  text-align: center;
  padding-top: 3.2rem;
}

.top_glp p img {
  width: 47rem;
}

.top_glp .txt {
  display: block;
  width: 65.3rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 767px) {
  .top_glp p img {
    width: 90%;
  }
  .top_glp .txt {
    width: 90%;
  }
}

.top_price {
  padding: 5rem 0 0;
}

.top_price .box {
  margin: 0 0 30px;
}

.top_price dl {
  margin-top: 3rem;
  border: solid 1px #d3683e;
}

.top_price dt {
  text-align: center;
  font-size: 1.4rem;
  background: #d3683e;
  color: #fff;
  padding: .5em 0;
}

.top_price dd {
  padding: 2rem;

}

.top_price dd p {
  font-size: 1.4rem;
  line-height: 2.28;
}

.top_price dd em {
  color: #d3683e;
}

.top_price dd i {
  font-size: 120%;
}

.top_price .limited_box {
  width: 56.5rem;
  float: right;
  margin: 20px 0 10px;
}

.top_price p {
  clear: both;
  font-size: 1rem;
  margin-top: .5rem;
}
.top_price .right > img:first-child {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .top_price .left img:nth-of-type(2) {
    margin: 18px 0 0;
  }
  .top_price .right {
    margin: 2rem auto 0;
  }
  .top_price .right.refund {
    width: 100%;
  }
  .top_price .right img {
    width: 100%;
  }
  .top_price dd {
    height: auto;
  }
  .top_price .limited_box {
    width: 100%;
    float: none;
  }
  .top_price dd .txt {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .top_price dd .img {
    float: left;
    width: 33rem;
  }
  .top_price dd .txt {
    float: right;
    width: 57rem;
  }
  .top_price .left {
    float: left;
    width: 50%;
  }
  .top_price .right {
    float: right;
    width: 46%;
  }
  .top_price .left.setDetail img {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
  }
}

.top_feature2 {
  margin-top: 10rem;
}

.top_feature2 li i {
  color: #d3683e;
  font-style: italic;
  font-size: 4.8rem;
  padding-left: .8em;
  background: url(../images/ico_fig01.svg) no-repeat left center;
  width: .604em;
  display: block;
}

.top_feature2 li dt {
  font-size: 2.4rem;
  margin-bottom: 1.3em;
}

.top_feature2 li dt small {
  display: block;
  font-size: 66.66%;
}

.top_feature2 li dd {
  font-size: 1.6rem;
  line-height: 1.6;
}

.top_feature2 li dd small {
  display: block;
  font-size: 1rem;
}

.top_feature2 li dd em {
  color: #d3683e;
}

.top_feature2 li + li {
}

.top_feature2 .box {
  background: url(../images/kv_img01.jpg?v=20200610) no-repeat center center/cover;
  color: #fff;
  padding: 5rem 0 4rem;
  margin-top: 10rem;
}

.top_feature2 .box dl {
  width: 88rem;
  max-width: 100%;
  margin: 0 auto;
}

.top_feature2 .box dd {
  position: relative;
}


.top_feature2 .box dd.yh {
  width: 100%;
}

.top_feature2 .box dd p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.top_feature2 .box dd.yh p {
  font-size: 1.6rem;
}

.top_feature2 .box figcaption {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .top_feature2 {
    margin-top: 3rem;
  }
  .top_feature2 .img {
    margin-top: 3rem;
  }
  .top_feature2 .box {
    margin-top: 0;
  }
  .top_feature2 .box figure {
    width: 45%;
    margin: 0 auto 2rem;
  }
}

@media screen and (min-width: 768px) {
  .top_feature2 .box {
    height: 40rem;
  }
  .top_feature2 .box dd {
    padding-right: 32rem;
  }
  .top_feature2 .box dd.yh {
    padding-right: 0;
    width: 650px;
    margin: 0 auto;
  }
  .top_feature2 .box dd figure {
    width: 18rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .top_feature2 .img {
    float: right;
    width: 40rem;
  }
  .top_feature2 .img.b {
    float: left;
  }
  .top_feature2 li dl {
    float: left;
    width: 56rem;
  }
  .top_feature2 li dl.b {
    float: right;
  }
}

.top_how {
  background: #f2f2f2;
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .top_how {
    padding: 5rem 0;
  }
}

.top_how h3 {
  color: #d3683e;
  font-size: 2.7rem;
  border-bottom: 1px solid #d3683e;
  margin: 0 auto 2rem;
  max-width: 900px;
  width: 100%;
}

.top_how .howto {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.top_how .howto .howtotxtBox {
  width: 56%;
  margin: 0 3% 0 0;
  display: inline-block;
  vertical-align: top;
}

.top_how .howto .howtoyoutubeBox {
  position:relative;
  width: 40%;
  height:0;
  padding-top: 26%;
  display: inline-block;
}
.top_how .howto iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.top_how li {
  position: relative;
}

.top_how li i {
  font-size: 2rem;
  color: #fff;
  background: #d3683e;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  padding-left: .3em;
  border-radius: 100%;
  display: block;
  font-style: italic;
  top: 0;
  left: 0;
}

.top_how li p {
  font-size: 1.6rem;
  line-height: 1.92;
  margin: 1rem 0 3rem 3.5rem;
  text-indent: 0px;
}

@media screen and (max-width: 767px) {
  .top_how h3,
  .top_how .howto,
  .top_how .howto .howtotxtBox {
    display: block;
    width: 100%;
  }
  .top_how h3 {
  margin-top: 5rem;
  }
  .top_how .lead {
    margin: 0 auto 3rem;
  }
  .top_how .howto .howtoyoutubeBox {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-top: 50%;
  }
  .top_how .howto li i {
    font-size: 2.5rem;
  }
  .top_how .howto li:before {
    top: 6rem;
    left: -1.8rem;
  }
  .top_how .howto li p {
    margin-bottom: 1rem;
    margin-left: 4.5rem;
    padding-top: 0.4rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .top_how .lead {
    width: 56rem;
    position: relative;
    margin: 0 auto 3rem;
  }
  .top_how .txt {
    width: 56rem;
  }
}

.top_info {
  padding: 6rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .top_info {
    padding: 5rem 0 0;
  }
}
.top_info dt {
  position: relative;
  padding-left: 9.5rem;
}

.top_info dt i {
  background: #d3683e;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 8rem;
  height: 8rem;
  text-align: center;
  line-height: 8rem;
  margin-right: 1.4em;
  position: absolute;
  left: 0;
  top: 0;
}

.top_info dd ul + ul {
  margin-top: 4rem;
}

.top_info dd li {
  font-size: 1.4rem;
}

.top_info dd li span {
  display: block;
  font-size: 1.2rem;
  color: #666666;
  line-height: 1.3;
}

.top_info dd li + li {
  margin-top: 1rem;
}

.top_info .doctorinfo {
  margin: 0 0 5rem;
  letter-spacing: -.4em;
}
.top_info .doctor {
  margin-bottom: 6rem;
}
.top_info .doctor.director,
.top_info .doctor.usual {
  letter-spacing: normal;
}

.top_info .doctor.director:last-child {
  margin-bottom: 0;
}

.top_info .doctor dt {
  font-size: 2.8rem;
  margin-bottom: 5rem;
  padding-top: 2rem;
}

.top_info .list dt {
  margin: 2rem 0 3rem;
  padding-top: .6rem;
  font-size: 2.4rem;
  line-height: 1.33;
}

.top_info .list dt i {
  font-style: italic;
  font-size: 1.9rem;
}

.top_info .list dd {
  font-size: 1.4rem;
  line-height: 1.92;
}

.top_info .list li {
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .top_info .doctor.director {
    position: relative;
  }
  .top_info .doctor.director .img {
    width: 45%;
    float: right;
  }
  .top_info .doctor.director img {
    margin-bottom: 2rem;
  }
  .top_info .doctor.director dl {
    padding-top: 5rem;
  }
  .top_info .doctor.director dl dd:nth-of-type(2) {
    clear: both;
  }

  .top_info .doctor dl dd:first-of-type {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
    width: 50%;
  }
 
}

@media screen and (min-width: 768px) {
  .top_info .list {
    margin-bottom: 5rem;
  }
  .top_info .list > * {
    float: left;
    margin-left: 5.5%;
    width: 47.25%;
  }
  .top_info .list > *:nth-child(2n + 1) {
    margin-left: 0;
    clear: both;
  }
  .top_info .img {
    float: left;
    width: 35%;
    margin-right: 3%;
  }
  .top_info ul.list li dl {
    float: none;
    width: 47rem;
  }
  .top_info .doctor.director dl {
    float: left;
    width: 61%;
  }
  .top_info .doctor.director dl dd {
    display: inline-block;
    vertical-align: top;
  }
  .top_info .doctor dl dd:first-of-type {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  .top_info .doctor.director dl dd:nth-of-type(2) {
    width: 47%;
    margin-right: 3%;
  }
  .top_info .doctor.director dl dd:nth-of-type(3) {
    width: 49%;
  }
  .top_info .doctor.usual {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .top_info .doctor.usual:last-of-type {
    margin-right: 0;
  }

}

.top_faq {
  padding: 5rem 0;
}

.top_faq dt {
  position: relative;
  font-size: 2.4rem;
  color: #d3683e;
  padding: 4rem 0 4rem 9rem;
}

.top_faq dt:before {
  content: '';
  background: url(../images/ico_q.svg) no-repeat center center/contain;
  width: 8.2rem;
  height: 8rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top_faq dd {
  position: relative;
  padding-left: 9rem;
  font-size: 1.4rem;
  line-height: 1.92;
  margin-bottom: 1rem;
}

.top_faq dd:before {
  content: '';
  position: absolute;
  background: url(../images/glp1_img/ico_a.svg) no-repeat center center/contain;
  width: 5.2rem;
  height: 4.3rem;
  top: 0;
  left: 2.5rem;
}

.top_access {
  margin: 10rem 0;
}
.top_access h3 {
  text-align: center;
}

.top_access h3 img {
  width: 40%;
}

.top_access .map {
  position: relative;
  height: 0;
  padding-top: 45rem;
  overflow: hidden;
}

.top_access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_access dt {
  margin-bottom: 1rem;
  font-size: 3rem;
}
.top_access dt span {
  font-size: 1.8rem;
  margin: 0 0 0 9px;
  color: #d3683e;
}

.top_access dt img {
  width: 22rem;
}

.top_access tr > * {
  font-size: 1.6rem;
  padding: 1.4rem;
}

.top_access tr + tr > * {
  border-top: solid 1px #000;
}

.top_access .box {
  border: solid 1px #000;
  padding: 0 1rem;
  margin-bottom: .5rem;
}

.top_access th {
  position: relative;
  vertical-align: middle;
}

.top_access th:before {
  content: '';
  position: absolute;
  right: 0;
  height: calc(100% - 2rem);
  top: 1rem;
  border-right: solid 1px #000;
}

.top_access p {
  font-size: 1.4rem;
  text-align: center;
  margin: 12px 0 0 0;

}
.top_access .u_clearfix {
  margin: 48px 0 0 0;
}
@media screen and (max-width: 767px) {
  .top_access .map {
    margin-bottom: 3rem;
    padding-top: 25rem;
  }
}

@media screen and (min-width: 768px) {
  .top_access .map {
    float: left;
    width: 50rem;
  }
  .top_access dl {
    float: right;
    width: 45rem;
  }
}

.attention {
padding:0 0 5rem 0;
}
.attention h4 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.attention table {
  border: solid 1px #000;
  margin-bottom: 4rem;
}

.attention th {
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  vertical-align: middle;
  width: 10em;
}

.attention tr + tr th {
  border-top: solid 1px #fff;
}

.attention tr + tr td {
  border-top: solid 1px #000;
}

.attention td {
  font-size: 1.3rem;
  line-height: 2;
  padding: 1.5rem;
}

@media screen and (max-width: 767px) {
  .attention {
    padding: 0;
  }
  .attentiondt {
    font-size: 2rem;
  }
  .attention th {
    font-size: 1.2rem;
  }
}

.copyright {
    background: #d3683e;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 12px 0 0 0;
}
.container{
  margin-bottom: 12px;
}

/* ヘッダーボタン下のinfo */
.hdr_info {
  text-align: right;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: -.4em;
}

/*タブのスタイル*/
.tabs .tab_item {
  width: 40%;
  height: 50px;
  border-bottom: 3px solid #d3683e;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #565656;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  letter-spacing: normal;
}
.tab_item:hover {
  opacity: 0.75;
}

.tabs .tab_item:nth-of-type(1){
  width: 60%;
  font-size: 32px;
  font-size: 3.2rem;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#online:checked ~ #online_content,
#visit:checked ~ #visit_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #d3683e;
  color: #fff;
  
}

@media screen and (max-width: 767px) {
  .tabs {
    width: 100%;
    padding-bottom: 0px;
  }
  .tabs .tab_item {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tabs .tab_item:nth-of-type(1) {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .tab_content {
    padding-top: 12px;
    padding-bottom: 0;
  }
}

#clinicinfo {
  padding: 5rem 0;
}

#clinicinfo h3 {
  width: 390px;
  margin: 0 auto 14px;
}
#clinicinfo .u_inner > p {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 14px;
}

#clinicinfo .infoLists {
  letter-spacing: -.4em;
}
#clinicinfo .access_img {
  margin-top: 5px;
  max-width:300px;
}

#clinicinfo .infoLists:first-of-type {
  margin-bottom: 8rem;
}

#clinicinfo .infoLists .infoList {
	margin-top: 4rem;
	margin-right: 4%;
	width: 46%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
  }

  #clinicinfo .infoLists .infoList_full {
	margin: auto;
	width: 100%;
	max-width: 840px;
	display: block;
  }

#clinicinfo .infoLists .infoList:nth-of-type(2) {
  margin-right: 0;
  border: none;
}

#clinicinfo .infoLists .infoList .spaceImg {
  margin: 0 0 10px;
}
#clinicinfo .infoLists .infoList .details {
}

#clinicinfo .infoLists .infoList .map {
  width: 100%;
}
#clinicinfo .infoLists .infoList .map iframe {
  width: 100%;
  height: 180px;
}

#clinicinfo .infoLists .infoList .details .heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #d3683e;
}

#clinicinfo .infoLists .infoList .details table.branch {
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
  font-size: 1.6rem;
}

#clinicinfo .infoLists .infoList .details table.branch tr th,
#clinicinfo .infoLists .infoList .details table.branch tr td {
  padding-bottom: 12px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
}

#clinicinfo .infoLists .infoList .details table.branch tr th {
  font-weight: normal;
  width: 90px;
  padding-right: 10px;
}
#clinicinfo .infoLists .infoList .details table.branch tr td span {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  margin: 3px 0 0 0;
  color: #d3683e;
}
#clinicinfo .infoLists .infoList .details table.branch tr td span a {
  text-decoration: underline;
}

#clinicinfo .infoLists .infoList .details table.hours {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}

#clinicinfo .infoLists .infoList .details table.hours tr th,
#clinicinfo .infoLists .infoList .details table.hours tr td {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  width: auto;
}
#clinicinfo .infoLists .infoList .details table.hours tr th:first-of-type {
  width: 160px;
}

#clinicinfo .infoLists .infoList .details table.hours tr.trhead_01 th {
  padding: 0.5rem 0;
  background: #d3683e;
  color: #fff;
  border-bottom: 2px solid #fff;
}
#clinicinfo .infoLists .infoList .details table.hours tr.trhead_02 th {
  padding: 1rem 0;
  background: #f2e5ca;
  color: #000;
  border-bottom: 2px solid #fff;
}
#clinicinfo .infoLists .infoList .details table.hours tr td {
  padding: 1rem 0;
  color: #000;
  border-bottom: 2px solid #f2e5ca;
}
#clinicinfo .infoLists .infoList .details table.hours tr td span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
#clinicinfo .infoLists .infoList .details table.hours tr td p {
  margin-bottom: 3px;
  line-height: 2;
}
#clinicinfo .infoLists .infoList .details table.hours tr td p span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  width: 38%;
  border-bottom: 1px solid #f2e5ca;
}
#clinicinfo .infoLists .infoList .details table.hours tr td p:last-of-type span {
  border: none;
}
#clinicinfo .infoLists .infoList .details h4 {
  color: #d3683e;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1rem 0 0;
}
#clinicinfo .infoLists .infoList .details p {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0.5rem 0 0;
}
#clinicinfo .infoLists .infoList .details p.caution {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #clinicinfo {
    min-width: 100%;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #clinicinfo h3 {
    width: 80%;
  }
  #clinicinfo > p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
  }

  #clinicinfo .clinic {
    margin-bottom: 30px;
  }
  
  #clinicinfo .clinic .name {
    font-size: 20px;
    font-size: 2rem;
  }
  
  #clinicinfo .clinic .name span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  
  #clinicinfo .clinic .subTxt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  
  #clinicinfo .infoLists .infoList {
    width: 100%;
    padding: 0 0 15px;
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
  }

	#clinicinfo .infoList_full .infoList {
		margin: 0;
		padding: 0;
	}
	#clinicinfo .infoList_full .infoList:last-child {
		padding: 0px;
		border: none;
	}


  #clinicinfo .access_img {
    width:90%;
  }
  
  #clinicinfo .infoLists .infoList .map {
    width: 100%;
  }
  #clinicinfo .infoLists .infoList .map iframe {
    height: 215px;
  }
  
  #clinicinfo .infoLists .infoList .details {
    width: 100%;
  }
  
  #clinicinfo .infoLists .infoList .details .heading {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 10px;
  }
  
  
  #clinicinfo .infoLists .infoList .details table.branch tr th,
  #clinicinfo .infoLists .infoList .details table.branch tr td {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  
  #clinicinfo .infoLists .infoList .details table.branch tr th {
    width: 80px;
  }
  #clinicinfo .infoLists .infoList .details table.hours tr th:first-of-type {
    width: 35%;
  }
  #clinicinfo .infoLists .infoList .details table.hours tr td p span {
    width: 48%;
  }
  #clinicinfo .infoLists .infoList .details p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #clinicinfo .infoLists:first-of-type {
    margin-bottom: 1rem;
  }
}

#reserve{
  display: flex;
  width: 100%;
  height: auto;
  z-index: 3;
  background: #4d4d4dbf;
  color: #000;
}
.reserve__scroll{
  position: fixed;
  bottom: -240px;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}
.reserve__scroll.show{
  bottom: 0;
}
.reserve__scroll.fixed{
  position: static;
}
.reserve__wrapper{
  display: flex;
  justify-content: center;
  margin: 16px auto;
  padding: 16px 0;
  background: #ffffffe6;
  max-width: 800px;
  width: 100%;
  border-radius: 24px;
}
.reserve__text-wrap{
  background: #fff;
  border: 1px solid #57acb2;
  border-radius: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 8px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reserve__text-green{
  color: #57acb2;
  font-family: 'Noto Sans JP';
  margin-bottom: 4px;
}
.reserve__text-orange{  
  color: #d3673d;
  font-weight: bold;
  font-style: italic;
  font-size: 4.8rem;
  line-height: 1.1;
}
.reserve__btn-wrap{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reserve__text-code{
  font-size: 2.4rem;  
  margin: 12px 0;
}
.reserve__code-black{
  font-family: 'Noto Sans JP';
  font-weight: bold;
  font-size: 2.6rem;
  margin: 0 8px;
}

@media screen and (max-width: 767px) {
  .reserve__scroll{
    bottom: -165px;
  }
  .reserve__wrapper{
    width: calc(100% - 32px);
    margin: 16px auto;
    padding: 8px 0;
    border-radius: 16px;
  }
  .reserve__btn-wrap{
    width: 100%;
  }
  .reserve__text-code{
    font-size: 2.0rem;
    margin: 8px 0;
  }
  .reserve__code-black{
    font-size: 2.4rem;
  }
}

/*-----------------------------------------------------------------------
 modal
*----------------------------------------------------------------------- */
.c_reserv2 .infocaution.ex {
  border: none;
  margin-bottom: -30px;
}
#step .stepLists .stepListsinner .stepList p.ex {
  font-size: 16px;
    font-size: 1.6rem;
    color: #57ACB2;
}
#step .stepLists .stepListsinner .stepList p.ex a {
  text-decoration: underline;
}
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10001;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
  background: #fff;
  left: 1rem;
  padding: 1%;
  position: absolute;
  top: -40%;
  left: -40%;
  transform: translate(50%,50%);
  width: 90vw;
  height: 75%;
  overflow: scroll;
}  
.modal__content img.pc{
  display: none;
}
.js-modal-close.txt {
  color: #fff;
  position: absolute;
  bottom: 3%;
  left: 0%;
  right: 0;
  margin: auto;
  font-size: 30px;
  width: 90%;
text-align: center;
text-decoration: none;
}
.js-modalex-close.txt {
	color: #fff;
	position: absolute;
	bottom: 35%;
	left: 0%;
	right: 0;
	margin: auto;
	font-size: 30px;
	width: 90%;
	text-align: center;
	text-decoration: none;
}
.js-modalex {
	color: #f00;
	font-size: 14px;
}
.js-modalex h3 {
	font-size: 17px;
line-height: 1.6;
margin: 0 0 6%;
}
.js-modalex p {
	margin: 0 0 3%;
}
.js-modalex .modal__content {
	padding: 3%;
width: 50%;
top: -10%;
left: 0%;
height: 43%;
}

@media screen and (min-width: 767px) {
  .modal__content{
	  left: -40%;
	  top: -30%;
	  width: 90%;
	  height: 78%;
	}
  
	.js-modal-close.txt {

	}
	.modal__content img.pc{
	  display: block;
	}
  
	.modal__content img.sp{
	  display: none;
	}
  
  }

@media screen and (max-width: 768px) {
.modal{
  height: 80vh;
  }
.modal__content{
  left: -41%;
  top: -30%;
  width: 90%;
  height: 78%;
}
.modal__content img.pc{
  display: block;
}

.modal__content img.sp{
  display: none;
}
.js-modalex-close.txt {
  bottom: -10%;
}
.js-modalex .modal__content {
  padding: 5%;
  left: -41%;
top: -30%;
width: 90%;
height: 80%;
}
.c_reserv2 .infocaution.ex {
  margin-bottom: -18px;
}
}

/*-----------------------------------------------------------------------
 page-top
*----------------------------------------------------------------------- */
#pagetop{
  right: 40px;
  bottom: 224px;
}

@media screen and (max-width: 768px) {
  #pagetop{
    right: 16px;
    bottom: 150px;
  }
}

@media screen and (min-width: 768px) {
  .top_main .mens_icon {
    position: relative;
    left: 50%;
    margin-left: -57.5rem;
    padding-top: 1.5rem;
    width: 13rem;
  }
  .top_main .box {
    padding-top: 17.5rem;
  }
  .top_main .autumn_icon_pc {
    position: absolute;
    top: 29.4rem;
    right: 35rem;
    width: 24rem;
  }
  .top_main .autumn_icon_sp {
    display: none;
  }
  }
  @media screen and (max-width: 767px) {
    .top_online {
      letter-spacing: -.4em
      }
  .top_online .sp img {
    display: inline-block;
  }
  .top_main .mens_icon {
    display: none;
  }
  .top_main .autumn_icon_pc {
    display: none;
  }
  .top_main .autumn_icon_sp {
    position: absolute;
    top: 21.4rem;
    right: 3rem;
    width: 19rem;
  }
}

