@charset "UTF-8";
.boxLead01 {
  letter-spacing: 0.12em;
  margin-bottom: 4em;
  line-height: 1.875;
}
.boxAnchor {
  font-weight: bold;
  color: #52a0cd;
  letter-spacing: 0.08em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 85px;
  margin-top: 68px
}
.boxAnchor li {
  width: 254px;
  height: 45px;
  margin-bottom: 13px;
  border-radius: 10em;
  background-color: #dbf1fd;
  position: relative;
  list-style: none;
}
.boxAnchor li:nth-child(n+2) {
  margin-left: 13px;
}
.boxAnchor li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.boxAnchor a:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 10em;
  background-color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.boxAnchor a:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #52a0cd;
  border-right: 1px solid #52a0cd;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 23px;
  top: 50%;
}
.boxFlex01 {
  margin-bottom: 100px;
  gap: 0!important;
}
.boxFlex01 .cont {
  width: 58%;
  padding-right: 5%;
  flex-basis: auto!important;
}
.boxFlex01 .cont p.txt {
  line-height: 1.875;
  margin-bottom: 1.5em;
  padding-left: 20px;
}
.boxFlex01 .img {
  width: 42%;
  flex-basis: auto!important;
}
.boxFlex01 .img img {
  border-radius: 15px;
}
.boxFlex01 .cont h4.wp-block-heading {
  color: #52a0cd;
  letter-spacing: 0.16em;
  font-size: 1.875rem;
  margin-bottom: 1em;
  font-weight: bold;
}
.boxFlex01 .cont h4.wp-block-heading strong {
  display: block;
  color: #cdc2a5;
  font-size: 0.875rem;
  padding: 9px 0 8px 36px;
  background: url("../../images/common/ico-star.svg") no-repeat left center;
  background-size: 27px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.boxFlex01 .cont .boxList01 {
  padding-left: 20px;
}
.boxList01 .wp-block-columns .wp-block-column:nth-of-type(1) {
  width: 9em;
  flex-basis: auto!important;
  padding: 0 0 1em 1.8em;
  margin-bottom: 1em;
  position: relative;
  border-bottom: 1px solid #e6e0d2;
}
.boxList01 .wp-block-columns .wp-block-column:nth-of-type(1):before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10em;
  background-color: #efd9c1;
  position: absolute;
  left: 7px;
  top: 0.55em;
}
.boxList01 .wp-block-columns .wp-block-column:nth-of-type(2) {
  width: calc(100% - 9em);
  flex-basis: auto!important;
  padding: 0 0 1em 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e6e0d2;
}
.boxFlex01.imgLeft {
  flex-direction: row-reverse;
}
.boxFlex01.imgLeft .cont {
  padding: 0 0 0 5%;
}
.ttlH3Base01 {
  display: flex;
  letter-spacing: 0.16em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #52a0cd;
  white-space: nowrap;
  margin-bottom: 1.5em;
  margin-top: 2em;
}
.ttlH3Base01:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e6e0d2;
  margin-left: 1rem;
  margin-top: 0.7em;
}
.ttlH3Base02 {
  display: flex;
  letter-spacing: 0.16em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #6c4d46;
  white-space: nowrap;
  margin-bottom: 1.5em;
  margin-top: 2em;
}
.ttlH3Base02:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e6e0d2;
  margin-left: 1rem;
  margin-top: 0.7em;
}
.ttlH3Base02.tokei {
  padding: 0.5em 0 0.5em 2.8em;
  background: url("../../images/day/day_icon.png") no-repeat left 1px;
}

