@charset "UTF-8";
/* CSS Document */

/*
==================================================
Form - Baes Format
==================================================
*/

/* ### ===== Form - Reset ===== ### */
#formArea input,
#formArea button,
#formArea textarea,
#formArea select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#formArea input,
#formArea button,
#formArea textarea,
#formArea select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#formArea select::-ms-expand {
	display: none;
}


/* ### ===== Form - Custom ===== ### */

/* === input === */
#formArea input[type="text"],
#formArea input[type="password"],
#formArea input[type="email"],
#formArea input[type="tel"],
#formArea textarea {
	width: 100%;
	padding: 4px 15px;
	background-color: #fff;
	border: 1px solid #38271f;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #222427;
	transition: box-shadow 0.4s ease-out 0s, background-color 0.4s ease-out 0s;
}

#formArea input[type="text"],
#formArea textarea {
	letter-spacing: 0.05em;
}

#formArea input[type="text"]:focus,
#formArea input[type="password"]:focus,
#formArea input[type="email"]:focus,
#formArea textarea:focus {
	box-shadow: 0 1px 5px rgba(0,0,0,0.25) inset;
}

#formArea input.wrote,
#formArea textarea.wrote {
	background-color: #b7aeac;
}

#formArea input {
	width: 100%;
}

#formArea textarea.sizeL,
#formArea input.sizeL { max-width: 800px; }
#formArea input.sizeM { max-width: 320px; }
#formArea input.sizeS { max-width: 240px; }
#formArea input.sizeXS { width: 60px; text-align: center; }


/* === Placeholder Text Color === */
/*#formArea ::-webkit-input-placeholder,
#formArea :-moz-placeholder,
#formArea ::-moz-placeholder,
#formArea :-ms-input-placeholder,
#formArea :placeholder-shown {
	color: rgba(0,0,0,0.6);
	font-size: 1.4rem;
	letter-spacing: 0;
}*/


/* === select === */
#formArea select {
	padding: 6px 30px 6px 15px;
	background-color: #fff;
	border: 1px solid #38271f;
	/*! border-radius: 6px; */
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #222427;
	text-align: center;
}

#formArea select.selected {
	background-color: #b7aeac;
}


/* === label === */
#formArea label {
	display: inline-block;
	/*margin: 0 25px 0 0;*/
	margin: 0;
	font-size: 1.6rem;
	/*! font-weight: bold; */
	line-height: 1.2;
	position: relative;
	color: #fff;
}

/* === button 1 === */
/*#formArea input[type="submit"],
#formArea input[type="button"],
#formArea input[type="reset"] {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	height: 60px;
	padding: 0 0 0 3px;
	margin: 0;
	background-color: #eee;
	border: 1px solid #999;
	border-radius: 6px;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 3px;
	color: #999;
	text-decoration: none;
	transition: background 0.4s ease-out 0s;
	cursor: pointer;
}

#formArea input[type="submit"]:hover,
#formArea input[type="button"]:hover,
#formArea input[type="reset"]:hover {
	background: #ddd;
}*/


/* === button 2 === */
#formArea button {
	display: block;
	background-color: #fff;
	border: 2px solid #7c6c60;
	/*! border-radius: 4px; */
	width: 100%;
	max-width: 250px;
	min-width: 200px;
	height: 60px;
	padding: 0 10px 0 20px;
	margin: 0 auto;
	font-size: 1.6rem;
	/*! font-weight: 700; */
	letter-spacing: 0.15em;
	line-height: 1.2;
	color: #000;
	position: relative;
	transition: all 0.4s ease-out 0s;
	cursor: pointer;
	/*! box-shadow: 0px 0px 20px 0px rgba(35, 24, 21, 0.05); */
}

/*#formArea button:hover {
	transform: scale(0.95);
}*/

#formArea button[type="submit"]:hover {
	background-color: #4f4136;
	filter: brightness(105%) contrast(110%) saturate(110%);
	/*! box-shadow: 0px 0px 10px 0px rgba(35, 24, 21, 0.1); */
	/*! transform: scale(0.95); */
	transform: translate(0, 0);
}

