@charset "utf-8";

.bold{font-weight: 600!important;}
.t_center{text-align: center!important;}
.t_right{text-align: right!important;}
.t_left{text-align: left!important;}
.f13{font-size: 13px!important;font-size: 1.3rem!important;}
.f14{font-size: 14px!important;font-size: 1.4rem!important;}
.f15{font-size: 15px!important;font-size: 1.5rem!important;}
.mt00{margin-top: 0!important;}
.mt10{margin-top: 10px!important;}
.mt20{margin-top: 20px!important;}
.mt30{margin-top: 30px!important;}
.mt40{margin-top: 40px!important;}
.mt50{margin-top: 50px!important;}
.mb00{margin-bottom: 0!important;}
.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}

/************************************************

  PC layout

************************************************/
/* =========================================
  base
========================================= */
body{
	color: #400000;
	min-width: 1120px;
	position: relative;
}
img,iframe{
	max-width: 100%;
	height: auto;
}
img{
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
a:hover img{
	opacity: 0.7;
}
.section-inner{
	width: 1120px;
	margin: 0 auto;
}
.pc-none{
	display: none;
}
.img-cover{
	font-family: 'object-fit: cover;'; /* IE */
}
.mincho{
	font-family: "HG明朝", "游明朝","ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN" , YuMincho, "ＭＳ Ｐ明朝", serif;
}
.phone-number {
	text-decoration: none;
	pointer-events: none;
}

/*  heading
------------------------------------ */
.head-type01{
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 0.05em;
	margin: 70px 0 0;
	padding: 0 0 0 50px;
	background: url(../img/common/head_ico01.png) no-repeat 0 0;
}
.head-type02{
	font-size: 20px;
	font-size: 2.0rem;
	margin: 50px 0 0;
	padding: 0 5px 5px;
	border-bottom: dashed 1px #640000;
}

/*  parts
------------------------------------ */
.text-box{
	margin: 30px 0 0;
}
.text-box p{
	margin: 15px 0 0;
}
.note{
	margin: 20px 0 0;
}
.note li{
	text-indent: -1em;
	padding-left: 1em;
	margin: 5px 0 0;
}
.table-box{
	margin: 40px 0 0;
}
.table-box table{
	border-collapse: collapse;
}
.table-box th,
.table-box td{
	padding: 15px 10px;
	border: solid 1px #400000;
}
.table-box th{
	color: #fff;
	background: #610000;
	width: 25%;
}
.table-box tr:nth-child(even) th{
	background: #400000;
}
.table-box td{
	background: #fffbf7;
}
.image-box{
	margin: 40px 0 0;
}
.image-box .img-left{
	float: left;
	max-width: 500px;
	margin: 0 30px 0 0;
}
.image-box .img-right{
	float: right;
	max-width: 500px;
	margin: 0 0 0 30px;
}
.image-box .txt-right,
.image-box .txt-left{
	overflow: hidden;
}
.image-box .txt-right p,
.image-box .txt-left p{
	margin: 15px 0 0;
}
.image-box .txt-right p:first-child,
.image-box .txt-left p:first-child{
	margin: 0;
}
.image-box:before,
.image-box:after{
	display: table;
	content: "";
}
.image-box:after{
	clear: both;
}
.image-box{
	zoom: 1;
}
.cmn-btn{
	text-align: center;
	margin: 40px 0 0;
}
.cmn-btn a{
	text-decoration: none;
	padding: 10px 25px;
	background: #eee;
	border-radius: 5px;
	box-shadow: 0 1px 2px 1px #ddd;
	display: inline-block;
	transition: all .7s ease;
}
.cmn-btn a:hover{
	opacity: 0.7;
}

/*  menu button
------------------------------------ */
#menu-btn{
	display: 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: #400000;
}

/*  page-btn
------------------------------------ */
.page-btn{
	min-height: 34px;
	margin: 50px auto 0;
	position: relative;
}
.page-btn p{
	color: #fff;
	background: #400000;
}
.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: 3px 20px;
	display: block;
}

/*  2column layout
------------------------------------ */
.container{
	margin: 40px 0 0;
}
.container .mainContents{
	width: 800px;
	float: left;
}
.container .sideContents{
	font-size: 15px;
	font-size: 1.5rem;
	width: 270px;
	float: right;
}

