@charset "shift_jis";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 共通用 */
.clr {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
#mainContents{
	font-size:14px;
	color:#646464;
}
.smartphone{
	display:none;
}
.mt_10{ margin-top:10px; }
.mt_20{ margin-top:20px; }
.mt_30{ margin-top:30px; }
.mt_40{ margin-top:40px; }
.mt_50{ margin-top:50px; }
.mt_60{ margin-top:60px; }
.mt_70{ margin-top:70px; }

.mb_10{ margin-bottom:10px; }
/*---------------------------------------
右ナビのバックを白くする
---------------------------------------*/
#osnSideNavBg,
#osnSideNav #sdLinks,
#osnSideNav #side_ad_gArea,
div#osnWrap,
#osnWrap{
	background-color: #fff !important;
	background: none;
}

	

/* お湯旅用 */
/*---------------------------------------
メインイメージ
---------------------------------------*/
#mainImageSec .main_obi,
#dayCourse .main_obi{
	position:relative;
	background-color:#3f2d21;
	padding:10px 20px;
	margin-top:10px;
}
#mainImageSec h1{
	color:#fff;
	font-size:32px;
	font-weight:normal;
}
#mainImageSec h1.s_size{
	color:#fff;
	font-size:30px;
	font-weight:normal;
}
#mainImageSec h1 span.areaname,
#mainImageSec h1 .s_size span.areaname{
	top:0;
	left:0;
	font-size:18px;
}
#mainImageSec p.map_btn{
	position:absolute;
	top:18px;
	right:10px;
	padding:5px 10px;
	font-size:14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px #ccc;
}
#mainImageSec p.map_btn:hover{
	background-color:#8B6449;
}
#mainImageSec p.map_btn a{
	text-decoration:none;
	display:block;
	color:#fff;
}
#mainImageSec .mainphoto{
	position:relative;
}
#mainImageSec div.copy{
	position: absolute;
	bottom:5px;
	left:0;
	background: rgba(0,0,0,.6);
	padding:15px 20px;
	color:#fff;
	font-size:13px;
	line-height:140%;
}
#mainImageSec div.copy p.maincopy{
	font-size:20px;
	margin-bottom:5px;
	font-weight:bold;
}


/*---------------------------------------
SNSとおすすめ宿
---------------------------------------*/
.sns_box_top {
	position:relative;
	margin-top:10px;
	text-align:right !important;
}

.sns_box_top li {
	display: table;
}

.sns_box_top li .sns_link {
    position:relative;
	display: table-cell;
    padding:5px 0 0 45px;
	height:43px;
    color:#fff;
    font-size:100%;
    text-decoration: none;
	vertical-align: middle;
	text-align:center;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}


.sns_box_top li .sns_link span {
	color:#FFFFFF;
	text-decoration:none;
}
.sns_box_top li .sns_link span:hover {
    text-decoration: none;
}
.sns_box_top li .sns_txt {
	margin-bottom: 2px;
	font-size:13px;
}

/* Facebook */
.sns_box_top .facebook {
	position:absolute;
	right:0;
    background:#314e7f url(/onsen/column-pc/images/ico_fb.png) 15px 50% no-repeat;
	background-size:35px auto;
	border-bottom: 4px #1f3e74 solid;
	width:150px;
	border-radius: 5px;
}

/* ツイッター */
.sns_box_top .twitter {
	position:absolute;
	right:160px;
    background:#35abd8 url(/onsen/column-pc/images/ico_twitter.png) 15px 50% no-repeat;
	background-size:35px auto;
	border-bottom: 4px #279fcd solid;
	width:150px;
	border-radius: 5px;
}

.sns_box_top .facebook:hover,
.sns_box_top .twitter:hover {
	opacity:0.75;
	filter: alpha(opacity=75);
    -moz-opacity:0.75;
    text-decoration: none;
}
.sns_box_top .facebook:active,
.sns_box_top .twitter:active {
	top: 5px;
	border-bottom: none;
	opacity: 1;
}

