@charset "utf-8";

/* indexのみ上書き
------------------ */
@media print, screen and (min-width: 980px){
#main{
	margin: 0;
}
}

#main_img{
	width: 100%;
	height: 50vh;
	background-image: url("../../images/main.jpg");
	background-size:  cover;
	background-repeat: no-repeat;
	
	position: relative;
}

#main_img .main_text{
	width: 90%;
	width: 90%;
	color: #fff;
	text-align: center;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	bottom: auto;
}

#main_img .main_text h1{
	font-size: 110%;
	font-weight: normal;
	letter-spacing: 2px;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	
	border-bottom: 3px solid #fff;
}

#main_img .main_text h1 > .en{
	font-size: 80%;
	font-weight: 500;
	display: block;
}

#main_img .main_text h1 > .strong{
	font-size: 150%;
}

#main_img .main_text > .en{
	font-size: 95%;
	letter-spacing: 3px;
}


@media print, screen and (min-width: 980px){
	
	#main_img{
		height: 65vh;
	}	
	
	#main_img .main_text h1 br{
		display: none;
	}

	#main_img .main_text h1 > .strong{
		font-size: 180%;
	}
}


@media print, screen and (min-width: 1280px){
	
}

@media print, screen and (min-width: 1480px){
	
	#main_img .main_text{
		width: 75%;
	}
	
	#main_img .main_text h1 {
    	font-size: 160%;
    	letter-spacing: 4px;
	}
}



/*----------
　キャッチ
----------*/


.bg_grada{
	background: rgb(32,34,107);
	background: linear-gradient(180deg, rgba(32,34,107,1) 5%, rgba(14,16,63,1) 100%);
}


.flex_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.flex_box.responsive_1{
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: column-reverse;
	        flex-flow: column-reverse;
}


.flex_box.responsive_1 .text_block{
	width: 100%;
}


.flex_box.responsive_1 .text_block p{
	text-align: center;
}

.text_block{
	width: 50%;
	text-align: center;
	padding:0 1rem 0 1.5rem;
	box-sizing: border-box;
}

.text_wrap{
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}

.text_block p{
	font-size: 90%;
	/*letter-spacing: 1px;*/
	line-height: 2.3;
}

#catch p:last-of-type{
	margin-bottom: 0;
}

#catch{
	padding: 3rem 0 0;
	-webkit-box-align:  start;
	    -ms-flex-align:  start;
	        align-items:  flex-start;
}

#catch .guide_wrap{
	margin-bottom: 1rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.text_block .call_li{
	width: 75%;
}


.text_block .call_li a{
	color: white;
    text-decoration: none;
}

.text_block .guide{
	margin-left: 5%;
	text-align: center;
}

.text_block .guide img{
	width: 75%;
}

.text_block .guide figcaption{
	font-size: 80%;
	white-space: nowrap;
	text-shadow: #333 1px 0 10px;
}

.text_block .call_li li{
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	margin-bottom: 0.5rem;
	font-size: 95%;
	letter-spacing: 1px;
	background-color: #0e103f;
	box-sizing: border-box;
	text-align: center;
}

.text_block .call_li br{
	display: inline-block;
}

.ph_block{
	width: 65%;
	position: relative;
	text-align: left;
}

#catch .ph_block{
	margin-top: -80px;
	margin-left: auto;
	margin-bottom: 2rem;
}


#catch .text_block{
	text-align: left;
}



@media print, screen and (min-width: 480px){
	
	.text_block .call_li br{
		display: none;
	}
}

@media print, screen and (min-width: 780px){
		
	.flex_box.responsive_1{
		-ms-flex-flow: nowrap;
		    flex-flow: nowrap;
	}
	
	#catch .text_block{
		width: 65%;
		text-align: center;
	}	
	
	#catch .text_block p{
		text-align: left;
	}
	
	#catch .ph_block{
		width: 45%;
		margin-bottom: 0;
	}
	
	.text_wrap{
		width: auto;
	}
	
	.text_block p{
		font-size: 105%;
		letter-spacing: 3px;
		line-height: 2.3;
	}
	
	
	.text_block .call_li li{text-align: left;}
}


@media print, screen and (min-width: 980px){

	.flex_box{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	

	.flex_box.responsive_1 .text_block{
		width: 50%;
	}

	.ph_block{
		width: 50%;
	}
	
	.text_block{
		width: 50%;
		text-align: center;
		padding:0 2rem;
	}
	
	.text_block p{
		text-align: left;
		font-size: 115%;
		letter-spacing: 3px;
	}

	
	#catch .ph_block{
		width: 50%;
		margin-top: -120px;
		
		position: relative;
	}
}


@media print, screen and (min-width: 1280px){
	

}

@media print, screen and (min-width: 1480px){
	
	.text_block p{
		letter-spacing: 6px;
	}
}

.bus_inside{
	margin-bottom: 3rem;
	overflow: hidden;
}

.bus_inside figure{
	width: 32%;
	height: 12em;
	margin-right: 2%;
	text-align: center;
}

.bus_inside figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.bus_inside figure:last-of-type{
	margin-right: 0;
}

#bus .text_block{
	margin-bottom: 2rem;
}


@media print, screen and (min-width: 780px){
	
	
	.bus_inside figure{
		height: auto;
	}
	
	.bus_inside figure img{
		width: 100%;
		height:auto;
	}
	
	#bus .text_wrap{
		text-align: left;
	}
	#bus .text_wrap p{
		text-align: left;
	}
}


#spot_ph.flex_box{
	margin-bottom: 3rem;
	overflow: hidden;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}


#spot_ph figure{
	width: 23%;
	height: 10em;
	margin-right: 2%;
	box-sizing: border-box;
}


#spot_ph figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#spot_ph figure:last-of-type{
	margin-right: 0;
}

.price_block{
	text-align: center;
}

.price_block .price_list{
	width: 90%;
	display: inline-block;
	padding: 1rem 0;
}

.price_block .price_list li {
    text-align: left;
	padding:0 0 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid white;
	letter-spacing: 2px;
	line-height: 2;
}

.price_list .type{
	display: block;
	font-size: 105%;
	letter-spacing: 0;
	margin-bottom: 1.3rem;
}

.price_list .small{
	font-size: 90%;
	letter-spacing: 0;
}

.price_block .golf{
	font-size: 115%;
	text-align:right;
	margin-right: 5%;
}


@media print, screen and (min-width: 780px){
	

	#spot_ph figure{
		height: auto;
	}
	
	
	#spot_ph figure img{
		width: 100%;
		object-fit: none;
	}
}
	
@media print, screen and (min-width: 980px){
	

	
	.price_block .price_list{
		width: auto;
		padding: 1rem 0;
	}
	
	.price_block .price_list li {
		padding:0 4rem 2rem;
	    margin-bottom: 2rem;
	}	
	
	.price_block .price_list li .type br{
		display:none;
	}	

	.price_list .type{
		font-size: 125%;
		letter-spacing: 3px;
	}
}



/*eof*/