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


/* layout01 */

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

.layout01 .box-img {
	width: 520px;
}

.layout01 .box-text {
	flex: 1;
	padding-left: 40px;
	text-align: left;
}

.layout01 h6, .layout01 h6 a {
	font-family: "M PLUS Rounded 1c", serif;
	line-height: 1.2;
	font-weight: 300;
	font-size: 46px;
	color: #1fb589;
	letter-spacing: 0.05em;
}

.layout01 h6 {
	display: inline-block;
	padding: 20px 0px;
}

.layout01 h6::before {
	content: "TEL";
	font-size: 25px;
	display: inline-block;
	padding-right: 10px;
}


/*contact*/

.contact {
	width: 1000px;
}

.contact table {
	width: 100%;
	text-align: left;
}

.contact table .box {
	margin-bottom:5px;
}

.contact table tr {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
	padding: 15px 0px;
}

.contact table tr.t-end {
	align-items: flex-start;
}

.contact table tr td {
	color: #000;
	line-height:1.6;
}

.contact table tr td:first-child {
	flex: 1;
	padding-right: 20px;
	font-family: "Zen Maru Gothic", serif;
	font-size: 20px;
color: #754c24;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
}

.contact table tr td:last-child {
	width: 78%;
}

.contact table span.sp-view {
	display: none;
}

.contact table tr td input {
	width:100%;
	border-radius: 10px;
	border-style : solid;
border-color : rgba(0,0,0,0.2);
border-width : 1px;
}

.contact table tr td input.radio {
	width: 15px;
}

.contact table tr td textarea {
	width:100%;
	border-radius: 10px;
	border-style : solid;
border-color : rgba(0,0,0,0.2);
border-width : 1px;
}

.contact table tr.errer td {
	color: #f3516c;
	vertical-align: middle;
}


.contact span.c01 {
	font-size: 16px;
	line-height: 1.6;
	color: #f3516c;
	vertical-align: top;
	display: inline-block;
	padding-left: 10px;
}

p.text02 {
	line-height: 1.6;
}


input,textarea,button{
	margin:0;
	padding:10px;
	font-size:100%;
	font-weight: 400;
}

td div.space {
	margin-top: 20px;
}

input[type="text"] {
	outline: 0;
	border: 1px solid rgba(0,0,0,0.2);;
}

textarea[type="textarea"] {
	border: 1px solid rgba(0,0,0,0.2);;
	padding: 10px;
}


.button {
	text-align: center;
	margin-top: 50px;
}

button {
	cursor: pointer;
	border:none;
	background-color:rgba(0,0,0,0);
}

.button img {
	height:40px;
	width:auto;
}

button span, a.btn-mail, .btn-box input, .btn-back {
	font-family: "Zen Maru Gothic", serif;
	display:inline-block;
	padding:15px 50px;
	background-color:#94dcc7;
	color:#FFF;
	font-weight: 500;
	letter-spacing:0.1em;
	transition: .5s;
	border : solid rgba(255,255,255,0) 1px;
	border-radius: 60px;
}

button:hover span, a.btn-mail:hover, .btn-box input:hover, .btn-back:hover {
	background-color: #1fb589;
	opacity: 1;
}


.btn-box {
	padding-top: 40px;
	margin-bottom:30px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:10px;
}



#formWrap {
	width:100%;
	padding-top: 60px;
	padding-bottom: 60px;
	margin:0 auto;
	line-height:1.6;
	font-size:16px;
}

table.formtable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formtable tr {
	padding: 15px 0px;
}

table.formtable td, table.formtable th {
	line-height:1.6;
	text-align: left;
}

table.formtable th{
	white-space: nowrap;
	width: 200px;
	font-family: "Zen Maru Gothic", serif;
	font-size: 20px;
color: #754c24;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
}

table.formtable td {
	width: 100%;
	border-radius: 10px;
	border-style : solid;
border-color : rgba(0,0,0,0.2);
border-width : 1px;
	padding: 10px 15px;
}


.contact h4 {
	color: #333333;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: normal;
	margin-bottom:30px;
}

.contact h5 {
	font-family: "Zen Maru Gothic", serif;
	color: #1fb589;
	line-height: 1.6em;
	letter-spacing: 0.3em;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}

span.text003 {
	display:none;
}


.contact .checktext {
    width: 100%;
	text-align: center;
	padding-top: 50px;
}

.contact .checktext h6 {
	font-family: "Zen Maru Gothic", serif;
color: #1fb589;
line-height: 1.2;
letter-spacing: 0.15em;
font-weight: 400;
	font-size: 24px;
	margin-bottom: 20px;
}

.contact .checktext div.box-text {
	border-style : solid;
    border-color : #d9d9da;
    border-width : 1px;
	background-color: #FFF;
	margin-bottom: 20px;
	text-align: left;
	overflow: auto;
	height: 200px;
}

.contact .checktext div.box-text .box-box {
	padding: 30px;
}

.contact .checktext div.box-text p {
    line-height: 1.8;
    letter-spacing: 0.05em;
	font-size: 16px;
}

.contents-contact .maincontents-inner {
	padding-top: 0px;
}



.sp-view {
	display: none;
}