/*おすすめ宿へ飛ばす */
.info_btn{
	position:absolute;
	top:5px;
	left:0;
	font-size:16px;
	border: 1px solid #646464;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.info_btn a{
	display:block;
	padding:10px 20px;
	text-decoration:none;
	color:#646464;
}
.info_btn a span{
	color:#b95562;
}
.info_btn a:hover{
	color:#C10003;
	background-color:#b95562;
	color:#fff;
}
.info_btn a:hover span{
	color:#fff;
}
/*　注意書きなど*/
.att_text{
	padding:20px 0;
}
/*---------------------------------------
モデルコース
---------------------------------------*/
#modelCourse h2{
	font-size:22px;
	border-left:solid 10px #b34252;
	padding: 5px 10px;
	margin-bottom:20px;
	margin-top:80px;
}
#modelCourse .day_box{
	margin-bottom:30px;
}


/*　-----　行程　----- */
#modelCourse .day_1{
	width:330px;
	float:left;
	margin:0px;
	padding-right:5px;
}
#modelCourse .day_2{
	width:330px;
	margin:0px;
	float:right;
	padding-left:5px;
}

/* 1日目、2日目の上ボタン */
#modelCourse .day_1 .thema_day1{
	background-color:#fab080;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;

}
#modelCourse .day_1 .thema_day1:hover{
	background-color:#FA9555;
}

#modelCourse .day_2 .thema_day2{
	background-color:#9bd364;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
#modelCourse .day_2 .thema_day2:hover{
	background-color:#88B958;
}
#modelCourse .day_1 .thema_day1 a,
#modelCourse .day_2 .thema_day2 a{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}

#modelCourse p.day_read_s{
	color:#FFFFFF;
	font-size:16px;
}
#modelCourse p.day_read_m{
	font-size:20px;
	color:#4D4B4B;
}
#modelCourse p.day_read_under{
	color:#fff;
}
#modelCourse p.day_read_under a{
	font-size:18px;
	color:#fff;
	font-weight:bold;
	line-height:130%;
}


/* やじるし */

#modelCourse .arrow_day{
	position: relative;
	display: inline-block;
	padding: 0 0 0 10px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
#modelCourse .arrow_day a{
	display:block;
}
#modelCourse .arrow_day::before,
#modelCourse .arrow_day::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}


/* 上のボタンの矢印*/
#modelCourse .yaji_day_top::after{
	right: 25px;
	width: 15px;
	height: 15px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 下のボタンの矢印*/
#modelCourse .yaji_day_btm::before{
	right: 0px;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}




/* 1日目、2日目のテキストリンク */
#modelCourse .day_1 a.spot_link{
	font-size:18px;
	font-weight:bold;
	color:#FA8031;
	display:block;
	margin:5px 0;
}
#modelCourse .day_1 a.spot_link:hover{
	color:#FA3919;
}

#modelCourse .day_2 a.spot_link{
	font-size:18px;
	font-weight:bold;
	color:#7ab342;
	display:block;
	margin:5px 0;
}
#modelCourse .day_2 a.spot_link:hover{
	color:#0C8532;
}



/* 1日目、2日目の下ボタン */
#modelCourse .day_1 .thema_day1_undersp{
	padding:10px 20px 10px 10px;
	background-color:#fab080;
	margin: 0px 0 20px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#modelCourse .day_1 .thema_day1_undersp:hover{
	background-color:#FA9555;
}
#modelCourse .day_2 .thema_day2_undersp{
	padding:10px 20px 10px 10px;
	background-color:#9bd364;
	margin: 10px 0 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#modelCourse .day_2 .thema_day2_undersp:hover{
	background-color:#88B958;
}

#modelCourse .day_1 .thema_day1_undersp a,
#modelCourse .day_2 .thema_day2_undersp a{
	display:block;
	color:#fff;
	line-height:130%;
	font-size:18px;
	font-weight:bold;
}





/*　-----1日目・2日目共通----- */
/* 写真 */
#modelCourse .day_1 img.,
#modelCourse .day_2 img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* 写真半透明 */
#modelCourse .day_1 img:hover,
#modelCourse .day_2 img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* 行程やじるしimg　*/
#modelCourse p.yajirushi{
	text-align:center;
	margin:15px 5px;
}
#modelCourse p.yajirushi img{
	height:20px;
}
#modelCourse p.day_txt{
	margin:5px 0;
}

