@charset "utf-8";
@import url("https://use.typekit.net/jfz6jrd.css");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: YuGothic, "游ゴシック体", "Yu Gothic", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FcFcFc;
}
#container {
	text-align: left;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 5px 0;
	position: relative;
	border-bottom: 3px solid #d2d2d2;
	text-align: center;
}
#gHeader .menu {
	position: absolute;
	left: 11px;
	top: 50%;
	transform: translateY(-50%);
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 4px 0 5px;
		position: relative;
		border-bottom: 2px solid #d2d2d2;
	}
	#gHeader h1 {
		margin: 0 auto;
		width: 119px;
	}
	#gHeader .menu {
		position: absolute;
		left: 11px;
		width: 35px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 11px 0 5px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.7;
	color: #fff;
	background-color: #01663c;
}
#gFooter a {
	color: inherit;
	text-decoration: underline;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 16px;
	text-align: center;
	font-weight: 700;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	color: #3e6548;
	font-family: YuMincho,"游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.headLine01 .en {
	margin-bottom: 7px;
	padding-bottom: 5px;
	position: relative;
	display: block;
	font-size: 2.2rem;
	font-family: adobe-garamond-pro,serif;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.08em;
}
.headLine01 .en::after {
	position: absolute;
	left: calc(50% - 30px);
	width: 60px;
	bottom: 0;
	height: 2px;
	background-color: #7e9885;
	content: "";
}
.headLine01 .num {
	font-size: 3.2rem;
}
.comTxt {
	text-align: center;
	line-height: 1.7;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 7px;
		font-size: 2.6rem;
	}
	.headLine01 .en {
		margin-bottom: 9px;
		padding-bottom: 6px;
		font-size: 1.8rem;
	}
	.headLine01 .num {
		font-size: 2.6rem;
	}
	.comTxt {
		text-align: left;
		line-height: 1.7;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 530px;
	color: #FFF;
	background: url(../img/mainimg.jpg) no-repeat center / cover;
	box-sizing: border-box;
}
#main .mainVisual h2 {
	padding: 0 10px 22px;
	position: relative;
	font-size: 5.2rem;
	text-align: center;
	font-family: YuMincho,"游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	border-bottom: 1px solid #eae9e2;
}
#main .mainVisual h2 span {
	display: block;
}
#main .mainVisual h2 .small {
	font-size: 3.6rem;
}
#main .mainVisual h2 .en {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-family: adobe-garamond-pro,serif;
	font-weight: 600;
	letter-spacing: 0.05em;
}
#main .mainVisual h2::before,
#main .mainVisual h2::after {
	position: absolute;
	top: 17px;
	width: 144px;
	height: 1px;
	display: block;
	background-color: #FFF;
	content: "";
}
#main .mainVisual h2::before {
	left: 0;
}
#main .mainVisual h2::after {
	right: 0;
}
#main .sec01 {
	padding: 50px 0 80px;
	background-color: #eae9e2;
}
#main .sec01 .comTxt {
	margin-bottom: 34px;
}
#main .sec01 .imgBox {
	margin: 0 auto;
	width: 1200px;
	display: flex;
	justify-content: space-between;
}
#main .sec01 .imgBox .photoList {
	display: flex;
	width: 600px;
}
#main .sec01 .imgBox .rBox {
	width: 560px;
	background-color: #FFF;
	border: 1px solid #688770;
	box-sizing: border-box;
	max-height: 300px;
	overflow: auto;
}
#main .sec01 .imgBox .rBox .inner {
	padding: 29px 21px 42px 29px;
}
#main .sec01 .imgBox .rBox .ttl {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: #3e6548;
	line-height: 1.2;
}
#main .sec01 .imgBox .rBox .ttl img {
	margin-right: 10px;
	width: 32px;
}
#main .sec01 .imgBox .innerBox:not(:last-child) {
	margin-bottom: 29px;
	padding-bottom: 31px;
	background: url(../img/line.png) left bottom repeat-x;
	background-size: auto 2px;

}
#main .sec01 .imgBox .colorList {
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
}
#main .sec01 .imgBox .colorList li {
	margin-top: 20px;
	width: 170px;
}
#main .sec01 .imgBox .colorList li:nth-child(3n) {
	margin-left: auto;
	margin-right: 0;
	width: 150px;
}
#main .sec01 .imgBox .colorList label input {
	display: none;
}
#main .sec01 .imgBox .colorList input + span {
	padding-left: 26px;
	display: flex;
	align-items: center;
	font-weight: 500;
	background: url(../img/icon_check.png) no-repeat left center;
	background-size: 16px auto;
	cursor: pointer;
}
#main .sec01 .imgBox .colorList input:checked + span {
	background-image: url(../img/icon_checked.png);
}
#main .sec01 .imgBox .colorList .color {
	margin-right: 10px;
	width: 25px;
	height: 25px;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
}
#main .sec01 .imgBox .mesh .colorList li:nth-child(3n+1) {
	width: 200px;
}
#main .sec01 .imgBox .mesh .colorList li:nth-child(3n) {
	width: 120px;
}
#main .sec01 .imgBox .border .colorList li:nth-child(3n) {
	margin-left: 0;
	margin-right: auto;
}
#main .sec01 .imgBox .border .colorList li:nth-child(3n + 2) {
	width: 140px;
}
#main .sec02 {
	padding: 70px 0 80px;
}
#main .sec02 .comTxt {
	margin-bottom: 34px;
}
#main .sec02 .selectBox {
	margin: 0 auto;
	width: 1200px;
	background-color: #fff;
	border: 1px solid #688770;
	box-sizing: border-box;
	display: flex;
}
#main .sec02 .selectBox li {
	padding: 21px 0;
	width: 100%;
	border-right: 1px solid #688770;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#main .sec02 .selectBox li:first-child {
	width: 361px;
	flex-shrink: 0;
}
#main .sec02 .selectBox li:last-child {
	border-right: none;
	width: 357px;
	flex-shrink: 0;
}
#main .sec02 .selectBox li .lTxt {
	padding: 0 15px;
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
}
#main .sec02 .selectBox li .lTxt img {
	width: 46px;
	margin-right: 10px;
}
#main .sec02 .selectBox li .rTxt {
	display: flex;
	padding: 0 15px;
	width: 48%;
	height: 30px;
	box-sizing: border-box;
	border-left: 1px solid #bababa;
	align-items: center;
}
#main .sec02 .selectBox li .rTxt .color {
	width: 25px;
	height: 25px;
	border: 1px solid #cbcbcb;
	margin-right: 10px;
	box-sizing: border-box;
}
#main .sec02 .selectBox li:last-child .rTxt {
	width: 41%;
}
#main .sec03 {
	padding: 70px 0 120px;
	background-color: #eae9e2;
}
#main .sec03 .comTxt {
	margin-bottom: 30px;
}
#main .sec03 .formBox {
	margin: 0 auto;
	width: 900px;
}
#main .sec03 dl {
	margin-bottom: 40px;
} 
#main .sec03 dt {
	margin-bottom: 5px;
	font-weight: 700;
}
#main .sec03 dd:not(:last-child) {
	margin-bottom: 27px;
}
#main .sec03 input,
#main .sec03 textarea {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #94ad9a;
	border-radius: 3px;
	background-color: #fff;
	padding: 10px;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	display: block;
}
#main .sec03 textarea {
	height: 200px;
	resize: vertical;
}
#main .sec03 .submitBtn {
	display: flex;
	justify-content: center;
}
#main .sec03 .submitBtn input {
	width: 310px;
	height: 60px;
	background: url(../img/icon04.png) no-repeat right 20px center;
	background-size: 6px auto;
	background-color: #3e6548;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}
