@charset "utf-8";

#title {
	background: url("../images/title_bg-pc.jpg") no-repeat bottom center;
	background-size: cover;
}

#title .inner {
	text-align: center;
	padding: 80px 0 280px 0;
	position: relative;
}

#title .inner:before {
	content: "";
	background: url("../images/title_img1.png") no-repeat top center;
	background-size: 100% auto;
	display: block;
	width: 180px;
	height: 220px;
	position: absolute;
	left: -90px;
	top: -30px;
}

#title .inner:after {
	content: "";
	background: url("../images/title_img2.png") no-repeat top center;
	background-size: 100% auto;
	display: block;
	width: 240px;
	height: 280px;
	position: absolute;
	right: -140px;
	top: 40px;
}

#title h2 {}

#title p {
	color: #fff;
	font-size: 1.8rem;
	margin: 30px 0 0 0;
	line-height: 1.6em;
}

#service {}

#service .inner {
	text-align: center;
}

#service h2 {
	margin-bottom: 20px;
}

#service ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 930px;
	margin: 0 auto;
	position: relative;
}

#service ul:after {
	content: "";
	background: url("../images/service_img.png") no-repeat top center;
	background-size: 100% auto;
	display: block;
	width: 320px;
	height: 240px;
	position: absolute;
	right: 50px;
	bottom: 0;
}

#service ul li {
	width: 49%;
	background: url(../images/service_bg.png) bottom center no-repeat;
	background-size: 100% auto;
	padding: 3%;
	margin: 0 0 2% 0;
	/* box-shadow: 5px 5px 5px rgba(0,0,0,0.4); */
}

#service ul li h4 {
	width: 50%;
	margin: 0 auto 0 auto;
}

#service ul li h3 {
	color: #80BB3D;
	font-size: 1.8rem;
	line-height: 1.2em;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#service ul li p {
	text-align: left;
}

#sell {
	background: url("../images/bg1.png");
	padding: 80px 0;
}

#sell .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sell .tit-box {
	width: 100%;
	background: #fff;
	margin-bottom: 80px;
	position: relative;
	padding: 20px 0 20px 0;
	text-align: center;
}

#sell .tit-box:after {
	content: "";
	background: url("../images/omakase_img.png") no-repeat top center;
	background-size: 100% auto;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#sell .tit-box h2 {
	border-top: 1px solid #7fbb3d;
	color: #80BB3D;
	position: relative;
	font-size: 3.8rem;
	font-weight: bold;
	padding: 20px 0 10px 0;
}

#sell .tit-box h2:before {
	content: "";
	background: url("../images/omakase_txt.png") no-repeat top center;
	background-size: 100% auto;
	display: block;
	width: 180px;
	height: 140px;
	position: absolute;
	left: 10px;
	top: -30px;
}

#sell .tit-box h4 {
	border-bottom: 1px solid #7fbb3d;
	padding: 0 0 20px 0;
	font-weight: bold;
	font-size: 1.6rem;
}

#sell .cont-box {
	background: #fff;
	width: 49%;
	/* border: 1px solid #7fbb3d; */
	box-sizing: border-box;
	padding: 4% 2% 2% 2%;
	text-align: center;
	position: relative;
}

#sell .cont-box:before {
	content: "";
	background: url("../images/arrow2.png") no-repeat top center;
	background-size: 100% auto;
	display: block;
	width: 30px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: -60px;
	margin: 0 0 0 -15px;
}

#sell .cont-box p {
	font-size: 1.6rem;
}

#sell .cont-box p span {
	color: #7fbb3d;
}

#sell .cont-box h3 {
	width: 70%;
	margin: 2% auto 2% auto;
	border: 4px solid #7fbb3d;
	border-radius: 6px;
}

#sell .cont-box h3 span {
	background: #7fbb3d;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	padding: 4%;
	color: #fff;
	border: 4px solid #fff;
	border-radius: 6px;
}

#sell .cont-box h4 {
	color: #7fbb3d;
	margin-top: 2%;
	font-size: 1.8rem;
}