/*  article
------------------------------------ */
.article > li{
	padding: 0 0 40px;
	border-bottom: dotted 1px #ccc;
}
.article > li:first-child .ttl{
	margin-top: 0;
}
.article .ttl{
	color: #400000;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 40px 0 0;
}
.article .ttl a{
	text-decoration: none;
}
.article .ttl a:hover{
	text-decoration: underline;
}
.article .date{
	color: #999;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 10px 0 0;
}
.article .txt{
	margin: 20px 0 0;
	max-height: 72px;
	overflow: hidden;
}
.article .txt span{
	font-size: 16px!important;
	font-size: 1.6rem!important;
}
.article .txt img,
.article .txt iframe{
	display: none;
}
.article .tag{
	margin-top: 10px;
}
.article .tag li{
	margin: 5px;
	padding: 0;
	border: none;
	display: inline-block;
}
.article .tag li a{
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
	padding: 3px 5px;
	display: block;
	border-radius: 5px;
	background: #400000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.article .tag li a:hover{
	opacity: 0.6;
}
.article .article-body{
	margin: 20px 0 0;
}
.article .article-body p{
	margin-top: 10px;
}
.article .article-body:before,
.article .article-body p:before,
.article .article-body:after,
.article .article-body p:after{
	display: table;
	content: "";
}
.article .article-body:after,
.article .article-body p:after{
	clear: both;
}
.article .article-body,
.article .article-body p{
	zoom: 1;
}

/*  sidebar
------------------------------------ */
.page-body-sidebar .side-ttl{
	color: #fff;
	margin-bottom: 20px;
	padding: 3px 5px 1px;
	background: #400000;
	border-radius: 3px;
}
.page-body-sidebar .page-body-sidebar li{
	margin-bottom: 5px;
}
.page-body-sidebar .styled-post-list01,
.page-body-sidebar .side-tag-list{
	margin-bottom: 30px;
}
.page-body-sidebar .styled-post-list01 a,
.page-body-sidebar .side-tag-list a{
	display: block;
	overflow: hidden;
}
.page-body-sidebar .styled-post-list01 li::before,
.page-body-sidebar .side-tag-list li::before{
	content: '・';
	float: left;
}

/*  pagetop button
------------------------------------ */
#pagetop{
	position: fixed;
	bottom: 5%;
	right: 2%;
	z-index: 50;
}
#pagetop a{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	padding: 0;
	border-radius: 50%;
	background: #400000;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#pagetop a:hover{
	opacity: 0.7;
}
#pagetop a:after{
	content: "";
	display: block;
	position: absolute;
	top: 45%;
	left: 50%;
	margin: auto;
	width: 20px;
	height: 20px;
	border-top: 8px solid #fff;
	border-left: 8px solid #fff;
	-webkit-transform: translate(-50%, -20%) rotate(45deg);
	transform: translate(-50%, -20%) rotate(45deg);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