#formArea button[type="reset"]:hover {
	background-color: #c1beb4;
	/*! box-shadow: 0px 0px 10px 0px rgba(35, 24, 21, 0.1); */
	/*! transform: scale(0.95); */
	transform: translate(0, 0);
}

#formArea button em {
	font-weight: inherit;
	display: inline-block;
	/*position: relative;*/
}

#formArea button[type="submit"] {
	background-color: #3c3230;
	color: #fff;
	border: none;
	/*! box-shadow: 0px 0px 30px 0px rgba(35, 24, 21, 0.2); */
	border: 2px solid #7c6c60;
}

#formArea button[type="submit"] em::before {
	content: "";
	display: block;
	width: 16px;
	height: 14px;
	background: url(../img/icon_submit.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 7px);
	left: 20px;
}

#formArea button[type="reset"] em::before {
	content: "";
	display: block;
	width: 24px;
	height: 16px;
	background: url(../img/icon_reset.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 8px);
	left: 16px;
}

/*#formArea button em::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 6px);
	right: -30px;
}*/


/* === check button === */
#formArea input[type="checkbox"] {
	display: none;
}

#formArea label.typeCheck {
	position: relative;
	display: inline-block;
	height: 32px;
	padding: 6px 0 0 45px;
	cursor: pointer;
}

#formArea label.typeCheck::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	content: '';
	border: 1px solid #c1c1c1;
	border-radius: 2px;
	background: #fff;
}

#formArea input[type="checkbox"]:checked+label.typeCheck::before {
	background-color: #b7aeac;
}

#formArea input[type="checkbox"]:checked+label.typeCheck::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 12px;
	width: 10px;
	height: 14px;
	border-right: 4px solid #222427;
	border-bottom: 4px solid #222427;
	transform: rotate(45deg);
}


/* === radio button === */
#formArea input[type="radio"] {
	display: none;
}

#formArea label.typeRadio {
	position: relative;
	display: inline-block;
	height: 32px;
	padding: 6px 0 0 45px;
	cursor: pointer;
}

#formArea label.typeRadio::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	content: '';
	border: 1px solid #38271f;
	border-radius: 30px;
	background: #fff;
}

#formArea input[type="radio"]:checked+label.typeRadio::before {
	background-color: #b7aeac;
}

#formArea input[type="radio"]:checked+label.typeRadio::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	width: 16px;
	height: 16px;
	background-color: #38271f;
	border-radius: 30px;
}


/* === Input Error - Alert Text === */
/*#formArea .errorAlert {
	display: inline-block;
	animation: txtFlashing 1.4s ease-out 0s 5;
	color: rgba(255,80,20,1);
}

@keyframes txtFlashing {
	0% {
		color: rgba(255,80,20,1);
	}
	30% {
		color: rgba(255,80,20,0);
	}
	to {
		color: rgba(255,80,20,1);
	}
}*/



/* ==================================================
HEADER
================================================== */



/* ==================================================
CONTENTS
================================================== */
main {
	padding: 0 3% 100px;
}


/* ==================================================
FORM
================================================== */

/* formArea
------------------------------ */
#formArea {
	padding: 90px 0 120px;
}

@media screen and (max-width: 1000px) {
#formArea {
	padding: 0;
}
}

#formArea h2 {
	margin-bottom: 50px;
	padding-left: 20px;
}

@media screen and (max-width: 1000px) {
#formArea h2 {
	margin-bottom: 40px;
}
}

#formArea .inner {
	max-width: 900px;
	margin: 0 auto;
	border-radius: 0;
	/*background-color: rgba(251,251,251,0.9);*/
	background-color: #38271f;
	/*! box-shadow: 0px 0px 30px 0px rgba(35, 24, 21, 0.1); */
	padding: 50px 20px 80px;
	border: 2px solid #38271f;
}

@media screen and (max-width: 768px) {
	#formArea {
		padding: 0;
	}
	#formArea .inner {
		padding: 30px 3% 80px;
	}
}

#formArea .request {
	position: relative;
	display: inline-block;
	min-height: 40px;
	padding: 5px 60px;
	font-size: 2.4rem;
	font-weight: 300;
	margin-bottom: 80px;
}

