@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&display=swap");
html, body {
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.7;
}

body {
  word-break: break-word;
  background-color: #80d3b0;
}

a {
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}

main section.contents {
  background-color: #fff;
  min-height: 100dvh;
  width: min(1200px, 97.5609756098dvw);
  padding: min(15px, 1.2195121951dvw);
  margin-left: auto;
  margin-right: auto;
}

/********/
/*見出し*/
/*******/
.lv1 span {
  position: relative;
  display: block;
  color: #333333;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 2px solid #ddd;
  padding-bottom: 1rem;
}
.lv1 span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 8.5625rem;
  border-bottom: 2px solid gray;
}
@media screen and (max-width: 767px) {
  .lv1 span {
    font-size: 1.2857rem;
    padding-bottom: 0.90625rem;
  }
  .lv1 span::after {
    width: 3.7rem;
  }
}

.lv2 span {
  position: relative;
  display: block;
  color: #fff;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  background-color: #80d3b0;
  padding: 0.5625rem 1.5625rem;
}
.lv2 span::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #80d3b0;
}
@media screen and (max-width: 767px) {
  .lv2 span {
    font-size: 1.2857rem;
    padding: 0.5rem 0;
    padding-left: 0.7857rem;
  }
}

.lv3 span {
  position: relative;
  color: #444;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  padding-left: 1.125rem;
}
.lv3 span::before, .lv3 span::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 50%;
  left: 0;
}
.lv3 span::before {
  top: 0;
  background-color: #80d3b0;
}
.lv3 span::after {
  bottom: 0;
  background-color: #bfc5ca;
}
@media screen and (max-width: 767px) {
  .lv3 span {
    font-size: 1.2857rem;
    padding-left: 0.64285rem;
  }
  .lv3 span::before, .lv3 span::after {
    width: 3px;
  }
}

.lv4 span {
  color: #444;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .lv4 span {
    font-size: 1.2857rem;
  }
}

/*************/
/*テキストのみ*/
/************/
.text-only {
  margin: 0;
}
.text-only p {
  font-size: 1.125rem;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .text-only p {
    font-size: 0.85714rem;
  }
}

/************/
/* 写真のみ */
/**********/
.photo-only {
  text-align: center;
  margin: 0;
}
.photo-only a img {
  display: inline-block;
}
.photo-only p.caption {
  font-size: 16px;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  margin-top: 0.5em;
  margin-bottom: 0;
}

/*****************/
/* 写真＋テキスト */
/****************/
.photo-and-text {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.photo-and-text:where(.photo-left) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.photo-and-text:where(.photo-right) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.photo-and-text div.text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}
.photo-and-text div.text-area > strong {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  display: block;
}
.photo-and-text div.text-area p {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.photo-and-text span.photo-area {
  max-width: 80%;
}
.photo-and-text span.photo-area img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .photo-and-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .photo-and-text span.photo-area {
    display: block;
    width: 100% !important;
    max-width: 100%;
    text-align: center;
    float: none !important;
    margin: 0 0 2rem !important;
  }
  .photo-and-text span.photo-area:not(:has(img)) {
    display: none;
  }
  .photo-and-text span.photo-area img {
    margin-bottom: 0;
  }
  .photo-and-text div.text-area p {
    font-size: 0.875rem;
  }
}

