@charset "UTF-8";
:root {
  --main_text: #000;
  --primary_color:#006f35;
  --secondary_color:#ec6941;
  --warning_color:#ec6941;
  --warning_color2:#dd3837;
  --background-color: #fff;
  --color_Ivory:#fdfaee;
  --color_Ivory2:#fcf9ec;
  --color_gray:#f0f0f0;
  --color_gray2:#707070;
  --color_sweet:#f19085;
  --color_deluxe:#61cc94;
  --color_standard:#ffa224;
  --color_etc:#95d6b4;
  --color_standard_price:#f4be83;
  --color_deluxe_price:#95d6b4;
  --color_sweet_price:#fab2aa;
  --max-width: 1920px;
  --inner_content1:1200px;
  --inner_content1_with_padding:calc(var(--inner_content1) + var(--layaoutpadding) + var(--layaoutpadding) );
  --inner_content2:800px;
  --inner_content3:1100px;
  --layaoutpadding:30px;
  --footer_width:800px;
  --headersize:min(15vw,100px);
  --adobetext: "adobe-text-pro", serif;
  --mincho: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  --gothic: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  /* letter-spacing*/
  --ls80:0.08em;
  --ls60:0.06em;
  --ls50:0.05em;
  --ls40:0.04em;
  --ls10:0.01em;
}
@media (min-width: 782px) {
  :root {
    --layaoutpadding:60px;
  }
}

