@charset "utf-8";

/* ================================
 PC
================================ */
.bold{font-weight: bold!important;}
.center{text-align: center!important;}
.right{text-align: right!important;}
.left{text-align: left!important;}
.mt00{margin-top: 0!important;}
.mb00{margin-bottom: 0!important;}

/* base
-------------------------------- */
body{
	min-width: 1120px;
	position: relative;
}
img,iframe{
	max-width: 100%;
	height: auto;
}
img{
	transition: all 0.4s ease;
}
a:hover img{
	opacity: 0.75;
}
#contact{
	position: fixed;
	top: 25%;
	right: 0;
	background: #862d2d;
}
section .sectionInner{
	width: 1120px;
	margin: 0 auto;
}
.pc-none{
	display: none;
}
.tel-number{
	font-size: 30px;
	font-size: 3.0rem;
	padding-left: 40px;
	background: url(../img/tel_ico01.png) no-repeat 0 45%;
	background-size: 32px;
	display: inline-block;
}
.tel-number a{
	text-decoration: none;
	pointer-events: none;
}
.headType01{
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 0.2rem;
	margin: 40px 0 0;
	padding: 5px;
	border-top: solid 2px #872d2d;
	border-bottom: solid 2px #872d2d;
}
.headType02{
	font-size: 24px;
	font-size: 2.4rem;
	margin: 30px 0 0;
	padding: 5px 0 0 10px;
	border-left: solid 5px #872d2d;
	border-bottom: solid 2px #ddd;
	background: #f9f9f9;
}
.headType03{
	color: #872d2d;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 20px 0 0;
}
.textBox{
	margin: 25px 0 0;
}
.textBox p{
	margin: 15px 0 0;
}
.note{
	margin: 20px 0 0;
}
.note li{
	text-indent: -1em;
	padding-left: 1em;
	margin: 5px 0 0;
}
.tableBox{
	margin: 30px 0 0;
}
.tableBox th,
.tableBox td{
	padding: 10px;
	border: solid 1px #fff;
}
.tableBox th{
	background: #f0f0f0;
	width: 25%;
}
.tableBox td{
	background: #f9f9f9;
}
.imageBox{
	margin: 40px 0 0;
}
.imageBox .imgLeft{
	float: left;
	max-width: 500px;
	margin: 0 30px 0 0;
}
.imageBox .imgRight{
	float: right;
	max-width: 500px;
	margin: 0 0 0 30px;
}
.imageBox .txtRight,
.imageBox .txtLeft{
	overflow: hidden;
}
.imageBox .txtRight p,
.imageBox .txtLeft p{
	margin: 20px 0 0;
}
.imageBox .txtRight p:first-child,
.imageBox .txtLeft p:first-child{
	margin: 0;
}
.imageBox:before,
.imageBox:after{
	display: table;
	content: "";
}
.imageBox:after{
	clear: both;
}
.imageBox{
	zoom: 1;
}
.cmnBtn{
	text-align: center;
	margin: 40px 0 0;
}
.cmnBtn a{
	text-decoration: none;
	padding: 10px 25px;
	background: #eee;
	border-radius: 5px;
	box-shadow: 0 1px 2px 1px #ddd;
	display: inline-block;
	transition: all 0.7s ease;
}
.cmnBtn a:hover{
	opacity: 0.7;
}
/* form */
.contact .required,
.contact .error-text{
	color: #f00;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: top;
}
.contact .error-text{
	font-weight: bold;
}
.contact .submit-btn ul{
	font-size: 0;
	text-align: center;
}
.contact .submit-btn li{
	font-size: 16px;
	font-size: 1.6rem;
	background: #862d2d;
	margin: 30px 0 0 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	display: inline-block;
	box-shadow: 0 1px 1px #999;
	transition: all 0.4s ease;
}
.contact .submit-btn li:first-child{
	margin-left: 0;
}
.contact .submit-btn li:hover{
	opacity:0.7;
}
.contact .submit-btn input[type="submit"]{
	color: #fff;
	padding: 15px 20px;
	background: transparent;
	border:none;
}
/* pagenation */
.pagenation{
	font-size: 0;
	text-align: center;
	margin: 50px 0 0;
}
.pagenation li{
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
}
.pagenation li span,
.pagenation li a{
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	background: #eee;
	border: solid 1px #fff;
	border-radius: 5px;
}
.pagenation .current span,
.pagenation li a:hover{
	color: #fff;
	background: #852e2d;
}
/* page_btn */
.page_btn{
	min-height: 34px;
	margin: 50px auto 0;
	position: relative;
}
.page_btn p{
	color: #fff;
	background: #862d2d;
	border-radius: 5px;
	box-shadow: 0 1px 2px 1px #ddd;
}
.page_btn .index{
	margin: 0 auto;
	width: 76px;
}
.page_btn .next,
.page_btn .back{
	display: inline-block;
	position: absolute;
	top: 0;
}
.page_btn .next{
	right: 20%;
}
.page_btn .back{
	left: 20%;
}
.page_btn p:hover{
	opacity: 0.7;
}
.page_btn a{
	text-decoration: none;
	padding: 5px 20px;
	display: block;
}

