@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Oswald:400&display=swap");/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

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

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1000px;
  font-size: 1.5rem;
  line-height: 1.33333;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}

.l-wrapper {
  width: 970px;
  margin: 0 auto;
}/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
 /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}/* Auto Height */.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}/* 3D Effects */.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}/* IE10 Windows Phone 8 Fixes */.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}/* Common Styles */.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets {
  top: 16.1%;
  left: 72.2%;
  transform: translate(-50%, -50%);
}/* Bullets */.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #c6c7c7;
}

.swiper-pagination-bullet:hover {
  opacity: .7;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}/* Progress */.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}/* Scrollbar */.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,.swiper-zoom-container > svg,.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}/* Preloader */.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}/* a11y */.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
 /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.header {
  padding: 31px 0 0;
  transition: .3s;
}

.header__item {
  display: flex;
  justify-content: space-between;
  width: 970px;
  margin: 0 auto 21px;
}

.header__head {
  width: 368px;
}

.header__head a {
  display: block;
  transition: .3s;
}

.header__head a:hover {
  opacity: .7;
}

.header__head a svg {
  width: 100%;
}

.header__head a svg .cls-1 {
  fill: #3e3a39;
}

.header__head a svg .cls-3 {
  fill: #00a1e5;
}

.header__links {
  display: flex;
  align-items: center;
  transform: translateY(5px);
}

.header__link + .header__link {
  margin-left: 10px;
}

.header__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.header__link a:hover {
  opacity: .7;
}

.header__link a i {
  flex-shrink: 0;
}

.header__link a img {
  width: 100%;
}

.header__link a svg {
  width: 100%;
  fill: #002B5E;
}

.header__link.-twitter {
  width: 28px;
}

.header__link.-facebook {
  width: 24px;
}

.header__link.-instagram {
  width: 24px;
}

.header__link.-contact a {
  width: 41px;
  font-size: 1.3rem;
  line-height: 2.61538;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background: #002B5E;
}

.header__link.-contact a i {
  width: 23px;
  transform: translateY(4px);
}

.header__link.-contact a svg {
  fill: #fff;
}

.header__link.-access a {
  width: 94px;
  padding: 0 8px;
  font-size: 1.3rem;
  line-height: 2.61538;
  font-weight: bold;
  color: #002B5E;
  border: 1px solid #002B5E;
  border-radius: 5px;
}

.header__link.-access a i {
  width: 33px;
  margin-right: 9px;
}

.header__link.-access a i img {
  width: 100%;
}

.header__link.-pamphlet a {
  padding: 0 8px;
  font-size: 1.3rem;
  line-height: 2.61538;
  border: 1px solid #002B5E;
}

.header__link.-pamphlet a i {
  width: 21px;
  height: 21px;
  margin-right: 9px;
}

.header__link.-pamphlet a i img {
  width: 100%;
}

.header__link.-language select {
  -webkit-appearance: none;
  appearance: none;
  width: 134px;
  height: 34px;
  padding-left: 35px;
  box-sizing: border-box;
  font-weight: bold;
  color: #002B5E;
  border: 1px solid #002B5E;
  border-radius: 5px;
  background: url(../img/icn_language_pc.svg) no-repeat center left 5px/24px 24px, url(../img/icn_arrow_3_pc.svg) no-repeat center right 6px/10px 10px;
}

.header__link.-language select::-ms-expand {
  display: none;
}

.header__wrap {
  background: #002B5E;
}

.header__nav {
  position: relative;
  display: flex;
  width: 970px;
  margin: 0 auto;
}

.header__btn {
  display: none;
}

.header__btn i {
  display: none;
}

.header__btn i::before {
  top: -6px;
}

.header__btn i::after {
  bottom: -6px;
}

.header__btn[aria-expanded="true"] i::before {
  top: 0;
  transform: rotate(45deg);
}

.header__btn[aria-expanded="true"] i::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.header__search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 58px;
  margin-left: auto;
  transition: .3s;
  cursor: pointer;
}

.header__search:hover {
  opacity: .7;
}

.header__search svg {
  width: 19px;
  fill: #fff;
}

.header__search[aria-expanded="true"] svg {
  opacity: .2;
}

.nav {
  position: relative;
}

.nav[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.nav__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -29px;
}

.nav__item {
  margin-right: 29px;
}

.nav__item + .nav__item {
  margin-left: 0;
}

.nav__item a {
  display: block;
  font-size: 1.4rem;
  line-height: 4.14286;
  font-weight: bold;
  color: #fff;
  transition: .3s;
}

.nav__item a:hover {
  opacity: .7;
}

.nav__links {
  display: none;
}

.nav__link {
  margin: 0 7.2vw;
}

.nav__link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.54545;
  color: #fff;
}

.nav__link a::before {
  content: '';
  width: 39px;
  height: 34px;
  min-height: 0%;
  margin-bottom: 3px;
}

.nav__link.-twitter {
  transform: translateX(5px);
}

.nav__link.-twitter a::before {
  background: url(../img/icn_twitter_sp.svg) no-repeat center/contain;
}

.nav__link.-facebook {
  transform: translateX(5px);
}

.nav__link.-facebook a::before {
  background: url(../img/icn_facebook_sp.svg) no-repeat center/contain;
}

.nav__link.-instagram a::before {
  background: url(../img/icn_instagram_sp.svg) no-repeat center/contain;
}

.nav__link.-pamphlet {
  width: 48%;
  margin: 0 auto 18px 0;
}

.nav__link.-pamphlet a {
  flex-direction: row;
  font-size: 1.8rem;
  line-height: 2.66667;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #002B5E;
}

.nav__link.-pamphlet a::before {
  width: 21px;
  height: 21px;
  margin-right: 4px;
  background: url(../img/icn_pamphlet_sp.png) no-repeat center/contain;
}

.nav__link.-access {
  width: 48%;
  margin: 0 0 18px auto;
}

.nav__link.-access a {
  flex-direction: row;
  font-size: 1.8rem;
  line-height: 2.66667;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #002B5E;
}

.nav__link.-access a::before {
  content: '';
  width: 32px;
  height: 32px;
  margin: 0 9px 0 0;
  background: url(../img/icn_ship_sp.png) no-repeat center/contain;
}

.nav__link.-contact {
  width: 100%;
  margin: 0 0 18px;
}

.nav__link.-contact a {
  flex-direction: row;
  font-size: 1.8rem;
  line-height: 2.77778;
  font-weight: bold;
  color: #002B5E;
  border-radius: 5px;
  background: #fff;
}

.nav__link.-contact a::before {
  content: '';
  width: 23px;
  height: 18px;
  margin: 0 9px 0 0;
  background: url(../img/icn_mail.svg) no-repeat center/contain;
}

.nav__link.-language {
  width: 100%;
  margin: 0 0 18px;
}

.nav__select {
  position: relative;
}

.nav__select span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background: url(../img/icn_arrow_3_sp.svg) no-repeat center right 10px/16px 16px;
}

.nav__select span::before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(../img/icn_language_sp.svg) no-repeat center/contain;
}

.nav__select select {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  width: 92vw;
  height: 50px;
  top: 0;
  left: 0;
  color: transparent;
  border: none;
  background: none;
}

