@charset "UTF-8";
/*==================================================*/
/* 前提css */
/*==================================================*/
a, article, blockquote, body, caption, dd, div, dl, dt, footer, h1, h2, h3, h4, h5, h6, header, html, iframe, img, li, nav, ol, p, pre, section, small, span, strong, table, td, th, tr, ul, figure {
  background: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: bottom; }

a, small, span, strong {
  vertical-align: baseline; }

article, footer, header, nav, section {
  display: block; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address, th {
  font-style: normal; }

:focus, a:focus {
  outline: 0; }

br {
  letter-spacing: normal; }

textarea {
  resize: none; }

a {
  text-decoration: none; }

main img {
  height: auto;
  width: 100%; }

/*==================================================*/
/* レスポンシブ用css */
/*==================================================*/
.pc {
  display: block; }
  .pc.inline {
    display: inline; }
  .pc.flex {
    display: flex; }

.sp {
  display: none; }
  .sp.inline {
    display: none; }
  .sp.flex {
    display: none; }

@media (max-width: 768px) {
  .pc {
    display: none; }
    .pc.inline {
      display: none; }
    .pc.flex {
      display: none; }

  .sp {
    display: block; }
    .sp.inline {
      display: inline; }
    .sp.flex {
      display: flex; } }
/*==================================================*/
/* アニメーション用css */
/*==================================================*/
/*==================================================*/
/*==============================================================*/
/* アニメーション */
/*==============================================================*/
@-webkit-keyframes bright {
  0% {
    filter: brightness(0.2); }
  100% {
    filter: brightness(1); } }
@-moz-keyframes bright {
  0% {
    filter: brightness(0.2); }
  100% {
    filter: brightness(1); } }
@keyframes bright {
  0% {
    filter: brightness(0.2); }
  100% {
    filter: brightness(1); } }
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(30%); }
  100% {
    transform: translateY(0%); } }
@-moz-keyframes scroll {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(30%); }
  100% {
    transform: translateY(0%); } }
@keyframes scroll {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(30%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes scroll_mozi {
  0% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8); }
  50% {
    transform: translateY(12%) rotateZ(90deg) scaleX(0.8); }
  100% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8); } }
@-moz-keyframes scroll_mozi {
  0% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8); }
  50% {
    transform: translateY(12%) rotateZ(90deg) scaleX(0.8); }
  100% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8); } }
@keyframes scroll_mozi {
  0% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8); }
  50% {
    transform: translateY(12%) rotateZ(90deg) scaleX(0.8); }
  100% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8); } }
