@charset "utf-8";

body {
	color: #1e0e06;
	font-size: 18px;
	line-height: 1.75;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	text-align: left;
	background: #ffffff;
}

.sp_btn {
	display: none;
}

.show_sp {
	display: none;
}

img {
	max-width: 100%;
}

iframe {
	max-width: 100%;
	vertical-align: bottom;
}

header {
	position: relative;
}

.main_visual_wrapper {
	overflow: hidden;
}

.main_visual {
	width: 1200px;
	height: 770px;
	position: relative;
	margin: 0 auto;
}

.main_visual .mv {
	width: 1920px;
	position: absolute;
	left: -360px;
	top: 0;
}

.main_visual_sp {
	display: none;
}

.site_header_wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.site_header {
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header .right {
	display: flex;
	align-items: center;
}

.site_header .right .tel {
	margin-right: 15px;
}

.site_header .right .line {
	margin-right: 15px;
}

.bg01 {
	background: url(../images/omakase_bg.jpg) no-repeat;
	background-position: center bottom;
}

.bg02 {
	padding: 60px 0;
}

.bg03 {
	padding: 60px 0;
	background: #309631;
}

.bg04 {
	padding: 60px 0;
	background: #def3ca;
}

.campaign {
	max-width: 867px;
	margin: 60px auto;
}

.campaign .mid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0 0;
	background: url(../images/campaign_mid.png) no-repeat;
	background-size: 100% 100%;
}

.onayami_wrapper {
	background: url(../images/onayami_bg.png) no-repeat;
	background-position: center top;
	height: 1093px;
}

.onayami {
	max-width: 1200px;
	margin: 0 auto;
	padding: 45px 0 0;
}

.onayami .sp {
	display: none;
}

.omakase {
	text-align: center;
	padding: 15px 0 30px;
}

.midashi {
	margin: 0 0 60px;
	text-align: center;
}

.kouka_txt {
	max-width: 1000px;
	margin: 15px auto 0;
}

.voice {
	max-width: 1100px;
	margin: 0 auto 30px;
	padding: 30px;
	background: #ffffff;
	border-radius: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.voice:last-child {
	margin: 0 auto;
}

.voice .cont {
	width: 770px;
}

.voice .name {
	margin: 0 0 15px;
}

.riyuu {
	max-width: 1160px;
	margin: 0 auto 30px;
	padding: 0 0 30px;
	display: flex;
	justify-content: space-between;
	border-bottom: #7a7a7a 2px dotted;
}

.riyuu:last-child {
	border-bottom: none;
	margin: 0 auto;
	padding: 0;
}

.riyuu .cont {
	width: 820px;
}

.riyuu .ti {
	margin: 0 0 30px;
}

.aisatsu {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.aisatsu .cont {
	width: 360px;
}

.aisatsu .ti {
	margin: 0 0 30px;
}

.aisatsu .sub {
	margin: 0 0 30px;
}

.aisatsu .image {
	margin: 0 0 5px;
}

.aisatsu .name {
	width: 300px;
	text-align: center;
}

.aisatsu .txt {
	width: 740px;
}

.flow {
	max-width: 1000px;
	margin: 0 auto;
	padding: 25px;
	background: #ffffff;
	border-radius: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.flow .cont {
	width: 640px;
}

.flow .ti {
	margin: 0 0 15px;
}

.flow_arrow {
	text-align: center;
	margin: 30px 0;
}

.flow_txt {
	max-width: 1000px;
	margin: 30px auto 0;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.faq {
	max-width: 1100px;
	margin: 0 auto 30px;
	padding: 30px;
	background: #ffffff;
	box-sizing: border-box;
}

.faq .q {
	background: url(../images/faq_q.png) no-repeat;
	background-position: left center;
	padding: 20px 0 20px 60px;
	font-size: 28px;
	border-bottom: #7a7a7a 2px dotted;
}

.faq .a {
	background: url(../images/faq_a.png) no-repeat;
	background-position: left center;
	padding: 20px 0 20px 60px;
}

.price {
	max-width: 1100px;
	margin: 0 auto;
	color: #ffffff;
}

.price .sub {
	margin: 30px 0 15px;
	font-size: 120%;
	font-weight: bold;
}

.price_list {
	width: 100%;
}

.price_list th {
	width: 70%;
	padding: 15px;
	text-align: left;
	border: #ffffff 1px solid;
	background: #def3ca;
	color: #1e0e06;
}

.price_list td {
	padding: 15px;
	text-align: right;
	border: #ffffff 1px solid;
	background: #ebede9;
}

.site_footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.site_footer .cont {
	width: 650px;
}

.site_footer .cont .ti {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 15px;
}

.site_footer .cont .right {
	text-align: center;
}

.site_footer .cont .tel {
	margin: 0 0 10px;
}

.site_footer .info {
	display: flex;
	margin: 0 0 15px;
	text-align: center;
}

.site_footer .info .time {
	margin-right: 20px;
}

.site_footer .info .icon {
	display: inline-block;
	background: #462210;
	color: #ffffff;
	padding: 2px 10px;
	margin-right: 0.5em;
	font-size: 16px;
}

.site_footer .address {
	margin: 0 0 15px;
}

.site_footer .root {
	margin: 0 0 15px;
}

.site_footer .root .ti {
	margin: 0 0 5px;
}

.site_footer .root .ti .icon {
	display: inline-block;
	background: #269428;
	color: #ffffff;
	padding: 2px 10px;
	font-size: 16px;
}

.map {
	width: 100%;
	height: 360px;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.red {
	color: #ff0000;
}

#lisence {
	background: #309631;
	color: #ffffff;
	text-align: center;
	padding: 5px 0;
	font-size: 16px;
}