/*********************/
/* 2列写真+キャプション */
/* 3列写真+キャプション */
/* 4列写真+キャプション */
/*********************/
.two-photo,
.three-photo,
.four-photo {
  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: 0;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.two-photo .photo_set,
.three-photo .photo_set,
.four-photo .photo_set {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.two-photo .photo_set img,
.three-photo .photo_set img,
.four-photo .photo_set img {
  display: inline-block;
}
.two-photo .photo_set .caption-title,
.three-photo .photo_set .caption-title,
.four-photo .photo_set .caption-title {
  font-size: 1.3rem;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
}
.two-photo .photo_set .caption-text,
.three-photo .photo_set .caption-text,
.four-photo .photo_set .caption-text {
  font-size: 16px;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  margin: 5px 0;
}
.two-photo .photo_set span.photo_even,
.three-photo .photo_set span.photo_even,
.four-photo .photo_set span.photo_even {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.5;
  position: relative;
}
.two-photo .photo_set span.photo_even img,
.three-photo .photo_set span.photo_even img,
.four-photo .photo_set span.photo_even img {
  max-width: 100%;
  height: auto;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.two-photo a img,
.three-photo a img,
.four-photo a img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #ffffff;
}
.two-photo a:hover img,
.three-photo a:hover img,
.four-photo a:hover img {
  opacity: 0.7;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .two-photo,
  .three-photo,
  .four-photo {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .two-photo.turn_on,
  .three-photo.turn_on,
  .four-photo.turn_on {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .two-photo.turn_on div.photo_set,
  .three-photo.turn_on div.photo_set,
  .four-photo.turn_on div.photo_set {
    width: 100%;
  }
  .two-photo.turn_on div.photo_set span.photo_even,
  .three-photo.turn_on div.photo_set span.photo_even,
  .four-photo.turn_on div.photo_set span.photo_even {
    aspect-ratio: unset !important;
  }
  .two-photo.turn_on div.photo_set span.photo_even img,
  .three-photo.turn_on div.photo_set span.photo_even img,
  .four-photo.turn_on div.photo_set span.photo_even img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .two-photo.turn_on div.photo_set + div.photo_set,
  .three-photo.turn_on div.photo_set + div.photo_set,
  .four-photo.turn_on div.photo_set + div.photo_set {
    margin-top: 2rem;
  }
}

/**********/
/* リスト */
/*********/
ul.dot, ol.dot, ul.none, ol.none {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.dot > li, ol.dot > li, ul.none > li, ol.none > li {
  position: relative;
  font-size: 16px;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 2em;
}
ul.dot > li::before, ol.dot > li::before, ul.none > li::before, ol.none > li::before {
  display: inline-block;
  width: 2em;
  position: absolute;
  left: 0;
  color: #80d3b0;
}

ul.dot > li::before, ol.dot > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "•";
  text-align: center;
}

ul.counter, ol.counter {
  display: table;
  margin: 0;
  padding: 0;
}
ul.counter li, ol.counter li {
  display: table-row;
  counter-increment: number;
  list-style-type: none;
  font-size: 16px;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
ul.counter li::before, ol.counter li::before {
  content: counter(number) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
  white-space: nowrap;
}
ul.counter li::after, ol.counter li::after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
ul.counter li:last-of-type:after, ol.counter li:last-of-type:after {
  margin-bottom: 0;
}

/**********/
/* ボタン */
/*********/
.btn-on {
  margin: 0;
}

.original-btn {
  --btn-font-color: #ffffff;
  --btn-back-color: #80d3b0;
  --btn-line-color: #80d3b0;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  border: 1px solid var(--btn-line-color);
  background-color: var(--btn-back-color);
  color: var(--btn-font-color);
  padding: min(24px, 1.9512195122dvw);
  font-size: min(18px, 1.4634146341dvw);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  width: min(400px, 32.5203252033dvw);
  border-radius: 7px;
}
.original-btn:is(:hover, :active, :focus) {
  text-decoration: none;
  background-color: var(--btn-font-color);
  color: var(--btn-back-color);
}
.original-btn.btn-big {
  width: min(500px, 40.6504065041dvw);
  padding: min(32px, 2.6016260163dvw);
}
.original-btn.btn-small {
  width: min(300px, 24.3902439024dvw);
  font-size: min(16px, 1.3008130081dvw);
  padding: min(18px, 1.4634146341dvw);
}
.original-btn.btn-blue {
  --btn-line-color:#00238C;
  --btn-back-color:#00238C;
}
.original-btn.btn-green {
  --btn-line-color:#006600;
  --btn-back-color:#006600;
}
.original-btn.btn-orange {
  --btn-line-color:#FF8000;
  --btn-back-color:#FF8000;
}
.original-btn.btn-gray {
  --btn-line-color:#999999;
  --btn-back-color:#999999;
}

.hr-on {
  margin: 0;
}

/***********************************************/
/* Youtube GoogleMap 埋め込みタグ レスポンシブ化 */
/***********************************************/
.youtube-box,
.gmap-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.youtube-box iframe,
.gmap-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-on,
.googlemap-on {
  margin: 0;
}

/************/
/* テーブル */
/***********/
table.table-standard,
table.table-flexible {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}
table.table-standard tr,
table.table-flexible tr {
  border-bottom: 1px solid #eee;
}
table.table-standard tr th,
table.table-flexible tr th, table.table-standard tr td,
table.table-flexible tr td {
  font-size: 1.125rem;
  color: #333;
  border: none;
  padding: 2.03125rem 0;
}
table.table-standard tr th,
table.table-flexible tr th {
  font-weight: 500;
  white-space: nowrap;
  padding-left: 0.25rem;
}

.table-on {
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  table.table-standard tr th, table.table-standard tr td,
  table.table-flexible tr th,
  table.table-flexible tr td {
    font-size: 0.85714rem;
    padding: 1.35714rem 0.5rem;
  }
  table.table-standard tr th,
  table.table-flexible tr th {
    font-weight: bold;
  }
}

@media screen and (max-width: 991px) {
  table.table-flexible {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  table.table-flexible tbody {
    display: block;
    width: 100%;
  }
  table.table-flexible tbody tr {
    display: block;
    width: 100%;
  }
  table.table-flexible tbody tr th, table.table-flexible tbody tr td {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    word-break: break-all;
  }
  table.table-flexible.tophead tr:first-of-type, table.table-flexible.lefttophead tr:first-of-type {
    display: none;
  }
  table.table-flexible.tophead td::before, table.table-flexible.lefttophead td::before {
    content: attr(data-tophead) "：";
    font-weight: bold;
  }
  table.table-standard {
    margin-bottom: 0;
    border-left: none;
    border-top: none;
  }
  table.table-standard tbody {
    display: block;
  }
  table.table-standard tbody tr th,
  table.table-standard tbody tr td {
    min-width: 10em;
    white-space: nowrap;
  }
}
/********/
/* 全幅 */
/*******/
section.extend {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 15px;
}
section.extend.extend_fixed {
  background-attachment: fixed;
}
section.extend.none_space {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .view_pc_blocktype {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view_sp_blocktype {
    display: none !important;
  }
}
section.input_wrap {
  width: 100%;
}
section.input_wrap .input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-top: min(36px, 2.9268292683dvw);
  padding-bottom: min(36px, 2.9268292683dvw);
}
section.input_wrap .input_group:first-of-type {
  border-top: 1px solid #CCCCCC;
}
section.input_wrap .input_group .input_label {
  display: block;
  width: 13em;
  font-size: min(30px, 2.4390243902dvw);
  margin: 0;
  padding: 0;
}
section.input_wrap .input_group .input_label span.required {
  font-size: 1rem;
  color: #FF6A06;
  margin-left: 1em;
}
section.input_wrap .input_group .input_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.input_wrap .input_group .input_content.name_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
section.input_wrap .input_group .input_content.name_set div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.input_wrap .input_group .input_content.name_set div:first-of-type {
  padding-right: 1rem;
}
section.input_wrap .input_group .input_content.name_set div:last-of-type {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  section.input_wrap .input_group .input_content.name_set div:first-of-type {
    padding-right: 0.5rem;
  }
  section.input_wrap .input_group .input_content.name_set div:last-of-type {
    padding-left: 0.5rem;
  }
}
section.input_wrap .input_group .input_content.address_set {
  width: 100%;
}
section.input_wrap .input_group .input_content.address_set div:first-of-type {
  margin-bottom: 1rem;
}
section.input_wrap .input_group .input_content .schedule_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.input_wrap .input_group .input_content .schedule_set input[name*=date],
section.input_wrap .input_group .input_content .schedule_set input[type=date] {
  width: 9rem;
}
section.input_wrap .input_group .input_content .schedule_set input[name*=time],
section.input_wrap .input_group .input_content .schedule_set input[type=time] {
  width: 7rem;
}
@media screen and (max-width: 575px) {
  section.input_wrap .input_group .input_content .schedule_set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.input_wrap .input_group .input_content .schedule_set span {
    display: block;
    width: calc(100% - 17rem);
  }
  section.input_wrap .input_group .input_content .schedule_set span ~ input[type=date] {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  section.input_wrap .input_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: min(24px, 1.9512195122dvw);
    padding-bottom: min(24px, 1.9512195122dvw);
  }
  section.input_wrap .input_group .input_label {
    width: auto;
    margin-bottom: min(24px, 1.9512195122dvw);
  }
}
section.input_wrap .input_group.has-error .input_item {
  border-color: #ff5757;
}
section.input_wrap .input_group.has-error span.error_message {
  font-size: min(24px, 1.9512195122dvw);
  color: #ff5757;
  display: inline-block;
  font-weight: 600;
  margin-top: 0.5em;
}

.submit_area {
  text-align: center;
  margin-top: min(99px, 8.0487804878dvw);
}
.submit_area p {
  width: 100%;
  margin-bottom: min(63px, 5.1219512195dvw);
}
.submit_area .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.submit_area .button_wrap .original-btn {
  min-width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.submit_area button + button {
  margin-top: min(24px, 1.9512195122dvw);
}

.input_item {
  display: block;
  width: 100%;
  height: min(84px, 6.8292682927dvw);
  padding: min(24px, 1.9512195122dvw) min(18px, 1.4634146341dvw);
  font-size: min(24px, 1.9512195122dvw);
  font-weight: 400;
  line-height: 1.5;
  color: #3e3e3e;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  outline: none;
}
.input_item::-webkit-input-placeholder {
  color: #AAAAAA;
}
.input_item::-moz-placeholder {
  color: #AAAAAA;
}
.input_item:-ms-input-placeholder {
  color: #AAAAAA;
}
.input_item::-ms-input-placeholder {
  color: #AAAAAA;
}
.input_item::placeholder {
  color: #AAAAAA;
}
.input_item.inline_parts {
  display: inline-block;
  width: auto;
}
.input_item:active, .input_item:focus {
  border-color: #333333;
  background-color: #fffad7;
}

textarea.input_item {
  height: auto;
}

/*** ラジオボタン ****/
input.input_item[type=radio] {
  display: none;
  border: 0;
  margin: 0;
}
input.input_item[type=radio] + label {
  display: block;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
input.input_item[type=radio] + label:empty {
  min-height: 1em;
}
input.input_item[type=radio] + label:last-of-type {
  margin-bottom: 0;
}
input.input_item[type=radio] + label:before, input.input_item[type=radio] + label:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
input.input_item[type=radio] + label:before {
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #999;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
input.input_item[type=radio] + label:after {
  top: 50%;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background-color: transparent;
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
}
input.input_item[type=radio]:checked + label:after {
  background-color: #80d3b0;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

input.input_item[type=checkbox] {
  display: none;
  margin: 0;
}
input.input_item[type=checkbox] + label {
  position: relative;
  padding: 10px 0px 10px 35px;
  line-height: 1.4;
  margin-bottom: 0;
}
input.input_item[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: white;
  border: 2px solid #c2ced2;
}
input.input_item[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  left: 13px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #80d3b0;
  border-bottom: 3px solid #80d3b0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/***************************/
/* 一覧表示（TOP・一覧共通） */
/***************************/
#news-list dl.headline {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding: 1.25rem 1.46875rem;
  margin-bottom: 0;
}
#news-list dl.headline:first-of-type {
  border-top: 1px solid #ccc;
}
#news-list dl.headline dt {
  font-family: "Roboto", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.3125;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.90625rem;
}
#news-list dl.headline dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
}
#news-list dl.headline dd span.new {
  display: inline-block;
  color: #fff;
  font-family: "Roboto", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #ff7272;
  margin-right: 0.5rem;
  padding: 0 0.8125rem;
}
#news-list dl.headline dd a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #news-list dl.headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.8rem;
    padding: 1.125rem 1rem;
  }
  #news-list dl.headline dt {
    font-size: 0.833rem;
    margin-left: 0;
  }
  #news-list dl.headline dd {
    margin-left: 0;
  }
  #news-list dl.headline dd span.new {
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 0.55rem;
  }
  #news-list dl.headline dd a {
    font-size: 1rem;
  }
}
#news-list #top_news_slick {
  overflow: hidden;
  margin: 0;
  padding-bottom: 3.4375rem;
}
#news-list #top_news_slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6875rem;
}
#news-list #top_news_slick .slick-track .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#news-list #top_news_slick .slick-track .headline .news_img {
  width: 100%;
  max-width: 526px;
  max-height: 420px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1.125rem;
}
#news-list #top_news_slick .slick-track .headline .news_img img {
  height: auto;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#news-list #top_news_slick .slick-track .headline .topnews_date {
  color: #80d3b0;
  font-family: "Roboto", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.5rem;
}
#news-list #top_news_slick .slick-track .headline p {
  color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
