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

.ppBox {
	padding: 15px;
	width: auto;
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #dcdcdc;
}

.ppBox h1 {
	margin: 10px auto;
	padding-bottom: 10px;
	border-bottom: double 3px #004818;
}

.ppBox ol {
	margin: 40px auto 0;
	padding-left: 40px;
	list-style: decimal;
}
.ppBox ol li {
	list-style: decimal;
}
.ppBox ol li + li {
	margin-top: 10px;
}

.smp_hdn { display: block;}
.pc_hdn { display: none; }
@media (max-width: 820px) {
	.smp_hdn { display: none; }
	.pc_hdn { display: block; }
}

#ctitle {
    margin-top: 40px;
}
.contact_end {
    margin: 100px auto;
}
.contact_end p {
    text-align: center;
}

/*-----------------------
	お問い合わせ
------------------------*/

#inquiry p {
	margin: 40px 0;
	text-align: center;
}

.hissu {
	margin-left: 4px;
	font-size: 2.4rem;
	text-align: center;
	color: #dc143c;
	display: inline-block;
}

#inquiry table {
	margin-bottom: 40px;
	width: 100%;
	border-collapse: collapse;
}

#inquiry table tr { border-bottom: 1px solid #a9a9a9; }
#inquiry table tr:last-child { border-bottom: none; }
#inquiry table th, table td {
	padding: 10px;
	text-align: left;
	box-sizing: border-box;
    font-size: 2rem;
}
#inquiry table th {
	width: 30%;
	background: #efefef;
}
#inquiry table td {
	width: 70%;
}

@media (max-width: 820px) {
	#inquiry table th, #inquiry table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	#inquiry table td { padding-bottom: 20px; }
}
@media (max-width: 480px) {
	#inquiry table th, table td {
        font-size: 1.6rem;
    }

	#inquiry table td { padding-bottom: 20px; }
}

#inquiry table td span {
	color: #A9A9A9;
	font-size: 14px;
}
#inquiry table td span:before {
	content: "（例）";
	margin-right: 5px;
}
#inquiry table td span.en:before {
	content: "(Example)";
	margin-right: 5px;
    margin-left: 15px;
}

.sentBtn {
	margin: 0 auto;
	width: 95%;
	text-align: center;
}
.sentBtn input


/* formパーツスタイル */
input, button, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
}

input[type="text"],
input[type="email"],
textarea {
	padding: 5px;
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #1abc9c;
	border: 1px solid #004818;
}

input[type="text"],
input[type="email"]{
	margin-right: 0;
	width: 80%;
}
@media (max-width: 820px) {
	input[type="text"] {
		margin-right: 20px;
		width: 100%;
	}
}

textarea {
	width: 100%;
    height: 200px;
    background: #fff;
}
@media (max-width: 480px) {
	textarea {
        height: 100px;
    }
	input[type="text"] {
		margin-right: 0;
	}
}

input[type="image"] {
	max-width: 100%;
	width: auto;
}
input[type="image"]:hover { opacity: 0.6;}


/* ボタン */
.formBtn { float: left; }
.btnBackBox { float: right;}
.submitBox {
    width: 70%;
    margin: 0 auto;
}
@media (max-width: 480px) {
    .formBtn { float: none; margin-bottom: 20px; }
    .btnBackBox { float: none;}
	.submitBox {
        width: 100%;
        text-align: center;
    }
}



/*---------------------------------
	contact
---------------------------------*/
#contactArea {
    padding-bottom: 80px;
}
#contactArea .contact_lead {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 100px;
    font-weight: 600;
    font-size: 2rem;
    background: url(../img/contact/img_leaf.png) 50% bottom no-repeat;
}
#contactArea .tel_info {
	margin-top: 20px;
	text-align: center;
}
#contactArea .tel_info span {
	font-size: 3rem;
	margin-left: 10px;
}

#contactArea .zoom_info {
    margin: 40px auto 0;
    border: #534741 1px solid;
    background: #fff;
    padding: 10px 0;
    width: 90%;
}

#contact #ttlBox {
    margin: 0 auto 40px;
    height: 150px;
    background: #b1c7dc;
}
#contact #ttlBox h1 {
    line-height: 150px;
    font-size: 3.4rem;
    color: #fff;
    text-align: center;
}

@media (max-width: 780px) {
    #contactArea .contact_lead {
        font-size: 1.6rem;
    }
}
@media (max-width: 480px) {
   #contact #ttlBox {
        height: 100px;
        margin: 0 auto 20px;
    }
    #contact #ttlBox h1 {
        line-height: 100px;
        font-size: 2.8rem;
    }
    #contactArea .contact_lead {
        text-align: left;
        margin-bottom: 20px;
        padding-bottom: 50px;
        background-size: 60px auto;
    }
	#contactArea .tel_info span {
		margin-left: 0;
	}
	#contactArea .zoom_info {
    	text-align: center;
	}
}

#contactArea table {
    margin: 0 auto;
    width: 700px;
    margin-bottom: 40px;
}
#contactArea table th {
    width: 40%;
    font-size: 2rem;
}
@media (max-width: 780px) {
    #contactArea table {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    #contactArea table th {
        font-size: 1.4rem;
        line-height: 1.2;
    }
}



