@charset "UTF-8";
/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 960px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-size: 16px;
	font-family : "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	line-height: 1.7;
	color: #333;
}

.pc_none{display:none;}

form, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, a {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

table {
	border-collapse: collapse;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.middle {
	vertical-align: middle;
}

.mincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.sp {
	display: none;
}

.find {
	cursor: pointer;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

address, em {
	font-style: normal;
}

img {
	border: 0;
	vertical-align: top;
}

/* ---------------------------------------------------------
	CSS Document Link
--------------------------------------------------------- */

a {
	outline: none;
	text-decoration: underline;
	color: #bb2b39;
}

a:hover {
	color: #356dc2;
}

input[type='image']:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#container {
	max-width: 1260px;
	margin: 0 auto;
	font-size: 16px !important;
	line-height: 1.7 !important;
}

#h_cart {
	position: absolute;
	top: 10px;
	right: -3px;
}

#wrapper {
	padding: 30px 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
}

/* ---------------------------------------------------------
	header
--------------------------------------------------------- */

header{
    background-image: url("http://onpara.jp/share/images/bg_header.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    background-size: auto 30px;
    border-bottom: 3px solid black;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
}

#headerSP {
	display:none;
}

#headerPC {
    margin: 0 auto;
    width: 960px;
}
#headerPC #head_line {
    /*background: rgba(0, 0, 0, 0) url("http://onpara.jp/share/images/bg_header.jpg") repeat-x scroll left top;*/
	/*background-color:rgba(12,44,86,1.00);*/
    height: 30px;
	padding:0px 10px;
}
#headerPC #head_line p {
    color: #ffffff;
    float: left;
    font-size: 11px;
    padding: 5px 0 0;
    text-align: left;
}
#headerPC #head_line ul.sNavi {
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
}
#headerPC #head_line ul.sNavi li {
    background-image: none;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    display: inline;
    font-size: 11px;
    margin: 0;
    padding: 0 10px;
}
#headerPC #head_line ul.sNavi li a {
    color: #ffffff;
    text-decoration: none;
}
#headerPC #head_line ul.sNavi li a:hover {
    text-decoration: underline;
}
#headerPC #head_line ul.sNavi li.brdNone {
    border-right: medium none;
    padding-right: 0;
}
#headerPC li.hiTell {
    background-image: url("http://onpara.jp/share/images/bg_tell2.png");
    background-position: 3px 25px;
    background-repeat: no-repeat;
    float: left;
    font-size: 10px;
    height: 60px;
    margin-left: 5px;
    padding: 8px 0 0;
    text-align: left;
    width: 250px;
}
#headerPC .hiTell_pack {
    background-image: url("http://onpara.jp/share/images/bg_tell_pack.png");
    background-position: 3px 22px;
    background-repeat: no-repeat;
    float: left;
    font-size: 10px;
    height: 60px;
    margin-left: 5px;
    padding: 8px 0 0;
    text-align: left;
    width: 250px;
}
.tel_text a {
    background: rgba(0, 0, 0, 0) url("http://onpara.jp/share/images/txt_icon_onsen.png") no-repeat scroll left center;
    font-size: 12px;
    font-weight: bold !important;
    padding-left: 17px;
    text-decoration: none !important;
}
.tel_text_pack a {
    background: rgba(0, 0, 0, 0) url("http://onpara.jp/share/images/txt_icon_pack.png") no-repeat scroll left center;
    font-size: 12px;
    font-weight: bold !important;
    padding-left: 17px;
    text-decoration: none !important;
}

#headerPC #hInfo{
	overflow:hidden;
	width: 960px;
	margin:0 0 5px;
}

#headerPC #hInfo .onparaLogo{
	background-color:#ccc;
	float:left;
	margin: 20px 0 0;
}

#headerPC #hInfo .onparaInfo{
	float: right;
	width: 480px;
	overflow: hidden;
	padding:10px 0 0px;
}

#headerPC #hInfo .infoTel{
	float: left;
	width:255px;
	height: 85px;
	text-align: left;
}

#headerPC #hInfo .phoneNumber{
	margin:0 auto;
	padding:0;
}
#headerPC #hInfo .reception{
	font-size:10px;
	margin:0;
	padding:0;
}

