@charset "UTF-8";
/* ブレイクポイントの設定 */
.has-navy-color {
  color: #3A457A;
}

.has-red-color {
  color: #E3000F;
}

.has-green-color {
  color: #377A5B;
}

.has-gold-color {
  color: #D4C289;
}

.has-blue-gray-color {
  color: #A3ACDC;
}

.has-light-blue-color {
  color: #EBEEFB;
}

.has-strong-pink-color {
  color: #DE6C8B;
}

.has-pink-color {
  color: #F1BAC9;
}

.has-light-pink-color {
  color: #FAE5EB;
}

.has-strong-turquois-color {
  color: #3E96AC;
}

.has-turquois-color {
  color: #B1D5DE;
}

.has-light-turquois-color {
  color: #E2EFF3;
}

.has-strong-gray-color {
  color: #6B6B6B;
}

.has-gray-color {
  color: #CECECE;
}

.has-light-gray-color {
  color: #F5F5F5;
}

.has-black-color {
  color: #000000;
}

.has-white-color {
  color: #fff;
}

.has-navy-background-color {
  background-color: #3A457A;
}

.has-red-background-color {
  background-color: #E3000F;
}

.has-green-background-color {
  background-color: #377A5B;
}

.has-gold-background-color {
  background-color: #D4C289;
}

.has-blue-gray-background-color {
  background-color: #A3ACDC;
}

.has-light-blue-background-color {
  background-color: #EBEEFB;
}

.has-strong-pink-background-color {
  background-color: #DE6C8B;
}

.has-pink-background-color {
  background-color: #F1BAC9;
}

.has-light-pink-background-color {
  background-color: #FAE5EB;
}

.has-strong-turquois-background-color {
  background-color: #3E96AC;
}

.has-turquois-background-color {
  background-color: #B1D5DE;
}

.has-light-turquois-background-color {
  background-color: #E2EFF3;
}

.has-strong-gray-background-color {
  background-color: #6B6B6B;
}

.has-gray-background-color {
  background-color: #CECECE;
}

.has-light-gray-background-colorr {
  background-color: #F5F5F5;
}

.has-black-background-color {
  background-color: #000000;
}

.has-white-background-color {
  background-color: #fff;
}