/* header
-------------------------------- */
header{
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 60px;
	position: relative;
}
header .bg{
	background: url(../img/mv.jpg) no-repeat 50% 0;
	background-size: cover;
	background-attachment: fixed;
}
.headerArea{
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
#logo{
	background: #862d2d;
	position: absolute;
	top: 0;
	left: 0;
}
nav{
	padding: 40px 60px 30px;
	float: right;
}
nav li{
	color: #852e2c;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "HG明朝", "游明朝","ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN" , YuMincho, "ＭＳ Ｐ明朝", serif;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.2em;
	margin-left: 15px;
	padding-right: 15px;
	border-right: solid 1px #852e2c;
	float: left;
}
nav li a{
	text-decoration: none;
	padding-bottom: 5px;
	position: relative;
}
nav li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #862d2d;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav li a:hover::after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#spBtn{
	display: none;
}
#spBtn a:hover img{
	opacity: 1;
}

/* footer
-------------------------------- */
footer{
	font-family: "HG明朝", "游明朝","ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN" , YuMincho, "ＭＳ Ｐ明朝", serif;
	background: #f5f5f5;
}
footer .footerArea{
	color: #862d2d;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 60px;
}
footer .nav{
	border-bottom: solid 1px #999;
}
footer .nav ul{
	font-size: 0;
	text-align: center;
	padding: 35px 0 15px;
}
footer .nav li{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 10px;
	display: inline-block;
	border-right: solid 1px #862d2d;
}
footer .nav li:first-child{
	border-left: solid 1px #862d2d;
}
footer .nav a{
	text-decoration: none;
}
footer .nav a:hover{
	padding-bottom: 3px;
	border-bottom: solid 1px #967676;
}
footer .info{
	padding: 30px 0;
}
footer .info div{
	width: 33.33%;
	float: left;
}
footer .info .logo{
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
}
footer .info .logo a{
	text-decoration: none;
}
footer .info .logo a:hover{
	opacity: 0.7;
}
footer .info .tel{
	font-size: 20px;
	font-size: 2.0rem;
	padding-top: 20px;
}
footer .info .tel a{
	text-decoration: none;
}
footer .copyright{
	text-align: center;
	padding: 15px 0;
	background: #862d2d;
}
footer .copyright small{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}