#headerPC #hInfo .airInfo{
	margin:0;
	padding:0;
}
#headerPC #hInfo .airInfo a{
    background-image: url("http://onpara.jp/share/images/txt_icon_pack.png");
    background-position: left center;
    background-repeat: no-repeat;
	background-size: 12px auto;
    display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding:0 0 0 15px;
}

#headerPC #hInfo .mypage{
	float:right;
	width:215px;
	height: 85px;
	text-align: left;
}


#headerPC .mypage .hiBtn {
	margin:0 0 3px;
}
#headerPC .mypage .hiBtn a {
    background-image: url("http://onpara.jp/share/images/btn_login.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    overflow: hidden;
    text-align: center;
    text-indent: -9999px;
    width: 202px;
}
#headerPC .mypage .hiBtn a:hover {
    background-position: 0 -48px;
}

#headerPC .mypage .airInfop{
	padding:0 ;
	margin:0;
}

#headerPC .mypage .airInfop a{
    background-image: url("http://onpara.jp/share/images/txt_icon_pack.png");
    background-position: left center;
    background-repeat: no-repeat;
	background-size: 12px auto;
    display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding:0 0 0 15px;
}

#headerPC div#hNavi {
    background-color: #323360;
    clear: both;
    height: 45px;
    margin: 0;
    padding-bottom: 4px;
}
#headerPC div#hNavi li {
    float: left;
    width: 120px;
}
#headerPC div#hNavi li a {
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 45px;
    text-align: center;
}
#headerPC div#hNavi li#gnTop a {
    background-image: url("http://onpara.jp/share/images/nav_top.png");
}
#headerPC div#hNavi li#gnTop a:hover {
    background-position: 0 -45px;
}
#headerPC div#hNavi li#gnOnsen a {
    background-image: url("http://onpara.jp/share/images/nav_onsen.png");
}
#headerPC div#hNavi li#gnOnsen a:hover {
    background-position: 0 -45px;
}
#headerPC div#hNavi li#gnHotel a {
    background-image: url("http://onpara.jp/share/images/nav_hotel.png");
}
#headerPC div#hNavi li#gnHotel a:hover {
    background-position: 0 -45px;
}
#headerPC div#hNavi li#gnBargain a {
    background-image: url("http://onpara.jp/share/images/nav_bargain.png");
}
#headerPC div#hNavi li#gnBargain a:hover {
    background-position: 0 -45px;
}
#headerPC div#hNavi li#gnTokuten {
    background-image: url("http://onpara.jp/share/images/nav_none.png");
}
#headerPC div#hNavi li#gnTokuten a:hover {
    background-position: 0 -45px;
}
#headerPC div#hNavi li#gnEstimate a {
    background-image: url("http://onpara.jp/share/images/nav_estimate.png");
}
#headerPC div#hNavi li#gnEstimate a:hover {
    background-position: 0 -45px;
}
#headerPC div#hNavi li#gnBus {
    background-image: url("http://onpara.jp/share/images/nav_none.png");
}
#headerPC div#hNavi li#gnBus a:hover {
    background-position: 0 -45px;
}
#headerPC div#hNavi li#gnLimited a {
    background-image: url("http://onpara.jp/share/images/nav_limited.png");
}
#headerPC div#hNavi li#gnLimited a:hover {
    background-position: 0 -45px;
}
#headerPC div#hNavi li#gnPack a {
    background-image: url("http://onpara.jp/share/images/nav_pack.png");
}
#headerPC div#hNavi li#gnPack a:hover {
    background-position: 0 -45px;
}
#headerPC div#hNavi li#gnNone {
    background-image: url("http://onpara.jp/share/images/nav_none.png");
    height: 45px;
    text-indent: -9999px;
}
#headerPC div#hNavi li.navDefault a {
    background-position: left -45px !important;
}
#headerPC div#hNavi02 {
    background-image: url("http://onpara.jp/share/images/glNaviBg.jpg");
    border-bottom: 1px solid #ccc;
    clear: both;
    height: 45px;
    margin: 10px 0 15px;
    padding-bottom: 5px;
    position: relative;
}
#headerPC div#hNavi02 li {
    display: block;
    float: left;
    margin-right: 2px;
    width: 318px;
}

/* ---------------------------------------------------------
	CSS Document Navigation
--------------------------------------------------------- */

#navi {
	height: 30px;
	overflow: hidden;
	background: url(../images/navi.jpg) no-repeat 0 0;
}