.nav__select select::-ms-expand {
  display: none;
}

.footer__links {
  display: flex;
  justify-content: center;
}

.footer__link + .footer__link {
  position: relative;
}

.footer__link + .footer__link::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #002B5E;
}

.footer__link a {
  display: flex;
  align-items: center;
  padding: 19px 21px;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: bold;
  color: #002B5E;
  transition: .3s;
}

.footer__link a:hover {
  opacity: .7;
}

.footer__wrap {
  padding: 28px 0 7px;
  color: #fff;
  background: #002B5E;
}

.footer__item {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.footer__head {
  flex-shrink: 0;
  width: 298px;
  margin: 15px 38px 0 0;
  transition: .3s;
}

.footer__head:hover {
  opacity: .7;
}

.footer__head svg {
  width: 100%;
  fill: #fff;
}

.footer__data dt {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}

.footer__data dd {
  font-size: 1.3rem;
  line-height: 1.46154;
}

.footer__data dd + dd {
  margin-top: 5px;
}

.footer__contact {
  display: flex;
}

.footer__contact li + li::before {
  content: '/';
  margin: 0 4px;
}

.footer__contact a {
  pointer-events: none;
}

.footer__copy {
  font-size: 1.1rem;
  line-height: 1.54545;
  text-align: center;
}

.footer-bnr {
  padding: 30px 0;
  background: #EDEDED;
}

.footer-bnr__wrap {
  width: 729px;
  margin: 0 auto;
}

.footer-bnr__items {
  display: flex;
}

.footer-bnr__item {
  width: 150px;
}

.footer-bnr__item a {
  display: block;
  transition: .3s;
}

.footer-bnr__item a:hover {
  opacity: .7;
}

.footer-bnr__item a img {
  width: 100%;
}

.nav-form {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 395px;
  top: 100%;
  right: 0;
  padding: 8px 11px 11px;
  box-sizing: border-box;
  background: #E5E5E5;
  z-index: 1000;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.nav-form[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.nav-form__item input {
  width: 345px;
  height: 28px;
  padding: 0 9px;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.46154;
  border: none;
  border-radius: 5px;
  background: #fff;
}

.nav-form__item input::placeholder {
  color: #aaa;
}

.nav-form__btn {
  flex-shrink: 0;
  width: 19px;
  transition: .3s;
  cursor: pointer;
}

.nav-form__btn:hover {
  opacity: .5;
}

.nav-form__btn svg {
  width: 100%;
  fill: #002B5E;
}

.the_content * {
  word-break: break-word;
}

.the_content > * {
  margin-bottom: 20px;
}

.the_content > *:last-child {
  margin-bottom: 0;
}

.the_content > * + h2 {
  margin-top: 50px;
}

.the_content h2 {
  margin-bottom: 13px;
  padding: 3px 12px;
  font-size: 1.8rem;
  line-height: 1.66667;
  font-weight: bold;
  color: #fff;
  background: #002B5E;
}

.the_content h3 {
  margin-bottom: 17px;
  padding-bottom: 4px;
  font-size: 1.8rem;
  line-height: 1.66667;
  font-weight: bold;
  border-bottom: 1px solid #707070;
}

.the_content h4 {
  margin-bottom: 5px;
  font-size: 1.5rem;
  line-height: 1.73333;
  font-weight: bold;
  color: #002B5E;
}

.the_content figure {
  width: 100%;
  margin-bottom: 20px;
}

.the_content figure img {
  width: 100%;
}

.the_content ul,.the_content ol {
  margin-bottom: 18px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.the_content ul li + li,.the_content ol li + li {
  margin-top: 2px;
}

.the_content ul li {
  position: relative;
  padding-left: 1em;
}

.the_content ul li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.the_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.the_content table {
  table-layout: fixed;
  width: 100%;
  margin: 26px 0 29px;
  font-size: 1.4rem;
  line-height: 1.71429;
  border-top: 1px solid #707070;
}

.the_content table th {
  padding: 7px 10px;
  border-bottom: 1px solid #707070;
  background: #fff;
}

.the_content table th + th,.the_content table th + td {
  border-left: 1px solid #707070;
}

.the_content table td {
  padding: 7px 10px;
  border-bottom: 1px solid #707070;
}

.the_content table td + td {
  border-left: 1px solid #707070;
}

.the_content strong {
  font-weight: bold;
}

.the_content a {
  color: #007FAF;
  text-decoration: underline;
  transition: .3s;
}

.the_content a:hover {
  opacity: .5;
}

.the_content a.the_content__btn-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 0 0 24px auto;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 2.33333;
  font-weight: bold;
  color: #002B5E;
  border: 1px solid #002B5E;
  text-decoration: none;
}

.the_content a.the_content__btn-1::after {
  content: '';
  width: 15px;
  height: 14px;
  margin-left: 8px;
  background: url(../img/icn_arrow_2.svg) no-repeat center/contain;
}

.the_content .wp-block-columns {
  margin-bottom: 0;
}

.wp-block-column {
  flex-basis: calc(50% - 3px);
}

.wp-block-column:not(:first-child) {
  margin-left: 6px;
}

.wp-block-image {
  margin-bottom: 0;
}

.heading-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heading-1 strong {
  font-size: 3.7rem;
  line-height: 1.13514;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #002B5E;
}

.heading-1 span {
  font-size: 1.3rem;
  line-height: 1.46154;
}

.heading-1.-white strong {
  color: #fff;
}

.heading-1.-white span {
  color: #fff;
}

.btn-1 {
  display: block;
  width: 200px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.1875;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 18px;
  background: #002B5E;
  transition: .3s;
}

.btn-1:hover {
  opacity: .7;
}

.btn-1.-event {
  width: 400px;
  margin-top: 30px;
  padding: 4px 0;
  border-radius: 22px;
}

.btn-top-n {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190px;
  background: #FFE600;
  transition: .3s;
}

.btn-top-n:hover {
  opacity: .5;
}

.btn-top-n img {
  width: 320px;
}

.box-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 729px;
  margin: 0 auto -20px;
}

.box-1__item {
  width: 345px;
  margin-bottom: 20px;
}

.box-1__item a {
  display: flex;
  background: #fff;
  transition: .3s;
}

.box-1__item a:hover {
  opacity: .7;
}

.box-1__detail {
  display: flex;
  flex-direction: column;
  width: 170px;
  padding: 3px 13px;
}

.box-1__heading {
  display: -webkit-box;
  order: 1;
  max-height: 60px;
  margin-top: 9px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.box-1__image {
  order: -1;
  flex-shrink: 0;
  width: 162px;
  height: 92px;
}

.box-1__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.box-2 {
  display: flex;
  flex-wrap: wrap;
  width: 729px;
  margin: 0 auto -24px;
}

.box-2.-archive {
  width: 100%;
}

.box-2__item {
  width: 230px;
  margin: 0 19px 24px 0;
}

.box-2__item:nth-of-type(3n) {
  margin-right: 0;
}

.box-2__item a {
  display: flex;
  flex-direction: column;
  transition: .3s;
}

.box-2__item a:hover {
  opacity: .7;
}

.-archive > .box-2__item {
  width: 228px;
}

.-archive > .box-2__item:nth-of-type(3n) {
  margin-right: 19px;
}

.-archive > .box-2__item:nth-of-type(4n) {
  margin-right: 0;
}

.box-2__detail {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 8px;
  box-sizing: border-box;
  background: #fff;
}

.box-2__detail.-archive {
  padding: 0;
}

.box-2__heading {
  display: -webkit-box;
  order: 1;
  max-height: 60px;
  margin-top: 6px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.-archive > .box-2__heading {
  max-height: 66px;
  margin: 12px 0 6px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: bold;
}

.box-2__txt {
  display: -webkit-box;
  order: 2;
  max-height: 60px;
  font-size: 1.3rem;
  line-height: 1.53846;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.box-2__image {
  order: -1;
  width: 100%;
  height: 130px;
  min-height: 0%;
}

.box-2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.box-3 {
  margin-bottom: 20px;
}

.box-3 a {
  display: flex;
  justify-content: space-between;
  transition: .3s;
}

.box-3 a:hover {
  opacity: .7;
}

.box-3__item {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 11px 8px 6px;
  background: #fff;
}

.box-3__item dt {
  display: -webkit-box;
  order: 1;
  max-height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.box-3__item dd {
  display: -webkit-box;
  order: 1;
  max-height: 32px;
  font-size: 1.2rem;
  line-height: 1.33333;
  color: #999;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.box-3 figure {
  order: -1;
  flex-shrink: 0;
  width: 332px;
  height: 190px;
  margin-bottom: 0;
}

.box-3 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.box-4 {
  width: 330px;
  margin-bottom: 41px;
}

.box-4 a {
  position: relative;
  display: block;
  transition: .3s;
}

.box-4 a:hover {
  opacity: .7;
}

.box-4__item {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 6px;
  color: #fff;
  z-index: 1;
}

.box-4__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.9rem;
  line-height: 1.21053;
  transform: translateY(15px);
}

.box-4__heading span {
  font-size: 2.6rem;
  line-height: 1.07692;
  font-weight: bold;
  text-align: center;
}

.box-4__time {
  display: flex;
  justify-content: center;
  min-width: 260px;
  padding-bottom: 10px;
  border-bottom: 6px solid #fff;
}

.box-4__time > span {
  display: flex;
  align-items: baseline;
  font-size: 2.1rem;
  line-height: 2;
}

.box-4__time > span + span {
  margin-left: 10px;
}

.box-4__time > span span {
  font-size: 10rem;
  line-height: 0.9;
}

.box-4__image {
  position: relative;
  height: 330px;
}

.box-4__image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.box-4__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.archive-data {
  display: flex;
  font-size: 1.3rem;
  line-height: 1.46154;
}

.archive-data__category {
  display: -webkit-box;
  flex-grow: 1;
  height: 19px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.archive-data__category::before {
  content: '|';
  margin: 0 5px;
}

.page__intro {
  display: flex;
  flex-direction: column;
}

.page__head {
  padding: 12px 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #002B5E;
}

.page__head.-post {
  line-height: 1.5;
}

.page__head.-contact {
  margin-top: 30px;
}

.page__post {
  order: 1;
  background: none;
}

.page__data {
  background: none;
}

.page__postdata {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -6px;
}

.page__date {
  order: 1;
  margin: 6px 0 6px auto;
  margin-left: auto;
}

.page__area {
  margin-right: 12px;
  margin: 0 12px 6px 0;
}

.page__area a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5625;
  transition: .3s;
}

.page__area a::before {
  content: '';
  width: 17px;
  height: 25px;
  margin-right: 6px;
  background: url(../img/icn_post_5.svg) no-repeat center/contain;
}

.page__area a:hover {
  opacity: .5;
}

.page__category {
  margin: 0 12px 6px 0;
}

.page__category a {
  display: block;
  padding: 0 7px;
  font-size: 1.3rem;
  line-height: 1.69231;
  color: #fff;
  border-radius: 3px;
  background: #002B5E;
  transition: .3s;
}

.page__category a:hover {
  opacity: .7;
}

.page__tags {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 -6px;
}

.page__tag {
  margin-bottom: 6px;
}

.page__tag a {
  position: relative;
  display: block;
  margin: 0 6px 0 11px;
  padding: 0 9px;
  font-size: 1.3rem;
  line-height: 1.69231;
  color: #002B5E;
  border: 1px solid #002B5E;
  border-left: none;
  transition: .3s;
}

.page__tag a::before,.page__tag a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
}

.page__tag a::before {
  left: -11px;
  border-width: 11.5px 11px 11.5px 0;
  border-color: transparent #002B5E transparent transparent;
}

.page__tag a::after {
  left: -10px;
  border-width: 10.5px 10px 10.5px 0;
  border-color: transparent #fff transparent transparent;
}

.page__tag a:hover {
  opacity: .7;
}

.page__slide {
  padding-bottom: 39px;
  background: none;
}

.page__main {
  width: 970px;
  margin: 0 auto 6px;
}

.page__image {
  min-height: 0%;
  height: 546px;
}

.page__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.page__sub {
  width: 477px;
}

.page__sub.-col-2 {
  width: 316px;
}

.page__thumbnail {
  height: 85px;
  transition: .3s;
  cursor: pointer;
}

.page__thumbnail:hover {
  opacity: .7;
}

.page__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.breadcrumbs {
  order: -1;
  background: #EDEDED;
}

.breadcrumbs__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 11px 0;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  margin-right: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
}

.breadcrumbs__item:last-of-type {
  margin-right: 0;
}

.breadcrumbs__item + .breadcrumbs__item::before {
  content: '＞';
  margin-right: 13px;
  font-size: 1.2rem;
  line-height: 1.33333;
}

.breadcrumbs__item a {
  display: block;
  transition: .3s;
}

.breadcrumbs__item a:hover {
  opacity: .7;
}

.breadcrumbs__item a img {
  width: 18px;
}

.mv {
  position: relative;
}

.mv__image {
  height: 600px;
}

.mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.mv__pagination {
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
}

.mv__pagination .swiper-pagination-bullet {
  background: #fff;
  transition: .3s;
}

.mv__pagination .swiper-pagination-bullet:hover {
  opacity: .7;
}

.mv__pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 4px;
}

.mv__pagination .swiper-pagination-bullet-active {
  background: #002B5E;
}

.top-important {
  padding: 20px 0;
}

.top-important__wrap {
  width: 729px;
}

.top-important__item {
  flex-grow: 1;
  width: 160px;
}

.top-important__item a {
  position: relative;
  display: block;
  transition: .3s;
}

.top-important__item a:hover {
  opacity: .5;
}

.top-important__item:only-child a {
  max-width: 230px;
  margin: 0 auto;
}

.top-important__heading {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 5px 9px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.33333;
  background: rgba(255, 255, 255, 0.3);
}

.top-important__image {
  height: 130px;
}

.top-important__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top-special {
  padding: 29px 0 42px;
  background: #EDEDED url(../img/bg_top_1.png) no-repeat center/contain;
}

.top-special__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 729px;
  margin: 18px auto -42px;
}

.top-special__item {
  width: 330px;
  margin-bottom: 42px;
}

.top-special__item a {
  display: flex;
  flex-direction: column;
  transition: .3s;
}

.top-special__item a:hover {
  opacity: .7;
}

.top-special__heading {
  position: relative;
  width: 168px;
  margin: 0 auto;
  padding: 8px;
  box-sizing: border-box;
  font-size: 2.1rem;
  line-height: 1.47619;
  font-weight: bold;
  color: #002B5E;
  text-align: center;
  border: 2px solid #002B5E;
  background: #fff;
}

.top-special__image {
  order: -1;
  min-height: 0%;
  margin-bottom: -23px;
  border-radius: 50%;
  overflow: hidden;
}

.top-special__image img {
  width: 100%;
}

.top-special__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  margin-bottom: 42px;
}