/* top
-------------------------------- */
#top header .headline{
	display: none;
}
#top #main{
	font-family: "HG明朝", "游明朝","ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN" , YuMincho, "ＭＳ Ｐ明朝", serif;
	letter-spacing: 0.2em;
}
/* greeting */
#top .greeting{
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 10px #fff;
	padding: 0 60px;
}
#top .greeting .sectionInner{
	width: auto;
	max-width: 1920px;
	margin: 0 auto;
	padding: 120px 0;
	background: url(../../img/top/greeting_bg.jpg) no-repeat 50% 0;
	background-size: cover;
	background-attachment: fixed;
}
#top .greeting h2{
	font-size: 45px;
	font-size: 4.5rem;
}
#top .greeting .text{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
}
#top .greeting .text p{
	margin: 30px 0 0;
}
/* menu */
#top .menu{
	padding: 100px 0;
}
#top .menu .sectionInner{
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
}
#top .menu h2{
	color: #862d2d;
	font-size: 35px;
	font-size: 3.5rem;
	text-align: center;
}
#top .menu ul{
	margin: 30px 0 0;
}
#top .menu li{
	text-align: right;
	width: 285px;
	margin: 0 0 0 20px;
	float: left;
}
#top .menu li:nth-child(1){
	margin-left: 0;
	background: url(../../img/top/menu_bg01.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#top .menu li:nth-child(2){
	background: url(../../img/top/menu_bg02.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#top .menu li:nth-child(3){
	background: url(../../img/top/menu_bg03.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#top .menu li:nth-child(4){
	background: url(../../img/top/menu_bg04.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#top .menu li a{
	padding: 20px 40px 115px;
	display: block;
}
#top .menu li a span{
	background: #862d2d;
	display: inline-block;
}
/* news */
#top .news{
	padding: 0 60px;
}
#top .news .sectionInner{
	width: auto;
	max-width: 1920px;
	background: #f8f8f8;
}
#top .news .newsBox{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 50px;
}
#top .news .heading{
	text-align: center;
	margin: 0 45px 0 0;
	padding: 0 20px 0 0;
	float: left;
	border-right: solid 1px #862d2d;
}
#top .news h2{
	color: #862d2d;
	font-size: 25px;
	font-size: 2.5rem;
}
#top .news .heading .more{
	margin-top: 20px;
}
#top .news .heading .more a{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
	padding: 1px 5px;
	background: #862d2d;
	border-radius: 3px;
	display: inline-block;
	transition: all 0.4s ease;
}
#top .news .heading .more a:hover{
	opacity: 0.7;
}
#top .news dl{
	overflow: hidden;
}
#top .news dt{
	color: #862d2d;
	margin: 20px 30px 0 0;
	float: left;
}
#top .news dd{
	margin: 20px 0 0;
}
#top .news dt:nth-child(1),
#top .news dd:nth-child(2){
	margin-top: 0;
}
#top .news dd a{
	text-decoration: none;
}
#top .news dd a:hover{
	text-decoration: underline;
}
/* window */
#top .window{
	width: auto;
	max-width: 1920px;
	margin: 60px auto 0;
	padding: 0 60px;
}
#top .window .inner{
	padding: 60px 0;
	background: url(../../img/top/shop_bg.jpg) no-repeat 50% 0;
	background-size: cover;
	background-attachment: fixed;
}
/* map */
#top .map{
	height: 400px;
	margin: 60px 0 0;
}
#top .map iframe{
	width: 100%;
	height: 100%;
}