:root {
  --fz14: calc(14 / 16 * 1rem);
  --fz16: calc(16 / 16 * 1rem);
  --fz18: calc(18 / 16 * 1rem);
  --fz20: calc(20 / 16 * 1rem);
  --fz22: calc(22 / 16 * 1rem);
  --fz24: calc(24 / 16 * 1rem);
  --fz26: calc(26 / 16 * 1rem);
  --fz28: calc(28 / 16 * 1rem);
  --fz30: calc(30 / 16 * 1rem);
  --fz32: calc(32 / 16 * 1rem);
  --fz34: calc(34 / 16 * 1rem);
  --fz36: calc(36 / 16 * 1rem);
  --fz38: calc(38 / 16 * 1rem);
  --fz40: calc(40 / 16 * 1rem);
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  font-weight: normal;
  letter-spacing: 1.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

a {
  outline: none;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}
a.line:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

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

blockquote,
q {
  quotes: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* align */
.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-l {
  text-align: left !important;
}

/* margin-bottom */
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

/* padding-right */
.pd-r00 {
  padding-right: 0 !important;
}

.pd-r10 {
  padding-right: 10px !important;
}

.pd-r20 {
  padding-right: 20px !important;
}

.pd-r25 {
  padding-right: 25px !important;
}

.pd-r30 {
  padding-right: 30px !important;
}

.pd-r40 {
  padding-right: 40px !important;
}

/*==================================================
Font
==================================================*/
/* font-family */
.kakugoAntique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/* font-weight */
.fw500 {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

/*==================================================
border
==================================================*/
.border-dash {
  padding: 18px 0;
  border-bottom: 1px dashed #707070;
}
@media screen and (max-width: 1027.98px) {
  .border-dash {
    padding: 14px 0;
  }
}

/*==================================================
Color
==================================================*/
.red {
  color: #E3000F !important;
}

.navy {
  color: #3A457A !important;
}

.bg-lb {
  background-color: #EBEEFB;
}

.bg-lp {
  background-color: #FAE5EB;
}

.bg-lg {
  background-color: #E2EFF3;
}

.bg-lightgray {
  background-color: #F5F5F5;
}

/*==================================================
Responsive
==================================================*/
.pc {
  display: block;
}
@media screen and (max-width: 1027.98px) {
  .pc {
    display: none;
  }
}

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

.topBtn {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 88;
  opacity: 0;
}
@media screen and (max-width: 1027.98px) {
  .topBtn {
    bottom: 26px;
    right: 8px;
  }
}
.topBtn a {
  display: inline-block;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #A3ACDC;
  border-radius: 50px;
}
@media screen and (max-width: 1027.98px) {
  .topBtn a {
    width: 48px;
    height: 48px;
  }
}
.topBtn a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 15px;
  top: 20px;
  left: 14px;
  background: url(../images/icon_topbtn.svg) no-repeat center center/cover;
}
@media screen and (max-width: 1027.98px) {
  .topBtn a::before {
    top: 16px;
    left: 9px;
  }
}
.topBtn.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
.topBtn.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

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

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}
.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 12px;
  font-size: 12px;
}
@media screen and (min-width: 1028px) {
  .breadcrumbs {
    padding-top: 18px;
  }
}
@media screen and (min-width: 1028px) {
  .breadcrumbs {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1028px) {
  .breadcrumbs {
    font-size: 16px;
  }
}
.breadcrumbs .home {
  position: relative;
  width: 20px;
  height: 18px;
  color: #3A457A;
  font-size: 18px;
  padding-right: 40px;
}
@media screen and (min-width: 1028px) {
  .breadcrumbs .home {
    font-size: 20px;
  }
}
.breadcrumbs .home:before {
  position: absolute;
  content: "";
  background-image: url(../images/house.svg);
  width: 20px;
  height: 18px;
  top: calc(50% - 8px);
  left: 0;
}
.breadcrumbs > span + span {
  padding-left: 26px;
}
.breadcrumbs a {
  position: relative;
  padding-right: 20px;
  color: #000;
}
@media screen and (max-width: 1027.98px) {
  .breadcrumbs a {
    padding-right: 14px;
  }
}
.breadcrumbs a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  top: calc(50% - 4px);
  left: 100%;
  background-image: url(../images/arrow_pankuzu.svg);
  background-size: cover;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 140px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #fff;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(75, 88, 140)), color-stop(50%, rgb(61, 71, 120)), to(rgb(48, 56, 95)));
  background-image: linear-gradient(180deg, rgb(75, 88, 140) 0%, rgb(61, 71, 120) 50%, rgb(48, 56, 95) 100%);
  z-index: 999;
}
.header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-top .logo {
  padding-left: 30px;
}
.header .header-top .logo a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
}
.header .header-top .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.header .header-top .flex .sns {
  padding-top: 10px;
}
.header .header-top .flex .sns ul {
  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-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.header .header-top .flex .sns ul li {
  width: 60px;
  height: 60px;
}
.header .header-top .flex .sns ul li a {
  display: inline-block;
}
.header .header-top .flex .tel {
  padding-top: 10px;
}
.header .header-top .flex .tel span {
  display: block;
  font-size: 16px;
}
.header .header-top .flex .tel .tel-num {
  position: relative;
  font-size: 30px;
  padding-left: 26px;
  color: #fff;
}
.header .header-top .flex .tel .tel-num::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 14px;
  left: 0;
  background: url(../images/icon_phone.svg) no-repeat center center/cover;
}
.header .header-top .flex .login ul {
  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;
}
.header .header-top .flex .login ul li a {
  display: inline-block;
  width: 120px;
  height: 75px;
  text-align: center;
  padding-top: 20px;
  line-height: 18px;
}
.header .header-top .flex .login ul li a.member {
  color: #000;
  background-color: #D4C289;
}
.header .header-top .flex .login ul li a.visitor {
  color: #fff;
  background-color: #377A5B;
}
.header .header-bottom ul {
  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-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.header .header-bottom ul li a {
  display: block;
  padding: 20px 20px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1027.98px) {
  .header {
    height: 50px;
  }
  .header .header-sp {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
  }
  .header .header-sp .logo {
    width: 100%;
    max-width: 240px;
  }
  .header .header-sp .btn-wrap {
    width: 50px;
    height: 100%;
    z-index: 99;
  }
  .header .header-sp .btn-wrap .openbtn {
    position: absolute;
    top: 10px;
    right: 12px;
  }
  .header .header-sp .btn-wrap .openbtn span {
    display: block;
    width: 26px;
    height: 2px;
    border-bottom: 2px solid #fff;
    margin: 5px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .header-sp .btn-wrap.active {
    background-color: #fff;
  }
  .header .header-sp .btn-wrap.active .openbtn span:nth-child(1) {
    border-bottom: 2px solid #3A457A;
    -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px);
  }
  .header .header-sp .btn-wrap.active .openbtn span:nth-child(2) {
    opacity: 0;
  }
  .header .header-sp .btn-wrap.active .openbtn span:nth-child(3) {
    border-bottom: 2px solid #3A457A;
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
            transform: rotate(-45deg) translate(5px, -5px);
  }
  .header .header-sp .sp-nav {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 50px;
    right: -100%;
    width: 100%;
    height: calc(100% - 50px);
    color: #000;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
  }
  .header .header-sp .sp-nav.open {
    right: 0;
  }
  .header .header-sp .sp-nav .nav-wrap {
    padding: 28px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1027.98px) and (max-width: 376px) {
  .header .header-sp .sp-nav .nav-wrap {
    padding: 10px 28px;
  }
}
@media screen and (max-width: 1027.98px) {
  .header .header-sp .sp-nav .nav-wrap .link li {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
  }
  .header .header-sp .sp-nav .nav-wrap .link li:first-of-type {
    margin-top: 0;
  }
  .header .header-sp .sp-nav .nav-wrap .link li a {
    color: #000;
  }
}
@media screen and (max-width: 1027.98px) and (max-width: 376px) {
  .header .header-sp .sp-nav .nav-wrap .link li {
    font-size: 17px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1027.98px) {
  .header .header-sp .sp-nav .nav-wrap .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3A457A;
    background-color: #EBEEFB;
    border-radius: 5px;
    margin-top: 30px;
    padding: 10px 20px;
    letter-spacing: 0.5px;
  }
  .header .header-sp .sp-nav .nav-wrap .tel span {
    font-size: 14px;
  }
  .header .header-sp .sp-nav .nav-wrap .tel .tel-num {
    position: relative;
    font-size: 28px;
    color: #3A457A;
  }
  .header .header-sp .sp-nav .nav-wrap .tel .tel-num::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    top: 12px;
    left: -25px;
    background: url(../images/icon_phone_navy.svg) no-repeat center center/cover;
  }
}
@media screen and (max-width: 1027.98px) and (max-width: 376px) {
  .header .header-sp .sp-nav .nav-wrap .tel {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1027.98px) {
  .header .header-sp .sp-nav .nav-wrap .sns {
    margin-top: 28px;
  }
  .header .header-sp .sp-nav .nav-wrap .sns ul {
    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-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .header .header-sp .sp-nav .nav-wrap .sns ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
  }
}
@media screen and (max-width: 1027.98px) and (max-width: 376px) {
  .header .header-sp .sp-nav .nav-wrap .sns {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1027.98px) {
  .header .header-sp .sp-nav .login {
    width: 100vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header .header-sp .sp-nav .login ul {
    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;
  }
  .header .header-sp .sp-nav .login ul li {
    width: 50%;
  }
  .header .header-sp .sp-nav .login ul li a {
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
  }
  .header .header-sp .sp-nav .login ul li a.member {
    color: #000;
    background-color: #D4C289;
  }
  .header .header-sp .sp-nav .login ul li a.visitor {
    color: #fff;
    background-color: #377A5B;
  }
}

@media screen and (max-width: 1027.98px) {
  .header .header-top {
    display: none;
  }
  .header .header-bottom {
    display: none;
  }
}
@media screen and (min-width: 1028px) {
  .header .header-sp {
    display: none;
  }
  .header + .mv,
  .header + main {
    margin-top: 140px;
  }
}
@media screen and (min-width: 1027px) and (max-width: 1260px) {
  .header .header-bottom ul {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .header .header-bottom ul li a {
    padding: 20px 16px;
    letter-spacing: 1px;
  }
}
.scroll-lock {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

footer {
  margin-top: auto;
}

.footer-top {
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #3A457A;
  background-color: #EBEEFB;
}
.footer-top .inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 26px 0;
  font-size: 15px;
}
@media screen and (min-width: 1028px) {
  .footer-top .inner {
    font-size: 16px;
  }
}
@media screen and (max-width: 1027.98px) {
  .footer-top .inner {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 50px 1fr 1fr;
    padding: 40px 0 42px 37px;
  }
}
@media screen and (max-width: 1027.98px) {
  .footer-top .inner ul {
    width: 100%;
  }
  .footer-top .inner ul:first-child {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .footer-top .inner ul:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .footer-top .inner ul:nth-child(3) {
    grid-column: span 2;
    grid-row: 3/4;
  }
  .footer-top .inner ul:last-child {
    grid-column: span 2;
    grid-row: 4/5;
  }
}
.footer-top .inner ul li a {
  color: #3A457A;
}
.footer-top .inner ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 1027.98px) {
  .footer-top .inner ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1027.98px) {
  .footer-top .inner ul li.prapoli {
    margin-bottom: 8px;
  }
}
.footer-top .inner ul li.off {
  color: #6B6B6B;
  opacity: 0.8;
}

.footer-bottom {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(74, 88, 145)), color-stop(50%, rgb(61, 71, 120)), to(rgb(48, 56, 96)));
  background-image: linear-gradient(180deg, rgb(74, 88, 145) 0%, rgb(61, 71, 120) 50%, rgb(48, 56, 96) 100%);
  text-align: center;
  padding: 22px 0 21px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1027.98px) {
  .footer-bottom {
    padding: 25px 0 18px;
  }
}
.footer-bottom .logo {
  max-width: 350px;
  margin-inline: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 1027.98px) {
  .footer-bottom .logo {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-bottom .logo {
    max-width: 74.4vw;
  }
}
.footer-bottom .tel {
  margin-bottom: 35px;
}
@media screen and (max-width: 1027.98px) {
  .footer-bottom .tel {
    margin-bottom: 30px;
  }
}
.footer-bottom p {
  font-size: 12px;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 1028px) {
  .footer-bottom p {
    font-size: 14px;
  }
}

/*==================================================
トップページ
==================================================*/
.mv {
  margin-top: 50px;
}
@media screen and (min-width: 1028px) {
  .mv {
    margin-top: 0;
  }
}
.mv .slider {
  margin-bottom: 90px;
  position: relative;
}
@media screen and (min-width: 1028px) {
  .mv .slider {
    margin-bottom: 90px;
  }
}
.mv .slider::before {
  content: "";
  float: left;
  padding-top: 37.5%;
}
.mv .slider::after {
  content: "";
  display: block;
  clear: both;
}
.mv .slider > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* トップスライダー */
.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
  top: 58px;
}

#n2-ss-2 .nextend-bullet-bar .n2-bullet,
#n2-ss-3 .nextend-bullet-bar .n2-bullet {
  background-color: #A4A3A1 !important;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1027.98px) {
  #n2-ss-2 .nextend-bullet-bar .n2-bullet,
  #n2-ss-3 .nextend-bullet-bar .n2-bullet {
    margin: 0 0 0 12px;
  }
}

@media screen and (max-width: 1027.98px) {
  div#n2-ss-3 .nextend-bullet-bar {
    margin-left: 20px;
  }
}

