@charset "UTF-8";

/* ================================================================

制作コンテンツ

info:
- レスポンシブの場合は、ブレイクポイント 768px で記述してください。
- SP用CSSを先に記述する方法を推奨します。下記の記述は例です。
- PCのみの場合は、記述を削除してください。

================================================================ */
/*=====追加テンプレートここから=====*/

html,a,form,div,table,ul,ol,li,dl,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	border: 0 none;
}
img{
	margin:0;
	padding:0;
	border: 0 none;
}
ul{
	list-style-type: none;
}

td{text-align:left;}

.inner img{
	vertical-align:bottom;
	}
	
h1,div{font-size:0;}

/*====================================
レスポンシブ設定
====================================*/
/*html, body {
	width: 100%;
	min-width:640px;

}
.wrap {
	overflow: hidden;
}

	
.viewpc {
	display: none;
}

.view_mb_tb{
	display: block;
}

.box990{
	width: 640px;
}

#rhi_WRAPPER01{
	background-image:none;
}

#rhi_WRAPPER02{
	background-image:none;
}


@media (min-width:768px){
html, body {
width: 100%;
min-width: 990px;
}

.viewpc {
	display: block;
}

.view_mb_tb{
	display: none;
}
}*/

/*====================================
basic
====================================*/
@media (min-width:768px){
#rhi_WRAPPER01{
	width: 100%;
	background-image: url(../images/hagi-iwami_bg01.jpg);
	margin: 0 auto;
	overflow: hidden;
	background-repeat:repeat-x;
	background-position: top center;
}

#rhi_WRAPPER02{
	width: 100%;
	background-image: url(../images/hagi-iwami_bg02.jpg);
	margin: 0 auto;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position: top center;
}
}

.position_r{
	position:relative;
	}


/*====================================
float
====================================*/
.flL {
	float:left;
	display: block;
}

.flR {
	float:right;
	display: block;
}

/*====================================
box
====================================*/
.box_0{
	margin: 0;
	padding: 0;
}

.box_0center{
	margin: 0 auto;
	padding: 0;
}
@media (min-width:768px){
.box990{
	width: 990px;
}}

/*====================================
clearfix
====================================*/
.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
/* Hides from IE-mac \*//*/
	height: auto;
	overflow: hidden;
/* End hide from IE-mac */
}
/*----------------------------------*/
.clear0 {
	clear: both;
	height: 0px;
}

/*=====追加テンプレートここまで=====*/
.on-btn{
	position: fixed;
    top: 30px;
    right: 8%;
    z-index: 1000;
}
.ttl_wrap {
	width: 990px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.ttl{
	width: 100%;
	height: 630px;
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	z-index:999;
}
.slide_bg{
	width: 100%;
	max-width: 1500px;
	height:630px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	overflow: hidden;
	margin:0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.slide_bg01{
	background-image:url(../images/slide01.jpg);
}
.slide_bg02{
	background-image:url(../images/slide02.jpg);
}
.slide_bg03{
	background-image:url(../images/slide03.jpg);
}
.slide_bg04{
	background-image:url(../images/slide04.jpg);
}
.slide_bg05{
	background-image:url(../images/slide05.jpg);
}

.spot-slide{
	width:100%;
	height:auto;
	aspect-ratio:750 / 556;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin:0 5px;}

.spot01-slide01{
	background-image:url(../images/spot01_slide01.jpg);}

.spot01-slide02{
	background-image:url(../images/spot01_slide02.jpg);}

.spot01-slide03{
	background-image:url(../images/spot01_slide03.jpg);}

.spot01-slide04{
	background-image:url(../images/spot01_slide04.jpg);}

.spot01-slide05{
	background-image:url(../images/spot01_slide05.jpg);}

.spot02-slide01{
	background-image:url(../images/spot02_slide01.jpg);}

.spot02-slide02{
	background-image:url(../images/spot02_slide02.jpg);}

.spot02-slide03{
	background-image:url(../images/spot02_slide03.jpg);}

.spot02-slide04{
	background-image:url(../images/spot02_slide04.jpg);}

.spot02-slide05{
	background-image:url(../images/spot02_slide05.jpg);}

.spot03-slide01{
	background-image:url(../images/spot03_slide01.jpg);}

.spot03-slide02{
	background-image:url(../images/spot03_slide02.jpg);}

.spot03-slide03{
	background-image:url(../images/spot03_slide03.jpg);}

.spot03-slide04{
	background-image:url(../images/spot03_slide04.jpg);}

.spot03-slide05{
	background-image:url(../images/spot03_slide05.jpg);}

.spot-slides{
	position: absolute;
	overflow: hidden;
	width: 100%;
	min-width: 990px;
}
.spot-slide{
	width:328px;
	height:244px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin:0 5px;}

.spot-on-01{
	position: absolute;
	z-index: 99;
	top: 0;
	left: 84px;
}
.spot-on-02{
	position: absolute;
	z-index: 99;
	top: 0;
	right: 66px;
}
.spot-on-03{
	position: absolute;
	z-index: 99;
	top: 0;
}

/* SP用CSSの記述 */


/* PC、Tablet用CSSの記述 */
@media (min-width:768px){

}
