@charset "utf-8";

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
#wrapper{
	width:100%;
}

#wrapper img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
}

#wrapper a:hover img{
	opacity:0.8;
}

.pageVisual{
	width:100%;
	height: 600px;
	position: relative;
	background-size: cover;
	margin:0;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:5;
}

#logoArea{
	width:100%;
	position: absolute;
	z-index:20;
	color:#FFF;
}

#logoArea img{
	width:100%;
	height:auto;
}

#logoIn{
	width:1000px;
	margin:45px auto 0;
	display:flex;
	justify-content:space-between;
}

#logoTop{width:250px;}
#telTop{width:320px;}

.content{
	width:1000px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

.enkaiBg{background-image: url(../images/page_visual_enkai.jpg);}

.washiBg{
	width:100%;
	background-image:url(../images/washi_bg.jpg);
	background-repeat:repeat;
	padding:80px 0;
	overflow:hidden;
}

.washiBg_0{
	width:100%;
	background-image:url(../images/washi_bg.jpg);
	background-repeat:repeat;
	padding:80px 0 0;
	overflow:hidden;
}

.washi2_Bg{
	width: 100%;
	background-image: url(../images/washi02_bg.jpg);
	background-repeat: repeat;
	padding: 80px 0;
	overflow: hidden;
}

.brownBg{
	width: 100%;
	background-image: url(../images/brown_bg.jpg);
	background-repeat: repeat;
	padding: 80px 0;
	overflow: hidden;
}

.btnImg{
	width:300px;
	height:auto;
}

.btnImg a:hover{
	opacity:0.8;
}

.br_pc{display:block;}
.br_sp{display:none;}

.view_pc{display:block;}
.view_sp{display:none;}


/* ===== ipad以下 ======== */
@media only screen and (max-width:1024px){
.pageVisual{
	height: 450px;
}

#logoIn{
	width:90%;
	margin:45px auto 0;
	display:flex;
	justify-content:space-between;
}

#logoTop{width:200px;}
#telTop{width:270px;}

.content{
	width:90%;
}
}

/* ===== 767px以下 ======== */
@media only screen and (max-width:767px){
#wrapper{
	margin:0 0 0 0;
}

.pageVisual{
	height: 350px;
}

#logoArea{
	width:100%;
	position: absolute;
	z-index:20;
	color:#FFF;
	display:none;
}

.enkaiBg{background-image: url(../images/page_visual_enkai_sp.jpg);}

.washi2_Bg,.washiBg,.brownBg{
	padding:30px 0;
}

.washiBg_0{
	padding:30px 0 0;
}

.btnImg{
	width:90%;
	height:auto;
	text-align:center;
	margin:0 auto;
}

.br_pc{display:none;}
.br_sp{display:block;}
}

/* ===== 480px以下 ======== */
@media only screen and (max-width:480px){
.pageVisual{
	height: 220px;
}
}

/*-------------------------------------------------------------------
　title
-------------------------------------------------------------------*/
.pageTit{
	width:500px;
	margin:0 auto 50px auto;
	text-align:center;
}

.pageTit02{
	width:500px;
	margin:0 auto 20px auto;
	text-align:center;
}

/* ===== ipad ============= */
@media only screen and (max-width:1024px){
}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
.pageTit{
	width:90%;
	margin:0 auto 30px auto;
}

.pageTit02{
	width:90%;
	margin:0 auto 20px auto;
}
}

/*==================================================================

　フードメニュー [food.html]

===================================================================*/

.food_Info{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin-bottom: 30px;
}

ul.food{
	margin:0;
	padding:0;
}

ul.food li{
	list-style-type:none;
	margin:0 0 50px 0;
}

ul.food li p{
	text-align:center;
	margin:15px 0 0 0;
}

ul.food li:last-child{
	margin:0 0 0 0;
}

ul.food li p.white{
	color: #FFF;
}

/*-- おすすめmenu ----*/
.recoWrap{
	width:1000px;
	margin:0px auto 0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start; /*-- 高さを揃えない --*/
	color:#FFF;
}

.recoMenu{
	width: 48%;
	border: 0px solid #619F9C;
	box-sizing:border-box;
}

dl.reco_column1{
	width:100%;
	margin:0;
	display:flex;
	flex-wrap:wrap;
}

dl.reco_column1 dt{
	width:68%;
	border-style:dashed;
	border-color:#666666;
	border-width:0 0 1px 0;
	padding:5px 0 5px 2%;
	box-sizing:border-box;
}