#navi li {
	float: left;
	list-style: none;
}

#navi li img {
	vertical-align: top;
}

#navi li.this a img ,
#navi li a:hover img {
	opacity: 0;
	filter: Alpha(opacity=0);
}

/* ---------------------------------------------------------
	CSS Document Bread Clumb
--------------------------------------------------------- */
/*
header{margin:0 auto 0 !important;}

#breadCrumb{
    margin:0 auto 10px;
    width: 100%;
	background-color:#f3f3f3;
}
#breadCrumb span{
	font-size:12px;
}

#breadCrumb .blockpz{
    display: block;
    line-height: 2.4em;
    margin: 0 auto;
    text-align: left;
    width: 960px;
}
#breadCrumb a{
	color:#356dc2;
	font-size:12px;
	text-align:left;
}
#breadCrumb a:hover{
	color:#bb2b39;
}
*/
/* ---------------------------------------------------------
	CSS Document sidebar
--------------------------------------------------------- */

.h3 {
	height: 52px;
	overflow: hidden;
	background: url(../images/bg_h3.jpg) repeat-x 0 0;
	font-size: 15px;
	line-height: 55px;
}

#sidebar p {
	margin-bottom: 15px;
}

/* ---------------------------------------------------------
	CSS Document areamap
--------------------------------------------------------- */

