@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-darkgray: #646464;
  --color-theme: #f5695f;
  --color-theme-darken-light: #F44538;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}
html {
  font-family: "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  height: 100%;
  word-break: break-word;
  color: #333;
  background-color: var(--color-base);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  color: #fff;
  background: var(--color-theme);
}
::selection {
  color: #fff;
  background: var(--color-theme);
}
img {
  border: 0;
  margin: 0;
}
figure {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h2 {
	font-size: 1.175rem;
}
@media (max-width: 600px){
	h2 {
		font-size: 1rem;
	}
}
main {
  display: block;
}
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2.5%;
}
/*レスポンシブ表示・非表示*/

.sp-br {/*表示しない*/
	display: none!important;
}
.pc-br {/*表示する*/
	display: block!important;
}

@media (max-width: 1024px){
	.sp-br {
		display: none!important;
	}
	.pc-br {
		display: block!important;
	}
}

@media (max-width: 600px){
	/*改行*/
	.sp-br {
		display: block!important;
	}
	.pc-br {
		display: none!important;
	}
}

.font {
	font-family: 'Philosopher', serif;
}
.font2 {
	font-family: 'Noto Serif JP', serif;
}
.font3 {	
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font4 {	
    font-family: Noto Sans JP,Noto Sans,sans-serif;
}
.text-shadow1-w {
	text-shadow: white 0 0 2px;
}
.text-shadow2-w {
	text-shadow:
	white 1px 1px 2px, white -1px 1px 2px,
	white 1px -1px 2px, white -1px -1px 2px;
}
.text-shadow3-w {
	text-shadow: 
	white 1px 1px 10px, white -1px 1px 10px,
	white 1px -1px 10px, white -1px -1px 10px;
}

.text-shadow1-b {
	text-shadow: black 0 0 2px;
}
.text-shadow2-b {
	text-shadow:
	black 1px 1px 2px, black -1px 1px 2px,
	black 1px -1px 2px, black -1px -1px 2px;
}
.text-shadow3-b {
	text-shadow: 
	black 1px 1px 10px, black -1px 1px 10px,
	black 1px -1px 10px, black -1px -1px 10px;
}

.brightness70 {
	filter: brightness(70%);
}

/*ライン*/
.hr-text {
	font-family: 'Noto Serif JP', serif;
/*	font-size: 0.875rem;*/
	line-height: 1em;
	margin: 5% auto;
	position: relative;
	outline: 0;
	border: 0;
	color: darkgray;
	text-align: center;
	height: 1.5em;
	opacity: .5;
	z-index: 1;
	white-space: nowrap;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #B3B2A9, transparent);
	background: linear-gradient(to right, transparent, #B3B2A9, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1.5px;
	z-index: 1;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	background-color: #fcfcfa;
	font-size: 0.875rem;
	z-index: 1;
}

/*ライン2*/
.hr-text_short {
	font-family: 'Noto Serif JP', serif;
	font-size: 0.875rem;
	line-height: 1em;
	margin: 2% auto;
	position: relative;
	outline: 0;
	border: 0;
	color: darkgray;
	text-align: center;
	height: 1.5em;
	opacity: .5;
	z-index: 1;
	white-space: nowrap;
}
.hr-text_short:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #B3B2A9, transparent);
	background: linear-gradient(to right, transparent, #B3B2A9, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1.5px;
	z-index: 1;
}
.hr-text_short:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	background-color: #fcfcfa;
	z-index: 1;
}

.title-nav {
	margin: 5vh auto 2.5vh;
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	font-weight: 100;
	letter-spacing: 2;
}
.title-nav span {
	padding-left: 2.5rem;
	font-size: 0.75em;
}
.title-nav img {
	margin-right: 1rem;
	margin-bottom: -0.5rem;
	height: 30px;
	width: auto;
}
@media (max-width: 600px){
	.title-nav img {
		margin-bottom: -0.5rem;
	}
}
.slide-text {
	text-align: center;
	margin: 5% auto 0;
}
.slide-text span{
	font-size: 0.875em;
	font-weight: normal;
}

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}
.l-inner h2 {
	padding-bottom: 0.5rem;
	font-size: 2rem;
}
.l-section {
  border-top: 1px solid #eee;
}
.l-section .l-inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
[class*=swiper]:focus {
  outline: none;
}
.slide-media, .thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img, .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-darkgray);
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 600px){
	.l-section .l-inner {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.swiper-button-prev, .swiper-button-next {
		width: 3rem;
		height: 3rem;
	}
}

.card03 .slide-media img, .card03 .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.card03 {
  overflow: hidden;
}
.card03 .swiper {
  overflow: visible;
}
.card03 .swiper-button-prev, .card03 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.card03 .swiper-button-prev::before, .card03 .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
  box-shadow: var(--box-shadow-dark);
}
.card03 .swiper-button-prev::after, .card03 .swiper-button-next::after {
  border-color: #fff;
}
.card03 .swiper-button-prev {
  right: calc(100% - 1.6rem);
}
.card03 .swiper-button-next {
  left: calc(100% - 1.6rem);
}
.card03 .slide {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.card03 .slide-media {
  padding-top: 62.5%;
}
/*
.card03 .slide-media img {
  height: calc(100% + 20px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
*/
.card03 .slide-title .under-yellow {
	background: linear-gradient(transparent 50%, rgba(255,245,0,0.50) 50%);
	font-weight: bold;
	font-size: 1rem;
	padding-right: 1rem;
}
.card03 .slide-title .under-purple {
	background: linear-gradient(transparent 50%, rgba(145,0,255,0.50) 50%);
	font-weight: bold;
	font-size: 1rem;
	padding-right: 1rem;
}
.card03 .slide-title .under-green {
	background: linear-gradient(transparent 50%, rgba(2,255,0,0.50) 50%);
	font-weight: bold;
	font-size: 1rem;
	padding-right: 1rem;
}
/*
.card03 .slide-title span {
	background: linear-gradient(transparent 50%, rgba(255,245,0,0.50) 50%);
	font-weight: bold;
	font-size: 1em;
	padding-right: 1rem;
}
*/

.card03 .slide-content {
  padding: 1rem;
}
.card03 .slide-date {
  font-size: 1rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.card03 .slide-title {
	line-height: 1.6;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3.5em;
	margin-top: 1.25rem;
	font-size: 0.875rem;
}
.card03 .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
.bg-color-gray {
	background-color: darkgray!important;
	cursor: default;
}
.bg-gray {
	background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #E8E8E8 5px, #E8E8E8 10px);
	cursor: default;
}
@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .card03 .swiper {
    padding: 0 3.2rem;
  }
  .card03 .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
  .card03 .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}
@media only screen and (max-width: 599px) {
	.l-inner {
		  padding: 0 2rem;
	}
	.pc-tab {
		display: none !important;
	}
	.card03 .slide-content {
		padding: 0.5rem;
	}
	.card03 .slide-date,.card03 .slide-title {
		font-size: 0.8rem;
	}
	.card03 .swiper-button-prev {
		right: calc(100% - 1.5rem);
	}
	.card03 .swiper-button-next {
		left: calc(100% - 1.5rem);
	}
	.card03 .slide-title .under-yellow,.card03 .slide-title .under-purple,.card03 .slide-title .under-green {
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .card03 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card03 .slide:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
    box-shadow: var(--box-shadow-hover);
  }
  .card03 .slide:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
.gallery02 {
  /* コンテナ */
  overflow: hidden;
  /* フェードモード時 共通調整 */
  /* コントローラー */
  /* 前へ / 次へボタン */
  /* スライド */
  /* サムネイル */
}
.gallery02 .swiper, .gallery02 .thumb-wrapper {
  max-width: 720px;
  margin: auto;
}
.gallery02 .swiper {
  overflow: visible;
}
.gallery02 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.gallery02 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.gallery02 .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}
.gallery02 .swiper-button-prev, .gallery02 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .gallery02 .swiper-button-prev::before, .gallery02 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark);
  }
}
@media only screen and (max-width: 1024px) {
  .gallery02 .swiper-button-prev::after, .gallery02 .swiper-button-next::after {
    border-color: #fff;
  }
}
.gallery02 .swiper-button-prev {
  right: calc(100% + 3.2rem);
}
@media only screen and (max-width: 1024px) {
  .gallery02 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }
}
.gallery02 .swiper-button-next {
  left: calc(100% + 3.2rem);
}
@media only screen and (max-width: 1024px) {
  .gallery02 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}