.ttlH3Base03 {
  letter-spacing: 0.16em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #52a0cd;
  white-space: nowrap;
  margin-bottom: 1.5em;
}
.ttlH3Base04 {
  letter-spacing: 0.16em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #6c4d46;
  white-space: nowrap;
  margin-bottom: 1.5em;
}
.ttlH2Base01 {
  color: #52a0cd;
  letter-spacing: 0.22em;
  font-size: 1.875rem;
  margin-bottom: 1.5em;
  font-weight: bold;
  position: relative;
  margin-top: 2.5em;
}
.ttlH2Base01 strong {
  display: block;
  color: #cdc2a5;
  font-size: 0.875rem;
  padding: 9px 0 8px 36px;
  background: url(../../images/common/ico-star.svg) no-repeat left center;
  background-size: 27px;
  border-top: 1px solid #d9d1bb;
  margin-bottom: 5px;
  margin-left: 7px;
}
.ttlH2Base01:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -7px;
  width: 21px;
  height: 15px;
  background: url("../../images/common/ico-star_gray.svg") no-repeat center center;
  background-size: 15px;
  background-color: #fff;
}
.ttlH2Base02 {
  text-align: center;
  margin: 4rem 0 0 0;
}
.ttlH2Base02 .wp-block-columns {
  display: block;
  /*margin-bottom: 16px;*/
}
.ttlH2Base02 .wp-block-column {
  display: inline-block;
}
.ttlH2Base02 .wp-block-column p {
  color: #cdc2a5;
}
.ttlH2Base02 .wp-block-column:nth-of-type(2) {
  padding-left: 52px;
  position: relative;
}
.ttlH2Base02 .wp-block-column:nth-of-type(2):before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("../../images/common/ico-star.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 11px;
  top: -1px;
}
.ttlH2Base02 h2.wp-block-heading {
  color: #52a0cd;
  letter-spacing: 0.16em;
  font-size: 1.875rem;
  margin-bottom: 1.5em;
  font-weight: bold;
  position: relative;
}
/*H2背景有中央-----*/
.ttlH2Base03 {
  color: #52a0cd;
  letter-spacing: 0.22em;
  font-size: 1.875rem;
  margin-bottom: 1.5em;
  font-weight: bold;
  position: relative;
  margin-top: 2.5em;
  background: url("../../images/common/header-mv-bg.png");
  padding: 1.2rem 1rem;
  border-radius: 16px;
}
.ttlH2Base03 strong {
  display: block;
  color: #cdc2a5;
  font-size: 0.875rem;
  background-size: 27px;
  margin-bottom: 5px;
  margin-left: 7px;
}
.ttlH2Base03:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -7px;
  width: 21px;
  height: 15px;
  background-size: 15px;
}
/*H2背景有中央ここまで-----*/
.boxItem01 .box figure {
  margin-bottom: 25px;
}
.boxItem01 .box figure img {
  border-radius: 15px;
}
.boxItem01 .box .ttl strong {
  display: block;
  color: #cdc2a5;
  font-size: 0.875rem;
  padding: 9px 0 8px 36px;
  background: url(../../images/common/ico-star.svg) no-repeat left center;
  background-size: 27px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.boxItem01 .box .ttl {
  color: #52a0cd;
  letter-spacing: 0.22em;
  font-size: 1.875rem;
  margin-bottom: 1em;
  font-weight: bold;
}
.boxItem01 .box .txt {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.boxItem01 .box ul {
  display: flex;
  flex-wrap: wrap;
}
.boxItem01 .box ul li {
  padding-left: 1.2em;
  position: relative;
  width: 45%;
  font-weight: bold;
}
.boxItem01 .box ul li:nth-child(n+3) {
  margin-top: 1em;
}
.boxItem01 .box ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10em;
  background-color: #efd9c1;
  position: absolute;
  left: 0;
  top: 0.55em;
}
.boxItem02.boxItem01 .box .ttl {
  font-size: 1.5rem;
  padding-left: 1em;
  background: url("../../images/common/ico-star_gray.svg") no-repeat left 0.4em;
  background-size: 18px;
  letter-spacing: 0.1em;
}
.wp-block-button a {
  min-width: 254px;
  min-height: 45px;
  margin-bottom: 13px;
  border-radius: 10em;
  background-color: #dbf1fd;
  position: relative;
  list-style: none;
  color: #52a0cd;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 0 1.5em 0 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-button a:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 10em;
  background-color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-button a:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #52a0cd;
  border-right: 1px solid #52a0cd;
  transform: rotate(45deg) translateY(-60%);
  position: absolute;
  right: 24px;
  top: 50%;
}
.wp-block-button.white a {
  background-color: #fff;
}
.wp-block-button.white a:before {
  background-color: #ffe3e6;
}
.wp-block-button.text01 a {
  background-color: transparent;
  color: #584726;
}
.wp-block-button.text01 a:before {
  background-color: #ffe3e6;
}
.wp-block-button.text02 a {
  background-color: transparent;
  color: #584726;
}
.wp-block-button.text02 a:before {
  background-color: #fff;
}
.boxContactCom {
  background: url("../../images/common/header-mv-bg.png") no-repeat center center;
  background-size: auto;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 35px 55px;
}
.boxContactCom .ttl {
  letter-spacing: 0.16em;
  color: #52a0cd;
  font-weight: bold;
  font-size: 1.5625rem;
}
.boxContactCom .ttl .en {
  letter-spacing: 0.28em;
  font-size: 0.56em;
  color: #cdc2a5;
  display: block;
  margin-top: 0.54em;
  padding-left: 0.3em;
}
.boxContactCom .btn_area {
  display: flex;
  margin-left: 2%;
}
.boxContactCom .btn_area .btnBaseTel {
  margin-left: 20px;
}
.boxMenuBottom01Wrap .ttlH2Base01 {
  margin-bottom: 0;
}
.boxMenuBottom01 > div {
  display: flex;
}
.boxMenuBottom01 .ttl {
  color: #52a0cd;
  letter-spacing: 0.22em;
  font-size: 1.625rem;
  font-weight: bold;
  position: relative;
}
.boxMenuBottom01 ul {
  margin-left: 45px;
  color: #6c4d46;
  font-weight: bold;
  letter-spacing: 0.18em;
  font-size: 1.125rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 6px;
}
.boxMenuBottom01 ul li {
  padding-right: 1.5em;
  position: relative;
  margin: 0 40px 1em 0;
  padding-left: 0;
}
.boxMenuBottom01 ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 10em;
    background-color: #dbf1fd;
    position: absolute;
    right: 0;
  left: auto;
    top: 53%;
    transform: translateY(-50%);
}
.boxMenuBottom01 ul li:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #52a0cd;
  border-right: 1px solid #52a0cd;
  transform: rotate(45deg) translateY(-60%);
  position: absolute;
  right: 8px;
  top: 53%;
}
.wp-block-list {
  margin: 1rem 0;
}
.wp-block-list li {
  padding-left: 1.8em;
  position: relative;
}
.wp-block-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10em;
  background-color: #efd9c1;
  position: absolute;
  left: 7px;
  top: 0.55em;
}
.wp-block-list li:nth-child(n+2) {
  margin-top: 1em;
}
.boxMenuBottom01 .wp-block-list li:nth-child(n+2) {
  margin-top: 0;
}