dl.reco_column1 dd{
	width:28%;
	border-style:dashed;
	border-color:#666666;
	border-width:0 0 1px 0;
	padding:5px 2% 5px 0;
	text-align:right;
	box-sizing:border-box;
}

dl.reco_column1 dt:last-of-type,
dl.reco_column1 dd:last-of-type{
	border-width:0 0 1px 0;
}

.recoTx{
	text-align:center;
	margin-top:20px;
	color:#FFF;
}

/*-- tekeout_menu ----*/
.tekeoutTx_Box{
	width: 100%;
	color: #FFF;
	font-size: 20px;
}

.tekeoutTx_Box h4{
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 37px;
	color: #FEC370;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

#setBox{
	width: 100%;
	margin: 80px 0 0 0;
}

#tekeout_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	color: #FFF;
	border:0px solid red;
	box-sizing: border-box;
}

.setmenu{
	width: 31%;
	text-align: center;
	box-sizing: border-box;
	border:0px solid #000;
}

.setmenu:not(:nth-child(3n+3)) {
  margin-right: 3.5%;
}

.setmenu:nth-child(n+4) {
  margin-top: 40px;
}

.setmenu h4{
	font-size: 20px;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 5px;
}

.setmenu img{
	margin-bottom: 20px;
}

.setmenu p.setDet{
	margin: 10px 0 10px 0;
	text-align: left;
}

/* ===== ipad ============= */
@media only screen and (max-width:1024px){

/*-- おすすめmenu ----*/
.recoWrap{
	width:90%;
}

/*-- tekeout_menu ----*/
.tekeoutTx_Box{
	width: 100%;
	color: #FFF;
	font-size: 18px;
}

.tekeoutTx_Box h4{
	font-size: 30px;
	margin: 0 0 30px 0;
}
}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
ul.food li{
	margin:0 0 30px 0;
}

ul.food li p{
	text-align:left;
	margin:15px 0 0 0;
	font-size:14px;
}

/*-- おすすめmenu ----*/
.recoWrap{
	margin:0 auto 0 auto;
	display:block;
}

.recoMenu{
	width:100%;
	display:block;
	margin:0 0 0px 0;
}

.recoTx{
	width:90%;
	text-align:left;
	margin:20px auto 0;
	color:#FFF;
}

/*-- tekeout_menu ----*/
#tekeout_wrap{
	justify-content: space-between;
}

.setmenu{
	width: 47%;
	text-align: center;
}

.setmenu:not(:nth-child(3n+3)) {margin-right: 0%;}
.setmenu:nth-child(n+4) {margin-top: 0px;}
.setmenu:nth-child(n+3) { margin-top: 40px;}

.setmenu h4{
	font-size: 20px;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 5px;
}

.setmenu img{
	margin-bottom: 20px;
}

.setmenu p.setDet{
	margin: 10px 0 10px 0;
	text-align: left;
}
}

/* ===== sp 480px ========= */
@media only screen and (max-width:480px){
.food_Info{
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}

/*-- tekeout_menu ----*/
.tekeoutTx_Box{
	color: #FFF;
	font-size: 16px;
}

.tekeoutTx_Box h4{
	font-size: 20px;
	margin: 0 0 20px 0;
}

#setBox{
	width: 100%;
	margin: 50px 0 0 0;
}

.tekeout_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: top;
	flex-direction: column;
}

.setmenu{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.setmenu:nth-child(n+3) {margin-top: 0px;}
}


/*==================================================================

　お飲み物 [drink.html]

===================================================================*/

ul.drinkImg{
	margin:0;
	padding:0;
}

ul.drinkImg li{
	list-style-type:none;
	margin:0 0 50px 0;
}

ul.drinkImg li p{
	text-align:center;
	margin:15px 0 0 0;
}

ul.drinkImg li:last-child{
	margin:0 0 0 0;
}

/*-- ビール ----*/
#beerBg{
	width: 100%;
	height: 520px;
	background-image: url(../images/beer_bg.jpg);
	background-position: center bottom;
	background-size:cover;
	margin:80px 0 0px 0;
	box-sizing:border-box;
	overflow:hidden;
}

#beerIn{
	width:1000px;
	height: 520px;
	margin:0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
	justify-content:space-between;
}

.item-image {
	width: 42%;
}

.beerPh{
	background-image:url(../images/frozen_ph.png);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	background-size: cover;
}

