@charset "utf-8";

/*====================================================================================

		#price layout

====================================================================================*/

#price #contents > section:not(:last-of-type) {
	margin: 0 0 150px;
}

#price #contents section .inner .table_box table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	line-height: 1.2;
}

#price #contents section .inner .table_box table th {
	width: 30%;
	padding: 15px 10px;
	background-color: #D5E0E5;
	text-align: left;
	vertical-align: middle;
	font-weight: 500;
}

#price #contents section .inner .table_box table th span {
	font-size: 14px;
}

#price #contents section .inner .table_box table th.gth {
	width: 15%;
	background-color: #95B1BF;
	text-align: center;
	color: #fff;
}

#price #contents section .inner .table_box table td {
	padding: 15px 10px;
	background-color: #EAEFF2;
	vertical-align: middle;
}

#price #contents section .inner p.note {
	display: none;
}


@media screen and (max-width: 768px){
	#price #contents > section:not(:last-of-type) {
		margin: 0 0 80px;
	}
	
	#price #contents section .inner .table_box table {
		font-size: 3.5vw;
		line-height: 1.4;
	}
	
	#price #contents section .inner .table_box table th {
		padding: 10px;
	}
	
	#price #contents section .inner .table_box table th span {
		font-size: 2.9vw;
	}
	
	#price #contents section .inner .table_box table td {
		padding: 10px;
	}
	
	/*
	#price #contents section .inner .table_box {
		width: 100%;
		padding: 0 0 10px;
		overflow-x: scroll;
	}
	
	#price #contents section .inner .table_box::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	
	#price #contents section .inner .table_box::-webkit-scrollbar-track {
		border-radius: 5px;
		background-color: #eee;
	}
	
	#price #contents section .inner .table_box::-webkit-scrollbar-thumb {
		background-color: #ccc;
		border-radius: 5px;
	}
	
	#price #contents section .inner .table_box table {
		width: 130%;
		font-size: 3.5vw;
		line-height: 1.4;
	}
	
	#price #contents section .inner .table_box table th {
		width: 40%;
		padding: 10px 15px;
	}
	
	#price #contents section .inner .table_box table th.gth {
		width: 10%;
	}
	
	#price #contents section .inner .table_box table td {
		padding: 10px 15px;
	}
	
	#price #contents section .inner .table_box + p.note {
		margin: 10px 0 0;
		display: block;
		font-size: 3.2vw;
	}
	*/
	/*
	#price #contents section .inner .table_box table {
		width: 100%;
		font-size: 3.6vw;
		line-height: 1.6;
	}
	
	#price #contents section .inner .table_box table tr {
		display: flex;
		flex-flow: row wrap;
	}
	
	#price #contents section .inner .table_box table th {
		width: 47%;
		padding: 10px;
		border-right: solid 2px #fff;
		border-bottom: solid 2px #fff;
		display: block;
	}
	
	#price #contents section .inner .table_box table th.gth {
		width: 100%;
	}
	
	#price #contents section .inner .table_box table td {
		width: 53%;
		padding: 10px;
		border-right: solid 2px #fff;
		border-bottom: solid 2px #fff;
		display: block;
	}
	*/
	/*
	#price #contents section .inner .table_box table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		line-height: 1.4;
	}
	
	#price #contents section .inner .table_box table th {
		width: 100%;
		padding: 10px;
		border-bottom: solid 2px #fff;
		display: block;
	}
	
	#price #contents section .inner .table_box table th.gth {
		width: 100%;
	}
	
	#price #contents section .inner .table_box table td {
		width: 100%;
		padding: 10px;
		border-bottom: solid 2px #fff;
		display: block;
	}
	*/
}



/*===============================================================

		header layout

===============================================================*/

#price header .main_img.lower {
	background: url("../../img/price/main_img.jpg") center bottom / auto no-repeat;
}


@media screen and (min-width: 1501px){
	#price header .main_img.lower {
		background: url("../../img/price/main_img.jpg") center bottom / 100% auto no-repeat;
	}
}


@media screen and (max-width: 768px){
	#price header .main_img.lower {
		background: url("../../img/price/main_img.jpg") 10% bottom / auto 100% no-repeat;
	}
}