.top-special__btn a {
  display: block;
  width: 200px;
  font-size: 2rem;
  line-height: 10;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #002B5E;
  transition: .3s;
}

.top-special__btn a:hover {
  opacity: .7;
}

.top-route {
  padding: 33px 0 39px;
  background: url(../img/bg_top_2.png) no-repeat center/cover;
}

.top-route__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 729px;
  margin: 34px auto -41px;
}

.top-route__item {
  width: 330px;
  margin-bottom: 41px;
}

.top-route__item a {
  position: relative;
  display: block;
  transition: .3s;
}

.top-route__item a:hover {
  opacity: .7;
}

.top-route__detail {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 6px;
  color: #fff;
  z-index: 1;
}

.top-route__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.9rem;
  line-height: 1.21053;
  transform: translateY(15px);
}

.top-route__heading span {
  font-size: 2.6rem;
  line-height: 1.07692;
  font-weight: bold;
  text-align: center;
}

.top-route__time {
  display: flex;
  justify-content: center;
  min-width: 260px;
  border-bottom: 6px solid #fff;
}

.top-route__time > span {
  display: flex;
  align-items: baseline;
  padding-bottom: 10px;
  font-size: 2.1rem;
  line-height: 2;
}

.top-route__time > span + span {
  margin-left: 15px;
}

