@charset "utf-8";

body {
	overflow: auto;
}

#main .pc-visible {
	display: block;
	margin: 0 auto;
}
#main .sp-visible {
	display: none;
}

:root {
	--color-1: #77E7FF;
	--color-2: #D4FFFF;
}

#main .summer2025mv {
	margin-bottom: -130px;
}
#main .summer2025 {
	width: 1200px;
	margin: 0 auto;
	background-size: auto;
}
#main .summer2025inner {
	background-color: var(--color-1);
}
#main .summer2025calender {
	padding: 0 0 20px;
}
#main .summer2025calenderImg {
	margin-bottom: 20px;
}
#main .summer2025fare {
	position: relative;
  padding-block: 120px 0;
	margin-block: 60px 145px;
  background-image: linear-gradient(to bottom, var(--color-1) 0px 2px, var(--color-2) 2px 100%);
}
#main .summer2025fare::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 120px;
	background: url(../img/bg_fare_pc01.png) no-repeat center bottom;
	background-size: contain;
  z-index: 99;
}
#main .summer2025fare::after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 160px;
	background: url(../img/bg_pattern01_pc.png) no-repeat center top;
	background-size: contain;
}

#main .summer2025fareTitle {
	margin-block: -140px 0;
}

#main .summer2025fareTabs {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#main .tab_item {
	display: block;
	float: left;
	width: calc(100%/3);
	height: 100px;
	cursor: pointer;
	transition: all .2s ease;
}
#main #tab01 + .tab_item {
	background: url(../img/tab_off_pc01.png) no-repeat;
	background-size: 100%;
}
#main #tab02 + .tab_item {
	background: url(../img/tab_off_pc02.png) no-repeat;
	background-size: 100%;
}
#main #tab03 + .tab_item {
	background: url(../img/tab_off_pc03.png) no-repeat;
	background-size: 100%;
}
#main #tab01:checked + .tab_item {
	background: url(../img/tab_on_pc01.png) no-repeat;
	background-size: 100%;
}
#main #tab02:checked + .tab_item {
	background: url(../img/tab_on_pc02.png) no-repeat;
	background-size: 100%;
}
#main #tab03:checked + .tab_item {
	background: url(../img/tab_on_pc03.png) no-repeat;
	background-size: 100%;
}
#main .tab_item:hover {
	opacity: .75;
}
#main input[name='tab_item'] {
	display: none;
}
#main .summer2025fareTabsContent {
	display: none;
	clear: both;
	padding: 40px 0;
}
#main #tab01:checked ~ #tab01_content,
#main #tab02:checked ~ #tab02_content,
#main #tab03:checked ~ #tab03_content {
	display: block;
}
#main .summer2025fareTabsContentBlock {
	position: relative;
	max-width: 700px;
	border-radius: 20px;
	box-shadow: 12px 12px 0 0 rgba(119, 231, 255, .4);
	background: #FFFFFF;
	background-size: contain, contain, auto;
	color: #333333;
}
#main .summer2025fareTabsContentBlock + .summer2025fareTabsContentBlock {
	margin-top: 110px;
}
#main .summer2025fareTabsContentBlockInfo {
	max-width: 420px;
	font-weight: bold;
}
#main .summer2025fareTabsContentBlock--reverse,
#main .summer2025fareTabsContentBlock--reverse .summer2025fareTabsContentBlockInfo {
	margin-left: auto;
}
#main .summer2025fareTabsContentBlockInfoRoute {
	padding: 40px 0 0;
	font-size: 24px;
}
#main .summer2025fareTabsContentBlockInfoFare {
	font-size: 32px;
}
#main .summer2025fareTabsContentBlockInfoFare small {
	padding-left: .2em;
	font-size: 60%;
}
#main .summer2025fareTabsContentBlockInfoBtn {
	margin: 10px 0 0;
}
#main .summer2025fareTabsContentBlockInfoBtn form button {
	width: 200px;
	padding: 10px 0;
	border: none;
	border-radius: 8px;
	background: #FF9230;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}
#main .summer2025fareTabsContentBlockImg {
	position: absolute;
	top: 23px;
	right: -185px;
	z-index: 99;
	width: 480px;
}
#main .summer2025fareTabsContentBlock--reverse .summer2025fareTabsContentBlockImg {
	right: auto;
	left: -190px;
}
#main .summer2025fareTabsContentBlockTxt {
	width: 100%;
	max-width: 380px;
	margin-left: 25px;
}
#main .summer2025fareTabsContentBlockTxt.row-reverse {
	margin: 0 25px 0 auto;
}
#main .summer2025fareAttentionWrap {
	position: relative;
}

#main .summer2025fareAttention {
	max-width: 900px;
	margin: 0 auto;
	padding-block: 70px 40px;
	font-size: 14px;
	text-align: left;
}
#main .summer2025fareAttention dd {
	padding-left: 1em;
	text-indent: -1em;
}

