@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, figure {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6, th {
  font-weight: bold;
  font-weight: 700;
}

ol, ul { list-style: none; }

strong {
  font-weight: bold;
  font-weight: 700;
}

body {
  min-width: 1000px;
  color: #333;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.body-inner {
  background: url("/images/common/bg_body.jpg") no-repeat;
  background-size: 100%;
  background-position: top center;
}

p, h1, h2, h3, h4, h5, h6, th, td, li, figcaption, a {
  font-feature-settings: 'palt' on;
  letter-spacing: 0.08rem;
}

a {
  color: #F47615;
  transition: opacity 0.3s;
  word-break: break-all;
}

a:hover { opacity: 0.7; }

img { vertical-align: bottom; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus { outline: none; }

::selection {
  background: #F47615;
  color: #fff;
}
/* for Firefox */
::-moz-selection{
  background: #F47615;
  color: #fff;
}

@media screen and (max-width:500px) {
  body {
    min-width: auto;
  }
  
  .body-inner {
    background-size: 170%;
  }
}

/* # common
   -------------------------------------------------------------------------- */
img {
  width: 100%;
  height: auto;
}

.point-txt01 { color: #2B40C5; }
.point-txt02 { color: #F47615; }

.marker {
  background: linear-gradient(transparent 60%, #ffed8c 60%)
}

.ib { display: inline-block;}

@media screen and (max-width:500px) {
  .sp-none { display: none!important; }
}
@media screen and (min-width:501px) {
  .pc-none { display: none!important; }
}

/* # header
   -------------------------------------------------------------------------- */
.l-header {
  overflow: hidden;
}

.header-desc {
  padding: 7px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background-color: #2B40C5;
}
.header-desc a {
  color: #fff;
  text-decoration: none;
}

.header-top {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.header-sns {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-sns-txt {
  color: #2B40C5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.header-sns-ico {
  width: 32px;
}

.header-logo {
  flex: 0 1 360px;
}

.header-cta {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.header-cta-reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.2857142857;
  background-color: #2B40C5;
  border-radius: 24px;
}

.header-cta-line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.2857142857;
  background-color: #06C755;
  border-radius: 24px;
}

.header-cta-tel {
  width: 48px;
}

/* # header-menu
   ------------------------------------- */
/* header-btn */
.header-btn {
  display: none;
}

/* heqder-nav */
.header-nav {
  padding-bottom: 40px;
}

.header-nav nav {
  
}

.header-nav-list {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin: 0 auto;
}

.header-nav-list li {
  
}

.header-nav-list li a {
  display: block;
  color: #2B40C5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
}


@media screen and (max-width:500px) {
  
  .header-desc {
    position: relative;
    font-size: 12px;
    line-height: 1.3333333333;
    z-index: 1002;
  }
  
  .header-top {
    justify-content: space-between;
    padding: 10px;
  }
  
  .header-sns {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  
  .header-logo {
    flex: 0 1 240px;
    padding: 0;
  }
  
  .header-cta {
    justify-content: space-around;
    position: fixed;
    bottom: 10px;
    right: 10px;
    left: 10px;
    z-index: 1002;
  }
  .header-cta-reservation {
    flex: 1 0 auto;
  }
  .header-cta-line {
    flex: 1 0 auto;
  }
  /* form */
  .body-form .header-cta {
    display: none;
  }
  .body-form.overlay-active .header-cta {
    display: flex;
  }
  
  /* # header-menu
     ------------------------------------- */
  /* header-btn */
  .header-btn {
    position: relative;
    flex: 0 0 40px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #2B40C5;
    z-index: 1001;
  }

  .header-btn-ico,
  .header-btn-ico:before,
  .header-btn-ico:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #2B40C5;
    transition: 0.3s;
  }

  .header-btn-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .header-btn-ico:before {
    top: -6px;
    left: 0;
  }
  .header-btn-ico:after {
    bottom: -6px;
    left: 0;
  }

  .header-btn.btn-active .header-btn-ico { background-color: #fff; }
  .header-btn.btn-active .header-btn-ico:before {
    top: 0;
    transform: rotate(45deg);
  }

  .header-btn.btn-active .header-btn-ico:after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  /* heqder-nav */
  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    background-color: #F1F8F8;
    transform: translateX(100%);
    transition: 0.1s;
    z-index: 1000;
  }
  .header-nav.menu-active { transform: translateX(0); }

  .header-nav nav {
    overflow: scroll;
    width: 100%;
    height: 100%;
    padding: 46px 15px 80px;
  }

  .header-nav-list {
    flex-direction: column;
    overflow: visible;
  }
  
  .header-nav-list li {
    border-bottom: 2px dotted #2B40C5;
  }

  .header-nav-list li a {
    padding: 30px;
  }

  /* overlay */
  .gnav-overlay {
    content: "";
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    cursor: pointer;
    transition: 0.1s;
    z-index: 999;
  }
  .overlay-active .gnav-overlay {
    visibility: visible;
    background: rgba(0,0,0,.8);
  }
}

/* # medical-menu
   -------------------------------------------------------------------------- */
.medical-menu {
  max-width: 1000px;
  margin: 0 auto 80px;
}
.checklist + .medical-menu {
  margin-top: 80px;
}

.medical-menu-list {
  display: flex;
  gap: 80px;
  margin-bottom: 60px;
}

.medical-menu-list-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.medical-menu-list-item + .medical-menu-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  bottom: 0;
  border-left: 2px dotted #2B40C5;
}
.medical-menu-list-item-inner {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.medical-menu-list-item .img {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 28px;
}
.medical-menu-list-item .sub {
  margin-bottom: 10px;
  padding: 5px 20px;
  color: #2B40C5;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #2B40C5;
  border-radius: 15px;
}
.medical-menu-list-item .ttl {
  margin-bottom: 10px;
  color: #2B40C5;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.medical-menu-list-item .ttl .mini {
  font-size: 16px;
}
.medical-menu-list-item .txt {
  font-size: 16px;
  line-height: 1.5;
}
.medical-menu-list-item .btn {
  margin-top: 20px;
  padding: 20px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  background-color: #F47615;
  border-radius: 28px;
}

.medical-insurance {
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #F1F8F8;
  border-radius: 28px;
}

.medical-insurance-img {
  width: 284px;
}

.medical-insurance-info {
  flex: 1 1 0;
  padding: 0 30px;
}
.medical-insurance-info .ttl {
  margin-bottom: 10px;
  color: #2B40C5;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.medical-insurance-info .txt {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width:500px) {
  
  .medical-menu {
    padding: 0 15px;
  }
  
  .medical-menu-list {
    flex-direction: column;
  }
  
  .medical-menu-list-item + .medical-menu-list-item:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    bottom: auto;
    border-top: 2px dotted #2B40C5;
  }
  
  .medical-insurance {
    flex-direction: column;
  }
  
  .medical-insurance-img {
    width: 100%;
  }
  
  .medical-insurance-info {
    padding: 20px;
  }
  .medical-insurance-info .ttl {
    font-size: 18px;
  }
}

/* # news-list
   -------------------------------------------------------------------------- */
.news-list {
  border-top: 2px dotted #2B40C5;
}
.news-list li {
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 2px dotted #2B40C5;
}
.news-list li a {
  display: flex;
  padding: 20px;
  color: #333;
  text-decoration: none;
}
.news-list li a .date {
  width: 130px;
  color: #2B40C5;
  font-weight: 500;
}

@media screen and (max-width:500px) {
  
  .news-list li a {
    flex-direction: column;
  }
  
}

/* # cta
   -------------------------------------------------------------------------- */
.l-cta {
  padding: 80px 0;
  color: #2B40C5;
  background: url("/images/common/bg_noise.jpg") repeat;
  background-size: 300px 300px;
}

.cta-inner {
  display: flex;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.cta-left {
  width: 568px;
}

.cta-logo {
  max-width: 360px;
  margin-bottom: 20px;
}

.cta-desc {
  display: flex;
  align-content: center;
  gap: 10px;
  margin-bottom: 15px;
  line-height: 1;
}
.cta-desc .main {
  font-size: 24px;
  font-weight: 700;
}
.cta-desc .sub {
  padding: 5px 9px;
  font-size: 14px;
  font-weight: 500;
  background-color: #EAFF00;
  border-radius: 13px;
  border: 1px solid #2B40C5;
}

.cta-topic {
  margin-bottom: 15px;
}
.cta-topic li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.2857142857;
}
.cta-topic li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.cta-topic li + li {
  margin-top: 5px;
}

.cta-day {
  width: 100%;
  color: #2B40C5;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  border: 1px solid #2B40C5;
}
.cta-day th {
  padding: 20px 15px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
  border-right: 1px solid #2B40C5;
  border-bottom: 1px solid #2B40C5;
}
.cta-day td {
  padding: 20px;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #2B40C5;
  border-bottom: 1px solid #2B40C5;
}
.cta-day td:last-child {
  border-right: none;
}
.cta-day tr:last-child th,
.cta-day tr:last-child td {
  border-bottom: none;
}

.cta-note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.cta-right {
  width: calc(100% - 608px);
}

.cta-addres {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.cta-access {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #2B40C5;
}
.cta-access li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2857142857;
}
.cta-access li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.cta-access li + li {
  margin-top: 5px;
}

.cta-tel-wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.cta-tel-num,
.cta-tel-fax {
  color: #2B40C5;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 1;
  text-decoration: none;
  pointer-events: none;
}
.cta-tel-num .head,
.cta-tel-fax .head {
  font-size: 12px;
}

.cta-time {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.2;
}

.cta-btn-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cta-btn-reservation {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.3333333333;
  background-color: #2B40C5;
  border-radius: 32px;
}
.cta-btn-line {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.3333333333;
  background-color: #06C755;
  border-radius: 32px;
}

@media screen and (max-width:500px) {
  
  .l-cta {
    padding: 60px 15px;
  }
  
  .cta-inner {
    flex-direction: column;
  }
  
  .cta-left {
    width: 100%;
  }
  
  .cta-logo {
    margin: 0 auto 20px;
  }
  
  .cta-desc {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-day {
    font-size: 12px;
    line-height: 1.2;
  }
  
  .cta-day th {
    height: 33px;
    padding: 0 5px;
  }
  
  .cta-day td {
    width: 33px;
    height: 33px;
    padding: 0;
  }
  
  .cta-right {
    width: 100%;
  }
  
  .cta-tel-wrap {
    flex-direction: column; 
    align-items: center;
  }
  
  .cta-tel-num {
    width: 100%;
    padding: 20px 0;
    font-size: 36px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #2B40C5;
    border-radius: 39px;
    pointer-events: all;
  }
  .cta-tel-num .head {
    font-size: 20px;
  }
  
  .cta-time {
    text-align: center;
  }
  
}

/* # footer
   -------------------------------------------------------------------------- */
.l-footer {
  padding: 60px 0 40px;
  background-color: #fff;
}

.footer-logo {
  max-width: 360px;
  margin: 0 auto 30px;
}

.footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.footer-sns-item {
  width: 32px;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 40px;
  margin: 0 auto 30px;
}
.footer-nav li {
  
}
.footer-nav li a {
  display: block;
  color: #2B40C5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
}

.footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.footer-link a {
  color: #333;
  font-size: 14px;
  line-height: 1;
}

.footer-copy small {
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width:500px) {
  
  .l-footer {
    padding: 60px 15px 80px;
  }
  
  .footer-nav {
    justify-content: flex-start;
    gap: 20px
  }
  .footer-nav li {
    width: calc((100% - 20px) / 2);
  }
}

/* # 凡庸クラス
   -------------------------------------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* For IE 6/7 */

.tr { text-align: right!important; }
.tl { text-align: left!important; }
.tc { text-align: center!important; }

.m0 { margin: 0!important; }
.mt0 { margin-top: 0!important; }
.mb0 { margin-bottom: 0!important; }
.ml0 { margin-left: 0!important; }
.mr0 { margin-right: 0!important; }

.p0 { padding: 0!important; }
.pt0 { padding-top: 0!important; }
.pb0 { padding-bottom: 0!important; }
.pl0 { padding-left: 0!important; }
.pr0 { padding-right: 0!important; }

.ib { display: inline-block!important; }