@charset "utf-8";
/* top.css */

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/


/*　トップページ 共通設定
////////////////////////////////////////////////////*/
/*　MV
////////////////////////////////////////////////////*/
.main_visual {
	background: url("../common/img/bg_mv.jpg") center;
	background-size:cover;

}
.mv_inr {
	max-width: 1020px;
	height: 720px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv_tx {
	width: 540px;
	margin-top: -230px;	
}
.mv_tx img {
	width: 100%;
}

.concept {
	background:url("../common/img/bg_img01.jpg") no-repeat;
	background-size: cover;
	text-align: center;
}
.menu {
	background:url("../common/img/bg_img02.jpg") no-repeat;
	background-size: cover;
	text-align: center;
}

.shop {
	background:url("../common/img/bg_img03.jpg") no-repeat;
	background-size: cover;
	text-align: center;
}
.contact {
	background:url("../common/img/bg_img04.jpg") no-repeat;
	background-size: cover;
	text-align: center;
}

.map_box {

	margin-top: 0px;
	max-height: 500px;
}
.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}
	 
	.map iframe,
	.map object,
	.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 500px;
	}
.concept .ttl_icon {
	width: 75%;
}
.menu_box {
	max-width: 960px;
	margin: 0 auto 40px;
	background:#F7EDDC;
	
	padding: 20px 0;
}
.menu_box h4 {
	font-size: 2.6rem;
	text-align: left;
	margin-bottom: 10px;
}
.menu_box h4 span {
	font-size: 1.6rem;
}
.menu_box ul {
	text-align: left;
	padding-left: 1em;
}
.shop_box {
	color: #fff;
}
.shop_box dl {
	overflow: hidden;
	text-align: left;
	padding-left: 2em;
}
.shop_box dt {
	float: left;
	padding: 0 0 0 1em;
	width: 8em;
}
.shop_box dd {
	border-bottom: 1px solid #fff;
	margin: 0 0 1em;
	padding: 0 0 1em 8em;
}
.sns {
	margin-top: 60px;
	color: #fff;
	font-size: 2.0rem;
}
.sns h4 {
	letter-spacing: .3em;
}
.sns .col2 {
	margin-top: 40px;
	justify-content: center;
}
.sns .inr_box {
	width: 20%;
}
.sns img {
	width: 80px;
	image-rendering: -webkit-optimize-contrast;
}
.cnt_ttl {
	font-size:2.4rem;
	letter-spacing: .3em;
}
.cnt_ttl-end {
	margin-bottom: 40px;
}
.tel_box {
	color: #fff;
	margin: 40px auto;
	width: 60%;
	padding: 1.5em 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: rgba(0, 0, 0, 0.5);
	font-size: 2.2rem;
	letter-spacing: .3em;
}
.tel_box a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #fff;
	font-size: 5.0rem;
	
	}
