@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,400i");
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
 */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes bubble {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
}

@keyframes bubble {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
}

@keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
}

@-webkit-keyframes purupuru {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.075);
		transform: scale(1.075);
	}
}

@keyframes purupuru {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.075);
		transform: scale(1.075);
	}
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video,
div,
main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
	box-sizing: border-box;
	font-weight: normal;
}

body {
	line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img {
	vertical-align: bottom;
}

html {
	font-size: 62.5%;
	/*10px*/
}

body {
	font-family:
		"Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝",
		"MS PMincho", "MS 明朝", serif;
	color: #333333;
	background: #fff;
	width: 100%;
	height: 100%;
}

input {
	font-family:
		"Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝",
		"MS PMincho", "MS 明朝", serif;
}

a {
	text-decoration: none;
	color: #333333;
}

.underline {
	cursor: pointer;
	text-decoration: underline;
}
.underline:hover {
	text-decoration: none;
}

a:visited {
	color: #333333;
}

::-moz-selection {
	background: #d4c4a0;
}

::selection {
	background: #d4c4a0;
}

::-moz-selection {
	background: #d4c4a0;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

.posr {
	position: relative;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.clearfix {
	_height: 1px;
	min-height: 1px;
	/*・･*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}
.bnr_sp {
	width: 100%;
	margin: 0 auto 1em;
	display: block;
	border: 1px solid #fff;
}
.show_pc {
	display: block;
}
@media only screen and (max-width: 1040px) {
	.show_pc {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.show_pc {
		display: none;
	}
}

.show_pctb {
	display: block;
}
@media only screen and (max-width: 1040px) {
	.show_pctb {
		display: block;
	}
}
@media only screen and (max-width: 750px) {
	.show_pctb {
		display: none;
	}
}

.show_tbsp {
	display: none;
}
@media only screen and (max-width: 1040px) {
	.show_tbsp {
		display: block;
	}
}
@media only screen and (max-width: 750px) {
	.show_tbsp {
		display: block;
	}
}

.show_tb {
	display: none;
}
@media only screen and (max-width: 1040px) {
	.show_tb {
		display: block;
	}
}
@media only screen and (max-width: 750px) {
	.show_tb {
		display: none;
	}
}

.show_sp {
	display: none;
}
@media only screen and (max-width: 1040px) {
	.show_sp {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.show_sp {
		display: block;
	}
}

.op a {
	display: block;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.op a:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 750px) {
	.op a:hover {
		opacity: 1;
	}
}

.list-blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
	.list-blog {
		margin-left: auto;
		margin-right: auto;
		width: 280px;
		width: 87.5vw;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
}
.list-blog li {
	width: 230px;
	margin-right: 25px;
	margin-bottom: 35px;
}
@media only screen and (max-width: 750px) {
	.list-blog li {
		width: 135px;
		width: 42.1875vw;
		margin-right: 10px;
		margin-right: 3.125vw;
		margin-bottom: 15px;
		margin-bottom: 4.6875vw;
	}
	.list-blog li:nth-child(2n) {
		margin-right: 0;
	}
}
.list-blog li:nth-child(4n) {
	margin-right: 0;
}
.list-blog li .pic {
	height: 156px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
	padding: 4px;
	box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
	.list-blog li .pic {
		height: 92.5px;
		height: 28.90625vw;
	}
}
.list-blog li .pic img {
	z-index: 0;
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.list-blog li .data {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.66667;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.list-blog li .data {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
	}
}
.list-blog li .title {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.69231;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: underline;
}
@media only screen and (max-width: 750px) {
	.list-blog li .title {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
.list-blog li .no-entry {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.list-blog li .no-entry {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}

.page-numbers {
	text-align: center;
	font-size: 0;
}
.page-numbers li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
@media only screen and (max-width: 750px) {
	.page-numbers li {
		margin-left: 2.5px;
		margin-left: 0.78125vw;
		margin-right: 2.5px;
		margin-right: 0.78125vw;
	}
}
.page-numbers li:hover a,
.page-numbers li .page-numbers.current {
	background-color: #9b8045;
	color: #fff;
}
.page-numbers li span,
.page-numbers li a {
	transition-property: color background-image;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: 0.1em;
	padding: 10px 20px;
	background-color: #f7f5f0;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.page-numbers li span,
	.page-numbers li a {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 750px) {
	.page-numbers li span,
	.page-numbers li a {
		padding: 7.5px 10px;
		padding: 2.34375vw 3.125vw;
	}
}

.pic-entry {
	margin-bottom: 35px;
}
@media only screen and (max-width: 750px) {
	.pic-entry {
		margin-left: auto;
		margin-right: auto;
		width: 280px;
		width: 87.5vw;
		margin-bottom: 17.5px;
		margin-bottom: 5.46875vw;
	}
}

.box-entry {
	margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
	.box-entry {
		margin-bottom: 50px;
		margin-bottom: 15.625vw;
	}
}
.box-entry h2 {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.52381;
	letter-spacing: 0.05em;
	padding: 10px 35px;
	background-color: #9b8045;
	color: #fff !important;
	margin-bottom: 35px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
}
@media only screen and (max-width: 750px) {
	.box-entry h2 {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
		letter-spacing: 0.1em;
	}
}
.box-entry h2 span,
.box-entry h2 strong {
	color: #fff !important;
	font-weight: normal;
}
@media only screen and (max-width: 750px) {
	.box-entry h2 {
		margin: 0px 10px 17.5px 10px;
		margin: 0vw 3.125vw 5.46875vw 3.125vw;
	}
}
.box-entry h2:before,
.box-entry h2:after {
	content: "";
	width: 12px;
	height: 6px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -6px;
}
.box-entry h2:before {
	background-image: url(../images/bg-ribbon-l.png);
	left: 0;
}
.box-entry h2:after {
	background-image: url(../images/bg-ribbon-r.png);
	right: 0;
}
.box-entry img {
	width: auto;
	max-width: 100%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.box-entry p,
.box-entry h3,
.box-entry h4,
.box-entry h5,
.box-entry h6 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.77778;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 2em;
	padding-left: 15px;
	padding-right: 15px;
}
@media only screen and (max-width: 750px) {
	.box-entry p,
	.box-entry h3,
	.box-entry h4,
	.box-entry h5,
	.box-entry h6 {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 750px) {
	.box-entry p,
	.box-entry h3,
	.box-entry h4,
	.box-entry h5,
	.box-entry h6 {
		padding-left: 20px;
		padding-left: 6.25vw;
		padding-right: 20px;
		padding-right: 6.25vw;
	}
}
.box-entry a {
	color: #9b8045;
	text-decoration: underline;
}
.box-entry a:hover {
	text-decoration: none;
}
.box-entry strong {
	font-weight: bold;
}

.btn-inquiry {
	text-align: center;
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
	.btn-inquiry {
		margin-left: 20px;
		margin-left: 6.25vw;
		margin-right: 20px;
		margin-right: 6.25vw;
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}
.btn-inquiry a {
	display: block;
	padding: 23px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.36364;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 2px solid #9b8045;
	color: #9b8045;
	border-radius: 5px;
	position: relative;
}
@media only screen and (max-width: 750px) {
	.btn-inquiry a {
		font-size: 32px;
		font-size: 3.2rem;
		font-size: 5vw;
		line-height: 1.125;
	}
}
@media only screen and (max-width: 750px) {
	.btn-inquiry a {
		padding: 15px;
		padding: 4.6875vw;
	}
}
.btn-inquiry a:after {
	content: "";
	width: 10px;
	height: 15px;
	background-image: url(../images/ico-arrow.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -8px;
}
@media only screen and (max-width: 750px) {
	.btn-inquiry a:after {
		width: 8px;
		width: 2.5vw;
		height: 12px;
		height: 3.75vw;
		right: 12px;
		right: 3.75vw;
		margin-top: -6px;
		margin-top: -1.875vw;
	}
}

.list-prevnext {
	border-top: 1px solid #e3e0d7;
	border-bottom: 1px solid #e3e0d7;
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.list-prevnext {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.25;
	}
}
@media only screen and (max-width: 750px) {
	.list-prevnext {
		width: 280px;
		width: 87.5vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}
.list-prevnext li.list-prevnext-prev a {
	background-image: url(../images/ico-prev-mini.png);
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: left center;
}
.list-prevnext li.list-prevnext-next a {
	background-image: url(../images/ico-next-mini.png);
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: right center;
}
.list-prevnext li a {
	padding: 20px 23px;
	color: #9b8045;
	display: inline-block;
}
@media only screen and (max-width: 750px) {
	.list-prevnext li a {
		padding: 15px 15px;
		padding: 4.6875vw 4.6875vw;
	}
}

html,
body {
	height: 100%;
	min-width: 1080px;
}
@media only screen and (max-width: 750px) {
	html,
	body {
		min-width: 320px;
	}
}

body img {
	width: 100%;
	height: auto;
}

.box-common {
	width: 1040px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
	.box-common {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.box-common-performance {
	padding-top: 70px;
	margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
	.box-common-performance {
		padding-top: 30px;
		padding-top: 9.375vw;
		margin-bottom: 40px;
		margin-bottom: 12.5vw;
	}
}

.wrapper {
	overflow: hidden;
	padding-top: 190px;
}
@media only screen and (max-width: 750px) {
	.wrapper {
		padding-top: 60px;
		padding-top: 18.75vw;
	}
}

.parts-common-divide {
	font-size: 0;
	height: 1px;
	width: 100%;
	background-color: #e3e0d7;
}

.headline-octagon {
	text-align: center;
	margin-bottom: 65px;
}
@media only screen and (max-width: 750px) {
	.headline-octagon {
		margin-bottom: 25px;
		margin-bottom: 7.8125vw;
	}
}
.headline-octagon.type2 .txt-under {
	color: #9b8045;
}
.headline-octagon.type-line .txt-under {
	color: #37820e;
}
.headline-octagon.type-line .txt-under:before,
.headline-octagon.type-line .txt-under:after {
	border-bottom: 1px solid #37820e;
}
.headline-octagon .txt-top {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.headline-octagon .txt-top {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.57143;
	}
}
.headline-octagon .txt-under {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.47368;
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
	.headline-octagon .txt-under {
		font-size: 42px;
		font-size: 4.2rem;
		font-size: 6.5625vw;
		line-height: 1.38095;
	}
}
.headline-octagon .txt-under:before,
.headline-octagon .txt-under:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #9b8045;
}
.headline-octagon .txt-under:before {
	bottom: 0;
}
.headline-octagon .txt-under:after {
	bottom: 4px;
}
@media only screen and (max-width: 750px) {
	.headline-octagon .txt-under:after {
		bottom: 3px;
	}
}

.box-common-octagon {
	padding-top: 60px;
	padding-bottom: 92px;
}
@media only screen and (max-width: 750px) {
	.box-common-octagon {
		padding-top: 27.5px;
		padding-top: 8.59375vw;
		padding-bottom: 40px;
		padding-bottom: 12.5vw;
	}
}
.box-common-octagon.add-bor {
	border-bottom: 1px solid #e3e0d7;
}

.list-common-octagon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 750px) {
	.list-common-octagon {
		border-top: 1px solid #9b8045;
		border-bottom: 1px solid #9b8045;
	}
}
.list-common-octagon.type2 {
	width: 590px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
	.list-common-octagon.type2 {
		width: 100%;
	}
	.list-common-octagon.type2 li {
		width: 50%;
		height: auto;
	}
	.list-common-octagon.type2 li:nth-child(2) {
		border-left: 1px solid #9b8045;
		border-right: 1px solid #9b8045;
	}
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
	.list-common-octagon.type2 li .lead {
		height: 60px;
		height: 18.75vw;
	}
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
	.list-common-octagon.type2 li .txt {
		padding: 15px 0px 15px 0px;
		padding: 4.6875vw 0vw 4.6875vw 0vw;
	}
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
	.list-common-octagon.type2 li .detail {
		bottom: 24px;
		bottom: 7.5vw;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-octagon.type2.link {
		background-image: url(../images/bg-octagon-link2-sp.png);
	}
	.list-common-octagon.type2.link a {
		height: 168px;
		height: 52.5vw;
	}
}
.list-common-octagon.type3 {
	width: 922px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
	.list-common-octagon.type3 {
		width: 100%;
	}
	.list-common-octagon.type3 li {
		width: calc(100% / 3);
		height: auto;
	}
	.list-common-octagon.type3 li:nth-child(2) {
		border-left: 1px solid #9b8045;
		border-right: 1px solid #9b8045;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-octagon.link {
		border-top: none;
		border-bottom: none;
		background-image: url(../images/bg-octagon-link-sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
}
.list-common-octagon.link li {
	background-image: url(../images/bg-octagon-link.png);
}
@media only screen and (max-width: 750px) {
	.list-common-octagon.link li {
		background-image: none;
	}
	.list-common-octagon.link li:nth-child(2) {
		border-left: none;
		border-right: none;
	}
	.list-common-octagon.link li a {
		height: 208px;
		height: 65vw;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-octagon.add-bg {
		border-top: none;
		border-bottom: none;
		background-image: url(../images/bg-octagon-sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-octagon.add-bg li {
		background-image: none;
	}
	.list-common-octagon.add-bg li:nth-child(2) {
		border-left: none;
		border-right: none;
	}
	.list-common-octagon.add-bg li a {
		height: 150px;
		height: 46.875vw;
	}
}
.list-common-octagon li {
	width: 255px;
	height: 255px;
	background-image: url(../images/bg-octagon.png);
	background-size: 100%;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 750px) {
	.list-common-octagon li {
		background-image: none;
	}
}
.list-common-octagon li.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 750px) {
	.list-common-octagon li.flex {
		height: 150px;
		height: 46.875vw;
	}
}
.list-common-octagon li a {
	display: block;
	height: 100%;
}
.list-common-octagon li .lead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 160px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #9b8045;
	vertical-align: middle;
}
@media only screen and (max-width: 750px) {
	.list-common-octagon li .lead {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-octagon li .lead {
		margin-top: 0;
		margin-bottom: 0;
		width: auto;
		position: relative;
		height: 75px;
		height: 23.4375vw;
		border-bottom: none;
	}
	.list-common-octagon li .lead:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		border-bottom: 1px solid #9b8045;
		width: 60px;
		width: 18.75vw;
		margin-left: -30px;
		margin-left: -9.375vw;
	}
}
.list-common-octagon li .txt {
	display: block;
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.42105;
	letter-spacing: 0.1em;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.list-common-octagon li .txt {
		font-size: 50px;
		font-size: 5rem;
		font-size: 7.8125vw;
		line-height: 1.08;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-octagon li .txt {
		padding: 17px 0px 17px 0px;
		padding: 5.3125vw 0vw 5.3125vw 0vw;
	}
}
.list-common-octagon li .txt2 {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.36364;
	letter-spacing: 0.1em;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.list-common-octagon li .txt2 {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.35714;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-octagon li .txt2 {
		padding: 17px 0px 17px 0px;
		padding: 5.3125vw 0vw 5.3125vw 0vw;
	}
}
.list-common-octagon li .txt3 {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.36364;
	letter-spacing: 0.1em;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.list-common-octagon li .txt3 {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
		letter-spacing: 0.03em;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-octagon li .txt3 {
		padding: 17px 0px 17px 0px;
		padding: 5.3125vw 0vw 5.3125vw 0vw;
	}
}
.list-common-octagon li .detail {
	position: absolute;
	left: 0;
	bottom: 25px;
	right: 0;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.57143;
	letter-spacing: 0.1em;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.list-common-octagon li .detail {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.1;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-octagon li .detail {
		bottom: 24px;
		bottom: 7.5vw;
	}
}

.bg-oblique_line {
	background-image: url(../images/bg-oblique_line.png);
	background-size: 160px;
}
.bg-oblique_line.type-assessment2 {
	border-top: 1px solid #9b8045;
	border-bottom: 1px solid #9b8045;
}

.bg-puzzle {
	background-image: url(../images/bg-puzzle.png);
	background-size: 256px;
}

.headline-ornament {
	text-align: center;
	position: relative;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.16667;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.headline-ornament {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.14286;
	}
}
.headline-ornament.type-big {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.28571;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.headline-ornament.type-big {
		font-size: 30px;
		font-size: 3rem;
		font-size: 4.6875vw;
		line-height: 1.26667;
	}
}
.headline-ornament.type4:before,
.headline-ornament.type4:after {
	width: 162px;
}
@media only screen and (max-width: 750px) {
	.headline-ornament.type4:before,
	.headline-ornament.type4:after {
		width: 47px;
		width: 14.6875vw;
	}
}
.headline-ornament.type5:before,
.headline-ornament.type5:after {
	width: 200px;
}
@media only screen and (max-width: 750px) {
	.headline-ornament.type5:before,
	.headline-ornament.type5:after {
		width: 67px;
		width: 20.9375vw;
	}
}
.headline-ornament.type6:before,
.headline-ornament.type6:after {
	width: 238px;
}
@media only screen and (max-width: 750px) {
	.headline-ornament.type6:before,
	.headline-ornament.type6:after {
		width: 67px;
		width: 20.9375vw;
	}
}
.headline-ornament.type7:before,
.headline-ornament.type7:after {
	width: 276px;
}
@media only screen and (max-width: 750px) {
	.headline-ornament.type7:before,
	.headline-ornament.type7:after {
		width: 47px;
		width: 14.6875vw;
	}
}
.headline-ornament.type-white:before,
.headline-ornament.type-white:after {
	width: 314px;
	background-image: url(../images/border-ornament2.png);
}
@media only screen and (max-width: 750px) {
	.headline-ornament.type-white:before,
	.headline-ornament.type-white:after {
		width: 67px;
		width: 20.9375vw;
	}
}
.headline-ornament:before,
.headline-ornament:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	height: 6px;
	background-image: url(../images/border-ornament.png);
	background-size: auto 100%;
}
@media only screen and (max-width: 750px) {
	.headline-ornament:before,
	.headline-ornament:after {
		margin-top: -1.5px;
		margin-top: -0.46875vw;
		height: 3px;
		height: 0.9375vw;
	}
}
.headline-ornament:before {
	left: 0;
}
.headline-ornament:after {
	right: 0;
}

.headline-double {
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.headline-double {
		padding-bottom: 7.5px;
		padding-bottom: 2.34375vw;
		margin-bottom: 22.5px;
		margin-bottom: 7.03125vw;
	}
}
.headline-double:before,
.headline-double:after {
	content: "";
	display: block;
	position: absolute;
	width: 120px;
	height: 1px;
	margin-left: -60px;
	left: 50%;
	bottom: 0;
	background-color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.headline-double:before,
	.headline-double:after {
		width: 80px;
		width: 25vw;
		margin-left: -40px;
		margin-left: -12.5vw;
	}
}
.headline-double:after {
	bottom: 3px;
}
@media only screen and (max-width: 750px) {
	.headline-double:after {
		bottom: 2px;
	}
}
.headline-double.type-small .jp {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.15385;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.headline-double.type-small .jp {
		font-size: 38px;
		font-size: 3.8rem;
		font-size: 5.9375vw;
		line-height: 1.42105;
	}
}
.headline-double.type-line {
	margin-bottom: 45px;
}
@media only screen and (max-width: 750px) {
	.headline-double.type-line {
		margin-bottom: 20px;
		margin-bottom: 6.25vw;
	}
}
.headline-double.type-line:before,
.headline-double.type-line:after {
	background-color: #37820e;
}
.headline-double.type-line .en {
	color: #37820e;
}
.headline-double .jp {
	display: block;
	margin-bottom: 10px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.13333;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.headline-double .jp {
		font-size: 38px;
		font-size: 3.8rem;
		font-size: 5.9375vw;
		line-height: 1.42105;
	}
}
@media only screen and (max-width: 750px) {
	.headline-double .jp {
		margin-bottom: 5px;
		margin-bottom: 1.5625vw;
	}
}
.headline-double .jp .jp2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.41667;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.headline-double .jp .jp2 {
		font-size: 38px;
		font-size: 3.8rem;
		font-size: 5.9375vw;
		line-height: 1.42105;
	}
}
.headline-double .en {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.headline-double .en {
		font-size: 16px;
		font-size: 1.6rem;
		font-size: 2.5vw;
		line-height: 1.25;
	}
}

.headline-double2 {
	text-align: center;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 60px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.66667;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.headline-double2 {
		font-size: 36px;
		font-size: 3.6rem;
		font-size: 5.625vw;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 750px) {
	.headline-double2 {
		padding-bottom: 15px;
		padding-bottom: 4.6875vw;
		margin-bottom: 22.5px;
		margin-bottom: 7.03125vw;
	}
}
.headline-double2 strong {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.31579;
	letter-spacing: 0.1em;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.headline-double2 strong {
		font-size: 42px;
		font-size: 4.2rem;
		font-size: 6.5625vw;
		line-height: 1.28571;
	}
}
.headline-double2:before,
.headline-double2:after {
	content: "";
	display: block;
	position: absolute;
	width: 212px;
	height: 1px;
	margin-left: -106px;
	left: 50%;
	bottom: 0;
	background-color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.headline-double2:before,
	.headline-double2:after {
		width: 80px;
		width: 25vw;
		margin-left: -40px;
		margin-left: -12.5vw;
	}
}
.headline-double2:after {
	bottom: 3px;
}
@media only screen and (max-width: 750px) {
	.headline-double2:after {
		bottom: 3px;
	}
}

.list-common-step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 750px) {
	.list-common-step {
		display: block;
		width: 280px;
		width: 87.5vw;
		margin-left: auto;
		margin-right: auto;
	}
}
.list-common-step.type3 {
	width: 785px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
	.list-common-step.type3 {
		width: 280px;
		width: 87.5vw;
	}
}
.list-common-step.add-mb {
	margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
	.list-common-step.add-mb {
		margin-bottom: 7.5px;
		margin-bottom: 2.34375vw;
	}
}
.list-common-step li {
	width: 226px;
	height: 226px;
	background-image: url(../images/bg-step.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
	.list-common-step li {
		width: auto;
		height: auto;
		background-image: none;
	}
}
.list-common-step li dt {
	font-family: "Vollkorn", serif;
	color: #e3dcce;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.22222;
	letter-spacing: 0.05em;
	text-align: center;
	font-style: italic;
	padding-top: 18px;
}
@media only screen and (max-width: 750px) {
	.list-common-step li dt {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-step li dt {
		background-image: url(../images/bg-step-sp.png);
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: center top;
		height: 25px;
		height: 7.8125vw;
		padding-top: 7.5px;
		padding-top: 2.34375vw;
	}
}
.list-common-step li dt .num {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.27273;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 750px) {
	.list-common-step li dt .num {
		font-size: 34px;
		font-size: 3.4rem;
		font-size: 5.3125vw;
		line-height: 0.70588;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-step li dt .num {
		display: inline;
	}
}
.list-common-step li dd {
	width: 100%;
	height: 145px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.list-common-step li dd {
		display: block;
		background-color: #fff;
		position: relative;
		height: auto;
		margin-bottom: 15px;
		margin-bottom: 4.6875vw;
		padding: 15px;
		padding: 4.6875vw;
	}
	.list-common-step li dd:before,
	.list-common-step li dd:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border: 1px solid #c0a865;
	}
	.list-common-step li dd:after {
		top: 3px;
		left: 3px;
		right: 3px;
		bottom: 3px;
		border: 1px solid #e3e0d7;
	}
}
.list-common-step li dd .inner {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.44444;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-step li dd .inner {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.66667;
	}
}
.list-common-step li dd .inner .note {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.85714;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-step li dd .inner .note {
		font-size: 23px;
		font-size: 2.3rem;
		font-size: 3.59375vw;
		line-height: 1.47826;
	}
}
.list-common-step li dd .inner2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.18182;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-step li dd .inner2 {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.42857;
	}
}

.box-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 40px;
	margin-right: 40px;
}
@media only screen and (max-width: 750px) {
	.box-btn {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
.box-btn .btn-common {
	width: 445px;
}
@media only screen and (max-width: 750px) {
	.box-btn .btn-common {
		width: 280px;
		width: 87.5vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
	.box-btn .btn-common:last-child {
		margin-bottom: 0;
	}
}

.box-btn2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 20px;
	margin-right: 20px;
}
@media only screen and (max-width: 750px) {
	.box-btn2 {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
.box-btn2 .btn-common {
	width: 320px;
}
@media only screen and (max-width: 750px) {
	.box-btn2 .btn-common {
		width: 280px;
		width: 87.5vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
	.box-btn2 .btn-common:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 750px) {
	.box-btn2 .btn-common a {
		padding: 11px 20px 11px 52px;
		padding: 3.4375vw 6.25vw 3.4375vw 16.25vw;
	}
}

.box-btn2_2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 20px;
	margin-right: 20px;
}
@media only screen and (max-width: 750px) {
	.box-btn2_2 {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
.box-btn2_2 .btn-common {
	width: 320px;
}
@media only screen and (max-width: 750px) {
	.box-btn2_2 .btn-common {
		width: 280px;
		width: 87.5vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
	.box-btn2_2 .btn-common:last-child {
		margin-bottom: 0;
	}
}
.box-btn2_2 .btn-common a {
	padding: 17px 17px 17px 70px;
}
@media only screen and (max-width: 750px) {
	.box-btn2_2 .btn-common a {
		padding: 11px 20px 11px 52px;
		padding: 3.4375vw 6.25vw 3.4375vw 16.25vw;
	}
}

.box-btn3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	width: 580px;
}
@media only screen and (max-width: 750px) {
	.box-btn3 {
		width: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
	}
}
.box-btn3 .btn-common {
	width: 280px;
}
@media only screen and (max-width: 750px) {
	.box-btn3 .btn-common {
		width: 280px;
		width: 87.5vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
	.box-btn3 .btn-common:last-child {
		margin-bottom: 0;
	}
}
.box-btn3 .btn-common a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-btn3 .btn-common a {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.14286;
	}
}
.box-btn3 .btn-common a .num {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-btn3 .btn-common a .num {
		font-size: 32px;
		font-size: 3.2rem;
		font-size: 5vw;
		line-height: 1;
	}
}
@media only screen and (max-width: 750px) {
	.box-btn3 .btn-common a {
		padding: 14px 0px 14px 0px;
		padding: 4.375vw 0vw 4.375vw 0vw;
	}
}

.box-btn4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 680px;
	margin-top: 10px;
}
.box-btn4.short {
	width: 450px;
}
@media only screen and (max-width: 750px) {
	.box-btn4.short {
		width: auto;
	}
}
@media only screen and (max-width: 750px) {
	.box-btn4 {
		width: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-top: 1px solid #dbd2bb;
		margin-top: 10px;
		margin-top: 3.125vw;
		padding-top: 10px;
		padding-top: 3.125vw;
	}
}
.box-btn4 .btn-common {
	width: 220px;
}
@media only screen and (max-width: 750px) {
	.box-btn4 .btn-common {
		width: 230px;
		width: 71.875vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		margin-bottom: 1.5625vw;
	}
	.box-btn4 .btn-common:last-child {
		margin-bottom: 0;
	}
}
.box-btn4 .btn-common span,
.box-btn4 .btn-common a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: 0.1em;
	padding: 10px;
}
@media only screen and (max-width: 750px) {
	.box-btn4 .btn-common span,
	.box-btn4 .btn-common a {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.33333;
	}
}
@media only screen and (max-width: 750px) {
	.box-btn4 .btn-common span,
	.box-btn4 .btn-common a {
		padding: 7.5px 0px 7.5px 0px;
		padding: 2.34375vw 0vw 2.34375vw 0vw;
	}
}

.box-btn-single {
	width: 445px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
	.box-btn-single {
		width: 280px;
		width: 87.5vw;
		margin-left: auto;
		margin-right: auto;
	}
}

.btn-common {
	max-width: 445px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 750px) {
	.btn-common {
		max-width: 750px;
	}
}
.btn-common.type-brown span,
.btn-common.type-brown a {
	background-color: #9b8045;
	border: 1px solid #9b8045;
	color: #fff;
}
.btn-common.type-brown span:after,
.btn-common.type-brown a:after {
	background-image: url(../images/ico-arrow-w.png);
}
.btn-common.type-brown-small a {
	background-color: #9b8045;
	border: none;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.btn-common.type-brown-small a {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.6;
	}
}
@media only screen and (max-width: 750px) {
	.btn-common.type-brown-small a {
		padding: 5px;
		padding: 1.5625vw;
	}
}
.btn-common.type-brown-small a:after {
	background-image: url(../images/ico-arrow-w.png);
	right: 10px;
	margin-top: -5px;
	width: 6px;
	height: 10px;
}
@media only screen and (max-width: 750px) {
	.btn-common.type-brown-small a:after {
		width: 3px;
		width: 0.9375vw;
		height: 4.5px;
		height: 1.40625vw;
		right: 7.5px;
		right: 2.34375vw;
		margin-top: -2.5px;
		margin-top: -0.78125vw;
	}
}
.btn-common.ico-small-w a:after {
	background-image: url(../images/ico-arrow-w.png);
	right: 10px;
	margin-top: -5px;
	width: 6px;
	height: 10px;
}
@media only screen and (max-width: 750px) {
	.btn-common.ico-small-w a:after {
		width: 3px;
		width: 0.9375vw;
		height: 4.5px;
		height: 1.40625vw;
		right: 7.5px;
		right: 2.34375vw;
		margin-top: -2.5px;
		margin-top: -0.78125vw;
	}
}
.btn-common.type-line a {
	background-image: url(../images/ico-line.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	border: 1px solid #488f1d;
	color: #488f1d;
}
.btn-common.type-line a:after {
	background-image: url(../images/ico-arrow-g.png);
}
.btn-common.type-line-friend a {
	background-image: url(../images/ico-line.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #37820e;
	border: 1px solid #488f1d;
	color: #fff;
}
@media only screen and (max-width: 750px) {
	.btn-common.type-line-friend a {
		box-sizing: border-box;
		width: 250px;
		width: 78.125vw;
		padding: 15px 15px 15px 30px;
		padding: 4.6875vw 4.6875vw 4.6875vw 9.375vw;
		margin-left: auto;
		margin-right: auto;
	}
}
.btn-common.type-line-friend a:after {
	background-image: url(../images/ico-arrow-w.png);
}
.btn-common.type-green a {
	background-color: #37820e;
	color: #fff;
	border: 1px solid #37820e;
}
.btn-common.type-green a:after {
	background-image: url(../images/ico-arrow-w.png);
}
.btn-common.type-mail a {
	background-image: url(../images/ico-mail.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.btn-common.type-tel a {
	background-image: url(../images/ico-phone-sp.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.btn-common.type-small {
	width: 345px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
	.btn-common.type-small {
		width: auto;
	}
}
.btn-common .ico-tel {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/ico-phone2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 10px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	vertical-align: bottom;
}
@media only screen and (max-width: 750px) {
	.btn-common .ico-tel {
		width: 23px;
		width: 7.1875vw;
		height: 23px;
		height: 7.1875vw;
	}
}
.btn-common .ico-mail {
	display: inline-block;
	width: 22px;
	height: 20px;
	background-image: url(../images/ico-mail2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 10px;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	vertical-align: bottom;
}
@media only screen and (max-width: 750px) {
	.btn-common .ico-mail {
		width: 26px;
		width: 8.125vw;
		height: 23px;
		height: 7.1875vw;
	}
}
.btn-common a {
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	padding: 13px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
	border: 1px solid #8e6c1c;
	color: #9b8045;
	position: relative;
	text-align: center;
	background-color: #fff;
	border-radius: 2px;
}
@media only screen and (max-width: 750px) {
	.btn-common a {
		font-size: 26px;
		font-size: 2.6rem;
		font-size: 4.0625vw;
		line-height: 1.23077;
	}
}
@media only screen and (max-width: 750px) {
	.btn-common a {
		padding: 17.5px;
		padding: 5.46875vw;
	}
}
.btn-common a:hover {
	opacity: 0.8;
}
.btn-common a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
	width: 9px;
	height: 15px;
	background-image: url(../images/ico-arrow.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
	.btn-common a:after {
		width: 6px;
		width: 1.875vw;
		height: 10.5px;
		height: 3.28125vw;
		right: 12.5px;
		right: 3.90625vw;
		margin-top: -5px;
		margin-top: -1.5625vw;
	}
}
.btn-common span {
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	padding: 13px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
	border: 1px solid #8e6c1c;
	color: #9b8045;
	position: relative;
	text-align: center;
	background-color: #fff;
	border-radius: 2px;
}
@media only screen and (max-width: 750px) {
	.btn-common span {
		font-size: 26px;
		font-size: 2.6rem;
		font-size: 4.0625vw;
		line-height: 1.23077;
	}
}
@media only screen and (max-width: 750px) {
	.btn-common span {
		padding: 17.5px;
		padding: 5.46875vw;
	}
}

.box-common-tel {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 38px;
	background-color: #fff;
	border: 1px solid #e5e2da;
	text-align: center;
	color: #9b8045;
	padding: 30px;
	position: relative;
}
.box-common-tel:before {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid #e5e2da;
}
.box-common-tel .ico-tel {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url(../images/ico-phone.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 20px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}
.box-common-tel a,
.box-common-tel2 a,
.box-common-tel3 a {
	color: inherit;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 1;
}
.box-common-tel .txt {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	display: inline-block;
	padding-right: 1em;
}
@media only screen and (max-width: 750px) {
	.box-common-tel .txt {
		font-size: 50px;
		font-size: 5rem;
		font-size: 7.8125vw;
		line-height: 1.08;
	}
}
.box-common-tel .num {
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	display: inline-block;
}
@media only screen and (max-width: 750px) {
	.box-common-tel .num {
		font-size: 50px;
		font-size: 5rem;
		font-size: 7.8125vw;
		line-height: 1.08;
	}
}

.box-common-tel2 {
	width: 280px;
	background-color: #fff;
	border: 1px solid #e5e2da;
	text-align: center;
	color: #9b8045;
	padding: 10px 0;
	position: relative;
	border-radius: 3px;
}
.box-common-tel2:before {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	border: 1px solid #e5e2da;
	background-color: #f7f5f0;
}
.box-common-tel2 .ico-tel {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/ico-phone.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 10px;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}
.box-common-tel2 .num {
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.11111;
	letter-spacing: 0.1em;
	display: inline-block;
	font-family:
		"Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝",
		"MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 750px) {
	.box-common-tel2 .num {
		font-size: 50px;
		font-size: 5rem;
		font-size: 7.8125vw;
		line-height: 1.08;
	}
}

.box-common-tel3 {
	width: 320px;
	background-color: #fff;
	border: 1px solid #e5e2da;
	color: #9b8045;
	padding: 10px 0;
	position: relative;
	border-radius: 3px;
}
.box-common-tel3:before {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	border: 1px solid #e5e2da;
}
.box-common-tel3 .ico-tel {
	display: block;
	position: absolute;
	left: 40px;
	top: 20px;
	width: 28px;
	height: 28px;
	background-image: url(../images/ico-phone.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 10px;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}
.box-common-tel3 .txt {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0.1em;
	display: block;
	padding-right: 1em;
	margin-left: 90px;
}
@media only screen and (max-width: 750px) {
	.box-common-tel3 .txt {
		font-size: 50px;
		font-size: 5rem;
		font-size: 7.8125vw;
		line-height: 1.08;
	}
}
.box-common-tel3 .num {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.14286;
	letter-spacing: 0.1em;
	margin-left: 90px;
	display: block;
}
@media only screen and (max-width: 750px) {
	.box-common-tel3 .num {
		font-size: 50px;
		font-size: 5rem;
		font-size: 7.8125vw;
		line-height: 1.08;
	}
}

.list-common-performance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.list-common-performance {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 27.5px;
		margin-bottom: 8.59375vw;
		border-top: 1px solid #9b8045;
	}
}
.list-common-performance li {
	width: 150px;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.list-common-performance li {
		text-align: left;
		width: 50%;
		border-bottom: 1px solid #9b8045;
	}
	.list-common-performance li:nth-child(odd) {
		border-right: 1px solid #9b8045;
	}
}
.list-common-performance li a {
	display: block;
}
@media only screen and (max-width: 750px) {
	.list-common-performance li a {
		color: #9b8045;
		background-color: #fcfbf5;
		padding: 20px;
		padding: 6.25vw;
		position: relative;
	}
	.list-common-performance li a:after {
		content: "";
		position: absolute;
		top: 50%;
		background-image: url(../images/ico-arrow.png);
		background-size: 100%;
		background-repeat: no-repeat;
		width: 6px;
		width: 1.875vw;
		height: 10.5px;
		height: 3.28125vw;
		right: 12.5px;
		right: 3.90625vw;
		margin-top: -5px;
		margin-top: -1.5625vw;
	}
}
.list-common-performance li .pic {
	margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
	.list-common-performance li .pic {
		display: none;
	}
}
.list-common-performance li .txt {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.list-common-performance li .txt {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.28571;
	}
}

.box-common-bnr {
	margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
	.box-common-bnr {
		margin-bottom: 40px;
		margin-bottom: 12.5vw;
	}
}

.list-common-bnr {
	margin-left: 20px;
	margin-right: 20px;
}
@media only screen and (max-width: 750px) {
	.list-common-bnr {
		margin-left: 20px;
		margin-left: 6.25vw;
		margin-right: 20px;
		margin-right: 6.25vw;
	}
}
.list-common-bnr li {
	margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
	.list-common-bnr li {
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
}

.box-common-connoisseur {
	margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
	.box-common-connoisseur {
		margin-bottom: 40px;
		margin-bottom: 12.5vw;
	}
}

.list-common-connoisseur {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.list-common-connoisseur {
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
		display: block;
	}
}
.list-common-connoisseur li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 470px;
	margin-right: 60px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
	.list-common-connoisseur li {
		margin-left: auto;
		margin-right: auto;
		width: 300px;
		width: 93.75vw;
		margin-bottom: 20px;
		margin-bottom: 6.25vw;
	}
}
.list-common-connoisseur li:nth-child(even) {
	margin-right: 0;
}
@media only screen and (max-width: 750px) {
	.list-common-connoisseur li:nth-child(even) {
		margin-right: auto;
	}
}
.list-common-connoisseur li .pic {
	width: 200px;
}
@media only screen and (max-width: 750px) {
	.list-common-connoisseur li .pic {
		width: 100px;
		width: 31.25vw;
	}
}
.list-common-connoisseur li .box-txt {
	margin-left: 30px;
	width: 240px;
}
@media only screen and (max-width: 750px) {
	.list-common-connoisseur li .box-txt {
		margin-left: 15px;
		margin-left: 4.6875vw;
		width: 185px;
		width: 57.8125vw;
	}
}
.list-common-connoisseur li .box-txt .txt-name {
	border-bottom: 1px solid #e3e0d7;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
	.list-common-connoisseur li .box-txt .txt-name {
		padding-bottom: 10px;
		padding-bottom: 3.125vw;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
}
.list-common-connoisseur li .box-txt .txt-name .job {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.66667;
	letter-spacing: 0.1em;
	background-color: #9b8045;
	color: #fff;
	display: inline-block;
	padding: 2px 10px;
	margin-right: 10px;
}
@media only screen and (max-width: 750px) {
	.list-common-connoisseur li .box-txt .txt-name .job {
		font-size: 16px;
		font-size: 1.6rem;
		font-size: 2.5vw;
		line-height: 1.25;
	}
}
.list-common-connoisseur li .box-txt .txt-name .name {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.33333;
	letter-spacing: 0.1em;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.list-common-connoisseur li .box-txt .txt-name .name {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.14286;
	}
}
.list-common-connoisseur li .box-txt .txt {
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.46154;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-connoisseur li .box-txt .txt {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
}

.box-common-about {
	padding-top: 30px;
	padding-bottom: 80px;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.box-common-about {
		padding-top: 15px;
		padding-top: 4.6875vw;
		padding-bottom: 27.5px;
		padding-bottom: 8.59375vw;
	}
}
.box-common-about.type2 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.box-common-about.type2.box-common {
	width: 1140px;
}
@media only screen and (max-width: 750px) {
	.box-common-about.type2.box-common {
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-about.type2 {
		padding-top: 15px;
		padding-top: 4.6875vw;
		padding-bottom: 10px;
		padding-bottom: 3.125vw;
	}
}
.box-common-about.type2 .txt {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
	.box-common-about.type2 .txt {
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 3.4375vw;
		line-height: 1.58333;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-about.type2 .txt {
		text-align: center;
		width: 280px;
		width: 87.5vw;
		margin-left: auto;
		margin-right: auto;
	}
}
.box-common-about .txt-image {
	display: block;
	width: 206px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
	.box-common-about .txt-image {
		width: 103px;
		width: 32.1875vw;
	}
}
.box-common-about .txt-top {
	display: block;
	color: #fff;
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.26316;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-about .txt-top {
		font-size: 38px;
		font-size: 3.8rem;
		font-size: 5.9375vw;
		line-height: 0.94737;
	}
}
.box-common-about .txt-bottom {
	color: #fff;
	display: block;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.28571;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-about .txt-bottom {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.28571;
	}
}
.box-common-about .txt {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #fff;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
.box-common-about .txt p {
	margin: 0 0 0.8em;
}
.box-common-about .txt p:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
	.box-common-about .txt {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.71429;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-about .txt {
		margin-top: 20px;
		margin-top: 6.25vw;
		margin-bottom: 20px;
		margin-bottom: 6.25vw;
	}
}

.box-common-voice {
	padding-top: 80px;
	padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
	.box-common-voice {
		padding-top: 27.5px;
		padding-top: 8.59375vw;
		padding-bottom: 40px;
		padding-bottom: 12.5vw;
	}
}

.list-common-voice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.list-common-voice {
		display: block;
		width: 300px;
		width: 93.75vw;
		margin-bottom: 0px;
		margin-bottom: 0vw;
		margin-left: auto;
		margin-right: auto;
	}
}
.list-common-voice li {
	width: 310px;
	margin-right: 35px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
	.list-common-voice li {
		width: auto;
		margin-right: 0;
		margin-bottom: 25px;
		margin-bottom: 7.8125vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.list-common-voice li:nth-child(3n) {
	margin-right: 0;
}
.list-common-voice li .pic {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
	.list-common-voice li .pic {
		width: 100px;
		width: 31.25vw;
		height: 100px;
		height: 31.25vw;
		margin-left: 0;
		margin-right: 0;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-voice li .box-txt {
		width: 185px;
		width: 57.8125vw;
	}
}
.list-common-voice li .box-txt .lead {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.47059;
	letter-spacing: 0.1em;
	color: #9b8045;
	text-align: center;
	border-bottom: 1px solid #e3e0d7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
	.list-common-voice li .box-txt .lead {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
.list-common-voice li .box-txt .txt {
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.46154;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-voice li .box-txt .txt {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
	}
}

.box-common-realtime {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e3e0d7;
}
@media only screen and (max-width: 750px) {
	.box-common-realtime {
		padding-top: 30px;
		padding-top: 9.375vw;
		padding-bottom: 30px;
		padding-bottom: 9.375vw;
	}
}
.box-common-realtime .headline-ornament {
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.box-common-realtime .headline-ornament {
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}

.list-common-realtime {
	overflow: hidden;
}
.list-common-realtime ul {
	width: 10000px;
}
.list-common-realtime ul.move {
	transition-property: margin-left;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 750px) {
	.list-common-realtime ul {
		-webkit-transform: translateX(14.0625vw);
		transform: translateX(14.0625vw);
	}
}
.list-common-realtime li {
	float: left;
	width: 184px;
	margin-right: 20px;
}
@media only screen and (max-width: 750px) {
	.list-common-realtime li {
		width: 230px;
		width: 71.875vw;
		margin-right: 20px;
		margin-right: 6.25vw;
	}
}
.list-common-realtime li .pic {
	margin-bottom: 10px;
}
.list-common-realtime li .txt {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.46154;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.list-common-realtime li .txt {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
	}
}
.list-common-realtime li .price {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.58333;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #fcfbf7;
	border: 1px solid #9b8045;
	color: #9b8045;
	border-radius: 3px;
	padding: 8px 2px;
}
@media only screen and (max-width: 750px) {
	.list-common-realtime li .price {
		font-size: 32px;
		font-size: 3.2rem;
		font-size: 5vw;
		line-height: 1.25;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-realtime li .price {
		background-color: #fff;
	}
}
.list-common-realtime li .price .num {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.26667;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-realtime li .price .num {
		font-size: 40px;
		font-size: 4rem;
		font-size: 6.25vw;
		line-height: 1;
	}
}

.box-common-carousel {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 70px;
	border-top: 1px solid #e3e0d7;
	border-bottom: 1px solid #e3e0d7;
}
@media only screen and (max-width: 750px) {
	.box-common-carousel {
		padding-top: 30px;
		padding-top: 9.375vw;
		padding-bottom: 30px;
		padding-bottom: 9.375vw;
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}

.list-common-carousel {
	overflow: hidden;
}
.list-common-carousel ul {
	width: 10000px;
}
.list-common-carousel ul.move {
	transition-property: margin-left;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 750px) {
	.list-common-carousel ul {
		-webkit-transform: translateX(14.0625vw);
		transform: translateX(14.0625vw);
	}
}
.list-common-carousel li {
	float: left;
	width: 230px;
	margin-right: 26px;
}
@media only screen and (max-width: 750px) {
	.list-common-carousel li {
		width: 230px;
		width: 71.875vw;
		margin-right: 20px;
		margin-right: 6.25vw;
	}
}

.btn-prev,
.btn-next {
	width: 20px;
	height: 120px;
	position: absolute;
	background-color: #9b8045;
	top: 50%;
	margin-top: -60px;
	background-size: 7px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
@media only screen and (max-width: 750px) {
	.btn-prev,
	.btn-next {
		background-color: transparent;
		width: 18px;
		width: 5.625vw;
		height: 30px;
		height: 9.375vw;
		margin-top: -15px;
		margin-top: -4.6875vw;
		background-size: 100%;
	}
}

.btn-prev {
	left: -50px;
	background-image: url(../images/ico-arrow-l.png);
}
@media only screen and (max-width: 750px) {
	.btn-prev {
		background-image: url(../images/ico-arrow-l-sp.png);
		left: 10px;
		left: 3.125vw;
	}
}

.btn-next {
	right: -50px;
	background-image: url(../images/ico-arrow-r.png);
}
@media only screen and (max-width: 750px) {
	.btn-next {
		background-image: url(../images/ico-arrow-r-sp.png);
		right: 10px;
		right: 3.125vw;
	}
}

.box-common-btn {
	padding: 60px 0;
}
@media only screen and (max-width: 750px) {
	.box-common-btn {
		padding: 25px 0px;
		padding: 7.8125vw 0vw;
	}
}
.box-common-btn .lead {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 2.16667;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-btn .lead {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 2.07143;
	}
}
.box-common-btn .title {
	text-align: center;
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.36842;
	letter-spacing: 0.1em;
	color: #9b8045;
	margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
	.box-common-btn .title {
		font-size: 42px;
		font-size: 4.2rem;
		font-size: 6.5625vw;
		line-height: 1.38095;
	}
}

.box-common-news {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 750px) {
	.box-common-news {
		width: 280px;
		width: 87.5vw;
		display: block;
		padding: 40px 0px 10px 0px;
		padding: 12.5vw 0vw 3.125vw 0vw;
	}
}
.box-common-news .box-common-news-inner {
	width: 500px;
	padding: 40px 0 50px 0;
}
@media only screen and (max-width: 750px) {
	.box-common-news .box-common-news-inner {
		width: auto;
		padding: 0;
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
	.box-common-news .box-common-news-inner:before,
	.box-common-news .box-common-news-inner:after {
		display: none !important;
	}
}
.box-common-news .box-common-news-inner p {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.66667;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-news .box-common-news-inner p {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
	}
}
.box-common-news .box-common-news-inner ul {
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 750px) {
	.box-common-news .box-common-news-inner ul {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
		margin-bottom: 6.25vw;
		border-top: 1px solid #e3e0d7;
	}
}
.box-common-news .box-common-news-inner ul li {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.66667;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-news .box-common-news-inner ul li {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
	}
}
.box-common-news .box-common-news-inner ul li dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e3e0d7;
}
@media only screen and (max-width: 750px) {
	.box-common-news .box-common-news-inner ul li dl {
		display: block;
		padding-top: 9px;
		padding-top: 2.8125vw;
		padding-bottom: 9px;
		padding-bottom: 2.8125vw;
	}
}
.box-common-news .box-common-news-inner ul li dt {
	width: 18.60465%;
}
@media only screen and (max-width: 750px) {
	.box-common-news .box-common-news-inner ul li dt {
		width: auto;
		color: #9b8045;
	}
}
.box-common-news .box-common-news-inner ul li dd {
	width: 76.74419%;
}
@media only screen and (max-width: 750px) {
	.box-common-news .box-common-news-inner ul li dd {
		width: auto;
	}
}

.border-double,
.pic-entry,
.box-common-news .box-common-news-inner {
	position: relative;
}
.border-double:before,
.pic-entry:before,
.box-common-news .box-common-news-inner:before,
.border-double:after,
.pic-entry:after,
.box-common-news .box-common-news-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #e3e0d7;
}
.border-double:after,
.pic-entry:after,
.box-common-news .box-common-news-inner:after {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}

.pic-double,
.list-blog li .pic,
.list-common-performance li .pic,
.list-common-connoisseur li .pic,
.list-common-voice li .pic,
.list-common-realtime li .pic,
.list-common-brandlist li .pic,
.list-item-result li .pic,
.box-itemlist .pic,
.box-shoplist .pic,
.box-itemlist .pic3,
.box-shoplist .pic3,
.box-itemlist .list-shop-detail li,
.box-shoplist .list-shop-detail li,
.box-top-koukakaitori .inner .inner-r,
.box-voice .box-voice-customer .pic,
.box-voice .box-voice-bp .pic {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #e3e0d7;
}
.pic-double:before,
.list-blog li .pic:before,
.list-common-performance li .pic:before,
.list-common-connoisseur li .pic:before,
.list-common-voice li .pic:before,
.list-common-realtime li .pic:before,
.list-common-brandlist li .pic:before,
.list-item-result li .pic:before,
.box-itemlist .pic:before,
.box-shoplist .pic:before,
.box-itemlist .pic3:before,
.box-shoplist .pic3:before,
.box-itemlist .list-shop-detail li:before,
.box-shoplist .list-shop-detail li:before,
.box-top-koukakaitori .inner .inner-r:before,
.box-voice .box-voice-customer .pic:before,
.box-voice .box-voice-bp .pic:before,
.pic-double:after,
.list-blog li .pic:after,
.list-common-performance li .pic:after,
.list-common-connoisseur li .pic:after,
.list-common-voice li .pic:after,
.list-common-realtime li .pic:after,
.list-common-brandlist li .pic:after,
.list-item-result li .pic:after,
.box-itemlist .pic:after,
.box-shoplist .pic:after,
.box-itemlist .pic3:after,
.box-shoplist .pic3:after,
.box-itemlist .list-shop-detail li:after,
.box-shoplist .list-shop-detail li:after,
.box-top-koukakaitori .inner .inner-r:after,
.box-voice .box-voice-customer .pic:after,
.box-voice .box-voice-bp .pic:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #fff;
}
.pic-double:after,
.list-blog li .pic:after,
.list-common-performance li .pic:after,
.list-common-connoisseur li .pic:after,
.list-common-voice li .pic:after,
.list-common-realtime li .pic:after,
.list-common-brandlist li .pic:after,
.list-item-result li .pic:after,
.box-itemlist .pic:after,
.box-shoplist .pic:after,
.box-itemlist .pic3:after,
.box-shoplist .pic3:after,
.box-itemlist .list-shop-detail li:after,
.box-shoplist .list-shop-detail li:after,
.box-top-koukakaitori .inner .inner-r:after,
.box-voice .box-voice-customer .pic:after,
.box-voice .box-voice-bp .pic:after {
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 1px solid #e3e0d7;
}
.pic-double a:before,
.list-blog li .pic a:before,
.list-common-performance li .pic a:before,
.list-common-connoisseur li .pic a:before,
.list-common-voice li .pic a:before,
.list-common-realtime li .pic a:before,
.list-common-brandlist li .pic a:before,
.list-item-result li .pic a:before,
.box-itemlist .pic a:before,
.box-shoplist .pic a:before,
.box-itemlist .pic3 a:before,
.box-shoplist .pic3 a:before,
.box-itemlist .list-shop-detail li a:before,
.box-shoplist .list-shop-detail li a:before,
.box-top-koukakaitori .inner .inner-r a:before,
.box-voice .box-voice-customer .pic a:before,
.box-voice .box-voice-bp .pic a:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.pic-single,
.list-item-category li .pic {
	position: relative;
}
.pic-single:before,
.list-item-category li .pic:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #e3e0d7;
}

.box-common-reason6 {
	padding-top: 60px;
	padding-bottom: 40px;
}
@media only screen and (max-width: 750px) {
	.box-common-reason6 {
		padding-top: 30px;
		padding-top: 9.375vw;
		padding-bottom: 10px;
		padding-bottom: 3.125vw;
	}
}

.list-common-reason6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 70px;
}
@media only screen and (max-width: 750px) {
	.list-common-reason6 {
		display: block;
		margin-top: 17.5px;
		margin-top: 5.46875vw;
	}
}
.list-common-reason6 dl {
	border: 1px solid #9b8045;
	width: 480px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
	.list-common-reason6 dl {
		width: 100%;
		border-right: none;
		border-left: none;
		margin-bottom: 20px;
		margin-bottom: 6.25vw;
	}
}
.list-common-reason6 dl dt {
	position: relative;
	background-color: #fcfbf5;
	padding: 10px 0 10px 80px;
	border-bottom: 1px solid #9b8045;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.list-common-reason6 dl dt {
		text-align: center;
		padding: 7.5px 0px 7.5px 0px;
		padding: 2.34375vw 0vw 2.34375vw 0vw;
	}
}
.list-common-reason6 dl dt .num {
	position: absolute;
	left: 10px;
	bottom: -7px;
	font-style: italic;
	color: #d7cbb2;
	font-size: 80px;
	font-size: 8rem;
	line-height: 1.125;
}
@media only screen and (max-width: 750px) {
	.list-common-reason6 dl dt .num {
		font-size: 94px;
		font-size: 9.4rem;
		font-size: 14.6875vw;
		line-height: 1;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-reason6 dl dt .num {
		left: 5px;
		bottom: 2.5px;
		bottom: 0.78125vw;
	}
}
.list-common-reason6 dl dt .lead {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-reason6 dl dt .lead {
		font-size: 30px;
		font-size: 3rem;
		font-size: 4.6875vw;
		line-height: 1.33333;
	}
}
.list-common-reason6 dl dd {
	padding: 25px;
}
@media only screen and (max-width: 750px) {
	.list-common-reason6 dl dd {
		padding: 12.5px;
		padding: 3.90625vw;
	}
}
.list-common-reason6 dl dd .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.list-common-reason6 dl dd .pic {
	width: 184px;
}
@media only screen and (max-width: 750px) {
	.list-common-reason6 dl dd .pic {
		width: 92px;
		width: 28.75vw;
	}
}
.list-common-reason6 dl dd .txt {
	width: 220px;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-reason6 dl dd .txt {
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 3.4375vw;
		line-height: 1.54545;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-reason6 dl dd .txt {
		width: 195px;
		width: 60.9375vw;
	}
}

.box-common-help {
	background-color: #f7f5f0;
	padding-top: 60px;
	padding-bottom: 80px;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.box-common-help {
		padding-top: 25px;
		padding-top: 7.8125vw;
		padding-bottom: 27.5px;
		padding-bottom: 8.59375vw;
	}
}
.box-common-help .lead {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.33333;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
	.box-common-help .lead {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-help .lead {
		margin-bottom: 5px;
		margin-bottom: 1.5625vw;
	}
}
.box-common-help .title {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.10526;
	letter-spacing: 0.1em;
	color: #9b8045;
	margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
	.box-common-help .title {
		font-size: 38px;
		font-size: 3.8rem;
		font-size: 5.9375vw;
		line-height: 1.26316;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-help .title {
		margin-bottom: 17.5px;
		margin-bottom: 5.46875vw;
	}
}
.box-common-help .pic {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.box-common-help .pic {
		margin-left: 20px;
		margin-left: 6.25vw;
		margin-right: 20px;
		margin-right: 6.25vw;
		margin-bottom: 20px;
		margin-bottom: 6.25vw;
	}
}

.box-common-table dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #e3e0d7;
}
@media only screen and (max-width: 750px) {
	.box-common-table dl {
		display: block;
		width: 280px;
		width: 87.5vw;
		padding: 12.5px 0px;
		padding: 3.90625vw 0vw;
		margin-left: auto;
		margin-right: auto;
	}
}
.box-common-table dl:first-child {
	border-top: 1px solid #e3e0d7;
}
.box-common-table dl dt {
	width: 200px;
	color: #9b8045;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-table dl dt {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.21429;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-table dl dt {
		width: auto;
		margin-bottom: 6px;
		margin-bottom: 1.875vw;
	}
}
.box-common-table dl dd {
	width: 760px;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-table dl dd {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-table dl dd {
		width: auto;
	}
}

.box-common-table .googlemap {
	margin-top: 20px;
	position: relative;
}
.box-common-table .googlemap:after {
	content: "";
	display: block;
	padding-top: 52.63158%;
}
@media only screen and (max-width: 750px) {
	.box-common-table .googlemap:after {
		padding-top: 75%;
	}
}
.box-common-table .googlemap iframe {
	position: absolute;
	left: 0;
	top: 0;
}

.lead-common1 {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	margin-bottom: 55px;
}
@media only screen and (max-width: 750px) {
	.lead-common1 {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.71429;
	}
}
@media only screen and (max-width: 750px) {
	.lead-common1 {
		margin-bottom: 25px;
		margin-bottom: 7.8125vw;
	}
}

.lead-common2 {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.lead-common2 {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.83333;
	}
}
@media only screen and (max-width: 750px) {
	.lead-common2 {
		margin-bottom: 25px;
		margin-bottom: 7.8125vw;
	}
}

.list-common-tab.type4 > ul > li {
	border-right: 1px solid #9b8045;
	border-left: none;
	width: calc(100% / 4);
}
.list-common-tab.type4 > ul > li:nth-child(1) {
	border-left: 1px solid #9b8045;
}
.list-common-tab.type4 > ul > li:nth-child(2) {
	border-right: 1px solid #9b8045;
}
.list-common-tab.type4.is-shoplist-hidden > ul > li {
	width: calc(100% / 3);
}
.list-common-tab.type4.is-shoplist-hidden > ul > li:nth-child(1) {
	border-left: 1px solid #9b8045;
}
.list-common-tab.type4 > ul > li.current a:before {
	background-image: url(../images/ico-arrow-tab-current.png);
}
@media only screen and (max-width: 750px) {
	.list-common-tab.type4 > ul > li.current a:before {
		background-image: url(../images/ico-arrow-tab-current-sp.png);
	}
}
.list-common-tab.type4 > ul > li a {
	padding: 20px;
}
.list-common-tab.type4 > ul > li a:before {
	background-image: url(../images/ico-arrow-tab.png);
	background-size: 100%;
}
@media only screen and (max-width: 750px) {
	.list-common-tab.type4 > ul > li a {
		padding: 9px 0px;
		padding: 2.8125vw 0vw;
	}
	.list-common-tab.type4 > ul > li a.double {
		padding: 16.5px 0px;
		padding: 5.15625vw 0vw;
	}
	.list-common-tab.type4 > ul > li a:before {
		background-image: url(../images/ico-arrow-tab-sp.png);
	}
}
@media only screen and (min-width: 1286px) {
	.list-common-tab.type4 > ul > li a:hover:before {
		background-image: url(../images/ico-arrow-tab-current.png);
	}
}
.list-common-tab.type4 > ul > li a .title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-tab.type4 > ul > li a .title {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
	}
}

.list-common-tab.wide ul li a {
	padding: 30px;
}
.list-common-tab.wide ul li a .title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.22222;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-tab.wide ul li a .title {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
	}
}

.list-common-tab > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #9b8045;
}
@media only screen and (max-width: 750px) {
	.list-common-tab > ul {
		margin-left: 5px;
		margin-left: 1.5625vw;
		margin-right: 5px;
		margin-right: 1.5625vw;
	}
}
.list-common-tab > ul > li {
	border-right: 1px solid #9b8045;
	border-left: 1px solid #9b8045;
	width: calc(100% / 3);
}
.list-common-tab > ul > li:nth-child(2) {
	border-right: none;
	border-left: none;
}
.list-common-tab > ul > li.current a {
	background-color: #9b8045;
}
.list-common-tab > ul > li.current a span {
	color: #fff;
}
@media only screen and (max-width: 750px) {
	.list-common-tab > ul > li.current a:before {
		background-image: url(../images/ico-arrow-tab-current-sp.png);
	}
}
.list-common-tab > ul > li a {
	position: relative;
	display: block;
	padding: 10px;
	text-align: center;
	transition-property: background-color background-image;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.list-common-tab > ul > li a:before {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
	.list-common-tab > ul > li a {
		padding: 10px;
		padding: 3.125vw;
	}
	.list-common-tab > ul > li a:before {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		top: auto;
		width: 10px;
		width: 3.125vw;
		height: 10px;
		height: 3.125vw;
		background-image: url(../images/ico-arrow-tab-sp.png);
		background-size: 100%;
		background-repeat: no-repeat;
	}
}
@media only screen and (min-width: 1286px) {
	.list-common-tab > ul > li a:hover {
		background-color: #9b8045;
	}
	.list-common-tab > ul > li a:hover span {
		color: #fff;
	}
}
.list-common-tab > ul > li a span {
	transition-property: color background-image;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	display: block;
	color: #9b8045;
}
.list-common-tab > ul > li a .lead {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-tab > ul > li a .lead {
		font-size: 16px;
		font-size: 1.6rem;
		font-size: 2.5vw;
		line-height: 1.375;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-tab > ul > li a .lead {
		min-height: 3.2em;
	}
}
.list-common-tab > ul > li a .title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.30769;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-tab > ul > li a .title {
		font-size: 32px;
		font-size: 3.2rem;
		font-size: 5vw;
		line-height: 1.0625;
	}
}

.list-common-tab .list-shoplist {
	position: relative;
	z-index: 1;
}
.list-common-tab .list-shoplist:hover > a {
	background-color: #9b8045;
}
.list-common-tab .list-shoplist:hover > a:before {
	background-image: url(../images/ico-arrow-tab-current.png);
}
@media only screen and (max-width: 750px) {
	.list-common-tab .list-shoplist:hover > a:before {
		background-image: url(../images/ico-arrow-tab-current-sp.png);
	}
}
.list-common-tab .list-shoplist:hover > a span {
	color: #fff;
}
.list-common-tab .list-shoplist:hover .list-shoplist-inner {
	display: block;
}
.list-common-tab .list-shoplist .list-shoplist-inner {
	display: none;
}
.list-common-tab .list-shoplist ul {
	position: absolute;
	top: 60px;
	left: -1px;
	width: calc(100% + 2px);
	background-color: #fff;
	border-top: 1px solid #9b8045;
	border-left: 1px solid #9b8045;
	border-right: 1px solid #9b8045;
}
@media only screen and (max-width: 750px) {
	.list-common-tab .list-shoplist ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 320px;
		width: 100vw;
		top: 39px;
		top: 12.1875vw;
		border-top: none;
		border-bottom: 1px solid #9b8045;
		border-left: none;
		border-right: none;
		left: -5px;
		left: -1.5625vw;
	}
}
.list-common-tab .list-shoplist ul li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #9b8045;
}
@media only screen and (max-width: 750px) {
	.list-common-tab .list-shoplist ul li {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-tab .list-shoplist ul li {
		border-top: 1px solid #9b8045;
		border-right: 1px solid #9b8045;
		border-bottom: none;
		width: 50%;
	}
	.list-common-tab .list-shoplist ul li:nth-child(even) {
		border-right: none;
	}
}
.list-common-tab .list-shoplist ul li a {
	color: #9b8045;
	padding: 5px;
}
@media only screen and (max-width: 750px) {
	.list-common-tab .list-shoplist ul li a {
		padding: 12.5px;
		padding: 3.90625vw;
	}
	.list-common-tab .list-shoplist ul li a:before {
		width: 6px;
		width: 1.875vw;
		height: 10.5px;
		height: 3.28125vw;
		background-image: url(../images/ico-arrow-tab.png);
		background-size: 100%;
		bottom: auto;
		top: 50%;
		right: 5px;
		right: 1.5625vw;
	}
}
.list-common-tab .list-shoplist ul li a:hover {
	background-color: #f7f5f1;
}
.list-common-tab .list-shoplist ul li a:hover:before {
	background-image: url(../images/ico-arrow-tab.png);
}

.headline-leaf2 {
	margin-bottom: 30px;
	text-align: center;
	background-image: url(../images/bg-leaf-l.png), url(../images/bg-leaf-r.png);
	background-size: 48px, 48px;
	background-position:
		left 0px,
		right 0px;
	background-repeat: no-repeat;
	padding: 0 50px;
	height: 68px;
	position: relative;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.headline-leaf2 {
		font-size: 30px;
		font-size: 3rem;
		font-size: 4.6875vw;
		line-height: 1.33333;
	}
}
@media only screen and (max-width: 750px) {
	.headline-leaf2 {
		background-size: 8.4375vw, 8.4375vw;
		background-position:
			left 0,
			right 0;
		width: 0px 30px;
		width: 0vw 9.375vw;
		height: 37px;
		height: 11.5625vw;
	}
}
.headline-leaf2 span {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.box-common-border {
	border-top: 1px solid #9b8045;
	border-bottom: 1px solid #9b8045;
	padding-top: 50px;
	padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
	.box-common-border {
		padding-top: 20px;
		padding-top: 6.25vw;
		padding-bottom: 20px;
		padding-bottom: 6.25vw;
	}
}

.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	overflow: hidden;
	text-align: center;
}
.modal .modal-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-image: url(../images/btn-modal-close.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	cursor: pointer;
}
@media only screen and (max-width: 750px) {
	.modal .modal-close {
		width: 25px;
		width: 7.8125vw;
		height: 25px;
		height: 7.8125vw;
	}
}
.modal .modal-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	width: 90%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.modal .modal-inner-pic {
	position: relative;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	width: 90%;
	height: 70%;
	max-width: 530px;
	max-height: 600px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 750px) {
	.modal .modal-inner-pic {
		height: 250px;
		height: 78.125vw;
	}
}
.modal .modal-inner-pic.show {
	opacity: 1;
}
.modal .modal-inner-pic #modal-pic-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	text-align: center;
	color: #fff;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.modal .modal-inner-pic #modal-pic-caption {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.66667;
	}
}
@media only screen and (max-width: 750px) {
	.modal .modal-inner-pic #modal-pic-caption {
		bottom: -25px;
		bottom: -7.8125vw;
	}
}
.modal .modal-inner-pic img {
	height: 100%;
	width: auto;
}
.modal .mov {
	position: relative;
	padding-top: 56.33803%;
	background-color: #000;
}
.modal .mov iframe {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.ctrl-modal-nextprev {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 33px;
	z-index: 3;
	cursor: pointer;
	margin-top: -15px;
	background-repeat: no-repeat;
	background-size: 100%;
}
@media only screen and (max-width: 750px) {
	.ctrl-modal-nextprev {
		width: 10px;
		width: 3.125vw;
		height: 16.5px;
		height: 5.15625vw;
		margin-top: -7.5px;
		margin-top: -2.34375vw;
	}
}
.ctrl-modal-nextprev#ctrl-modal-prev {
	left: 20px;
	background-image: url(../images/btn-top-prev.png);
}
@media only screen and (max-width: 750px) {
	.ctrl-modal-nextprev#ctrl-modal-prev {
		left: 10px;
		left: 3.125vw;
	}
}
.ctrl-modal-nextprev#ctrl-modal-next {
	right: 20px;
	background-image: url(../images/btn-top-next.png);
}
@media only screen and (max-width: 750px) {
	.ctrl-modal-nextprev#ctrl-modal-next {
		right: 10px;
		right: 3.125vw;
	}
}

.block-company {
	margin-bottom: 75px;
}
@media only screen and (max-width: 750px) {
	.block-company {
		margin-bottom: 25px;
		margin-bottom: 7.8125vw;
	}
}
.block-company .lead-company {
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1.19565;
	letter-spacing: 0.1em;
	color: #9b8045;
	text-align: center;
	margin-bottom: 75px;
}
@media only screen and (max-width: 750px) {
	.block-company .lead-company {
		font-size: 46px;
		font-size: 4.6rem;
		font-size: 7.1875vw;
		line-height: 1.34783;
	}
}
@media only screen and (max-width: 750px) {
	.block-company .lead-company {
		margin-bottom: 20px;
		margin-bottom: 6.25vw;
	}
}
.block-company .box-company {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
	.block-company .box-company {
		display: block;
		width: 280px;
		width: 87.5vw;
		margin-bottom: 25px;
		margin-bottom: 7.8125vw;
		margin-left: auto;
		margin-right: auto;
	}
}
.block-company .box-company.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.block-company .box-company .pic {
	width: 400px;
}
@media only screen and (max-width: 750px) {
	.block-company .box-company .pic {
		width: auto;
		margin-bottom: 15px;
		margin-bottom: 4.6875vw;
	}
}
.block-company .box-company p.txt {
	width: 560px;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.block-company .box-company p.txt {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
@media only screen and (max-width: 750px) {
	.block-company .box-company p.txt {
		width: auto;
	}
}
.block-company .box-company dl.txt {
	width: 560px;
}
@media only screen and (max-width: 750px) {
	.block-company .box-company dl.txt {
		width: auto;
		margin-bottom: 15px;
		margin-bottom: 4.6875vw;
	}
}
.block-company .box-company dl.txt dt {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.28571;
	letter-spacing: 0.1em;
	color: #9b8045;
	border-bottom: 1px solid #9b8045;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
	.block-company .box-company dl.txt dt {
		font-size: 32px;
		font-size: 3.2rem;
		font-size: 5vw;
		line-height: 1.1875;
	}
}
@media only screen and (max-width: 750px) {
	.block-company .box-company dl.txt dt {
		text-align: center;
		padding-bottom: 10px;
		padding-bottom: 3.125vw;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
}
.block-company .box-company dl.txt dd {
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.block-company .box-company dl.txt dd {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
.block-company .box-company .lead {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.block-company .box-company .lead {
		margin-bottom: 15px;
		margin-bottom: 4.6875vw;
		position: relative;
	}
}
.block-company .box-company .lead .post {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	display: block;
}
@media only screen and (max-width: 750px) {
	.block-company .box-company .lead .post {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
.block-company .box-company .lead .name {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.block-company .box-company .lead .name {
		font-size: 48px;
		font-size: 4.8rem;
		font-size: 7.5vw;
		line-height: 1.29167;
	}
}

.box-contact {
	border-top: 1px solid #9b8045;
	padding-top: 75px;
	padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
	.box-contact {
		padding-top: 20px;
		padding-top: 6.25vw;
		padding-bottom: 20px;
		padding-bottom: 6.25vw;
	}
}

.box-common-form .headline {
	background-color: #f7f5f0;
	color: #9b8045;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
	.box-common-form .headline {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.25;
	}
}

.box-common-form dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e3e0d7;
}
.box-common-form dl.last {
	border-bottom: none;
}
@media only screen and (max-width: 750px) {
	.box-common-form dl {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 280px;
		width: 87.5vw;
		padding-bottom: 15px;
		padding-bottom: 4.6875vw;
		margin-bottom: 12.5px;
		margin-bottom: 3.90625vw;
	}
}

.box-common-form dt {
	width: 280px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.box-common-form dt {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.25;
	}
}
.box-common-form dt .small {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.66667;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-form dt .small {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
	}
}
.box-common-form dt .small2 {
	display: block;
	margin-top: 1em;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.66667;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-form dt .small2 {
		font-size: 18px;
		font-size: 1.8rem;
		font-size: 2.8125vw;
		line-height: 1.66667;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-form dt {
		width: auto;
		margin-bottom: 1em;
	}
}

.box-common-form dd {
	width: 680px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-form dd {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.25;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-form dd {
		width: auto;
	}
}
.box-common-form dd ul li {
	margin-bottom: 1em;
}
.box-common-form dd .wpcf7-select,
.box-common-form dd input[type="tel"],
.box-common-form dd input[type="email"],
.box-common-form dd input[type="text"],
.box-common-form dd textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #9b8045;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	padding: 0.3em 1em;
}
.box-common-form dd input[type="date"] {
	box-sizing: border-box;
	width: 180px;
	min-height: 42px;
	border: 1px solid #9b8045;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	padding: 0.3em 0.75em;
	cursor: pointer;
}
@media only screen and (max-width: 750px) {
	.box-common-form dd .wpcf7-select,
	.box-common-form dd input[type="tel"],
	.box-common-form dd input[type="email"],
	.box-common-form dd input[type="text"],
	.box-common-form dd textarea {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.4;
	}
	.box-common-form dd input[type="date"] {
		width: 100%;
		max-width: 280px;
		min-height: 48px;
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-form dd .wpcf7-select,
	.box-common-form dd input[type="tel"],
	.box-common-form dd input[type="email"],
	.box-common-form dd input[type="text"],
	.box-common-form dd textarea {
		padding: 0.7em 1em;
	}
	.box-common-form dd input[type="date"] {
		padding: 0.7em 1em;
	}
}
.box-common-form dd input[type="date"]::-webkit-calendar-picker-indicator {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	inset: 0;
	width: auto;
	height: auto;
}
.box-common-form dd input[type="file"] {
	max-width: 100%;
}
.box-common-form dd span.wpcf7-list-item {
	display: inline-block;
	margin: 0 3em 1em 0;
}
.box-common-form dd span.wpcf7-list-item.last {
	margin-right: 0;
}
.box-common-form dd .withother .last {
	display: block;
}
@media only screen and (max-width: 750px) {
	.box-common-form dd .withother .wpcf7-list-item {
		margin-right: 0;
		width: 50%;
	}
}
.box-common-form dd .note {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2.15385;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.box-common-form dd .note {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.4;
	}
}
.box-common-form dd .other {
	width: 580px;
	margin-top: -3em;
	margin-bottom: 20px;
	margin-left: auto;
}
@media only screen and (max-width: 750px) {
	.box-common-form dd .other {
		width: 100%;
		margin-top: 0;
		margin-bottom: 12.5px;
		margin-bottom: 3.90625vw;
	}
}
.box-common-form dd .other input[type="text"] {
	padding: 0.2em 1em;
}
@media only screen and (max-width: 750px) {
	.box-common-form dd .other input[type="text"] {
		padding: 0.7em 1em;
	}
}
.box-common-form dd .wpcf7-text::-webkit-input-placeholderl {
	color: #cac1ae;
}
.box-common-form dd .wpcf7-text::-webkit-input-placeholder {
	color: #cac1ae;
}
.box-common-form dd .wpcf7-text:-moz-placeholder {
	color: #cac1ae;
}
.box-common-form dd .wpcf7-text::-moz-placeholder {
	color: #cac1ae;
}
.box-common-form dd .wpcf7-text:-ms-input-placeholder {
	color: #cac1ae;
}
.box-common-form dd .wpcf7-textarea::-webkit-input-placeholderl {
	color: #cac1ae;
}
.box-common-form dd .wpcf7-textarea::-webkit-input-placeholder {
	color: #cac1ae;
}
.box-common-form dd .wpcf7-textarea:-moz-placeholder {
	color: #cac1ae;
}
.box-common-form dd .wpcf7-textarea::-moz-placeholder {
	color: #cac1ae;
}
.box-common-form dd .wpcf7-textarea:-ms-input-placeholder {
	color: #cac1ae;
}
.box-common-form dd .wpcf7-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	width: 100%;
	border-radius: 0;
	background: #fff url("../images/bg-input-select.png") no-repeat right center;
	background-size: auto 100%;
	padding-right: 2.5em;
	text-indent: 0.01px;
	text-overflow: "";
}
.box-common-form dd .wpcf7-select:focus {
	outline: none;
}
.box-common-form dd select::-ms-expand {
	display: none;
}

.box-common-form .btn-submit {
	text-align: center;
	margin-bottom: 1em;
}
.box-common-form .btn-submit input[type="submit"],
.box-common-form .btn-submit input[type="button"] {
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	background-color: #9b8045;
	color: #fff;
	padding: 12px;
	text-align: center;
	width: 360px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	position: relative;
	background-image: url(../images/ico-arrow-w.png);
	background-size: 9px;
	background-repeat: no-repeat;
	background-position: 330px center;
}
@media only screen and (max-width: 750px) {
	.box-common-form .btn-submit input[type="submit"],
	.box-common-form .btn-submit input[type="button"] {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 2.29167;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-form .btn-submit input[type="submit"],
	.box-common-form .btn-submit input[type="button"] {
		margin-left: auto;
		margin-right: auto;
		background-position: 262.5px;
		background-position: 82.03125vw;
		width: 280px;
		width: 87.5vw;
	}
}
.box-common-form .btn-submit input[type="submit"]::-webkit-search-decoration,
.box-common-form .btn-submit input[type="button"]::-webkit-search-decoration {
	display: none;
}
.box-common-form .btn-submit input[type="submit"]::focus,
.box-common-form .btn-submit input[type="button"]::focus {
	outline-offset: -2px;
}

.box-common-form .list-kit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.box-common-form .list-kit li {
	width: 160px;
	color: #9b8045;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 12px;
	cursor: pointer;
	position: relative;
	padding: 15px;
}
@media only screen and (max-width: 750px) {
	.box-common-form .list-kit li {
		padding: 4px 4px 7.5px 4px;
		padding: 1.25vw 1.25vw 2.34375vw 1.25vw;
		width: 88px;
		width: 27.5vw;
		margin-right: 8px;
		margin-right: 2.5vw;
		margin-bottom: 8px;
		margin-bottom: 2.5vw;
	}
	.box-common-form .list-kit li:nth-child(3n) {
		margin-right: 0;
	}
}
.box-common-form .list-kit li:nth-child(4n) {
	margin-right: 0;
}
@media only screen and (max-width: 750px) {
	.box-common-form .list-kit li:nth-child(4n) {
		margin-right: 8px;
		margin-right: 2.5vw;
	}
}
.box-common-form .list-kit li.current :after {
	border: 3px solid #9b8045;
}
.box-common-form .list-kit li > :after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #cac1ae;
}
.box-common-form .list-kit li br {
	display: none;
}
.box-common-form .list-kit li .pic {
	margin-bottom: 10px;
	display: block;
}
.box-common-form .list-kit li .title {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-form .list-kit li .title {
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 3.4375vw;
		line-height: 1.27273;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-form .list-kit li .title {
		margin-bottom: 7.5px;
		margin-bottom: 2.34375vw;
	}
}
.box-common-form .list-kit li .txt {
	display: block;
	font-size: 10px;
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-form .list-kit li .txt {
		font-size: 14px;
		font-size: 1.4rem;
		font-size: 2.1875vw;
		line-height: 1.28571;
	}
}

.box-common-form span.wpcf7-not-valid-tip {
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.box-common-form div.wpcf7-response-output {
	padding: 1.5em;
	text-align: center;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-form div.wpcf7-response-output {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 0.9;
	}
}

.box-common-form input[type="radio"],
.box-common-form input[type="checkbox"] {
	display: none;
}

.box-common-form .wpcf7-radio .wpcf7-list-item-label,
.box-common-form .wpcf7-checkbox .wpcf7-list-item-label {
	line-height: 20px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding-left: 25px;
	vertical-align: middle;
	cursor: pointer;
}
.box-common-form .wpcf7-radio .wpcf7-list-item-label:before,
.box-common-form .wpcf7-checkbox .wpcf7-list-item-label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

.box-common-form input[type="radio"] + span::before {
	background-image: url("../images/bg-input-radio.png");
}

.box-common-form input[type="radio"]:checked + span::before {
	background-image: url("../images/bg-input-radio_checked.png");
}

.box-common-form input[type="checkbox"] + span::before {
	background-image: url("../images/bg-input-check.png");
}

.box-common-form input[type="checkbox"]:checked + span::before {
	background-image: url("../images/bg-input-check_checked.png");
}

.box-common-form-acc {
	display: none;
}

.btn-add-item {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	border: 1px solid #9b8045;
	text-align: center;
	vertical-align: middle;
	border-radius: 2px;
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.btn-add-item {
		width: 280px;
		width: 87.5vw;
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}
.btn-add-item a {
	display: block;
	padding: 10px;
}
@media only screen and (max-width: 750px) {
	.btn-add-item a {
		padding: 10px;
		padding: 3.125vw;
	}
}
.btn-add-item i {
	background-image: url(../images/ico-add.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	margin-right: 15px;
}
@media only screen and (max-width: 750px) {
	.btn-add-item i {
		width: 25px;
		width: 7.8125vw;
		height: 25px;
		height: 7.8125vw;
		margin-right: 10px;
		margin-right: 3.125vw;
	}
}
.btn-add-item span {
	display: inline-block;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
	vertical-align: middle;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.btn-add-item span {
		font-size: 26px;
		font-size: 2.6rem;
		font-size: 4.0625vw;
		line-height: 1.15385;
	}
}

@media only screen and (max-width: 750px) {
	.box-faq {
		border-bottom: 1px solid #e3e0d7;
	}
}

.box-faq dl {
	margin-bottom: 40px;
	border-bottom: 1px solid #e3e0d7;
}
@media only screen and (max-width: 750px) {
	.box-faq dl {
		margin-bottom: 0;
		border-bottom: none;
	}
}
.box-faq dl dt {
	padding: 14px 14px 14px 72px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	background-color: #f7f5f0;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.box-faq dl dt {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.35714;
	}
}
@media only screen and (max-width: 750px) {
	.box-faq dl dt {
		padding: 10px 10px 10px 45px;
		padding: 3.125vw 3.125vw 3.125vw 14.0625vw;
	}
}
.box-faq dl dt:before {
	content: "Q.";
	text-indent: -50px;
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.16667;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-faq dl dt:before {
		font-size: 32px;
		font-size: 3.2rem;
		font-size: 5vw;
		line-height: 1.1875;
	}
}
@media only screen and (max-width: 750px) {
	.box-faq dl dt:before {
		text-indent: -25px;
		text-indent: -7.8125vw;
	}
}
.box-faq dl dd {
	padding: 18px 0 18px 72px;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.86667;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-faq dl dd {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.58333;
	}
}
@media only screen and (max-width: 750px) {
	.box-faq dl dd {
		padding: 10px 10px 10px 45px;
		padding: 3.125vw 3.125vw 3.125vw 14.0625vw;
	}
}
.box-faq dl dd:before {
	color: #591820;
	font-family:
		"Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝",
		"MS PMincho", "MS 明朝", serif;
	content: "A.";
	text-indent: -50px;
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.16667;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-faq dl dd:before {
		font-size: 32px;
		font-size: 3.2rem;
		font-size: 5vw;
		line-height: 1.1875;
	}
}
@media only screen and (max-width: 750px) {
	.box-faq dl dd:before {
		text-indent: -25px;
		text-indent: -7.8125vw;
	}
}
.box-faq dl dd.btn {
	padding: 0 0 18px 0;
}
.box-faq dl dd.btn:before {
	display: none;
}
.box-faq dl dd.btn .num {
	font-family:
		"Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝",
		"MS PMincho", "MS 明朝", serif;
}

.footer .footer-nav {
	background-color: #9b8045;
	padding: 30px;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.footer .footer-nav {
		padding: 0;
		text-align: left;
	}
}
.footer .footer-nav dt {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.footer .footer-nav dt img {
	display: block;
	width: 100%;
	height: auto;
	filter: brightness(0) invert(1);
}
@media only screen and (max-width: 750px) {
	.footer .footer-nav dt {
		display: none;
	}
}
.footer .footer-nav dd {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	position: relative;
	margin-right: 30px;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.footer .footer-nav dd {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.16667;
		letter-spacing: 0em;
	}
}
@media only screen and (max-width: 750px) {
	.footer .footer-nav dd {
		display: block;
		margin-right: 0;
	}
}
.footer .footer-nav dd:after {
	color: #fff;
	position: absolute;
	right: -20px;
	top: 0;
	content: "|";
}
@media only screen and (max-width: 750px) {
	.footer .footer-nav dd:after {
		display: none;
	}
}
.footer .footer-nav dd:last-child {
	margin-right: 0;
}
.footer .footer-nav dd:last-child:after {
	display: none;
	content: "";
}
.footer .footer-nav dd a {
	display: block;
	color: #fff;
	position: relative;
}
@media only screen and (max-width: 750px) {
	.footer .footer-nav dd a {
		padding: 10px 20px;
		padding: 3.125vw 6.25vw;
		border-bottom: 1px solid #b79e68;
	}
	.footer .footer-nav dd a:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		background-image: url(../images/ico-arrow-w.png);
		background-size: 100%;
		width: 6px;
		width: 1.875vw;
		height: 10px;
		height: 3.125vw;
		right: 20px;
		right: 6.25vw;
		margin-top: -5px;
		margin-top: -1.5625vw;
	}
}

.footer .footer-license {
	background-color: #735c29;
	padding: 30px;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.footer .footer-license {
		padding: 16.5px;
		padding: 5.15625vw;
	}
}
.footer .footer-license li {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.66667;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	margin-right: 30px;
}
@media only screen and (max-width: 750px) {
	.footer .footer-license li {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.6;
	}
}
@media only screen and (max-width: 750px) {
	.footer .footer-license li {
		margin-right: 0;
	}
}
.footer .footer-license li:after {
	color: #fff;
	position: absolute;
	right: -20px;
	top: 0;
	content: "|";
}
@media only screen and (max-width: 750px) {
	.footer .footer-license li:after {
		display: none;
	}
}
.footer .footer-license li.no-bor,
.footer .footer-license li:last-child {
	margin-right: 0;
}
.footer .footer-license li.no-bor:after,
.footer .footer-license li:last-child:after {
	display: none;
	content: "";
}
.footer .footer-license li a {
	display: block;
}

.footer .copyright {
	padding: 40px 0;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.33333;
	letter-spacing: 0.05em;
	text-align: center;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.footer .copyright {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 750px) {
	.footer .copyright {
		padding: 16.5px 0px 80px 0px;
		padding: 5.15625vw 0vw 25vw 0vw;
	}
}

.fixed-btn {
	position: fixed;
	right: 0;
	top: 160px;
	z-index: 11;
}
@media only screen and (max-width: 750px) {
	.fixed-btn {
		z-index: 9;
		top: auto;
		bottom: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	.fixed-btn dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.fixed-btn dl dt {
	display: none;
}
@media only screen and (max-width: 750px) {
	.fixed-btn dl dt {
		width: 100%;
		display: block;
		background-color: #c52828;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.375;
		letter-spacing: 0.1em;
		text-align: center;
		color: #fff;
		padding: 5px;
		padding: 1.5625vw;
	}
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
	.fixed-btn dl dt {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
}
.fixed-btn dl dd {
	background-position: left center;
	background-repeat: no-repeat;
	width: 191px;
	height: 144px;
	background-size: 100%;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property:
		transform,
		-webkit-transform;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateX(57px);
	transform: translateX(57px);
}
@media only screen and (max-width: 750px) {
	.fixed-btn dl dd {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		width: 33.33%;
		height: 40px;
		height: 12.5vw;
	}
}
@media only screen and (min-width: 1286px) {
	.fixed-btn dl dd:hover {
		-webkit-transform: translateX(47px);
		transform: translateX(47px);
	}
}
.fixed-btn dl dd a {
	display: block;
	height: 100%;
	position: relative;
}
.fixed-btn dl dd a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	right: 1.5625vw;
	margin-top: -3px;
	margin-top: -0.9375vw;
	width: 6.5px;
	width: 2.03125vw;
	height: 10.5px;
	height: 3.28125vw;
	background-size: 100%;
	background-repeat: no-repeat;
}
.fixed-btn dl dd .inner {
	display: block;
	text-align: center;
	width: 170px;
	color: #fff;
	padding-top: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.fixed-btn dl dd .inner {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
}
@media only screen and (max-width: 750px) {
	.fixed-btn dl dd .inner {
		width: auto;
		padding-top: 6px;
		padding-top: 1.875vw;
		margin-right: 15px;
		margin-right: 4.6875vw;
	}
}
.fixed-btn dl dd .inner i {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 36px;
	height: 36px;
	background-size: 100%;
	margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
	.fixed-btn dl dd .inner i {
		float: left;
		margin-left: 7.5px;
		margin-left: 2.34375vw;
		width: 26px;
		width: 8.125vw;
		height: 26px;
		height: 8.125vw;
	}
}
.fixed-btn dl dd .inner .free {
	margin-top: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.57143;
	letter-spacing: 0.1em;
	display: block;
	background-color: #fff;
	width: 66px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
	.fixed-btn dl dd .inner .free {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
}
@media only screen and (max-width: 750px) {
	.fixed-btn dl dd .inner .free {
		display: none;
	}
}
.fixed-btn dl dd.fixed-btn-line {
	background-color: #2c7507;
	background-image: url(../images/bg-side-line.png);
	-webkit-clip-path: polygon(19.5% 0, 100% 0, 100% 100%, 19.5% 100%, 0 50%);
	clip-path: polygon(19.5% 0, 100% 0, 100% 100%, 19.5% 100%, 0 50%);
}
@media only screen and (max-width: 750px) {
	.fixed-btn dl dd.fixed-btn-line {
		background-image: none;
		background-color: #2c7507;
		-webkit-clip-path: none;
		clip-path: none;
	}
	.fixed-btn dl dd.fixed-btn-line a:after {
		background-image: url(../images/ico-arrow-w.png);
	}
}
.fixed-btn dl dd.fixed-btn-line i {
	background-image: url(../images/fixed-btn-line.png);
}
.fixed-btn dl dd.fixed-btn-line .free {
	color: #48a500;
}
.fixed-btn dl dd.fixed-btn-mail {
	background-color: #593f06;
	background-image: url(../images/bg-side-mail.png);
	-webkit-clip-path: polygon(19.5% 0, 100% 0, 100% 100%, 19.5% 100%, 0 50%);
	clip-path: polygon(19.5% 0, 100% 0, 100% 100%, 19.5% 100%, 0 50%);
}
@media only screen and (max-width: 750px) {
	.fixed-btn dl dd.fixed-btn-mail {
		background-image: none;
		background-color: #593f06;
		-webkit-clip-path: none;
		clip-path: none;
	}
	.fixed-btn dl dd.fixed-btn-mail a:after {
		background-image: url(../images/ico-arrow.png);
	}
}
.fixed-btn dl dd.fixed-btn-mail i {
	background-image: url(../images/fixed-btn-mail.png);
}
.fixed-btn dl dd.fixed-btn-mail .free {
	color: #573b00;
}
.fixed-btn dl dd.fixed-btn-tel {
	display: none;
}
.fixed-btn dl dd.fixed-btn-tel i {
	background-image: url(../images/fixed-btn-tel.png);
}
@media only screen and (max-width: 750px) {
	.fixed-btn dl dd.fixed-btn-tel {
		display: block;
		background-color: #f6f2e8;
	}
	.fixed-btn dl dd.fixed-btn-tel a:after {
		background-image: url(../images/ico-arrow.png);
	}
	.fixed-btn dl dd.fixed-btn-tel .inner {
		color: #ae8223;
	}
}

.fixed-nav {
	z-index: 10;
	position: fixed;
	left: 0;
	top: 0;
	padding: 20px;
	min-width: 1040px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid #e3e0d7;
	box-sizing: border-box;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property:
		transform,
		-webkit-transform;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fixed-nav.show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
@media only screen and (max-width: 750px) {
	.fixed-nav {
		display: none;
	}
}
.fixed-nav .fixed-nav-inner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1286px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.fixed-nav .fixed-nav-inner .logo {
	width: 15.5%;
	max-width: 240px;
	margin-right: 2.72162%;
}
@media only screen and (max-width: 750px) {
	.fixed-nav .fixed-nav-inner .logo {
		left: 15px;
		left: 4.6875vw;
		top: 15px;
		top: 4.6875vw;
		width: 140px;
		width: 43.75vw;
		max-width: none;
	}
}
.fixed-nav .fixed-nav-inner .logo img {
	display: block;
	width: 100%;
	height: auto;
}
.fixed-nav .fixed-nav-inner .box-tel {
	width: 11.66407%;
}
.fixed-nav .fixed-nav-inner .box-tel .tel {
	font-size: 20px;
	display: block;
	text-align: center;
	color: #9b8045;
	text-decoration: none;
}
@media only screen and (max-width: 1040px) {
	.fixed-nav .fixed-nav-inner .box-tel .tel {
		font-size: 1.55521vw;
	}
}
.fixed-nav .fixed-nav-inner .btn-delivery {
	width: 13.37481%;
}
@media only screen and (max-width: 750px) {
	.fixed-nav .fixed-nav-inner .btn-delivery {
		display: none;
	}
}
.fixed-nav .fixed-nav-inner .btn-delivery a {
	display: block;
}
.fixed-nav ul.fixed-nav-list {
	width: 55.98756%;
	text-align: center;
	display: table;
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.fixed-nav-list {
		margin-top: 60px;
		margin-top: 18.75vw;
		width: 180px;
		width: 56.25vw;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		border-top: 1px solid #fff;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
}
.fixed-nav ul.fixed-nav-list > li {
	display: table-cell;
	position: relative;
	text-align: center;
	font-size: 1.16641vw;
}
@media only screen and (min-width: 1286px) {
	.fixed-nav ul.fixed-nav-list > li {
		font-size: 15px;
	}
}
@media only screen and (max-width: 1040px) {
	.fixed-nav ul.fixed-nav-list > li {
		font-size: 12px;
	}
}
.fixed-nav ul.fixed-nav-list > li:after,
.fixed-nav ul.fixed-nav-list > li:before {
	content: "";
	position: absolute;
	width: 11px;
	height: 18px;
	right: -5px;
	margin-top: -9px;
	top: 50%;
	background-image: url(../images/ico-divide.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1040px) {
	.fixed-nav ul.fixed-nav-list > li:after,
	.fixed-nav ul.fixed-nav-list > li:before {
		width: 8.25px;
		height: 13.5px;
		right: -3.75px;
		margin-top: -5.4px;
	}
}
.fixed-nav ul.fixed-nav-list > li:after {
	display: none;
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.fixed-nav-list > li {
		border-bottom: 1px solid #fff;
		display: block;
		width: 100%;
	}
	.fixed-nav ul.fixed-nav-list > li:after,
	.fixed-nav ul.fixed-nav-list > li:before {
		display: none;
	}
}
.fixed-nav ul.fixed-nav-list > li.nav-shop:before {
	right: -10px;
}
@media only screen and (max-width: 1040px) {
	.fixed-nav ul.fixed-nav-list > li.nav-shop:before {
		right: -7.5px;
	}
}
.fixed-nav ul.fixed-nav-list > li.nav-home:after {
	display: block;
	right: auto;
	left: -5px;
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.fixed-nav-list > li.nav-home:after {
		display: none;
	}
}
.fixed-nav ul.fixed-nav-list > li.nav-home a {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.fixed-nav-list > li.nav-home a {
		width: auto;
	}
}
.fixed-nav ul.fixed-nav-list > li.nav-home a .ico-home {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(../images/ico-home.png);
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.fixed-nav-list > li.nav-home a .ico-home {
		display: none;
	}
}
.fixed-nav ul.fixed-nav-list > li.nav-kaitori {
	z-index: 1;
}
.fixed-nav ul.fixed-nav-list > li.nav-kaitori:hover ul.list-kaitori {
	display: block;
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.fixed-nav-list > li.nav-kaitori:hover ul.list-kaitori {
		display: block;
	}
}
.fixed-nav ul.fixed-nav-list > li > span,
.fixed-nav ul.fixed-nav-list > li > a {
	display: inline-block;
	padding: 15px 1em;
	transition-property: color;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.fixed-nav-list > li > span,
	.fixed-nav ul.fixed-nav-list > li > a {
		padding: 9px 0px;
		padding: 2.8125vw 0vw;
		display: block;
		width: auto;
		color: #fff;
		font-family:
			游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
			"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
			sans-serif;
		position: relative;
	}
	.fixed-nav ul.fixed-nav-list > li > span:after,
	.fixed-nav ul.fixed-nav-list > li > a:after {
		content: "";
		position: absolute;
		display: block;
		background-image: url(../images/ico-arrow-w.png);
		background-size: 100%;
		background-repeat: no-repeat;
		top: 50%;
		width: 6px;
		width: 1.875vw;
		height: 10px;
		height: 3.125vw;
		margin-top: -5px;
		margin-top: -1.5625vw;
		right: 7px;
		right: 2.1875vw;
	}
}
.fixed-nav ul.fixed-nav-list > li > span:hover,
.fixed-nav ul.fixed-nav-list > li > a:hover {
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.fixed-nav-list > li > span:hover,
	.fixed-nav ul.fixed-nav-list > li > a:hover {
		color: #fff;
	}
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.fixed-nav-list > li span:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
.fixed-nav ul.fixed-nav-list > li ul.list-kaitori {
	position: absolute;
	left: -10;
	top: 45px;
	display: none;
	width: 100%;
}
@media only screen and (max-width: 1040px) {
	.fixed-nav ul.fixed-nav-list > li ul.list-kaitori {
		top: 40px;
	}
}
.fixed-nav ul.fixed-nav-list > li ul.list-kaitori:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -6px;
	width: 0;
	margin-left: -5px;
	height: 0;
	border-style: solid;
	border-width: 0 5px 6px 5px;
	border-color: transparent transparent #9b8045 transparent;
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.fixed-nav-list > li ul.list-kaitori:after {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.fixed-nav-list > li ul.list-kaitori {
		width: 100%;
		display: block;
		position: static;
		border-top: 1px solid #fff;
		display: block;
	}
}
.fixed-nav ul.fixed-nav-list > li ul.list-kaitori li {
	border-bottom: 1px solid #b8a374;
	text-align: left;
}
.fixed-nav ul.fixed-nav-list > li ul.list-kaitori li:last-child {
	border-bottom: none;
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.fixed-nav-list > li ul.list-kaitori li {
		width: 100%;
		border-bottom: 1px solid #b79e68;
	}
}
.fixed-nav ul.fixed-nav-list > li ul.list-kaitori li a {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	background-color: #9b8045;
	transition-property: background-color;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #fff;
	padding: 10px;
	position: relative;
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.fixed-nav-list > li ul.list-kaitori li a {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 2.29167;
	}
}
.fixed-nav ul.fixed-nav-list > li ul.list-kaitori li a:hover {
	background-color: #80662d;
}
.fixed-nav ul.fixed-nav-list > li ul.list-kaitori li a:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url(../images/ico-arrow-w.png);
	background-size: 100%;
	background-repeat: no-repeat;
	top: 50%;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	right: 8px;
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.fixed-nav-list > li ul.list-kaitori li a {
		padding: 6px 10px 6px 15px;
		padding: 1.875vw 3.125vw 1.875vw 4.6875vw;
		font-family:
			游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
			"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
			sans-serif;
		color: #e4dbc8;
		display: block;
	}
	.fixed-nav ul.fixed-nav-list > li ul.list-kaitori li a:hover {
		color: #e4dbc8;
	}
	.fixed-nav ul.fixed-nav-list > li ul.list-kaitori li a:after {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.nav-fixed-nav-sub {
		margin-bottom: 15px;
		margin-bottom: 4.6875vw;
		width: 180px;
		width: 56.25vw;
		margin-left: auto;
		margin-right: auto;
		font-family:
			游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
			"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
			sans-serif;
	}
}
.fixed-nav ul.nav-fixed-nav-sub li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.fixed-nav ul.nav-fixed-nav-sub li {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 2.29167;
	}
}
.fixed-nav ul.nav-fixed-nav-sub li a {
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
}

.page-kaitori .nav-kaitori span,
.page-shop .nav-shop a,
.page-faq .nav-faq a,
.page-voice .nav-voice a,
.page-about .nav-about a {
	color: #9b8045;
}

.cover-nav {
	display: none;
}
@media only screen and (max-width: 750px) {
	.cover-nav {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.cover-nav.show {
		display: block;
	}
}

.header {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1040px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.96);
	height: 190px;
	border-bottom: 1px solid #e3e0d7;
	box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
	.header {
		height: auto;
		border-bottom: none;
		min-width: 320px;
		position: fixed;
		padding: 0;
		height: 60px;
		height: 18.75vw;
	}
}
.header .box-header-top {
	position: relative;
	height: 96px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1366px;
}
.header .box-header-top .logo {
	position: absolute;
	left: 35px;
	top: 30px;
	width: 300px;
}
@media only screen and (max-width: 750px) {
	.header .box-header-top .logo {
		left: 15px;
		left: 4.6875vw;
		top: 15px;
		top: 4.6875vw;
		width: 140px;
		width: 43.75vw;
	}
}
.header .box-header-top .logo img {
	display: block;
	width: 100%;
	height: auto;
}
.header .box-header-top .box-tel {
	position: absolute;
	top: 30px;
	right: 260px;
	width: 280px;
}
@media only screen and (max-width: 750px) {
	.header .box-header-top .box-tel {
		display: none;
	}
}
.header .box-header-top .box-tel .txt {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	display: block;
	text-align: center;
	margin-bottom: 4px;
}
@media only screen and (max-width: 750px) {
	.header .box-header-top .box-tel .txt {
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 3.4375vw;
		line-height: 0.81818;
		letter-spacing: 0em;
	}
}
.header .box-header-top .box-tel .tel {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.26667;
	letter-spacing: 0.1em;
	display: block;
	text-align: center;
	color: #9b8045;
	text-decoration: none;
}
@media only screen and (max-width: 750px) {
	.header .box-header-top .box-tel .tel {
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 3.4375vw;
		line-height: 0.81818;
		letter-spacing: 0em;
	}
}
.header .box-header-top .btn-delivery {
	position: absolute;
	right: 35px;
	top: 25px;
	width: 224px;
	height: 70px;
}
@media only screen and (max-width: 750px) {
	.header .box-header-top .btn-delivery {
		display: none;
	}
}
.header .box-header-top .btn-delivery a {
	display: block;
	position: relative;
	border: 1px solid #e3e0d7;
	height: 100%;
}
.header .box-header-top .btn-delivery a:after {
	content: "";
	position: absolute;
	border: 1px solid #e3e0d7;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
}
.header .box-header-top .btn-delivery .txt {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	display: block;
	text-align: center;
	padding-top: 8px;
}
@media only screen and (max-width: 750px) {
	.header .box-header-top .btn-delivery .txt {
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 3.4375vw;
		line-height: 0.81818;
		letter-spacing: 0em;
	}
}
.header .box-header-top .btn-delivery .lead {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.12;
	letter-spacing: 0.05em;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.header .box-header-top .btn-delivery .lead {
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 3.4375vw;
		line-height: 0.81818;
		letter-spacing: 0em;
	}
}
.header .box-header-top .btn-delivery .lead .ico-box {
	display: inline-block;
	width: 30px;
	height: 28px;
	background-image: url(../images/ico-box.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 16px;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
.header .box-header-top .box-tel-sp {
	display: none;
}
@media only screen and (max-width: 750px) {
	.header .box-header-top .box-tel-sp {
		display: block;
		position: absolute;
		top: 0;
		background-color: #f6f2e8;
		width: 60px;
		width: 18.75vw;
		height: 60px;
		height: 18.75vw;
		right: 60px;
		right: 18.75vw;
	}
	.header .box-header-top .box-tel-sp a {
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(../images/ico-phone.png);
		background-size: 16.5px;
		background-size: 5.15625vw;
		background-repeat: no-repeat;
		background-position: center center;
	}
}
.header .btn-menu {
	display: none;
}
@media only screen and (max-width: 750px) {
	.header .btn-menu {
		display: block;
		position: absolute;
		cursor: pointer;
		top: 0;
		right: 0;
		width: 60px;
		width: 18.75vw;
		height: 60px;
		height: 18.75vw;
	}
	.header .btn-menu span {
		display: block;
		position: absolute;
		width: 26px;
		width: 8.125vw;
		height: 2px;
		left: 17px;
		left: 5.3125vw;
		background-color: #9b8045;
	}
	.header .btn-menu span:nth-child(1) {
		top: 22px;
		top: 6.875vw;
	}
	.header .btn-menu span:nth-child(2) {
		top: 29px;
		top: 9.0625vw;
	}
	.header .btn-menu span:nth-child(3) {
		top: 36px;
		top: 11.25vw;
	}
	.header .btn-menu.open span {
		background-color: #fff;
	}
	.header .btn-menu.open span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 30px;
		top: 9.375vw;
		left: 15px;
		left: 4.6875vw;
	}
	.header .btn-menu.open span:nth-child(2) {
		width: 0;
	}
	.header .btn-menu.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 30px;
		top: 9.375vw;
		left: 15px;
		left: 4.6875vw;
	}
}
.header .btn-close {
	display: none;
}
@media only screen and (max-width: 750px) {
	.header .btn-close {
		display: block;
		position: absolute;
		cursor: pointer;
		top: 0;
		right: 0;
		width: 60px;
		width: 18.75vw;
		height: 60px;
		height: 18.75vw;
	}
	.header .btn-close span {
		display: block;
		position: absolute;
		width: 26px;
		width: 8.125vw;
		height: 2px;
		height: 0.625vw;
		left: 17px;
		left: 5.3125vw;
		background-color: #fff;
	}
	.header .btn-close span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 30px;
		top: 9.375vw;
		left: 15px;
		left: 4.6875vw;
	}
	.header .btn-close span:nth-child(2) {
		width: 0;
	}
	.header .btn-close span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 30px;
		top: 9.375vw;
		left: 15px;
		left: 4.6875vw;
	}
}
@media only screen and (max-width: 750px) {
	.header .nav-header {
		position: fixed;
		top: 0;
		overflow: scroll;
		width: 239px;
		width: 74.6875vw;
		height: 100%;
		background-color: #9b8045;
		right: -239px;
		right: -74.6875vw;
		transition-property: right;
		transition-duration: 0.4s;
		transition-delay: 0s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.header .nav-header.open {
		right: 0;
	}
}
.header .nav-header ul.nav-header-main {
	margin-top: 20px;
	text-align: center;
	font-size: 0;
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main {
		margin-top: 60px;
		margin-top: 18.75vw;
		width: 180px;
		width: 56.25vw;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		border-top: 1px solid #fff;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
}
.header .nav-header ul.nav-header-main > li {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main > li {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 2.29167;
	}
}
.header .nav-header ul.nav-header-main > li:after,
.header .nav-header ul.nav-header-main > li:before {
	content: "";
	width: 11px;
	height: 18px;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -9px;
	background-image: url(../images/ico-divide.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.header .nav-header ul.nav-header-main > li:after {
	display: none;
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main > li {
		border-bottom: 1px solid #fff;
		display: block;
		width: 100%;
	}
	.header .nav-header ul.nav-header-main > li:after,
	.header .nav-header ul.nav-header-main > li:before {
		display: none;
	}
}
.header .nav-header ul.nav-header-main > li.nav-home:after {
	display: block;
	right: auto;
	left: -5px;
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main > li.nav-home:after {
		display: none;
	}
}
.header .nav-header ul.nav-header-main > li.nav-home a {
	width: 95px;
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main > li.nav-home a {
		width: auto;
	}
}
.header .nav-header ul.nav-header-main > li.nav-home a .ico-home {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/ico-home.png);
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main > li.nav-home a .ico-home {
		display: none;
	}
}
.header .nav-header ul.nav-header-main > li.nav-kaitori {
	z-index: 1;
}
.header .nav-header ul.nav-header-main > li.nav-kaitori:hover ul.list-kaitori {
	display: block;
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main > li.nav-kaitori:hover ul.list-kaitori {
		display: block;
	}
}
.header .nav-header ul.nav-header-main > li > span,
.header .nav-header ul.nav-header-main > li > a {
	display: inline-block;
	width: 180px;
	padding: 20px 0;
	transition-property: color;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main > li > span,
	.header .nav-header ul.nav-header-main > li > a {
		padding: 9px 0px;
		padding: 2.8125vw 0vw;
		display: block;
		width: auto;
		color: #fff;
		font-family:
			游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
			"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
			sans-serif;
		position: relative;
	}
	.header .nav-header ul.nav-header-main > li > span:after,
	.header .nav-header ul.nav-header-main > li > a:after {
		content: "";
		position: absolute;
		display: block;
		background-image: url(../images/ico-arrow-w.png);
		background-size: 100%;
		background-repeat: no-repeat;
		top: 50%;
		width: 6px;
		width: 1.875vw;
		height: 10px;
		height: 3.125vw;
		margin-top: -5px;
		margin-top: -1.5625vw;
		right: 7px;
		right: 2.1875vw;
	}
}
.header .nav-header ul.nav-header-main > li > span:hover,
.header .nav-header ul.nav-header-main > li > a:hover {
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main > li > span:hover,
	.header .nav-header ul.nav-header-main > li > a:hover {
		color: #fff;
	}
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main > li span:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
.header .nav-header ul.nav-header-main > li ul.list-kaitori {
	position: absolute;
	left: 0px;
	top: 60px;
	display: none;
	width: 190px;
}
.header .nav-header ul.nav-header-main > li ul.list-kaitori:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -6px;
	width: 0;
	margin-left: -5px;
	height: 0;
	border-style: solid;
	border-width: 0 5px 6px 5px;
	border-color: transparent transparent #9b8045 transparent;
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main > li ul.list-kaitori:after {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main > li ul.list-kaitori {
		width: 100%;
		display: block;
		position: static;
		border-top: 1px solid #fff;
		display: block;
	}
}
.header .nav-header ul.nav-header-main > li ul.list-kaitori li {
	border-bottom: 1px solid #b8a374;
	text-align: left;
}
.header .nav-header ul.nav-header-main > li ul.list-kaitori li:last-child {
	border-bottom: none;
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main > li ul.list-kaitori li {
		width: 100%;
		border-bottom: 1px solid #b79e68;
	}
}
.header .nav-header ul.nav-header-main > li ul.list-kaitori li a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: 0.1em;
	background-color: #9b8045;
	transition-property: background-color;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #fff;
	padding: 15px;
	position: relative;
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main > li ul.list-kaitori li a {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 2.29167;
	}
}
.header .nav-header ul.nav-header-main > li ul.list-kaitori li a:hover {
	background-color: #80662d;
}
.header .nav-header ul.nav-header-main > li ul.list-kaitori li a:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url(../images/ico-arrow-w.png);
	background-size: 100%;
	background-repeat: no-repeat;
	top: 50%;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	right: 10px;
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-main > li ul.list-kaitori li a {
		padding: 6px 10px 6px 15px;
		padding: 1.875vw 3.125vw 1.875vw 4.6875vw;
		font-family:
			游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
			"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
			sans-serif;
		color: #e4dbc8;
		display: block;
	}
	.header .nav-header ul.nav-header-main > li ul.list-kaitori li a:hover {
		color: #e4dbc8;
	}
	.header .nav-header ul.nav-header-main > li ul.list-kaitori li a:after {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-sub {
		margin-bottom: 15px;
		margin-bottom: 4.6875vw;
		width: 180px;
		width: 56.25vw;
		margin-left: auto;
		margin-right: auto;
		font-family:
			游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
			"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
			sans-serif;
	}
}
.header .nav-header ul.nav-header-sub li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.header .nav-header ul.nav-header-sub li {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 2.29167;
	}
}
.header .nav-header ul.nav-header-sub li a {
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
}

.page-kaitori .nav-kaitori span,
.page-shop .nav-shop a,
.page-faq .nav-faq a,
.page-voice .nav-voice a,
.page-about .nav-about a {
	color: #9b8045;
}

.cover-nav {
	display: none;
}
@media only screen and (max-width: 750px) {
	.cover-nav {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.cover-nav.show {
		display: block;
	}
}

.list-common-brandlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.list-common-brandlist {
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
		display: block;
	}
}
.list-common-brandlist li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 480px;
	margin-right: 40px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
	.list-common-brandlist li {
		margin-left: auto;
		margin-right: auto;
		width: 280px;
		width: 87.5vw;
		margin-bottom: 17.5px;
		margin-bottom: 5.46875vw;
	}
}
.list-common-brandlist li:nth-child(even) {
	margin-right: 0;
}
@media only screen and (max-width: 750px) {
	.list-common-brandlist li:nth-child(even) {
		margin-right: auto;
	}
}
.list-common-brandlist li .pic {
	width: 220px;
}
@media only screen and (max-width: 750px) {
	.list-common-brandlist li .pic {
		width: 130px;
		width: 40.625vw;
		height: 130px;
		height: 40.625vw;
	}
}
.list-common-brandlist li .box-txt {
	margin-left: 30px;
	width: 230px;
}
@media only screen and (max-width: 750px) {
	.list-common-brandlist li .box-txt {
		margin-left: 20px;
		margin-left: 6.25vw;
		width: 130px;
		width: 40.625vw;
	}
}
.list-common-brandlist li .box-txt .txt {
	border-bottom: 1px solid #9b8045;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-brandlist li .box-txt .txt {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.14286;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-brandlist li .box-txt .txt {
		padding-bottom: 10px;
		padding-bottom: 3.125vw;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
}
.list-common-brandlist li .box-txt .btn {
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.46154;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
	.list-common-brandlist li .box-txt .btn {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
}

.nav-item-sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.22222;
	letter-spacing: 0.1em;
	border-top: 1px solid #9b8045;
	border-left: 1px solid #9b8045;
}
@media only screen and (max-width: 750px) {
	.nav-item-sort {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.16667;
	}
}
@media only screen and (max-width: 750px) {
	.nav-item-sort {
		border-top: none;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 280px;
		width: 87.5vw;
		margin-left: auto;
		margin-right: auto;
	}
}
.nav-item-sort li {
	width: 10%;
	border-right: 1px solid #9b8045;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.nav-item-sort li {
		width: 20%;
		border-top: 1px solid #9b8045;
	}
}
.nav-item-sort li.active span {
	text-decoration: underline;
	color: #9b8045;
	cursor: pointer;
}
.nav-item-sort li.current span {
	text-decoration: underline;
	color: #fff;
	background-color: #9b8045;
}
.nav-item-sort li span {
	display: block;
	padding: 15px 0;
	color: #ccc;
}
@media only screen and (max-width: 750px) {
	.nav-item-sort li span {
		padding: 12.5px 0px;
		padding: 3.90625vw 0vw;
	}
}

.box-item-sort {
	border-top: 1px solid #9b8045;
	border-bottom: 1px solid #9b8045;
	background-color: #fcfbf5;
	margin-bottom: 70px;
}
@media only screen and (max-width: 750px) {
	.box-item-sort {
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}

.list-item-sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: none;
}
.list-item-sort.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 750px) {
	.list-item-sort {
		width: 280px;
		width: 87.5vw;
		margin-left: auto;
		margin-right: auto;
	}
}
.list-item-sort li {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 25%;
	position: relative;
}
@media only screen and (max-width: 750px) {
	.list-item-sort li {
		width: 50%;
	}
	.list-item-sort li:nth-child(2n):before {
		content: "";
		position: absolute;
		right: 0;
		bottom: -21px;
		width: 200%;
		height: 1px;
		background-color: #9b8045;
	}
	.list-item-sort li:nth-child(2n) a {
		border-right: none;
	}
}
.list-item-sort li:nth-child(4n):before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -21px;
	width: 400%;
	height: 1px;
	background-color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.list-item-sort li:nth-child(4n):before {
		width: 200%;
	}
}
.list-item-sort li:nth-child(4n) a {
	border-right: none;
}
.list-item-sort li a {
	display: block;
	border-right: 1px solid #9b8045;
	text-align: center;
	text-decoration: underline;
	padding: 5px;
	color: #9b8045;
}
.list-item-sort li a span {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.57143;
	letter-spacing: 0.1em;
	display: block;
}
@media only screen and (max-width: 750px) {
	.list-item-sort li a span {
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 3.4375vw;
		line-height: 1.36364;
	}
}

.box-item-category {
	margin-bottom: 70px;
}
@media only screen and (max-width: 750px) {
	.box-item-category {
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}

.list-item-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.list-item-category {
		border-top: 1px solid #9b8045;
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}
.list-item-category li {
	width: 235px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #9b8045;
	border-bottom: 1px solid #9b8045;
}
@media only screen and (max-width: 750px) {
	.list-item-category li {
		border-top: none;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		width: 50%;
		border-right: 1px solid #9b8045;
	}
	.list-item-category li:nth-child(even) {
		border-right: none;
	}
}
.list-item-category li:nth-child(4n) {
	margin-right: 0;
}
@media only screen and (max-width: 750px) {
	.list-item-category li:nth-child(4n) {
		margin-right: auto;
	}
}
.list-item-category li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
}
@media only screen and (max-width: 750px) {
	.list-item-category li a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px 0px;
		padding: 3.125vw 0vw;
	}
}
.list-item-category li a:after {
	content: "";
	width: 8px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background-image: url(../images/ico-arrow-tab.png);
	background-size: 100%;
}
@media only screen and (max-width: 750px) {
	.list-item-category li a:after {
		right: 6px;
		right: 1.875vw;
		margin-top: -5px;
		margin-top: -1.5625vw;
		width: 6px;
		width: 1.875vw;
		height: 10.5px;
		height: 3.28125vw;
	}
}
.list-item-category li .pic {
	width: 90px;
}
@media only screen and (max-width: 750px) {
	.list-item-category li .pic {
		margin-left: 10px;
		margin-left: 3.125vw;
		width: 45px;
		width: 14.0625vw;
		height: 45px;
		height: 14.0625vw;
	}
}
.list-item-category li .box-txt {
	margin-left: 20px;
	width: 100px;
}
@media only screen and (max-width: 750px) {
	.list-item-category li .box-txt {
		margin-left: 10px;
		margin-left: 3.125vw;
		width: 75px;
		width: 23.4375vw;
	}
}
.list-item-category li .box-txt .jp {
	border-bottom: 1px solid #9b8045;
}
.list-item-category li .box-txt .jp:after {
	content: "";
	padding-top: 45px;
	vertical-align: middle;
	display: inline-block;
}
@media only screen and (max-width: 750px) {
	.list-item-category li .box-txt .jp:after {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.list-item-category li .box-txt .jp {
		padding-bottom: 6px;
		padding-bottom: 1.875vw;
		margin-bottom: 6px;
		margin-bottom: 1.875vw;
	}
}
.list-item-category li .box-txt .jp span {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.33333;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
@media only screen and (max-width: 750px) {
	.list-item-category li .box-txt .jp span {
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 3.4375vw;
		line-height: 1.27273;
	}
}
.list-item-category li .box-txt .en {
	color: #9b8045;
}
.list-item-category li .box-txt .en:after {
	content: "";
	padding-top: 45px;
	vertical-align: middle;
	display: inline-block;
}
@media only screen and (max-width: 750px) {
	.list-item-category li .box-txt .en:after {
		display: none;
	}
}
.list-item-category li .box-txt .en span {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
@media only screen and (max-width: 750px) {
	.list-item-category li .box-txt .en span {
		font-size: 16px;
		font-size: 1.6rem;
		font-size: 2.5vw;
		line-height: 1.375;
		letter-spacing: 0.05em;
	}
}

.list-item-result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.list-item-result {
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
		width: 280px;
		width: 87.5vw;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.list-item-result li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 480px;
	margin-right: 40px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
	.list-item-result li {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 130px;
		width: 40.625vw;
		margin-bottom: 17.5px;
		margin-bottom: 5.46875vw;
	}
}
.list-item-result li:nth-child(even) {
	margin-right: 0;
}
.list-item-result li .pic {
	width: 220px;
}
@media only screen and (max-width: 750px) {
	.list-item-result li .pic {
		width: auto;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
}
.list-item-result li .box-txt {
	margin-left: 30px;
	width: 230px;
}
@media only screen and (max-width: 750px) {
	.list-item-result li .box-txt {
		margin-left: 0;
		width: auto;
	}
}
.list-item-result li .box-txt .txt-spec {
	border-bottom: 1px solid #9b8045;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.list-item-result li .box-txt .txt-spec {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.3;
	}
}
@media only screen and (max-width: 750px) {
	.list-item-result li .box-txt .txt-spec {
		padding-bottom: 10px;
		padding-bottom: 3.125vw;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
}
@media only screen and (max-width: 750px) {
	.list-item-result li .box-txt .box-price {
		text-align: center;
	}
}
.list-item-result li .box-txt .box-price .txt-price {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.22222;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-item-result li .box-txt .box-price .txt-price {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1;
	}
}
@media only screen and (max-width: 750px) {
	.list-item-result li .box-txt .box-price .txt-price {
		margin-bottom: 5px;
		margin-bottom: 1.5625vw;
	}
}
.list-item-result li .box-txt .box-price .txt-num {
	color: #9b8045;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.21429;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-item-result li .box-txt .box-price .txt-num {
		font-size: 30px;
		font-size: 3rem;
		font-size: 4.6875vw;
		line-height: 1;
	}
}
.list-item-result li .box-txt .box-price .txt-jp {
	color: #9b8045;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.41667;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-item-result li .box-txt .box-price .txt-jp {
		font-size: 26px;
		font-size: 2.6rem;
		font-size: 4.0625vw;
		line-height: 1.38462;
	}
}
.list-item-result li .box-txt .box-price .txt-yen {
	color: #9b8045;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-item-result li .box-txt .box-price .txt-yen {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1;
	}
}
.list-item-result li .box-txt .box-price .txt-exit {
	margin-top: 1em;
}

.note-item-result {
	background-color: #f7f5f0;
	padding: 0.8em 0;
	text-align: center;
	color: #9b8045;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.71429;
	letter-spacing: 0.1em;
	margin-bottom: 75px;
}
@media only screen and (max-width: 750px) {
	.note-item-result {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.2;
	}
}
@media only screen and (max-width: 750px) {
	.note-item-result {
		margin-left: 20px;
		margin-left: 6.25vw;
		margin-right: 20px;
		margin-right: 6.25vw;
		margin-bottom: 40px;
		margin-bottom: 12.5vw;
	}
}

.note-item-result2 {
	background-color: #9b8045;
	padding: 1em 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.note-item-result2 {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 750px) {
	.note-item-result2 {
		margin-left: 20px;
		margin-left: 6.25vw;
		margin-right: 20px;
		margin-right: 6.25vw;
		margin-bottom: 20px;
		margin-bottom: 6.25vw;
	}
}

.list-line-qr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 710px;
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.list-line-qr dt {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.63636;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-line-qr dt {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1;
	}
}
.list-line-qr dd.line-search {
	width: 260px;
	height: 60px;
	background-color: #37820e;
	background-image: url(../images/line/ico-search.png);
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: 16px center;
}
.list-line-qr dd.line-search span {
	display: block;
	width: 200px;
	margin-left: auto;
	height: 100%;
	border-left: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.44444;
	letter-spacing: 0.1em;
	padding-top: 17px;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.list-line-qr dd.line-search span {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1;
	}
}
.list-line-qr dd.line-qr {
	width: 116px;
	border: 1px solid #37820e;
}

.list-line-sample {
	margin-top: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 530px;
	margin-left: 190px;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.list-line-sample {
		border-top: 1px solid #c6dbba;
		margin-left: 0;
		width: auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.list-line-sample dt {
	color: #37820e;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.57143;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-line-sample dt {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1;
	}
}
@media only screen and (max-width: 750px) {
	.list-line-sample dt {
		margin-top: 15px;
		margin-top: 4.6875vw;
		margin-bottom: 15px;
		margin-bottom: 4.6875vw;
		width: 100%;
		text-align: center;
	}
}
.list-line-sample dd {
	width: 140px;
}
.list-line-sample dd.btn-common a {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.23077;
	letter-spacing: 0.01em;
	padding: 10px;
}
@media only screen and (max-width: 750px) {
	.list-line-sample dd.btn-common a {
		font-size: 16px;
		font-size: 1.6rem;
		font-size: 2.5vw;
		line-height: 1.375;
	}
}
@media only screen and (max-width: 750px) {
	.list-line-sample dd.btn-common a {
		padding: 7px;
		padding: 2.1875vw;
	}
}
.list-line-sample dd.btn-common a:after {
	width: 7px;
	margin-top: -6px;
	height: 12px;
	right: 10px;
}
@media only screen and (max-width: 750px) {
	.list-line-sample dd.btn-common a:after {
		width: 4.5px;
		width: 1.40625vw;
		height: 7px;
		height: 2.1875vw;
		margin-top: -3.5px;
		margin-top: -1.09375vw;
		right: 3px;
		right: 0.9375vw;
	}
}
@media only screen and (max-width: 750px) {
	.list-line-sample dd {
		width: 32%;
	}
}

.box-kaitori-detail {
	background-color: #fcfbf5;
	border-top: 1px solid #9b8045;
	border-bottom: 1px solid #9b8045;
	padding-top: 70px;
	padding-bottom: 90px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
	.box-kaitori-detail {
		padding-top: 30px;
		padding-top: 9.375vw;
		padding-bottom: 30px;
		padding-bottom: 9.375vw;
		margin-bottom: 25px;
		margin-bottom: 7.8125vw;
	}
}
.box-kaitori-detail .list-common-octagon {
	margin-bottom: 70px;
}
@media only screen and (max-width: 750px) {
	.box-kaitori-detail .list-common-octagon {
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}

.list-common-flow {
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.list-common-flow {
		margin-bottom: 20px;
		margin-bottom: 6.25vw;
		width: 280px;
		width: 87.5vw;
		margin-left: auto;
		margin-right: auto;
	}
}
.list-common-flow.type-line {
	margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
	.list-common-flow.type-line {
		margin-bottom: 0;
	}
}
.list-common-flow.type-line li {
	border: 1px solid #37820e;
}
.list-common-flow.type-line li > dl > dt {
	background-color: #37820e;
}
.list-common-flow.type-line li > dl > dt .step {
	color: #aedb98;
	border-bottom: 1px solid #aedb98;
}
@media only screen and (max-width: 750px) {
	.list-common-flow.type-line li > dl > dt .step {
		border-bottom: none;
		border-right: 1px solid #aedb98;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-flow.type-line li > dl > dd > h4 {
		color: #37820e;
		border-bottom: 1px solid #c6dbba;
	}
}
.list-common-flow.type-line li .inner .box-txt h4 {
	color: #37820e;
}
.list-common-flow li {
	border: 1px solid #9b8045;
	margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
	.list-common-flow li {
		margin-bottom: 15px;
		margin-bottom: 4.6875vw;
	}
}
.list-common-flow li:last-child {
	margin-bottom: 0;
}
.list-common-flow li > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 750px) {
	.list-common-flow li > dl {
		display: block;
	}
}
.list-common-flow li > dl > dt {
	width: 220px;
	background-color: #9b8045;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 750px) {
	.list-common-flow li > dl > dt {
		width: auto;
		padding: 12.5px;
		padding: 3.90625vw;
		position: relative;
	}
}
.list-common-flow li > dl > dt .step {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #d4cab7;
	display: inline-block;
	border-bottom: 1px solid #d4cab7;
	margin-bottom: 10px;
	font-family: "Vollkorn", serif;
	font-style: italic;
}
@media only screen and (max-width: 750px) {
	.list-common-flow li > dl > dt .step {
		font-size: 18px;
		font-size: 1.8rem;
		font-size: 2.8125vw;
		line-height: 1.11111;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-flow li > dl > dt .step {
		border-bottom: none;
		border-right: 1px solid #d4cab7;
		width: 45px;
		width: 14.0625vw;
		position: absolute;
		left: 0;
		top: 7.5px;
		top: 2.34375vw;
	}
}
.list-common-flow li > dl > dt .step .num {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-flow li > dl > dt .step .num {
		font-size: 26px;
		font-size: 2.6rem;
		font-size: 4.0625vw;
		line-height: 1.38462;
	}
}
@media only screen and (max-width: 750px) {
	.list-common-flow li > dl > dt .step .num {
		display: block;
	}
}
.list-common-flow li > dl > dt .title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #fff;
	display: block;
}
@media only screen and (max-width: 750px) {
	.list-common-flow li > dl > dt .title {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.42857;
	}
}
.list-common-flow li > dl > dd {
	background-color: #fff;
	padding: 25px;
}
@media only screen and (max-width: 750px) {
	.list-common-flow li > dl > dd {
		padding: 15px;
		padding: 4.6875vw;
	}
	.list-common-flow li > dl > dd > h4 {
		font-family:
			游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
			"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
			sans-serif;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 2;
		letter-spacing: 0.1em;
		text-align: center;
		color: #9b8045;
		border-bottom: 1px solid #9b8045;
		margin-bottom: 12.5px;
		margin-bottom: 3.90625vw;
		padding-bottom: 10px;
		padding-bottom: 3.125vw;
	}
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
	.list-common-flow li > dl > dd > h4 {
		font-size: 26px;
		font-size: 2.6rem;
		font-size: 4.0625vw;
		line-height: 1.46154;
	}
}
.list-common-flow li .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 730px;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.list-common-flow li .inner {
		width: auto;
	}
}
.list-common-flow li .inner .pic {
	width: 160px;
}
@media only screen and (max-width: 750px) {
	.list-common-flow li .inner .pic {
		width: 80px;
		width: 25vw;
	}
}
.list-common-flow li .inner .box-txt {
	width: 550px;
}
@media only screen and (max-width: 750px) {
	.list-common-flow li .inner .box-txt {
		width: 155px;
		width: 48.4375vw;
	}
}
.list-common-flow li .inner .box-txt h4 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.63636;
	letter-spacing: 0.1em;
	color: #9b8045;
	margin-bottom: 0.5em;
}
@media only screen and (max-width: 750px) {
	.list-common-flow li .inner .box-txt h4 {
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 3.4375vw;
		line-height: 0.81818;
		letter-spacing: 0em;
	}
}
.list-common-flow li .inner .box-txt p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.list-common-flow li .inner .box-txt p {
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 3.4375vw;
		line-height: 1.63636;
		letter-spacing: 0em;
	}
}
.list-common-flow li .inner .box-txt p a {
	color: #9b8045;
	text-decoration: underline;
}
.list-common-flow li .inner .box-txt p a:hover {
	text-decoration: none;
}

.txt-line-friend {
	margin-top: 15px;
	margin-top: 4.6875vw;
	text-align: center;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.txt-line-friend {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.5;
	}
}

.box-line {
	padding-top: 60px;
	padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
	.box-line {
		padding-top: 30px;
		padding-top: 9.375vw;
		padding-bottom: 30px;
		padding-bottom: 9.375vw;
	}
}

.box-line2 {
	background-color: #f7f5f0;
	padding-top: 60px;
	padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
	.box-line2 {
		padding-top: 30px;
		padding-top: 9.375vw;
		padding-bottom: 30px;
		padding-bottom: 9.375vw;
	}
}

.box-line3 {
	padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
	.box-line3 {
		padding-top: 30px;
		padding-top: 9.375vw;
		padding-bottom: 30px;
		padding-bottom: 9.375vw;
	}
}

.box-itemlist,
.box-shoplist {
	overflow: hidden;
	clear: both;
	position: relative;
	margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
	.box-itemlist,
	.box-shoplist {
		width: 280px;
		width: 87.5vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}
.box-itemlist .pic,
.box-shoplist .pic {
	width: 320px;
	float: left;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .pic,
	.box-shoplist .pic {
		width: 120px;
		width: 37.5vw;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
}
.box-itemlist .pic2,
.box-shoplist .pic2 {
	width: 480px;
	float: left;
	position: relative;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .pic2,
	.box-shoplist .pic2 {
		width: 100%;
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}
.box-itemlist .pic3,
.box-shoplist .pic3 {
	width: 400px;
	float: left;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .pic3,
	.box-shoplist .pic3 {
		width: 100%;
		margin-bottom: 20px;
		margin-bottom: 6.25vw;
	}
}
.box-itemlist .list-shop-detail,
.box-shoplist .list-shop-detail {
	position: relative;
	margin-bottom: 30px;
}
.box-itemlist .list-shop-detail:after,
.box-shoplist .list-shop-detail:after {
	content: "";
	display: block;
	padding-top: 68.75%;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .list-shop-detail,
	.box-shoplist .list-shop-detail {
		margin-bottom: 25px;
		margin-bottom: 7.8125vw;
	}
}
.box-itemlist .list-shop-detail li,
.box-shoplist .list-shop-detail li {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	height: 320px;
	transition-property: opacity;
	transition-duration: 1s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 750px) {
	.box-itemlist .list-shop-detail li,
	.box-shoplist .list-shop-detail li {
		height: 190px;
		height: 59.375vw;
	}
}
.box-itemlist .list-shop-detail li.show,
.box-shoplist .list-shop-detail li.show {
	z-index: 2;
	opacity: 1;
}
.box-itemlist .box-title,
.box-shoplist .box-title {
	width: 630px;
	float: right;
	margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-title,
	.box-shoplist .box-title {
		width: 150px;
		width: 46.875vw;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
}
.box-itemlist .box-title .area,
.box-shoplist .box-title .area {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.28571;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	background-color: #9b8045;
	padding: 4px 10px;
	color: #fff;
	margin-right: 15px;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-title .area,
	.box-shoplist .box-title .area {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.25;
	}
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-title .area,
	.box-shoplist .box-title .area {
		position: absolute;
		left: 0;
		top: 0;
		padding: 3px 7.5px;
		padding: 0.9375vw 2.34375vw;
	}
}
.box-itemlist .box-title .title,
.box-shoplist .box-title .title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	float: left;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-title .title,
	.box-shoplist .box-title .title {
		font-size: 30px;
		font-size: 3rem;
		font-size: 4.6875vw;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-title .title,
	.box-shoplist .box-title .title {
		float: none;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0.5em;
	}
}
.box-itemlist .box-detail,
.box-shoplist .box-detail {
	float: right;
	width: 630px;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top: 1px solid #e3e0d7;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail,
	.box-shoplist .box-detail {
		clear: both;
		float: none;
		width: auto;
	}
}
.box-itemlist .box-detail.short,
.box-shoplist .box-detail.short {
	width: 480px;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail.short,
	.box-shoplist .box-detail.short {
		width: auto;
	}
}
.box-itemlist .box-detail.short2,
.box-shoplist .box-detail.short2 {
	width: 565px;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail.short2,
	.box-shoplist .box-detail.short2 {
		width: auto;
	}
}
.box-itemlist .box-detail.short2 dt,
.box-shoplist .box-detail.short2 dt {
	width: 150px;
	color: #9b8045;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail.short2 dt,
	.box-shoplist .box-detail.short2 dt {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail.short2 dt,
	.box-shoplist .box-detail.short2 dt {
		width: 97.5px;
		width: 30.46875vw;
	}
}
.box-itemlist .box-detail.short2 dd,
.box-shoplist .box-detail.short2 dd {
	width: 410px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail.short2 dd,
	.box-shoplist .box-detail.short2 dd {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail.short2 dd,
	.box-shoplist .box-detail.short2 dd {
		width: 182.5px;
		width: 57.03125vw;
	}
}
.box-itemlist .box-detail dl,
.box-shoplist .box-detail dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #e3e0d7;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail dl,
	.box-shoplist .box-detail dl {
		padding-top: 7.5px;
		padding-top: 2.34375vw;
		padding-top: 7.5px;
		padding-top: 2.34375vw;
	}
}
.box-itemlist .box-detail dt,
.box-shoplist .box-detail dt {
	width: 110px;
	color: #9b8045;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.57143;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail dt,
	.box-shoplist .box-detail dt {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail dt,
	.box-shoplist .box-detail dt {
		width: 68px;
		width: 21.25vw;
	}
}
.box-itemlist .box-detail dd,
.box-shoplist .box-detail dd {
	width: 520px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.57143;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail dd,
	.box-shoplist .box-detail dd {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail dd,
	.box-shoplist .box-detail dd {
		width: 212.5px;
		width: 66.40625vw;
	}
}
.box-itemlist .box-detail .price,
.box-shoplist .box-detail .price {
	margin-top: 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail .price,
	.box-shoplist .box-detail .price {
		margin-top: 20px;
		margin-top: 6.25vw;
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
}
.box-itemlist .box-detail .price span,
.box-shoplist .box-detail .price span {
	vertical-align: middle;
}
.box-itemlist .box-detail .price .mark,
.box-shoplist .box-detail .price .mark {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.33333;
	letter-spacing: 0.1em;
	display: inline-block;
	background-color: #9b8045;
	color: #fff;
	padding: 10px 15px;
	margin-right: 1.8em;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail .price .mark,
	.box-shoplist .box-detail .price .mark {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail .price .mark,
	.box-shoplist .box-detail .price .mark {
		margin-left: 1em;
		margin-right: 1em;
		padding: 7.5px 10px;
		padding: 2.34375vw 3.125vw;
	}
}
.box-itemlist .box-detail .price .num,
.box-shoplist .box-detail .price .num {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.1;
	letter-spacing: 0.1em;
	display: inline-block;
	font-family:
		"Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝",
		"MS PMincho", "MS 明朝", serif;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail .price .num,
	.box-shoplist .box-detail .price .num {
		font-size: 54px;
		font-size: 5.4rem;
		font-size: 8.4375vw;
		line-height: 1.11111;
	}
}
.box-itemlist .box-detail .price .yen,
.box-shoplist .box-detail .price .yen {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.375;
	letter-spacing: 0.1em;
	font-family:
		"Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝",
		"MS PMincho", "MS 明朝", serif;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail .price .yen,
	.box-shoplist .box-detail .price .yen {
		font-size: 40px;
		font-size: 4rem;
		font-size: 6.25vw;
		line-height: 1.5;
	}
}
.box-itemlist .box-detail .note,
.box-shoplist .box-detail .note {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .box-detail .note,
	.box-shoplist .box-detail .note {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
	}
}
.box-itemlist .btn-detail,
.box-shoplist .btn-detail {
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.33333;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 160px;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .btn-detail,
	.box-shoplist .btn-detail {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.16667;
	}
}
@media only screen and (max-width: 750px) {
	.box-itemlist .btn-detail,
	.box-shoplist .btn-detail {
		float: none;
		width: auto;
	}
}
.box-itemlist .btn-detail.gmap,
.box-shoplist .btn-detail.gmap {
	float: none;
	width: 200px;
	margin-top: 10px;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .btn-detail.gmap,
	.box-shoplist .btn-detail.gmap {
		width: 210px;
		width: 65.625vw;
	}
}
.box-itemlist .btn-detail a,
.box-shoplist .btn-detail a {
	display: block;
	padding: 10px;
	color: #9b8045;
	position: relative;
	text-align: center;
	background-color: #9b8045;
	color: #fff;
	border-radius: 4px;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .btn-detail a,
	.box-shoplist .btn-detail a {
		padding: 7.5px;
		padding: 2.34375vw;
	}
}
.box-itemlist .btn-detail a:after,
.box-shoplist .btn-detail a:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 6px;
	height: 9px;
	background-image: url(../images/ico-arrow-w.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
	.box-itemlist .btn-detail a:after,
	.box-shoplist .btn-detail a:after {
		width: 6px;
		width: 1.875vw;
		height: 10.5px;
		height: 3.28125vw;
		right: 12.5px;
		right: 3.90625vw;
		margin-top: -5px;
		margin-top: -1.5625vw;
	}
}

.box-shop-greeting {
	position: relative;
	min-height: 920px;
	padding-top: 100px;
	padding-bottom: 80px;
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting {
		min-height: 1px;
		padding-top: 20px;
		padding-top: 6.25vw;
		margin-bottom: 25px;
		margin-bottom: 7.8125vw;
		padding-bottom: 0;
	}
}
.box-shop-greeting .box-common {
	z-index: 1;
	position: relative;
}
.box-shop-greeting .box-shop-greeting-inner {
	width: 500px;
	background-color: #fff;
	margin-left: auto;
	position: relative;
	padding-top: 40px;
	padding-bottom: 35px;
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting .box-shop-greeting-inner {
		width: 280px;
		width: 87.5vw;
		margin-right: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 17.5px;
		margin-bottom: 5.46875vw;
	}
}
.box-shop-greeting .box-shop-greeting-inner .title {
	width: 435px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting .box-shop-greeting-inner .title {
		width: auto;
	}
}
.box-shop-greeting .box-shop-greeting-inner .txt {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.66667;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 1.5em;
	width: 410px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting .box-shop-greeting-inner .txt {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting .box-shop-greeting-inner .txt {
		width: auto;
	}
}
.box-shop-greeting .box-shop-greeting-inner .name {
	color: #9b8045;
	text-align: right;
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting .box-shop-greeting-inner .name {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting .box-shop-greeting-inner .name {
		width: auto;
	}
}
.box-shop-greeting .btn-line {
	width: 840px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/shop/ico-line-big.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #fff;
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting .btn-line {
		width: 280px;
		width: 87.5vw;
		height: 60px;
		height: 18.75vw;
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}
.box-shop-greeting .btn-line a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	border: 2px solid #488f1d;
	text-align: center;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #488f1d;
	position: relative;
	vertical-align: middle;
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting .btn-line a {
		text-align: left;
		border: 1px solid #488f1d;
	}
}
.box-shop-greeting .btn-line a:after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -13px;
	width: 16px;
	height: 27px;
	background-image: url(../images/shop/ico-arrow-line-big.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting .btn-line a:after {
		width: 8.5px;
		width: 2.65625vw;
		height: 14px;
		height: 4.375vw;
		margin-top: -7px;
		margin-top: -2.1875vw;
		right: 12.5px;
		right: 3.90625vw;
	}
}
.box-shop-greeting .btn-line a .txt {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.375;
	letter-spacing: 0.1em;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting .btn-line a .txt {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.8;
	}
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting .btn-line a .txt {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		margin-left: 80px;
		margin-left: 25vw;
		padding-top: 10px;
		padding-top: 3.125vw;
	}
}
.box-shop-greeting .btn-line a .txt2 {
	display: inline-block;
	padding-top: 25px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.35714;
	letter-spacing: 0.1em;
	margin-left: 10px;
	margin-right: 10px;
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting .btn-line a .txt2 {
		font-size: 32px;
		font-size: 3.2rem;
		font-size: 5vw;
		line-height: 1.125;
	}
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting .btn-line a .txt2 {
		margin-left: 80px;
		margin-left: 25vw;
		padding-top: 2.5px;
		padding-top: 0.78125vw;
	}
}
.box-shop-greeting .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f3f2f0;
}
@media only screen and (max-width: 750px) {
	.box-shop-greeting .bg {
		position: static;
		background-image: none !important;
	}
}

.box-shop-detail {
	margin-bottom: 95px;
}
@media only screen and (max-width: 750px) {
	.box-shop-detail {
		margin-bottom: 40px;
		margin-bottom: 12.5vw;
	}
}

.list-shop-detail-ctrl {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0px;
	height: 10px;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.list-shop-detail-ctrl {
		height: 11px;
		height: 3.4375vw;
	}
}
.list-shop-detail-ctrl span {
	cursor: pointer;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.list-shop-detail-ctrl span {
		font-size: 26px;
		font-size: 2.6rem;
		font-size: 4.0625vw;
		line-height: 1;
	}
}
.list-shop-detail-ctrl span.current {
	color: #cac1ae;
}

.ctrl-shop-nextprev {
	position: absolute;
	width: 9px;
	height: 13px;
	bottom: 0px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 2;
	display: none;
}
.ctrl-shop-nextprev#ctrl-shop-prev {
	background-image: url(../images/ico-prev-mini.png);
	left: 20px;
}
.ctrl-shop-nextprev#ctrl-shop-next {
	background-image: url(../images/ico-next-mini.png);
	right: 20px;
}

.box-commmon-sub {
	padding-top: 60px;
	padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
	.box-commmon-sub {
		padding-top: 30px;
		padding-top: 9.375vw;
		padding-bottom: 30px;
		padding-bottom: 9.375vw;
	}
}
.box-commmon-sub .headline {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.55556;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.box-commmon-sub .headline {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.57143;
	}
}
@media only screen and (max-width: 750px) {
	.box-commmon-sub .headline {
		margin-left: 10px;
		margin-left: 3.125vw;
		margin-right: 10px;
		margin-right: 3.125vw;
	}
}
.box-commmon-sub .txt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.box-commmon-sub .txt {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.33333;
	}
}
@media only screen and (max-width: 750px) {
	.box-commmon-sub .txt {
		margin-left: 10px;
		margin-left: 3.125vw;
		margin-right: 10px;
		margin-right: 3.125vw;
	}
}
.box-commmon-sub .txt.note {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.71429;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-commmon-sub .txt.note {
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 3.4375vw;
		line-height: 0.90909;
	}
}
.box-commmon-sub .list {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.box-commmon-sub .list {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.33333;
	}
}
@media only screen and (max-width: 750px) {
	.box-commmon-sub .list {
		margin-left: 10px;
		margin-left: 3.125vw;
		margin-right: 10px;
		margin-right: 3.125vw;
	}
}
.box-commmon-sub .list li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.7em;
}
@media only screen and (max-width: 750px) {
	.box-commmon-sub .list li {
		padding-left: 1em;
	}
}
.box-commmon-sub .list li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.box-commmon-sub .add-mb {
	margin-bottom: 2em;
}
@media only screen and (max-width: 750px) {
	.box-commmon-sub .add-mb {
		margin-bottom: 1.5em;
	}
}
.box-commmon-sub .add-mb-half {
	margin-bottom: 1em;
}
@media only screen and (max-width: 750px) {
	.box-commmon-sub .add-mb-half {
		margin-bottom: 0.75em;
	}
}

.box-terms {
	background-color: #f7f5f0;
	padding: 40px;
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.box-terms {
		padding: 17.5px 10px;
		padding: 5.46875vw 3.125vw;
		margin-bottom: 17.5px 10px;
		margin-bottom: 5.46875vw 3.125vw;
	}
}
.box-terms .headline-terms {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.23077;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	color: #9b8045;
	text-align: center;
	margin-bottom: 1.5em;
}
@media only screen and (max-width: 750px) {
	.box-terms .headline-terms {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.57143;
	}
}
.box-terms .list-terms {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.66667;
	letter-spacing: 0.1em;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.box-terms .list-terms {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.33333;
	}
}
.box-terms .list-terms li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.7em;
}
@media only screen and (max-width: 750px) {
	.box-terms .list-terms li {
		padding-left: 1em;
	}
}
.box-terms .list-terms li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.box-sitemap-headline {
	text-align: center;
	border-top: 1px solid #e3e0d7;
	border-bottom: 1px solid #e3e0d7;
	padding-top: 38px;
	padding-bottom: 38px;
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.box-sitemap-headline {
		padding-top: 25px;
		padding-top: 7.8125vw;
		padding-bottom: 25px;
		padding-bottom: 7.8125vw;
		margin-bottom: 35px;
		margin-bottom: 10.9375vw;
	}
}
.box-sitemap-headline .sitemap-headline-lead {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.11111;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}
@media only screen and (max-width: 750px) {
	.box-sitemap-headline .sitemap-headline-lead {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
.box-sitemap-headline .sitemap-headline-txt {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.13333;
	letter-spacing: 0.1em;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.box-sitemap-headline .sitemap-headline-txt {
		font-size: 38px;
		font-size: 3.8rem;
		font-size: 5.9375vw;
		line-height: 1.26316;
	}
}

.box-sitemap {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.box-sitemap {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.57143;
	}
}
@media only screen and (max-width: 750px) {
	.box-sitemap {
		display: block;
	}
}
.box-sitemap .box-sitemap-inner {
	width: 50%;
}
@media only screen and (max-width: 750px) {
	.box-sitemap .box-sitemap-inner {
		width: auto;
		padding-left: 45px;
		padding-left: 14.0625vw;
		padding-right: 15px;
		padding-right: 4.6875vw;
	}
}
.box-sitemap dt {
	margin-bottom: 1em;
}
.box-sitemap dd {
	padding-left: 75px;
	margin-bottom: 1em;
	background-image: url(../images/sitemap/bg-sitemap.png);
	background-repeat: no-repeat;
	background-position: 45px 5px;
	background-size: 16px;
}
@media only screen and (max-width: 750px) {
	.box-sitemap dd {
		padding-left: 40px;
		padding-left: 12.5vw;
		background-size: 17.5px;
		background-size: 5.46875vw;
		background-position: 15px 0px;
		background-position: 4.6875vw 0vw;
	}
}
.box-sitemap a {
	color: #9b8045;
	text-decoration: underline;
}
.box-sitemap a:hover {
	text-decoration: none;
}

.box-common-title {
	position: relative;
	overflow: hidden;
}
.box-common-title .bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-size: cover;
}
.box-common-title .bg img {
	display: none;
}
@media only screen and (max-width: 750px) {
	.box-common-title .bg {
		width: 100%;
	}
	.box-common-title .bg img {
		display: block;
	}
}
.box-common-title .box-common-title-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box-common-title .box-common-title-inner .headline {
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.box-common-title .box-common-title-inner .headline {
		padding-bottom: 15px;
		padding-bottom: 4.6875vw;
		margin-bottom: 22.5px;
		margin-bottom: 7.03125vw;
	}
}
.box-common-title .box-common-title-inner .headline:before,
.box-common-title .box-common-title-inner .headline:after {
	content: "";
	display: block;
	position: absolute;
	width: 120px;
	height: 1px;
	margin-left: -60px;
	left: 50%;
	bottom: 0;
	background-color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.box-common-title .box-common-title-inner .headline:before,
	.box-common-title .box-common-title-inner .headline:after {
		width: 80px;
		width: 25vw;
		margin-left: -40px;
		margin-left: -12.5vw;
	}
}
.box-common-title .box-common-title-inner .headline:after {
	bottom: 3px;
}
@media only screen and (max-width: 750px) {
	.box-common-title .box-common-title-inner .headline:after {
		bottom: 3px;
	}
}
.box-common-title .box-common-title-inner .headline.white:before,
.box-common-title .box-common-title-inner .headline.white:after {
	background-color: #fff;
}
.box-common-title .box-common-title-inner .headline.white .jp {
	color: #fff;
}
.box-common-title .box-common-title-inner .headline.white .en {
	color: #fff;
}
.box-common-title .box-common-title-inner .headline .jp {
	display: block;
	margin-bottom: 10px;
	color: #9b8045;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.11111;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-title .box-common-title-inner .headline .jp {
		font-size: 38px;
		font-size: 3.8rem;
		font-size: 5.9375vw;
		line-height: 1.05263;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-title .box-common-title-inner .headline .jp {
		margin-bottom: 10px;
		margin-bottom: 3.125vw;
	}
}
.box-common-title .box-common-title-inner .headline .en {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #9b8045;
}
@media only screen and (max-width: 750px) {
	.box-common-title .box-common-title-inner .headline .en {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1;
	}
}
.box-common-title .box-common-title-inner .txt {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.58333;
	letter-spacing: 0.1em;
}
.box-common-title .box-common-title-inner .txt p {
	margin: 0 0 1em;
}
.box-common-title .box-common-title-inner .txt p:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
	.box-common-title .box-common-title-inner .txt {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.58333;
	}
}
.box-common-title.type-about {
	height: 540px;
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-about {
		height: 320px;
		height: 100vw;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-about .box-common-title-inner {
		top: 0;
		-webkit-transform: none;
		transform: none;
		height: 100%;
	}
	.box-common-title.type-about .box-common-title-inner section {
		box-sizing: border-box;
		min-height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 14px 12px;
		background-color: rgba(255, 255, 255, 0.88);
	}
}
.box-common-title.type-about .bg {
	height: 540px;
	background-image: url(../images/about/pic-main.png), url(../images/about/pic-main.jpg);
	background-size:
		auto 100%,
		cover;
	background-repeat: no-repeat no-repeat;
	background-position:
		center center,
		center center;
}
.box-common-title.type-about .box-common-title-inner .txt {
	font-size: 20px;
	font-size: 2rem;
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-about .box-common-title-inner .txt {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
	}
}
.box-common-title.type-company {
	height: 350px;
	margin-bottom: 55px;
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-company {
		height: 120px;
		height: 37.5vw;
		margin-bottom: 27.5px;
		margin-bottom: 8.59375vw;
	}
}
.box-common-title.type-company .bg {
	height: 350px;
	background-image: url(../images/company/pic-main.jpg);
}
.box-common-title.type-faq {
	height: 350px;
	margin-bottom: 55px;
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-faq {
		height: 120px;
		height: 37.5vw;
		margin-bottom: 0;
	}
}
.box-common-title.type-faq .bg {
	height: 350px;
	background-image: url(../images/faq/pic-main.jpg);
}
.box-common-title.type-kaitori {
	height: 350px;
	margin-bottom: 55px;
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-kaitori {
		height: 120px;
		height: 37.5vw;
		margin-bottom: 17.5px;
		margin-bottom: 5.46875vw;
	}
}
.box-common-title.type-kaitori .bg {
	height: 350px;
	background-image: url(../images/kaitori/pic-main.jpg);
}
.box-common-title.type-voice {
	height: 350px;
	margin-bottom: 55px;
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-voice {
		height: 120px;
		height: 37.5vw;
		margin-bottom: 17.5px;
		margin-bottom: 5.46875vw;
	}
}
.box-common-title.type-voice .bg {
	height: 350px;
	background-image: url(../images/voice/pic-main.jpg);
}
.box-common-title.type-contact {
	height: 350px;
	margin-bottom: 55px;
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-contact {
		height: 120px;
		height: 37.5vw;
		margin-bottom: 17.5px;
		margin-bottom: 5.46875vw;
	}
}
.box-common-title.type-contact .bg {
	height: 350px;
	background-image: url(../images/contact/pic-main.jpg);
}
.box-common-title.type-shop {
	height: 350px;
	margin-bottom: 55px;
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-shop {
		height: 120px;
		height: 37.5vw;
		margin-bottom: 17.5px;
		margin-bottom: 5.46875vw;
	}
}
.box-common-title.type-shop .bg {
	height: 350px;
	background-image: url(../images/shop/pic-main.jpg);
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-shop .bg {
		height: 100%;
	}
}
.box-common-title.type-shop-detail {
	height: 350px;
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-shop-detail {
		height: 120px;
		height: 37.5vw;
	}
}
.box-common-title.type-shop-detail .bg {
	height: 350px;
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-shop-detail .bg {
		height: 120px;
		height: 37.5vw;
	}
}
.box-common-title.type-item {
	height: 450px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-item {
		height: 170px;
		height: 53.125vw;
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}
.box-common-title.type-item.short {
	height: 350px;
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-item.short {
		height: 120px;
		height: 37.5vw;
	}
}
.box-common-title.type-item.short .bg {
	height: 350px;
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-item.short .bg {
		height: 120px;
		height: 37.5vw;
	}
}
.box-common-title.type-item .bg {
	height: 450px;
	background-image: url(../images/item/pic-main.jpg);
}
.box-common-title.type-item .txt {
	color: #fff;
}
.box-common-title.type-line {
	height: 450px;
}
@media only screen and (max-width: 750px) {
	.box-common-title.type-line {
		height: 170px;
		height: 53.125vw;
	}
}
.box-common-title.type-line .bg {
	height: 450px;
	background-image: url(../images/line/pic-main.jpg);
}
.box-common-title.type-line .txt {
	color: #fff;
}

.box-common-title2 {
	background-color: #f7f5f1;
	border-top: 2px solid #edebe7;
	padding: 23px 0 25px 0;
	margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
	.box-common-title2 {
		padding: 15px 0px 13px 0px;
		padding: 4.6875vw 0vw 4.0625vw 0vw;
		margin-bottom: 20px;
		margin-bottom: 6.25vw;
	}
}
.box-common-title2 .title {
	text-align: center;
	color: #9b8045;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-common-title2 .title {
		font-size: 32px;
		font-size: 3.2rem;
		font-size: 5vw;
		line-height: 1.25;
	}
}

.box-common-title-news {
	padding-top: 50px;
	margin-bottom: 45px;
}
@media only screen and (max-width: 750px) {
	.box-common-title-news {
		margin-left: auto;
		margin-right: auto;
		width: 280px;
		width: 87.5vw;
		padding-top: 20px;
		padding-top: 6.25vw;
		margin-bottom: 15px;
		margin-bottom: 4.6875vw;
	}
}
.box-common-title-news .title {
	color: #9b8045;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.38462;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #9b8045;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
	.box-common-title-news .title {
		font-size: 30px;
		font-size: 3rem;
		font-size: 4.6875vw;
		line-height: 1.33333;
	}
}
@media only screen and (max-width: 750px) {
	.box-common-title-news .title {
		padding-bottom: 10px;
		padding-bottom: 3.125vw;
		margin-bottom: 7.5px;
		margin-bottom: 2.34375vw;
	}
}
.box-common-title-news .data {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: 0.05em;
	text-align: right;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.box-common-title-news .data {
		font-size: 20px;
		font-size: 2rem;
		font-size: 3.125vw;
		line-height: 1.5;
	}
}

.box-top-picmain {
	position: relative;
}
.box-top-picmain:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 3000px;
	margin-left: -1500px;
	height: 100%;
	background-color: #e6dfd3;
}
@media only screen and (max-width: 750px) {
	.box-top-picmain:after {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}
.box-top-picmain .logo {
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 85px;
	margin-left: -138px;
	width: 276px;
}
@media only screen and (max-width: 750px) {
	.box-top-picmain .logo {
		top: 17.5px;
		top: 5.46875vw;
		width: 138px;
		width: 43.125vw;
		margin-left: -69px;
		margin-left: -21.5625vw;
	}
}
.box-top-picmain .txt {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 256px;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #fff;
	width: 100%;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.box-top-picmain .txt {
		font-size: 30px;
		font-size: 3rem;
		font-size: 4.6875vw;
		line-height: 1.46667;
	}
}
@media only screen and (max-width: 750px) {
	.box-top-picmain .txt {
		top: 107px;
		top: 33.4375vw;
	}
}
.box-top-picmain .txt span {
	display: inline-block;
	text-align: left;
}
@media only screen and (max-width: 750px) {
	.box-top-picmain .txt span {
		text-align: center;
	}
}

.list-top-picmain {
	z-index: 1;
	position: relative;
	height: 580px;
	margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
	.list-top-picmain {
		height: 240px;
		height: 75vw;
		margin-bottom: 51px;
		margin-bottom: 15.9375vw;
	}
}
.list-top-picmain li {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1366px;
	height: 100%;
	margin-left: -683px;
	overflow: hidden;
	background-color: #e6dfd3;
	opacity: 0;
	z-index: 1;
	transition-property: opacity;
	transition-duration: 1s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.list-top-picmain li.show {
	z-index: 2;
	opacity: 1;
}
@media only screen and (max-width: 750px) {
	.list-top-picmain li {
		width: 100%;
		height: 100%;
		margin-left: 0;
		left: 0;
	}
}
.list-top-picmain li a {
	display: block;
	height: 100%;
}
.list-top-picmain li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

.list-top-picmain-ctrl {
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
}
@media only screen and (max-width: 750px) {
	.list-top-picmain-ctrl {
		bottom: -15px;
		bottom: -4.6875vw;
	}
}
.list-top-picmain-ctrl span {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 4px;
	background-color: #d2d2d2;
	margin-left: 8px;
	margin-right: 8px;
	transition-property: border background-color;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 750px) {
	.list-top-picmain-ctrl span {
		width: 30px;
		width: 9.375vw;
		height: 4px;
		height: 1.25vw;
		margin-left: 6.5px;
		margin-left: 2.03125vw;
		margin-right: 6.5px;
		margin-right: 2.03125vw;
	}
}
.list-top-picmain-ctrl span.current {
	background-color: #8e6c1c;
}

.ctrl-nextprev {
	position: absolute;
	top: 50%;
	width: 26px;
	height: 45px;
	z-index: 3;
	cursor: pointer;
	margin-top: -22px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: none;
}
@media only screen and (max-width: 750px) {
	.ctrl-nextprev {
		display: none;
	}
}
.ctrl-nextprev#ctrl-top-prev {
	left: -125px;
	background-image: url(../images/btn-top-prev.png);
}
.ctrl-nextprev#ctrl-top-next {
	right: -125px;
	background-image: url(../images/btn-top-next.png);
}

.box-top-delivery {
	margin-top: 80px;
	margin-bottom: 70px;
}
@media only screen and (max-width: 750px) {
	.box-top-delivery {
		margin-top: 25px;
		margin-top: 7.8125vw;
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}
.box-top-delivery .headline-leaf {
	width: 470px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
	background-image: url(../images/bg-leaf-l.png), url(../images/bg-leaf-r.png);
	background-size: 77px, 77px;
	background-position:
		left 20px,
		right 20px;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
	.box-top-delivery .headline-leaf {
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
		width: 270px;
		width: 84.375vw;
		background-size: 16.48148%, 16.48148%;
		background-position:
			left 15px,
			right 15px;
	}
}
.box-top-delivery .headline-leaf .txt-image {
	display: block;
	width: 97px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
	.box-top-delivery .headline-leaf .txt-image {
		width: 55.5px;
		width: 17.34375vw;
	}
}
.box-top-delivery .headline-leaf .txt-top {
	display: block;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-top-delivery .headline-leaf .txt-top {
		font-size: 32px;
		font-size: 3.2rem;
		font-size: 5vw;
		line-height: 1.9375;
	}
}
.box-top-delivery .headline-leaf .txt-bottom {
	display: block;
	font-size: 56px;
	font-size: 5.6rem;
	line-height: 1.14286;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-top-delivery .headline-leaf .txt-bottom {
		font-size: 64px;
		font-size: 6.4rem;
		font-size: 10vw;
		line-height: 0.96875;
	}
}
.box-top-delivery .lead {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 750px) {
	.box-top-delivery .lead {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.71429;
	}
}

.box-top-steps {
	padding-top: 60px;
	padding-bottom: 78px;
}
@media only screen and (max-width: 750px) {
	.box-top-steps {
		padding-top: 20px;
		padding-top: 6.25vw;
		padding-bottom: 20px;
		padding-bottom: 6.25vw;
	}
}
.box-top-steps .headline-ornament {
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.box-top-steps .headline-ornament {
		margin-bottom: 20px;
		margin-bottom: 6.25vw;
	}
}
.box-top-steps .list-common-step {
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.box-top-steps .list-common-step {
		margin-bottom: 20px;
		margin-bottom: 6.25vw;
	}
}

.box-top-koukakaitori {
	padding: 40px 0 60px 0;
	margin-top: 90px;
	position: relative;
	border: 1px solid #e3e0d7;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori {
		margin-top: 20px;
		margin-top: 6.25vw;
		padding: 20px;
		padding: 6.25vw;
		width: 280px;
		width: 87.5vw;
	}
}
.box-top-koukakaitori:before {
	content: "";
	position: absolute;
	border: 1px solid #e3e0d7;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	z-index: -1;
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori:before {
		display: none;
	}
}
.box-top-koukakaitori .headline {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.17647;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 45px;
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .headline {
		font-size: 34px;
		font-size: 3.4rem;
		font-size: 5.3125vw;
		line-height: 1.29412;
	}
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .headline {
		margin-bottom: 15px;
		margin-bottom: 4.6875vw;
	}
}
.box-top-koukakaitori .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .inner {
		display: block;
		width: auto;
	}
}
.box-top-koukakaitori .inner .inner-l {
	width: 420px;
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .inner .inner-l {
		width: 237.5px;
		width: 74.21875vw;
	}
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .inner .inner-l .list {
		margin-bottom: 5px;
		margin-bottom: 1.5625vw;
	}
}
.box-top-koukakaitori .inner .inner-l .list li {
	padding: 8px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.33333;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .inner .inner-l .list li {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.5;
	}
}
.box-top-koukakaitori .inner .inner-l .list li:nth-child(odd) {
	background-color: #f7f5f0;
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .inner .inner-l .list li {
		padding: 6px;
		padding: 1.875vw;
		text-align: center;
	}
}
.box-top-koukakaitori .inner .inner-l .headline2 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.33333;
	letter-spacing: 0.1em;
	text-align: left;
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .inner .inner-l .headline2 {
		font-size: 30px;
		font-size: 3rem;
		font-size: 4.6875vw;
		line-height: 1.13333;
	}
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .inner .inner-l .headline2 {
		text-align: center;
		margin-bottom: 7.5px;
		margin-bottom: 2.34375vw;
	}
}
.box-top-koukakaitori .inner .inner-l .txt {
	text-align: left;
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 1em;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .inner .inner-l .txt {
		font-size: 23px;
		font-size: 2.3rem;
		font-size: 3.59375vw;
		line-height: 1.3913;
	}
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .inner .inner-l .txt {
		text-align: center;
	}
}
.box-top-koukakaitori .inner .inner-l .txt-price {
	text-align: right;
	color: #9b8045;
	margin-bottom: 0.5em;
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .inner .inner-l .txt-price {
		text-align: center;
		margin-bottom: 15px;
		margin-bottom: 4.6875vw;
	}
}
.box-top-koukakaitori .inner .inner-l .txt-price .txt-price1 {
	font-size: 64px;
	font-size: 6.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-weight: bold;
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .inner .inner-l .txt-price .txt-price1 {
		font-size: 72px;
		font-size: 7.2rem;
		font-size: 11.25vw;
		line-height: 1;
	}
}
.box-top-koukakaitori .inner .inner-l .txt-price .txt-price2 {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-weight: bold;
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .inner .inner-l .txt-price .txt-price2 {
		font-size: 52px;
		font-size: 5.2rem;
		font-size: 8.125vw;
		line-height: 1.38462;
	}
}
.box-top-koukakaitori .inner .inner-r {
	width: 370px;
}
@media only screen and (max-width: 750px) {
	.box-top-koukakaitori .inner .inner-r {
		width: 210px;
		width: 65.625vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 12.5px;
		margin-bottom: 3.90625vw;
	}
}

.box-voice {
	margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
	.box-voice {
		margin-bottom: 30px;
		margin-bottom: 9.375vw;
	}
}
.box-voice .box-voice-customer {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	min-height: 260px;
}
@media only screen and (max-width: 750px) {
	.box-voice .box-voice-customer {
		padding: 0px 20px;
		padding: 0vw 6.25vw;
		margin-bottom: 15px;
		margin-bottom: 4.6875vw;
	}
}
.box-voice .box-voice-customer .pic {
	width: 200px;
	float: left;
}
@media only screen and (max-width: 750px) {
	.box-voice .box-voice-customer .pic {
		width: 130px;
		width: 40.625vw;
	}
}
.box-voice .box-voice-customer .title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.58333;
	letter-spacing: 0.1em;
	width: 750px;
	float: right;
	color: #9b8045;
	border-bottom: 1px solid #9b8045;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
@media only screen and (max-width: 750px) {
	.box-voice .box-voice-customer .title {
		font-size: 30px;
		font-size: 3rem;
		font-size: 4.6875vw;
		line-height: 1.33333;
	}
}
@media only screen and (max-width: 750px) {
	.box-voice .box-voice-customer .title {
		width: 140px;
		width: 43.75vw;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0.5em;
	}
}
.box-voice .box-voice-customer .age {
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	left: 0;
	top: 210px;
	padding: 3px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	width: 200px;
	background-color: #9b8045;
	color: #fff;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.box-voice .box-voice-customer .age {
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 3.4375vw;
		line-height: 1.27273;
	}
}
@media only screen and (max-width: 750px) {
	.box-voice .box-voice-customer .age {
		padding: 5px 0;
		position: static;
		float: right;
		width: 140px;
		width: 43.75vw;
	}
}
.box-voice .box-voice-customer .comment {
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	width: 750px;
	float: right;
}
@media only screen and (max-width: 750px) {
	.box-voice .box-voice-customer .comment {
		font-size: 24px;
		font-size: 2.4rem;
		font-size: 3.75vw;
		line-height: 1.41667;
	}
}
@media only screen and (max-width: 750px) {
	.box-voice .box-voice-customer .comment {
		padding-top: 12.5px;
		padding-top: 3.90625vw;
		float: none;
		clear: both;
		width: auto;
	}
}
.box-voice .box-voice-bp {
	overflow: hidden;
	position: relative;
	min-height: 260px;
	background-color: #f7f5f0;
	padding: 40px;
}
@media only screen and (max-width: 750px) {
	.box-voice .box-voice-bp {
		padding: 20px;
		padding: 6.25vw;
	}
}
.box-voice .box-voice-bp .pic {
	width: 130px;
	float: right;
}
@media only screen and (max-width: 750px) {
	.box-voice .box-voice-bp .pic {
		width: 75px;
		width: 23.4375vw;
	}
}
.box-voice .box-voice-bp .title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	width: 750px;
	float: left;
	color: #8d4c53;
	border-bottom: 1px solid #8d4c53;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
@media only screen and (max-width: 750px) {
	.box-voice .box-voice-bp .title {
		font-size: 28px;
		font-size: 2.8rem;
		font-size: 4.375vw;
		line-height: 1.14286;
	}
}
@media only screen and (max-width: 750px) {
	.box-voice .box-voice-bp .title {
		width: 195px;
		width: 60.9375vw;
	}
}
.box-voice .box-voice-bp .comment {
	font-family:
		游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
		メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.71429;
	letter-spacing: 0.1em;
	width: 750px;
	float: left;
}
@media only screen and (max-width: 750px) {
	.box-voice .box-voice-bp .comment {
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 3.4375vw;
		line-height: 1.45455;
	}
}
@media only screen and (max-width: 750px) {
	.box-voice .box-voice-bp .comment {
		padding-top: 12.5px;
		padding-top: 3.90625vw;
		float: none;
		clear: both;
		width: auto;
	}
}

/*# sourceMappingURL=style.css.map */
