@charset "utf-8";

body {
	overflow: auto;
}

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

:root {
	--color-1: #ABD6BD;
	--color-2: #E8EFAA;
	--color-3: #F6F1DC;
}

#main .winter2025mv {
	margin-bottom: -130px;
}
#main .winter2025 {
	width: 1200px;
	margin: 0 auto;
	background-size: auto;
}
#main .winter2025inner {
  overflow: hidden;
}
#main .winter2025innerTop {
  background-image: linear-gradient(to bottom, var(--color-1) 140px, var(--color-2) 350px 100%);
}
#main .winter2025calender {
	padding-block: 20px;
}
#main .winter2025calenderImg {
	margin-bottom: 20px;
}
#main .winter2025fare {
	position: relative;
  background-image: linear-gradient(to bottom, var(--color-2) 400px, var(--color-3) 80%);
  margin-block: 0 150px;
  z-index: 0;
}
#main .winter2025fare::after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 160px;
	background: url(../img/bg_bottom_pc.png) no-repeat center top;
	background-size: contain;
}

#main .winter2025fareTitle {
	margin-block: 0 40px;
  position: relative;
}
#main .winter2025fareTitle::before,
#main .winter2025fareTitle::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#main .winter2025fareTitle::before {
  background: url(../img/bg_pattern_A.png) no-repeat;
  width: 265px;
  height: 85px;
  top: 30px;
  right: 50px;
  background-size: 100%;
}
#main .winter2025fareTitle::after {
  background: url(../img/bg_pattern_B.png) no-repeat;
  width: 287px;
  height: 69px;
  top: 90px;
  left: 50px;
  background-size: 100%;
}

#main .winter2025fareTabs {
	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 .winter2025fareTabsContent {
	display: none;
	position: relative;
	clear: both;
	padding: 40px 0;
}
#main #tab01:checked ~ #tab01_content,
#main #tab02:checked ~ #tab02_content,
#main #tab03:checked ~ #tab03_content {
	display: block;
}
#main .winter2025fareTabsContentBlock {
	position: relative;
	max-width: 700px;
	border-radius: 20px;
	box-shadow: 12px 12px 0 0 #FBD8CA;
	background: #FFFFFF;
	background-size: contain, contain, auto;
	color: #333333;
}
#main .winter2025fareTabsContentBlock::before {
    content: '';
    position: absolute;
		z-index: -1;
}
#main .winter2025fareTabsContentBlock--02::before {
    right: -135px;
    top: -76px;
    width: 244px;
    height: 244px;
    background: url(../img/bg_pattern_C.png) no-repeat;
		background-size: 100%;
}
#main .winter2025fareTabsContentBlock--03::before {
    left: -245px;
    top: 0px;
    width: 408px;
    height: 408px;
    background: url(../img/bg_pattern_D.png) no-repeat;
		background-size: 100%;
}
#main .winter2025fareTabsContentBlock--05::before {
    right: -303px;
    top: -70px;
    width: 296px;
    height: 99px;
    background: url(../img/bg_pattern_E.png) no-repeat;
		background-size: 100%;
}
#main .winter2025fareTabsContentBlock--06::before {
    left: -288px;
    top: -55px;
    width: 268px;
    height: 85px;
    background: url(../img/bg_pattern_F.png) no-repeat;
		background-size: 100%;
}
#main .winter2025fareTabsContentBlock + .winter2025fareTabsContentBlock {
	margin-top: 110px;
}
#main .winter2025fareTabsContentBlockInfo {
	max-width: 420px;
	font-weight: bold;
}
#main .winter2025fareTabsContentBlock--reverse,
#main .winter2025fareTabsContentBlock--reverse .winter2025fareTabsContentBlockInfo {
	margin-left: auto;
}
#main .winter2025fareTabsContentBlockInfoRoute {
	padding: 40px 0 0;
	font-size: 24px;
}
#main .winter2025fareTabsContentBlockInfoFare {
	font-size: 32px;
}
#main .winter2025fareTabsContentBlockInfoFare small {
	padding-left: .2em;
	font-size: 60%;
}
#main .winter2025fareTabsContentBlockInfoBtn {
	margin: 10px 0 0;
}
#main .winter2025fareTabsContentBlockInfoBtn form button {
	width: 200px;
	padding: 10px 0;
	border: none;
	border-radius: 8px;
	background: #FF5230;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}