.mapmain{
	width:915px;
	text-align:left;
	margin:0 auto 70px;
}
.mapmain .map_text{
	margin:5px 0 0 0px;
	text-align:left;
	font-size: 12px;
}
.mapmain .spaP{ color:#000000; font-size:15px;margin:4px 0px 0px 0px; }
.mapmain .map{width:820px; background-image: url(http://onpara.jp/share/areamap/img/bg.gif) ;background-repeat:repeat-y;background-position: center bottom;}

.mapmain .maparea{width: 930px; height: 500px; display:block;}
.mapmain .mapsize{width: 500px; height: 500px; float:left;}
.mapmain .side_border{width: 430px; height: 500px; background-color:#cccccc; float:left; }
.mapmain .side{width: 428px; height: 498px; background-color:#ffffcc; margin-top:1px;overflow: scroll;overflow-x:hidden;}

.mapmain ul.maplist li.spa { border-bottom:#dddddd dashed 1px; display:block; overflow:hidden; padding-bottom:10px;}
.mapmain ul.maplist li.spa .photo { 
	width: 94px;
	height: 76px;
	background:url('http://onpara.jp/share/areamap/img/img_back.jpg') left top no-repeat;
	padding:6px 0 6px 6px;
	float:left;
	margin:10px 0px auto 10px;
	display:inline;
}
.mapmain ul.maplist li.spa .photo img{width:80px; height:60px;}
.mapmain ul.maplist li.spa .yado_deta {width:290px; height: 80px; float:left; text-align:left; margin:10px 0px 10px;} 
.mapmain ul.maplist li.spa .yado_deta h3{
    float: left;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 7px;
    width: 205px;
}

.mapmain .side .map_90{
    border-bottom: 1px dashed #ccc;
    margin: 0 auto 18px;
    padding: 0 0 10px;
    overflow: hidden;
} 
.mapmain .side .map_s{
	background:url('http://onpara.jp/share/areamap/img/icon_lens.gif') left top no-repeat;
	float:right;
    font-size: 13px;
    padding: 0 5px 0 12px;
}
.mapmain .side p.over_90_side{ background:url('http://onpara.jp/share/areamap/img/over90_side.gif') left top no-repeat;width:265px; text-align:left; height:15px; text-indent:-2000px;margin:0 0 0 10px; display:inline;float:left;}

.mapmain .map_yadodeta{ width:350px; text-align:left;}
.mapmain .map_yadodeta h3{
	font-size:14px;
	width:350px;
	display:block;
	overflow:hidden;
	line-height: 1.4;
}
.mapmain .map_yadodeta p.over_90{ background:url('http://onpara.jp/share/areamap/img/over90.jpg') left top no-repeat;width:272px; text-align:left; height:15px; text-indent:-2000px;margin:10px;}

.mapmain .icon{
	float: none !important;
    margin: 3px auto 10px 10px !important;
	clear:both;
}

.mapmain ul.spaicon {height:15px;float:left;}
.mapmain ul.spaicon li{ float:left;height:15px;overflow:hidden;text-indent:-2000px;display:inline;}
.mapmain ul.spaicon li.tennen {background:transparent url(http://onpara.jp/share/areamap/img/icon_tennen.gif) no-repeat scroll 0 0;margin:0 3px 0 0;width:47px;}
.mapmain ul.spaicon li.gensen {background:transparent url(http://onpara.jp/share/areamap/img/icon_gensen.gif) no-repeat scroll 0 0;margin:0 3px 0 0;width:71px;}
.mapmain ul.spaicon li.roten {background:transparent url(http://onpara.jp/share/areamap/img/icon_roten.gif) no-repeat scroll 0 0;margin:0 3px 0 0;width:46px;}
.mapmain ul.spaicon li.oneuchiyu {background:transparent url(http://onpara.jp/share/areamap/img/icon_kasikiri.gif) no-repeat scroll 0 0;margin:0 3px 0 0;width:46px;}
.mapmain ul.spaicon li.oneroten {background:transparent url(http://onpara.jp/share/areamap/img/icon_kasikiriroten.gif) no-repeat scroll 0 0;height:15px;margin:0 3px 0 0;width:47px;}
.mapmain ul.etcicon {height:15px;}
.mapmain ul.etcicon li{ float:left;height:15px;overflow:hidden;text-indent:-2000px;}
.mapmain ul.etcicon li.card {background:transparent url(http://onpara.jp/share/areamap/img/icon_card.gif) no-repeat scroll 0 0;margin:0 3px 0 0;width:47px;}
.mapmain ul.etcicon li.pet {background:transparent url(http://onpara.jp/share/areamap/img/icon_pet.gif) no-repeat scroll 0 0;margin:0 3px 0 0;width:47px;}
.mapmain p.catch{
	width:280px;
	display:block;
	padding:5px 0 0 7px;
	clear:both;
	overflow:hidden;
	font-size:13px;
}
.mapmain span.price{
    color: #ba2636;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}

/* ---------------------------------------------------------
	CSS Document  #cms(検索BOX)
--------------------------------------------------------- */

#cms {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.limit h3.sttl {
    background: transparent url("/share/quicksearch/img/search/ttl.jpg") no-repeat scroll left top;
    color: #fff;
    font-size: 15px;
    height: 45px;
    margin: 0 auto;
    overflow: hidden;
    padding: 8px 0 0 40px;
    text-align: left;
    width: 850px;
}
.limit h4.area {
    float: left;
    height: 15px;
    margin: 2px 2px 0 0;
    overflow: hidden;
    /*text-indent: -2000px;*/
    width: 40px;
}
.limit h4.date {
    float: left;
    height: 15px;
    margin: 2px 2px 0 0;
    /*overflow: hidden;*/
    /*text-indent: -2000px;*/
    /*width: 90px;*/
}
.limit h4.cost {
    float: left;
}

div.limit li.cost .pay {
    float: left;
}
.limit h4.more {
    float: left;
	margin:0 10px auto 0;
}
span.small {
    font-size: 11px;
}
span.fwnomal {
    font-weight: nomal;
}

.limit ul {
    background-color: #f7f5ea;
    font-size: 12px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px 15px 20px;
    width: 850px;
}
.limit li {
    background: transparent none repeat scroll 0 0;
    display: inline;
    float: left;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 3px 0 2px;
}
.limit li.area {
    margin: 5px 10px 10px auto;
    width: 280px;
    float: left;
}
.limit li.date .noday{
    margin: 0;
    width: 85px;
}

div.limit li.date div {
    float: left;
}
div.limit li.date div.calBtn {
    float: left;
	width:90px;
}

.limit li.cost {
    margin: 0 auto 10px 0;
    width: 100%;
}
.limit li.more {
    margin: 0 0 10px;
    padding: 0;
}
.limit li.area select {
    width: 220px;
}
.limit li.date  {
    float: left;
    margin: 5px auto 10px;
    width: 470px;
}
.limit li.cost  {
    float: left;
}
.limit li.people  {
    float: left;
}
.limit li.more .pay {
    text-align: left;
	float:left;
}
.limit .calBtn {
    height: 20px;
    margin: 0 0 0 5px;
    overflow: hidden;
    text-align: left;
    width: 130px;
}
.limit .calBtn a {
    background: transparent url("/share/neo_onpara/top/top-index/img/img_calendar.gif") no-repeat scroll 0 0;
    display: block;
    height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 4px 0 0 15px;
    width: 130px;
}

.limit .box li.btn {
    display: block;
    height: 36px;
    margin: 0 auto;
    padding: 0 0 2px;
    width: 810px;
}

.limit .searchBtn {
    background: transparent url("/share/quicksearch/img/search/search_btn.jpg") no-repeat scroll 0 0;
    display: block;
    height: 36px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 2px;
    width: 124px;
}
.limit .box li.btn .searchBtn:hover {
    background-position: 0 -37px;
}
.search_dish {
    text-align: left !important;
    width: 350px;
}
.search_dish h4, .search_room h4 {
    text-align: left;
}
.more_dish {
    width: 350px;
}
.more_dish, .more_room {
    float: left;
}
.more_room h4, .more_dish h4 {
    text-align: left;
}


/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#f_pagetop {
	margin-bottom: 32px;
	text-align: center;
}

#f_banner {
	height: 108px;
}

#f_banner_left {
	float: left;
	width: 590px;
}

#f_banner_left ul {
	float: left;
	width: 372px;
}

#f_banner_left li {
	float: left;
	margin-right: 5px;
	padding-top: 13px;
	list-style: none;
}

#f_banner_right {
	float: right;
	width: 200px;
	padding-top: 13px;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */
footer{
    background: #fff none repeat scroll 0 0;
    clear: both;
    font-size: 12px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

#footerSP {
	display:none;
}

#footerPC {
	margin:0 auto;
	width:100%
}
#footerPC a{
	color: #369;
	text-decoration: underline;
}
#footerBox {
	margin:0 auto;
	width:950px;
}
#footerPC div.bg_ttl {
    background: transparent url("http://onpara.jp/share/images/footer_ttl.jpg") no-repeat scroll left top;
    height: 50px;
    margin: 30px 65px 0;
    overflow: hidden;
    text-indent: -2000px;
    width: 820px;
}
#footerPC table.footer_con {
    background: #d7bd8e none repeat scroll 0 0;
    margin: 0 65px 20px;
    width: 820px;
	border:1px brown solid;
}

#footerPC table.footer_con th {
    background: #fff0d2 none repeat scroll 0 0;
    color: #333;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    width: 200px;
}
#footerPC table.footer_con td {
    background-color: #fff;
}
#footerPC table.footer_con span {
    color: #e00;
}
#footerPC table.footer_con ul {
    margin: 0 10px 5px;
    overflow: hidden;
    padding: 0;
    width: 600px;
}
#footerPC table.footer_con li {
    display: inline;
    float: left;
    height: 15px;
    margin: 5px 0 0;
    white-space: nowrap;
}
#footerPC div.bg_con {
    background: transparent url("/share/images/bg_contents.gif") no-repeat scroll left top;
    height: 50px;
    margin: 30px 65px 0 53px;
    overflow: hidden;
    text-align: left;
    width: 832px;
}
#footerPC div.bg_con p {
    color: #333;
    font-size: 110%;
    font-weight: bold;
    margin: 30px 10px 0 80px;
}
#footerPC table.contents {
    background: #ccc none repeat scroll 0 0;
    margin: 0 65px 40px;
    width: 820px;
}
#footerPC table.contents th {
    background: #f7f5ee none repeat scroll 0 0;
    color: #333;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    width: 200px;
}
#footerPC table.contents td {
    background-color: #fff;
}
#footerPC table.contents span {
    color: #fc0;
}
#footerPC table.contents ul {
    margin: 0 10px 5px;
    overflow: hidden;
    padding: 0;
    width: 600px;
}
#footerPC table.contents li {
    display: inline;
    float: left;
    height: 15px;
    margin: 5px 0 0;
    white-space: nowrap;
}
footer .footMenu {
    background: #f0f0f0 none repeat scroll 0 0;
    margin: 5px auto 0;
    padding: 5px;
    text-align: center;
}
footer address.copyright {
    background: #000 url("/share/images/onpara_tel2.jpg") no-repeat scroll 0 0;
    color: #cbcbcb;
    font-size: 11px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}