/*===============================================================

		#price #contents .normal layout

===============================================================*/

#price #contents .normal .inner p {
	margin: 0 0 20px;
}

#price #contents .normal .inner p:nth-of-type(2) {
	margin: 0 0 40px;
}

#price #contents .normal .inner .table_box table th {
	width: 23%;
}

#price #contents .normal .inner .table_box table th.gth {
	width: 23%;
}

@media screen and (max-width: 1100px){
	
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, {
		
	}
}


@media screen and (max-width: 768px){
	#price #contents .normal .inner .table_box table {
		width: 100%;
		font-size: 3.6vw;
		line-height: 1.6;
	}
	
	#price #contents .normal .inner .table_box table tr {
		display: flex;
		flex-flow: row wrap;
	}
	
	#price #contents .normal .inner .table_box table th {
		width: 50%;
		padding: 10px;
		border-right: solid 2px #fff;
		border-bottom: solid 2px #fff;
		display: flex;
		align-items: center;
	}
	
	#price #contents .normal .inner .table_box table th.gth {
		width: 100%;
		justify-content: center;
		font-size: 3.9vw;
	}
	
	#price #contents .normal .inner .table_box table td {
		width: 50%;
		padding: 10px;
		border-right: solid 2px #fff;
		border-bottom: solid 2px #fff;
		display: block;
	}
}



/*===============================================================

		#price #contents .winter_season layout

===============================================================*/

#price #contents .winter_season .inner h2 + p {
	
}

#price #contents .winter_season .inner .table_box table {
	margin: 40px 0 0;
	table-layout: fixed;
}

#price #contents .winter_season .inner .table_box table .col_01 {
	width: 10%;
}

#price #contents .winter_season .inner .table_box table .col_02 {
	width: 6%;
}

#price #contents .winter_season .inner .table_box table .col_03 {
	width: 6%;
}

#price #contents .winter_season .inner .table_box table .col_04 {
	width: 6%;
}

#price #contents .winter_season .inner .table_box table .col_05 {
	width: 6%;
}

#price #contents .winter_season .inner .table_box table .col_06 {
	width: 6%;
}

#price #contents .winter_season .inner .table_box table .col_07 {
	width: auto;
}

#price #contents .winter_season .inner .table_box table th {
	text-align: center;
}

#price #contents .winter_season .inner .table_box table td {
	text-align: center;
}


#price #contents .winter_season .inner ul.caution {
	margin: 40px auto;
}

#price #contents .winter_season .inner ul.caution li {
	padding-left: 1em;
	text-indent: -1em;
}

#price #contents .winter_season .inner .special {
	width: 800px;
	margin: 40px auto;
	padding: 20px;
	border: solid 2px #D90000;
	text-align: center;
	color: #D90000;
}

#price #contents .winter_season .inner .special h5 {
	margin: 0 0 20px;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4;
}

#price #contents .winter_season .inner .special p {
	margin: 0 0 10px;
}

#price #contents .winter_season .inner .special p span {
	font-family: 20px;
	font-weight: 700;
}


