@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;
	line-height: 1.5em;
	color:#3e3a39;
	font-size: 12px;
    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;}

.both{
	clear:both;
}

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

table {
	width:100%;
}

a {
	color:#333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*a:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.7;
}
*/
.flex{display: flex;display: -webkit-flex;align-items: center;}
.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_gray{background: #c8c9ca; text-align: center;}

.t-center{text-align: center;}
.t-left{text-align: left;}
.t-right{text-align: right;}

.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;
}


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

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

.box{
	margin: 0 0 60px;
}

.fa{
	margin: 0 5px;
}

.title{
	margin: 20px 0;
	color:#a9894a;
	font-size: 18px;
    letter-spacing: 0.05em;
	text-align: center;
	line-height: 1em;
}

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


.moreBtn a{
	background: #a9894a;
    color: #fff;
	display: block;
	text-align: center;	
	padding: 15px;
	margin: 20px 0;
	font-size: 14px;
}

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

.pageTitle{
	font-size: 18px;
	text-align:center;
	padding:20px 0;
    background: #e8e0d1!important;
}

.list h3 {
    color: #a9894a;
}

/*-- 中ページサブタイトル --*/

.subTitle {
    font-size: 16px;
    padding: 10px;
}

/*-- ショップカテゴリ --*/
.genreBox {
	margin-bottom: 30px;
}

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

.genreBox > .flex li{
	flex: 0 0 32.8%;
	margin-bottom:0.8%;
	font-size: 10px;
}

.genreBox > .flex li:nth-child(4){
    flex: 0 0 49.5%;
}

.genreBox > .flex li:last-child{
    flex: 0 0 49.5%;
}

.genreBox > .flex li a{
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 9px 0;
}

/*-- コピー --*/
.copy{
	margin-bottom: 20px;
}

/*-- シェアボタン --*/
.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;
}


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

.headtop{
    background: #fff;
    position: fixed;
    z-index: 100;
    height: 80px;
    overflow: hidden;
	width: 100%;
	font-size: 10px;
}

.headtop .logo{
    height: 38px;
    width: 140px;
    padding: 22px 5px;
}


.headtop .spsub_btn p a{
	display: block;
	background: #90743c;
	color:#fff;
	padding: 11px 6px;
}

.headtop .spsub_btn p:first-child a{
	border-bottom: #fff 1px solid;
}

.headtop .spmenu_btn{
	padding: 12px;
}

.headtop .spmenu_btn .fa{
	font-size: 20px;
}

.navbar_ {
	height: 100%;
	padding:0;
}


.navbar_ .nav-collapse_{
	padding: 0;
	width: 100%;
	position: fixed;
	z-index: 99;
	background: rgba(255,255,255,0.9);
	top: -276px;
	height: 248px;
}

.nav-collapse_ .nav{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nav-collapse_ .nav > li{
	flex: 0 0 50%;
	text-align: center;
}

.nav-collapse_ .nav > li a{
	color: #333;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	display: block;
	padding: 15px 10px;
	border-bottom: #dedede 1px solid;
}

.nav-collapse_ .nav > li a:hover{
	background: #a9894a;
    opacity: 0.8;
}

.nav-collapse_ .nav > li:nth-child(2n) a{
	border-left: #dedede 1px solid;
}


.nav-collapse_ .nav > li a:after{
	font-family: "FontAwesome";
	content: "\f105";
	float: right;
	margin-left: 20px;
    font-size: 14px;
}

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

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

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

.times-collapse .times dl dd{
	font-size: 16px;
	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;
}


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

#content{
	padding: 80px 0 0;
}


/*-- イベント情報 --*/

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

.eventBox{
	flex: 0 0 48%;
}

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

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

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

.event .eventBox a .eventTxt .date{
	font-size: 10px;
}

.event .eventBox a .eventTxt .eventTitle{
	color:#90743c;
	font-size: 14px;
}

.event .eventBox a .eventTxt .summary{
	color:#727171;
}


.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 .newsBox{
	flex: 0 0 48%;
	margin-bottom: 4%;
}

.news .news_wrap .newsBox {
    margin-right: 5px;
    margin-left: 5px;
}
.shop__news{
    background: #f9f2e8;
    padding: 30px 0px;
}
.shop__news .moreBtn {
    margin-top: -40px;
    z-index: 1;
}

.news .newsBox .img{
	margin-bottom: 5px;
}

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

.news .newsBox .newsTxt .newsTitle{
	color:#90743c;
	font-size: 14px;
}

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

.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 36%;
}

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

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

.recruit .recruitBox a .recruitTxt .recruitTitle{
	color:#90743c;
	font-size: 14px;
}

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


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

#footer #gotop{
	border-top:#a9894a 2px solid; 
	border-bottom:#a9894a 2px solid; 
	padding: 10px;
	margin: 20px 0;
	text-align: center;
	font-size: 16px;
}

#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 48%;
	margin-bottom: 2%;
}

#footer .iconArea p{
	margin: 2%;
}


#footer .footer{
	background: #e8e0d1;
}

#footer .footer .footLogo{
	padding: 10px 0;
    margin: auto;
	width: 40%;
    margin-bottom: 10px;
}

#footer .footer .footTel{
    margin-bottom: 20px;
    color: #a9894a;
    font-weight: bold;
	text-align: center;
}
#footer .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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
#footer .footTime__wrap dl{
    flex: 0 1 30%;
    width: 30%;
    margin-bottom: 3%;
    text-align: center;
}
#footer .footTime__wrap dl dt{
    margin-bottom: 3px;
    color: #a9894a;
}
#footer .footTime__wrap dl dd a{
    color: #a9894a;
}
#footer .footer .footTel a{
   color: #a9894a; 
}

#footer .footer ul{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-bottom: 10px;
}

#footer .footer ul > li{
	flex: 0 0 50%;
	text-align: center;
}

#footer .footer ul > li a{
	color: #a9894a;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	display: block;
	padding: 5px;
	border-bottom: #a9894a 1px solid;
}

#footer .footer ul > li:nth-child(2n) a{
	border-left: #a9894a 1px solid;
}
#footer .footer ul > li:last-child a {
    border-right: #a9894a 1px solid;
    margin-right: -1px;
}

#footer .footer ul > li a:after{
	font-family: "FontAwesome";
	content: "\f105";
	float: right;
	margin-left: 10px;
    font-size: 14px;
}
#footer .shop__link{
    padding: 0 10px;
	font-size: 10px;
}
#footer .shop__link a span{
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid #a9894a;
    color: #a9894a;
}
#footer .txt_box{
	font-size: 10px;
    text-align: left;
    padding: 0 10px;
}

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


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

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

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

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

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

.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;	
}