#formArea .request::before,
#formArea .request::after {
	content: "";
	display: block;
	width: 16px;
	height: 40px;
	border: 2px solid #222426;
	position: absolute;
}

#formArea .request::before {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
}

#formArea .request::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}

#formArea .request i {
	display: inline-block;
	font-size: 85%;
}

#formArea .request em {
	font-weight: 700;
	display: inline-block;
}

@media screen and (max-width: 900px) {
	#formArea .request {
		padding: 5px 8%;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
	}
	
	#formArea .request i {
		display: block;
		width: 100%;
		max-width: 320px;
	}
}


#formArea form {
	max-width: 680px;
	margin: 0 auto 50px;
}

@media screen and (max-width: 640px) {
	#formArea form {
		max-width: 420px;
		width: 96%;
	}
}


/* formHead
------------------------------ */
#formHead {
	margin-bottom: 60px;
}

#formHead .notice {
	font-size: 1.2rem;
	color: #fff;
	width: calc(100% - 160px);
	margin: 0 0 20px auto;
}

#formHead dl {
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#formHead dl dt {
	width: 120px;
	text-align: right;
	color: #fff;
}

#formHead dl dd {
	width: calc(100% - 150px);
	text-align: left;
}

#formHead dl dd .sizeL {
}

@media screen and (max-width: 640px) {
	#formHead .notice {
		text-align: left;
		width: 100%;
	margin: 0 0 15px;
	}
	
	#formHead dl {
		justify-content: flex-start;
	}

	#formHead dl dt {
		width: 100%;
		text-align: left;
		margin-bottom: 12px;
	}

	#formHead dl dd {
		width: 100%;
		text-align: left;
	}

	#formHead dl dd .sizeL {
	}
}


/* jmeMember & jmeVisitor
------------------------------ */
.sctSet {
	margin-bottom: 50px;
}

#jmeMember.sctSet {
	margin-bottom: 40px;
}

#jmeVisitor.sctSet {
}


.sctSet .sectionTtl {
	border-bottom: 1px solid #d0c3af;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-bottom: 30px;
}

.sctSet .sectionTtl h3 {
	/*display: inline-block;*/
	background: #4a372d;
	color: #fff;
	height: 36px;
	display: flex;
	align-items: center;
	padding: 3px 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.sctSet .sectionTtl .linkTxt {
}

.sctSet .sectionTtl .linkTxt a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	letter-spacing: 0.05em;
	color: #e1cbae;
	font-size: 1.2rem;
	line-height: 1.2;
}

.sctSet .sectionTtl .linkTxt a:hover {
	/*opacity: 0.6;*/
	color: #dc8d4e;
}

.sctSet .sectionTtl .linkTxt a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	/*background: url(../img/icon_arrow_000.svg) no-repeat center center;
	background-size: contain;*/
	margin-right: 15px;
	transform: rotate(45deg) translateY(0px);
	border-top: 2px solid #d6c9b4;
	border-right: 2px solid #d6c9b4;
	margin-right: 8px;
	transition: all 0.4s ease-out 0s;
}

.sctSet .sectionTtl .linkTxt a:hover::before {
	border-top: 2px solid #dc8d4e;
	border-right: 2px solid #dc8d4e;
}

.sctSet .sectionTtl .linkTxt a i {
	display: inline-block;
}

