charset "UTF-8";

/* 画面表示用スタイル-トップページPC用 */

/* ------------------------基本設定------------------------ */
body {/* 他の設定はPC用・スマホ共用のmain.cssに記述 */
	width: auto;
}
div#baseall {
	min-width: 1140px;
	background-color: #ffffff;
}


/* ------------------------ヘッダー------------------------ */
/* 枠の設定------------------------ */
div#theader {
	margin: 0;
	padding: 0;
	width: auto;
	min-width: 1140px;
	height: 60px;
	background: linear-gradient(90deg, #18a77e 0%, #18a77e 30%, #ffffff 30%, #ffffff 100%);
}
div.theader_in {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 60px;
	position: relative;
}
/* 左　ロゴ------------------------ */
div.head1 {
	margin: 0;
	padding: 0;
	width: 43%;
	height: 60px;
	background-color: #18a77e;
	border-radius: 0 0 40px 0;
}
div.head1 h1 {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0 20px 0 0;
	height: 60px;
	text-align: right;
}
div.head1 h1 img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
div.head1 h1 span.sp {
	display: none;
}
/* メニューボタン------------------------ */
a.navi-btn {
	display: none;
}
/* 右　補助・検索------------------------ */
div.head2 {
	margin: 0;
	padding: 0;
	width: 57%;
	height: 60px;
	text-align: left;
}
/* 右上エリア */
div.head2_t {
	margin: 0;
	padding: 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
	width: 570px;
	height: 60px;
	font-size: 85%;
}
div.head2_t p {
	margin: 0 10px;
	padding: 0;
	height: 30px;
	background-color: #147559;
	border-radius: 15px;
	line-height: 1.4em;
	overflow: hidden;
}
div.head2_t p a {
	text-decoration: none;
	display:-webkit-box;
	display:-ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0 15px;
	width: auto;
	height: 100%;
	color: #ffffff;
}
div.head2_t p a:hover {
	background-color: #18a77e;
}
/* ヘッダー検索 */
div.t-search {
	margin: 0 0 0 10px;
	padding: 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
	height: 26px;
	width: 180px;
	border: solid 2px #147559;
	border-radius: 15px;
	background-color: #147559;
	overflow: hidden;
}
div.t-search .rc-box {/* 検索ワード入力エリア */
	border: 0;
	padding: 10px;
	margin:0 auto;
	font-size: 85%;
	color: #757575;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	width: 120px;
	background-color: #d4f1e4;
}
div.t-search .rc-button {/* 検索ボタン */
	border: 0;
	padding: 0;
	margin:0 auto;
	color: transparent;
	letter-spacing: 0.1em;
	background-color: #147559;
	width: 40px;
	height: 30px;
	background: url(../images/icon_search_t.png) no-repeat top 5px center;
	background-size:  19px 19px;
	cursor: pointer;
}
div.t-search .rc-button:hover {
	background-color: #18a77e;
}
div.head2_b {
	display: none;
}


/* ------------------------グローバルナビ------------------------ */
/* style_baseに記述 */


/* ------------------------コンテンツ大枠------------------------ */
/* コンテンツ大枠------------------------ */
div#twrap {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: transparent;
	width: auto;
	min-width: 1140px;
	overflow: hidden;
}


/* ------------------------フッター------------------------ */
/* style_baseに記述 */



/* ------------------------トップメインエリア共通定義------------------------ */
/* エリア枠------------------------ */
div.tslider,
div.town,
div.taiken,
div.shisetsu,
div.access,
div.ad {
	margin: 0;
	padding: 70px 0;
	width: auto;
	position: relative;
}

/* エリアの見出し------------------------ */
.t_h2 {
	margin: 0 auto;
	padding: 0 0 10px;
}
.t_h2 h2 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
h2.info-title span {
	margin: 0;
	padding: 0;
}

/* 共通リンクボタン------------------------ */
div.linkbtn {
	margin: 0;
	width: auto;
	max-width: 360px;
	min-width: 340px;
	height: 60px;
	border-radius: 30px;
	overflow: hidden;
}
div.linkbtn a {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
	padding: 0 40px;
	width: calc(100% - 80px);
	height: 100%;
	color: #ffffff;
	font-size: 1.2em;
	text-decoration: none;
	letter-spacing: 0.08em;
	background: #18a77e url(../images/top_arrow_s.png) no-repeat center right 40px;
}
div.linkbtn a:hover {
	background: #147559 url(../images/top_arrow_s.png) no-repeat center right 30px;
	opacity: 1;
}

/* ------------------------トップスライダーエリア------------------------ */
/* ブランディングエリア大枠------------------------ */
div.tslider {
	width: 1000px;
	height: 400px;
	background-color: #ffffff;
	margin: 0 auto;
}
div.tslider img {
	width: 100%;
	height: auto;
}


/* ------------------------蔵王町についてエリア------------------------ */
/* 全体枠------------------------ */
div.town {
	background-color: #d4f1e4;
	border-radius: 0 0 120px 0;
}
div.town_in {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	overflow: hidden;
}
div.town_in ul li:before {
	display: block;
	margin: 0;
	padding: 0;
	content: '';
	width: 7px;
	height: 7px;
	background-color: #18a77e;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 0;
}

/* 本文のcssはPC用・スマホのbsae、main.cssに記述 */


