@charset "utf-8";

/****************************
 common
****************************/
* {
	font-family: "Noto Sans JP";
	color: #434343;
}
.wrap1024 {
	max-width: 1024px;
	width: 90%;
	margin: auto;
}
.clearfix::after {
	display: table;
	content: "";
	clear: both;
}
a {
	-webkit-transition: .3s;
	transition: .3s;
	color: #2892ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	-webkit-transition: .3s;
	transition: .3s;
}

@media (max-width: 768px) {
	.textarea p {
		font-size: 14px;
		line-height: 1.4;
	}
	.btn_more a {
		font-size: 13px;
		padding: 15px 0;
	}
}

/****************************
 header
****************************/
.full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    margin: 0;
}
.full div.img01 {
    background-image: url(../images/img01.jpg);
}
#gnav {
	display: none;
	background: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 20;
	width: 100%;
	padding: 50px 0;
}
#gnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gnav li {
	text-align: center;
}
#gnav a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	color: #715333;
}
#gnav a:hover {
	color: #434343;
}
#gnav li + li {
	margin-top: 20px;
}
.sp_menu {
	display: block;
	float: right;
	background: rgba(255,255,255,0.8);
	width: 50px;
	top: 20px;
	right: 10px;
	position: fixed;
	z-index: 21;
	height: 45px;
}
.sp_menu:hover {
	cursor: pointer;
}
.sp_menu .border {
	position: absolute;
	width: 30px;
	height: 2px;
	background: #5c485e;
	left: 10px;
	transition: all .4s;
}
.sp_menu .border:nth-child(1) {
	top: 12px;
}
.sp_menu .border:nth-child(2) {
	top: 21px;
}
.sp_menu .border:nth-child(3) {
	top: 30px;
}
.sp_menu .text::before {
	display: block;
	text-align: center;
	color: #3e2840;
	font-size: 14px;
	margin-top: 23px;
}
.sp_menu.open .text::before {
	content: "";
}
.sp_menu.close .text::before {
	content: "close";
}
.sp_menu.close .border:nth-child(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
	top: -7px;
}
.sp_menu.close .border:nth-child(2) {
	opacity: 0;
}
.sp_menu.close .border:nth-child(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
	top: 33px;
}
#slideshow {
	position: relative;
}
#logo {
	position: absolute;
	z-index: 10;
	top: 50px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
#logo img {
	width: 100%;
}
@media (max-width: 768px) {
	.full div {
		height: 50vh;
	}
}

/****************************
 title
****************************/
.top_section h2 {
	font-size: 33px;
	color: #715333;
	text-align: center;
	font-weight: bold;

}
@media (max-width: 1024px) {
	.top_section h2 {
		font-size: 23px;
	}
}

/****************************
 main
****************************/
.top_section {
	margin-top: 70px;
}
/* PR */
#pr .img {
	width: 400px;
	float: left;
}
#pr .textarea {
	width: calc(100% - 450px);
	float: right;
	margin-top: 30px;
}
#pr .textarea p {
	font-size: 18px;
	line-height: 2;
}
#pr .mark {
	background: linear-gradient(transparent 75%, #f5c084 25%);
	font-weight: bold;
}
@media (max-width: 1024px) {
	#pr .textarea {
		margin-top: 0;
	}
	#pr .textarea p {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	#pr .img {
		float: none;
		width: 100%;
		text-align: center;
	}
	#pr .img img {
		max-width: 450px;
		width: 100%;
	}
	#pr .textarea {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}
}