/* ソラシド +(ぷらす) */
#main .summer2025plus {
	position: relative;
}
#main .summer2025plusTitle {
	padding-bottom: 95px;
}
#main .summer2025plusTitle small {
	display: block;
	margin: 1.5em 0 0;
	font-size: 12px;
}
#main .summer2025plusBtn {
	width: 420px;
	margin: -35px auto 0;
}
#main .summer2025plusBtn a {
	display: block;
	position: relative;
	padding: 20px 0;
	border-radius: 35px;
	background-color: #FFF128;
	color: #44C31D;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	transition: .25s all;
}
#main .summer2025plusBtn a::before {
	content: '';
	position: absolute;
}
#main .summer2025plusBtn a::before {
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	top: 0;
	right: 30px;
	bottom: 0;
	width: 10px;
	height: 15px;
	margin: auto;
	background-color: #FF9C00;
}
@media (hover: hover) {
	#main .summer2025plusBtn a:hover {
		opacity: .75;
	}
}
#main .summer2025plusInfo {
	margin: 80px 0 160px;
}
#main .summer2025plusInfoTitle {
	margin: 0 0 45px;
}

/* ガジェット */
#main .priceWrap .priceInner {
	max-width: 900px;
	margin: 50px auto 0;
	padding: 50px 0 0;
	border-top: solid 1px #ABE1B1;
}
#main .priceWrap .priceInner:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}
#main .priceWrap .boxIn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 40px;
}
#main .priceWrap .priceInner .pic {
	max-width: 430px;
}
#main .priceWrap .priceInner .detail {
	display: flex;
	flex-direction: column;
	position: relative;
	max-width: 350px;
}
#main .priceWrap .priceInner .tit {
	font-weight: bold;
	font-size: 24px;
}
#main .priceWrap .priceInner .day {
	margin-block: 8px 5px;
	color: #549074;
	font-weight: bold;
	font-size: 16px;
}
#main .priceWrap .priceInner .price {
	color: #57C464;
	font-weight: bold;
	font-size: 32px;
}
#main .priceBox .boxIn .txt {
	width: 85%;
	margin-inline: auto;
	text-align: left;
}
#main .priceBox .boxIn .txt2 {
	width: 85%;
	margin: 20px auto;
	font-size: 10px;
	text-align: center;
}
#main .priceWrap .priceInner .priceSearch {
	margin: auto 0 0;
	padding: 12px 0;
	background-color: #C6C6C6;
	text-align: center;
}
#main .priceWrap .priceInner .priceSearch .peopleNomber {
	display: inline-block;
}
#main .priceWrap .priceInner .priceSearch .peopleNomber .cSelect {
	width: 50px;
	height: 35px;
	padding: 0 0 0 10px;
        	box-shadow: 2px 3px 4px -4px #000000;
	   -moz-box-shadow: 2px 3px 4px -4px #000000;
	-webkit-box-shadow: 2px 3px 4px -4px #000000;
	background-image: url(/img/reservation/cont/icon_select_arrow_pc.png);
	background-position: right center;
	background-size: 16px 14px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-size: 14px;
}
#main .priceWrap .priceInner .priceSearch .btnSearch {
	display: inline-block;
}
#main .priceWrap .priceInner .priceSearch .btnSearch input {
	width: 122px;
	height: 39px;
	border: 0;
	background: url(https://www.solaseedair.jp/tour/component/image/sc_btn001_pc.png) no-repeat, #C6C6C6;
	text-indent: -9999px;
	cursor: pointer;
}