footer address.license {
    display: inline;
    float: left;
    margin: 10px 0 0 5px;
    text-align: left;
    width: 450px;
}
footer address.kcLogo {
    float: right;
    text-align: right;
    width: 180px;
}
footer address.wbfLogo {
    float: right;
    text-align: right;
    width: 190px;
}

/* 臨時休業のお知らせ
--------------------------------------------------*/
p.rinjiInfo {
    font-size: 11px;
    margin: 0;
	text-decoration: underline;
}
p.rinjiInfo_r {
    font-size: 11px;
    margin: 0;
	text-decoration: underline;
	text-align:right;
}



/* タイアップバナー
--------------------------------------------------*/

.tieup {
    width: 450px;
    margin: 3em auto;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url("/share/contents/ad/yamaga/images/photo_3.jpg") no-repeat;
    background-position: center;
    background-size: 100%;
}

.tieup a {
	text-decoration: none;
	color: #fff;
}

.tieup a:hover {
	color: #f3f3f3 !important;
}

.tieup__tex {
	font-size: 14px;
	line-height: 2.5em;
	padding: 10px 0;
    text-shadow: 0px 0px 6px rgba(0,0,0,1);
}

.tieup__tex:after {
	content: "";
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
	border-radius: 2px;
	margin: 0 0 0 10px;
	height: 15px;
	right: 4%;
	position: absolute;
	transform: rotate(45deg);
	top: 40%;
	width: 15px;
}