/**Margin**/
.margin_auto {
  margin: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mt-1 {
  margin-top: 10px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pt-1 {
  padding-top: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mt-2 {
  margin-top: 20px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pt-2 {
  padding-top: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mt-3 {
  margin-top: 30px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pt-3 {
  padding-top: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mt-4 {
  margin-top: 40px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pt-4 {
  padding-top: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-5 {
  margin-top: 50px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pt-5 {
  padding-top: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mt-6 {
  margin-top: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

.pt-6 {
  padding-top: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mt-7 {
  margin-top: 70px;
}

.pb-7 {
  padding-bottom: 70px;
}

.pt-7 {
  padding-top: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mt-8 {
  margin-top: 80px;
}

.pb-8 {
  padding-bottom: 80px;
}

.pt-8 {
  padding-top: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.mt-9 {
  margin-top: 90px;
}

.pb-9 {
  padding-bottom: 90px;
}

.pt-9 {
  padding-top: 90px;
}

.mb-10 {
  margin-bottom: 100px;
}

.mt-10 {
  margin-top: 100px;
}

.pb-10 {
  padding-bottom: 100px;
}

.pt-10 {
  padding-top: 100px;
}

.mb-0rem {
  margin-bottom: 0rem;
}

.mb-1rem {
  margin-bottom: 0.5rem;
}

.mb-2rem {
  margin-bottom: 1rem;
}

.mb-3rem {
  margin-bottom: 1.5rem;
}

.mb-4rem {
  margin-bottom: 2rem;
}

.mb-5rem {
  margin-bottom: 2.5rem;
}

.mb-6rem {
  margin-bottom: 3rem;
}

.mb-7rem {
  margin-bottom: 3.5rem;
}

.mb-8rem {
  margin-bottom: 4rem;
}

.mb-9rem {
  margin-bottom: 4.5rem;
}

.mb-10rem {
  margin-bottom: 5rem;
}

/****************
content size
*************************/
.inner_middle {
  max-width: var(--inner_content1);
  margin-left: auto;
  margin-right: auto;
}

.inner_large {
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

.inner_small {
  max-width: var(--inner_content2);
  margin-left: auto;
  margin-right: auto;
}

.inner_middlelow {
  max-width: var(--inner_content3);
  margin-left: auto;
  margin-right: auto;
}

.inner_maxcontent {
  max-width: -webkit-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.innne_padding {
  padding-left: var(--layaoutpadding);
  padding-right: var(--layaoutpadding);
}

.container_inline {
  container-type: inline-size;
}

/****************
background color
*************************/
.bgc1 {
  background-color: #fdf9ec;
}

.bgc2 {
  background-color: #fcfafa;
}

.bgc3 {
  background-color: #fef8e9;
}

.bgc4 {
  background-color: #fef8ed;
}

.bgc_ivory {
  background-color: var(--color_Ivory2);
}

.fs_large1 {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
}
@media (min-width: 1980px) {
  .fs_large1 {
    font-size: 1.125rem;
  }
}

.fs_large2 {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
}
@media (min-width: 1980px) {
  .fs_large2 {
    font-size: 1.5rem;
  }
}

.fs_large3 {
  font-size: clamp(1.5rem, 3.3vw, 1.875rem);
}
@media (min-width: 1980px) {
  .fs_large3 {
    font-size: 1.875rem;
  }
}

body {
  font-family: var(--gothic);
}

.mincho {
  font-family: var(--mincho);
}

.slick-next {
  right: 25px;
}

.slick-prev {
  left: 25px;
  z-index: 1;
}

.slick-dots {
  width: calc(100% - 50px);
  bottom: -50px;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.primary_color {
  color: var(--primary_color);
}

main > :not([class*=inner_]) {
  width: 100%;
  max-width: var(--max-width);
  padding-left: var(--layaoutpadding);
  padding-right: var(--layaoutpadding);
}

/**layout**/
body {
  position: relative;
}

body:not(.home) main {
  padding-top: var(--headersize);
}

.main_container {
  padding-top: 50px;
  padding-left: var(--layaoutpadding);
  padding-right: var(--layaoutpadding);
  max-width: calc(var(--content-wrap-width) + var(--layaoutpadding) + var(--layaoutpadding));
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.main_container.fullwidth {
  max-width: calc(var(--content-full-width) + var(--layaoutpadding) + var(--layaoutpadding));
}
.main_container.fullwidth_child {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.main_container.fullwidth_child > section {
  padding-left: var(--layaoutpadding);
  padding-right: var(--layaoutpadding);
}
@media (min-width: 1120px) {
  .main_container {
    justify-content: space-between;
    flex-direction: row;
    max-width: calc(var(--content-wrap-width) + var(--layaoutpadding) + var(--layaoutpadding));
    padding-left: var(--layaoutpadding);
    padding-right: var(--layaoutpadding);
  }
  .main_container.fullwidth {
    max-width: calc(var(--content-full-width) + var(--layaoutpadding) + var(--layaoutpadding));
  }
}

.section {
  max-width: var(--content-wrap-width);
  margin: auto;
}

.title_wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.title_wrap:not(.title_image_wrap) {
  border-bottom: 1px solid transparent;
  /* Adjust border size as needed */
  background-image: linear-gradient(to right, var(--accent_color) 5%, #ddd 5%, #ddd);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  /* The second value should match border-bottom width */
  background-position: bottom;
}
.title_wrap:not(.title_image_wrap) .title_wrap_title {
  padding-bottom: 2rem;
}
.title_wrap_title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
}
.title_wrap_title .jp {
  font-size: 2rem;
}
.title_wrap_title .en {
  font-size: 1.2rem;
  color: var(--accent_color);
  font-family: var(--adobetext);
}

.title_image_wrap {
  max-width: var(--header-wrap-width);
  display: grid;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
.title_image_wrap .bgleft {
  grid-column: 1/2;
  grid-row: 2/3;
  width: 100%;
  margin: 0;
  position: relative;
  aspect-ratio: 768/380;
  overflow: hidden;
}
.title_image_wrap .bgleft img {
  position: absolute;
  bottom: 0;
}
.title_image_wrap .bgright {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 0;
}
.title_image_wrap .title_wrap_title {
  position: relative;
  grid-column: 1/2;
  grid-row: 2/3;
  text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
  justify-content: center;
  align-items: center;
}
.title_image_wrap img {
  width: 100%;
  max-inline-size: -webkit-max-content;
  max-inline-size: max-content;
  margin: 0;
}
@media (min-width: 782px) {
  .title_image_wrap {
    grid-template-columns: var(--layaoutpadding) minmax(calc(35% - var(--layaoutpadding)), 700px) minmax(calc(59% - var(--layaoutpadding)), 1100px) var(--layaoutpadding);
    grid-template-rows: 420px;
  }
  .title_image_wrap img {
    height: 100%;
    width: auto;
  }
  .title_image_wrap .bgleft {
    grid-column: 2/3;
    grid-row: 1/2;
    width: auto;
    height: 100%;
    overflow-x: hidden;
    aspect-ratio: auto;
  }
  .title_image_wrap .bgleft img {
    position: static;
  }
  .title_image_wrap .bgright {
    grid-column: 3/4;
    grid-row: 1/2;
    width: auto;
    height: 100%;
    overflow-x: hidden;
  }
  .title_image_wrap .title_wrap_title {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 1980px) {
  .title_image_wrap {
    grid-template-columns: var(--layaoutpadding) 700px 1100px var(--layaoutpadding);
  }
}

.bread_wrap {
  max-width: var(--content-full-width);
  padding-left: min( 4cqw,var(--layaoutpadding));
  padding-right: min( 4cqw,var(--layaoutpadding));
}
@media (min-width: 1120px) {
  .bread_wrap {
    padding-left: var(--layaoutpadding);
    padding-right: var(--layaoutpadding);
    margin-left: var(--layaoutpadding);
    margin-right: var(--layaoutpadding);
  }
}

.bread {
  display: flex;
  gap: 10px;
  list-style: none;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.bread li:not(:last-child)::after {
  display: inline;
  content: ">";
  color: var(--colorE);
  padding-left: 10px;
}
.bread a {
  color: var(--link_color);
}
.bread a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/****informationブロック
*********************************/
.top_infomation {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "tab" "content" "morebtn";
  gap: 10px;
}
.top_infomation .top_title {
  grid-area: title;
}
@media (min-width: 1120px) {
  .top_infomation {
    grid-template-columns: 25% 1fr;
    grid-template-areas: "title title" "tab content" "morebtn morebtn";
    padding-top: 22px;
    display: flex;
    flex-direction: column;
  }
}
.top_infomation_tab {
  grid-area: tab;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 1120px) {
  .top_infomation_tab {
    flex-wrap: nowrap;
    margin-top: 1rem;
    letter-spacing: var(--ls40);
    gap: 32px;
  }
}
main .top_infomation_tab a {
  text-decoration: none;
  color: var(--colorE);
}
main .top_infomation_tab a.active, main .top_infomation_tab a:hover {
  color: var(--accent_color);
}
.top_infomation_tab li {
  color: var(--colorE);
  transition: all 0.5s;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--colorE);
  -o-border-image: linear-gradient(to right, transparent 50%, var(--accent_color) 50%, var(--accent_color) 50%, transparent 50%);
     border-image: linear-gradient(to right, transparent 50%, var(--accent_color) 50%, var(--accent_color) 50%, transparent 50%);
  border-image-slice: 1;
  cursor: pointer;
}
.top_infomation_tab li.active, .top_infomation_tab li:hover {
  color: var(--accent_color);
  border-bottom: 1px solid var(--accent_color);
  -o-border-image: linear-gradient(to right, transparent 20%, var(--accent_color) 20%, var(--accent_color) 80%, transparent 80%);
     border-image: linear-gradient(to right, transparent 20%, var(--accent_color) 20%, var(--accent_color) 80%, transparent 80%);
  border-image-slice: 1;
}
.top_infomation_list {
  min-height: 350px;
  grid-area: content;
  container-type: inline-size;
  width: 100%;
  max-width: var(--infomation-width);
  margin: 20px auto 0;
  transition: all 1s;
}
.top_infomation_list.hideelement {
  opacity: 0;
}
.top_infomation_list li {
  border-bottom: 1px solid var(--color2);
  padding-bottom: 0.5rem;
}
.top_infomation_list li:first-child {
  border-top: 1px solid var(--color2);
  padding-bottom: 0.5rem;
}
.top_infomation_list li a {
  display: grid;
  grid-template-columns: 100px 100px auto 1rem;
  grid-template-areas: "date cat dummy arrow" "title title title arrow";
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
  grid-template-rows: 60px;
  align-items: center;
  text-decoration: none;
  color: #000;
}
@media (min-width: 1120px) {
  .top_infomation_list li a {
    grid-template-columns: 13.5cqw minmax(11.5cqw, -webkit-max-content) 1fr 7cqw;
    grid-template-columns: 13.5cqw minmax(11.5cqw, max-content) 1fr 7cqw;
    grid-template-areas: "date cat title arrow";
    gap: 10px;
  }
}
.top_infomation_list li a:hover {
  color: var(--link_color);
  text-decoration: none;
}
.top_infomation_list li .date {
  grid-area: date;
  font-size: var(--font_sregular);
  padding-right: 1rem;
}
@media (min-width: 1120px) {
  .top_infomation_list li .date {
    text-align: right;
  }
}
.top_infomation_list li .cat_label {
  grid-area: cat;
  font-size: var(--font_small);
}
.top_infomation_list li .title {
  grid-area: title;
  transition: all 0.5s;
  font-size: var(--font_regular);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.top_infomation_list li .rightarrow {
  grid-area: arrow;
  color: var(--accent_color);
  -webkit-transform: scaleY(2.5);
          transform: scaleY(2.5);
}
.top_infomation_morebtn {
  grid-area: morebtn;
  background-color: var(--link_color);
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 20px auto;
  width: 80%;
  max-width: 300px;
  transition: all 0.3s;
  overflow: hidden;
  height: 85px;
}
.top_infomation_morebtn:hover {
  background-color: var(--colorH);
}
.top_infomation_morebtn .jp {
  color: #fff;
}
.top_infomation_morebtn .en {
  color: var(--color9);
}

/****archive ページ
**********************************/
.post-type-archive-post .tab_information,
.category-notice .tab_notice,
.category-variouscertificates .tab_variouscertificates,
.category-tenderinformation .tab_tenderinformation,
.category-alumnimeeting .tab_alumnimeeting,
.category-schoolevent .tab_schoolevent,
.category-club .tab_club,
.category-careerdata .tab_careerdata,
.category-entranceexamination .tab_entranceexamination {
  border-bottom: 1px solid var(--accent_color);
  -o-border-image: linear-gradient(to right, transparent 20%, var(--accent_color) 20%, var(--accent_color) 80%, transparent 80%);
     border-image: linear-gradient(to right, transparent 20%, var(--accent_color) 20%, var(--accent_color) 80%, transparent 80%);
  border-image-slice: 1;
}
.post-type-archive-post .tab_information a,
.category-notice .tab_notice a,
.category-variouscertificates .tab_variouscertificates a,
.category-tenderinformation .tab_tenderinformation a,
.category-alumnimeeting .tab_alumnimeeting a,
.category-schoolevent .tab_schoolevent a,
.category-club .tab_club a,
.category-careerdata .tab_careerdata a,
.category-entranceexamination .tab_entranceexamination a {
  color: var(--link_color);
}
.post-type-archive-post .tab_information a:hover,
.category-notice .tab_notice a:hover,
.category-variouscertificates .tab_variouscertificates a:hover,
.category-tenderinformation .tab_tenderinformation a:hover,
.category-alumnimeeting .tab_alumnimeeting a:hover,
.category-schoolevent .tab_schoolevent a:hover,
.category-club .tab_club a:hover,
.category-careerdata .tab_careerdata a:hover,
.category-entranceexamination .tab_entranceexamination a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/****wp-pagenavi
**********************************/
.wp-pagenavi {
  text-align: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent_color);
  border: 1px solid var(--accent_color);
  background-color: #fff;
  text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #fff;
  border: 1px solid #fff;
  background-color: var(--accent_color);
}

/**シングルページヘッダー
*****/
/***シングルページ
**********************************/
.content_header {
  width: 100%;
  max-width: var(--main-wrap-width);
  margin: 10px auto 80px;
}
.content_header.lowmargin {
  margin: 10px auto 40px;
}
.content_header h2 {
  width: 100%;
  font-size: var(--font_llarge);
  margin-bottom: 0.5rem;
}

.content_footer {
  width: 100%;
  max-width: var(--content-wrap-width);
  margin: 10px auto;
}

/**検索フォーム
*****************************/
#searchform {
  margin: auto;
}
#searchform > div {
  width: 300px;
  margin: 1rem auto;
}
#searchform #s {
  width: 80%;
  padding: 10px;
  height: 40px;
  border-radius: 20px; /* 両端を丸くする */
  border: 1px solid var(--color2);
  background: #fff url(../images/common/icon_search.png) no-repeat scroll right center; /* 右側に虫眼鏡アイコンを配置 */
  background-size: 20px 20px; /* アイコンのサイズ */
  background-position: right 10px center; /* アイコンの位置 */
  background-padding: 10px; /* アイコンのパディング */
}

.search_result {
  display: flex;
  max-width: var(--content-wrap-width);
  justify-content: space-between;
  align-items: center;
}
.search_result #searchform {
  margin-right: 10px;
}

.search_backbtn {
  width: 300px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  margin: 10px auto;
  background-color: var(--accent_color);
  text-align: center;
  flex-direction: column;
  gap: 5px;
}
.search_backbtn .jp {
  color: #fff;
}
.search_backbtn .en {
  color: var(--color9);
}
.search_backbtn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.search_word {
  color: var(--accent_color);
}

/**banner
************************************/
.linkbanner_wrap {
  width: 100%;
  max-width: var(--content-wrap-width);
  margin: 10px auto;
  padding: 2rem 1rem;
  background-image: url(../images/common/bg_gray_texture.jpg);
}
.linkbanner_wrap .linkbanner {
  margin: auto;
  max-width: var(--main-wrap-width);
}
.linkbanner_wrap .linkbanner h3 {
  color: var(--accent_color);
  font-size: var(--font_llarge);
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--colorE);
  width: 100%;
}
.linkbanner_wrap .linkbanner .linkbanner_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.linkbanner_wrap .linkbanner .linkbanner_box > * {
  margin: 12px;
  max-width: 350px;
}
.linkbanner_wrap .linkbanner .linkbanner_box figure {
  border: 1px solid #555;
}

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: var(--background-color);
  width: 100%;
  padding: 10px 50px;
  max-width: var(--max-width);
  position: relative;
  height: var(--headersize);
}
#header .toplogo img {
  width: 50%;
  margin: auto;
}
@media (min-width: 1120px) {
  #header {
    padding: 10px var(--layaoutpadding);
    width: 100%;
    display: grid;
    grid-template-columns: 250px -webkit-max-content;
    grid-template-columns: 250px max-content;
  }
  #header .toplogo {
    justify-self: start;
  }
  #header .toplogo img {
    width: 100%;
  }
  #header .headernavi {
    display: block;
    justify-self: end;
  }
  #header .headernavi ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 1120px) and (min-width: 1120px) {
  #header .headernavi ul {
    flex-direction: row;
  }
}
@media (min-width: 1120px) {
  #header .headernavi li:not(:last-child) {
    border-right: 1px solid var(--main_text);
  }
  #header .headernavi .header_link {
    display: flex;
    font-weight: 700;
    align-items: center;
    flex-direction: column;
    color: var(--main_text);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #header .headernavi .header_link .jp {
    font-size: 1rem;
  }
  #header .headernavi .header_link .en {
    font-size: 0.6875rem;
  }
  #header .headernavi .header_link:hover {
    color: var(--primary_color);
  }
}
#header_title {
  max-width: 55vw;
}
#header_title img {
  aspect-ratio: 262/23;
}
@media (min-width: 600px) {
  #header_title img {
    width: 262px;
    height: 23px;
  }
}
@media (min-width: 1120px) {
  #header_title {
    margin-left: 12px;
  }
}
#header_logo_link {
  align-self: flex-start;
  transition: all 1s ease-in-out;
}
#header_logo_link:hover {
  opacity: 0.7;
  text-decoration: none;
}
#header_logo {
  width: 22vw;
  height: 22vw;
  max-width: 120px;
  max-height: 120px;
  background-color: var(--accent_color);
  border-radius: 0 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header_logo img {
  width: 16vw;
  height: 16vw;
  max-height: 88px;
  max-width: 88px;
}
#header_nav {
  position: absolute;
  left: -100dvw;
  top: var(--headersize);
  height: calc(100dvh - var(--headersize));
  width: 100dvw;
  background-color: #fff;
  overflow: scroll;
}
#header_nav > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px dotted #ddd;
  text-align: center;
}
#header_nav > li > a, #header_nav > li > span {
  color: #000;
  height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
