@charset "utf-8";


/* ---------------------------------------------------------
 * #fv
** --------------------------------------------------------- */
#fv {
	position: relative;
	z-index: 10;
	padding-bottom: 50px;
	margin-top: -64px;
	margin-bottom: -65px;
	overflow: hidden;
}
#fv::before,
#fv::after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 86px;
	width: 100%;
	height: 50px;
	background-color: transparent;
	box-shadow: 0 25px 20px rgba(0, 0, 0, 0.4);
}
#fv::before {
	transform: rotate(-2deg);
	left: -50px;
}
#fv::after {
	transform: rotate(2deg);
	right: -50px;
}
.video iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 560 / 315;
	pointer-events: none;
}
#fv video {
	aspect-ratio: 1680 / 944;
	width: 100%;
	background-color: #000;
}
#fv .wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 90px;
}
#fv .emergency {
/*	margin-left: 10px;*/
/*	margin-right: 10px;*/
	border: 1px solid #F1E0D3;
	border-radius: 6px;
}
#fv .emergency .inner {
}
#fv .emergency img {
}
#fv .emergency .ttl {
}
#fv .emergency .content {
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#fv {
/*		aspect-ratio: 860 / 1556;*/
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#fv::before,
	#fv::after {
		display: none;
	}
	.video {
/*		position: absolute;*/
		width: 100%;
		aspect-ratio: 860 / 1000;
	}
	.video iframe {
/*		position: absolute;*/
		top: 0;
		left: 50%;
		width: auto;
		height: 100%;
		transform: translateX(-25%);
	}
	#fv video {
		aspect-ratio: 860 / 1556;
		object-fit: cover;
		object-position: center;
	}
	#fv .wrapper {
		position: relative;
		top: 72px;
		bottom: auto;
		padding-left: 7px;
		padding-right: 7px;
	}
	/* #top_weather */
	#top_weather {
		position: relative;
		top: 72px;
		left: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 360px;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 10px 5px;
		background-color: #fff;
		border: 1px solid #D1CAC4;
		border-radius: 6px;
	}
	#emergency_alert_api:not(.hidden) + #top_weather {
		top: 79px;
	}
	#top_weather .weather_box {
		display: flex;
		justify-content: center;
		align-items: center;
/*		height: 36px;*/
	}
	#top_weather .weather_box:not(:first-child) {
		margin-left: 12px;
		padding-left: 8px;
		border-left: 1px solid #D2C081;
	}
	#top_weather .icon {
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}
	#top_weather .weather_icon {
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	#top_weather .clear				{ background-image: url('../img/weather_clear.png'); }
	#top_weather .cloudy			{ background-image: url('../img/weather_cloudy.png'); }
	#top_weather .snow				{ background-image: url('../img/weather_snow.png'); }
	#top_weather .fog					{ background-image: url('../img/weather_fog.png'); }
	#top_weather .drizzle			{ background-image: url('../img/weather_drizzle.png'); }
	#top_weather .rain				{ background-image: url('../img/weather_rain.png'); }
	#top_weather .sudden_rain	{ background-image: url('../img/weather_rain.png'); }
	#top_weather .hail				{ background-image: url('../img/weather_hail.png'); }
	#top_weather .code_9			{ background-image: url('../img/weather_thunderstorm.png'); }
	#top_weather .info {
	}
	#top_weather .temperature {
		line-height: 1;
	}
	#top_weather .temperature span {
	}
	#top_weather .temperature br:not(.en) {
		display: none;
	}
	#top_weather .temperature span:nth-child(1) {
	}
	#top_weather .temperature span:nth-child(2) {
		font-size: 18px;
	}
	#top_weather .temperature span:nth-child(3) {
	}
	#top_weather .position {
		font-size: 11px;
		line-height: 1.8;
	}
	#top_weather .position span {
	}
	#top_weather .position span:last-child {
		display: inline-block;
		color: #8A2222;
		font-weight: bold;
	}
	/* #fv .links */
	#fv .links {
/*		position: absolute;*/
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px;
		background-color: rgba(0, 0, 0, 0.5);
	}
	#fv .links .on_the_trip {
		position: absolute;
		z-index: 2;
		left: 0;
/*		bottom: 100%;*/
		top: 55%;
		width: 100%;
		padding: 10px;
	}
	#fv .links .on_the_trip .close {
		position: absolute;
		left: 8px;
		top: -5px;
		border-radius: 50px;
		cursor: pointer;
	}
	#fv .links .on_the_trip a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 6px;
		background-color: rgba(138, 34, 34, 0.9);
		border: 1px solid #D1CAC4;
		color: #fff;
		text-align: center;
	}
	#fv .links .on_the_trip svg {
		width: 67px;
		height: 60px;
	}
	#fv .links .on_the_trip svg [fill] {
		fill: #DBD0A7;
	}
	#fv .links .on_the_trip svg [stroke] {
		stroke: #DBD0A7;
	}
	#fv .links .on_the_trip svg .bg {
		fill: #8A2222;
	}
	#fv .links .on_the_trip span {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.2;
	}
	#fv .links ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#fv .links li {
		width: calc(13000% / 410);
		text-align: center;
	}
	#fv .links li:nth-child(n+4) {
		margin-top: 10px;
	}
	#fv .links li a {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		height: 82px;
		padding: 3px 0 5px;
		background-color: #F5F2EF;
		border: 1px solid #920A0B;
		border-radius: 10px;
		font-size: 13px;
		line-height: 1.3;
	}
	#fv .links li:nth-child(4) a,
	#fv .links li:nth-child(6) a {
		padding-bottom: 0;
	}
	#fv .links li svg {
		width: 48px;
		height: 48px;
		margin-top: -9px;
		margin-bottom: -9px;
	}
	#fv .links li:nth-child(1) svg,
	#fv .links li:nth-child(4) svg,
	#fv .links li:nth-child(5) svg {
		stroke: #920A0B;
	}
	#fv .links li:nth-child(2) svg,
	#fv .links li:nth-child(3) svg,
	#fv .links li:nth-child(6) svg {
		fill: #920A0B;
	}
}