/* =========================================
  header
========================================= */
header{
	background: url(../img/common/bg01.jpg) repeat 50% 0;
}
header .header-inner{
	background: url(../img/common/h_bg.jpg) no-repeat 50% 0;
	background-size: cover;
}
header .frame{
	width: 1120px;
	margin: 0 auto;
}
header #logo{
	width: 156px;
	float: left;
}
header .h-info{
	margin: 25px 0 0;
	padding: 10px 18px;
	background: rgba(255,255,255,0.8);
	float: right;
}
header .h-info .tel{
	font-size: 32px;
	font-size: 3.2rem;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	float: left;
}
header .h-info .mail{
	color: #fff;
	font-size: 25px;
	font-size: 2.5rem;
	float: right;
}
header .h-info .mail a{
	text-decoration: none;
	padding: 6px 10px 2px;
	display: block;
	border: solid 1px #000;
	border-radius: 5px;
	background: #400000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
header .h-info .mail a:hover{
	background: #794c4c;
}

/*  nav
------------------------------------ */
nav{
	width: 1120px;
	margin: 48px auto 0;
}
nav ul{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: space-around;
}
nav li{
	font-size: 0;
}
nav li a{
	height: 56px;
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
nav li a:hover{
	opacity: .5;
}
nav li:nth-child(1) a{
	width: 86px;
	background: url(../img/common/nav01.png) no-repeat 0 0;
}
nav li:nth-child(2) a{
	width: 142px;
	background: url(../img/common/nav02.png) no-repeat 0 0;
}
nav li:nth-child(3) a{
	width: 174px;
	background: url(../img/common/nav03.png) no-repeat 0 0;
}
nav li:nth-child(4) a{
	width: 110px;
	background: url(../img/common/nav04.png) no-repeat 0 0;
}
nav li:nth-child(5) a{
	width: 82px;
	background: url(../img/common/nav05.png) no-repeat 0 0;
}
nav li:nth-child(6) a{
	width: 172px;
	background: url(../img/common/nav06.png) no-repeat 0 0;
}

/* =========================================
  footer
========================================= */
footer{
	padding: 15px 0 0;
	background: url(../img/common/bg01.jpg) repeat 50% 0;
	overflow: hidden;
}
footer .footer-inner{
	width: 1120px;
	margin: 0 auto;
	position: relative;
}
footer .logo{
	margin: 0 0 0 100px;
	float: left;
}
footer .f-info{
	font-size: 20px;
	font-size: 2.0rem;
	margin: 50px 0 0;
	padding: 11px 28px;
	background: rgba(255,255,255,0.8);
	border: solid 1px #663333 ;
	float: right;
}
footer .f-info .tel{
	font-size: 30px;
	font-size: 3.0rem;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	float: left;
}
footer .f-info .mail{
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	float: right;
}
footer .f-info .mail a{
	text-decoration: none;
	padding: 3px 8px 1px;
	display: block;
	border: solid 1px #000;
	border-radius: 5px;
	background: #400000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
footer .f-info .mail a:hover{
	background: #794c4c;
}
footer .img01{
	position: absolute;
	top: 80px;
	left: -280px;
}
footer .img02{
	position: absolute;
	top: 65px;
	right: -290px;
}
footer .nav ul{
	font-size: 0;
	text-align: center;
}
footer .nav li{
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	margin: 0 12px;
	display: inline-block;
}
footer .nav li a{
	text-decoration: none;
}
footer .nav li a:hover{
	text-decoration: underline;
}
footer .copyright{
	color: #fff;
	text-align: center;
	margin: 10px 0 0;
	padding: 6px 0;
	background: #400000;
}
footer .copyright small{
	font-size: 17px;
	font-size: 1.7rem;
}

/* =========================================
  top page
========================================= */
.top-page .mv{
	max-width: 1506px;
	height: 647px;
	margin: 22px auto 0;
	background-position: 50% 0;
	position: relative;
	z-index: 1;
}
.top-page .mv .catch{
	position: absolute;
	bottom: -170px;
	right: 218px;
}
.top-page main{
	overflow: hidden;
}

/*  sec01
------------------------------------ */
.top-page .sec01{
	padding: 40px 0 70px;
	background: url(../img/common/bg01.jpg) repeat 50% 0;
}
.top-page .sec01-inner{
	background: url(../img/top/bg01.png) no-repeat 50% 0;
}
.top-page .sec01 .heading{
	font-weight: 600;
	text-align: center;
	line-height: 1.1;
}
.top-page .sec01 .heading .jp{
	font-size: 48px;
	font-size: 4.8rem;
}
.top-page .sec01 .heading .en{
	font-size: 30px;
	font-size: 3.0rem;
}
.top-page .sec01 .txt{
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 500;
	text-align: center;
}
.top-page .sec01 .txt p{
	margin-top: 35px;
}

/*  sec02
------------------------------------ */
.top-page .sec02{
	padding: 20px 0 50px;
	background: #faebd7;
}
.top-page .sec02 .recommend01{
	padding: 0 0 0 147px;
	background: url(../img/top/img01.png) no-repeat 100% 0;
}
.top-page .sec02 .recommend02{
	margin: 30px 0 0;
	padding: 0 0 0 440px;
	background: url(../img/top/img02.png) no-repeat 0 0;
}
.top-page .sec02 .box{
	width: 527px;
	margin: 50px 0 0;
	float: left;
	position: relative;
}
.top-page .sec02 .recommend01 .ttl{
	margin: 0 0 0 85px;
}
.top-page .sec02 .recommend02 .ttl{
	text-align: right;
	margin: 0 50px 0 0;
}
.top-page .sec02 .txt{
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.8;
	padding: 22px 15px;
	background: rgba(255,255,255,0.6);
}
.top-page .sec02 .txt span{
	font-size: 25px;
	font-size: 2.5rem;
}
.top-page .sec02 .more{
	position: absolute;
	bottom: 0;
	right: -178px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.top-page .sec02 .leaf01{
	position: absolute;
	top: 70px;
	left: -70px;
}
.top-page .sec02 .leaf02{
	position: absolute;
	top: 35px;
	right: -105px;
}

/*  sec03
------------------------------------ */
.top-page .sec03{
	padding: 165px 0 150px;
	background: url(../img/top/bg02.jpg) no-repeat 50% 0;
	background-size: cover;
}
.top-page .sec03 .heading{
	font-weight: 600;
	text-align: center;
	line-height: 1.1;
}
.top-page .sec03 .heading .jp{
	font-size: 48px;
	font-size: 4.8rem;
}
.top-page .sec03 .heading .en{
	font-size: 30px;
	font-size: 3.0rem;
}
.top-page .sec03 .txt{
	font-size: 0;
	max-width: 1134px;
	height: 88px;
	margin: 40px 0 0;
	background: url(../img/top/txt01.png) no-repeat 50% 50%;
}
.top-page .sec03 .kodawari{
	max-width: 1455px;
	margin: 40px auto 0;
}
.top-page .sec03 .kodawari ul{
	font-size: 0;
	text-align: center;
}
.top-page .sec03 .kodawari li{
	width: 33%;
	display: inline-block;
}
.top-page .sec03 .kodawari .caption{
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: bold;
	margin: 15px 0 0;
}

/*  sec04
------------------------------------ */
.top-page .sec04{
	text-align: center;
	padding: 115px 0 85px;
	background: #faebd7 url(../img/top/bg03.png) no-repeat 50% 38px;
}
.top-page .sec04 li{
	text-align: center;
	margin: 0 20px;
	display: inline-block;
}
.top-page .sec04 li a{
	text-decoration: none;
}
.top-page .sec04 .ttl{
	font-size: 39px;
	font-size: 3.9rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 20px 0 0;
}
.top-page .sec04 .ttl span{
	font-size: 24px;
	font-size: 2.4rem;
	display: block;
}

/*  sec05
------------------------------------ */
.top-page .bg-mesh{
	background: url(../img/common/bg01.jpg) repeat 50% 0;
}
.top-page .sec05{
	padding: 45px 0 0;
}
.top-page .sec05-inner{
	width: 1174px;
	margin: 0 auto;
	position: relative;
}
.top-page .sec05 .blog-bg{
	min-height: 400px;
	padding: 145px 150px 120px;
	background: url(../img/top/blog_bg.png) no-repeat 50% 0;
	position: relative;
	z-index: 1;
}
 .top-page .sec05 .heading{
 	color: #640000;
	font-weight: 600;
	text-align: center;
}
.top-page .sec05 .heading .jp{
	font-size: 39px;
	font-size: 3.9rem;
}
.top-page .sec05 .heading .en{
	font-size: 24px;
	font-size: 2.4rem;
}
.top-page .sec05 li{
	margin: 30px 0 0;
}
.top-page .sec05 li a{
	text-decoration: none;
}
.top-page .sec05 li a:hover{
	color: #999;
}
.top-page .sec05 .list dt{
	font-size: 21px;
	font-size: 2.1rem;
}
.top-page .sec05 .list dd{
	font-size: 16px;
	font-size: 1.6rem;
	margin: 5px 0 0;
}
.top-page .sec05 .more{
	text-align: center;
}
.top-page .sec05 .pic01{
	position: absolute;
	top: 73px;
	left: -235px;
	z-index: 1;
}
.top-page .sec05 .pic02{
	position: absolute;
	top: 220px;
	left: -500px;
	z-index: 0;
}
.top-page .sec05 .pic03{
	position: absolute;
	top: -10px;
	right: -200px;
	z-index: 1;
}
.top-page .sec05 .pic04{
	position: absolute;
	top: 365px;
	right: -245px;
	z-index: 1;
}
.top-page .sec05 .line{
	position: absolute;
	top: -30px;
	right: -180px;
}

/*  sec06
------------------------------------ */
.top-page .sec06{
	color: #fff;
	text-align: center;
	text-shadow: 5px 0 10px #200000, -5px 0 10px #200000, 0 5px 10px #200000, 0 -5px 10px #200000;
	margin: 115px 0 0;
	padding: 48px 0 62px;
	background: url(../img/top/bg04.jpg) no-repeat 50% 0;
}
.top-page .sec06 .bg{
	width: 650px;
	margin: 0 auto;
	padding: 53px 0 36px;
	background: rgba(255,255,255,0.7);
}
.top-page .sec06 .heading{
	line-height: 1.1;
}
.top-page .sec06 .heading .jp{
	font-size: 32px;
	font-size: 3.2rem;
}
.top-page .sec06 .heading .en{
	font-size: 20px;
	font-size: 2.0rem;
}
.top-page .sec06 .tel{
	font-size: 35px;
	font-size: 3.5rem;
	margin: 10px 0 0;
}
.top-page .sec06 .tel a{
	font-size: 48px;
	font-size: 4.8rem;
	text-decoration: none;
	pointer-events: none;
}
.top-page .sec06 .info{
	font-size: 21px;
	font-size: 2.1rem;
	margin: 10px 0 0;
}
.top-page .sec06 .info span{
	margin: 0 10px;
}
.top-page .sec06 .comment{
	font-size: 21px;
	font-size: 2.1rem;
}
.top-page .sec06 .mail{
	font-size: 24px;
	font-size: 2.4rem;
	margin: 10px 0 0;
}
.top-page .sec06 .mail a{
	text-decoration: none;
	padding: 6px 37px;
	display: inline-block;
	border: solid 1px #fff;
	box-shadow: 0 0 5px #200000 inset, 0 0 5px #200000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.top-page .sec06 .mail a:hover{
	background: #400100;
}

/*  sec07
------------------------------------ */
.top-page .sec07{
	margin: 10px 0 0;
}
.top-page .sec07 .map{
	height: 250px;
	margin: 0 auto;
}
.top-page .sec07 .map iframe{
	width: 100%;
	height: 100%;
}

/* =========================================
  sub page
========================================= */
.sub-page header{
	padding: 0 0 70px;
}
.sub-page .sub-vis{
	text-align: center;
	width: 984px;
	margin: 20px auto 0;
	padding: 92px 0;
	background: url(../img/common/sub_vis.png) no-repeat 50% 50%;
}
.sub-page .sub-vis h2{
	color: #640000;
	font-size: 48px;
	font-size: 4.8rem;
	font-family:  "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	padding: 5px 95px;
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	display: inline-block;
}
.sub-page main{
	color: #640000;
	letter-spacing: 0.05em;
	padding: 0 0 120px;
	background: #fdf5eb;
}
.sub-page .breadcrumb{
	padding: 20px 0 0;
}
.sub-page .breadcrumb li{
	color: #6a6a6a;
	font-size: 13px;
	font-size: 1.3rem;
	float: left;
}
.sub-page .breadcrumb li::before{
	content: '›';
	margin: 0 10px;
}
.sub-page .breadcrumb li:first-child::before{
	content: none;
}
.sub-page .gallery.col3 li{
	width: 32%;
	margin: 40px 0 0 2%;
	float: left;
}
.sub-page .gallery.col3 li:nth-child(3n+1){
	margin-left: 0;
}
.sub-page .reservation{
	margin: 50px 0 0;
	padding: 50px 0 0;
	background: url(../img/common/bnr_line.png) repeat-x 50% 0;
}
.sub-page .reservation .ttl{
	text-align: center;
}
.sub-page .reservation .box{
	max-width: 780px;
	margin: 40px auto 0;
	padding: 30px 20px;
	background: #f7f5ea;
	border: solid 1px #eee;
	border-radius: 5px;
}
.sub-page .reservation .txt{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 20px 0 0;
}
.sub-page .reservation .img{
	text-align: center;
	margin: 20px 0 0;
}
.menu-items li{
	margin: 40px 0 0;
	padding: 20px 0;
	background: #f7ebea;
	border: solid 1px #eee;
	border-radius: 5px;
}
.menu-items .ttl{
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 20px 10px;
	border-bottom: solid 3px #fdf5eb;
}
.menu-items .image-box{
	padding: 0 20px;
}
.menu-items .image-box p{
	font-size: 14px;
	font-size: 1.4rem;
	white-space: pre-line;
}

/*  about page
------------------------------------ */
#about .greeting{
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.8;
	margin: 60px 0 0;
	background: url(../img/about/bg01.png) no-repeat 50% 45%;
}
#about .greeting p{
	margin: 30px 0 0;
}

/*  recommend page
------------------------------------ */
#recommend .menu-items li{
	background: #f4f0ec;
}

/*  menu page
------------------------------------ */

/*  store page
------------------------------------ */
#store .map{
	height: 450px;
	margin: 40px 0 0;
}
#store .map iframe{
	width: 100%;
	height: 100%;
}

