@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;
}
/*---------------------------------------
右ナビのバックを白くする
---------------------------------------*/
#osnSideNavBg,
#osnSideNav #sdLinks,
#osnSideNav #side_ad_gArea,
div#osnWrap,
#osnWrap{
	background-color: #fff !important;
	background: none;
}

/*---------------------------------------
スマホ対応
---------------------------------------*/
body{font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}

.desktop{
	display:none;
}
#mainContents{
	line-height:130%;
}
.t_c{
	text-align:center;
}
/* お湯旅用 */
/*---------------------------------------
メインイメージ
---------------------------------------*/
#mainImageSec .main_obi,
#dayCourse .main_obi{
	/*position:relative;*/
	background-color:#3f2d21;
	padding:10px;
	margin-top:10px;
	width:100%;
	box-sizing: border-box;
}
#mainImageSec h1{
	color:#fff;
	font-size:28px;
	font-weight:normal;
}
#mainImageSec h1.s_size{
	color:#fff;
	font-size:28px;
	font-weight:normal;
	line-height:105%;
}
#mainImageSec h1 span.areaname,
#mainImageSec h1 .s_size span.areaname{
	top:0;
	left:0;
	font-size:16px;
	vertical-align:-2px;
}
#mainImageSec h1 span.areaname:before {
	content: "\A" ;
	white-space: pre ;
}
#mainImageSec h1.s_size span.areaname:before {
	content:normal;
}
#mainImageSec p.map_btn{
	/*position:absolute;
	bottom:10px;
	right:10px;*/
	padding:5px 10px;
	font-size:14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px #ccc;
	width:130px;
	margin-left:auto;
}
#mainImageSec p.map_btn a{
	text-decoration:none;
	display:block;
	color:#fff;
}

#mainImageSec .mainphoto{
	width:100%;
}
#mainImageSec .mainphoto img{
	width:100%;
}
#mainImageSec div.copy{
	font-size:13px;
	line-height:140%;
	padding: 0 10px;
}
#mainImageSec div.copy p.maincopy{
	font-size:20px;
	margin-bottom:10px;
	font-weight:bold;
	margin-top:10px;
}


/*---------------------------------------
SNSとおすすめ宿
---------------------------------------*/
.sns_box_top {
	width:100%;
}
.sns_on {
	margin-left: auto;
	width:120px;
}
.sns_box_top li {
	display: table;
}

.sns_box_top li .sns_link {
    position:relative;
	display: table-cell;
    padding:5px 0 0 5px;
	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_txt {
	margin-bottom: 2px;
	font-size:13px;
}

/* Facebook */
.sns_box_top .facebook {
	float:left;
	margin-right:5px;
	right:0;
    background:#314e7f url(/onsen/column-pc/images/ico_fb.png) 10px 50% no-repeat;
	background-size:35px auto;
	border-bottom: 4px #1f3e74 solid;
	width:50px;
	border-radius: 5px;
}

/* ツイッター */
.sns_box_top .twitter {
	right:160px;
	margin-right:5px;
    background:#35abd8 url(/onsen/column-pc/images/ico_twitter.png) 10px 50% no-repeat;
	background-size:35px auto;
	border-bottom: 4px #279fcd solid;
	width:50px;
	border-radius: 5px;
}


.sns_box_top .facebook:active,
.sns_box_top .twitter:active {
	top: 5px;
	border-bottom: none;
	opacity: 1;
}

/*ページ内リンクで飛ばす */
.info_btn{
	font-size:16px;
	border: 1px solid #646464;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:5px 10px;
}
.info_btn a{
	display:block;
	padding:17px 20px 15px 20px;
	text-decoration:none;
	color:#646464;
}
.info_btn a span{
	color:#b95562;
}

/*ページ内リンク 1、２日目の本文中 */
.info_btn_on{
	font-size:16px;
	border: 1px solid #646464;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:5px 30px 20px 30px;
}
.info_btn_on a{
	display:block;
	padding:12px 20px 10px 20px;
	text-decoration:none;
	color:#646464;
}
.info_btn_on a span{
	color:#b95562;
}

/*　注意書きなど*/
.att_text{
	padding:20px 10px;
}
/*---------------------------------------
indexモデルコース
---------------------------------------*/
#modelCourse h2{
	font-size:18px;
	padding: 10px;
	margin-top:30px;
	color:#fff;
	background-color:#3f2d21;
	line-height:130%;
}
#modelCourse .day_box{
	margin-bottom:30px;
}


