@charset "utf-8";

/*共通設定*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	min-height: 100%;
}

body {
	punctuation-trim: adjacent;
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	color:#3e3a39;
	font-size: 13px;
	line-height: 1.6em;
	height: 100%;

}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

b {
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

table {
	width:100%;
}

a{
	text-decoration: none;
	color: inherit;
}

a:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
	opacity:0.8;
}

.flex{display: flex;display: -webkit-flex;}
.of {overflow: hidden;}
.fl { float:left;}
.fr { float:right;}
.tl { text-align:left!important;}
.tr { text-align:right!important;}
.mt10 { margin-top:10px;}
.mr10 { margin-right:10px;}
.mb10 { margin-bottom:10px;}
.ml10 { margin-left:10px;}
.mt20 { margin-top:20px;}
.mr20 { margin-right:20px;}
.mb20 { margin-bottom:20px;}
.ml20 { margin-left:20px;}
.mt30 { margin-top:30px;}
.mr30 { margin-right:30px;}
.mb30 { margin-bottom:30px;}
.ml30 { margin-left:30px;}

.pl10 {padding-left:10px;}
.pr10 {padding-right:10px;}
.pt10 {padding-top:10px;}
.pb10 {padding-bottom:10px;}
.plr10 {padding-left:10px;padding-right:10px;}

.sp{display: none}
.pc{display: block}
.bl{color: #a9894a;}
.gray{color: #c8c9ca;}
.eat{color: #CAB78A;}/*ボタン・カフェ＆レストラン*/
.fashion_goods{color: #DBD5C3;}/*ファッショングッズ*/
.service{color: #CAC999;}/*サービス*/
.facility{color: #EDD3B7;}/*温泉施設*/
.amusement{color: #BECED0;}/*アミューズメント*/

.bk_bl{background: #a9894a;color: #fff; text-align: center;}
.bk_eat{background: #CAB78A; text-align: center;}/*ボタン・カフェ＆レストラン*/
.bk_fashion_goods{background: #DBD5C3; text-align: center;}/*ファッショングッズ*/
.bk_service{background: #CAC999; text-align: center;}/*サービス*/
.bk_facility{background: #EDD3B7; text-align: center;}/*温泉施設*/
.bk_amusement{background: #BECED0; text-align: center;}/*アミューズメント*/
.bk_sun{background: #b0b4d6; text-align: center;}/*サンスト用*/
.bk_gray{background: #c8c9ca; text-align: center;}
.t-center{text-align: center;}
.t-left{text-align: left;}
.t-right{text-align: right;}



/*==============================
		  共有設定
==============================*/

img{
	width:100%;
	vertical-align:bottom;
}

.w980{
	max-width: 980px;
    width: 100%;
    margin: auto;
}

.w1280{
	max-width: 1280px;
    width: 100%;
    margin: auto;
}
.w_contents{
	max-width: 1300px;
    width: 100%;
    margin: auto;
}

.box{
    margin-bottom: 120px;
}

.fa{
	margin: 0 5px;
}

.flex_wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

.pageTitle{
	border-bottom: 2px solid;
	margin: 40px 0 5px;
	padding-bottom: 10px;
	font-size: 20px;
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
}

.list h3 {
    color: #a9894a;
}

.breadcrumb{
	text-align: right;
	font-size: 10px;
}


.title{
    margin: 30px 0;
    padding-bottom: 10px;
    color: #a9894a;
    font-size: 24px;
    font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
    text-align: center;
    line-height: 0.8em;
    border-bottom: #a9894a 2px solid;
}

.title span{
	font-size: 14px;
}

.moreBtn a,
.backBtn a{
	background: #a9894a;
	color:#fff;
	display: block;
	width: 300px;
	text-align: center;	
	padding: 15px;
	margin: 20px auto;
	font-size: 16px;
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	border: #a9894a 2px solid;
}

.moreBtn a:hover,
.backBtn a:hover{
	background: #a9894a;
	color:#fff;
    opacity: 0.8;
}

.moreBtn a:after{
	font-family: "FontAwesome";
	content: "\f105";
	float: right;
	margin-left: 20px;
    font-size: 18px;
}

.backBtn a:before{
	font-family: "FontAwesome";
	content: "\f104";
	float: left;
	margin-right: 20px;
    font-size: 18px;
}

.summary{
	color:#727171;
}

/*
 * 空の子パネル
 * padding, margin の左右も 0 に指定してしまうと、
 * 最後の行のレイアウトが崩れるので注意。
 */
.empty {
	height: 0!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	margin-top: 0!important;
	margin-bottom: 0!important;
	border: none!important;
}


/* シェアボタン */

.shareBox {
	-webkit-justify-content: flex-end; /* Safari */
	justify-content: flex-end;
}

.shareBox .tw a{
	background: #00a4de;
	display: block;
	border-radius: 2px;
	color:#fff;
	font-size: 10px;
	padding: 0 4px;
	margin-right: 5px;
}

/* キャッチコピー */

.copy{
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
	font-size: 16px;
}


/*==============================
		  header設定
==============================*/

#header .headtop{
	z-index: 100;
    position: relative;
}

#header .headtop > div{
	position: relative;
}

#header .headtop > div .time_btn a{
	position: absolute;
	right: 0;
	top:0;
	padding: 10px;
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
    background: #90743c;
    color: #fff;
}

#header .headtop h1{
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0;
}

#header .logos {
	margin: 30px 0;
}

#header .logos .iconArea{
	margin-top: 20px;
    width: 460px;
}

#header .logos .iconArea p{
	margin: 0 10px;
}

#header .logos .logo img{
	width: 290px;
	height: 77px;
}


#header .nav{
	margin: 20px 0;
}

#header .nav li{
	flex:0 0 12.5%;
	text-align: center;
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
	border-right: #a9894a 1px solid;
}

#header .nav li a{
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
	color:#a9894a;
}

#header .nav li:first-child{
	border-left: #a9894a 1px solid;
}