#sell .cont-box p.img {
	margin: 4% 0;
}

#sell .cont-box ul {}

#sell .cont-box ul li {
	text-align: left;
	padding: 4%;
	margin-bottom: 2%;
	box-sizing: border-box;
	border: 1px solid #A08952;
}

#sell .cont-box ul li h3 {
	color: #A08952;
	font-size: 1.8rem;
	font-weight: bold;
	border: none;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 40px;
}

#sell .cont-box ul li.s1 h3 {
	background: url("../images/no1.png") no-repeat left center;
	background-size: contain;
}

#sell .cont-box ul li.s2 h3 {
	background: url("../images/no2.png") no-repeat center left;
	background-size: contain;
}

#sell .cont-box ul li.s3 h3 {
	background: url("../images/no3.png") no-repeat center left;
	background-size: contain;
}

#sell .cont-box ul li.s4 h3 {
	background: url("../images/no4.png") no-repeat center left;
	background-size: contain;
}

#sell .cont-box ul li p {
	padding-left: 4%;
	font-size: 1.4rem;
}

#sell .kaitori-box {}

#sell .chukai-box {}

#staff {
	background: url("../images/bg2.png") no-repeat top center;
	background-size: 100% auto;
	padding: 80px 0 0px 0;
}

#staff .inner {
	position: relative;
}

#staff .inner:before {
	content: "";
	background: url("../images/staff_img1.png") no-repeat top center;
	background-size: 100% auto;
	display: block;
	width: 140px;
	height: 200px;
	position: absolute;
	left: -50px;
	top: 200px;
}

#staff h2 {
	font-size: 3.4rem;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

#staff p.main-img {
	width: 70%;
	margin: 0 auto;
	position: relative;
}

#staff p.main-img:before {
	content: "";
	background: url("../images/staff_txt.png") no-repeat top center;
	background-size: 100% auto;
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	left: -100px;
	top: -70px;
}

#staff ul {
	width: 930px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

#staff ul li {
	width: 49%;
	background: #fff;
	border: 1px solid #7fbb3d;
	margin-bottom: 2%;
	padding: 2%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#staff ul li .staff-box1 {
	width: 35%;
}

#staff ul li .staff-box2 {
	width: 60%;
}

#staff ul li .staff-box2 h4 {
	color: #7fbb3d;
	font-size: 1.6rem;
	margin: 14% 0 4% 0;
}

#staff ul li .staff-box2 h3 {
	font-size: 2.1rem;
	margin-bottom: 4%;
}

#staff ul li .staff-box2 h3 span {
	font-size: 1.6rem;
	margin-left: 2%;
}

#staff ul li .staff-box2 p {
	font-size: 1.1rem;
}

#staff ul li .staff-box3 {
	margin-top: 2%;
}

.shop-box {
	background-image:
		url("../images/bg3.png"),
		url("../images/bg1.png");
	background-position:
		center bottom,
		center top;
	background-repeat:
		no-repeat,
		repeat;
	background-size:
		100% auto,
		auto;
	padding: 80px 0 160px 0;
}

#access {}

#access .inner {}

#access h2 {
	font-size: 3.4rem;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

#access h2:after {
	content: "";
	background: url("../images/shop_txt.png") no-repeat top center;
	background-size: 100% auto;
	display: block;
	width: 140px;
	height: 140px;
	position: absolute;
	left: -50px;
	top: -15px;
	z-index: 2;
}

#access .main-box {
	background: #fff;
	overflow: hidden;
	margin-bottom: 10px;
}

#access .main-box p.img-main {
	width: 45%;
	float: left;
	margin: 0 2% 0 0;
	position: relative;
}

#access .main-box h3 {
	font-size: 1.8rem;
	margin: 4% 0 1% 0;
}

#access .main-box p {
	font-size: 1.6rem;
	margin: 0 0 1% 0;
}

#access .main-box p span {
	margin: 0 0 0 2%;
}

#access .main-box dl {
	display: flex;
	flex-wrap: wrap;
}

