@charset "utf-8";

@media screen and (min-width: 768px) {
  /* PC size */
}
@media screen and (max-width: 767px) {
  /* SP size */
}
@media (hover: hover) {
  /* hover style */
  /* IE11 だと効かない */
}

/* == base ============================================== */
html {
  font-size: 62.5%;
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  color: #333;
  background: url(../img/common/bg01.png) repeat-y top center;
  background-size: 100% auto;
}
button,
select,
input,
textarea {
  font-family: "Zen Maru Gothic", sans-serif;
}

/* == utility ============================================== */
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.u-bold {
  font-weight: 700;
}
.u-center {
  text-align: center;
}
.u-m-plus {
  font-family: "M PLUS 1", sans-serif;
}
.u-hover {
  transition: opacity 0.3s;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .u-hover:hover {
    opacity: 0.8;
  }
}
.u-noPost {
  width: 90%;
  font-size: 1.6rem;
  text-align: center;
  padding: 24px 0;
  margin: 0 auto;
}
.u-bgFill {
  background: url(../img/common/bg02.png) repeat-y top center;
  background-size: 100% auto;
}

/* == base style ============================================== */
.c-mainText {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333;
  word-break: break-all;
}
.c-mainText::after {
  content: "";
  display: block;
  clear: both;
}
.c-mainText > *:first-child {
  margin-top: 0;
}
.c-mainText > *:last-child {
  margin-bottom: 0;
}
/* --- 見出し --- */
.c-mainText h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 22px;
  margin: 120px 0 40px;
  position: relative;
}
.c-mainText h1::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(1, 159, 231, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-mainText h2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  background: rgba(1, 159, 231, 0.3);
  padding: 10px 12px;
  margin: 80px 0 40px;
}
.c-mainText h3 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 700;
  padding: 0 0 2px 16px;
  margin: 72px 0 32px;
  position: relative;
}
.c-mainText h3::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(1, 159, 231, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-mainText h3::after {
  content: '';
  display: block;
  width: 4px;
  height: calc(100% - 18px);
  background: rgba(1, 159, 231, 1);
  position: absolute;
  bottom: 10px;
  left: 0;
}
.c-mainText h2 + h3{
  margin-top: 40px;
}
.c-mainText h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  padding: 0 0 4px;
  margin: 64px 0 24px;
}
.c-mainText h5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.44;
  margin: 24px 0 24px;
}
.c-mainText h6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.44;
  margin: 24px 0 24px;
}
/* --- 段落 --- */
.c-mainText p {
  margin: 12px 0;
}
/* --- 引用 --- */
.c-mainText blockquote {
  font-size: 1.4rem;
  line-height: 2;
  background: #fff;
  border: 4px solid rgba(1, 159, 231, 0.2);
  padding: 20px;
  margin: 40px 0;
}
.c-mainText blockquote > *:first-child {
  margin-top: 0;
}
.c-mainText blockquote > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-mainText blockquote {
    padding: 30px;
  }
}
/* --- テーブル --- */
.c-tableScroll {
  width: 100%;
  max-width: none;
  min-height: 0.01%;
  overflow: auto;
  overflow-y: hidden;
}
.c-mainText figure {
  margin: 40px 0;
}
.wp-block-table thead {
  border: 0;
}
.c-tableScroll::-webkit-scrollbar {
  height: 8px;
}
.c-tableScroll::-webkit-scrollbar-track {
  background: #eaeaea;
}
.c-tableScroll::-webkit-scrollbar-thumb {
  background: #d0d3d9;
}
.c-mainText table th,
.c-mainText table td {
  border: 2px solid #fff;
}
.c-mainText table {
  border-top: 3px solid #d4ded2;
  border-bottom: 3px solid #d4ded2;
}
.c-mainText table tr *:first-of-type {
  border-left: 0;
}
.c-mainText table tr *:last-of-type {
  border-right: 0;
}
.c-mainText table th {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background: #0054a7;
  padding: 10px 20px;
  color: #fff;
}
.c-mainText table td {
  font-size: 1.4rem;
  background: #f7f7f7;
  padding: 16px 20px;
}
.c-mainText table th a {
  color: #fff !important;
}
.c-mainText caption {
  text-align: left;
}
/* --- 定義リスト --- */
.c-mainText dl {
  width: 100%;
  margin: 24px 0;
}
.c-mainText dt {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-mainText dl {
    display: flex;
    flex-wrap: wrap;
  }
  .c-mainText dt {
    width: 200px;
    padding: 0 10px 0 0;
    margin: 8px 0;
  }
  .c-mainText dd {
    width: calc(100% - 200px);
    margin: 8px 0;
  }
}
/* --- 非順序リスト --- */
.c-mainText ul {
  padding: 0 0 0 24px;
  margin: 40px 0;
}
.c-mainText ul ul,
.c-mainText ol ul {
  padding: 0;
  margin: 0;
}
.c-mainText ul > li {
  font-size: 1.6rem;
  line-height: 1.5;
  text-indent: -22px;
  margin: 16px 0 0 20px;
}
.c-mainText ul > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0054a7;
  margin: -2px 10px 0 8px;
}
@media screen and (max-width: 767px) {
  .c-mainText ul {
    padding: 0 0 0 6px;
  }
}
/* --- 順序リスト --- */
.c-mainText ol {
  counter-reset: olNum;
  padding: 0 0 0 24px;
  margin: 40px 0;
}
.c-mainText ol ol,
.c-mainText ul ol {
  padding: 0;
  margin: 0;
}
.c-mainText ol > li {
  font-size: 1.6rem;
  line-height: 1.5;
  text-indent: -22px;
  margin: 16px 0 0 20px;
}
.c-mainText ol > li::before {
  counter-increment: olNum;
  content: counter(olNum) ".";
  font-weight: 700;
  color: #0054a7;
  margin: 0 6px 0 0;
}
@media screen and (max-width: 767px) {
  .c-mainText ol {
    padding: 0 0 0 6px;
  }
}
/* --- 要素タグ --- */
/* [罫線] */
.c-mainText hr {
  width: 100%;
  height: 2px;
  background: #0054a7;
  border: 0;
  margin: 80px 0;
}
/* [強調] */
.c-mainText strong,
.c-mainText b {
  font-weight: 700;
}
/* [強調] ( 斜体 ) */
.c-mainText em {
  font-style: italic;
}
/* [強調] ( マーカー ) */
.c-mainText mark {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
/* [打ち消し] */
.c-mainText del {
  text-decoration: line-through;
}
/* [住所] */
.c-mainText address,
.c-mainText address * {
  font-style: italic;
}
/* [アンカー] ( リンク ) */
.c-mainText a:not([class]) {
  color: #0054a7;
  text-decoration: underline;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .c-mainText a:hover {
    opacity: 0.7;
  }
}
/* [略語、頭字語] ( abbreviation ) */
.c-mainText abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration-style: dotted;
}
/* [引用元] */
.c-mainText cite {
  font-style: italic;
}
/* [コード] */
.c-mainText code {
  display: inline-block;
  padding: 0.1em 0.25em;
  color: #444;
  background-color: #e7edf3;
  border-radius: 3px;
  border: solid 1px #d6dde4;
}
/* [追加、挿入] */
.c-mainText ins {
  text-decoration: underline;
}
/* [キーボード入力要素] */
.c-mainText kbd {
  display: inline-block;
  padding: 0.1em 0.25em;
  color: #444;
  background-color: #e7edf3;
  border-radius: 3px;
  border: solid 1px #d6dde4;
}
/* [コードブロック] */
.c-mainText pre {
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
  background: #25292f;
  color: #fff;
  /* white-space: pre-wrap; */
  overflow: auto;
  overflow-y: hidden;
}
.c-mainText pre::-webkit-scrollbar {
  height: 6px;
}
.c-mainText pre::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.c-mainText pre::-webkit-scrollbar-thumb {
  background: #cbcbcb;
}
/* [一部引用] */
.c-mainText q::before {
  content: open-quote;
}
.c-mainText q::after {
  content: close-quote;
}
/* [下付き、上付き文字] */
.c-mainText sub,
.c-mainText sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.c-mainText sub {
  bottom: -0.25em;
}
.c-mainText sup {
  top: -0.5em;
}
/* [変数、引数、因数] */
.c-mainText var {
  font-style: italic;
}
/* --- 画像 --- */
.c-mainText img {
  max-width: 100%;
}
.c-mainText figcaption,
.c-mainText .wp-caption,
.c-mainText .wp-caption-text,
.c-mainText .wp-block-embed figcaption {
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.66;
  margin: 8px 0;
}
/* --- 配置 --- */
.c-mainText img.alignright {
  display: inline;
  margin: 0 auto 30px 24px;
}
.c-mainText img.alignleft {
  display: inline;
  margin: 0 24px 30px auto;
}
.c-mainText img.aligncenter {
  display: block;
  margin: 14px auto;
}
.c-mainText .alignright {
  float: right;
  margin: 0 auto 30px 24px;
}
.c-mainText .alignleft {
  float: left;
  margin: 0 24px 30px auto;
}
.c-mainText .aligncenter {
  clear: both;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-mainText img.alignright {
    display: block;
    margin: 15px auto;
  }
  .c-mainText img.alignleft {
    display: block;
    margin: 15px auto;
  }
  .c-mainText .alignright {
    float: none;
  }
  .c-mainText .alignleft {
    float: none;
  }
}