/* ---------------------------------------------------------
 * #top_emergency
** --------------------------------------------------------- */
#top_emergency {
	position: relative;
	z-index: 15;
	margin-bottom: 40px;
}
#top_emergency .border {
	position: relative;
	padding: 13px;
	border-radius: 8px;
	background-color: #F6EA2A;
	background-image: repeating-linear-gradient(120deg, transparent, transparent 28px, #333 28px, #333 49px);
	overflow: hidden;
}
#top_emergency .inner {
	position: relative;
	z-index: 1;
	padding: 25px;
	background-color: #F6EA2A;
	border-radius: 8px;
	text-align: center;
}
#top_emergency .deco {
	position: absolute;
	z-index: -1;
	left: -13px;
	bottom: -13px;
}
#top_emergency .ttl {
	display: inline-block;
	padding: 0 50px;
	background-color: #8A2222;
	border-radius: 100px;
	color: #fff;
	font-size: 30px;
}
#top_emergency p {
	margin-top: 12px;
	font-size: 28px;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#top_emergency {
		margin-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	#top_emergency .border {
		padding: 10px;
		border-radius: 0;
	}
	#top_emergency .inner {
		padding: 20px;
	}
	#top_emergency .deco {
		left: -10px;
		bottom: -10px;
	}
	#top_emergency .ttl {
		padding: 5px 30px;
		font-size: 22px;
	}
	#top_emergency p {
		font-size: 22px;
	}
}




/* ---------------------------------------------------------
 * #links
** --------------------------------------------------------- */
#links {
	position: relative;
	z-index: 15;
}
#links ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 15px;
	padding: 15px;
	background-color: #D1CAC4;
}
#links li {
	text-align: center;
}
#links a {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 100%;
	padding: 14px 10px 20px;
	background-color: #F5F2EF;
	border: 1px solid #920A0B;
	border-radius: 10px;
	line-height: 1.3;
	transition: all ease 0.3s;
}
#links a:hover {
	background-color: #920A0B;
	border-color: #fff;
	color: #fff;
}
#links svg {
	margin-top: -5px;
	margin-bottom: -5px;
	transition: all ease 0.3s;
}
#links svg [fill] {
	fill: #920A0B;
	transition: all ease 0.3s;
}
#links svg [stroke] {
	stroke: #920A0B;
	transition: all ease 0.3s;
}
#links svg .bg {
	fill: #F5F2EF;
	transition: all ease 0.3s;
}
#links a:hover svg [fill] {
	fill: #fff;
}
#links a:hover svg [stroke] {
	stroke: #fff;
}
#links a:hover svg .bg {
	fill: #920A0B;
}
@media (max-width: 959px) {
	#links {
	}
	#links ul {
		overflow: auto;
	}
	#links li:nth-child(n+4) {
	}
}
@media (max-width: 519px) {
}




/* ---------------------------------------------------------
 * #gallery
** --------------------------------------------------------- */
#gallery {
	margin-top: 45px;
}
#gallery ul {
	display: flex;
}
#gallery li {
	display: flex;
	align-items: center;
	padding-right: 20px;
}
#gallery img {
	width: 250px;
	border-radius: 10px;
}
@media (max-width: 959px) {
	#gallery img {
		width: 200px;
	}
}
@media (max-width: 519px) {
	#gallery {
		margin-top: 25px;
	}
	#gallery img {
		width: 161px;
	}
}