.tieup__tex__head {
    font-size: 25px;
    font-weight: 700;
}

span {
    font-size: 1em;
}



/* 温泉地
************/

.mainContents {
    text-align: left;
}

.main_read h2 {
    font-size: 32px;
}

.main figure {
    overflow: hidden;
}

.mainContents img {
    max-width: 100%;
    height: 100%;
}

.main_read h2 {
    font-size: 33px;
    text-indent: 255px;
}

.sensitsu_w50box {
    overflow: hidden;
    margin: 25px 0 0;
    display: flex;
    justify-content: space-between;
}

.sensitsu_w50box .onsen_info_sensitsu {
    width: 440px;
    float: left;
    padding: 0 25px 15px;
    margin-bottom: 0 !important;
    height: auto;
}

.onsen_info_sensitsu dd {
    padding: 25px 0 15px;
}

.sensitsu_w50box .onsen_info_sensitsu:first-child {
    margin-right: 0;
}

.info {
    width: 980px;
    margin: 20px auto 15px;
    position: relative;
    background: #fff;
    padding-bottom: 30px;
}

.link_text {
    position: relative;
    line-height: 1.4em;
    font-weight: bold;
    color: #886e34;
    margin: 0;
}

.link_text.last {
    padding: 20px 0 0;
}

.sub_ttl p {
    text-align: center;
    font-size: 24px;
    line-height: 1.5em;
}

.sub_ttl .trans {
    text-align: right;
    font-size: 12px;
}

.open_contents_inner {
    background: #f8ebd1;
    padding: 20px;
    padding: 20px 18px 0 18px;
}

.open_contents_inner ul {
    height: auto;
}

h5.open_contents_title {
    display: block;
}

h5.open_contents_title a {
    text-decoration: none;
    color: #333;
}

.open_contents_title {
    height: 3em;
    font-size: 18px;
    line-height: 1.4;
}

.open_contents_text {
    font-size: 14px;
    margin-bottom: 10px;
    height: auto;
}

.open_contents .double_size {
    font-size: 12px;
    padding-left: 2em;
}

.photo_on_text .feature_text {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 15px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    background: rgba(255,255,255,0.7);
    border: 1px solid #999;
    text-align: center;
    background: #fff;
}

.photo_on_text {
    position: relative;
    padding-top: 87px;
    background-color: #fff;
}

#onsen .link_text.last {
    margin: 15px 0 10px;
    text-align: left;
}

#onsen .feature_box_02 .link_text {
    margin-top: 60px;
    text-align: center;
}

.feature_box_03 .listBox {
    padding-bottom: 10px;
}

.listBox {
    width: 30%;
    float: left;
    margin: 25px 15px 0 20px;
    background: #f8ebd1;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 68px;
}

#kankou .listBox {
    padding-bottom: 20px;
}

/*ボタン*/
a.btn_orange {
    position: absolute;
    display: block;
    line-height: 50px;
    padding-left: 10%;
    font-size: 17px;
    font-weight: bold;
    background: #f38028;
    color: #fff;
    text-decoration: none;
    width: 86%;
    margin: 0 auto;
    bottom: 20px;
    left: 7%;
}



