@charset "UTF-8";

body	{
	font-size: 112.5%;
	/* font-family: 'メイリオ','Hiragino Kaku Gothic Pro', sans-serif; */
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	background-color: #f9f9f9;
}

@media screen and (max-width: 768px) {
	body	{
		font-size: 100%;}
}

/* container */
.container	{
	width: calc(100% - 100px);
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #ffffff;
}

@media screen and (max-width: 768px) {
	.container	{
		width: 100%;
		padding-top: 0;
	}
}

.container .inner	{
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1140px) {
	.container .inner {
    	width: 1024px;
    	margin-left: auto;
    	margin-right: auto;
	}
}

/* メインビジュアル */
.main-visual img	{
	width: 100%;
	height: auto;
	border: none
}

/* ナビゲーション */
.navi	{
	margin: 0;
}

.navi1 ul	{
	margin:0 auto;
	padding:0;
	text-align: center;
	list-style: none
}

.navi1 li a	{
	margin: 0;
	color: #000000;
	font-size: 0.889em;
	text-decoration: none
}


.navi li {
	margin: 0;
	width: auto;
	display: inline-block;
	padding-left: 18px;
	padding-right: 18px
}

/* ナビゲーションボタン */
#navbtn	{
	position: fixed;
	top: 13px;
	right: 2px;
	padding: 4px 8px;
	border: solid 1px #666666;
	border-radius: 5px;
	background-color: #666666;
	cursor: pointer;
	z-index: 10;
}

#navbtn i	{
	color: #ffffff;
	font-size: 1.2em;
}

#navbtn span	{
	display: inline-block;
	text-indent: -9999px
}

/* Re:来人とは Re:来人のねらい */
#About	{padding-top: 120px}
#Aim	{
	margin-top: 90px;
	padding-bottom: 45px;
}

.about-relight	{
	padding-left: 2em;
	padding-right: 2em
}

.about-relight h2	{
	margin: 0;
	padding: 0;
	text-align: center
}

.wave	{
	width: 20%;
	height: 1em;
	background: url("../img/hr-12.png") repeat-x 0 0;
	border: 0;
}

.about-relight p {
	margin-top: 70px;
	color: #3f3b3a;
	font-size: 1em;
}

@media screen and (max-width: 768px) {
	.about-relight {
		padding-left: 1em;
		padding-right: 1em;
	}

	.about-relight h2	{font-size: 1.167em}

	.wave	{width: 50%}
}

.relight-img	{
	margin-top: 70px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.relight-img img	{
	width: 100%;
	height: auto;
	border: none
}

/* 旅のしおり */

.tours-title	{
	padding-top: 45px;
	padding-bottom: 50px;
	background-color: #f9f9f9;
}

.tours-title h2	{
	margin: 0;
	padding: 0;
	text-align: center
}

@media screen and (max-width: 768px) {
	.tours-title h2	{font-size: 1.167em}
}

/* 旅の詳細 */
.detail-tour	{
	padding-left: 2em;
	padding-right: 2em;
}

@media screen and (max-width: 768px) {
	.detail-tour	{
		padding-left: 1em;
		padding-right: 1em;
	}
}


#miyagi	{
	padding-top: 50px;
	padding-bottom: 75px;
	background-color: #f9f9f9;
}

#iwate	{
	padding-top: 75px;
	padding-bottom: 75px;
}

#fukushima	{
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #f9f9f9;
}

.tour-img	{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.tour-img	{width: 80%}
}

.tour-img img	{
	width: 100%;
	height: auto;
	border: none
}

