@charset "utf-8";

/* spのみ
------------------ */
/* キャッチ */
#sp_catch{
	text-align: center;
	font-weight: bold;
	color: #0c449b;
	padding: 1rem;
}

#catch{
	display: none;
}

/* ボタン群 */
#sp_index_bt{
	margin: 0 1rem 1rem 1rem;
	text-align: center;
}

#sp_index_bt li{
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin: 0 1px 10px 1px;
}

#sp_index_bt li a{
	display: block;
	border-radius: 5px;
	background: #0c449b;
	color: #fff;
	text-decoration: none;
	padding: 0.5rem 0;
	font-weight: bold;
}

#sp_index_bt2{
	text-align: center;
	margin-bottom: 4rem;
}

@media print, screen and (min-width: 980px){
#sp_catch, #sp_index_bt, #sp_index_bt2{
	display: none;
}
#sp_catch{display: block;}
#sp_catch .pc_none{display: none;}
/*#catch{
	display: block;
	text-align: center;
	font-weight: bold;
	color: #0c449b;
	padding: 1rem 0 0.5rem;
}*/
}

/* index共通
------------------ */
.index_sec{
	margin: 0 1rem 4rem 1rem;
}

.index_h01{
	font-size: 128.57%;
	position: relative;
	padding:0 0 0 0.8em;
	margin-bottom: 1.5rem;
	color: #0c449b;
}

.index_h01:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 1em;
	background: #0c449b;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.index_h01:after{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #24b2c8;
	position: absolute;
	bottom: 5px;
	left: 0;
}

.index_h02{
	font-size: 128.57%;
	color: #0c449b;
	margin-bottom: 1rem;
}

@media print, screen and (min-width: 980px){
.index_wrap{
	overflow: hidden;
}

.index_column{
	width: 480px;
}
}

/* index MV
------------------ */
#index_mv{
	text-align: center;
	margin:0 1rem 2rem 1rem;
}

@media print, screen and (min-width: 980px){
#index_mv{
	margin:0 0 2rem 0;
}
}

/* 快適に～
------------------ */
.index_column .index_h01{
	margin-bottom: 0;
}

/* カラム */
#kaiteki{
	margin-bottom: 2rem;
}

@media print, screen and (min-width: 980px){
#kaiteki{
	float: left;
	margin-bottom: 0;
}

#price_etc{
	float: right;
}
}

/* 快適に～枠 */
#kaiteki_body{
	border:2px solid #0c449b;
	background: #fffae5;
	padding: 1rem 1rem 0 1rem;
}

.kaiteki{
	border-bottom: 3px double #ccc;
	margin-bottom: 1rem;
}

.kaiteki .en{
	background: #fc0;
	color: #fff;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	width: 52px;
	font-size: 30px;
	text-align: center;
}

.kaiteki h3{
	display: table-cell;
	vertical-align: middle;
	padding-left: 0.5rem;
	font-size: 114.29%;
	line-height: 1.3;
}

.kaiteki h3 span{
	font-size: 125%;
	color: #c00;
}

.kaiteki p{
	margin: 0.5rem 0 1rem 0;
}

@media print, screen and (min-width: 980px){
#kaiteki_body{
	padding: 2rem 1.5rem 1rem 1.5rem;
}

.kaiteki{
	margin-bottom: 2rem;
	padding-bottom: 0.5rem;
}

.kaiteki h3{
	font-size: 142.86%;
}
}

/* 料金表
------------------ */
#price{
	margin-bottom: 2rem;
}

#price_img{
	display: block;
	width: 100%;
}

#price_body{
	border: 2px solid #0c449b;
	border-top: none;
	padding: 1rem 0 1.5rem 0;
	text-align: center;
}

#price_body .button_orange{
	font-size: 157.14%;
}

/* 簡単見積り
------------------ */
#estimate{
	margin-bottom: 2rem;
}

#estimate_bt .button_orange{
	font-size: 157.14%;
}

#calendar_wrap #result{
	/*min-height: 150px;*/
	display: block;
}

#calendar_wrap #result div{
	background: #ffb;
	border :4px solid #f00;
}

@media print, screen and (min-width: 980px){
#estimate{
	margin-bottom: 0;
}
}

/* お知らせ
------------------ */
	
.news_pc,
.news_sp{
	margin: 0 1rem 0 1rem;
	border: 2px solid #0c449b;
}

.news_pc h2,
.news_sp h2{
	background: #0c449b;
	color: #fff;
	text-align: center;
	padding: 0.2rem 0;
}

.news_body{
	padding: 1em;
	font-size: 112.5%;
}

.covid_19_pc{
	display: none;
}

.covid_19_sp{
	display: block;
	position: relative;
	top: 90px;
}