.item-text {
	width:48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

#beerTx{
	font-family: 'Noto Serif JP', sans-serif;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	color:#000;
	line-height:1.5;
	margin-top:35px;
}

/* ===== ipad ============= */
@media only screen and (max-width:1024px){

/*-- ビール ----*/
#beerIn{
	width:90%;
	height: 520px;
	margin:0 auto;
}
}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
ul.drinkImg li{
	margin:0 0 30px 0;
}

ul.drinkImg li p{
	text-align:left;
	margin:15px 0 0 0;
	font-size:14px;
}

/*-- ビール ----*/
#beerBg{
	height: auto;
	margin:30px 0 0px 0;
	padding:30px 0 0;
	overflow:hidden;
}

#beerIn{
	height: auto;
	display:block;
	flex-direction:column;
}

.item-image {
	width: 80%;
	height:500px;
	margin:30px auto 0;
	overflow:hidden;
}

.item-text {
	width:100%;
}

#beerTx{
	font-size:18px;
	text-align:left;
	line-height:1.5;
	margin-top:35px;
}
}

/* ===== sp 480px ========= */
@media only screen and (max-width:480px){

/*-- ビール ----*/
.item-image {
	width: 90%;
	height:300px;
	margin:15px auto 0;
}

#beerTx{
	font-size:16px;
	text-align:left;
	line-height:1.5;
	margin-top:20px;
}
}