/*  news page
------------------------------------ */

/*  contact page
------------------------------------ */
#contact .required,
#contact .error-text{
	color: #f00;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: top;
}
#contact .error-text{
	font-weight: 600;
}
#contact .submit-btn ul{
	font-size: 0;
	text-align: center;
}
#contact .submit-btn li{
	font-size: 16px;
	font-size: 1.6rem;
	background: #f0f0f0;
	margin: 30px 0 0 50px;
	border-radius: 5px;
	display: inline-block;
	-webkit-transition: all .4s ease;
	transition: all .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: 5px 20px;
	background: #400000;
	border: none;
}
#contact .privacy{
	text-align: center;
	margin: 40px 0 0;
}
#contact .contact-recaptcha-wrap{
	margin: 40px auto 0;
	display: table;
}
#contact .contact-recaptcha-wrap iframe{
	height: 78px;
}
#contact .tel-number{
	font-size: 24px;
	font-size: 2.4rem;
	margin: 40px 0 0;
}
#contact .tel-number a{
	text-decoration: none;
	pointer-events: none;
}

/*  sitemap page
------------------------------------ */
#site .site-list{
	margin: 50px 0 0;
}
#site .site-list li{
	margin: 20px 0 0;
	border-bottom: solid 1px #ddd;
}
#site .site-list li a{
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px 8px 35px;
	background: url(../img/site/ico01.png) no-repeat 5px 50%;
	background-size: 20px;
}
#site .site-list li a:hover{
	color: #999;
	text-decoration: underline;
}


