@charset "utf-8";
/* CSS Document */

html{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.5;
	color:#333;
	}

/*
* "AXIS Font" licensed under the SIL Open Font License
* http://www.axisfont.com/
*/

@font-face { font-family: "axis_M"; src: url(../font/axis_M.woff) format("woff"); }
@font-face { font-family: "century_gothic_B"; src: url(../font/century_gothic_B.woff) format("woff"); }

body{
	margin:0;
	min-width:1100px;
	-webkit-text-size-adjust: none;
	}	

/*common
------------------------------------------*/
h1,h2,h3,h4,h5,ul,li,dl,dt,dd,table,figure{
	border-collapse:collapse;
	list-style:none;
	margin:0;
	padding:0;
	}

*{
	box-sizing:border-box;
	}

img{
	border:none;
	vertical-align:middle;
	max-width:100%;
	}

a img{
	transition: opacity 0.3s ease-out;
	}

a:hover img{ 
	opacity:0.6;
	}

a{
	color:#f37403;
	text-decoration:underline;
	-webkit-transition:all .3s;
	transition:all .3s;
	}

a:hover{ text-decoration:none;}

.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}
.inner{ width:1000px; margin:0 auto; position:relative; }
.fr{ float:right;}
.fl{ float:left;}
img.fr,figure.fr{ width:40%; margin:0 0 20px 20px;}
img.fl,figure.fl{ width:40%; margin:0 20px 20px 0;}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt50{ margin-top: 50px;}

.clear{ clear:both;}

.cf:after{
	content:" ";
	display:block;
	clear:both;
	}

ul.x2{
	margin-right:;
	}

ul.x2 li{
	float:left;
	width:;
	margin-right:;
	}

ul.x3{
	margin-right:;
	}

ul.x3 li{
	float:left;
	width:;
	margin-right:;
	}

.clear{ clear:both;}

.cf:after{
	content:" ";
	display:block;
	clear:both;
	}

#open{
	display: none;
	}

.pageup {
	margin: 0;
	display: block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 65;
	}

.pageup a{
	display: block;
	}

a.pressBtn{
	display: inline-block;
	background-color: #117bb8;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.7);
	border-radius: 5px;
	padding: 15px 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: axis_M;
	font-weight: normal;
	text-decoration: none;
	}

a.pressBtn:hover{
	background-color: #2692d0;
	}

.attention{
	border: 2px solid #ff0000;
	background-color: #fff;
	padding: 10px 30px;
	margin-top: 100px;
	}

#shopLink .attention{
	margin-top: 0;
	}




/*header
------------------------------------------*/
header{
	position: fixed;
	z-index: 9999;
	width: 100%;
	background: rgba(255,255,255,0.8);
	}

header ul{
	display: table;
	width: 650px;
	margin: 0 auto;
	}

header ul li{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-left:1px solid #fff;
	}

header ul li:last-child{
	border-right:1px solid #fff;
	}

header ul li a{
	display: block;
	padding: 10px 20px;
	font-size: 13px;
	font-weight: bold;
	font-family: century_gothic_B;
	text-decoration: none;
	color: #000;
	height: 54px;
	}

header ul li a span{
	display: block;
	font-size: 9px;
	font-weight: normal;
	}

header ul li a:hover{
	background: rgba(255,255,255,0.8);
	color: #f37403;
	}

header ul li img{
	height: 30px;
	}


/*nav
------------------------------------------*/
#navBtn{
	display:inline-block;
	padding:5px 10px;
	background:#04a3df;
	border-radius:5px;
	color:#FFF;
	font-size:10px;
	text-align:center;
	position:absolute;
	top:10px;
	right:10px;
	}

#navBtn i{
	display:block;
	margin:0;
	font-size:20px;
	}



/*footer
------------------------------------------*/
footer{
	background-color: #000;
	color: #999;padding: 20px 0;
	font-size: 12px;
	}

footer ul li{
	float: left;
	}

footer ul li::after{
	content: "/";
	margin: 0 10px;
	}

footer ul li:last-child::after{
	content: none;
	}

footer a{
	color: #999;
	text-decoration: none;
	}

footer a:hover{
	text-decoration: underline;
	}

footer p{
	margin-bottom: 0;
	}