@media screen and (max-width: 768px){
	#price #contents .winter_season .inner h2 span {
		font-size: 5.5vw;
	}
	
	#price #contents .winter_season .inner h2 + p {
		margin: 0 0 30px;
	}
	
	#price #contents .winter_season .inner p.note {
		margin: 40px 0 10px;
		display: block;
		font-weight: 700;
	}
	
	#price #contents .winter_season .inner .table_box {
		width: 100%;
		padding: 0 0 10px;
		overflow-x: scroll;
	}
	
	#price #contents .winter_season .inner .table_box::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	
	#price #contents .winter_season .inner .table_box::-webkit-scrollbar-track {
		border-radius: 5px;
		background-color: #eee;
	}
	
	#price #contents .winter_season .inner .table_box::-webkit-scrollbar-thumb {
		background-color: #ccc;
		border-radius: 5px;
	}
	
	#price #contents .winter_season .inner .table_box table {
		width: 120%;
		margin: 0;
		font-size: 3vw;
		line-height: 1.4;
	}
	
	#price #contents .winter_season .inner .table_box table .col_01 {
		width: 15%;
	}
	
	#price #contents .winter_season .inner .table_box table .col_02 {
		width: 11%;
	}
	
	#price #contents .winter_season .inner .table_box table .col_03 {
		width: 10%;
	}
	
	#price #contents .winter_season .inner .table_box table .col_04 {
		width: 10%;
	}
	
	#price #contents .winter_season .inner .table_box table .col_05 {
		width: 10%;
	}
	
	#price #contents .winter_season .inner .table_box table .col_06 {
		width: 10%;
	}
	
	#price #contents .winter_season .inner .table_box table .col_07 {
		width: 30%;
	}
	
	#price #contents .winter_season .inner .table_box table th {
		width: auto;
		padding: 10px 2px;
	}
	
	#price #contents .winter_season .inner .table_box table th.gth {
		width: auto;
		font-size: 3.3vw;
	}
	
	#price #contents .winter_season .inner .table_box table td {
		padding: 10px 2px;
	}
	
	#price #contents .winter_season .inner ul.caution {
		margin: 20px 0 40px;
		font-size: 3.6vw;
	}
	
	#price #contents .winter_season .inner .special {
		width: auto;
	}
	
	#price #contents .winter_season .inner .special h5 {
		font-size: 5vw;
		font-weight: 700;
	}
	
	#price #contents .winter_season .inner .special p:last-of-type {
		text-align: left;
	}
	
	#price #contents .winter_season .inner .special p em {
		font-family: 4.2vw;
		font-weight: 700;
	}
}



/*===============================================================

		#price #contents .vegetable_plan layout

===============================================================*/

#price #contents .vegetable_plan .inner section {
	margin: 60px 0 0;
}

#price #contents .vegetable_plan .inner section .table_box table {
	line-height: 1.4;
}

#price #contents .vegetable_plan .inner section .table_box table th {
	width: 20%;
	background-color: #95B1BF;
	text-align: center;
	color: #fff;
}


@media screen and (max-width: 768px){
	#price #contents .vegetable_plan .inner section {
		margin: 40px 0 0;
	}
	
	#price #contents .vegetable_plan .inner section .table_box table {
		line-height: 1.6;
	}
	
	#price #contents .vegetable_plan .inner section .table_box table th {
		width: 25%;
	}
}



/*===============================================================

		#price #contents .other_plan layout

===============================================================*/

#price #contents .other_plan .inner .table_box table {
	line-height: 1.4;
}

#price #contents .other_plan .inner .table_box table th.gth {
	width: 40%;
}

#price #contents .other_plan .inner ul.caution {
	margin: 1em 0 0;
}

#price #contents .other_plan .inner ul.caution li {
	padding-left: 1em;
	text-indent: -1em;
}


@media screen and (max-width: 768px){
	#price #contents .other_plan .inner .table_box table {
		line-height: 1.6;
	}
}



/*===============================================================

		#price #contents .relax_plan layout

===============================================================*/

#price #contents .relax_plan .inner p {
	margin: 0 0 2em;
}

#price #contents .relax_plan .inner .table_box table th {
	width: 20%;
}


@media screen and (max-width: 768px){
	#price #contents .relax_plan .inner .table_box table th {
		width: 30%;
		padding: 10px;
	}
	
	#price #contents .relax_plan .inner .table_box table th.gth {
		width: 30%;
		text-align: center;
	}
	
	#price #contents .relax_plan .inner .table_box table td {
		vertical-align: middle;
	}
}



/*===============================================================

		#price #contents .day_trip_plan layout

===============================================================*/

#price #contents .day_trip_plan .inner .table_box table th .ml {
	margin-left: 1em;
	font-size: 16px;
}

@media screen and (max-width: 768px){
	#price #contents .day_trip_plan .inner .table_box table th {
		width: 50% !important;
	}
	
	#price #contents .day_trip_plan .inner .table_box table th .ml {
		margin-left: 0;
	}
}



/*===============================================================

		#price #contents .ex_class_plan layout

===============================================================*/

#price #contents .ex_class_plan .inner aside {
	margin: 60px 0 0;
	padding: 40px;
	background-color: #EAEFF2;
	text-align: center;
}

#price #contents .ex_class_plan .inner aside h3 {
	margin: 0 0 20px;
}