/*==================================================================

　ご宴会 [enkai.html]

===================================================================*/
.point{
	margin:0 auto 80px;
	overflow:hidden;
	background-image:url(../images/point_bg_r.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	color:#FFF;
}

.point2{
	margin:0 auto 80px;
	overflow:hidden;
	background-image:url(../images/point_bg_l.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#FFF;
}

.pointPhL{
	width:500px;
	float:left;
}

.pointPhR{
	width:500px;
	float:right;
}

.pointDetR{
	width:460px;
	float:right;
}

.pointDetL{
	width:460px;
	float:left;
}

.point h3,
.point2 h3{
	margin:50px 0 30px 0;
}

.pointTx{
	padding:0 0 0 20px;
}

.courseTit{
	width:100%;
	background-image:url(../images/enkai_tit_bg.jpg);
	background-repeat:repeat;
	background-position:top left;
	padding:20px 0;
}

.courseTit p{
	width:550px;
	margin:0 auto;
}

.course{
	margin: 0 auto 80px;
	overflow: hidden;
	background-image: url(../images/course_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:50%;
}

.course2{
	margin: 0 auto 80px;
	overflow: hidden;
	background-image: url(../images/course_bg_r.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size:50%;
}

.coursePhR{
	width:500px;
	float:right;
}

.coursePhL{
	width:500px;
	float:left;
}

.courseDetL{
	width:480px;
	float:left;
	box-sizing:border-box;
}

.courseDetR{
	width:480px;
	float:right;
	box-sizing:border-box;
}

.course h3,
.course2 h3{
	font-family: 'Noto Serif JP', sans-serif;
	font-size:40px;
	font-weight:bold;
	margin:30px 0 20px 60px;
	color:#84130A;
	text-align:center;
	line-height:1.4;
}

ul.courseMenu{
	margin:0 0 0 120px;
	color:#661900;
	font-size:18px;
}

ul.courseMenu li{
	list-style-type:disc;
	margin-left:20px;
}

.notes{
	margin:10px 0 0 0;
}

/*--- 料金別コース ----------------*/
.courseWrap{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.course-box {
	width: 48%;
	padding:40px 60px;
	margin:0 0 40px 0;
	background-color: #f0f0f0;
	border:5px solid #441E0C;
	box-sizing:border-box;
	background-image:url(../images/course_pri_bg.jpg);
	background-repeat:repeat;
}

.course-box h3 {
	font-size:22px;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
	color:#FFBF00;
	font-weight:bold;
	margin:0;
	background-color:#84130A;
}

.course-box h4 {
	font-size:50px;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
	color:#B22D00;
	font-weight:bold;
}

.course-box h4 span {
	font-size:30px;
}

.courseMi{
	width:100%;
	font-family: 'Noto Serif JP', sans-serif;
	font-size:30px;
	font-weight:bold;
	padding:5px 0;
	margin:10px 0 20px 0;
	text-align:center;
	border-width:2px 0;
	border-style: solid;
	border-color:#441E0C;
	color:#661900;
}

ul.priMenu{
	margin:0;
	color:#661900;
	font-size:18px;
}

ul.priMenu li{
	list-style-type:disc;
	margin-left:20px;
}

/* ===== ipad ============= */
@media only screen and (max-width:1024px){
.pointPhL,
.pointPhR{
	width:50%;
}

.pointDetR,
.pointDetL{
	width:46%;
}

.point h3,
.point2 h3{
	margin:20px 0 30px 0;
}

.coursePhR,
.coursePhL,
.courseDetL,
.courseDetR{
	width:50%;
}

.course h3,
.course2 h3{
	font-size:32px;
	margin:30px 0 10px 40px;
}

ul.courseMenu{
	margin:20px 0 0 90px;
}

/*--- 料金別コース ----------------*/
.course-box {
	width: 48%;
	padding:40px 30px;
	margin:0 0 40px 0;
}

.course-box h3 {
	font-size:20px;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
	color:#FFBF00;
	font-weight:bold;
	margin:0;
	background-color:#84130A;
}

.course-box h4 {
	font-size:40px;
}

.course-box h4 span {
	font-size:20px;
}

.courseMi{
	font-size:25px;
}

ul.courseMenu li{
	list-style-type:none;
	margin-left:0px;
	text-align:center;
}
}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
.point{
	margin:0 auto 30px;
	background-position:bottom center;
	background-size:90%;
}

.point2{
	margin:0 auto 30px;
	background-position:bottom center;
	background-size:90%;
	background-image:url(../images/point_bg_r.jpg);
}

.pointPhL,
.pointPhR{
	width:100%;
	float:none;
}

.pointDetR,
.pointDetL{
	width:100%;
	float:none;
}

.point h3,
.point2 h3{
	margin:20px 0 20px 0;
}

.pointTx{
	padding:0 0 0 0;
}

.courseTit p{
	width:80%;
	margin:0 auto;
}

.course,
.course2{
	margin: 0 auto 30px;
	background-image:none;
}

.coursePhR,
.coursePhL,
.courseDetL,
.courseDetR{
	width:100%;
	float:none;
}

.coursePhR,
.coursePhL{
	margin-top:-20px;
}

.course h3,
.course2 h3{
	font-size:25px;
	margin:0px 0 15px 0;
	text-align:center;
}

ul.courseMenu{
	margin:0 0 0 0;
	border-bottom:2px dashed #441E0C;
	padding-bottom:20px;
}

/*--- 料金別コース ----------------*/
.course-box {
	width: 100%;
	padding:20px 10px;
	margin:0 0 40px 0;
}

.course-box h3 {
	font-size:18px;
}

.course-box h4 {
	font-size:28px;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
	color:#B22D00;
	font-weight:bold;
}

.course-box h4 span {
	font-size:17px;
}

.courseMi{
	font-size:22px;
	font-weight:bold;
	padding:5px 0;
}

ul.priMenu{
	margin:0;
	font-size:15px;
}
}

/*==================================================================

　店舗情報 [access.html]

===================================================================*/
.tenpoPh{
	width:540px;
	float:right;
	display:block;
}

.tenpoDet{
	width:460px;
	float:left;
	color:#FFF;
}

dl.tenpoList{
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	border-width:0px 0px 0px 0px;
	border-color:#CCC;
	border-style:dashed;
	box-sizing:border-box;
	margin:10px 0 0 0;
}

dl.tenpoList dt{
	width: 30%;
	padding:7px 10px 7px 25px;
	box-sizing:border-box;
	border-bottom:1px dashed #CCC;
}

dl.tenpoList dd{
	width:70%;
	padding:7px 10px 7px 10px;
	box-sizing:border-box;
	border-bottom:1px dashed #CCC;
}

.accessMap {
    position: relative;
	margin:50px 0 0 0;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
	clear:both;
}

.accessMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#seatWrap{
	width:1000px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap; /*--下に回り込み--*/
	justify-content:space-between; /*--等間隔に配置--*/
	overflow:hidden;
	color:#321C04;
}

.seatBox{
	width:48%;
	margin:0 0 50px 0;
}

.seatBox img{
	display:block;
	margin:0 0 10px 0;
}

.seatBox h3{
	font-family: 'Noto Serif JP', sans-serif;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
}

.enkaiSeat{
	width: 1000px;
	margin: 30px auto 0;
	padding: 0;
	overflow: hidden;
	background-image: url(../images/enkai_seat_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.enkaiSeat_ph{
	width:500px;
	float:left;
}

.enkaiSeat_Det{
	width:460px;
	float:right;
}

.enkaiSeat h3{
	font-family: 'Noto Serif JP', sans-serif;
	font-size:35px;
	font-weight:bold;
	margin:0 0 20px 0;
	line-height:1.4;
}

.enkaiSeat h3 span{
	font-size:22px;
}

.enkaiSeatTx{
	margin-bottom:20px;
}

.yoyaku{
	width:100%;
	height:500px;
	background-image: url(../images/yoyaku_bg.jpg);
	background-position: center center;
	background-size:cover;
	overflow:hidden;
}

.yoyakuIn{
	width:100%;
	height:500px;
	margin:0 auto;
	position:relative;
}

.yoyakuInDet{
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

.yoyakuTit{
	width:500px;
	height:auto;
	margin:0 auto 20px;
}

.yoyakuTx{
	width:600px;
	margin:0 auto;
	text-align:center;
	color:#FFF;
}

.yoyakuBtn{
	width:600px;
	height:auto;
	margin:30px auto 0;
}

/* ===== ipad ============= */
@media only screen and (max-width:1024px){
.tenpoPh{
	width:50%;
}

.tenpoDet{
	width:46%;
}

.accessMap {
    padding-bottom: 56.25%;
	margin:50px 0 -100px 0;
}

.accessMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 80% !important;
}

#seatWrap{
	width:90%;
}

.seatBox h3{
	font-size:25px;
	margin:0 0 10px 0;
}

.enkaiSeat{
	width: 90%;
	margin: 30px auto 30px;
	background-position: top right;
}

.enkaiSeat_ph{
	width:50%;
}

.enkaiSeat_Det{
	width:46%;
}

.enkaiSeat h3{
	font-size:25px;
	line-height:1.4;
}

.enkaiSeat h3 span{
	font-size:18px;
}
}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
.tenpoPh,
.tenpoDet{
	width:100%;
	float:none;
}

.tenpoPh{
	display:none;
}

.tenpoDet{
	width:100%;
}

dl.tenpoList{
	width: 100%;
	flex-flow: column nowrap;
	margin:10px auto 0px;
}

dl.tenpoList dt{
	width: 100%;
	padding:10px 10px 0px 10px;
	border:none;
	font-weight:bold;
}

dl.tenpoList dd{
	width: 100%;
	border-left:0;
	margin-left:0;
}

.accessMap {
	margin:30px 0 0px 0;
}

.accessMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#seatWrap{
	margin:0 auto 0 auto;
}

.seatBox{
	width:100%;
	margin:0 0 30px 0;
}

.seatBox h3{
	font-size:20px;
	margin:0 0 10px 0;
}

.enkaiSeat{
	margin: 10px auto 30px;
	background-position: bottom center;
	background-size:90%;
}

.enkaiSeat_ph,
.enkaiSeat_Det{
	width:100%;
	float:none;
}

.enkaiSeat h3{
	font-size:20px;
	margin:10px 0 20px 0;
	line-height:1.4;
	text-align:center;
}

.enkaiSeat h3 span{
	font-size:15px;
}

.yoyaku,
.yoyakuIn{
	height: 450px;
}

.yoyakuTit{
	width:90%;
	margin:0 auto 20px;
}

.yoyakuTx{
	width:90%;
	margin:0 auto;
	text-align:left;
}

.yoyakuBtn{
	width:80%;
	margin:30px auto 0;
}
}

/* ===== sp 480px ========= */
@media only screen and (max-width:480px){
.yoyaku,
.yoyakuIn{
	height: 400px;
}
}


/*==================================================================

　採用情報 [recruit.html]

===================================================================*/

#recTx{
	text-align:center;
	margin-bottom:60px;
	color:#FFF;
}

.recTit{
	width:90%;
	font-family: 'Noto Serif JP', sans-serif;
	font-size:30px;
	text-align:center;
	margin:0 auto 30px;
	overflow:hidden;
	color:#F3DEC0;
}

.recTit span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}