/* == parts ============================================== */
/*** inner *********************************/
.l-inner {
  width: 90%;
  max-width: 834px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 88%;
  }
}

/*** heading *********************************/
.c-heading {
  text-align: center;
}
.c-heading__ja {
  display: block;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 2px 0px rgba(255, 56, 60, 0.5);
  position: relative;
  z-index: 1;
}
.c-heading__ja::after {
  content: '';
  display: block;
  width: 90px;
  height: 3px;
  background: #f70910;
  margin: 2px auto 6px;
}
.c-heading__en {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 2px 0px rgba(255, 56, 60, 0.5);
}
.c-heading__clone {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  -webkit-text-stroke: 8px #f70910;
}
.c-heading__en .c-heading__clone {
  font-size: 2rem;
  -webkit-text-stroke: 6px #f70910;
}
@media screen and (max-width: 767px) {
  .c-heading__ja {
    font-size: 3rem;
  }
}

/*** icon title *********************************/
.c-iconTitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #f70910;
  padding: 0 0 0 30px;
  margin: 0 0 12px;
  position: relative;
}
.c-iconTitle::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon/icon_beni.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
/* --- */
.c-iconTitle2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  background: #0054a7;
  padding: 4px 20px;
  margin: 0 0 15px;
  text-align: center;
}
.c-iconTitle2__text {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.c-iconTitle2__text::before,
.c-iconTitle2__text::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon/icon_beni02.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-iconTitle2__text::after {
  left: auto;
  right: 0;
}

/*** button *********************************/

/*** under title *********************************/
.c-underTitle {
  width: 100%;
  padding: 200px 20px 56px;
  position: relative;
  overflow: hidden;
}
.c-underTitle .c-heading__ja::after {
  background: #fff;
}
.c-underTitle__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-underTitle__bg__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-underTitle {
    padding-top: 100px;
  }
}