@media only screen and (max-width: 600px) {
	#main .pc-visible {
		display: none;
	}
	#main .sp-visible {
		display: block;
	}

	#main .summer2025 {
		width: 100%;
		background-size: contain;
	}
	#main .summer2025mv {
		margin: 0 auto;
	}

	#main #moduleS {
    margin-top: -50px;
    padding: 10px 0;
    text-align: left;
  }
	#main .summer2025calender {
		width: 90%;
		margin-inline: auto;
		padding-block: 0;
	}
	#main .summer2025calenderImg {
		padding-block: 0 30px;
    margin-block: 0;
	}
	#main .summer2025calenderImg img {
		width: 100%;
		margin: 0 auto;
	}
	#main .summer2025fare {
		padding-block: 26.667vw 0;
    margin-block: 8vw 37.333vw;
	}
  #main .summer2025fare::before {
		width: 100%;
    height: 26.667vw;
    background: url(../img/bg_fare_sp01.png) no-repeat center bottom;
    background-size: contain;
  }
  #main .summer2025fare::after {
		width: 100%;
		height: 30.667vw;
		background: url(../img/bg_pattern01_sp.png) no-repeat center top;
		background-size: contain;
	}
	#main .summer2025fareTitle {
		margin-block: -18.667vw 0;
	}
	#main .summer2025fareTabs,
	#main .summer2025fareAttention {
		width: 95%;
		margin: 0 auto;
		padding: 15px 0 30px;
	}
	#main .summer2025fareTabs {
		position: relative;
	}
	#main .tab_item {
		width: calc(100%/3);
		height: 30vw;
	}
	#main #tab01 + .tab_item {
		background: url(../img/tab_off_sp01.png) no-repeat;
		background-size: 100%;
	}
	#main #tab02 + .tab_item {
		background: url(../img/tab_off_sp02.png) no-repeat;
		background-size: 100%;
	}
	#main #tab03 + .tab_item {
		background: url(../img/tab_off_sp03.png) no-repeat;
		background-size: 100%;
	}
	#main #tab01:checked + .tab_item {
		background: url(../img/tab_on_sp01.png) no-repeat;
		background-size: 100%;
	}
	#main #tab02:checked + .tab_item {
		background: url(../img/tab_on_sp02.png) no-repeat;
		background-size: 100%;
	}
	#main #tab03:checked + .tab_item {
		background: url(../img/tab_on_sp03.png) no-repeat;
		background-size: 100%;
	}
	#main .summer2025fareTabsContent {
		padding: 10px 0 15px;
	}
	#main .summer2025fareTabsContentBlock + .summer2025fareTabsContentBlock {
		margin-top: 40px;
	}
	#main .summer2025fareTabsContentBlock::before {
		content: none;
	}
	#main .summer2025fareTabsContentBlockInfo {
		margin: 0 auto 25px;
	}
	#main .summer2025fareTabsContentBlockInfoRoute {
		padding: 50px 0 5px;
	}
	#main .summer2025fareTabsContentBlockInfoBtn {
		margin: 17px 0 0;
	}
	#main .summer2025fareTabsContentBlockImg {
		position: relative;
		top: auto;
		right: auto;
		width: 95%;
		margin: 20px auto 0;
	}
	#main .summer2025fareTabsContentBlock--reverse .summer2025fareTabsContentBlockImg {
		left: auto;
	}
	#main .summer2025fareTabsContentBlockTxt {
		margin: 0 auto;
	}
	#main .summer2025fareTabsContentBlockTxt.row-reverse {
		margin: 0 auto;
	}
	#main .summer2025fareAttention {
		padding: 90px 0 20px;
		line-height: 1.7;
	}
	#main .summer2025Service {
		margin: 0 0 100px;
	}
	#main .summer2025ServiceTitle {
		margin: 0 0 15px;
	}
	#main .summer2025ServiceList {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	#main .summer2025ServiceList > li {
		width: 100%;
	}
	#main .summer2025ServiceList > li + li {
		margin: 20px 0 0;
	}


	/* ソラシド +(ぷらす) */
	#main .summer2025plusTitle {
		padding-bottom: 70px;
	}
	#main .summer2025plusTitle small {
		margin: 1em 0 0;
		font-size: 10px;
	}
	#main .summer2025plusBtn {
		width: 80%;
		margin-top: -35px;
	}
	#main .summer2025plusBtn a {
		padding: 14px 0 12px;
		font-size: 16px;
	}
	#main .summer2025plusBtn a::before {
		right: 25px;
		width: 10px;
		height: 12px;
	}
	#main .summer2025plusInfo {
		margin: 60px 0 120px;
		padding: 0 10px;
	}
	#main .summer2025plusInfoTitle {
		margin: 0 0 20px;
	}

	/* ガジェット */
	#main .priceWrap .boxIn {
		display: block;
	}
	#main .priceWrap .priceInner {
		margin: 15px auto 0;
		padding: 15px 0 0;
	}
	#main .priceWrap .priceInner .pic {
		margin: 0 auto;
		padding: 0 5px;
	}
	#main .priceWrap .priceInner .detail {
		max-width: none;
		margin: 20px 0 0;
	}
	#main .priceWrap .priceInner .tit,
	#main .priceWrap .priceInner .day,
	#main .priceWrap .priceInner .price {
		margin: 0 0 10px;
	}
	#main .priceBox .boxIn .txt {
		width: 70%;
		margin: 0 auto;
		font-size: 16px;
	}
	#main .priceBox .boxIn .txt2 {
		margin: 20px auto 0;
		font-size: 10px;
	}
	#main .priceWrap .priceInner .priceSearch {
		margin: 20px 0 0;
	}
	#main .priceBox .boxIn .priceSearch .pSIn {
		width: 100%;
		max-width: 270px;
		margin: 0 auto;
	}
	#main .priceBox .boxIn .priceSearch .peopleNomber {
		float: left;
	}
	#main .priceWrap .priceInner .priceSearch .peopleNomber .cSelect {
		width: 62px;
		height: 45px;
	}
	#main .priceBox .boxIn .priceSearch form .btnSearch input {
		float: right;
		width: 135px;
		height: 47px;
		background-image: url(https://www.solaseedair.jp/tour/component/image/sc_btn001_sp.png);
		background-size: 135px 47px;
	}
}
