@charset "UTF-8";
/* =================================================

COMMON

================================================= */
.sticky_contact {
  position: fixed;
  padding: 29px 15px;
  display: block;
  top: 146px;
  right: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
  border-radius: 6px 0 0 6px;
  background: #FA62A4;
  color: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  z-index: 999;
  transition: all .35s ease;
}

.sticky_contact:hover {
  opacity: .8;
}

h3.index_h3 {
  position: relative;
  margin-bottom: 42px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 1.5rem;
  text-align: center;
}

h3.index_h3::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 48.5%;
  transform: translate(-50%,0);
  background: #555;
  border-radius: 2px;
}

h3.index_h3.l2::before {
  width: 80px;
}

h3.index_h3.l5::before {
  width: 222px;
}

/* =================================================

TOP

================================================= */
h2.index_h2 {
  padding:0 0 80px 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 4.8rem;
  font-weight: normal;
  letter-spacing: 0.64em;
  text-align: center;
  color: #555555;
}

section.hero {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

section.hero .kv {
  display: block;
  width: 80%;
  min-height: 781px;
  background: url('../../images/bk_kv_pc@2x.jpg') no-repeat center 50% / cover;
}

.kv_wrap {
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.h2_catch {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  text-align: center;
  color: #fff;
  text-shadow: rgba(0,0,0,.7) 0 0 30px;
}

.h2_catch .caption {
  display: block;
  padding-left: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.5rem;
  letter-spacing: 1.05rem;
  line-height: 1;
  text-shadow: rgba(0,0,0,.7) 0 0 8px;
}

section.hero .sidehero {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 24px 0;
  width: 20%;
  min-width: 296px;
}

.sidehero_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.sidehero_list .item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 32px;
  width: 100%;
  max-width: 264px;
}

.sidehero_list .item .item_link {
  display: block;
  /*padding-top: 24.074%;*/
  background: #ccc;
  width: 216px;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
}

.sidehero_list .item .item_link.kodaira {
  background: url('../../images/bnr_clm_kodaira@2x.jpg') no-repeat center 50% / cover;
}

.sidehero_list .item .item_link.kenshin {
  background: url('../../images/bnr_clm_healthcheck@2x.jpg') no-repeat center 50% / cover;
}

.sidehero_list .item .item_link.showa {
  background: url('../../images/bnr_clm_showa@2x.jpg') no-repeat center 50% / cover;
}

.sidehero_list .item .item_link.pamf {
  background: url('../../images/bnr_clm_pdf@2x.jpg') no-repeat center 50% / cover;
}

.sidehero_list .item .item_link:hover {
  opacity: .8;
}

.sidehero_list .item .item_txt {
  font-size: 1.6rem;
  letter-spacing: 0.04rem;
  text-align: center;
  color: #777;
}

/* reserve
================================================= */
section.reserve {
  padding: 80px 0;
}

.reserve_wrap {
  margin: 0 auto;
  max-width: 1280px;
}

.reservation {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width: 100%;
}

.reservation .item {
  display: block;
  padding: 0;
  width: calc(100% / 2);
}

.reservation .item p {
  padding-bottom: 32px;
}

.reservation .item:first-child {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px;
  background: #FAFAFA;
  letter-spacing: 0.04rem;
  text-align: center;
}

.reservation .item:last-child {
  padding-right: 16px;
}

.reservation .item .btn_reserve {
  position: relative;
  display: block;
  margin-top: auto;
  padding: 26px;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04rem;
  text-align: center;
  border-radius: 88px;
  background: #FB89AF;
  color: #fff;
  transition: .15s ease-in;
}

.reservation .item .btn_reserve::before {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 20px;
  top: 50%;
  right: 47px;
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  background: url('../../images/arrow_btn_wh.svg') no-repeat center 50% / cover;
  transition: .15s ease;
}

.reservation .item .btn_reserve:hover {
  opacity: .8;
}

.reservation .item .btn_reserve:hover::before {
  right: 40px;
}


/*/////////////////////////////////////*/
.reserv_schedule {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.reserv_schedule .hour {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.reserv_schedule .hour_spshift {
  display: none;
}

.reserv_schedule .hour .box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  width: calc(100% / 8);
  text-align: center;
  border-right: 1px solid #ccc;
}

.reserv_schedule .hour .box.outline {
  width: calc(100% / 8 * 2);
  min-width: 147px;
  text-align: left;
  color: #555;
}

.reserv_schedule .hour .box.bd {
  color: #fa62a4;
}

.reserv_schedule .hour .box.holiday {
  color: #aaa;
}

/* news
================================================= */
section.news {
  padding: 80px 0;
  background: #FFF7FA;
}

.news_headline {
  display: block;
  margin-bottom: 40px;
  padding: 18px;
  width: 100%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: underline;
  background: #fa62a4;
  color: #fff;
  transition: .15s ease;
}

.news_headline:hover {
  text-decoration: none;
  opacity: .8;
  border-radius: 12px;
  cursor: pointer;
}
/*/////////////////////////////////////*/
.index_newslist {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.index_newslist .item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin: 0 0 40px 0;
  width: calc(100% / 2 - 20px);
}

.index_newslist .item:not(:nth-of-type(2n)) {
  margin-right: 40px;
}

.index_newslist .item .item_link {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  width: 100%;
  background: #fff;
  border-top: 3px solid #fa62a4;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.index_newslist .item .item_link:hover {
  opacity: .95;
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
}

.index_newslist .item .item_link .inner {
  text-align: left;
  width: 100%;
}

.index_newslist .item .item_link .date {
  padding-bottom: 5px;
  color: #999;
}

.index_newslist .item .item_link .ttl {
  font-size: 1.8rem;
  font-weight: normal;
  color: #555;
}

.index_newslist .item .item_link:hover .ttl {
  color: #fa62a4;
}

/* mediinfo
================================================= */
section.mediinfo {
  padding-top: 80px;
}

.mediinfo_wrap {
  padding-bottom: 48px;
  background: -moz-linear-gradient(top, #F2AAB3, #FFDDE1);
  background: -webkit-linear-gradient(top, #F2AAB3, #FFDDE1);
  background: linear-gradient(to bottom, #F2AAB3, #FFDDE1);
}

/* medi_subject */
.medi_subject {
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width: 100%;
}

.medi_subject .item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 64px;
  width: calc(100% / 2);
  background: rgba(255,255,255,.5);
}

.medi_subject .item:first-child {
  background: rgba(255,255,255,.7);
}

.examination_list {
  display: block;
  width: 100%;
}

.examination_list .box {
  display: block;
  margin-bottom: 64px;
  width: 100%;
}

.examination_list .box:last-child {
  margin-bottom: 0;
}

h4.examination_list__ttl {
  display: block;
  width: 100%;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  text-align: left;
  border-bottom: 1px solid #555;
}

.examination_list .box .sentence {
  padding-top: 8px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.08rem;
}

/* mediainfo_inner */
.mediainfo_inner {
  position: relative;
  display: block;
  margin-top: 64px;
  padding: 64px 0 0;
  width: 100%;
  background: #fff;
}

.mediinfo_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: number 0;
}

.mediinfo_list .item {
  display: block;
  padding: 40px;
  width: 50%;
  background: #FFFAFC;
}

.mediinfo_list .item:not(:nth-of-type(2n))  {
  background: #fff;
}

/* order */
.mediinfo_list .item:first-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.mediinfo_list .item:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.mediinfo_list .item:nth-child(3) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.mediinfo_list .item:nth-child(4) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.mediinfo_list .item:nth-child(5) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.mediinfo_list .item:nth-child(6) {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}


.mediinfo_list .item .ttl {
  position: relative;
  margin-bottom: 24px;
  padding-left: 72px;
  font-size: 26px;
  font-weight: bold;
  line-height: 56px;
}

.mediinfo_list .item .ttl::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number);
  display: block;
  top: 50%;
  left: 0;
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 56px;
  height: 56px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  border-radius: 50%;
  background: #fa62a4;
  color: #fff;

}

.mediinfo_list .item .txt {
  line-height: 1.8;
}

/* about
================================================= */
section.about {
  padding-top: 80px;
}

.index_about_img {
  display: block;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.index_about_message {
  position: relative;
  margin: 0 auto;
  padding: 64px 0 72px;
}

.index_about_h3 {
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
  color: #fa62a4;
}

.index_about_message .txt {
  margin: 0 auto;
  padding: 24px 0 64px;
  max-width: 920px;
  letter-spacing: 0.06rem;
  line-height: 1.8;
}

.index_about_bio {
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin: 0 auto;
  max-width: 960px;
}

.index_about_bio .item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 16px 24px 16px;
  width: calc((100% - 20px) / 2);
  background: #FAFAFA;
}

.index_about_bio .item:first-child {
  margin-right: 20px;
}

.index_about_bio .item .ttl {
  padding-bottom: 12px;
  font-size: 2.2rem;
  font-weight: bold;
}

.index_about_bio .item .txt {
  letter-spacing: 0.04rem;
  line-height: 1.8;
  color: #555;
}

.index_about_history {
  display: block;
}

.index_about_history .box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width: 100%;
}