/* ---------------------------------------------------------
 * #topics
** --------------------------------------------------------- */
#topics {
	margin-top: 45px;
	padding: 55px 0 120px 20px;
	background-image: url("../img/bg_jpaper40_t.png"), linear-gradient(to bottom, transparent 40px, rgba(209, 202, 196, 0.4) 40px);
	background-repeat: repeat-x;
	background-position: top center, left center;
}
#topics .inner {
	padding-left: calc(calc(100% - 1220px) / 2);
}
#topics h2 {
}
#topics .subttl {
	margin-top: 10px;
	padding-left: 6px;
}
html[lang="en"] #topics .subttl {
	display: none;
}
#topics .content {
	margin-top: 20px;
}
#topics .swiper {
	position: relative;
	padding-top: 100px;
	margin-top: -100px;
}
#topics .swiper-wrapper {
	align-items: stretch;
}
#topics .swiper-slide {
	width: 344px;
	height: auto;
}
#topics .swiper-slide a {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(121, 79, 79, 0.2);
}
#topics .swiper-slide .img {
	width: 100%;
	aspect-ratio: 340 / 220;
	overflow: hidden;
}
#topics .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: all ease 0.3s;
}
#topics .swiper-slide a:hover .img img {
	transform-origin: center;
	transform: scale(1.05);
	opacity: 0.8;
}
#topics .swiper-slide .ttl {
	padding: 10px 5px;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	line-height: 1.4;
}
#topics .swiper-button {
	position: absolute;
	z-index: 10;
	top: 0;
	display: block;
	width: 68px;
	height: 68px;
	background-color: #EAE1C2;
	border: 1px solid #D2C081;
	border-radius: 100px;
	cursor: pointer;
	transition: all ease 0.3s;
}
#topics .swiper-button:not(.swiper-button-disabled):hover {
	background-color: #C1B074;
	border-color: #fff;
}
#topics .swiper-prev {
	left: calc(1200px - 158px);
}
#topics .swiper-next {
	left: calc(1200px - 68px);
}
#topics .swiper-button::before,
#topics .swiper-button::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	transition: all ease 0.3s;
}
#topics .swiper-button::before {
	left: 0;
	right: 0;
	width: 25px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #7C6F43;
}
#topics .swiper-button::after {
	width: 9px;
	height: 9px;
	border-top: 1px solid #7C6F43;
	transform-origin: center;
}
#topics .swiper-button:not(.swiper-button-disabled):hover::before {
	background-color: #fff;
}
#topics .swiper-button:not(.swiper-button-disabled):hover::after {
	border-color: #fff;
}
#topics .swiper-prev::after {
	left: 21px;
	border-left: 1px solid #7C6F43;
	transform: rotate(-45deg);
}
#topics .swiper-next::after {
	right: 21px;
	border-right: 1px solid #7C6F43;
	transform: rotate(45deg);
}
#topics .swiper-button-disabled {
	background-color: #F1EFED;
	border-color: #E4D9B3;
/*	pointer-events: none;*/
	cursor: default;
}
#topics .swiper-button-disabled::before {
	background-color: #C6BC9B;
}
#topics .swiper-button-disabled::after {
	border-color: #C6BC9B;
}
#topics .swiper-button-lock {
	display: none;
}
@media (max-width: 1239px) {
	#topics .swiper-prev {
		left: auto;
		right: 110px;
	}
	#topics .swiper-next {
		left: auto;
		right: 20px;
	}
}
@media (max-width: 959px) {
	#topics h2 img {
		width: 151px;
	}
	#topics .swiper-button {
		width: 60px;
		height: 60px;
	}
	#topics .swiper-button::before {
		width: 20px;
	}
	#topics .swiper-prev::after {
		left: 19px;
	}
	#topics .swiper-next::after {
		right: 19px;
	}
}
@media (max-width: 519px) {
	#topics {
		padding-left: 0;
	}
	#topics .header {
		position: relative;
		display: flex;
		align-items: center;
		padding-left: 20px;
	}
	#topics h2 img {
		width: 160px;
	}
	#topics .subttl {
		margin-top: 0;
		margin-left: 10px;
		line-height: 1;
	}
	#topics .content {
		margin-top: 30px;
	}
	#topics .btn_area {
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
	}
	#topics .btn_area a {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 41px;
		height: 41px;
		margin-top: auto;
		margin-bottom: auto;
		padding: 0;
		border: none;
	}
	#topics .btn_area a::after {
		right: 17px;
	}
	#topics .swiper {
		padding-top: 0;
		margin-top: 0;
	}
	#topics .swiper-slide {
		width: 270px;
	}
	#topics .swiper-slide .img {
		height: 156px;
	}
	#topics .swiper-slide .ttl {
		font-size: 14px;
	}
	#topics .swiper-button {
		top: 0;
		bottom: 0;
		width: 46px;
		height: 46px;
		margin-top: auto;
		margin-bottom: auto;
		background-color: rgba(0, 0, 0, 0.4);
		border: none;
		border-radius: 0;
	}
	#topics .swiper-button:not(.swiper-button-disabled):hover {
		background-color: #000;
	}
	#topics .swiper-button::before {
		display: none;
	}
	#topics .swiper-button::after {
		width: 20px;
		height: 20px;
		border-top-width: 2px;
		border-color: #fff;
	}
	#topics .swiper-prev {
		left: 0;
	}
	#topics .swiper-next {
		right: 0;
	}
	#topics .swiper-prev::after {
		left: 15px;
		border-left-width: 2px;
	}
	#topics .swiper-next::after {
		right: 15px;
		border-right-width: 2px;
	}
	#topics .swiper-button-disabled {
		display: none;
	}
}




