@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	word-break: break-all;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #585452;
	text-decoration: none;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
ins {
	background-color: #ff9;
	color: #212121;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #212121;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	font-size: 15px;
	height: 100%;
	line-height: 140%;
	color: #585452;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="number"],
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
}
select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 20px;
	padding: 7px 30px 7px 10px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 5px;
	border: none;
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
	background-color: #bddfff;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	margin-top: -1px;
	cursor: pointer;
}
input[type="submit"],
button {
	cursor: pointer;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
input[type="submit"]:hover,
button:hover {
	opacity: 0.50;
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
label {
	cursor: pointer;
}
img {
	vertical-align: bottom;
}
h1 {
	line-height: 140%;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	line-height: 140%;
	font-weight: normal;
	color: #312d2a;
}
h3 {
	font-size: 24px;
	line-height: 140%;
	font-weight: normal;
	color: #312d2a;
	margin-bottom: 40px;
}
h4 {
	font-weight: normal;
	color: #312d2a;
	line-height: 140%;
}
h5 {
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 15px;
	font-weight: normal;
	color: #312d2a;
}
/* [header-PC]
--------------------------------------------------------------------------*/
header {
	position: relative;
	z-index: 100;
	width: 100%;
	top: 0;
	background: #b49b79;
}
header div.pkg-head {
	width: 100%;
	padding: 22px;
	width: 100%;
	height: 95px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: flex;
	transition: 0.8s;
	background: #b49b79;
}
header div.pkg-head h1 {
	font-size: 10px;
	line-height: 140%;
	position: absolute;
	left: 30px;
	top: 5px;
	color: #fff;
}
.logo {
	position: absolute;
	width: 10.5%;
    height: auto;
    display: block;
    z-index: 1;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: 0.8s;
	left: 30px;
	top: 28px;
	height: auto;
	text-align: center;
}
.logo img {
	width: 100%;
	height: auto;
}
nav#nav-main {
	width: 100%;
	padding-top: 10px;
}
nav#nav-main ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-start;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav#nav-main ul li {
	height: 32px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 10px 0 15px 0;
	padding: 0 15px;
}
nav#nav-main ul li a {
	width: 100%;
	position: relative;
	display: block;
	line-height: 15px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 13px;
	padding-bottom: 35px;
	color: #fff;
	text-align: center;
}
nav#nav-main ul li a:before,
nav#nav-main ul li a:after {
	position: absolute;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav#nav-main ul li a:before {
	bottom: 30px;
	display: block;
	height: 1px;
	width: 0;
	content: "";
	background-color: #fff;
}
nav#nav-main ul li a:after {
	left: 0;
	top: 0;
	padding: 0;
	position: absolute;
	color: #fff;
	white-space: nowrap;
	max-width: 0%;
	overflow: hidden;
}
nav#nav-main ul li a:hover:before {
	opacity: 1;
	width: 100%;
}
nav#nav-main ul li a:hover:after {
	max-width: 100%;
}
/* [PC-NAV-下層nav]
--------------------------------------------------------------------------*/
.underlayer {
	position: inherit;
    background: #fff;
}
.underlayer .pkg-head {
	transition: 0.0s;
}
.underlayer div.pkg-head h1.logo {
	margin-left: 40px;
}
.underlayer nav#nav-main ul li a .eng {
	color: #212121;
}
.underlayer nav#nav-main ul li a {
	color: #212121;
}
.underlayer nav#nav-main ul li a:before {
	background-color: #212121;
}
.underlayer #menu-trigger span {
	background-color: #212121;
}
.underlayer #menu-trigger.active span {
	background-color: #fff;
}
/* [SP-NAV]
--------------------------------------------------------------------------*/
#menu-trigger {
	display: none;
}
#menu-trigger {
  	position: absolute;
  	width: 24px;
  	height: 24px;
  	top: 25px;
  	right: 20px;
  	z-index: 10;
}
#menu-trigger span {
	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
  	position: absolute;
  	left: 0;
  	width: 100%;
  	height: 1px;
  	background-color: #fff;
 	border-radius: 2px;
}
#menu-trigger span:nth-of-type(1) {
  	top: 10px;
}
#menu-trigger span:nth-of-type(2) {
	top: 16px;
}
#menu-trigger span:nth-of-type(3) {
  	bottom: 19px;
}
#menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
}
#menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
}
nav#nav-sp {
	position: absolute;
	width: 100%;
	height: 100vh;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 1;
	background: rgba(180,155,121, 1);
}
nav#nav-sp {
	display: none;
}
nav#nav-sp ul {
	width: 100%;
	padding: 80px 40px 200px 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 100vh;
	font-weight: 300;
	overflow-y: scroll;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
