@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);*/
@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  min-width: 1240px;
  background: #fff;
  z-index: 0;
  color: #4d4d4d;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: 0.5px;
}

strong {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

figure {
  line-height: 1;
}

.inner {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 24px;
}

.text {
  margin-top: 32px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

/*****************************************************

 Common - Parts
 
*****************************************************/
/*　画像
----------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

/*　リンク
----------------------------------------------------*/
a {
  text-decoration: none;
  transition: 0.3s;
  color: #F9A825;
}
a:hover {
  opacity: 0.7;
}

/*　リンクボタン
----------------------------------------------------*/
/* button */
.button, .button_full {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  outline: none;
}
.button::before, .button::after, .button_full::before, .button_full::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after, .button_full, .button_full::before, .button_full::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button, .button_full {
  width: auto;
  background-color: #F9A825;
  border: 2px solid #F9A825;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding: 9px 8px;
  border-radius: 6px;
}
.button:hover, .button_full:hover {
  color: #F9A825;
  background-color: #fff;
  opacity: 1.0;
}
.button i, .button_full i {
  margin-right: 8px;
}
.button.reverse, .button_full.reverse {
  width: auto;
  background-color: #fff;
  border: 2px solid #F9A825;
  color: #F9A825;
  line-height: 1;
}
.button.reverse:hover, .button_full.reverse:hover {
  color: #fff;
  background-color: #F9A825;
}

.button_full {
  display: block;
  width: 100%;
  height: auto;
}

/* link_btn */
.link_btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

/* link_btn_list */
ul.link_btn_list {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
ul.link_btn_list li {
  margin-left: 24px;
}
ul.link_btn_list li:first-child {
  margin-left: 0;
}
ul.link_btn_list li .button {
  width: 333px;
  font-size: 1.6rem;
  padding: 14px 8px;
}

/* btn_border */
.btn_border {
  box-sizing: border-box;
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  padding: 8px 16px;
  border: 2px #f9a825 solid;
  color: #f9a825;
  text-align: center;
  border-radius: 8px;
  background: #fff;
}
.btn_border:hover {
  border: 2px #f9a825 solid;
  color: #fff;
  background: #f9a825;
  opacity: 1;
}

/* btn_base */
.btn_base, .btn_base_mtp0 {
  box-sizing: border-box;
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 24px;
  padding: 10px 16px;
  color: #fff;
  text-align: center;
  background: #f9a825;
  border-radius: 8px;
  border: 2px #f9a825 solid;
}
.btn_base:hover, .btn_base_mtp0:hover {
  opacity: 1;
  color: #f9a825;
  background: #fff;
  border: 2px #f9a825 solid;
}

.btn_base_mtp0 {
  margin-top: 0;
}

.btn_center {
  width: 34%;
  height: auto;
  margin: 48px auto 0;
}

/*　テーブル
----------------------------------------------------*/
.table_base {
  width: 100%;
  height: auto;
  border-collapse: separate;
  border-spacing: 1px;
}
.table_base tr th {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  width: 30%;
  height: auto;
  padding: 10px;
  color: #fff;
  vertical-align: top;
  text-align: center;
  background: #62b90f;
}
.table_base tr td {
  width: 70%;
  height: auto;
  padding: 10px 16px;
  background: #f2f2f2;
}

.table_base2 {
  width: 100%;
  height: auto;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 1.5rem;
}
.table_base2 tr th {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  width: 30%;
  height: auto;
  padding: 16px 24px;
  color: #fff;
  vertical-align: top;
  background: #62b90f;
}
.table_base2 tr td {
  width: 70%;
  height: auto;
  padding: 16px 24px;
  background: #f2f2f2;
}

.table_price {
  width: 100%;
  height: auto;
  border-collapse: separate;
  border-spacing: 1px 1px;
  font-size: 1.5rem;
}
.table_price tr th {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  width: 30%;
  height: auto;
  padding: 16px 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #62b90f;
}
.table_price tr th.sub {
  background: #9ccc65;
}
.table_price tr th.full {
  width: 70%;
}
.table_price tr th.half {
  width: 35%;
}
.table_price tr td {
  width: 35%;
  height: auto;
  padding: 16px 24px;
  text-align: center;
  background: #f2f2f2;
}
.table_price tr td.price {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #d81b60;
}
.table_price tr td.price span {
  display: block;
  font-size: 1.4rem;
}
.table_price tr td.full {
  width: 70%;
}
.table_price tr td.half {
  width: 35%;
}

/*　table_form
--------------------------------------*/
.table_form {
  /*margin-top:40px;*/
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
.table_form.group-contact, .table_form.group-reserve {
  margin-top: -1px;
}
.table_form tr th {
  position: relative;
  width: 30%;
  height: auto;
  padding: 24px 94px 24px 24px;
  background: #62b90f;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  vertical-align: top;
}
.table_form tr th span {
  position: absolute;
  top: 26px;
  right: 24px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px 0px 5px 10px;
  line-height: 1;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  background: #e53935;
  border-radius: 4px;
  letter-spacing: 10px;
}
.table_form tr td {
  width: 70%;
  height: auto;
  padding: 16px 24px;
  background: #f2f2f2;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.wpcf7 .section_subtitle + .table_form {
  margin-top: 0;
}
.wpcf7 .section_subtitle {
  margin-top: 40px;
}
.wpcf7 .section_subtitle + br {
  display: none;
}

.questionary_form tr th {
  width: 35%;
  font-size: 1.4rem;
}
.questionary_form tr th .additional {
  margin-top: 4px;
  font-size: 1.3rem;
}
.questionary_form tr th .en_text {
  margin-top: 4px;
  display: block;
  color: #134440;
  font-size: 1.0rem;
  text-align: left;
  font-weight: bold;
}
.questionary_form tr td .other_area {
  margin: 10px 0 6px;
}
.questionary_form tr td .address_list {
  display: flex;
}
.questionary_form tr td .address_list li {
  width: 28%;
}
.questionary_form tr td .address_list li.zip_area {
  width: 16%;
}
.questionary_form tr td .address_list li.pref_area {
  width: 16%;
}
.questionary_form tr td .address_list li .item_name {
  font-size: 1.3rem;
  margin-bottom: 2px;
}
.questionary_form tr td .address_list li + li {
  margin-left: 2%;
}

/*　フォーム
----------------------------------------------------*/
.table_form {
  /*入力確認　インプット背景色*/
}
.table_form input {
  width: 100%;
  height: 36px;
  padding-left: 2%;
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
}
.table_form input.zip {
  width: 50%;
}
.table_form input.zipcode {
  width: 40%;
}
.table_form input.emailaddress {
  width: 60%;
}
.table_form input.score {
  width: 30%;
}
.table_form input.birth-year {
  width: 20%;
  margin: 0 1%;
}
.table_form input.group-otona, .table_form input.group-kodomo {
  width: 15%;
  margin: 0 1%;
}
.table_form input.group-kodomo {
  margin: 8px 1% 0;
}
.table_form input.name-sei, .table_form input.name-mei, .table_form input.furigana-sei, .table_form input.furigana-mei {
  width: 48%;
}
.table_form input.furigana-sei, .table_form input.furigana-mei {
  margin-top: 16px;
}
.table_form input.visitor_other {
  width: 40%;
}
.table_form input.staff, .table_form input.onamae, .table_form input.telephone {
  width: 40%;
}
.table_form input[type="text"]:focus, .table_form input[type="tel"]:focus, .table_form input[type="email"]:focus, .table_form textarea:focus {
  box-shadow: 0 0 3px #62b90f;
  border: 1px solid #62b90f;
}
.table_form input[type="radio"] {
  display: none;
}
.table_form input[type="radio"] + span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
  cursor: pointer;
}
.table_form input[type="radio"] + span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.table_form input[type="radio"]:checked + span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  content: "";
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #F9A825;
  border-radius: 50%;
}
.table_form input[type="radio"]:checked + span::before {
  border: 1px solid #F9A825;
}
.table_form input[type="checkbox"] {
  display: none;
}
.table_form input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
  cursor: pointer;
}
.table_form input[type="checkbox"] + span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.table_form input[type="checkbox"]:checked + span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  font-family: "Font Awesome 5 Free";
  content: "";
  transform: translateY(-50%);
  color: #F9A825;
  font-weight: 600;
}
.table_form input[type="checkbox"]:checked + span::before {
  border: 1px solid #F9A825;
}
.table_form .wpcf7-radio, .table_form .wpcf7-checkbox {
  display: block;
  margin: -3px 0 0 -18px;
}
.table_form .wpcf7-radio .wpcf7-list-item, .table_form .wpcf7-checkbox .wpcf7-list-item {
  margin: 3px 0 0 18px;
}
.table_form .wpcf7c-conf {
  background-color: #eff8ff !important;
}
.table_form select {
  padding: 2% 0 0 2%;
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  vertical-align: middle;
}
.table_form select.riyo-h01, .table_form select.riyo-m01, .table_form select.riyo-h02, .table_form select.riyo-m02, .table_form select.riyo-h03, .table_form select.riyo-m03 {
  width: 15%;
  margin: 0 1%;
}
.table_form select.pref {
  width: 100%;
  padding: 6px 0 9px 2%;
}
.table_form textarea {
  width: 100%;
  height: 192px;
  min-height: 192px;
  padding: 10px 2%;
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  vertical-align: middle;
  resize: vertical;
}