/************************************************

  SP layout

************************************************/
@media screen and (max-width: 1119px){
/* =========================================
  base
========================================= */
	body{
		min-width: auto;
	}
	.section-inner{
		width: auto;
		padding: 0 10px;
	}
	.pc-none{
		display: inherit;
	}
	.sp-none{
		display: none;
	}
	.phone-number {
		text-decoration: underline;
		pointer-events: auto;
	}

/*  heading
------------------------------------ */
	.head-type01{
		font-size: 25px;
		font-size: 2.5rem;
		margin: 50px 0 0;
		padding: 0 0 0 38px;
		background-size: 30px auto;
	}
	.head-type02{
		font-size: 18px;
		font-size: 1.8rem;
		margin: 30px 0 0;
	}

/*  parts
------------------------------------ */
	.table-box th,
	.table-box td{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.image-box .img-left,
	.image-box .img-right{
		text-align: center;
		float: none;
		margin: 0 auto 15px;
	}

/*  menu button
------------------------------------ */
	#menu-btn{
		display: block;
		position: fixed;
		top: 17px;
		right: 10px;
		height: 38px;
		width: 45px;
		z-index: 100;
		-webkit-transition: opacity .25s ease;
		transition: opacity .25s ease;
	}
	#menu-btn.active .top{
		-webkit-transform: translateY(16px) translateX(0) rotate(45deg);
		transform: translateY(16px) translateX(0) rotate(45deg);
	}
	#menu-btn.active .middle{
		opacity: 0;
	}
	#menu-btn.active .bottom{
		-webkit-transform: translateY(-16px) translateX(0) rotate(-45deg);
		transform: translateY(-16px) translateX(0) rotate(-45deg);
	}
	#menu-btn span{
		background: #400000;
		border: none;
		height: 6px;
		width: 100%;
		border-radius: 3px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#menu-btn span:nth-of-type(2){
		top: 16px;
	}
	#menu-btn span:nth-of-type(3){
		top: 32px;
	}