.top-route__time > span span {
  margin-bottom: 5px;
  font-size: 10rem;
  line-height: 0.9;
}

.top-route__image {
  position: relative;
  height: 330px;
}

.top-route__image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.top-route__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top-route__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  margin-bottom: 41px;
}

.top-route__btn a {
  width: 200px;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 9.8;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #002B5E;
  transition: .3s;
}

.top-route__btn a:hover {
  opacity: .7;
}

.top-news {
  padding: 23px 0 31px;
}

.top-news__wrap {
  margin: 20px 0;
}

.top-pick {
  padding: 25px 0 29px;
  background: #EDEDED;
}

.top-pick__wrap {
  margin: 20px 0 24px;
}

.top-event {
  padding: 23px 0 31px;
}

.top-event__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 729px;
  height: 495px;
  margin: 19px auto;
  box-sizing: border-box;
  border: 1px solid #707070;
}

.top-event__item iframe {
  width: 100%;
  height: 100%;
}

.recommend-archive {
  padding: 23px 0 80px;
  background: #EDEDED;
}

.recommend-archive__lead {
  margin-bottom: 19px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.recommend-archive__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 729px;
  margin: 0 auto -42px;
}

.recommend-archive__item {
  width: 330px;
  margin-bottom: 42px;
}

.recommend-archive__item a {
  display: flex;
  flex-direction: column;
  transition: .3s;
}

.recommend-archive__item a:hover {
  opacity: .7;
}

.recommend-archive__heading {
  width: 168px;
  margin: 0 auto;
  padding: 8px;
  box-sizing: border-box;
  font-size: 2.1rem;
  line-height: 1.47619;
  font-weight: bold;
  color: #002B5E;
  text-align: center;
  border: 2px solid #002B5E;
  background: #fff;
}

.recommend-archive__image {
  order: -1;
  min-height: 0%;
  margin-bottom: -23px;
  border-radius: 50%;
  overflow: hidden;
}

.recommend-archive__image img {
  width: 100%;
}

.news-archive {
  padding: 30px 0 60px;
  background: #EDEDED;
}

.news-archive__wrap {
  margin-bottom: 50px;
}

.event-archive {
  padding: 30px 0 80px;
  background: #EDEDED;
}

.event-archive__wrap + .event-archive__wrap {
  margin-top: 58px;
}

.event-archive__year {
  display: block;
  margin-bottom: 16px;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #002B5E;
}

.event-archive__month {
  margin-bottom: -62px;
}

.event-archive__month + .event-archive__month {
  margin-top: 58px;
}

.event-archive__heading-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.event-archive__heading-1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #002B5E;
}

.event-archive__heading-1 span {
  position: relative;
  padding: 0 10px;
  font-size: 3.2rem;
  line-height: 1.125;
  font-weight: bold;
  color: #002B5E;
  background: #EDEDED;
}

.event-archive__heading-1 small {
  font-size: 2rem;
  line-height: 1.8;
}

.event-archive__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.event-archive__item {
  width: 48%;
  margin-bottom: 62px;
}

.event-archive__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  transition: .3s;
}

.event-archive__item a:hover {
  opacity: .7;
}

.event-archive__detail {
  padding: 20px 13px;
}

.event-archive__heading-2 {
  margin-bottom: 14px;
  font-size: 1.8rem;
  line-height: 1.44444;
  font-weight: bold;
}

.event-archive__date {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  top: -5px;
  left: -5px;
  color: #002B5E;
  border-radius: 50%;
  background: #fff;
}

.event-archive__date span {
  font-size: 2.8rem;
  line-height: 0.92857;
  font-weight: bold;
}

.event-archive__date small {
  font-size: 1.2rem;
  line-height: 1.33333;
  white-space: nowrap;
}

.event-archive__txt {
  display: -webkit-box;
  max-height: 60px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.event-archive__image {
  order: -1;
  height: 265px;
  min-height: 0%;
}

.event-archive__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.archive-form {
  padding-bottom: 30px;
  background: #EDEDED;
}

.archive-form__wrap {
  margin-bottom: 30px;
}

.archive-form__wrap dd + dd {
  margin-top: 30px;
}

.archive-form__head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 1.8rem;
  line-height: 2.77778;
  font-weight: bold;
  color: #fff;
  background: #002B5E;
}

.archive-form__head::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  background: url(../img/icn_search_1.svg) no-repeat center/contain;
}

.archive-form__form dt {
  margin-bottom: 20px;
}

.archive-form__heading {
  position: relative;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 3;
  text-align: left;
  border: 1px solid #CDD6DD;
  background: #fff;
  cursor: pointer;
}

.archive-form__heading::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../img/icn_arrow_1.svg) no-repeat center/contain;
}

.archive-form__heading[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

.archive-form__detail {
  display: none;
}

.archive-form__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid #ddd;
}

.archive-form__lists.-area {
  position: relative;
  padding: 0 0 80px 53%;
  box-sizing: border-box;
  z-index: 1;
}

.archive-form__lists.-area::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 273px;
  top: 0;
  left: 0;
  background: url(../img/bg_area.png) no-repeat center left 70%/contain;
  z-index: -1;
}