.sctSet dl {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.sctSet dl dt {
	text-align: right;
	width: 220px;
	color: #fff;
}

.sctSet dl dt i {
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}

.sctSet dl dd {
	width: calc(100% - 250px);
	text-align: left;
}

.sctSet .forget {
	width: calc(100% - 260px);
	margin: 0 0 0 auto;
	text-align: left;
	font-size: 1.3rem;
}

.sctSet .forget a {
	text-decoration: none;
	color: #e1cbae;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1cbae;
	transition: all 0.4s ease-out 0s;
	font-size: 1.2rem;
}

.sctSet .forget a:hover {
	/*opacity: 0.6;*/
	color: #dc8d4e;
	border-bottom: 1px solid #dc8d4e;
}

.sctSet dl dd i {
	display: inline-block;
	vertical-align: middle;
}

.sctSet dl dd input + i {
	margin-left: 12px;
	color: #fff;
}

.sctSet dl .radioSet {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

.sctSet dl .radioSet .list {
}

.sctSet dl .radioSet .list:not(:first-child) {
	margin-left: 30px;
}


@media screen and (max-width: 640px) {
	#jmeVisitor.sctSet {
		margin-bottom: 60px
	}
	
	.sctSet .sectionTtl {
	}

	.sctSet .sectionTtl h3 {
		letter-spacing: 0.05em;
		font-size: 1.3rem;
	}

	.sctSet .sectionTtl .linkTxt {
		max-width: 110px;
	}

	.sctSet .sectionTtl .linkTxt a {
		text-align: right;
	}
	
	.sctSet .sectionTtl .linkTxt a:hover {
	}

	.sctSet .sectionTtl .linkTxt a::before {
	}

	.sctSet dl {
		justify-content: flex-start;
	}

	.sctSet dl dt {
		width: 100%;
		text-align: left;
		margin-bottom: 12px;
	}

	.sctSet dl dd {
		width: 100%;
		text-align: left;
	}

	.sctSet .forget {
		width: 100%;
		font-size: 1.2rem;
	}
	
	.sctSet dl.noWrap {
		flex-wrap: nowrap;
	}
	
	.sctSet dl.noWrap dt {
		width: 60px;
		margin-bottom: 0;
	}
	
	.sctSet dl.noWrap dd {
		width: calc(100% - 60px);
	}
}


/* formFoot
------------------------------ */
#formFoot {
}

#formFoot .attention {
	background-color: #f0f0f0;
	border-radius: 0;
	padding: 15px 20px 15px;
	font-size: 1.3rem;
	text-align: left;
	margin: 0 auto 50px;
	font-weight: 400;
	line-height: 1.6;
}

#formFoot .attention p {
}

#formFoot .attention p a {
	color: #0b5463;
	text-decoration: underline;
}

#formFoot .attention p a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#formFoot .btnSet {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#formFoot .btnSet li {
	width: 250px;
	margin: 0 20px 30px;
	background: #4a372d;
}

#formFoot .btnSet li button {
	transform: translate(-10px, 10px);
}

#formFoot .btnSet li button em {
}

@media screen and (max-width: 640px) {
	#formFoot .attention {
		letter-spacing: 0.1em;
		font-size: 1.25rem;
	}

	#formFoot .btnSet li:not(:first-child) {
		/*! margin-top: 30px; */
	}
}


/* greetingArea
------------------------------ */
#greetingArea {
	/*! padding: 0 2%; */
	padding: 60px 0 0;
}

#greetingArea h2 {
	margin-bottom: 50px;
	padding-left: 20px;
}

#greetingArea .inner {
	/*! max-width: 800px; */
	margin: 0 auto;
	border-radius: 0;
	background-color: #38271f;
	/*! box-shadow: 0px 0px 30px 0px rgba(35, 24, 21, 0.1); */
	padding: 100px 20px 100px;
	text-align: center;
}

#greetingArea .txtJp {
	font-size: 1.6rem;
	margin-bottom: 40px;
	color: #fff;
}

#greetingArea .txtEn {
	font-size: 5rem;
	margin-bottom: 60px;
	color: #fff;
	font-family: roboto-condensed,sans-serif;
	font-weight: 400;
}

/* .btnHome */
main .btnHome {
	text-align: center;
}

main .btnHome a {
	color: #e1cbae;
	text-decoration: none;
	display: inline-block;
	position: relative;
	min-width: 260px;
	padding-bottom: 20px;
}

main .btnHome a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e1cbae;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: transform 0.8s ease-out 0s;
}

main .btnHome a:hover {
	opacity: 1;
	filter: none;
	color: #dc8d4e;
}

main .btnHome a:hover::after {
	transform: rotateY(180deg);
	background-color: #dc8d4e;
}

main .btnHome a .ttl {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	display: inline-block;
	margin-bottom: 15px;
	font-family: roboto-condensed,sans-serif;
	font-weight: 400;
}

main .btnHome a .txt {
	transition: text-shadow 0.4s ease-out 0s;
	color: #fff;
}