/*　-----　行程　----- */
#modelCourse .day_1,
#modelCourse .day_2{
	padding:10px;
}

/* 1日目、2日目の上ボタン */
#modelCourse .day_1 .thema_day1{
	background-color:#fab080;
	position:relative;
	padding:10px 10px 10px 0;
}
#modelCourse .day_2 .thema_day2{
	background-color:#9bd364;
	position:relative;
	padding:10px 10px 10px 0;
}
#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;
	padding-left:20px;
	margin-bottom:5px;
}
#modelCourse p.day_read_m{
	font-size:20px;
	color:#4D4B4B;
	padding-left:20px;
}



/* 1日目、2日目のテキストリンク */
#modelCourse .day_1 a.spot_link{
	font-size:18px;
	font-weight:bold;
	color:#FA8031;
	display:block;
	margin:5px 0;
	line-height:130%;
}
#modelCourse .day_2 a.spot_link{
	font-size:18px;
	font-weight:bold;
	color:#7ab342;
	display:block;
	margin:5px 0;
	line-height:130%;
}





/* 1日目、2日目の下ボタン */
#modelCourse .day_1 .thema_day1_undersp{
	padding:10px 20px 10px 10px;
	background-color:#fab080;
	margin: 0 30px 20px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#modelCourse .day_2 .thema_day2_undersp{
	padding:10px 20px 10px 10px;
	background-color:#9bd364;
	margin: 10px 30px 5px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#modelCourse .day_1 .thema_day1_undersp a,
#modelCourse .day_2 .thema_day2_undersp a{
	display:block;
	color:#fff;
	line-height:130%;
}




/* 行程やじるしimg　*/
#modelCourse p.yajirushi{
	text-align:center;
	margin: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:100%;
}
/* 小さい画像 */
#modelCourse div.koutei_box_small img{
	width:140px;
	margin-right:10px;
}
#modelCourse div.koutei_box_r{
	display:table-cell;
	vertical-align:top;
}

/* やじるし */

#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: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*---------------------------------------
1日目ページ
---------------------------------------*/

#dayCourse h1{
	background-color:#3f2d21;
	color:#FFFFFF;
	padding:10px;
	font-size:24px;
	margin-top:10px;
	font-weight:normal;
}
#dayCourse .dayttl span{
	font-size:16px;
}

/* タイトル部分 */
#dayCourse .ttl_all{
	display: table;
	margin:10px 5px 10px 0;
}
#dayCourse .ttl_l{
	display:table-cell;
	width:55px;
}
#dayCourse .ttl_l img{
	width:50px;
}
#dayCourse .ttl_r{
	display:table-cell;
	font-size:16px;
	vertical-align:top;
	padding:5px 0 0 0;
}
#dayCourse .ttl_r p.green{
	font-size:24px;
	color:#7ab342;
}
#dayCourse .ttl_r p.orange{
	font-size:24px;
	color:#FA8031;
}

/* 本文 */
#dayCourse .read_all{
	margin:0;
}
#dayCourse .read_l{
	padding: 0 10px;
	display:block;
}
#dayCourse .read_l:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

#dayCourse .read_r{
	padding:10px;
	line-height:150%;
	color:#646464;
}
#dayCourse .read_r p.copy_orange{
	color:#fa8031;
	font-size:22px;
	line-height:130%;
	margin-bottom:5px;
	display:block;
}
#dayCourse .read_r p.copy_green{
	color:#7ab342;
	font-size:22px;
	line-height:130%;
	margin-bottom:5px;
	display:block;
}