/* ------------------------体験メニューエリア------------------------ */
/* 全体枠------------------------ */
div.taiken {
	background-color: #ffffff;
	background: url(../images/taiken_bg.png) no-repeat left bottom;
}
div.taiken_in {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: auto;
}
/* 体験ボックス------------------------ */
div.taiken_box {
	margin: 0 20px 0 0;
	padding: 40px 0 0;
	width: 235px;
	text-align: center;
}
div.taiken_box:nth-child(4n) {
	margin: 0;
}
div.taiken_box img {
	display: block;
	border-radius: 10px;
}
div.taiken_box span {
	display: block;
	margin: 0;
	padding: 10px 5px 8px;
	font-size: 1.3em;
}
div.taiken_box:nth-child(odd) span {
	background: linear-gradient(0deg, #86d6b2 0%, #86d6b2 30%, #ffffff 30%, #ffffff 100%);
}
div.taiken_box:nth-child(even) span {
	background: linear-gradient(0deg, #d4f1e4 0%, #d4f1e4 30%, #ffffff 30%, #ffffff 100%);
}
div.taiken_box a {
	text-decoration: none;
	color: #000000;
}
/* 一覧リンク */
div.taiken_ichiran {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 40px auto 0;
	padding: 0;
	max-width: 760px;
}
div.taiken_ichiran div.linkbtn {
	margin: 40px 20px 0;
}
div.taiken_ichiran div.linkbtn:nth-child(1),
div.taiken_ichiran div.linkbtn:nth-child(2) {
	margin-top: 0;
}



/* ------------------------宿泊施設一覧エリア------------------------ */
/* 大枠------------------------ */
div.shisetsu {
	background-color: #fef8df;
	border-radius: 0 0 120px 0;
}
div.shisetsu_in {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 30px auto 0;
	padding: 0;
	width: 1000px;
	overflow: hidden;
}
/* リンクボタン------------------------ */
div.shisetsu_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	width: 440px;
	height: 80px;
	border: solid 4px #18a77e;
	border-radius: 44px;
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
	transition: all 0.2s;
	background: url(../images/top_arrow_b.png) no-repeat center right 30px;
	background-color: #ffffff;
	position: relative;
}
div.shisetsu_box:hover {
	border: solid 4px #f8d742;
	transition: all 0.2s;
	background: url(../images/top_arrow_b2.png) no-repeat center right 24px;
	background-color: #ffffff;
}
div.shisetsu_box:nth-child(odd) {
	margin-right: 104px;
}
div.shisetsu_box:nth-child(n + 3) {
	margin-top: 50px;
}
div.shisetsu_box a {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: transparent;
	text-decoration: none;
	text-indent: -1000%;
}
div.shisetsu_box img {
	margin: auto 15px auto 20px;
	padding: 0;
	vertical-align: middle;
}
div.shisetsu_box span {
	font-size: 1.3em;
	padding-right: 60px;
}

/* ------------------------アクセス・周辺地域エリア------------------------ */
/* 大枠------------------------ */
div.access {
	background-color: #ffffff;
	background: url(../images/access_bg.png) no-repeat left bottom;
}
div.access_in {
	margin: 40px auto 0;
	padding: 0;
	width: 1000px;
}
div.access_in:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
}
/* マップ画像------------------------ */
div.access_map {
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
}
/* テキスト------------------------ */
div.access_txt {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* テキスト詳細 */
div.access_txt div.h3bg {
	margin: 0 10px 16px 0;
	padding: 0;
	border: none;
}
div.access_txt h3 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
}
div.access_txt div.h4bg {
	margin: 0 10px 16px 0;
	padding: 0;
	border: none;
}
div.access_txt h4 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
div.access_txt p {
	margin: 0 10px 16px 0;
	padding: 0;
}
div.access_txt ul {
	margin: 0 10px 16px 0;
	padding: 0;
	list-style: none;
}
div.access_txt ul li {
	margin: 0 0 7px 0;
	padding: 0 0 0 18px;
	background-image: none;
	overflow: hidden;
	position: relative;
}
div.access_txt ul li:before {
	display: block;
	margin: 0;
	padding: 0;
	content: '';
	width: 7px;
	height: 7px;
	background-color: #18a77e;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 0;
}
/* リンクボタン------------------------ */
div.access_link {
	margin-top: 20px;
	float: right;
	width: 360px;
}


/* ------------------------広告エリア------------------------ */
/* 大枠------------------------ */
div.ad {
	padding-bottom: 50px;
	background-color: #d4f1e4;
}
div.ad_in {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 0 0 10px;
	width: 990px;
}
div.ad_box {
	margin: 0 10px 20px 0;
	padding: 0;
	width: calc(100% / 7 - 10px);
	height: auto;
}
div.ad_box img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
div.ad_box a:hover {
	opacity: 0.8;
}




/* ------------------------使用しない設定------------------------ */

/* イベントカレンダー */
div#top_event_calendar {
	clear: both;
	margin: 5px 6px 5px 6px;
	padding: 0 0 0 0;
	width: 159px;
	border: 1px solid #C9C9C9;
	background-color: #FFFFFF;
}
div#top_event_calendar table {
	clear: both;
	margin: 2px 1px 0 1px;
	padding: 0;
	width: 158px;
	border-collapse: collapse;
	border: 2px solid #FFFFFF;
	color: #444444;
	font-size: 74%;
	line-height: 130%;
	text-align: center;
}
div#top_event_calendar caption {
	margin: 0 1px 0 1px;
	padding: 2px 0 2px 0;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	border-bottom: none;
	background-color: #FFFFFF;
}
div#top_event_calendar th {
	margin: 0;
	padding: 2px 0 2px 0;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}
div#top_event_calendar td {
	margin: 0;
	padding: 2px 0 2px 0;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	width: 14.28%;
}
div#top_event_calendar td.sunday {
	background-color: #FFEAE8;
}
div#top_event_calendar td.holiday {
	background-color: #FFEAE8;
}
div#top_event_calendar td.saturday {
	background-color: #DCF0FF;
}
div#top_event_calendar td.today {
	background-color: #F1FFCC;
}