#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active,
#n2-ss-3 .nextend-bullet-bar .n2-bullet.n2-active,
#n2-ss-2 .nextend-bullet-bar .n2-bullet:HOVER,
#n2-ss-3 .nextend-bullet-bar .n2-bullet:HOVER,
#n2-ss-2 .nextend-bullet-bar .n2-bullet:FOCUS,
#n2-ss-3 .nextend-bullet-bar .n2-bullet:FOCUS {
  background-color: #3A457A !important;
}

#n2-ss-2 .nextend-autoplay,
#n2-ss-3 .nextend-autoplay {
  position: absolute;
  bottom: 4px;
  left: calc(50% - 172px);
  margin: 0;
}
@media screen and (max-width: 1027.98px) {
  #n2-ss-2 .nextend-autoplay,
  #n2-ss-3 .nextend-autoplay {
    left: 55px;
  }
}

div#n2-ss-3 .nextend-autoplay img {
  width: 15px !important;
}

div#n2-ss-3 .nextend-arrow {
  position: absolute;
  bottom: 6px;
  padding: 5px;
  border: 1px solid #A4A3A1;
}

div#n2-ss-3 .nextend-arrow.nextend-arrow-previous {
  left: calc(50% - 345px);
}
@media screen and (max-width: 1027.98px) {
  div#n2-ss-3 .nextend-arrow.nextend-arrow-previous {
    display: block !important;
    left: 0;
  }
}

div#n2-ss-3 .nextend-arrow.nextend-arrow-next {
  right: calc(50% - 345px);
}
@media screen and (max-width: 1027.98px) {
  div#n2-ss-3 .nextend-arrow.nextend-arrow-next {
    display: block !important;
    right: 0;
  }
}

