@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.btn {
  border-radius: 30px;
  display: block;
  text-align: center;
  font-weight: bold;
}
.btn-orange {
  background: #6AB6C7;
  color: #fff;
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .btn-orange {
    width: 400px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}
.btn-pink {
  color: #6AB6C7;
  background: #F5FBFC;
  border: 2px solid #6AB6C7;
}
.btn-wh {
  background: #fff;
  color: #6AB6C7;
  border: 2px solid #6AB6C7;
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .btn-wh {
    width: 280px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }
}

html {
  color: #323232;
  background: #F5FBFC;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  min-width: 375px;
  overflow-x: hidden;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

a {
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
._ios a:hover {
  opacity: 1;
}
a.-telink {
  cursor: default;
  opacity: 1 !important;
}

.container {
  margin: auto;
  box-sizing: content-box;
  padding: 0 20px;
  width: 80%;
}
@media screen and (max-width: 599px) {
  .container {
    width: 87%;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1280px;
  }
}

.wrapper {
  margin: auto;
  width: 80%;
  box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .wrapper {
    width: 87%;
  }
}
@media screen and (min-width: 1025px) {
  .wrapper {
    max-width: 1020px;
  }
}

.corner {
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .corner {
    border-radius: 20px;
  }
}

.bg-pink {
  background: #F5FBFC;
}

.section-title p {
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .page-title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .page-title {
    padding-top: 110px;
    margin-bottom: 40px !important;
  }
}
.page-title .wrapper > img {
  margin-bottom: 10px !important;
}
.page-title .wrapper > .opt {
  margin-bottom: 4px !important;
}
@media screen and (min-width: 600px) {
  .page-title .wrapper h1 {
    margin-bottom: 38px !important;
  }
}
@media screen and (min-width: 1025px) {
  .page-title .wrapper h1 {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 599px) {
  .page-title .wrapper h1 {
    margin-bottom: 28px !important;
  }
}

.breadcrumbs_list {
  color: #777777;
  font-size: 14px;
  padding-top: 100px;
}
@media screen and (max-width: 599px) {
  .breadcrumbs_list {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumbs_list {
    padding-top: 182px;
  }
}
.breadcrumbs_list .breadcrumbs > *:nth-child(even) {
  display: inline-block;
  margin: 0 20px;
}
.breadcrumbs_list .breadcrumbs > *:nth-child(even) > img {
  width: 5px;
  margin-top: -2px;
}
.breadcrumbs_list a {
  color: #777777;
}

@media screen and (max-width: 599px) {
  .br-pc {
    display: none;
  }
}
.br-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .br-sp {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .title-img {
    height: 19px;
  }
}

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

@media screen and (min-width: 600px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 13px;
  }
}

h1 {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  h1 {
    font-size: 18px;
  }
}
h1 > img {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 600px) {
  h1 > img {
    max-height: 28px;
  }
}
@media screen and (min-width: 1025px) {
  h1 > img {
    max-height: 38px;
  }
}
@media screen and (max-width: 599px) {
  h1 > img {
    max-height: 17px;
  }
}

@media screen and (min-width: 600px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 18px;
  }
}

.footer {
  background: #fff;
  margin-top: 60px;
  position: relative;
}
.footer:before {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../img/wave-white.png) repeat top/contain;
  position: absolute;
  top: -19px;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .footer:before {
    height: 6px;
    top: -5px;
  }
}
@media screen and (min-width: 1025px) {
  .footer {
    margin-top: 120px;
  }
}
.footer-wave {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .footer-wave {
    position: initial;
  }
}
.footer-inner {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
@media screen and (min-width: 1025px) {
  .footer-inner {
    justify-content: space-between;
    padding: 74px 20px 64px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  .footer-inner {
    max-width: none;
    justify-content: space-around;
  }
}
.footer-inner-left-logo {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .footer-inner-left-logo {
    margin-bottom: 20px;
    text-align: left;
  }
}
.footer-inner-left-logo .opt {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .footer-inner-left-logo .opt {
    margin-bottom: 6px;
    font-size: 16px;
  }
}
.footer-inner-left-logo .name {
  color: #6AB6C7;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (min-width: 1025px) {
  .footer-inner-left-logo .name {
    font-size: 28px;
  }
}
.footer-inner-left-info {
  display: none;
}
@media screen and (min-width: 1025px) {
  .footer-inner-left-info {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
  }
}
.footer-inner-left-info .ico-map {
  width: 20px;
  margin-left: 10px;
}
.footer-inner-left-info .btn {
  width: 240px;
  height: 40px;
  line-height: 40px;
  margin: initial;
  cursor: pointer;
  margin-top: 33px;
  display: block;
  background: #6AB6C7;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .footer-inner-left-info .btn {
    width: 200px;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }
}
.footer-inner-right {
  display: none;
  max-width: 720px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footer-inner-right {
    display: block;
  }
}
@media (max-width: 1400px) {
  .footer-inner-right {
    max-width: none;
    width: auto;
  }
}
.footer-inner-right-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 41px;
  border-bottom: 1px dotted #6AB6C7;
}
.footer-inner-right-top .list + .list {
  margin-left: 30px;
}
.footer-inner-right-top .list li {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 2;
}
.footer-inner-right-top .list li a {
  font-size: inherit;
  line-height: inherit;
}
.footer-inner-right-top .list .main {
  font-weight: bold;
}
.footer-inner-right-bottom {
  display: flex;
  padding-top: 26px;
}
.footer-inner-right-bottom a {
  position: relative;
  padding-right: 25px;
  font-size: 14px;
}
.footer-inner-right-bottom a + a {
  margin-left: 40px;
}
.footer-inner-right-bottom a::after {
  content: url(../img/ico_link_blue.svg);
  position: absolute;
  right: 0;
  top: 0px;
}
.footer-kobushi {
  background: #EADCE1;
  display: flex;
  justify-content: center;
  height: 66px;
  align-items: center;
}
@media (min-width: 765px) {
  .footer-kobushi {
    height: 120px;
  }
}
.footer-kobushi .logo > * {
  display: none;
}
@media (min-width: 765px) {
  .footer-kobushi .logo > .pc {
    display: block;
  }
}
@media (max-width: 764px) {
  .footer-kobushi .logo > .sp {
    display: block;
    padding-right: 1.8em;
    position: relative;
  }
  .footer-kobushi .logo > .sp:after {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    width: 14px;
    height: 14px;
    background: url(../img/ico_arrow_kobushi.svg) no-repeat center/contain;
  }
}
.footer-kobushi .btn {
  display: none;
  margin-left: 60px;
}
@media (min-width: 765px) {
  .footer-kobushi .btn {
    display: block;
    background: #A7566E;
    color: #fff;
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
  }
}
.footer-copyright {
  background: #A7566E;
  color: #fff;
  text-align: center;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .footer-copyright {
    font-size: 13px;
  }
}

.header {
  height: 75px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-top: 2px solid #6AB6C7;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.header:before {
  content: "";
  width: 100%;
  height: 6px;
  background: url(../img/header_wave.png) repeat top/contain;
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .header:before {
    height: 6px;
    bottom: -5px;
    background: url(../img/wave-white.png) repeat bottom/contain;
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 1025px) {
  .header {
    height: 154px;
    border-top: 4px solid #6AB6C7;
  }
}
.header-wave {
  position: absolute;
  bottom: -7px;
  z-index: -1;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header-inner-logo {
  line-height: 75px;
  max-width: 440px;
  width: 35%;
  min-width: 210px;
}
@media screen and (min-width: 1025px) {
  .header-inner-logo {
    line-height: 154px;
  }
}
.header-inner-menu {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header-inner-menu {
    display: block;
    width: 54%;
  }
}
.header-inner-menu-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 62px;
  height: 100%;
}
.header-inner-menu-bottom-item {
  width: 100%;
  position: relative;
}
.header-inner-menu-bottom-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 58px;
  border-left: 1px dashed #65302c;
}
.header-inner-menu-bottom-item:nth-last-of-type(1):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 58px;
  border-right: 1px dashed #65302c;
}
.header-inner-menu-bottom-item > a {
  display: block;
  width: 100%;
  padding: 0 10%;
}
.header-inner-menu-bottom-item img {
  display: block;
  margin: auto;
}
.header-inner-menu-bottom-item p {
  text-align: center;
  font-size: 16px;
}
.header-inner-menu-bottom-item-hover {
  position: relative;
}
.header-inner-menu-bottom-item-hover .sub-menu {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  margin-bottom: 4px;
  border: 2px solid #6AB6C7;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  width: 200px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 16px;
  display: none;
}
.header-inner-menu-bottom-item-hover .sub-menu:before {
  content: "";
  width: 29px;
  height: 18px;
  background: url(../img/submenu.png) no-repeat center/contain;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.header-inner-menu-bottom-item-hover .sub-menu > li {
  border-bottom: 1px dotted #6AB6C7;
  padding: 10px 0;
}
.header-inner-menu-bottom-item-hover .sub-menu > li > a {
  display: block;
  width: 100%;
}
.header-inner-menu-bottom-item-hover .sub-menu li:last-of-type {
  border-bottom: none;
}
.header-inner-menu-bottom-item:hover .sub-menu {
  display: flex;
}
.header-inner-menu-top {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 15px;
  right: 0px;
}
.header-inner-menu-top > li + li {
  margin-left: 43px;
}
.header-inner-menu-top a {
  display: flex;
  align-items: center;
}
.header-inner-menu-top p {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.header-inner-menu-top .nyuen {
  background: #6AB6C7;
  padding: 5px 52px;
  border-radius: 0 0 10px 10px;
}
.header-inner-menu-top .nyuen a {
  color: #fff;
}
.header-inner-sp {
  position: fixed;
  z-index: 40;
  right: 20px;
  top: 0;
}
.header-inner-sp-menu {
  margin-top: 17px;
  cursor: pointer;
  height: 50px;
}
.header-inner-sp-menu p {
  color: #6AB6C7;
  font-weight: bold;
  font-size: 12px;
}
.header-inner-sp-menu .close {
  display: none;
}
.header-inner-sp-menu span {
  display: block;
  width: 36px;
  height: 2px;
  background: #6AB6C7;
  margin-right: auto;
  margin-left: auto;
  transition: 0.4s;
}
.header-inner-sp-menu span:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-inner-sp-menu.active .close {
  display: block;
  color: #fff;
}
.header-inner-sp-menu.active .open {
  display: none;
}
.header-inner-sp-menu.active span {
  background: #fff;
  transition: 0.4s;
}
.header-inner-sp-menu.active span:nth-of-type(1) {
  transform: rotate(45deg);
  margin: 15px auto -2px;
}
.header-inner-sp-menu.active span:nth-of-type(2) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .header-inner-sp {
    display: none;
  }
}
.header-inner-sp-open {
  position: fixed;
  top: 0;
  right: -120%;
  bottom: 0;
  background: #6AB6C7;
  z-index: 30;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  transition: all 0.6s;
  overflow-y: auto;
  width: 100%;
}
.header-inner-sp-open.active {
  right: 0;
}
.header-inner-sp-open a {
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .header-inner-sp-open {
    display: none;
  }
}
.header-inner-sp-open-menu {
  margin-bottom: 60px;
}
.header-inner-sp-open-menu > li:not(:nth-last-of-type(1)) {
  border-bottom: 1px dashed #fff;
}
.header-inner-sp-open-menu > li > a, .header-inner-sp-open-menu > li span {
  display: block;
  font-weight: bold;
  padding: 16px 0 16px 20px;
}
.header-inner-sp-open-menu > li > span {
  opacity: 0.7;
}
.header-inner-sp-open-menu .sub {
  font-weight: normal;
  margin: 0 0 20px 35px;
}
.header-inner-sp-open-menu .sub li:not(:nth-last-of-type(1)) {
  margin-bottom: 10px;
}
.header-inner-sp-open-menu .sub li > a {
  display: block;
}
.header-inner-sp-open-menu .sub-bottom {
  margin: 20px 0 20px 20px;
}
.header-inner-sp-open-menu .sub-bottom li a {
  position: relative;
}
.header-inner-sp-open-menu .sub-bottom li a:after {
  position: absolute;
  top: 8px;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/ico_web_wh.svg) no-repeat;
  margin-left: 10px;
}
.header-inner-sp-open-contact > p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 23px;
}
.header-inner-sp-open-contact > div {
  display: flex;
  justify-content: space-between;
}
.header-inner-sp-open-contact-item {
  background: #fff;
  width: 49%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-inner-sp-open-contact-item > a {
  width: 100%;
  padding: 12px 0;
}
.header-inner-sp-open-contact-item p {
  color: #323232;
  font-size: 13px;
  text-align: center;
}
.header-inner-sp-open-contact-item .ttl {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  margin-bottom: 6px;
}
.header-inner-sp-open-contact-item .phone-num {
  color: #6AB6C7;
  font-weight: bold;
  margin: 0 auto 6px;
  padding-left: 15px;
  position: relative;
  width: fit-content;
  padding-left: 15px;
  font-size: 14px;
}
.header-inner-sp-open-contact-item .phone-num::before {
  background: url(../img/ico_tel.svg);
  background-size: contain;
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 4px;
}
.header-inner-sp-open-contact-item.mail .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-inner-sp-open-contact-item.mail .bottom > p {
  margin-left: 8px;
}

.contact_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 15;
}
.contact_modal_inner {
  background: #F5FBFC;
  border: 1px solid #6AB6C7;
  width: 70%;
  border-radius: 16px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 0;
  width: 740px;
}
.contact_modal_inner_btn {
  position: absolute;
  content: "";
  background: url("../img/ico_close.svg") no-repeat;
  width: 60px;
  height: 60px;
  top: -30px;
  right: -30px;
  cursor: pointer;
}
.contact_modal_inner > p {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 43px;
}
.contact_modal_inner > div {
  display: flex;
  justify-content: center;
}
.contact_modal .contact_inner {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #6AB6C7;
  width: 40%;
  width: 310px;
}
.contact_modal .contact_inner > a {
  padding: 20px 5px;
  display: block;
}
.contact_modal .contact_inner a.-telink {
  cursor: default;
  opacity: 1 !important;
  color: #000;
}
.contact_modal .contact_inner + .contact_inner {
  margin-left: 20px;
}
.contact_modal .ttl {
  font-weight: bold;
  font-size: 18px;
}
.contact_modal .ttl_modal {
  margin-bottom: 4px;
}
.contact_modal .tel {
  text-align: center;
}
.contact_modal .tel .phone_num {
  color: #6AB6C7;
  font-weight: bold;
  position: relative;
  padding-left: 28px;
  font-size: 32px;
  margin: 0 auto;
  display: inline-block;
}
.contact_modal .tel .phone_num::before {
  content: "";
  background: url("../img/ico_tel.svg") no-repeat;
  width: 23px;
  height: 23px;
  background-size: contain;
  position: absolute;
  left: 2px;
  top: 14px;
}
.contact_modal .mail {
  text-align: center;
}
.contact_modal .mail p:nth-of-type(2) {
  text-align: right;
  position: relative;
  padding: 0 50px;
}
.contact_modal .mail .ttl_modal {
  margin-bottom: 12px;
}
.contact_modal .mail .bottom {
  display: flex;
  justify-content: center;
}
.contact_modal .mail .bottom img {
  width: 62px;
}
.contact_modal .mail .bottom p {
  margin-left: 30px;
}