/* ---------------------------------------------------------
 * #about
** --------------------------------------------------------- */
#about {
	margin-top: -70px;
	padding-top: 25px;
	padding-bottom: 30px;
	background-image: url("../img/bg_jpaper20_t.png"), url("../img/bg_jpaper20_b.png"), linear-gradient(to bottom, transparent 40px, rgba(209, 202, 196, 0.2) 40px, rgba(209, 202, 196, 0.2) calc(100% - 40px), transparent calc(100% - 40px));
	background-repeat: repeat-x;
	background-position: top center, bottom center, left center;
	overflow: hidden;
}
#about .bg {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #D1CAC4;
	background-image: url("../img/top_about_bg.png");
	background-position: center;
	transform: rotate(-1deg);
}
#about .wrapper {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 80px;
	transform: rotate(1deg);
}
#about .content {
	flex-shrink: 0;
	max-width: 440px;
	margin-right: 50px;
}
#about h2 {
	position: relative;
	padding-left: 10px;
}
#about h2 .main {
	position: relative;
	z-index: 2;
}
#about h2 .deco {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -100px;
}
#about .subttl {
	margin-top: 30px;
	line-height: 1;
	letter-spacing: 1px;
}
#about .subttl span {
	display: inline-block;
	padding: 0 5px;
	font-size: 32px;
	background-color: #fff;
	line-height: 1.5;
}
#about p {
	margin-top: 25px;
	padding-left: 15px;
	line-height: 2;
}
#about .btn_area {
	margin-top: 30px;
	padding-left: 15px;
}
#about .btn_area a {
}
#about .img {
	position: relative;
	width: 640px;
	height: calc(39500% / 633);
}
#about .img::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -13px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: url("../img/top_about_img_bg.png");
	background-size: cover;
	transform: rotate(-1deg);
}
#about .img .main {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: 100%;
	border: 3px solid #fff;
}
#about .img .deco {
	position: absolute;
	z-index: 1;
}
#about .img .deco_rt {
	top: -30px;
	right: -75px;
}
#about .img .deco_lb {
	left: -140px;
	bottom: -65px;
}
@media (max-width: 959px) {
	#about .wrapper {
		display: block;
/*		padding-top: 50px;*/
/*		padding-bottom: 80px;*/
	}
	#about .content {
		margin-left: auto;
		margin-right: auto;
	}
	#about h2 .main {
		width: 176px;
	}
	#about .subttl span {
		font-size: 28px;
	}
	#about .btn_area {
		text-align: center;
	}
	#about .img {
		max-width: 100%;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 519px) {
	#about .wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#about .subttl span {
		font-size: 24px;
	}
}




/* ---------------------------------------------------------
 * #season
** --------------------------------------------------------- */
#season {
	position: relative;
	z-index: 10;
	margin-top: 10px;
}
#season .main_img {
	width: 100%;
}
#season .bg {
	padding-top: 30px;
	background-image: url("../img/top_season_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	text-align: center;
}
#season .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 100px;
}
#season h2 {
	font-size: 34px;
}
#season .subttl {
	margin-top: 10px;
	color: #B39E54;
	font-size: 14px;
}
#season p {
	margin-top: 20px;
	line-height: 2;
}
#season .btn_area {
	margin-top: 20px;
}
#season .btn_area a {
}
@media (max-width: 959px) {
	#season h2 {
		font-size: 28px;
	}
}
@media (max-width: 709px) {
	#season p br {
		display: none;
	}
}
@media (max-width: 519px) {
	#season {
		margin-top: 20px;
	}
	#season .bg {
		background-image: url("../img/top_season_bg_deco_l.png"), url("../img/top_season_bg_deco_r.png"), url("../img/top_season_bg_sp.png");
		background-position: left -20px bottom 35px, right -20px bottom 30px, center bottom;
		background-size: calc(35300% / 860) auto, calc(28200% / 860) auto, cover;
	}
	#season h2 {
		font-size: 24px;
	}
}




/* ---------------------------------------------------------
 * #spot_course
** --------------------------------------------------------- */
#spot_course {
	position: relative;
	z-index: 5;
	height: 1028px;
	padding-left: 20px;
	padding-top: 125px;
	margin-top: -100px;
	background-image: url("../img/top_spot_course_bg.png");
	background-size: cover;
	background-position: bottom center;
}
#spot_course section {
	display: flex;
	padding-left: calc(calc(100% - 1220px) / 2);
}
#spot_course section .left {
	flex-shrink: 0;
	width: 380px;
}
#spot_course section h2 {
}
#spot_course section h2 img {
	max-width: 100%;
}
#spot_course section .subttl {
	margin-top: 20px;
	padding-left: 6px;
	color: #fff;
}
#spot_course section .btn_area {
	margin-top: 20px;
}
#spot_course section .btn_area a {
}
#spot_course section .list {
	width: calc(100% - 330px);
	margin-left: -50px;
	overflow: hidden;
}
#spot_course section .swiper {
	position: relative;
	margin-left: 0;
	padding: 0 150px 0 50px;
	overflow: visible;
}
#spot_course section .swiper-wrapper {
}
#spot_course section .swiper-slide {
	height: auto;
}
#spot_course section .swiper-slide img {
	object-position: center;
	object-fit: cover;
}
#spot_course section .swiper-button {
	position: absolute;
	z-index: 10;
	display: block;
	width: 68px;
	height: 68px;
	background-color: #C1B074;
	border: 1px solid #D2C081;
	border-radius: 100px;
	cursor: pointer;
	transition: all ease 0.3s;
}
#spot_course section .swiper-button:not(.swiper-button-disabled):hover {
	background-color: #000;
}
#spot_course section .swiper-prev {
	left: 5px;
}
#spot_course section .swiper-next {
	right: 105px;
}
#spot_course section .swiper-button::before,
#spot_course section .swiper-button::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
}
#spot_course section .swiper-button::before {
	left: 0;
	right: 0;
	width: 25px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
#spot_course section .swiper-button::after {
	width: 9px;
	height: 9px;
	border-top: 1px solid #fff;
	transform-origin: center;
}
#spot_course section .swiper-prev::after {
	left: 21px;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
}
#spot_course section .swiper-next::after {
	right: 21px;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
#spot_course section .swiper-button-disabled {
	background-color: #938E8A;
