@charset "utf-8";

/*全体設定*/

/************▼windows10+IE11.0（パララックスでマウススクロールでガタガタする）対策ＣＳＳ編*********** */
/************対策ＨＴＭＬ編は.htmlにjavascriptを追加。どちらが効いているかは未確認*********** */
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/byobu2.jpg);
	}

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

a:hover{
	color: #fff;
	}

h1 {
	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;
	}
	
span.midashi{
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}


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

 #jikyu .wrapper {
	width: 100%;
	height: 363px;
	background:  url(../img/0.jpg) center no-repeat;
	padding: 0;
	background-position: center center;
	background-size: auto 363px;
}

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

#kotae .wrapper {
	padding: 60px 0 60px 0; 
}
	
#kako .wrapper {
	padding: 60px 0 60px 0; 
}
	
#nihon .wrapper {
	padding: 60px 0 60px 0; 
}
	
#tuishin .wrapper {
}

#shime .wrapper {
	width: 100%;
	height: 687px;
	background:  url(../img/01.jpg) center no-repeat;
	padding: 0;
	margin: 0;
	background-position: center bottom;
	background-size: auto 687px;
}


/*------ :after（向こう面固定部） 設定------*/
section:after, header:after {
	content: "";
	display: block;
	height: 550px;
	width: 100%;
	background-size: cover;
	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 {
	background-image: url(../img/00.jpg);
	background-size: auto 358px;/*画像の縦を358px、横はブラウザの幅まかせ*/
	background-position: center top;
	margin-top: 0;
	height: 320px;
}
	
#jikyu:after {
	background-image: url(../img/02.jpg);
height: 450px;
}

#india:after {
	background-image: url(../img/03.jpg);
}

#kotae:after {
	background-image: url(../img/04.jpg);
}
	
#kako:after {
	background-image: url(../img/05.jpg);
}
	
#nihon:after {
	background-image: url(../img/07.jpg);	
}
	
#tuishin:after {
	height: 0;
}
	
#shime:after {
	background-image: url(../img/09.jpg);
	background-size: auto 687px;/*画像の縦を358px、横はブラウザの幅まかせ*/
	background-position: center bottom;
	height: 680px;
}
	
	
/*-----　table（旅のプラン）設定　------*/
table {
	width: 700px;
	margin: auto;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
}

table  th{
	width: 30%;
	font-weight: bold;
	vertical-align: top;
	padding: 8px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

table td{
	width: 70%;
	vertical-align:top;
}

table td.top{
	border-top: 1px solid #ccc;
	padding-top: 8px;
}

table th.top{
	border-top: 1px solid #ccc;
}

table td.bottom{
	padding-bottom: 5px;
}


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

