@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://use.fontawesome.com/releases/v6.7.2/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smoothul
}

#wrapper {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 0 50px;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Shippori Mincho B1', serif;
	overflow: hidden;
}

#wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper a {
	word-break: break-all;
}

#wrapper img {
	vertical-align: bottom;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}

@media screen and (min-width: 760px) {
	.pc_none {
		display: none;
	}
}

@media screen and (max-width: 759.9px) {
	.sp_none {
		display: none;
	}
}

.marker {
	background: linear-gradient(transparent 70%, rgba(255, 210, 44, 0.6) 70%);
	font-weight: bold;
	padding-bottom: 0.1em;
}

.slash {
	width: fit-content;
	margin: 0 auto 20px;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
	background-size: 15px;
	font-size: 120%;
}

@media screen and (max-width: 759.9px) {
	.slash {
		padding: 0 20px;
		background-size: 10px;
		font-size: 110%;
	}
}

p.credit {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10px 2px;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	width: fit-content;
	margin: 5px 5px 5px auto;
	border-radius: 15px;
}

.disnon {
	display: none;
}

/*--------予約ボタン-------------*/
a.godetail {
	background: #465691;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	transition: 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	border: solid 2px;
	height: 60px;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 20px;
}

a.godetail:hover {
	opacity: 0.8;
	background-image: linear-gradient(150deg, rgba(168, 202, 240, 1), rgba(195, 243, 239, 1));
	color: #062d5e;
	border: solid 2px #062d5e;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		font-size: 14px;
	}
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	background: url("../images/kochia.jpg")no-repeat center;
	background-size: cover;
	height: 600px;
	position: relative;
}

.page_roof .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.page_roof .inner h2 {
	width: 100%;
	max-width: 950px;
	height: 100%;
	animation: fadeIn 2s;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_roof h2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.page_roof p.attention {
	width: fit-content;
	margin: 0 5px 0 auto;
	text-indent: -1em;
}
@media screen and (max-width: 759.9px) {
	.page_roof {
		height: 50vh;
	}
	.page_roof p.attention {
		width: fit-content;
		margin: 0 5px 0 2em;
		text-indent: -1em;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*--------.toplead-------------*/
.toplead {
	margin: 0 10px;
	padding: 60px 0 50px;
}

.toplead p {
	text-align: center;
	font-size: 160%;
}

@media screen and (max-width: 759.9px) {
	.toplead {
		margin: 0 10px;
		padding: 70px 0 30px;
	}
	.toplead p {
		font-size: 120%;
	}
}

/*------------pageContent-----------*/
.pageContent {
	width: 100%;
	padding: 60px 0 40px;
}
#normalplan {
	background:#FDF4CA;
}
#premiumplan {
	background:#FCFFE0;
}
#guidance {
	background:#EAE8ED;
}
@media screen and (max-width: 759.9px) {
	.pageContent {
		width: 100%;
		padding: 40px 0 30px;
	}
}

.pageContent .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
}

.pageContent h3.title{
	font-size: 200%;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 759.9px) {
	.pageContent h3.title{
		font-size: 140%;
		margin-bottom: 20px;
	}
}

.pageContent p.sample {
	width: fit-content;
	margin: 10px 0 0 auto;
	position: relative;
	font-size: 90%;
}

.pageContent p.sample::before {
	content: "";
	position: absolute;
	top: 0;
	left: -60px;
	bottom: 0;
	width: 55px;
	background: url("../images/itinerary/line_double_car.svg")repeat-x center;
}

@media screen and (max-width: 759.9px) {
	.pageContent p.sample {
		margin: 5px 0 0 auto;
		position: relative;
		font-size: 90%;
	}

	.pageContent p.sample::before {
		content: "";
		position: absolute;
		top: 0;
		left: -40px;
		bottom: 0;
		width: 35px;
		background: url("../images/itinerary/line_double_car.svg")repeat-x center;
	}
}
/*----通常プラン ホテル一覧----*/
.hotel_unit {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2%;
	margin-bottom: 40px;
}