.news_pc{display: none;}
.news_sp{margin-bottom: 3rem;}


@media print, screen and (min-width: 980px){
.news_pc{
	width: 980px;
	margin: 0 auto 0 auto;
	display: table;
}
	
.news_pc{display: block;}
.news_sp{display: none;}

.news_pc h2{
	display: table-cell;
	width: 180px;
	vertical-align: middle;
}

.news_body{
	display: table-cell;
}
	
.covid_19_pc{
		display:block
	}
	
.covid_19_sp{
		display:none;
	}
}


/* 繁忙期設定期間
------------------ */
#season,
#season_sp{
	display: none;
	margin:0 1rem 1rem 1rem;
	color: #4eb16e;
	font-weight: bold;
	font-size: 17px; 
	border: 2px solid #0c449b;
}
	
#season #title,
#season_sp #title{ 
	padding:  0.2rem 0;
	border-bottom:2px solid #0c449b;
	box-sizing: border-box;
	text-align: center;
	background-color: #f7f7f7;
}


.season_body{
	padding: 1rem;
}
	
#season .term,
#season_sp .term{
	display: inline-block;
	margin: 0 0 0 0;
}
	
#season #notification,
#season_sp #notification{
	display: block;
}

#season_sp{
	display: table;
	margin-bottom: 3rem;
}

@media print, screen and (min-width: 980px){
	
	#season,
	#season_sp{ 
		display: table;
		width: 980px;
		margin: 0 auto 30px auto;
	}
	
	#season #title,
	#season_sp #title{ 
		display: table-cell;
		width: 180px;
		vertical-align: middle;
		border-right:2px solid #0c449b;
		border-bottom: none;
	}
	
	.season_body{
		display: table-cell;
	}
	
	#season_sp{display: none;}
	
}



/* 8つの特徴
------------------ */
#appeal{
	background: #d3f0f4;
	padding: 4rem 0 1px 0;
	margin-bottom: 4rem;
}

#appeal li{
	padding-bottom: 1rem;
}

#appeal li img{
	display: block;
	margin: 0 auto 0.5rem auto;
	border: 10px solid #fff;
	box-sizing: border-box;
}

#appeal li h3{
	font-size: 125%;
	color: #0c449b;
	margin-bottom: 0.5rem;
	text-align: center;
}

@media print, screen and (min-width: 980px){
#appeal li{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin: 0 14px ;
	padding-bottom: 1.5rem;
}

#appeal li:first-child, #appeal li:nth-of-type(2){
	width: 46%;
}
}

/* 利用者は確認
------------------ */
/* 見出しここのみ調整 */
#guide{
	margin: 0 1rem 1rem 1rem;
}

@media print, screen and (min-width: 980px){
#guide{
	margin: 0 auto 1rem auto;
	width: 980px;
}
}

/* 確認ブロック */
.guide{
	padding: 2rem 0;
}

.guide .section{
	margin-bottom: 0;
}

.guide:nth-of-type(odd){
	background: #e8f5f8;
}

#guide_last{
	border-bottom: 1px dotted #ccc;
}

/* 予約：場内図 */
#parking_map{
	margin-bottom: 1.5rem;
}

#parking_map img{
	border: 4px solid #fff;
	box-sizing: border-box;
}

@media print, screen and (min-width: 980px){
#guide_reserve{
	position: relative;
}

#parking_map{
	margin:0;
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
}

#guide_reserve p{
	width: 66%;
}
}

/* 予約：受けられる便 */
#guide_ta{
	width: 100%;
	border: 3px solid #0a367c;
	margin-bottom: 1.5rem;
	background: #fff;
	font-weight: bold;
}

#guide_ta th{
	display: block;
	background: #0c449b;
	color: #fff;
	text-align: left;
	padding: 0.5rem ;
}

#guide_ta td{
	display: inline-block;
	width: 50%;
	background: #fff;
	padding: 0.5rem 0;
	text-align: center;
}

@media print, screen and (min-width: 640px){
#guide_ta{
	table-layout: fixed;
}

#guide_ta th{
	display: table-cell;
	padding: 1rem 0;
	text-align: center;
	border-bottom: 1px solid #0a367c;
}

#guide_ta td{
	display: table-cell;
	width:auto;
	border-bottom: 1px solid #0a367c;
	padding: 1rem 0;
}
}

@media print, screen and (min-width: 980px){
#guide_ta{
	width: 66%;
}
}

/* 来店：地図 */
#index_map{
	margin-bottom: 1.5rem;
}

#index_map iframe{
	display: block;
	width: 100%;
	min-height: 300px;
}

@media print, screen and (min-width: 980px){
#index_map iframe{
	min-height: 400px;
}
}

.guide .ta{
	border: 3px solid #0a367c;
}

/*eof*/