/*** attraction card *********************************/
.c-attrCardList {
  display: flex;
  flex-wrap: wrap;
  padding: 34px 40px;
}
.c-attrCard {
  width: calc(100% / 4);
  padding: 20px 14px;
}
.c-attrCard__item {
  width: 100%;
  border: 3px solid #0054a7;
  border-radius: 3px;
  background: #fff;
  padding: 7px;
}
.c-attrCard__img {
  position: relative;
}
.c-attrCard__imgItem {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 100% 0 0;
}
.c-attrCard__imgItem img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .c-attrCard__imgItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
} 
.c-attrCard__tagList {
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse; 
  align-items: flex-end;
  justify-content: flex-end;
  padding: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-attrCard__tagList__item {
  width: 35px;
  flex-shrink: 0;
  margin: 2px;
}
.c-attrCard__title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0054a7;
  text-align: center;
  margin: 15px 0 0;
}
.c-attrCard__dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 1px solid #0054a7;
  border-width: 1px 0;
  padding: 10px 0 0;
  margin: 10px 0 0;
}
.c-attrCard__dt {
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  background: #0054a7;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 4px;
  margin: 0 0 10px;
}
.c-attrCard__dd {
  width: calc(100% - 85px);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  padding: 2px 0 0 12px;
  margin: 0 0 10px;
}
.c-attrCard__btn {
  width: 100%;
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 3px;
  background: linear-gradient(180deg, #359AFF 0.23%, #0054A7 100.23%);
  padding: 8px 28px 10px;
  margin: 28px 0 0;
  position: relative;
  transition: opacity 0.4s;
}
.c-attrCard__btn::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.c-attrCard__btnText {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (hover: hover) {
  .c-attrCard__btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1180px) {
  .c-attrCard {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 991px) {
  .c-attrCard {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-attrCardList {
    padding: 20px 10px;
  }
  .c-attrCard {
    width: 100%;
  }
}

/*** shop card *********************************/
.c-shopCardList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.c-shopCard {
  width: calc(100% / 4);
  padding: 0 18px;
  margin: 15px 0;
}
.c-shopCard__item {
  width: 100%;
  cursor: pointer;
  transition: opacity 0.4s;
}
.c-shopCard__item--noModal {
  pointer-events: none;
}
@media (hover: hover) {
  .c-shopCard__item:hover {
    opacity: 0.8;
  }
}
.c-shopCard__img {
  position: relative;
}
.c-shopCard--hiatus {
  pointer-events: none;
}
.c-shopCard--hiatus .c-shopCard__img::before {
  content: '休止中';
  width: 100%;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333;
  background: rgba(179, 179, 179, 0.8);
  padding: 12px 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.c-shopCard__imgItem {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 100% 0 0;
}
.c-shopCard__imgItem img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .c-shopCard__imgItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
} 
.c-shopCard__title {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  color: #0054a7;
  margin: 15px 0 0;
}
@media screen and (max-width: 1180px) {
  .c-shopCard {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 991px) {
  .c-shopCard {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-shopCardList {
    max-width: 260px;
    margin: 0 auto;
  }
  .c-shopCard {
    width: 100%;
  }
}


/*** attraction modal *********************************/
.c-attrModal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  padding: 40px 0;
  transition: opacity 0.4s, visibility 0.4s;
}
.c-attrModal.is-active {
  opacity: 1;
  visibility: visible;
}
.c-attrModal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 1;
}
.c-attrModal__item {
  width: 90vw;
  max-width: 962px;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  border: 8px solid #0054a7;
  border-radius: 16px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  padding: 42px 58px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.c-attrModal__closeBtn {
  display: block;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .c-attrModal__closeBtn:hover {
    opacity: 0.5;
  }
}
.c-attrModal__closeBtn::before,
.c-attrModal__closeBtn::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #0054a7;
  border-radius: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  left: -6px;
}
.c-attrModal__closeBtn::after {
  transform: rotate(-45deg);
}
.c-attrModal__title {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  background: #0054a7;
  border-radius: 3px;
  padding: 10px 40px;
  margin: 0 0 20px;
}
.c-attrModal__contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.c-attrModal__img {
  width: 46.46%;
  position: relative;
}
.c-attrModal__imgItem {
  width: 100%;
  padding: 55.04% 0 0;
  position: relative;
  overflow: hidden;
}
.c-attrModal__imgItem img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .c-attrModal__imgItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
} 
.c-attrModal__tagList {
  width: 100%;
  max-width: 130px;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-attrModal__tagList__item {
  width: 42px;
  margin: 5px;
}
.c-attrModal__text {
  width: 50.9%;
}
.c-attrModal__textItem {
  display: inline;
  font-size: 1.4rem;
  line-height: 1.9;
  border-bottom: 1px dashed #019fe7;
  padding: 0 0 5px;
}
.c-attrModal__comment {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 20px 0 0;
}
.c-attrModal__commentIcon {
  width: 60px;
  flex-shrink: 0;
}
.c-attrModal__commentText {
  width: 100%;
  max-width: 214px;
  min-height: 85px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #019fe7;
  border-radius: 28px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  padding: 14px 20px;
  position: relative;
  margin: 0 0 0 14px;
}
.c-attrModal__commentText::before {
  content: '';
  display: block;
  width: 18px;
  height: 16px;
  background: url(../img/common/icon/icon_fukidashi.svg) no-repeat center right;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  left: -14px;
}
.c-attrModal__detail {
  margin: 30px 0 0;
}
.c-attrModal__dl {
  display: flex;
  border: 1px solid #0054a7;
  border-width: 1px 0;
  padding: 12px 0;
  margin: -1px 0 0;
}
.c-attrModal__dt {
  width: 140px;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.38em;
  color: #0054A7;
  text-align:justify;
  text-align-last:justify;
}
.c-attrModal__dd {
  flex: 1;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 0 0 60px;
}
.c-attrModal__btn {
  width: 100%;
  display: inline-block;
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  background: linear-gradient(180deg, #359AFF 0.23%, #0054A7 100.23%);
  padding: 8px 28px 10px;
  margin: 28px 0 0;
  position: relative;
  transition: opacity 0.4s;
}
.c-attrModal__btn::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.c-attrModal__btnText {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (hover: hover) {
  .c-attrModal__btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 991px) {
  .c-attrModal__item {
    padding: 60px 28px 40px;
  }
  .c-attrModal__contents {
    display: block;
  }
  .c-attrModal__img {
    width: 100%;
  }
  .c-attrModal__tagList {
    max-width: 140px;
    padding: 5px;
  }
  .c-attrModal__tagList__item {
    width: 32px;
    margin: 2px;
  }
  .c-attrModal__text {
    width: 100%;
    margin: 20px 0 0;
  }
  .c-attrModal__dl {
    display: block;
  }
  .c-attrModal__dt {
    width: 100%;
    text-align: left;
    text-align-last: left;
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
  .c-attrModal__dd {
    font-size: 1.6rem;
    padding: 0;
  }
}

/*** shop modal *********************************/
.c-shopModal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  padding: 40px 0;
  transition: opacity 0.4s, visibility 0.4s;
}
.c-shopModal.is-active {
  opacity: 1;
  visibility: visible;
}
.c-shopModal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 1;
}
.c-shopModal__item {
  width: 90vw;
  max-width: 962px;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  border: 8px solid #0054a7;
  border-radius: 16px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  padding: 42px 58px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.c-shopModal__closeBtn {
  display: block;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .c-shopModal__closeBtn:hover {
    opacity: 0.5;
  }
}
.c-shopModal__closeBtn::before,
.c-shopModal__closeBtn::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #0054a7;
  border-radius: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  left: -6px;
}
.c-shopModal__closeBtn::after {
  transform: rotate(-45deg);
}
.c-shopModal__title {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  background: #0054a7;
  border-radius: 3px;
  padding: 10px 40px;
  margin: 0 0 25px;
}
.c-shopModal__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 25px;
}
.c-shopModal__img {
  width: 50%;
  padding: 0 25px;
  margin: 0 0 25px;
  position: relative;
}
.c-shopModal__imgItem {
  width: 100%;
  padding: 66.76% 0 0;
  overflow: hidden;
  position: relative;
}
.c-shopModal__imgItem img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .c-shopModal__imgItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
} 
.c-shopModal__textItem {
  display: inline;
  font-size: 1.4rem;
  line-height: 1.9;
  border-bottom: 1px dashed #019fe7;
  padding: 0 0 5px;
}
@media screen and (max-width: 991px) {
  .c-shopModal__item {
    padding: 60px 28px 40px;
  }
  .c-shopModal__contents {
    display: block;
    padding: 0;
  }
  .c-shopModal__img {
    width: 100%;
  }
}

/*** accordion *********************************/
.c-accList__item {
  margin: 12px 0 0;
}
.c-accList__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  background: #0054a7;
  padding: 8px 84px 8px 24px;
  cursor: pointer;
  position: relative;
}
.c-accList__title::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-width: 0 3px 3px 0;
  position: absolute;
  top: 8px;
  right: 34px;
  transform: rotate(45deg);
  transition: all 0.4s;
}
.c-accList__item.is-active .c-accList__title::before {
  top: 16px;
  transform: rotate(225deg);
}
.c-accList__detail {
  font-size: 1.6rem;
  line-height: 1.44;
  letter-spacing: 0.04em;
  background: #fff;
  padding: 16px 24px;
  display: none;
}

/*** dl list *********************************/
.c-dl {
  display: flex;
  flex-wrap: wrap;
}
.c-dl__dt {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #0054a7;
  padding: 14px;
  border: 1px solid #b3b3b3;
  margin: -1px 0 0;
}
.c-dl__dd {
  width: 50%;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #f70910;
  background: #fff;
  text-align: center;
  padding: 14px;
  border: 1px solid #b3b3b3;
  margin: -1px 0 0 -1px;
}
.c-dl__dd--cell {
  padding: 0;
}
.c-dl__ddCell {
  padding: 14px;
}
.c-dl__ddCell + .c-dl__ddCell {
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width: 767px) {
  .c-dl {
    display: block;
  }
  .c-dl__dt {
    width: 100%;
    display: block;
    text-align: center;
  }
  .c-dl__dd {
    width: 100%;
  }
}

/*** pagination *********************************/


/*** xxx *********************************/
@media screen and (max-width: 767px) {}
@media (hover: hover) {}

/* == header ============================================== */
.l-header {
  width: 100%;
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.l-header__logo {
  width: 332px;
  height: 74px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .l-header__logo {
    width: 240px;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 110%;
  white-space: nowrap;
  /* overflow: hidden; */
  font-size: 0;
  background: url(../img/common/header_logo.png) no-repeat top left;
  background-size: contain;
  filter: drop-shadow( 0px 4px 4px rgba(0, 0, 0, 0.25) );
  will-change: filter;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    width: 98%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 auto;
  }
  .l-header__nav .nav__upper {
    margin: 0 0 10px;
  }
  .l-header__nav .nav__upper .navList {
    display: flex;
    justify-content: flex-end;
  }
  .l-header__nav .nav__upper .navList__item {
    min-width: 138px;
    min-height: 38px;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
  }
  .l-header__nav .nav__upper .navList__item + .navList__item {
    border-left: 1px solid #fff;
  }
  .l-header__nav .nav__upper .navList__item a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 18px;
    background: url(../img/common/arrow01.svg) no-repeat center right 10px / 8px 12px, linear-gradient(0deg, #1DA440 0%, #00EC3D 100%);
    transition: opacity 0.4s;
  }
  @media (hover: hover) {
    .l-header__nav .nav__upper .navList__item a:hover {
      opacity: 0.8;
    }
  }
  .l-header__nav .nav__lower .navList {
    display: flex;
    justify-content: flex-end;
  }
  .l-header__nav .nav__lower .navList__item {
    width: 100px;
    height: 90px;
    background: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.08;
    text-align: center;
    position: relative;
  }
  .l-header__nav .nav__lower .navList__item + .navList__item {
    border-left: 1px solid #b3b3b3;
  }
  .l-header__nav .nav__lower .navList__item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 0 8px;
    transition: opacity 0.4s;
  }
  @media (hover: hover) {
    .l-header__nav .nav__lower .navList__item a:hover {
      opacity: 0.6;
    }
  }
  .l-header__nav .nav__lower .navList__item__icon {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 14px;
    left: 0;
    overflow: hidden;
  }
  .l-header__nav .nav__lower .navList__item__icon img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .l-header__nav .nav__lower .navList__item__text {
    min-height: 2em;
    display: flex;
    align-items: center;
  }
  .l-header__nav .nav__sns,
  .l-header__nav .nav__info {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
  .l-header__inner {
    width: 100%;
  }
  .l-header__logo {
    height: 64px;
    z-index: 6;
  }
  .l-header__logo a {
    background: url(../img/common/header_logo_sp.png) no-repeat top left / contain;
  }
  .l-header__nav {
    width: 100%;
    height: 100svh;
    height: 100vh;
    background: url(../img/common/header_bg01.png) no-repeat top center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .l-header__nav.is-active {
    opacity: 1;
    visibility: visible;
  }
  .l-header__nav .nav__inner {
    width: 86%;
    height: calc(100% - 90px);
    overflow: hidden;
    overflow-y: auto;
    padding: 0 0 160px;
    margin: 70px auto 0;
  }
  .l-header__nav .nav__upper {
    display: none;
  }
  .l-header__nav .nav__lower {
    background: #fff;
    border-radius: 6px;
    padding: 0 30px;
  }
  .l-header__nav .nav__lower .navList__item {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .l-header__nav .nav__lower .navList__item + .navList__item {
    border-top: 1px dashed #b3b3b3;
  }
  .l-header__nav .nav__lower .navList__item a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 0;
  }
  .l-header__nav .nav__lower .navList__item__icon {
    width: 65px;
    height: 50px;
    position: relative;
    overflow: hidden; 
    flex-shrink: 0;
  }
  .l-header__nav .nav__lower .navList__item__icon img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .l-header__nav .nav__lower .navList__item__text {
    flex: 1;
    padding: 0 0 0 20px;
  }
  .l-header__nav .nav__sns {
    margin: 20px 0 0;
  }
  .l-header__nav .nav__sns .snsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .l-header__nav .nav__sns .snsList__item {
    width: 32px;
    margin: 10px;
  }
  .l-header__nav .nav__sns .snsList__item a {
    display: flex;
    align-items: center;
  }
  .l-header__nav .nav__info {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 20px 0 0;
  }
}

/*** hamburger btn *********************************/
.c-hamburger {
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  cursor: pointer;
  background: #fff;
  border-radius: 0 0 0 6px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  will-change: filter;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
.c-hamburger__line {
  width: 34px;
  height: 2px;
  background: #1da440;
  position: absolute;
  left: 12px;
  transition: all 0.4s;
}
.c-hamburger__line--1 {
  top: 14px;
  z-index: 2;
  outline: 4px solid #fff;
}
.c-hamburger__line--2 {
  top: 22px;
  z-index: 1;
}
.c-hamburger__text {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #1da440;
  position: absolute;
  bottom: 14px;
  left: 0;
  transition: opacity 0.4s;
}
/* --- active --- */
.c-hamburger.is-active .c-hamburger__line--1 {
  top: 24px;
  transform: rotate(45deg);
}
.c-hamburger.is-active .c-hamburger__line--2 {
  top: 24px;
  transform: rotate(-45deg);
}
.c-hamburger.is-active .c-hamburger__text--open {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

/* == footer ============================================== */
.l-mapLink {
  width: 26vw;
  max-width: 330px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  will-change: filter;
  position: fixed;
  bottom: 10%;
  left: 34px;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.l-mapLink.is-active {
  opacity: 1;
  visibility: visible;
}
.l-mapLink.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .l-mapLink {
    width: 200px;
    left: 10px;
  }
}
/* --- */
.l-footer {
  width: 100%;
  background: url(../img/common/footer_bg01.png) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 80px 0 0;
  z-index: 5;
}
.l-footer::before {
  content: '';
  display: block;
  width: 100%;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/footer_bg03.png) repeat-x center;
  background-size: auto 100%;
}
.l-footer::after {
  content: '';
  display: block;
  width: 298px;
  height: 128px;
  background: url(../img/common/footer_illust01.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  top: -128px;
  left: 52px;
  pointer-events: none;
}
.l-footer__inner {
  width: 90%;
  margin: 0 auto;
}
.l-footer__upper {
  padding: 0 0 52px;
}
.l-footer__logo {
  text-align: center;
}
.l-footer__nav {
  margin: 40px 0 0;
}
.l-footer__nav .navList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-footer__nav .navList__item {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 38px;
  border: 1px solid #333;
  border-width: 0px 1px;
  margin: 10px -1px 0 0;
}
.l-footer__nav .navList__item:first-child,
.l-footer__nav .navList__item:last-child {
  border: none;
}
.l-footer__nav .navList__item a {
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .l-footer__nav .navList__item a:hover {
    opacity: 0.6;
  }
}
.l-footer__sns {
  margin: 42px 0 0;
}
.l-footer__sns .snsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.l-footer__sns .snsList__item {
  margin: 10px 20px;
}
.l-footer__sns .snsList__item a {
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .l-footer__sns .snsList__item a:hover {
    opacity: 0.6;
  }
}
.l-footer__info {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 40px 0 0;
}
.l-footer__info p + p {
  margin: 10px 0 0;
}
.l-footer__lower {
  text-align: center;
  background: url(../img/common/footer_bg02.png) no-repeat center bottom;
  background-size: cover;
  padding: 20px;
}
.l-footer__copyright {
  width: 100%;
  max-width: 612px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.l-footer__copyright::before,
.l-footer__copyright::after {
  content: '';
  display: block;
  width: 88px;
  height: 138px;
  background: url(../img/common/character01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 0;
  pointer-events: none;
}
.l-footer__copyright::after {
  background-image: url(../img/common/character02.png);
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    height: 18px;
  }
  .l-footer::after {
    content: none;
  }
  .l-footer__logo {
    width: 280px;
    margin: 0 auto;
  }
  .l-footer__nav {
    display: none;
  }
  .l-footer__sns {
    margin: 30px 0 0;
  }
  .l-footer__sns .snsList__item {
    width: 32px;
    margin: 10px;
  }
  .l-footer__sns .snsList__item a {
    display: flex;
    align-items: center;
  }
  .l-footer__info {
    margin: 20px 0 0;
  }
  .l-footer__info p + p {
    margin: 0;
  }
  .l-footer__copyright::before,
  .l-footer__copyright::after {
    content: none;
  }
}

/* == underPage ============================================== */
#underPage {}
