@charset "utf-8";

/* ----------------
common
------------------*/

*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box
}

* {
font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro-W3","メイリオ",Meiryo,sans-serif;
font-weight: 400;
letter-spacing: 0.1em;
line-height: 2em;
font-feature-settings: "palt" 1;
-webkit-font-feature-settings: "palt";
}

html,body {
font-size: 10px;
background-color: #F9F9F4;
}

.all_wrap {
width: 100%;
overflow-x: hidden;
background-color: #F9F9F4;
}

img {
max-width: 100%;
-webkit-backface-visibility: hidden;
}

.indent {
text-indent: -1em;
padding-left: 1em;
}

.sp_content {
display: none;
}

.fadein {
opacity : 0.1;
transform : translate(0, 50px);
transition : all 0.7s;
}

.fadein.scrollin {
opacity : 1;
transform : translate(0, 0);
}

.text-center {
	text-align: center;
}

/* ----------------
header
------------------*/

header {
	background-color: #fff;
	padding: 10px 15px;
}

.header_inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header h1 {
	display: inline-block;
	max-width: 230px;
	width: 50vw;
}

header p {
	display: inline-block;
}

/* ----------------
top
------------------*/

.top_wrap {
	background-image: url(../images/mv_bg_pc.png);
	background-repeat: no-repeat;
	background-size: min(100%, 1713px);
	background-position: top 30% center;
	height: 1030px;
}

.page {
	position: relative;
	width: 100vw;
	min-height: 840px;
	height: 100%;
}

.mv_inner {
	position: absolute;
	width: 100%;
	padding: 10px 0;
}

.mv_inner * {
	text-align: center;
}

.mv_inner picture {
	display: inline-block;
}

.mv_inner h2 {
	margin-top: 10px;
}

.mv_inner h2 {
	margin-top: 20px;
}

.mv_inner h3 {
	margin-top: 25px;
}

/* ----------------
about
------------------*/

.about_container {
	background-image: repeating-linear-gradient(
	90deg,
	#A8DBE3 0%,#A8DBE3 4%,
	#C8A7C8 4%,#C8A7C8 8%,
	#FFFFB2 8%,#FFFFB2 12%,
	#FFC9B3 12%,#FFC9B3 16%,
	#F0ADC0 16%,#F0ADC0 20%,
	#C3D8D7 20%,#C3D8D7 24%,
	#FBDEE5 24%,#FBDEE5 28%,
	#FBD4C0 28%,#FBD4C0 32%,
	#F3E3BF 32%,#F3E3BF 36%,
	#E9D2E0 36%,#E9D2E0 40%,
	#FF9387 40%,#FF9387 44%,
	#FFABA2 44%,#FFABA2 48%,
	#FFC2BC 48%,#FFC2BC 52%,
	#FFD5BB 52%,#FFD5BB 56%,
	#FFC59F 56%,#FFC59F 60%,
	#D1EDED 60%,#D1EDED 64%,
	#8CC7C7 64%,#8CC7C7 68%,
	#C9DFC8 68%,#C9DFC8 72%,
	#B3CCB3 72%,#B3CCB3 76%,
	#94BEA6 76%,#94BEA6 80%,
	#F9B6A7 80%,#F9B6A7 84%,
	#FFD8C9 84%,#FFD8C9 88%,
	#E9E7E1 88%,#E9E7E1 92%,
	#9FDED8 92%,#9FDED8 96%,
	rgba(0,158,233,0.8) 96%,rgba(0,158,233,0.8) 100%);
}

.about_title {
text-align: center;
font-size: 3.6rem;
}

.about_title > span {
display: inline-block;
font-size: 2rem;
}

.border-gradation-radius {
	background: linear-gradient(to right, #F496B5 0%, #F0DCB0 35%, #FBB8A3 60%, #69CBD0 83%, #00B1A6 100%);
	width: 100%;
	max-width: 1280px;
	padding: 2px;/*borderの太さ*/
	border-radius: 30px;
	margin: 0 auto;
	position: relative;
	top: -10em;
}

.border-gradation-radius-wrap {
	border-radius: 28px;
	background: #fff;/*背景を白*/
	padding: 25px 80px 80px;
}

.about_title {
	position: relative;
	top: -68px;
}

.about_summary {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.logo_15th {
	width: 360px;
}

.about_text p {
	color: #5A5A5A;
	font-size: 2.2em;
	font-weight: 400;
}

.gaikan::before {
	content: "";
	display: block;
	width: 100%;
	height: 11px;
	background-image: url(../images/stripe01.png);
	background-size: contain;
	margin-top: 6em;
	margin-bottom: 6em;
}

/* ----------------
pick up
------------------*/

#pickup {
	padding: 0 25px 60px;
	background: #F9F9F4;
}

.pu_heading {
	padding: 50px 0;
	font-size: 2.8em;
	color: #5A5A5A;
	text-align: center;
}

.pu_heading .text-center {
	margin-top: 40px;
}

.store_container {
	max-width: 1280px;
	margin: 0 auto;
}

.store_container .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: start;
	column-gap: min(4.33vw, 76px);
}