.recTit span::before,
.recTit span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #F3DEC0;
}

.recTit span::before {
  right: 100%;
}

.recTit span::after {
  left: 100%;
}

.recMi{
	width:90%;
	font-family: 'Noto Serif JP', sans-serif;
	font-size:25px;
	padding:2px 0 5px 0;
	margin:0 auto 10px auto;
	background-image:url(../images/rec_mi_bg.jpg);
	background-repeat:repeat;
	background-position:top left;
	text-align:center;
	color:#FFF;
}

.recTable_Wrap table {
	width: 90%;
	border-top: 0px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
	margin:30px auto 60px;
	padding:0;
}

.recTable_Wrap table th {
	width: 80px;
	padding: 10px 40px 10px 40px;
	font-weight: bold;
	border-width: 1px 0px 1px 0px;
	border-style: dotted;
	border-color: #694830;
	color:#FDBA5B;
	background-color:#2E1A03;
}

.recTable_Wrap table td {
	padding: 10px 25px;
	border-width:1px 0px 1px 0px;
	border-style: dotted;
	border-color:#694830;
	color:#F3DEC0;
	background-color:#35210E;
}

/* ===== ipad ============= */
@media only screen and (max-width:1024px){
.recTit,
.recMi,
.recTable_Wrap table{
	width:100%;
}
}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
#recTx{
	text-align:left;
	margin-bottom:30px;
}

