@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

input, textarea, select {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  outline: none;
  color: #4c4948;
}

select {
  -webkit-appearance: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: url(../images/right_b_02.svg) no-repeat center/100%;
  color: transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  display: none !important;
}

.slick-prev {
  left: 0;
  transform: rotate(180deg);
}

.slick-next {
  right: 0;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {
  font: 500 16px/1.8 "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #4c4948;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.win body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

a {
  text-decoration: none;
  color: #4c4948;
  transition: 0.2s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity, .oyatsu_sec_01__link {
  transition: 0.2s;
}
.opacity:hover, .oyatsu_sec_01__link:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

::-moz-selection {
  background-color: #fff03f;
  color: #4c4948;
}

::selection {
  background-color: #fff03f;
  color: #4c4948;
}

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1200px;
  padding-top: 260px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
    padding-top: 120px;
  }
}

#container {
  padding-top: 150px;
  margin-top: -150px;
}

.inner {
  max-width: calc(1180px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.inner_1120 {
  max-width: calc(1120px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
}
.inner_1120::after {
  content: "";
  display: block;
  clear: both;
}

.inner_15 {
  max-width: calc(1500px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
}
.inner_15::after {
  content: "";
  display: block;
  clear: both;
}

.inner_80 {
  max-width: calc(800px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
}
.inner_80::after {
  content: "";
  display: block;
  clear: both;
}

.inner_10 {
  max-width: calc(1000px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
}
.inner_10::after {
  content: "";
  display: block;
  clear: both;
}

.inner_78 {
  max-width: calc(780px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
}
.inner_78::after {
  content: "";
  display: block;
  clear: both;
}

.section {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 20vw;
  }
}

.section_02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_02 {
    margin-bottom: 15vw;
  }
}

.section_03 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .section_03 {
    margin-bottom: 20vw;
  }
}

.secound_wrap {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .secound_wrap {
    margin-bottom: 20vw;
  }
}

.secound {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vw;
  min-height: 400px;
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .secound {
    min-height: 300px;
    margin-bottom: 20vw;
  }
}

.secound_video {
  margin-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .secound_video {
    margin-bottom: 20vw;
  }
}

.section_wrap {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    margin-bottom: 25vw;
  }
}

.section_wrap_02 {
  margin: 100px 0 200px;
}
@media screen and (max-width: 767px) {
  .section_wrap_02 {
    margin: 50px 0 25vw;
  }
}

.anc_point {
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 767px) {
  .anc_point {
    padding-top: 120px;
    margin-top: -120px;
  }
}

.video_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video_wrap .video_player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

.article img {
  max-height: 600px;
  height: auto;
  width: auto;
  margin: 10px auto;
}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  position: fixed;
  left: 0;
  top: 0;
  height: 260px;
  width: 100%;
  z-index: 3;
  transition: 0.5s;
  min-width: 1200px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  header {
    min-width: 1px;
    height: 120px;
  }
}
header.is-animation {
  height: 150px;
}
@media screen and (max-width: 767px) {
  header.is-animation {
    height: 120px;
  }
}
header.is-animation .header_box {
  display: none;
}
header.is-animation .header_ttl {
  width: 80px;
}
@media screen and (max-width: 767px) {
  header.is-animation .header_ttl {
    width: 30px;
  }
}
header.is-animation #gnavi ul li a .icon_gnavi {
  height: 45px;
}
@media screen and (max-width: 767px) {
  header.is-animation #gnavi ul li a .icon_gnavi {
    height: 20px;
  }
}
header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: calc(1500px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header .header_wrap {
    justify-content: center;
    flex-flow: wrap;
    padding: 0;
  }
}

.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .header_box {
    display: none;
  }
}
.header_box .header_l {
  font-size: 0.9375em;
  margin-right: 2em;
}
.header_box .header_l .header_p {
  display: flex;
  flex-flow: wrap;
}
.header_box .header_r {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_ttl {
  width: 118px;
  transition: 0.5s;
}
@media screen and (max-width: 1330px) {
  .header_ttl {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl {
    position: relative;
    width: 30px;
    position: relative;
    filter: drop-shadow(0 0 3px #fff);
  }
}

#header_right {
  width: calc(100% - 118px - 80px);
  opacity: 0;
  animation: fade_nav 1s ease 0.2s 1 forwards;
}
@media screen and (max-width: 1330px) {
  #header_right {
    width: calc(100% - 100px - 5vw);
  }
}
@media screen and (max-width: 767px) {
  #header_right {
    width: 100%;
  }
}

.header_navi {
  display: flex;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .header_navi {
    margin: 0 0 20px calc(70px + 7vw);
    opacity: 0;
    animation: fade_nav 0.5s ease 0.4s 1 forwards;
  }
}
.header_navi li {
  width: 23px;
  height: 23px;
  margin-right: 20px;
}
.header_navi li:last-child {
  margin-right: 0;
}
.header_navi li img {
  height: 100%;
}

.h_search {
  display: flex;
  width: 230px;
  font-size: 0.8125em;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .h_search {
    width: calc(100% - 70px - 7vw);
    margin: 0 0 20px calc(70px + 7vw);
    font-size: 0.9em;
    opacity: 0;
    animation: fade_nav 0.5s ease 0.4s 1 forwards;
  }
}
.h_search input {
  border: none;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  border: 1px solid #4c4948;
}
.h_search input.search_box {
  width: 80%;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .h_search input.search_box {
    font-size: 16px;
  }
}
.h_search input.search_btn {
  background: #4c4948;
  color: #fff;
  width: 20%;
  transition: 0.2s;
}
.h_search input.search_btn:hover {
  opacity: 0.5;
}

.lang_h {
  font-family: "Barlow", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .lang_h {
    margin-bottom: 30px;
    opacity: 0;
    animation: fade_nav 0.5s ease 0.5s 1 forwards;
  }
}
.lang_h .lang {
  font-size: 1.125em;
  position: relative;
  padding-right: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .lang_h .lang {
    margin-bottom: 10px;
  }
}
.lang_h .lang::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #4c4948 transparent transparent transparent;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lang_h .list_lang {
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lang_h .list_lang {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    display: flex;
    justify-content: space-between;
  }
}
.lang_h .list_lang li {
  background: #4c4948;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .lang_h .list_lang li {
    width: 24%;
    margin: 0 1.3% 0 0;
  }
}
@media screen and (max-width: 767px) {
  .lang_h .list_lang li:last-child {
    margin-right: 0;
  }
}
.lang_h .list_lang li a {
  color: #fff;
  padding: 0.5em;
  display: block;
}
.lang_h .list_lang li a:hover {
  background: #f8f8f8;
  color: #4c4948;
}

@media screen and (max-width: 767px) {
  .gnavi_wrap {
    overflow-x: scroll;
  }
}
.gnavi_wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.gnavi_wrap::-webkit-scrollbar-track {
  border-radius: 0;
}
.gnavi_wrap::-webkit-scrollbar-thumb {
  background: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  #gnavi {
    width: 650px;
    padding: 0 5vw;
  }
}
#gnavi ul {
  display: flex;
  font-weight: bold;
  text-align: center;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  #gnavi ul {
    font-size: 0.7em;
  }
}
#gnavi ul li {
  border-left: 2px dotted #cacaca;
  width: 12.5%;
}
#gnavi ul li:last-child {
  border-right: 2px dotted #cacaca;
}
#gnavi ul li.current a .icon_gnavi {
  filter: unset;
}
#gnavi ul li a {
  display: block;
}
#gnavi ul li a:hover .icon_gnavi {
  transform: scale(1.1);
}
#gnavi ul li a .icon_gnavi {
  height: 65px;
  margin-bottom: 10px;
  transition: 0.3s;
  filter: grayscale(1);
}
@media screen and (max-width: 1330px) {
  #gnavi ul li a .icon_gnavi {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li a .icon_gnavi {
    height: 20px;
    margin-bottom: 5px;
  }
}
#gnavi ul li a .icon_gnavi img {
  height: 100%;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all 0.8s;
}

.menu-trigger {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 3;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 0 10px;
}
.menu-trigger span {
  position: absolute;
  z-index: 4;
  left: 0;
  width: 25px;
  height: 1px;
  background: #4c4948;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1) {
  top: 15px;
}
.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: 4.5px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
  bottom: 4.5px;
}

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  text-align: left;
  position: fixed;
  top: 0;
  right: 0;
  padding: 40px 5vw;
  overflow-y: scroll;
  background: #fff;
  /*.sp_nav {
  	display: flex;
  	flex-flow: wrap;
  	justify-content: center;
  	font-size: 3vw;
  	text-align: center;
  	font-weight: bold;
  	margin-bottom: 10px;
  	clear: both;
  	opacity: 0;
  	animation: fade_nav .5s ease .6s 1 forwards;
  	@media screen and (min-width: 450px){
  		font-size: 1em;
  	}
  	li {
  		width: 33.33%;
  		border-left: 2px dotted #cacaca;
  		margin-bottom: 1.5em;
  		&:nth-child(3n), &:last-child {
  			border-right: 2px dotted #cacaca;
  		}
  		&.current {
  			.icon_gnavi {
  				filter: unset;
  			}
  		}
  	}
  	a {
  		padding: 0 1em;
  		display: block;
  	}
  	.icon_gnavi {
  		height: 11vw;
  		margin-bottom: 10px;
  		transition: .5s;
  		filter: grayscale(1);
  		img {
  			height: 100%;
  		}
  	}
  }*/
}
#overlay .header_ttl {
  position: absolute;
  left: 5vw;
  top: 12px;
}

@keyframes fade_nav {
  100% {
    opacity: 1;
  }
}
.dlist_header {
  text-align: center;
  opacity: 0;
  animation: fade_nav 0.5s ease 0.7s 1 forwards;
  margin-bottom: 2em;
}
.dlist_header:last-child {
  margin-bottom: 0;
}
.dlist_header dt {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.dlist_header dd .tel {
  font-family: "Barlow", sans-serif;
  font-size: 2.125em;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 10px;
}
.dlist_header dd .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dlist_header dd .tel img {
  width: 30px;
  height: 29px;
  margin-right: 10px;
}

.h_navi {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  opacity: 0;
  animation: fade_nav 0.5s ease 0.6s 1 forwards;
  margin-bottom: 20px;
}
.h_navi li {
  width: 45%;
  margin: 0 10% 5vw 0;
}
.h_navi li:nth-child(2n) {
  margin-right: 0;
}
.h_navi li:last-child {
  margin-right: 0;
}
.h_navi li a {
  display: flex;
  align-items: center;
  height: 100%;
}

/*
//フッター
------------------------------------------------------------
*/
footer {
  background: url(../images/bg_footer.jpg) no-repeat center/cover;
  position: relative;
  padding-bottom: 50px;
}
footer::before {
  position: absolute;
  content: "";
  background: url(../images/footer_mask.png) repeat-x bottom center/auto 100%;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  footer::before {
    height: 150px;
  }
}
footer.hanamomo {
  background: url(../images/bg_footer__hanamomo.jpg) no-repeat center/cover;
}
footer.hanamomo .footer_box_03 {
  color: #4c4948;
}
footer.hanamomo .footer_box_03 .footer_right .dlist_footer dd .tel a {
  color: #4c4948;
}
footer.hanamomo .copy {
  color: #4c4948;
}
footer.shopping {
  background: url(../images/bg_footer__shopping.jpg) no-repeat center/cover;
}
footer.star {
  background: url(../images/bg_footer__star.jpg) no-repeat center/cover;
}
footer.entry-meta {
  display: none;
}

#footer {
  position: relative;
  z-index: 1;
}

.f_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  font-size: 0.9375em;
  border-bottom: 1px solid #4c4948;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .f_navi {
    display: none;
  }
}
.f_navi li {
  border-right: 1px solid #4c4948;
  margin-bottom: 1em;
}
.f_navi li:first-child {
  border-left: 1px solid #4c4948;
}
.f_navi li a {
  padding: 0 1em;
}
.f_navi li a:hover {
  opacity: 0.5;
}

.f_navi_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  font-size: 0.9375em;
  margin-bottom: 2em;
}
.f_navi_02 li {
  border-right: 1px solid #4c4948;
  margin-bottom: 1em;
}
.f_navi_02 li:first-child {
  border-left: 1px solid #4c4948;
}
.f_navi_02 li a {
  padding: 0 1em;
}
.f_navi_02 li a:hover {
  opacity: 0.5;
}

.f_navi_03 {
  display: flex;
  justify-content: center;
  font-size: 0.9375em;
  font-weight: bold;
  flex-flow: wrap;
}
.f_navi_03 li {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .f_navi_03 li {
    width: 100%;
    margin: 0 0 1em;
  }
}
.f_navi_03 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .f_navi_03 li:last-child {
    margin-bottom: 0;
  }
}
.f_navi_03 li a {
  background: #88ced7;
  color: #fff;
  padding: 1em 1.5em 1em 50px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .f_navi_03 li a {
    padding: 1em 1em 1em 35px;
  }
}
.f_navi_03 li a::before {
  position: absolute;
  content: "";
  background: url(../images/right_w.svg) no-repeat center/100%;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .f_navi_03 li a::before {
    width: 15px;
    height: 15px;
    left: 10px;
  }
}
.f_navi_03 li a:hover {
  background: #fff;
  color: #4c4948;
}

.f_navi_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0 -50px 20px 0;
}
@media screen and (max-width: 767px) {
  .f_navi_04 {
    display: none;
  }
}
.f_navi_04 li {
  margin: 0 50px 30px 0;
}
.f_navi_04 li.sva {
  width: 270px;
}
.f_navi_04 li.namiai {
  width: 190px;
}
.f_navi_04 li.achibase {
  width: 240px;
}
.f_navi_04 li.kiwosk {
  width: 250px;
}
.f_navi_04 li.syokudou {
  width: 90px;
}
.f_navi_04 li.kukan {
  width: 210px;
}

.f_navi_05 {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-bottom: 40px;
}
.f_navi_05 li {
  width: 14%;
  margin-right: 3.2%;
}
@media screen and (max-width: 767px) {
  .f_navi_05 li {
    width: 23%;
    margin-right: 2.6%;
  }
}
.f_navi_05 li:last-child {
  margin-right: 0;
}

.list_sns_f {
  display: flex;
  justify-content: center;
}
.list_sns_f li {
  width: 23px;
  height: 23px;
  margin-right: 30px;
}
.list_sns_f li:last-child {
  margin-right: 0;
}
.list_sns_f li img {
  height: 100%;
}

.footer_box_01 {
  margin-bottom: 380px;
}
@media screen and (max-width: 767px) {
  .footer_box_01 {
    margin-bottom: 150px;
  }
}

.footer_box_02 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .footer_box_02 {
    margin-bottom: 80px;
  }
}

.footer_box_03 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer_box_03 {
    margin-bottom: 40px;
  }
}
.footer_box_03 .f_logo {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer_box_03 .f_logo {
    margin-bottom: 30px;
    flex-flow: wrap;
    justify-content: center;
  }
}
.footer_box_03 .f_logo .logo_hirugami {
  width: 243px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .footer_box_03 .f_logo .logo_hirugami {
    width: 40%;
    margin: 0 10% 10px 0;
  }
}
.footer_box_03 .f_logo .logo_onsen {
  width: 286px;
  height: 42px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .footer_box_03 .f_logo .logo_onsen {
    width: 50%;
    margin: 0 0 10px;
  }
}
.footer_box_03 .f_logo .logo_achi {
  width: 300px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .footer_box_03 .f_logo .logo_achi {
    width: 45%;
    margin-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .footer_box_03 .f_logo .logo_labo {
    width: 45%;
  }
}
.footer_box_03 .footer_left {
  font-size: 0.9375em;
  line-height: 2;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .footer_box_03 .footer_left {
    width: 100%;
    margin: 0 0 5vw;
    font-size: 0.85em;
  }
}
.footer_box_03 .footer_right {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .footer_box_03 .footer_right {
    flex-flow: wrap;
    justify-content: flex-end;
  }
}
.footer_box_03 .footer_right .dlist_footer {
  text-align: right;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .footer_box_03 .footer_right .dlist_footer {
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
}
.footer_box_03 .footer_right .dlist_footer dt {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.footer_box_03 .footer_right .dlist_footer dd .tel {
  font-family: "Barlow", sans-serif;
  font-size: 2.125em;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 10px;
}
.footer_box_03 .footer_right .dlist_footer dd .tel a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer_box_03 .footer_right .dlist_footer dd .tel a {
    justify-content: flex-start;
  }
}
.footer_box_03 .footer_right .dlist_footer dd .tel img {
  width: 34px;
  height: 33px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .footer_box_03 .footer_right .dlist_footer dd .tel img {
    width: 30px;
    height: 29px;
  }
}
.footer_box_03 .footer_right .logo_lts {
  width: 159px;
}
@media screen and (max-width: 767px) {
  .footer_box_03 .footer_right .logo_lts {
    width: 130px;
  }
}

.copy {
  color: #fff;
  text-align: center;
  font-size: 0.875em;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .copy {
    font-size: 0.8em;
  }
}

/*
5:side
------------------------------------------------------------
*/
.section_side {
  margin-bottom: 15%;
}
.section_side:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 10%;
  }
}

#searchform div {
  display: flex;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}
#searchform div input#search {
  border: 1px solid #333;
  padding: 0.5em;
  border-radius: 20px;
  margin-right: 5%;
  width: 100%;
}

.list_cat {
  font-size: 0.8125em;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list_cat {
    font-size: 1em;
  }
}
.list_cat li {
  margin-bottom: 1em;
}
.list_cat li:last-child {
  margin-bottom: 0;
}
.list_cat li a {
  position: relative;
  padding-left: 13px;
}
.list_cat li a::before {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/cover;
  width: 5px;
  height: 7px;
  left: 0;
  top: 7px;
}
.list_cat li a:hover {
  color: #9fa0a0;
}

.list_side li {
  margin-bottom: 7%;
}
.list_side li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_side li {
    font-size: 1em;
    margin-bottom: 5%;
  }
}
.list_side li p.date {
  margin-bottom: 0.5em;
  letter-spacing: 0.15em;
  font-size: 0.9375em;
}
.list_side li div.article_content {
  display: flex;
  align-items: center;
}
.list_side li div.side_img {
  width: 50px;
  margin-right: 10px;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #3D352F;
}
@media screen and (max-width: 767px) {
  .list_side li div.side_img {
    width: 100px;
    max-height: 100px;
  }
}
.list_side li div.side_img .wpp-thumbnail {
  width: 100%;
}
.list_side li div.side_desc {
  font-size: 0.8125em;
  width: calc(100% - 60px);
  line-height: 1.5;
}

/*
5:div
------------------------------------------------------------
*/
.main_img {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_img {
    margin-bottom: 15vw;
  }
}
.main_img .inner_15 {
  height: 100%;
  position: relative;
}
.main_img .main_box {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main_img .main_box {
    margin-top: 1em;
  }
}

.topics_box {
  position: absolute;
  left: 0;
  bottom: 80px;
  background: #fff;
  min-width: 655px;
  opacity: 0;
  animation: fade_nav 1s ease 0.4s 1 forwards;
}
@media screen and (max-width: 767px) {
  .topics_box {
    min-width: 1px;
    width: 100%;
    bottom: 0;
    position: relative;
  }
}
.topics_box a {
  display: block;
  padding: 1.5em 70px 1.5em 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topics_box a {
    padding: 0;
  }
}
.topics_box a::after {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/100%;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .topics_box a::after {
    display: none;
  }
}
.topics_box a .title {
  font-size: 1.375em;
  font-family: "Barlow", sans-serif;
  letter-spacing: 1px;
}
.topics_box a .new_topics {
  display: flex;
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .topics_box a .new_topics {
    font-size: 0.85em;
  }
}
.topics_box a .new_topics .day {
  margin-right: 1em;
  font-family: "Barlow", sans-serif;
  font-size: 1.07em;
  letter-spacing: 1px;
  line-height: 1.6;
}

.main_weather_wrap {
  position: absolute;
  max-width: calc(1500px + 10vw);
  width: 100%;
  height: 100%;
  padding: 0 5vw;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}

.main_weather {
  position: absolute;
  right: calc(130px + 5vw);
  bottom: 80px;
  color: #fff;
  text-align: center;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  letter-spacing: 2px;
  opacity: 0;
  animation: fade_nav 1s ease 0.6s 1 forwards;
}
@media screen and (max-width: 767px) {
  .main_weather {
    right: 5vw;
    bottom: 5vw;
  }
}
.main_weather .img_weather {
  width: 200px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .main_weather .img_weather {
    width: 70px;
    margin: 0 auto;
  }
}
.main_weather .temperature {
  font-size: 3.75em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main_weather .temperature {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
}
.main_weather .day {
  font-size: 1.5625em;
}
@media screen and (max-width: 767px) {
  .main_weather .day {
    font-size: 0.9em;
  }
}

.section_top_01 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.section_top_01 .main_ttl {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .section_top_01 .main_ttl {
    margin-bottom: 1em;
  }
}
.section_top_01 .top_ttl {
  text-align: left;
  margin-bottom: 1em;
}
.section_top_01 .top_l {
  width: 53%;
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .section_top_01 .top_l {
    width: 100%;
    margin-bottom: 15vw;
  }
}
.section_top_01 .top_l .top_01_box {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section_top_01 .top_l .top_01_box {
    margin-bottom: 15vw;
  }
}
.section_top_01 .top_r {
  width: 42%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top_01 .top_r {
    width: 100%;
  }
}
.section_top_01 .top_r a.more {
  position: absolute;
  right: 0;
  top: 0;
}
.section_top_01 .top_r .top_01_box {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section_top_01 .top_r .top_01_box {
    margin-bottom: 15vw;
  }
}

.section_top_02 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.section_top_02::before {
  position: absolute;
  content: "";
  background: #4c4948;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .section_top_02::before {
    background: none;
  }
}
.section_top_02 .top_l {
  width: 45%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .section_top_02 .top_l {
    width: 100%;
    margin-bottom: 5vw;
    border-bottom: 1px solid #4c4948;
    padding-bottom: 5vw;
  }
}
.section_top_02 .top_l .search_img {
  background: url(../images/bg_search.jpg) no-repeat center/cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 51%;
}
@media screen and (max-width: 1330px) {
  .section_top_02 .top_l .search_img {
    width: 45%;
  }
}
.section_top_02 .top_l .search_img::before {
  position: absolute;
  content: "";
  background: #ccc;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: darken;
}
.section_top_02 .top_l .search_img .title {
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  font-size: 3.125em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.3em;
}
@media screen and (max-width: 1330px) {
  .section_top_02 .top_l .search_img .title {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .section_top_02 .top_l .search_img .title {
    font-size: 7.5vw;
  }
}
.section_top_02 .top_l .search_img .title span {
  display: block;
  font-size: 0.6em;
}
.section_top_02 .top_l .search_content {
  width: 42%;
}
@media screen and (max-width: 1330px) {
  .section_top_02 .top_l .search_content {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .section_top_02 .top_l .search_content {
    width: 50%;
  }
}
.section_top_02 .top_l .search_content .icon_search {
  width: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section_top_02 .top_l .search_content .icon_search {
    width: 40px;
    margin-bottom: 10px;
  }
}
.section_top_02 .top_l .search_content .title {
  font-size: 2.75em;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  margin-bottom: 0.8em;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .section_top_02 .top_l .search_content .title {
    font-size: 2em;
  }
}
.section_top_02 .top_l .search_content ul {
  text-align: center;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.5;
}
.section_top_02 .top_l .search_content ul li {
  margin-bottom: 10px;
}
.section_top_02 .top_l .search_content ul li:last-child {
  margin-bottom: 0;
}
.section_top_02 .top_l .search_content ul li:last-child a {
  background: #88ced7;
}
.section_top_02 .top_l .search_content ul li a {
  background: #f3adbf;
  color: #fff;
  display: block;
  padding: 1em 40px;
  position: relative;
}
.section_top_02 .top_l .search_content ul li a:hover {
  opacity: 0.5;
}
.section_top_02 .top_l .search_content ul li a::after {
  position: absolute;
  content: "";
  background: url(../images/right_w_02.svg) no-repeat center/100%;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_top_02 .top_l .search_content ul li a::after {
    right: 10px;
  }
}
.section_top_02 .top_r {
  width: 45%;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .section_top_02 .top_r {
    width: 100%;
    padding: 0;
  }
}
.section_top_02 .top_r .title {
  font-weight: bold;
  font-size: 1.3125em;
  margin-bottom: 1em;
}

.section_top_03 {
  position: relative;
}
.section_top_03 a.more {
  position: absolute;
  right: 0;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .section_top_03 a.more {
    position: relative;
    top: 0;
    margin: 0 auto;
    display: table;
  }
}

.obj_search {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .obj_search {
    font-size: 0.85em;
  }
}
.obj_search .search_lodging {
  display: flex;
  flex-flow: wrap;
  margin: 0 -1.5em 1em 0;
}
@media screen and (max-width: 767px) {
  .obj_search .search_lodging {
    margin: 0 -1em 1em 0;
  }
}
.obj_search .search_lodging li {
  align-items: center;
  display: flex;
  margin: 0 1.5em 1em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .obj_search .search_lodging li {
    margin: 0 1em 1em 0;
  }
}
.obj_search select {
  border: 1px solid #4c4948;
  padding: 0.5em;
  margin: 0 5px 0 10px;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .obj_search select {
    width: 50px;
  }
}
.obj_search select.obj_year {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .obj_search select.obj_year {
    width: 70px;
  }
}
.obj_search select.obj_month, .obj_search select.obj_day {
  margin: 0 5px 0 0;
}
.obj_search select.obj_budget_min, .obj_search select.obj_budget_max {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .obj_search select.obj_budget_min, .obj_search select.obj_budget_max {
    width: 35vw;
  }
}
.obj_search select.obj_budget_min {
  margin-right: 10px;
}
.obj_search label {
  display: flex;
  align-items: center;
}
.obj_search .obj_no_date {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.obj_search #icon_cal {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .obj_search #icon_cal {
    width: 20px;
    height: 20px;
  }
}
.obj_search input.search_submit {
  color: #fff;
  background: #88ced7 url(../images/right_w_02.svg) no-repeat center right 15px/15px 15px;
  border: none;
  font-weight: bold;
  width: 100%;
  font-size: 1.13em;
  padding: 1em 40px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .obj_search input.search_submit {
    font-size: 1.25em;
  }
}
.obj_search input.search_submit:hover {
  background: #f3adbf url(../images/right_w_02.svg) no-repeat center right 15px/15px 15px;
}

.insta_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .insta_wrap {
    margin-bottom: 5vw;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.section_txt .day {
  font-family: "Barlow", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 1em;
  line-height: 1;
}
.section_txt img {
  display: block;
  margin: 0 auto;
}
.section_txt table {
  width: 100%;
  border-top: 1px solid #4c4948;
  border-left: 1px solid #4c4948;
}
.section_txt table th {
  vertical-align: top;
  border-bottom: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  padding: 0.5em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .section_txt table th {
    display: block;
    width: 100%;
  }
}
.section_txt table td {
  vertical-align: top;
  border-bottom: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .section_txt table td {
    display: block;
    width: 100%;
  }
}

.box {
  background: #f8f8f8;
  padding: 2em;
  border-radius: 10px;
  font-size: 0.875em;
}

#caldiv1 {
  top: 40px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  font-family: "Barlow", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #caldiv1 {
    top: 30px;
    left: 0;
    transform: translateX(0);
    font-size: 1.2em;
    width: 250px !important;
  }
}
#caldiv1 td#__caldiv1_btn_prev, #caldiv1 td#__caldiv1_btn_next, #caldiv1 td#__caldiv1_btn_close {
  width: 30px;
}
#caldiv1 td#__caldiv1_btn_prev img, #caldiv1 td#__caldiv1_btn_next img, #caldiv1 td#__caldiv1_btn_close img {
  width: 20px;
  height: 20px;
}

