/* CSS Document */

#spot+#search #searchMenuSelect li:nth-of-type(3){
	display: block;
	}

#searchResult{
	margin: 0;
	padding: 0;
	}
	#searchResult h2{
		display: none;
		}
	#searchResult h2+div{}
		#searchResult h2+div p{
			padding: 10% 0;
			text-align: center;
			opacity: 0.5;
			}
	#searchResult section{
		border-bottom: 1px solid #b2b6bc;
		}
	#searchResult h3{
		font-size: 1.5em;
		font-weight: bold;
		}
	#searchResult h3+div{
		margin-top: 1em;
		}

#pagenation{
	padding-top: 0;
	}

.summary{
	display: flex;
	flex-direction: column;
	}
	.summary p{
		color: #000;
		line-height: 1.7em;
		}
	.summary ul{
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		font-size: 0.875em;
		margin: 0.5em -0.5em 0 0;
		}
	.summary li{
		margin: 0.5em 0.5em 0 0;
		padding: 0.5em 1em;
		border: 1px solid #b2b6bc;
		border-radius: 4px;
		color: inherit;
		}
	.summary dl{
		display: flex;
		align-items: center;
		margin-bottom: 1em;
		order: -1;
		}
	.summary dt{
		margin-right: 0.3em;
		}
	.summary dd{
		margin-right: 1em;
		}

.plan{}
	.plan dl{
		position: relative;
		display: -ms-grid;
		display: grid;
		grid-gap: 1em;
		margin-top: 1.5em;
		background: #fff;
		border: 1px solid #cacaca;
		border-radius: 12px;
		}
	.plan dt{
		-ms-grid-column: 3;
		-ms-grid-row: 1;
		color: #1696ac;
		font-weight: bold;
		}
		.plan dt a{
			color: inherit;
			text-decoration: none;
			line-height: 1.5em;
			}
	.plan dt+dd{
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 4;
		grid-column: 1;
		grid-row: 1 / 4;
		}
	.plan dd+dd{
		-ms-grid-column: 3;
		-ms-grid-row: 2;
		font-size: 0.875em;
		line-height: 1.7em;
		}
	.plan dl+div{
		margin-top: 1.5em;
		display: flex;
		justify-content: center;
		}
		.plan dl+div a{
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			max-width: 320px;
			padding: 1em;
			padding-right: 3em;
			background: #fff;
			border: 1px solid #b2b6bc;
			border-radius: 6px;
			color: inherit;
			font-weight: bold;
			text-align: center;
			line-height: 1.5em;
			text-decoration: none;
			}
			.plan dl+div a:hover{
				background: #e6f3f5;
				border-color: currentColor;
				color: #1696ac;
				}
			.plan dl+div i{
				position: absolute;
				top: calc(50% - 0.5em);
				right: 1em;
				}
	.plan .thumb{
		border-radius: 8px;
		}




/* for all */
@media (max-width: 1199.98px) {
/*1199px以下*/
}
@media (max-width: 991.98px) {
/*991px以下*/
}


/* for mobile */
@media (max-width: 767.98px) {
/*767以下px*/
.plan{}
	.plan dl{
		padding: 1em;
		}
}
@media (max-width: 767.98px) and (orientation:portrait) {
/*767px以下 縦向き*/
.plan{}
	.plan dl{
		-ms-grid-columns: 10em 1em auto;
		grid-template-columns: 10em auto;
		}
}
@media (max-width: 767.98px) and (orientation:landscape) {
/*767px以下 横向き*/
}
@media (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) {
/*767px以下 横向き, 768px以上,*/
.plan{}
	.plan dl{
		-ms-grid-columns: 1fr 1em 3fr;
		grid-template-columns: 1fr 3fr;
		}
}
@media (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) and (max-width: 991.98px) {
/*767px以下 横向き, 768px～991px*/
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
.plan{}
	.plan dl{
		padding: 1.5em;
		}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
/*768px～1199px*/
}
@media (min-width: 768px) and (max-width: 991.98px) {
/*768px～991px*/
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
}
@media (min-width: 992px) and (max-width: 1199.98px) {
/*992px～1199px*/
}
@media (min-width: 1200px) {
/*1200px以上*/
}




