@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+DK+Loopet:wght@100..400&display=swap');

.pcblock{display: block;}
.spblock{display: none;}

@media (max-width: 599px) {
.pcblock{display: none;}
.spblock{display: block;}
}

html {
	scroll-behavior: smooth;
	font-size: 62.5%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Murecho", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}

body {
    margin: 0;
    padding: 0;
}

h1{
	width:100%;
	padding:  5px;
	font-weight: bold;
	/*color:#BEA67F;*/
	text-align: left;
	font-size:30%;
	display: inline-block;
	color:#eee;
	}

.title_txt {
	font-family: "Playwrite DK Loopet", cursive;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	color:#BEA57F;
	font-size:180%;
}

.title_txt.miyako{
	color:#050247;
	}

/* ---------------------------------- 
▼左サイドに帯
*/

.container-left {
  display: flex;
  width: 100%;
  margin-bottom: 130px;
  padding: 0;
  box-sizing: border-box;
}

.container-left .left {
  width: 30px;
  margin-left: 5px;
  color:#666;
  writing-mode: horizontal-tb; /* 横書きを保つ */
  transform: rotate(90deg); /* テキストを90度回転 */
  transform-origin: right top; /* 回転の基点を設定 */
  white-space: nowrap; /* テキストの折り返しを防ぐ */
  letter-spacing: 0.4em; /* 文字間を少し広げる */
}

.container-left .left img{
  display: inline-block;
  vertical-align: middle;
  width: 20px; /* 画像の幅を適宜調整 */
  height: auto; /* 画像の高さを適宜調整 */
  margin-right: 0.6em; /* 画像とテキストの間隔を調整 */
  filter: grayscale(100%);
  }

.container-left .right {
  flex-grow: 1;
}

.container-left .right p{
	width:95%;
	float: right;
	text-align: left;
	margin-bottom: 20px;
	font-size:120%;
	line-height: 2.3em;
	}
.container-left .right p span{
	font-family: "Playwrite DK Loopet", cursive;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	color:#000;
	font-size:180%;
}

@media (max-width: 599px) {
.container-left .right p{
	font-size:140%;
	padding-right: 20px;
	}
.container-left .right p span{
	font-size:120%;
	}
}

.container-left .right img{
	width:95%;
	float: right;
	top:0;
	}

/* ---------------------------------- 
▼右サイドに帯
*/

.container-right {
  display: flex;
  width: 100%;
  margin-bottom: 130px;
  padding: 0;
  box-sizing: border-box;
}

.container-right .left {
  flex-grow: 1;
}

.container-right .left img{
	width:95%;
	float: left;
	}

.container-right .right {
  width: 30px;
  margin-right: 5px;
  color:#666;
  writing-mode: horizontal-tb; /* 横書きを保つ */
  transform: rotate(90deg); /* テキストを90度回転 */
  transform-origin: right top; /* 回転の基点を設定 */
  white-space: nowrap; /* テキストの折り返しを防ぐ */
  letter-spacing: 0.4em; /* 文字間を少し広げる */
}

.container-right .right img{
  display: inline-block;
  vertical-align: middle;
  width: 20px; /* 画像の幅を適宜調整 */
  height: auto; /* 画像の高さを適宜調整 */
  margin-right: 0.6em; /* 画像とテキストの間隔を調整 */
  filter: grayscale(100%);
  }

/* ---------------------------------- 
▼グラデ背景
*/

.grad-1 {
    position: relative; /* 子要素の位置を相対的に設定 */
    background: linear-gradient(to bottom right, #daf2f6, #e9eced, #d3dcf7);
    width: 95%;
    margin-bottom: 100px; 
    padding-bottom: 10px; /* 下部のパディングを追加 */
    padding-right: 30px;
    display: flex; /* Flexboxコンテナにする */
    justify-content: flex-end; /* 子要素を右に寄せる */
    align-items: center; /* 子要素を垂直方向に中央揃えにする */
}

.grad-1 .content-wrapper {
    display: flex;
    align-items: center; /* 子要素を垂直方向に中央揃えにする */
    margin-right: 30px; /* 画像との間にスペースを取る */
    flex-direction: column; /* 子要素を縦に並べる */
    text-align: center; /* テキストを中央揃えにする */
}

.grad-1 .content {
	margin-right: 20px;
    font-size: 160%;
    font-family: "Playwrite DK Loopet", cursive;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
	text-align: center;
	width:50%;
}

.grad-1 .content p {
    word-wrap: break-word; /* 必要に応じて改行する */
    margin: 0; /* 不要な余白をなくす */
	font-size:80%;
}

.grad-1 .image-wrapper {
    position: relative; /* 相対位置に変更 */
    top: -30px; /* 上に30px飛び出させる */
    display: inline-block; /* 親要素の高さに影響を与える */
}

.grad-1 .image-wrapper img {
    width: 100%; /* 画像の幅を適宜調整 */
    max-width: 600px;
    height: auto; /* 画像の高さを自動調整 */
}

@media (max-width: 599px) {

.grad-1 .content {
	display: none;
	}

}




.grad-2 {
    position: relative; /* 子要素の位置を相対的に設定 */
    background: linear-gradient(to bottom right, #ffe2c8, #e9e9ea, #e6d1fa);
    width: 95%;
    margin-bottom: 100px; 
    padding-bottom: 10px; /* 下部のパディングを追加 */
    padding-left: 30px;
    display: flex; /* Flexboxコンテナにする */
    justify-content: flex-start; /* 子要素を左に寄せる */
    align-items: center; /* 子要素を垂直方向に中央揃えにする */
    margin-left: auto; /* コンテナを右寄せにする */
}

.grad-2 .content-wrapper {
    display: flex;
    align-items: center; /* 子要素を垂直方向に中央揃えにする */
    margin-left: 30px; /* 画像との間にスペースを取る */
    flex-direction: column; /* 子要素を縦に並べる */
    text-align: center; /* テキストを中央揃えにする */
}

.grad-2 .content {
    margin-left: 20px;
    font-size: 160%;
    font-family: "Playwrite DK Loopet", cursive;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    width: 50%;
}

.grad-2 .content p {
    word-wrap: break-word; /* 必要に応じて改行する */
    margin: 0; /* 不要な余白をなくす */
    font-size: 80%;
}

.grad-2 .image-wrapper {
    position: relative; /* 相対位置に変更 */
    top: -30px; /* 上に30px飛び出させる */
    display: inline-block; /* 親要素の高さに影響を与える */
}

.grad-2 .image-wrapper img {
    width: 100%; /* 画像の幅を適宜調整 */
    max-width: 600px;
    height: auto; /* 画像の高さを自動調整 */
}

@media (max-width: 599px) {

.grad-2 .content {
	display: none;
	}

}

/* ---------------------------------- */

.anime-top{
  opacity: 0; /* 初期状態では透明にする */
  transform: translateY(50px); /* 初期状態では30px下に配置 */
  transition: opacity 0.6s ease, transform 0.6s ease; /* アニメーションの設定 */
}

.anime-top.animate {
  opacity: 1; /* 表示状態 */
  transform: translateY(0); /* 元の位置に移動 */
  animation: fadeIn 2s forwards; /* アニメーションの持続時間を2秒に設定 */
}


.anime-txt {
  opacity: 0;
  display: inline-block;
}

.anime-txt.animate {
  opacity: 1;
}

.anime-txt span {
  display: inline-block;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ---------------------------------- */

.con_title p{
	width:95%;
	margin: 100px auto 0px auto;
	text-align: center;
	margin-bottom: 20px;
	font-size:160%;
	line-height: 2.3em;
	}
.con_title p span{
	font-family: "Playwrite DK Loopet", cursive;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	color:#000;
	font-size:240%;
}

@media (max-width: 599px) {

.con_title p{
	font-size:120%;
	}
.con_title p span{
	font-size:200%;
	}

}

/* ---------------------------------- */

.plan-list {
  display: flex;
  justify-content: center; /* 子要素をセンタリング */
  width: 100%;
  box-sizing: border-box;
}

.plan-left, .plan-right {
  width: 400px; /* 幅を300pxに設定 */
  padding: 10px; /* パディングを10pxに設定 */
  box-sizing: border-box;
}

.plan-left img, .plan-right img {
  width: 100%;
  display: block; /* 画像の下に余白ができないようにする */
}

.plan-left p, .plan-right p {
  margin-top: 10px; /* 画像とテキストの間に余白を追加 */
  text-align: center; /* テキストを中央揃えにする */
  font-size:140%;
}

.c_button-wrapper {
  display: flex;
  justify-content: center; /* ボタンを中央に配置 */
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px; /* ボタンの上にスペースを追加 */
}

.c_button {
  display: inline-block;
  font-size:200%;
  padding: 10px 20px; /* ボタンの内側余白を設定 */
  background-color: #fff; /* ボタンの背景色 */
  color: #666; /* ボタンのテキスト色 */
  text-align: center;
  text-decoration: none; /* aタグの下線を消す */
  border-radius: 40px; /* ボタンの全体を丸くする */
  border:1px #666 solid;
  position: relative;
  overflow: hidden;
}

.c_button-wrapper.txt {
	font-size:160%;
	text-align: center;
	}

.c_button::before, .c_button::after {
  content: '';
  position: absolute;
  top: 0;
  width: 10px; /* 半丸の幅 */
  height: 100%;
  background-color: inherit; /* ボタンと同じ背景色 */
}

.c_button::before {
  left: -10px; /* ボタンの左外側に配置 */
  border-radius: 20px 0 0 20px; /* 左端を半丸に */
}

.c_button::after {
  right: -10px; /* ボタンの右外側に配置 */
  border-radius: 0 20px 20px 0; /* 右端を半丸に */
}


@media (max-width: 599px) {

.c_button {
  font-size:120%;
}

}

/* ---------------------------------- */

.plan-info {
  display: flex;
  flex-wrap: wrap; /* 子要素を折り返す */
  justify-content: flex-start; /* 子要素を左寄せ */
  width: 1000px;
  max-width: 98%;
  box-sizing: border-box;
  font-size: 180%;
  border: 1px #666 solid;
  padding: 10px 40px 30px 40px;
  margin: 0px auto 130px auto;
  list-style-type: none; /* liのデフォルトのスタイルを削除 */
}

.plan-info p {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}

.plan-info li {
  box-sizing: border-box;
  padding: 10px;
  margin: 5px 0;
}

.plan-info li img{
	width:50px;
	display:inline-block;
	margin: 5px;
	}

.plan-info li:nth-child(odd) {
  width: calc(30% - 10px); /* 幅を調整 */
  margin-right: 10px; /* 右側のマージンを追加 */
  border-bottom: 1px #666 solid;
}

.plan-info li:nth-child(even) {
  width: calc(70% - 10px); /* 幅を調整 */
  border-bottom: 1px #ccc solid;
}

.plan-info li.title {
	padding: 45px 0px 35px 0px;
	border: none;
	}


@media (max-width: 599px) {

.plan-info {
	width:95%;
	padding: 10px 20px;
	margin: 0px auto 60px auto;
	}

.plan-info li {
  width:100%;
  box-sizing: border-box;
  padding: 10px;
  margin: 5px 0;
  border: none;
}

.plan-info li:nth-child(odd) {
  width:100%;
  border-bottom: 1px #666 solid;
}

.plan-info li:nth-child(even) {
  width:100%;
  border: none;
}

.plan-info li.title {
	padding: 20px 0px 0px 0px;
	border: none;
	}

}


/* ---------------------------------- */

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
  margin: 5px;
}
.scroll-infinity__item>img {
  width: 100%;
}

/* ---------------------------------- */

.wrapper-jmp_btn{
	width:100%;
	margin: -100px auto 80px auto;
	text-align: center;
	}

.gallery-jmp_btn{
	width:100%;
	margin: 10px auto -30px auto;
	text-align: center;
	}

.jmp_btn {
  display: inline-block;
  font-size: 200%;
  padding: 10px 20px; /* ボタンの内側余白を設定 */
  background-color: #fff; /* ボタンの背景色 */
  color: #D2D2D2; /* ボタンのテキスト色 */
  text-align: center;
  text-decoration: none; /* aタグの下線を消す */
  border: 1px #D2D2D2 solid;
  position: relative;
  overflow: hidden;
  transition: background-color 0.9s, color 0.9s; /* ホバー時のトランジション */
  padding-right: 60px; /* 矢印のためのスペースを追加 */
  -webkit-backface-visibility: hidden; /* アンチエイリアスの有効化 */
  -moz-osx-font-smoothing: grayscale; /* アンチエイリアスの有効化 */
  backface-visibility: hidden; /* アンチエイリアスの有効化 */
}

.jmp_btn::after {
  content: '→'; /* 矢印を追加 */
  right: 15px; /* 右端からの距離を設定 */
  top: 49%;
  transform: translateY(-49%); /* 縦中央に配置 */
  color: inherit; /* ボタンと同じテキスト色 */
  font-size: 140%; /* 文字サイズを140%に */
  padding: 0 10px; /* 矢印の左右に10pxのpaddingを追加 */
  position: absolute;
  transition: right 0.9s; /* ホバー時のトランジション */
}

.jmp_btn:hover {
  background-color: #BEA57F; /* ホバー時の背景色 */
  color: #fff; /* ホバー時の文字色 */
}

.jmp_btn:hover::after {
  right: 5px; /* ホバー時に右に動かす */
}

.jmp_btn.miyako:hover {
  background-color: #050247;
}

.gl_jmp_btn {
  display: inline-block;
  font-size: 200%;
  padding: 10px 20px; /* ボタンの内側余白を設定 */
  background-color: #fff; /* ボタンの背景色 */
  color: #666; /* ボタンのテキスト色 */
  text-align: center;
  text-decoration: none; /* aタグの下線を消す */
  border: 1px #666 solid;
  position: relative;
  overflow: hidden;
  transition: background-color 0.9s, color 0.9s; /* ホバー時のトランジション */
  padding-left: 60px; /* 矢印のためのスペースを追加 */
  -webkit-backface-visibility: hidden; /* アンチエイリアスの有効化 */
  -moz-osx-font-smoothing: grayscale; /* アンチエイリアスの有効化 */
  backface-visibility: hidden; /* アンチエイリアスの有効化 */
}

.gl_jmp_btn::before {
  content: '←'; /* 矢印を追加 */
  left: 15px; /* 左端からの距離を設定 */
  top: 49%;
  transform: translateY(-49%); /* 縦中央に配置 */
  color: inherit; /* ボタンと同じテキスト色 */
  font-size: 140%; /* 文字サイズを140%に */
  padding: 0 10px; /* 矢印の左右に10pxのpaddingを追加 */
  position: absolute;
  transition: left 0.9s; /* ホバー時のトランジション */
}

.gl_jmp_btn:hover {
  background-color: #BEA57F; /* ホバー時の背景色 */
  color: #fff; /* ホバー時の文字色 */
}

.gl_jmp_btn:hover::before {
  left: 5px; /* ホバー時に左に動かす */
}

.gl_jmp_btn.miyako:hover {
  background-color: #050247;
}

/* ---------------------------------- */

footer {
  margin: 100px auto 0px auto;
  padding: 50px;
  width: 100%;
  background: #000;
  color: #C9C5C5;
  box-sizing: border-box;
  font-size: 160%;
  display: flex; /* Flexboxを使用 */
  justify-content: space-between; /* 要素間にスペースを確保 */
  align-items: flex-start; /* 上詰めに設定 */
}

footer .left,
footer .right {
  width: 50%;
  box-sizing: border-box;
  align-self: flex-start; /* 各要素を上詰めに設定 */
}

footer .left img {
  width: 100%;
  display: block; /* 画像の下に余白ができないようにする */
}

footer .right {
  text-align: left;
  line-height: 2.8em;
  padding-left: 50px;
  font-size:140%;
  margin: 0;
}

footer .right .btn {
  width: 300px;
  margin-top: 20px;
  padding: 10px;
  border: 1px #666 solid; /* 初期のボーダー色を#666に設定 */
  text-align: center;
  display: block; /* aタグをブロック要素に */
  color: #666; /* 初期のテキスト色を#666に設定 */
  text-decoration: none;
  position: relative;
  overflow: hidden; /* アニメーションが要素外に出ないように */
  transition: color 2s; /* テキスト色の変化にトランジションを追加 */
}

footer .right .btn::before,
footer .right .btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  box-sizing: border-box;
}

footer .right .btn::before {
  border-color: #666;
  transition: border-color 2s linear;
}

footer .right .btn:hover::before {
  border-color: #fff;
}

footer .right .btn:hover {
  color: #fff; /* マウスオーバー時にテキスト色を#fffに変更 */
}

footer .right .btn::after {
  border-color: transparent;
  transition: border-color 2s linear, border-width 2s linear;
}

footer .right .btn:hover::after {
  border-color: #fff;
  animation: border-animation 2s linear forwards;
}

footer .right .btn:not(:hover)::after {
  border-color: #666;
  animation: reverse-border-animation 2s linear forwards;
}

@keyframes border-animation {
  0% {
    border-width: 1px 0 0 0;
  }
  20% {
    border-width: 1px 1px 0 0;
  }
  40% {
    border-width: 1px 1px 1px 0;
  }
  60% {
    border-width: 1px 1px 1px 1px;
  }
  80% {
    border-width: 1px 1px 1px 1px;
  }
  100% {
    border-width: 1px 1px 1px 1px;
  }
}

@keyframes reverse-border-animation {
  0% {
    border-width: 1px 1px 1px 1px;
  }
  20% {
    border-width: 1px 1px 1px 0;
  }
  40% {
    border-width: 1px 1px 0 0;
  }
  60% {
    border-width: 1px 0 0 0;
  }
  80% {
    border-width: 1px 0 0 0;
  }
  100% {
    border-width: 0 0 0 0;
  }
}


@media (max-width: 599px) {

footer {
  margin: 100px auto 0px auto;
  padding: 50px 10px;
  width: 100%;
  background: #000;
  color: #C9C5C5;
  box-sizing: border-box;
  font-size: 160%;
  display: block;
  text-align: center;
}

footer .left,
footer .right {
  width: 100%;
  box-sizing: border-box;
  align-self: flex-start; /* 各要素を上詰めに設定 */
  padding: 3px;
  margin: 3px;
  line-height: 1.8em;
  text-align: center;
}

footer .right .btn {
	margin: 20px auto;
	}

}
