@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #0db5ca;
  font-size: 20px;
  color: #615f62;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.9;
}

@media screen and (max-width: 959px) {
  body {
    font-size: 16px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #615f62;
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
  text-decoration: none;
}

.article {
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  background: #f5f5f5;
  margin: -1px 0 0 40px;
  width: auto;
  overflow: hidden;
  border-bottom-left-radius: 150px;
}

@media screen and (max-width: 959px) {
  .container {
    margin-left: 20px;
    border-bottom-left-radius: 100px;
  }
}

@media screen and (max-width: 559px) {
  .container {
    margin-left: 5%;
    border-bottom-left-radius: 30px;
  }
}

section,
.main .fv_sub {
  margin: 100px auto;
  position: relative;
  max-width: 1440px;
  padding: 0 80px;
  width: 100%;
}

@media screen and (max-width: 959px) {
  section,
  .main .fv_sub {
    margin: 80px auto;
    padding: 0 20px;
  }
}

@media screen and (max-width: 559px) {
  section,
  .main .fv_sub {
    width: 96%;
    padding: 0;
    margin: 60px auto;
  }
}

section .text .btn,
.main .fv_sub .text .btn {
  margin-top: 2em;
}

h2 {
  border-top: none;
  border-bottom: none;
  font-weight: bold;
}

h3 {
  border-bottom: none;
}

dt,
dd {
  border-left: none;
}

.pc_none {
  display: none !important;
}

@media screen and (max-width: 559px) {
  .pc_none {
    display: block !important;
  }
}

.sp_none {
  display: block !important;
}

@media screen and (max-width: 559px) {
  .sp_none {
    display: none !important;
  }
}

span.sp_none {
  display: inline-block !important;
}

@media screen and (max-width: 559px) {
  span.sp_none {
    display: none !important;
  }
}

.pc_only {
  display: block;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none !important;
  }
}

.tb_on {
  display: none !important;
}

@media screen and (max-width: 959px) {
  .tb_on {
    display: block !important;
  }
}

.section__ttl {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

.section__ttl .ttl {
  line-height: 1;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 4px;
}

@media screen and (max-width: 959px) {
  .section__ttl .ttl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 559px) {
  .section__ttl .ttl {
    font-size: 1.2rem;
  }
}

.section__ttl .ttl-sub {
  font-size: 3rem;
  color: #0db5ca;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}

@media screen and (max-width: 959px) {
  .section__ttl .ttl-sub {
    font-size: 2.2rem;
    margin-bottom: 18px;
  }
}

.section__ttl::after {
  content: "";
  display: block;
  width: 80px;
  height: 15px;
  background-image: url(../img/ttl_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  background-position: center;
}

.wrap_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap_half > div {
  width: calc(50% - 32px);
}

@media screen and (max-width: 959px) {
  .wrap_half > div {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .wrap_half.__half > div {
    width: calc(50% - 32px);
  }
}

@media screen and (max-width: 959px) and (max-width: 559px) {
  .wrap_half.__half > div {
    width: 100%;
  }
}

.__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text_wrap span {
  white-space: nowrap;
}

@media screen and (max-width: 959px) {
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #0db5ca;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 0;
  }
  #g-nav.panelactive {
    right: 0;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
  }
  #g-nav ul li {
    margin: 20px auto;
    list-style: none;
    text-align: center;
  }
  #g-nav ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.2em;
  }
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 64px;
    right: 40px;
    background: #f5f5f5;
    border-radius: 60px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 959px) and (max-width: 559px) {
  .openbtn {
    top: 53px;
    right: 20px;
  }
}

@media screen and (max-width: 959px) {
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #615f62;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .header .hd_logo.menu_top {
    background: white;
    width: 100vw;
    padding: 0 calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
  }
  .header .hd_logo.menu_top img {
    margin: 10px 0;
  }
}

.header {
  background: #f5f5f5;
  margin: 40px 0 0 40px;
  border-top-left-radius: 150px;
  padding: 60px 40px 0 60px;
}

@media screen and (max-width: 959px) {
  .header {
    border-top-left-radius: 40px;
    margin: 40px 0 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 30px 0;
    position: relative;
  }
}

@media screen and (max-width: 559px) {
  .header {
    margin: 30px 0 0 5%;
    border-top-left-radius: 30px;
  }
}

.header .hd_logo {
  width: 30%;
  max-width: 400px;
}