.map {
  position: relative;
  overflow: hidden;
  filter: grayscale(1);
}
.map::before {
  content: "";
  display: block;
  height: 330px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 100vw;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

/*
6:ul
------------------------------------------------------------
*/
.list_top_special {
  text-align: center;
  font-size: 0.937em;
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .list_top_special {
    padding: 0;
  }
}
.list_top_special li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .list_top_special li {
    margin: 0 30px;
  }
}
.list_top_special li a {
  position: relative;
  display: block;
}
.list_top_special li a:hover .img_special img {
  transform: scale(1.1);
}
.list_top_special li .icon_special {
  position: absolute;
  left: -10px;
  top: 20px;
  background: #f3adbf;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.5em 1em;
  line-height: 1;
  min-width: 130px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_top_special li .icon_special {
    font-size: 1em;
    min-width: 80px;
    top: 10px;
  }
}
.list_top_special li .img_special {
  margin-bottom: 25px;
  overflow: hidden;
}
.list_top_special li .img_special img {
  width: 100%;
  transition: 0.3s;
}
.list_top_special li .title {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.list_top_special.list_top_a2o .icon_special {
  background-color: #376C54;
}

.list_top {
  font-weight: bold;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .list_top {
    margin-bottom: 1em;
  }
}
.list_top li {
  margin-bottom: 1em;
}
.list_top li:last-child {
  margin-bottom: 0;
}
.list_top li a {
  background: #88ced7;
  display: block;
  color: #fff;
  padding: 1em 1em 1em 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_top li a {
    padding: 1em 1em 1em 35px;
  }
}
.list_top li a::before {
  position: absolute;
  content: "";
  background: url(../images/right_w.svg) no-repeat center/100%;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_top li a::before {
    width: 15px;
    height: 15px;
    left: 10px;
  }
}
.list_top li a:hover {
  background: #fff;
  color: #4c4948;
}

.list_info {
  line-height: 1.6;
  margin-top: -1em;
}
.list_info li {
  border-bottom: 1px dashed #4c4948;
  padding: 1em 0;
}
.list_info li a {
  display: inline-flex;
}
.list_info li a .day {
  margin-right: 1.07em;
  font-family: "Barlow", sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
}

.list_news {
  font-size: 0.9375em;
  line-height: 1.5;
}
.list_news li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #4c4948;
}
@media screen and (max-width: 767px) {
  .list_news li {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
}
.list_news li:last-child {
  margin-bottom: 0;
}
.list_news li a {
  display: flex;
  justify-content: space-between;
}
.list_news li a:hover .news_l .fit {
  transform: scale(1.1);
}
.list_news li a .news_l {
  width: 28%;
  height: 137px;
  overflow: hidden;
}
@media screen and (max-width: 1330px) {
  .list_news li a .news_l {
    height: 10.4vw;
  }
}
@media screen and (max-width: 767px) {
  .list_news li a .news_l {
    height: 25vw;
  }
}
.list_news li a .news_r {
  width: 67%;
  margin-top: 2%;
}
.list_news li a .news_r .day {
  font-family: "Barlow", sans-serif;
  letter-spacing: 1px;
  font-size: 0.86em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.list_news li a .news_r .title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
  line-height: 1.6;
}

.list_top__active {
  display: flex;
  flex-flow: wrap;
  line-height: 1.6;
  margin-bottom: -5%;
}
@media screen and (max-width: 767px) {
  .list_top__active {
    font-size: 0.9em;
    margin-bottom: 8vw;
  }
}
.list_top__active li {
  width: 47.5%;
  margin: 0 5% 5% 0;
}
@media screen and (max-width: 767px) {
  .list_top__active li {
    width: 100%;
    margin: 0 0 5vw;
  }
}
.list_top__active li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_top__active li:last-child {
    margin-bottom: 0;
  }
}
.list_top__active li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.list_top__active li a::after {
  position: absolute;
  content: "";
  background: linear-gradient(50deg, #8dcfd7, #e4eae0);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
}
.list_top__active li a:hover .active_l .fit {
  transform: scale(1.1);
}
.list_top__active li a .active_l {
  z-index: 1;
  position: relative;
  width: 50%;
  min-height: 190px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_top__active li a .active_l {
    width: 40%;
    min-height: 36vw;
  }
}
.list_top__active li a .active_r {
  z-index: 1;
  position: relative;
  background: #fff;
  width: 50%;
  padding: 1.5em;
}
@media screen and (max-width: 767px) {
  .list_top__active li a .active_r {
    width: 60%;
    padding: 1.5em 5vw;
  }
}
.list_top__active li a .active_r .title {
  font-weight: bold;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.list_top_02 {
  display: flex;
  flex-flow: wrap;
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: -2%;
}
@media screen and (max-width: 767px) {
  .list_top_02 {
    font-size: 0.85em;
    margin-bottom: -5vw;
  }
}
.list_top_02 li {
  width: 49%;
  margin: 0 2% 2% 0;
  min-height: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_top_02 li {
    width: 100%;
    margin: 0 0 5vw;
    min-height: 110px;
  }
}
.list_top_02 li:nth-child(2n) {
  margin-right: 0;
}
.list_top_02 li.list_top__achisora {
  background: url(../images/bg_achisora.jpg) no-repeat center/cover;
}
.list_top_02 li.list_top__document {
  background: url(../images/bg_document.jpg) no-repeat center/cover;
}
.list_top_02 li.list_top__contact {
  background: url(../images/bg_contact.jpg) no-repeat center/cover;
}
.list_top_02 li.list_top__qa {
  background: url(../images/bg_qa.jpg) no-repeat center/cover;
}
.list_top_02 li.list_top__group_travel {
  background: url(../images/bg_group_travel.jpg) no-repeat center/cover;
}
.list_top_02 li.list_top__kukan {
  background: url(../images/bg_kukan.jpg) no-repeat center/cover;
}
.list_top_02 li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.list_top_02 li a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  padding: 2em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.list_top_02 li a:hover {
  opacity: 0.5;
}
.list_top_02 li a .title {
  font-family: "Barlow", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 2em;
  line-height: 1;
  letter-spacing: 2px;
}
.list_top_02 li a .title span {
  display: block;
  font-size: 0.45em;
  margin-top: 1em;
  letter-spacing: 1px;
}
.list_top_02 li a .txt {
  margin-top: 1em;
}

.list_sns {
  display: flex;
  justify-content: center;
}
.list_sns li {
  width: 34px;
  height: 34px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .list_sns li {
    width: 23px;
    height: 23px;
  }
}
.list_sns li:last-child {
  margin-right: 0;
}
.list_sns li img {
  height: 100%;
}

.list_contact_nav {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 550px;
  margin: 0 auto 60px;
  font-size: 0.9375em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_contact_nav {
    max-width: 250px;
    font-size: 0.8em;
    margin: 0 auto 10vw;
  }
}
.list_contact_nav::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 480px;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
  background: #2b87cb;
}
@media screen and (max-width: 767px) {
  .list_contact_nav::before {
    width: 200px;
    top: 7px;
  }
}
.list_contact_nav li span {
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: block;
  margin: 0 auto 10px;
  background: #eee;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_contact_nav li span {
    width: 15px;
    height: 15px;
  }
}
.list_contact_nav li.current span {
  background: #4c4948;
}

.list_button {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-bottom: -1.3%;
  text-align: center;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_button {
    margin-bottom: -1%;
  }
}
.list_button li {
  width: 24%;
  margin: 0 1.3% 1.3% 0;
}
@media screen and (max-width: 767px) {
  .list_button li {
    width: 49.5%;
    margin: 0 1% 1% 0;
  }
}
.list_button li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_button li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_button li:last-child {
  margin-right: 0;
}
.list_button li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #88ced7;
  padding: 1em 40px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_button li a {
    padding: 1em 25px;
  }
}
.list_button li a:before {
  position: absolute;
  content: "";
  background: url(../images/right_w_02.svg) no-repeat center/100% 100%;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_button li a:before {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}
.list_button li a:hover {
  opacity: 0.5;
}

.list_button_02 {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0 auto -1.3%;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .list_button_02 {
    margin-bottom: -2%;
  }
}
.list_button_02 li {
  width: 49%;
  margin: 0 2% 2% 0;
}
@media screen and (max-width: 767px) {
  .list_button_02 li {
    width: 49.5%;
    margin: 0 1% 1% 0;
  }
}
.list_button_02 li:nth-child(2n) {
  margin-right: 0;
}
.list_button_02 li:last-child {
  margin-right: 0;
}
.list_button_02 li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #88ced7;
  padding: 1em 40px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_button_02 li a {
    padding: 1em 25px;
  }
}
.list_button_02 li a:hover {
  opacity: 0.5;
}
.list_button_02 li a:before {
  position: absolute;
  content: "";
  background: url(../images/right_w_02.svg) no-repeat center/100% 100%;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_button_02 li a:before {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}

.list_blog {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -5%;
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .list_blog {
    margin-bottom: -8%;
    font-size: 0.85em;
  }
}
.list_blog li {
  width: 30%;
  margin: 0 5% 5% 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_blog li {
    width: 48%;
    margin: 0 4% 8% 0;
  }
}
.list_blog li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_blog li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .list_blog li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_blog li a:hover .blog_l img {
  transform: scale(1.1);
}
.list_blog li .cat {
  background: #f3adbf;
  color: #fff;
  position: absolute;
  left: -1em;
  top: 1em;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0.5em;
  font-family: "Barlow", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_blog li .cat {
    position: relative;
    left: 0;
    top: 0;
    font-size: 1em;
    display: table;
  }
}
.list_blog li .cat.region {
  background: #88ced7;
}
.list_blog li .cat.anniversary {
  background: #00324D;
}
.list_blog li .blog_l {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_blog li .blog_l {
    margin-bottom: 10px;
  }
}
.list_blog li .blog_l img {
  transform: scale(1);
  transition: 0.3s;
}
.list_blog li .blog_r .day {
  font-family: "Barlow", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0.5em;
}
.list_blog li .blog_r .title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_blog li .blog_r .title {
    margin-bottom: 0.3em;
  }
}

.list_policy li {
  margin-bottom: 2em;
}
.list_policy li:last-child {
  margin-bottom: 0;
}
.list_policy li .title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.list_view li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.list_flow {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_flow {
    margin-bottom: 2em;
  }
}
.list_flow li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  background-color: #F7EED6;
  padding: 20px 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .list_flow li {
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 20px 5vw;
  }
}
.list_flow li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 21px solid transparent;
  border-bottom: 0 none;
  border-top: 21px solid #D0A434;
  top: calc(100% + 26px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .list_flow li::after {
    border-width: 15px;
    top: calc(100% + 13px);
  }
}
.list_flow li:last-child {
  margin-bottom: 0;
}
.list_flow li:last-child::after {
  content: none;
}
.list_flow li span {
  display: block;
  line-height: 0.8;
  font-size: 4.375em;
  color: #D0A434;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .list_flow li span {
    font-size: 3em;
    padding: 0;
    width: 60px;
  }
}
.list_flow li p {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .list_flow li p {
    padding: 5px 0 0;
    width: calc(100% - 60px);
  }
}

.list_recruit_sort {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 3em;
}
@media screen and (max-width: 767px) {
  .list_recruit_sort {
    gap: 10px;
  }
}
.list_recruit_sort li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 767px) {
  .list_recruit_sort li {
    width: calc(50% - 5px);
  }
}
.list_recruit_sort li a {
  display: block;
  border: 1px solid #88ced7;
  background-color: #88ced7;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 8px;
}
.list_recruit_sort li a:hover {
  background-color: #fff;
  color: #88ced7;
}
.list_recruit_sort li select {
  width: 100%;
  border: 1px solid #88ced7;
  background: url(../images/bottom_w.svg) no-repeat center right 10px/15px auto;
  background-color: #88ced7;
  color: #fff;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  line-height: 40px;
  border-radius: 8px;
}

.list_recruit {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.list_recruit li {
  width: calc(33.3333% - 20px);
}
@media screen and (max-width: 767px) {
  .list_recruit li {
    width: 100%;
  }
}
.list_recruit li a {
  display: block;
  border: 1px solid #88ced7;
  border-radius: 15px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.list_recruit li a:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.list_recruit li h2 {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_recruit li h2 {
    font-size: 1.5em;
  }
}
.list_recruit li table {
  width: 100%;
  font-size: 0.875em;
  border-collapse: separate;
}
.list_recruit li table tr:last-child th, .list_recruit li table tr:last-child td {
  border-bottom: 0 none;
}
.list_recruit li table th, .list_recruit li table td {
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px solid #88ced7;
}
.list_recruit li table th {
  padding: 8px 10px 8px 0;
  white-space: nowrap;
}
.list_recruit li table td {
  padding: 8px 0;
}

/*
7:dl
------------------------------------------------------------
*/
.dlist_contact {
  text-align: center;
}
.dlist_contact dt {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_contact dt {
    font-size: 1.1em;
  }
}
.dlist_contact dd .tel {
  font-family: "Barlow", sans-serif;
  font-size: 3em;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .dlist_contact dd .tel {
    font-size: 2.5em;
  }
}
.dlist_contact dd .tel img {
  width: 44px;
  height: 43px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .dlist_contact dd .tel img {
    width: 35px;
    height: 34px;
  }
}

/*
8:table
------------------------------------------------------------
*/
.table_policy {
  border-collapse: separate;
  border-spacing: 10px;
  width: calc(100% + 20px);
  margin: -10px 0 2em -10px;
}
.table_policy th {
  color: #fff;
  background: #88ced7;
  padding: 0.5em;
  margin-right: 0.5em;
  white-space: nowrap;
  text-align: center;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .table_policy th {
    display: block;
    width: 100%;
  }
}
.table_policy td {
  width: calc(100% - 240px);
  padding: 0.5em 0 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .table_policy td {
    display: block;
    width: 100%;
  }
}

/*
9:タイトル
------------------------------------------------------------
*/
.main_ttl {
  font-size: 2.125rem;
  margin-bottom: 1.5em;
  line-height: 1;
  font-family: "Barlow", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main_ttl {
    font-size: 1.7rem;
    margin-bottom: 1em;
  }
}
.main_ttl.uppercase {
  text-transform: uppercase;
}
.main_ttl.left {
  text-align: left;
}
.main_ttl span {
  display: block;
  font-size: 0.5em;
  margin-top: 1em;
  letter-spacing: 1px;
  line-height: 1.5;
}
.main_ttl span.icon {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .main_ttl span.icon {
    margin: 0 0 15px;
  }
}
.main_ttl span.icon .icon_onsen {
  width: 53px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .main_ttl span.icon .icon_onsen {
    width: 40px;
    height: 33px;
  }
}
.main_ttl span.icon .icon_camp {
  width: 64px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .main_ttl span.icon .icon_camp {
    width: 45px;
    height: 49px;
  }
}
.main_ttl span.icon .icon_gesthouse {
  width: 54px;
  height: 69px;
}
@media screen and (max-width: 767px) {
  .main_ttl span.icon .icon_gesthouse {
    width: 40px;
    height: 51px;
  }
}

.main_ttl_02 {
  font-size: 4.375em;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .main_ttl_02 {
    font-size: 3em;
    margin-bottom: 0.5em;
  }
}
.main_ttl_02 span {
  font-size: 0.6em;
  margin-left: 0.5em;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .main_ttl_02 span {
    font-size: 0.4em;
  }
}

.border_ttl {
  border-top: 1px solid #9fa29d;
  border-bottom: 1px solid #9fa29d;
  text-align: center;
  font-weight: bold;
  font-size: 1.5625em;
  padding: 0.5em;
  margin-bottom: 2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .border_ttl {
    font-size: 1.3em;
    margin-bottom: 1.5em;
  }
}

.sub_ttl {
  text-align: center;
  font-size: 1.5625em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 1.4em;
  }
}

.img_ttl {
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .img_ttl {
    margin-bottom: 30px;
  }
}
.img_ttl.sva {
  max-width: 578px;
  width: 80%;
}
.img_ttl.namiai {
  max-width: 430px;
  width: 55%;
}

.txt_ttl {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 4px dotted #cacaca;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .txt_ttl {
    font-size: 1.3em;
  }
}

.icon_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 1.875em;
  line-height: 1.5;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .icon_ttl {
    font-size: 1.5em;
  }
}
.icon_ttl.left {
  justify-content: flex-start;
}
.icon_ttl .icon {
  margin-right: 15px;
  height: 55px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .icon_ttl .icon {
    height: auto;
    margin-right: 10px;
  }
}
.icon_ttl .icon.icon_baby {
  width: 34px;
}
@media screen and (max-width: 767px) {
  .icon_ttl .icon.icon_baby {
    width: 27px;
  }
}
.icon_ttl .icon.icon_dog {
  width: 47px;
}
@media screen and (max-width: 767px) {
  .icon_ttl .icon.icon_dog {
    width: 38px;
  }
}
.icon_ttl .icon.icon_wheelchair {
  width: 54px;
}
@media screen and (max-width: 767px) {
  .icon_ttl .icon.icon_wheelchair {
    width: 40px;
  }
}
.icon_ttl .icon.icon_universal {
  width: 42px;
}
@media screen and (max-width: 767px) {
  .icon_ttl .icon.icon_universal {
    width: 30px;
  }
}
.icon_ttl .icon.icon_heart {
  width: 48px;
}
@media screen and (max-width: 767px) {
  .icon_ttl .icon.icon_heart {
    width: 28px;
  }
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_inner {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .bg_inner {
    padding: 20vw 0;
  }
}
.bg_dark_gray {
  background: #4c4948;
}
.bg_gray {
  background: #f8f8f8;
}
.bg_gra {
  background: linear-gradient(-30deg, #eaf4f6, #f7f7f5);
}
.bg_activity {
  background: url(../images/bg_activity.jpg) repeat top left;
}
.bg_pink {
  background: #f2acbe !important;
}
.bg_camel {
  background: #d7a932 !important;
}
.bg_black {
  background: #4c4948 !important;
}

/*
11:ボタン系
------------------------------------------------------------
*/
#topcontrol {
  width: 79px;
  height: 116px;
  background: url(../images/pagetop.svg) no-repeat center/auto 100%;
  z-index: 3;
  right: 20px !important;
  bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  #topcontrol {
    width: 39.4px;
    height: 58px;
    right: 15px !important;
  }
}

a.click_tel {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a.click_tel {
    pointer-events: auto;
  }
}
a.scroll_down {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 0.875em;
  line-height: 1;
  padding: 1em 0 80px 1em;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  a.scroll_down {
    display: none;
  }
}
a.scroll_down::before, a.scroll_down::after {
  position: absolute;
  content: "";
}
a.scroll_down::before {
  background: #fff;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
}
a.scroll_down::after {
  background: url(../images/icon_star.svg) no-repeat center/100%;
  width: 13px;
  height: 14px;
  left: -6px;
  top: 0;
  animation: scroll_down 2.5s cubic-bezier(0.42, 0, 0.25, 1.1) 0s infinite;
}
a.more {
  padding-right: 40px;
  font-size: 1.0625rem;
  font-family: "Barlow", sans-serif;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.more {
    font-size: 1rem;
    padding-right: 30px;
  }
}
a.more::before {
  position: absolute;
  content: "";
  background: url(../images/right_bl.svg) no-repeat center/100%;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  a.more::before {
    width: 20px;
    height: 20px;
  }
}
a.more:hover {
  opacity: 0.5;
}
a.button {
  color: #fff;
  display: block;
  background: #88ced7;
  text-align: center;
  position: relative;
  max-width: 490px;
  font-weight: bold;
  font-size: 1.25em;
  margin: 0 auto;
  padding: 0.7em 45px;
}
@media screen and (max-width: 767px) {
  a.button {
    font-size: 1em;
    padding: 1em 30px;
  }
}
a.button::before {
  position: absolute;
  content: "";
  background: url(../images/right_w_02.svg) no-repeat center/100%;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  a.button::before {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}
a.button:hover {
  opacity: 0.5;
}
a.button_02 {
  color: #fff;
  display: block;
  background: #88ced7;
  text-align: center;
  position: relative;
  max-width: 320px;
  width: 100%;
  font-weight: bold;
  font-size: 0.9375em;
  margin: 0 auto;
  padding: 1em 45px;
}
@media screen and (max-width: 767px) {
  a.button_02 {
    font-size: 1em;
    padding: 1em 30px;
  }
}
a.button_02::before {
  position: absolute;
  content: "";
  background: url(../images/right_w_02.svg) no-repeat center/100%;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  a.button_02::before {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}
a.button_02:hover {
  opacity: 0.5;
}
a.button_03 {
  color: #fff;
  display: table;
  background: #88ced7;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 0.9375em;
  margin: 0 auto;
  padding: 1em 1em 1em 45px;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  a.button_03 {
    font-size: 1em;
    padding: 1em 1em 1em 30px;
    min-width: 1px;
    max-width: 320px;
    width: 100%;
  }
}
a.button_03::before {
  position: absolute;
  content: "";
  background: url(../images/right_w_bl.svg) no-repeat center/100%;
  width: 20px;
  height: 20px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  a.button_03::before {
    width: 12px;
    height: 12px;
    left: 10px;
  }
}
a.button_03:hover {
  opacity: 0.5;
}
a.under_link {
  text-decoration: underline;
}
a.under_link:hover {
  opacity: 0.5;
}
a.list_view_more {
  display: table;
  margin: 0 auto;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  padding-bottom: 70px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a.list_view_more {
    padding-bottom: 40px;
  }
}
a.list_view_more:after {
  position: absolute;
  content: "";
  background: url(../images/right_g_02.svg) no-repeat center/100% 100%;
  transform: rotate(90deg);
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  a.list_view_more:after {
    width: 30px;
    height: 30px;
  }
}

@keyframes scroll_down {
  100% {
    top: 100%;
  }
}
.anv_link {
  display: block;
  position: fixed;
  width: 140px;
  height: 140px;
  left: 35px;
  bottom: 7%;
  background-color: #eaf4f6;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  z-index: 10;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 767px) {
  .anv_link {
    transform: scale(0.7);
    left: -10px;
    bottom: 3%;
  }
}
.anv_link:hover {
  opacity: 0.7;
}
.anv_link::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../images/logo_star_festival.png) no-repeat center/contain;
}
.anv_link::after {
  position: absolute;
  border: 12px solid transparent;
  border-bottom: 0 none;
  border-top: 30px solid #eaf4f6;
  top: calc(100% - 5px);
  left: calc(50% - 12px);
}
.anv_link p {
  position: absolute;
  font-size: 0.75em;
  line-height: 1.5;
  top: -25px;
  left: 0;
  text-align: center;
  width: 100%;
}
.anv_link p span {
  position: absolute;
  top: 0;
  left: calc(50% - 0.375em);
  display: inline-block;
  transform-origin: center bottom;
  height: 95px;
}
.anv_link p span:nth-child(1) {
  transform: rotate(-45deg);
}
.anv_link p span:nth-child(2) {
  transform: rotate(-35deg);
}
.anv_link p span:nth-child(3) {
  transform: rotate(-25deg);
}
.anv_link p span:nth-child(4) {
  transform: rotate(-15deg);
}
.anv_link p span:nth-child(5) {
  transform: rotate(-5deg);
}
.anv_link p span:nth-child(6) {
  transform: rotate(5deg);
}
.anv_link p span:nth-child(7) {
  transform: rotate(15deg);
}
.anv_link p span:nth-child(8) {
  transform: rotate(25deg);
}
.anv_link p span:nth-child(9) {
  transform: rotate(35deg);
}
.anv_link p span:nth-child(10) {
  transform: rotate(45deg);
}

/*
12:その他パーツ
------------------------------------------------------------
*/
#list_breadcrumb {
  font-size: 0.875em;
  margin-bottom: 50px;
  text-align: right;
}

.center_p {
  text-align: center;
  margin-bottom: 3em;
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .center_p {
    margin-bottom: 2em;
  }
}

.right_p {
  text-align: right;
}

.dot {
  padding-left: 1em;
  position: relative;
}
.dot:before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

