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

* {
	padding: 0;
	margin: 0;
}

#top {
	padding-top: 100px;
}

section.bg {
	width: 100%;
	background-color: rgba(211,187,144,0.4);
}

#top_mv {
	display: block;
	height: 720px;
	position: relative;
}

#top_mv_sp {
	display: none;
}

.top_mv {
	width: 1084px;
	height: 694px;
	margin: 0 auto;
}

.swiper {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #604C3F !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
}

.top_mv_bg {
	width: 100%;
	height: 80px;
	background-color: rgba(211,187,144,0.4);
	position: absolute;
	bottom: 0;
	z-index: -1;
}


/**/

.title_block {
	width: 530px;
	margin: 0 auto;
	padding-bottom: 15px;
	border-bottom: dashed 2px #fff;
	margin-bottom: 30px;
}

.text {
	text-align: center;
	line-height: 36px;
	letter-spacing: 1px;
}

.box {
	width: 705px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.3);
	margin: 30px auto;
	padding: 50px 0;
}

.top_info_block {
	width: 1080px;
	margin: 0 auto;
	padding: 80px 0 50px 0;
}

.top_info_block li {
	width: 322px;
	float: left;
	padding-right: 57px;
}

.top_info_block li:last-child {
	padding-right: 0;
	float: right;
}


/**/


.top_news {
	width: 830px;
	margin: 0 auto;
	padding: 50px 0;
}

.title_block_news {
	margin-bottom: 20px;
}

.title_block_news p {
	color: #C1B494;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 10px;
}

.post {
	width: 830px;
	margin: 0 auto;
	padding:20px 0 0 0;
	border-bottom:1px dotted #C1B494;
	margin-bottom: 30px;
}

.post_contents {
	width: 830px;
	padding: 20px 0;
	border-top:1px dotted #C1B494;
}

.time {
	padding:0 50px 0 20px;
}

.button,.button_insta {
	width: 220px;
	background-color: #C1B494;
	margin: 0 auto;
	border: 1px solid #C1B494;
	margin-top: 50px;
	letter-spacing: 2px;
}

.button:hover,.button_insta:hover {
	width: 220px;
	background-color: #fff;
	color: #C1B494;
	transition: 0.2s;
}

.button p,.button_insta p {
	padding: 10px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	text-align: center;
	color: #fff;
	font-weight: bold;
	
}

.button p:hover,.button_insta p:hover {
	color: #C1B494;
}


/**/

section.bg2 {
	width: 100%;
	background-color: #C1B494;
	padding: 80px 0;
}

.title_block_menu {
	margin-bottom: 40px;
}

.title_block_menu p {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 10px;
}

.price_bg {
	width: 832px;
	height: 429px;
	background:url("../img/bg_2.png");
	margin: 0 auto;
}

.new_price {
	width: 336px;
	height: 31px;
	background: url("../img/bg.png");
	margin: 0 auto;
	margin-bottom: -18px;
}

.new_price p {
	text-align: center;
	font-size: 20px;
	padding-top: 1px;
	color: #C1B494;
	font-weight: bold;
}

ul.price_info {
	width: 600px;
	font-size: 18px;
	color: #fff;
	padding:65px 0 5px 0;
	margin: 0 auto;
}

ul.price_info li {
	padding-bottom: 40px;
}

p.icon {
	width: 27px;
	height: 27px;
	background: url("../img/price_item.png");
	margin-right: 8px;
}

p.name {
	width: 480px;
	display:flex;
	align-items:center;
}

p.name:after {
	margin-left:20px;
	border-top:1px dotted#fff;
	content:"";
	flex-grow:1;
}

.button_price {
	width: 220px;
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #fff;
}

.button_price:hover {
	width: 220px;
	border: 1px solid #fff;
	background-color: #C1B494;
	color: #C1B494;
	transition: 0.2s;
}