#main .sec03 .submitBtn input:hover {
	opacity: 0.7;
}
#main .sec03 .submitBtn .back input {
	background-image: url(../img/icon05.png);
	background-position: left 20px center;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding-bottom: 7px;
		height: 375px;
		background-image: url(../img/sp_mainimg.png);
	}
	#main .mainVisual h2 {
		width: calc(100% - 30px);
		padding: 0 0 10px;
		font-size: 2.8rem;
	}
	#main .mainVisual h2 .small {
		font-size: 2rem;
	}
	#main .mainVisual h2 .en {
		margin-bottom: 12px;
		font-size: 1.8rem;
	}
	#main .mainVisual h2::before,
	#main .mainVisual h2::after {
		top: 10px;
		width: calc(50% - 115px);
	}
	#main .sec01 {
		padding: 32px 15px 60px;
	}
	#main .sec01 .comTxt {
		margin-bottom: 24px;
	}
	#main .sec01 .imgBox {
		margin: 0 auto;
		width: auto;
		display: block;
	}
	#main .sec01 .imgBox .photoList {
		margin-bottom: 24px;
		display: flex;
		width: auto;
		justify-content: center;
	}
	#main .sec01 .imgBox .photoList svg {
		width: 100%;
		height: auto;
	}
	#main .sec01 .imgBox .rBox {
		width: 100%;
		max-height: 300px;
	}
	#main .sec01 .imgBox .rBox .inner {
		padding: 20px;
	}
	#main .sec01 .imgBox .innerBox:not(:last-child) {
		margin-bottom: 29px;
		padding-bottom: 31px;
		background: url(../img/line.png) left bottom repeat-x;
		background-size: auto 2px;
	}
	#main .sec01 .imgBox .colorList {
		margin-top: -20px;
	}
	#main .sec01 .imgBox .colorList li {
		margin: 20px 0 0 !important;
		width: 50% !important;
		font-size: 1.4rem;
	}
	#main .sec01 .imgBox .colorList input + span {
		padding-left: 20px;
	}
	#main .sec01 .imgBox .colorList .color {
		margin-right: 5px;
		width: 20px;
		height: 20px;
	}
	#main .sec02 {
		padding: 51px 15px 60px;
	}
	#main .sec02 .comTxt {
		margin-bottom: 24px;
	}
	#main .sec02 .selectBox {
		margin: 0 auto;
		width: auto;
		display: block;
	}
	#main .sec02 .selectBox li {
		padding: 15px 0 20px;
		width: 100%;
		border: none;
		border-bottom: 1px solid #688770;
		display: block;
	}
	#main .sec02 .selectBox li:first-child {
		width: auto;
	}
	#main .sec02 .selectBox li:last-child {
		border-bottom: none;
		width: auto;
	}
	#main .sec02 .selectBox li .lTxt {
		margin-bottom: 10px;
		padding: 0 20px;
		font-size: 1.8rem;
	}
	#main .sec02 .selectBox li .lTxt img {
		width: 30px;
	}
	#main .sec02 .selectBox li .rTxt {
		display: flex;
		padding: 0 60px;
		width: auto;
		height: auto;
		border-left: none;
	}
	#main .sec02 .selectBox li .rTxt .color {
		width: 25px;
		height: 25px;
		border: 1px solid #cbcbcb;
		margin-right: 10px;
		box-sizing: border-box;
	}
	#main .sec02 .selectBox li:last-child .rTxt {
		width: auto;
	}
	#main .sec03 {
		padding: 52px 15px 87px;
	}
	#main .sec03 .comTxt {
		margin-bottom: 20px;
		text-align: center;
	}
	#main .sec03 .formBox {
		width: auto;
	}
	#main .sec03 .submitBtn {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#main .sec03 .submitBtn input:hover {
		opacity: 1;
	}
}
@media all and (max-width: 370px) {
	#main .sec01 .imgBox .colorList li {
		font-size: 1.2rem;
	}
}
@media all and (max-width: 350px) {
	#main .mainVisual h2 {
		font-size: 2.5rem;
	}
	#main .sec01 .imgBox .rBox .inner {
		padding: 10px;
	}
}
.mCSB_inside > .mCSB_container {
	margin-right: 0;
}
.mCSB_scrollTools {
	width: 10px;
	background-color: #EAEAEA;
	opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	background-color: #EAEAEA;
}
.mCSB_scrollTools .mCSB_dragger_bar {
	width: 100% !important;
	background-color: #333 !important;
	border-radius: 0 !important;
}
#main.confirmPage .sec01 .imgBox {
	justify-content: center;
}
#main.confirmPage .sec03 .submitBtn li {
	margin: 10px;
}

.errorMsg {
	color: red;
	margin-bottom: 1em;
}

#thanks {
	padding: 50px 0;
	text-align: center;
}
#thanks p {
	margin-bottom: 1.5em;
}
@media all and (min-width: 897px) {
	#thanks a:hover {
		text-decoration: underline;
	}
}
.printBox {
	display: none;
}
@media print {
	.printBox {
		display: block;
	}
	#main .sec03 .submitBtn {
		display: none;
	}
	#main .sec01 {
		padding: 20px 0;
	}
	#main .sec02 {
		padding: 20px 0;
	}
	#main .sec01 .imgBox .photoList {
		margin-bottom: 0;
	}
	#main .mainVisual {
		height: 320px;
	}
}