.page-title {
  text-align: center;
}

.section-title {
  text-align: center;
}

.info-inner {
  margin-bottom: 34px;
}
.info-inner-list-item {
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .info-inner-list-item {
    font-size: 13px;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.info-inner-list-item .ttl {
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .info-inner-list-item .ttl {
    width: 150px;
    min-width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .info-inner-list-item .ttl {
    width: 180px;
    min-width: 180px;
  }
}
@media screen and (max-width: 599px) {
  .info-inner-list-item .ttl {
    font-size: 14px;
    width: 100%;
    min-width: auto;
    margin-bottom: 10px;
  }
}
.info-inner-list-item .ctt {
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .info-inner-list-item .ctt {
    font-size: 13px;
    line-height: 1.5;
  }
}

.phone-section {
  background: #C8E8F0;
  max-width: 640px;
  text-align: center;
  padding: 40px 0 30px;
  margin-right: auto;
  margin-left: auto;
  width: 75%;
  display: block;
}
@media screen and (min-width: 600px) {
  .phone-section {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .phone-section {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 599px) {
  .phone-section {
    padding: 29px 0 23px;
    min-width: 329px;
    margin-bottom: 68px;
  }
}
.phone-section .text {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .phone-section .text {
    margin-bottom: 23px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .phone-section .text span {
    display: block;
  }
}
.phone-num {
  color: #6AB6C7;
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .phone-num {
    color: #6AB6C7;
    font-size: 35px;
  }
}

.schedule {
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .schedule {
    margin-bottom: 71px;
  }
}
.schedule .section-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .schedule .section-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .schedule .info-inner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .schedule .info-inner-list-item {
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  .schedule .info-inner-list-item .ttl {
    width: 125px;
    line-height: 2;
  }
}

@media screen and (max-width: 599px) {
  .timeline-pc {
    display: none;
  }
}
.timeline-sp {
  position: relative;
}
@media screen and (min-width: 600px) {
  .timeline-sp {
    display: none;
  }
}
.timeline-sp-tab {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 62px;
  border-bottom: 2px solid #6AB6C7;
  margin: 0 auto;
  padding: 10px 20px 0;
  list-style: none;
  width: 94%;
  font-weight: bold;
}
.timeline-sp-tab > li {
  background: #eee;
  border: 2px solid #6AB6C7;
  border-radius: 8px 8px 0 0;
  float: left;
  padding: 10px 0 4px;
  color: #777;
  width: 46%;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 16px;
  text-align: center;
  height: 52px;
  cursor: pointer;
}
.timeline-sp-tab > li p {
  display: inline-block;
}
.timeline-sp-tab > li.active {
  background: #F5FBFC;
  padding-bottom: 4px;
  color: #323232;
  border-bottom: none;
}
.timeline-sp-tab > li.active p {
  border-bottom: 1px dashed #6AB6C7;
}
.timeline-sp-item {
  padding-top: 30px;
}
.timeline-sp-item > li {
  display: none;
}
.timeline-sp-item > li.active {
  display: block;
}

@media screen and (min-width: 600px) {
  h2 {
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 599px) {
  h2 {
    margin-bottom: 28px;
  }
}

.page-title {
  margin-bottom: 88px;
}
@media screen and (min-width: 600px) {
  .page-title {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .page-title {
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 599px) {
  .page-title {
    margin-bottom: 50px;
  }
}
.page-title > img {
  margin-bottom: 10px;
}
.page-title .opt {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 22px;
}
@media screen and (max-width: 599px) {
  .page-title .opt {
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 600px) {
  .about {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .about {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 599px) {
  .about {
    margin-bottom: 45px;
  }
}
.about > .wrapper {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .info {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .info {
    margin-bottom: 136px;
  }
}
@media screen and (max-width: 599px) {
  .info {
    margin-bottom: 70px;
  }
}

.access .map {
  position: relative;
  margin-bottom: 60px;
  margin: 0 auto 60px;
  width: 100%;
  padding-top: 58.8235294118%;
}
@media screen and (max-width: 599px) {
  .access .map {
    margin-bottom: 24px;
  }
}
.access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access .btn {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .access .btn {
    width: 340px;
  }
}
.access .btn::after {
  position: absolute;
  content: url(../img/ico_link.svg);
  top: 0;
  right: 20px;
}
@media screen and (min-width: 1025px) {
  .access .btn::after {
    right: 40px;
  }
}
/*# sourceMappingURL=info.css.map */