/*  pagenation
------------------------------------ */
	.pagenation{
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		justify-content: center;
	}

/*  page-btn
------------------------------------ */
	.page-btn{
		max-width: 280px;
	}
	.page-btn .next{
		right: 0;
	}
	.page-btn .back{
		left: 0;
	}

/*  2column layout
------------------------------------ */
	.container .mainContents{
		width: auto;
		float: none;
	}
	.container .sideContents{
		margin-top: 40px;
		width: auto;
		float: none;
	}

/*  article
------------------------------------ */
	.article .ttl{
		font-size: 20px;
		font-size: 2.0rem;
	}
	.article .txt{
		max-height: 63px;
	}
	.article .txt span{
		font-size: 14px!important;
		font-size: 1.4rem!important;
	}

	.article dt{
		float: none;
		padding: 20px 0 0;
	}
	.article dd{
		margin-top: 0;
		padding: 20px 0 0;
		border-top: none;
	}
	.article dd:nth-child(2){
		padding-top: 20px;
	}

/*  pagetop button
------------------------------------ */
	#pagetop{
		bottom: 6%;
		right: 2%;
	}
	#pagetop a{
		width: 40px;
		height: 40px;
	}
	#pagetop a:after{
		top: 50%;
		width: 10px;
		height: 10px;
		border-width: 2px;
	}

/* =========================================
  header
========================================= */
	header .header-inner{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		box-shadow: 0 1px 3px #000;
	}
	header .frame{
		width: auto;
	}
	header #logo{
		width: 64px;
		float: none;
	}
	header .h-info{
		margin: 0;
		padding: 0;
		background: none;
		float: none;
	}
	header .h-info .date{
		display: none;
	}
	header .h-info h1{
		color: #fff;
		font-size: 11px;
		font-size: 1.1rem;
		text-shadow: 1px 1px 3px #000, 1px -1px 3px #000, -1px -1px 3px #000, -1px 1px 3px #000;
		position: absolute;
		top: 19px;
		left: 78px;
	}

/*  nav
------------------------------------ */
	nav{
		display: none;
		width: 100%;
		margin: 0;
		background: rgba(253,246,238,0.9);
		position: fixed;
		top: 70px;
		left: 0;
		z-index: 90;
		box-shadow: 0 1px 3px #666;
	}
	nav ul{
		padding: 10px 0 0;
		display: block;
	}
	nav li{
		color: #400000;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff  0-1px 0, #fff -1px 0 0, #fff 1px 0 0;
		letter-spacing: 0.1em;
	}
	nav li a{
		text-decoration: none;
		width: auto!important;
		height: auto;
		padding: 15px 20px;
		background: none!important;
		border-bottom: dashed 1px #400000;
		display: block;
	}
	nav li:last-child a{
		border-bottom: 0;
	}