#header_nav > li > a:hover, #header_nav > li > span:hover {
  color: var(--link_color);
  text-decoration: none;
}
#header_nav > li .arrow_under_btn {
  display: none;
}
#header_nav_haschild {
  color: #000;
  position: relative;
}
#header_nav_child_list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
@media (max-width: 1119px) {
  #header_nav_child_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #header_nav_child_list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px dotted #ddd;
    text-align: center;
    width: 100%;
    padding: 10px;
  }
}
#header_nav_child .navi_arrow_btn {
  background-color: var(--accent_color);
  color: #fff;
  width: 50px;
  height: 50px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s;
}
#header_nav_child .navi_arrow_btn_check {
  display: none;
}
#header_nav_child .navi_arrow_btn_check:checked ~ .navi_arrow_btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navi_arrow_btn_check:checked ~ #header_nav_child_list {
  max-height: 9999px;
}
#header_nav_child a {
  text-decoration: none;
}
@media (min-width: 1120px) {
  #header_nav {
    container-type: inline-size;
    width: auto;
    height: auto;
    display: flex;
    position: static;
    overflow: visible;
    flex-wrap: wrap;
    font-size: 0.9375rem;
    gap: min(1.45cqw,1.75rem);
    justify-content: flex-end;
    margin-right: var(--layaoutpadding);
    /*
    &_haschild:hover > a:after,&_haschild:hover > span:after{
        content: "";
        height: 2rem;
        border-right: 3px solid var(--accent_color);
        right: 4em;
        display: block;
        position: relative;
        bottom: -1.8rem;
        z-index: 2;
    }*/
  }
  #header_nav .navi_arrow_btn {
    display: none;
  }
  body:not(.home) #header_nav {
    margin-right: calc(var(--layaoutpadding) + var(--layaoutpadding));
  }
  #header_nav_haschild {
    position: relative;
  }
  #header_nav_haschild:hover #header_nav_child {
    visibility: visible;
    opacity: 1;
  }
  #header_nav_haschild:hover .header_nav_child_list li:first-child::before {
    content: "";
    border-right: 3px solid var(--accent_color);
    display: block;
    position: relative;
    width: 2px;
    height: 1.8rem;
    top: -1.2rem;
    position: absolute;
  }
  #header_nav_haschild:hover > a:before, #header_nav_haschild:hover > span:before {
    content: "";
    height: 4rem;
    display: block;
    position: absolute;
    bottom: -0.8rem;
    z-index: 2;
    padding: 0 50%;
  }
  #header_nav > li {
    position: relative;
    padding: 0;
    border: none;
    font-size: min(1.3cqw,1rem);
    align-items: center;
  }
  #header_nav > li > a, #header_nav > li > span {
    width: auto;
  }
  #header_nav > li .arrow_under_btn {
    display: block;
    width: 2cqw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #header_nav > li:hover::before {
    display: block;
    content: "";
    position: absolute;
    top: -0.5rem;
    left: 20px;
    width: 1rem;
    height: 1rem;
    background: var(--color1);
    border-radius: 0% 100% 50% 50%/0% 50% 50% 100%;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  #header_nav_child {
    width: 630px;
    left: -390px;
    visibility: hidden;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    position: absolute;
    box-shadow: 2px 2px 4px;
    top: calc(min(1.3cqw,1rem) + 10px);
    opacity: 0;
    margin-top: 1rem;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    background-size: cover;
    background-position-y: center;
  }
  #header_nav_child_list {
    max-height: 9999px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    background-image: url(../images/common/onepoint_01_gnavi_drop.jpg);
    width: 250px;
  }
  #header_nav_child_list li {
    padding: 10px 30px;
  }
  #header_nav_child_list li:hover {
    transition: all 0.3s linear;
    background-color: #FFE1D8;
  }
  #header_nav_child_list li a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    align-items: flex-start;
  }
  #header_nav_child_list li a .jp {
    font-size: var(--font_regular);
  }
  #header_nav_child_list li a .en {
    font-size: var(--font_small);
  }
  #header_nav_child.gnav1 {
    background-image: url(../images/common/gnavbg01.jpg);
  }
  #header_nav_child.gnav2 {
    background-image: url(../images/common/gnavbg02.jpg);
  }
  #header_nav_child.gnav3 {
    background-image: url(../images/common/gnavbg03.jpg);
  }
  #header_nav_child.gnav4 {
    background-image: url(../images/common/gnavbg04.jpg);
  }
}