/*	pointer-events: none;*/
	cursor: default;
}
#spot_course section .swiper-button-disabled::before {
	background-color: #C6BC9B;
}
#spot_course section .swiper-button-disabled::after {
	border-color: #C6BC9B;
}
#spot_course section .swiper-button-lock {
	display: none;
}
@media (max-width: 1499px) {
	#spot_course section .swiper {
		padding: 0 calc(9.375rem + ((1vw - 15px) * 38.4615)) 0 50px;
	}
	#spot_course section .swiper-next {
		right: calc(6.5625rem + ((1vw - 15px) * 38.4615));;
	}
}
@media (max-width: 1239px) {
	#spot_course section .swiper {
		padding: 0 50px;
	}
	#spot_course section .swiper-next {
		right: 5px;
	}
}
@media (max-width: 959px) {
	#spot_course {
		height: 928px;
		background-size: auto 100%;
	}
	#spot_course section .left {
		width: 280px;
	}
	#spot_course section .list {
		width: calc(100% - 250px);
		margin-left: -30px;
	}
	#spot_course section .swiper-button {
		width: 60px;
		height: 60px;
	}
	#spot_course section .swiper-button::before {
		width: 20px;
	}
	#spot_course section .swiper-prev::after {
		left: 19px;
	}
	#spot_course section .swiper-next::after {
		right: 19px;
	}
}
@media (max-width: 699px) {
	#spot_course {
		height: auto;
		padding-bottom: 80px;
		padding-left: 0;
	}
	#spot_course section {
		display: block;
	}
	#spot_course section .left {
		position: relative;
		width: 100%;
		margin-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#spot_course section .btn_area {
		position: absolute;
		right: 20px;
		top: 0;
		margin-top: 0;
	}
	#spot_course section .list {
		width: 100%;
		margin-left: 0;
	}
	#spot_course section .swiper-prev {
		left: 20px;
	}
	#spot_course section .swiper-next {
		right: 20px;
	}
}
@media (max-width: 519px) {
	#spot_course {
		background-image: url("../img/top_spot_course_bg_sp.webp");
	}
	#spot_course section .left {
		display: flex;
		align-items: center;
	}
	#spot_course section .subttl {
		margin-top: 0;
		padding-left: 20px;
		padding-right: 40px;
	}
	#spot_course section .btn_area {
		right: 20px;
		bottom: 0;
	}
	#spot_course section .btn_area a {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 41px;
		height: 41px;
		margin-top: auto;
		margin-bottom: auto;
		padding: 0;
	}
	#spot_course section .btn_area a::after {
		right: 17px;
	}
	#spot_course section .swiper-button {
		width: 46px;
		height: 46px;
		background-color: rgba(0, 0, 0, 0.4);
		border: none;
		border-radius: 0;
	}
	#spot_course section .swiper-button::before {
		display: none;
	}
	#spot_course section .swiper-button::after {
		width: 20px;
		height: 20px;
		border-top-width: 2px;
	}
	#spot_course section .swiper-prev {
		left: 0;
	}
	#spot_course section .swiper-next {
		right: 0;
	}
	#spot_course section .swiper-prev::after {
		left: 15px;
		border-left-width: 2px;
	}
	#spot_course section .swiper-next::after {
		right: 15px;
		border-right-width: 2px;
	}
	#spot_course section .swiper-button-disabled {
		display: none;
	}
}
@media (max-width: 400px) {
	#spot_course section .subttl {
		font-size: 14px;
	}
}


/* --------------- #spot --------------- */
#spot {
}
#spot .swiper-slide {
	width: 270px;
}
#spot .swiper-prev,
#spot .swiper-next {
	top: 60px;
}
#spot .swiper-slide a {
	position: relative;
	display: block;
	text-align: center;
}
#spot .swiper-slide .img {
	width: 100%;
/*	height: calc(20000% / 270);*/
	aspect-ratio: 270 / 200;
	border-radius: 10px;
	overflow: hidden;
}
#spot .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all ease 0.3s;
	transform-origin: center;
}
#spot .swiper-slide a:hover .img img {
	transform: scale(1.05);
	opacity: 0.8;
}
#spot .swiper-slide .area {
	position: absolute;
	top: 180px;
	right: 10px;
	padding: 7px 11px;
	background-color: #fff;
	border-radius: 50px;
	font-size: 14px;
	line-height: 1;
}
#spot .swiper-slide .ttl {
	margin-top: 20px;
	color: #fff;
	font-size: 22px;
}
@media (max-width: 959px) {
	#spot h2 img {
		width: 206px;
	}
	#spot .swiper-slide {
		width: 200px;
	}
	#spot .swiper-slide .area {
		top: 130px;
	}
	#spot .swiper-slide .ttl {
		margin-top: 15px;
		font-size: 18px;
	}
}
@media (max-width: 519px) {
	#spot h2 img {
		width: 180px;
	}
}
@media (max-width: 400px) {
	#spot h2 img {
		width: 156px;
	}
}


/* --------------- #course --------------- */
#course {
	margin-top: 95px;
}
#course .swiper-slide {
	width: 410px;
}
#course .swiper-prev,
#course .swiper-next {
	top: 50%;
	transform: translateY(-50%);
}
#course .swiper-slide a {
	display: block;
	height: 100%;
	padding: 30px 33px;
	background-color: #fff;
}
#course .swiper-slide .img {
	width: 100%;