@media screen and (max-width: 959px) {
  .header .hd_logo {
    border-bottom: 2px solid rgba(97, 95, 98, 0.2);
    max-width: initial;
    width: 100%;
    margin: 0 auto 20px;
  }
  .header .hd_logo img {
    max-width: 220px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 959px) and (max-width: 559px) {
  .header .hd_logo img {
    -moz-force-broken-image-icon: 18px;
  }
}

.header .hd_info {
  width: 60%;
  max-width: 600px;
}

@media screen and (max-width: 959px) {
  .header .hd_info {
    width: 100%;
    margin: 0 auto;
  }
}

.header .hd_info .main_nav {
  background: white;
  border-radius: 50px;
  padding: 20px 40px;
}

@media screen and (max-width: 959px) {
  .header .hd_info .main_nav {
    padding: 0 20px 10px;
    font-size: 16px;
  }
}

.header .hd_info .main_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}

.header .hd_info .main_nav ul li {
  margin: 0 10px;
}

.header .info__add {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 959px) {
  .header .info__add {
    position: absolute;
    top: -40px;
    right: 30px;
    margin: 10px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
  }
}

.info__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 20px 0 0;
}

@media screen and (max-width: 559px) {
  .info__add {
    width: 100%;
    right: 0;
    left: 0;
  }
}

.info__add p {
  margin-right: 20px;
}

@media screen and (max-width: 559px) {
  .info__add p {
    margin-right: 10px;
    font-size: 14px;
  }
}

.info__add .map {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0db5ca;
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 959px) {
  .info__add .map {
    color: #ffffff;
  }
}

.info__add .map img {
  height: 1em;
  margin-left: 5px;
}

.main {
  height: calc(100vh - 60px);
  max-height: 900px;
  min-height: 560px;
  height: calc(115vh - 60px);
  max-height: 915px;
  min-height: 615px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 959px) {
  .main {
    height: initial;
    min-height: 50vh;
    margin: 60px auto 80px;
    width: 96%;
  }
}

@media screen and (max-width: 559px) {
  .main {
    height: 100vh;
    height: 125vh;
    margin: 0 auto;
  }
}

.main .main_des {
  text-align: center;
  font-size: 20px;
  color: #0db5ca;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 559px) {
  .main .main_des {
    font-size: 16px;
    height: 60px;
  }
}

.main .main_des span {
  margin: 0 8px;
}

.main .fv {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 96%;
  max-width: 1200px;
}