#header .nav2{
	margin: 20px 0;
}

#header .nav2 li{
	flex:0 0 14%;
	text-align: center;
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
	border-right: #a9894a 1px solid;
}

#header .nav2 li a{
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
	color:#a9894a;
}

#header .nav2 li:first-child{
	border-left: #a9894a 1px solid;
}

.times-collapse{
	padding: 62px 0 20px;
	width: 100%;
	position: fixed;
	z-index: 99;
	background: rgba(255,255,255,0.9);
	top: -550px;
	height: 280px;
}

.times-collapse .times dl{
	text-align: center;
	padding-bottom: 20px;
}

.times-collapse .times dl dt{
	font-size: 12px;
	margin-bottom: 10px;
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
}

.times-collapse .times dl dd{
	font-size: 16px;
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
	color:#a9894a;
}

.times-collapse .times dl dd span{
	font-size: 12px;
}

.times-collapse .times .different >p{
	text-align: center;
	padding-bottom: 5px;
}

.times-collapse .times .different ul li{
	border-bottom: #dedede 1px solid;
	padding: 10px 0;
	margin: 0 20px;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

.times-collapse .times .different ul li p:nth-child(2){
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
}


.headerFixed{
	width: 100%;
	position: fixed;
	z-index: 100;
	padding: 10px 0;
    top: 0;
	background: #fff;
	border-bottom: #90743c 1px solid;
}

.headerFixed >.flex{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

.headerFixed .logo{
    flex: 0 0 12%;
}

.headerFixed .nav{
	flex:0 0 72%;
	margin: 10px 0!important;
}

.headerFixed .nav li a{
    font-size: 12px;
}

.headerFixed .nav2{
	flex:0 0 72%;
	margin: 10px 0!important;
}

.headerFixed .nav2 li a{
    font-size: 12px;
}

.headerFixed .time_btn{
	margin-top:10px;
}

.headerFixed .time_btn a{
	padding: 10px 5px;
	font-size: 12px;
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
    background: #90743c;
    color: #fff;
}



/*==============================
		content設定
==============================*/

#content{
	overflow: hidden;
}

/*-- イベント情報 --*/
.eventBox{
	flex: 0 0 23%;
    margin-bottom: 30px;
}

.event .eventBox a{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	padding: 20px 0;
}

/*.event .eventBox a .img{
	flex: 0 0 26%;
}*/

.event .eventBox a .eventTxt{
	flex: 0 0 66%;
}

.event .eventBox a .eventTxt .date{
	font-size: 12px;
	margin-bottom: 5px;
}

.event .eventBox a .eventTxt .eventTitle{
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
	color:#ea5514;
	line-height: 1.6em;
	font-size: 16px;
	margin-bottom: 10px;
}

.event .eventBox a >i{
	flex: 0 0 2%;
	font-size: 24px;
	margin: 0;
    align-self: center!important;
}

/*-- 店舗お知らせ --*/

.news >.flex{
	-webkit-flex-wrap: wrap;/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

.news >.flex >div{
	flex: 0 0 16%;
	margin-bottom: 4%;
}
.shop__news{
    background: #f9f2e8;
    padding: 50px 0px;
}
.shop__news .title{
    border-bottom: none;
}
.news .newsBox a{
    display: block;
}
.news .news_wrap{
    margin-bottom: 40px;
}
.news .news_wrap .newsBox{
    margin-right: 10px;
    margin-left: 10px;
}

.news .newsBox .img{
	margin-bottom: 5px;
}
.news .newsBox .img img{
    height: auto!important;
}

.news .newsBox .newsTxt .shopName{
	margin-bottom: 5px;
	padding: 5px;
	font-size: 12px;
}

.news .newsBox .newsTxt .newsTitle{
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
	color:#90743c;
	font-size: 16px;
}

.news .newsBox .newsTxt .date{
	text-align: right;
	font-size: 12px;
}


/*-- 最近見た店舗 --*/
.recent{
	background:#f7f8f8;
	padding: 20px 10px;
}

.recent h3{
	text-align: center;
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}

.recent .recentBox .img{
	position: relative;
}

.recent .recentBox .img .storey{
	position: absolute;
	top: 0;
	right:0;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: normal;
	color:#fff;
	background:rgba(0 ,0 ,0,0.6);
}


.recent .swiper-wrapper .recentBox:first-child{
	margin-left: 22px;
}

.recent .swiper-wrapper .recentBox:nth-child(5n){
	margin-right: 20px!important;
}

.recent  .swiper-slide {
    width: 168px!important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none!important;
    left: 0px!important;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-family: "FontAwesome";
	content: "\f104";
	font-size: 30px;
	color: #333;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none!important;
    right: 0px!important;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size:30px;
	color: #333;
    float: right;
}

/*-- 求人情報 --*/

.recruit .recruitBox a{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: #595757 1px dotted;
}

.recruit .recruitBox a .img{
	flex: 0 0 26%;
}

.recruit .recruitBox a .recruitTxt{
	flex: 0 0 66%;
}

.recruit .recruitBox .recruitTxt .shopName{
	margin-bottom: 5px;
	font-size: 10px;
	padding: 5px;
	width: 200px;
}

.recruit .recruitBox a .recruitTxt .recruitTitle{
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
	color:#90743c;
	font-size: 14px;
}

.recruit .recruitBox a >i{
	flex: 0 0 2%;
	font-size: 24px;
	margin: 0;
    align-self: center!important;
}

.movie iframe{
    max-height: 700px;
    margin: auto;
    height: 70vh;
}


/*==============================
		footer設定
==============================*/

#footer .bnrArea {
	-webkit-flex-wrap: wrap;/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

#footer .bnrArea p{
	flex: 0 0 19%;
	margin-bottom: 1%;
}

#footer .footer{
	background: #e8e0d1;
	padding: 40px 0 10px;
}