.tour-youtube	{
	margin-top: 30px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.tour-youtube img	{
	width: 100%;
	height: auto;
	border: none
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.detail-tour p	{
	margin-top: 70px;
	color: #3f3b3a;
	font-size: 1em;
}

@media screen and (max-width: 768px) {
	.detail-tour p	{margin-top: 40px}
}

/* スケジュール */
.tour-schedule	{margin-top: 70px}

.tour-schedule	h3	{
	margin-left: 4em;
	font-weight: normal;
	text-align: left
}

@media screen and (max-width: 780px) {
	.tour-schedule h3	{
		margin-left: 1em;
		font-size: 1em
	}
}

/* table1 */
.table1	{
	width: 80%;
	margin-top : 40px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: solid 1px #3f3b3a;
	background-color: #ffffff;
}

.table1 th	{
	position: relative;
	width: 1em;
	background-color: #808080;
	color: #ffffff;
	text-align: center;
	padding: 10px 1em;
}

.table1 th:after	{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #808080;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.table1 td	{
	text-align: left;
	padding: 0.5em 1em;
	color: #3f3b3a;
	vertical-align: top;
}

.table1 td a	{
	color: #0000ff;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.table1	{width: 95%}

	.table1 th	{padding: 10px 0.5em}

	.table1 td	{
		padding: 0.5em 0.75em;
		font-size: 0.875em
	}
}

/* table1とtable2の間の▽ */
.tour-schedule h2	{
	margin: 0;
	padding: 0;
	text-align: center;
}

.tour-schedule h2 i{
	margin: 0;
	padding: 0;
	color: #e0e0e0;
	font-size: 2.5em;
}

@media screen and (max-width: 768px) {
	.tour-schedule h2 i	{font-size: 1em}
}

/* table2 */
.table2	{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: solid 1px #3f3b3a;
	background-color: #ffffff;
}

.table2 th	{
	position: relative;
	width: 1em;
	background-color: #666666;
	color: #ffffff;
	text-align: center;
	padding: 10px 1em;
}

.table2 th:after	{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #666666;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}


.table2 td	{
	text-align: left;
	padding: 0.5em 1em;
	color: #3f3b3a;
	vertical-align: top;
}

.table2 td a	{
	color: #0000ff;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.table2	{width: 95%}
	
	.table2 th	{padding: 10px 0.5em}

	.table2 td	{
		padding: 0.5em 0.75em;
		font-size: 0.875em
	}
}

/* こんな人におすすめ */
.tour-recommend	{margin-top: 70px}

.tour-recommend h3	{
	margin-left: 4em;
	font-weight: normal;
	text-align: left
}

.tour-recommend p	{
	margin-left: 10%;
}

@media screen and (max-width: 780px) {
	.tour-recommend h3	{
		margin-left: 1em;
		font-size: 1em
	}

	.tour-recommend p	{
		margin-left: 2.5%;
	}
}

/* 注意事項 */
.tour-notes	{margin-top: 70px}

.tour-notes h3	{
	margin-left: 4em;
	font-weight: normal;
	text-align: left
}

.tour-notes p	{
	margin-left: 10%;
	margin-right: 10%;
}

.tour-notes a	{
	margin-left: 10%;
	margin-right: 10%;
	color: #0000ff;
	text-decoration: none;
}

@media screen and (max-width: 780px) {
	.tour-notes h3	{
		margin-left: 1em;
		font-size: 1em
	}

	.tour-notes p	{
		margin-left: 2.5%;
		margin-right: 2.5%;
	}

	.tour-notes a	{
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}

/* ツアー申込ボタン */
.tour-entry	{
	margin-top: 50px;
	text-align: center;
}

.tour-entry a	{
	display: inline-block;
	padding: 0.75em 4em;
	color: #ffffff;
	text-align: center;
	background-color: #f28c00;
	border-radius: 0.889em;
	font-size: 1.167em;
	text-decoration: none;
}

.tour-entry p	{
	margin-top: 16px;
	font-weight: bold;
}

@media screen and (max-width: 768px)  {
	.tour-entry a	{
		padding: 0.5em 1.25em;
		font-size: 1em;
	}
}

/* お問い合わせ */
.contact {
	padding-top: 75px;
	padding-left: 2em;
	padding-right: 2em
}

.contact h2	{
	margin: 0;
	padding: 0;
	text-align: center
}

@media screen and (max-width: 768px) {
	.contact {
		padding-left: 1em;
		padding-right: 1em;
	}

	.contact h2	{font-size: 1.167em}
}

.contact-rect	{
	margin-top: 70px;
	text-align: center;
}

.contact-rect h3	{
	margin: 0;
	padding: 0.5em 0.75em;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	border: solid 1px;
}

.contact-rect p	{
	margin-top: 30px;
	text-align: center
}

/* メール・電話番号 */
.mail-phone	{
	margin-top: 30px;
}

.mail-phone a	{
	display: block;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

/* フッター */
.footer	{
	padding: 3em 0
}

@media screen and (max-width: 768px) {
	.footer {padding: 2em 0}
}

/* フッター内画像 */
.footer-img	{
	width: 228px;
	margin-left: auto;
	margin-right: auto;
}

.footer-img img	{
	width: 100%;
	height: auto;
	border: none
}

/* トップに戻る */
#pagetop	{
	position: fixed;
	bottom: 3em;
	right: 1em;
	z-index: 10;
}

@media screen and (max-width: 768px) {
	#pagetop	{
		bottom: 2.5em;
		right: 2px
	}
}

#pagetop i	{
	font-size: 2em;
	color: #3f3b3a;
}

#pagetop i:hover	{
	opacity: 0.8;
	cursor: pointer;
}

/* responsive_pc.cssより移動 */
.pcnone {
    display: none;
}

.spnone	{
	display: block;
}


@media screen and (max-width: 768px)	{
	.pcnone {
	    display: block;
	}
	
	.spnone	{
		display: none;
	}
}

/* 非表示対応 */
#miyagi .tour-youtube	{display: block}
#miyagi .tour-schedule	{display: block}
#iwate .tour-youtube	{display: block}
#iwate .tour-schedule	{display: block}
#fukushima .tour-youtube	{display: block}
#fukushima .tour-schedule	{display: block}