#access .main-box dt {
	width: 18%;
	padding: 1% 2%;
	background: #ccc;
	margin-bottom: 1px;
}

#access .main-box dd {
	width: 82%;
	padding: 1% 2%;
	margin-bottom: 1px;
}

#access ul.shop-img {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

#access ul.shop-img li {
	width: 24%;
}

#access .map {
	box-sizing: border-box;
	border: 6px solid #DBD0AB;
	width: 80%;
	margin: 0 auto;
}

.shop-box .inquiry-box .inner:before {
	content: "";
	background: url("../images/shop_icon.png") no-repeat top center;
	background-size: 100% auto;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 35px;
	top: -35px;
}



/*問い合せ*/
.inquiry-box {}

.inquiry-box .inner {
	position: relative;
}

.inquiry-box .bnr-box {
	border: 8px solid #e05d1f;
	box-sizing: border-box;
	border-radius: 6px;
	width: 930px;
	margin: 80px auto 80px auto;
	padding: 20px 20px 20px 20px !important;
	position: relative;
	background: #fff;
	text-align: center;
	/* display: flex; */
	/* flex-wrap: wrap; */
}

.inquiry-box .bnr-box:before {
	content: "";
	background: url("../images/inquiry_img.png") no-repeat top center;
	background-size: 100% auto;
	display: block;
	width: 140px;
	height: 160px;
	position: absolute;
	left: 30px;
	bottom: 0;
}

.inquiry-box .bnr-box h3 {
	font-size: 2.3rem !important;
	margin-bottom: 20px !important;
	padding-bottom: 0.5em;
	text-align: center;
	width: unset !important;
	position: relative;
	display: inline-block;
}

.inquiry-box .bnr-box h3::before,
.inquiry-box .bnr-box h3::after {
	content: "";
	width: 3px;
	height: 3rem;
	position: absolute;
	background: #333;
	display: inline-block;
}

.inquiry-box .bnr-box h3::after {
	transform: rotate(45deg);
	right: -2rem;
}

.inquiry-box .bnr-box h3::before {
	left: -2rem;
	transform: rotate(-45deg);
}

.inquiry-methods {
	padding-left: 210px;
	display: grid;
	grid-template-columns: 1fr 210px;
	align-items: center;
}

.inquiry-btn {
	text-align: center;
}

.inquiry-btn a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 1em 0;
	background: #e05d1f;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	border-radius: 8px;
}

.inquiry-box .bnr-box .inquiry-tel .tel-no {
	font-size: 4rem;
	color: #e05d1f;
	font-weight: bold;
	line-height: 150%;
	position: relative;
}

.inquiry-box .bnr-box .inquiry-tel .tel-no::before {
	content: "";
	width: 6rem;
	height: 3rem;
	display: inline-block;
	background: url(../images/free_icon.png) left center no-repeat;
	background-size: contain;
}

.inquiry-box .bnr-box .inquiry-tel .inquiry-tel-title {
	font-size: 1.6rem;
	font-weight: bold;
}

.inquiry-box .bnr-box .inquiry-tel {
	text-align: center;
	max-width: 400px;
}

.inquiry-box .bnr-box h3 span {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.inquiry-box .bnr-box h3 {
		padding-left: 0 !important;
	}

	.inquiry-methods {
		grid-template-columns: 1fr;
	}

	.inquiry-box .bnr-box h3 {
		display: inline;
	}

	.inquiry-box .bnr-box h3::after {
		right: -10vw;
		height: 10vw;
		bottom: 0;
	}

	.inquiry-box .bnr-box h3::before {
		bottom: 0;
		height: 10vw;
		left: -4vw;
	}

	.inquiry-box .bnr-box h3 {
		font-size: 4vw !important;
	}

	.inquiry-box .bnr-box:before {
		display: none !important;
	}

	.inquiry-box .bnr-box .inquiry-tel {
		margin: 5% auto;
	}

	.inquiry-box .bnr-box .inquiry-tel .tel-no::before {
		width: 10vw;
		height: 6vw;
	}

	.inquiry-box .bnr-box .inquiry-tel .tel-no {
		font-size: 7vw;
	}

	.inquiry-methods {
		padding-left: 0;
	}
}