.wpcf7 {
  /*住所自動入力ボタン*/
}
.wpcf7 input[type="date"] {
  width: 40%;
}
.wpcf7 input[type="number"] {
  width: 15%;
}
.wpcf7 input[type="number"].score {
  width: 40%;
}
.wpcf7 input[type="submit"] {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  margin: 48px auto 0;
  display: block;
  width: 40%;
  max-width: 400px;
  height: auto;
  color: #fff;
  letter-spacing: 0.2rem;
  line-height: 1;
  background: #f7a737;
  padding: 16px 0;
  border: solid 2px #f7a737;
  cursor: pointer;
  transition: 0.3s;
}
.wpcf7 input[type="submit"]:hover {
  color: #f7a737;
  background: #fff;
}
.wpcf7 input[type="button"] {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  margin: 48px auto 0;
  display: block;
  width: 40%;
  max-width: 400px;
  height: auto;
  background: #808080;
  padding: 16px 0;
  color: #fff;
  letter-spacing: 0.2rem;
  cursor: pointer;
  transition: 0.3s;
}
.wpcf7 input[type="button"]:hover {
  background: #565656;
}
.wpcf7 input[type="button"].zip_btn {
  display: inline-block;
  width: 40%;
  height: 36px;
  margin: 0 0 0 15px;
  background: #808080;
  padding: 0;
  vertical-align: bottom;
  color: #fff;
  letter-spacing: 0.2rem;
  cursor: pointer;
  transition: 0.3s;
}
.wpcf7 input[type="button"].zip_btn:hover {
  background: #565656;
}

/*　2022.6.13 エラー表示変更
----------------------------------------------------*/
.wpcf7-not-valid {
  border-color: #c1272d !important;
  background: rgba(193, 39, 45, 0.1) !important;
  transition: all .3s;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

/* contactform7　エラー表示改修
----------------------------------------------------*/
.wpcf7-not-valid-tip {
  display: none !important;
}

/*エラー時の表示*/
.wpcf7-not-valid {
  border-color: #c1272d !important;
  background: #f7dddf !important;
  transition: all .3s;
}
.wpcf7-not-valid.wpcf7-checkbox {
  font-weight: bold !important;
  background: transparent !important;
}
.wpcf7-not-valid.wpcf7-checkbox input[type="checkbox"] + span::before,
.wpcf7-not-valid.wpcf7-checkbox label::before {
  border-color: #c1272d !important;
  background: #f7dddf !important;
  transition: all .3s;
}
.wpcf7-not-valid.wpcf7-radio {
  font-weight: bold !important;
  background: transparent !important;
}
.wpcf7-not-valid.wpcf7-radio::before {
  margin-bottom: 8px;
  content: '該当するものを一つ選択してください';
  display: block;
  color: #c1272d !important;
  font-weight: normal !important;
}
.wpcf7-not-valid.wpcf7-radio input[type="radio"] + span::before,
.wpcf7-not-valid.wpcf7-radio label::before {
  border-color: #c1272d !important;
  background: #f7dddf !important;
  transition: all .3s;
}
.wpcf7-not-valid.wpcf7-radio input[type="radio"]:checked + span::after {
  background: #c1272d !important;
}

/*　カラム
----------------------------------------------------*/
.fb_container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.fb_container > .col2 {
  width: 48%;
  height: auto;
  margin: 3% 0 0 4%;
}
.fb_container > .col2:nth-child(2n+1) {
  margin-left: 0;
}
.fb_container > .col2:nth-child(-n+2) {
  margin-top: 0;
}
.fb_container > .col3 {
  width: 31%;
  height: auto;
  margin: 3% 0 0 3.5%;
}
.fb_container > .col3:nth-child(3n+1) {
  margin-left: 0;
}
.fb_container > .col3:nth-child(-n+3) {
  margin-top: 0;
}
.fb_container > .col4 {
  width: 23.5%;
  height: auto;
  margin: 3% 0 0 2%;
}
.fb_container > .col4:nth-child(4n+1) {
  margin-left: 0;
}
.fb_container > .col4:nth-child(-n+4) {
  margin-top: 0;
}

/*　リスト
----------------------------------------------------*/
/*　パンくずリスト
----------------------------------------------------*/
/* topicpass
--------------------*/
.topicpass {
  margin-bottom: 30px;
  text-align: right;
}
.topicpass a {
  color: #f7a737;
}
.topicpass i {
  margin: 0 4px;
}

/* ページトップ
----------------------------------------------------*/
/* page-top
--------------------*/
#page-top {
  width: 86px;
  height: 80px;
  position: absolute;
  top: -119px;
  right: -15%;
}
#page-top a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common/btn_pagetop.svg") no-repeat bottom center;
  background-size: contain;
}
#page-top i {
  margin: 0 4px;
}