.archive-form__lists.-type {
  justify-content: center;
  padding: 10px 0 0;
  border-bottom: none;
}

.archive-form__list {
  margin-bottom: 10px;
}

.-area > .archive-form__list {
  width: 100%;
}

.-genre > .archive-form__list {
  width: 47%;
}

.-month > .archive-form__list {
  width: 20.4%;
}

.-type > .archive-form__list + .archive-form__list {
  margin-left: 40px;
}

.archive-form__label input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

.archive-form__label input:focus + span::before {
  box-shadow: 0 0 4px #002B5E;
}

.archive-form__label input:checked + span::after {
  background: url(../img/icn_check.svg) no-repeat center/contain;
}

.archive-form__label span {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.25;
}

.archive-form__label span::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 6px;
  box-sizing: border-box;
  border: 1px solid #CDD6DD;
  border-radius: 2px;
  background: #fff;
}

.archive-form__label span::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.archive-form__btn {
  display: block;
  width: 640px;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2.64706;
  color: #fff;
  border-radius: 3px;
  background: #002B5E;
  transition: .3s;
  cursor: pointer;
}

.archive-form__btn:hover {
  opacity: .7;
}

.archive {
  padding: 30px 0;
}

.archive__head {
  margin-bottom: 30px;
  padding-bottom: 6px;
  font-weight: bold;
  color: #002B5E;
  border-bottom: 2px solid #002B5E;
}

.archive__head span {
  font-size: 2rem;
  line-height: 1;
}

.archive__wrap {
  margin-bottom: 40px;
}

.post {
  padding: 30px 0 50px;
  background: none;
}

.post.-info {
  padding: 14px 0 50px;
}

.post__wrap.-recommned {
  margin-bottom: 33px;
}

.post__wrap.-news {
  margin-bottom: 22px;
}

.post__back {
  display: block;
  width: 450px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.8125;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 23px;
  background: #002B5E;
  transition: .3s;
}

.post__back:hover {
  opacity: .7;
}

.post__buttons {
  display: flex;
}

.post__btn {
  width: 50%;
  min-height: 42px;
  box-sizing: border-box;
  border: 1px solid #002B5E;
}

.post__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  color: #002B5E;
  transition: .3s;
}

.post__btn a:hover {
  opacity: .5;
}

.post__btn.-prev a {
  padding: 6px 10px 6px 26px;
}

.post__btn.-prev a::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 14px;
  top: 50%;
  left: 9px;
  transform: translateY(-50%) rotate(180deg);
  background: url(../img/icn_arrow_2.svg) no-repeat center/contain;
}

.post__btn.-next {
  margin-left: auto;
}

.post__btn.-next a {
  padding: 6px 26px 6px 10px;
}

.post__btn.-next a::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 14px;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  background: url(../img/icn_arrow_2.svg) no-repeat center/contain;
}

.post__lead {
  margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 1.375;
}

.post__map {
  position: relative;
  height: 310px;
  margin-bottom: 50px;
}

.post__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.toc {
  margin-bottom: 25px;
  padding: 14px 15px 20px;
  border: 1px solid #002B5E;
  background: #fff;
}

.toc dt {
  margin-bottom: 13px;
  font-weight: bold;
  text-align: center;
}

.toc__wrap > ul > li + li {
  margin-top: 12px;
}

.toc__wrap > ul > li a {
  display: block;
  transition: .3s;
}

.toc__wrap > ul > li a:hover {
  opacity: .5;
}

.toc__wrap > ul > li > a {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
  color: #002B5E;
}

.toc__wrap > ul > li > ul {
  padding-left: 15px;
}

.toc__wrap > ul > li > ul > li > a {
  font-size: 1.5rem;
  line-height: 1.73333;
  font-weight: bold;
}

.toc__wrap > ul > li > ul ul {
  margin-top: 5px;
}

.toc__wrap > ul > li > ul ul li a {
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.69231;
}

.toc__wrap > ul > li > ul ul li a::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.post-data {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.post-data__time {
  flex-shrink: 0;
  width: 79px;
  margin-left: 15px;
  padding-top: 7px;
}

.post-data__time dt {
  font-size: 1.3rem;
  line-height: 1.15385;
  font-weight: bold;
  color: #002B5E;
  text-align: center;
}

.post-data__time dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 79px;
  padding-top: 7px;
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: 0.72727;
  color: #fff;
  border-radius: 50%;
  background: #002B5E;
}

.post-data__time dd span {
  margin-bottom: 5px;
  font-size: 4rem;
  line-height: 0.95;
  border-bottom: 2px solid #fff;
}

.post-data ul {
  order: -1;
  margin-bottom: 0;
}

.post-data ul li {
  padding-left: 32px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.post-data ul li + li {
  margin-top: 4px;
}

.post-data ul li::before {
  content: '';
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.post-data ul li.-time {
  margin-bottom: 23px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

.post-data ul li.-time::before {
  height: 18px;
  background: url(../img/icn_post_1.svg) no-repeat center/contain;
}

.post-data ul li.-car::before {
  background: url(../img/icn_post_2.svg) no-repeat center/contain;
}

.post-data ul li.-bus::before {
  background: url(../img/icn_post_3.svg) no-repeat center/contain;
}

.post-data ul li.-walk::before {
  background: url(../img/icn_post_4.svg) no-repeat center/contain;
}

.post-information__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

.post-information__head::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 38%;
  left: 0;
  transform: translateY(-50%);
  background: #002B5E;
  z-index: 1;
}

.post-information__head span {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
  color: #002B5E;
  background: #fff;
  z-index: 1;
}

.post-information__head strong {
  font-size: 1.8rem;
  line-height: 1.11111;
  font-weight: bold;
}

.post-information__head small {
  font-size: 1.2rem;
  line-height: 1.16667;
}

.post-information__items {
  position: relative;
  border-top: 1px solid #707070;
  z-index: 1;
}

.post-information__items::before,.post-information__items::after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
}

.post-information__items::before {
  width: 119px;
  left: 0;
  background: #fff;
}

.post-information__items::after {
  width: 1px;
  left: 119px;
  background: #707070;
}

.post-information__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #707070;
}

.post-information__item dt {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 119px;
  height: 100%;
  padding: 6px 0;
  font-size: 1.4rem;
  line-height: 1.71429;
  text-align: center;
}

.post-information__item dd {
  flex-grow: 1;
  padding: 6px 8px;
  font-size: 1.3rem;
  line-height: 1.76923;
  word-break: break-word;
}

.post-information__item dd a {
  text-decoration: underline;
  transition: .3s;
}

.post-information__item dd a:hover {
  opacity: .7;
}

.post-information__item dd a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

.post-information__item a {
  display: block;
}

.post-information__sns {
  display: flex;
}

.post-information__sns li {
  width: 20px;
}

.post-information__sns li + li {
  margin-left: 18px;
}

.post-information__sns li a {
  display: block;
  text-decoration: none;
}

.post-information__sns li img {
  width: 100%;
}

.page-sns {
  display: flex;
  margin-bottom: 30px;
}