nav#nav-sp ul li {
	position: relative;
	width: 100%;
	border-bottom: solid 1px #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav#nav-sp ul a {
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 54px;
}
nav#nav-sp ul li div {
	display: none;
}
nav#nav-sp ul span {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	top: -5px;
	right: 0;
	z-index: 4;
	cursor: pointer;
}
nav#nav-sp ul span i {
	line-height: 60px;
}
nav#nav-sp ul span i:first-child {
	display: block;
}
nav#nav-sp ul span i:nth-child(2) {
	display: none;
}
nav#nav-sp ul li div {
	background: #a48b6a;
}
nav#nav-sp ul li div ul a {
	position: relative;
}
nav#nav-sp ul li div ul a i {
	position: absolute;
	display: block;
	width: 60px;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	top: 15px;
	right: 0;
	z-index: 4;
	cursor: pointer;
	font-size: 15px;
	line-height: 52px;
	vertical-align: middle;
	padding-right: 0;
	color: #fff;
}
nav#nav-sp ul li div ul li a {
	background: none;
	color: #FFF;
}
nav#nav-sp ul li:last-child {
	border-bottom: none;
}
nav#nav-sp ul li .sns-nav {
	width: 80px;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
	padding: 30px 0 0 0;
}
nav#nav-sp ul li .sns-nav a {
	display: inline-block;
	width: 40%;
	padding: 0;
	min-height: inherit;
}
nav#nav-sp ul li .sns-nav a img {
	width: 100%;
	height: auto;
	vertical-align: inherit;
}
nav#nav-sp ul li .sub-nav ul {
	padding: 0;
	height: auto;
}
nav#nav-sp ul li .sub-nav ul li .cate-name {
	font-size: 12px;
	line-height: 140%;
}
nav#nav-sp ul li .sub-nav ul li .cate-name em {
	font-size: 10px;
}
nav#nav-sp ul li .sub-nav ul li .cate-name .price {
	font-size: 10px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	position: inherit;
	width: 100%;
    text-align: left;
    height: auto;
}
nav#nav-sp ul li .sub-nav ul li a i {
	top: 0;
	color: #fff;
	line-height: 58px;
}
/* [header-Fixed-PC]
--------------------------------------------------------------------------*/
.conts-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}
.conts-fixed.pkg-head {
	height: 80px;
	background: #b49b79;
}
.conts-fixed.pkg-head h1 {
	display: none;
}
.conts-fixed.pkg-head .logo {
	top: 20px;
	width: 8%;
}
.conts-fixed nav#nav-main {
	width: 100%;
}
.conts-fixed nav#nav-main ul li {
	margin: 0 0 18px 0;
	padding: 0 15px;
}
.conts-fixed nav#nav-main ul li a {
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.conts-fixed nav#nav-main ul li a:before {
	bottom: 15px;
	background-color: #fff;
}
/* [other]
--------------------------------------------------------------------------*/
a[href^="tel:"] {
    pointer-events: none;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 100%;
	border: solid 1px #EEE;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 44px;
	padding: 0 10px;
	font-size: 16px;
}
textarea {
	width: 100%;
	border: solid 1px #EEE;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 10px;
}
input[type="submit"] {
	background: #212121;
	color: #FFF;
	width: 320px;
	height: 60px;
	line-height: 60px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 15px;
	margin: 0 auto;
}
.back_top a {
	background: #b49b79;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	width: 50px;
	height: 50px;
	text-align: center;
	display: block;
	position: fixed;
	right: 2%;
	bottom: 104px;
	z-index: 3;
	padding: 12px 0;
}
/* [footer]
--------------------------------------------------------------------------*/
.web-reserve-btn {
	display: block;
	width: 300px;
	padding: 15px;
	background: #b49b79;
	position: fixed;
	right: 2%;
	bottom: 0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 100;
}
.web-reserve-btn a {
	display: flex;
	justify-content: space-between;	
	width: 100%;
	align-items: center;
}
.web-reserve-btn img {
	width: 24%;
	padding: 0;
	border: 2px solid #fff;
}
.web-reserve-btn p {
	width: 68%;
	text-align: left;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
}
.footre_wrap {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #b49b79;
	color: #fff;
}
.f-shop-guide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 60px;
}
.f-shop-guide .img-box {
	width: 20%;
}
.f-shop-guide .img-box img {
	width: 77%;
	height: auto;
}
.f-shop-guide .txt-box {
	width: 80%;
}
.f-shop-guide .txt-box h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}
.f-shop-guide .txt-box .address,
.f-shop-guide .txt-box .tel {
	font-size: 12px;
	line-height: 100%;
}
.f-shop-guide .txt-box .address {
	margin-bottom: 8px;
}
.f-shop-guide .txt-box .tel a {
	color: #fff;
	text-decoration: underline;
}
.f-shop-nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 12px;
}
.f-shop-nav li a {
	color: #fff;
}
.f-group-shop-guide h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 30px;
	border-left: 4px solid #fff;
	padding: 4px 0 4px 10px;
	color: #fff;
}
.f-group-shop-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.f-group-shop-li li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #fff;
	text-align: center;
}
.f-group-shop-li li:nth-child(4n) {
	margin-right: 0;
}
.f-group-shop-li li p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 140%;
}
.f-group-shop-li li .btn {
	width: 100%;
	height: 40px;
	line-height: 36px;
	background: none;
	border: 1px solid #fff;
	font-size: 12px;
	color: #fff;
}
.copyright-wrap {
	width: 100%;
	max-width: 1020px;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 20px 0;
	margin: 0 auto;
	color: #b49b79;
	font-size: 10px;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.copyright-wrap .nav-box a {
	color: #b49b79;
}
/* [パンくず]
--------------------------------------------------------------------------*/
#breadcrumbs {
	background: #FFF;
}
#breadcrumbs p {
	width: 100%;
	margin: 0 auto;
	font-size: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
	color: #999;
	max-width: 1020px;
    padding: 5px 0;
}
#breadcrumbs span,
#breadcrumbs a {
	line-height: 30px;
}
#breadcrumbs a {
	color: #b49b79;
}
/* [ページャー]
--------------------------------------------------------------------------*/
.wp-pagenavi {
    margin-top: 40px;
}
.wp-pagenavi .current,
.wp-pagenavi .pages {
    font-size: 14px;
    padding: 11px 14px;
    color: #fff;
    background: #b49b79;
    border: 1px solid #b49b79;
    margin-right: 10px;
    display: inline-block;
}
.wp-pagenavi .page.larger,
.wp-pagenavi .page.smaller {
    font-size: 14px;
    padding: 11px 14px;
    background: #fff;
    border: 1px solid #b49b79;
    margin-right: 10px;
    color: #b49b79;
    transition: 0.8s;
    display: inline-block;
}
.wp-pagenavi .inactive:hover {
    background: #b49b79;
    color: #fff;
    transition: 0.8s;
}
.wp-pagenavi a {
    padding: 0 20px 0 10px;
    color: #b49b79;
    display: inline-block;
}