.hamburger {
  display: none;
}

@media (max-width: 1119px) {
  .hamburger {
    display: inline-block;
    position: fixed;
    cursor: pointer;
    top: 23px;
    right: 5px;
    border-radius: 5px;
    width: 22px;
    height: 14px;
    z-index: 200;
    transition: left 0.5s ease-out;
  }
  .hamburger .bar {
    position: absolute;
    height: 2px;
    background-color: var(--accent_color);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    left: 0%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .hamburger .bar.bar-top {
    top: 0;
    width: 100%;
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  .hamburger .bar.bar-middle {
    top: 6px;
    width: 100%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .hamburger .bar.bar-bottom {
    top: 12px;
    width: 100%;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .hamburger.active .bar-top {
    top: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scaleX(0.8);
            transform: translateX(-50%) translateY(-50%) rotate(45deg) scaleX(0.8);
  }
  .hamburger.active .bar-middle {
    opacity: 0;
  }
  .hamburger.active .bar-bottom {
    top: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scaleX(0.8);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg) scaleX(0.8);
  }
  .hamburger.active ~ .header_nav {
    transition: left 0.5s ease-out;
    left: 0;
  }
  .hamburger:not(.active) ~ .header_nav {
    transition: left 0.5s ease-out;
    left: -150dvw;
  }
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--main_text);
  border-right: solid 2px var(--main_text);
  position: absolute;
  left: 10px;
  top: 8px;
}
.arrow.arrow-top::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}
.arrow.arrow-bottom::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.arrow.arrow-left::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.arrow.arrow-right::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/***************************************************************
*   ハンバーガーメニュースタイル
使用時は下記の要素を開閉メニューの直前に追加
    <div class="hamburger">
      <span class="bar bar-top"></span>
      <span class="bar bar-middle"></span>
      <span class="bar bar-bottom"></span>
    </div>

scriptに下記を追加
  const hamburger = document.querySelector('.hamburger');
  hamburger.addEventListener('click', () => {
    hamburger.classList.toggle('active');
  });

***************************************************************/
.hamburger {
  display: none;
}

@media (max-width: 1119px) {
  .headernavi {
    position: absolute;
    left: -100dvw;
    top: var(--headersize);
    height: calc(100dvh - var(--headersize));
    width: 100dvw;
    background-color: #fff;
    overflow: scroll;
    z-index: 1;
  }
  .headernavi ul {
    display: grid;
    grid-auto-columns: 1fr;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .headernavi ul li {
    padding: 20px 20px;
    width: 100%;
  }
  .headernavi ul li a {
    color: #000;
    display: flex;
    flex-direction: column;
  }
  .headernavi ul li a .jp {
    font-size: 1.1rem;
  }
  .headernavi ul li a .en {
    font-size: 0.85rem;
  }
  .headernavi ul li:not(:last-child) {
    border-bottom: 1px solid var(--color_gray2);
  }
  .hamburger {
    display: inline-block;
    position: fixed;
    cursor: pointer;
    top: 23px;
    right: 5px;
    border-radius: 5px;
    width: 22px;
    height: 14px;
    z-index: 200;
    transition: left 0.5s ease-out;
  }
  .hamburger .bar {
    position: absolute;
    height: 2px;
    background-color: var(--primary_color);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    left: 0%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .hamburger .bar.bar-top {
    top: 0;
    width: 100%;
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  .hamburger .bar.bar-middle {
    top: 6px;
    width: 100%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .hamburger .bar.bar-bottom {
    top: 12px;
    width: 100%;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .hamburger.active .bar-top {
    top: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scaleX(0.8);
            transform: translateX(-50%) translateY(-50%) rotate(45deg) scaleX(0.8);
  }
  .hamburger.active .bar-middle {
    opacity: 0;
  }
  .hamburger.active .bar-bottom {
    top: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scaleX(0.8);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg) scaleX(0.8);
  }
  .hamburger.active ~ .headernavi {
    transition: left 0.5s ease-out;
    left: 0;
  }
  .hamburger:not(.active) ~ .headernavi {
    transition: left 0.5s ease-out;
    left: -150dvw;
  }
}
.title_header {
  display: grid;
  place-items: center;
  max-width: var(--max_width);
  margin: auto;
  padding-left: var(--layaoutpadding);
  padding-right: var(--layaoutpadding);
  height: 340px;
}
.title_header figure {
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  overflow-y: hidden;
  overflow-x: visible;
  height: 100%;
  display: flex;
  align-items: center;
}
.title_header figure img {
  width: 100%;
}
.title_header h1 {
  grid-row: 1;
  grid-column: 1;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.title_header h1 .en {
  font-size: 2.25rem;
}
.title_header h1 .jp {
  font-size: 1.125rem;
}

.single_title_header {
  height: 150px;
}
.single_title_header h1 {
  color: var(--primary_color);
}
.single_title_header h1 .jp {
  font-size: 2.25rem;
}

.card {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.card .card_image {
  max-width: 1000px;
}
@media (min-width: 1120px) {
  .card .card_image {
    width: 40%;
  }
}
.card .card_content {
  max-width: 860px;
  margin: 0 auto;
}
@media (min-width: 1120px) {
  .card .card_content {
    width: 55%;
    margin: 0;
  }
}
.card .card_content h3 {
  color: var(--primary_color);
  margin-bottom: 100px;
}

.member_price {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px 20px;
}

.layout {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 1120px) {
  .layout.col2 > * {
    max-width: 60%;
    flex-grow: 1;
  }
}

.hotelinfo_map {
  margin: auto;
}
.hotelinfo_map img {
  width: 100%;
  max-width: 600px;
}

.hotelinfo_list_wrap {
  max-width: 100%;
  width: 490px;
  margin: auto;
}

.hotelinfo_list {
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.hotelinfo_list dt {
  font-size: bold;
  width: 20%;
  max-width: 120px;
}

/**********************************************
ROOM お部屋のご案内
**********************************************/
.roomguide h3 {
  color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 10px 20px;
}
.roomguide .roomlayout {
  display: grid;
  gap: 20px;
}
.roomguide .roomlayout .imageslide {
  grid-area: room_image;
  display: grid;
}
.roomguide .roomlayout .imageslide .slide_image {
  border-radius: 10px;
}
.roomguide .roomlayout .imageslide .room_slide {
  grid-column: 1;
  grid-row: 1;
  border-radius: 10px;
}
.roomguide .roomlayout .imageslide .room_number {
  grid-column: 1;
  grid-row: 1;
  color: #fff;
  width: 80px;
  padding: 10px 20px;
  border-radius: 10px 0 10px 0;
  z-index: 1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roomguide .roomlayout .imageslide img {
  border-radius: 10px;
}
.roomguide .roomlayout .room_content {
  grid-area: room_content;
}
.roomguide .roomlayout .room_tag {
  grid-area: room_tag;
}
.roomguide .roomlayout .room_tag ul {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.roomguide .roomlayout .room_tag ul li {
  padding: 5px;
  border-radius: 5px;
  background-color: var(--color_gray2);
  color: #fff;
}

.sweetroom_wrap h3 {
  background-color: var(--color_sweet);
}
.sweetroom_wrap .roomlayout {
  grid-template-columns: minmax(-webkit-max-content, 600px) auto;
  grid-template-columns: minmax(max-content, 600px) auto;
  grid-template-rows: 1fr 60px;
  grid-template-areas: "room_image room_content" "room_image room_tag";
}
.sweetroom_wrap .roomlayout .imageslide {
  max-width: 600px;
}
.sweetroom_wrap .roomlayout .imageslide .slick-list {
  max-width: 600px;
}
.sweetroom_wrap .roomlayout .imageslide .slide_image img {
  max-width: 600px;
  width: 100%;
}
.sweetroom_wrap .roomlayout .imageslide .room_number {
  background-color: var(--color_sweet);
}
@container (max-width: 1099px) {
  .sweetroom_wrap .roomlayout {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto 60px;
    grid-template-areas: "room_image" "room_content" "room_tag";
  }
  .sweetroom_wrap .roomlayout .imageslide {
    margin: auto;
  }
}
@container (max-width: 599px) {
  .sweetroom_wrap .roomlayout .imageslide {
    max-width: 90vw;
  }
  .sweetroom_wrap .roomlayout .imageslide .slick-list {
    max-width: 90vw;
  }
}

.deluxeroom_wrap h3 {
  background-color: var(--color_deluxe);
}
.deluxeroom_wrap .roomlayout {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 200px 60px;
  grid-template-areas: "room_image" "room_content" "room_tag";
  max-width: calc(50% - 10px);
}
@container (max-width: 1199px) {
  .deluxeroom_wrap .roomlayout {
    max-width: 90%;
    margin: 20px auto;
  }
  .deluxeroom_wrap .roomlayout .room_content {
    max-width: 600px;
  }
}
.deluxeroom_wrap .roomlayout .imageslide {
  max-width: 600px;
}
.deluxeroom_wrap .roomlayout .imageslide .slick-list {
  max-width: 600px;
}
.deluxeroom_wrap .roomlayout .imageslide .slide_image img {
  max-width: 600px;
  width: 100%;
}
.deluxeroom_wrap .roomlayout .imageslide .room_number {
  background-color: var(--color_deluxe);
}
@container (max-width: 599px) {
  .deluxeroom_wrap .roomlayout .imageslide {
    max-width: 90vw;
  }
  .deluxeroom_wrap .roomlayout .imageslide .slick-list {
    max-width: 90vw;
  }
}

.standard_wrap .layout {
  justify-content: space-between;
  gap: 20px;
}
@container (max-width: 1199px) {
  .standard_wrap .layout {
    max-width: 900px;
    margin: auto;
  }
}
.standard_wrap h3 {
  background-color: var(--color_standard);
}
.standard_wrap .roomlayout {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 100px 80px;
  grid-template-areas: "room_image" "room_content" "room_tag";
  max-width: calc(33% - 20px);
}
@container (max-width: 1199px) {
  .standard_wrap .roomlayout {
    max-width: 100%;
    margin: 20px auto;
  }
  .standard_wrap .roomlayout .room_content {
    max-width: 380px;
  }
}
.standard_wrap .roomlayout.dummy {
  width: 100%;
  height: 0;
}
.standard_wrap .roomlayout .imageslide {
  max-width: 380px;
}
.standard_wrap .roomlayout .imageslide .slick-list {
  max-width: 380px;
}
.standard_wrap .roomlayout .imageslide .slide_image {
  background-color: var(--color_gray2);
}
.standard_wrap .roomlayout .imageslide .slide_image img {
  max-width: 380px;
  width: 100%;
  aspect-ratio: 400/225;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.standard_wrap .roomlayout .imageslide .room_number {
  background-color: var(--color_standard);
}
@container (max-width: 599px) {
  .standard_wrap .roomlayout .imageslide {
    max-width: 90vw;
    margin: auto;
  }
  .standard_wrap .roomlayout .imageslide .slick-list {
    max-width: 90vw;
  }
}

.room_service_cardwrap {
  justify-content: center;
}
.room_service_cardwrap .room_service_card {
  max-width: 600px;
}
@media (min-width: 1120px) {
  .room_service_cardwrap .room_service_card {
    width: 45%;
  }
}
.room_service_cardwrap .room_service_card h3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--primary_color);
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(to right, var(--primary_color) 3ch, var(--primary_color) 3ch, transparent 3ch);
     border-image: linear-gradient(to right, var(--primary_color) 3ch, var(--primary_color) 3ch, transparent 3ch);
  border-image-slice: 1;
  padding-bottom: 1rem;
}
.room_service_cardwrap .room_service_card .primary_btn {
  border: 1px solid var(--primary_color);
  border-radius: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary_color);
  margin: 20px auto;
}
.room_service_cardwrap .room_service_card .primary_btn:hover {
  color: #fff;
  background-color: var(--primary_color);
}

.room_service_list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid var(--color_etc);
  border-radius: 20px;
  overflow: hidden;
}
.room_service_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 0.5px var(--color_etc);
  padding: 20px;
}
.room_service_list .room_service_list_header {
  grid-column: 1/4;
  background-color: var(--color_etc);
}
@container (max-width: 999px) {
  .room_service_list {
    grid-template-columns: 1fr 1fr;
  }
  .room_service_list .room_service_list_header {
    grid-column: 1/3;
  }
}
@container (max-width: 599px) {
  .room_service_list {
    grid-template-columns: 1fr;
  }
  .room_service_list .room_service_list_header {
    grid-column: 1/2;
  }
}

/*******************************************
*価格について
*******************************************/
.price_table {
  border-radius: 10px;
  border-spacing: 0;
  border: none;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  width: 100%;
}
.price_table th {
  font-weight: 700;
}
.price_table .tl_radius {
  border-top-left-radius: 10px;
}
.price_table .tr_radius {
  border-top-right-radius: 10px;
}
.price_table .bl_radius {
  border-bottom-left-radius: 10px;
}
.price_table .br_radius {
  border-bottom-right-radius: 10px;
}
.price_table tr > * {
  padding: 20px;
  width: 30%;
  text-align: center;
  border: none;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.price_table thead tr > * {
  background-color: #f5f5f5;
  font-weight: 700;
}
.price_table thead tr > *:first-child {
  width: 40%;
  background-color: #ebebeb;
}
.price_table tbody tr > * {
  background-color: #fff;
}
.price_table tbody tr > *:first-child {
  background-color: #ebebeb;
}
@media (max-width: 599px) {
  .price_table thead {
    display: contents;
  }
  .price_table thead tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .price_table thead tr > * {
    display: block;
    width: 100%;
  }
  .price_table thead tr > *:first-child {
    display: none;
  }
  .price_table tbody {
    display: contents;
  }
  .price_table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .price_table tbody tr > * {
    display: block;
    width: 100%;
  }
  .price_table tbody tr > *:first-child {
    grid-column: 1/3;
  }
  .price_table tbody tr > *[colspan="2"] {
    grid-column: 1/3;
  }
  .price_table tbody .bl_radius {
    border-bottom-left-radius: 0;
  }
  .price_table tbody .bl_radius + td {
    border-bottom-left-radius: 10px;
  }
}

.price_title {
  padding: 20px;
  border-radius: 10px;
}

.standard_price .price_title {
  background-color: var(--color_standard_price);
}
.standard_price .price_table tr > *:first-child {
  background-color: var(--color_standard_price);
}

.deluxe_price .price_title {
  background-color: var(--color_deluxe_price);
}
.deluxe_price .price_table tr > *:first-child {
  background-color: var(--color_deluxe_price);
}

.sweet_price .price_title {
  background-color: var(--color_sweet_price);
}
.sweet_price .price_table tr > *:first-child {
  background-color: var(--color_sweet_price);
}

/*********************************
service
**********************************/
.service_warning {
  padding: 10px;
  color: var(--warning_color2);
  border: 1px solid var(--warning_color2);
  border-radius: 10px;
  font-weight: 700;
}

.service_list {
  display: grid;
  grid-template-columns: minmax(-webkit-min-content, 270px);
  grid-template-columns: minmax(min-content, 270px);
  justify-content: center;
}
@media (min-width: 782px) {
  .service_list {
    grid-template-columns: minmax(-webkit-min-content, 270px) minmax(-webkit-min-content, 270px);
    grid-template-columns: minmax(min-content, 270px) minmax(min-content, 270px);
    gap: 20px;
  }
}
@media (min-width: 900px) {
  .service_list {
    grid-template-columns: minmax(-webkit-min-content, 270px) minmax(-webkit-min-content, 270px) minmax(-webkit-min-content, 270px);
    grid-template-columns: minmax(min-content, 270px) minmax(min-content, 270px) minmax(min-content, 270px);
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .service_list {
    grid-template-columns: minmax(-webkit-min-content, 270px) minmax(-webkit-min-content, 270px) minmax(-webkit-min-content, 270px) minmax(-webkit-min-content, 270px);
    grid-template-columns: minmax(min-content, 270px) minmax(min-content, 270px) minmax(min-content, 270px) minmax(min-content, 270px);
    gap: 40px;
  }
}

.amenity_list {
  display: grid;
  grid-template-columns: minmax(-webkit-min-content, 270px);
  grid-template-columns: minmax(min-content, 270px);
  justify-content: center;
}
@media (min-width: 782px) {
  .amenity_list {
    grid-template-columns: minmax(-webkit-min-content, 270px) minmax(-webkit-min-content, 270px);
    grid-template-columns: minmax(min-content, 270px) minmax(min-content, 270px);
    gap: 20px;
  }
}
@media (min-width: 900px) {
  .amenity_list {
    grid-template-columns: minmax(-webkit-min-content, 270px) minmax(-webkit-min-content, 270px) minmax(-webkit-min-content, 270px);
    grid-template-columns: minmax(min-content, 270px) minmax(min-content, 270px) minmax(min-content, 270px);
    gap: 30px;
  }
}

/********************************************************
お問い合わせ
********************************************************/
.page-contact .title_header {
  background-color: #fef8ed;
  height: 200px;
}
.page-contact .title_header img {
  display: none;
}
.page-contact .title_header h1 {
  color: var(--primary_color);
}
.page-contact .send-btn input {
  height: 100px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffa224;
  width: 330px;
  border: none;
  margin-left: auto;
  margin-right: auto;
}

.contact {
  display: flex;
  margin-bottom: 40px;
  gap: 10px;
}
.contact dt {
  width: 260px;
  align-items: baseline;
}
.contact dt .rec {
  margin-left: 0.5rem;
  width: 50px;
  background-color: #f00;
  color: #fff;
  display: inline-flex;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.contact dd input {
  border-radius: 5px;
  padding: 10px 5px;
  border: 1px solid var(--color_gray2);
}
.contact dd .input-middle {
  width: 460px;
}
.contact dd .input-large {
  width: 660px;
}
.contact dd textarea {
  width: 660px;
}

.side {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 1340px) {
  .side {
    max-width: var(--side-wrap-width);
  }
}
.side .side_wrap {
  width: 100%;
  max-width: var(--side-wrap-width);
}
.side .side_card_wrap {
  max-width: var(--side-wrap-width);
  margin: auto;
}
@media (min-width: 782px) {
  .side .side_card_wrap {
    display: flex;
    max-width: 100%;
    width: 100%;
    gap: 5%;
    justify-content: center;
    flex-flow: row wrap;
  }
}
@media (min-width: 1120px) {
  .side .side_card_wrap {
    flex-direction: column;
    max-width: var(--side-wrap-width);
  }
}
.side_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--accent_color);
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--accent_color);
  padding-left: 1rem;
}
.side_title .jp {
  font-size: 1.25rem;
  letter-spacing: var(--ls10);
  color: var(--accent_color);
}
.side_title .en {
  font-size: 1.1125rem;
  letter-spacing: var(--ls80);
}
.side_list {
  margin-bottom: 72px;
}
.side_list li {
  height: 76px;
  display: flex;
  align-items: center;
  text-indent: 1.2rem;
}
.side_list li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.side_list li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.side_card {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
}
.side_card:hover {
  opacity: 0.7;
  text-decoration: none;
}
.side_card_image {
  width: 96px;
}
.side_card_image img {
  width: 100%;
}
.side_card_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.side_card_title .jp {
  font-size: 1.25rem;
}
.side_card_title .en {
  font-size: 1.1125rem;
}

.footer_inner {
  margin-top: 2rem;
  max-width: var(--footer_width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 1120px) {
  .footer_inner {
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 20px 130px 50px 20px;
    grid-template-areas: "navi navi" "logo info" "warning warning" "copylight copylight";
  }
}

.footernav {
  grid-area: navi;
  display: flex;
  justify-content: center;
  gap: 10px 0px;
  max-width: 550px;
  justify-self: center;
  flex-direction: column;
}
@media (min-width: 1120px) {
  .footernav {
    flex-direction: row;
  }
}
.footernav li {
  padding: 0 5px;
}
@media (min-width: 1120px) {
  .footernav li:not(:last-child) {
    border-right: 1px solid #000;
  }
}
.footernav a {
  color: #000;
  text-align: center;
}

.footer_logo {
  grid-area: logo;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}
@media (min-width: 1120px) {
  .footer_logo {
    margin-right: 10px;
  }
}
.footer_logo img {
  height: 100%;
}

.footer_infomation {
  grid-area: info;
  max-width: 200px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer_infomation ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer_infomation li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.footer_warning {
  max-width: 360px;
  grid-area: warning;
  font-weight: 700;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  margin: auto;
  color: var(--warning_color);
  align-items: center;
}
.footer_warning img {
  width: 38px;
}
.footer_warning p {
  font-size: 15px;
}

.footer_copylight {
  max-width: 340px;
  grid-area: copylight;
  text-align: center;
  font-size: 11px;
  margin: auto;
}

.home .main_visual {
  max-width: var(max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/*Slick
********/
.slick-dots li.slick-active button:before {
  color: var(--primary_color);
}

/**新着情報**/
.top_topic_wrap {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  margin-bottom: 60px;
}
@media (min-width: 600px) {
  .top_topic_wrap {
    grid-template-columns: 180px 1fr;
    grid-template-rows: 1fr;
  }
}
.top_topic_wrap .top_topic_title {
  color: var(--primary_color);
  border-bottom: 1px solid var(--primary_color);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-right: 2rem;
  margin-left: 2rem;
  padding-bottom: 0.5rem;
  justify-content: center;
}
.top_topic_wrap .top_topic_title .en {
  font-size: 2.25rem;
}
@media (min-width: 600px) {
  .top_topic_wrap .top_topic_title {
    border-bottom: none;
    border-right: 1px solid #000;
    margin-right: auto;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 2rem;
  }
}
.top_topic_wrap .top_topic_list {
  margin-left: 2rem;
}
.top_topic_wrap .top_topic_list li {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.top_topic_wrap .top_topic_list a {
  color: var(--main_text);
  display: flex;
  gap: 5px;
  flex-direction: column;
}
@media (min-width: 600px) {
  .top_topic_wrap .top_topic_list a {
    align-items: center;
    gap: 20px;
    flex-direction: row;
  }
}

.top_section {
  padding-left: 10px;
  padding-right: 10px;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

.top_content1 {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "content" "image";
  grid-template-rows: auto auto;
  margin-bottom: 96px;
  justify-items: center;
  width: 100%;
}
@media (min-width: 1120px) {
  .top_content1 {
    grid-template-columns: minmax(auto, 650px) minmax(auto, 450px);
    grid-template-areas: "image content";
    grid-template-rows: 1fr;
    gap: 40px;
  }
}
.top_content1 .top_content1_image {
  max-width: 650px;
  grid-area: image;
}
.top_content1 .top_content1_contnt_inner {
  grid-area: content;
  padding: 20px 0px;
  container-type: inline-size;
  width: 100%;
}
@media (min-width: 1120px) {
  .top_content1 .top_content1_contnt_inner {
    max-width: 450px;
    padding: 0px;
  }
}
.top_content1 .top_content1_contnt_inner h3 {
  font-size: min(8.5cqw,40px);
  padding-bottom: 0.75em;
  color: var(--primary_color);
  line-height: 1.5;
}
.top_content1 .top_content1_contnt_inner p {
  padding-top: 1em;
  font-size: 1.15rem;
}

.top_content2 {
  padding-bottom: 120px;
}
.top_content2 h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--primary_color);
}
.top_content2 h3 .en {
  font-size: 48px;
}
.top_content2 h3 .jp {
  font-size: 16px;
}
.top_content2 .top_content2_imagelist {
  display: grid;
  gap: 80px 10px;
}
@media (min-width: 1120px) {
  .top_content2 .top_content2_imagelist {
    grid-template-columns: repeat(3, minmax(auto, 630px));
  }
}
.top_content2 .top_content2_imagelist .imageitem {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.top_content2 .top_content2_imagelist .imageitem h4 {
  font-size: 24px;
  color: var(--primary_color);
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
}
.top_content2 .top_content2_imagelist .imageitem p {
  font-size: 18px;
  color: var(--main_text);
}
.top_content2 .top_content2_warning {
  text-align: center;
  color: var(--warning_color);
  border: 1px solid var(--warning_color);
  border-radius: 10px;
  max-width: 630px;
  margin: 60px auto;
  padding: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}
.top_content2 .top_content2_warning img {
  width: 56px;
}
.top_content2 .top_content2_warning p {
  font-size: 18px;
}

.top_googlemap {
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 10px;
}
.top_googlemap iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
@media (min-width: 1120px) {
  .top_googlemap iframe {
    aspect-ratio: 1900/390;
  }
}/*# sourceMappingURL=style.css.map */