@-webkit-keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-moz-keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
@-moz-keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
@keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
.bright {
  -webkit-animation: bright 1s ease;
  -moz-animation: bright 1s ease;
  animation: bright 1s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

/*==================================================

    1. common
    2. header
    3. main
    4. footer
    5. other

==================================================*/
/*==================================================
 1. common
==================================================*/
/* color */
/* z-index */
/* development */
img:not([alt]) {
  outline: 3px dashed pink; }

/* Common Parts */
body {
  color: #505050;
  font-size: 16px;
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold; }

#body-wrapper {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden; }

.pc {
  display: inherit !important; }
  @media (max-width: 768px) {
    .pc {
      display: none !important; } }

.padL {
  display: none !important; }
  @media (max-width: 1191px) {
    .padL {
      display: inherit !important; } }

.pad {
  display: none !important; }
  @media (max-width: 768px) {
    .pad {
      display: inherit !important; } }

.sp {
  display: none !important; }
  @media (max-width: 480px) {
    .sp {
      display: inherit !important; } }

.global-nav__link {
  color: #505050;
  display: block; }

.header-logo__logo, .header_share__icon, .mv__img, .detail .information__banner, .footer__logo, .footer__share--tw img, .footer__share--fb img, .footer__page_top img {
  width: 100%;
  height: auto; }

/* animation */
.InVfadeIn, .InVfadeInLeft, .InVfadeInRight, .InVfadeInUp {
  opacity: 0;
  animation-duration: 1s;
  animation-delay: .2s; }

.animated {
  animation-duration: 1s; }

/*==================================================
 2. header
==================================================*/
header {
  position: relative;
  background: #fff;
  height: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 768px) {
    header {
      height: 80px;
      position: none; } }

.header-logo__wrapper {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12%;
  max-width: 206px; }
@media (max-width: 768px) {
  .header-logo__wrapper {
    display: none; } }

.global-title {
  display: block;
  padding-left: calc( 100vw * 0.12 + 24px);
  padding-bottom: 15px;
  padding-right: 8px;
  color: #00b0ba;
  font-weight: normal;
  font-size: 24px;
  border-bottom: 3px solid #00b0ba; }
  @media (max-width: 768px) {
    .global-title {
      font-size: 20px;
      display: block;
      padding: 0;
      padding-left: 12px;
      line-height: 1.4;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center; } }

.global-nav__wrapper {
  display: flex;
  max-width: 1000px;
  justify-content: center;
  margin: 0 auto; }
.global-nav__item {
  padding: 2.5% 3%;
  font-size: 1.3rem; }
@media (max-width: 768px) {
  .global-nav {
    position: absolute;
    top: -500px;
    width: 100%;
    background: #fff;
    -ms-box-shadow: 0px 1px 2px 0px rgba(150, 150, 150, 0.8);
    box-shadow: 0px 1px 2px 0px rgba(150, 150, 150, 0.8);
    text-align: center;
    transition: .5s ease-in-out;
    z-index: 50; }
    .global-nav__wrapper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      background: #fff;
      display: block;
      list-style: none; }
    .global-nav__item {
      width: 90%;
      padding: 0;
      border-bottom: 2px solid #cfba46;
      margin: 0 auto;
      font-size: 1.4rem;
      line-height: 70px; }
    .global-nav__link {
      padding: 24px;
      transition: .3s ease; }
      .global-nav__link:hover {
        opacity: .5; }
    .global-nav.active {
      top: 0; } }

.header_share {
  position: absolute;
  top: 10px;
  right: 10px; }
  .header_share__item {
    display: inline-block;
    width: 42%;
    max-width: 60px;
    margin: 0 5px; }
  @media (max-width: 768px) {
    .header_share {
      display: none; } }

/*==================================================
 3. main
==================================================*/
.rainyBlock {
  width: 100vw;
  height: auto; }
  .rainyBlock > .rainy {
    animation: rain 500ms linear infinite;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 0;
    top: -20vh;
    width: 2px;
    height: 20vh;
    transform-origin: center center;
    z-index: 5; }
  .rainyBlock > div:nth-child(1) {
    animation-delay: 100ms;
    animation-duration: 412ms;
    left: 95vw; }
  .rainyBlock > div:nth-child(2) {
    animation-delay: 200ms;
    animation-duration: 614ms;
    left: 94vw; }
  .rainyBlock > div:nth-child(3) {
    animation-delay: 300ms;
    animation-duration: 507ms;
    left: 36vw; }
  .rainyBlock > div:nth-child(4) {
    animation-delay: 400ms;
    animation-duration: 492ms;
    left: 7vw; }
  .rainyBlock > div:nth-child(5) {
    animation-delay: 500ms;
    animation-duration: 409ms;
    left: 39vw; }
  .rainyBlock > div:nth-child(6) {
    animation-delay: 600ms;
    animation-duration: 528ms;
    left: 78vw; }
  .rainyBlock > div:nth-child(7) {
    animation-delay: 700ms;
    animation-duration: 431ms;
    left: 25vw; }
  .rainyBlock > div:nth-child(8) {
    animation-delay: 800ms;
    animation-duration: 411ms;
    left: 56vw; }
  .rainyBlock > div:nth-child(9) {
    animation-delay: 900ms;
    animation-duration: 562ms;
    left: 76vw; }
  .rainyBlock > div:nth-child(10) {
    animation-delay: 1000ms;
    animation-duration: 422ms;
    left: 62vw; }
  .rainyBlock > div:nth-child(11) {
    animation-delay: 1100ms;
    animation-duration: 483ms;
    left: 75vw; }
  .rainyBlock > div:nth-child(12) {
    animation-delay: 1200ms;
    animation-duration: 524ms;
    left: 29vw; }
  .rainyBlock > div:nth-child(13) {
    animation-delay: 1300ms;
    animation-duration: 543ms;
    left: 48vw; }
  .rainyBlock > div:nth-child(14) {
    animation-delay: 1400ms;
    animation-duration: 583ms;
    left: 4vw; }
  .rainyBlock > div:nth-child(15) {
    animation-delay: 1500ms;
    animation-duration: 573ms;
    left: 89vw; }
  .rainyBlock > div:nth-child(16) {
    animation-delay: 1600ms;
    animation-duration: 560ms;
    left: 27vw; }
  .rainyBlock > div:nth-child(17) {
    animation-delay: 1700ms;
    animation-duration: 527ms;
    left: 16vw; }
  .rainyBlock > div:nth-child(18) {
    animation-delay: 1800ms;
    animation-duration: 437ms;
    left: 64vw; }
  .rainyBlock > div:nth-child(19) {
    animation-delay: 1900ms;
    animation-duration: 392ms;
    left: 35vw; }
  .rainyBlock > div:nth-child(20) {
    animation-delay: 2000ms;
    animation-duration: 458ms;
    left: 8vw; }
  .rainyBlock > div:nth-child(21) {
    animation-delay: 2100ms;
    animation-duration: 538ms;
    left: 9vw; }
  .rainyBlock > div:nth-child(22) {
    animation-delay: 2200ms;
    animation-duration: 474ms;
    left: 97vw; }
  .rainyBlock > div:nth-child(23) {
    animation-delay: 2300ms;
    animation-duration: 545ms;
    left: 18vw; }
  .rainyBlock > div:nth-child(24) {
    animation-delay: 2400ms;
    animation-duration: 516ms;
    left: 11vw; }
  .rainyBlock > div:nth-child(25) {
    animation-delay: 2500ms;
    animation-duration: 523ms;
    left: 94vw; }
  .rainyBlock > div:nth-child(26) {
    animation-delay: 2600ms;
    animation-duration: 553ms;
    left: 94vw; }
  .rainyBlock > div:nth-child(27) {
    animation-delay: 2700ms;
    animation-duration: 427ms;
    left: 80vw; }
  .rainyBlock > div:nth-child(28) {
    animation-delay: 2800ms;
    animation-duration: 614ms;
    left: 59vw; }
  .rainyBlock > div:nth-child(29) {
    animation-delay: 2900ms;
    animation-duration: 623ms;
    left: 7vw; }
  .rainyBlock > div:nth-child(30) {
    animation-delay: 3000ms;
    animation-duration: 531ms;
    left: 24vw; }
  .rainyBlock > div:nth-child(31) {
    animation-delay: 3100ms;
    animation-duration: 547ms;
    left: 30vw; }
  .rainyBlock > div:nth-child(32) {
    animation-delay: 3200ms;
    animation-duration: 490ms;
    left: 41vw; }
  .rainyBlock > div:nth-child(33) {
    animation-delay: 3300ms;
    animation-duration: 469ms;
    left: 86vw; }
  .rainyBlock > div:nth-child(34) {
    animation-delay: 3400ms;
    animation-duration: 383ms;
    left: 23vw; }
  .rainyBlock > div:nth-child(35) {
    animation-delay: 3500ms;
    animation-duration: 436ms;
    left: 28vw; }
  .rainyBlock > div:nth-child(36) {
    animation-delay: 3600ms;
    animation-duration: 409ms;
    left: 72vw; }
  .rainyBlock > div:nth-child(37) {
    animation-delay: 3700ms;
    animation-duration: 473ms;
    left: 15vw; }
  .rainyBlock > div:nth-child(38) {
    animation-delay: 3800ms;
    animation-duration: 434ms;
    left: 26vw; }
  .rainyBlock > div:nth-child(39) {
    animation-delay: 3900ms;
    animation-duration: 385ms;
    left: 65vw; }
  .rainyBlock > div:nth-child(40) {
    animation-delay: 4000ms;
    animation-duration: 534ms;
    left: 49vw; }
@keyframes rain {
  from {
    transform: rotate(5deg) translateY(-20vh); }
  to {
    transform: rotate(5deg) translateY(120vh); } }
.mv {
  background: url("../img/mv/mv_pc.jpg") no-repeat center/cover;
  height: 46.5104166667vw;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .mv__img-wrapper {
    width: 38.4375vw;
    padding-bottom: 3.3333333333vw;
    z-index: 10; }
  @media (max-width: 768px) {
    .mv {
      background: url("../img/mv/mv_sp.jpg") no-repeat center/cover;
      height: 106.640625vw; }
      .mv__img-wrapper {
        width: 90%;
        padding-bottom: 3.90625vw; } }

.inr1418 {
  max-width: 1418px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .inr1418 {
      width: 95%; } }

.detail::before {
  background: url("../img/bg.jpg") no-repeat center;
  background-size: cover;
  /* cover指定 */
  content: "";
  /* 画像を表示させる為に必要*/
  display: block;
  /*ブロックボックスで表示*/
  position: fixed;
  /* 擬似要素全体を固定 */
  width: 100%;
  /* 横幅を画面全体 */
  height: 100vh;
  /* 縦幅を画面全体 */
  top: 0;
  /* 上からの配置を0 */
  left: 0;
  /* 左からの配置を0 */
  z-index: -1;
  /*背景画像になるように重ね順を-1*/ }
.detail .information p {
  text-align: center;
  z-index: 10; }
.detail .information__date {
  color: #0067a3;
  font-size: 38px;
  font-style: oblique;
  margin-top: 60px;
  position: relative;
  z-index: 10; }
  .detail .information__date .big {
    font-size: 46px; }
.detail .information__price {
  color: #0067a3;
  font-size: 30px;
  margin-top: 70px;
  position: relative; }
  .detail .information__price .big {
    font-size: 40px; }
  .detail .information__price::before {
    content: "";
    width: 360px;
    height: 90px;
    background: url("../img/information/bg_price.png") no-repeat center/cover;
    display: block;
    position: absolute;
    top: calc( 50% + 4px );
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }
.detail .information__attention {
  font-size: 16px;
  margin-top: 54px; }
.detail .information__banners {
  max-width: 750px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
.detail .information__bannerWrapper {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10; }
  .detail .information__bannerWrapper:first-child {
    margin-top: 80px; }
  .detail .information__bannerWrapper:not(:first-child) {
    margin-top: 62px; }
.detail .information__banner {
  position: relative;
  z-index: 10; }
@media (max-width: 768px) {
  .detail .information__date {
    font-size: 30px; }
    .detail .information__date .big {
      font-size: 38px; }
  .detail .information__price {
    color: #0067a3;
    font-size: 22px; }
    .detail .information__price .big {
      font-size: 32px; }
    .detail .information__price::before {
      content: "";
      width: 300px;
      height: 74px;
      background: url("../img/information/bg_price.png") no-repeat center/cover;
      display: block;
      position: absolute;
      top: calc( 50% + 4px );
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1; }
  .detail .information__attention {
    font-size: 14px; } }
.detail .h2title {
  display: block;
  margin-top: 152px;
  padding-bottom: 92px;
  text-align: center;
  height: 34px;
  width: auto; }
  .detail .h2title img {
    height: 100%;
    width: auto; }
  @media (max-width: 768px) {
    .detail .h2title {
      height: 28px; } }
.detail .prizeList .prizeFlex {
  display: flex;
  justify-content: center;
  align-items: center; }
  .detail .prizeList .prizeFlex:not(:first-child) {
    margin-top: 72px; }
.detail .prizeList__prizeAB {
  margin-left: -28px; }
  .detail .prizeList__prizeAB picture {
    margin-left: 28px; }
.detail .prizeList__prizeCD {
  margin-left: -28px; }
  .detail .prizeList__prizeCD picture {
    margin-left: 28px; }
  .detail .prizeList__prizeCD img {
    width: 468px;
    height: auto; }
.detail .prizeList__prizeEFG {
  margin-left: -7px; }
  .detail .prizeList__prizeEFG picture {
    margin-left: 7px; }
@media (max-width: 768px) {
  .detail .prizeList .prizeFlex {
    flex-direction: column; }
    .detail .prizeList .prizeFlex img {
      width: 100%;
      height: auto;
      margin-top: 20px; }
    .detail .prizeList .prizeFlex:not(:first-child) {
      margin-top: 0; }
  .detail .prizeList__prizeAB {
    margin-left: 0; }
    .detail .prizeList__prizeAB picture {
      margin-left: 0; }
  .detail .prizeList__prizeCD {
    margin-left: 0; }
    .detail .prizeList__prizeCD picture {
      margin-left: 0; }
  .detail .prizeList__prizeEFG {
    margin-left: 0; }
    .detail .prizeList__prizeEFG picture {
      margin-left: 0; } }
.detail .fair__contentWrapper {
  background: url("../img/fair/bg_water.jpg") no-repeat bottom/cover;
  box-sizing: border-box;
  border: 10px solid #00cccc;
  width: 100%;
  height: auto;
  padding: 60px 6.875vw 72px; }
.detail .fair__h3title {
  text-align: center;
  height: 3.125vw;
  min-height: 40px;
  width: auto; }
  .detail .fair__h3title img {
    height: 100%;
    width: auto; }
.detail .fair__text {
  margin-top: 52px;
  text-align: center;
  color: #003366;
  line-height: 1.6;
  font-size: 28px; }
.detail .fair__h4title {
  margin-bottom: 40px;
  border: 3px solid #00cccc;
  border-radius: 1000px;
  max-width: 1090px;
  text-align: center; }
  .detail .fair__h4title:first-child {
    margin-top: 92px; }
  .detail .fair__h4title:not(:first-child) {
    margin-top: 66px; }
  .detail .fair__h4title span {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
  .detail .fair__h4title .whiteLine {
    border: 1px solid #fff;
    height: 100%;
    display: block;
    border-radius: 1000px; }
  .detail .fair__h4title .blueBack {
    background: #00cccc;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    height: 100%;
    display: block;
    padding: 0.625vw 2.6041666667vw;
    line-height: 1.4; }
@media (max-width: 768px) {
  .detail .fair__contentWrapper {
    border: 5px solid #00cccc;
    padding: 30px 0 36px; }
  .detail .fair__h3title {
    width: auto;
    display: block;
    padding: 0 6.875vw 0;
    height: 15.625vw; }
  .detail .fair__text {
    display: block;
    padding: 0 6.875vw 0;
    font-size: 18px;
    margin-top: 36px; }
  .detail .fair__h4title {
    border-radius: 0;
    max-width: inherit;
    width: 100%;
    border-left: none;
    border-right: none; }
    .detail .fair__h4title:first-child {
      margin-top: 46px; }
    .detail .fair__h4title:not(:first-child) {
      margin-top: 33px; }
    .detail .fair__h4title .whiteLine {
      border-radius: 0;
      border-left: none;
      border-right: none; }
    .detail .fair__h4title .blueBack {
      border-radius: 0;
      font-size: 20px; } }
.detail .attentions .information__banners {
  margin-top: 86px; }
.detail .attentions__text {
  margin-top: 70px;
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 1.8; }
@media (max-width: 768px) {
  .detail .attentions__text {
    margin-top: 70px;
    margin-bottom: 70px;
    font-size: 14px;
    line-height: 1.8; } }

/*==================================================
 4. footer
==================================================*/
.gototop {
  position: relative;
  z-index: 20; }
  .gototop__link {
    position: fixed;
    right: 30px;
    bottom: 70px;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #505050;
    justify-content: center;
    align-items: center; }
    .gototop__link:hover {
      opacity: .5; }
  .gototop__icon {
    width: 100%;
    height: 100%;
    color: #505050;
    position: relative; }
    .gototop__icon::before {
      font-size: 32px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.footer {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 20px;
  background: #000;
  color: #fff;
  font-size: 0.5rem;
  text-align: left; }
  .footer__contents {
    position: relative;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto; }
  .footer__logo-wrapper {
    display: block;
    max-width: 218px; }
  .footer__share {
    display: flex;
    margin: 5% 0 2% 3%; }
    .footer__share--tw {
      max-width: 20px;
      margin: 0 1%; }
      .footer__share--tw a {
        color: #fff; }
    .footer__share--fb {
      max-width: 20px;
      margin: 0 1%; }
      .footer__share--fb a {
        color: #fff; }
  .footer__page_top {
    position: absolute;
    top: 40%;
    right: 1%;
    display: block;
    height: 40px; }
  .footer__link {
    position: absolute;
    top: 15%;
    right: 0;
    display: flex;
    width: 55%;
    justify-content: flex-end; }
    .footer__link li {
      margin: 0 5%;
      text-align: right; }
    .footer__link a {
      color: #fff; }
  .footer__copy {
    margin: 0 0 0 3%;
    text-align: left; }
  @media (max-width: 768px) {
    .footer {
      padding: 50px 0 172px;
      margin-bottom: 0; }
      .footer__contents {
        position: relative;
        width: 95%;
        max-width: 1000px;
        margin: 0 auto; }
      .footer__logo-wrapper {
        margin: 0 auto; }
      .footer__share {
        justify-content: center;
        margin: 10% auto; }
        .footer__share--tw {
          max-width: 40px;
          margin: 0 3%; }
        .footer__share--fb {
          max-width: 40px;
          margin: 0 3%; }
      .footer__page_top {
        top: auto;
        right: 0.5%;
        bottom: -7%;
        width: 10%; }
      .footer__link {
        position: static;
        width: 100%; }
        .footer__link li {
          width: 33%;
          margin: 0;
          text-align: center; }
      .footer__copy {
        margin: 7% 0 5%;
        text-align: center; } }

/*==================================================
 5. other
==================================================*/
#is-loading {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff; }

#loading {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url(../img/logo.png) no-repeat center;
  background-size: 10%; }
  @media (max-width: 768px) {
    #loading {
      background-size: 50%; } }

.fixed-footer {
  background: rgba(147, 233, 235, 0.8);
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  .fixed-footer .reserve-btn__img {
    max-width: 616px;
    width: 80%;
    height: auto; }
  @media (max-width: 768px) {
    .fixed-footer {
      padding: 4.4270833333vw 0; } }
  @media (max-width: 480px) {
    .fixed-footer .reserve-btn__img {
      width: 100%;
      height: auto; } }

#body-wrapper::before {
  background: url("../img/bg.jpg") no-repeat center;
  background-size: cover;
  /* cover指定 */
  content: "";
  /* 画像を表示させる為に必要*/
  display: block;
  /*ブロックボックスで表示*/
  position: fixed;
  /* 擬似要素全体を固定 */
  width: 100%;
  /* 横幅を画面全体 */
  height: 100vh;
  /* 縦幅を画面全体 */
  top: 0;
  /* 上からの配置を0 */
  left: 0;
  /* 左からの配置を0 */
  z-index: -1;
  /*背景画像になるように重ね順を-1*/ }

h2#shop {
  margin-top: 60px;
  font-size: 32px;
  text-align: center;
  line-height: 1.6; }

.area_category {
  max-width: 980px;
  margin: 3% auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .area_category a {
    width: 10%;
    display: inline-block;
    background: #2a5d7f;
    text-align: center;
    color: #fff;
    padding: 1% 0.5%;
    box-sizing: border-box;
    margin: 0.5%;
    border-radius: 30px; }
    @media (max-width: 768px) {
      .area_category a {
        width: 30%;
        padding: 2% 10px;
        margin: 2% 1%; } }

.shop_list {
  max-width: 900px;
  margin: 0 auto; }
  .shop_list h3 {
    color: #0067a3;
    text-align: left;
    padding: 0 0 0 20px;
    margin-bottom: 4%;
    font-size: 1.875rem;
    border-left: 1px solid #0067a3; }
  .shop_list ul {
    margin-bottom: 8%; }
    .shop_list ul li {
      border: 1px solid #878787;
      padding: 3% 4%;
      margin-bottom: 2%;
      box-sizing: border-box;
      width: 100%;
      color: #000; }
      @media (max-width: 768px) {
        .shop_list ul li {
          padding: 6%;
          padding-bottom: 0; } }
      .shop_list ul li p {
        width: 100%;
        font-size: 1.3rem;
        text-align: left;
        margin-bottom: 12px; }
        @media (max-width: 768px) {
          .shop_list ul li p {
            text-align: center; } }
      .shop_list ul li dl {
        display: flex;
        margin-bottom: 3px;
        line-height: 1.5; }
        @media (max-width: 768px) {
          .shop_list ul li dl {
            display: block; }
            .shop_list ul li dl dt,
            .shop_list ul li dl dd {
              width: 100%;
              margin: 0 auto;
              line-height: 1.6; } }
        .shop_list ul li dl dt {
          width: 100px;
          background: #e2e9ee;
          color: #000;
          text-align: center;
          padding: 7px 0; }
          @media (max-width: 768px) {
            .shop_list ul li dl dt {
              width: 100%;
              margin: 0 auto; } }
        .shop_list ul li dl dd {
          text-align: left;
          padding: 7px 0 7px 20px; }
          .shop_list ul li dl dd span {
            margin-right: 10px; }
          @media (max-width: 768px) {
            .shop_list ul li dl dd {
              width: 100%;
              margin: 0 auto;
              padding: 4% 0;
              text-align: center; }
              .shop_list ul li dl dd span {
                display: block; } }
  .shop_list .att_txt {
    margin-bottom: 100px; }

/*# sourceMappingURL=style.css.map */
