/* CSS Document */

h3{
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	padding: 10px 20px 0;
	border-top: 2px solid #da3426;
	font-weight: 400;
	margin: 8% auto 0px;
}
h3:first-letter{
	color: #da3426;
	font-size: 140%;
}
h4{
	text-align: left;
	padding: 5px 20px;
	background:#f8f3ee;
	border-top: 2px solid #da3426;
	font-weight: 400;
	margin: 5% auto 0px;
}

p.suben{
	padding: 0 20px;
	color: #666666;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 5%;
}

table th{
	width: 20%;
}
table td dl dt{
	width: 130px;
	float: left;
}
table td a.map{
	display: inline-block;
	padding: 5px 10px;
	background: #da3426;
	color: #fff;
	position: relative;
}
table td a.map{
	display: inline-block;
	padding: 0px 15px 0px 5px;
	background: #da3426;
	color: #fff;
	font-size: 80%;
	line-height: 1.5em;
	border-radius: 5px;
}
table td a.map::before{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 7px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.catch{
	background: #faf3ef;
	border-left: 2px solid #da3426;
	margin: 8% auto 3%;
}
.catch .txt{
	width:70%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.catch .txt .sign{
	width: 80%;
	margin: 40px auto 0 0;
	max-width: 320px;
	
}
.catch .signsp{
	display: none;
	
}
.catch .photo{
	width:30%;
}
.catch h3{
	color: #da3426;
	border-top: none;
	margin: 0;
	padding: 0;
}


/*Contact*/

.inner table th span.need{
	color: #da3426;
	font-size: 0.8em;
}

.w30{
	width: 30%;
}
.w60{
	width: 60%;
}
.w100{
	width: 100%;
}
input {
	font-size: 1.6rem;
	border-radius: 5px;
}
input[type="checkbox"] {
	margin: 0 0.5em;
}
input[type="text"],
textarea {
	color: #000!important;
	border: 1px solid #cccccc;
	background: #f2f6f8;
	margin: 8px 10px 8px 0;
	padding: 3px;
	background: #f9f9f9;
	border-radius: 5px;
}
input[type="email"] {
	border: 1px solid #cccccc;
	border-radius: 4px;
	background: #f2f6f8;
	margin: 8px 10px 8px 0;
	padding: 3px;
}

select {
	font-size: 1.6rem;
	border: 1px solid #999;
	margin: 10px 0;
}

label{
	display: inline-block;
}

.Sendbtn{
	margin: 3% auto 5%;
	width: 70%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.send {
	font-size: 1.6rem;
	color: #fff;
	padding: 15px 20px;
	width: 40%;
	border: none;
	display: block;
	background: #da3426;	
}
.contact .send:hover{
	background: #9e1e13;
}

.back {
	font-size: 1.6rem;
	color: #fff;
	padding: 15px 20px;
	width: 40%;
	border: none;
	display: block;
	background: #999999;
}
.contact .back:hover{
	background: #dfdfdf;
}

.privacywaku{
	border:1px solid #ccc;
	background: #f3f3f3;
	padding: 20px;
	margin: 3% auto;
}


.Sendbtn .btnsend,
.Sendbtn .btnback{
	width: 50%;
	display: block;
	text-align: center;
	font-size: 1.6rem;
}
.Sendbtn .btnsend input{
	color: #fff;
	padding: 15px 20px;
	border: none;
	display: block;
	background: #da3426;
	width: 100%;
}
.Sendbtn .btnback input{
	color: #fff;
	padding: 15px 20px;
	border: none;
	display: block;
	background: #999999;
	width: 100%;
}
.Sendbtn .btnsend:hover{
	background: #9e1e13;
}
.Sendbtn .btnback:hover{
	background: #dfdfdf;
}


.confirm .reset-button {
    display: none;
}

@media only screen and (min-width:1px) and (max-width: 960px) {	

}

@media only screen and (min-width:1px) and (max-width: 768px) {


.catch .txt{
	width:100%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.catch .txt .sign{
	display: none;
	
}
.catch .photo{
	width:80%;
	text-align: right;
	margin: 0 0 0 auto;
}
.catch .signsp{
	display: block;
	margin: 0 0 0 auto;
	width: 70%;
	max-width: 250px;
	padding: 10px;
	
}
	
.w60{
	width: 100%;
}
.w30{
	width: 50%;
}/*
.send {
	font-size: 1.5rem;
	padding: 10px 20px;
	width: 45%;
}
.back {
	font-size: 1.5rem;
	padding: 10px 20px;
	width: 45%;
}*/
	
.Sendbtn .btnsend,
.Sendbtn .btnback{
	font-size: 1.5rem;
}
	
.contact .Sendbtn{
	margin: 5% auto 8%;
	width: 90%;
	display: flex;
	justify-content: center;
}	
}

.pagenav{
	margin:50px auto 0px;
	width:80%;
}
.pagenav li{
	width:50%;
	text-align:center;
}
.pagenav li a{
	display:block;
	border:1px solid #d93425;
	color: #d93425;
	padding:5px 10px;
}
.pagenav li.select a{
	display:block;
	background: #d93425;
	color:#fff;
}


.env_txt{
	line-height: 2em;
	margin: 30px auto 50px;
}.innerCenter{
	max-width: 660px;
	margin: auto;
}
.innerCenter ol{
	margin: 30px 0 30px 20px;
}
.innerCenter ol li{
	list-style: decimal;
	margin-bottom: 10px;
	line-height: 1.6em;
}
.innerCenter ul li{
	list-style: none;
	margin: 10px 0;
	line-height: 1.4em;
}
.innerCenter .waku{
	border: 1px solid #dfdfdf;
	padding: 10px 50px;
	display: inline-block;
	margin: 20px auto;
	width: 60%;
}
.innerCenter .waku .add{
	font-size: 14px;
	padding-left: 20px;
}
.innerCenter .txtR{
	width: 40%;
}
.innerCenter .txtR p{
	text-align: right;
	font-size: 15px;
}
.isozu{
	width: 50%;
	padding: 20px;
	text-align:center;
}

@media only screen and (max-width:768px){
	
.pagenav{
	margin:20px auto 0px;
	width:90%;
	}
	
.env_txt{
	line-height: 2em;
	margin: 10px auto 30px;
}
.innerCenter .waku{
	padding: 10px 30px;
	margin: 10px auto;
	width: 100%;
}
.innerCenter .waku .add{
	font-size: 12px;
	padding-left: 10px;
}
.innerCenter .txtR{
	width: 100%;
}
.innerCenter .txtR p{
	text-align: right;
	font-size: 14px;
}
.isozu{
	width: 50%;
	padding: 10px;
}
}