#main .winter2025fareTabsContentBlockImg {
	position: absolute;
	top: 23px;
	right: -185px;
	z-index: 99;
	width: 480px;
}
#main .winter2025fareTabsContentBlock--reverse .winter2025fareTabsContentBlockImg {
	right: auto;
	left: -190px;
}
#main .winter2025fareTabsContentBlockTxt {
	width: 100%;
	max-width: 380px;
	margin-left: 25px;
}
#main .winter2025fareTabsContentBlockTxt.row-reverse {
	margin: 0 25px 0 auto;
}
#main .winter2025fareAttention {
  position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding-block: 30px 40px;
	font-size: 14px;
	text-align: left;
}
#main .winter2025fareAttention::before {
  content: '';
  position: absolute;
  right: -53px;
  bottom: 0;
  width: 244px;
  height: 244px;
  background: url(../img/bg_pattern_C.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#main .winter2025fareAttention dd {
	padding-left: 1em;
	text-indent: -1em;
}

/* ソラシド +(ぷらす) */
#main .winter2025plus {
	position: relative;
}
#main .winter2025plusTitle {
	padding-bottom: 95px;
}
#main .winter2025plusTitle small {
	display: block;
	margin: 1.5em 0 0;
	font-size: 12px;
}
#main .winter2025plusBtn {
	width: 420px;
	margin: -35px auto 0;
}
#main .winter2025plusBtn a {
	display: block;
	position: relative;
	padding: 20px 0;
	border-radius: 35px;
	background-color: #FF5230;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	transition: .25s all;
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
}
#main .winter2025plusBtn a::before {
	content: '';
	position: absolute;
}
#main .winter2025plusBtn 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: #FFFFFF;
}
@media (hover: hover) {
	#main .winter2025plusBtn a:hover {
		opacity: .75;
	}
}
#main .winter2025plusInfo {
	margin: 80px 0 160px;
}
#main .winter2025plusInfoTitle {
	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 .pic figcaption {
  text-align: right;
  margin-block: .5em 0;
  line-height: 1;
}
#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: #ab771c;
	font-weight: bold;
	font-size: 16px;
}
#main .priceWrap .priceInner .price {
	color: #ab771c;
	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 20px;
	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 .winter2025 {
		width: 100%;
		background-size: contain;
	}
	#main .winter2025mv {
		margin: 0 auto;
	}

	#main #moduleS {
    margin-top: -13.333vw;
    padding: 2.667vw 0;
    text-align: left;
  }
	#main .winter2025calender {
		width: 90%;
		margin-inline: auto;
		padding-block: 0;
	}
	#main .winter2025calenderImg {
		padding-block: 0 8vw;
    margin-block: 0;
	}
	#main .winter2025calenderImg img {
		width: 100%;
		margin: 0 auto;
	}
	#main .winter2025fare {
    padding-block: 9.333vw 0;
    margin-block: 0 28vw;
    background-image: linear-gradient(to bottom, var(--color-2) 250px, var(--color-3) 50%);
  }
  #main .winter2025fare::after {
		width: 100%;
		height: 10.667vw;
		background: url(../img/bg_bottom_sp.png) no-repeat center top;
		background-size: contain;
	}
	#main .winter2025fareTitle {
		margin-block: 0 5.333vw;
	}
  #main .winter2025fareTitle::before {
    width: 28.8vw;
    height: 9.333vw;
    top: 0;
    right: 2.667vw;
  }
  #main .winter2025fareTitle::after {
    width: 31.2vw;
    height: 7.467vw;
    top: 8vw;
    left: 5.333vw;
  }
	#main .winter2025fareTabs,
	#main .winter2025fareAttention {
		width: 95%;
		margin: 0 auto;
		padding: 4vw 0 8vw;
	}
	#main .winter2025fareTabs {
		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 .winter2025fareTabsContent {
		padding: 2.667vw 0 4vw;
	}
	#main .winter2025fareTabsContentBlock + .winter2025fareTabsContentBlock {
		margin-top: 16vw;
	}
	#main .winter2025fareTabsContentBlock--02::before {
    width: 48vw;
    height: 48vw;
    top: -31.467vw;
    right: -26.667vw;
	}
	#main .winter2025fareTabsContentBlock--03::before {
    width: 65.067vw;
    height: 65.067vw;
    top: -42.667vw;
    left: -35.2vw;
	}
  #main .winter2025fareTabsContentBlock--05::before,
  #main .winter2025fareTabsContentBlock--06::before {
		content: none;
	}
	#main .winter2025fareTabsContentBlockInfo {
		margin: 0 auto 25px;
	}
	#main .winter2025fareTabsContentBlockInfoRoute {
		padding: 13.333vw 0 1.333vw;
	}
	#main .winter2025fareTabsContentBlockInfoBtn {
		margin: 4.533vw 0 0;
	}
	#main .winter2025fareTabsContentBlockImg {
		position: relative;
		top: auto;
		right: auto;
		width: 95%;
		margin: 20px auto 0;
	}
	#main .winter2025fareTabsContentBlock--reverse .winter2025fareTabsContentBlockImg {
		left: auto;
	}
	#main .winter2025fareTabsContentBlockTxt {
		margin: 0 auto;
	}
	#main .winter2025fareTabsContentBlockTxt.row-reverse {
		margin: 0 auto;
	}
	#main .winter2025fareAttention {
		padding: 9.333vw 0 5.333vw;
		line-height: 1.7;
    font-size: 3.733vw;
	}
  #main .winter2025fareAttention::before {
    right: 2.133vw;
    top: -25.867vw;
    width: 40vw;
    height: 40vw;
  }
	#main .winter2025Service {
		margin: 0 0 26.667vw;
	}
	#main .winter2025ServiceTitle {
		margin: 0 0 4vw;
	}
	#main .winter2025ServiceList {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	#main .winter2025ServiceList > li {
		width: 100%;
	}
	#main .winter2025ServiceList > li + li {
		margin: 5.333vw 0 0;
	}


	/* ソラシド +(ぷらす) */
	#main .winter2025plusTitle {
		padding-bottom: 18.667vw;
	}
	#main .winter2025plusTitle small {
		margin: 1em 0 0;
		font-size: 2.667vw;
	}
	#main .winter2025plusBtn {
		width: 80%;
		margin-top: -9.333vw;
	}
	#main .winter2025plusBtn a {
		padding: 3.733vw 0 3.2vw;
		font-size: 4.267vw;
	}
	#main .winter2025plusBtn a::before {
		right: 6.667vw;
		width: 2.667vw;
		height: 3.2vw;
	}
	#main .winter2025plusInfo {
		margin: 16vw 0 32vw;
		padding: 0 2.667vw;
	}
	#main .winter2025plusInfoTitle {
		margin: 0 0 5.333vw;
	}

	/* ガジェット */
	#main .priceWrap .boxIn {
		display: block;
	}
	#main .priceWrap .priceInner {
		margin: 15px auto 0;
		padding: 4vw 0 0;
	}
	#main .priceWrap .priceInner .pic {
		margin: 0 auto;
		padding: 0 1.333vw;
    max-width: 100%;
	}
  #main .priceWrap .priceInner .pic figcaption {
    font-size: 3.467vw;
  }
	#main .priceWrap .priceInner .detail {
		max-width: none;
		margin: 5.333vw 0 0;
	}
	#main .priceWrap .priceInner .tit,
	#main .priceWrap .priceInner .day,
	#main .priceWrap .priceInner .price {
		margin: 0 0 2.667vw;
	}
	#main .priceBox .boxIn .txt {
		width: 70%;
		margin: 0 auto;
		font-size: 4.267vw;
	}
	#main .priceBox .boxIn .txt2 {
		margin: 20px auto 0;
		font-size: 2.667vw;
	}
	#main .priceWrap .priceInner .priceSearch {
		margin: 5.333vw 0 0;
	}
	#main .priceBox .boxIn .priceSearch .pSIn {
		width: 100%;
		max-width: 72vw;
		margin: 0 auto;
	}
	#main .priceBox .boxIn .priceSearch .peopleNomber {
		float: left;
	}
	#main .priceWrap .priceInner .priceSearch .peopleNomber .cSelect {
		width: 16.533vw;
		height: 12vw;
	}
	#main .priceBox .boxIn .priceSearch form .btnSearch input {
		float: right;
		width: 36vw;
		height: 12.533vw;
		background-image: url(https://www.solaseedair.jp/tour/component/image/sc_btn001_sp.png);
		background-size: 36vw 12.533vw;
	}
}