.tel_box a.cnt_tel:before {
	content:"";
	display: inline-block;
	background: url("../common/img/icon_tel.svg") no-repeat 0 0px;
	width: 50px;
	height: 50px;
	background-size: cover;
	margin-right: .3em;
	vertical-align: middle;
	position: relative;
	top: -6px;

}
/*　form
////////////////////////////////////////////////////*/
.contact {
}
.contact p {
	text-align: center;
	color: #fff;
}
.form_box {
	max-width: 780px;
	margin: 40px auto 0;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.form_box table {
	border-collapse: collapse;
}
.form_box table,
.form_box th,
.form_box td {
	box-sizing: border-box;
	color: #fff;

}
.att {
	color:#e60012;
	padding-left: 200px;
}
.form_box td {
}
table.mailform tr th span {
	font-size: 1.4rem;
}
table.mailform tr th span.th_sub {
	font-size: 1.2rem;
	color: #000;
}
.form_box td input,
.form_box textarea,
.form_box select {
	padding: .5em;
}
.form_box select {
	background: #ffff;
	font-size: 1.4rem;
}
::placeholder {
	color: #ccc;
	font-size: 1.4rem;
}

.option_list {
	margin: 20px 0 40px;
}
.option_list.first {
	font-size: 2.0rem;
}
.option select {
	background: #f5f5f5;
	padding: .5em;
	position: relative;
}

.radio label {
	display: block;
	margin:5px 0;
}
.send_btn {
	text-align: center;
}
.send_btn input {
	width: 200px;
	padding: 1em;
	margin: 0 20px;
	border:none;
}
.send_btn input.send {
	background:none;
	border:1px solid #fff;
	color: #fff;
	margin: 40px 10px;
	-webkit-appearance: none;
	border-radius: 0;
}
.send_btn input.reset {
	background:none;
	border:1px solid #fff;
	color: #fff;
	margin: 40px 10px;
	-webkit-appearance: none;
	border-radius: 0;
}
.form_box a.btn.back {
	color: #fff;
}
.form_box a.btn.back:hover {
	color: #9E5D11;
}
/*　新着情報設定
////////////////////////////////////////////////////*/

@media screen and (max-width: 768px) {
	.main_visual {

	}
	.mv_tx {
		width: 80%;
		margin-top: -80px;
	}
	.mv_tx_sp {
		display: block;
	}
	.mv_tx_sp img {
		width: 60%;
	}
	.mv_inr {
		padding: 20px 20px 0;
		height: 230px;
		background-size: 45%;
	}
	.concept {
		background:url("../common/img/bg_img01-sp.jpg") no-repeat center;
		background-size: 200%;

	}
	.shop {
		background:url("../common/img/bg_img03-sp.jpg") no-repeat center;
		background-size: 200%;
	}
	.concept .inr_box:first-child {
		margin-bottom: 20px;
	}
	.menu .menu_box.col2 {
		display: flex;
		flex-flow:column;
	}
	.menu .menu_box.col2 .inr_box.sp_first {
		order:2;
		margin-top: 20px;
	}
	.menu_box {
		max-width: 960px;
		margin: 0 auto 40px;
		background:#F7EDDC;
		
		padding: 20px 0;
	}
	.menu_box h4 {
		font-size: 1.8rem;
		text-align: left;
	}
	.menu_box h4 span {
		font-size: 1.2rem;
	}
	.menu_box ul {
		text-align: left;
		padding-left: .5em;
		font-size: 1.4rem;
	}
	.shop_box {
		color: #fff;
	}
	.shop_box dl {
		overflow: hidden;
		text-align: left;
		padding-left: 0em;
	}
	.shop_box dt {
		float: none;
		padding: 0 0 0 1em;
		width: 100%;
	}
	.shop_box dd {
		border-bottom: 1px solid #fff;
		margin: 0 0 1em;
		padding: 0 0 1em 1em;
	}
	.menu_box .col2,
	.sns .col2 {
		display: flex;
	}
	.menu_box {
		padding: 20px;
	}
	.sns .inr_box {
		width: 33%;
	}
	
	.map_box {
		margin-top: 0px;
	}
	.map {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		}
		 
		.map iframe,
		.map object,
		.map embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}	
	
	/*　form
	////////////////////////////////////////////////////*/
	.contact {
	}
	.contact .cnt_ttl  {
		font-size: 1.7rem
	}
	.contact p {
		font-size: 1.4rem;
	}
	.tel_box {
		width: 80%;
		font-size: 1.6rem;
		letter-spacing: .0em;
	}
	.tel_box a[href*="tel:"] {
		pointer-events: auto;
		cursor: default;
		text-decoration: auto;
		color: #fff;
		font-size: 2.6rem;
		
		}
	.tel_box a.cnt_tel:before {
		content:"";
		display: inline-block;
		background: url("../common/img/icon_tel.svg") no-repeat 0 0px;
		width: 24px;
		height: 24px;
		background-size: cover;
		margin-right: .3em;
		vertical-align: middle;
	
	}
	.form_box {
		max-width: 780px;
		margin: 40px auto 0;
		box-sizing: border-box;
		font-size: 1.4rem;
	}
	form#mailform {
		padding: 0 !important;
	}
	.form_box table {
		border-collapse: collapse;
	}
	.form_box th,
	.form_box td {
		display: block;
	}
	.form_box th,
	.form_box td input[type="text"],
	.form_box td input:not([type="radio"]),
	.form_box td textarea,
	.option_list textarea {
		width: 100% !important;
		box-sizing:border-box;
	}
	.form_box label {
	}
	.form_box .mailform th {
		padding: 0;
	}
	.form_box th {
		font-weight: 900 !important;
	
	}
	.att {
		color:#e60012;
		padding-left: 200px;
	}
	.form_box td {
	}
	table.mailform tr th span {
		font-size: 1.4rem;
	}
	table.mailform tr th span.th_sub {
		font-size: 1.2rem;
		color: #000;
	}
	.form_box td input,
	.form_box textarea,
	.form_box select {
		padding: .5em;
	}
	.form_box select {
		background: #ffff;
		font-size: 1.4rem;
	}
	::placeholder {
		color: #ccc;
		font-size: 1.4rem;
	}
	
	.option_list {
		margin: 20px 0 00px;
	}
	.option_list.first {
		font-size: 2.0rem;
	}
	.option select {
		background: #f5f5f5;
		padding: .5em;
		position: relative;
	}
	
	.radio label {
		display: block;
		margin:5px 0;
	}
	.send_btn {
		text-align: center;
	}
	.send_btn input {
		width: 280px;
		padding: 1.5em 0;
		margin: 0 20px;
		border:none;
	}
	.send_btn input.send {
		margin: 40px 0 20px;
	}
	.send_btn input.reset {
		margin-top:10px;
	}
}