.hotel_unit .hotelbox {
	width: 40%;
	border: 1px solid #CCC;
	padding: 10px;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.hotel_unit .hotelbox img {
	width: 100%;
}
.hotel_unit .hotelbox h4{
	font-size: 140%;
	text-align: center;
	margin-bottom: 10px;
}
.hotel_unit .hotelbox p.attention{
	text-align: right;
	margin: 5px 5px 0 0;
}

@media screen and (max-width: 759.9px) {
	.hotel_unit {
		gap: 10px;
		margin-top: 30px;
	}
	.hotel_unit .hotelbox {
		width: 90%;
		border: 1px solid #CCC;
		padding: 10px;
		margin: 0 auto 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.hotel_unit .hotelbox p.attention{
		text-align: left;
		margin: 5px 5px 0 5px;
		width: 100%;
	}

	.hotel_unit .hotelbox:nth-child(even) {
		flex-direction: row-reverse;
	}
	.hotel_unit .hotelbox h4{
		font-size: 110%;
		text-align: center;
		margin-bottom:0;
		width: 40%;
	}
	.hotel_unit .hotelbox img{
		width: 60%;
	}
}
/*----プレミアムプラン ホテル----*/

.hotel_wrap {
	margin-bottom: 30px;
}

.hotel_wrap dl {
	width: 90%;
	border: 1px solid #CCC;
	padding: 10px;
	background: #FFFFFF;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
}
.hotel_wrap dl dt{
	width: 45%;
}
.hotel_wrap dl dd{
	width: 55%;
	padding: 20px;
}
.hotel_wrap dl dt img {
	width: 100%;
}
.hotel_wrap dl dd h4{
	font-size: 140%;
	text-align: center;
	margin-bottom: 10px;
}
.hotel_wrap dl dd p.lead{
	font-size: 120%;
	text-align: center;
	margin-bottom: 20px;
}
.hotel_wrap dl dd ul{
	width: 80%;
	margin: 0 auto;
}
.hotel_wrap dl dd ul li{
	display: flex;
	font-size: 100%;
	border-bottom: 1px dashed #CCC;
	padding: 2px;
	margin-bottom: 2px;
}
.hotel_wrap dl dd ul li span{
	white-space:nowrap;
	font-weight: bold;
	font-size: 90%;
}
@media screen and (max-width: 759.9px) {
	.hotel_wrap dl {
		width: 90%;
		border: 1px solid #CCC;
		padding: 10px;
		margin: 0 auto 20px;
		display: block;
	}
	.hotel_wrap dl h4{
		font-size: 120%;
		text-align: center;
		margin-bottom:0;
	}
	.hotel_wrap dl dt{
		width: 100%;
	}
	.hotel_wrap dl dd{
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
	}

}

/*---体験メニュー----*/
.taiken_wrap {
	margin-bottom:40px;
}

@media screen and (min-width: 760px) {
	.taiken_wrap dl {
		width: 80%;
		border: 2px solid #007996;
		border-radius: 20px;
		overflow: hidden;
		background: #FFFFFF;
		margin:0 auto 30px;
		position: relative;
		display: flex;
		align-items: center;
	}
	.taiken_wrap dl .area,
	.hotel_wrap dl .area{
		position: absolute;
		top:0;
		left:15px;
		height: 30px;
		width: fit-content;
		background: #007996;
		border-radius: 0 0 10px 10px;
		padding: 0 15px;
		display: flex;
		align-items: center;
		font-size: 90%;
		color: #FFFFFF;
		line-height: 1;
		justify-content: center;
	}
	.taiken_wrap dl dd{
		width: 52%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 10px 20px;
	}
	.taiken_wrap dd .shop{
		text-align: center;
		margin-bottom: 10px;
	}
	.taiken_wrap dd h4{
		font-size: 140%;
		text-align: center;
		margin-bottom: 10px;
	}
	.taiken_wrap dd .comment{
		margin-bottom: 10px;
	}
	.taiken_wrap dd .comment p{
		font-size: 110%;
		text-align: center;
	}
	.taiken_wrap dd .comment p.note{
		text-align: left;
		font-size: 90%;
		margin-top: 10px;
	}
	.taiken_wrap dd ul{
		width: fit-content;
		margin: 0 auto;
	}
	.taiken_wrap dl ul li{
		border-bottom: 1px dashed #007996;
		padding: 2px;
		margin-bottom: 2px;
		font-size: 100%;
	}	
	.taiken_wrap dl .photo{
		width: 48%;
	}
	.taiken_wrap dl .photo img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.taiken_wrap dl .photo img{
		clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
	}
	.taiken_wrap dl:nth-child(even) .photo img{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
	}

}
@media screen and (max-width: 759.9px) {
	.taiken_wrap dl {
		width: 90%;
		border: 2px solid #007996;
		border-radius: 15px;
		overflow: hidden;
		background: #FFFFFF;
		margin:0 auto 20px;
		position: relative;
		display: block;
	}
	.taiken_wrap dl .area,
	.hotel_wrap dl .area{
		position: absolute;
		top:0;
		left:15px;
		height: 25px;
		width: fit-content;
		background: #999;
		border-radius: 0 0 5px 5px;
		padding: 0 10px;
		display: flex;
		align-items: center;
		font-size: 90%;
		color: #FFFFFF;
		line-height: 1;
		justify-content: center;
	}
	.taiken_wrap dl dd{
		width: 100%;
		padding: 10px 20px;
	}
	.taiken_wrap dd .shop{
		text-align: center;
		margin-bottom: 10px;
	}
	.taiken_wrap dd h4{
		font-size: 120%;
		text-align: center;
		margin-bottom: 10px;
	}
	.taiken_wrap dd .comment{
		margin-bottom: 10px;
	}
	.taiken_wrap dd .comment p{
		font-size: 110%;
		text-align: center;
	}
	.taiken_wrap dd .comment p.note{
		text-align: left;
		font-size: 90%;
		margin-top: 10px;
	}
	.taiken_wrap dd ul{
		width: fit-content;
		margin: 0 auto;
	}
	.taiken_wrap dl ul li{
		border-bottom: 1px dashed #007996;
		padding: 4px;
		margin-bottom: 2px;
		font-size: 100%;
	}	
	.taiken_wrap dl .photo{
		width: 100%;
		height: auto;
	}
	.taiken_wrap dl .photo img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.taiken_wrap dl .photo img{
		clip-path: polygon(0 10%,100% 0, 100% 100%,0 100%);
	}
	.taiken_wrap dl:nth-child(even) .photo img{
		clip-path: polygon(0 0,100% 10%, 100% 100%,0 100%);
	}

}
.taiken_wrap dl ul li.ind{
	text-indent: -1em;
	margin-left: 1em;
}	
.taiken_wrap p.attention{
	width: fit-content;
	margin: -15px auto 0;
	text-indent: -1em;
}

.yoyaku {
	width: 95%;
	max-width: 850px;
	margin: 0 auto;
	padding: 30px 0;
}
@media screen and (min-width: 760px) {
	.yoyaku .yoyaku_unit{
		display: flex;
		justify-content: center;
		align-items: center;
		gap:2%;
	}
	.yoyaku .yoyaku_unit a.godetail{
		width: 49%;
	}
}
/*------------ガイダンス---------*/
.guidance {
  font-size: 100%;
	width: fit-content;
	border: 1px dotted #CCCCCC;
	padding: 15px 15px 10px 15px;
	margin: 0 auto 40px;
	background: rgba(255,255,255,0.6);
	font-family: 'Noto Sans JP', sans-serif;
}

.guidance h4 {
  font-size: 100%;
  margin-bottom: 10px;
}

.guidance ul {
  margin-left: 15px;
}

.guidance ul li {
  font-size: 100%;
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 760px) {
	.guidance ul li.flex {
		display: flex;
		text-indent:0;
		margin-left: 0;
	}
	.guidance ul li.flex span {
		white-space: nowrap;
	}
}
.guidance ul li img{
	display: block;
	width: 200px;
	height: auto;
	margin: 5px 0;
}
.guidance ul li::before {
  content: "●";
  font-size: 90%;
  margin-right: 3px;
}

.guidance ul li.tel::before {
  content: "■";
  font-size: 90%;
  margin-right: 3px;
}

.guidance a {
  color: #C50B0E;
  font-weight: bold;
  font-size: 110%;
}
@media screen and (max-width: 759.9px) {
	.guidance {
		width: 95%;
		padding: 15px 10px 10px 5px;
	}
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
/* ドットインジケーターの位置*/
.swiper-container.inbox .swiper-pagination {
	bottom: 5px;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
}