footer figure{
	position: absolute;
	right: 0;
	top: 0;
	}


/*top
------------------------------------------*/
#kv{
	background: url(../img/bg_01.jpg);
	height:690px;
	position: relative;
	}

#kv .bxslider li {
	width: 1920px!important;
	left: 50%;
	margin-left: -960px;
	}

#kv .bxslider li > a{
	display: block;
	width: 1500px;
	margin: 0 auto;
	}

#kv .bxslider li img{
	display: block;
	margin: 0 auto;
	}

#bx-pager{
	text-align: center;
	position: absolute;
	bottom: 120px;
	left: 40px;
	z-index: 100;
	}

#bx-pager li{
	display: inline-block;
	margin: 0 2px;
	border: 1px solid #fff;
	}

#bx-pager li a{
	display: block;
	width: 40px;
	overflow: hidden;
	}

#bx-pager li a img{
	max-width: 60px;
	}

#topics{
	background: rgba(255,255,255,0.8);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 15px;
	}

#news-area{
	background: #eee;
}

#news-area h2{
	font-size: 18px;
	margin-bottom: 4px;
	/* float: left;
	margin-right: 10px; */
	}

#news-area dl.txt{
	font-size: 14px;
	width: 100%;
	height: 160px;
	overflow-y: scroll;
	border-left: 1px solid #333;
	background: #fff;
	padding: 10px 0 10px 14px;
	}

#news-area dl.txt dt{
	float: left;
	}

#news-area dl.txt dd{
	padding: 1px 0 10px 130px;
	}

#news-area dl.txt span{
	display: inline-block;
	background-color: #000;
	color: #fff;
	width: 50px;
	text-align: center;
	margin: 0 10px;
	}

#news-area dl.txt span.press{ background-color: #054ea8; }
#news-area dl.txt span.open{ background-color: #8c0707; }
#news-area dl.txt span.news{ background-color: #8c7407; }

#news-area dl.txt a{
	color: #333;
	}

#topics .inner .regular{
	/* position: absolute;
	right: 0;
	top: 0; */
	}

#loop{
	overflow: hidden;
	box-shadow:0px 1px 3px 0px rgba(0,0,0,0.1);
	position: relative;
	}

#loop ul{
	display: flex;
	justify-content: flex-start;
	}

#loop ul li{
	width: 110px;
	}

#loop ul li a{
	display: block;
	font-size: 10px;
	line-height: 1.4;
	text-decoration: none;
	color: #333;
	position: relative;
	border-left: 1px solid #ccc;
	}

#loop ul li a div{
	position: absolute;
	width: 110px;
	height: 130px;
	top: 0;
	left: 0;
	padding: 7px;
	background-color: #fff;
	text-align: center;
	transition: .3s;
	}

#loop ul li a div img{
	display: inline-block;
	}

#loop ul li p{
	margin-bottom: 0;
	}

#loop ul li a:hover,
#loop ul li a:hover img{
	opacity: 1;
	}

#loop ul li a:hover div{
	opacity: 0;
	}

#shopLink{
	padding-bottom: 40px;
	background-color: #eee;
	}

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

#shopLink a:hover{
	text-decoration: underline;
	}

#shopLink ul{
	margin-right: -30px;
	}

#shopLink ul li{
	margin: 30px 30px 0 0;
	float: left;
	width: 176px;
	}

#shopLink ul li dt{
	font-weight: bold;
	margin-bottom: 5px;
	}

#shopLink ul li dt span{
	display: block;
	font-size: 10px;
	}

#shopLink ul li dd{
	font-size: 11px;
	}


/*sub
------------------------------------------*/
#concept{
	width: 1000px;
	margin: 80px auto;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	}

#concept p{
	margin-bottom: 0;
	}

#concept div{
	position: absolute;
	right: 0;
	top: 0;
	width: 500px;
	height: 280px;
	}

#menu{
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
	}

#menu h2{
	font-family: century_gothic_B;
	font-size: 50px;
	letter-spacing: 1px;
	line-height: 1;
	}

#menu > ul > li{
	float: left;
	width: 350px;
	}

#menu > ul > li + li{
	float: right;
	width: 570px;
	}

#menu > ul > li li{
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	}