@media screen and (max-width: 959px) {
  .main .fv {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 559px) {
  .main .fv {
    width: 93%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.main .fv .fv_logo {
  max-width: 380px;
  width: 36%;
}

@media screen and (max-width: 959px) {
  .main .fv .fv_logo {
    max-width: 200px;
  }
}

@media screen and (max-width: 559px) {
  .main .fv .fv_logo {
    max-width: 280px;
    width: 70%;
    margin-bottom: 20px;
  }
}

.main .fv .fv_des {
  margin-left: 6%;
  font-weight: bold;
  letter-spacing: 5px;
}

.main .fv .fv_des .day {
  font-size: 2.4rem;
  line-height: 1;
}

.main .fv .fv_des .txt {
  font-size: 5rem;
  line-height: 1;
  margin: 20px 0;
}

.main .fv .fv_des .sub {
  color: #0db5ca;
  font-size: 1.6rem;
}

@media screen and (max-width: 959px) {
  .main .fv .fv_des {
    margin-left: 4%;
  }
  .main .fv .fv_des .day {
    font-size: 1.2rem;
  }
  .main .fv .fv_des .txt {
    font-size: 2.9rem;
    margin: 10px 0;
  }
  .main .fv .fv_des .sub {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 559px) {
  .main .fv .fv_des {
    margin-left: 0;
    margin-top: 10vh;
    width: 100%;
  }
}

.main .fv_sub {
  margin: 80px auto;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .main .fv_sub {
    margin: 40px auto 0;
    text-align: left;
    font-size: 16px;
  }
}

@media screen and (max-width: 559px) {
  .main .fv_sub {
    margin-top: 20px;
    width: 93%;
  }
}

.greeting .content {
  margin-bottom: 80px;
}

@media screen and (max-width: 959px) {
  .greeting .content {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 559px) {
  .greeting .content {
    padding: 0;
    margin-bottom: 40px;
    border: none;
  }
}

.greeting .content p {
  margin: 32px 0;
}

@media screen and (max-width: 559px) {
  .greeting .content p {
    margin: 16px;
  }
}

.greeting .content .name {
  text-align: right;
  font-weight: bold;
  margin: 24px 0 0;
}

.greeting .content .txt_st {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 559px) {
  .greeting__doc {
    margin-bottom: 80px;
  }
}

.greeting__doc h3 {
  background-color: #0db5ca;
  padding: 8px 0;
  text-align: center;
  margin-bottom: 32px;
  color: #ffffff;
  border-radius: 50px;
}

.greeting__doc h3 + div > div {
  margin-bottom: 32px;
  font-size: 16px;
}

.greeting__doc .box {
  padding: 0 24px;
}

@media screen and (max-width: 559px) {
  .greeting__doc .box {
    padding: 0;
  }
}

.greeting__doc h4 {
  color: #0db5ca;
  padding-left: 16px;
  border-left: 3px solid #0db5ca;
  line-height: 24px;
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.greeting__doc h4 ~ p,
.greeting__doc h4 ~ div {
  padding-left: 16px;
}

.greeting__doc .work > div p:first-of-type {
  line-height: 1.4;
}

.greeting__doc .work > div p:not(:first-of-type) {
  font-size: 14px;
}

.greeting__doc .work > div p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.greeting__doc .work.his > div {
  margin-bottom: 8px;
}

.greeting__doc .work.his > div p:not(:first-of-type) {
  color: initial;
  font-size: 14px;
  display: inline-block;
  margin-left: 1em;
}

.greeting__doc .work.his > div p:not(:first-of-type)::before {
  content: "-";
  margin-right: 0.5em;
  font-size: 1rem;
}

#medical {
  background: #f5f5f5;
  max-width: initial;
}

.medical {
  width: 90vw;
  padding: 160px 100px;
  margin: 0 calc(50% - 50vw) 0 auto;
  background: white;
  border-radius: 150px 0 0 150px;
}

@media screen and (max-width: 959px) {
  .medical {
    border-radius: 40px 0 0 40px;
    padding: 80px 60px;
  }
}

@media screen and (max-width: 559px) {
  .medical {
    margin-left: 0;
    border-radius: 30px 0 0 30px;
    padding: 80px 20px;
  }
}

.medical .__wrap {
  max-width: 1440px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 959px) {
  .medical .__wrap {
    margin-bottom: 20px;
  }
}

.medical .__tab {
  max-width: 1440px;
  margin: 0 auto !important;
}

.medical .medical_menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.medical .medical_menu li h3 {
  width: 13em;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.medical .medical_menu li h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.medical .medical_menu li h3 span:before {
  content: "";
  background: #fcc900;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 30px;
  margin-right: 12px;
}

.medical .medical_menu li h3:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin: 0 10px;
  height: 4px;
  background-image: url(/assets/img/bg_dot.svg);
  background-repeat: space;
}

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

@media screen and (max-width: 959px) {
  .medical .medical_menu {
    width: 100%;
  }
  .medical .medical_menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medical .medical_menu li h3 {
    -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;
    width: 100%;
  }
  .medical .medical_menu li h3:after {
    margin: 10px auto 20px;
    width: 100%;
  }
}

.clinic .clinic_logo {
  text-align: right;
  max-width: 320px;
}

.clinic dl {
  font-size: 16px;
  text-align: justify;
  width: 24em;
}

@media screen and (max-width: 959px) {
  .clinic dl {
    text-align: center;
  }
}

.clinic dl dt {
  width: 6em;
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .clinic dl dt {
    width: 100%;
    font-weight: bold;
  }
}

.clinic dl dt.sp_none {
  display: inline-block !important;
}

@media screen and (max-width: 959px) {
  .clinic dl dt.sp_none {
    display: none !important;
  }
}

.clinic dl dd {
  width: calc(100% - 6em - 12px);
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .clinic dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .clinic .wrap_half {
    -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;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.clinic .wrap_half > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: initial;
}

@media screen and (max-width: 959px) {
  .clinic .wrap_half > div:nth-child(2) {
    margin-top: 20px;
  }
}

.clinic .address_wrap {
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}

@media screen and (max-width: 959px) {
  .clinic .address_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.clinic > .content {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.clinic > .content .bg_table {
  max-width: 700px;
  width: 100%;
  background-color: #0db5ca;
  display: inline-block;
  padding: 0 40px;
  border-radius: 20px;
  overflow: hidden;
  border-bottom: 4px solid #1392a2;
  margin: 40px auto 0;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .clinic > .content .bg_table {
    padding: 0 20px;
  }
}

.hours_table {
  width: 100%;
  max-width: 600px;
  font-size: 16px;
  line-height: 1;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
}

@media screen and (max-width: 559px) {
  .hours_table {
    font-size: 13px;
  }
}

.hours_table th {
  width: 10%;
  padding: 18px 0;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 559px) {
  .hours_table th {
    padding: 10px 0;
    line-height: 1.6;
  }
}

.hours_table th:nth-child(1) {
  width: 30%;
}

.hours_table td {
  padding: 18px 0;
  text-align: center;
}

.hours_table thead {
  color: #fff;
}

.hours_table thead th {
  padding-top: 40px;
}

.hours_table thead tr,
.hours_table tbody {
  background-color: #0db5ca;
  color: #fff;
}

.hours_table tbody tr:last-of-type th,
.hours_table tbody tr:last-of-type td {
  padding-bottom: 40px;
}

@media screen and (max-width: 559px) {
  .hours_table tbody tr:last-of-type th,
  .hours_table tbody tr:last-of-type td {
    margin-bottom: 30px;
  }
}

.hours_note {
  margin-top: auto;
  font-size: 1rem;
  letter-spacing: 2px;
  text-align: center;
  background-color: #f5f5f5;
  color: #0db5ca;
  font-weight: bold;
  width: 100%;
  padding: 12px 0;
}

.googlemap iframe {
  width: 100%;
  margin: 0 auto 80px;
  height: 40vh;
  max-height: 570px;
  border-radius: 40px;
}

@media screen and (max-width: 559px) {
  .googlemap iframe {
    border-radius: 20px;
    margin: 0 auto 40px;
  }
}

.googlemap .info__add {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 60px;
}

@media screen and (max-width: 959px) {
  .googlemap .info__add {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 559px) {
  .googlemap .info__add {
    width: 100%;
    right: 0;
    left: 0;
  }
}

.googlemap .info__add .map {
  color: #0db5ca;
}

.footer {
  background-color: #0db5ca;
  padding: 80px 0 40px;
}

.footer .container {
  background: transparent;
}

.footer .footer_nav {
  margin-bottom: 80px;
}

.footer .footer_nav ul {
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  color: #ffffff;
  width: 100%;
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .footer .footer_nav ul {
    width: 90%;
  }
}

.footer .footer_nav ul a {
  color: #ffffff;
}

.footer .copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.footer .container {
  margin-left: 0;
}

/*リンクの形状*/
#page-top a {
  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;
  background: #0db5ca;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
}

#page-top a:hover {
  opacity: 0.6;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

/*アコーディオン全体*/
.accordion-area {
  margin: 0 auto;
  /*アコーディオンタイトル*/
  /*アコーディオンで現れるエリア*/
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section,
.accordion-area .main .fv_sub,
.main .accordion-area .fv_sub {
  border: 1px solid #ccc;
}

.accordion-area .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 6% 3% 3%;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
}

.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fcc900;
}

.accordion-area .title::before {
  top: 48%;
  right: 3%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion-area .title::after {
  top: 48%;
  right: 3%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-area .title.close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-area .title.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion-area .box {
  display: none;
  /*はじめは非表示*/
  margin: 0 auto;
}

.accordion-area .box > div {
  padding: 3%;
  background: #f3f3f3;
  font-size: 1rem;
}

.accordion-area .box > div > p {
  margin-top: 12px;
}

.accordion-area .box > div > p:first-of-type {
  margin: 0;
}

.accordion-area .box > div > p .sub {
  display: block;
  color: #fcc900;
  font-weight: bold;
}

.sp_accordion-area .title {
  pointer-events: none;
}

.low_accordion-area .accordion-area li {
  margin: 20px 0;
}

.low_accordion-area .accordion-area li:first-of-type {
  margin-top: 0;
}

.low_accordion-area .accordion-area li .title {
  padding: 0 0 0 16px;
  font-weight: bold;
}

.low_accordion-area .accordion-area .box {
  padding: 0;
}

.low_accordion-area .accordion-area .box > div {
  background: #f3f3f3;
  padding: 5%;
  margin: 0;
}

.low_accordion-area .accordion-area .box p {
  margin: 0;
  font-size: 0.85em;
}

.low_accordion-area .accordion-area .box h5 {
  font-size: 0.85em;
  margin-top: 16px;
}

.low_accordion-area .accordion-area .box h5:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 559px) {
  .sp_accordion-area {
    margin: 0 auto 24px;
    /*アコーディオンタイトル*/
    /*アコーディオンで現れるエリア*/
  }
  .sp_accordion-area section,
  .sp_accordion-area .main .fv_sub,
  .main .sp_accordion-area .fv_sub {
    border: 1px solid #ccc;
  }
  .sp_accordion-area .title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    pointer-events: all;
    border-radius: 0;
    cursor: pointer;
    font-size: 1rem;
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 0;
    /*アイコンの＋と×*/
    /*　closeというクラスがついたら形状変化　*/
  }
  .sp_accordion-area .title::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 10%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: #fcc900 2px solid;
    border-right: #fcc900 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    margin: auto;
    border-left: initial;
    border-bottom: initial;
  }
  .sp_accordion-area .title.close::after {
    transform: rotate(-45deg);
    border-top: #fcc900 2px solid;
    border-right: #fcc900 2px solid;
    border-left: initial;
    border-bottom: initial;
    -webkit-transform: rotate(-45deg);
  }
  .sp_accordion-area .title:not(:first-child) {
    margin-top: 24px;
  }
  .sp_accordion-area .box {
    display: none;
    /*はじめは非表示*/
  }
  .sp_accordion-area .box > div {
    background: #f3f3f3;
    margin: 0 auto;
    padding: 5%;
    font-size: 1rem;
  }
  .low_accordion-area .box > div {
    padding: 0 5%;
  }
  .low_accordion-area .accordion-area li {
    margin: 0 0 16px;
  }
}

.accordion-area .des_none p {
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 6% 3% 3%;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*tabの形状*/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab li {
  width: calc((100% / 3) - 4px);
  height: 100px;
  background: #ffffff;
  border: 4px solid #f5f5f5;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  display: block;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  font-size: 1rem;
  margin: 0;
}

.tab li.resp-tab-active {
  font-size: 1rem;
  margin: 0;
  color: #0db5ca;
  background: #f5f5f5;
  border: 4px solid #f5f5f5 !important;
}

.tab li.resp-tab-active .line {
  position: relative;
}

.tab li.resp-tab-active .line:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0db5ca;
  display: block;
  content: "";
  bottom: -4px;
}

.resp-tabs-container h2.resp-accordion {
  border: none;
  font-size: initial;
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
  text-align: center;
}

.resp-tabs-container h2.resp-accordion.resp-tab-active {
  border: none !important;
  padding: 20px !important;
  color: #0db5ca;
}

.resp-tabs-container .resp-tab-active {
  border: none;
}

.resp-tab-content {
  border: none;
  padding: 0;
}

.area {
  padding: 80px;
  border-radius: 0 0 20px 20px;
  border: 4px solid #f5f5f5;
}

.area h3 {
  margin-bottom: 20px;
  border-bottom: 4px solid #f5f5f5;
  padding-bottom: 20px;
  line-height: 1;
  font-size: 1.4rem;
}

@media screen and (max-width: 769px) {
  .resp-tabs-container h2.resp-accordion {
    position: relative;
  }
  .resp-tabs-container .margin_box:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .area {
    padding: 40px 20px;
    border: none;
  }
}

@media screen and (max-width: 769px) and (max-width: 559px) {
  .area {
    padding: 20px 0;
  }
}

@media screen and (max-width: 769px) {
  .area h3 {
    text-align: center;
    border-bottom: none;
  }
  .resp-arrow {
    display: block;
    width: 8px;
    height: 8px;
    border-top: #0db5ca 2px solid;
    border-right: #0db5ca 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 5%;
    top: 0;
    margin: auto;
    border-left: initial;
    border-bottom: initial;
    bottom: 0;
  }
  h2.resp-tab-active span.resp-arrow {
    border-top: #0db5ca 2px solid;
    border-right: #0db5ca 2px solid;
    border-left: initial;
    border-bottom: initial;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.sub_doc {
  margin-top: 120px;
}

.sub_doc .section__ttl .yomi {
  font-size: 0.9em;
  margin-top: 10px;
}

.table_note {
  color: #0db5ca;
  text-align: right;
  max-width: 700px;
  font-size: 1rem;
}

.main .fv_sub {
  text-align: center;
}

.main .fv_sub p {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .main .fv_sub p {
    text-align: left;
  }
}

.top_bnr {
  display: inline-block;
  margin-top: 40px;
}

.top_bnr img {
  width: 100%;
  max-width: 400px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
/*# sourceMappingURL=style.css.map */


.main .nairan_schedule {
    background: #e8e9ed;
    width: 500px;
    padding: 30px 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 959px){
.main .nairan_schedule {
    width: 95%;
    padding: 30px 15px;
}
.main .nairan_schedule p {
    text-align: center;
}
}