.recTit{
	font-size:20px;
	margin:0 auto 10px;
}

.recMi{
	font-size:20px;
	margin:10px auto 10px auto;
	background:none;
}

.recTable_Wrap table {
	border-width:0 0 1px 0;
	border-color: #555555;
	border-style:solid;
	margin:0 auto 30px;
}

.recTable_Wrap table th,
.recTable_Wrap table td {
	width:90%;
	padding:10px 5%;
	display:block;
}

.recTable_Wrap table th{
	background-color:#251503;
	text-align:center;
	padding:7px 5% 5px;
	border:none;
}

.recTable_Wrap table td{
	border:none;
}
}


/*==================================================================

　クーポン [coupon.html]

===================================================================*/
.coupon_wrap{
	width:800px;
	margin:0 auto 30px;
	background-color:#FFF;
	border-style:solid;
	border-width:3px;
	border-color:#661900;
	box-sizing:border-box;
}

.print-page {
  padding:0;
  margin:0;
  box-sizing:border-box;
}

.couponTx{
	width:800px;
	margin:0 auto 20px;
	color:#FFF;
	text-align:center;
}

.couponTit{
	font-family: 'Noto Serif JP', serif;
	font-size:30px;
	padding:2px 0 7px;
	background-color:#661900;
	color:#FFF;
	text-align:center;
	line-height: 1.4;
}

dl.couponList{
	width: 95%;
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
	margin:10px auto 0px;
}

dl.couponList dt{
	width: 20%;
	padding:3px 5px 3px 5px;
	margin-bottom:10px;
	box-sizing:border-box;
	border-radius:5px;
	background-color:#3F2C1F;
	color:#FFF;
	text-align:center;
}

dl.couponList dd{
	width:75%;
	padding:3px 5px 3px 15px;
	box-sizing:border-box;
}

.area {
	width: 100%;
	border: 0px solid #999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}

.print-btn,
.print-all {
    margin: 0px auto;
    padding: 10px;
    color: #361B0B;
    text-align: center;
    background-color:#CEAE92;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
}

.print-btn {
  width: 300px;
  display:block;
}

.print-all {
  width: 50%;
}

.print-off {
    display: none;
}

/*プリント用CSS*/
@media print {
  .area {
    width: 100%;
  }

  .print-btn,.print-all,#page-top a {
    display: none;
  }
}

/* ===== ipad ============= */
@media only screen and (max-width:1024px){
.couponTx{
	width:90%;
}

.coupon_wrap{
	width:90%;
	margin:0 auto 30px;
	background-color:#FFF;
	border-style:solid;
	border-width:3px;
	border-color:#661900;
	box-sizing:border-box;
}

.print-btn {
  display:none;
}
}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
.couponTx{
	margin:0 auto 20px;
	text-align:left;
}

.couponTit{
	font-size:20px;
	padding:2px 0 7px;
}
}

/* ===== sp 480px ========= */
@media only screen and (max-width:480px){
.couponTit{
	font-size:16px;
	padding:2px 0 7px;
}

dl.couponList{
	width: 100%;
	flex-flow: column nowrap;
	margin:10px auto 0px;
}

dl.couponList dt{
	width: 90%;
	margin:0 auto;
	padding:2px 0 0;
	font-weight:bold;
}

dl.couponList dd{
	width: 100%;
	margin:5px 0 0 0;
}
}

/*-------------------------------------------------------------------
　link
-------------------------------------------------------------------*/
   
/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
section {
    margin-top: -100px;
	padding-top:100px;
}
}
