@charset "utf-8";
/* reset */
*:where(:not(iframe,canvas,img,svg,video):not(svg *,symbol *)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}ol,ul{list-style:none}img{max-width:100%}table{border-collapse:collapse}textarea{white-space:revert}
/*-----------------------*/
/* common 
/*-----------------------*/
html{
	font-size: 62.5%;
	height: -webkit-fill-available;
}
body{
	box-sizing: border-box;
	color: #333333;
	font-family: 'Outfit', 'Zen Kaku Gothic Antique', sans-serif;
	text-align: left;
	background: #FFF;
	margin: 0;
	position: relative;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	font-weight: 500;
}
img{
	width: 100%;
}
a{
	cursor: pointer;
	transition: .2s all linear;
}
a:hover{
	opacity: .6;
}
@media (max-width: 1023px){
	.none-sp{
		display: none;
	}
}
@media (min-width: 1024px){
	.none-pc{
		display: none;
	}
}
.animation-block :not(.page-loading){
	display: none;
}
.btn-border-arrow{
	border: 1px solid #000;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
	padding: 10px 30px;
}
.btn-border-arrow:after{
	content: "";
	background: url('../images/arrow.svg') no-repeat;
	background-size: contain;
	background-position: bottom;
	width: 2.5rem;
	height: 1rem;
	margin-left: 5px;
	transition: .2s all linear;
}
.btn-border-arrow:hover:after{
	transform: translateX(3px);
}
.btn-ovall{
	border: 1px solid #24A5C8;
	padding: 9px 14px;
	color: #24A5C8;
	font-size: 11px;
	border-radius: 50%;
	font-weight: bold;
	display: block;
	width: max-content;
	margin: auto;
}
.btn-ovall:hover{
	background: #24A5C8;
	color: #FFF;
	opacity: 1;
}
.btn-ovall-white{
	padding: 9px 14px;
	font-size: 11px;
	border-radius: 50%;
	font-weight: bold;
	display: block;
	width: max-content;
	margin: auto;
	color: #FFF;
	border: #FFF 1px solid;
}
.btn-ovall-white:hover{
	background: #FFF;
	color: #24A5C8;
	opacity: 1;
}
.btn-yellow{
	display: block;
	background: #FFE64B;
	border-radius: 38px;
	color: #333333;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}
.sec{
	line-height: 1.6;
}
.font-zen{
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
/* header */
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
	background: rgba(247, 242, 227, .9);
}
.header .header-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	padding: 0 15px;
}
.header .header-inner .btn-menu{
	width: 20px
}
.header .header-inner .menu-wrap{
	display: none;
	width: 170px;
	background-color: #24A5C8;
	color: #FFF;
	border-radius: 0 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 110;
	transition: .2s all linear;
}
.header .header-inner .menu-wrap{
	padding: 27px 22px 51px 25px;
}
.header .header-inner .menu-wrap .menu-link{
	font-size: 13px;
	color: #FFF;
}
.header .header-inner .menu-wrap .menu > li + li{
	margin-top: 25px;
}
.header .header-inner .btn-lang-wrap{
	display: flex;
	align-items: center;
}
.header .header-inner .btn-lang-wrap .btn-lang{
	width: 53px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #24A5C8;
	position: relative;
	color: #24A5C8;
	font-size: 8px;
	border-radius: 50%;
	line-height: 1;
}
.header .header-inner .btn-lang-wrap .btn-lang.on{
	background: #24A5C8;
	color: #FFF;
	z-index: 10;
}
.header .header-inner .btn-lang-wrap .btn-lang:first-child{
	transform: translateX(6px);
}
.header .header-inner .header-menu-overlay{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #FFF;
	opacity: .5;
	transition: .2s all linear;
}
.fixed-link-wrap{
	position: fixed;
	bottom: 15px;
	right: 15px;
}
@media (min-width: 1024px){
	.header .header-inner{
		height: 100px;
		padding: 0 50px;
	}
	.header .header-inner .menu-wrap .menu{
		display: flex;
		align-items: center;
	}
	.header .header-inner .btn-lang-wrap .btn-lang{
		width: 100px;
		height: 40px;
		font-size: 15px;
	}
	.header .btn-menu{
		display: none;
	}
	.header .header-inner .menu-wrap{
		display: flex;
		background-color: transparent;
		width: inherit;
		height: inherit;
		position: static;
		padding: 0;
	}
	.header .header-inner .menu-wrap .menu{
		display: flex;
		color: #333333;
		font-size: 18px;
		gap: 0 20px;
	}
	.header .header-inner .menu-wrap .menu > li + li{
		margin-top: 0;
	}
	.header .header-inner .menu-wrap .menu-link{
		display: flex;
		align-items: center;
		color: #333333;
		font-size: 20px;
	}
	.header .header-inner .menu-wrap .menu-link:after{
		content: "";
		display: block;
		width: 17px;
		height: 8px;
		background: url('../images/header-chevron.svg') no-repeat center;
		background-size: contain;
		margin-left: 7px;
		transform: translateY(-3px);
	}
	.header .header-inner .menu-wrap .menu-link.chevron-none:after {
		content: none;
	}
}
/* top */
.sec-top .sec-inner{
	height: 100svh;
	height: 762px;
	padding: 90px 0 48px;
	position: relative;
	background: url('../images/main-sp.jpg') no-repeat center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sec-top .sec-inner .top-text{
	position: relative;
	z-index: 20;
	width: 90px;
}
.sec-top .sec-inner .top-title{
	position: relative;
	z-index: 20;
	width: 312px;
	margin-top: auto;
}
.sec-top .sec-inner .img-main{
	display: none;
}
@media (min-width: 1024px){
	.sec-top{
		background-color: #F7F2E3;
		padding-bottom: 150px;
	}
	.sec-top .sec-inner{
		background: none;
		flex-direction: row;
		padding: 100px 140px 0 150px;
		height: inherit;
		align-items: flex-start;
		width: max-content;
		margin: auto;
	}
	.sec-top .sec-inner .img-main{
		display: block;
		width: 1430px;
		overflow: hidden;
		border-radius: 25px;
	}
	.sec-top .sec-inner .top-text{
		width: 151px;
		margin-right: 48px;
		margin-top: 31px;
	}
	.sec-top .sec-inner .top-title{
		width: 1131px;
		position: absolute;
		bottom: -85px;
		left: 130px;
	}
}

/* sec about */
.sec-about{
	background-color: #F7F2E3;
}
.sec-about .sec-inner{
	position: relative;
	padding: 473px 0 351px;
}
.sec-about .sec-inner .about-wrap .img-wrap{
	position: absolute;
	border-radius: 5px;
	overflow: hidden;
	font-size: 0;
}
.sec-about .sec-inner .about-wrap .img-wrap > img{
	width: 100%;
}
.sec-about .sec-inner .about-wrap .img-about-1{
	width: 165px;
	top: 50px;
	left: 25px;
}
.sec-about .sec-inner .about-wrap .img-about-2{
	width: 138px;
	top: 223px;
	left: 45px;
}
.sec-about .sec-inner .about-wrap .img-about-3{
	width: 115px;
	top: 95px;
	right: 0px;
}
.sec-about .sec-inner .about-wrap .img-about-4{
	width: 141px;
	top: 341px;
	right: 25px;
}
.sec-about .sec-inner .about-wrap .img-about-5{
	width: 141px;
	bottom: 210px;
	left: 0px;
}
.sec-about .sec-inner .about-wrap .img-about-6{
	width: 173px;
	bottom: 161px;
	right: 0px;
}
.sec-about .sec-inner .about-wrap .img-about-7{
	width: 89px;
	bottom: 50px;
	left: 89px;
}
.sec-about .sec-title{
	font-size: 18px;
	font-weight: bold;
	color: #24A5C8;
	border-bottom: 3px solid #24A5C8;
	margin: 0 auto 20px;
	width: max-content;
}
.sec-about .sec-text{
	text-align: center;
	padding: 0 25px;
}
.sec-about .text{
	font-size: 15px;
	line-height: 1.8;
}
.sec-about .text ruby rt{
	font-size: 7px;
}
@media (min-width: 1024px){
	.sec-about .sec-inner{
		padding: 43px 0 891px;
	}
	.sec-about .sec-title{
		font-size: 38px;
		margin-bottom: 62px;
	}
	.sec-about .text{
		font-size: 36px;
	}
	.sec-about .text ruby rt{
		font-size: 16px;
	}
	.sec-about .sec-inner .about-wrap .img-about-1{
		width: 435px;
		top: 0px;
		left: 0;
	}
	.sec-about .sec-inner .about-wrap .img-about-2{
		width: 250px;
		top: 540px;
		right: 150px;
	}
	.sec-about .sec-inner .about-wrap .img-about-3{
		width: 275px;
		top: 124px;
	}
	.sec-about .sec-inner .about-wrap .img-about-4{
		width: 305px;
		top: 723px;
		right: 140px;
	}
	.sec-about .sec-inner .about-wrap .img-about-5{
		width: 415px;
		bottom: 150px;
		left: 50px;
	}
	.sec-about .sec-inner .about-wrap .img-about-6{
		width: 555px;
		bottom: 267px;
		right: 75px;
	}
	.sec-about .sec-inner .about-wrap .img-about-7{
		width: 250px;
		bottom: 398px;
		left: 710px;
	}
}

/* sec about iiyama */
.sec-about-iiyama{
	padding: 50px 0px 57px;
}
.sec-about-iiyama .access-wrap{
	padding: 0 25px 360px;
	background: url('../images/map.svg') no-repeat bottom;
	background-position: bottom left -66px;
	background-size: 618px;
}
.sec-about-iiyama .sec-title-2{
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}
.sec-about-iiyama .text-wrap{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 25px;
}
.sec-about-iiyama .item{
	padding: 0 25px;
}
.sec-about-iiyama .item-sub-title{
	background: #24A5C8;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 0;
	border-radius: 3px;
}
.sec-about-iiyama .item-title{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.sec-about-iiyama .item-text{
	margin-top: 10px;
	font-size: 12px;
}
.sec-about-iiyama .item-text + .link-wrap{
	margin-top: 25px;
}
@media (min-width: 1024px){
	.sec-about-iiyama{
		padding: 129px 150px 153px;
		background: url('../images/map.svg') no-repeat bottom;
		background-position: top -260px right -208px;
    	background-size: 1373px;
	}
	.sec-about-iiyama .sec-title-2{
		font-size: 68px;
	}
	.sec-about-iiyama .text-wrap{
		font-size: 32px;
		width: 880px;
		margin-bottom: 50px;
	}
	.sec-about-iiyama .access-wrap{
		background: none;
		background-position: right 20px;
		padding: 0 0 398px;
	}
	.sec-about-iiyama .item{
		display: flex;
		gap: 0 50px;
		padding: 0;
	}
	.sec-about-iiyama .item .img-wrap{
		flex: 1;
	}
	.sec-about-iiyama .item .item-right{
		flex: 1;
	}
	.sec-about-iiyama .item-sub-title{
		font-size: 32px;
		padding: 4px 14px;
		width: max-content;
		margin-bottom: 20px;
	}
	.sec-about-iiyama .item-title{
		font-size: 48px;
		line-height: 1.4;
	}
	.sec-about-iiyama .item-text{
		font-size: 28px;
		margin-top: 25px;
	}
	.sec-about-iiyama .item-text + .link-wrap{
		margin-top: 50px;
	}
}

/* sec-recommend */
.sec-recommend{
	padding: 50px 25px 75px;
	background-color: #F7F2E3;
}
.sec-recommend .sec-title{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 3px #24A5C8 solid;
	margin: 0 auto 20px;
	color: #24A5C8;
	width: max-content;
	line-height: 1;
}
.sec-recommend .text-wrap{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 50px;
}
.sec-recommend .recommends-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.sec-recommend .recommends-wrap .item{
	width: 50%;
	border-radius: 5px;
	overflow: hidden;
	height: 313px;
	flex: 47%;
	background: no-repeat center;
	background-size: cover;
	color: #FFF;
}
.sec-recommend .recommends-wrap .item.item-1{
	background-image: url('../images/recommend-1.jpg');
}
.sec-recommend .recommends-wrap .item.item-2{
	background-image: url('../images/recommend-2.jpg');
}
.sec-recommend .recommends-wrap .item.item-3{
	background-image: url('../images/recommend-3.jpg');
}
.sec-recommend .recommends-wrap .item.item-4{
	background-image: url('../images/recommend-4.jpg');
}
.sec-recommend .recommends-wrap .item .item-inner{
	background-color: #33333340;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0 25px;
	height: 100%;
}
.sec-recommend .recommends-wrap .item .item-inner .plan-num-wrap{
	background-color: #24A5C8;
	color: #FFF;
	font-size: 7px;
	font-weight: bold;
	padding: 3px 9px;
	border-radius: 50%;
	margin-bottom: 24px;
	width: 50px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec-recommend .recommends-wrap .item .item-inner .plan-num-wrap.plan-num-map{
	font-size: 11px;
}
.sec-recommend .recommends-wrap .item .item-inner .plan-num-wrap .num{
	font-size: 11px;
}
.sec-recommend .recommends-wrap .item .item-inner .item-text-1{
	font-size: 10px;
	font-weight: bold;
}
.sec-recommend .recommends-wrap .item .item-inner .item-text-1:after{
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	margin: 8px auto;
	background: #FFF;
}
.sec-recommend .recommends-wrap .item .item-inner .item-text-2{
	font-size: 14px;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.2px;
}
.sec-recommend .recommends-wrap .item .item-inner .ic-chevron{
	margin-top: auto;
}
@media (min-width: 1024px){
	.sec-recommend{
		padding: 100px 0 200px;
	}
	.sec-recommend .sec-title{
		font-size: 38px;
		padding-bottom: 10px;
		margin-bottom: 40px;
	}
	.sec-recommend .text-wrap{
		font-size: 68px;
		line-height: 1.4;
		margin-top: 40px;
		margin-bottom: 100px;
	}
	.sec-recommend .recommends-wrap{
		flex-wrap: inherit;
		justify-content: center;
		gap: 0 47px;
	}
	.sec-recommend .recommends-wrap .item{
		width: 370px;
		height: 760px;
		border-radius: 15px;
		flex: inherit;
	}
	.sec-recommend .recommends-wrap .item .item-inner{
		padding: 143px 0 120px;
	}
	.sec-recommend .recommends-wrap .item .item-inner .plan-num-wrap{
		font-size: 14px;
		width: 120px;
		height: 50px;
		margin-bottom: 52px;
	}
	.sec-recommend .recommends-wrap .item .item-inner .plan-num-wrap.plan-num-map{
		font-size: 28px;
	}
	.sec-recommend .recommends-wrap .item .item-inner .plan-num-wrap .num{
		font-size: 32px;
		margin-left: 4px;
	}
	.sec-recommend .recommends-wrap .item .item-inner .item-text-1{
		font-size: 18px;
	}
	.sec-recommend .recommends-wrap .item .item-inner .item-text-1:after{
		width: 30px;
		height: 2px;
	}
	.sec-recommend .recommends-wrap .item .item-inner .item-text-2{
		font-size: 28px;
	}
	.sec-recommend .recommends-wrap .item .item-inner .ic-chevron{
		width: 28px;
	}
}

/* sec-plan */
.sec-plan .sec-inner{
	padding: 50px 0;
}
.sec-plan .head-cont-wrap{
	background: url('../images/plan01/main.jpg') no-repeat center;
	background-size: contain;
	border-radius: 5px;
	margin: 0 auto 8px;
	position: relative;
	padding: 40px 37px 0 15px;
	width: 325px;
	height: 325px;
}
.sec-plan .head-cont-wrap .plan-num{
	width: 256px;
	position: absolute;
	top: -25px;
	left: -9px;
}
.sec-plan .head-cont-wrap .head-text-1{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 0 0 50px rgba(255, 255, 255, 0.7);
	width: max-content;
	padding: 0 10px;
}
.sec-plan .head-cont-wrap .head-text-2{
	font-size: 10px;
	font-weight: bold;
	text-shadow: 0 0 50px rgba(255, 255, 255, 0.6);
    display: inline-block;
	padding: 0 10px;
}
.sec-plan .slider-plan-wrap{
	overflow: hidden;
	margin-bottom: 50px;
}
.sec-plan .swiper-wrapper{
	transition-timing-function: linear;
}
.sec-plan .slider-plan-wrap .image-wrap img{
	border-radius: 10px;
}
.sec-plan .point-wrap{
	padding: 0 25px;
}
.sec-plan .point-wrap + .point-wrap{
	margin-top: 50px;
}
.sec-plan .point-wrap .point-header{
	border-top: 1px solid #24A5C8;
	display: flex;
	justify-content: space-between;
}
.sec-plan .point-wrap .point-header .point-num{
	padding: 6px 0 0;
	font-size: 10px;
	color: #24A5C8;
}
.sec-plan .point-wrap .point-header .times{
	background: #24A5C8;
	border-radius: 0 0 3px 3px;
	color: #FFF;
	width: 40px;
	height: 40px;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	padding: 7px 0 0;
}
.sec-plan .point-wrap .point-header .times .min{
	font-size: 18px;
}
.sec-plan .point-wrap .point-title{
	display: flex;
	align-items: center;
	margin-bottom: 13px;
}
.sec-plan .point-wrap .point-title .num{
	font-size: 24px;
	border-right: 1px solid #333333;
	padding-right: 10px;
	margin-right: 10px;
}
.sec-plan .point-wrap .point-title .text-1{
	font-size: 17px;
	font-weight: bold;
	display: inline;
	background-position: left -100% bottom 0px;
	padding: 0 0 0px;
	background-size: 200% 10px;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 230, 75) 50%);
}
.sec-plan .point-wrap .point-title .text-2{
	font-size: 11px;
	margin-top: 6px;
}
.sec-plan .point-wrap .images-wrap{
	position: relative;
	height: 281px;
}
.sec-plan-1 .point-wrap-2 .images-wrap{
	height: 306px;
}
.sec-plan .point-wrap .images-wrap .img-wrap{
	position: absolute;
	border-radius: 14px;
	overflow: hidden;
	font-size: 0;
}
.sec-plan-1 .point-wrap .images-wrap.random-1 .img-1{
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 217px;
}
.sec-plan-1 .point-wrap .images-wrap.random-1 .img-2{
	top: 160px;
	left: 0;
	width: 116px;
}
.sec-plan-1 .point-wrap .images-wrap.random-1 .img-3{
	bottom: 0;
	right: -25px;
	width: 217px;
}
.sec-plan-1 .point-wrap .images-wrap.random-2 .img-1{
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 214px;
}
.sec-plan-1 .point-wrap .images-wrap.random-2 .img-2{
	top: 160px;
	left: 20px;
	width: 141px;
}
.sec-plan-1 .point-wrap .images-wrap.random-2 .img-3{
	bottom: 0;
	right: 20px;
	width: 125px;
}
.sec-plan-1 .point-wrap .images-wrap.random-3 .img-1{
	top: 0;
	left: 0;
	width: 245px;
}
.sec-plan-1 .point-wrap .images-wrap.random-3 .img-2{
	bottom: 0;
	right: 0;
	width: 141px;
}
.sec-plan-1 .point-wrap .images-wrap.random-4 .img-1{
	top: 0;
	right: 0;
	width: 236px;
}
.sec-plan-1 .point-wrap .images-wrap.random-4 .img-2{
	bottom: 0;
	left: 0;
	width: 132px;
}
.sec-plan-1 .point-wrap.act-wrap-1 .images-wrap .img-1{
	z-index: 10;
}
.sec-plan-1 .point-wrap.act-wrap-2 .images-wrap{
	height: 239px;
}
.sec-plan-1 .point-wrap.act-wrap-3 .images-wrap{
	height: 239px;
}
.sec-plan .point-wrap .point-text{
	font-size: 12px;
	margin-top: 17px;
}
.sec-plan .point-wrap .link-wrap{
	margin-top: 25px;
}

.sec-plan .point-wrap-blue{
	background: #F7F2E3;
	border-radius: 10px;
	padding: 25px;
	width: 325px;
	margin: 44px auto 0;
}
.sec-plan .point-wrap-blue .point-title{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 11px;
	border-bottom: 1px solid #333;
	text-align: center;
	line-height: 1.2;
}
.sec-plan .point-wrap-blue .img-wrap{
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
.sec-plan .point-wrap-blue .img-wrap-pc{
	display: none;
}
.sec-plan .point-wrap-blue .title-text .text-1{
	font-size: 18px;
	font-weight: bold;
}
.sec-plan .point-wrap-blue .title-text .text-2{
	font-size: 12px;
}
.sec-plan .point-wrap-blue .point-text{
	margin-top: 10px;
	font-size: 12px;
}
.sec-plan .point-wrap-blue .link-wrap{
	margin-top: 20px;
}
.sec-plan .head-cont-wrap .btn-reserve-wrap{
	margin-top: 50px;
}
.sec-plan .btn-reserve-wrap{
	margin-top: 50px;
	padding: 0 25px;
}
.sec-plan .point-wrap .images-wrap-pc{
	display: none;
}
.sec-plan .point-wrap-blue .images-wrap-pc{
	display: none;
}
@media (min-width: 1024px){
	.sec-plan .sec-inner{
		padding: 260px 0 122px;
	}
	.sec-plan .head-cont-wrap{
		width: 1620px;
		height: 1020px;
		padding: 145px 100px;
		border-radius: 25px;
		margin-bottom: 25px;
		background-image: url('../images/plan01/main-pc.jpg');
	}
	.sec-plan .head-cont-wrap .plan-num{
		height: 190px;
		width: auto;
		top: -130px;
		left: -123px;
	}
	.sec-plan .head-cont-wrap .plan-num > img{
		height: 100%;
	}
	.sec-plan .head-cont-wrap .head-text-1{
		font-size: 68px;
		line-height: 1.35;
		margin-bottom: 30px;
	}
	.sec-plan .head-cont-wrap .head-text-2{
		font-size: 28px;
	}
	.sec-plan-1 .head-cont-wrap .head-text-2{
		width: 923px;
	}
	.sec-plan .slider-plan-wrap{
		margin-bottom: 145px;
	}
	.sec-plan .point-wrap{
		position: relative;
		padding: 0 150px;
	}
	.sec-plan .point-wrap + .point-wrap{
		margin-top: 120px;
	}
	.sec-plan .point-wrap .point-header .point-num{
		font-size: 24px;
	}
	.sec-plan .point-wrap .point-header{
		position: relative;
		margin-bottom: 40px;
	}
	.sec-plan .point-wrap .point-header .times{
		width: 120px;
		height: 120px;
		font-size: 18px;
		padding: 28px 0 0;
		border-radius: 0 0 5px 5px;
		position: absolute;
		right: 0;
		z-index: 100;
	}
	.sec-plan .point-wrap .point-header .times .min{
		font-size: 45px;
	}
	.sec-plan .point-wrap .point-inner{
		display: flex;
	}
	.sec-plan .point-wrap .point-title{
		margin-bottom: 32px;
	}
	.sec-plan .point-wrap .point-title .num{
		font-size: 48px;
		padding-right: 34px;
		margin-right: 34px;
	}
	.sec-plan .point-wrap .point-title .text-1{
		font-size: 38px;
		background-position: left -100% bottom 9px;
		background-size: 200% 16px;
	}
	.sec-plan .point-wrap .point-title .text-2{
		font-size: 26px;
		margin-top: 4px;
	}
	.sec-plan .point-wrap .point-text{
		font-size: 28px;
		width: 690px;
		margin-top: 0;
	}
	.sec-plan .point-wrap .images-wrap{
		display: none;
	}
	.sec-plan .point-wrap .images-wrap-pc{
		display: block;
		height: 848px;
		flex: 1;
		position: relative;
	}
	.sec-plan .point-wrap .link-wrap{
		margin-top: 50px;
	}
	.sec-plan .point-wrap .images-wrap-pc .img-wrap{
		position: absolute;
		border-radius: 14px;
    	overflow: hidden;
		font-size: 0;
	}
	.sec-plan-1 .point-wrap .images-wrap-pc.random-1 .img-1{
		top: 0;
		right: 200px;
		width: 655px;
	}
	.sec-plan-1 .point-wrap .images-wrap-pc.random-1 .img-2{
		top: 494px;
		right: 690px;
		width: 400px;
	}
	.sec-plan-1 .point-wrap .images-wrap-pc.random-1 .img-3{
		bottom: 0;
		right: 0;
		width: 645px;
	}
	/* random-2 */
	.sec-plan-1 .point-wrap .images-wrap-pc.random-2{
		height: 950px;
	}
	.sec-plan-1 .point-wrap .images-wrap-pc.random-2 .img-1{
		top: 0;
		right: 200px;
		width: 655px;
		z-index: 10;
	}
	.sec-plan-1 .point-wrap .images-wrap-pc.random-2 .img-2{
		top: 494px;
		right: 450px;
		width: 500px;
	}
	.sec-plan-1 .point-wrap .images-wrap-pc.random-2 .img-3{
		bottom: 0;
		right: 50px;
		width: 360px;
	}
	.sec-plan-1 .point-wrap.act-wrap-1 .images-wrap-pc.random-1 .img-1{
		z-index: 10;
	}
	/* random 3 */
	.sec-plan-1 .point-wrap .images-wrap-pc.random-3{
		height: 665px;
	}
	.sec-plan-1 .point-wrap .images-wrap-pc.random-3 .img-1{
		top: 0;
		right: 200px;
		width: 655px;
	}
	.sec-plan-1 .point-wrap .images-wrap-pc.random-3 .img-2{
		top: 400px;
		right: 0px;
		width: 375px;
	}
	/* random 4 */
	.sec-plan-1 .point-wrap .images-wrap-pc.random-4{
		height: 620px;
	}
	.sec-plan-1 .point-wrap .images-wrap-pc.random-4 .img-1{
		top: 0;
		right: 50px;
		width: 655px;
	}
	.sec-plan-1 .point-wrap .images-wrap-pc.random-4 .img-2{
		bottom: 0px;
		right: 600px;
		width: 366px;
	}
	/* point-wrap-blue */
	.sec-plan .point-wrap-blue{
		width: 1620px;
		margin: 120px auto 0;
		padding: 65px 70px 75px;
	}
	.sec-plan .point-wrap-blue .point-title{
		font-size: 48px;
		text-align: center;
	}
	.sec-plan .point-wrap-blue .point-inner{
		display: flex;
		gap: 0 35px;
		margin-top: 30px;
	}
	.sec-plan .point-wrap-blue .point-left .img-wrap{
		display: none;
	}
	.sec-plan .point-wrap-blue .img-wrap-pc{
		display: block;
		flex: 1;
		position: relative;
		border-radius: 30px;
		overflow: hidden;
	}
	.sec-plan .point-wrap-blue .title-text .text-1{
		font-size: 38px;
	}
	.sec-plan .point-wrap-blue .title-text .text-2{
		font-size: 26px;
	}
	.sec-plan .point-wrap-blue .point-text{
		font-size: 28px;
		width: 600px;
		margin-top: 30px;
	}
	.sec-plan .point-wrap-blue .link-wrap{
		margin-top: 50px;
	}
	.sec-plan .btn-reserve-wrap{
		margin-top: 120px;
	}
	.btn-ovall{
		margin: inherit;
		font-size: 18px;
		padding: 20px 30px;
	}
	.btn-ovall-white{
		margin: inherit;
		font-size: 18px;
		padding: 20px 30px;
	}
	.btn-yellow{
		width: 450px;
		height: 75px;
		margin: auto;
		font-size: 28px;
	}
}

/* sec-plan-2 */
.sec-plan-2{
	background-color: #F7F2E3;
}
.sec-plan-2 .head-cont-wrap{
	background-image: url('../images/plan02/main.jpg');
	text-align: right;
}
.sec-plan-2 .head-cont-wrap .plan-num{
	width: 274px;
	right: -9px;
	left: inherit;
}
.sec-plan-2 .head-cont-wrap .head-text-1{
	text-align: right;
	margin-left: auto;
}
.sec-plan-2 .head-cont-wrap .head-text-2{
	text-align: right;
	width: 191px;
	margin-left: auto;
}
.sec-plan-2 .point-wrap .images-wrap.random-1 .img-1{
	top: 25px;
	left: 0;
	width: 88px;
}
.sec-plan-2 .point-wrap .images-wrap.random-1 .img-2{
	top: 0;
	right: -25px;
	width: 222px;
}
.sec-plan-2 .point-wrap .images-wrap.random-1 .img-3{
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 225px;
}
.sec-plan-2 .point-wrap .images-wrap.random-2 .img-1{
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 225px;
}
.sec-plan-2 .point-wrap .images-wrap.random-2 .img-2{
	top: 144px;
	left: 0;
	width: 161px;
}
.sec-plan-2 .point-wrap .images-wrap.random-2 .img-3{
	bottom: 0;
	right: 0;
	width: 171px;
}
@media (min-width:1024px){
	.sec-plan-2 .head-cont-wrap .plan-num{
		width: auto;
		top: -130px;
    	right: -123px;
		left: inherit;
	}
	.sec-plan-2 .head-cont-wrap{
		background-image: url('../images/plan02/main-pc.jpg');
	}
	.sec-plan-2 .head-cont-wrap .head-text-2{
		width: 739px;
	}
	.sec-plan-2 .point-wrap .images-wrap-pc.random-1{
		height: 806px;
	}
	.sec-plan-2 .point-wrap .images-wrap-pc.random-1 .img-1{
		top: 300px;
		right: 905px;
		width: 257px;
	}
	.sec-plan-2 .point-wrap .images-wrap-pc.random-1 .img-2{
		top: 0;
		right: 50px;
		width: 644px;
	}
	.sec-plan-2 .point-wrap .images-wrap-pc.random-1 .img-3{
		bottom: 0;
		right: 200px;
		width: 655px;
	}
	/* random 2 */
	.sec-plan-2 .point-wrap .images-wrap-pc.random-2 .img-1{
		top: 0;
		right: 200px;
		width: 655px;
	}
	.sec-plan-2 .point-wrap .images-wrap-pc.random-2 .img-2{
		top: 400px;
		right: 550px;
		width: 473px;
	}
	.sec-plan-2 .point-wrap .images-wrap-pc.random-2 .img-3{
		bottom: 0;
		right: 0;
		width: 494px;
	}
}

/* sec-plan-3 */
.sec-plan-3 .head-cont-wrap{
	background-image: url('../images/plan03/main.jpg');
}
.sec-plan-3 .point-wrap .images-wrap.random-1{
	height: 251px;
}
.sec-plan-3 .point-wrap .images-wrap.random-1 .img-1{
	top: 0;
	left: 0;
	width: 265px;
}
.sec-plan-3 .point-wrap .images-wrap.random-1 .img-2{
	bottom: 0px;
	right: 0;
	width: 148px;
}
.sec-plan-3 .point-wrap .images-wrap.random-2 .img-1{
	top: 0;
	right: 0;
	width: 265px;
}
.sec-plan-3 .point-wrap .images-wrap.random-2 .img-2{
	top: 147px;
	left: 0;
	width: 148px;
}
.sec-plan-3 .point-wrap .images-wrap.random-2 .img-3{
	bottom: 0;
	right: 40px;
	width: 117px;
}
.sec-plan-3 .point-wrap .images-wrap.random-3 .img-1{
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 240px;
}
.sec-plan-3 .point-wrap .images-wrap.random-3 .img-2{
	top: 195px;
	left: 0;
	width: 122px;
}
.sec-plan-3 .point-wrap .images-wrap.random-3 .img-3{
	bottom: 0;
	right: -25px;
	width: 208px;
}
@media (min-width:1024px){
	.sec-plan-3 .head-cont-wrap{
		background-image: url('../images/plan03/main-pc.jpg');
	}
	.sec-plan-3 .head-cont-wrap .head-text-2{
		width: 580px;
	}
	.sec-plan-3 .point-wrap .images-wrap-pc.random-1{
		height: 620px;
	}
	.sec-plan-3 .point-wrap .images-wrap-pc.random-1 .img-1{
		top: 0;
		right: 200px;
		width: 655px;
	}
	.sec-plan-3 .point-wrap .images-wrap-pc.random-1 .img-2{
		bottom: 0;
		right: 0;
		width: 366px;
	}
	/* random 2 */
	.sec-plan-3 .point-wrap .images-wrap-pc.random-2{
		height: 728px;
	}
	.sec-plan-3 .point-wrap .images-wrap-pc.random-2 .img-1{
		top: 0;
		right: 50px;
		width: 655px;
	}
	.sec-plan-3 .point-wrap .images-wrap-pc.random-2 .img-2{
		top: 348px;
		right: 488px;
		width: 452px;
	}
	.sec-plan-3 .point-wrap .images-wrap-pc.random-2 .img-3{
		bottom: 0;
		right: 110px;
		width: 328px;
	}
	/* random 3 */
	.sec-plan-3 .point-wrap .images-wrap-pc.random-3{
		height: 818px;
	}
	.sec-plan-3 .point-wrap .images-wrap-pc.random-3 .img-1{
		top: 0;
		right: 200px;
		width: 655px;
	}
	.sec-plan-3 .point-wrap .images-wrap-pc.random-3 .img-2{
		top: 480px;
		right: 607px;
		width: 333px;
	}
	.sec-plan-3 .point-wrap .images-wrap-pc.random-3 .img-3{
		bottom: 0;
		right: 0;
		width: 553px;
	}
}

/* sec-map */
.sec-map{
	background-color: #F7F2E3;
}
.sec-map .sec-inner{
	padding: 50px 25px 80px;
}
.sec-map .sec-inner .sec-title{
	background-color: #24A5C8;
	font-size: 20px;
	font-weight: bold;
	width: 92px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 auto 8px;
	color: #FFF;
}
.sec-map .sec-inner .text-1{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.sec-map .google-my-map{
	text-align: center;
}
.sec-map .google-my-map > iframe{
	width: 325px;
	height: 325px;
	margin: auto;
}
@media (min-width: 1024px){
	.sec-map .sec-inner{
		padding: 120px 150px 239px;
	}
	.sec-map .sec-inner .sec-title{
		font-size: 42px;
		width: 180px;
		height: 75px;
		margin-bottom: 50px;
	}
	.sec-map .sec-inner .text-1{
		font-size: 68px;
		margin-bottom: 50px;
	}
	.sec-map .google-my-map > iframe{
		width: 1620px;
		height: 980px;
	}
}

/* footer */
.footer{
	background-color: #24A5C8;
	color: #FFF;
}
.footer .footer-inner{
	padding: 32px 25px 50px;
}
.footer .footer-inner .text-link{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: max-content;
}
.footer .footer-inner .text-link + .text-link{
	margin-top: 27px;
}
.footer .footer-inner .logo-wrap{
	display: flex;
	align-items: center;
	gap: 0 20px;
	margin-top: 27px;
}
.footer .footer-inner .logo-wrap .logo-link{
	width: 25px;
}
.footer .footer-inner .logo-main-wrap{
	margin: 70px 0;
	width: 146px;
}
.footer .footer-inner .logo-main-wrap a{
	display: block;
}
.footer .footer-inner .copyright{
	text-align: center;
	font-size: 10px;
}
@media (min-width: 1024px){
	.footer .footer-inner{
		padding: 75px 150px 100px; 
	}
	.footer .footer-top{
		display: flex;
		justify-content: space-between;
	}
	.footer .footer-inner .text-link{
		font-size: 18px;
	}
	.footer .footer-inner .text-link + .text-link{
		margin-top: 50px;
	}
	.footer .footer-inner .logo-wrap{
		align-items: flex-start;
		margin-top: 0;
		gap: 0 40px;
	}
	.footer .footer-inner .logo-wrap .logo-link{
		width: 40px;
	}
	.footer .footer-bottom{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-top: 95px;
	}
	.footer .footer-inner .logo-main-wrap{
		margin: 0;
		width: 293px;
	}
	.footer .footer-inner .copyright{
		font-size: 15px;
	}
}

/* en */
.page-en .btn-ovall{
	text-align: center;
}
.page-en .btn-ovall-white{
	text-align: center;
}
.page-en .sec-top .sec-inner{
	display: block;
	padding-left: 36px;
}
.page-en .sec-top .sec-inner .top-text-en{
	width: 269px;
}
.page-en .sec-top .sec-inner .top-title{
	margin-top: 33px;
	width: 302px;
}
.page-en .sec-about-iiyama .access-wrap{
	background-image: url('../images/map-en.svg');
}
.page-en .sec-plan .point-wrap .point-header .times{
	padding: 0;
	font-size: 7px;
}
.page-en .sec-plan .head-cont-wrap .head-text-1{
	font-size: 18px;
	line-height: 1.3;
}
.page-en .sec-plan-3 .head-cont-wrap .head-text-2{
	color: #FFF;
}
@media (min-width: 1024px){
	.page-en .sec-top .sec-inner{
		padding-left: 200px;
		padding-right: 0;
	}
	.page-en .sec-top .sec-inner .top-text-en{
		width: 485px;
		position: absolute;
		left: 0;
		bottom: 253px;
	}
	.page-en .sec-top .sec-inner .top-title{
		margin-top: 0;
		width: 777px;
	}
	.page-en .sec-about-iiyama{
		background: url('../images/map-en.svg') no-repeat bottom;
		background-position: top -300px right -250px;
		background-size: 1370px;
	}
	.page-en .sec-about-iiyama .access-wrap{
		background: none;
	}
	.page-en .sec-about-iiyama .sec-title-2{
		line-height: 1.4;
		font-size: 52px;
		margin-bottom: 59px;
	}
	.page-en .sec-about-iiyama .text-wrap{
		font-size: 28px;
	}
	.page-en .sec-about-iiyama .item-sub-title{
		font-size: 23px;
	}
	.page-en .sec-plan .point-wrap .point-header .times{
		padding: 0 0px 0;
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 16px;
	}
	.page-en .sec-plan .point-wrap .point-header .times br{
		display: none;
	}
}