#modelCourse div.koutei_box{
	display:table;
}

#modelCourse div.koutei_box_l{
	display:table-cell;
	width:150px;
}
/* おおきい画像 */
#modelCourse div.koutei_box_big img{
	width:330px;
}
/* 小さい画像 */
#modelCourse div.koutei_box_small img{
	width:140px;
	margin-right:10px;
}
#modelCourse div.koutei_box_r{
	display:table-cell;
	vertical-align:top;
}


/*---------------------------------------
1日目
---------------------------------------*/
#dayCourse h1.dayttl{
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
}
#dayCourse .dayttl span{
	font-size:16px;
}

/* タイトル部分 */
#dayCourse .ttl_all{
	display: table;
	margin:10px 0;
}
#dayCourse .ttl_l{
	display:table-cell;
	width:105px;
}

#dayCourse .ttl_r{
	display:table-cell;
	font-size:22px;
	vertical-align:top;
	padding-top:10px;
}
#dayCourse .ttl_r p.green{
	font-size:40px;
	color:#7ab342;
}
#dayCourse .ttl_r p.orange{
	font-size:40px;
	color:#FA8031;
}

/* 横幅いっぱい写真 */
#dayCourse .big_photo{
	position:relative;
	margin: 0;
	padding:0;
}
#dayCourse .big_photo figcaption{
	position:absolute;
	bottom:5px;
	right:0;
	color:#fff;
	background: rgba(0,0,0,.6);
	padding:5px 10px;
}

/*　2カラムわけ本文 */
#dayCourse .normal_photo{
	margin: 0;
	padding:0;
	width:260px;
}
#dayCourse .normal_photo img{
	width:260px;
}
#dayCourse .normal_photo figcaption{
	font-size:12px;
	color:#646464;
	margin-bottom:2em;
}
#dayCourse .normal_photo figcaption.none{
	margin-bottom:0px;
}

/* 本文 */
#dayCourse .read_all{
	display: table;
	margin:10px 0;
}
#dayCourse .read_l{
	display:table-cell;
	width:280px;
}
#dayCourse .read_r{
	display:table-cell;
	vertical-align:top;
	font-size:16px;
	line-height:150%;
	color:#646464;
}
#dayCourse .read_r p.copy_orange{
	color:#fa8031;
	font-size:28px;
	line-height:130%;
	margin-bottom:5px;
}
#dayCourse .read_r p.copy_green{
	color:#7ab342;
	font-size:28px;
	line-height:130%;
	margin-bottom:5px;
}
/* 施設詳細 */
#dayCourse .read_r .more_info{
	background-color:#f2f2f2;
	padding:10px;
	margin-top:1em;
}
#dayCourse .read_r .more_info p.sisetsu{
	font-weight:bold;
	font-size:20px;
	color:#b95562;
	border-bottom:dotted 1px #474747;
	padding:5px;
	margin: 5px;
}
#dayCourse .read_r .more_info ul{
	padding:10px;
	font-size:14px;
}
#dayCourse .read_r .more_info li{
	list-style-type: disc;
	margin-left:1em;
}
#dayCourse .read_r .midashi{
	font-size:110%;
	font-weight:bold;
	padding:15px 0 2px 0;
}


/* クチコミ･地図はこちらボタン*/
#dayCourse .read_r div.w100{
	width:100%;
}
#dayCourse .read_r div.kuchi_btn{
	border:solid 1px #646464;
	background-color:#fff;
	width:200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	margin-left: auto;
}
#dayCourse .read_r div.kuchi_btn:hover{
	background-color:#D0888F;
}
#dayCourse .read_r div.kuchi_btn a{
	padding:8px 10px 5px 15px;
	text-decoration:none;
	display:block;
	color:#646464;
}
#dayCourse .read_r div.kuchi_btn:hover a{
	color:#fff;
}
/* やじるし */
#dayCourse .read_r .arrow_syousai{
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
#dayCourse .read_r .arrow_syousai::before,
#dayCourse .read_r .arrow_syousai::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#dayCourse .read_r .yaji_syousai::before{
	left: 10px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #b34252;
	border-right: 2px solid #b34252;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* -------編集部チェック------- */
