@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	line-height: 1.6;
	font-size: 14px;
	font-family:"a-otf-futo-min-a101-pr6n","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
}
a {
	color:inherit;
	text-decoration: none;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
h1, h2, h3 {
	text-align: center;
}
header {
	padding: 20px 0;
	text-align: center;
}
.sp{display:none !important;}
.navi {
	display: inline-block;
    list-style: none;
    overflow: hidden;
	margin: auto;
}

.navi li {
    float: left;
	margin: 0 10px;
}
.navi .hatena {
	width:32px;
}
.navi .fb {
	width:30px;
}
.navi .insta {
	width:30px;
}
.navi .tw {
	width:30px;
}
.navi li a {
	font-size: 24px;
	text-decoration: none;
	color: #000;
}
.navi li a img {
	width: 100%;
	display: block;
}
.navi li a:hover {
	color: #c9a063;
}
#attention {
	width: 100%;
	height: auto;
    text-align: center;
	position: relative;
}
#attention .inBox {
    max-width: 800px;
	padding: 0 0 20px;
}

.mainImg {
	width: 100%;
	height: 80vh;
	background-image: url(../img/top/topimg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#consept {
	color: #f1ecde;
	text-align: center;
	padding: 100px 0;
	background-color: #57554c;
}

#menu {
	text-align: center;
	padding: 60px 0;
	background-color: #f1ecde;
}
.iconwrap {
	display: none;
}

@media screen and (max-width: 768px) {
	.iconwrap {
		position: absolute;
		top: 20px;
		left:50%;
		transform: translateX(-50%);
		display: flex;
		justify-content: space-between;
		width: 225px;
		margin-left:auto;
		margin-right:auto;
	}
	.iconwrap li {
		width: 40px;
		list-style-type: none;
	}
	.iconwrap li a img {
		display: block;
		width: 100%;
	}
}
#shopinfo {
	padding: 60px 0;
}

#contact {
	padding: 60px 0;
	background-image: url(../img/contact/contact_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inBox {
	max-width: 1100px;
	margin: auto;
}

.menu2 {
	width:80%;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:60px;
}
@media screen and (max-width: 768px) {
	.menu2 {
		width: 100%;
	}
}
.menu2 img {
	display: block;
	width:100%;
}

.mainImg h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -321px;
}

#consept h2 {
	font-size: 68px;
	margin-bottom: 60px;
}
#consept p {
	font-size: 20px;
	line-height: 2.2;
}

h3 {
	font-size: 48px;
	color: #827872;
	margin-bottom: 40px;
}
#shopinfo .inBox {
	padding: 50px 0;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}
#shopinfo .inBox.noTopBdr {
	border-top:none;
}
#shopinfo .left {
	width: 54%;
	float: left;
}
#shopinfo .right {
	width: 43%;
	float: right;
	/*margin-left: 40px;*/
}
#shopinfo .left img {
	width: 100%;
}
#shopinfo .right p {
	line-height: 2.0;
}
#shopinfo .right div {
	line-height: 2.0;
}
#shopinfo h4 {
	font-size: 20px;
	margin-bottom: 30px;
}
#shopinfo p {
	margin-bottom: 40px;
}
.map {
	padding: 6px 18px;
	text-decoration: none;
	color: #fff;
	background-color: #bc9b25;
}
#contact .inBox {
	text-align: center;
}
#contact iframe {
	width:100%; height:710px;
}

footer {
	text-align: center;
	padding: 20px 0;
}