.inquiry-box .bnr-box p.bnr {
	float: right;
	margin-right: 60px;
	position: relative;
}

.inquiry-box .bnr-box p.bnr:before {
	content: "";
	background: url("../images/inquiryicon.png") no-repeat top center;
	background-size: 100% auto;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -30px;
	top: -20px;
}

.inquiry-box .bnr-box .inquiry-tel {}

.inquiry-box .bnr-box .inquiry-tel p {}

.inquiry-box .bnr-box .inquiry-tel p.tel-no {
	font-size: 34px;
	font-weight: bold;
	color: #e05d21;
	margin: 15px 0 16px 0;
	padding-left: 50px;
	background: url(../images/free_icon.png) left center no-repeat;
	background-size: contain;
}

/* プライバシーポリシー */
.cont-privacy {
	padding: 0 0 0 0;
	background: #fff
}

#privacy {
	padding: 0 0 5% 0;
}

#privacy .top_content {
	width: 96%;
	margin: 0 auto;
}

#privacy h3 {
	border-top: 2px dotted #a03516;
	border-bottom: 2px dotted #a03516;
	margin: 30px 0 30px 0;
	padding: 20px 20px 20px 20px;
	background: #e05d1f;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#privacy p.privacy {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 3em 0 3em 0;
}

#privacy p {
	font-size: 14px;
}

#privacy ol {
	margin: -30px 0 30px 0;
}

#privacy dl {
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 1.8em;
}

#privacy dt {
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #7171a7;
}

#privacy dd {
	margin: 0 10px;
}

#privacy dd.mb10 {
	margin-bottom: 10px;
}

#privacy dt span,
#privacy dd span {
	font-size: 26px;
	font-weight: bold;
	margin: 0 0.2em;
}

#privacy dt span {
	color: #62628f;
}

#privacy dd span {
	color: #8f6262;
}

#privacy ul.pp_list_inner_a,
#privacy ul.pp_list_inner_b,
ul.pp_list_inner_c {
	margin: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.8em;
}

#privacy ul.pp_list_inner_a {
	list-style-type: disc;
	margin-top: -30px;
}

#privacy ul.pp_list_inner_b {
	margin: -30px 0 30px 20px;
}

#privacy ul.pp_list_inner_c li {
	line-height: 1.4em;
	margin: -30px 0 30px 0;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
}

#privacy li {
	margin-left: 15px;
}

#privacy li.pp-tit {
	margin-left: 0px;
	font-weight: bold;
}

.limit-detail {
	border: 1px solid #F04F53;
	overflow: hidden;
	padding: 10px;
	margin: 0 0 20px 0;
}

.limit-detail h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.limit-detail h3 p {
	padding: 0;
}

.limit-detail p {}

/*問い合わせ*/

.cont-search {
	padding: 32px 0 0 0;
	margin: 0;
	background: #fff;
}

.formBlock {
	max-width: 880px;
	margin: 0 auto 30px 0;
}

.soudan {
	margin: 0 0 40px 0;
}

.soudan h3 {
	border-top: 2px dotted #a03516;
	border-bottom: 2px dotted #a03516;
	margin: 30px 0 30px 0;
	padding: 20px 20px 20px 20px;
	background: #e05d1f;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.soudan h4 {
	font-size: 18px;
	margin: 5% 0 5% 0;
}

.soudan h4 em {
	color: #a94442;
}

.soudan p.step {
	width: 600px;
	margin: 30px auto 0 auto;
}

.tableContact {
	border-top: #8f8f8f solid 1px;
	border-bottom: #8f8f8f solid 1px;
	width: 100%;
	margin: 30px 0 50px;
	font-size: 14px;
}

.tableContact td,
.tableContact th {
	border-bottom: #8f8f8f dashed 1px;
	padding: 10px;
	vertical-align: middle;
}