.button_price p {
	padding: 10px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	text-align: center;
	color: #C1B494;
	font-weight: bold;
	
}

.button_price p:hover {
	color: #fff;
}


/**/

.menu_info {
	width: 1080px;
	margin: 0 auto;
}

.menu_info li {
	width: 503px;
	float: left;
}

.menu_info li:last-child {
	float: right;
}

.menu_info li p {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	letter-spacing: 1px;
}


/**/

.top_reservation {
	width: 1080px;
	height: 275px;
	margin: 0 auto;
	padding: 20px 0 50px 0;
	clear: both;
}

.reservation_left {
	width: 540px;
	height: 275px;
	float: left;
	background-color: #C1B494;
}

.reservation_left p.line_img {
	width: 120px;
	margin: 0 auto;
	padding: 66px 0 10px 0;
}

.reservation_right {
	width: 540px;
	height: 275px;
	float: right;
	background-color:rgba(193,180,148,0.8);
}

.reservation_right p.mail_img {
	width:89px;
	margin: 0 auto;
	padding: 90px 0 10px 0;
}

.reservation_left p,.reservation_right p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
}

.bannr {
	width: 1081px;
	height: 320px;
	margin: 0 auto;
	margin-top: 50px;
	background: url("../img/bannr.jpg");
}


.title_block_instagram {
	margin:50px 0 55px 0;
}

.title_block_instagram p {
	color: #C1B494;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 10px;
}


.title_block_instagram ui li a:hover{
	opacity: 0.7;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.instagram {
	width: 845px;
	margin: 0 auto;
}

.button_insta {
	margin-top: 30px;
}

.instagram ul li {
	width: 250px;
	float: left;
	padding-right: 45px;
	padding-bottom: 45px;
}

.instagram ul li:nth-child(3), 
.instagram ul li:nth-child(6) {
	float: right;
	padding-right: 0;
}


/* RESPONSIVE */
@media screen and (max-width: 640px) {
	
section.bg {
	width: 100%;
	background-color: rgba(211,187,144,0.4);
	padding-top: 50px;
}
	
	#top {
		padding-top: 56px;
	}
	
#top_mv {
	display: none;
}
	
#top_mv_sp {
	display: block;
	width: 100%;
	
	min-width: inherit;
	height: auto;
}
	
.your-class {
	width: 100%;
	max-width: inherit;
	height: auto;
	position:inherit;
	transform: none;
}
	

.title_block {
	width: 88%;
	margin: 0 auto;
	padding-bottom: 6px;
	border-bottom: dashed 2px #fff;
	margin-bottom: 20px;
}

.text {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	line-height: 26px;
	letter-spacing: 1px;
	font-size: 12px;
}

.box {
	width: 90%;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.3);
	margin: 20px auto;
	padding: 20px 0;
}

.top_info_block {
	width: 60%;
	margin: 0 auto;
	padding: 30px 0 20px 0;
}

.top_info_block li {
	width: 100%;
	float: none;
	padding-right: 0;
	padding-bottom: 25px;
}

.top_info_block li:last-child {
	padding-right: 0;
	float: none;
}


/**/


.top_news {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}

.title_block_news {
	margin-bottom: 20px;
}

.title_block_news p {
	color: #C1B494;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 10px;
}

.post {
	width: 100%;
	margin: 0 auto;
	padding:20px 0 0 0;
	border-bottom:1px dotted #C1B494;
	margin-bottom: 30px;
}

.post_contents {
	width: 100%;
	padding: 10px 0 15px 0;
	border-top:1px dotted #C1B494;
}

.time {
	width: 100%;
	padding:0;
	font-size: 12px;
}

.button {
	width: 220px;
	background-color: #C1B494;
	margin: 0 auto;
	border: 1px solid #C1B494;
	margin-top: 50px;
}

.button:hover {
	width: 220px;
	background-color: #fff;
	color: #C1B494;
	transition: 0.2s;
}