#menu > ul > li li a.modal{
	display: block;
	background-color: #5f4e2e;
	box-shadow:0px 1px 5px 0px rgba(0,0,0,0.7);
	border-radius: 5px;
	padding: 15px 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: axis_M;
	font-weight: normal;
	text-decoration: none;
	}

#menu > ul > li li a:hover{
	background-color: #fa9402;
	}

#shop{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 80px;
	text-align: center;
	}

#shop h2{
	font-family: century_gothic_B;
	font-size: 50px;
	letter-spacing: 1px;
	line-height: 1;
	padding-bottom: 10px;
	}

#shop h2 + p{
	font-size: 16px;
	font-weight: bold;
	}

#shop h3{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 20px;
	}

#shop .shopData{
	text-align: left;
	margin-top: 40px;
	padding: 30px;
	background-color:rgba(255,255,255,0.8);
	position: relative;
	min-height: 295px;
	}

#shop .shopData figure{
	position: absolute;
	top: 30px;
	right: 30px;
	}

#shop .shopData dl dt{
	font-weight: bold;
	float: left;
	}

#shop .shopData dl dd{
	padding: 0 0 5px 110px;
	}

#shop .shopData a.btn01{
	display:inline-block;
	background-color: #5f4e2e;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 5px;
	color: #fff;
	text-decoration: none;
	}

#shop .shopData a.btn01:hover{
	background-color: #fa9402;
	}

#shop .shopData a.btn02{
	display:inline-block;
	background: url(../img/arr_04.gif) no-repeat left center;
	padding-left: 10px;
	margin-right: 10px;
	}

#subtitle{
	background: #b0aeaa !important;
	text-align: center;
	height: auto;
	}

#media{
	padding: 50px 0 80px;
	text-align: center;
	background-color: #fff;
	}

#media h2{
	font-family: century_gothic_B;
	font-size: 50px;
	letter-spacing: 1px;
	line-height: 1;
	padding-bottom: 10px;
	}

.subpage{
	font-size: 16px;
	padding: 50px 0;
	}

.subpage .inner{
	width: 860px;
	}

.subpage h2{
	font-size: 36px;
	font-family: century_gothic_B;
	border-bottom: 3px solid #333;
	}

.subpage h2 span{
	font-size: 50%;
	margin-left: 10px;
	}

.subpage h3{
	font-size: 24px;
	}

.subpage h3 span{
	font-size: 70%;
	margin-left: 10px;
	}

.subpage h2 + h3{ margin-top: 20px;}
.subpage h3 + p{ margin-top: 10px;}
.subpage p + h3{ margin-top: 30px;}

.bg01{
	background-color: #f5f5f5;
	}

dl.company{
	margin-top: 20px;
	}

dl.company dt{
	float: left;
	font-weight: bold;
	}

dl.company dd{
	padding: 0 0 15px 150px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	}

dl.contact dd{
	padding-left: 200px;
	}

.btnReserve{
	text-align: center;
	margin-top: 30px;
	}

.btnReserve a.btn01{
	padding: 15px 40px !important;
	font-weight: bold;
	font-size: 120%;
	background-color: #c61829 !important;
	}

.btnReserve a.btn01:hover{
	background-color: #d85e6a !important;
	}


/*news
------------------------------------------*/
#newsPage{
	color: #666;
	}

#newsPage header{
	border-bottom: 1px solid #ccc;
	}

#newsPage #wrap{
	width:780px;
	margin:0 auto;
	padding:100px 0;
	position:relative;
	}

#newsPage .date{
	margin-bottom:5px;
	}

#newsPage h2{
	border:1px solid #CCC;
	border-radius:5px;
	padding:20px;
	}

#newsPage h3{
	font-size:18px;
	}

#newsPage h4{
	margin: 20px 0;
	}

#newsPage #sns{
	position:absolute;
	text-align:right;
	top:110px;
	right:0;
	}

#newsPage #sns #twitter-widget-0{
	vertical-align: middle;
	display: inline-block;
	}


/*form
------------------------------------------*/
form dd input{
	width:400px;
	padding: 5px;
	}

form textarea{
	width: 100%;
	height:150px;
	}

form span{
	font-size: 12px;
	margin-left:10px;
	color: #999;
	}

.submit{
	width:150px;
	height:40px;
	}