/* =========================================
  footer
========================================= */
	footer{
		padding: 20px 0 0;
	}
	footer .footer-inner{
		width: auto;
		padding: 0 10px;
	}
	footer .logo{
		text-align: center;
		margin: 0 auto;
		float: none;
	}
	footer .f-info{
		font-size: 16px;
		font-size: 1.6rem;
		max-width: 400px;
		margin: 20px auto 0;
		padding: 15px 10px;
		float: none;
	}
	footer .f-info .tel,
	footer .f-info .mail{
		text-align: center;
		float: none;
	}
	footer .f-info .mail{
		max-width: 165px;
		margin: 10px auto 0;
	}
	footer .f-info .date{
		margin: 20px 0 0;
	}
	footer .f-info .add{
		text-align: center;
		margin: 10px 0 0;
	}
	footer .nav {
		margin: 30px 0 0;
		background: #f9f9f9;
	}
	footer .nav ul{
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		flex-wrap: wrap;
	}
	footer .nav li{
		font-size: 14px;
		font-size: 1.4rem;
		width: 50%;
		margin: 0;
	}
	footer .nav li a{
		padding: 10px 0;
		border-top: solid 1px #400000;
		display: block;
	}
	footer .nav li:nth-child(odd) a{
		border-right: solid 1px #400000;
	}
	footer .copyright{
		margin: 0;
	}
	footer .copyright small{
		font-size: 14px;
		font-size: 1.4rem;
	}

/* =========================================
  top page
========================================= */
	.top-page header{
		padding: 80px 0 0;
	}
	.top-page .mv{
		height: auto;
		margin: 0;
		padding-top: 42.9614%;
		background-size: cover;
	}
	.top-page .mv .catch{
		width: 120px;
		right: 10px;
		bottom: -65px;
	}

/*  sec01
------------------------------------ */
	.top-page .sec01{
		padding: 0;
	}
	.top-page .sec01-inner{
		padding: 40px 0;
	}
	.top-page .sec01 .heading .jp{
		font-size: 30px;
		font-size: 3.0rem;
	}
	.top-page .sec01 .heading .en{
		font-size: 16px;
		font-size: 1.6rem;
	}
	.top-page .sec01 .txt{
		font-size: 16px;
		font-size: 1.6rem;
	}
	.top-page .sec01 .txt p{
		margin-top: 20px;
	}

/*  sec02
------------------------------------ */
	.top-page .sec02{
		padding: 0 0 30px;
	}
	.top-page .sec02 .section-inner{
		padding: 0;
	}
	.top-page .sec02 .recommend01,
	.top-page .sec02 .recommend02{
		padding: 0 10px;
	}
	.top-page .sec02 .box{
		width: auto;
		max-width: 527px;
		margin: 50px auto 0;
		float: none;
	}
	.top-page .sec02 .recommend01 .ttl,
	.top-page .sec02 .recommend02 .ttl{
		text-align: center;
		margin: 0;
	}
	.top-page .sec02 .ttl img{
		width: 140px;
	}
	.top-page .sec02 .txt{
		font-size: 16px;
		font-size: 1.6rem;
	}
	.top-page .sec02 .txt span{
		font-size: 22px;
		font-size: 2.2rem;
	}
	.top-page .sec02 .more{
		text-align: center;
		margin: 20px 0 0;
		position: static;
	}
	.top-page .sec02 .more img{
		width: 120px;
	}

/*  sec03
------------------------------------ */
	.top-page .sec03{
		padding: 40px 0;
	}
	.top-page .sec03 .heading .jp{
		font-size: 30px;
		font-size: 3.0rem;
	}
	.top-page .sec03 .heading .en{
		font-size: 16px;
		font-size: 1.6rem;
	}
	.top-page .sec03 .txt{
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: 600;
		text-align: center;
		max-width: 700px;
		height: auto;
		margin: 30px auto 0;
		padding: 15px 10px;
		background: url(../img/top/pattern01.jpg) repeat 0 0;
		box-shadow: 0 1px 5px #999;
	}
	.top-page .sec03 .kodawari .caption{
		font-size: 22px;
		font-size: 2.2rem;
		margin: 10px 0 0;
	}

/*  sec04
------------------------------------ */
	.top-page .sec04 li{
		width: 46%;
		margin: 0 1%;
	}
	.top-page .sec04 .ttl{
		font-size: 28px;
		font-size: 2.8rem;
		margin: 10px 0 0;
	}
	.top-page .sec04 .ttl span{
		font-size: 15px;
		font-size: 1.5rem;
	}

/*  sec05
------------------------------------ */
	.top-page .sec05{
		padding: 40px 0;
	}
	.top-page .sec05-inner{
		width: auto;
		padding: 0 10px;
	}
	.top-page .sec05 .blog-bg{
		min-height: auto;
		padding: 30px 15px;
		background: #fefcf1;
		box-shadow: 0 0 5px #999;
	}
	.top-page .sec05 .heading .jp{
		font-size: 30px;
		font-size: 3.0rem;
	}
	.top-page .sec05 .heading .en{
		font-size: 16px;
		font-size: 1.6rem;
	}
	.top-page .sec05 .list dt{
		font-size: 17px;
		font-size: 1.7rem;
	}
	.top-page .sec05 .more{
		margin: 30px 0 0;
	}
	.top-page .sec05 .more img{
		width: 120px;
	}
	.top-page .sec05 .pic01{
		width: 90px;
		top: -40px;
		left: 0;
	}
	.top-page .sec05 .pic03{
		width: 100px;
		top: -55px;
		right: 0;
	}
	.top-page .sec05 .pic04{
		width: 95px;
		top: auto;
		bottom: 0;
		right: 0;
	}
	.top-page .sec05 .pic02,
	.top-page .sec05 .line{
		display: none;
	}

