@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style-type: none;
	box-sizing: border-box;
	font-family:YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
h1,h2,h3,h4,h5,h6,p,dt,dd,li,th,td{
	line-height: 25px;
	letter-spacing: 1.3px;
	color: #333333;
}
h1{
	font-size: 1.5rem;
	margin-bottom: 25px;
}
h2{
	font-size: 1.3rem;
	margin-top: 30px;
	margin-bottom: 20px;
}
h3{
	font-size: 1.1rem;
	margin-top: 30px;
	margin-bottom: 10px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
	height: auto;
}
.sp{
	display: none;
}
.bread{
	width: 680px;
	margin: 3px auto;
}
.bread,.bread a{
	font-size: 0.9rem;
}
.rap{
	position: relative;
}
.bold{
	font-weight: bold;
}
.content{
	width: 680px;
	margin: auto auto;
	line-height: 0;
}
.arrow-top{
	width: 50px;
	height: 50px;
	display: block;
	position: fixed;
	left: 10px;
	bottom: 10px;
	background: #666;
	opacity: 0;
	transition: all 0.65s;
}
.arrow-top.isActive{
	opacity: 1;
	transition: all 0.65s;
}
.arrow-top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
.arrow-top:before{
	content: '\f102';
	font-family: FontAwesome;
	position: absolute;
	height: 2.5rem;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #666;
	color: #FFF;
	box-sizing: border-box;
	text-align: center;
	font-size: 2rem;
}
.cta{
	display: none;
}
.header{
	display: flex;
	justify-content: space-between;
}
.menu ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.menu li{
	width: 50%;
	line-height: 0;
}
.back-color{
	padding: 30px 0 20px;
	background-color: #FCF9E8;
}
.call-mail{
	margin: 40px 0 50px;
}
.area{
	margin: 50px auto;
}
.area .area-list ul{
	display: flex;
	flex-wrap: wrap;
}
.area .area-list ul li{
	width: 25%;
	margin-bottom: 10px;
}
.area .acd-check{
	display: none;
}
.area .acd-label{
	background: #666;
	color: #fff;
	display: block;
	margin-bottom: 1px;
	height: 41px;
	padding: 20px 5px;
	position: relative;
	font-weight: bold;
	border-radius: 3px;
}
.area .acd-label:after{
	background: #666;
	box-sizing: border-box;
	content: '\f067';
	display: block;
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
	border-radius: 3px;
}
.area .acd-content{
	border: 1px solid #333;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .4s;
	visibility: hidden;
	line-height: 0;
	border-radius: 3px;
}
.area .acd-check:checked + .acd-label:after{
    content: '\f068';
}
.area .acd-check:checked + .acd-label + .acd-content{
	height: auto;
	opacity: 1;
	padding: 10px;
	visibility: visible;
}
.area .acd-content ul{
	display: flex;
	flex-wrap: wrap;
}
.area .acd-content ul li{
	width: 25%;
	padding: 10px 5px;
}
.price-key{
	margin: 50px auto;
	padding: 0 15px;
}
.price-key table{
	border:solid 1px #c1c1c1;
	width: 100%;
}
.price-key table thead tr{
	background-color:#f0f8ff;
}
.price-key table thead th{
	padding:10px 0;
	border:solid 1px #c1c1c1;
}
.price-key table tbody tr{
	border:solid 1px #c1c1c1;
}
.price-key table tbody td{
	padding:5px;
	border:solid 1px #c1c1c1;
}
.price-key tr th:nth-of-type(1){
	width:60%;
}
.price-key tr th:nth-of-type(2){
	width:40%;
}
.price-water{
	margin: 50px auto;
	padding: 0 15px;
}
.price-water p{
	margin-bottom: 3px;
}
.price-water p:nth-last-of-type(2){
	margin-bottom: 20px;
}
.price-water p:last-of-type{
	margin-bottom: 20px;
}
.price-list {
	width:100%;
	margin-bottom:20px;
	border:solid 1px #c1c1c1;
	border-collapse:collapse;
}
.price-list > thead > tr {
	background-color:#f0f8ff;
}
.price-list > thead > tr > th {
	padding:10px 0;
	border:solid 1px #c1c1c1;
}
.price-list > thead > tr > th:nth-child(1) {
	width:65%;
}
.price-list > thead > tr > th:nth-child(2) {
	width:35%;
}
.price-list > tbody > tr > td {
	padding:5px;
	border:solid 1px #c1c1c1;
}
.price-list > tbody > tr > td:nth-child(1) {
	width:65%;
}
.price-list > tbody > tr > td:nth-child(2) {
	width:35%;
}
#formWrap {
	width:680px;
	margin:50px auto;
	font-size:0.9rem;
	box-sizing: border-box;
}
#formWrap p:nth-child(2),#formWrap p:nth-child(3){
	margin: 10px 0;
}
.formTable{
	width:100%;
	margin:0 auto 3px;
	display: flex;
}
.formTable dt, .formTable dd{
	padding:10px;
}
.formTable dt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 28%;
	font-weight:bold;
	background:#666;
	color: #FFFFFF;
	text-align:left;
}
.formTable dd{
	width: 72%;
	border:1px solid #ccc;
}
.formTable dd label{
	display: block;
}
select{
	height: 40px;
    padding: 0 5px;
}
form{
	margin: 30px 0;
}
input {
	display:block;
	height: 40px;
}
input[type="radio"]{
	display:inline-block;
	width: 20px;
	height: 20px;
	vertical-align:middle;
	margin: 5px 5px 5px 0;
}
input[type="checkbox"]{
	display:inline-block;
	width: 20px;
	height: 20px;
	vertical-align:middle;
	margin: 5px 5px 5px 0;
}
textarea {
	width: 100%;
	margin: 10px 0 0;
}
input[type="submit"]{
	width: 100%;
}
.contact-privacy{
	margin: 40px 0;
}
.privacy{
	overflow: scroll;
	overflow-x: hidden;
	height: 200px;
	margin: 20px 0;
	padding: 10px;
	border: solid 1px #999999;
}
.privacy dt{
	font-weight: bold;
	margin-top: 40px;
	
}
.privacy dt:first-child{
	margin-top: 0;
}
.privacy dd{
	margin-bottom: 10px;
}
.privacy dd dl{
	margin-top: 20px;
}
.privacy dd dl dt{
	font-weight:normal;
}
.cojin-houshin{
	margin: 30px 0;
	padding: 20px 0;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
.cojin-houshin dt{
	text-align: center;
	margin-bottom: 10px;
}
.cojin-houshin dd ul{
	margin-top: 20px;
}
.cojin-houshin dd ul li{
	text-align: right;
	font-size: 0.9rem;
}
.thanks{
	margin: 50px auto;
}
.thanks-top{
	display: block;
	max-width: 294px;
	margin: 50px auto;
}


@media only screen and (max-width : 680px ){
.bread{
	width: 100%;
	padding-left: 10px;
}
.bread,.bread a{
	font-size: 0.8rem;
}
.rap{
	margin-bottom: 100px;
}
p,dd{
	margin-bottom: 20px;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
th{
	font-size: 0.9rem;
}
td{
	font-size: 0.8rem;
}
.content{
	width: 100%;
}
.arrow-top{
	bottom: 81px;
	left: 0;
}
.cta{
	display: block;
	position: fixed;
	bottom: 0;
	opacity: 0;
	transition: all 0.65s;
}
.cta.isActive{
	opacity: 1;
	transition: all 0.65s;
}
.call{
	padding: 0 15px;
}
.area{
	margin: 50px 0;
	padding: 0 15px;
}
.area .area-list ul li{
	width: calc(100% / 3);
	font-size: 0.9rem;
}
.area .acd-check:checked + .acd-label + .acd-content{
	padding: 5px;
}
.area .acd-label{
	padding: 20px 0;
    padding-left: 10px;
}
.area .acd-label:after{
	padding-top: 20px;
}
.area .acd-content ul li{
	padding: 5px 0 5px 5px;
}
.area .acd-content ul li{
	width: calc(100% / 3);
}
.area .acd-content ul li a{
	font-size: 0.9rem;
}
#formWrap{
	width:95%;
	margin:50px auto;
}
.formTable{
	display: block;
}
.formTable dt, .formTable dd{
	width: auto;
}
select{
	height: 40px;
}
input{
	max-width: 95%;
	margin: 10px 0;
}
input[type="text"], textarea{
	display: block;
	padding: 5px;
	max-width: 95%;
}
input[type="radio"]{
	margin: 10px 5px 10px 0;
}
input[type="checkbox"]{
	margin: 10px 5px 10px 0;
}
input[type="submit"]{
	display: block;
	height: 50px;
}
.privacy{
	height: 150px;
}
.thanks{
	padding: 0 15px;
}


}