.popup {
  position: fixed;
  width: 600px;
  max-width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.popup__inner {
  position: relative;
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .popup__inner {
    padding: 30px;
  }
}
.popup__inner::before, .popup__inner::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: linear-gradient(45deg, transparent calc(50% - 1px), #4c4948 calc(50% - 1px), #4c4948 calc(50% + 1px), transparent calc(50% + 1px));
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.popup__inner::after {
  transform: rotate(-90deg);
}
.popup_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  cursor: pointer;
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.contactform {
  margin-bottom: 2em;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr th {
  padding: 15px 1em 15px 0;
  text-align: left;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 1em;
    font-size: 1em;
  }
}
.contactform tr td {
  width: 70%;
  padding: 15px 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 2em;
    font-size: 1em;
  }
}
.contactform tr td input, .contactform tr td textarea, .contactform tr td select {
  width: 100%;
  padding: 1em;
  border-radius: 10px;
  border: none;
  background: #f7f7f7;
  outline: none;
}
.contactform tr td input[type=checkbox], .contactform tr td input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.contactform tr td select {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contactform tr td select {
    width: 100%;
  }
}
.contactform tr td textarea {
  height: 250px;
}
.contactform tr td input#zip, .contactform tr td input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .contactform tr td input#zip, .contactform tr td input#zip1 {
    width: 45% !important;
  }
}
.contactform tr td span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  .contactform tr td span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  max-width: 345px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #88ced7;
  transition: 0.3s;
  border-radius: 0;
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.backBtn {
  background: #4c4948;
  margin-top: 1.5em;
}

.required {
  font-size: 0.7em;
  display: inline-block;
  margin-left: 1em;
  line-height: 1;
  background: #4c4948;
  color: #fff;
  padding: 0.5em;
  vertical-align: middle;
}

.policy_p {
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 50px;
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}

