@charset "utf-8";

/*全体設定*/

/************▼windows10+IE11.0（パララックスでマウススクロールでガタガタする）対策ＣＳＳ編*********** */
/************対策ＨＴＭＬ編は.htmlにjavascriptを追加したがどうも効いていないようす。この対策CSS編が有効な模様。だが、このCSS対策によりページトップに戻るキーが使えなくなった）*********** */
html{
 overflow: hidden;
 height: 100%;
}
body{
 overflow: auto;
 height: 100%;
}
/************▲windows10+IE11.0（パララックスでマウススクロールでガタガタする）対策ＣＳＳ編*********** */

div#all_contents{
	color: #eee;
	font-family: "ヒラギノ明朝 ProN W3",'Hiragino Mincho ProN',"ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
	font-size: 1rem;
	line-height: 1.5em; 
	background-image: url(../img/kabe_b.jpg);

	}

a.gosi {
	color: #eee;
	text-decoration: none; 
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: bold;
	}
a{
	color: #ccc;
}
a:hover{
	color: white;
}

a:link{
	text-decoration: none;
}
a:visited{
	color: #ccc;
}

h1, h2 {
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 1; 
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: bold;
	}
	
h2{
	text-align: left;
	font-size: 1.3em;
	}
	
span.midashi{
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.icon{
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}
.icon img{
	width: 40px;
}

.icon2 img{
	width: 40px;	
}
.icon_ex, .icon_ex2{
	float: right;
	margin-top: 10px;
	line-height: 1.3;
	font-size: 14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.explain .icon img{
	width: 40%;
	height: auto;
}


/*------ .wrapper（前面スクロール部） 設定------*/
.wrapper {
	width: 72%;
	margin: 0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

 #hole .wrapper {
padding: 60px 0 60px 0; 
}

 #fright1 .wrapper {
padding: 60px 0 60px 0; 
}
  #fright1 .wrapper img{
	 width: 600px;
	 float: right;
	 display: block;
	 margin: 5px 0 30px 30px;
 }
 
  .wide img{
	 width: 72%;
	 display: block;
	 margin: -20px auto 60px auto;
 }
 
 #fright2 .wide img{
	 margin-top: -140px;
 }
 img#small{
	 width: 70px;
 }
  #fright2 .wrapper {
padding: 60px 0 60px 0; 
}
  #fright2 .wrapper img{
	 width: 600px;
	 float: right;
	 margin: 5px 0 0 30px;
 }

 #fright2 .wrapper .icon img{
	width: 40px;
	float: right;
	margin-left: 10px;
}
 
   #mark .wrapper {
padding: 60px 0 60px 0; 
}
  #mark .wrapper img{
	  width: 530px;
	 float: right;
	 display: block;
	 margin: 10px 0 30px 30px;
 }
   #mark .wrapper img#small{
	  width: 100px;
	
	 display: inline;
	 margin: 20px 0 100px 10px;
 }
 
.explain span#float{
	display: block;
	text-align: left;
	margin: auto;
	width: 100%;
	position: relative;
	top: 750px;
	left: 0;
	z-index: 1000;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}


/*------ :after（向こう面固定部） 設定------*/
section:after, header:after {
	content: "";
	display: block;
	height: 500px;
	width: 100%;
	padding:0;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6); }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	section:after, header:after {
      background-attachment: scroll; 
	 }
}

header:after {
	width: 100%;
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 36.76%;
    background: url(../img/sasayuriroof.jpg) 0 0 no-repeat;
    background-size: contain;
}
#hole:after {
	background-image: url(../img/heli.jpg);
}
#fright1:after {
	height: 678px;
	background-image: url(../img/yama_new.jpg);
background-size: 1643px 678px;
}
#mark:after {
	height: 744px;
	background-image: url(../img/unkai.jpg);
background-size: 1643px 744px;
}
#fright2:after {
	height: 992px;
	background-image: url(../img/sasayuri_sky.jpg);
background-size: 1643px 849px;
}

/*-----１３６０ｐｘより大きいデバイス-----*/
@media only screen and (min-width: 1360px) {
	.wrapper {
	width: 990px;
	}
	
	 .wide img{
	 width: 980px;
 }
}
/*---------------------------------------*/