.index_about_history .box .year {
  min-width: 80px;
}

/* access
================================================= */
section.access {
  padding: 80px 0;
}

.index_access_h3 {
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
}

.index_googlemap {
  margin: 64px 0;
}

.index_googlemap iframe {
  width: 100%;
  height: 320px;
}

.index_access_info {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.index_access_info .item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 16px;
  width: calc(100% / 2);
}

.index_access_info .item:last-child {
  padding-top: 56px;
}

.index_access_info .item .tel {
  position: relative;
  padding-left: 56px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 5.6rem;
  color: #999;
}

.index_access_info .item .tel::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 0;
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 56px;
  height: 56px;
  background: url('../../images/icn_tel_gr.svg') no-repeat center 50% / cover;
}

.index_access_info .item .tel:hover {
  opacity: .8;
}

.index_access_info .item .txt {
  padding: 0 0 16px 16px;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  color: #707070;
}

.index_access_info .item .btnarea {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: flex-start;
}

.index_access_info .item .btnarea > a:first-child {
  margin: 0 16px 0 0;
}

/* =================================================

MEDIA QUERY

================================================= */

/*DESIGN
================================================= */
@media screen and (max-width: 1150px) {
  .index_access_info .item .btnarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .index_access_info .item .btnarea > a {
    margin: 0;
  }

  .index_access_info .item .btnarea > a:first-child {
    margin: 0 0 16px 0;
  }
}