#price #contents .ex_class_plan .inner aside h3 span::before,
#price #contents .ex_class_plan .inner aside h3 span::after {
	border-top: solid 1px #80A2B3;
}

#price #contents .ex_class_plan .inner aside h4 {
	font-size: 20px;
	font-weight: 600;
}

#price #contents .ex_class_plan .inner aside dl {
	margin: 1em 0;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

#price #contents .ex_class_plan .inner aside dl div {
	display: flex;
	justify-content: center;
}

#price #contents .ex_class_plan .inner aside dl div:nth-of-type(1) {
	width: 100%;
}

#price #contents .ex_class_plan .inner aside dl div:nth-of-type(2),
#price #contents .ex_class_plan .inner aside dl div:nth-of-type(3) {
	margin-right: 1em;
}

#price #contents .ex_class_plan .inner aside dl div dt {
	margin: 0 1em 0 0;
	position: relative;
}

#price #contents .ex_class_plan .inner aside dl div dt::after {
	content: "…";
	position: relative;
	right: -8px;
}


@media screen and (max-width: 768px){
	#price #contents .ex_class_plan .inner aside {
		margin: 30px 0 0;
		padding: 20px;
		text-align: left;
		font-size: 3.6vw;
	}
	
	#price #contents .ex_class_plan .inner aside h3 {
		font-size: 4.6vw;
	}
	
	#price #contents .ex_class_plan .inner aside h4 {
		text-align: center;
		font-size: 4.2vw;
		font-weight: 700;
	}
	
	#price #contents .ex_class_plan .inner aside h4 + p {
		text-align: center;
	}
	
	#price #contents .ex_class_plan .inner aside dl {
		display: flex;
		justify-content: flex-start;
		flex-flow: row wrap;
		line-height: 1.4;
	}
	
	#price #contents .ex_class_plan .inner aside dl div {
		margin: 0 0 7px;
		display: flex;
		justify-content: flex-start;
	}
	
	#price #contents .ex_class_plan .inner aside dl div:nth-of-type(1) dt {
		flex-shrink: 0;
	}
	
	#price #contents .ex_class_plan .inner aside dl div:nth-of-type(2),
	#price #contents .ex_class_plan .inner aside dl div:nth-of-type(3) {
		margin-right: 0;
	}
	
	#price #contents .ex_class_plan .inner aside dl div dt {
		width: 7em;
		margin: 0 1em 0 0;
		position: relative;
	}
	
	#price #contents .ex_class_plan .inner aside dl div dt::after {
		content: "…";
		position: absolute;
		right: 0;
	}
	
	#price #contents .ex_class_plan .inner aside dl div dd {
	}
}



/*===============================================================

		#price #contents .privilege layout

===============================================================*/

#price #contents .privilege .inner .box {
	padding: 40px;
	background-color: #F9F7F4;
}

#price #contents .privilege .inner .box h3 {
	color: #333;
}

#price #contents .privilege .inner .box h3 span::before,
#price #contents .privilege .inner .box h3 span::after {
	border-top: solid 1px #333;
}

#price #contents .privilege .inner .box div {
	display: flex;
	justify-content: space-between;
}

#price #contents .privilege .inner .box div p.img {
	order: 1;
}

#price #contents .privilege .inner .box div p.txt {
	margin: 0 40px 0 0;
	order: 0;
}

#price #contents .privilege .inner p.caution {
	margin: 20px 0 0;
	text-align: right;
}


@media screen and (max-width: 768px){
	#price #contents .privilege .inner .box {
		padding: 20px;
	}
	
	#price #contents .privilege .inner .box h3 {
		margin: 0 0 20px;
	}
	
	#price #contents .privilege .inner .box div {
		display: block;
	}
	
	#price #contents .privilege .inner .box div p.img {
		order: 1;
	}
	
	#price #contents .privilege .inner .box div p.txt {
		margin: 20px 0 0;
		order: 0;
	}
}











/*====================================================================================

		#hina layout

====================================================================================*/

/*===============================================================

		#hina #contents .hina layout

===============================================================*/

#hina #contents .hina {
	
}


@media screen and (max-width: 1100px){
	
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, {
		
	}
}


@media screen and (max-width: 768px){
	#hina #contents .hina  {
		
	}
}