/*====================================================================
.s_05 .accordion_one
====================================================================*/
.s_05 .accordion_one {
	border: 1px solid #AFAFAF;
	margin-bottom: 40px;
	border-radius: 30px;
	width: 47%;
	overflow: hidden;
}
.s_05 .accordion_one .accordion_header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 216px;
	background-color: #fff;
	color: #A1875F;
	font-size: 1.8em;
	padding: 20px 10% 10px;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
.accordion_header .store_logo img {
	max-width: 100%;
	max-height: 100%;
}
.accordion_header .store_logo {
	width: 24em;
	height: 4.5em;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.accordion_header .store_logo.logo_small {
	width: 20em;
	height: 4em;
}
.accordion_header .store_logo.logo_large {
	width: 24em;
	height: 6em;
}
.accordion_header .store_name {
	margin-top: 1.3em;
	font-weight: bold;
}
.s_05 .accordion_one .accordion_header .i_box {
	position: absolute;
	bottom: 25px;
	right: 5%;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	transform-origin: center center;
}
.s_05 .accordion_one .accordion_header .i_box img {
	transition-duration: 0.2s;
}
.s_05 .accordion_one .accordion_header.open .i_box img {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.s_05 .accordion_one .accordion_inner {
	display: none;
	background: #fff;
	padding: 10px 25px 25px 25px;
	box-sizing: border-box;
}
.s_05 .accordion_one .accordion_inner .box_one::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #F496B5 0%, #F0DCB0 35%, #FBB8A3 60%, #69CBD0 83%, #00B1A6 100%);
	background-size: contain;
	margin-bottom: 2em;
}
.s_05 .accordion_one .accordion_inner p.txt_a_ac {
	margin: 25px 0;
	color: #5A5A5A;
	font-size: 1.6em;
}
.s_05 .accordion_one .accordion_inner .closeArea {
	width: 200px;
	margin: 0 auto;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
	text-decoration: none;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
}

/* ----------------
facility
------------------*/

#facility {
	background-image: linear-gradient(45deg, #F496B5 0%, #F0DCB0 35%, #FBB8A3 60%, #69CBD0 83%, #00B1A6 100%);
	position: relative;
}

#facility::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: 0;
}

#facility .facility_inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1280px;
	padding: 140px 0;
	margin: 0 auto;
}

#facility .ttl img {
	width: 33vw;
	max-width: 24em;
}

#facility .subttl {
	font-size: 2em;
	color: #4D4D4D;
	margin-top: 20px;
	margin-bottom: 80px;
}

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

#facility .facility_link {
	display: block;
	padding: 20px;
	text-align: center;
	background: #fff;
	background-image: linear-gradient(315deg, #A1875F 16px, transparent 0);
	margin-bottom: 3vw;
	transition: all .3s;
	width: 33%;
	max-width: 400px;
}

#facility .facility_link:hover {
	opacity: .8;
}

.facility_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 9em;
}

.facility_logo img {
	display: inline-block;
	max-height: 9em;
}

.facility_img img {
	margin-top: 15px;
	display: inline-block;
}


/* ----------------
footer
------------------*/

.footer {
width: 100%;
background-color: #F9F9F4;
padding: 30px 50px;
}