/*	height: calc(22000% / 340);*/
	overflow: hidden;
}
#course .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all ease 0.3s;
	transform-origin: center;
}
#course .swiper-slide a:hover .img img {
	transform: scale(1.05);
	opacity: 0.8;
}
#course .swiper-slide .ttl {
	margin-top: 40px;
	color: #B39E54;
	font-size: 22px;
	line-height: 1.4;
}
#course .swiper-slide p {
  display: -webkit-box;
	margin-top: 20px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 959px) {
	#course h2 img {
		width: 158px;
	}
	#course .swiper-slide {
		width: 360px;
	}
	#course .swiper-slide a {
		padding: 20px 25px;
	}
	#course .swiper-slide .ttl {
		margin-top: 30px;
		font-size: 18px;
	}
	#course .swiper-slide p {
		margin-top: 15px;
	}
}
@media (max-width: 519px) {
	#course {
		margin-top: 80px;
	}
	#course h2 img {
		width: 150px;
	}
	#course .swiper-slide {
		width: 250px;
	}
	#course .swiper-slide a {
		padding: 10px 15px 15px;
	}
	#course .swiper-slide .ttl {
		margin-top: 15px;
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: 1.5px;
	}
	#course .swiper-slide p {
		margin-top: 10px;
	}
}
@media (max-width: 400px) {
	#course h2 img {
		width: 120px;
	}
}




/* ---------------------------------------------------------
 * #recommend
** --------------------------------------------------------- */
#recommend {
	position: relative;
	z-index: 10;
	margin-top: 50px;
	text-align: center;
}
#recommend .inner {
	position: relative;
	padding: 18px 15px 13px;
}
#recommend .inner::before,
#recommend .inner::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 40px;
	width: 98%;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	box-shadow: 0 25px 20px rgba(0, 0, 0, 0.4);
}
#recommend .inner::before {
	transform: rotate(-2deg);
}
#recommend .inner::after {
	transform: rotate(2deg);
}
#recommend svg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#recommend .border {
	position: relative;
	z-index: 1;
	padding: 40px 20px;
	border: 1px solid #D2C081;
	border-radius: 10px;
}
#recommend .subttl {
	color: #B39E54;
	font-size: 14px;
}
#recommend h2 {
	font-size: 34px;
}
#recommend .content {
	display: grid;
	gap: calc(2000% / 417) calc(2000% / 1120);
	gap: 20px calc(2000% / 1120);
	grid-template-columns: calc(34000% / 1120) calc(34000% / 1120) calc(19000% / 1120) calc(19000% / 1120);
	grid-template-areas:
		"areaA areaB areaC areaD"
		"areaA areaB areaE areaF";
	margin-top: 20px;
}
#recommend .item {
	display: block;
	background-color: #F5F2EF;
	border-radius: 10px;
}
#recommend .item:nth-child(1) { grid-area: areaA }
#recommend .item:nth-child(2) { grid-area: areaB }
#recommend .item:nth-child(3) { grid-area: areaC }
#recommend .item:nth-child(4) { grid-area: areaD }
#recommend .item:nth-child(5) { grid-area: areaE }
#recommend .item:nth-child(6) { grid-area: areaF }
#recommend .item:nth-child(1),
#recommend .item:nth-child(2) {
	padding: 20px;
}
#recommend .item:nth-child(3),
#recommend .item:nth-child(4),
#recommend .item:nth-child(5),
#recommend .item:nth-child(6) {
	padding: 15px 15px 10px;
}
#recommend .item .img {
	width: 100%;
	overflow: hidden;
}
#recommend .item .img img {
	width: 100%;
	transition: all ease 0.3s;
}
#recommend .item:hover .img img {
	width: 100%;
	transform: scale(1.05);
	opacity: 0.8;
}
#recommend .item p {
}
#recommend .item:nth-child(1) p,
#recommend .item:nth-child(2) p {
	margin-top: 20px;
}
#recommend .item:nth-child(3) p,
#recommend .item:nth-child(4) p,
#recommend .item:nth-child(5) p,
#recommend .item:nth-child(6) p {
	margin-top: 10px;
}
@media (max-width: 959px) {
	#recommend .content {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	#recommend .item {
		width: calc(50% - 10px);
	}
	#recommend .item:nth-child(1),
	#recommend .item:nth-child(2) {
		padding: 15px 15px 10px;
	}
	#recommend .item:nth-child(1) p,
	#recommend .item:nth-child(2) p {
		margin-top: 10px;
	}
}
@media (max-width: 519px) {
	#recommend {
		padding-left: 10px;
		padding-right: 10px;
	}
	#recommend .inner {
		position: relative;
		padding: 20px 10px;
	}
	#recommend .inner::before {
		transform: rotate(-10deg);
	}
	#recommend .inner::after {
		transform: rotate(10deg);
	}
	#recommend .border {
		padding: 30px 8px;
		border-radius: 0;
	}
	#recommend h2 {
		font-size: 28px;
	}
	#recommend .content {
		gap: 10px;
		margin-top: 10px;
	}
	#recommend .item {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: calc(50% - 5px);
		padding: 8px !important;
		border-radius: 6px;
	}
	#recommend .item .img {
		position: relative;
		padding-top: calc(10500% / 163);
		margin-bottom: 10px;
	}
	#recommend .item .img img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#recommend .item p {
		line-height: 1.2;
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
}




/* ---------------------------------------------------------
 * #brand
** --------------------------------------------------------- */
#brand {
	position: relative;
	z-index: 10;
	margin-top: 60px;
}
#brand img {
	width: 100%;
}
#brand a {
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#brand {
		padding-left: 0;
		padding-right: 0;
	}
}




