@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap);

/* ---------------------------------------------------------
base settings
----------------------------------------------------------*/
html {
	overflow-y:scroll;
}
body {
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	line-height: 1.8;
	background: #000;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form{margin:0px;padding:0px;}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: 'Noto Serif JP', serif;
}
ul,
ol {
	font-family: 'Noto Serif JP', serif;
}
ul{list-style-type:none;}
img{border:none;max-width:100%;height:auto;}
a {
	color: #888;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:active {
	color: #fff;
	text-decoration: none;
}
a img:hover {
	opacity: 0.7;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
::-moz-selection {
	background: #c8bb9b;
	text-shadow: none;
}
::selection {
	background: #c8bb9b;
	text-shadow: none;
}
.mb20 {margin-bottom: 20px}
.clear {clear: both;}
.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}

*, *::before, *::after {
    box-sizing: unset;
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
.top-header {
	width: 100%;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background: -webkit-linear-gradient(#333, #000);
	background: linear-gradient(#333, #000);
}
.top-header #inner {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.top-header #logo {
	position: absolute;
	top: 25px;
}
#contact-header {
	position: absolute;
	right: 10px;
	top: 22px;
}

/* ---------------------------------------------------------
mv
----------------------------------------------------------*/
#mv {
	position: relative;
	margin-bottom: 40px;
	background: rgb(200 187 155 / 50%);
}
#mv-img {
	width: 980px;
	height: auto;
	margin: 0 auto;
}
#mv-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
#home #mv-img {
	width: 100%;
}
@media screen and (max-width:800px){
	#mv-img {
		width: auto;
		padding-bottom: 140px;
		overflow: hidden;
	}
}

/* ---------------------------------------------------------
nav
----------------------------------------------------------*/
#nav-menu {
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 100%;
}
#nav-menu ul {
	width: 980px;
	margin: 0 auto;
}
#nav-menu li {
	float: left;
	border-left: 1px solid #515151;
	border-top: 1px solid #515151;
	border-right: 1px solid #515151;
	width: 14%;
	margin-left: 2%;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}
#nav-menu li a {
	display: block;
	text-decoration: none;
	background: #000;
	background: rgba(0,0,0,0.7);
	padding: 8px 0px 4px 0;
}
#nav-menu li span {
	display: block;
	font-size: 12px;
	color: #c8bb9b;
}
#nav-menu a:hover,
#nav-menu li.active a {
	background: #000;
	color: #fff;
}

/* ---------------------------------------------------------
main
----------------------------------------------------------*/
#container {
	clear: both;
	width: 980px;
	margin: 0 auto;
}
#main {
	float: left;
	width: 700px;
}
#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background: -webkit-linear-gradient(#333, #000);
	background: linear-gradient(#333, #000);
	padding: 7px 15px;
	border-left: solid 1px #515151;
	border-top: solid 1px #515151;
	border-right: solid 1px #515151;
	border-bottom: solid 1px #515151;
}
#main h2::first-letter {
	background: url(../images/common/icon_h2.png) top left no-repeat;
	background-size: 20px;
	padding-left: 26px;
}
#main h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	background: #000;
	padding: 4px 15px;
}
#main h3::first-letter {
	border-left: 3px solid #c8bb9b;
	padding-left: 10px;
}
#main p {
	padding: 7px 15px 14px;
}
#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}
section {
	clear: both;
	margin-bottom: 20px;
}

/* ---------------------------------------------------------
sub
----------------------------------------------------------*/
#sub {
	float: right;
	width: 260px;
}
#sub h2 {
	font-size: 100%;
	padding-bottom: 10px;
}
#sub h2::first-letter {
	border-left: 3px solid #c8bb9b;
	padding-left: 10px;
}
#sub .box {
	padding: 15px;
	margin-bottom: 15px;
	background: #000;
	border: solid 1px #515151;
}
#sub .box ul.submenu {
	margin-bottom: 0px;
}
#sub .bnr {
	text-align: center;
}
#sub .sub_shop h2 {
	padding-bottom: 0;
}
#sub .sub_shop p {
	padding-left: 14px;
}
.map_side_desc {
	line-height: 1.8;
	margin-bottom: 10px;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
#page-footer {
	clear: both;
	margin-top: 40px;
	background: #222;
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
	background: -webkit-linear-gradient(#222, #000);
	background: linear-gradient(#222, #000);
	color: #fff;
}
#page-footer a {
	color: #fff;
}
#page-footer a:hover {
	color: #fff;
}
#footer-container {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
	text-align: center;
}
.footer-nav {
	clear: both;
	height: 20px;
	list-style-type: none;
	margin-bottom: 20px;
}
.footer-nav ul {
	width: 714px;
	margin: 0 auto;
}
.footer-nav li {
	display: inline;
	float: left;
	margin: 0 10px;
}