/* 横幅いっぱい写真 */
#dayCourse .big_photo{
	position:relative;
	bottom:0;
	margin: 0 10px;
	padding:0;
}
#dayCourse .big_photo img{
	width:100%;
}
#dayCourse .big_photo figcaption{
	position:absolute;
	bottom:7px;
	right:0;
	color:#fff;
	background: rgba(0,0,0,.6);
	padding:5px 10px;
	display:block;
	font-size:12px;
	line-height:110%;
}

/*　2つならび写真 */
#dayCourse .normal_photo{
	display:block;
	width: 50%;
	padding: 0;
	margin:0 0 10px 0;
	float: left;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#dayCourse .normal_photo:nth-child(odd){
	border-right:3px solid #fff;
}
#dayCourse .normal_photo:nth-child(even){
	border-left:3px solid #fff;
}
#dayCourse .normal_photo figcaption{
	font-size:12px;
	color:#646464;
	line-height:110%;
}
#dayCourse .normal_photo img{
	width:100%;
}
#dayCourse .normal_photo figcaption.none{
	margin-bottom:-2em;
}


/* 施設詳細 */
#dayCourse .read_r .more_info{
	background-color:#f2f2f2;
	padding:5px 5px 10px 5px;
	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 a{
	padding:5px 10px 3px 18px;
	text-decoration:none;
	display:block;
	color:#646464;
}

/* やじるし */
#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;
	color:#646464;
	margin:5px;
}
#dayCourse .check_box_gr{
	border: solid 5px #9bd364;
	padding:10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top:20px;
	color:#646464;
	margin:5px;
}
/* 写真ない */
#dayCourse .check_box_photonone{
	border: solid 5px #fab080;
	padding:10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size:14px;
	color:#646464;
	margin:5px;
}
#dayCourse .check_box_photonone_gr{
	border: solid 5px #7ab342;
	padding:10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size:14px;
	color:#646464;
	margin:5px;
}


/* 写真が縦長用 */
#dayCourse .check_box .checl_l,
#dayCourse .check_box_gr .checl_l{
	float:left;
	width:120px;
}

#dayCourse .check_box .checl_l img,
#dayCourse .check_box_gr .checl_l img{
	width:110px;
}
#dayCourse .check_box .checl_r,
#dayCourse .check_box_gr .checl_r{
	vertical-align:top;
	line-height:160%;
	color:#646464;
}

/* 写真が横長用 */
#dayCourse .check_box .checl_l_yoko,
#dayCourse .check_box_gr .checl_l_yoko{
	float:left;
	width:160px;
}
#dayCourse .check_box .checl_l_yoko img,
#dayCourse .check_box_gr .checl_l_yoko img{
	float:left;
	width:150px;
}

#dayCourse .check_box .checl_r_yoko,
#dayCourse .check_box_gr .checl_r_yoko{
	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;
	font-size:18px;
	font-weight:bold;
}

#dayCourse .check_box_photonone_gr p.check_ttl_gr{
	margin: 0 0 10px 0;
	border-bottom:dotted 1px #7ab342;
	color:#7ab342;
	font-size:18px;
	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{
	margin-bottom:10px;
	vertical-align:2px;
	font-size:18px;
	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:5px;
	margin-bottom:0px;
	width:20px;*/
	display:none;
}

/* 次の行程やじるし画像 */
#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_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_green a,
#dayCourse .day_next_orange a{
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 20px 10px 35px;
	text-decoration:none;
	display:block;
	font-size:16px;
}
#dayCourse .day_next_green a span,
#dayCourse .day_next_orange a span{
	font-size:20px;
	color:#393939;
	font-weight:normal;
	display:block;
	margin-top:5px;
}

/* お湯旅各エリアTOPへ遷移ボタン */
#dayCourse .day_back{
	border:solid 1px #646464;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:20px 30px 0 30px;
	text-align:center;
}