@media screen and (max-width: 1023px) {
  section.hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  section.hero .kv {
    width: 100%;
    min-height: auto;
  }

  .kv_wrap {
    display: block;
    padding-top: 50.84%;
  }

  .h2_catch {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 6.4rem;
  }

  .h2_catch .caption {
    font-size: 2.6rem;
  }

  section.hero .sidehero {
    width: 100%;
  }

  .sidehero_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }

  .sidehero_list .item {
    padding: 0 16px;
    width: calc(100% / 4);
    min-width: 213px;
  }

  .sidehero_list .item .item_link {
    padding-top: 24.074%;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 961px) {
  .reservation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reservation .item {
    padding: 16px 0;
    width: 100%;
  }

  .reservation .item:last-child {
    padding: 16px;
  }

  .reservation .item p {
    padding-bottom: 16px;
  }

  .reservation .item:first-child {
    padding: 24px;
  }

  .reservation .item .btn_reserve {
    margin: auto auto 0;
    max-width: 472px;
  }
}

@media screen and (max-width: 900px) {
  .sticky_contact {
    display: none;
  }

  h2.index_h2 {
    font-size: 4rem;
  }

  .medi_subject {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .medi_subject .item {
    padding: 48px;
    width: 100%;
  }

  .examination_list {
    margin: 0 auto;
    width: 88%;
  }

  .examination_list .box {
    margin-bottom: 40px;
  }

  .mediainfo_inner {
    margin-top: 48px;
    padding-top: 40px;
  }

  .index_about_bio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .index_about_bio .item {
    width: 100%;
  }

  .index_about_bio .item:first-child {
    margin: 0 0 16px 0;
  }

  .index_access_h3 {
    font-size: 2.7rem;
  }

  .index_googlemap {
    margin: 40px 0;
  }

  .index_access_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .index_access_info .item {
    padding: 0;
    width: 100%;
  }

  .index_access_info .item:first-child {
    padding-top: 40px;
  }

  .index_access_info .item:last-child {
    padding-top: 0;
  }

  .index_access_info .item .btnarea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .index_access_info .item .btnarea > a:first-child {
    margin: 0 16px 0 0;
  }
}

@media screen and (max-width: 860px) {
  .sidehero_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidehero_list .item {
    padding: 0 8px 24px;
    width: 50%;
    min-width: auto;
  }
}

@media screen and (max-width: 600px) {
  .reserv_schedule .hour .box {
    padding: 15px 10px;
  }

  .index_access_info .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .index_access_info .item .btnarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .index_access_info .item .btnarea > a:first-child {
    margin: 0 0 16px 0;
  }
}

@media screen and (max-width: 500px) {
  .reserv_schedule {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .reserv_schedule .hour{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 3);
  }

  .reserv_schedule .hour .box,
  .reserv_schedule .hour .box.outline{
    width: 100%;
    padding: 10px;
  }

  .reserv_schedule .hour .box.outline {
    min-width: 10px;
  }
}

/*iPhone GALAXY
================================================= */
@media screen and (max-width: 414px) {
  section.hero .kv {
    background-image: url('../../images/bk_kv_sp@2x.jpg');
  }

  .kv_wrap {
    padding-top: 100%;
  }

  .h2_catch .caption {
    padding: 0;
    line-height: 1.2;
    letter-spacing: 0.6rem;
  }

  .sidehero_list .item {
    padding: 0 0 24px;
    width: 100%;
    max-width: 280px;
  }

  .reservation .item p {
    font-size: 1.4rem;
  }

  .sidehero_list .item .item_txt {
    position: relative;
    display: block;
    text-align: center;
    word-break: break-word;
    font-size: 1.4rem;
    white-space: nowrap;
  }

  .sidehero_list .item .item_txt::after {
    content: '.';
    display: inline-block;
    width: 0;
    color: transparent;
    pointer-events: none;
  }

  h2.index_h2 {
    font-size: 2.6rem;
    padding: 0 0 48px 20px;
  }

  h3.index_h3 {
    margin-bottom: 32px;
    font-size: 2.2rem;
  }

  h3.index_h3.l2::before {
    width: 64px;
  }

  h3.index_h3.l5::before {
    width: 172px;
  }

  /* COMMON
  ================================================= */
  section.reserve, section.news,section.access {
    padding: 64px 0;
  }

  section.mediinfo,section.about {
    padding: 64px 0 0;
  }


  /* reserve
  ================================================= */
  .reservation .item .btn_reserve {
    font-size: 2rem;
    max-width: 320px;
  }

  .reserv_schedule .hour .box.outline {
    min-height: 78px;
  }

  /* news
  ================================================= */
  .news_headline {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }

  .index_newslist .item {
    margin-bottom: 24px;
    width: 100%;
  }

  .index_newslist .item:not(:nth-of-type(2n)) {
    margin-right: 0;
  }

  .index_newslist .item .item_link {
    padding: 24px;
  }

  .index_newslist .item .item_link .ttl {
    font-size: 1.6rem;
  }

  /* mediinfo
  ================================================= */
  .medi_subject .item {
    padding: 32px 16px;
  }

  h4.examination_list__ttl {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .examination_list {
    width: 100%;
  }

  .examination_list .box {
    margin-bottom: 16px;
  }

  .examination_list .box .sentence {
    padding-top: 12px;
    font-size: 1.6rem;
    letter-spacing: 0.12rem;
  }

  .mediainfo_inner {
    margin-top: 32px;
    padding-top: 32px;
  }

  .mediinfo_list .item {
    padding: 24px 16px;
    width: 100%;
  }

  /* order */
  .mediinfo_list .item:first-child,
  .mediinfo_list .item:nth-child(2),
  .mediinfo_list .item:nth-child(3),
  .mediinfo_list .item:nth-child(4),
  .mediinfo_list .item:nth-child(5),
  .mediinfo_list .item:nth-child(6){
    -webkit-box-ordinal-group: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .mediinfo_list .item .ttl {
    margin-bottom: 16px;
    padding-left: 40px;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }

  .mediinfo_list .item .ttl::before {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
  }

  .mediinfo_list .item .txt {
    letter-spacing: 0.1rem;
  }

  /* about
  ================================================= */
  .index_about_message {
    padding: 32px 0;
  }

  .index_about_h3 {
    font-size: 2rem;
  }

  .index_about_message .txt {
    padding-bottom: 32px;
  }

  .index_about_bio .item .ttl {
    font-size: 1.8rem;
  }

  /* access
  ================================================= */
  .index_access_h3 {
    font-size: 2rem;
  }

  .index_googlemap {
    margin: 32px 0;
  }

  .index_access_info .item .txt {
    padding-left: 16px;
  }

  .index_access_info .item:first-child {
    padding-top: 16px;
  }

  .index_access_info .item .tel {
    font-size: 4rem;
  }
}

@media screen and (max-width: 375px) {
  h2.index_h2 {
    padding: 0 0 40px 0;
    letter-spacing: 0.56em;
  }

  h3.index_h3 {
    font-size: 2rem;
  }

  h3.index_h3.l2::before {
    width: 60px;
  }

  .reservation .item .btn_reserve {
    padding: 22px;
    font-size: 1.6rem;
  }

  .reservation .item .btn_reserve::before {
    width: 8px;
    height: 14px;
  }

  .index_newslist .item {
    margin-bottom: 16px;
  }

  section.reserve, section.news, section.access {
    padding: 40px 0;
  }
  section.mediinfo, section.about {
    padding: 40px 0 0;
  }

  .index_about_h3 {
    font-size: 1.8rem;
  }

  .index_access_h3 {
    font-size: 1.6rem;
  }

  h4.examination_list__ttl {
    font-size: 1.6rem;
  }

  .examination_list .box .sentence,
  .mediinfo_list .item .txt,
  .index_about_message .txt{
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 320px) {
  .index_about_h3 {
    font-size: 1.6rem;
  }

  .news_headline {
    font-size: 1.6rem;
  }

  .index_newslist .item .item_link .ttl {
    font-size: 1.4rem;
  }

  .examination_list .box .sentence,
  .mediinfo_list .item .txt,
  .index_about_message .txt{
    font-size: 1.4rem;
    letter-spacing: 0.09rem;
  }

  .mediinfo_list .item .ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .mediinfo_list .item {
    padding: 16px;
  }

  .index_about_bio .item .ttl {
    font-size: 1.6rem;
  }
}


/*FONTS
================================================= */
@media screen and (max-width: 1400px) and (min-width: 1024px) {
  .h2_catch {
    font-size: calc(5.2rem + ((1vw - 1.024rem) * 7.4468));
  }

  .h2_catch .caption {
    font-size: calc(2rem + ((1vw - 1.024rem) * 3.9893));
  }
}

@media screen and (max-width: 900px) and (min-width: 360px) {
  .gnav_connect .item.tel {
    font-size: calc(2rem + ((1vw - 0.36rem) * 2.22222));
  }

  /*.index_access_info .item .tel {
    font-size: calc(2rem + ((1vw - 0.36rem) * 2.22222));
  }*/
}

@media screen and (max-width: 1023px) and (min-width: 414px) {
  .h2_catch {
    font-size: calc(2.8rem + ((1vw - 0.414rem) * 5.1133));
  }

  .h2_catch .caption {
    font-size: calc(1.8rem + ((1vw - 0.414rem) * 1.3136));
  }
}

@media screen and (max-width: 413px) and (min-width: 320px) {
  .h2_catch {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 6.4516));
  }

  .h2_catch .caption {
    font-size: 1.6rem;
  }

  h2.index_h2 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 4.3010));
  }

  .index_access_info .item .tel {
    font-size: calc(3rem + ((1vw - 0.32rem) * 1.0752));
  }
}



/* css Document */