/* 角丸ワク */
#dayCourse .check_box{
	border: solid 5px #fab080;
	padding:10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top:20px;
	font-size:14px;
	color:#646464;
	display:table;
}

#dayCourse .check_box_gr{
	border: solid 5px #9bd364;
	padding:10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top:20px;
	font-size:14px;
	color:#646464;
	display:table;
}

/* 写真ない */
#dayCourse .check_box_photonone{
	border: solid 5px #fab080;
	padding:20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size:14px;
	color:#646464;
	display:table;
	margin-top:2em;
}
#dayCourse .check_box_photonone_gr{
	border: solid 5px #9bd364;
	padding:20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size:14px;
	color:#646464;
	display:table;
	margin-top:2em;
}

/* 写真が縦長用 */
#dayCourse .check_box .checl_l,
#dayCourse .check_box_gr .checl_l{
	display:table-cell;
	width:200px;
}
#dayCourse .check_box .checl_r,
#dayCourse .check_box_gr .checl_r{
	display:table-cell;
	vertical-align:top;
	line-height:160%;
	color:#646464;
}

/* 写真が横長用 */
#dayCourse .check_box .checl_l_yoko,
#dayCourse .check_box_gr .checl_l_yoko{
	display:table-cell;
	width:260px;
}
#dayCourse .check_box .checl_r_yoko,
#dayCourse .check_box_gr .checl_r_yoko{
	display:table-cell;
	vertical-align:top;
	line-height:160%;
	color:#646464;
}

/*　見出し部分　*/
#dayCourse .check_box p.check_ttl_or,
#dayCourse .check_box_gr p.check_ttl_or{
	margin:10px 0;
	border-bottom:dotted 1px #fa8031;
	color:#fa8031;
}

#dayCourse .check_box p.check_ttl_gr,
#dayCourse .check_box_gr p.check_ttl_gr{
	margin:10px 0;
	border-bottom:dotted 1px #7ab342;
	color:#7ab342;
}

/*　見出し部分(写真ない)　*/
#dayCourse .check_box_photonone p.check_ttl_or{
	margin: 0 0 10px 0;
	border-bottom:dotted 1px #fa8031;
	color:#fa8031;
}

#dayCourse .check_box_photonone_gr p.check_ttl_gr{
	margin: 0 0 10px 0;
	border-bottom:dotted 1px #7ab342;
	color:#7ab342;
	font-size:22px;
	font-weight:bold;
}

#dayCourse .check_box p.check_ttl_or span,
#dayCourse .check_box_gr p.check_ttl_or span,
#dayCourse .check_box p.check_ttl_gr span,
#dayCourse .check_box_gr p.check_ttl_gr span,
#dayCourse .check_box_photonone p.check_ttl_or span{
	margin-bottom:10px;
	vertical-align:2px;
	font-size:22px;
	font-weight:bold;
}

#dayCourse .check_box p.check_ttl_or img,
#dayCourse .check_box_gr p.check_ttl_or img,
#dayCourse .check_box p.check_ttl_gr img,
#dayCourse .check_box_gr p.check_ttl_gr img{
	margin-right:10px;
	margin-bottom:0px;
}

/* 次の行程やじるし画像 */
#dayCourse .yaji_day{
	margin:10px;
	text-align:center;
}

/* 次の日、前の日遷移ボタン */
#dayCourse .day_next_green{
	background-color:#9bd364;
	color:#FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:30px 30px 0 30px;
}
#dayCourse .day_next_green:hover{
	background-color:#88B958;
}

#dayCourse .day_next_orange{
	background-color:#fab080;
	color:#FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:30px 30px 0 30px;
}
#dayCourse .day_next_orange:hover{
	background-color:#FA9555;
}