/* ---------------------------------------------------------
 * #insta
** --------------------------------------------------------- */
#insta {
	position: relative;
	z-index: 5;
	margin-top: 50px;
	padding: 50px 0;
	background-image: url("../img/bg_jpaper50_t.png"), url("../img/bg_jpaper50_b.png"), linear-gradient(to bottom, transparent 40px, rgba(209, 202, 196, 0.5) 40px, rgba(209, 202, 196, 0.5) calc(100% - 40px), transparent calc(100% - 40px));
	background-repeat: repeat-x;
	background-position: top center, bottom center, left center;
}
#insta h2 {
	position: relative;
	z-index: 2;
	text-align: center;
}
#insta .content {
	position: relative;
	z-index: 1;
	margin-top: 20px;
}
#insta .deco {
	position: absolute;
	z-index: 1;
	bottom: 100%;
	right: 0;
}
#insta .content div {
	/*position: relative;*/
	z-index: 2;
}
@media (max-width: 959px) {
	#insta .deco {
		width: 215px;
	}
}
@media (max-width: 519px) {
	#insta {
		margin-top: 40px;
	}
	#insta .deco {
		display: none;
	}
}




/* ---------------------------------------------------------
 * #app
** --------------------------------------------------------- */
#app {
	margin-top: 70px;
}
#app .inner {
	aspect-ratio: 1200 / 374;
	background-image: url("../img/top_app_bg.png");
	background-size: cover;
}
#app .header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 36px;
	font-size: 34px;
}
html[lang="en"] #app .header {
	font-size: 28px;
}
#app .header img {
	width: 52px;
	margin-right: 15px;
}
#app .contents {
	margin-top: 30px;
	margin-left: 517px;
}
#app .contents p {
}
#app .jizen,
#app .jousha {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 25px;
}
#app .subttl {
	position: relative;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	padding-left: 20px;
	width: 200px;
	font-size: 22px;
}
html[lang="en"] #app .subttl {
	width: 260px;
}
html[lang="th"] #app .subttl {
	width: 220px;
}
#app .subttl::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #8a2222;
	border-radius: 10px;
}
#app .subttl span {
	flex-shrink: 0;
}
#app .subttl::after {
	content: "";
	width: 100%;
	height: 1px;
	margin-left: 10px;
	border-top: 2px dashed #8A2222;
}
#app .btn_area {
}
#app .jousha .btn_area {
	display: flex;
	gap: 10px;
}
#app .jousha .btn_area img {
	width: 144px;
}
@media (max-width: 1239px) {
	#app .header {
		padding-top: calc(var(--vw) * 100 / 1240 * 36);
		font-size: calc(var(--vw) * 100 / 1240 * 34);
	}
	html[lang="en"] #app .header {
		font-size: calc(var(--vw) * 100 / 1240 * 28);
	}
	#app .header img {
		width: calc(var(--vw) * 100 / 1240 * 52);
		margin-right: calc(var(--vw) * 100 / 1240 * 15);
	}
	#app .contents {
		margin-top: calc(var(--vw) * 100 / 1240 * 20);
		margin-left: calc(var(--vw) * 100 / 1240 * 517);
	}
	#app .contents p {
		font-size: calc(var(--vw) * 100 / 1240 * 16);
	}
	#app .jizen,
	#app .jousha {
		gap: calc(var(--vw) * 100 / 1240 * 20);
		margin-top: calc(var(--vw) * 100 / 1240 * 15);
	}
	#app .subttl {
		padding-left: calc(var(--vw) * 100 / 1240 * 20);
		width: calc(var(--vw) * 100 / 1240 * 200);
		font-size: calc(var(--vw) * 100 / 1240 * 22);
	}
	html[lang="en"] #app .subttl {
		width: calc(var(--vw) * 100 / 1240 * 260);
	}
	html[lang="th"] #app .subttl {
		width: calc(var(--vw) * 100 / 1240 * 220);
	}
	#app .jousha .btn_area img {
		width: calc(var(--vw) * 100 / 1240 * 144);
	}
}
@media (max-width: 959px) {
	#app .jizen .btn_area .btn {
		padding: 5px 35px 5px 20px;
	}
	#app .jizen .btn_area .btn::after {
		right: 20px;
	}
	#app .jizen .btn_area .btn:hover::after {
		right: 13px;
	}
}
@media (max-width: 519px) {
	#app {
		padding-left: 0;
		padding-right: 0;
	}
	#app .inner {
		aspect-ratio: 860 / 824;
		background-image: url("../img/top_app_bg_sp.png");
	}
	#app .header {
		padding-top: calc(var(--vw) * 100 / 430 * 30);
		font-size: calc(var(--vw) * 100 / 430 * 22);
	}
	html[lang="en"] #app .header {
		padding-top: calc(var(--vw) * 100 / 430 * 15);
		font-size: calc(var(--vw) * 100 / 430 * 20);
	}
	#app .header img {
		width: calc(var(--vw) * 100 / 430 * 50);
		margin-right: calc(var(--vw) * 100 / 430 * 12);
	}
	#app .header span span {
		display: inline-block;
		background-color: #fff;
	}
	#app .header span span:not(:first-child) {
		margin-top: 5px;
	}
	#app .contents {
		margin-top: calc(var(--vw) * 100 / 430 * 12);
		margin-left: 0;
	}
	#app .contents p {
		font-size: calc(var(--vw) * 100 / 430 * 16);
		text-align: center;
	}
	html[lang="en"] #app .contents p {
		font-size: calc(var(--vw) * 100 / 430 * 16);
	}
	#app .jizen,
	#app .jousha {
		display: block;
		margin-top: calc(var(--vw) * 100 / 430 * 20);
		padding-left: calc(var(--vw) * 100 / 430 * 135);
	}
	#app .subttl,
	html[lang="en"] #app .subttl,
	html[lang="th"] #app .subttl {
		padding-left: calc(var(--vw) * 100 / 430 * 20);
		width: 100%;
		font-size: calc(var(--vw) * 100 / 430 * 20);
	}
	#app .subttl::after {
		display: none;
	}
	#app .btn_area {
		margin-top: 10px;
	}
	#app .jizen .btn_area .btn {
		padding: 15px 55px 15px 40px;
	}
	#app .jizen .btn_area .btn::after {
		right: 35px;
	}
	#app .jizen .btn_area .btn:hover::after {
		right: 25px;
	}
	#app .jousha .btn_area img {
		width: calc(var(--vw) * 100 / 430 * 128);
	}
}
@media (max-width: 399px) {
	#app .jizen,
	#app .jousha {
		margin-top: calc(var(--vw) * 100 / 430 * 15);
	}
	#app .jizen .btn_area .btn {
		padding: 10px 55px 10px 40px;
	}
}