/*
wordpress
------------------------------------------------------------
*/
.wp-pagenavi {
  margin: 60px -0.5em -0.5em 0;
  display: flex;
  flex-flow: wrap;
  font-size: 1.3125em;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 10vw;
    font-size: 1em;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 0.5em 0.5em 0;
  background: #88ced7;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  opacity: 0.5;
}
.wp-pagenavi .current {
  opacity: 0.5;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

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

.m1em {
  margin-bottom: 1em !important;
}

.m2em {
  margin-bottom: 2em !important;
}

/*
Pagination
------------------------------------------------------------
*/
.list_pagination {
  width: 100%;
  margin-top: 3em;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  border-top: 1px solid #4c4948;
  border-bottom: 1px solid #4c4948;
  font-size: 0.9375em;
  padding: 2em 0;
}
.list_pagination li {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .list_pagination li {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .list_pagination li:last-child {
    margin-bottom: 0;
  }
}
.list_pagination li.prev a {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev a {
    padding-left: 25px;
  }
}
.list_pagination li.prev a::before {
  left: 0;
  transform: rotate(180deg);
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next a {
    padding-right: 25px;
  }
}
.list_pagination li.next a::before {
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/right_bl.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .list_pagination li a::before {
    width: 18px;
    height: 18px;
  }
}
.list_pagination li a:hover {
  opacity: 0.7;
}

/*
other
------------------------------------------------------------
*/
.fit {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  transform: scale(1);
  transition: 0.3s;
}

.dlist_tel__hanamomo {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1em 1em 1em 5vw;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .dlist_tel__hanamomo {
    flex-flow: wrap;
    display: table;
    width: auto;
  }
}
.dlist_tel__hanamomo.pos_r {
  left: auto;
  right: 0;
  padding: 1em 5vw 1em 1em;
}
.dlist_tel__hanamomo dt {
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .dlist_tel__hanamomo dt {
    margin-bottom: 0.5em;
  }
}
.dlist_tel__hanamomo dd {
  font-size: 2.125em;
  font-family: "Barlow", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dlist_tel__hanamomo dd {
    font-size: 2em;
  }
}
.dlist_tel__hanamomo dd a {
  display: flex;
  align-items: center;
  color: #ff7bac;
  letter-spacing: 2px;
}
.dlist_tel__hanamomo dd img {
  width: 29px;
  height: 28px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .dlist_tel__hanamomo dd img {
    width: 22px;
    height: 21px;
  }
}
.dlist_tel__hanamomo dd span {
  font-size: 0.4em;
}

.about_hanamomo_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_hanamomo_wrap {
    margin: -20vw 0 100px;
  }
}
.about_hanamomo_wrap .about_hanamomo {
  position: absolute;
  right: 5vw;
  top: -375px;
  width: 362px;
  height: 362px;
  border-radius: 50%;
  background: url(../images/bg_about_hanamomo.jpg) no-repeat center/cover;
  color: #fff;
  font-weight: bold;
  font-size: 0.9375em;
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about_hanamomo_wrap .about_hanamomo {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 15vw 0;
    font-size: 1em;
  }
}
.about_hanamomo_wrap .about_hanamomo::before {
  position: absolute;
  content: "";
  background: url(../images/bg_about_hanamomo_img.png) no-repeat center/cover;
  width: 250px;
  height: 182px;
  left: -50px;
  bottom: -20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about_hanamomo_wrap .about_hanamomo::before {
    left: 0;
    bottom: -50px;
    width: 180px;
    height: 131px;
  }
}
.about_hanamomo_wrap .about_hanamomo .title {
  font-size: 1.9em;
  position: relative;
  line-height: 1;
  font-weight: bold;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .about_hanamomo_wrap .about_hanamomo .title {
    font-size: 1.7em;
  }
}
.about_hanamomo_wrap .about_hanamomo .title::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 45px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about_hanamomo_wrap .about_hanamomo .title span {
  font-size: 1.2em;
}

.section_hanamomo_wrap {
  position: relative;
}
.section_hanamomo_wrap::before {
  position: absolute;
  content: "";
  background: url(../images/ill_hanamomo_01.png) no-repeat center/100% 100%;
  width: 472px;
  height: 508px;
  left: -10px;
  top: -150px;
}
@media screen and (max-width: 767px) {
  .section_hanamomo_wrap::before {
    width: 236px;
    height: 254px;
    top: -40px;
  }
}

.section_hanamomo {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  position: relative;
  z-index: 1;
}
.section_hanamomo .hanamomo_l {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .section_hanamomo .hanamomo_l {
    width: 100%;
  }
}
.section_hanamomo .hanamomo_l .title {
  font-size: 1.875em;
  font-weight: bold;
  margin-bottom: 1em;
}
.section_hanamomo .hanamomo_l .title span {
  font-size: 0.5em;
  font-family: "Barlow", sans-serif;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
}
.section_hanamomo .hanamomo_r {
  width: calc(95% - 190px);
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .section_hanamomo .hanamomo_r {
    width: 100%;
    font-size: 1em;
  }
}

.hanamomo_ttl {
  color: #ff7bac;
}
.hanamomo_ttl span {
  color: #4c4948;
}

.section_hanamomo_02 {
  position: relative;
}
.section_hanamomo_02::before {
  position: absolute;
  content: "";
  background: #fff5f5;
  width: 100%;
  height: calc(100% + 250px);
  top: 40px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_hanamomo_02::before {
    height: calc(100% + 250px);
    top: 20px;
  }
}
.section_hanamomo_02 .main_ttl_02 {
  display: flex;
  justify-content: flex-end;
}
.section_hanamomo_02 .hanamomo_map {
  position: relative;
}
@media screen and (max-width: 1330px) {
  .section_hanamomo_02 .hanamomo_map {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.section_hanamomo_02 .hanamomo_map .hanamomo_content {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .section_hanamomo_02 .hanamomo_map .hanamomo_content {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 2em;
  }
}
.section_hanamomo_02 .hanamomo_map .hanamomo_content .txt {
  font-size: 1.3125em;
}
@media screen and (max-width: 1330px) {
  .section_hanamomo_02 .hanamomo_map .hanamomo_content .txt {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .section_hanamomo_02 .hanamomo_map .hanamomo_content .txt {
    font-size: 1em;
  }
}
.section_hanamomo_02 .hanamomo_map .hanamomo_content .txt span {
  color: #ff7bac;
}
.section_hanamomo_02 .hanamomo_map .hanamomo_content a.button_02 {
  margin: 1em 0 0;
}

@media screen and (max-width: 767px) {
  .list_hanamomo_map {
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
  }
}
.list_hanamomo_map li {
  position: absolute;
  width: 300px;
}
@media screen and (max-width: 1330px) {
  .list_hanamomo_map li {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .list_hanamomo_map li {
    position: relative;
    width: 48%;
  }
}
.list_hanamomo_map li.hirugami {
  right: 160px;
  bottom: 440px;
}
@media screen and (max-width: 1330px) {
  .list_hanamomo_map li.hirugami {
    right: 140px;
    bottom: 370px;
  }
}
@media screen and (max-width: 767px) {
  .list_hanamomo_map li.hirugami {
    right: 0;
    bottom: 0;
  }
}
.list_hanamomo_map li.hirugami::before {
  transform: rotate(15deg);
}
.list_hanamomo_map li.tsukikawa {
  left: -70px;
  bottom: 250px;
}
@media screen and (max-width: 1330px) {
  .list_hanamomo_map li.tsukikawa {
    left: -50px;
    bottom: 220px;
  }
}
@media screen and (max-width: 767px) {
  .list_hanamomo_map li.tsukikawa {
    left: 0;
    bottom: 0;
  }
}
.list_hanamomo_map li.tsukikawa::before {
  transform: rotate(-45deg);
  left: 45px;
}
.list_hanamomo_map li::before {
  position: absolute;
  content: "";
  background: #ff7bac;
  height: 120%;
  width: 1px;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_map li::before {
    background: none;
  }
}
.list_hanamomo_map li .title {
  background: #ff7bac;
  color: #fff;
  font-weight: bold;
  font-size: 1.3125em;
  padding: 0 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_map li .title {
    font-size: 1.15em;
  }
}
.list_hanamomo_map li a {
  overflow: hidden;
  display: none;
}
.list_hanamomo_map li a:hover img {
  transform: scale(1.1);
}
.list_hanamomo_map li a.active {
  display: block;
}
.list_hanamomo_map li a img {
  transform: scale(1);
  transition: 0.3s;
}

.section_hanamomo_03 {
  position: relative;
  margin-bottom: 70px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section_hanamomo_03 {
    display: block;
    width: calc(100% + 10vw);
    margin-left: -5vw;
    padding-bottom: 15vw;
  }
}
.section_hanamomo_03::before, .section_hanamomo_03::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.section_hanamomo_03::before {
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  width: 85%;
  height: calc(100% - 80px);
  left: 10%;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .section_hanamomo_03::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.section_hanamomo_03::after {
  background: url(../images/ill_hanamomo_02.png) no-repeat center/100% 100%;
  width: 272px;
  height: 292px;
  right: -85px;
  top: 160px;
}
.section_hanamomo_03 .main_ttl_02 {
  font-size: 3.375em;
  margin-bottom: 0.5em;
}
.section_hanamomo_03 .txt {
  font-size: 0.9375em;
  margin-bottom: 2em;
}
.section_hanamomo_03 .txt span {
  background: linear-gradient(transparent 60%, #ffdc00 60%);
}

.hanamomo_date {
  display: flex;
  flex-flow: wrap;
  font-weight: bold;
  font-size: 0.9375em;
  align-items: flex-end;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .hanamomo_date {
    font-size: 1em;
    margin-bottom: 1.5em;
  }
}
.hanamomo_date .title {
  font-weight: bold;
  font-size: 2.26em;
  margin-right: 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hanamomo_date .title {
    font-size: 1.6em;
  }
}
.hanamomo_date .area {
  margin-right: 15px;
}
.hanamomo_date .flowering {
  display: flex;
  font-size: 1.125em;
}
.hanamomo_date .flowering dt {
  background: #ff7bac;
  color: #fff;
  padding: 0 0.5em;
}
.hanamomo_date .flowering dd {
  background: #fff8f8;
  padding: 0 0.5em;
}

.list_button__hanamomo {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -2%;
  text-align: center;
  font-weight: bold;
}
.list_button__hanamomo li {
  width: 49%;
  margin: 0 2% 2% 0;
}
.list_button__hanamomo li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1330px) {
  .list_button__hanamomo li:nth-child(2n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1330px) {
  .list_button__hanamomo li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_button__hanamomo li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #88ced7;
  color: #fff;
  position: relative;
  padding: 1em 30px;
  height: 100%;
}
.list_button__hanamomo li a:hover {
  background: #f3adbf;
}
.list_button__hanamomo li a::after {
  position: absolute;
  content: "";
  background: url(../images/right_w_02.svg) no-repeat center/100% 100%;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.box_hanamomo_01 {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .box_hanamomo_01 {
    margin-bottom: 15vw;
  }
}
.box_hanamomo_01 .box_l {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .box_hanamomo_01 .box_l {
    width: 100%;
  }
}
.box_hanamomo_01 .box_r {
  width: 65%;
  padding: 50px 10% 0 5%;
}
@media screen and (max-width: 767px) {
  .box_hanamomo_01 .box_r {
    width: 100%;
    padding: 2em 5vw 0;
  }
}

.box_hanamomo_02 {
  display: flex;
  flex-flow: wrap;
  position: relative;
}
.box_hanamomo_02 .box_r {
  width: 35%;
  position: absolute;
  right: 0;
  bottom: -70px;
}
@media screen and (max-width: 1330px) {
  .box_hanamomo_02 .box_r {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .box_hanamomo_02 .box_r {
    width: 100%;
    position: relative;
    bottom: 0;
  }
}
.box_hanamomo_02 .box_l {
  width: 65%;
  padding: 0 2em 80px 5%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1330px) {
  .box_hanamomo_02 .box_l {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .box_hanamomo_02 .box_l {
    width: 100%;
    padding: 2em 5vw 0;
  }
}
.box_hanamomo_02 .box_l .box_l_l {
  width: 300px;
}
@media screen and (max-width: 1330px) {
  .box_hanamomo_02 .box_l .box_l_l {
    width: 100%;
  }
}
.box_hanamomo_02 .box_l .box_l_r {
  width: calc(95% - 300px);
}
@media screen and (max-width: 1330px) {
  .box_hanamomo_02 .box_l .box_l_r {
    width: 100%;
  }
}
.box_hanamomo_02 .box_l .box_l_r .flowering {
  margin-top: 1em;
}
.box_hanamomo_02 .box_l .box_l_r .list_button__hanamomo li {
  width: 49%;
}

.list_hanamomo_flw .slick-list {
  overflow: unset;
}
.list_hanamomo_flw .slick-slide {
  padding: 0 20px;
}
.list_hanamomo_flw .img_flw {
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_flw .img_flw {
    margin-bottom: 20px;
  }
}
.list_hanamomo_flw .title {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.5;
}
.list_hanamomo_flw .txt {
  font-size: 0.9375em;
  line-height: 2;
  margin-bottom: 0.5em;
}
.list_hanamomo_flw a.more {
  color: #ff7bac;
  float: right;
}
.list_hanamomo_flw a.more::before {
  background: url(../images/right_p.svg) no-repeat center/100% 100%;
}

.list_hanamomo_his {
  display: flex;
  flex-flow: wrap;
  position: relative;
  justify-content: space-between;
  font-size: 0.9375em;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_his {
    padding-top: 0;
    margin-top: -40px;
  }
}
.list_hanamomo_his::before {
  position: absolute;
  content: "";
  background: #ff7bac;
  height: 100%;
  width: 1px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_his::before {
    background: none;
  }
}
.list_hanamomo_his li {
  width: calc(50% - 100px);
  background: #ffeff5;
  position: relative;
  padding: 2em;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_his li {
    width: 100%;
    margin-top: 50px;
  }
}
.list_hanamomo_his li::before {
  position: absolute;
  content: "";
  background: #ff7bac;
  height: 1px;
  width: 100px;
  right: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_his li::before {
    width: 1px;
    height: 50px;
    bottom: -50px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.list_hanamomo_his li:nth-child(2n) {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_his li:nth-child(2n) {
    margin-top: 50px;
  }
}
.list_hanamomo_his li:nth-child(2n)::before {
  right: auto;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_his li:nth-child(2n)::before {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_hanamomo_his li:last-child::before {
    background: none;
  }
}
.list_hanamomo_his li .year {
  color: #ffeff5;
  font-size: 7.8em;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  position: absolute;
  left: -50px;
  top: -90px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_his li .year {
    font-size: 5em;
    left: -5vw;
    top: -50px;
  }
}
.list_hanamomo_his li .title {
  font-weight: bold;
  font-size: 1.3em;
}

.page-id-7 #sb_instagram #sbi_images .sbi_item:nth-child(n+13) {
  display: none;
}

.list_flw_sts {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  text-align: center;
  font-size: 1.25em;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .list_flw_sts {
    font-size: 1em;
    max-width: 270px;
    margin: 0 auto -5%;
  }
}
.list_flw_sts li {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .list_flw_sts li {
    margin: 0 5% 5% 0;
    width: 30%;
  }
}
.list_flw_sts li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_flw_sts li:nth-child(3n) {
    margin-right: 0;
  }
}
.list_flw_sts li .icon_flw {
  height: 70px;
}
@media screen and (max-width: 767px) {
  .list_flw_sts li .icon_flw {
    height: 40px;
  }
}
.list_flw_sts li .icon_flw img {
  height: 100%;
}

.list_hanamomo_cal li {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.list_hanamomo_cal li:last-child {
  margin-bottom: 0;
}
.list_hanamomo_cal li .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.875em;
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_cal li .title {
    font-size: 1.4em;
  }
}
.list_hanamomo_cal li .title img {
  width: 33px;
  height: 46px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_cal li .title img {
    width: 20px;
    height: 28px;
  }
}
.list_hanamomo_cal li .center_p {
  width: 100%;
}
.list_hanamomo_cal li .cal_l {
  width: 30%;
  margin-top: 40px;
}
@media screen and (max-width: 1330px) {
  .list_hanamomo_cal li .cal_l {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .list_hanamomo_cal li .cal_l {
    width: 100%;
    margin: 0 0 30px;
  }
}
.list_hanamomo_cal li .cal_l .cal_content {
  display: none;
}
.list_hanamomo_cal li .cal_l .cal_content.active {
  display: block;
}
.list_hanamomo_cal li .cal_l img {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_cal li .cal_l img {
    margin-bottom: 15px;
  }
}
.list_hanamomo_cal li .cal_l .txt {
  background: #fffafa;
  border-radius: 15px;
  font-size: 0.9375em;
  padding: 2em;
  position: relative;
}
.list_hanamomo_cal li .cal_l .txt::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -15px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #fffafa transparent;
}
.list_hanamomo_cal li .cal_r {
  width: 67%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_cal li .cal_r {
    width: 100%;
  }
}
.list_hanamomo_cal li .cal_r .hanamomo_cal {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .list_hanamomo_cal li .cal_r .hanamomo_cal {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_hanamomo_cal li .cal_r .hanamomo_cal:last-child {
    margin-bottom: 0;
  }
}

.table_calender {
  width: 100%;
  border-left: 1px solid #ccc;
}
.table_calender caption {
  text-align: left;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
  font-size: 1.625em;
}
@media screen and (max-width: 1330px) {
  .table_calender caption {
    font-size: 1.3em;
  }
}
.table_calender th {
  background: #ff7bac;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.375em;
  width: 14.2857142857%;
  border: 1px solid #ff7bac;
}
@media screen and (max-width: 1330px) {
  .table_calender th {
    font-size: 1em;
  }
}
.table_calender td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.25em;
  font-weight: bold;
  width: 14.2857142857%;
  line-height: 1;
  color: #ccc;
  height: 90px;
  padding: 10px;
  vertical-align: text-bottom;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 1330px) {
  .table_calender td {
    font-size: 1em;
    height: 70px;
  }
}
.table_calender td:hover {
  opacity: 0.5;
}
.table_calender td .icon_flw_sts {
  position: relative;
}
.table_calender td .icon_flw_sts:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.table_calender td .icon_flw_sts.status1:before {
  width: 33px;
  height: 46px;
  background: url(../images/icon_flw_sts_01.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 1330px) {
  .table_calender td .icon_flw_sts.status1:before {
    width: 25px;
    height: 35px;
  }
}
.table_calender td .icon_flw_sts.status2:before {
  width: 36px;
  height: 47px;
  background: url(../images/icon_flw_sts_02.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 1330px) {
  .table_calender td .icon_flw_sts.status2:before {
    width: 25px;
    height: 33px;
  }
}
.table_calender td .icon_flw_sts.status3:before {
  width: 42px;
  height: 47px;
  background: url(../images/icon_flw_sts_03.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 1330px) {
  .table_calender td .icon_flw_sts.status3:before {
    width: 33px;
    height: 31px;
  }
}
.table_calender td .icon_flw_sts.status4:before {
  width: 48px;
  height: 46px;
  background: url(../images/icon_flw_sts_04.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 1330px) {
  .table_calender td .icon_flw_sts.status4:before {
    width: 30px;
    height: 29px;
  }
}
.table_calender td .icon_flw_sts.status5:before {
  width: 30px;
  height: 43px;
  background: url(../images/icon_flw_sts_05.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 1330px) {
  .table_calender td .icon_flw_sts.status5:before {
    width: 23px;
    height: 32px;
  }
}
.table_calender td .icon_flw_sts.status6:before {
  width: 40px;
  height: 48px;
  background: url(../images/icon_flw_sts_06.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 1330px) {
  .table_calender td .icon_flw_sts.status6:before {
    width: 25px;
    height: 30px;
  }
}

.section_hanamomo_04 {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_hanamomo_04 {
    padding-bottom: 20vw;
  }
}
.section_hanamomo_04::before {
  position: absolute;
  content: "";
  background: #fff5f5;
  width: 100%;
  height: calc(100% - 40px);
  top: 40px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_hanamomo_04::before {
    height: calc(100% - 20px);
    top: 20px;
  }
}

.hanamomo_map_02 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.hanamomo_map_02 .map_l {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .hanamomo_map_02 .map_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hanamomo_map_02 .map_r {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .hanamomo_map_02 .map_r {
    width: 100%;
  }
}
.hanamomo_map_02 .map_r ul {
  font-size: 0.9375em;
}
.hanamomo_map_02 .map_r ul li {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .hanamomo_map_02 .map_r ul li {
    margin-bottom: 2em;
  }
}
.hanamomo_map_02 .map_r ul li .title {
  background: #ff7bac;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .hanamomo_map_02 .map_r ul li .title {
    font-size: 1.2em;
    margin-bottom: 0.5em;
  }
}
.hanamomo_map_02 .map_r .parking {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .hanamomo_map_02 .map_r .parking {
    margin-bottom: 30px;
  }
}
.hanamomo_map_02 .map_r .parking .title {
  font-weight: bold;
  font-size: 1.3125em;
  margin-bottom: 1em;
}
.hanamomo_map_02 .map_r .parking .title img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.hanamomo_map_02 .map_r .parking .table_hanamomo_prk {
  border-top: 2px solid #4d4d4d;
  border-left: 2px solid #4d4d4d;
  width: 100%;
  font-size: 0.9375em;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.hanamomo_map_02 .map_r .parking .table_hanamomo_prk th {
  background: #ff7bac;
  color: #fff;
  border-right: 2px solid #4d4d4d;
  border-bottom: 2px solid #4d4d4d;
  height: 70px;
  padding: 0.5em;
  width: 33.3333333333%;
}
.hanamomo_map_02 .map_r .parking .table_hanamomo_prk td {
  border-right: 2px solid #4d4d4d;
  border-bottom: 2px solid #4d4d4d;
  background: #fff;
  height: 70px;
  padding: 0.5em;
  width: 33.3333333333%;
}
.hanamomo_map_02 .map_r .list_button__hanamomo {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .hanamomo_map_02 .map_r .list_button__hanamomo {
    font-size: 1em;
  }
}
.hanamomo_map_02 .map_r .list_button__hanamomo li {
  width: 100%;
  margin: 0 0 1em;
}
.hanamomo_map_02 .map_r .list_button__hanamomo li:last-child {
  margin-bottom: 0;
}

.section_hanamomo_05 .title {
  text-align: center;
  position: relative;
  font-size: 1.5625em;
  font-weight: bold;
  display: table;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .section_hanamomo_05 .title {
    font-size: 1.2em;
    padding: 0 35px;
  }
}
.section_hanamomo_05 .title:before, .section_hanamomo_05 .title::after {
  position: absolute;
  content: "";
  background: url(../images/icon_hanamomo.svg) no-repeat center/100% 100%;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_hanamomo_05 .title:before, .section_hanamomo_05 .title::after {
    width: 25px;
    height: 25px;
  }
}
.section_hanamomo_05 .title:before {
  left: 0;
}
.section_hanamomo_05 .title::after {
  right: 0;
}

.arrow_hanamomo {
  width: 130px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .arrow_hanamomo {
    width: 80px;
    margin: 10px auto;
  }
}

.hanamomo_map_03 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .hanamomo_map_03 {
    margin-bottom: 5vw;
  }
}

.shopping_link {
  position: absolute;
  right: 5vw;
  bottom: -100px;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .shopping_link {
    right: 2vw;
    bottom: -60px;
    width: 110px;
  }
}
.shopping_link::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.shopping_link a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8ea9b5;
  border-radius: 50%;
}
.shopping_link a::after {
  position: absolute;
  content: "";
  background: url(../images/right_w_03.svg) no-repeat center/100% 100%;
  width: 10px;
  height: 17px;
  right: 0;
  left: 0;
  bottom: 15px;
  margin: auto;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .shopping_link a::after {
    height: 8px;
    width: 14px;
    bottom: 10px;
  }
}
.shopping_link a:hover {
  background: #f3adbf;
}
.shopping_link .icon_goods {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .shopping_link .icon_goods {
    height: 30px;
    margin-bottom: 5px;
  }
}
.shopping_link .icon_goods img {
  height: 100%;
}
.shopping_link .title {
  font-size: 1.3em;
  font-family: "Barlow", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .shopping_link .title {
    font-size: 0.8em;
    letter-spacing: 0;
  }
}

.list_nav__goods {
  display: flex;
  flex-flow: wrap;
  text-align: center;
  font-size: 0.8125em;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .list_nav__goods {
    margin-bottom: 2em;
    justify-content: center;
    font-size: 0.7em;
  }
}
.list_nav__goods li {
  width: 23%;
  margin-right: 2.6%;
  background: #8ea9b5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 40px 20px;
  cursor: pointer;
  transition: 0.1s;
}
@media screen and (max-width: 767px) {
  .list_nav__goods li {
    width: 49%;
    margin: 0 2% 2% 0;
    padding: 2em 1em 30px;
    border-radius: 10px;
  }
}
.list_nav__goods li::before {
  content: "";
  display: block;
  padding: 79% 0 0;
}
@media screen and (max-width: 767px) {
  .list_nav__goods li::before {
    padding: 0;
  }
}
.list_nav__goods li::after {
  position: absolute;
  content: "";
  background: url(../images/right_w_03.svg) no-repeat center/100% 100%;
  width: 10px;
  height: 17px;
  right: 0;
  left: 0;
  bottom: 15px;
  margin: auto;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .list_nav__goods li::after {
    height: 8px;
    width: 14px;
  }
}
.list_nav__goods li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_nav__goods li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_nav__goods li:hover, .list_nav__goods li.active {
  background: #f3adbf;
}
.list_nav__goods li.miyage .title {
  letter-spacing: 2px;
}
.list_nav__goods li .icon_goods {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list_nav__goods li .icon_goods {
    height: 30px;
  }
}
.list_nav__goods li .icon_goods img {
  height: 100%;
}
.list_nav__goods li .title {
  font-weight: bold;
  font-size: 1.5em;
  font-family: "Barlow", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_nav__goods li .title {
    font-size: 1em;
  }
}

.goods_content {
  display: none;
}
.goods_content.active {
  display: block;
}

.list_goods {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -5%;
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .list_goods {
    margin-bottom: -8%;
    font-size: 0.85em;
  }
}
.list_goods li {
  width: 30%;
  margin: 0 5% 5% 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_goods li {
    width: 48%;
    margin: 0 4% 8% 0;
  }
}
.list_goods li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_goods li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .list_goods li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_goods li a:hover .goods_l img {
  transform: scale(1.1);
}
.list_goods li .area {
  color: #fff;
  position: absolute;
  left: -1em;
  top: 1em;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0.5em;
  font-family: "Barlow", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_goods li .area {
    position: relative;
    left: 0;
    top: 0;
    font-size: 1em;
    display: table;
  }
}
.list_goods li .cat {
  background: #f3adbf;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
  padding: 0 0.5em;
  font-family: "Barlow", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_goods li .cat {
    position: relative;
    left: 0;
    top: 0;
    font-size: 0.9em;
    display: table;
  }
}
.list_goods li .goods_l {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_goods li .goods_l {
    margin-bottom: 10px;
  }
}
.list_goods li .goods_l img {
  transform: scale(1);
  transition: 0.3s;
}
.list_goods li .goods_r .title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_goods li .goods_r .title {
    margin-bottom: 0.3em;
  }
}
.list_goods li .goods_r table {
  display: flex;
  margin-top: 0.5em;
  border-collapse: separate;
  border-spacing: 10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  margin: 0 0 0 -10px;
}
.list_goods li .goods_r table th {
  color: #fff;
  background: #88ced7;
  padding: 0 0.5em;
  margin-right: 0.5em;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
}

.img_asaichi {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .img_asaichi {
    margin-bottom: 3em;
  }
}
.img_asaichi .inner {
  position: relative;
}
.img_asaichi .asaichi_flag {
  position: absolute;
  left: 5vw;
  top: 0;
  background: #f3adbf;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5625em;
  line-height: 1.6;
  width: 140px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .img_asaichi .asaichi_flag {
    font-size: 1em;
    width: 50px;
    height: 45px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
}
.img_asaichi .asaichi_flag:before, .img_asaichi .asaichi_flag::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .img_asaichi .asaichi_flag:before, .img_asaichi .asaichi_flag::after {
    bottom: -10px;
  }
}
.img_asaichi .asaichi_flag:before {
  left: 0;
  border-width: 30px 70px 0 0;
  border-color: #f3adbf transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .img_asaichi .asaichi_flag:before {
    border-width: 10px 35px 0 0;
  }
}
.img_asaichi .asaichi_flag::after {
  right: 0;
  border-width: 0 70px 30px 0;
  border-color: transparent #f3adbf transparent transparent;
}
@media screen and (max-width: 767px) {
  .img_asaichi .asaichi_flag::after {
    border-width: 0 35px 10px 0;
  }
}
.img_asaichi img {
  width: 100%;
}

.section_shopping {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .section_shopping {
    flex-flow: wrap;
  }
}
.section_shopping .shopping_r {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .section_shopping .shopping_r {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_shopping .shopping_l {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .section_shopping .shopping_l {
    width: 100%;
  }
}
.section_shopping .shopping_l .title {
  font-size: 2.1875em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.5em;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .section_shopping .shopping_l .title {
    font-size: 1.6em;
  }
}
.section_shopping .shopping_l .txt {
  margin-bottom: 2em;
}
.section_shopping .shopping_l a.button_02 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section_shopping .shopping_l a.button_02 {
    margin: 0 auto;
  }
}

.list_shopping {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -2%;
}
@media screen and (max-width: 767px) {
  .list_shopping {
    margin-bottom: -5vw;
  }
}
.list_shopping li {
  width: 49%;
  margin: 0 2% 2% 0;
}
@media screen and (max-width: 767px) {
  .list_shopping li {
    width: 100%;
    margin: 0 0 5vw;
  }
}
.list_shopping li:nth-child(2n) {
  margin-right: 0;
}
.list_shopping li a {
  overflow: hidden;
  display: block;
}
.list_shopping li a:hover img {
  transform: scale(1.05);
}
.list_shopping li img {
  transform: scale(1);
  transition: 0.3s;
}

.list_nav__asaichi {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_nav__asaichi {
    font-size: 1em;
    margin-bottom: 7%;
    justify-content: center;
  }
}
.list_nav__asaichi li {
  width: 33%;
  border-radius: 15px 15px 0 0;
  background: #8ea9b5;
  padding: 1em 0.5em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .list_nav__asaichi li {
    width: 32.5%;
    margin: 0 1% 1% 0;
  }
}
@media screen and (max-width: 767px) {
  .list_nav__asaichi li:nth-child(3n), .list_nav__asaichi li:last-child {
    margin-right: 0;
  }
}
.list_nav__asaichi li.active {
  background: #88ced7;
}

.asaichi_content {
  display: none;
}
.asaichi_content.active {
  display: block;
}

.list_asaichi {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -5%;
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .list_asaichi {
    margin-bottom: -8%;
    font-size: 0.85em;
  }
}
.list_asaichi li {
  width: 30%;
  margin: 0 5% 5% 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_asaichi li {
    width: 48%;
    margin: 0 4% 8% 0;
  }
}
.list_asaichi li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_asaichi li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .list_asaichi li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_asaichi li a:hover .asaichi_l img {
  transform: scale(1.1);
}
.list_asaichi li .cat {
  background: #f3adbf;
  color: #fff;
  display: table;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0.5em;
  font-family: "Barlow", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_asaichi li .cat {
    font-size: 1em;
  }
}
.list_asaichi li .asaichi_l {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_asaichi li .asaichi_l {
    margin-bottom: 10px;
  }
}
.list_asaichi li .asaichi_l img {
  transform: scale(1);
  transition: 0.3s;
}
.list_asaichi li .asaichi_r .title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_asaichi li .asaichi_r .title {
    margin-bottom: 0.3em;
  }
}
.list_asaichi li .asaichi_r table {
  display: flex;
  margin-top: 0.5em;
  border-collapse: separate;
  border-spacing: 10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  margin: 0 0 0 -10px;
}
.list_asaichi li .asaichi_r table th {
  color: #fff;
  background: #88ced7;
  padding: 0 0.5em;
  margin-right: 0.5em;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
}

.list_nav__restaurant {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.5625em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .list_nav__restaurant {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .list_nav__restaurant {
    margin-bottom: 5vw;
  }
}
.list_nav__restaurant li {
  width: 15%;
  margin: 0 2% 2% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0.7;
  cursor: pointer;
  transition: 0.1s;
}
@media screen and (max-width: 767px) {
  .list_nav__restaurant li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
}
.list_nav__restaurant li:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_nav__restaurant li:nth-child(3n) {
    margin-right: 0;
  }
}
.list_nav__restaurant li::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.list_nav__restaurant li.restaurants {
  background: url(../images/bg_nav__restaurant_01.jpg) no-repeat center/cover;
}
.list_nav__restaurant li.lunch {
  background: url(../images/bg_nav__restaurant_02.jpg) no-repeat center/cover;
}
.list_nav__restaurant li.cafe {
  background: url(../images/bg_nav__restaurant_03.jpg) no-repeat center/cover;
}
.list_nav__restaurant li.eating-out {
  background: url(../images/bg_nav__restaurant_04.jpg) no-repeat center/cover;
}
.list_nav__restaurant li.bakery {
  background: url(../images/bg_nav__restaurant_05.jpg) no-repeat center/cover;
}
.list_nav__restaurant li.gibier {
  background: url(../images/bg_nav__restaurant_06.jpg) no-repeat center/cover;
}
.list_nav__restaurant li.soba {
  background: url(../images/bg_nav__restaurant_07.jpg) no-repeat center/cover;
}
.list_nav__restaurant li.active, .list_nav__restaurant li:hover {
  opacity: 1;
}
.list_nav__restaurant li a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.list_restaurant {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -5%;
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .list_restaurant {
    margin-bottom: -8%;
    font-size: 0.85em;
  }
}
.list_restaurant li {
  width: 30%;
  margin: 0 5% 5% 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_restaurant li {
    width: 48%;
    margin: 0 4% 8% 0;
  }
}
.list_restaurant li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_restaurant li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .list_restaurant li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_restaurant li a:hover .restaurant_l img {
  transform: scale(1.1);
}
.list_restaurant li .area {
  background: #ffb947;
  color: #fff;
  position: absolute;
  left: -1em;
  top: 1em;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0.5em;
  font-family: "Barlow", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_restaurant li .area {
    position: relative;
    left: 0;
    top: 0;
    font-size: 1em;
    display: table;
  }
}
.list_restaurant li .restaurant_l {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_restaurant li .restaurant_l {
    margin-bottom: 10px;
  }
}
.list_restaurant li .restaurant_l img {
  transform: scale(1);
  transition: 0.3s;
}
.list_restaurant li .restaurant_r .title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_restaurant li .restaurant_r .title {
    margin-bottom: 0.3em;
  }
}
.list_restaurant li .restaurant_r table {
  display: flex;
  margin-top: 0.5em;
  border-collapse: separate;
  border-spacing: 10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  margin: 0 0 0 -10px;
}
.list_restaurant li .restaurant_r table th {
  color: #fff;
  background: #86ccd5;
  padding: 0 0.5em;
  margin-right: 0.5em;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
}

.food_ttl {
  color: #ffb947;
}

.section_food_wrap {
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .section_food_wrap {
    padding-bottom: 15vw;
  }
}
.section_food_wrap::before {
  position: absolute;
  content: "";
  background: #fff6ee;
  width: 100%;
  height: calc(100% - 40px);
  top: 40px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_food_wrap::before {
    height: calc(100% - 20px);
    top: 20px;
  }
}
.section_food_wrap .main_ttl_02 {
  margin-bottom: 0.5em;
}

.section_food {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.section_food .food_l {
  width: 750px;
}
@media screen and (max-width: 767px) {
  .section_food .food_l {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.section_food .food_r {
  width: calc(97% - 750px);
}
@media screen and (max-width: 767px) {
  .section_food .food_r {
    width: 100%;
  }
}
.section_food .food_r .read {
  font-size: 0.9375em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .section_food .food_r .read {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 767px) {
  .list_soba {
    display: flex;
    flex-flow: wrap;
    margin-bottom: -2em;
  }
}
@media screen and (max-width: 767px) {
  .list_soba li {
    width: 100%;
    margin: 0 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .list_soba li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_soba li .title {
  font-weight: bold;
  font-size: 1.875em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1330px) {
  .list_soba li .title {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .list_soba li .title {
    font-size: 1.2em;
  }
}
.list_soba li .title img {
  width: 60px;
  height: 71px;
  margin-right: 20px;
}
@media screen and (max-width: 1330px) {
  .list_soba li .title img {
    width: 50px;
    height: 59px;
  }
}
@media screen and (max-width: 767px) {
  .list_soba li .title img {
    width: 35px;
    height: 42px;
    margin-right: 15px;
  }
}

.soba_map {
  cursor: pointer;
}

.soba_contetn {
  background: #fff;
  padding: 2em;
  font-size: 0.9375em;
}
@media screen and (max-width: 1330px) {
  .soba_contetn {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1330px) {
  .soba_contetn {
    font-size: 1em;
  }
}
.soba_contetn a:hover img {
  transform: scale(1.05);
}
.soba_contetn img {
  margin-bottom: 20px;
  transform: scale(1);
  transition: 0.3s;
}
.soba_contetn table {
  display: flex;
  margin-top: 0.5em;
  border-collapse: separate;
  border-spacing: 10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  margin: 0 0 0 -10px;
}
.soba_contetn table th {
  color: #fff;
  background: #4c4948;
  padding: 0 0.5em;
  margin-right: 0.5em;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
}

.soba_baloon {
  display: none;
}
@media screen and (max-width: 767px) {
  .soba_baloon {
    display: block;
  }
}
.soba_baloon.active {
  display: block;
}

.restaurant_content {
  display: none;
}
.restaurant_content.active {
  display: block;
}

.list_nav__activity_low {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low {
    font-size: 0.8em;
    margin-bottom: -2%;
  }
}
.list_nav__activity_low li {
  width: calc(16.6666% - 20.8333333333px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li {
    width: calc(50% - 12.5px);
  }
}
.list_nav__activity_low li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_nav__activity_low li::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li::before {
    padding: 0;
  }
}
.list_nav__activity_low li a {
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(to bottom, #88ced7, #e4eae0);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px 20px 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li a {
    padding: 1em 1em 20px;
    border-radius: 10px;
    position: relative;
  }
}
.list_nav__activity_low li a::after {
  position: absolute;
  content: "";
  background: url(../images/right_w_03.svg) no-repeat center/100% 100%;
  width: 10px;
  height: 17px;
  right: 0;
  left: 0;
  bottom: 15px;
  margin: auto;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li a::after {
    height: 8px;
    width: 14px;
    bottom: 10px;
  }
}
.list_nav__activity_low li a:hover {
  opacity: 0.7;
}
.list_nav__activity_low li .icon_activity {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li .icon_activity {
    height: 30px;
    margin-bottom: 5px;
  }
}
.list_nav__activity_low li .icon_activity .icon_onsen {
  width: 53px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li .icon_activity .icon_onsen {
    width: 28px;
    height: 23px;
  }
}
.list_nav__activity_low li .icon_activity .icon_tegata {
  width: 52px;
  height: 58px;
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li .icon_activity .icon_tegata {
    width: 30px;
    height: 33px;
  }
}
.list_nav__activity_low li .icon_activity .icon_beauty {
  width: 69px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li .icon_activity .icon_beauty {
    width: 36px;
    height: 31px;
  }
}
.list_nav__activity_low li .icon_activity .icon_history {
  width: 57px;
  height: 58px;
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li .icon_activity .icon_history {
    width: 27px;
    height: 28px;
  }
}
.list_nav__activity_low li .icon_activity .icon_map {
  width: 54px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li .icon_activity .icon_map {
    width: 30px;
    height: 27px;
  }
}
.list_nav__activity_low li .icon_activity .icon_camp {
  width: 55px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li .icon_activity .icon_camp {
    width: 29px;
    height: 32px;
  }
}
.list_nav__activity_low li .icon_activity .icon_gesthouse {
  width: 47px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li .icon_activity .icon_gesthouse {
    width: 24px;
    height: 30px;
  }
}
.list_nav__activity_low li .icon_activity .icon_mountainhut {
  width: 86px;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .list_nav__activity_low li .icon_activity .icon_mountainhut {
    width: 35px;
    height: 322px;
  }
}

.list_activity_month {
  padding: 0 35px;
  line-height: 1.6;
}
@includ mq(md) {
  .list_activity_month {
    padding: 0;
  }
}
.list_activity_month .slick-list {
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .list_activity_month .slick-list {
    overflow: unset;
  }
}
.list_activity_month li {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .list_activity_month li {
    padding: 0 10px;
  }
}
.list_activity_month li a {
  position: relative;
  display: block;
  z-index: 1;
}
.list_activity_month li a:hover .active_l img {
  transform: scale(1.1);
}
.list_activity_month li a::after {
  position: absolute;
  content: "";
  background: linear-gradient(50deg, #8dcfd7, #e4eae0);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
  z-index: -1;
}
.list_activity_month li .active_l {
  overflow: hidden;
}
.list_activity_month li .active_l img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s;
}
.list_activity_month li .active_r {
  background: #fff;
  padding: 1em;
}
.list_activity_month li .active_r .title {
  font-weight: bold;
  font-size: 1.125em;
  text-align: center;
  margin-bottom: 0.5em;
}

.list_nav__activity {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_nav__activity {
    font-size: 1em;
    margin-bottom: 7%;
  }
}
.list_nav__activity li {
  width: 24.5%;
  border-radius: 15px 15px 0 0;
  background: #8ea9b5;
  padding: 1em 0.5em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .list_nav__activity li {
    width: 49.5%;
    margin: 0 1% 1% 0;
  }
}
@media screen and (max-width: 767px) {
  .list_nav__activity li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_nav__activity li.active {
  background: #88ced7;
}
.list_nav__activity.col_5 {
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .list_nav__activity.col_5 {
    font-size: 1em;
  }
}
.list_nav__activity.col_5 li {
  width: 19.5%;
}
@media screen and (max-width: 767px) {
  .list_nav__activity.col_5 li {
    width: 49.5%;
  }
}

.list_activity {
  display: flex;
  flex-flow: wrap;
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .list_activity {
    margin-bottom: -3%;
    font-size: 0.85em;
  }
}
.list_activity li {
  width: 30%;
  margin: 0 5% 5% 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_activity li {
    width: 48%;
    margin: 0 4% 8% 0;
  }
}
.list_activity li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_activity li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .list_activity li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_activity li a:hover .activity_l img {
  transform: scale(1.1);
}
.list_activity li .cat {
  background: #f3adbf;
  color: #fff;
  position: absolute;
  left: -1em;
  top: 1em;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0.5em;
  font-family: "Barlow", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_activity li .cat {
    position: relative;
    left: 0;
    top: 0;
    font-size: 1em;
    display: table;
  }
}
.list_activity li .activity_l {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_activity li .activity_l {
    margin-bottom: 10px;
  }
}
.list_activity li .activity_l img {
  transform: scale(1);
  transition: 0.3s;
}
.list_activity li .activity_r .title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_activity li .activity_r .title {
    margin-bottom: 0.3em;
  }
}

.activity_content {
  display: none;
}
.activity_content.active {
  display: block;
}

.section_activity {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.section_activity .activity_l {
  width: 55%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section_activity .activity_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_activity .activity_l img {
  width: 48%;
}
.section_activity .activity_r {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .section_activity .activity_r {
    width: 100%;
  }
}
.section_activity .activity_r .title {
  font-weight: bold;
  font-size: 2.1875em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .section_activity .activity_r .title {
    font-size: 1.5em;
  }
}
.section_activity .activity_r .txt {
  margin-bottom: 2em;
}
.section_activity .activity_r a.link {
  display: table;
  border: 1px solid #4c4948;
  padding: 5px 50px;
  position: relative;
  max-width: 318px;
}
@media screen and (max-width: 767px) {
  .section_activity .activity_r a.link {
    margin: 0 auto;
  }
}
.section_activity .activity_r a.link::after {
  position: absolute;
  content: "";
  background: url(../images/right_b_02.svg) no-repeat center/100% 100%;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section_activity .activity_r a.link:hover {
  opacity: 0.5;
}

.activity_p {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .activity_p {
    font-size: 1.1em;
  }
}

.list_activity_onsen {
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .list_activity_onsen {
    font-size: 0.9em;
    width: calc(100% + 10vw);
    margin-left: -5vw;
  }
}
.list_activity_onsen li {
  width: 22%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .list_activity_onsen li {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
.list_activity_onsen li:nth-child(4n) {
  margin-right: 0;
}
.list_activity_onsen li .img_activity_onsen {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_activity_onsen li .img_activity_onsen {
    margin-bottom: 15px;
  }
}
.list_activity_onsen li .title {
  font-weight: bold;
  font-size: 1.6em;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_activity_onsen li .title {
    font-size: 1.3em;
  }
}
.list_activity_onsen li .title::after {
  position: absolute;
  content: "";
  background: url(../images/line_activity_onsen.png) repeat-x left center/auto 100%;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
}

.list_onsen {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -4%;
  text-align: center;
  line-height: 1.5;
  counter-reset: my-counter;
}
@media screen and (max-width: 767px) {
  .list_onsen {
    font-size: 0.8em;
    width: calc(100% + 10vw);
    margin-left: -5vw;
  }
}
.list_onsen li {
  width: 22%;
  margin: 0 4% 4% 0;
  position: relative;
  counter-increment: onsen-num;
}
@media screen and (max-width: 767px) {
  .list_onsen li {
    width: 100%;
    margin: 0 10px;
  }
}
.list_onsen li:before {
  content: counter(onsen-num, decimal-leading-zero);
  font-family: "Barlow", sans-serif;
  font-size: 5.5em;
  left: 0;
  top: 0;
  line-height: 0.6;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_onsen li:before {
    font-size: 3em;
    top: 5px;
  }
}
.list_onsen li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_onsen li:nth-child(4n) {
    margin: 0 10px;
  }
}
.list_onsen li a {
  display: block;
}
.list_onsen li .img_onsen {
  overflow: hidden;
  border-radius: 50%;
  width: 70%;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .list_onsen li .img_onsen {
    width: 90%;
  }
}
.list_onsen li .title {
  background: #4c4948;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  padding: 0.5em;
  border-radius: 5px;
  position: relative;
  margin-bottom: 1em;
}
.list_onsen li .title:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #4c4948 transparent;
}
.list_onsen li .type {
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 0.5em;
}
.list_onsen li .txt {
  margin-bottom: 0.5em;
}
.list_onsen li .holiday {
  font-size: 0.9375em;
}

.list_how_onsen .slick-list {
  overflow: unset;
}
.list_how_onsen .slick-track {
  display: flex;
}
.list_how_onsen li {
  padding: 0 50px;
  position: relative;
  height: auto;
}
@media screen and (max-width: 767px) {
  .list_how_onsen li {
    padding: 0 20px;
  }
}
.list_how_onsen li:before, .list_how_onsen li::after {
  position: absolute;
  content: "";
}
.list_how_onsen li:before {
  background: #ee7c08;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
}
.list_how_onsen li::after {
  right: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/arrow_how_onsen.jpg) no-repeat center/100%;
  width: 26px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .list_how_onsen li::after {
    width: 15px;
    height: 38px;
    right: -13px;
  }
}
.list_how_onsen li:last-child:before, .list_how_onsen li:last-child::after {
  background: none;
}
.list_how_onsen li img {
  max-height: 250px;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .list_how_onsen li img {
    max-height: 180px;
  }
}
.list_how_onsen li .title {
  font-weight: bold;
  font-size: 1.375em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-align: center;
}

.section_a2o {
  background: url(../images/a2o_top_bg.png) no-repeat center bottom/cover;
  margin-bottom: 0;
  padding-bottom: 100px;
}
.section_a2o .section_activity_a2o {
  display: flex;
  flex-wrap: wrap;
}
.section_a2o .section_activity_a2o .left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_a2o .section_activity_a2o .left {
    width: 100%;
    margin-bottom: 2em;
  }
}
.section_a2o .section_activity_a2o .left figure {
  position: relative;
  width: 460px;
  max-width: 100%;
}
.section_a2o .section_activity_a2o .left figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #376C54;
  left: -40px;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .section_a2o .section_activity_a2o .left figure::before {
    left: -15px;
    bottom: -15px;
  }
}
.section_a2o .section_activity_a2o .left figure::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 181px;
  background: url(../images/logo_a2o.svg) no-repeat center/contain;
  left: 0;
  top: 56%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section_a2o .section_activity_a2o .left figure::after {
    width: 130px;
    height: 80px;
    transform: none;
    top: auto;
    left: 15px;
    bottom: 15px;
  }
}
.section_a2o .section_activity_a2o .left figure img {
  display: block;
  position: relative;
  z-index: 1;
}
.section_a2o .section_activity_a2o .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_a2o .section_activity_a2o .right {
    width: 100%;
  }
}
.section_a2o .section_activity_a2o .right p {
  margin-bottom: 2em;
}
.section_a2o .section_activity_a2o .right .link {
  display: block;
  border: 1px solid #4c4948;
  padding: 0 50px;
  position: relative;
  width: 318px;
  max-width: 100%;
  text-align: center;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .section_a2o .section_activity_a2o .right .link {
    margin: 0 auto;
  }
}
.section_a2o .section_activity_a2o .right .link::after {
  position: absolute;
  content: "";
  background: url(../images/right_b_02.svg) no-repeat center/100% 100%;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section_a2o .section_activity_a2o .right .link:hover {
  opacity: 0.5;
}

.act_about_wrap {
  background: url(../images/secound__act_about.jpg) no-repeat center/cover;
  padding: 150px 0;
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .act_about_wrap {
    margin-bottom: 20vw;
    padding: 150px 0 20vw;
  }
}
.act_about_wrap:before {
  position: absolute;
  content: "";
  background: #4c4948;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}

.section_act_about {
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .section_act_about {
    font-size: 0.9em;
  }
}
.section_act_about .about_l {
  width: 100px;
  font-size: 2.375em;
  writing-mode: vertical-rl;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .section_act_about .about_l {
    width: 75px;
    font-size: 1.8em;
  }
}
.section_act_about .about_l h1 {
  font-weight: bold;
}
.section_act_about .about_r {
  width: calc(95% - 100px);
}
@media screen and (max-width: 767px) {
  .section_act_about .about_r {
    width: calc(95% - 75px);
  }
}
.section_act_about .about_r .txt {
  margin-bottom: 2em;
}
.section_act_about .about_r .title {
  font-weight: bold;
  font-size: 2.1875em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section_act_about .about_r .title {
    font-size: 1.7em;
  }
}

.section_act_bsw {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section_act_bsw {
    flex-flow: wrap;
    margin-bottom: 2em;
  }
}
.section_act_bsw .bsw_r {
  width: 48%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section_act_bsw .bsw_r {
    width: 100%;
    margin-bottom: 1em;
  }
}
.section_act_bsw .bsw_r .title {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.5;
  writing-mode: vertical-rl;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .section_act_bsw .bsw_r .title {
    font-size: 1.5em;
    width: 65px;
  }
}
.section_act_bsw .bsw_r img {
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .section_act_bsw .bsw_r img {
    width: calc(100% - 65px);
  }
}
.section_act_bsw .bsw_l {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .section_act_bsw .bsw_l {
    width: 100%;
  }
}
.section_act_bsw .bsw_l table {
  border-collapse: separate;
  border-spacing: 10px;
  width: calc(100% + 20px);
  margin: 0 0 2em -10px;
}
@media screen and (max-width: 767px) {
  .section_act_bsw .bsw_l table {
    margin-bottom: 1em;
  }
}
.section_act_bsw .bsw_l table th {
  color: #fff;
  background: #f3adbf;
  padding: 0 0.5em;
  margin-right: 0.5em;
  white-space: nowrap;
  text-align: center;
}

.list_bg_btn {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 1070px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.875em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .list_bg_btn {
    font-size: 1.5em;
  }
}
.list_bg_btn li {
  width: 48%;
  min-height: 135px;
}
@media screen and (max-width: 767px) {
  .list_bg_btn li {
    width: 100%;
    margin-bottom: 1em;
    min-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .list_bg_btn li:last-child {
    margin-bottom: 0;
  }
}
.list_bg_btn li.stay {
  background: url(../images/bg_btn_stay.jpg) no-repeat center/cover;
}
.list_bg_btn li.analysis {
  background: url(../images/bg_btn_analysis.jpg) no-repeat center/cover;
}
.list_bg_btn li.pinkribbon {
  background: url(../images/bnr_pinkribbon.jpg) no-repeat center/cover;
  margin: 45px auto 0;
}
@media screen and (max-width: 767px) {
  .list_bg_btn li.pinkribbon {
    margin: 0 auto 1em;
    min-height: 1px;
  }
}
.list_bg_btn li.pinkribbon a {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
  text-align: left;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .list_bg_btn li.pinkribbon a {
    width: 100%;
    height: 0;
    padding-top: 25.9%;
    font-size: 0;
  }
}
.list_bg_btn li.pinkribbon a::before {
  content: none;
}
.list_bg_btn li span {
  display: block;
  font-size: 1.7em;
}
.list_bg_btn li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.5em 30px;
  position: relative;
}
.list_bg_btn li a:before, .list_bg_btn li a::after {
  position: absolute;
  content: "";
}
.list_bg_btn li a:before {
  background: #ccc;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
.list_bg_btn li a::after {
  width: 32px;
  height: 32px;
  background: #fff;
  right: 0;
  bottom: 0;
  background: url(../images/btn_arrow.svg) no-repeat center/100% 100%;
}
.list_bg_btn li a:hover {
  text-shadow: 0 0 5px #4c4948;
}
.list_bg_btn li .txt {
  position: relative;
  z-index: 1;
}

.section_act_his {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .section_act_his {
    margin-bottom: 70px;
  }
}
.section_act_his .his_l {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .section_act_his .his_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_act_his .his_r {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .section_act_his .his_r {
    width: 100%;
  }
}
.section_act_his .his_r .title {
  font-weight: bold;
  font-size: 2.1875em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .section_act_his .his_r .title {
    font-size: 1.7em;
  }
}

.act_his_wrap {
  position: relative;
  z-index: 1;
}
.act_his_wrap:before, .act_his_wrap::after {
  position: absolute;
  content: "";
  background: url(../images/line_act_about.png) no-repeat center;
  width: 100%;
  height: 121px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .act_his_wrap:before, .act_his_wrap::after {
    background: none;
  }
}
.act_his_wrap:before {
  top: 230px;
}
.act_his_wrap::after {
  top: 1070px;
}

.list_act_his {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: -170px;
}
@media screen and (max-width: 767px) {
  .list_act_his {
    font-size: 0.9em;
    margin-bottom: 0;
  }
}
.list_act_his li {
  width: 28%;
  margin: 0 8% 170px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_act_his li {
    width: 48%;
    margin: 0 4% 0 0;
  }
}
.list_act_his li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_act_his li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .list_act_his li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_act_his li:last-child {
  margin-right: 0;
}
.list_act_his li:before, .list_act_his li::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.list_act_his li.sengoku:before {
  background: url(../images/act_his_str_01.png) no-repeat center/100% 100%;
  width: 347px;
  height: 386px;
  left: -120px;
  top: -170px;
}
@media screen and (max-width: 767px) {
  .list_act_his li.sengoku:before {
    top: -130px;
  }
}
.list_act_his li.sengoku .title img {
  height: 25px;
}
@media screen and (max-width: 767px) {
  .list_act_his li.sengoku .title img {
    height: 15px;
  }
}
.list_act_his li.edo {
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .list_act_his li.edo {
    margin-top: -40px;
  }
}
.list_act_his li.edo:before {
  background: url(../images/act_his_str_02.png) no-repeat center/100% 100%;
  width: 663px;
  height: 123px;
  left: -47%;
  top: 30px;
}
.list_act_his li.meiji {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .list_act_his li.meiji {
    margin-top: 0;
  }
}
.list_act_his li.meiji:before {
  background: url(../images/act_his_str_03.png) no-repeat center/100% 100%;
  width: 392px;
  height: 377px;
  right: -160px;
  top: -230px;
}
@media screen and (max-width: 767px) {
  .list_act_his li.meiji:before {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .list_act_his li.shouwa {
    margin-top: 35px;
  }
}
.list_act_his li.shouwa:before {
  background: url(../images/act_his_str_04.png) no-repeat center/100% 100%;
  width: 657px;
  height: 386px;
  right: -180px;
  top: -170px;
}
@media screen and (max-width: 767px) {
  .list_act_his li.shouwa:before {
    top: -130px;
  }
}
.list_act_his li.gendai {
  margin-top: -130px;
}
@media screen and (max-width: 767px) {
  .list_act_his li.gendai {
    margin-top: 0;
  }
}
.list_act_his li.gendai:before {
  background: url(../images/act_his_str_05.png) no-repeat center/100% 100%;
  width: 391px;
  height: 377px;
  right: -320px;
  top: 0;
}
.list_act_his li .img_his {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_act_his li .img_his {
    margin-bottom: 0;
  }
}
.list_act_his li .age {
  color: #ee7c08;
  font-weight: bold;
  font-size: 1.25em;
  background: url(../images/bg_his_ttl.png) no-repeat center/100% 100%;
  width: 138px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .list_act_his li .age {
    font-size: 1em;
    width: 100px;
    height: 43px;
    line-height: 43px;
    margin: 0 auto 1em;
  }
}
.list_act_his li .title {
  font-weight: bold;
  font-size: 2.1875em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_act_his li .title {
    font-size: 1.4em;
    margin-bottom: 0.5em;
  }
}
.list_act_his li .title img {
  height: 20px;
  vertical-align: middle;
  margin-left: 15px;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .list_act_his li .title img {
    height: 10px;
    margin-left: 5px;
  }
}

.section_act_map {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.section_act_map .map_l {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .section_act_map .map_l {
    margin-bottom: 30px;
    width: 100%;
  }
}
.section_act_map .map_r {
  width: calc(95% - 700px);
}
@media screen and (max-width: 767px) {
  .section_act_map .map_r {
    width: 100%;
  }
}
.section_act_map .map_r .main_ttl_02 {
  margin-bottom: 0.5em;
}
.section_act_map .map_r .act_map_p {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section_act_map .map_r .act_map_p {
    margin-bottom: 2em;
  }
}
.section_act_map .map_r dl dt {
  font-weight: bold;
  font-size: 1.5625em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section_act_map .map_r dl dt {
    font-size: 1.3em;
  }
}
.section_act_map .map_r dl dd .txt {
  margin-bottom: 1.5em;
}
.section_act_map .map_r dl dd a.button_02 {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .section_act_map .map_r dl dd a.button_02 {
    margin: 0 auto 1.5em;
  }
}
.section_act_map .map_r dl dd a.img_achi {
  max-width: 230px;
  display: block;
}
@media screen and (max-width: 767px) {
  .section_act_map .map_r dl dd a.img_achi {
    max-width: 150px;
    margin: 0 auto;
  }
}

.list_act_map {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .list_act_map {
    margin-bottom: 2em;
  }
}
.list_act_map li {
  background: #f8f8f8;
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .list_act_map li {
    margin-bottom: 1em;
    padding: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .list_act_map li:last-child {
    margin-bottom: 0;
  }
}
.list_act_map li .title {
  font-weight: bold;
  font-size: 1.875em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_act_map li .title {
    font-size: 1.4em;
  }
}

.achi_map {
  cursor: pointer;
}

.achi_baloon {
  display: none;
}
@media screen and (max-width: 767px) {
  .achi_baloon {
    display: block;
  }
}
.achi_baloon.active {
  display: block;
}

.list_nav__enjoy {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_nav__enjoy {
    font-size: 1em;
    margin-bottom: 7%;
    justify-content: center;
  }
}
.list_nav__enjoy li {
  width: 19.5%;
  border-radius: 15px 15px 0 0;
  background: #8ea9b5;
  padding: 1em 0.5em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .list_nav__enjoy li {
    width: 32.5%;
    margin: 0 1% 1% 0;
  }
}
@media screen and (max-width: 767px) {
  .list_nav__enjoy li:nth-child(3n), .list_nav__enjoy li:last-child {
    margin-right: 0;
  }
}
.list_nav__enjoy li.active {
  background: #88ced7;
}
.list_nav__enjoy li.seinaiji {
  background: #f4b095;
}
.list_nav__enjoy li.namiai {
  background: #81d3cd;
}
.list_nav__enjoy li.sonohara {
  background: #cdd866;
}
.list_nav__enjoy li.hirugami {
  background: #f7c8d6;
}
.list_nav__enjoy li.komaba {
  background: #f6e27a;
}

.enjoy_content {
  display: none;
}
.enjoy_content.active {
  display: block;
}

.list_enjoy {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -5%;
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .list_enjoy {
    margin-bottom: -8%;
    font-size: 0.85em;
  }
}
.list_enjoy li {
  width: 30%;
  margin: 0 5% 5% 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_enjoy li {
    width: 48%;
    margin: 0 4% 8% 0;
  }
}
.list_enjoy li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_enjoy li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .list_enjoy li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_enjoy li a:hover .enjoy_l img {
  transform: scale(1.1);
}
.list_enjoy li .area {
  color: #fff;
  position: absolute;
  left: -1em;
  top: 1em;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0.5em;
  font-family: "Barlow", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_enjoy li .area {
    position: relative;
    left: 0;
    top: 0;
    font-size: 1em;
    display: table;
  }
}
.list_enjoy li .enjoy_l {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_enjoy li .enjoy_l {
    margin-bottom: 10px;
  }
}
.list_enjoy li .enjoy_l img {
  transform: scale(1);
  transition: 0.3s;
}
.list_enjoy li .enjoy_r .title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_enjoy li .enjoy_r .title {
    margin-bottom: 0.3em;
  }
}
.list_enjoy li .enjoy_r table {
  display: flex;
  margin-top: 0.5em;
  border-collapse: separate;
  border-spacing: 10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  margin: 0 0 0 -10px;
}
.list_enjoy li .enjoy_r table th {
  color: #fff;
  background: #88ced7;
  padding: 0 0.5em;
  margin-right: 0.5em;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
}

.img_access {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .img_access {
    margin-bottom: 10vw;
  }
}

.img_access_02 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .img_access_02 {
    margin-bottom: 10vw;
  }
}

.img_access_03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .img_access_03 {
    margin-bottom: 5vw;
  }
}

.box_access {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: wrap;
  margin-bottom: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .box_access {
    margin-bottom: 1em;
  }
}
.box_access .access_l {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .box_access .access_l {
    margin: 0 0 15px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .box_access .access_r {
    width: 100%;
    text-align: center;
  }
}
.box_access .access_r .title {
  font-weight: bold;
  font-size: 1.125em;
  border-radius: 17px;
  padding: 0.2em 1.5em;
  display: table;
  margin-bottom: 0.5em;
  background: #ffa38f;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .box_access .access_r .title {
    margin: 0 auto 0.5em;
    font-size: 1em;
  }
}
.box_access .access_r .sub_title {
  font-weight: bold;
  font-size: 1.5625em;
}
@media screen and (max-width: 767px) {
  .box_access .access_r .sub_title {
    font-size: 1.2em;
  }
}

.list_access {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  max-width: 1020px;
  margin: 0 auto 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_access {
    margin-bottom: 1.5em;
  }
}
.list_access li {
  width: 45%;
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .list_access li {
    width: 48%;
    margin-right: 4%;
  }
}
.list_access li:last-child {
  margin-right: 0;
}
.list_access li .title {
  font-weight: bold;
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .list_access li .title {
    font-size: 1.15em;
  }
}
.list_access li .txt {
  font-size: 1.125em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list_access li .txt {
    font-size: 0.9em;
  }
}

.list_access_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 70px;
  margin: 0 auto 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_access_02 {
    gap: 20px;
    margin-bottom: 1.5em;
  }
}
.list_access_02 li {
  width: calc(33.3333% - 46.6666666667px);
}
@media screen and (max-width: 767px) {
  .list_access_02 li {
    width: calc(50% - 10px);
  }
}
.list_access_02 li .title {
  font-weight: bold;
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .list_access_02 li .title {
    font-size: 1.15em;
  }
}
.list_access_02 li .txt {
  font-size: 1.125em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list_access_02 li .txt {
    font-size: 0.9em;
  }
}

.list_access_table {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 60px;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .list_access_table {
    font-size: 1em;
    margin-bottom: 1em;
  }
}
.list_access_table li {
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .list_access_table li {
    width: 100%;
    margin: 0;
  }
}
.list_access_table li:last-child {
  margin-right: 0;
}
.list_access_table li table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  width: calc(100% + 20px);
  margin: -10px 0 0 -10px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_access_table li table {
    margin-bottom: 0;
  }
}
.list_access_table li table th {
  color: #fff;
  background: #88ced7;
  padding: 0.5em;
  margin-right: 0.5em;
  white-space: nowrap;
  text-align: center;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .list_access_table li table th {
    width: 110px;
  }
}
.list_access_table li table td {
  width: calc(100% - 170px);
  font-weight: bold;
  padding: 0.5em 0 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .list_access_table li table td {
    width: calc(100% - 110px);
    padding: 0.5em 0 0.5em 0.5em;
  }
}
.list_access_table li table td span {
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .list_access_table li .txt {
    margin-bottom: 1em;
  }
}

.access_p {
  text-align: center;
}

.table_access {
  display: flex;
  justify-content: center;
  border-collapse: separate;
  border-spacing: 10px;
  width: calc(100% + 20px);
  margin: -10px 0 2em -10px;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .table_access {
    font-size: 1em;
  }
}
.table_access th {
  color: #fff;
  background: #88ced7;
  padding: 0.5em;
  margin-right: 0.5em;
  white-space: nowrap;
  text-align: center;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .table_access th {
    width: 110px;
  }
}
.table_access td {
  width: calc(100% - 240px);
  font-weight: bold;
  padding: 0.5em 0 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .table_access td {
    width: calc(100% - 1100px);
    padding: 0.5em 0 0.5em 0.5em;
  }
}

.section_hoshitabi .img_hoshitagi {
  max-width: 517px;
  width: 60%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .section_hoshitabi .img_hoshitagi {
    margin-bottom: 20px;
  }
}
.section_hoshitabi a.button_02 {
  margin-bottom: 2em;
}

.section_moon {
  position: absolute;
  right: 5vw;
  bottom: 80px;
  text-align: center;
  color: #fff;
  font-size: 1.125em;
  opacity: 0;
  animation: fade_nav 1s ease 0.6s 1 forwards;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section_moon {
    font-size: 0.9em;
    bottom: 5vw;
  }
}
.section_moon .img_moon {
  width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section_moon .img_moon {
    width: 50px;
    margin: 0 auto;
  }
}
.section_moon .day {
  font-family: "Barlow", sans-serif;
  letter-spacing: 2px;
  font-size: 1.2em;
}

.section_star_wrap {
  position: relative;
  z-index: -2;
}
.section_star_wrap:before {
  position: absolute;
  content: "";
  background: url(../images/img_shooting_star.png) no-repeat center/100% 100%;
  width: 902px;
  height: 676px;
  right: 0;
  top: -130px;
}
@media screen and (max-width: 767px) {
  .section_star_wrap:before {
    width: 451px;
    height: 338px;
    top: -20vw;
  }
}

.section_star {
  display: flex;
  width: calc(100% + 5vw);
  margin: 0 0 60px -5vw;
  justify-content: space-between;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .section_star {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.section_star.rvs {
  color: #fff;
  flex-flow: row-reverse;
  width: calc(100% + 5vw);
  margin: 0 -5vw 60px 0;
}
@media screen and (max-width: 767px) {
  .section_star.rvs {
    flex-flow: wrap;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.section_star.rvs .star_l::before {
  right: -70px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .section_star.rvs .star_l::before {
    right: -5vw;
  }
}
.section_star.rvs .star_l a.button_02 {
  right: auto;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .section_star.rvs .star_l a.button_02 {
    left: 0;
  }
}
.section_star.rvs .star_r .title {
  border-color: #fff;
}
.section_star.rvs .star_r .parking dl dt {
  color: #4c4948;
  background: #fff;
}
.section_star.rvs .star_r a.button_02 {
  margin: 2em 0 0;
}
@media screen and (max-width: 767px) {
  .section_star.rvs .star_r a.button_02 {
    margin: 1em auto 0;
  }
}
.section_star .star_l {
  width: 55%;
  position: relative;
  height: 100%;
  padding-bottom: 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_star .star_l {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.section_star .star_l::before {
  position: absolute;
  content: "";
  background: #d9ece7;
  width: 100%;
  height: calc(100% - 70px);
  left: -70px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_star .star_l::before {
    left: -5vw;
    height: calc(100% - 5vw);
  }
}
@media screen and (max-width: 767px) {
  .section_star .star_l img {
    margin-bottom: 20px;
  }
}
.section_star .star_l a.button_02 {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_star .star_l a.button_02 {
    position: relative;
    right: 0;
    bottom: 0;
  }
}
.section_star .star_r {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .section_star .star_r {
    width: 100%;
  }
}
.section_star .star_r .title {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #4c4948;
}
@media screen and (max-width: 767px) {
  .section_star .star_r .title {
    font-size: 1.6em;
  }
}
.section_star .star_r .txt {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .section_star .star_r .txt {
    margin-bottom: 1em;
  }
}
.section_star .star_r .parking {
  display: flex;
  flex-flow: wrap;
  font-weight: bold;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section_star .star_r .parking {
    justify-content: center;
  }
}
.section_star .star_r .parking ul {
  display: flex;
  font-size: 0.8125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_star .star_r .parking ul {
    width: 100%;
    justify-content: center;
    margin: 0 -20px 10px 0;
  }
}
.section_star .star_r .parking ul li {
  width: 78px;
  margin-right: 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .section_star .star_r .parking ul li {
    width: 55px;
  }
}
.section_star .star_r .parking ul li .img_park {
  margin-bottom: 5px;
}
.section_star .star_r .parking dl {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.section_star .star_r .parking dl dt {
  background: #4c4948;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.5625em;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .section_star .star_r .parking dl dt {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
  }
}
.section_star .star_r .parking dl dd {
  font-size: 1.1875em;
}
@media screen and (max-width: 767px) {
  .section_star .star_r .parking dl dd {
    font-size: 1em;
  }
}

.list_star_bnr {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -2%;
}
@media screen and (max-width: 767px) {
  .list_star_bnr {
    margin-bottom: -5px;
  }
}
.list_star_bnr li {
  width: 49%;
  margin: 0 2% 2% 0;
}
@media screen and (max-width: 767px) {
  .list_star_bnr li {
    width: 100%;
    margin: 0 0 5px;
  }
}
.list_star_bnr li:nth-child(2n) {
  margin-right: 0;
}
.list_star_bnr li a:hover {
  opacity: 0.5;
}

.list_star_bnr_02 {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .list_star_bnr_02 {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.list_star_bnr_02 li {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .list_star_bnr_02 li {
    width: calc(50% - 5px);
  }
}
.list_star_bnr_02 li a:hover {
  opacity: 0.5;
}

.star_p {
  text-align: center;
  font-weight: bold;
  font-size: 1.1874em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .star_p {
    font-size: 1em;
  }
}

.star_p_02 {
  text-align: center;
  color: #fff;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .star_p_02 {
    font-size: 0.8em;
  }
}

.list_star_item {
  max-width: 955px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  text-align: center;
  align-items: flex-start;
}
.list_star_item > li {
  width: 46%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_star_item > li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.list_star_item > li:first-child .title {
  background: #88ced7;
}
.list_star_item > li:last-child .title {
  background: #f3adbf;
}
.list_star_item > li .title {
  display: table;
  margin: 0 auto 1.5em;
  color: #fff;
  padding: 0 1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .list_star_item > li .title {
    margin-bottom: 1em;
  }
}
.list_star_item > li ul {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list_star_item > li ul {
    width: 100%;
    font-size: 0.85em;
  }
}
.list_star_item > li ul li {
  width: 48%;
}
.list_star_item > li ul li img {
  width: 60%;
  margin: 0 auto 10px;
}

.list_star_season li {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_star_season li {
    margin-bottom: 10vw;
  }
}
.list_star_season li:nth-child(2n) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .list_star_season li:nth-child(2n) {
    flex-flow: wrap;
  }
}
.list_star_season li:last-child {
  margin-bottom: 0;
}
.list_star_season li.spring .title, .list_star_season li.spring .dlist_temp dt {
  color: #f3adbf;
}
.list_star_season li.spring .dlist_coorde dt, .list_star_season li.spring .season_l::before {
  background: #f3adbf;
}
@media screen and (max-width: 767px) {
  .list_star_season li.spring .season_r::before {
    background: #f3adbf;
  }
}
.list_star_season li.summer .title, .list_star_season li.summer .dlist_temp dt {
  color: #4fc1ef;
}
.list_star_season li.summer .dlist_coorde dt, .list_star_season li.summer .season_l::before {
  background: #4fc1ef;
}
@media screen and (max-width: 767px) {
  .list_star_season li.summer .season_r::before {
    background: #4fc1ef;
  }
}
.list_star_season li.autumn .title, .list_star_season li.autumn .dlist_temp dt {
  color: #f29600;
}
.list_star_season li.autumn .dlist_coorde dt, .list_star_season li.autumn .season_l::before {
  background: #f29600;
}
@media screen and (max-width: 767px) {
  .list_star_season li.autumn .season_r::before {
    background: #f29600;
  }
}
.list_star_season li.winter .title, .list_star_season li.winter .dlist_temp dt {
  color: #8d86b3;
}
.list_star_season li.winter .dlist_coorde dt, .list_star_season li.winter .season_l::before {
  background: #8d86b3;
}
@media screen and (max-width: 767px) {
  .list_star_season li.winter .season_r::before {
    background: #8d86b3;
  }
}
.list_star_season li .season_l {
  width: 50%;
  margin-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_star_season li .season_l {
    width: 100%;
    margin-top: 0;
    padding-bottom: 5vw;
  }
}
.list_star_season li .season_l::before {
  position: absolute;
  content: "";
  opacity: 0.3;
  width: 2000%;
  height: calc(100% - 40px);
  top: 40px;
  left: -1000%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .list_star_season li .season_l::before {
    height: calc(100% - 35px);
    top: 35px;
  }
}
.list_star_season li .season_l .title {
  font-size: 4.375em;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_star_season li .season_l .title {
    font-size: 4em;
    margin-bottom: 20px;
  }
}
.list_star_season li .season_l .title span {
  display: inline-block;
  font-size: 0.3em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #4c4948;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 1em;
}
.list_star_season li .season_l .dlist_temp {
  background: #fff;
  display: inline-flex;
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 1.5em;
}
.list_star_season li .season_l .dlist_temp dt {
  border-right: 1px solid #4c4948;
  display: flex;
  width: 70px;
  margin-right: 10px;
}
.list_star_season li .season_l .dlist_temp dt svg {
  width: 15px;
  height: 24px;
  margin-right: 10px;
}
.list_star_season li .season_l .dlist_coorde {
  border-radius: 12px;
  display: inline-flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_star_season li .season_l .dlist_coorde {
    font-size: 0.9em;
  }
}
.list_star_season li .season_l .dlist_coorde dt {
  color: #fff;
  font-weight: bold;
  padding: 1em;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_star_season li .season_l .dlist_coorde dd {
  padding: 1em;
  background: #fff;
  max-width: calc(100% - 100px);
}
.list_star_season li .season_l .txt {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .list_star_season li .season_l .txt {
    font-size: 0.9em;
  }
}
.list_star_season li .season_r {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_star_season li .season_r {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list_star_season li .season_r::before {
    position: absolute;
    content: "";
    opacity: 0.3;
    width: calc(100% + 10vw);
    height: calc(100% - 40px);
    top: 0;
    left: -5vw;
    z-index: -1;
  }
}

.list_faq li {
  margin-bottom: 15px;
}
.list_faq li:last-child {
  margin-bottom: 0;
}
.list_faq li .section_q, .list_faq li .section_a {
  position: relative;
}
.list_faq li .section_q::before, .list_faq li .section_a::before {
  position: absolute;
  font-family: "Barlow", sans-serif;
  font-size: 34px;
  left: 50px;
  top: 5px;
  color: #88ced7;
}
@media screen and (max-width: 767px) {
  .list_faq li .section_q::before, .list_faq li .section_a::before {
    font-size: 23px;
    left: 15px;
    top: 5px;
  }
}
.list_faq li .section_q {
  background: #f8f8f8;
  font-size: 1.25em;
  padding: 1em 2em 1em 110px;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .list_faq li .section_q {
    font-size: 1em;
    padding: 1em 2em 1em 50px;
  }
}
.list_faq li .section_q::before {
  content: "Q.";
}
.list_faq li .section_q .title {
  font-weight: bold;
}
.list_faq li .section_a {
  padding: 2em 2em 50px 110px;
}
@media screen and (max-width: 767px) {
  .list_faq li .section_a {
    padding: 1.3em 0 1em 50px;
    font-size: 0.9em;
  }
}
.list_faq li .section_a::before {
  content: "A.";
}

a.stay_link {
  position: absolute;
  right: 5vw;
  bottom: -100px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  a.stay_link {
    bottom: -60px;
    width: 100px;
    right: 2vw;
  }
}

.section_stay {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.section_stay .stay_l, .section_stay .stay_r {
  width: 48%;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .section_stay .stay_l, .section_stay .stay_r {
    width: calc(100% + 10vw);
    margin: 0 -5vw;
    padding: 10vw 5vw;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .section_stay .stay_l {
    padding-top: 8vw;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  }
}
.section_stay .stay_l .title {
  font-size: 1.3125em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.section_stay .stay_l .title img {
  width: 70px;
  height: 70px;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .section_stay .stay_l .title img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.section_stay .stay_r {
  background: #86ccd5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.section_stay .stay_r div {
  width: 100%;
}
.section_stay .stay_r .title {
  width: 70%;
  max-width: 350px;
  margin: 0 auto 30px;
}

.btn_vacancy {
  color: #86ccd5;
  background: #fff;
  border: none;
  font-weight: bold;
  width: 100%;
  font-size: 1.06em;
  padding: 1em 40px;
  transition: 0.2s;
  position: relative;
  display: block;
  text-align: center;
}
.btn_vacancy:before {
  position: absolute;
  content: "";
  background: url(../images/right_bl_02.svg) no-repeat center/100% 100%;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn_vacancy:hover {
  background: #d5edf0;
}

.list_stay_plan {
  padding: 0 35px;
  line-height: 1.6;
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 60px;
}
@includ mq(md) {
  .list_stay_plan {
    padding: 0;
  }
}
.list_stay_plan .slick-list {
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .list_stay_plan .slick-list {
    overflow: unset;
  }
}
.list_stay_plan li {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .list_stay_plan li {
    padding: 0 10px;
  }
}
.list_stay_plan li a {
  display: block;
  z-index: 1;
}
.list_stay_plan li a:hover .plan_l img {
  transform: scale(1.1);
}
.list_stay_plan li .plan_l {
  overflow: hidden;
  margin-bottom: 20px;
}
.list_stay_plan li .plan_l img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s;
}
.list_stay_plan li .plan_r .title {
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 0.5em;
}

.list_stay {
  display: flex;
  flex-flow: wrap;
  line-height: 1.4;
}
.list_stay > li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
  .list_stay > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}
.list_stay > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_stay > li:last-child {
    margin-bottom: 0;
  }
}
.list_stay > li .stay_list_content {
  border: 1px solid #9EA19C;
  padding: 2.5em;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .list_stay > li .stay_list_content {
    padding: 1.5em;
  }
}
.list_stay > li .stay_area {
  color: #fff;
  font-size: 1.2em;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  padding: 0.2em 1em;
}
@media screen and (max-width: 767px) {
  .list_stay > li .stay_area {
    font-size: 1em;
    padding: 0 1em;
  }
}
.list_stay > li .title {
  font-weight: bold;
  font-size: 1.75em;
  margin-bottom: 0.5em;
  display: flex;
}
@media screen and (max-width: 767px) {
  .list_stay > li .title {
    font-size: 1.4em;
  }
}
.list_stay > li .title .icon {
  margin-right: 10px;
}
.list_stay > li .title .icon .icon_onsen {
  width: 46px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .list_stay > li .title .icon .icon_onsen {
    width: 28px;
    height: 23px;
  }
}
.list_stay > li .title .icon .icon_camp {
  width: 37px;
  height: 40px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .list_stay > li .title .icon .icon_camp {
    width: 25px;
    height: 27px;
  }
}
.list_stay > li .title .icon .icon_gesthouse {
  width: 31px;
  height: 40px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .list_stay > li .title .icon .icon_gesthouse {
    width: 23px;
    height: 29px;
  }
}
.list_stay > li .thumb {
  margin-bottom: 20px;
  width: 100%;
}
.list_stay > li .list_stay_icon {
  display: flex;
  flex-flow: wrap;
  margin: 0 -5px 10px 0;
}
@media screen and (max-width: 767px) {
  .list_stay > li .list_stay_icon {
    margin: 0 -0.5% 10px 0;
  }
}
.list_stay > li .list_stay_icon li {
  width: 50px;
  margin: 0 5px 5px 0;
}
@media screen and (max-width: 767px) {
  .list_stay > li .list_stay_icon li {
    width: 12%;
    margin: 0 0.5% 0.5% 0;
  }
}
.list_stay > li .price {
  font-weight: bold;
  margin-bottom: 1em;
}
.list_stay > li .price span {
  font-size: 1.5625em;
  margin: 0 0.2em 0 0.5em;
}
.list_stay > li .txt {
  margin-bottom: 1.5em;
}
.list_stay > li .time {
  border-top: 1px solid #9EA19C;
  border-bottom: 1px solid #9EA19C;
  padding: 0.5em 1em;
  display: flex;
  flex-flow: wrap;
  font-size: 0.875em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .list_stay > li .time {
    padding: 1em;
  }
}
.list_stay > li .time dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .list_stay > li .time dl {
    width: 100%;
  }
}
.list_stay > li .time dl.check_in {
  border-right: 1px solid #9EA19C;
  padding-right: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .list_stay > li .time dl.check_in {
    border-right: none;
    padding-right: 0;
    margin: 0 0 0.5em;
  }
}
.list_stay > li .time dl dt {
  margin-right: 5px;
}
.list_stay > li .time dl dd {
  position: relative;
  padding-left: 20px;
}
.list_stay > li .time dl dd::before {
  position: absolute;
  content: "";
  background: url(../images/icon_clock_bl.svg) no-repeat center/100% 100%;
  width: 15px;
  height: 15px;
  left: 0;
  top: 2px;
}
.list_stay > li .list_stay__content {
  font-size: 0.875em;
  margin-bottom: 2em;
}
.list_stay > li .list_stay__content li {
  margin-bottom: 0.5em;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .list_stay > li .list_stay__content li {
    flex-flow: wrap;
    margin-bottom: 1em;
    align-items: center;
  }
}
.list_stay > li .list_stay__content li:last-child {
  margin-bottom: 0;
}
.list_stay > li .list_stay__content li .icon {
  width: 30px;
  min-height: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .list_stay > li .list_stay__content li .icon {
    margin-bottom: 0.5em;
  }
}
.list_stay > li .list_stay__content li .icon .icon_car {
  width: 30px;
  height: 14px;
  max-width: unset;
}
.list_stay > li .list_stay__content li .icon .icon_night {
  width: 30px;
  height: 19px;
  max-width: unset;
}
.list_stay > li .list_stay__content li .icon .icon_cigarette {
  width: 23px;
  height: 18px;
  max-width: unset;
}
.list_stay > li .list_stay__content li .icon .icon_universal {
  width: 17px;
  height: 23px;
  max-width: unset;
}
.list_stay > li .list_stay__content li .icon .icon_baby {
  width: 16px;
  height: 26px;
  max-width: unset;
}
.list_stay > li .list_stay__content li .icon .icon_card {
  width: 27px;
  height: 18px;
  max-width: unset;
}
.list_stay > li .list_stay__content li .title_02 {
  border-right: 1px solid #9EA19C;
  padding-right: 10px;
  margin-right: 10px;
  color: #86CCD5;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .list_stay > li .list_stay__content li .title_02 {
    width: calc(100% - 40px);
    margin: 0 0 0.5em;
    padding-right: 0;
    border-right: none;
  }
}
.list_stay > li .list_stay__btn {
  display: flex;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  font-size: 0.9375em;
}
.list_stay > li .list_stay__btn li {
  width: 48%;
  margin-right: 4%;
}
.list_stay > li .list_stay__btn li:last-child {
  margin-right: 0;
}
.list_stay > li .list_stay__btn li a {
  background: #86CCD5;
  color: #fff;
  position: relative;
  padding: 1em 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .list_stay > li .list_stay__btn li a {
    padding: 1em 25px;
  }
}
.list_stay > li .list_stay__btn li a::after {
  position: absolute;
  content: "";
  background: url(../images/right_w_02.svg) no-repeat center/100% 100%;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_stay > li .list_stay__btn li a::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}
.list_stay > li .list_stay__btn li a:hover {
  background: #f3adbf;
}
.list_stay > li a.button_02 {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .list_stay > li a.button_02 {
    font-size: 0.9375em;
  }
}
.list_stay > li .list_camp_icon {
  display: flex;
  flex-flow: wrap;
  margin: 0 -15px 20px 0;
}
.list_stay > li .list_camp_icon li {
  margin: 0 15px 15px 0;
  height: 60px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .list_stay > li .list_camp_icon li {
    height: 40px;
  }
}
.list_stay > li .list_camp_icon li img {
  height: 100%;
  width: auto;
}

.list_travel_agency {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -2%;
}
.list_travel_agency li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
@media screen and (max-width: 767px) {
  .list_travel_agency li {
    width: 32%;
  }
}
.list_travel_agency li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_travel_agency li:nth-child(4n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .list_travel_agency li:nth-child(3n) {
    margin-right: 0;
  }
}

#studentplan_iframe {
  width: 100%;
}

img.secound_studentplan {
  width: 100%;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  img.secound_studentplan {
    margin-bottom: 20vw;
  }
}

.section_studentplan_wrap {
  background: #deedff;
}
@media screen and (max-width: 767px) {
  .section_studentplan_wrap {
    overflow-x: scroll;
  }
}

.section_studentplan {
  width: 950px;
  margin: 0 auto;
}

.list_studentplan {
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .list_studentplan {
    margin-bottom: -1%;
  }
}
.list_studentplan li {
  width: 24%;
  margin-right: 1.3%;
}
@media screen and (max-width: 767px) {
  .list_studentplan li {
    width: 49.5%;
    margin: 0 1% 1% 0;
  }
}
@media screen and (max-width: 767px) {
  .list_studentplan li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_studentplan li:last-child {
  margin-right: 0;
}

.list_button__service {
  position: absolute;
  right: 5vw;
  bottom: -30px;
  display: flex;
  justify-content: space-between;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .list_button__service {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
  }
}
.list_button__service li {
  width: 100%;
}

.section_service {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.section_service .service_l {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .section_service .service_l {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section_service .service_l .main_ttl {
    margin-bottom: 0.5em;
  }
}
.section_service .service_r {
  width: calc(100% - 250px);
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .section_service .service_r {
    width: 100%;
    margin: 0 0 1em;
  }
}

.list_service {
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .list_service {
    margin: 0 -5vw;
    width: calc(100% + 10vw);
  }
}
.list_service .slick-prev {
  left: -30px;
}
@media screen and (max-width: 767px) {
  .list_service .slick-prev {
    left: 7px;
  }
}
.list_service .slick-next {
  right: -30px;
}
@media screen and (max-width: 767px) {
  .list_service .slick-next {
    right: 7px;
  }
}
.list_service .slick-list {
  padding: 6px 0;
}
.list_service .slick-track {
  display: flex;
}
.list_service li {
  background: #fff;
  padding: 2em;
  margin: 0 20px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .list_service li {
    margin: 0 40px;
  }
}
.list_service li.slick-slide {
  height: auto;
}
.list_service li .title {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: center;
  font-weight: bold;
  font-size: 1.5625em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_service li .title {
    font-size: 1.2em;
  }
}
.list_service li .title img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .list_service li .title img {
    width: 50px;
  }
}
.list_service li .title span {
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .list_service li .title span {
    width: calc(100% - 60px);
  }
}

.list_service_trip {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.list_service_trip li {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .list_service_trip li {
    width: 100%;
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .list_service_trip li:last-child {
    margin-bottom: 0;
  }
}
.list_service_trip li .img_service_trip {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_service_trip li .img_service_trip {
    margin-bottom: 20px;
  }
}
.list_service_trip li dl {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_service_trip li dl {
    margin-bottom: 20px;
  }
}
.list_service_trip li dl dt {
  font-weight: bold;
  font-size: 1.5625em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_service_trip li dl dt {
    font-size: 1.3em;
  }
}
.list_service_trip li a.button_02 {
  margin-bottom: 1em;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .list_service_trip li a.button_02 {
    margin-bottom: 0.5em;
  }
}
.list_service_trip li a.button_02:last-child {
  margin-bottom: 0;
}

.list_service_trip__icon {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_service_trip__icon {
    font-size: 0.7em;
  }
}
.list_service_trip__icon li {
  width: 22%;
  margin: 0 4% 4% 0;
}
.list_service_trip__icon li:nth-child(4n) {
  margin-right: 0;
}
.list_service_trip__icon li img {
  margin-bottom: 5px;
}

.list_service_tour {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .list_service_tour {
    margin-bottom: 5vw;
  }
}
.list_service_tour li {
  width: 32%;
  margin-right: 2%;
}
.list_service_tour li:last-child {
  margin-right: 0;
}

.list_service_btn {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.list_service_btn li {
  width: 24%;
  margin-right: 1.3%;
}
@media screen and (max-width: 767px) {
  .list_service_btn li {
    width: 100%;
    margin: 0 0 0.5em;
  }
}
.list_service_btn li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_service_btn li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_service_btn li a.button_02 {
    max-width: 100%;
  }
}

.section_service_02 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.section_service_02 .service_l {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .section_service_02 .service_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_service_02 .service_r {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .section_service_02 .service_r {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section_service_02 .service_r .icon_ttl {
    margin-bottom: 0.5em;
  }
}
.section_service_02 .service_r .txt {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .section_service_02 .service_r .txt {
    margin-bottom: 1em;
  }
}
.section_service_02 .service_r a.button_02 {
  margin: 0 0 1em;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .section_service_02 .service_r a.button_02 {
    margin-bottom: 0.5em;
  }
}
.section_service_02 .service_r a.button_02:last-child {
  margin-bottom: 0;
}

.section_service_03 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.section_service_03 .service_l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_service_03 .service_l {
    width: 70%;
    margin: 0 auto 15px;
  }
}
.section_service_03 .service_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_service_03 .service_r {
    width: 100%;
  }
}
.section_service_03 .service_r .title {
  font-weight: bold;
  font-size: 1.5625em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .section_service_03 .service_r .title {
    font-size: 1.35em;
  }
}
.section_service_03 .service_r .txt {
  margin-bottom: 2em;
}
.section_service_03 .service_r a.button_02 {
  max-width: 350px;
  margin: 0;
}

.section_universal {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 150px;
}
.section_universal .universal_l {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .section_universal .universal_l {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section_universal .universal_l .icon_ttl {
    justify-content: center;
  }
}
.section_universal .universal_r {
  width: calc(44% - 250px);
  background: #e6e6e6;
  position: relative;
  border-radius: 12px;
  padding: 1em;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section_universal .universal_r {
    max-width: 240px;
    margin: 0 auto;
    width: 100%;
  }
}
.section_universal .universal_r .num {
  position: absolute;
  top: -50px;
  left: -30px;
  color: #d7a932;
  font-size: 87px;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section_universal .universal_r .num {
    top: -30px;
    left: -5vw;
    font-size: 60px;
  }
}
.section_universal .universal_r .img_wheelchair {
  position: absolute;
  top: -5px;
  left: -260px;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .section_universal .universal_r .img_wheelchair {
    top: auto;
    left: 0;
    width: 140px;
    right: 0;
    margin: auto;
    bottom: -120px;
  }
}

.section_universal_02 {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_universal_02 {
    flex-flow: wrap;
    margin-bottom: 10vw;
  }
}
.section_universal_02 .universal_r {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .section_universal_02 .universal_r {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.section_universal_02 .universal_r .title {
  font-size: 1.875em;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .section_universal_02 .universal_r .title {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
}
.section_universal_02 .universal_r .title .num {
  color: #d7a932;
  font-size: 87px;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  font-weight: 500;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .section_universal_02 .universal_r .title .num {
    font-size: 60px;
  }
}
.section_universal_02 .universal_r .txt {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .section_universal_02 .universal_r .txt {
    margin-bottom: 1em;
  }
}
.section_universal_02 .universal_l {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .section_universal_02 .universal_l {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section_universal_02 .universal_l img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}
.section_universal_02 .universal_l a.button_02 {
  margin-top: 2em;
}

.section_universal_03 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.section_universal_03 .universal_l {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .section_universal_03 .universal_l {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.section_universal_03 .universal_l .title {
  font-size: 1.875em;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .section_universal_03 .universal_l .title {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
}
.section_universal_03 .universal_l .title .num {
  color: #d7a932;
  font-size: 87px;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  font-weight: 500;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .section_universal_03 .universal_l .title .num {
    font-size: 60px;
  }
}
.section_universal_03 .universal_l a.button_02 {
  margin: 2em 0 0;
}
@media screen and (max-width: 767px) {
  .section_universal_03 .universal_l a.button_02 {
    margin: 1em auto 0;
  }
}
.section_universal_03 .universal_r {
  width: 35%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section_universal_03 .universal_r {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.section_universal_03 .universal_r img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .section_universal_03 .universal_r img {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .section_universal_04 .icon_ttl {
    justify-content: center;
  }
}

.list_universal {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -6%;
}
@media screen and (max-width: 767px) {
  .list_universal {
    margin-bottom: -40px;
  }
}
.list_universal li {
  width: 47%;
  margin: 0 6% 6% 0;
}
@media screen and (max-width: 767px) {
  .list_universal li {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.list_universal li:nth-child(2n) {
  margin-right: 0;
}
.list_universal li img {
  margin-bottom: 20px;
}

.list_corporate {
  display: flex;
  flex-flow: wrap;
}
.list_corporate li {
  width: 50%;
  height: 40vw;
  min-height: 400px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_corporate li {
    min-height: 150px;
    width: 100%;
  }
}
.list_corporate li:first-child {
  background: url(../images/corporate_01.jpg) no-repeat center/cover;
}
.list_corporate li:last-child {
  background: url(../images/corporate_02.jpg) no-repeat center/cover;
}
.list_corporate li .title {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  font-size: 1.875em;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_corporate li .title {
    font-size: 1.3em;
  }
}

.login_box {
  max-width: 700px;
  margin: 0 auto 30px;
  background: #fff;
  padding: 50px 100px;
}
@media screen and (max-width: 767px) {
  .login_box {
    padding: 10vw 5vw;
  }
}
.login_box .title {
  font-weight: bold;
  font-size: 1.5625em;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .login_box .title {
    font-size: 1.3em;
  }
}
.login_box .name {
  text-align: center;
  margin-bottom: 0.5em;
}
.login_box .name span {
  font-family: "Barlow", sans-serif;
  margin-left: 0.5em;
  color: #ffa3be;
  font-size: 1.5em;
  letter-spacing: 1px;
}

form#corporate_loginform {
  max-width: 315px;
  margin: 0 auto 2.5em;
}
form#corporate_loginform .login-username {
  margin-bottom: 1em;
}
form#corporate_loginform .login-password {
  margin-bottom: 1.5em;
}
form#corporate_loginform label {
  margin-bottom: 5px;
  display: block;
}
form#corporate_loginform input {
  width: 100%;
  padding: 0.5em;
}
form#corporate_loginform input#corporate_login_submit {
  border: none;
  background: #ffa8be url(../images/right_w_02.svg) no-repeat center right 20px/15px 15px;
  width: 240px;
  margin: 0 auto;
  display: block;
  padding: 0.5em 40px;
  color: #fff;
  font-weight: bold;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  form#corporate_loginform input#corporate_login_submit {
    width: 100%;
    background: #ffa8be url(../images/right_w_02.svg) no-repeat center right 10px/12px 12px;
  }
}
form#corporate_loginform input#corporate_login_submit:hover {
  opacity: 0.5;
}

a.corporate_logout {
  border: none;
  background: #ffa8be url(../images/right_w_02.svg) no-repeat center right 20px/15px 15px;
  width: 240px;
  margin: 0 auto 2.5em;
  display: block;
  padding: 0.5em 40px;
  color: #fff;
  font-weight: bold;
  transition: 0.2s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  a.corporate_logout {
    width: 100%;
    background: #ffa8be url(../images/right_w_02.svg) no-repeat center right 10px/12px 12px;
  }
}
a.corporate_logout:hover {
  opacity: 0.5;
}

.corporate_link_plan {
  text-align: center;
  margin-bottom: 2.5em;
}
.corporate_link_plan .txt {
  margin-bottom: 0.5em;
}

a.corporate_btn {
  color: #fff;
  display: block;
  background: #88ced7;
  text-align: center;
  position: relative;
  max-width: 320px;
  width: 100%;
  font-weight: bold;
  font-size: 0.9375em;
  margin: 0 auto;
  padding: 0.5em 45px;
}
a.corporate_btn::before {
  position: absolute;
  content: "";
  background: url(../images/right_w_02.svg) no-repeat center/100%;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.list_login {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_login {
    flex-flow: wrap;
  }
}
.list_login li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .list_login li {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .list_login li:last-child {
    margin-bottom: 0;
  }
}
.list_login li a.button_02 {
  padding: 0.5em 45px;
}

.list_benefits {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  margin-bottom: -5%;
}
@media screen and (max-width: 767px) {
  .list_benefits {
    margin-bottom: -6%;
  }
}
.list_benefits li {
  width: 30%;
  margin: 50px 5% 5% 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35);
  padding: 80px 2em 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_benefits li {
    width: 48%;
    margin: 25px 4% 6% 0;
    padding: 55px 1em 1.5em;
  }
}
.list_benefits li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_benefits li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .list_benefits li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_benefits li:last-child {
  margin-right: 0;
}
.list_benefits li .num {
  position: absolute;
  font-family: "Barlow", sans-serif;
  color: #ffa3be;
  font-size: 2.75em;
  width: 130px;
  height: 108px;
  background: url(../images/bg_benefits_num.svg) no-repeat center/cover;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
  text-align: center;
  padding-top: 10px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .list_benefits li .num {
    font-size: 1.8em;
    width: 80px;
    height: 66px;
    top: -25px;
    padding-top: 5px;
  }
}
.list_benefits li .txt {
  font-weight: bold;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .list_benefits li .txt {
    font-size: 1em;
  }
}

.section_rec a.button_02 {
  max-width: 420px;
}

.list_pr {
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: underline;
}
.list_pr li {
  width: 30%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .list_pr li {
    width: 48%;
    margin-right: 4%;
  }
}
.list_pr li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_pr li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .list_pr li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_pr li:last-child {
  margin-right: 0;
}
.list_pr li a {
  display: block;
}
.list_pr li img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_pr li img {
    margin-bottom: 10px;
  }
}

.section_catalog_app {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_catalog_app .app_l {
  width: 165px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .section_catalog_app .app_l {
    width: 80px;
    margin-right: 10px;
  }
}
.section_catalog_app .app_r {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .section_catalog_app .app_r {
    width: calc(100% - 90px);
  }
}
.section_catalog_app .app_r .title {
  font-weight: bold;
  font-size: 1.5625em;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section_catalog_app .app_r .title {
    font-size: 1.2em;
  }
}
.section_catalog_app .app_r ul {
  display: flex;
}
.section_catalog_app .app_r ul li {
  margin-right: 30px;
  height: 77px;
}
@media screen and (max-width: 767px) {
  .section_catalog_app .app_r ul li {
    height: 40px;
    margin-right: 10px;
  }
}
.section_catalog_app .app_r ul li:last-child {
  margin-right: 0;
}
.section_catalog_app .app_r ul li img {
  height: 100%;
}

.list_img__4clm {
  display: flex;
  flex-flow: wrap;
}
.list_img__4clm li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .list_img__4clm li {
    width: 50%;
  }
}
.list_img__4clm li img {
  width: 100%;
}

.mail_p {
  text-align: center;
  font-size: 1.5625em;
  position: relative;
  padding-left: 45px;
  display: table;
  margin: 0 auto;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 767px) {
  .mail_p {
    font-size: 1.4em;
    padding-left: 40px;
  }
}
.mail_p::before {
  position: absolute;
  content: "";
  background: url(../images/icon_mail_bl.svg) no-repeat center/100% 100%;
  width: 36px;
  height: 28px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mail_p::before {
    width: 27px;
    height: 21px;
  }
}

.list_nav__covid19 {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-bottom: -2.6%;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_nav__covid19 {
    font-size: 0.85em;
  }
}
.list_nav__covid19 li {
  width: 23%;
  margin: 0 2.6% 2.6% 0;
  height: 270px;
}
@media screen and (max-width: 767px) {
  .list_nav__covid19 li {
    width: 49%;
    height: 44vw;
    margin: 0 2% 2% 0;
  }
}
.list_nav__covid19 li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_nav__covid19 li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_nav__covid19 li.nav_covid19_01 a {
  background: url(../images/bg_nav_covid19_01.png) no-repeat center/cover;
  padding-top: 80px;
  text-shadow: 0 0 2px #46627c, 0 0 2px #46627c, 0 0 2px #46627c, 0 0 2px #46627c, 0 0 2px #46627c, 0 0 2px #46627c, 0 0 2px #46627c, 0 0 2px #46627c, 0 0 2px #46627c, 0 0 2px #46627c, 0 0 2px #46627c, 0 0 2px #46627c, 0 0 2px #46627c, 0 0 2px #46627c, 0 0 2px #46627c, 0 0 2px #46627c;
}
@media screen and (max-width: 767px) {
  .list_nav__covid19 li.nav_covid19_01 a {
    padding-top: 15vw;
  }
}
.list_nav__covid19 li.nav_covid19_01 a:hover {
  opacity: 0.7;
  background: url(../images/bg_nav_covid19_01.png) no-repeat center/cover;
}
.list_nav__covid19 li a {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #8ea9b5;
  height: 100%;
  position: relative;
  padding: 30px 1em;
  border-radius: 50%;
}
.list_nav__covid19 li a::before {
  position: absolute;
  content: "";
  background: url(../images/right_w_03.svg) no-repeat center/100% 100%;
  width: 10px;
  height: 17px;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .list_nav__covid19 li a::before {
    width: 7px;
    height: 13px;
  }
}
.list_nav__covid19 li a:hover {
  background: #6bc6aa;
}
.list_nav__covid19 li .icon {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_nav__covid19 li .icon {
    height: 40px;
    margin-bottom: 5px;
  }
}
.list_nav__covid19 li .icon.icon_thermometer img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .list_nav__covid19 li .icon.icon_thermometer img {
    width: 40px;
    height: 40px;
  }
}
.list_nav__covid19 li .icon.icon_guideline img {
  width: 85px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .list_nav__covid19 li .icon.icon_guideline img {
    width: 42.5px;
    height: 35px;
  }
}
.list_nav__covid19 li .icon.icon_mountain img {
  width: 107px;
  height: 68px;
}
@media screen and (max-width: 767px) {
  .list_nav__covid19 li .icon.icon_mountain img {
    width: 53.5px;
    height: 34px;
  }
}

.section_covid19 {
  padding: 3em 0;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .section_covid19 {
    padding: 2em 0;
    margin-bottom: 2em;
  }
}

.list_num {
  counter-reset: count-num;
}
.list_num li {
  position: relative;
  padding-left: 1.5em;
}
.list_num li::before {
  position: absolute;
  counter-increment: count-num;
  content: counter(count-num, upper-roman) ".";
  left: 0;
  top: 0;
}

.section_covid19_02 {
  position: relative;
}
.section_covid19_02 .covid19_l {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .section_covid19_02 .covid19_l {
    width: 100%;
  }
}
.section_covid19_02 .covid19_r {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  background: #fff;
  padding: 3em 0 1em 3em;
}
@media screen and (max-width: 767px) {
  .section_covid19_02 .covid19_r {
    position: relative;
    width: 100%;
    padding: 1em 0 0;
  }
}

.section_covid19_03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}
.section_covid19_03 .covid19_l {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .section_covid19_03 .covid19_l {
    width: 100%;
  }
}
.section_covid19_03 .covid19_l .title {
  font-weight: bold;
  font-size: 1.5625em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .section_covid19_03 .covid19_l .title {
    font-size: 1.3em;
    margin-bottom: 1em;
  }
}
.section_covid19_03 .covid19_r {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .section_covid19_03 .covid19_r {
    width: 100%;
  }
}

video {
  width: 100%;
}

.section_covid19_04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_covid19_04 {
    margin-bottom: 2em;
  }
}
.section_covid19_04 .covid19_l {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .section_covid19_04 .covid19_l {
    width: 100%;
    margin-bottom: 1em;
  }
}
.section_covid19_04 .covid19_r {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .section_covid19_04 .covid19_r {
    width: 100%;
  }
}

.section_clean_safe {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_clean_safe .clean_safe_l {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .section_clean_safe .clean_safe_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_clean_safe .clean_safe_r {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .section_clean_safe .clean_safe_r {
    width: 100%;
  }
}
.section_clean_safe .clean_safe_r .title {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1em;
  font-size: 1.5625em;
}
@media screen and (max-width: 767px) {
  .section_clean_safe .clean_safe_r .title {
    font-size: 1.3em;
  }
}

.list_clean_safe > li {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .list_clean_safe > li {
    margin-bottom: 2em;
  }
}
.list_clean_safe > li:last-child {
  margin-bottom: 0;
}
.list_clean_safe > li .clean_safe_l {
  width: 200px;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .list_clean_safe > li .clean_safe_l {
    width: 100%;
    padding: 0 0 0.5em;
  }
}
.list_clean_safe > li .clean_safe_l .title {
  font-weight: bold;
  font-size: 1.25em;
}
.list_clean_safe > li .clean_safe_r {
  width: calc(100% - 200px);
  border-left: 1px solid #4c4948;
  padding-left: 2.5em;
}
@media screen and (max-width: 767px) {
  .list_clean_safe > li .clean_safe_r {
    width: 100%;
    padding-left: 1.5em;
  }
}
.list_clean_safe > li .clean_safe_r a.button_03 {
  margin: 1.5em 0 0;
}
@media screen and (max-width: 767px) {
  .list_clean_safe > li .clean_safe_r a.button_03 {
    margin-top: 1em;
  }
}

.list_num_02 {
  counter-reset: count-num2;
}
.list_num_02 li {
  position: relative;
  padding-left: 1.5em;
}
.list_num_02 li::before {
  position: absolute;
  counter-increment: count-num2;
  content: counter(count-num2, decimal) ".";
  left: 0;
  top: 0;
}

.section_welfare {
  padding: 130px 0;
}
@media screen and (max-width: 767px) {
  .section_welfare {
    padding: 70px 0;
  }
}
.section_welfare .icon_ttl {
  margin-bottom: 1.66em;
}
.section_welfare .center_p {
  font-size: 1em;
  line-height: 2;
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .section_welfare .center_p {
    text-align: left;
    margin-bottom: 2.5em;
  }
}
.section_welfare .activity_p {
  font-weight: normal;
  margin-bottom: 2.5em;
}
.section_welfare .app_mail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 70px;
}
.section_welfare .app_mail li .button_02 {
  width: 320px;
  max-width: 100%;
}
.section_welfare .app_mail li .icon_mail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.5625em;
  font-weight: 700;
}
.section_welfare .app_mail li .icon_mail img {
  width: 35px;
  margin-right: 15px;
  transition: 0.3s;
}
.section_welfare .app_mail li .icon_mail:hover img {
  transform: rotateY(360deg);
}

.list_welfare_image {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .list_welfare_image {
    margin-bottom: 5em;
    justify-content: center;
    gap: 10px;
  }
}
.list_welfare_image li {
  width: calc(33.3333% - 13.3333333333px);
}
@media screen and (max-width: 767px) {
  .list_welfare_image li {
    width: calc(50% - 5px);
  }
}
.list_welfare_image li img {
  display: block;
}

.mk_blue_ttl {
  text-align: center;
  margin-bottom: 3.125em;
}
.mk_blue_ttl span {
  font-size: 1.875em;
  font-weight: 700;
  padding: 10px;
  background: linear-gradient(to bottom, transparent 60%, #86CDD6 60%);
}
@media screen and (max-width: 767px) {
  .mk_blue_ttl span {
    font-size: 1.5em;
  }
}

.bg_gray_box {
  background-color: #F7F7F7;
  margin-bottom: 6.875em;
  padding: 40px 15px;
  text-align: center;
}
.bg_gray_box p {
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 1em;
}
.bg_gray_box small {
  display: block;
  font-size: 1em;
}

.a2o .main_visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/mv_a2o.jpg) no-repeat center/cover;
  height: 540px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .a2o .main_visual {
    height: 70vw;
    margin-bottom: 60px;
  }
}
.a2o .main_visual h1 {
  width: 276px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .a2o .main_visual h1 {
    width: 50%;
  }
}
.a2o .read {
  text-align: center;
  font-size: 0.9375em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .a2o .read {
    text-align: left;
  }
}
.a2o .section_a2o {
  position: relative;
  overflow: hidden;
  background: url(../images/a2o_bg.png) no-repeat center top 33px/100% auto;
  padding-bottom: 8em;
  margin-bottom: 100px;
}
.a2o .section_a2o::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #376C54;
  left: 0;
  top: 33.33vw;
}
.a2o .inner {
  position: relative;
  z-index: 1;
}
.a2o .program {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8em;
}
.a2o .program .left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .a2o .program .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.a2o .program .left a::after {
  content: "";
  position: absolute;
  width: 276px;
  height: 221px;
  background: url(../images/logo_a2o.svg) no-repeat center/contain;
  bottom: 0;
  left: -45px;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .a2o .program .left a::after {
    width: 120px;
    height: 100px;
    bottom: -15px;
    left: -15px;
    transform: none;
  }
}
.a2o .program .right {
  width: 50%;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .a2o .program .right {
    width: 100%;
    padding: 0;
  }
}
.a2o .program .right a {
  height: 255px;
  padding: 30px;
}
.a2o .program a {
  display: block;
  position: relative;
  height: 550px;
  background: no-repeat center/cover;
  color: #fff;
  line-height: 1.75;
  padding: 40px 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .a2o .program a {
    height: 375px;
    padding: 30px;
    margin-bottom: 30px;
  }
}
.a2o .program a:hover {
  opacity: 0.7;
}
.a2o .program a::before {
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  background: url(../images/ico_arrow_a2o.svg) no-repeat center/contain;
  right: 15px;
  bottom: 15px;
}
.a2o .program a:last-child {
  margin-bottom: 0;
}
.a2o .program a.soon {
  pointer-events: none;
}
.a2o .program a p::before {
  content: attr(data-title);
  display: block;
  font-size: 2.1875em;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}
.a2o .program + .main_ttl {
  color: #fff;
}
.a2o .a2o_youtube {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8em;
}
.a2o .a2o_youtube .left {
  width: 66.7%;
}
@media screen and (max-width: 767px) {
  .a2o .a2o_youtube .left {
    width: 100%;
    margin-bottom: 25px;
  }
}
.a2o .a2o_youtube .right {
  width: 33.3%;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .a2o .a2o_youtube .right {
    width: 100%;
    padding: 0;
  }
}
.a2o .a2o_youtube .youtube_wrap {
  position: relative;
  margin-bottom: 25px;
}
.a2o .a2o_youtube .youtube_wrap:last-child {
  margin-bottom: 0;
}
.a2o .a2o_youtube .youtube_wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  background-color: #E6E6E6;
}
.a2o .a2o_youtube .youtube_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.a2o .camp {
  display: flex;
  flex-wrap: wrap;
}
.a2o .camp .left {
  width: 29%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .a2o .camp .left {
    width: 100%;
    display: block;
  }
}
.a2o .camp .left .main_ttl {
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .a2o .camp .left .main_ttl {
    text-align: center;
  }
}
.a2o .camp .right {
  width: 71%;
}
@media screen and (max-width: 767px) {
  .a2o .camp .right {
    width: 100%;
  }
}
.a2o .camp .right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.a2o .camp .right ul li {
  width: calc(33.3333% - 10.6666666667px);
}
@media screen and (max-width: 767px) {
  .a2o .camp .right ul li {
    width: 100%;
  }
}
.a2o .camp .right ul li a {
  display: block;
  position: relative;
  background: no-repeat center/cover;
}
.a2o .camp .right ul li a:hover {
  opacity: 0.7;
}
.a2o .camp .right ul li a::before {
  content: "";
  display: block;
  padding-top: 100%;
  background-color: #376C54;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .a2o .camp .right ul li a::before {
    padding-top: 66.666%;
  }
}
.a2o .camp .right ul li a p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: 700;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.program_01_mv,
.program_02_mv {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/program_01_hero.jpg) no-repeat center/cover;
  height: 540px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .program_01_mv,
  .program_02_mv {
    height: 70vw;
    margin-bottom: 60px;
  }
}
.program_01_mv h1,
.program_02_mv h1 {
  width: 276px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .program_01_mv h1,
  .program_02_mv h1 {
    width: 50%;
  }
}

.program_02_mv {
  background: url(../images/program_02_hero.jpg) no-repeat center/cover;
}

.read_text {
  text-align: center;
  font-size: 0.9375em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .read_text {
    text-align: left;
  }
}

.a2o_program_activity .list_nav__activity li {
  background-color: #A8B9B0;
}
.a2o_program_activity .list_nav__activity li.active {
  background-color: #376C54;
}
.a2o_program_activity .list_activity li .cat {
  background-color: #376C54;
}

.section_program {
  position: relative;
  background-color: #EAEAE6;
  padding: 90px 0 40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section_program {
    padding-top: 40px;
  }
}
.section_program::before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 22.3%;
  background: url(../images/program_bg.png) no-repeat center top/cover;
  left: 0;
  top: -240px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_program::before {
    top: auto;
    bottom: 100%;
  }
}

.ttl_border {
  position: relative;
  text-align: center;
  margin-bottom: 3.125em;
}
.ttl_border + .read_text {
  margin-bottom: 60px;
}
.ttl_border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 1em;
}
.ttl_border span {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 25px;
  background-color: #EAEAE6;
  z-index: 1;
}
.ttl_border span::before {
  content: attr(data-title);
  display: block;
  font-size: 2.1875em;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
}
.ttl_border b {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 25px;
  background-color: #fff;
  z-index: 1;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1;
}

.program_caption {
  display: flex;
  flex-wrap: wrap;
}
.program_caption .left {
  width: 50%;
  padding-right: 7%;
}
@media screen and (max-width: 767px) {
  .program_caption .left {
    width: 100%;
    padding: 0;
    margin-bottom: 2em;
  }
}
.program_caption .left figure {
  position: relative;
}
.program_caption .left figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #376C54;
  left: -40px;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .program_caption .left figure::before {
    left: -15px;
    bottom: -15px;
  }
}
.program_caption .left figure::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 181px;
  background: url(../images/logo_a2o.svg) no-repeat center/contain;
  left: 0;
  top: 56%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .program_caption .left figure::after {
    width: 130px;
    height: 80px;
    transform: none;
    top: auto;
    left: 15px;
    bottom: 15px;
  }
}
.program_caption .left figure img {
  display: block;
  position: relative;
  z-index: 1;
}
.program_caption .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .program_caption .right {
    width: 100%;
  }
}
.program_caption .right p:not([class]) {
  font-size: 0.9375em;
  line-height: 2;
}
.program_caption_02 .left figure {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .program_caption_02 .left figure {
    margin-bottom: 2.2em;
  }
}
.program_caption_02 .left figure::after {
  content: none;
}
.program_caption_02 .right .price {
  font-weight: 700;
  margin-bottom: 2em;
}
.program_caption_02 .right .price span {
  font-size: 1.5625em;
  color: #376C54;
  padding: 0 5px 0 10px;
}
.program_caption_02 .right .price small {
  font-size: 1em;
  font-weight: normal;
}
.program_caption_02 .right h3 {
  color: #376C54;
  font-weight: 700;
  margin-bottom: 10px;
}
.program_caption_02 .right p:not([class]) {
  margin-bottom: 2em;
}

.common_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 90px 90px 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .common_wrap {
    padding: 30px 5vw;
  }
}
.common_wrap .left {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .common_wrap .left {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.common_wrap .left h2 {
  position: relative;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .common_wrap .left h2 {
    font-size: 2em;
  }
}
.common_wrap .left h2::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 1px;
  background-color: #376C54;
  left: 0;
  bottom: 0;
}
.common_wrap .left h2 span {
  color: #376C54;
}
.common_wrap .right {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .common_wrap .right {
    width: 100%;
  }
}
.common_wrap .right table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .common_wrap .right table {
    display: block;
  }
  .common_wrap .right table thead, .common_wrap .right table tbody, .common_wrap .right table tr, .common_wrap .right table th, .common_wrap .right table td {
    display: block;
    width: 100%;
  }
}
.common_wrap .right table th {
  width: 80px;
  font-size: 1.25em;
  font-weight: 700;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .common_wrap .right table th {
    width: 100%;
    padding: 10px 0 0;
  }
}
.common_wrap .right table td {
  border-bottom: 1px solid #376C54;
  padding: 23px 0;
}
@media screen and (max-width: 767px) {
  .common_wrap .right table td {
    width: 100%;
    padding: 5px 0 10px;
  }
}
.common_wrap .right table td:last-child, .common_wrap .right table td:nth-last-of-type(2) {
  border-bottom: 0 none;
}
.common_wrap .right table td b {
  display: block;
  font-size: 1.125em;
  margin-bottom: 15px;
}
.common_wrap .right table td p {
  font-size: 0.9375em;
}

.btn_program_01 {
  display: block;
  width: 275px;
  line-height: 60px;
  color: #fff;
  font-size: 1.0625em;
  font-weight: 700;
  background: url(../images/ico_program_btn.svg) no-repeat center right 20px, url(../images/ico_program_pdf.svg) no-repeat center right 50px;
  background-color: #376C54;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .btn_program_01 {
    margin: 0 auto;
  }
}

.btn_program_02 {
  display: block;
  width: 275px;
  line-height: 60px;
  color: #fff;
  font-size: 1.0625em;
  font-weight: 700;
  background: url(../images/ico_program_btn.svg) no-repeat center right 20px;
  background-color: #376C54;
  text-align: center;
}

.list_program_plan {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 9em;
}
@media screen and (max-width: 767px) {
  .list_program_plan {
    margin-bottom: 4em;
  }
}
.list_program_plan:last-child {
  margin-bottom: 0;
}
.list_program_plan li {
  width: calc(33.333% - 20px);
  padding: 0 35px 35px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .list_program_plan li {
    width: 100%;
    padding: 0 5vw 5vw;
  }
}
.list_program_plan li:first-child h3::before {
  background: url(../images/program_01_ico_01.svg) no-repeat center/53px auto;
}
.list_program_plan li:nth-child(2) h3::before {
  background: url(../images/program_01_ico_02.svg) no-repeat center/57px auto;
}
.list_program_plan li:last-child h3::before {
  background: url(../images/program_01_ico_03.svg) no-repeat center/79px auto;
}
.list_program_plan li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.5em;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background-color: #376C54;
  padding: 100px 5px 20px;
  margin: 0 -35px 30px;
}
@media screen and (max-width: 767px) {
  .list_program_plan li h3 {
    margin: 0 -5vw 1.5em;
    font-size: 1.3em;
    height: auto;
    padding: 15px;
  }
}
.list_program_plan li h3::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 75px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .list_program_plan li h3::before {
    position: relative;
    height: 50px;
    background-size: contain !important;
    top: auto;
    left: auto;
    transform: none;
  }
}
.list_program_plan li strong {
  display: block;
  text-align: center;
  font-weight: 700;
}
.list_program_plan li strong span {
  display: inline-block;
  font-size: 1.5625em;
  color: #376C54;
  padding: 0 10px 0 15px;
}
.list_program_plan li small {
  display: block;
  font-size: 0.9375em;
  text-align: center;
  margin-bottom: 1em;
}
.list_program_plan li p {
  font-size: 0.9375em;
  margin-bottom: 2em;
}
.list_program_plan li p:last-child {
  margin-bottom: 0;
}
.list_program_plan__col2 {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
}
.list_program_plan__col2 li {
  width: 100%;
}
.list_program_plan__col2 li h3 {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .list_program_plan__col2 li h3 {
    padding-top: 15px;
  }
}
.list_program_plan__col2 li h3::before {
  content: none;
}
.list_program_plan__col2 li a {
  margin: 0 auto;
}

.bg_white_wrap {
  background-color: #fff;
  padding: 100px 70px;
}
@media screen and (max-width: 767px) {
  .bg_white_wrap {
    padding: 30px 5vw;
  }
}

.bg_green_wrap {
  background-color: rgba(55, 108, 84, 0.1);
  padding: 100px 70px;
  margin-bottom: 5.625em;
}
@media screen and (max-width: 767px) {
  .bg_green_wrap {
    padding: 30px 5vw;
  }
}
.bg_green_wrap + p {
  font-size: 0.9375em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bg_green_wrap + p {
    text-align: left;
  }
}

.program_02_recommend {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 780px;
  max-width: 100%;
  margin: 50px auto;
}
.program_02_recommend li {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .program_02_recommend li {
    width: 100%;
  }
}
.program_02_recommend li a {
  display: block;
}
.program_02_recommend li a:hover {
  opacity: 0.7;
}
.program_02_recommend li a img {
  display: block;
  margin: 0 auto 20px;
}
.program_02_recommend li a h3 {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
.program_02_recommend li a p {
  font-size: 0.9375em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .program_02_recommend li a p {
    text-align: left;
  }
}
.program_02_recommend + .btn_program_02 {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

.program_schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 100px;
}
.program_schedule .left,
.program_schedule .right {
  width: calc(50% - 50px);
}
@media screen and (max-width: 767px) {
  .program_schedule .left,
  .program_schedule .right {
    width: 100%;
  }
}
.program_schedule h3 {
  font-size: 2.1875em;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-align: center;
  background-color: #376C54;
  color: #fff;
  line-height: 47px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .program_schedule h3 {
    font-size: 1.8em;
    margin-bottom: 1.2em;
  }
}
.program_schedule ul li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 70px;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .program_schedule ul li {
    padding: 0 0 40px 20px;
    font-size: 1em;
  }
}
.program_schedule ul li span {
  display: inline-block;
  color: #376C54;
  font-weight: 700;
  margin-right: 20px;
}
.program_schedule ul li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #376C54;
  border-radius: 50%;
  left: 0;
  top: 0.55em;
}
.program_schedule ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 0.55em);
  background-color: #376C54;
  left: 5px;
  bottom: -0.55em;
}
.program_schedule ul li:last-child {
  padding-bottom: 0;
}
.program_schedule ul li:last-child::after {
  content: none;
}

.camp_detail {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 50px 50px;
  background-color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .camp_detail {
    padding: 30px 5vw;
  }
}
.camp_detail:last-child {
  margin-bottom: 0;
}
.camp_detail h2 {
  position: relative;
  width: 100%;
  padding-left: 60px;
  margin-bottom: 1.3em;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .camp_detail h2 {
    font-size: 1.25em;
    line-height: 1.25;
    margin-bottom: 1.8em;
  }
}
.camp_detail h2::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 52px;
  background: url(../images/ico_camp_name.svg) no-repeat center/contain;
  left: 0;
  top: calc(50% - 26px);
}
.camp_detail .image {
  width: 50%;
  padding-right: 23px;
}
@media screen and (max-width: 767px) {
  .camp_detail .image {
    width: 100%;
    padding: 0;
    margin-bottom: 1.5em;
  }
}
.camp_detail .image img {
  display: block;
  margin: 0 auto;
}
.camp_detail .text {
  width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .camp_detail .text {
    width: 100%;
    padding: 0;
    margin-bottom: 1.5em;
  }
}
.camp_detail .text .price {
  font-weight: 700;
  margin-bottom: 1em;
}
.camp_detail .text .price span {
  font-size: 1.5625em;
  color: #376C54;
  padding-left: 10px;
}
.camp_detail .text .time {
  border-top: 1px solid #9EA19C;
  border-bottom: 1px solid #9EA19C;
  padding: 0.5em 1em;
  display: flex;
  flex-flow: wrap;
  font-size: 0.875em;
  margin-bottom: 2em;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .camp_detail .text .time {
    padding: 1em;
  }
}
.camp_detail .text .time dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .camp_detail .text .time dl {
    width: 100%;
  }
}
.camp_detail .text .time dl.check_in {
  border-right: 1px solid #376C54;
  padding-right: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .camp_detail .text .time dl.check_in {
    border-right: none;
    padding-right: 0;
    margin: 0 0 0.5em;
  }
}
.camp_detail .text .time dl dt {
  margin-right: 5px;
}
.camp_detail .text .time dl dd {
  position: relative;
  padding-left: 20px;
}
.camp_detail .text .time dl dd::before {
  position: absolute;
  content: "";
  background: url(../images/ico_program_time.svg) no-repeat center/100% 100%;
  width: 15px;
  height: 15px;
  left: 0;
  top: 2px;
}
.camp_detail .text ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .camp_detail .text ul {
    gap: 5px;
  }
}
.camp_detail .text ul li {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .camp_detail .text ul li {
    width: 40px;
  }
}
.camp_detail .link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 100%;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .camp_detail .link {
    margin: 0;
    gap: 15px;
  }
}

.sec_hahakigi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url(../images/bg_hahakigi.jpg) no-repeat center/cover;
  height: 450px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec_hahakigi {
    background-position: center left;
    height: auto;
    padding: 50px 0;
  }
}
.sec_hahakigi a {
  width: 800px;
  max-width: 100%;
  transition: 0.3s;
}
.sec_hahakigi a:hover {
  opacity: 0.7;
}

.shopping_more {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border: solid 1px #fff;
  border-radius: 100px;
  width: 60%;
  max-width: 290px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 1.563em;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .shopping_more {
    bottom: 5%;
    padding: 10px 0;
    font-size: 1.333em;
  }
}
.shopping_more:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.shopping_more::after {
  position: absolute;
  content: "";
  background: url(../images/right_w_03.svg) no-repeat center/100% 100%;
  width: 10px;
  height: 17px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

.hanamomo_2024 a.button_02 {
  margin-top: 2em;
}
.hanamomo_2024 .secound {
  height: 130px;
  min-height: unset;
}
.hanamomo_2024 .section_hanamomo {
  display: block;
}
.hanamomo_2024 .section_hanamomo .hanamomo_l {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hanamomo_2024 .section_hanamomo .hanamomo_l {
    text-align: left;
  }
}
.hanamomo_2024 .section_hanamomo .hanamomo_r {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hanamomo_2024 .section_hanamomo .hanamomo_r {
    text-align: left;
  }
}
.hanamomo_2024 .map_image {
  display: block;
}
.hanamomo_2024 .map_image img {
  display: block;
  width: 100%;
  max-width: unset;
}

.service_universal {
  display: block;
  margin-bottom: 50px;
}

@media (any-hover: hover) {
  .service_universal {
    transition: opacity 0.3s;
  }
  .service_universal:hover {
    opacity: 0.6;
  }
}
.fes_banner {
  position: fixed;
  bottom: 1vw;
  left: 1vw;
  z-index: 9999;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .fes_banner {
    width: 90px;
  }
}
.page-id-7846 #footer {
  padding-top: 7.5rem;
}

.content-oyatsu-company {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.content-oyatsu-company__wrap {
  margin-bottom: 100px;
}
.content-oyatsu-company__wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../images/oyatsu_bg.jpg) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
}
.content-oyatsu-company .inner {
  max-width: calc(1220px + 10vw);
}

.oyatsu_header {
  padding: 4rem 5vw 55px;
}
.oyatsu_header h1 {
  max-width: 785px;
  margin: 0 auto 22px;
}
.oyatsu_header .lead {
  background-color: transparent;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .oyatsu_header .lead {
    font-size: 1rem;
    padding: 0;
  }
}

.oyatsu_sec_01,
.oyatsu_sec_02,
.oyatsu_sec_03,
.oyatsu_sec_04 {
  margin-top: 7.5rem;
  position: relative;
}
.oyatsu_sec_01 .inner,
.oyatsu_sec_02 .inner,
.oyatsu_sec_03 .inner,
.oyatsu_sec_04 .inner {
  display: flex;
  gap: 4.26%;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_01 .inner,
  .oyatsu_sec_02 .inner,
  .oyatsu_sec_03 .inner,
  .oyatsu_sec_04 .inner {
    flex-direction: column;
  }
}
.oyatsu_sec_01 .inner:after,
.oyatsu_sec_02 .inner:after,
.oyatsu_sec_03 .inner:after,
.oyatsu_sec_04 .inner:after {
  content: none;
}
.oyatsu_sec_01 .inner .box_left,
.oyatsu_sec_02 .inner .box_left,
.oyatsu_sec_03 .inner .box_left,
.oyatsu_sec_04 .inner .box_left {
  flex-shrink: 0;
  width: 53.2%;
  padding: 72px 0 0;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_01 .inner .box_left,
  .oyatsu_sec_02 .inner .box_left,
  .oyatsu_sec_03 .inner .box_left,
  .oyatsu_sec_04 .inner .box_left {
    width: 100%;
    display: contents;
  }
}
.oyatsu_sec_01 .inner .box_left .image,
.oyatsu_sec_02 .inner .box_left .image,
.oyatsu_sec_03 .inner .box_left .image,
.oyatsu_sec_04 .inner .box_left .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 649/457;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_01 .inner .box_left .image,
  .oyatsu_sec_02 .inner .box_left .image,
  .oyatsu_sec_03 .inner .box_left .image,
  .oyatsu_sec_04 .inner .box_left .image {
    order: 2;
    margin-bottom: 1.5em;
  }
}
.oyatsu_sec_01 .inner .box_left .image img,
.oyatsu_sec_02 .inner .box_left .image img,
.oyatsu_sec_03 .inner .box_left .image img,
.oyatsu_sec_04 .inner .box_left .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.oyatsu_sec_01 .inner .box_right,
.oyatsu_sec_02 .inner .box_right,
.oyatsu_sec_03 .inner .box_right,
.oyatsu_sec_04 .inner .box_right {
  flex-grow: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_01 .inner .box_right,
  .oyatsu_sec_02 .inner .box_right,
  .oyatsu_sec_03 .inner .box_right,
  .oyatsu_sec_04 .inner .box_right {
    display: contents;
  }
}

.oyatsu_sec_ttl {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.36;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_ttl {
    font-size: 1.5rem;
    order: 3;
  }
}
.oyatsu_sec_ttl:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 300/220;
  background: no-repeat center/contain;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_ttl:before {
    max-width: 120px;
    content: none;
  }
}

.oyatsu_sec_period {
  margin: 30px 0 0;
  background-color: #191919;
  color: #fff;
  padding: 0.25em 1em;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.77;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_period {
    order: 3;
    font-size: 0.8125rem;
    padding: 0.25em 0.5em 0.375em;
  }
}

.oyatsu_sec_01 {
  margin-top: 0;
}
.oyatsu_sec_01 .oyatsu_sec_ttl:before {
  background-image: url(../images/oyatsu_sec_01_02.png);
}
.oyatsu_sec_01__text {
  margin: 50px 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_01__text {
    order: 4;
    margin: 36px 0 0;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.oyatsu_sec_01__detail {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_01__detail {
    order: 4;
  }
}
.oyatsu_sec_01__link {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 60px;
  background: #EBBB19 url(../images/oyatsu_sec_01_12.png) no-repeat center right 14px/22px;
  color: #191919;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_01__link {
    order: 4;
  }
}
.oyatsu_sec_01 h3 {
  width: auto;
  height: 37px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_01 h3 {
    height: 26px;
  }
}
.oyatsu_sec_01 h3 img {
  width: auto;
  height: 100%;
}
.oyatsu_sec_01__goods {
  margin: 5em 0 0;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_01__goods {
    order: 4;
  }
}
.oyatsu_sec_01__goods ul li {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 5.38%;
  color: #fff;
}
.oyatsu_sec_01__goods ul li:first-child {
  margin-top: 0;
}
.oyatsu_sec_01__goods ul li .image {
  flex-shrink: 0;
  width: 49.02%;
  display: block;
  overflow: hidden;
  aspect-ratio: 255/147;
}
.oyatsu_sec_01__goods ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.oyatsu_sec_01__goods ul li .text {
  flex-grow: 1;
  width: 100%;
}
.oyatsu_sec_01__goods ul li .name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_01__goods ul li .name {
    font-size: 1.125rem;
  }
}
.oyatsu_sec_01__goods ul li .price {
  margin-top: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
.oyatsu_sec_01__menu {
  margin: 5em 0 0;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_01__menu {
    order: 4;
  }
}
.oyatsu_sec_01__menu ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 5.38%;
  color: #fff;
  margin-top: 30px;
}
.oyatsu_sec_01__menu ul li:first-child {
  margin-top: 0;
}
.oyatsu_sec_01__menu ul li .name {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.oyatsu_sec_01__menu ul li .box {
  flex-shrink: 0;
  width: 49.02%;
  padding: 0;
  background-color: transparent;
  border-radius: 0px;
}
.oyatsu_sec_01__menu ul li .box .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 255/147;
}
.oyatsu_sec_01__menu ul li .box .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.oyatsu_sec_01__menu ul li .box .price {
  text-align: right;
  margin-top: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
.oyatsu_sec_01__menu ul li .text {
  flex-grow: 1;
  width: 45.6%;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}

.oyatsu_sec_02 .oyatsu_sec_ttl {
  margin-right: -5vw;
}
.oyatsu_sec_02 .oyatsu_sec_ttl:before {
  background-image: url(../images/oyatsu_sec_02_02.png);
}
.oyatsu_sec_02 .list_kome {
  margin: 20px 0 0;
  color: #fff;
  font-size: 0.8375rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_02 .list_kome {
    order: 4;
  }
}
.oyatsu_sec_02 .list_kome > li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.25em;
}
.oyatsu_sec_02 .list_kome > li:last-child {
  margin-bottom: 0;
}
.oyatsu_sec_02 .list_kome > li:before {
  content: "※";
}
.oyatsu_sec_02__image {
  margin: 40px -5vw 0 0;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_02__image {
    order: 5;
    margin: 30px 0 0;
  }
}

.oyatsu_sec_03 .oyatsu_sec_ttl {
  margin-right: -5vw;
}
.oyatsu_sec_03 .oyatsu_sec_ttl:before {
  background-image: url(../images/oyatsu_sec_03_02.png);
}

.oyatsu_sec_04 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_04 .inner {
    padding: 0;
  }
}
.oyatsu_sec_04__box {
  width: 100%;
  border-radius: 60px 60px 0 0;
  background-color: #fff;
  padding: 65px 8.36% 45px;
  color: #191919;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_04__box {
    padding: 65px 5vw 45px;
  }
}
.oyatsu_sec_04 .text_01 {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.58;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 30px;
  border-bottom: 3px solid #191919;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_04 .text_01 {
    font-size: 1.25rem;
  }
}
.oyatsu_sec_04 .text_02 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
.oyatsu_sec_04 ul {
  padding-top: 32px;
  display: flex;
  justify-content: center;
  gap: 2.46%;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_04 ul {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    gap: 30px;
  }
}
.oyatsu_sec_04 ul li {
  width: 100%;
  max-width: 266px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.375;
  border: 4px solid #191919;
  text-align: center;
  padding: 60px 2% 24px;
  position: relative;
  margin-top: 100px;
}
.oyatsu_sec_04 ul li:before {
  content: "";
  display: block;
  width: 136px;
  aspect-ratio: 136/159;
  background: no-repeat center/contain;
  position: absolute;
  top: -104px;
  left: 50%;
  transform: translateX(-50%);
}
.oyatsu_sec_04 ul li:nth-child(1):before {
  background-image: url(../images/oyatsu_sec_04_02.png);
}
.oyatsu_sec_04 ul li:nth-child(2):before {
  background-image: url(../images/oyatsu_sec_04_03.png);
}
.oyatsu_sec_04 ul li:nth-child(3):before {
  background-image: url(../images/oyatsu_sec_04_04.png);
}
.oyatsu_sec_04 .text_03 {
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 0.625rem 60px;
  border-radius: 50px;
  border: 4px solid #191919;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_04 .text_03 {
    padding: 0.625rem 30px 0.625rem 60px;
  }
}
.oyatsu_sec_04 .text_03:before {
  content: "";
  display: block;
  width: 102px;
  aspect-ratio: 102/144;
  background: url(../images/oyatsu_sec_04_05.png) no-repeat center/contain;
  position: absolute;
  top: -25px;
  right: calc(100% - 25px);
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_04 .text_03:before {
    width: 76px;
    right: calc(100% - 50px);
  }
}
.oyatsu_sec_04 .text_03__wrap {
  margin: 40px 0 60px;
}
.oyatsu_sec_04 .text_04 {
  width: 100%;
  max-width: 850px;
  margin: 30px auto 0;
  background-color: #191919;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_04 .text_04 {
    font-size: 1rem;
  }
}

.oyatsu_sec_05 {
  margin-bottom: 5rem;
}
.oyatsu_sec_05 h2 {
  width: 54%;
  max-width: 660px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_05 h2 {
    width: 100%;
  }
}
.oyatsu_sec_05 .list_prize {
  max-width: 1044px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5.65%;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_05 .list_prize {
    gap: 50px;
  }
}
.oyatsu_sec_05 .list_prize > li {
  width: 47.175%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_05 .list_prize > li {
    width: 100%;
  }
}
.oyatsu_sec_05 .list_prize > li .image {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_05 .list_prize > li .image {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.oyatsu_sec_05 .list_prize > li .texts {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_05 .list_prize > li .texts {
    gap: 20px;
  }
}
.oyatsu_sec_05 .list_prize > li .texts .text {
  padding-top: 0.5em;
}
.oyatsu_sec_05 .list_prize > li .rank {
  flex-shrink: 0;
  font-family: "Lato", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}
.oyatsu_sec_05 .list_prize > li .rank span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_05 .list_prize > li .rank {
    font-size: 50px;
  }
  .oyatsu_sec_05 .list_prize > li .rank span {
    font-size: 18px;
  }
}
.oyatsu_sec_05 .list_prize > li .name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.oyatsu_sec_05 .list_prize > li .notice {
  margin-top: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.oyatsu_sec_05 .list_prize > li:first-child {
  width: 62.16%;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_05 .list_prize > li:first-child {
    width: 100%;
    margin-bottom: 0px;
  }
}
.oyatsu_sec_05 .list_prize > li:first-child .image {
  width: 100%;
}
.oyatsu_sec_05 .list_prize > li:first-child .text {
  padding-top: 1em;
}
.oyatsu_sec_05 .list_prize > li:first-child .rank {
  font-size: 80px;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_05 .list_prize > li:first-child .rank {
    font-size: 60px;
  }
}
.oyatsu_sec_05 .list_prize > li:first-child .name {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .oyatsu_sec_05 .list_prize > li:first-child .name {
    font-size: 1.25rem;
  }
}
.oyatsu_sec_05 .list_prize > li:first-child .notice > li {
  text-indent: -1em;
  padding-left: 1em;
}
.oyatsu_sec_05 .list_prize > li:first-child .notice > li:before {
  content: "※";
}

.oyatsu_sec_06 {
  margin-bottom: 5rem;
  color: #fff;
}
.oyatsu_sec_06 h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.58;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.oyatsu_sec_06 dt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 8px;
}
.oyatsu_sec_06 dt:before {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 80/56;
  background: url(../images/oyatsu_sec_06_01.png) no-repeat center/contain;
}
.oyatsu_sec_06 dd {
  margin-bottom: 30px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.oyatsu_sec_06 dd .list_maru > li {
  text-indent: -1em;
  padding-left: 1em;
}
.oyatsu_sec_06 dd .list_maru > li:before {
  content: "●";
}
.oyatsu_sec_06 dd .list_dot > li {
  text-indent: -1em;
  padding-left: 1em;
}
.oyatsu_sec_06 dd .list_dot > li:before {
  content: "・";
}

.oyatsu_sec_07 {
  color: #fff;
}
.oyatsu_sec_07 .oyatsu_copyright {
  margin: 0 auto 15px;
  width: 100%;
  max-width: 375px;
}
.oyatsu_sec_07 .list_kome {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.oyatsu_sec_07 .list_kome > li:before {
  content: "※";
}

.release_subttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .release_subttl {
    font-size: 1rem;
  }
}

.release_lead {
  margin-bottom: 1em;
}
.release_lead + p {
  margin-bottom: 2em;
}

.release_h2 {
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #ededed;
  padding: 0.5em 1em;
  margin: 2.5em 0 1em;
}
@media screen and (max-width: 767px) {
  .release_h2 {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.release_h3 {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .release_h3 {
    font-size: 1rem;
  }
}
.release_h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4c4948;
  position: absolute;
  top: 50%;
  right: 0;
}
.release_h3 span {
  position: relative;
  z-index: 1;
  padding-right: 2em;
  background-color: #fff;
}

.release_text_bold {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .release_text_bold {
    font-size: 1rem;
  }
}

.release_text {
  margin: 1em 0;
}

.release_dlist {
  margin: 1.5em 0;
}
.release_dlist dt {
  font-weight: 700;
}
.release_dlist dt:before {
  content: "■";
}
.release_dlist dd {
  margin-bottom: 1em;
}
.release_dlist dd:last-child {
  margin-bottom: 0;
}
.release_dlist + .release_h3 {
  margin-top: 60px;
}

.oyatsu_release_goods {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5%;
}
.oyatsu_release_goods > li {
  width: 47.5%;
  font-weight: 700;
}
.oyatsu_release_goods + .release_h3 {
  margin-top: 60px;
  margin-bottom: 1em;
}

.oyatsu_release_menu li {
  display: flex;
  gap: 5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .oyatsu_release_menu li {
    flex-direction: column;
  }
}
.oyatsu_release_menu li:last-child {
  margin-bottom: 0;
}
.oyatsu_release_menu li .images {
  flex-shrink: 0;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .oyatsu_release_menu li .images {
    width: 60%;
  }
}
.oyatsu_release_menu li .text {
  flex-grow: 1;
  font-weight: 700;
  padding-top: 3%;
}
.oyatsu_release_menu li .name {
  font-size: 1.125rem;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .oyatsu_release_menu li .name {
    font-size: 1rem;
  }
}
.oyatsu_release_menu li .price {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .oyatsu_release_menu li .price {
    font-size: 1rem;
  }
}
.oyatsu_release_menu li .descr {
  margin-top: 1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .oyatsu_release_menu li .descr {
    font-size: 0.875rem;
  }
}

.release_gallery {
  margin: 1em 0;
}

.release_list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.release_list_kome > li:before {
  content: "※";
}

.oyatsu_prize {
  margin-top: 60px;
}
.oyatsu_prize li {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .oyatsu_prize li {
    flex-direction: column;
    align-items: unset;
  }
}
.oyatsu_prize li:last-child {
  margin-bottom: 0;
}
.oyatsu_prize li .image {
  flex-shrink: 0;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .oyatsu_prize li .image {
    width: 60%;
  }
}
.oyatsu_prize li .text {
  flex-grow: 1;
  font-weight: 700;
  padding-top: 3%;
}
.oyatsu_prize li .name {
  font-size: 1.125rem;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .oyatsu_prize li .name {
    font-size: 1rem;
  }
}
.oyatsu_prize li .price {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .oyatsu_prize li .price {
    font-size: 1rem;
  }
}
.oyatsu_prize li .descr {
  margin-top: 1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .oyatsu_prize li .descr {
    font-size: 0.875rem;
  }
}

.release_outline {
  margin-top: 60px;
}
.release_outline dt {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 30px 0 8px;
}
.release_outline dt:before {
  content: "■";
}
@media screen and (max-width: 767px) {
  .release_outline dt {
    font-size: 1rem;
  }
}
.release_outline dd .list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.release_outline dd .list_dot > li:before {
  content: "・";
}
.release_outline + p {
  margin-top: 1em;
}

.content_ssw {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #000000;
}
.content_ssw .section_wrap {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .content_ssw .section_wrap {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .ssw_mw {
    display: block;
    overflow: hidden;
    height: 220px;
  }
  .ssw_mw img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ssw_lead {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .ssw_lead {
    margin-bottom: 80px;
  }
}
.ssw_lead h1 {
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ssw_lead h1 {
    font-size: 1.6rem;
  }
}
.ssw_lead h1:before {
  content: attr(data-en);
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ssw_lead h1:before {
    font-size: 1.2rem;
  }
}
.ssw_lead p {
  text-align: center;
}

.ssw_sec_01 {
  margin-bottom: 100px;
  border: 1px solid #D6D6D6;
  padding: 56px 3.75% 42px;
  position: relative;
  margin-top: 125px;
}
@media screen and (max-width: 767px) {
  .ssw_sec_01 {
    margin-bottom: 80px;
    margin-top: 100px;
    padding: 56px 5vw 30px;
  }
}
.ssw_sec_01:before {
  content: "";
  display: block;
  width: 126px;
  aspect-ratio: 126/117;
  background: url(../images/ssw_02.png) no-repeat center/contain;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-60%, -65%);
}
@media screen and (max-width: 767px) {
  .ssw_sec_01:before {
    width: 100px;
  }
}
.ssw_sec_01 h2 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.ssw_sec_01 h2:before {
  content: attr(data-en);
  display: block;
  color: #D6D6D6;
  font-family: "Barlow", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .ssw_sec_01 h2:before {
    font-size: 1.4rem;
  }
}
.ssw_sec_01 p {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .ssw_sec_01 p {
    font-size: 0.8375rem;
  }
}

.ssw_sec_02 {
  margin-bottom: 100px;
  display: flex;
  gap: 4.6%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ssw_sec_02 {
    margin-bottom: 80px;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.ssw_sec_02:before {
  content: "";
  display: block;
  width: 100vw;
  height: 360px;
  background-color: #F7F7F7;
  position: absolute;
  top: 172px;
  right: calc(50% + 86px);
}
@media screen and (max-width: 767px) {
  .ssw_sec_02:before {
    content: none;
  }
}
.ssw_sec_02 .image {
  width: 50%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ssw_sec_02 .image {
    width: 100%;
  }
}
.ssw_sec_02 .texts {
  flex-grow: 1;
  padding-top: 4.6%;
}
@media screen and (max-width: 767px) {
  .ssw_sec_02 .texts {
    padding-top: 0;
  }
}
.ssw_sec_02 h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Barlow", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ssw_sec_02 h2 {
    font-size: 1.4rem;
  }
}
.ssw_sec_02 .name {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .ssw_sec_02 .name {
    font-size: 1.2rem;
  }
}
.ssw_sec_02 .name span {
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .ssw_sec_02 .name span {
    font-size: 1rem;
  }
}
.ssw_sec_02 p {
  font-size: 0.875rem;
}

.ssw_sec_03 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .ssw_sec_03 {
    margin-bottom: 80px;
  }
}
.ssw_sec_03 h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}
.ssw_sec_03 h2:before {
  content: attr(data-en);
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .ssw_sec_03 h2:before {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.ssw_sec_03 dl .item {
  display: flex;
  align-items: baseline;
  gap: 2.5%;
  padding: 25px 2.4%;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  .ssw_sec_03 dl .item {
    flex-direction: column;
    padding: 25px 0;
    gap: 0.5em;
  }
}
.ssw_sec_03 dl .item dt {
  flex-shrink: 0;
  width: 22.1%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ssw_sec_03 dl .item dt {
    width: 100%;
    font-size: 0.9375rem;
  }
}
.ssw_sec_03 dl .item dd {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .ssw_sec_03 dl .item dd {
    width: 100%;
  }
}

.ssw_sec_04 h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}
.ssw_sec_04 h2:before {
  content: attr(data-en);
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .ssw_sec_04 h2:before {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.ssw_sec_04 .dlist_entry .item {
  display: flex;
  align-items: baseline;
  gap: 25px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .ssw_sec_04 .dlist_entry .item {
    flex-direction: column;
    gap: 10px;
  }
}
.ssw_sec_04 .dlist_entry .item:last-child {
  margin-bottom: 0;
}
.ssw_sec_04 .dlist_entry dt {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 225px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ssw_sec_04 .dlist_entry dt {
    width: 100%;
  }
}
.ssw_sec_04 .dlist_entry dt:after {
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 33px;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}
.ssw_sec_04 .dlist_entry dd {
  flex-grow: 1;
  width: 100%;
}
.ssw_sec_04 input,
.ssw_sec_04 select {
  border-radius: 0;
  border: 1px solid #707070;
  width: 100%;
  padding: 1.125em;
  font-size: 16px !important;
}
.ssw_sec_04 select {
  background: url(../images/icon_tri_select.svg) no-repeat center right 10px/10px 8px #fff;
}
.ssw_sec_04 input[type=checkbox] {
  inline-size: 1.5rem;
  block-size: 1.5rem;
}
.ssw_sec_04 .entry_policy {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ssw_sec_04 .entry_policy a {
  color: #000;
}
.ssw_sec_04 .entry_policy label {
  font-size: 0;
}
.ssw_sec_04 .entry_policy label .mwform-checkbox-field-text {
  display: none;
}
.ssw_sec_04 .entry_policy .mwform-checkbox-field.horizontal-item {
  padding-top: 10px;
  margin-right: 15px;
}
.ssw_sec_04 .contactBtn .submit {
  width: 100%;
  max-width: 402px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  border-radius: 50px;
  border: none;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .ssw_sec_04 .contactBtn .submit {
    height: 68px;
  }
}

.ssw_sec_04 + p {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .ssw_sec_04 + p {
    margin-bottom: 80px;
  }
}

.gosyuin_lead {
  padding: 5em 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .gosyuin_lead {
    padding: 3.75em 0;
  }
}

.gosyuin_map {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 6.25em;
}
@media screen and (max-width: 767px) {
  .gosyuin_map {
    margin-bottom: 5em;
  }
}

.gosyuin_list > li {
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .gosyuin_list > li {
    margin-bottom: 3.75em;
  }
}
.gosyuin_list > li:last-child {
  margin-bottom: 0;
}

.gosyuin_card {
  padding: 56px 5%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-wrap: wrap;
  gap: 3.5%;
}
@media screen and (max-width: 767px) {
  .gosyuin_card {
    flex-direction: column;
    padding: 40px 7%;
  }
}
.gosyuin_card .box_image {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .gosyuin_card .box_image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.gosyuin_card .box_text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .gosyuin_card .box_text {
    width: 100%;
  }
}
.gosyuin_card .name {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  gap: 16px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .gosyuin_card .name {
    font-size: 1.5em;
  }
}
.gosyuin_card .name:before {
  content: attr(data-num);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 1.75em;
  aspect-ratio: 1/1;
  background-color: #B82E31;
  font-size: 0.66em;
  padding-top: 2px;
}
.gosyuin_card .name span {
  font-size: 0.75em;
}
.gosyuin_card .name span.right {
  margin-left: 5px;
}
.gosyuin_card .name span.left {
  margin-right: 5px;
}
.gosyuin_card .descr {
  font-size: 0.9375em;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .gosyuin_card .descr {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.gosyuin_card .detail {
  font-size: 0.9375em;
  font-weight: 700;
}
.gosyuin_card .detail .group {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.375em;
}
.gosyuin_card .detail .group:last-child {
  margin-bottom: 0;
}
.gosyuin_card .detail .group dt:before {
  content: "【";
}
.gosyuin_card .detail .group dt:after {
  content: "】";
}
.gosyuin_slider--thumb {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .gosyuin_slider--thumb {
    margin-top: 12px;
  }
}

.gosyuin_slider--thumb .image {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .gosyuin_slider--thumb .image {
    padding: 0 6px;
  }
}

.detail dl + .gosyuin_link {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .detail dl + .gosyuin_link {
    margin-top: 20px;
  }
}

.gosyuin_link > li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gosyuin_link > li {
    margin-bottom: 12px;
  }
}
.gosyuin_link > li:last-child {
  margin-bottom: 0;
}
.gosyuin_link a {
  width: 100%;
  max-width: 235px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #fff;
  font-size: 0.9375em;
  font-weight: 700;
}
.gosyuin_link a.map {
  position: relative;
}
.gosyuin_link a.map:after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/22;
  background: url(../images/ico_pin_gosyuin.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .gosyuin_link a {
    margin: 0 auto;
  }
}

.gosyuin_notice {
  margin: 5em 0;
  background-color: #F8F8F8;
  padding: 50px 5%;
}
@media screen and (max-width: 767px) {
  .gosyuin_notice {
    padding: 40px 7%;
  }
}
.gosyuin_notice dt {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .gosyuin_notice dt {
    font-size: 1.25em;
  }
}
.gosyuin_notice dt:before {
  content: "【";
}
.gosyuin_notice dt:after {
  content: "】";
}
@media screen and (max-width: 767px) {
  .gosyuin_notice dd {
    font-size: 0.9375em;
  }
}
.gosyuin_notice dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.gosyuin_notice dd ul li:before {
  content: "・";
}

.kouzyouin {
  margin-top: 3.75em;
  width: 100%;
}
.kouzyouin_ttl {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .kouzyouin_ttl {
    font-size: 1.5em;
  }
}
.kouzyouin_ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0.9em;
  left: 0;
}
.kouzyouin_ttl p {
  position: relative;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1em;
}
.kouzyouin_ttl span {
  display: block;
  font-size: 0.5em;
}
.kouzyouin_lead {
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.kouzyouin_notice {
  font-size: 0.875em;
  text-align: right;
}
.kouzyouin_list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .kouzyouin_list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.kouzyouin_list > li {
  width: calc((100% - 150px) / 6);
}
@media screen and (max-width: 767px) {
  .kouzyouin_list > li {
    width: calc((100% - 20px) / 2);
  }
}
.kouzyouin_list .label {
  background-color: #9D3151;
  color: #fff;
  padding: 0.25em 1em;
  text-align: center;
}
.kouzyouin_list .period {
  font-size: 0.985em;
  text-align: center;
  margin-top: 0.25em;
}
@media screen and (max-width: 767px) {
  .kouzyouin_list .period {
    font-size: 13px;
  }
}

/* ===== パスワード保護 全体 ===== */
.post-password-form {
  max-width: 420px;
  margin: 80px auto;
  padding: 32px 28px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  text-align: center;
}

/* 説明文 */
.post-password-form p:first-of-type {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* 入力エリア */
.post-password-form input[type=password] {
  width: 100%;
  margin: 12px 0 20px;
  padding: 14px 16px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.post-password-form input[type=password]:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

/* 送信ボタン */
.post-password-form input[type=submit] {
  width: 100%;
  padding: 14px 0;
  border: none;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.post-password-form input[type=submit]:hover {
  background: #333;
  transform: translateY(-1px);
}

/* ===== スマホ ===== */
@media (max-width: 480px) {
  .post-password-form {
    margin: 40px 16px;
    padding: 24px 20px;
  }
}