/* 見出し
----------------------------------------------------*/
/* top_section_title
-------------------------------------*/
.top_section_title {
  margin: 64px auto 88px;
  display: block;
  width: 100%;
  color: #00773D;
  font-size: 5.4rem;
  font-family: 'Damion', cursive;
  line-height: 1;
  text-align: center;
  position: relative;
}
.top_section_title span {
  margin: 8px auto 16px;
  display: block;
  color: #999999;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.top_section_title::after {
  display: block;
  content: '';
  width: 1px;
  height: 40px;
  background: #B3B3B3;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

/* page_title
-------------------------------------*/
.page_title {
  padding-top: 80px;
  margin: 0 auto 80px;
  display: block;
  width: 100%;
  color: #00773D;
  font-size: 5.4rem;
  font-family: 'Damion', cursive;
  line-height: 1;
  text-align: center;
  position: relative;
}
.page_title span {
  margin: 8px auto 0;
  display: block;
  color: #333333;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.subpage_header + .page_title {
  padding-top: 124px;
}

/* page_sub_title
-------------------------------------*/
.page_sub_title {
  width: 1120px;
  margin: 80px auto 36px;
  position: relative;
  color: #fff;
  font-size: 2.0rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
  background: rgba(98, 185, 15, 0.9);
  border-radius: 16px;
  padding: 19px 24px;
}
.page_sub_title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: rgba(98, 185, 15, 0.9) transparent transparent transparent;
  border-width: 12px;
  transition: 0.3s;
}

/* section_title
-------------------------------------*/
.section_title, .section_title_mtp0 {
  display: block;
  margin: 48px auto 32px;
  color: #333333;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  border-bottom: solid 2px #00773d;
  padding: 6px 0 6px 64px;
  position: relative;
}
.section_title::before, .section_title_mtp0::before {
  display: inline-block;
  content: '';
  width: 50px;
  height: 33px;
  background: url("../images/common/bg_section_title.png") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section_title_mtp0 {
  margin-top: 0;
}

/* section_subtitle
-------------------------------------*/
.section_subtitle, .section_subtitle_mtp0 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  margin: 24px auto 16px;
  font-size: 1.5rem;
}
.section_subtitle::before, .section_subtitle_mtp0::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 500;
  margin-right: 8px;
  color: #62b90f;
}

.section_subtitle_mtp0 {
  margin-top: 0;
}

/* green_title
-------------------------------------*/
.green_title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  margin: 12px 0 8px;
  text-align: center;
  color: #62b90f;
  font-size: 1.5rem;
}

/* plan_title
-------------------------------------*/
.plan_title {
  display: inline-block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 24px;
  padding: 7px 12px;
  font-size: 1.5rem;
  color: #62b90f;
  border: 2px #62b90f solid;
}

/* plan_title
-------------------------------------*/
.pickup_title {
  font-family: 'Damion', cursive;
  margin-bottom: 16px;
  font-size: 4rem;
  color: #d81b60;
  text-align: center;
}

/*****************************************************

 Template - Header
 
*****************************************************/
/* global_header
----------------------------------------------------*/
.global_header {
  display: block;
  width: 100%;
  height: 140px;
  min-width: 1240px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  border-bottom: solid 4px #62b90f;
}

/* header_contents
--------------------------------------*/
.header_contents {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header_contents .header_title {
  width: 260px;
  height: 98px;
  margin-left: 1.2%;
}
.header_contents .header_title a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common/title_logo01.svg") no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.header_contents .header_title a:hover {
  opacity: 0.7;
}
.header_contents .header_title_center {
  width: 260px;
  height: 98px;
  margin: 0 auto;
}
.header_contents .header_title_center a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common/title_logo01.svg") no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.header_contents .header_title_center a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1300px) {
  .header_contents .header_title {
    width: 240px;
    height: 90px;
  }
}
/* global_nav
----------------------------------------------------*/
.global_nav {
  margin-left: auto;
  margin-right: 1.2%;
}
.global_nav .global_nav_contents {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100%;
}
.global_nav .global_nav_contents .nav_contents_left .btn_list01 {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.global_nav .global_nav_contents .nav_contents_left .btn_list01 li {
  margin-left: 10px;
}
.global_nav .global_nav_contents .nav_contents_left .btn_list01 li:first-of-type {
  margin-left: 0;
}
.global_nav .global_nav_contents .nav_contents_left .btn_list01 li a.button {
  width: 147px;
}
.global_nav .global_nav_contents .nav_contents_left .btn_list01 li.tw {
  width: 36px;
  height: 36px;
  margin-left: 16px;
}
.global_nav .global_nav_contents .nav_contents_left .btn_list01 li.tw a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common/icon_twitter.svg") center center;
  background-size: contain;
}
.global_nav .global_nav_contents .nav_contents_left .btn_list01 li.ig {
  width: 36px;
  height: 36px;
}
.global_nav .global_nav_contents .nav_contents_left .btn_list01 li.ig a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common/icon_instagram.svg") center center;
  background-size: contain;
}
.global_nav .global_nav_contents .nav_contents_left .menu_list {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.global_nav .global_nav_contents .nav_contents_left .menu_list li {
  margin-left: 48px;
}
.global_nav .global_nav_contents .nav_contents_left .menu_list li:first-of-type {
  margin-left: 0;
}
.global_nav .global_nav_contents .nav_contents_left .menu_list li a {
  color: #4D4D4D;
  font-size: 1.7rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  transition: 0.3s;
}
.global_nav .global_nav_contents .nav_contents_left .menu_list li a:hover::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -29px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #62B90F transparent;
  border-width: 9px;
  transition: 0.3s;
}
.global_nav .global_nav_contents .nav_contents_left .menu_list li.active a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -29px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #62B90F transparent;
  border-width: 9px;
  transition: 0.3s;
}
.global_nav .global_nav_contents .nav_contents_right {
  margin-left: 24px;
}
.global_nav .global_nav_contents .nav_contents_right .btn_list02 {
  display: flex;
  align-items: center;
}
.global_nav .global_nav_contents .nav_contents_right .btn_list02 li {
  width: 96px;
  height: 96px;
  margin-left: 16px;
}
.global_nav .global_nav_contents .nav_contents_right .btn_list02 li:first-of-type {
  margin-left: 0;
}
.global_nav .global_nav_contents .nav_contents_right .btn_list02 li a:hover {
  transform: scale(1.05, 1.05);
}
.global_nav .global_nav_contents .nav_contents_right .btn_list02 li.access a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common/btn_access.svg") center center;
  background-size: contain;
}
.global_nav .global_nav_contents .nav_contents_right .btn_list02 li.reserve a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common/btn_reserve.svg") center center;
  background-size: contain;
}
.global_nav .global_nav_contents .nav_contents_right .btn_list02 li.onlineshop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common/btn_onlineshop.svg") center center;
  background-size: contain;
}
.global_nav .global_nav_contents .nav_contents_right .btn_list02 li.ticket a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common/btn_ticket.svg") center center;
  background-size: contain;
}