/*  sec06
------------------------------------ */
	.top-page .sec06{
		margin: 0;
		padding: 40px 0;
		background-size: cover;
	}
	.top-page .sec06 .bg{
		width: auto;
		max-width: 500px;
		padding: 40px 10px;
	}
	.top-page .sec06 .heading .jp{
		font-size: 30px;
		font-size: 3.0rem;
	}
	.top-page .sec06 .heading .en{
		font-size: 16px;
		font-size: 1.6rem;
	}
	.top-page .sec06 .tel{
		font-size: 16px;
		font-size: 1.6rem;
		margin: 20px 0 0;
	}
	.top-page .sec06 .tel a{
		font-size: 33px;
		font-size: 3.3rem;
		text-decoration: underline;
		pointer-events: auto;
	}
	.top-page .sec06 .info,
	.top-page .sec06 .comment{
		font-size: 18px;
		font-size: 1.8rem;
		margin: 15px 0 0;
	}
	.top-page .sec06 .info span{
		margin: 0;
		display: block;
	}
	.top-page .sec06 .mail{
		font-size: 20px;
		font-size: 2.0rem;
		margin: 20px 0 0;
	}
	.top-page .sec06 .mail a{
		padding: 9px 10px;
	}

/*  sec07
------------------------------------ */
	.top-page .sec07 .map{
		width: auto;
	}

/* =========================================
  sub page
========================================= */
	.sub-page header{
		padding: 70px 0 40px;
	}
	.sub-page .sub-vis{
		width: auto;
		margin: 0;
		padding: 60px 5px;
		background-size: cover;
	}
	.sub-page .sub-vis h2{
		font-size: 26px;
		font-size: 2.6rem;
		width: 98%;
		max-width: 500px;
		padding: 5px;
		box-sizing: border-box;
	}
	.sub-page main{
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0 0 80px;
	}
	.sub-page .breadcrumb li{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.sub-page .breadcrumb li::before{
		margin: 0 5px;
	}
	.sub-page .reservation .box{
		padding: 20px 10px;
	}
	.sub-page .reservation .txt{
		font-size: 13px;
		font-size: 1.3rem;
	}
	.menu-items .ttl{
		font-size: 16px;
		font-size: 1.6rem;
	}
	.menu-items .image-box{
		margin: 20px 0 0;
	}

/*  about page
------------------------------------ */
	#about .greeting{
		font-size: 16px;
		font-size: 1.6rem;
	}
	#about .greeting p{
		margin: 20px 0 0;
	}

/*  recommend page
------------------------------------ */

/*  menu page
------------------------------------ */

/*  store page
------------------------------------ */
	#store .map{
		height: 350px;
	}

/*  news page
------------------------------------ */

/*  contact page
------------------------------------ */
	#contact .submit-btn ul{
		max-width: 600px;
		margin: 0 auto;
		display: flex;
		display: -webkit-flex;
		display: -moz-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 .table-box input,
	#contact .table-box textarea{
		width: 100%;
		box-sizing: border-box;
	}
	#contact .tel-number a{
		text-decoration: underline;
		pointer-events: auto;
	}
	#contact .address-text{
		font-size: 12px;
		font-size: 1.2rem;
	}
}


/************************************************

  breakpoints

************************************************/
@media screen and (max-width: 679px){
	.sub-page .gallery.col3 li{
		width: 48%;
		margin: 30px 0 0 2%;
	}
	.sub-page .gallery.col3 li:nth-child(3n+1){
		margin-left: 2%;
	}
	.sub-page .gallery.col3 li:nth-child(2n+1){
		margin-left: 0;
	}
}
@media screen and (max-width: 599px){
	.top-page .sec03 .kodawari{
		margin: 0;
		padding: 0 10px;
	}
	.top-page .sec03 .kodawari li{
		width: auto;
		margin: 30px 0 0;
		display: block;
	}
	.top-page .sec03 .kodawari .caption{
		font-size: 20px;
		font-size: 2.0rem;
	}
	.top-page .sec04{
		padding-bottom: 40px;
	}
	.top-page .sec04 li{
		width: auto;
		margin: 30px 0 0;
	}
	.top-page .sec04 li:first-child{
		margin-top: 0;
	}
	#about .greeting{
		text-align: justify;
	}
}