#dayCourse .day_next_green a,
#dayCourse .day_next_orange a{
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 20px 10px 45px;
	text-decoration:none;
	display:block;
	font-size:16px;
}
#dayCourse .day_next_green a span,
#dayCourse .day_next_orange a span{
	font-size:24px;
	color:#393939;
	font-weight:normal;
	margin-left:0.5em;
}

/* お湯旅各エリアTOPへ遷移ボタン */
#dayCourse .day_back{
	border:solid 1px #646464;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:20px 130px 0 130px;
	text-align:center;
}
#dayCourse .day_back:hover{
	background-color:#D0888F;
}
#dayCourse .day_back:hover a{
	color:#fff;
}
#dayCourse .day_back a{
	display:block;
	padding:10px 20px;
	text-decoration:none;
	font-size:18px;
}

/* やじるし */
#dayCourse .arrow_pagebtm{
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
#dayCourse .arrow_pagebtm::before,
#dayCourse .arrow_pagebtm::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#dayCourse .yaji_other_day::after{
	left: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #b34252;
	border-right: 2px solid #b34252;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*---------------------------------------
モデルコース
---------------------------------------*/
#modelcourse{
	margin:2em 0;
}
#modelcourse .ttl_model{
	font-size:20px;
	font-weight:bold;
	padding-left:10px;
	border-left:solid 10px #b34252;
	margin-bottom:10px;
}
#modelcourse .box_model{
	border:solid 1px #646464;
	padding:20px;
	font-size:18px;
	font-weight:bold;
	color:#646464;
	display:table;
	width:638px;
}

#modelcourse .model_l{
	display: table-cell;
	width:340px;
	vertical-align:top;
}
#modelcourse .model_r{
	display: table-cell;
	width:300px;
	text-align:center;
}

/* 行程テキスト*/
#modelcourse .model_l li{
	margin:4px 0;
}
#modelcourse .model_l li.time{
	font-size:16px;
	margin-left:2em;
	font-weight:normal;
}
#modelcourse li.time:before{
	content:"▼";
    color:#b34252;
}

/* MAP */
#modelcourse .model_r img{
	width:300px;
	margin-bottom:5px;
	border:solid 1px #ccc;
}
#modelcourse .model_r img:hover{
	width:300px;
	margin-bottom:5px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#modelcourse .model_r .map_pop{
	font-size:14px;
	font-weight:normal;
}
#modelcourse .model_r .map_pop a:hover{
	color:#b34252;
}
	
/*---------------------------------------
おすすめ宿SSI
---------------------------------------*/
#osusumeYado h2{
	background-color:#3f2d21;
	color:#fff;
	padding:10px;
	font-size:16px;
}
#osusumeYado #yadoList{
	border:solid 1px #3f2d2f;
	padding:10px 10px 0 10px;
}
#osusumeYado #yadoList .yado{
	float:left;
	width:127px;
	margin: 0 2px 0 2px;
}
#osusumeYado #yadoList .yado img{
	margin-bottom:5px;
}
#osusumeYado #yadoList .yado img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#osusumeYado #yadoList .yado p{
	margin-bottom:20px;
	font-size:12px;
	text-align:center;
}
#osusumeYado #yadoList .yado a:hover{
	color:#b34252;
}


/*---------------------------------------
右ナビ　同エリア遷移
---------------------------------------*/
#sdEtcMenu .r_navi_ttl{
	background-color:#3f2d21;
	color:#fff;
	padding:10px;
	font-size:14px;
}
#sdEtcMenu .r_navi_ttl span{
	font-size:22px;
	padding-top:5px;
}
#sdEtcMenu ul.r_navi_link{
	padding:10px;
}
#sdEtcMenu ul.r_navi_link li{
	padding:5px 0;
	border-bottom:dotted 1px #ccc;
	font-size:16px;
}
#sdEtcMenu ul.r_navi_link li a{
	display:block;
	color:#646464;
}
#sdEtcMenu ul.r_navi_link li a:hover{
	color:#b34252;
	text-decoration:underline !important;
}

/* やじるし */
#sdEtcMenu ul .arrow_day{
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
#sdEtcMenu ul .arrow_day::before,
#sdEtcMenu ul .arrow_day::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#sdEtcMenu ul .yaji_r_navi::before{
	left: 3px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #b34252;
	border-right: 2px solid #b34252;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*---------------------------------------