.button p {
	padding: 10px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	text-align: center;
	color: #fff;
	font-weight: bold;
	
}

.button p:hover {
	color: #C1B494;
}


/**/

section.bg2 {
	width: 100%;
	background-color: #C1B494;
	padding: 80px 0;
}

.title_block_menu {
	margin-bottom: 40px;
}

.title_block_menu p {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 10px;
}

.price_bg {
	width: 90%;
	max-width: 400px;
	height: auto;
	padding-bottom:20%;
	background:url("../img/bg_2_sp.png")no-repeat center top;
	margin: 0 auto;
	background-size: contain;
}

.new_price {
	width:75%;
	max-width: 280px;
	height: 0;
	padding-bottom:9.22%;
	background: url("../img/bg.png")center center;
	margin: 0 auto;
	margin-bottom: -18px;
	background-repeat: no-repeat;
	background-size: contain;
}

.new_price p {
	text-align: center;
	font-size: 16px;
	padding-top: 1.5%;
	color: #C1B494;
	font-weight: bold;
}

ul.price_info {
	width: 80%;
	font-size: 16px;
	color: #fff;
	padding:65px 0 5px 0;
	margin: 0 auto;
}

ul.price_info li {
	padding-bottom: 40px;
}

p.icon {
	width: 20px;
	height: 20px;
	background: url("../img/price_item.png");
	margin-right: 8px;
	background-size: cover;
	margin-top:4px;
}

p.name {
	width: 100%;
	display:inherit;
}
	
	p.name.left {
		float: none;
	}
	
	p.price.right {
		float: none;
		text-align: right;
	}


.button_price {
	width: 220px;
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #fff;
}

.button_price:hover {
	width: 220px;
	border: 1px solid #fff;
	background-color: #C1B494;
	color: #C1B494;
	transition: 0.2s;
}

.button_price p {
	padding: 10px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	text-align: center;
	color: #C1B494;
	font-weight: bold;
	
}

.button_price p:hover {
	color: #fff;
}


/**/

.menu_info {
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
}

.menu_info li {
	width: 100%;
	float: none;
	padding-bottom:20px;
}

.menu_info li:last-child {
	float: none;
}

.menu_info li p {
	font-size: 14px;
	text-align: center;
	font-weight:normal;
	padding-top: 5px;
	letter-spacing: 1px;
}


/**/

.top_reservation {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 50px 0;
	clear: both;
}

.reservation_left {
	width: 50%;
	height: 125px;
	float: left;
	background-color: #C1B494;
}

.reservation_left p.line_img {
	width: 50px;
	margin: 0 auto;
	padding: 23px 0 10px 0;
}

.reservation_right {
	width: 50%;
	height: 125px;
	float: right;
	background-color:rgba(193,180,148,0.8);
}

.reservation_right p.mail_img {
	width:50px;
	margin: 0 auto;
	padding: 31px 0 10px 0;
}

.reservation_left p,.reservation_right p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	letter-spacing: 3px;
}

.bannr {
	width:100%;
	height: auto;
	padding-bottom: 43.4%;
	margin: 0 auto;
	margin-top: 0;
	background: url("../img/bannr_sp.png")no-repeat center center;
	background-size:contain;
}
	
.title_block_instagram {
	margin:20px 0 40px;
}

.title_block_instagram p {
	color: #C1B494;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 10px;
}

.instagram {
	width: 90%;
	margin: 0 auto;
}
	
	.button_insta {
		margin-top: 30px;
		margin-bottom: 50px;
	}

.instagram ul li {
	width: 48%;
	float: left;
	padding-right: 0;
	padding-bottom: 15px;
}

.instagram ul li:nth-child(3), 
.instagram ul li:nth-child(6) {
	float:none;
	padding-right: 0;
}
	
.instagram ul li:nth-child(even) {
	float:right;
}
	
.instagram ul li:nth-child(odd) {
	float:left;
}

}