.wp-block-list.boxListNumber01 li:nth-child(n+2) {
  margin-top: 1em;
}
.wp-block-list.boxListNumber01 li {
  padding-left: 2.5em;
}
.wp-block-list.boxListNumber01 li:before {
  content: "1";
  width: 1.4em;
  height: 1.4em;
  line-height: 1;
  letter-spacing: 0;
  background-color: #dbf1fd;
  color: #52a0cd;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  padding-bottom: 2px;
}
.wp-block-list.boxListNumber01 li:nth-of-type(2):before {
  content: "2";
}
.wp-block-list.boxListNumber01 li:nth-of-type(3):before {
  content: "3";
}
.wp-block-list.boxListNumber01 li:nth-of-type(4):before {
  content: "4";
}
.wp-block-list.boxListNumber01 li:nth-of-type(5):before {
  content: "5";
}
.wp-block-list.boxListNumber01 li:nth-of-type(6):before {
  content: "6";
}
.wp-block-list.boxListNumber01 li:nth-of-type(7):before {
  content: "7";
}
.wp-block-list.boxListNumber01 li:nth-of-type(8):before {
  content: "8";
}
.wp-block-list.boxListNumber01 li:nth-of-type(9):before {
  content: "9";
}
.boxPage01 p {
  line-height: 1.77;
}
.boxItem01 {
  gap:0!important;
}
.boxItem01 .box {
  width: 32%;
}
.boxItem01 .box:nth-child(n+2) {
  margin-left: 2%;
}
.boxItem01 .box {
  flex-grow: inherit!important;
  flex-basis:auto !important;
}
h4.wp-block-heading {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.boxPage01 p {
  margin-bottom: 1em;
}
.boxList01 {
  margin-top: 2.5rem;
}
.boxList01 .wp-block-column p {
  margin-bottom: 0;
}
.wp-block-image img {
  border-radius: 15px;
}
.page-id-198 .boxAnchor,
.page-id-312 .boxAnchor {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}



@media all and (max-width: 750px){
  .boxAnchor {
    justify-content: flex-start;
    margin: 40px 0;
  }
  .boxAnchor li {
    width: 48%;
    height: 2.5em;
    margin: 0 0 0 4% !important;
    font-size: 0.9375rem;
  }
  .boxAnchor li:nth-of-type(2n+1) {
    margin-left: 0!important;
  }
  .boxAnchor li:nth-child(n+3) {
    margin-top: 0.5rem!important;
  }
  .boxLead01 {
    margin-bottom: 3rem;
  }
  .boxFlex01 .cont h4.wp-block-heading {
    font-size: 1.6rem;
  }
  .boxFlex01 .cont {
    padding: 0;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .boxFlex01 .cont p.txt {
    padding-left: 0;
  }
  .boxFlex01 .cont .boxList01 {
    padding-left: 0;
  }
  .boxList01 .wp-block-columns .wp-block-column:nth-of-type(1) {
    width: 100%;
    padding-bottom: 0;
    border: none;
  }
  .boxList01 .wp-block-columns .wp-block-column:nth-of-type(2) {
    width: 100%;
    padding-left: 1.8em;
  }
  .boxList01 .is-layout-flex {
    display: block;
  }
  .boxFlex01 {
    margin-bottom: 5rem;
  }
  .boxFlex01.imgLeft .cont {
    padding-left: 0;
  }
  .ttlH2Base01,.ttlH2Base02 h2.wp-block-heading {
    font-size: 1.6rem;
  }
  .ttlH3Base01,.ttlH3Base02,.ttlH3Base03,.ttlH3Base04 {
    display: block;
    font-size: 1.25rem;
    white-space:normal;
  }
  .ttlH3Base01:after,.ttlH3Base02:after {
    display: block;
    margin-left: 0;
  }
  .boxContactCom {
    padding: 2rem;
    display: block;
    background-size: cover;
  }
  .boxContactCom .ttl {
    margin-bottom: 1.5rem;
  }
  .boxContactCom .btn_area {
    display: block;
    margin: 0;
  }
  .btnBaseContact {
    width: 100%;
    padding-left: 24%;
  }
 .btnBaseTel {
    margin-left: 0;
    margin-top: 1rem;
    padding-left: 26vw;
  }
  .boxContactCom .btn_area .btnBaseTel {
    margin-left: 0;
  }
  .btnBaseTel {
    width: 100%;
  }
  .btnBaseContact:before {
    width: 23vw;
    height: 22vw;
    left: -7px;
    top: 7%;
  }
  .btnBaseContact span > span:before {
    right: 5%;
  }
  .btnBaseContact span > span:after {
    right: 8.5%;
  }
  .btnBaseTel:before {
    width: 23vw;
    height: 21vw;
    left: 0;
    bottom: 0;
}
  .boxMenuBottom01 > div {
    display: block;
  }
  .boxMenuBottom01 .ttl {
    letter-spacing: 0.15em;
    font-size: 1.4rem;
    margin-bottom: 0.8em;
  }
  .boxMenuBottom01 ul {
    margin: 0;
  }
  .boxAnchor a:before {
    right: 7px;
  }
  .boxAnchor a:after {
    right: 14px;
  }
  .page-id-257 .boxAnchor li {
    width: 65%;
    margin: 0!important;
  }
  .page-id-257 .boxAnchor li:nth-child(n+2) {
    margin-top: 0.6rem!important;
  }
  .page-id-257 .boxAnchor {
    justify-content: center
  }

  
}
.boxEventTable table,.boxEventTable tr,.boxEventTable th,.boxEventTable td {
  border: none;
}
.boxEventTable {
  line-height: 1.77;
}

.boxEventTable tr th:first-child {
  width: 18%;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: bold;
}
.boxEventTable tr th:first-child span {
  padding-left: 1.4rem;
  position: relative;
}
.boxEventTable tr th:first-child span:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 10em;
    background-color: #52a0cd;
    position: absolute;
    left: 0;
    top: 57%;
  transform: translateY(-53%);
}
.boxEventTable td {
  width: 41%;
}
.boxEventTable tr:first-child th span {
  display: block;
  padding: 1.1em 0;
  text-align: center;
  border-radius: 15px;
  background-color: #dbf1fd;
  font-weight: bold;
  font-size: 1.125rem;
}
.boxEventTable tr:not(:first-child) {
  background-color: #faf2ec;
  border-radius: 15px;
}
.boxEventTable tr:nth-of-type(2n) {
  background-color: #fff;
}
.boxEventTable td {
  padding: 1rem;
}
.boxGallery01 {
  display: flex;
  flex-wrap: wrap;
}
.boxGallery01 .item img {
  border-radius: 16px;
}
.boxGallery01 .item {
  width: 23.3%;
  margin: 0 0 0 2.2666%;
}
.boxGallery01 .item:nth-of-type(4n+1) {
  margin-left: 0;
}
.boxGallery01 .item:nth-child(n+5) {
  margin-top: 2.2666%;
}
.page-id-865 .mfp-container {
  max-width: 1200px;
    max-height: 800px;
}
@media all and (max-width: 750px){
  .boxEventTable tr th:first-child,.boxEventTable tr:first-child th span {
    font-size: 1rem;
  }
  .boxEventTable table {
    table-layout: auto!important;
  }
  /*
  .boxEventTable tr th:first-child span {
    padding-left: 0;
  }
  .boxEventTable tr th:first-child span:before {
    content: none;
  }
  .boxEventTable td {
    font-size: 0.8rem;
    width: 51%;
  }
  .boxEventTable td:nth-of-type(2) {
    width: 49%;
  }
  .boxEventTable tr th:first-child {
    width: 8%;
    padding: 0 0 0 0.5em;
  }
  */
  .boxEventTable {
    overflow-x: scroll;
  }
  .boxEventTable table {
    width: 850px!important;
  }
  .boxEventTable td {
    font-size: 0.9rem;
  }
  .scroll-hint-icon {
  top: 15%!important;
}
  .boxGallery01 .item {
    width: 49%;
    margin: 0!important;
  }
  .boxGallery01 .item:nth-of-type(2n) {
    margin-left: auto!important
  }
  .boxGallery01 .item:nth-child(n+3) {
    margin-top: 2%!important;
  }
  .page-id-865 .mfp-container {
    max-height: 100vw;
  }
  .boxEventTable tr:not(:first-child) th:first-child {
    position: sticky;
    left: 0;
    top: 0;
  }
  .boxEventTable tr th:first-child {
    width: 8%;
  }
  .boxEventTable tr:not(:first-child) th {
    background-color: #faf2ec;
  }
  .boxEventTable tr:nth-of-type(2n) th {
    background-color: #fff;
}
  .ttlH3Base02.tokei:after {
    content: none;
  }
  .ttlH3Base02.tokei {
    background-size: 2.3em;
  }
  .boxEventTable td:last-child {
    width: 25%;
  }
}