#dayCourse .day_back a{
	display:block;
	padding:10px 10px 10px 15px;
	text-decoration:none;
	font-size:16px;
}

/* やじるし */
#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: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #b34252;
	border-right: 2px solid #b34252;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*---------------------------------------
1、2日目モデルコース例
---------------------------------------*/
#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:10px;
	font-size:18px;
	font-weight:bold;
	color:#646464;
	margin:0 10px;
}

#modelcourse .model_l{
	vertical-align:top;
	margin-bottom:1em;
}
#modelcourse .model_r{
	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:100%;
	margin-bottom:5px;
}

#modelcourse .model_r .map_pop{
	font-size:14px;
	font-weight:normal;
}



/*---------------------------------------
おすすめ宿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-right:5px;
}
#osusumeYado #yadoList .yado img{
	margin-bottom:5px;
}

#osusumeYado #yadoList .yado p{
	margin-bottom:20px;
	font-size:12px;
	padding:0 5px;
	text-align:center;
}

#osusumeYado #yadoList .yado:nth-child(5n) {
	margin-right:0px !important;
}


/*---------------------------------------
周辺のおすすめ宿
---------------------------------------*/
#sdSAreaYado .r_navi_yadottl{
	background-color:#3f2d21;
	color:#fff;
	padding:10px;
	margin-top:2em;
	font-size:18px;
}
#sdSAreaYado ul.r_navi_osusumeyado{
	padding:10px;
}
#sdSAreaYado ul.r_navi_osusumeyado li{
	padding:5px 0;
	font-size:14px;
	height:80px;
	display:block !important;
}
#sdSAreaYado ul.r_navi_osusumeyado li a{
	color:#646464;
	font-size:16px;
	line-height:130%;
}
#sdSAreaYado ul.r_navi_osusumeyado li img{
	margin-right:10px;
	width:120px;
}

/*---------------------------------------
基本情報・アクセス
---------------------------------------*/
#sdSAreaLinks{
	padding:10px;
	line-height:180%;
}
#sdSAreaLinks p.base_midashi{
	font-size:18px;
	font-weight:bold;
	border-left:solid 5px #3f2d21;
	border-bottom:solid 1px #3f2d21;
	padding:4px 8px 2px 8px;
	margin:20px 0 3px 0;
	color:#3f2d21;
}

#sdSAreaLinks ul.onsen li{
	float:left;
	margin-right:15px;
	display:block;
}
#sdSAreaLinks ul.onsen li a{
	color:#646464;
	font-size:16px;
}

/* やじるし */
#sdSAreaLinks ul .arrow_day{
	position: relative;
	display: inline-block;
	padding: 0 0 0 10px;
	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: 0px;
	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:100%;
	margin:0px auto 30px auto;
}
#map_pop h1{
	background-color:#3d2d20;
	padding:10px 20px;
	color:#fff;
	font-size:24px;
	margin-bottom:20px;
	font-weight:normal;
}
#map_pop h1 span{
	font-size:20px;
}
#map_pop h2{
	font-size:20px;
	border-left: solid 10px #b34252;
	padding:5px 10px 5px 10px;
	margin-bottom:10px;
}

#map_pop .printMap{
	width:100%;
}



#map_pop ul.access{
	font-size:16px;
	margin:10px 10px 2em 10px;
}
#map_pop ul.access li{
	padding:8px 0;
	line-height:130%;
	list-style-type: disc;
	margin-left:20px;
}

#map_pop p.att{
	font-size:12px;
	margin: 0 10px;
}
/* 戻るボタン */
#map_pop .btn_box{
	display:block;
	width:100%;
	margin:20px 0 5em 0;
}
#map_pop .btn_box_in{
	margin:0 auto;
	width:80%;
}
#map_pop .back_btn{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	margin: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.green{
	background-color:#9bd364;
}
#map_pop .back_btn.backtop{
	border:solid 1px #646464;
}
.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);
}