.tableContact th {
	background: #f8f9f7;
	width: 230px;
	font-weight: normal;
}

.tableContact th em {
	color: #a94442;
}

.tableContact input[type="text"] {
	width: 60%;
	color: #1a1a1a;
}

.tableContact .size02 input[type="text"],
.tableContact textarea {
	width: 80%;
}

.tableContact textarea {
	height: 150px;
}

.tableContact .size01 {
	width: 50%;
}

.tableContact input[type="text"],
.tableContact textarea {
	border: #8f8f8f solid 1px;
	margin-bottom: 8px;
}

.txtMdh02 {
	max-width: 680px;
	margin: auto;
	font-size: 14px;
}

.ul_bnrmdh {
	margin-top: 50px;
}

.ul_bnrmdh li {
	width: 49%;
	float: right;
}

.ul_bnrmdh li:first-child {
	float: left;
}

form td.dateRs .test label {
	top: -4px;
}

#datepicker {
	width: 30% !important;
}

.inquiryItem {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inquiryItem li {
	width: 50%;
	box-sizing: border-box;
	margin: 5px 0 5px 0 !important;
}

.n-search select.mb10 {
	margin: 0 0% 10px 0%;
}

.mb10 {
	margin: 0 0% 10px 0%;
}

.n-search input[type="text"] {
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 4px;
	margin: 0;
	width: 20%;
	height: 32px;
	/* margin: 0 2% 0 2%; */
	outline: 0;
	vertical-align: middle;
	box-sizing: border-box;
	z-index: 5;
}

.n-search textarea {
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 4px;
	margin: 0;
	width: 20%;
	height: 32px;
	margin: 0 0% 0 0%;
	outline: 0;
	vertical-align: middle;
	box-sizing: border-box;
	z-index: 5;
}

.n-search.inq input[type="text"].w100 {
	width: 50%;
}

.n-search textarea {
	width: 98%;
	height: 100px;
}


/*画面幅767px以下*/
@media screen and (max-width: 767px) {

	#title {
		background: url("../images/title_bg-sp.jpg") no-repeat top center;
		background-size: 100% auto;
	}

	#title .inner {
		text-align: center;
		padding: 10% 0 35% 0;
		position: relative;
	}

	#title .inner:before {
		content: none;
	}

	#title .inner:after {
		content: none;
	}

	#title h2 {
		width: 90%;
		margin: 0 auto;
	}

	#title p {
		font-size: 1.6rem;
		margin: 4% 0 0 0;
	}

	#service {}

	#service .inner {
		text-align: center;
	}

	#service h2 {
		width: 80%;
		margin: 0 auto 4% auto;
	}

	#service ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 90%;
		margin: 0 auto;
		position: relative;
	}

	#service ul:after {
		content: none;
	}

	#service ul li {
		width: 100%;
		background: url(../images/service_bg.png) bottom center no-repeat #fbf2b7;
		padding: 5%;
		margin: 0 0 5% 0;
		background-size: 100% auto;
	}

	#service ul li h4 {}

	#service ul li h3 {
		font-size: 1.6rem;
		margin: 4% 0;
	}

	#service ul li p {
		text-align: left;
		font-size: 1.2rem;
	}

	#sell {
		background: url("../images/bg1.png");
		padding: 8% 0;
	}

	#sell .inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#sell .tit-box {
		margin-bottom: 4%;
		padding: 4% 0 4% 0;
	}

	#sell .tit-box:after {
		content: none;
	}

	#sell .tit-box h2 {
		font-size: 2.1rem;
		font-weight: bold;
		padding: 4% 0 2% 0;
	}

	#sell .tit-box h2:before {
		content: "";
		background: url("../images/omakase_txt.png") no-repeat top center;
		background-size: 100% auto;
		display: block;
		width: 25%;
		height: 80%;
		position: absolute;
		left: 0;
		top: -5%;
	}

	#sell .tit-box h4 {
		padding: 0 0 4% 0;
		font-size: 1.2rem;
	}

	#sell .cont-box {
		background: #fff;
		width: 100%;
		/* border: 1px solid #7fbb3d; */
		box-sizing: border-box;
		padding: 6% 4% 4% 4%;
		text-align: center;
		position: relative;
	}

	#sell .cont-box:before {
		content: none;
	}

	#sell .cont-box p {
		font-size: 1.4rem;
	}

	#sell .cont-box p span {
		color: #7fbb3d;
	}

	#sell .cont-box h3 {
		width: 70%;
		margin: 2% auto 2% auto;
		border: 4px solid #7fbb3d;
		border-radius: 6px;
	}

	#sell .cont-box h3 span {
		background: #7fbb3d;
		width: 100%;
		font-size: 1.8rem;
		font-weight: bold;
		display: block;
		padding: 4%;
		color: #fff;
		border: 4px solid #fff;
		border-radius: 6px;
	}

	#sell .cont-box h4 {
		color: #7fbb3d;
		margin-top: 2%;
		font-size: 1.6rem;
	}

	#sell .cont-box p.img {
		margin: 4% 0;
	}

	#sell .cont-box ul {}

	#sell .cont-box ul li {}

	#sell .cont-box ul li h3 {
		color: #A08952;
		font-size: 1.6rem;
		font-weight: bold;
		border: none;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 2% 0 2% 12%;
	}

	#sell .cont-box ul li.s1 h3 {
		background: url("../images/no1.png") no-repeat left center;
		background-size: contain;
	}

	#sell .cont-box ul li.s2 h3 {
		background: url("../images/no2.png") no-repeat center left;
		background-size: contain;
	}

	#sell .cont-box ul li.s3 h3 {
		background: url("../images/no3.png") no-repeat center left;
		background-size: contain;
	}

	#sell .cont-box ul li.s4 h3 {
		background: url("../images/no4.png") no-repeat center left;
		background-size: contain;
	}

	#sell .cont-box ul li p {
		font-size: 1.2rem;
	}

	#sell .kaitori-box {
		margin-bottom: 4%;
	}

	#sell .chukai-box {}

	#staff {
		padding: 8% 0 0px 0;
		background-size: inherit;
	}

	#staff .inner {
		position: relative;
	}

	#staff .inner:before {
		content: none;
	}

	#staff h2 {
		font-size: 2.4rem;
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
	}

	#staff p.main-img {
		width: 90%;
		margin: 0 auto 4% auto;
	}

	#staff p.main-img:before {
		content: "";
		width: 30%;
		height: 40%;
		position: absolute;
		left: -7%;
		top: -24%;
	}

	#staff ul {
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
	}

	#staff ul li {
		width: 100%;
		border: 1px solid #7fbb3d;
		margin-bottom: 2%;
		padding: 2%;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#staff ul li .staff-box1 {
		width: 25%;
	}

	#staff ul li .staff-box2 {
		width: 70%;
	}

	#staff ul li .staff-box2 h4 {
		font-size: 1.4rem;
		margin: 6% 0 2% 0;
	}

	#staff ul li .staff-box2 h3 {
		font-size: 1.8rem;
		margin-bottom: 4%;
	}

	#staff ul li .staff-box2 h3 span {
		font-size: 1.4rem;
		margin: 1% 0 0 0;
		display: block;
	}

	#staff ul li .staff-box2 p {
		font-size: 1rem;
		line-height: 1.2em;
	}

	#staff ul li .staff-box3 {
		margin-top: 4%;
		font-size: 1.2rem;
		line-height: 1.3em;
		padding: 0 1%;
	}

	.shop-box {
		padding: 8% 0 16% 0;
	}

	#access {}

	#access .inner {}

	#access h2 {
		font-size: 2.4rem;
		margin-bottom: 4%;
	}

	#access h2:after {
		content: none;
	}

	#access .main-box {
		margin-bottom: 2%;
		padding-bottom: 4%;
	}

	#access .main-box p.img-main {
		width: 100%;
		float: none;
		margin: 0 2% 0 0;
		position: relative;
		padding: 0;
	}

	#access .main-box p.img-main:after {
		content: "";
		background: url("../images/shop_txt.png") no-repeat top center;
		background-size: 100% auto;
		display: block;
		width: 25%;
		height: 35%;
		position: absolute;
		left: 3%;
		top: 3%;
		z-index: 2;
	}

	#access .main-box h3 {
		padding: 0 2%;
	}

	#access .main-box p {
		font-size: 1.4rem;
		margin: 0 0 1% 0;
		padding: 0 2%;
	}

	#access .main-box p span {
		margin: 0 0 0 2%;
	}

	#access .main-box dl {
		display: flex;
		flex-wrap: wrap;
		padding: 0 2%;
	}

	#access .main-box dt {
		width: 100%;
	}

	#access .main-box dd {
		width: 100%;
	}

	#access ul.shop-img {
		margin-bottom: 4%;
	}

	#access ul.shop-img li {
		width: 49%;
		margin-bottom: 1%;
	}

	#access .map {
		box-sizing: border-box;
		border: 6px solid #DBD0AB;
		width: 90%;
		margin: 0 auto;
	}

	.shop-box .inquiry-box .inner:before {
		content: "";
		background: url("../images/shop_icon.png") no-repeat top center;
		background-size: 100% auto;
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		right: 35px;
		top: -35px;
	}



	/*問い合せ*/
	.inquiry-box {}

	.inquiry-box .inner {
		position: relative;
	}

	.inquiry-box .bnr-box {
		border: 4px solid #7fbb3d;
		width: 95%;
		margin: 8% auto 8% auto;
		padding: 4% 4% 4% 4%;
		position: relative;
		background: #fff;
	}

	.inquiry-box .bnr-box:before {
		background-size: 100% auto;
		width: 30%;
		height: 55%;
		left: 2%;
		top: -2%;
	}

	.inquiry-box .bnr-box h3 {
		font-size: 1.6rem;
		margin-bottom: 4%;
		padding-left: 34%;
	}

	.inquiry-box .bnr-box p.bnr {
		float: none;
		width: 98%;
		margin-right: 0;
		padding-left: 34%;
	}

	.inquiry-box .bnr-box p.bnr:before {
		width: 10%;
		height: 20%;
		right: -8%;
		top: -24%;
	}

	.inquiry-box .bnr-box .inquiry-tel {
		text-align: center;
		max-width: 400px;
	}

	.inquiry-box .bnr-box .inquiry-tel p {
		text-align: center;
		font-size: 1rem;
	}

	.inquiry-box .bnr-box .inquiry-tel p.tel-no {
		font-size: 24px;
		margin: 4% 0 4% 0;
		padding-left: 8%;
		background: url(../images/free_icon.png) 5% center no-repeat;
		background-size: contain;
	}


	#privacy h3 {
		margin: 4% 0 4% 0;
		padding: 3% 2% 3% 2%;
		font-size: 18px;
	}


	.soudan {
		margin: 0 0 6% 0;
	}

	.soudan h3 {
		margin: 4% 0 4% 0;
		padding: 3% 2% 3% 2%;
		font-size: 18px;
	}

	.n-search.inq input[type="text"].w100 {
		width: 90%;
	}

	.n-search input[type="text"] {
		width: 50%;
	}

	.n-search select {
		width: 50%;
	}

	.tableContact th {
		display: block;
		width: 100%;
	}

	.tableContact td {
		display: block;
	}

	.soudan {
		margin: 0 0 6% 0;
	}

	.soudan h3 {
		margin: 4% 0 4% 0;
		padding: 3% 2% 3% 2%;
		font-size: 18px;
	}

	.n-search.inq input[type="text"].w100 {
		width: 90%;
	}

	.n-search input[type="text"] {
		width: 50%;
	}

	.n-search select {
		width: 50%;
	}

	.tableContact {
		margin: 3% 0 6%;
	}

	.inquiryItem li {
		width: 100%;
	}

	.soudan p.step {
		width: 100%;
	}

}

.inquiry-email-title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 8px;
}