* + .page-sns {
  margin: 18px 0 0;
}

.page-sns__item {
  flex-grow: 1;
}

.page-sns__item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  transition: .3s;
}

.page-sns__item a:hover {
  transform: scale(1.1);
  z-index: 1;
}

.page-sns__item a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: .3s;
  z-index: 1;
}

.page-sns__item.-twitter a {
  background: #55acee;
}

.page-sns__item.-twitter a:hover {
  background: #fff;
}

.page-sns__item.-twitter a:hover svg {
  fill: #55acee;
}

.page-sns__item.-facebook a {
  background: #3b5998;
}

.page-sns__item.-facebook a:hover {
  background: #fff;
}

.page-sns__item.-facebook a:hover svg {
  fill: #3b5998;
}

.page-sns__item.-line a {
  background: #00c300;
}

.page-sns__item.-line a:hover {
  background: #fff;
}

.page-sns__item.-line a:hover svg {
  fill: #00c300;
}

.post-aside {
  padding: 32px 0;
  color: #fff;
  background: #002B5E;
}

.post-aside__item {
  border-bottom: 2px solid #fff;
}

.post-aside__item + .post-aside__item {
  margin-top: 29px;
}

.post-aside__heading {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
}

.post-aside__heading span {
  margin-right: 8px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .03em;
}

.post-aside__heading small {
  font-size: 1.2rem;
  line-height: 1.5;
}

.post-aside__wrap {
  font-size: 1.6rem;
  line-height: 1.5;
}

.post-aside__date dt {
  padding: 6px 14px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.post-aside__link + .post-aside__link {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.post-aside__link a {
  display: block;
  padding: 6px 14px 5px;
  transition: .3s;
}

.post-aside__link a:hover {
  opacity: .7;
}

.-date > .post-aside__link a {
  padding-left: 65px;
}

.contact {
  margin: 10px 0 80px;
}

.contact__items {
  margin-bottom: 30px;
}

.contact__item {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.contact__item dt {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  width: 230px;
  margin-right: 40px;
  font-size: 1.7rem;
  line-height: 2.35294;
  font-weight: bold;
}

.contact__item dt span {
  margin-left: auto;
  margin-top: 8px;
  padding: 0 5px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: normal;
  color: #fff;
  background: red;
}

.contact__item dd {
  flex-grow: 1;
}

.contact__buttons {
  display: flex;
  justify-content: center;
}

.contact__buttons input {
  -webkit-appearance: none;
  appearance: none;
  width: 300px;
  margin: 0 10px;
  font-size: 2rem;
  line-height: 2.5;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: solid 1px #000;
  background: #f9f9f9;
  cursor: pointer;
}

.contact__buttons input:focus,.contact__buttons input:hover {
  background: #fff;
}

.contact input[type="text"],.contact input[type="tel"],.contact input[type="number"],.contact input[type="email"],.contact input[type="url"],.contact input[type="password"],.contact select {
  width: 100%;
  max-width: 400px;
  height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  border: solid 1px #000;
  background-color: #E7EBF0;
  transition: all 0.4s;
}

.contact input[type="text"] ::placeholder,.contact input[type="tel"] ::placeholder,.contact input[type="number"] ::placeholder,.contact input[type="email"] ::placeholder,.contact input[type="url"] ::placeholder,.contact input[type="password"] ::placeholder,.contact select ::placeholder {
  color: #717171;
}

.contact input[type="text"]:focus,.contact input[type="tel"]:focus,.contact input[type="number"]:focus,.contact input[type="email"]:focus,.contact input[type="url"]:focus,.contact input[type="password"]:focus,.contact select:focus {
  background-color: #fff;
}

.contact textarea {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  border: solid 1px #000;
  background-color: #E7EBF0;
  transition: all 0.4s;
}

.contact textarea ::placeholder {
  color: #717171;
}

.contact textarea:focus {
  background-color: #fff;
}

.contact .error--text {
  display: inline-block;
  padding-top: 2px;
  font-weight: bold;
  color: #E53935;
}

.mw_wp_form_confirm .contact__item dd {
  margin-top: 10px;
}

.mw_wp_form_confirm .contact__buttons input[type="reset"] {
  display: none;
}

input[type="radio"],input[type="checkbox"],input[type="file"] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  opacity: 0;
}

.mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-right: 30px;
}

.mwform-radio-field.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-radio-field.vertical-item {
  display: block;
}

.mwform-radio-field-text {
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 1.5rem;
  line-height: 2.66667;
  cursor: pointer;
}

.mwform-radio-field-text::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 50%;
  background: #E7EBF0;
}

input[type="radio"]:checked + .mwform-radio-field-text::before {
  background: #000;
  box-shadow: 0 0 0 8px #fff inset;
}

input[type="radio"]:focus + .mwform-radio-field-text::before {
  box-shadow: 0 0 0 8px #fff inset, 0 0 4px #000;
}

.post-nav__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.post-nav__item {
  width: calc(100% / 6 - 1px);
}

.post-nav__item a {
  display: block;
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: bold;
  text-align: center;
  border: 1px solid #002B5E;
  background: #fff;
  transition: .3s;
}

.post-nav__item a:hover {
  opacity: .7;
}

.post-nav__item a[aria-current="page"] {
  pointer-events: none;
  color: #fff;
  background: #002B5E;
}

.archive-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.archive-pager__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
  border: 2px solid #002B5E;
  border-radius: 50%;
  transition: .3s;
}

.archive-pager__btn:hover {
  background: #002B5E;
}

.archive-pager__btn:hover svg {
  fill: #fff;
}

.archive-pager__btn[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
}

.archive-pager__btn svg {
  width: 8px;
  fill: #002b5e;
}

.archive-pager > .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 7px;
}

.archive-pager > .page-numbers .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  margin: 0 7px;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.46667;
  font-weight: bold;
  color: #002B5E;
  border-radius: 50%;
  background: #fff;
  transition: .3s;
}

.archive-pager > .page-numbers .page-numbers:hover {
  color: #fff;
  background: #002B5E;
}

.archive-pager > .page-numbers .current {
  pointer-events: none;
  color: #fff;
  background: #002B5E;
}

.archive-pager > .page-numbers .prev,.archive-pager > .page-numbers .next {
  border: 2px solid #002B5E;
  background: none;
}

.archive-pager > .page-numbers .prev:hover,.archive-pager > .page-numbers .next:hover {
  background: none;
  opacity: .7;
}

.archive-pager > .page-numbers .prev img,.archive-pager > .page-numbers .next img {
  width: 8px;
}

.archive-pager > .page-numbers .prev {
  margin: 0 7px 0 0;
}

.archive-pager > .page-numbers .next {
  margin: 0 0 0 7px;
}