#footer #gotop{
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
	background: #e8e0d1;
	width: 160px;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
}

#footer #gotop:hover{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity:0.8;
}

.footer >.flex{
	margin-bottom: 40px;
}

.footer >.flex span{
	margin-right: 5px;
}

.footer >.flex >div{
	flex:0 0 50%;
}

.footer >.flex .info ul li a,
.footer >.flex .info .footTime p,
.footer >.flex .map p{
	color:#a9894a;
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
	margin-bottom:10px;
}

.footer >.flex .info ul {
	flex:0 0 33%;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: #9e9e9e 1px solid;
}
.footer >.flex .info ul:nth-child(2){
    flex:0 0 27%;
    width: 27%;
}
.footer >.flex .info ul:nth-child(3){
    flex:0 0 40%;
    width: 40%;
}

.footer >.flex .info ul li{
	margin-bottom:5px;
}

.footer >.flex .info .footTime dl{
	margin-bottom: 10px;
    text-align: center;
}

.footer .nb {
    margin-left: 5px;
}

.cap_t{
    width: 100%!important;
	font-size: 12px;
}

.footer >.flex .info .footTime dl dt{
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
	display: block;
    width: 100px;
    color: #a9894a;
}

.footer >.flex .info .footTime .footTime__wrap dl dt{
    width: auto;
}

.footer >.flex .info .footTime dl dd{
	font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
	font-weight: bold;
	display: inline-table;
    color: #a9894a;
    text-align: left;
}
.footer >.flex .info .footTime dl dd .shp__link span{
    display: inline-block;
    margin-right: 0px;
	border-bottom: 1px solid #a9894a;
    font-weight: bold;
    line-height: 1;
}
.footer >.flex .info .footTime dl dd a{
    font-weight: bold;
}
.footTime__wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width: 100%;
}

.footTime_wrap dl dt{
    margin-bottom: 10px;
}
.dy{
    text-align: left!important;
}
.dy .nb{
    display: inline-block!important;
}
.footer >.flex .info .footTime img{
    margin-bottom: 5px;
}

.footer >.flex .map{
	margin:0 40px;
}


.footer >.flex .map .googlemap #map_canvas{
	height: 350px;
    width: 100%;
}

.footer >.flex .map .googlemap a{
	font-size: 14px;
    display: block;
    text-align: right;
    color: #333;
}

.footer .fNav{
	font-size: 12px;
	text-align: center;
}


#footer .copyright{
	font-size: 10px;
	padding: 5px;
}


/*==============================
		pager設定
==============================*/

.pager{
	-webkit-justify-content: flex-end; /* Safari */
	justify-content: flex-end;
}

.pager li{
	flex: 0 0 3%;
	text-align: center;
	margin-left: 10px;
}

.pager li.prevPage,
.pager li.nextPage{
	flex: 0 0 6%;
}

.pager li a{
    display: block;
	color: #595757;
	border: 1px solid;
	border-radius: 4px;
	padding: 5px 0;
}

.pager li a:hover{
	background: #595757;
	color: #fff;
	opacity: 1;
}

.pager li.current a{
	background: #a9894a;
	color: #fff;
}

.pager li.prevPage .fa{
    margin-right: 10px;
    margin-left: 0;	
}

.pager li.nextPage .fa{
    margin-left: 10px;
    margin-right: 0;	
}