右ナビ　周辺のおすすめ宿
---------------------------------------*/
#sdSAreaYado .r_navi_yadottl{
	background-color:#3f2d21;
	color:#fff;
	padding:10px;
	margin-top:2em;
	font-size:16px;
}
#sdSAreaYado ul.r_navi_osusumeyado{
	padding:10px;
}
#sdSAreaYado ul.r_navi_osusumeyado li{
	padding:5px 0;
	font-size:14px;
}
#sdSAreaYado ul.r_navi_osusumeyado li a{
	color:#646464;
}
#sdSAreaYado ul.r_navi_osusumeyado li a:hover{
	color:#b34252;
}
#sdSAreaYado ul.r_navi_osusumeyado li img{
	margin-right:10px;
	width:100px;
}
#sdSAreaYado ul.r_navi_osusumeyado li img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*---------------------------------------
右ナビ　基本情報・アクセス
---------------------------------------*/
#sdSAreaLinks{
	padding:10px;
}
#sdSAreaLinks p.base_midashi{
	font-size:16px;
	font-weight:bold;
	border-left:solid 5px #3f2d21;
	border-bottom:solid 1px #3f2d21;
	padding:4px 8px 2px 8px;
	margin:5px 0;
	color:#3f2d21;
}
#sdSAreaLinks ul.onsen{
	padding: 0 5px 20px 5px;
}
#sdSAreaLinks ul.onsen li{
	font-size:14px;
}
#sdSAreaLinks ul.onsen li a{
	color:#646464;
}
#sdSAreaLinks ul.onsen li a:hover{
	color:#b34252;
	text-decoration:underline !important;
}
/* やじるし */
#sdSAreaLinks ul .arrow_day{
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
#sdSAreaLinks ul .arrow_day::before,
#sdSAreaLinks ul .arrow_day::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#sdSAreaLinks ul .yaji_r_onsen::before{
	left: 3px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #b34252;
	border-right: 2px solid #b34252;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*---------------------------------------
拡大地図
---------------------------------------*/

#map_pop {
	width:100%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#map_pop .mapbox {
	width:920px;
	margin:20px auto 0 auto;
}
#map_pop h1{
	background-color:#3d2d20;
	padding:10px 20px;
	color:#fff;
	font-size:24px;
	margin-bottom:10px;
	font-weight:normal;
	margin-top:10px;
}
#map_pop h1 span{
	font-size:16px;
}
#map_pop h2{
	font-size:24px;
	border-left: solid 10px #b34252;
	padding:5px 10px 5px 10px;
	margin-bottom:10px;
}
#map_pop ul.access{
	font-size:16px;
	margin-top:10px;
	margin-bottom:2em !important;
}
#map_pop ul.access li{
	padding:5px 0;
}

#map_pop p.att{
	font-size:12px;
}
/* 戻るボタン */
#map_pop .btn_box{
	display:block;
	width:100%;
	margin:50px 0 100px 0;
}
#map_pop .btn_box_in{
	margin:0 auto;
	width:100%;
}
#map_pop .back_btn{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:32%;
	color:#fff;
	float:left;
	margin:0 5px;
	line-height:120%;
}
#map_pop .back_btn a{
	color:#646464;
	display:block;
	padding:15px;
	text-decoration:none;
}
#map_pop .back_btn a.day_txt{
	color:#fff !important;
}
#map_pop .back_btn.orange{
	background-color:#fab080;
}
#map_pop .back_btn.orange:hover{
	background-color:#FA9555;
}
#map_pop .back_btn.green{
	background-color:#9bd364;
}
#map_pop .back_btn.green:hover{
	background-color:#88B958;
}
#map_pop .back_btn.backtop{
	border:solid 1px #646464;
}
#map_pop .back_btn.backtop:hover{
	background-color:#D0888F;
}

.arrow_map{
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow_map::before,
.arrow_map::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.yaji_map::before{
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #b34252;
	border-right: 2px solid #b34252;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}