.archive-pager > .page-numbers .dots {
  pointer-events: none;
  background: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }

  body {
    min-width: 0;
  }

  .l-wrapper {
    width: 92vw;
  }

  .header {
    padding: 15px 0;
  }

  .header__item {
    width: 100%;
    margin-bottom: 0;
  }

  .header__head {
    width: 82.93333vw;
    max-width: 311px;
    margin: 0 auto;
  }

  .header__links {
    display: none;
  }

  .header__nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    box-shadow: 0 2px 8px 0 #000;
    z-index: 10000;
  }

  .header__btn {
    display: block;
    width: 50%;
    height: 40px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    background: #FFE600;
  }

  .header__btn i {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 3px;
    margin-right: 14px;
    background: #000;
    transform: translateY(-5px);
    transition: .3s;
  }

  .header__btn i::before,.header__btn i::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    background: #000;
    transition: .3s;
  }

  .header__btn[aria-expanded="true"] i {
    background: none;
  }

  .header__search {
    order: -1;
    width: 50%;
    height: 40px;
    background: #5D5D5D;
  }

  .header__search:hover {
    opacity: 1;
  }

  .header__search svg {
    width: 27px;
    fill: #FFE600;
  }

  .nav {
    position: absolute;
    width: 100%;
    max-height: calc(100vh - 40px);
    bottom: 40px;
    left: 0;
    padding-bottom: 14px;
    overflow: hidden;
    background: #002B5E;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
  }

  .nav__wrap {
    height: 100%;
    overflow-y: auto;
  }

  .nav__items {
    position: relative;
    flex-wrap: wrap;
    margin: 0 0 14px;
  }

  .nav__items::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #546D8D;
  }

  .nav__item {
    width: 50%;
    margin-right: 0;
    border-bottom: 1px solid #546D8D;
  }

  .nav__item a {
    font-size: 1.4rem;
    line-height: 3.5;
    text-align: center;
  }

  .nav__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 92vw;
    margin: 0 auto;
  }

  .footer__links {
    position: relative;
    flex-wrap: wrap;
  }

  .footer__links::before {
    content: none;
  }

  .footer__link {
    width: 50%;
    box-sizing: border-box;
    border-top: 2px solid #002B5E;
  }

  .footer__link + .footer__link::before {
    content: none;
  }

  .footer__link a {
    justify-content: center;
    padding: 0;
    font-size: 1.6rem;
    line-height: 3;
  }

  .footer__link:nth-of-type(even) {
    border-left: 2px solid #002B5E;
  }

  .footer__link:last-of-type {
    flex-grow: 1;
  }

  .footer__wrap {
    padding: 32px 0 70px;
  }

  .footer__item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 22px;
  }

  .footer__head {
    width: 78.13333vw;
    max-width: 293px;
    margin: 0 0 20px;
  }

  .footer__data {
    text-align: center;
  }

  .footer__contact {
    justify-content: center;
  }

  .footer__contact a {
    pointer-events: all;
  }

  .footer-bnr__wrap {
    width: 84vw;
    max-width: 315px;
  }

  .footer-bnr__items {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto -10px;
  }

  .footer-bnr__item {
    width: 40vw !important;
    max-width: 150px;
    margin: 0 0 10px !important;
  }

  .nav-form {
    width: 100%;
    top: auto;
    bottom: 100%;
    padding: 9px 3.73333vw 11px;
  }

  .nav-form__item {
    flex-grow: 1;
    margin-right: 2.66667vw;
  }

  .nav-form__item input {
    width: 100%;
    height: 30px;
  }

  .the_content * {
    font-size: 1.3rem;
    line-height: 1.69231;
  }

  .the_content h2 {
    font-size: 1.6rem;
    line-height: 1.625;
  }

  .the_content h3 {
    font-size: 1.6rem;
    line-height: 1.625;
  }

  .the_content a.the_content__btn-1 {
    width: 29.06667vw;
    min-width: 109px;
    max-width: 140px;
    font-size: 1.2rem;
    line-height: 2;
  }

  .the_content a.the_content__btn-1::after {
    margin-left: 5px;
  }

  .the_content .wp-block-columns {
    justify-content: center;
  }

  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }

  .btn-1.-event {
    width: 300px;
  }

  .btn-top-n {
    height: 50.66667vw;
    max-height: 190px;
  }

  .btn-top-n img {
    width: 85.33333vw;
    max-width: 320px;
  }

  .box-1 {
    width: 100%;
    margin-bottom: -14px;
  }

  .box-1__item {
    width: 100%;
    margin-bottom: 14px;
  }

  .box-1__detail {
    flex-grow: 1;
    width: auto;
    padding: 0.8vw 13px;
  }

  .box-1__image {
    width: 43.2vw;
    max-width: 162px;
  }

  .box-2 {
    justify-content: space-between;
    width: 100%;
  }

  .box-2__item {
    width: 43.2vw;
    margin-right: 0;
  }

  .-archive > .box-2__item {
    width: 43.2vw;
  }

  .-archive > .box-2__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .box-2__detail {
    padding: 1.33333vw 1.33333vw 2.66667vw;
  }

  .box-2__detail.-archive {
    padding: 0;
  }

  .box-2__heading {
    margin-top: 8px;
  }

  .-archive > .box-2__heading {
    max-height: 51px;
    margin-top: 12px;
    font-size: 1.3rem;
    line-height: 1.30769;
  }

  .box-2__txt {
    max-height: 51px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .box-2__image {
    height: 24.53333vw;
  }

  .box-3 figure {
    width: 43.2vw;
    height: 24.53333vw;
    min-height: 92px;
  }

  .box-4 {
    width: 44.26667vw;
    margin-bottom: 45px;
  }

  .box-4__item {
    padding: 2px;
  }

  .box-4__heading {
    font-size: 1.3rem;
    line-height: 1.23077;
    transform: none;
  }

  .box-4__heading span {
    font-size: 1.8rem;
    line-height: 1.22222;
  }

  .box-4__data {
    margin-bottom: 8px;
  }

  .box-4__time {
    min-width: 0;
    margin: 0 auto;
    padding-bottom: 12px;
    border-width: 3px;
  }

  .box-4__time > span {
    font-size: 1.5rem;
    line-height: 1.86667;
  }

  .box-4__time > span + span {
    margin-left: 5px;
  }

  .box-4__time > span span {
    font-size: 4.4rem;
    line-height: 0.90909;
    border-width: 4px;
  }

  .box-4__image {
    height: 42.66667vw;
    min-height: 160px;
  }

  .page__head.-post {
    padding-bottom: 6px;
  }

  .page__head.-contact {
    margin-top: 20px;
  }

  .page__category a {
    font-size: 1.3rem;
    line-height: 1.69231;
  }

  .page__tag a {
    font-size: 1.3rem;
    line-height: 1.69231;
  }

  .page__main {
    width: 100%;
    margin-bottom: 6px;
  }

  .page__image {
    height: 50.13333vw;
    height: 56.26667vw;
  }

  .page__sub {
    width: 41.86667vw;
  }

  .page__sub.-col-2 {
    width: 27.2vw;
  }

  .page__thumbnail {
    width: 12.98933vw;
    height: 7.30667vw;
  }

  .mv__image {
    height: 100vw;
    max-height: calc(100vh - 113.81px);
  }

  .mv__pagination {
    bottom: 6px;
  }

  .top-important {
    padding: 14px 0;
  }

  .top-important__wrap {
    width: 92vw;
    max-width: 345px;
    margin: 0 auto;
  }

  .top-important__item {
    width: 128px;
  }

  .top-important__heading {
    padding: 2px 6px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .top-important__image {
    height: 72px;
  }

  .top-special {
    padding-bottom: 30px;
    background-size: contain;
  }

  .top-special__wrap {
    width: 100%;
    max-width: 345px;
    margin: 14px auto -15px;
  }

  .top-special__item {
    width: 42.66667vw;
    max-width: 160px;
    margin-bottom: 15px;
  }

  .top-special__heading {
    width: 100%;
    max-width: 143px;
    font-size: 1.8rem;
    line-height: 1.38889;
  }

  .top-special__image {
    margin-bottom: -20px;
  }

  .top-special__btn {
    width: 42.66667vw;
    max-width: 160px;
    height: 42.66667vw;
    max-height: 160px;
    margin-bottom: 15px;
  }

  .top-special__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .top-route {
    padding: 22px 0 50px;
  }

  .top-route__wrap {
    width: 100%;
    max-width: 345px;
    margin: 58px auto -45px;
  }

  .top-route__item {
    width: 44.26667vw;
    max-width: 160px;
    margin-bottom: 45px;
  }

  .top-route__detail {
    padding: 2px;
  }

  .top-route__heading {
    font-size: 1.3rem;
    line-height: 1.23077;
    transform: none;
  }

  .top-route__heading span {
    font-size: 1.8rem;
    line-height: 1.22222;
  }

  .top-route__data {
    margin-bottom: 4px;
  }

  .top-route__time {
    min-width: 0;
    margin: 0 auto;
    border-width: 3px;
  }

  .top-route__time > span {
    font-size: 1.2rem;
    line-height: 1.83333;
  }

  .top-route__time > span + span {
    margin-left: 5px;
  }

  .top-route__time > span span {
    font-size: 4.4rem;
    line-height: 0.90909;
    border-width: 4px;
  }

  .top-route__image {
    height: 160px;
  }

  .top-route__btn {
    width: 44.26667vw;
    max-width: 160px;
    height: 42.66667vw;
    max-height: 160px;
    margin-bottom: 45px;
  }

  .top-route__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    line-height: 1.5;
    border-width: 3px;
  }

  .top-news {
    padding-bottom: 23px;
  }

  .top-news__wrap {
    margin-bottom: 22px;
  }

  .top-pick {
    padding-bottom: 20px;
  }

  .top-pick__wrap {
    margin-bottom: 26px;
  }

  .top-event {
    padding: 26px 0 23px;
  }

  .top-event__item {
    width: 84vw;
    height: 57.06667vw;
    margin: 11px auto 26px;
  }

  .recommend-archive {
    padding-bottom: 30px;
  }

  .recommend-archive__lead {
    padding: 0 15px;
  }

  .recommend-archive__wrap {
    width: 100%;
    max-width: 345px;
    margin-bottom: -15px;
  }

  .recommend-archive__wrap.-route {
    max-width: 100%;
  }

  .recommend-archive__item {
    width: 42.66667vw;
    max-width: 160px;
    margin-bottom: 15px;
  }

  .recommend-archive__heading {
    width: 100%;
    max-width: 143px;
    font-size: 1.8rem;
    line-height: 1.38889;
  }

  .recommend-archive__image {
    margin-bottom: -20px;
  }

  .news-archive {
    padding: 14px 0 27px;
  }

  .news-archive__wrap {
    margin-bottom: 27px;
  }

  .event-archive {
    padding: 2.66667vw 0 5.86667vw;
  }

  .event-archive__wrap + .event-archive__wrap {
    margin-top: 7.46667vw;
  }

  .event-archive__month {
    margin-bottom: -30px;
  }

  .event-archive__month + .event-archive__month {
    margin-top: 7.46667vw;
  }

  .event-archive__heading-1 {
    margin-bottom: 3.73333vw;
  }

  .event-archive__item {
    width: 43.2vw;
    margin-bottom: 30px;
  }

  .event-archive__detail {
    padding: 3.73333vw 3.46667vw;
    padding: 3.73333vw 13px;
  }

  .event-archive__heading-2 {
    margin-bottom: 1.6vw;
    font-size: 1.3rem;
    line-height: 1.30769;
  }

  .event-archive__txt {
    max-height: 51px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .event-archive__image {
    height: 24.30133vw;
  }

  .archive-form {
    padding-bottom: 18px;
  }

  .archive-form__wrap {
    margin-bottom: 18px;
  }

  .archive-form__wrap dd + dd {
    margin-top: 18px;
  }

  .archive-form__head {
    margin-bottom: 15px;
  }

  .archive-form__head::before {
    margin-right: 4px;
  }

  .archive-form__form dt {
    margin-bottom: 11px;
  }

  .archive-form__lists {
    padding-bottom: 9px;
  }

  .archive-form__btn {
    width: 42.66667vw;
    min-width: 160px;
  }

  .archive {
    padding: 20px 0;
  }

  .archive__head {
    margin-bottom: 18px;
    padding-bottom: 4px;
    font-size: 1.3rem;
    line-height: 1.23077;
    border-width: 1px;
  }

  .archive__head span {
    font-size: 1.6rem;
  }

  .archive__wrap {
    margin-bottom: 22px;
  }

  .post {
    padding: 14px 0 32px;
  }

  .post__back {
    width: 58.66667vw;
    line-height: 2.1875;
    border-radius: 18px;
  }

  .post__btn a {
    font-size: 1.3rem;
    line-height: 1.69231;
  }

  .post__map {
    height: 40vw;
    min-height: 150px;
    margin-bottom: 20px;
  }

  .toc {
    margin-bottom: 17px;
  }

  .toc dt {
    font-size: 1.3rem;
    line-height: 1.84615;
  }

  .post-information__head {
    margin-bottom: 13px;
  }

  .post-information__item dd a[href^="tel:"] {
    pointer-events: all;
  }

  .post-aside {
    padding: 18px 0;
  }

  .contact {
    margin-top: 0;
  }

  .contact__item {
    display: block;
    padding-top: 10px;
  }

  .contact__item dt {
    width: 100%;
    margin-bottom: 6px;
  }

  .contact__item dt span {
    margin-left: 10px;
  }

  .contact__radio {
    margin-bottom: -10px;
  }

  .contact__buttons input {
    width: 48%;
    max-width: 300px;
    font-size: 1.8rem;
    line-height: 2.44444;
  }

  .contact input[type="text"],.contact input[type="tel"],.contact input[type="number"],.contact input[type="email"],.contact input[type="url"],.contact input[type="password"],.contact select {
    height: 40px;
  }

  .contact textarea {
    padding: 10px 15px;
  }

  .mw_wp_form_confirm .contact__item dd {
    margin-top: 0;
  }

  .mwform-radio-field.horizontal-item {
    margin: 0 30px 10px 0;
  }

  .mwform-radio-field-text {
    padding-left: 35px;
  }

  .mwform-radio-field-text::before {
    width: 25px;
    height: 25px;
  }

  input[type="radio"]:checked + .mwform-radio-field-text::before {
    box-shadow: 0 0 0 4px #fff inset;
  }

  .post-nav__items {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }

  .post-nav__item {
    width: calc(50% - .5px);
    margin-bottom: 1px;
  }
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