#news-list #top_news_slick .slick-track .headline p span.new {
  display: inline-block;
  color: #fff;
  font-family: "Roboto", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #ff7272;
  margin-right: 0.5rem;
  padding: 0 0.8125rem;
}
#news-list #top_news_slick .slick-track .headline:hover {
  text-decoration: none;
}
#news-list #top_news_slick .slick-track .headline:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #news-list #top_news_slick {
    padding-bottom: 1.4714rem;
  }
  #news-list #top_news_slick .slick-track {
    gap: 1.43rem;
  }
  #news-list #top_news_slick .slick-track .headline {
    max-width: 200px;
  }
  #news-list #top_news_slick .slick-track .headline .news_img {
    max-width: 200px;
    max-height: 100%;
    margin-bottom: 0.429rem;
  }
  #news-list #top_news_slick .slick-track .headline .news_img img {
    width: 100%;
  }
  #news-list #top_news_slick .slick-track .headline .topnews_date {
    font-size: 0.7143rem;
    padding-bottom: 0.643rem;
  }
  #news-list #top_news_slick .slick-track .headline p {
    font-size: 0.85714rem;
  }
}

nav.nav_pagination ul.item_wrap {
  --link-color:#303030;
  --link-fond-color:#FAFAFA;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0;
  margin: 5.20625rem 0 0;
}
nav.nav_pagination ul.item_wrap li:where(.arrow, .item) > a, nav.nav_pagination ul.item_wrap li:where(.arrow, .item) span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.8em;
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
nav.nav_pagination ul.item_wrap li.arrow a {
  border: 2px solid var(--link-color);
  border-radius: 5px;
  background-color: var(--link-fond-color);
}
nav.nav_pagination ul.item_wrap li.arrow a i {
  width: 0.5em;
  aspect-ratio: 10/17;
  display: inline-block;
  background-color: var(--link-color);
}
nav.nav_pagination ul.item_wrap li.arrow a:is(:hover, :focus, :active) {
  --link-color:#FAFAFA;
  --link-fond-color:#808080;
}
nav.nav_pagination ul.item_wrap li.arrow a[href="#"] {
  --link-color:#CCC;
  pointer-events: none;
}
nav.nav_pagination ul.item_wrap li.arrow:first-child {
  margin-right: 2.125rem;
}
nav.nav_pagination ul.item_wrap li.arrow:first-child a i {
  clip-path: polygon(90% 0, 100% 10%, 30% 50%, 100% 90%, 90% 100%, 0 50%);
}
nav.nav_pagination ul.item_wrap li.arrow:last-child {
  margin-left: 2.125rem;
}
nav.nav_pagination ul.item_wrap li.arrow:last-child a i {
  clip-path: polygon(10% 0, 0% 10%, 70% 50%, 0 90%, 10% 100%, 100% 50%);
}
nav.nav_pagination ul.item_wrap li.item a {
  color: #aeaeae;
}
nav.nav_pagination ul.item_wrap li.item.active span {
  color: var(--link-color);
}
@media screen and (max-width: 767px) {
  nav.nav_pagination ul.item_wrap {
    margin-top: 2.5rem;
  }
}