/* lower
-------------------------------- */
#lower header{
	max-width: inherit;
	margin: 0 auto;
	padding: 0;
}
#lower .headerArea .inner{
	max-width: 1900px;
	margin: 0 auto;
	position: relative;
}
#lower .headline{
	background: #000 url(../img/lower_mv.jpg) no-repeat 50% 0;
	background-attachment: fixed;
}
#lower .headline h2{
	color: #fff;
	font-size: 35px;
	font-size: 3.5rem;
	font-family: "HG明朝E", "游明朝","ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN" , YuMincho, "ＭＳ Ｐ明朝", serif;
	letter-spacing: 0.2em;
	width: 1000px;
	margin: 0 auto;
	padding: 220px 0 120px;
}
#lower #main{
	margin: 80px 0;
}
#lower .menu{
	margin: 20px 0 0;
}
#lower .menu th,
#lower .menu td{
	width: 50%;
	padding: 20px 40px;
	border-bottom: solid 1px #ddd;
}
#lower .menu td{
	text-align: center;
}
/* concept */
#lower .concept .contactBox{
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	max-width: 500px;
	margin: 60px auto 0;
	padding: 20px;
	background: #862d2d;
	border-radius: 5px;
}
#lower .concept .contactBox .time,
#lower .concept .contactBox .tel-number{
	margin: 10px 0 0;
}
#lower .concept .contactBox .time{
	font-size: 16px;
	font-size: 1.6rem;
}
/* food */
/* drink */
/* course */
#lower .course .menu th{
	width: 80%;
	white-space: pre-line;
}
#lower .course .menu td{
	vertical-align: bottom;
}
/* recommended */
#lower .recommended ul li{
	width: 540px;
	margin: 40px 0 0 40px;
	float: left;
}
#lower .recommended ul li:nth-child(2n+1){
	margin-left: 0;
}
#lower .recommended ul li .text{
	text-align: center;
	margin: 10px 0 0 ;
}
/* shop */
#lower .shop .map{
	margin: 40px 0 0;
	height: 450px;
}
#lower .shop .map iframe{
	width: 100%;
	height: 100%;
}
/* news */
#lower .news dl{
	margin: 40px 0 0;
}
#lower .news dt{
	color: #862d2d;
	float: left;
	margin-top: 20px;
	padding: 20px 15px 0 0;
	border-top: dotted 1px #ddd;
}
#lower .news dd{
	margin-top: 20px;
	padding: 20px 0 0 15px;
	border-top: dotted 1px #ddd;
	overflow: hidden;
}
#lower .news dl a{
	text-decoration: none;
}
#lower .news dl a:hover{
	text-decoration: underline;
}
#lower .news dt:nth-child(1),
#lower .news dd:nth-child(2){
	margin: 0;
	padding-top: 0;
	border: none;
}
#lower .news .date{
	color: #862d2d;
	margin: 15px 0 0;
}
/* contact */
#lower .contact .tel-number{
	background: url(../img/tel_ico02.png) no-repeat 0 45%;
	background-size: 32px;
}
#lower .contact .faq{
	margin: 40px 0 0;
}
#lower .contact .faq dt{
	text-indent: -43px;
	margin: 30px 0 0;
	padding-left: 43px;
}
#lower .contact .faq dd{
	text-indent: -43px;
	margin: 30px 0 0;
	padding-left: 43px;
	padding-bottom: 20px;
	border-bottom: solid 1px #999;
}
#lower .contact .faq dt::before{
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px 10px;
	border-radius: 20px;
	content: 'Q';
	background: #333;
}
#lower .contact .faq dd::before{
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px 10px;
	border-radius: 20px;
	content: 'A';
	background: #e22020;
}
/* privacy */
/* site */
#lower .site ul{
	margin: 30px 0 0;
}
#lower .site ul li{
	margin: 20px 0 0;
	border-bottom: dotted 1px #999;
}
#lower .site ul li a{
	text-decoration: none;
	display: block;
	padding: 8px 15px;
}
#lower .site ul li a:hover{
	color: #872d2d;
	text-decoration: underline;
}

/* ================================
 SP
================================ */
@media screen and (max-width:1024px){
/* base
-------------------------------- */
body{
	min-width: auto;
}
section .sectionInner{
	width: auto;
	padding: 0 10px;
}
.pc-none{
	display: inherit;
}
.sp-none{
	display: none;
}
.tel-number{
	font-size: 25px;
	font-size: 2.5rem;
}
.tel-number a{
	text-decoration: underline;
	pointer-events: inherit;
}
.headType01{
	font-size: 22px;
	font-size: 2.2rem;
}
.headType02{
	font-size: 20px;
	font-size: 2.0rem;
}
.headType03{
	font-size: 18px;
	font-size: 1.8rem;
}
.tableBox th,
.tableBox td{
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.imageBox .imgLeft,
.imageBox .imgRight{
	float: none;
	max-width: auto;
	margin: 0 0 15px;
}
/* form */
.contact .submit-btn ul{
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.contact .submit-btn li{
	margin: 30px 10px 0;
}
.contact .submit-btn li:first-child{
	margin-left: 10px;
}
.contact input,
.contact textarea{
	width: 100%;
	box-sizing: border-box;
}
/* page_btn */
.page_btn{
	max-width: 280px;
}
.page_btn .next{
	right: 0;
}
.page_btn .back{
	left: 0;
}

/* header
-------------------------------- */
header{
	padding: 0;
}
header .bg{
	background-attachment: inherit;
}
.headerArea{
	position: fixed;
}
#logo{
	text-align: center;
	width: 100%;
	left: auto;
	background: rgba(134,45,45,0.8);
	box-shadow: 0 1px 5px #333;
}
#logo h1{
	width: 62px;
}
nav{
	display: none;
	width: 100%;
	padding: 0;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 60px;
	box-shadow: 0 1px 5px #666;
}
nav ul{
	padding: 20px 0;
}
nav li{
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
}
nav li a{
	display: block;
	padding: 20px 10px;
}
nav li a::after{
	content: none;
}
#spBtn{
	width: 40px;
	padding: 10px 12px;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 20;
}

