/*
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: #F7F4EF;
  color: #4C4C4C;
  font: 400 1.6rem/1 "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
}

strong {
  font-weight: 700;
}

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

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

/* = CLASS
----------------------------------------------------------- */
.auto {
  margin: 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: 'EB Garamond', '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;
}

/* 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 {
  border-radius: 5px;
  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: #CAB68E;
  color: #fff !important;
  font-family: 'EB Garamond', 'Noto Serif JP', serif;
  font-weight: 700;
  letter-spacing: 0;
}

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

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

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

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

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

@media (min-width: 768px) {
  a.linkBtn, a.linkBox {
    line-height: 6rem;
    min-width: 32rem;
  }
}

/* ===========================================================
   # MAIN
=========================================================== */
.wrap {
  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: 100rem;
}

.innerM {
  max-width: 120rem;
}

.innerL {
  max-width: 176rem;
}

.cont {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

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

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

@media (min-width: 1366px) {
  .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%;
}

@media (min-width: 768px) {
  .head .headIn .logo img {
    width: auto;
    height: 5.4rem;
  }
}

@media (min-width: 1366px) {
  .head .headIn {
    padding: 4rem 5rem;
  }
}

/* ===========================================================
   # FOOT
=========================================================== */
.footIn {
  padding-bottom: 8rem;
}

.footSns {
  gap: 6rem;
  justify-content: center;
}

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

.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: #CAB68E;
  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) {
  .footIn {
    background: #CAB68E;
    color: #fff;
    margin-top: 7rem;
    padding: 4rem 0;
  }
  .footNav {
    justify-content: center;
    margin-bottom: 8rem;
  }
  .footNav li {
    font-size: min(2.35vw, 2rem);
    font-weight: 700;
    padding: 0 1.5em;
  }
  .footNav li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .footNav li a span {
    display: none;
  }
  .foot .copy {
    font-size: 1em;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .footNav {
    margin-bottom: 14rem;
  }
  .footIcon {
    height: 100%;
  }
  .footIcon ul {
    flex-direction: column;
    position: absolute;
    right: auto;
    bottom: 30%;
  }
  .footIcon ul li {
    background: #EEAB9F;
    border-top-right-radius: 1rem;
    margin-top: 1em;
    padding: 0;
  }
  .footIcon ul li a {
    flex-direction: row;
    gap: 2rem;
    font-family: 'EB Garamond', 'Noto Serif JP', serif;
    font-size: 1.1em;
    padding: 7px 3rem 7px 2rem;
  }
  .footIcon ul li:not(:last-child) a {
    border: none;
  }
}

@media (min-width: 1366px) {
  .footIcon ul {
    bottom: 13%;
  }
}

.gotoTop {
  display: none;
  font-size: 1.4rem;
  font-weight: 700;
  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: #4C4C4C;
  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 {
    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 {
  background: #fff;
  cursor: pointer;
  align-items: flex-end;
  justify-content: center;
  font-size: 9px;
  font-weight: 500;
  padding-bottom: 3px;
  pointer-events: auto;
  width: 4rem;
  height: 4rem;
}

.btnMenu span {
  background: #C7C7C7;
  height: 1px;
  right: 5px;
}

.btnMenu01 {
  width: 1rem;
  top: 7px;
}

.btnMenu02 {
  width: 2rem;
  top: 14px;
}

.btnMenu03 {
  width: 3rem;
  top: 21px;
}

.open .btnMenu01 {
  width: 3rem;
  transform: translateY(0.8rem) rotate(45deg);
}

.open .btnMenu02 {
  opacity: 0;
}

.open .btnMenu03 {
  transform: translateY(-0.6rem) rotate(-45deg);
}

@media (min-width: 1024px) {
  .btnMenu {
    font-size: 1.4rem;
    padding-bottom: 8px;
    width: 8rem;
    height: 8rem;
  }
  .btnMenu span {
    right: 1rem;
  }
  .btnMenu01 {
    width: 2rem;
    top: 15px;
  }
  .btnMenu02 {
    width: 4rem;
    top: 30px;
  }
  .btnMenu03 {
    width: 6rem;
    top: 45px;
  }
  .open .btnMenu01 {
    width: 6rem;
    transform: translateY(1.5rem) rotate(45deg);
  }
  .open .btnMenu03 {
    transform: translateY(-1.5rem) rotate(-45deg);
  }
}

/* = G NAVI
----------------------------------------------------------- */
.gNav, .menu-gnav-container {
  background: #F7F4EF;
  border-radius: 1rem;
  display: none;
  margin: 7rem 2rem 0;
  padding: 4rem 1rem;
  pointer-events: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}

.gNav > ul, .menu-gnav-container > ul {
  justify-content: center;
}

.gNav > ul > li, .menu-gnav-container > ul > li {
  padding: 0 1rem;
  width: 50%;
  position: relative;
}

.gNav > ul > li:nth-child(even)::after, .menu-gnav-container > ul > li:nth-child(even)::after {
  background: #CAB68E;
  content: "";
  margin: auto;
  width: 1px;
  height: calc(100% - 2rem);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.gNav > ul > li > a, .menu-gnav-container > ul > li > a {
  border-bottom: 1px solid #CAB68E;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5em;
  transition: all 500ms 0s ease;
}

.gNav > ul > li > a::before, .menu-gnav-container > ul > li > a::before {
  content: url(./img/dot.svg);
  transform: scale(0.7);
}

.gNav > ul > li > a span, .menu-gnav-container > ul > li > a span {
  font-size: 1.2rem;
  padding-top: 1rem;
  position: relative;
}

.gNav > ul > li > a span::before, .menu-gnav-container > ul > li > a span::before {
  background: #CAB68E;
  content: "";
  margin: auto;
  width: 2.5rem;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.gNav > ul > li:nth-child(-n+2) > a, .menu-gnav-container > ul > li:nth-child(-n+2) > a {
  border-top: 1px solid #CAB68E;
}

@media (min-width: 768px) {
  .gNav, .menu-gnav-container {
    margin-top: 10rem;
  }
}

@media (min-width: 1024px) {
  .gNav, .menu-gnav-container {
    border-radius: 0;
    border-bottom-left-radius: 1rem;
    margin: 0;
    padding-top: 10rem;
    width: 23rem;
    position: absolute;
    left: auto;
    right: 2rem;
    top: 2rem;
  }
  .gNav .close, .menu-gnav-container .close {
    cursor: pointer;
    font-size: 2rem;
    right: 3rem;
    top: 3rem;
  }
  .gNav > ul > li, .menu-gnav-container > ul > li {
    padding: 1em;
    width: 100%;
  }
  .gNav > ul > li:nth-child(even)::after, .menu-gnav-container > ul > li:nth-child(even)::after {
    display: none;
  }
  .gNav > ul > li > a, .menu-gnav-container > ul > li > a {
    border: none !important;
    padding: 0;
  }
  .gNav > ul > li > a span, .menu-gnav-container > ul > li > a span {
    margin-top: 5px;
  }
}

@media (min-width: 1366px) {
  .gNav, .menu-gnav-container {
    right: 5rem;
    top: 4rem;
  }
}

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

.entryBody > * {
  margin: 1em 0;
}

.entryBody h2 {
  color: rgba(202, 182, 142, 0.5);
  font-family: 'EB Garamond', 'Noto Serif JP', serif;
  font-size: min(10.7vw, 6.6rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 6rem;
  margin-bottom: 3rem;
  padding: 4rem 0 1.5rem;
  position: relative;
}

.single .entryBody h2 {
  color: #CAB68E;
}

.entryBody h2 strong {
  color: #4C4C4C;
  font-size: 1.6rem;
  letter-spacing: .5em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.1em;
}

.entryBody h2::before, .entryBody h2::after {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.entryBody h2::before {
  content: url(./img/dot.svg);
  top: 0;
  transform: scale(0.7);
}

.entryBody h2::after {
  background: #CAB68E;
  content: "";
  width: 3rem;
  height: 1px;
  bottom: 0;
}

.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(202, 182, 142, 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: #FCFCFB;
  border-radius: 1rem;
  padding: 2rem;
}

.entryBody .box01 p {
  margin: 0;
}

@media (min-width: 768px) {
  .entryBody > * {
    margin: 2em 0;
  }
  .entryBody h2 {
    letter-spacing: .02em;
    margin-top: 12rem;
    margin-bottom: 6rem;
    padding: 8rem 0 4rem;
  }
  .entryBody h2 strong {
    letter-spacing: 1em;
    bottom: 2.8em;
  }
  .entryBody h2::before {
    transform: scale(1);
  }
  .entryBody h2::after {
    width: 4rem;
  }
  .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;
  }
}

@media (min-width: 1024px) {
  .entryBody dl.imgTxt {
    gap: 5rem;
  }
  .entryBody dl.imgTxt > dd {
    gap: 1rem;
  }
}

@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 .catch {
  width: auto;
  max-height: 70%;
  right: 1em;
  top: 15%;
}

@media (min-width: 768px) {
  .homeMv .catch {
    max-height: 75%;
    right: 15%;
    top: 20%;
  }
}

@media (min-width: 1024px) {
  .homeMv .catch {
    max-height: 65%;
    left: calc(5% + 23rem);
    right: auto;
    top: 20%;
  }
}

/* = CONTENT
----------------------------------------------------------- */
.homeCont .menu-gnav-container {
  display: block;
  padding: 0;
  position: static;
  text-align: center;
}

.homeCont .menu-gnav-container ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.homeCont .menu-gnav-container ul li {
  padding: 0;
}

.homeCont .menu-gnav-container ul li:nth-child(odd) {
  padding-right: 1rem;
}

.homeCont .menu-gnav-container ul li:nth-child(even) {
  padding-left: 1rem;
}

.homeCont .menu-gnav-container ul li:last-child {
  padding: 0;
}

.homeCont .menu-gnav-container ul li a {
  background-position: 50% 1rem;
  background-size: 9.5rem;
  background-size: 5.8rem;
  color: #4C4C4C;
  font-family: 'EB Garamond', 'Noto Serif JP', serif;
  font-weight: 700;
  padding-top: 7rem;
  text-decoration: none;
}

.homeCont .menu-gnav-container ul li a::before {
  margin-bottom: -1rem;
}

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

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

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

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

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

.homeCont .imgTxt.homeRecruit {
  background: #F2EEE5;
  padding-bottom: 3rem;
}

.homeCont .imgTxt.homeRecruit .ttl {
  font-size: min(4.8vw, 2.4rem);
  letter-spacing: .3em;
  line-height: 1.5;
  padding: 1em 0 0.5em;
}

.homeCont .imgTxt.homeRecruit .posAb {
  display: block;
  margin: auto;
  padding: 0;
  left: 0;
  right: 0;
  bottom: -2rem;
}

@media (min-width: 768px) {
  .homeCont .imgTxt.homeRecruit {
    padding-bottom: 4rem;
  }
  .homeCont .imgTxt.homeRecruit .ttl {
    padding: 0;
  }
  .homeCont .imgTxt.homeRecruit .posAb {
    bottom: -3rem;
  }
}

@media (min-width: 1024px) {
  .homeCont .menu-gnav-container {
    margin-top: 6rem;
    width: 100%;
  }
  .homeCont .menu-gnav-container ul {
    flex-wrap: nowrap;
  }
  .homeCont .menu-gnav-container ul li {
    padding: 0 !important;
  }
  .homeCont .menu-gnav-container ul li:not(:last-child) {
    border-right: 1px solid #CAB68E;
  }
  .homeCont .imgTxt.homeRecruit {
    padding: 4rem 4rem 6rem;
  }
}

@media (min-width: 1366px) {
  .homeCont .imgTxt.homeRecruit {
    line-height: 3;
  }
}

/* ===========================================================
   # SCHEDULE
=========================================================== */
.sche.box01 {
  padding: 0;
}

.sche.box01 table tr {
  border-bottom: 1px solid #CAB68E;
  display: flex;
  justify-content: center;
}

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

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

.sche.box01 table tr td {
  color: #CAB68E;
}

.sche.box01 table + * {
  font-size: .9em;
  line-height: 1.4;
  padding: 1em 0;
  text-align: center;
}

@media (min-width: 768px) {
  .sche.box01 {
    padding: 2rem;
  }
  .sche.box01 table tr > * {
    font-size: min(2.1vw, 2.4rem);
    padding: 1.5em;
  }
  .sche.box01 table tr > *:first-child {
    width: 10em;
  }
  .sche.box01 table + * {
    font-size: 1em;
    line-height: 1.8;
    padding-top: 2em;
  }
}

/* ===========================================================
   # POLICY
=========================================================== */
.policyCatch {
  font-size: min(6.4vw, 3rem);
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.8;
}

.policyTxt {
  font-size: min(4.8vw, 2rem);
}

/* ===========================================================
   # INQ
=========================================================== */
.inq {
  justify-content: center;
  text-align: center;
}

.inq li {
  background-color: #FCFCFB;
  background-position: 50% 3rem;
  background-repeat: no-repeat;
  background-size: 4.5rem;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 1rem;
  font-weight: 700;
  letter-spacing: .5em;
  padding: 8.5rem 3rem 3rem;
}

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

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

.inq li .ttl {
  letter-spacing: 0;
}

.inq li a {
  background: #EEAB9F;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 5rem;
  width: 100%;
  min-width: auto;
  max-width: 32rem;
}

@media (min-width: 1024px) {
  .inq li {
    background-position: 50% 5rem;
    background-size: 7.5rem;
    gap: 2rem;
    font-size: 1.8rem;
    padding-top: 14.5rem;
  }
  .inq li .ttl {
    letter-spacing: .1em;
  }
  .inq li a {
    font-size: 3.6rem;
    line-height: 6rem;
  }
}

/* ===========================================================
   # ACCESS
=========================================================== */
.access.flex.column2 {
  align-items: flex-end;
  flex-direction: column;
  gap: 1em;
}

.access.flex.column2 > * {
  width: 100%;
}

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

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

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

.access.flex.column2 p.catch {
  font-size: min(4.8vw, 2.4rem);
  letter-spacing: .2em;
  text-align: center;
}

.access.flex.column2 p img {
  margin: 2em 0 1em;
}

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

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

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

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

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

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

.access.flex.column2 ul li strong {
  font-weight: 500;
}

@media (min-width: 768px) {
  .access.flex.column2 > * {
    text-align: center;
  }
  .access.flex.column2 p.catch {
    letter-spacing: .3em;
  }
  .accessFoot {
    align-items: center;
    flex-wrap: nowrap;
    gap: 2em;
    justify-content: center;
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  .access.flex.column2 {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .access.flex.column2 > * {
    text-align: left;
    width: 48%;
  }
  .access.flex.column2 .gMap {
    padding-bottom: 30%;
  }
  .access.flex.column2 p.catch {
    text-align: left;
  }
  .access.flex.column2 ul {
    text-align: left;
  }
  .access.flex.column2 ul li {
    background-position: 0 0;
    background-size: 4.8rem;
    padding: 0.5em 0 0 6rem;
    min-height: 4.8rem;
  }
  .access.flex.column2 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
=========================================================== */
.news {
  background: #fff;
  border-radius: 1rem;
  padding: 0 2rem 2rem 2rem;
}

@media (min-width: 768px) {
  .news {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .news {
    padding: 5rem 3rem 8rem;
  }
}

ul.newsList {
  margin: auto;
}

ul.newsList li {
  list-style: none;
  padding: 2.5rem 0 2rem 1rem;
}

ul.newsList li:not(:last-child) {
  border-bottom: 1px solid #CAB68E;
}

ul.newsList li a {
  color: #4C4C4C;
  align-items: center;
  gap: 1rem;
  line-height: 1;
  text-decoration: none;
}

ul.newsList li a .date {
  width: 6em;
}

ul.newsList li a .new {
  background: #EEAB9F;
  color: #fff;
  font-weight: 700;
  padding: 1px 1em;
  left: 7em;
  top: -.1rem;
}

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

ul.newsList li a .cat {
  font-size: 1.2rem;
  width: 100%;
}

ul.newsList + .more {
  left: 0;
  right: 0;
  bottom: -2rem;
}

@media (min-width: 1024px) {
  ul.newsList li {
    padding: 3rem 5rem 3rem 4rem;
  }
  ul.newsList li a {
    gap: 3rem;
  }
  ul.newsList li a .ttl {
    font-weight: 400;
    line-height: 1;
    width: 28em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  ul.newsList li a .new {
    margin-left: -1rem;
    position: static;
  }
  ul.newsList li a .cat {
    font-size: 1.4rem;
    margin-left: auto;
    width: auto;
  }
}

@media (min-width: 1366px) {
  ul.newsList li a {
    gap: 6rem;
  }
  ul.newsList li a .ttl {
    width: 30em;
  }
  ul.newsList li a .new {
    margin-left: -2rem;
  }
}

/* = TAB
----------------------------------------------------------- */
.newsTab {
  gap: 0 2px;
}

.newsTab .tabLabel {
  background: rgba(76, 76, 76, 0.03);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  cursor: pointer;
  flex: 1;
  font-weight: 500;
  padding: 0.3em 1em;
  opacity: .6;
  order: -1;
}

.newsTab .tabLabel:hover {
  opacity: 1;
}

.newsTab .news {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  display: none;
}

.newsTab .tabSwitch {
  display: none;
}

.newsTab .tabSwitch:checked + .tabLabel {
  background: #fff;
  opacity: 1;
}

.newsTab .tabSwitch:checked + .tabLabel + .news {
  display: block;
}

.newsTab .more {
  text-align: center;
  bottom: -2rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .newsTab {
    gap: 0 5px;
  }
  .newsTab .tabLabel {
    font-size: 1.1em;
    padding: 0.5em 1em;
  }
}

/* ===========================================================
   # 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);
  letter-spacing: .13em;
}

@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;
  }
  .flex.column2.imgTxt li strong {
    letter-spacing: .2em;
  }
}

/* ===========================================================
   # TAB
=========================================================== */
.tabs .tab {
  border: 1px solid #CAB68E;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  width: 49%;
  line-height: 4rem;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tabs .tab:first-of-type {
  margin-right: 2%;
}

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

.tabs input:checked + .tab {
  background-color: #CAB68E;
  color: #fff;
}

.tabs .body {
  background-color: #FCFCFB;
  display: none;
  padding: 4rem 6rem;
  clear: both;
  overflow: hidden;
}

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

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

/*# sourceMappingURL=style.map */