@media screen and (max-width: 768px) {
	.pc{display:none !important;}
	.sp{display:block !important;}

	* {
		font-size: 16px;
	}

	.navi li a {
		font-size: 16px;
	}

    #attention .inBox {
		width:100%;
		height: auto;
		position: relative;
        margin: auto;
	}
    .mainImg h1 {
		width:300px;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -60px;
		margin-left: -150px !important;
		text-align: center;
}
	.mainImg h1 img {
		width:100%;
		height: auto;
}
	#consept {
		position: relative;
	}
	#consept .blog {
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -70px;
	}
	#consept .facebook {
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: 50px;
	}
	#consept h2 {
	font-size: 48px;
	margin-bottom: 60px;
		padding:0 20px;
}
	#consept p {
	font-size: 16px;
	line-height: 2.20;
}


	.inBox {
	max-width: 90%;
	margin: auto;
}
	#shopinfo .left {
		width: 100%;
	}
	#shopinfo .left img {
	width: 100%;
	float: none;
}
	#shopinfo .right {
		width: 100%;
	float: none;
	margin-left: 0px;
		margin-top: 30px;
}
	#contact .inBox {
		max-width: 100%;
	}
	#contact iframe {
	width:100%; height:820px;
}
	.map {
		display: block;
	padding: 6px 18px;
		margin: 10px 0;
		text-align: center;
	color: #fff;
	background-color: #bc9b25;
}
}

#menu .details{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-feature-settings: "palt";
}
#menu .details .item{
	background: #fff;
	text-align: left;
	padding: 0 25px 50px;
}
#menu .details .item:not(:last-child){
	margin-right: 28px;
}
#menu .details .item1, #menu .details .item3{
	background: #fff;
	background-image: url(../img/logo_menu.png);
	background-repeat: no-repeat;
	background-position: center bottom 30px;
}
#menu .details .item .label{
	font-size: 38px;
	font-style: italic;
	padding-top: 10px;
	/*font-family: "Hiragino Mincho ProN";*/
}
#menu .details .item .label span{
	font-size: 24px;
	padding-left: 10px;
}
#menu .details .item .img{
	padding: 16px 0;
}
#menu .details .item .img img{
	width: 100%;
}
#menu .details .item table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	white-space: nowrap;
}
#menu .details .item th, #menu .details .item td, #menu .details .item td span {
	padding: 0.1em 0;
	font-weight: bold;
	font-size: 13px;
	color: #54504e;
	font-family: "Meiryo", sans-serif;
}
#menu .details .item td {
	background: url("../img/dot.png") 0 50% repeat-x;
	background-size: 4.4%;
}
#menu .details .item td + td {
	text-align: right;
}
#menu .details .item td .olive{
	/*color: #d9b63b;*/
	color: rgb(208, 188, 48);
}
#menu .details .item td span{
	background: #fff;
}
#menu .details .item td small{
	font-size: 9px;
}
#menu .details .item td span.sub{
	padding-left: 50px;
}
#menu .details .item td span.sub1{
	padding-left: 15px;
}
@media screen and (max-width: 1105px) {
	#menu .details .item{
		padding: 0 2.3% 50px;
	}
	#menu .details .item th, #menu .details .item td, #menu .details .item td span{
		font-size: 1vw;
		/*font-size: 0.9em;*/
	}
}
/*@media screen and (max-width: 805px) {
	#menu .details .item td small{
		font-size: 8px;
	}
}*/

@media screen and (max-width: 768px) {
	#menu .details{
		display: block;
	}
	#menu .details .item{
		padding: 0 15px 30px;
	}
	#menu .details .item:not(:last-child){
		margin-right: 0;
		margin-bottom: 20px;
	}
	#menu .details .item th, #menu .details .item td, #menu .details .item td span {
		font-size: 12px;
	}
}
@media screen and (max-width: 345px) {
	#menu .details .item td small{
		font-size: 8px;
	}
}

#contact .form {
	display: block;
	width: 264px;
	height: 56px;
	background: #655f5b;
	border: 1px solid #655f5b;
	text-align: center;
	color: #FFF;
	line-height: 56px;
	margin: 25px auto;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
	font-weight: bold;
	transition: .6s;
}
#contact .form:hover {
	color: #655f5b;
	background:none;
	transition: .3s;
}
#contact p {
	width: 100%;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	line-height: 2;
	font-size:14px;
}
#contact p span {
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	#contact p,#contact span {
		font-size: 16px;
	}
	#contact .form:hover {
		color: #FFF;
		background: #655f5b;
		transition: inherit;
	}
}
.hidden {
	visibility: hidden;;
}