.gallery02 .slide {
  display: block;
  overflow: hidden;
}
.gallery02 .slide-media {
  display: block;
  padding-top: 62.5%;
  border-radius: 4px;
}
.gallery02 .slide-media img {
  -o-object-fit: contain;
  object-fit: contain;
}
.gallery02 .slide-title {
	font-weight: bold;
	font-family: 'Philosopher', serif;
	font-size: 1.175rem;
	line-height: 1.6;
	padding: 0 auto;
}
.gallery02 .thumb-wrapper {
	padding-top: 4rem;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
}
@media only screen and (max-width: 599px) {
	.gallery02 .thumb-wrapper {
		padding-top: 2rem;
		grid-template-columns: repeat(5, 1fr);
	}
	.gallery02 .slide-title {
		font-size: 0.875rem;
	}
}
.gallery02 .thumb-media {
  padding-top: 100%;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 4px;
}
@media only screen and (min-width: 1025px) {
  .gallery02 .thumb-media:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .gallery02 .thumb-media:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.gallery02 .thumb-media img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.gallery02 .thumb-media-active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.3;
}
.gallery02 .thumb-media-active img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.mv02 {
  margin-bottom: 16rem;
  position: relative;
  /* ページネーション */
  /* フェードモード時 共通調整 */
  /* スライド */
  /* スライド アクティブ時 */
}
@media only screen and (max-width: 1024px) {
  .mv02 {
    margin-bottom: 8rem;
  }
}
.mv02 .l-inner {
  padding-bottom: 0;
}
.mv02 .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
.mv02 .swiper-pagination-bullet {
  display: block;
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #fff;
}
.mv02 .swiper-pagination-bullet:not(:first-child) {
  margin-top: 1.6rem;
}
.mv02 .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: var(--color-theme);
}
.mv02 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.mv02 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.mv02 .slide {
  display: grid;
  place-content: center;
  height: 800px;
  padding: 0 8rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .mv02 .slide {
    height: max(70vh, 70vw);
  }
}
.mv02 .slide-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv02 .slide-media img {
  -webkit-transition: 7s 1s linear;
  transition: 7s 1s linear;
  -webkit-transform: translateX(-1.5%) scale(1.1);
  transform: translateX(-1.5%) scale(1.1);
}
.mv02 .slide-title, .mv02 .slide-text, .mv02 .slide-link {
  -webkit-animation: 2s var(--easing) both;
  animation: 2s var(--easing) both;
  opacity: 1;
}
.mv02 .slide-title {
  font-size: 6rem;
  line-height: 1.1;
  color: var(--color-theme);
}
@media only screen and (max-width: 1024px) {
  .mv02 .slide-title {
    font-size: 4rem;
  }
}
.mv02 .slide-text {
  font-size: 1.8rem;
  margin: 4rem 0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .mv02 .slide-text {
    font-size: 1.6rem;
    margin: 3.2rem 0;
  }
}
.mv02 .slide-link {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.mv02 .slide-button {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  color: var(--color-theme);
}
.mv02 .slide-button::before {
  display: inline-block;
  width: 6rem;
  height: 1px;
  margin: -2px 1.6rem 0 0;
  content: "";
  vertical-align: middle;
  background-color: currentColor;
}
.mv02 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(1.5%) scale(1.05);
  transform: translateX(1.5%) scale(1.05);
}
.mv02 .swiper-slide.anm-started .slide-title, .mv02 .swiper-slide.anm-started .slide-text, .mv02 .swiper-slide.anm-started .slide-link {
  -webkit-animation-name: mv02-fadeIn;
  animation-name: mv02-fadeIn;
}
.mv02 .swiper-slide.anm-finished .slide-title, .mv02 .swiper-slide.anm-finished .slide-text, .mv02 .swiper-slide.anm-finished .slide-link {
  -webkit-animation-name: mv02-fadeOut;
  animation-name: mv02-fadeOut;
}
@-webkit-keyframes mv02-fadeIn {
  0% {
    -webkit-transform: translateY(6rem);
    transform: translateY(6rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mv02-fadeIn {
  0% {
    -webkit-transform: translateY(6rem);
    transform: translateY(6rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes mv02-fadeOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-6rem);
    transform: translateY(-6rem);
    opacity: 0;
  }
}
@keyframes mv02-fadeOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-6rem);
    transform: translateY(-6rem);
    opacity: 0;
  }
}
.top-page-title {
  position: absolute;
  top: 80%;
  left: 80%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: aliceblue;
  font-weight: bold;
  font-size: 2rem;
  animation-name: fadein;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 600px) {}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mv03 {
  margin-bottom: 8rem;
}
.mv03 .l-inner {
  padding-bottom: 0;
}
.mv03 .swiper-area {
  position: relative;
}
.mv03 .swiper-main {
	height: 90vh;
	margin-right: 0;
/*  margin-right: min(24rem, 16vw);*/
/*  border-radius: 0 5rem 5rem 0;*/
}
.mv03 .swiper-thumb {
  position: absolute;
  top: 20rem;
  right: 0;
  bottom: 0rem;
  width: min(36rem, 22.5vw);
}
.mv03 .slide {
	display: grid;
	height: auto;
	padding: 0 4rem;
	margin-top: 20%;
	text-align: center;
	color: #000000;
}
.mv03 .slide-media {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #fff;
}
.mv03 .slide-content {
	-webkit-transition: 3s 0.5s var(--easing);
	transition: 3s 0.5s var(--easing);
	-webkit-transform: translateY(-6rem);
	transform: translateY(-6rem);
	opacity: 0;
	background-color: rgba(255,255,255,0.50);
	padding: 1rem;
}
.mv03 .slide-title {
	font-size: 2.5rem;
	line-height: 1.1;
	color: var(--color-theme-darken-light);
}
.mv03 .slide-text {
  font-size: 1.175rem;
  margin: 2rem 0 3rem;
}
.mv03 .slide-date {
  font-size: 1.175rem;
  font-weight: normal;
  display: block;
  padding: 1rem 2rem 0.8rem;
  letter-spacing: 0.1em;
  border: solid currentColor;
  border-width: 1px 0;
}
.mv03 .swiper-slide[class*=-active] .slide-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.mv03 .thumb {
  font-weight: bold;
  position: relative;
  display: grid;
/*  overflow: hidden;*/
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
  padding: 0 2rem;
  cursor: pointer;
  -webkit-transition: 2s var(--easing);
  transition: 2s var(--easing);
  color: #fff;
}
.mv03 .thumb::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  content: "";
  -webkit-transition: 1s var(--easing);
  transition: 1s var(--easing);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background-color: var(--color-theme);
}
.mv03 .thumb-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.mv03 .thumb-media img {
  -webkit-transition: 2s var(--easing);
  transition: 2s var(--easing);
}
.mv03 .thumb-title {
  font-size: 1.375rem;
  line-height: 1.5;
  position: relative;
  z-index: 1;
	color: aliceblue;
}
.mv03 .thumb-date {
  font-size: 1.2rem;
  margin-top: 0.3em;
  letter-spacing: 0.1em;
}
.mv03 .swiper-slide-thumb-active .thumb {
  color: var(--color-theme);
}
.mv03 .swiper-slide-thumb-active .thumb::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.mv03 .swiper-slide-thumb-active .thumb-media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.3;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  mix-blend-mode: hard-light;
}
@media only screen and (max-width: 1024px) {
  .mv03 .swiper-main {
    height: max(70vh, 70vw);
  }
  .mv03 .slide-title {
    font-size: 1.45rem;
  }
  .mv03 .slide-text {
    font-size: 0.8rem;
    margin: 1.5rem 0;
  }
  .mv03 .slide-date {
    font-size: 0.875rem;
  }
  .mv03 .thumb {
    padding: 0 2.4rem;
  }
  .mv03 .thumb-title {
    font-size: 0.8rem;
  }
	.mv03 .slide {
		margin-top: 40%;
	}
	.mv03 .swiper-thumb {
		top: 60%;
		width: 15rem;
		height: auto;
		border-radius: 1rem 0 0 1rem;
	}
}
@media only screen and (max-width: 599px) {
	.mv03 .swiper-main {
		margin-right: 0;
	}
	.mv03 .slide-content {
		min-height: 120px;
	}
	.mv03 .swiper-thumb {
		top: 80%;
		bottom: 10rem;
		width: 10rem;
		height: 10rem;
		border-radius: 1rem 0 0 1rem;
	}
	.mv03 .slide {
		margin-top: 60%;
	}
	.mv03 .thumb-date {
		display: none;
	}
	.mv03 .slide-date{
		padding: 0.5rem 1rem 0.4rem;
	}
	.mv03 .thumb {
		padding: 0 1.2rem;
	}
}
@media only screen and (min-width: 1025px) {
  .mv03 .slide img {
    -webkit-transition: 2s var(--easing);
    transition: 2s var(--easing);
  }
  .mv03 .slide:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.9;
  }
}
@media only screen and (min-width: 600px) {
  .mv03 .slide {
    place-content: center;
  }
  .mv03 .thumb {
    border-radius: 4px 0 0 4px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .mv03 .thumb-date {
    font-size: 1rem;
  }
}


.gallery03 {
  margin-bottom: 16rem;
}
.gallery03 p {
	font-size: 0.75rem;
}
.gallery03 .l-inner {
  padding-bottom: 0;
}
.gallery03 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.gallery03 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.gallery03 .slide {
  width: var(--slide-width);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  --slide-width: 200px;
}
.gallery03 .slide-media {
  height: var(--slide-width);
}
.gallery03 .slide-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3.2rem 1.6rem 1.6rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%);
}
.gallery03 .slide-title {
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery03 .slide:hover {
  width: calc(var(--slide-width) * 1.5);
}
.gallery03 .slide:hover .slide-content {
  opacity: 1;
}

@media only screen and (max-width: 599px) {
  .gallery03 {
    margin-bottom: 8rem;
  }
  .gallery03 .slide {
    --slide-width: 120px;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* スクロールダウンの位置 */
.scroll-down {
  position: absolute;
  bottom: 5%;
  left: 5%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.scroll {
  padding-top: 60px;
  position: relative;
  text-align: center;
  color: aliceblue;
}
/* 矢印のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 1px solid aliceblue;
  border-left: 1px solid aliceblue;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
/* 矢印のアニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
/* スクロールダウンここまで */

ul.cp_list {
	position: relative;
/*
	width: 100%;
	max-width: 1000px;
*/
	margin: 3% auto 10%;
	padding: 0 0.5em;
	list-style-type: none;
	border: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
}
ul.cp_list::after {
	position: absolute;
	bottom: 100%;
	left: -2px;
	content: attr(title);
	padding: 1px 7px;
	font-weight: bold;
	font-size: 1.5rem;
/*	background: #00796B;*/
	color: #000;
	border-radius: 4px 4px 0px 0px;
}
ul.cp_list li {
	width: 50%;
	display: flex;
    align-items: flex-start;
	line-height: 175%;
	padding: 10px;
	border-bottom: 1px dashed #4DB6AC;
}
ul.cp_list li:nth-child(even) {
	border-left: 1px dashed #4DB6AC;
}
ul.cp_list li:nth-child(3) {
	border-bottom: none;
}
ul.cp_list li::before {
	position: absolute;
	left: 5px;
	content: "\002713";
	color: #00796B;
	font-weight: bold;
	display: none;
}
ul.cp_list li:last-of-type {
	border-bottom: none;
}
ul.cp_list li:last-of-type {
	border-bottom: none;
}
ul.cp_list li span {
	background: linear-gradient(transparent 50%, rgba(255,245,0,0.50) 50%);
	font-weight: bold;
	font-size: 1rem;
/*	padding-right: 1rem;*/
}

ul.cp_list li span1 {
	background: linear-gradient(transparent 50%, rgba(33,255,0,0.50) 50%);
	font-weight: bold;
	font-size: 1rem;
/*	padding-right: 1rem;*/
}

ul.cp_list img {
	height: 80px;
	object-fit: cover;
	padding-right: 20px;
}
@media only screen and (max-width: 599px) {
	ul.cp_list {
		max-width: 400px;
		border: solid 1px #00796B;
		font-size: 0.8rem;
	}
	ul.cp_list li {
		width: 100%;
	}
	ul.cp_list li::before {
		display: block;
	}
	ul.cp_list li:nth-child(3) {
		border-bottom: 1px dashed #4DB6AC;
	}
	ul.cp_list li span,ul.cp_list li span1 {
		font-size: 1rem;
	}
	ul.cp_list li:nth-child(even) {
		border-left: none;
	}
}

/*出発エリア*/
.area {
	margin: 0 auto;
	padding: 0 10% 0 5%;
}
.area-class {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}
.area-label {
	vertical-align: middle;
    background-color: #E3D6D6;
    width: 140px;
    min-width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: relative;
	margin: 6px 30px 5px 0;
	font-size: 1rem;
	font-weight: bold;
}
.area-label::after {
	content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    border-color: transparent;
    border-left-color: #E3D6D6;
    border-width: 20px 15px;
    width: 0;
    height: 0;
}
.area-detail {
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	text-align: center;
    min-width: 90px;
	display: inline-block;
    border: 2px solid;
    border-radius: 50px;
    background-color: #fff;
    border-color: #E8A2A2;
    font-size: 1rem;
	font-weight: bold;
    margin: 10px;
    filter: drop-shadow(2px 2px 2px #aaa);
    box-sizing: border-box;
}
.area-detail-item {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 599px) {
	.area {
		padding: 5% 2.5%;
	}
	.area-label {
		font-size: 0.875rem;
		margin: 6px 2
			0px 5px 0;
	}
	.area-detail {
		font-size: 0.875rem;
		min-width: 70px;
		margin: 5px 7.5px;
	}
}

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


/*
お問い合わせ部分
-------------------------------------------*/

.box_contact {
	background-color: #FFFFFF;
/*	background-color: #DEEEF0;*/
	padding-bottom: 50px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B4CACD;
}

.box_contact.only_tel {
	background-image: none;
}

.box_contact h3 {
	color: #006384;
}

.box_contact p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.box_contact .btn a {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 5px solid #0085B2;
	text-decoration: none;
	display: block;
	width: 90%;
	background-color: #0085B2;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
}
.box_contact .btn a i {
	padding-right: 10px;
	font-size: 120%;
}
.box_contact .btn a:hover {
	color: #0085B2;
	background-color: #FFF;
	border-top-color: #0085B2;
	border-right-color: #0085B2;
	border-bottom-color: #0085B2;
	border-left-color: #0085B2;
}

.box_contact .tel a {
	font-size: 30px;
	font-weight: bold;
	color: #0085B2;
	text-decoration: none;
}
.box_contact .tel a strong {
	font-size: 150%;
}

@media (max-width: 600px){
	.box_contact {
		padding-right: 30px;
		padding-left: 30px;
	}
	.box_contact .tel a strong {
		font-size: 100%;
	}
}

.box_contact .tel a i {
	padding-right: 10px;
	font-size: 120%;
}


/*
ページ内遷移調整枠　（最後に設置すること）
-------------------------------------------*/
a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}