/* footer
-------------------------------- */
footer .footerArea{
	padding: 0 10px;
}
footer .nav ul{
	max-width: 400px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
}
footer .nav ul{
	padding-top: 0;
}
footer .nav li{
	letter-spacing: normal;
	width: 50%;
	margin: 20px 0 0;
	padding: 0;
	border: 0;
}
footer .nav li:first-child{
	border: none;
}
footer .nav a:hover{
	padding-bottom: 0;
	border-bottom: none;
}
footer .info{
	max-width: 500px;
	margin: 0 auto;
}
footer .info div{
	width: auto;
	float: none;
}
footer .info .add{
	margin-top: 20px;
}
footer .copyright small{
	letter-spacing: normal;
}

/* top
-------------------------------- */
#contact{
	display: none;
}

#top #main{
	letter-spacing: 0.1em;
}
/* greeting */
#top .greeting{
	padding: 0;
}
#top .greeting .sectionInner{
	padding: 30px 10px;
	background-attachment: inherit;
}
#top .greeting h2{
	font-size: 30px;
	font-size: 3.0rem;
}
#top .greeting .text{
	font-size: 16px;
	font-size: 1.6rem;
	text-align: justify;
}
/* menu */
#top .menu{
	padding: 30px 10px;
}
#top .menu h2{
	font-size: 30px;
	font-size: 3.0rem;
}
#top .menu ul{
	margin-top: 10px;
}
#top .menu li{
	width: auto;
	max-width: 285px;
	margin: 20px auto 0;
	float: none;
}
#top .menu li:nth-child(1){
	margin-left: auto;
}
#top .menu li:nth-child(2),
#top .menu li:nth-child(4){
	text-align: left;
}
#top .menu li img{
	width: 50px;
}
/* news */
#top .news{
	padding: 0 10px;
}
#top .news .newsBox{
	width: auto;
	padding: 30px 10px;
}
#top .news .heading{
	float: none;
	margin: 0;
	padding: 0 0 20px;
	border-right: none;
	border-bottom: solid 1px #862d2d;
	position: relative;
}
#top .news .heading .more{
	margin: 0;
	position: absolute;
	bottom: 5px;
	right: 0;
}
#top .news dt{
	font-size: 15px;
	font-size: 1.5rem;
	float: none;
}
#top .news dt:nth-child(1){
	margin-top: 20px;
}
#top .news dd,
#top .news dd:nth-child(2){
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 10px;
}
/* window */
#top .window{
	display: none;
}
/* map */
#top .map{
	height: 350px;
	margin: 40px 0 0;
}

/* lower
-------------------------------- */
#lower .headerArea .inner{
	max-width: inherit;
}
#lower .headline{
	background-position: 70% 50%;
	background-attachment: inherit;
}
#lower .headline h2{
	font-size: 24px;
	font-size: 2.4rem;
	text-shadow: 3px 2px 1px #000;
	width: auto;
	padding: 100px 10px 60px;
}
#lower #main{
	margin: 50px 0;
}
#lower .menu th,
#lower .menu td{
	width: auto;
	padding: 10px;
}
#lower .menu td{
	width: 40%;
	text-align: right;
}
/* concept */
#lower .concept .contactBox{
	font-size: 20px;
	font-size: 2.0rem;
	padding: 20px 10px;
}
#lower .concept .contactBox .time{
	font-size: 14px;
	font-size: 1.4rem;
}
/* food */
/* drink */
/* course */
#lower .course .menu th,
#lower .course .menu td{
	display: block;
}
#lower .course .menu th{
	width: auto;
	border: none;
	padding-top: 30px;
}
#lower .course .menu td{
	width: auto;
}
#lower .course .menu tr:first-child th{
	padding-top: 10px;
}
/* recommended */
#lower .recommended ul li{
	width: auto;
	max-width: 540px;
	margin: 30px auto 0;
	float: none;
}
#lower .recommended ul li:nth-child(2n+1){
	margin-left: auto;
}
/* shop */
#lower .shop .map{
	height: 350px;
}
/* news */
#lower .news dt{
	float: none;
	padding: 20px 0 0;
}
#lower .news dd{
	margin-top: 0;
	padding: 20px 0 0;
	border-top: none;
}
#lower .news dd:nth-child(2){
	padding-top: 20px;
}
/* contact */
/* privacy */
/* site */


}