.container {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1027.98px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.container.top {
  margin-bottom: 58px;
}
@media screen and (min-width: 1028px) {
  .container.top {
    margin-bottom: 104px;
  }
}
.container .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1028px) {
  .container .top-info {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1027.98px) {
  .container .top-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.container .top-info h2 {
  color: #3A457A;
  font-size: 26px;
}
@media screen and (min-width: 1028px) {
  .container .top-info h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1027.98px) {
  .container .top-info h2 {
    text-align: center;
  }
}
.container .top-info .news {
  width: 620px;
}
@media screen and (max-width: 1027.98px) {
  .container .top-info .news {
    width: 100%;
    margin-bottom: 50px;
  }
}
.container .top-info .news .news-wrap {
  margin-top: 10px;
}
@media screen and (min-width: 1028px) {
  .container .top-info .news .news-wrap {
    margin-top: 20px;
  }
}
.container .top-info .news .news-wrap ul {
  margin-bottom: 15px;
}
@media screen and (min-width: 1028px) {
  .container .top-info .news .news-wrap ul {
    margin-bottom: 15px;
  }
}
.container .top-info .news .news-wrap ul li a {
  color: #000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1027.98px) {
  .container .top-info .news .news-wrap ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.container .top-info .news .news-wrap ul li a .time {
  font-size: 14px;
  padding-bottom: 5px;
}
@media screen and (min-width: 1028px) {
  .container .top-info .news .news-wrap ul li a .time {
    font-size: 16px;
  }
}
@media screen and (min-width: 1028px) {
  .container .top-info .news .news-wrap ul li a .time {
    padding-bottom: 0;
  }
}
.container .top-info .news .news-wrap ul li a .news-title {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 1028px) {
  .container .top-info .news .news-wrap ul li a .news-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 1027.98px) {
  .container .top-info .news .news-wrap ul li a .news-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.container .top-info .news .news-wrap ul li a:hover {
  opacity: 1;
}
.container .top-info .news .news-wrap ul li a:hover .news-title span:not(.post-tag) {
  text-decoration: underline;
}
.container .top-info .news .news-wrap ul li:first-child a {
  padding: 0 0 23px;
}
.container .top-info .news .news-wrap .more {
  position: relative;
  margin-top: 22px;
  text-align: right;
}
.container .top-info .news .news-wrap .more a {
  padding-right: 30px;
  color: #000;
}
.container .top-info .news .news-wrap .more a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 7px;
  right: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(316deg);
          transform: rotate(316deg);
  z-index: 1;
}
.container .top-info .news .news-wrap .more a:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: -2px;
  right: 0;
  background-color: #000;
  border-radius: 50px;
}
.container .top-info .facebook {
  width: 360px;
}
@media screen and (max-width: 1027.98px) {
  .container .top-info .facebook {
    width: 100%;
  }
}
.container .top-info .facebook h2 {
  text-align: center;
  margin-bottom: 10px;
}
.container .menu {
  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-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1028px) {
  .container .menu {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1027.98px) {
  .container .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.container .menu .menu-box {
  width: 50%;
  padding: 24px;
}
@media screen and (max-width: 1027.98px) {
  .container .menu .menu-box {
    width: 100%;
    padding: 18px 16px 20px;
  }
}
.container .menu .menu-box.member {
  color: #000;
  background-color: #D4C289;
}
.container .menu .menu-box.visitor {
  color: #000;
  background-color: #377A5B;
}
.container .menu .menu-box.visitor h3 {
  color: #fff;
}
.container .menu .menu-box h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (min-width: 1028px) {
  .container .menu .menu-box h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1028px) {
  .container .menu .menu-box h3 {
    margin-bottom: 15px;
  }
}
.container .menu .menu-box .btn-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1027.98px) {
  .container .menu .menu-box .btn-wrap {
    display: block;
  }
}
.container .menu .menu-box .btn-wrap .menuBtn {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  color: #000;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1027.98px) {
  .container .menu .menu-box .btn-wrap .menuBtn {
    padding: 12px 0 11px;
    height: 100%;
    line-height: normal;
  }
  .container .menu .menu-box .btn-wrap .menuBtn:not(:last-child) {
    margin-bottom: 10px;
  }
}
.container .menu .menu-box .btn-wrap .menuBtn.short {
  width: 210px;
}
@media screen and (max-width: 1027.98px) {
  .container .menu .menu-box .btn-wrap .menuBtn.short {
    width: 100%;
  }
}
.container .menu .menu-box .btn-wrap .menuBtn.long {
  width: 100%;
  grid-column: span 2;
  grid-row-start: 2;
}
.container .menu .menu-box .btn-wrap .menuBtn span {
  font-size: 14px;
}
@media screen and (max-width: 1027.98px) {
  .container .menu .menu-box .btn-wrap .menuBtn span {
    display: block;
  }
}
.container .menu .menu-box .btn-wrap .menuBtn:hover {
  color: #fff;
  background-color: #000000;
  opacity: 1;
}
.container .banner {
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1027.98px) {
  .container .banner {
    display: block;
  }
}
.container .banner a {
  display: inline-block;
}
@media screen and (max-width: 1027.98px) {
  .container .banner a {
    width: 100%;
  }
  .container .banner a:not(:last-child) {
    margin-bottom: 20px;
  }
}
.container .banner a.compepack {
  width: 100%;
  grid-column: span 2;
  grid-row-start: 1;
}

/*==================================================
最新情報
==================================================*/
/* 詳細ページ */
.article {
  font-size: 16px;
}
@media screen and (min-width: 1028px) {
  .article {
    font-size: 17px;
  }
}
.article .time {
  text-align: right;
  margin-top: 12px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1028px) {
  .article .time {
    margin-bottom: 30px;
  }
}
.article .content a {
  color: #0052D6;
  text-decoration: underline;
}
.article .content a.wp-block-button__link {
  text-decoration: none;
}
.article .content figure {
  margin-inline: auto;
}
.article .content.event-single {
  margin-top: 20px;
}
@media screen and (min-width: 1028px) {
  .article .content.event-single {
    margin-top: 30px;
  }
}

.pagenation-single {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 1028px) {
  .pagenation-single {
    margin-top: 40px;
  }
}
.pagenation-single a {
  color: #3A457A;
  font-size: 20px;
  font-weight: 500;
}

.frame {
  padding: 40px;
  border: 2px solid #3A457A;
}
@media screen and (max-width: 1027.98px) {
  .frame {
    padding: 20px;
  }
}
.frame p {
  padding-left: 1rem;
}
@media screen and (max-width: 1027.98px) {
  .frame p {
    padding-left: 0;
  }
}

/* 一覧ページ */
.archive ul li a.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  padding: 24px 0 23px;
  border-bottom: 1px solid #707070;
  color: #000;
}
@media screen and (max-width: 1027.98px) {
  .archive ul li a.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive ul li a .time {
  font-size: 14px;
  padding-bottom: 5px;
}
@media screen and (min-width: 1028px) {
  .archive ul li a .time {
    font-size: 16px;
  }
}
@media screen and (min-width: 1028px) {
  .archive ul li a .time {
    padding-bottom: 0;
  }
}
.archive ul li a .news-title {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 1028px) {
  .archive ul li a .news-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 1027.98px) {
  .archive ul li a .news-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive ul li:first-child .list {
  padding: 0 0 23px;
}
.archive ul li:not(.btn) a:hover {
  opacity: 1;
}
.archive ul li:not(.btn) a:hover .news-title span:not(.post-tag) {
  text-decoration: underline;
}
.archive .pagination {
  margin-top: 45px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (min-width: 1028px) {
  .archive .pagination {
    margin-top: 60px;
  }
}
.archive .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive .pagination .page-numbers li {
  margin-right: 40px;
}
.archive .pagination .page-numbers li .current {
  color: #6A77BC;
  border-bottom: 3px solid #6A77BC;
}
.archive .pagination .page-numbers li a:not(.current) {
  color: #888888;
}
.archive .pagination .page-numbers li a.prev {
  width: 34px;
  height: 34px;
  background: url(../images/icon_arrow_left.svg) no-repeat center center/cover;
}
.archive .pagination .page-numbers li a.next {
  width: 34px;
  height: 34px;
  background: url(../images/icon_arrow_right.svg) no-repeat center center/cover;
}

.post-tag {
  background-color: #D4C289;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 14px;
}
@media screen and (min-width: 1028px) {
  .post-tag {
    font-size: 15px;
  }
}
@media screen and (max-width: 1027.98px) {
  .post-tag {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

/*==================================================
固定ページ　共通スタイル
==================================================*/
main {
  margin-top: 50px;
}
@media screen and (min-width: 1028px) {
  main {
    margin-top: 0;
  }
}

.inner.mainpages {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (min-width: 1028px) {
  .inner.mainpages {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1028px) {
  .inner.mainpages {
    padding-bottom: 100px;
  }
}
.inner.subpages {
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (min-width: 1028px) {
  .inner.subpages {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1028px) {
  .inner.subpages {
    padding-bottom: 100px;
  }
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  width: 100%;
  background-color: #EBEEFB;
}
@media screen and (max-width: 1027.98px) {
  .head {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
.head .head-img {
  width: 100%;
  max-width: 485px;
}
@media screen and (max-width: 1027.98px) {
  .head .head-img {
    max-width: 34.66vw;
  }
}
.head h1 {
  color: #3A457A;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 1028px) {
  .head h1 {
    font-size: 36px;
  }
}
.head span {
  display: block;
  color: #000;
  font-size: 15px;
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.8px;
}
@media screen and (min-width: 1028px) {
  .head span {
    font-size: 18px;
  }
}

h2.wp-block-heading {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #3A457A;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 34px 12px 34px;
}
@media screen and (min-width: 1028px) {
  h2.wp-block-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 1027.98px) {
  h2.wp-block-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
h2.wp-block-heading.nocolumn {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}
h2.wp-block-heading.spacebtw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1027.98px) {
  h2.wp-block-heading.spacebtw span {
    padding-left: 0;
  }
}
h2.wp-block-heading span {
  font-size: 15px;
  padding-left: 1rem;
  font-weight: normal;
}
h2.wp-block-heading span.h2rice {
  font-size: 14px;
}
@media screen and (min-width: 1028px) {
  h2.wp-block-heading span.h2rice {
    font-size: 16px;
  }
}
@media screen and (max-width: 1027.98px) {
  h2.wp-block-heading span.h2rice {
    padding-left: 0;
  }
}
@media screen and (max-width: 1027.98px) {
  h2.wp-block-heading {
    width: 100vw;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    padding: 12px 34px 12px 20px;
  }
}

h3.wp-block-heading {
  color: #3A457A;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 5px 10px 5px 18px;
  border-left: 8px solid #3A457A;
  font-size: 18px;
  margin-bottom: 14px;
}
@media screen and (min-width: 1028px) {
  h3.wp-block-heading {
    font-size: 22px;
  }
}
@media screen and (min-width: 1028px) {
  h3.wp-block-heading {
    margin-bottom: 20px;
  }
}
h3.wp-block-heading.blank a {
  position: relative;
  padding-right: 36px;
}
@media screen and (max-width: 1027.98px) {
  h3.wp-block-heading.blank a {
    padding-right: 27px;
  }
}
h3.wp-block-heading.blank a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_blank_navy.svg) no-repeat center center/cover;
  width: 18px;
  height: 18px;
  top: calc(50% - 8px);
  right: 0;
}

h4.wp-block-heading {
  color: #3A457A;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 1028px) {
  h4.wp-block-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 1027.98px) {
  h4.wp-block-heading {
    padding-left: 2rem;
    text-indent: -2rem;
  }
}

.content p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 1028px) {
  .content p {
    font-size: 17px;
  }
}
.content p.column-name {
  font-size: 18px;
}
@media screen and (min-width: 1028px) {
  .content p.column-name {
    font-size: 20px;
  }
}
.content p.column-name .detail {
  font-size: 16px;
}
@media screen and (min-width: 1028px) {
  .content p.column-name .detail {
    font-size: 18px;
  }
}
.content .btn-reserv-text {
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1028px) {
  .content .btn-reserv-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1028px) {
  .content .btn-reserv-text {
    margin-bottom: 40px;
  }
}
.content .text-reserv {
  font-size: 22px;
}
@media screen and (min-width: 1028px) {
  .content .text-reserv {
    font-size: 24px;
  }
}
.content .tel-num a {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  padding-left: 42px;
}
@media screen and (min-width: 1028px) {
  .content .tel-num a {
    font-size: 45px;
  }
}
@media screen and (max-width: 1027.98px) {
  .content .tel-num a {
    padding-left: 32px;
  }
}
.content .tel-num a::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  top: 18px;
  left: -6px;
  background: url(../images/icon_phone_navy.svg) no-repeat center center/cover;
}
@media screen and (max-width: 1027.98px) {
  .content .tel-num a::before {
    top: 16px;
    width: 26px;
    height: 26px;
    left: -3px;
  }
}
.content .signup {
  font-size: 20px;
}
@media screen and (min-width: 1028px) {
  .content .signup {
    font-size: 24px;
  }
}
.content span.west {
  color: #C80868;
}
.content span.central {
  color: #182764;
}
.content span.east {
  color: #E55B0E;
}

.blank a {
  display: inline-block;
  position: relative;
  color: #3A457A;
  padding-right: 36px;
}
@media screen and (max-width: 1027.98px) {
  .blank a {
    padding-right: 27px;
  }
}
.blank a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_blank_navy.svg) no-repeat center center/cover;
  width: 18px;
  height: 18px;
  top: calc(50% - 8px);
  right: 0;
}

.wp-block-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: calc(1rem + 4px);
}
.wp-block-list li::before {
  content: "●";
  position: absolute;
  color: #A3ACDC;
  font-size: 1rem;
  left: 0;
}
.wp-block-list li.blank a {
  padding-right: 22px;
}
@media screen and (max-width: 1027.98px) {
  .wp-block-list li.blank a {
    padding-right: 0;
  }
  .wp-block-list li.blank a::after {
    display: none;
  }
}
.wp-block-list.none li {
  padding-left: 0;
}
.wp-block-list.none li::before {
  display: none;
}
@media screen and (max-width: 1027.98px) {
  .wp-block-list.none li {
    padding-left: 2rem;
    text-indent: -2rem;
  }
}

.wp-block-buttons.schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (min-width: 1028px) {
  .wp-block-buttons.schedule {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
@media screen and (max-width: 767.98px) {
  .wp-block-buttons.schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
  }
}
.wp-block-buttons.schedule .pdf {
  width: 100%;
  max-width: 310px;
  margin-inline: auto;
}
.wp-block-buttons.schedule .pdf a {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #3A457A;
  background-color: #EBEEFB;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 22px 25px 23px 70px;
  border: 2px solid #7683C8;
  border-radius: 10px;
}
@media screen and (min-width: 1028px) {
  .wp-block-buttons.schedule .pdf a {
    font-size: 24px;
  }
}
.wp-block-buttons.schedule .pdf a::before {
  position: absolute;
  content: "";
  background: url(../images/icon_pdf_navy.svg) no-repeat center center/cover;
  width: 28px;
  height: 36px;
  top: calc(50% - 18px);
  left: 25px;
}
.wp-block-buttons.schedule .pdf a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_right.svg) no-repeat center center/cover;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  right: 24px;
}

.reservation {
  text-align: center;
}
.reservation .btn-reserv {
  width: 100%;
  max-width: 420px;
}
@media screen and (max-width: 1027.98px) {
  .reservation .btn-reserv {
    max-width: 74.66vw;
  }
}
.reservation .btn-reserv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 35px 0 35px 25px;
  text-align: left;
  color: #fff;
  background-color: #3A457A;
  border-radius: 10px;
  text-decoration: none;
}
@media screen and (min-width: 1028px) {
  .reservation .btn-reserv a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1027.98px) {
  .reservation .btn-reserv a {
    padding: 20px 46px 20px 20px;
  }
}
.reservation .btn-reserv a::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  top: calc(50% - 1.5px);
  right: 0;
  border-bottom: 3px solid #D4C289;
}
@media screen and (max-width: 1027.98px) {
  .reservation .btn-reserv a::after {
    width: 38px;
  }
}
.reservation .btn-reserv.event {
  max-width: 360px;
  height: 110px;
}
@media screen and (max-width: 1027.98px) {
  .reservation .btn-reserv.event {
    width: 100%;
    max-width: 100%;
  }
}
.reservation .btn-reserv.event a {
  padding: 20px 0 20px 25px;
  line-height: 25px;
}
@media screen and (max-width: 1027.98px) {
  .reservation .btn-reserv.event a {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 1027.98px) {
  .reservation .btn-reserv.event a::before {
    bottom: calc(50% - 9px);
    right: 90px;
  }
}
.reservation .btn-reserv.event a.member {
  color: #000;
  background-color: #D4C289;
}
.reservation .btn-reserv.event a.member::before {
  background: url(../images/icon_blank_bk.svg) no-repeat center center/cover;
}
.reservation .btn-reserv.event a.member::after {
  border-bottom: 3px solid #000;
}
.reservation .btn-reserv.event a.visitor {
  color: #fff;
  background-color: #377A5B;
}
.reservation .btn-reserv.event a.visitor::before {
  background: url(../images/icon_blank_wh.svg) no-repeat center center/cover;
}
.reservation .btn-reserv.event a.visitor::after {
  border-bottom: 3px solid #D4C289;
}
.reservation .btn-reserv.event a span {
  display: block;
  font-size: 12px;
}

.wp-block-table th,
.wp-block-table td {
  font-size: 17px;
  font-weight: normal;
  border: none;
}
@media screen and (min-width: 1028px) {
  .wp-block-table th,
  .wp-block-table td {
    font-size: 18px;
  }
}
.wp-block-table .thead {
  background-color: #A3ACDC;
  font-weight: 500;
}
.wp-block-table .thead.light-pink {
  background-color: #F1BAC9;
}
.wp-block-table .thead.light-bluegreen {
  background-color: #B1D5DE;
}
.wp-block-table .thead.gray {
  background-color: #CECECE;
}
.wp-block-table .thead:first-of-type {
  width: 50%;
  border-right: 1px solid #fff;
}
.wp-block-table .thead .taxin {
  font-size: 14px;
}
@media screen and (min-width: 1028px) {
  .wp-block-table .thead .taxin {
    font-size: 18px;
  }
}
.wp-block-table .visitor .thead:first-of-type {
  width: 50%;
}
@media screen and (max-width: 1027.98px) {
  .wp-block-table .visitor .thead:first-of-type {
    width: 60%;
  }
}
.wp-block-table .event-table .thead:first-of-type {
  width: 16%;
}
.wp-block-table .row {
  border-right: 1px solid #707070;
}
.wp-block-table td {
  border-bottom: 1px solid #707070;
}
.wp-block-table .border-t {
  border-top: 1px solid #707070;
}
@media screen and (max-width: 1027.98px) {
  .wp-block-table .sp-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-block-table .sp-column td {
    text-align: left;
  }
  .wp-block-table .sp-column td:first-child {
    border-bottom: none;
  }
  .wp-block-table .sp-column td:nth-child(2) {
    border-top: none;
  }
}

.wp-block-columns {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.wp-block-columns .wp-block-column .wp-block-columns {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

/*==================================================
イベント情報
==================================================*/
/* 詳細ページ */
h2.wp-block-heading.pink {
  background-color: #DE6C8B;
}
h2.wp-block-heading.turquoise {
  background-color: #3E96AC;
}
h2.wp-block-heading.senior {
  color: #000;
  background-image: linear-gradient(164deg, rgb(224, 224, 224) 0%, rgb(204, 204, 204) 36%, rgb(161, 161, 161) 100%);
}

h3.wp-block-heading.pink {
  color: #DE6C8B;
  border-left: 8px solid #DE6C8B;
}
h3.wp-block-heading.turquoise {
  color: #3E96AC;
  border-left: 8px solid #3E96AC;
}
h3.wp-block-heading.senior {
  color: #6B6B6B;
  border-left: 8px solid #6B6B6B;
}

.meal {
  position: relative;
  padding-left: 40px;
  color: #E3000F;
}
.meal::before {
  position: absolute;
  content: "";
  background: url(../images/icon_meal.svg) no-repeat center center/cover;
  width: 28px;
  height: 28px;
  top: calc(50% - 14px);
  left: 0;
}

.btn-flex {
  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-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 1027.98px) {
  .btn-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}

/* 一覧ページ */
.archive .calendar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
@media screen and (max-width: 1027.98px) {
  .archive .calendar-list {
    display: block;
  }
}
.archive .calendar-list .wp-block-button {
  width: 100%;
  max-width: 390px;
}
@media screen and (max-width: 1027.98px) {
  .archive .calendar-list .wp-block-button {
    max-width: 100%;
  }
  .archive .calendar-list .wp-block-button:not(:last-child) {
    margin-bottom: 14px;
  }
}
.archive .calendar-list .wp-block-button a {
  position: relative;
  width: 100%;
  color: #fff;
  background-color: #3370B5;
  padding: 18px 0 18px 80px;
  text-align: left;
  border-radius: 10px;
  line-height: 30px;
  font-size: 20px;
}
.archive .calendar-list .wp-block-button a::before {
  position: absolute;
  content: "";
  background: url(../images/icon_calender.svg) no-repeat center center/cover;
  width: 32px;
  height: 30px;
  top: calc(50% - 15px);
  left: 28px;
}
.archive .calendar-list .wp-block-button a span {
  font-size: 20px;
}
@media screen and (min-width: 1028px) {
  .archive .calendar-list .wp-block-button a span {
    font-size: 32px;
  }
}
.archive .calendar-list.four-months {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.archive .calendar-list.four-months .wp-block-button a {
  padding: 18px 0 18px 50px;
  font-size: 18px;
}
@media screen and (max-width: 1027.98px) {
  .archive .calendar-list.four-months .wp-block-button a {
    padding: 18px 0 18px 80px;
    font-size: 20px;
  }
}
.archive .calendar-list.four-months .wp-block-button a::before {
  width: 20px;
  height: 18px;
  top: calc(50% - 9px);
  left: 18px;
}
@media screen and (max-width: 1027.98px) {
  .archive .calendar-list.four-months .wp-block-button a::before {
    width: 32px;
    height: 30px;
    top: calc(50% - 15px);
    left: 28px;
  }
}
.archive .calendar-list.four-months .wp-block-button a span {
  font-size: 20px;
}
@media screen and (min-width: 1028px) {
  .archive .calendar-list.four-months .wp-block-button a span {
    font-size: 26px;
  }
}
.archive .event-list {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1028px) {
  .archive .event-list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1028px) {
  .archive .event-list {
    margin-bottom: 20px;
  }
}
.archive .event-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
@media screen and (max-width: 1027.98px) {
  .archive .event-list ul {
    display: block;
  }
}
.archive .event-list ul .btn {
  width: 100%;
  max-width: 310px;
  height: 100px;
}
@media screen and (max-width: 1027.98px) {
  .archive .event-list ul .btn {
    max-width: 100%;
    height: auto;
  }
  .archive .event-list ul .btn:not(:last-child) {
    margin-bottom: 14px;
  }
}
.archive .event-list ul .btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
}
.archive .lunch-ticket {
  margin-bottom: 50px;
}
@media screen and (min-width: 1028px) {
  .archive .lunch-ticket {
    margin-bottom: 50px;
  }
}
.archive .event-other h4 {
  margin-bottom: 30px;
}
.archive .event-other ul li a:hover .news-title {
  text-decoration: underline;
}

/*==================================================
コースガイド
==================================================*/
.courseguide .slider {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 0;
  margin-bottom: 70px;
}
@media screen and (min-width: 1028px) {
  .courseguide .slider {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1028px) {
  .courseguide .slider {
    margin-bottom: 60px;
  }
}
.courseguide h2 {
  margin-bottom: 0;
}
@media screen and (min-width: 1028px) {
  .courseguide h2 {
    margin-bottom: 20px;
  }
}
.courseguide h2 span {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1027.98px) {
  .courseguide h2 {
    padding: 12px 34px 12px 20px;
  }
}
.courseguide .read {
  font-size: 18px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1028px) {
  .courseguide .read {
    font-size: 20px;
  }
}
@media screen and (min-width: 1028px) {
  .courseguide .read {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1027.98px) {
  .courseguide .read {
    letter-spacing: 1px;
  }
}
.courseguide .read + p {
  margin-bottom: 60px;
}
.courseguide .map {
  margin-bottom: 60px;
}
.courseguide .map h2 {
  margin-bottom: 0;
}
@media screen and (min-width: 1028px) {
  .courseguide .map h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1027.98px) {
  .courseguide .map figure {
    width: 100vw;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.courseguide .map figure img {
  margin-bottom: 10px;
}
@media screen and (min-width: 1028px) {
  .courseguide .map figure img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1027.98px) {
  .courseguide .map figure figcaption {
    padding: 0 20px;
  }
}
.courseguide .map .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 25px;
}
@media screen and (max-width: 1027.98px) {
  .courseguide .map .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.courseguide .map .detail .area {
  font-weight: bold;
  margin-bottom: 36px;
}
@media screen and (min-width: 1028px) {
  .courseguide .map .detail .area {
    margin-bottom: 20px;
  }
}
.courseguide .map .detail .area .ttl {
  font-size: 20px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1028px) {
  .courseguide .map .detail .area .ttl {
    font-size: 22px;
  }
}
.courseguide .map .detail .area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
}
.courseguide .map .detail .area ul li {
  font-size: 30px;
  text-align: center;
  width: 50px;
  height: 50px;
  margin-right: 12px;
}
.courseguide .map .detail .area ul li:last-of-type {
  margin-right: 0;
}
.courseguide .map .detail .area ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 10px;
}
.courseguide .map .detail .area.west .ttl {
  color: #C80868;
}
.courseguide .map .detail .area.west ul li a {
  background-color: #C80868;
}
.courseguide .map .detail .area.central .ttl {
  color: #182764;
}
.courseguide .map .detail .area.central ul li a {
  background-color: #182764;
}
.courseguide .map .detail .area.east .ttl {
  color: #E55B0E;
}
.courseguide .map .detail .area.east ul li a {
  background-color: #E55B0E;
}
@media screen and (max-width: 1027.98px) {
  .courseguide .map .detail .detail-btn {
    margin-inline: auto;
  }
}
.courseguide .map .detail .detail-btn .btn {
  display: block;
  position: relative;
  width: 400px;
  color: #3A457A;
  font-size: 17px;
  border: 2px solid #3A457A;
  border-radius: 50px;
  padding: 11px 55px 10px 37px;
}
@media screen and (max-width: 1027.98px) {
  .courseguide .map .detail .detail-btn .btn {
    width: 100%;
    border-radius: 35px;
    padding: 14px 68px 14px 32px;
  }
}
.courseguide .map .detail .detail-btn .btn::after {
  position: absolute;
  content: "";
  background: url(../images/icon_blank_navy.svg) no-repeat center center/cover;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  right: 37px;
}
@media screen and (max-width: 1027.98px) {
  .courseguide .map .detail .detail-btn .btn::after {
    right: 32px;
  }
}
.courseguide .outline {
  margin-bottom: 60px;
}
@media screen and (max-width: 1027.98px) {
  .courseguide .outline .wp-block-table {
    width: 100vw;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@media screen and (max-width: 1027.98px) {
  .courseguide .outline .wp-block-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.courseguide .outline .wp-block-table tr th {
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 1027.98px) {
  .courseguide .outline .wp-block-table tr th {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: none;
  }
}
.courseguide .outline .wp-block-table tr td {
  padding: 8px 0 8px 18px;
}
@media screen and (max-width: 1027.98px) {
  .courseguide .outline .wp-block-table tr td {
    width: 100%;
    padding: 9px 20px;
    border: none;
  }
}
@media screen and (max-width: 1027.98px) {
  .courseguide .outline .wp-block-table tr.scale td {
    padding: 9px 20px 0;
  }
}
.courseguide .btn-wrap {
  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-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 30px auto;
}
@media screen and (max-width: 1027.98px) {
  .courseguide .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.courseguide .btn-wrap .ratingBtn {
  position: relative;
  width: 100%;
  max-width: 340px;
  padding: 16px 48px;
  font-size: 15px;
  color: #3A457A;
  border: 2px solid #3A457A;
  border-radius: 50px;
}
@media screen and (min-width: 1028px) {
  .courseguide .btn-wrap .ratingBtn {
    font-size: 17px;
  }
}
.courseguide .btn-wrap .ratingBtn::after {
  position: absolute;
  content: "";
  background: url(../images/icon_pdf_navy.svg) no-repeat center center/cover;
  width: 28px;
  height: 36px;
  top: calc(50% - 18px);
  right: 40px;
}
@media screen and (max-width: 1027.98px) {
  .courseguide .btn-wrap .ratingBtn:not(:last-child) {
    margin-bottom: 10px;
  }
}
.courseguide .course-table {
  margin-bottom: 60px;
}
.courseguide .course-table h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.courseguide .course-table h3 span {
  margin-right: 5px;
}
.courseguide .course-table:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1027.98px) {
  .courseguide .course-table .scroll {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 1027.98px) {
  .courseguide .course-table .scroll table {
    width: 100%;
    white-space: nowrap;
  }
}
.courseguide .wp-block-table {
  font-size: 17px;
  margin-bottom: 22px;
}
@media screen and (min-width: 1028px) {
  .courseguide .wp-block-table {
    font-size: 18px;
  }
}
.courseguide .wp-block-table table th {
  width: 180px;
  border-bottom: 1px solid #707070;
}
.courseguide .wp-block-table table .total {
  background-color: #F5F5F5;
}

/*==================================================
施設案内
==================================================*/
.facility .wp-block-column .link a {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  color: #3A457A;
}
.facility .wp-block-column .link a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_navy.svg) no-repeat center center/cover;
  width: 22px;
  height: 22px;
  top: calc(50% - 11px);
  right: 0;
}
.facility .wp-block-column p a {
  color: #000;
}

/*==================================================
レストラン
==================================================*/
.restaurant .menuList p {
  font-size: 17px;
}
@media screen and (min-width: 1028px) {
  .restaurant .menuList p {
    font-size: 18px;
  }
}
.restaurant .menuList p span {
  letter-spacing: 1px;
  font-size: 15px;
}
@media screen and (min-width: 1028px) {
  .restaurant .menuList p span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1028px) {
  .restaurant .menuList p span {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1027.98px) {
  .restaurant .wp-block-columns {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .restaurant .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
  }
  .restaurant .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column .set-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/*==================================================
アクセス案内
==================================================*/
@media screen and (max-width: 1027.98px) {
  .access .wp-block-columns {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
}
.access .wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
.access .wp-block-columns.is-not-stacked-on-mobile .wp-block-column.th {
  width: 17%;
}
@media screen and (max-width: 1027.98px) {
  .access .wp-block-columns.is-not-stacked-on-mobile .wp-block-column.th {
    width: 100%;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media screen and (max-width: 1027.98px) {
  .access .wp-block-columns.is-not-stacked-on-mobile .wp-block-column.td {
    width: 100%;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
.access .wp-block-columns p {
  font-size: 17px;
}
@media screen and (min-width: 1028px) {
  .access .wp-block-columns p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1027.98px) {
  .access iframe {
    height: 50%;
  }
}
.access .wp-block-list li {
  line-height: 1.8;
}

/*==================================================
求人情報
==================================================*/
.job .tel-num {
  color: #3A457A;
}
.job .tel-num.job-info a {
  padding-left: 30px;
  font-size: 25px;
}
@media screen and (min-width: 1028px) {
  .job .tel-num.job-info a {
    font-size: 30px;
  }
}
.job .tel-num.job-info a::before {
  width: 24px;
  height: 24px;
  top: 12px;
  left: 0px;
}
@media screen and (max-width: 1027.98px) {
  .job .tel-num.job-info a::before {
    top: 6px;
  }
}
.job h2.wp-block-heading {
  font-size: 22px;
  color: #3A457A;
  background-color: #EBEEFB;
  padding: 10px 0 10px 20px;
}
.job .jobType {
  margin-inline: auto 0;
  margin-right: 23px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1027.98px) {
  .job .jobType {
    margin: 5px 0 13px;
  }
}
.job .jobType span.contract, .job .jobType span.part-time, .job .jobType span.full-time {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding: 7px 16px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 1028px) {
  .job .jobType span.contract, .job .jobType span.part-time, .job .jobType span.full-time {
    font-size: 18px;
  }
}
.job .jobType span.contract {
  color: #00693E;
  border: 2px solid #00693E;
}
.job .jobType span.part-time {
  color: #707070;
  border: 2px solid #707070;
}
.job .jobType span.full-time {
  color: #1B1F88;
  border: 2px solid #1B1F88;
}
.job .jobType span:not(:last-of-type) {
  margin-right: 10px;
}

/*==================================================
クラブ概要
==================================================*/
.club .wp-block-columns {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
@media screen and (max-width: 1027.98px) {
  .club .wp-block-columns {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
}
.club .wp-block-columns .wp-block-column:first-of-type {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}
@media screen and (max-width: 1027.98px) {
  .club .wp-block-columns .wp-block-column:first-of-type {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.club .wp-block-columns .wp-block-column p {
  font-size: 17px;
}
@media screen and (min-width: 1028px) {
  .club .wp-block-columns .wp-block-column p {
    font-size: 18px;
  }
}
.club .is-not-stacked-on-mobile > .wp-block-column {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

/*==================================================
よくあるご質問
==================================================*/
h3 {
  margin-top: 20px;
}
@media screen and (min-width: 1028px) {
  h3 {
    margin-top: 32px;
  }
}
h3.wp-block-heading.faq {
  color: #3A457A;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  border-left: none;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1028px) {
  h3.wp-block-heading.faq {
    font-size: 22px;
  }
}

.faq_list .dl {
  width: 100%;
  margin-top: 20px;
  background-color: #EBEEFB;
  font-size: 16px;
  border-radius: 8px;
}
@media screen and (min-width: 1028px) {
  .faq_list .dl {
    font-size: 17px;
  }
}
.faq_list .dl .qa {
  color: #3A457A;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: bold;
  padding-right: 15px;
}
@media screen and (min-width: 1028px) {
  .faq_list .dl .qa {
    font-size: 24px;
  }
}
@media screen and (max-width: 1027.98px) {
  .faq_list .dl .qa {
    padding-right: 8px;
  }
}
.faq_list .dl .dt,
.faq_list .dl .dd {
  position: relative;
  padding: 15px 15px 15px calc(2.8rem + 28px);
  text-indent: -2.8rem;
  line-height: 32px;
}
@media screen and (max-width: 1027.98px) {
  .faq_list .dl .dt,
  .faq_list .dl .dd {
    padding: 15px 15px 15px calc(2.3rem + 18px);
    text-indent: -2.3rem;
  }
}
.faq_list .dl .dd {
  border-top: 1px dashed #3A457A;
}
.faq_list .dl .dd.anser {
  background-color: #FFF1EF;
  border-radius: 0 0 6px 6px;
}
.faq_list .dl .dd.anser .qa {
  color: #E3000F;
}

/*==================================================
コンペパック
==================================================*/
.competition p a {
  color: #3A457A;
}
.competition p a:hover {
  text-decoration: underline;
}
.competition span.compeMenu {
  font-size: 18px;
}
@media screen and (min-width: 1028px) {
  .competition span.compeMenu {
    font-size: 22px;
  }
}
.competition span.price {
  font-size: 16px;
}
@media screen and (min-width: 1028px) {
  .competition span.price {
    font-size: 18px;
  }
}
.competition .rice {
  padding-left: 1rem;
  text-indent: -1rem;
}
.competition .pin {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1028px) {
  .competition .pin {
    font-size: 22px;
  }
}
.competition .pin::before {
  position: absolute;
  content: "";
  background: url(../images/icon_pin.svg) no-repeat center center/cover;
  width: 23px;
  height: 30px;
  top: calc(50% - 15px);
  left: 0;
}
.competition .hole tr td {
  font-size: 16px;
}
@media screen and (min-width: 1028px) {
  .competition .hole tr td {
    font-size: 18px;
  }
}
.competition .btn-af {
  width: 100%;
  max-width: 360px;
  margin-right: 40px;
}
@media screen and (max-width: 1027.98px) {
  .competition .btn-af {
    max-width: 85%;
    margin-right: 0;
  }
  .competition .btn-af:first-of-type {
    margin-bottom: 18px;
  }
}
.competition .btn-af a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 80px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0 20px 26px;
  text-align: left;
  color: #000;
  background-color: #D4C289;
  border-radius: 10px;
}
@media screen and (min-width: 1028px) {
  .competition .btn-af a {
    font-size: 20px;
  }
}
.competition .btn-af a::before {
  position: absolute;
  content: "";
  background: url(../images/icon_pdf_bk.svg) no-repeat center center/cover;
  width: 28px;
  height: 36px;
  top: calc(50% - 16px);
  right: 165px;
}
@media screen and (max-width: 1027.98px) {
  .competition .btn-af a::before {
    right: 100px;
  }
}
.competition .btn-af a::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 3px;
  top: calc(50% - 1.5px);
  right: 0;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 1027.98px) {
  .competition .btn-af a::after {
    width: 80px;
  }
}
.competition .hotel-wrap {
  margin-bottom: 50px;
}
.competition .hotel-wrap h4 {
  margin-bottom: 8px;
}
.competition .hotel-wrap .hotel {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (min-width: 1028px) {
  .competition .hotel-wrap .hotel {
    font-size: 18px;
  }
}
.competition .hotel-wrap .hotel tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.competition .hotel-wrap .hotel tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.competition .hotel-wrap .hotel tbody tr.name {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}
.competition .hotel-wrap .hotel tbody tr.address {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}
.competition .hotel-wrap .hotel tbody tr.tel {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  text-align: center;
}
@media screen and (min-width: 1028px) {
  .competition .hotel-wrap .hotel tbody tr.tel th,
  .competition .hotel-wrap .hotel tbody tr.tel td {
    padding: 8px 0px;
  }
}
.competition .hotel-wrap .hotel tbody tr.distance {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  text-align: center;
}
@media screen and (min-width: 1028px) {
  .competition .hotel-wrap .hotel tbody tr.distance th,
  .competition .hotel-wrap .hotel tbody tr.distance td {
    padding: 8px 0px;
  }
}
.competition .hotel-wrap .hotel tbody tr.time {
  -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
  text-align: center;
}
@media screen and (min-width: 1028px) {
  .competition .hotel-wrap .hotel tbody tr.time th,
  .competition .hotel-wrap .hotel tbody tr.time td {
    padding: 8px 0px;
  }
}
.competition .hotel-wrap .hotel tbody tr th,
.competition .hotel-wrap .hotel tbody tr td {
  padding: 8px 0px 8px 14px;
  font-weight: normal;
}
.competition .hotel-wrap .hotel tbody tr th {
  text-align: center;
}
.competition .hotel-wrap .hotel tbody tr td {
  border-bottom: 1px solid #707070;
  letter-spacing: 1px;
}
@media screen and (max-width: 1027.98px) {
  .competition .hotel-wrap .hotel tbody {
    display: block;
  }
  .competition .hotel-wrap .hotel tbody tr {
    display: grid;
    grid-template-columns: 36% 1fr;
    grid-template-rows: 1fr;
    border-bottom: 1px solid #707070;
  }
  .competition .hotel-wrap .hotel tbody tr.name td {
    padding: 8px 0;
    grid-column: 1/3;
  }
  .competition .hotel-wrap .hotel tbody tr th,
  .competition .hotel-wrap .hotel tbody tr td {
    padding: 5px 10px;
    text-align: left;
  }
  .competition .hotel-wrap .hotel tbody tr td {
    border-bottom: none;
  }
}/*# sourceMappingURL=style.css.map */