@media screen and (max-width: 1320px) {
  /* global_nav
  ----------------------------------------------------*/
  .global_nav .global_nav_contents {
    max-width: none;
  }
  .global_nav .global_nav_contents .nav_contents_left .btn_list01 li a.button {
    width: 112px;
  }
  .global_nav .global_nav_contents .nav_contents_left .menu_list {
    margin-top: 23px;
  }
  .global_nav .global_nav_contents .nav_contents_left .menu_list li {
    margin-left: 32px;
  }
  .global_nav .global_nav_contents .nav_contents_left .menu_list li a {
    font-size: 1.5rem;
  }
  .global_nav .global_nav_contents .nav_contents_left .menu_list li a:hover::after {
    bottom: -30px;
  }
  .global_nav .global_nav_contents .nav_contents_left .menu_list li.active a::after {
    bottom: -30px;
  }
}
/*****************************************************

 Template - Footer
 
*****************************************************/
/* global_footer
----------------------------------------------------*/
.global_footer {
  border-top: solid 2px #00773D;
}

/* footer_reserve
----------------------------------------------------*/
.footer_reserve {
  margin-top: 40px;
  position: relative;
}
.footer_reserve .footer_reserve_title {
  margin: 0 auto 40px;
  display: block;
  width: 100%;
  color: #00773D;
  font-size: 5.4rem;
  font-family: 'Damion', cursive;
  line-height: 1;
  text-align: left;
  position: relative;
}
.footer_reserve .footer_reserve_title span {
  margin: 0 0 0 16px;
  display: inline-block;
  color: #999999;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.list_reserve_menu {
  position: relative;
  width: 100%;
  height: auto;
}
.list_reserve_menu li {
  float: left;
  width: 23.5%;
  height: auto;
  margin: 3% 0 0 2%;
}
.list_reserve_menu li:nth-child(4n+1) {
  margin-left: 0;
}
.list_reserve_menu li:nth-child(-n+4) {
  margin-top: 0;
}
.list_reserve_menu li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 16px;
}
.list_reserve_menu li a figure {
  line-height: 0;
}
.list_reserve_menu li a figure img {
  border-radius: 16px;
}
.list_reserve_menu li a h3 {
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background: #81D135;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 0 0 16px 16px;
  position: absolute;
  bottom: 0;
}

/* footer_info_bnr
----------------------------------------------------*/
.footer_info_bnr {
  margin-top: 40px;
  padding: 40px 0;
  background-size: auto auto;
  background-color: #fafafa;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, whitesmoke 10px, whitesmoke 20px);
  position: relative;
}
.footer_info_bnr::before {
  display: block;
  content: '';
  width: 94px;
  height: 92px;
  background: url("../images/common/figure_footer_left.svg") no-repeat center center;
  position: absolute;
  bottom: -5px;
  left: 18px;
}

/* info_bnr_slider
----------------------------------------------------*/
.info_bnr_slider {
  position: relative;
  width: 100%;
  height: auto;
}
.info_bnr_slider li {
  width: 208px;
  margin: 0 10px;
}
.info_bnr_slider li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 16px;
}
.info_bnr_slider li a figure {
  line-height: 0;
}
.info_bnr_slider li a figure img {
  border-radius: 6px 6px 0 0;
}
.info_bnr_slider li a h3 {
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background: #F9A825;
  padding: 8px 4px;
  box-sizing: border-box;
  border-radius: 0 0 6px 6px;
  /*position: absolute;
  bottom: 0;*/
}
.info_bnr_slider .slide-arrow {
  font-size: 2.4rem;
  color: #F9A825;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.info_bnr_slider .slide-arrow:hover {
  color: #F7C986;
}
.info_bnr_slider .prev-arrow {
  position: absolute;
  top: 40%;
  left: -3%;
}
.info_bnr_slider .next-arrow {
  position: absolute;
  top: 40%;
  right: -3%;
}
.info_bnr_slider .slide-dots {
  text-align: center;
}
.info_bnr_slider .slide-dots li {
  display: inline-block;
  margin: 8px 16px 0;
}
.info_bnr_slider .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.info_bnr_slider .slide-dots li button:before {
  content: '●';
  color: #ccc;
  font-size: 1.4rem;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.info_bnr_slider .slide-dots li.slick-active button:before {
  content: '●';
  color: #555;
}

/* footer_info_text
----------------------------------------------------*/
.footer_info_text {
  background: #00773D;
  padding: 0 0 16px;
  position: relative;
}
.footer_info_text .footer_logo {
  display: block;
  margin: 40px auto 0;
  width: 221px;
  height: 60px;
}
.footer_info_text .footer_logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/common/title_logo02.svg) no-repeat;
  background-size: contain;
}
.footer_info_text address {
  margin-top: 24px;
}
.footer_info_text address p {
  margin-top: 8px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.3;
}
.footer_info_text address p a {
  color: #fff;
}

/* copyright
----------------------------------------------------*/
.copyright {
  margin-top: 32px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
}