/* ---------------------------------------------------------
news
----------------------------------------------------------*/
.news-list {
}
.news-list a {
	color: #c8bb9b;
	text-decoration: none;
	display: inline-flex;
}
.news-item {
	display: flex;
	margin-bottom: 20px;
}
.news-date {
	padding-bottom: 0 !important;
}
.news-item-img{
    width: 100px;
	max-height: 100px;
    margin: 0 auto;
	flex-shrink: 0;
}
.news-item-txt {
	width: 600px;
}
.newicon {
	background: #c8bb9b;
	color: #000;
	font-size: 10px;
	border-radius: 2px;
	padding: 0px 5px;
	margin: 0px 5px;
}


/* ---------------------------------------------------------
guide
----------------------------------------------------------*/
.guide {}
.guide h4 {margin-right:10px; float:left;}

#main .guide p {margin:0 0 0 140px;}
.guide-01,
.guide-02,
.guide-03,
.guide-04 {width:340px; margin-bottom:20px; display:inline-block;}
.guide-01 {float:left;}
.guide-02 {float:right;}
.guide-03 {float:left; clear:both;}
.guide-04 {float:right;}
.guide span {display:block;}
.guide .g-title-en {
	color:#000;
	background:#c8bb9b;
	background:-webkit-gradient(linear, center top, center bottom, from(#c8bb9b), to(#836c41) );
	background:-moz-linear-gradient(top, #c8bb9b, #836c41);
	background:-ms-linear-gradient(top, #c8bb9b, #836c41);
	background:-o-linear-gradient(top, #c8bb9b, #836c41);
	background:linear-gradient(top, #c8bb9b, #836c41);
	height:24px;
	line-height:24px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	overflow:hidden;
	text-align:center;
}
.guide .g-title {
	font-size:20px;
	color:#fff;
}
.guide .g-text {color:#fff;line-height: 1.8em;}
.guide .g-more {text-align:right;}
.guide .g-more a {color:#c8bb9b; display:inline-block; font-weight: bold; text-decoration: none;}
.guide .g-more a:hover {text-decoration: underline;}
.guide .g-more a:before {
	content:">";
	display:inline-block;
	float:left;
	width:0;
	height:0;
	border-left:1em solid #f50;
	border-top:transparent;
	border-right:transparent;
	border-bottom:transparent;
	margin-right:10px;
}

@media screen and (max-width:726px){
	.guide-01,
	.guide-02,
	.guide-03,
	.guide-04 {
		float:none;
		width:100%;
		clear:both;
	}
	#guide div {display:table; table-layout:auto;}
	#guide h4,
	#guide p {display:table-cell; width:100%;}
}

/* ---------------------------------------------------------
contact
----------------------------------------------------------*/
#mailform {
	margin: 20px 0 20px 0;
}
label {
	display: inline-block;
	width: 220px;
	padding-right: 20px;
	text-align: right;
}
label[for] {
	cursor: pointer;
}
label.msgTitle {
	margin-top: 32px;
	vertical-align: top;
}
input, textarea {
	margin-bottom: 16px;
	padding: 8px;
}
input[type="text"],input[type="email"],
textarea {
	outline: none;
	background-color: #000;
	color: #fff;
	border: 1px solid #515151;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="text"]:focus,input[type="email"]:focus,
textarea:focus {
	border: 1px solid #c8bb9b;
}
input[type="text"],input[type="email"] {
	width: 200px;
	-webkit-transition: width .3s;
	transition: width .3s;
}
input[type="text"]:disabled,input[type="email"]:disabled {
	background-color: #eee;
	cursor: not-allowed;
}
textarea {
	resize: vertical;
	width: 400px;
	min-height: 100px;
	max-height: 500px;
}
::-webkit-input-placeholder {
	color: #aaaaaa;
}
::-moz-placeholder {
	color: #aaaaaa;
}
:-ms-input-placeholder {
	color: #aaaaaa;
}
.btn-wrap {
	width: 120px;
	margin: 8px auto 0 auto;
}
.btn-confirm-wrap {
	width: 256px;
	margin: 8px auto 0 auto;
}
.btn {
	display: inline;
    padding: .6em 1.6em .6em;
	margin-bottom: .6em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	border-style: none;
    border-radius: .25em;
    cursor: pointer;
}
.btn-submit {
	background:#c8bb9b;
	background:-webkit-gradient(linear, center top, center bottom, from(#c8bb9b), to(#836c41) );
	background:-moz-linear-gradient(top, #c8bb9b, #836c41);
	background:-ms-linear-gradient(top, #c8bb9b, #836c41);
	background:-o-linear-gradient(top, #c8bb9b, #836c41);
	background:linear-gradient(top, #c8bb9b, #836c41);
}
.btn-send {
	background:#c8bb9b;
	background:-webkit-gradient(linear, center top, center bottom, from(#c8bb9b), to(#836c41) );
	background:-moz-linear-gradient(top, #c8bb9b, #836c41);
	background:-ms-linear-gradient(top, #c8bb9b, #836c41);
	background:-o-linear-gradient(top, #c8bb9b, #836c41);
	background:linear-gradient(top, #c8bb9b, #836c41);
}
.btn-back {
	background:#2d2d2d;
	background:-webkit-gradient(linear, center top, center bottom, from(#2d2d2d), to(#1c1c1c) );
	background:-moz-linear-gradient(top, #2d2d2d, #1c1c1c);
	background:-ms-linear-gradient(top, #2d2d2d, #1c1c1c);
	background:-o-linear-gradient(top, #2d2d2d, #1c1c1c);
	background:linear-gradient(top, #2d2d2d, #1c1c1c);
}

.btn:hover {
	opacity: .8;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.note {
	clear: both;
	padding: 16px;
	border: 1px solid #c8bb9b;
	background-color: #000;
	opacity:0.8;
	font-size: 12px;
	line-height: 1.4em;
}
.asterisk p {
	text-indent: -1.4em;
	margin-left: 1.4em;
	padding-top: 0;
	line-height: 1.4;
}
label.error {
	display: block;
	width: 300px;
	color:#c8bb9b;
	text-align: left;
	margin-left: 180px;
	margin-bottom: 0;
}
input.error, textarea#message.error {
	margin-bottom: 0;
}
#message-error {
	margin-bottom: 16px;
}
input[class="error"],textarea.error{
	border:1px solid #c8bb9b !important;
}
.label-required {
    display: inline;
	background-color: #c8bb9b;
    padding: .3em .6em .3em;
	margin-bottom: .6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

/* ---------------------------------------------------------
add
----------------------------------------------------------*/
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #000 !important;
}
#main .shop_info h3 {
	margin-bottom: 0;
}
#main .shop_info p {
	padding-left: 30px;
	padding-bottom: 0;
}
.gallery {
	margin-left:20px;
}
.gallery li {
	float:left;
	margin:10px;
	line-height: 0;
}
/* temp */
.gallery li {
	position: relative;
}
/* temp */
.gallery li::before{
	content: "写真差し替え";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	background: red;
	font-size:12px;
	height: 8px;
}

@media screen and (max-width:730px){
	.gallery {
		width:440px;
		margin:0 auto;
	}
}

#map_canvas {
	width: 700px;
	height: 500px;
	margin: 0 auto 40px auto;
}

@media screen and (max-width:730px){
	#map_canvas {
		width: 100%;
	}
}

.price-list {
    margin-bottom: 30px;
}
.price-list dl {
    margin: 0 20px 20px 20px;
}

.price-list dl dd {
    text-align: right;
    border-bottom: 1px dashed #515151;
    padding-bottom: 10px;
    margin-left: 0;
    margin-bottom: 10px;
}
/* ---------------------------------------------------------
responsive -base
----------------------------------------------------------*/
@media screen and (max-width:800px) {
	.top-header #inner {
		width: 100%;
	}
	header #logo, header #contact-header {
		width: 45%;
	}
	#nav-menu ul {
		width: auto;
		padding-bottom: 11px;
		overflow: hidden;
	}
	#nav-menu li {
		width: 50%;
		margin: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#nav-menu li:nth-child(odd) {
		border-right: none;
	}
	#container {
		width: auto;
		margin: 2%;
	}
	#main, #sub {
		float: none;
		width: auto;
	}
	#footer-container {
		width: 90%;
	}
	#access #sub, #contact #sub {
		display: none;
	}
	.footer-nav {
		height: auto;
	}
	.footer-nav ul {
		width: 100%;
	}
	.footer-nav li {
		float: none;
	}
	label {
		width: auto;
	}
	input[type="text"],input[type="email"] {
		width: 94%;
	}
	textarea {
		width: 94%;
	}
	
}

/*-------------------------------------------
aside
-------------------------------------------*/
#sub .side-title {
font-size: 1.125rem;
font-weight: bold;
margin-bottom: 30px;
}
.news-archive {
text-align: center;
margin-bottom: 60px;
}
.news-archive ul {
border-bottom: solid  1px #777;
}
.news-archive li {
font-size: 0.875rem;
border-top: solid  1px #777;
padding: 20px;
text-align: left;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
/*-------------------------------------------
aside
-------------------------------------------*/
#main {
	float: none;
	width: 100%;
}
#sub {
	width: 100%;
	padding: 0;
}
}

/*-------------------------------------------
wp
-------------------------------------------*/
.entry-header h1 {
	clear: both;
	margin-bottom: 15px;
	padding: 7px 15px;
	background: none !important;
	border: none !important;
	border-bottom: solid 1px #515151 !important;
	font-size: 18px !important;
}
.entry-header h1::first-letter {
    background: url(../images/common/icon_h2.png) bottom left no-repeat !important;
    background-size: 24px !important;
    padding-left: 34px !important;
}
.entry-header h2 {
	background: none !important;
	border: none !important;
	border-bottom: solid 1px #515151 !important;
	font-size: 18px !important;
}
.entry-header h2::first-letter {
    background: url(../images/common/icon_h2.png) bottom left no-repeat !important;
    background-size: 24px !important;
    padding-left: 34px !important;
}

.entry-title a {
	text-decoration: none;
}

.entry-footer {
	font-size: small;
}
.entry-footer .byline, .entry-footer .cat-links { display: none !important;}

.nav-links .post-title {
	font-size: 16px;
}
.archive .page-header {
	display: none;
}
.entry-content p, .entry-summary {
	font-family: 'Noto Serif JP', serif !important;
}