/*
Theme Name: CLINIC 2023 Late
Author: Author
Author URI: URI
Version: 1.0
*/
/* ===========================================================
   # BASE
=========================================================== */
* {
  border: none;
  box-sizing: border-box;
  font: inherit;
  outline: none;
  vertical-align: bottom;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 10px;
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  background: #fff;
  color: #4C4C4C;
  font: 400 1.6rem/1 "Montserrat", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1em;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

/* = CLASS
----------------------------------------------------------- */
.auto {
  margin-left: auto;
  margin-right: auto;
}

.boxradiusAll {
  border-radius: 1rem;
}

.boxShadow {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}

.clear {
  clear: both;
}

.disNon {
  display: none !important;
}

.hidden {
  overflow: hidden;
}

.serif {
  font-family: 'Noto Serif JP', serif;
}

.small {
  font-size: .9em;
}

.transAll {
  transition: all 500ms 0s ease;
}

.txtShadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

/* ALIGN */
.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

.align_r {
  text-align: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* DISPLAY */
.noSP, .onPC,
.noSP.flex, .onPC.flex {
  display: none;
}

/* FLEX */
.flex {
  display: flex;
  flex-wrap: wrap;
}

/* POSITION */
.posRe {
  position: relative;
}

.posAb {
  position: absolute;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
  .onSP {
    display: none !important;
  }
  .noSP {
    display: block;
  }
  .noSP.flex {
    display: flex;
  }
  img.noSP,
  span.noSP,
  strong.noSP {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .noPC {
    display: none !important;
  }
  .onPC {
    display: block;
  }
  .onPC.flex {
    display: flex;
  }
  img.onPC,
  span.onPC,
  strong.onPC {
    display: inline;
  }
}

/* ===========================================================
   # HREF
=========================================================== */
a {
  color: #4C4C4C;
  outline: none;
  text-decoration: none;
}

.foot a {
  color: #fff;
}

a.linkBtn, a.linkBox {
  display: inline-block;
  line-height: 4rem;
  padding: 0 1em;
  max-width: 100%;
  min-width: 28rem;
  text-decoration: none !important;
  transition: all 500ms 0s ease;
}

a.linkBtn {
  background: #009D40;
  color: #fff !important;
  letter-spacing: 0;
}

a.linkBtn:hover {
  opacity: .8;
}

a.linkBtn.arrow {
  display: flex;
  align-items: baseline;
  justify-content: center;
  letter-spacing: .2em;
  padding: 0;
  width: 100%;
  max-width: 60rem;
}

a.linkBtn.arrow::before, a.linkBtn.arrow::after {
  background: #fff;
  content: "";
  height: 1px;
}

a.linkBtn.arrow::before {
  order: 1;
  margin-left: -1rem;
  width: 1rem;
  transform: rotate(35deg);
  transform-origin: right bottom;
}

a.linkBtn.arrow::after {
  margin-left: .5em;
  width: 4rem;
}

a.linkBox {
  border: 2px solid #4C4C4C;
  color: #4C4C4C;
  font-weight: 500;
}

a.linkBox:hover {
  background: #4C4C4C;
  border-color: #4C4C4C;
  color: #fff;
}

.entryBody a {
  color: #009D40;
  text-decoration: underline;
}

.entryBody a:hover img {
  opacity: 0.9;
}

@media (min-width: 768px) {
  a.linkBtn, a.linkBox {
    line-height: 6rem;
    min-width: 32rem;
  }
  a.linkBtn.arrow::before {
    margin-left: -1.5rem;
    width: 1.5rem;
  }
  a.linkBtn.arrow::after {
    margin-left: 1em;
    width: 9rem;
  }
}

/* ===========================================================
   # MAIN
=========================================================== */
.wrap {
  padding-top: 8rem;
  min-height: 100%;
}

.inner {
  padding-left: 2rem;
  padding-right: 2rem;
}

.innerS, .innerM, .innerL, .innerLl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.innerS {
  max-width: 89.6rem;
}

.innerM {
  max-width: 120rem;
}

.innerL {
  max-width: 176rem;
}

.cont {
  padding-top: 4rem;
}

@media (min-width: 768px) {
  .inner {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media (min-width: 1024px) {
  .cont {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1366px) {
  .wrap {
    padding-top: 13.4rem;
  }
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .inner.innerM {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1920px) {
  .inner.innerL {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===========================================================
   # HEAD
=========================================================== */
.head {
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.head .headIn {
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  z-index: 1;
}

.head .headIn .logo {
  pointer-events: auto;
  max-width: 80%;
}

.head .headIn .logo img {
  width: auto;
  max-height: 4rem;
}

@media (min-width: 1024px) {
  .head .headIn {
    align-items: baseline;
  }
}

@media (min-width: 1366px) {
  .head .headIn {
    padding: 4rem 5rem;
  }
  .head .headIn .logo img {
    width: auto;
    height: 5.4rem;
    max-height: none;
  }
}

/* ===========================================================
   # FOOT
=========================================================== */
.foot {
  padding-bottom: 10rem;
}

.foot .copy {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: .06em;
}

.footIcon {
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.footIcon ul {
  pointer-events: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.footIcon ul li {
  background: #009D40;
  flex: 1;
  padding: 1rem 0;
}

.footIcon ul li a {
  color: #fff;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 3px;
  padding-top: 7px;
}

.footIcon ul li:not(:last-child) a {
  border-right: 1px solid #fff;
}

@media (min-width: 768px) {
  .foot .copy {
    font-size: 1em;
  }
}

@media (min-width: 1024px) {
  .foot {
    background: #009D40;
    color: #fff;
    padding: 5rem 0 4rem;
  }
  .footNav {
    justify-content: center;
    margin-bottom: 14rem;
  }
  .footNav li {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 1.5em;
  }
  .footNav li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .footIcon {
    height: 100%;
  }
  .footIcon ul {
    position: static;
  }
  .footIcon ul li {
    padding: 0;
    position: absolute;
  }
  .footIcon ul li.tel {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    right: 0;
    top: 11rem;
  }
  .footIcon ul li.reserve {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    right: 0;
    top: 43.5rem;
  }
  .footIcon ul li.access {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    left: 0;
    top: 11rem;
  }
  .footIcon ul li a {
    flex-direction: row;
    gap: 1rem;
    font-size: 1.1em;
    line-height: 6rem;
    padding: 1em 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .footIcon ul li a .noFoot {
    display: none;
  }
  .footIcon ul li a .rotate {
    transform: translateX(0.2em) rotate(90deg);
    display: inline-block;
  }
  .footIcon ul li a .short {
    letter-spacing: -.2em;
  }
  .footIcon ul li:not(:last-child) a {
    border: none;
  }
}

@media (min-width: 1366px) {
  .footIcon ul li.tel, .footIcon ul li.access {
    top: 18.5rem;
  }
  .footIcon ul li.reserve {
    top: 56rem;
  }
}

.gotoTop {
  color: #009D40;
  display: none;
  font-size: 1.4rem;
  font-weight: 300;
  padding-top: 5rem;
  position: fixed;
  right: 0;
  bottom: 8.5rem;
  transition: padding 500ms 0s ease;
  z-index: 999;
}

.gotoTop:hover {
  padding-top: 12.5rem;
}

.gotoTop::before, .gotoTop::after {
  background: #009D40;
  content: "";
  margin: auto;
  width: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all 500ms 0s ease;
}

.gotoTop::before {
  height: 1.2rem;
  transform: rotate(35deg);
  transform-origin: top right;
}

.gotoTop::after {
  height: calc(100% - 1.2em);
}

@media (min-width: 768px) {
  .gotoTop {
    font-size: 1em;
    bottom: 20rem;
  }
  .gotoTop::before {
    height: 1.6rem;
  }
}

@media (min-width: 1366px) {
  .gotoTop {
    font-size: 2.4rem;
    right: 5%;
    bottom: 26.5rem;
  }
}

/* ===========================================================
   # NAVI
=========================================================== */
body.open {
  position: fixed;
}

.layer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

/* = MENU BTN
----------------------------------------------------------- */
.btnMenu {
  color: #009D40;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 4rem;
  pointer-events: auto;
  width: 4rem;
  height: 4rem;
}

.btnMenu span {
  background: #009D40;
  width: 100%;
  height: 1px;
  left: 0;
}

.btnMenu01 {
  top: 0;
}

.btnMenu02 {
  bottom: 0;
}

.open .btnMenu {
  font-size: 0;
}

.open .btnMenu01 {
  transform: translateY(2rem) rotate(45deg);
}

.open .btnMenu02 {
  transform: translateY(-2rem) rotate(-45deg);
}

/* = G NAVI
----------------------------------------------------------- */
.gNav {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  margin: 8rem 0;
  padding-top: 4rem;
  pointer-events: auto;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.gNav > ul > li {
  width: 100%;
}

.gNav > ul > li > a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.8rem;
  padding: 1.5em;
  transition: all 500ms 0s ease;
}

.gNav > ul > li > a::before {
  background-size: cover;
  content: "";
  width: 4rem;
  height: 4rem;
}

.gNav > ul > li > a::after {
  background: #009D40;
  content: "";
  order: -1;
  width: 3rem;
  height: 1px;
}

.gNav > ul > li.doctor a::before {
  background-image: url(./img/ico_doctor.svg);
}

.gNav > ul > li.medical a::before {
  background-image: url(./img/ico_medical.svg);
}

.gNav > ul > li.clinic a::before {
  background-image: url(./img/ico_clinic.svg);
}

.gNav > ul > li.access a::before {
  background-image: url(./img/ico_access.svg);
}

.gNav > ul > li.recruit a::before {
  background-image: url(./img/ico_recruit.svg);
}

@media (min-width: 1024px) {
  .gNav {
    background: transparent;
    display: block !important;
    margin: 0;
    padding: 0;
    position: static;
  }
  .gNav > ul {
    flex-direction: row;
    gap: 0;
  }
  .gNav > ul > li {
    border-right: 1px solid #009D40;
    padding: 0 1em;
    width: auto;
  }
  .gNav > ul > li:last-child {
    border: none;
    padding-right: 0;
  }
  .gNav > ul > li > a {
    color: #009D40;
    font-weight: 500;
    padding: 0;
  }
  .gNav > ul > li > a::before, .gNav > ul > li > a::after {
    display: none;
  }
}

/* ===========================================================
   # CONTENT
=========================================================== */
.entryBody {
  line-height: 2;
  /* POINT */
  /* BOX */
}

.entryBody > * {
  margin-top: 1em;
  margin-bottom: 1em;
}

.entryBody h2 {
  color: #009D40;
  font-size: min(8vw, 4.8rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 6rem;
  margin-bottom: 3rem;
  padding-left: 4rem;
  position: relative;
}

.entryBody h2 strong {
  color: #4C4C4C;
  display: block;
  font-size: min(3.74vw, 2.4rem);
  font-weight: 500;
  letter-spacing: .5em;
  padding-top: .3em;
}

.entryBody h2::before {
  background: #009D40;
  content: "";
  margin: auto;
  width: 3rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: .5em;
}

.entryBody h3 {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
  font-size: min(6.4vw, 2.6rem);
  font-family: 'EB Garamond', 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1;
  margin: 3em 0 1em;
}

.entryBody h3::before, .entryBody h3::after {
  content: "";
  background-color: #4C4C4C;
  -webkit-mask-image: url(./img/dot.svg);
  mask-image: url(./img/dot.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-top: -.1em;
  width: 3.4rem;
  height: .6rem;
}

.entryBody h3::before {
  transform: rotate(-90deg);
}

.entryBody h3::after {
  transform: rotate(90deg);
}

.entryBody h4 {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: .5em;
  position: relative;
}

.entryBody h4::before, .entryBody h4::after {
  background: rgba(0, 157, 64, 0.3);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10rem;
  height: 2px;
}

.entryBody h4::after {
  background: #EEAB9F;
  width: 2em;
}

.entryBody h5 {
  border-left: 4px solid;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .3em;
  padding: 0 0 1px 5px;
}

.entryBody h6 {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: .1em;
}

.entryBody img {
  display: block;
  margin: 0 auto 1rem;
}

.entryBody .wp-caption {
  max-width: 100%;
}

.entryBody .wp-caption.alignleft {
  margin: 0 30px 0 0;
}

.entryBody .wp-caption p.wp-caption-text {
  line-height: 1.2;
  text-align: center;
  padding: 0 0 1rem;
}

.entryBody dl.imgTxt {
  background: #fff;
  padding: 2rem;
  position: relative;
}

.entryBody dl.imgTxt > dt img {
  margin: 0;
}

.entryBody dl.imgTxt > dd {
  display: flex;
  flex-direction: column;
}

.entryBody .gallery dl dt {
  margin: 2rem 0 5px;
}

.entryBody .gallery dl dt img {
  margin: 0;
  width: 100%;
}

.entryBody .gallery dl dd {
  font-size: .9em;
  line-height: 1.2;
}

.entryBody .gallery > br {
  display: none;
}

.entryBody ol, .entryBody ul {
  line-height: 1.8;
  margin-left: 1.5em;
}

.entryBody ol {
  list-style-type: decimal;
}

.entryBody ul {
  list-style: disc;
}

.entryBody ul.flex li {
  margin-bottom: 1em;
}

.entryBody hr {
  border-top: 1px solid #ccc;
  clear: both;
}

.entryBody hr.clear {
  border: none;
  margin: 0;
}

.entryBody .tblWrap {
  overflow: auto;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}

.entryBody .tblWrap::-webkit-scrollbar {
  height: 5px;
}

.entryBody .tblWrap::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.entryBody .tblWrap::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.entryBody table th, .entryBody table td {
  border: 1px solid #ccc;
  padding: 5px 1rem;
}

.entryBody .point01 {
  margin: 0 0.3em;
  padding: 0 3px;
  position: relative;
  z-index: 1;
}

.entryBody .point01::after {
  background: rgba(255, 0, 0, 0.2);
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.entryBody .box01 {
  background: #EEF6F1;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 3rem 2rem 2rem;
}

@media (min-width: 768px) {
  .entryBody {
    /* BOX */
  }
  .entryBody > * {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .entryBody h2 {
    letter-spacing: .05em;
    margin-top: 12rem;
    margin-bottom: 6rem;
    padding: 7rem 0 0;
    text-align: center;
  }
  .entryBody h2 strong {
    padding-left: .5em;
  }
  .entryBody h2::before {
    width: 1px;
    height: 4rem;
    right: 0;
    top: 0;
  }
  .entryBody h3::before, .entryBody h3::after {
    width: 4.7rem;
    height: .8rem;
  }
  .entryBody h4 {
    padding-bottom: .4rem;
  }
  .entryBody h4::before, .entryBody h4::after {
    height: 3px;
  }
  .entryBody img {
    display: inline;
  }
  .entryBody img.aligncenter {
    display: block;
    margin: 0 auto 1rem;
  }
  .entryBody img.alignleft {
    margin: 0.5em 1em 1rem 0;
    max-width: 48%;
  }
  .entryBody img.alignright {
    margin: 0.5em 0 1rem 1em;
    max-width: 48%;
  }
  .entryBody dl.imgTxt {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .entryBody dl.imgTxt > dt {
    width: 40%;
  }
  .entryBody dl.imgTxt > dd {
    gap: 5px;
    width: 60%;
  }
  .entryBody .gallery {
    display: flex;
    flex-wrap: wrap;
  }
  .entryBody .gallery-columns-2 dl {
    width: 48%;
  }
  .entryBody .gallery-columns-2 dl:nth-of-type(odd) {
    margin-right: 4%;
  }
  .entryBody .gallery-columns-3 dl {
    width: 32%;
    margin-right: 2%;
  }
  .entryBody .gallery-columns-3 dl:nth-of-type(3n) {
    margin-right: 0;
  }
  .entryBody .box01 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .entryBody {
    /* BOX */
  }
  .entryBody dl.imgTxt {
    gap: 5rem;
  }
  .entryBody dl.imgTxt > dd {
    gap: 1rem;
  }
  .entryBody .box01 {
    padding: 6rem 10rem;
  }
}

@media (min-width: 1366px) {
  .entryBody dl.imgTxt > dd {
    padding-right: 4rem;
  }
}

/* = RESET
----------------------------------------------------------- */
.entryBody > *:first-child,
.entryBody h4 + *, .entryBody h5 + *, .entryBody h6 + *,
.entryBody p.btm0 + * {
  margin-top: 0;
}

.entryBody > *:last-child,
.entryBody p.btm0 {
  margin-bottom: 0;
}

.entryBody ul.noStyle,
.entryBody ul.flex {
  list-style: none;
  margin-left: 0;
}

/* ===========================================================
   # HOME
=========================================================== */
/* = MV
----------------------------------------------------------- */
.homeMv .catch01 {
  width: 68.4rem;
  max-width: calc(100% - 4rem);
  left: 2rem;
  top: 30%;
}

.homeMv .catch02 {
  width: 27.2rem;
  max-width: 36%;
  left: 2rem;
  bottom: 2rem;
}

@media (min-width: 768px) {
  .homeMv .catch01 {
    max-width: 50%;
    left: 5%;
    top: 20%;
  }
  .homeMv .catch02 {
    width: auto;
    max-height: 38%;
    left: 5%;
  }
}

@media (min-width: 1024px) {
  .homeMv {
    padding: 0 5rem;
  }
  .homeMv .catch01 {
    left: 7%;
  }
  .homeMv .catch02 {
    left: 7%;
  }
}

/* = CONTENT
----------------------------------------------------------- */
.homeCont > * {
  margin-bottom: 5rem;
}

.homeCont .gallList li {
  flex: 1;
}

.homeCont .homeNav ul {
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}

.homeCont .homeNav ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
}

.homeCont .homeNav ul li.noHome {
  display: none;
}

.homeCont .homeNav ul li::before {
  background-color: #009D40;
  content: "";
  width: 3rem;
  height: 1px;
}

.homeCont .homeNav ul li a {
  background-color: rgba(0, 157, 64, 0.1);
  background-position: 3rem 50%;
  background-size: 4.5rem;
  color: #009D40;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 10rem;
  padding-left: 12rem;
  width: calc(100% - 4rem);
  text-decoration: none;
  transition: all 500ms 0s ease;
}

.homeCont .homeNav ul li a:hover {
  background-color: rgba(0, 157, 64, 0.2);
}

.homeCont .homeNav ul li.doctor a {
  background-image: url(./img/ico_doctor.svg);
}

.homeCont .homeNav ul li.medical a {
  background-image: url(./img/ico_medical.svg);
}

.homeCont .homeNav ul li.clinic a {
  background-image: url(./img/ico_clinic.svg);
}

.homeCont .homeNav ul li.access a {
  background-image: url(./img/ico_access.svg);
}

.homeCont .homeNav ul li.recruit a {
  background-image: url(./img/ico_recruit.svg);
}

@media (min-width: 768px) {
  .homeCont > * {
    margin-bottom: 8rem;
  }
  .homeCont .homeNav ul {
    flex-direction: row;
  }
  .homeCont .homeNav ul li {
    flex-direction: column;
    gap: 2rem;
    flex: 1;
  }
  .homeCont .homeNav ul li::before {
    width: 1px;
    height: 4rem;
  }
  .homeCont .homeNav ul li a {
    background-position: 50% 3rem;
    background-size: 7rem;
    font-size: 2rem;
    line-height: 1;
    padding: 13rem 0 3rem;
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .homeCont .homeNav ul li a {
    background-position: 50% 7rem;
    padding: 20rem 0 5rem;
  }
}

/* ===========================================================
   # SNS
=========================================================== */
.sns {
  gap: 6rem;
  justify-content: center;
}

/* ===========================================================
   # POLICY
=========================================================== */
.policyName {
  font-size: 2.9rem;
  font-weight: 500;
  letter-spacing: .2em;
  padding-left: .2em;
}

.policyCatch {
  font-size: min(6.4vw, 3rem);
  font-weight: 300;
  letter-spacing: .4em;
  line-height: 1.8;
  margin: 0;
  padding-left: .4em;
}

.policyTxt {
  font-size: min(4.8vw, 2rem);
  letter-spacing: .2em;
  line-height: 2.2;
  padding-left: .2em;
}

/* ===========================================================
   # SCHEDULE
=========================================================== */
.sche ul.flex {
  flex-direction: column;
  gap: 1rem;
}

.sche ul.flex li {
  flex: 1;
  margin: 0;
}

.sche table {
  border-top: 1px solid #C8C8C8;
  font-size: min(4.27vw, 1.8rem);
  width: 100%;
}

.sche table tr {
  border-bottom: 1px solid #C8C8C8;
  display: flex;
  justify-content: space-between;
}

.sche table tr > * {
  border: none;
  line-height: 1;
  padding: 1em 5px;
  text-align: center;
}

.sche table tr > *:first-child {
  padding-left: 0;
  width: 7.2em;
}

.sche table tr td {
  color: #009D40;
}

.sche table tbody {
  letter-spacing: .05em;
}

@media (min-width: 768px) {
  .sche ul.flex {
    flex-direction: row;
    align-items: flex-end;
    gap: 4rem;
  }
}

@media (min-width: 1024px) {
  .sche ul.flex li table tr > *:first-child {
    width: 10em;
  }
  .sche ul.flex li.txt {
    line-height: 2.5;
  }
}

/* ===========================================================
   # INQ
=========================================================== */
.inq ul.flex {
  flex-direction: column;
  gap: 3rem;
}

.inq ul.flex li {
  align-items: center;
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
}

.inq ul.flex li::before {
  background: #009D40;
  content: "";
  width: 1px;
  height: 3rem;
}

.inq ul.flex li a {
  background-color: rgba(0, 157, 64, 0.1);
  background-position: 50% 2rem;
  background-repeat: no-repeat;
  background-size: 3.3rem;
  flex-direction: column;
  gap: 2rem;
  font-size: min(4.27vw, 1.8rem);
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1;
  padding: 7rem 0 1.5rem;
  text-decoration: none;
  width: 100%;
}

.inq ul.flex li a .link {
  font-size: min(7.2vw, 3.3rem);
  font-weight: 500;
}

.inq ul.flex li a:hover {
  background-color: rgba(0, 157, 64, 0.2);
}

.inq ul.flex li.tel a {
  background-image: url(./img/ico_tel_line.svg);
}

.inq ul.flex li.reserve a {
  background-image: url(./img/ico_pc_line.svg);
}

@media (min-width: 768px) {
  .inq ul.flex {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .inq ul.flex {
    gap: 4rem;
  }
  .inq ul.flex li {
    gap: 3rem;
  }
  .inq ul.flex li::before {
    height: 4rem;
  }
  .inq ul.flex li a {
    background-position: 50% 5rem;
    background-size: 7.5rem;
    gap: 3rem;
    letter-spacing: .5em;
    padding: 14rem 0 5rem;
  }
  .inq ul.flex li a .link {
    letter-spacing: .1em;
  }
}

/* ===========================================================
   # ACCESS
=========================================================== */
.access ul.flex {
  flex-direction: column;
  gap: 2rem;
}

.access ul.flex > li {
  margin: 0;
}

.access ul.flex .gMap {
  padding-bottom: 63%;
  height: 0;
  position: relative;
}

.access ul.flex .gMap::after {
  background-color: #00ff68;
  content: "";
  opacity: .6;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
}

.access ul.flex .gMap iframe {
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.access ul.flex .catch {
  border: 1px solid #8F6CAD;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-align: center;
  position: relative;
}

.access ul.flex .catch::before, .access ul.flex .catch::after {
  content: "";
  margin: auto;
  width: 2rem;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}

.access ul.flex .catch::before {
  background: #fff;
}

.access ul.flex .catch::after {
  background: #8F6CAD;
  transform: translate(2rem, 0) rotate(45deg);
  transform-origin: 0;
}

.access ul.flex .logo img {
  margin-top: 3rem;
}

.access ul.flex ul {
  list-style: none;
  margin: 2rem 0 0;
  text-align: center;
}

.access ul.flex ul li {
  background-position: 50% 0;
  background-size: 5.4rem;
  margin: 0;
  padding-top: 5rem;
  width: 100%;
}

.access ul.flex ul li:not(:last-child) {
  margin-bottom: 2rem;
}

.access ul.flex ul li.train {
  background-image: url(./img/ico_train.png);
}

.access ul.flex ul li.car {
  background-image: url(./img/ico_car.png);
}

.access ul.flex ul li.bicycle {
  background-image: url(./img/ico_bicycle.png);
}

.access ul.flex ul li strong {
  color: #009D40;
  font-weight: 500;
}

@media (min-width: 768px) {
  .access ul.flex > * {
    text-align: center;
  }
  .access ul.flex .catch {
    letter-spacing: .3em;
    margin-bottom: 1em;
  }
  .access ul.flex .catch::before, .access ul.flex .catch::after {
    width: 3.6rem;
  }
  .access ul.flex .catch::before {
    background: #fff;
  }
  .access ul.flex .catch::after {
    transform: translate(3.6rem, 0) rotate(45deg);
  }
  .access ul.flex .add br {
    display: none;
  }
  .accessFoot {
    align-items: center;
    flex-wrap: nowrap;
    gap: 2em;
    justify-content: center;
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  .access ul.flex {
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4rem;
  }
  .access ul.flex > * {
    text-align: left;
    width: 48%;
  }
  .access ul.flex .gMap {
    padding-bottom: 30%;
  }
  .access ul.flex .catch {
    font-size: min(1.8vw, 2.4rem);
  }
  .access ul.flex .logo img {
    margin-bottom: 3rem;
  }
  .access ul.flex ul {
    text-align: left;
  }
  .access ul.flex ul li {
    background-position: 0 0;
    background-size: 4.8rem;
    padding: 0.5em 0 0 6rem;
    min-height: 4.8rem;
  }
  .access ul.flex ul li:not(:last-child) {
    margin-bottom: 1em;
  }
  .accessFoot {
    gap: 2em;
  }
  .accessFoot .noBr br {
    content: "";
    margin-right: .5em;
  }
}

@media (min-width: 1366px) {
  .accessFoot {
    gap: 10rem;
  }
}

/* ===========================================================
   # NEWS
=========================================================== */
ul.newsList {
  margin: 0;
}

ul.newsList li {
  list-style: none;
  padding-bottom: 5rem;
}

ul.newsList li a {
  align-items: center;
  gap: 2rem 0;
  line-height: 1;
  text-decoration: none;
}

ul.newsList li a .date {
  color: #4C4C4C;
  width: 7em;
}

ul.newsList li a .new {
  background: #8F6CAD;
  border: 1px solid #8F6CAD;
  color: #fff;
  font-weight: 700;
  padding: 3px 3px 2px;
}

ul.newsList li a .cat {
  border: 1px solid;
  color: #8F6CAD;
  margin-left: auto;
  padding: 3px 0 2px;
  width: 5em;
}

ul.newsList li a .ttl {
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
}

ul.newsList + .more a {
  color: #4C4C4C;
  padding-right: 11rem;
  text-decoration: none;
  position: relative;
}

ul.newsList + .more a::before, ul.newsList + .more a::after {
  background: #4C4C4C;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 3px;
  transition: all 300ms 0s ease;
}

ul.newsList + .more a::before {
  width: 2rem;
  transform: rotate(40deg);
  transform-origin: right bottom;
  left: calc(10em + 8rem);
}

ul.newsList + .more a::after {
  width: 10rem;
  left: 10em;
}

ul.newsList + .more a:hover::before {
  left: calc(10em + 10rem);
}

ul.newsList + .more a:hover::after {
  width: 12rem;
}

@media (min-width: 768px) {
  ul.newsList li a .date {
    width: 10em;
  }
  ul.newsList li a .new {
    padding: 2px 3px 1px;
    order: 1;
  }
  ul.newsList li a .cat {
    order: 1;
    font-size: 1.4rem;
    width: 6em;
  }
  ul.newsList li a .ttl {
    line-height: 1;
    max-width: calc(100% - 20em);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* ===========================================================
   # FLEX
=========================================================== */
.flex.column2 li, .flex.column3 li {
  margin-bottom: 2rem;
  width: 100%;
}

.flex.column2.imgTxt {
  align-items: center;
  gap: 1em;
}

.flex.column2.imgTxt li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
}

.flex.column2.imgTxt li strong {
  font-size: min(4.8vw, 2rem);
  font-weight: 500;
  letter-spacing: .2em;
}

@media (min-width: 768px) {
  .flex.column2 li {
    width: 48%;
  }
  .flex.column2 li:nth-child(odd) {
    margin-right: 4%;
  }
  .flex.column3 li {
    margin: 0 3.5% 3rem 0;
    width: 31%;
  }
  .flex.column3 li:nth-child(3n) {
    margin-right: 0;
  }
  .flex.column2.imgTxt {
    flex-wrap: nowrap;
    gap: 2em;
  }
  .flex.column2.imgTxt li {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .flex.column3 li {
    margin-bottom: 3rem;
  }
  .flex.column2.imgTxt {
    gap: 7rem;
  }
}

/* ===========================================================
   # TAB
=========================================================== */
.tabs .tab {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 0.8em 4.4em 0.4em 2.2em;
  position: relative;
  z-index: 1;
}

.tabs .tab::before {
  border: 1px solid rgba(228, 220, 234, 0.8);
  border-bottom: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: scaleY(1.3) perspective(0.6em) rotateX(5deg);
  transform-origin: bottom left;
  border-radius: 8px 8px 0 0;
}

.tabs input[name="tab"] {
  display: none;
}

.tabs input:checked + .tab::before {
  background: #eee;
  background: #f9f8fb;
}

.tabs .body {
  background-color: #f9f8fb;
  border: 1px solid rgba(228, 220, 234, 0.2);
  display: none;
  margin-top: -1px;
  padding: 4rem 6rem;
  clear: both;
  overflow: hidden;
}

.tabs #full:checked ~ #fullBody,
.tabs #part:checked ~ #partBody {
  display: block;
}

@media (min-width: 768px) {
  .tabs .tab {
    padding: 0.8em 7.4em 0.4em 5.2em;
  }
  .tabs .tab::before {
    transform: scaleY(1.3) perspective(1.2em) rotateX(5deg);
  }
}

@media (min-width: 1024px) {
  .tabs .body {
    padding: 8rem;
  }
}

@media (min-width: 1366px) {
  .tabs .tab {
    padding: 0.8em 7.4em 0.4em 5.2em;
  }
  .tabs .tab::before {
    transform: scaleY(1.3) perspective(1.2em) rotateX(5deg);
  }
}

/*# sourceMappingURL=style.map */