.footer .to_top {
	border-bottom: 1px solid #A1875F;
	padding-bottom: 20px;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.footer .to_top a {
	display: inline-block;
	width: 5em;
}

.footer_menu {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: start;
min-height: 100px;
border-bottom: 1px solid #A1875F;
padding: 20px 0;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.footer_menu a {
display: inline-block;
color: #A1875F;
font-size: 1.2rem;
margin: 5px 0;
transition: all 0.2s ease;
}

.footer_menu a:nth-child(odd) {
	width: 60%;
}

.footer_menu a:nth-child(even) {
	width: 40%;
}

.footer_menu a:last-child {
	width: 100%;
}

.footer_menu a::before {
	content: "-";
}

.footer_menu a:hover {
opacity: 0.5;
}

.bnr_area {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.copy {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding-top: 20px;
text-align: center;
color: #A1875F;
font-size: 1.2rem;
background-size: 100%;
}


/* 周遊プラン */

.bnr_section {
	background: #fff;
	padding: 10em 25px;
}

.bnr_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 90px;
}

.bnr_img a {
	transition: all .3s;
}

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

.plan_top .mv_content {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/plan/main_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 910px;
}

.plan_top .mv_content  h1 {
	display: inline-block;
}

.link_wrap {
	padding-bottom: 30px;
}

.link_lead {
	text-align: center;
	padding: 50px 0 50px 0;
}

.link_item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
}

.modal {
	display: none;
	align-items: center;
	justify-content: center;
	overscroll-behavior: contain;
	overflow-y: scroll;
	position: fixed;
	z-index: 8887;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 158, 175, 0.5);
	transition: all 1s ease-in-out;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modal::-webkit-scrollbar,
.modal-container::-webkit-scrollbar {
	display:none;
}
.modal.active {
	display: flex;
}
.modal::before,
.modal::after {
	content: "";
	width: 1px;
	height: calc(100vh + 1px);
	display: flex;
}
.modal-content {
	position: relative;
	background: #fff;
	border: 3px solid #464646;
	border-radius: 20px;
	width: 95vw;
	max-width: 1100px;
	height: 80vh;
	animation: show 0.6s linear 0s;
}

.modal-container {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow-y: auto;
	padding-top: 110px;
	padding-bottom: 110px;
	height: 100%;
	width: 100%;
	max-width: 900px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.modal-close.close_btn01 {
	position: absolute;
	top: -37px;
	right: -37px;
	z-index: 999;
}
.modal-close-bottom {
	text-align: center;
}
.modal-close:hover, .modal-close:focus {
	text-decoration: none;
	cursor: pointer;
}
.modal-title {
	color: #FFF;
}

@keyframes show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

/* タイムライン */
.course-wrap * {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #464646;
	font-weight: 500;
}

.course-wrap a {
    word-break: break-all;
}

.course-wrap {
	margin-top: 30px;
}

.course-wrap .day {
	text-align: center;
	display: inline-block;
	padding: 3px;
	font-size: 27px;
	letter-spacing: 0.5rem;
	color: #fff;
	background: #464646;
	border-radius: 50em;
	font-weight: bold;
	width: 100%;
	max-width: 180px;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
}

.course-list {
	width: auto;
	margin: 0;
	position: relative;
	border-left: 3px solid #464646;
	margin-left: 90px;
	margin-bottom: 40px;
}

.plan01 .course-list {
	padding-top: 50px;
}

.course-list img {
	width: auto;
}

.course-list img.txt_leftSide {
	position: relative;
	left: -20px;
}

.course-list img.plan02_img01 {
	position: relative;
	left: -35px;
}

.course-list img.plan03_img01 {
	position: relative;
	left: -40px;
}

.course-list-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	min-height: 10em;
	padding-left: 7em;
	padding-bottom: 2rem;
}

.transfer-time {
	background: #fff;
	border: 3px solid #464646;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: -66px;
	min-height: unset;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	width: 130px;
}

.course-list-item.end {
	border-left: none;
}

.course-list-item .point {
	font-family: 'Roboto', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 22px;
	background: #fff;
	border: 4px solid #464646;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	position: absolute;
	left: -51px;
	top: 0;
	z-index: 1;
}

.plan01 .course-list-item .point {
	background: #ccecef;
}

.plan02 .course-list-item .point {
	background: #ffedd8;
}

.plan03 .course-list-item .point {
	background: #f3e8f2;
}

.course-list-item .time {
	position: relative;
	width: 100%;
	padding: 32px 0 0 0;
	text-align: left;
	font-size: 23px;
	line-height: 1.5em;
	margin-bottom: 2rem;
}

.course-list-item .content {
	padding: 0;
}

.course-list-item .content .row {
	display: flex;
	align-items: stretch;
	justify-content: start;
	max-width: 580px;
	margin-top: 5px;
}
.course-list-item .content .row .col-2 {
	flex: 1;
}

.course-list-item .content .row .col-1 {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.course-list-item .content .row .col-3 p {
	max-width: 393px;
}
.course-list-item .content .row .col-2:first-child {
	border-right: 2px solid #464646;
	padding-right: 20px;
}
.course-list-item .content .row .col-2:last-child {
	padding-left: 20px;
}

.course-list-item .content .row .col-2 .store_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 12em;
	margin-top: 0.8em;
}

.course-list-item .content p {
	font-size: 18px;
	padding-top: .8em;
	max-width: 580px;
	line-height: 1.8em;
	letter-spacing: normal;
}

.course-list-item .illust {
	position: absolute;
	top: 2em;
	right: 0;
	z-index: -1;
}

.course-list-item .illust img {
	max-width: 340px;
}