/* ---------------------------------------------------------
 * #sns
** --------------------------------------------------------- */
#sns {
	margin-top: 50px;
}
#sns h2 {
}
#sns .subttl {
	margin-top: 15px;
	padding-left: 6px;
}
html[lang="en"] #sns .subttl {
	display: none;
}
#sns ul {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	margin-top: 20px;
	padding: 15px 20px;
	background-color: #D1CAC4;
}
#sns li {
	text-align: center;
	width: 100%;
}
#sns li a {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 100%;
	padding: 26px 10px 20px;
	background-color: #F5F2EF;
	border: 1px solid #920A0B;
	border-radius: 10px;
	transition: all ease 0.3s;
}
#sns li a:hover {
	background-color: #920A0B;
	border-color: #fff;
	color: #fff;
}
#sns li .img {
	position: relative;
}
#sns li .img .off {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transition: all ease 0.3s;
}
#sns li a:hover .img .off {
	opacity: 0;
}
#sns li p {
	margin-top: 15px;
	color: #B39E54;
	transition: all ease 0.3s;
}
#sns li a:hover p {
	color: #fff;
}
#sns li .ttl {
	font-size: 16px;
}
@media (max-width: 959px) {
	#sns h2 img {
		width: 74px;
	}
	#sns ul {
		flex-wrap: wrap;
		gap: 4%;
	}
	#sns li {
		width: 48%;
	}
	#sns li:nth-child(n+3) {
		margin-top: 20px;
	}
}
@media (max-width: 519px) {
	#sns {
		padding-left: 0;
		padding-right: 0;
	}
	#sns h2 {
		text-align: center;
	}
	#sns h2 img {
		width: 90px;
	}
	#sns .subttl {
		text-align: center;
	}
	#sns ul {
		padding: 20px;
	}
	#sns li:nth-child(n+3) {
		margin-top: 15px;
	}
	#sns li a {
		padding: 20px 10px 10px;
	}
	#sns li p {
		display: none;
	}
	#sns li .ttl {
		margin-top: 10px;
	}
}




/* ---------------------------------------------------------
 * #news
** --------------------------------------------------------- */
#news {
	margin-top: 45px;
	padding-bottom: 65px;
}
#news .inner {
	display: flex;
	gap: 70px;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(121, 79, 79, 0.2);
}
#news .ttl {
	flex-shrink: 0;
	position: relative;
	width: 200px;
}
#news h2 {
}
#news .subttl {
	margin-top: 10px;
	padding-left: 6px;
}
html[lang="en"] #news .subttl {
	display: none;
}
#news .btn_area {
	position: absolute;
	left: 0;
	bottom: 0;
}
#news .btn_area a {
}
#news .content {
	width: 100%;
}
#news ul {
}
#news li {
	border-bottom: 1px solid #C49979;
}
#news li a {
	display: flex;
	align-items: center;
	padding: 20px 4px;
}
#news li .date {
	flex-shrink: 0;
	width: 115px;
	font-size: 13px;
}
#news li p {
	color: #0042C3;
	text-decoration: underline;
}
#news li a:hover p {
	color: #8A2222;
	text-decoration: none;
}
@media (max-width: 959px) {
	#news .inner {
		display: block;
/*		padding: 40px;*/
	}
	#news .ttl {
		width: auto;
	}
	#news h2 img {
		width: 121px;
	}
	#news .btn_area {
		left: auto;
		right: 0;
		bottom: auto;
		top: 0;
	}
	#news .content {
		margin-top: 20px;
	}
}
@media (max-width: 519px) {
	#news {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 50px;
	}
	#news .inner {
		padding: 30px 20px 20px;
	}
	#news .ttl {
		display: flex;
		align-items: center;
	}
	#news h2 img {
		width: 130px;
	}
	#news .subttl {
		margin-left: 10px;
		margin-top: 0;
	}
	#news .btn_area {
		position: static;
		margin-left: auto;
		height: 41px;
	}
	#news .btn_area a {
		width: 41px;
		height: 41px;
		padding: 0;
	}
	#news .btn_area a::after {
		right: 17px;
	}
	#news .btn_area span {
		display: none;
	}
	#news li a {
		display: block;
		padding: 15px 4px;
	}
	#news li p {
		margin-top: 5px;
	}
}