a.icon_newscat {
  display: inline-block;
  color: #80d3b0;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 1px solid #80d3b0;
  padding: 0 7px;
  background-color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.icon_newscat {
    font-size: 0.75rem;
    padding: 0 6px;
  }
}
a.icon_newscat:is(:hover, :focus, :active) {
  color: #fff;
  background-color: #80d3b0;
}

body.top-page nav {
  width: 100%;
}
body.top-page nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(20px, 1.6260162602dvw);
  list-style: none;
  margin: 0;
  padding: 0;
}

#reader {
  width: min(800px, 65.0406504065dvw);
  aspect-ratio: 4/3;
  margin: 0 auto;
}

#status {
  margin-top: min(20px, 1.6260162602dvw);
  font-size: min(20px, 1.6260162602dvw);
  color: green;
}

body.form-page .custom-form {
  margin-top: -4.25rem;
  padding-top: 8.5rem;
}
body.form-page p.form_lead {
  margin-bottom: 3.25rem;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number,
body.form-page section.contactform_wrap div.fax-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.form-page section.contactform_wrap div.tel-number h4,
body.form-page section.contactform_wrap div.fax-number h4 {
  font-size: 1.25rem;
  width: 100%;
  margin-bottom: 0;
}
body.form-page section.contactform_wrap div.tel-number p,
body.form-page section.contactform_wrap div.fax-number p {
  margin-bottom: 0;
}
body.form-page section.contactform_wrap div.tel-number p.type,
body.form-page section.contactform_wrap div.fax-number p.type {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 2px solid #000000;
  margin-right: 1em;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number p.number,
body.form-page section.contactform_wrap div.fax-number p.number {
  font-size: 2.5rem;
  font-weight: 500;
  margin-right: 2rem;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number p.supplementary,
body.form-page section.contactform_wrap div.fax-number p.supplementary {
  font-size: 1rem;
  letter-spacing: 0.092em;
}
@media screen and (max-width: 767px) {
  body.form-page section.contactform_wrap div.tel-number,
  body.form-page section.contactform_wrap div.fax-number {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.form-page section.contactform_wrap div.tel-number p.number,
  body.form-page section.contactform_wrap div.fax-number p.number {
    white-space: nowrap;
    font-size: 2rem;
  }
  body.form-page section.contactform_wrap div.tel-number p.supplementary,
  body.form-page section.contactform_wrap div.fax-number p.supplementary {
    width: 100%;
  }
}

section.reserve_form {
  max-width: 800px;
  margin: 0 auto;
}

body.reception-page ul.card_list_wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: min(40px, 3.2520325203dvw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.reception-page ul.card_list_wrap li {
  display: block;
  width: min(800px, 65.0406504065dvw);
}

.member_item {
  --card_bg_color:config.$variables-theme-color;
  background-color: var(--card_bg_color);
  border-radius: min(20px, 1.6260162602dvw);
  aspect-ratio: 1.618/1;
  outline: thin solid #999;
}
.member_item p {
  margin-bottom: 0;
}
.member_item .type_wrap {
  text-align: right;
  color: #fff;
  -webkit-text-stroke: 1px black;
  text-stroke: 1px black;
  paint-order: stroke;
  font-size: min(20px, 1.6260162602dvw);
  padding: min(20px, 1.6260162602dvw);
}
.member_item .name_wrap {
  background-color: #fff;
  font-size: min(32px, 2.6016260163dvw);
  padding: min(20px, 1.6260162602dvw);
}
.member_item .status_wrap {
  background-color: #fff;
  padding: min(20px, 1.6260162602dvw);
  font-size: min(24px, 1.9512195122dvw);
}
.member_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.member_item dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.member_item label {
  display: block;
  white-space: nowrap;
  width: min(160px, 13.0081300813dvw);
  height: min(30px, 2.4390243902dvw);
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #999;
}
.member_item label input[type=checkbox] {
  display: none;
}
.member_item label:has(input[type=checkbox]:checked) {
  background-color: #fff;
}
.member_item label span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: min(16px, 1.3008130081dvw);
}
.member_item label span.off {
  left: 0;
  background-color: #fff;
}
.member_item label span.on {
  left: 100%;
}
.member_item label:has(input[type=checkbox]:checked) span {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}/*# sourceMappingURL=style.css.map */