/*****************************************************

 Page - Common
 
*****************************************************/
/* main_content
----------------------------------------------------*/
.main_content {
  margin-top: 140px;
  height: auto;
  min-height: 110vh;
  background: url("../images/common/bg_main_contents.png") bottom center no-repeat;
  background-size: contain;
  padding-bottom: 120px;
}
.main_content.subpage {
  background-image: url("../images/common/bg_sub_main_contents.jpg"), url("../images/common/bg_main_contents.png");
  background-position: top center,bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* header_page_menu
----------------------------------------------------*/
.subpage_header {
  display: block;
  width: 100%;
  min-width: 1240px;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 990;
}
.subpage_header .header_page_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subpage_header .header_page_menu li {
  width: 100%;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.subpage_header .header_page_menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  color: #4d4d4d;
  text-align: center;
  line-height: 1.4;
  background: transparent;
  padding: 16px 8px;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /*z-index:10;*/
}
.subpage_header .header_page_menu li a:hover {
  color: #fff;
  background: #62b90f;
}
.subpage_header .header_page_menu li.active a {
  color: #fff;
  background: #62b90f;
}

/*****************************************************

 Page - Home
 
*****************************************************/
/* top_mainvisual
----------------------------------------------------*/
.top_mainvisual {
  position: relative;
}
.top_mainvisual .title_contents .top_maintitle {
  display: block;
  width: 950px;
  height: 225px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/home/text_top_maintitle.png") center center;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

/* bnr_important_Notice
----------------------------------------------------*/
.bnr_important_Notice {
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 960px;
  height: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.bnr_important_Notice a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 10px 16px;
  text-align: center;
  color: #4d4d4d;
  background: rgba(255, 255, 255, 0.9);
  border: 2px #c1272d solid;
  border-radius: 6px;
}
.bnr_important_Notice a .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 3px;
  font-size: 1.8rem;
  color: #c1272d;
}

/* top_mainslider
--------------------------------*/
.top_mainslider .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}
.top_mainslider .slick-dots li {
  display: inline-block;
  margin: 8px 16px 0;
}
.top_mainslider .slick-dots li button {
  position: relative;
  text-indent: -9999px;
}
.top_mainslider .slick-dots li button:before {
  content: '●';
  color: #fff;
  font-size: 0.8rem;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.top_mainslider .slick-dots li.slick-active button:before {
  content: '●';
  color: #00773D;
}

/* top_information
----------------------------------------------------*/
.top_information .info_event_title {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  background: #fff;
  padding: 11px 32px;
  border: solid 2px #333333;
}

/* top_info_ikemen
------------------------------------*/
.top_info_ikemen {
  width: 100%;
  height: auto;
  margin-top: 48px;
  /*margin-left:auto;*/
}
.top_info_ikemen .ikemen_title {
  display: block;
  width: 400px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/home/title_ikemen_diary.png") center center no-repeat;
  background-size: contain;
  margin: auto;
}
.top_info_ikemen article a {
  display: block;
  transition: all .3s;
}
.top_info_ikemen article a:hover {
  opacity: 0.7;
}
.top_info_ikemen article a figure {
  margin-top: 4px;
}
.top_info_ikemen article a time {
  margin-top: 8px;
  display: block;
  color: #333;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.top_info_ikemen article a h3 {
  margin-top: 8px;
  font-size: 1.5rem;
  color: #0071BC;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

/* top_info_eventlist
------------------------------------*/
.top_info_eventlist {
  margin-top: 32px;
  position: relative;
  width: 100%;
  height: auto;
}
.top_info_eventlist li {
  width: 352px;
  height: auto;
  margin: 0 16px;
}
.top_info_eventlist li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #4d4d4d;
  transition: 0.3s;
}
.top_info_eventlist li a .label {
  margin-top: 16px;
}
.top_info_eventlist li a .label time {
  color: #4d4d4d;
  font-size: 1.3rem;
  font-weight: 700;
}
.top_info_eventlist li a .title {
  margin-top: 8px;
  color: #62B90F;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.top_info_eventlist li a .lead {
  margin-top: 6px;
}
.top_info_eventlist .slide-arrow {
  font-size: 3.2rem;
  color: #F9A825;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.top_info_eventlist .slide-arrow:hover {
  color: #F7C986;
}
.top_info_eventlist .prev-arrow {
  position: absolute;
  top: 30%;
  left: -3.5%;
}
.top_info_eventlist .next-arrow {
  position: absolute;
  top: 30%;
  right: -3.5%;
}

/* info_list_area
------------------------------------*/
.info_list_area {
  margin-top: 40px;
  display: flex;
}

/* top_info_pickup
------------------------------------*/
.top_info_pickup {
  /*margin-bottom: 40px;*/
}

/* top_info_list
------------------------------------*/
.top_info_list {
  margin-top: 48px;
  width: 100%;
  height: 365px;
  background: rgba(251, 246, 233, 0.7);
  padding: 24px 16px 14px 24px;
  box-sizing: border-box;
  border-radius: 16px;
}
.top_info_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #00773D;
}
.top_info_list .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .top_info_list .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 119, 61, 0.9);
}
.top_info_list .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 119, 61, 0.75);
}
.top_info_list ul {
  width: 100%;
  height: auto;
}
.top_info_list ul li {
  margin-top: 18px;
}
.top_info_list ul li:first-child {
  margin-top: 0;
}
.top_info_list ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  transition: all .3s;
}
.top_info_list ul li a:hover {
  opacity: 0.7;
}
.top_info_list ul li a figure {
  width: 90px;
  height: 90px;
  line-height: 0;
}
.top_info_list ul li a figure img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.top_info_list ul li a .text_area {
  margin-left: 24px;
  color: #4d4d4d;
}
.top_info_list ul li a .text_area .label {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.top_info_list ul li a .text_area .label time {
  padding-top: 1px;
  color: #4d4d4d;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
.top_info_list ul li a .text_area .label span {
  margin-left: 16px;
}
.top_info_list ul li a .text_area .label span.category {
  width: auto;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  background: #4DB6AC;
  padding: 4px 8px 3px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
}
.top_info_list ul li a .text_area .label span.category.event {
  background: #b60e47;
}
.top_info_list ul li a .text_area .title {
  margin-top: 4px;
  color: #62B90F;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.top_info_list ul li a .text_area .lead {
  margin-top: 4px;
}

/* top_introduction
----------------------------------------------------*/
.top_introduction {
  /*margin-top:64px;*/
  padding: 0 0 64px 0;
  background: url("../images/home/bg_top_introduction.png") center repeat;
}

/* top_intro_list
------------------------------------*/
.top_intro_list li img {
  width: 100%;
}
.top_intro_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_intro_list li a:hover {
  opacity: 1;
  transform: scale(1.1, 1.1);
}
.top_intro_list.list01, .top_intro_list.list02 {
  width: 100%;
  display: flex;
}
.top_intro_list.list01 li, .top_intro_list.list02 li {
  width: 296px;
  margin-left: 56px;
}
.top_intro_list.list01 li:first-child, .top_intro_list.list02 li:first-child {
  margin-left: 0;
}
.top_intro_list.list01 {
  justify-content: flex-start;
  align-items: flex-start;
}
.top_intro_list.list02 {
  justify-content: flex-end;
  align-items: flex-end;
}
.top_intro_list.list03 {
  width: 100%;
  display: flex;
}
.top_intro_list.list03 li {
  width: 541px;
  margin-left: 40px;
}
.top_intro_list.list03 li:first-child {
  margin-left: 0;
}
.top_intro_list.list04 {
  width: 100%;
  display: flex;
}
.top_intro_list.list04 li {
  width: 100%;
  margin: auto;
}
.top_intro_list.list04 li a:hover {
  transform: scale(1.05, 1.05);
}

/* top_sns
----------------------------------------------------*/
.top_sns {
  min-height: 680px;
  padding: 0 0 0 0;
}

/* sns_widget_area
------------------------------------*/
.sns_widget_area {
  position: relative;
  width: 100%;
  height: auto;
}
.sns_widget_area .col_1 {
  float: left;
  width: 48%;
  height: auto;
  margin: 2.5% 0 0 4%;
}
.sns_widget_area .col_1:nth-child(2n+1) {
  margin-left: 0;
}
.sns_widget_area .col_1:nth-child(-n+2) {
  margin-top: 0;
}

/*****************************************************

 Page - Contact,Faq,Privacy
 
*****************************************************/
/* アコーディオン
----------------------------------------------------*/
/* dl_accordion */
.dl_accordion {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  line-height: 1.4;
}
.dl_accordion dt {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 14px 25px 14px 16px;
  color: #f7a737;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  border: 2px #f7a737 solid;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dl_accordion dt::before {
  content: 'Q. ';
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.dl_accordion dt::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #f7a737;
}
.dl_accordion dt:hover {
  border-color: rgba(255, 197, 112, 0.6);
}
.dl_accordion dt.active {
  border-color: #f7a737;
}
.dl_accordion dt.active::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 600;
}
.dl_accordion dd {
  display: none;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 14px 16px 16px;
  border: 2px #ccc solid;
  border-top: 0;
}

/*****************************************************

 Page - News
 
*****************************************************/
/* news_archive
----------------------------------------------------*/
.menu_title {
  display: block;
  width: 100%;
  margin: 30px auto 24px;
  color: #62b90f;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

.category_menu, .year_menu {
  position: relative;
  width: 100%;
  height: auto;
}
.category_menu li, .year_menu li {
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
.category_menu li a, .year_menu li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background: #cccccc;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /*z-index:10;*/
}
.category_menu li a:hover, .year_menu li a:hover {
  color: #fff;
  background: #62b90f;
}
.category_menu li.active a, .year_menu li.active a {
  color: #fff;
  background: #62b90f;
}

.category_menu li {
  float: left;
  width: 31.3%;
  margin: 24px 0 0 3%;
}
.category_menu li:nth-child(-1n+3) {
  margin-top: 0;
}
.category_menu li:nth-child(3n+1) {
  margin-left: 0;
}

.year_menu li {
  float: left;
  width: 18%;
  margin: 24px 0 0 2.5%;
}
.year_menu li:nth-child(-1n+5) {
  margin-top: 0;
}
.year_menu li:nth-child(5n+1) {
  margin-left: 0;
}

.post_list {
  position: relative;
  width: 100%;
  height: auto;
}
.post_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  transition: all .3s;
}
.post_list li a:hover {
  opacity: 0.7;
}
.post_list li a .label {
  margin-top: 16px;
  display: flex;
  align-items: center;
  color: #333;
}
.post_list li a .label time {
  padding-top: 1px;
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
.post_list li a .label span {
  margin-left: 12px;
}
.post_list li a .label span.category {
  width: auto;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  background: #4DB6AC;
  padding: 4px 8px 3px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
}
.post_list li a .label span.category.event {
  background: #b60e47;
}
.post_list li a .title {
  margin-top: 8px;
  color: #62B90F;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.post_list li a .lead {
  margin-top: 6px;
  color: #4d4d4d;
}

.ikemen_maintitle {
  display: block;
  width: 1120px;
  height: 400px;
  margin: 30px auto 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common/maintitle_ikemen_diary.png") center center no-repeat;
  background-size: contain;
}

/*　Pager
----------------------------------------------------*/
.pager {
  margin: 64px 0 0 0;
  text-align: center;
}
.pager .page-numbers {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 12px 2px 0;
  border: 1px #cccccc solid;
  color: #cccccc;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  line-height: 40px;
}
.pager a.page-numbers {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pager a.page-numbers:hover {
  background: #f9a825;
  border: 1px #f9a825 solid;
  color: #fff;
  opacity: 1;
}
.pager .current {
  background: #f9a825;
  border: 1px #f9a825 solid;
  color: #fff;
}

/* news_single
----------------------------------------------------*/
.news_single .link_btn {
  margin-top: 80px;
}
.news_single .link_btn .button {
  width: 333px;
  padding: 15px 0;
}
.news_single .post_contents .post_title h2 {
  display: block;
  width: 100%;
  margin: 30px auto 24px;
  color: #62b90f;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-align: left;
}
.news_single .post_contents .post_title .label {
  margin-top: 14px;
  width: 100%;
  display: flex;
  align-items: center;
}
.news_single .post_contents .post_title .label time {
  padding-top: 1px;
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
.news_single .post_contents .post_title .label span {
  margin-left: 16px;
}
.news_single .post_contents .post_title .label span.category {
  width: auto;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  background: #B60E47;
  padding: 4px 8px 3px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
}
.news_single .post_contents .post_title .label span.category.event {
  background: #b60e47;
}

/*　editor_area エディター装飾
----------------------------------------------------*/
.editor_area {
  margin-top: 40px;
  width: 100%;
  height: auto;
}
.editor_area img:first-child, .editor_area p:first-child, .editor_area ul:first-child, .editor_area ol:first-child, .editor_area h3:first-child, .editor_area h4:first-child {
  margin-top: 0;
}
.editor_area img {
  max-width: 100%;
  height: auto;
  margin-top: 32px;
  border: none !important;
  vertical-align: bottom;
}
.editor_area .gallery {
  margin-top: 14px !important;
}
.editor_area p {
  margin-top: 16px;
}
.editor_area a {
  color: #F9A825;
}
.editor_area strong {
  font-weight: 700;
}
.editor_area em {
  font-style: italic;
}
.editor_area ul {
  margin-top: 16px;
  list-style: disc;
  padding-left: 2.2rem;
}
.editor_area ul li {
  margin-top: 8px;
}
.editor_area ul li:first-child {
  margin-top: 0;
}
.editor_area ol {
  margin-top: 16px;
  list-style: decimal;
  padding-left: 2.2rem;
}
.editor_area ol li {
  margin-top: 8px;
}
.editor_area ol li:first-child {
  margin-top: 0;
}
.editor_area hr {
  border: 0;
  border-top: 1px #cccccc dotted;
  margin-top: 40px;
  margin-bottom: 40px;
}
.editor_area hr + img, .editor_area hr + p, .editor_area hr + ul, .editor_area hr + ol, .editor_area hr + h3, .editor_area hr + h4 {
  margin-top: 0;
}
.editor_area h3 {
  display: block;
  margin: 40px auto 32px;
  color: #333333;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  border-bottom: solid 2px #00773d;
  padding: 6px 0 6px 64px;
  position: relative;
}
.editor_area h3::before {
  display: inline-block;
  content: '';
  width: 50px;
  height: 33px;
  background: url("../images/common/bg_section_title.png") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.editor_area h3:first-child {
  margin-top: 0;
}
.editor_area h4 {
  margin: 32px auto 24px;
  color: #333333;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 700;
}
.editor_area h4::before {
  margin-right: 4px;
  display: inline-block;
  content: '';
  color: #62b90f;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.editor_area h4:first-child {
  margin-top: 0;
}

/*　comment_area コメント装飾
----------------------------------------------------*/
.comment_area {
  margin-top: 72px;
  	/*.form-submit {
  		padding:10px 0 20px;
  		text-align:right;	
  
  		.submit {
  			padding:0 40px;
  			background:#666666;
  			color:#ffffff;
  			font-size:1.5rem;
  			@include zen_maru_gothic(700);
  			line-height:40px;
  			letter-spacing:3px;
  			cursor:pointer;
  		}
  
  	}*/
}
.comment_area .commets-list {
  margin: 32px 0;
}
.comment_area .commets-list .comment-author {
  display: inline-block;
}
.comment_area .commets-list .comment-author .fn {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #62b90f;
}
.comment_area .commets-list .commentmetadata {
  display: inline-block;
  margin-left: 8px;
}
.comment_area .commets-list .commentmetadata > a:not(.comment-edit-link) {
  color: #4d4d4d;
  pointer-events: none;
}
.comment_area .commets-list .commentmetadata > a:not(.comment-edit-link):hover {
  cursor: default;
  opacity: 1;
}
.comment_area .commets-list .reply {
  text-align: right;
}
.comment_area .commets-list .reply .comment-reply-link {
  display: inline-block;
  margin-top: 8px;
  padding: 7px 16px;
  color: #fff;
  font-size: 1.3rem;
  background: #F9A825;
  border-radius: 4px;
  line-height: 1;
}
.comment_area .commets-list > .comment {
  padding-bottom: 24px;
  border-bottom: 1px #cccccc solid;
}
.comment_area .commets-list > .comment p {
  margin-top: 8px;
}
.comment_area .commets-list > .comment + .comment {
  margin-top: 24px;
}
.comment_area .commets-list > .comment .children {
  padding-left: 24px;
}
.comment_area .commets-list > .comment .children > .comment {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px #cccccc dotted;
}
.comment_area .section_ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  padding: 8px 16px;
  border: 2px #62b90f solid;
  color: #62b90f;
  font-size: 1.6rem;
  border-radius: 4px;
}
.comment_area input[type="submit"] {
  margin: 24px auto 0;
  display: inline-block;
  width: 40%;
  max-width: 240px;
  height: auto;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2rem;
  line-height: 1;
  background: #666666;
  padding: 16px 0;
  border: solid 2px #666666;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
}
.comment_area input[type="submit"]:hover {
  color: #666666;
  background: #fff;
}
.comment_area .comment-reply-title {
  margin: 0 auto 16px;
  color: #333333;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  background: #e6e6e6;
  padding: 16px;
  border-radius: 4px;
}
.comment_area textarea {
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 160px;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 1px solid #999999;
  border-radius: 4px;
}
.comment_area #author, .comment_area #email {
  margin-top: 10px;
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 1px solid #999999;
  border-radius: 4px;
}
.comment_area .logged-in-as a {
  color: #ff3333;
}
.comment_area .akismet_comment_form_privacy_notice {
  display: none;
}

/*****************************************************

 Page - reserve
 
*****************************************************/
/* border_box
----------------------------------------------------*/
.border_box, .border_box_red {
  box-sizing: border-box;
  padding: 16px;
  border: 3px #cccccc solid;
}

.border_box_red {
  color: #d81b60;
  border-color: #d81b60;
}

/* col2_fb_li
----------------------------------------------------*/
.col2_btn_li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.col2_btn_li li {
  width: 48%;
  height: auto;
}
.col2_btn_li li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* reserve_box
----------------------------------------------------*/
.reserve_box {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px #cccccc dotted;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reserve_box.no_border {
  padding-top: 0;
  border-top: 0;
}
.reserve_box .left_area {
  width: 48%;
  height: auto;
}
.reserve_box .right_area {
  width: 48%;
  height: auto;
}

/*****************************************************

 Page - about
 
*****************************************************/
/* external_link_box
----------------------------------------------------*/
.external_link_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.external_link_box > li {
  box-sizing: border-box;
  width: 48%;
  height: auto;
  margin-top: 24px;
  padding: 24px;
  background: #fbf6e9;
  border-radius: 16px;
}
.external_link_box > li img {
  display: block;
  border-radius: 16px;
}
.external_link_box > li p {
  margin-top: 16px;
}
.external_link_box > li:nth-child(-n+2) {
  margin-top: 0;
}

/*****************************************************

 Page - outdoor
 
*****************************************************/
/* switching_thumbnail
----------------------------------------------------*/
.switching_box .switching_area img {
  display: block;
}
.switching_box .switching_thumbnail {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.switching_box .switching_thumbnail li {
  width: 23.5%;
  height: auto;
  margin: 2% 0 0 2%;
}
.switching_box .switching_thumbnail li:nth-child(4n+1) {
  margin-left: 0;
}
.switching_box .switching_thumbnail li:nth-child(-n+4) {
  margin-top: 0;
}
.switching_box .switching_thumbnail li img:hover {
  cursor: pointer;
}

/*****************************************************

2020.10.1 追加CSS

*****************************************************/
/* recruit_catchcopy
----------------------------------------------------*/
.recruit_catchcopy {
  margin: 64px auto 40px;
  color: #333;
  font-size: 3.2rem;
  font-family: "リュウミン R-KL JIS2004 AP",'Ryumin R-KL JIS2004 AP';
  text-align: center;
}

/* box_ceo_message
----------------------------------------------------*/
.box_ceo_message {
  margin-top: 32px;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.box_ceo_message figure {
  width: 228px;
}
.box_ceo_message figure figcaption {
  margin-top: 16px;
  color: #333;
  font-size: 1.4rem;
  font-family: "リュウミン B-KL",'Ryumin Bold KL';
  text-align: center;
  line-height: 1.7;
}
.box_ceo_message article {
  margin-left: auto;
  width: 853px;
}
.box_ceo_message article .section_subtitle {
  margin-top: 0;
}
.box_ceo_message.reverse {
  flex-direction: row-reverse;
}
.box_ceo_message.reverse figure {
  margin-left: auto;
}
.box_ceo_message.reverse article {
  margin-left: 0;
}

/* dept_title
----------------------------------------------------*/
.dept_title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  margin: 24px auto 16px;
  color: #00773D;
  font-size: 1.5rem;
}

/* job_offer
----------------------------------------------------*/
.job_offer .section_subtitle {
  margin-top: 40px;
}

/* w48pct
----------------------------------------------------*/
.w48pct {
  width: 48%;
}

/* recruit_contact
----------------------------------------------------*/
.recruit_contact {
  margin: 40px auto 0;
  font-size: 1.6rem;
  width: 48%;
  background: #ffffed;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}
.recruit_contact .dept_title {
  margin-top: 0;
  font-size: 1.8rem;
}
.recruit_contact .contactto {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.recruit_contact .tel {
  margin-top: 8px;
  color: #f34343;
  font-size: 3.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.recruit_contact .tel .small {
  font-size: 2.2rem;
}
.recruit_contact .btn_center {
  margin-top: 8px;
  width: 65%;
}
.recruit_contact .btn_center a {
  margin-top: 0;
}

/* recruit_seminar
----------------------------------------------------*/
.recruit_seminar {
  min-width: 620px;
  padding: 16px 24px;
  background: #fff1f6;
  display: inline-block;
}

/*****************************************************

2020.12.1 追加CSS

*****************************************************/
.highlight_box {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-top: 24px;
  padding: 16px 24px;
  text-align: center;
  font-size: 1.5rem;
  color: #62b90f;
  border: 3px #62b90f solid;
}
.highlight_box span {
  color: #d81b60;
}

/*****************************************************

2021.3.16 追加CSS

*****************************************************/
.btn_footer_ticket {
  margin: 24px 0 0;
  text-align: center;
}
.btn_footer_ticket > a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 6px 24px;
  color: #fff;
  border: 2px #fff solid;
  border-radius: 4px;
}
.btn_footer_ticket > a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn_ticket {
  margin: 48px 0 0;
  text-align: center;
}
.btn_ticket > a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 12px 48px;
  color: #fff;
  font-size: 1.6rem;
  border: 2px #d4145a solid;
  background: #d4145a;
  border-radius: 4px;
}
.btn_ticket > a:hover {
  opacity: 1;
  border: 2px #d4145a solid;
  color: #d4145a;
  background: #fff;
}
.btn_ticket + .link_btn_list {
  margin-top: 40px;
}

/*****************************************************

2021.6.29 追加CSS

*****************************************************/
/* section_border
-------------------------------------*/
.section_border {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px #cccccc dotted;
}

/* section_area_title
-------------------------------------*/
.section_area_title, .section_area_title_mtp0 {
  width: 100%;
  margin: 64px auto 32px;
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  padding: 12px 16px;
  box-sizing: border-box;
  background: #F9A825;
}
.section_area_title::before, .section_area_title_mtp0::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #c28d36;
}

.section_area_title_mtp0 {
  margin-top: 0;
}

/*****************************************************

2022.8.10 ヘッダー改修

*****************************************************/
/* global_nav
----------------------------------------------------*/
.global_nav .global_nav_contents {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 100%;
}
.global_nav .global_nav_contents .flex_box {
  display: flex;
  align-items: center;
}
.global_nav .global_nav_contents .open_close {
  width: 368px;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background: #00773D;
  padding: 8px 1.2%;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
  position: absolute;
  top: 0;
  right: 1.2%;
}
.global_nav .global_nav_contents .nav_contents_left .btn_list01 li.weather {
  margin-left: 16px;
}
.global_nav .global_nav_contents .nav_contents_left .btn_list01 li.weather a {
  width: 116px;
  color: #0c419a;
  background-color: #e9f6ff;
  border: 2px solid #0c419a;
  padding: 6px 8px 9px;
}
.global_nav .global_nav_contents .nav_contents_left .btn_list01 li.weather a i {
  color: #ed6e2a;
}
.global_nav .global_nav_contents .nav_contents_left .btn_list01 li.weather a:hover {
  color: #fff;
  background-color: #0c419a;
}
.global_nav .global_nav_contents .nav_contents_left .btn_list01 li.weather a::before {
  display: inline-block;
  margin: -1px 6px 0 0;
  content: '';
  width: 20px;
  height: 16px;
  background: url(../images/common/icon_weather.svg) no-repeat center center;
  background-size: contain;
  position: relative;
  top: 2px;
  z-index: 1;
}
.global_nav .global_nav_contents .nav_contents_right {
  margin-left: 24px;
}
.global_nav .global_nav_contents .nav_contents_right .btn_list02 {
  margin-top: 24px;
}
.global_nav .global_nav_contents .nav_contents_right .btn_list02 li {
  width: 80px;
  height: 80px;
}

/*****************************************************

2023.2.27 右固定バナーエリア追加

*****************************************************/
/* fixed_bnr_area　右固定バナーエリア
----------------------------------------------------*/
.fixed_bnr_area {
  width: 190px;
  height: auto;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 100;
}
.fixed_bnr_area p {
  margin-bottom: 16px;
  width: 190px;
  height: 205px;
}
.fixed_bnr_area p:last-child {
  margin-bottom: 0;
}
.fixed_bnr_area p a {
  transition: 0.3s;
}
.fixed_bnr_area p a:hover {
  opacity: 1.0;
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 1320px) {
  .fixed_bnr_area {
    width: 160px;
  }
  .fixed_bnr_area p {
    margin-bottom: 16px;
    width: 160px;
    height: 170px;
  }
}
/* ticket_link_bnr　チケット購入リンク・バナー
----------------------------------------------------*/
.ticket_link_bnr a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common/bnr_ticket_pc.png") no-repeat;
  background-size: contain;
}

/*****************************************************

2023.3.20 プライベートテラス追加

*****************************************************/
#privateterrace .reserve_box {
  margin-top: 0;
}

/*****************************************************

2024.3.15 採用情報　タブ切り替え実装

*****************************************************/
/* tab_list
----------------------------------------------------*/
ul.tab_list {
  margin: 40px auto;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
ul.tab_list li {
  width: 48%;
  height: auto;
  margin: 4% 0 0 4%;
}
ul.tab_list li:nth-child(2n+1) {
  margin-left: 0;
}
ul.tab_list li:nth-child(-n+2) {
  margin-top: 0;
}
ul.tab_list li a {
  box-sizing: border-box;
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  padding: 8px 16px;
  border: 2px #f9a825 solid;
  text-align: center;
  border-radius: 8px;
  color: #f9a825;
  background: #fff;
}
ul.tab_list li a:hover {
  color: #f9a825;
  background: #fbeed9;
}
ul.tab_list li.active a {
  color: #fff;
  background: #f9a825;
}

/* access_bus_train
----------------------------------------------------*/
.access_bus_train {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.access_bus_train figure {
  /*width:25%;
  
  img{
  	width:100%;	
  }*/
}
.access_bus_train figure a {
  display: block;
}