/* メニュー */
#menu {
	padding: 50px 30px;
	background-color: #f6efe7;
}
#menu h2 {
	margin-bottom: 30px;
}
.clm2 .menu_text {
	background-color: #fff;
	float: left;
	width: calc(100% - 500px);
	padding: 30px 80px;
}
.clm2 .menu_img {
	float: right;
}
.clm2 .menu_img .img_cap {
	font-size: 14px;
	text-align: center;
}
.clm2 {
	margin-bottom: 70px;
}
.clm2 + .clm2 .menu_text {
	float: right;
}
.clm2 + .clm2 .menu_img {
	float: left;
}
.clm3 {
	float: left;
	width: calc((100% - 40px) / 3);
}
.clm3 + .clm3 {
	margin-left: 20px;
}
.clm3 .menu_text {
	background-color: #fff;
	padding: 30px;
}
.menu_text p {
	font-size: 14px;
	text-align: right;
}
.menu_text dl {
	line-height: 2;
}
.menu_text dt {
	font-size: 15px;
	float: left;
}
.menu_text dd {
	font-size: 16px;
	text-align: right;
}
@media (max-width: 1200px) {
	.clm2 .menu_text {
		padding: 30px;
	}
}
@media (max-width: 1024px) {
	.clm2 .menu_text, .clm2 + .clm2 .menu_text {
		float: none;
		margin: 30px auto 0;
		width: 100%;
	}
	.clm2 .menu_img, .clm2 + .clm2 .menu_img {
		float: none;
		text-align: center;
	}
	.clm2 .menu_img img, .clm2 + .clm2 .menu_img img {
		max-width: 450px;
		width: 100%;
	}
	.clm3 {
		float: none;
		width: 100%;
		margin: auto;
	}
	.clm3 + .clm3 {
		margin-top: 70px;
		margin-left: 0;
	}
	#instagram h2 img {
		width: 100px;
	}
}
@media (max-width: 720px) {
	.clm2 .menu_img .img_cap {
		font-size: 12px;
		text-align: right;
	}
}

/* 店舗情報 */
.shop_tit {
	float: left;
	width: 200px;
	margin-top: 40px;
	background: url(../images/shop_tit.png) no-repeat;
}
.shop_tit h2 {
	text-align: center;
	padding: 200px 0 0;
}
#shop ul {
	float: right;
	width: calc(100% - 300px);
	list-style: none;
	margin: 0;
	padding: 0;
}
#shop ul li {
	border-bottom: #ccc 1px dotted;
	padding: 10px;
}
#shop li:first-child {
	border-top: #ccc 1px dotted;
}
#shop li .tit {
	font-size: 15px;
	width: 100px;
	float: left;
	font-weight: bold;
	padding: 0 10px;
	line-height: 1.8;
}
#shop li .txt {
	font-size: 15px;
	width: calc(100% - 120px);
	float: right;
	padding: 0 10px;
	line-height: 1.8;
}
#shop li::after {
	content: "";
	display: block;
	clear: both;
}
#shop li br {
	display: none;
}
@media (max-width: 1024px) {
	.shop_tit {
		width: 150px;
		background-size: 150px;
	}
	.shop_tit h2 {
		padding: 150px 0 0;
	}
	#shop ul {
		width: calc(100% - 200px);
	}
	#shop li .tit, #shop li .txt {
		font-size: 13px;
	}
}
@media (max-width: 768px) {
	.shop_tit {
		float: none;
		background: none;
		width: 100%;
	}
	.shop_tit h2 {
		padding: 0;
	}
	#shop ul {
		float: none;
		width: 100%;
	}
	#shop li br {
		display: block;
	}
}
@media (max-width: 480px) {
	#shop li .tit, #shop li .txt {
		float: none;
		width: 100%;
	}
}

/* アクセス */
#access iframe {
	width: 100%;
	height: 300px;
}

/* PAGE TOP */
#pagetop {
	margin: 30px;
	text-align: center;
}

/****************************
 footer
****************************/
footer {
	background-color: #594e41;
	padding: 30px 0 0;
}
#f_logo {
	float: left;
}
#f_logo img {
	width: 150px;
}
#f_info {
	float: left;
	margin-left: 30px;
}
#f_info p {
	color: #fff;
	line-height: 1.9;
	margin: 0;
	font-size: 14px;
}
#f_info p a {
	color: #fff;
}
#f_sns {
	float: right;
}
#f_sns li {
	float: left;
	list-style: none;
	margin-right: 20px;
}
#copyright {
	clear: both;
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 20px 0;
	color: #818181;
}
@media (max-width: 768px) {
	#f_logo {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	#f_info {
		float: none;
		text-align: center;
		margin: 0;
	}
	
}