@charset "utf-8";
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
#contact {
	padding: 16.7rem 0 19.9rem;
}
#contact .h2Ttl {
	margin-bottom: 6.3rem;
	font-size: 3.5rem;
	text-align: center;
	letter-spacing: 0.04em;
}
#contact .textBox {
	margin-bottom: 10rem;
	padding: 3.8rem 6rem;
	border: 1px solid #707070;
}
#contact .textBox .text {
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.06em;
}
#contact .tableBox table {
	margin-bottom: 6.7rem;
	width: 100%;
	border-collapse: collapse;
}
#contact .tableBox th,
#contact .tableBox td {
	padding: 3.2rem 0 3.2rem 2.6rem;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	word-break: break-all;
	border-top: 2px solid #E4E4E4;
}
#contact .tableBox tr:last-child th,
#contact .tableBox tr:last-child td {
	border-bottom: 2px solid #E4E4E4;
}
#contact .tableBox th {
	padding: 3.9rem 0 4.8rem;
	width: 27%;
	font-size: 2.2rem;
	font-weight: 500;
}
#contact .tableBox th .sub {
	position: relative;
	font-size: 1.7rem;
}
#contact .tableBox th .sub .must {
	position: absolute;
	top: 0;
	right: 0;
	color: #C90000;
	font-weight: 700;
	font-size: 1.6rem;
}
#contact .tableBox input[type="radio"],
#contact .tableBox input[type="checkbox"] {
	display: none;
}
#contact .tableBox input[type="radio"] ~ span {
	padding: 0.3rem 0 0.3rem 3.4rem;
	font-size: 1.8rem;
	display: inline-block;
    cursor: pointer;
	letter-spacing: 0.06em;
	background: url(../image/icon01.png) no-repeat left center / 2.2rem;
}
#contact .tableBox input[type="radio"]:checked ~ span {
	background-image: url(../image/icon01_on.png);
}
#contact .tableBox input[type="checkbox"] ~ span {
	padding: 0.1rem 0 0.3rem 5rem;
	font-size: 1.75rem;
    cursor: pointer;
	display: inline-block;
	letter-spacing: 0.06em;
	background: url(../image/icon02.png) no-repeat left center / 2rem;
}
#contact .tableBox input[type="checkbox"]:checked ~ span {
	background-image: url(../image/icon02_on.png);
}
#contact .tableBox .chooseUl {
	padding: 0.9rem 0 0 1.4rem;
}
#contact .tableBox .chooseUl li {
	margin-right: 4.5rem;
}
#contact .tableBox textarea,
#contact .tableBox input[type="tel"],
#contact .tableBox input[type="text"],
#contact .tableBox input[type="email"] {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 1.1rem;
    height: 5rem;
    border: 1px solid #727272;
    box-sizing: border-box;
	color: #454545;
    font-size: 1.8rem;
    padding: 0 1.5rem;
    width: 100%;
    letter-spacing: 0.06em;
    background-color: #FFF;
}
#contact .tableBox textarea {
	padding: 1.5rem;
	height: 40rem;
	resize: vertical;
}
#contact .tableBox .agree {
	margin-bottom: 4.7rem;
	text-align: center;
}
#contact .tableBox .submit li {
	margin: 0 1.5rem;
	width: 30.5rem;
}
#contact .tableBox .submit li input {
	padding-bottom: 4px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width: 100%;
	height: 6.7rem;
	border-radius: 0.9rem;
	text-align: center;
	cursor: pointer;
	font-size: 3.5rem;
	font-weight: 500;
	color: #FFF;
	border: none;
	background: #454545;
}


@media all and (min-width: 897px) {
	#contact .tableBox .submit li input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#contact {
		padding: 11rem 2.3rem 6.5rem;
	}
	#contact .h2Ttl {
		margin-bottom: 3.1rem;
		font-size: 2.2rem;
	}
	#contact .textBox {
		margin-bottom: 4.1rem;
		padding: 3.7rem 2.2rem 3.4rem;
		border: 1px solid #707070;
	}
	#contact .textBox .text {
		font-size: 1.2rem;
		line-height: 1.7;
	}
	#contact .tableBox table {
		margin-bottom: 0rem;
	}
	#contact .tableBox th,
	#contact .tableBox td {
		padding: 1.1rem 0 3.2rem;
		display: block;
		width: 100% !important;
		border-top: none;
	}
	#contact .tableBox tr:last-child th,
	#contact .tableBox tr:last-child td {
		border-bottom: none;
	}
	#contact .tableBox th {
		padding: 2.7rem 0 0;
		font-size: 2rem;
		border-top: 2px solid #E4E4E4;
	}
	#contact .tableBox th .sub {
		padding-right: 5rem;
		display: inline-block;
	}
	#contact .tableBox input[type="radio"] ~ span {
		padding: 0.4rem 0 0.3rem 3.7rem;
	}
	#contact .tableBox input[type="checkbox"] ~ span {
		padding: 0.2rem 0 0.3rem 3.8rem;
		font-size: 1.65rem;
		text-align: left;
		line-height: 1.1;
		background: url(../image/icon02.png) no-repeat left top 0.3rem / 2rem;
	}
	#contact .tableBox .chooseUl {
		margin-bottom: -0.7rem;
		padding: 1.2rem 0 0;
		display: block;
	}
	#contact .tableBox .chooseUl li {
		margin: 0 0 0.2rem;
	}
	#contact .tableBox .chooseUl li:last-child {
		margin-bottom: 0;
	}
	#contact .tableBox textarea {
		height: 39.4rem;
	}
	#contact .tableBox .agree {
		margin: 0 2.5rem 3.5rem 3.1rem;
	}
	#contact .tableBox .submit {
		display: block;
	}
	#contact .tableBox .submit li:first-child {
		margin-top: 0;
	}
	#contact .tableBox .submit li {
		margin: 1.5rem auto 0;
		width: 18.7rem;
	}
	#contact .tableBox .submit li input {
		height: 4.1rem;
		font-size: 2.1rem;
	}
	
}

/* wedding */
#wedding > section:nth-of-type(2n) {
	background: url("../image/bg01.jpg") no-repeat repeat;
	background-size: 192rem;
}
#wedding .secBox {
	padding: 10.5rem 0 9rem;
}
#wedding .comImgBox::nth-child(odd)  .phoBox {
	order: 0;
}
#wedding .secBox .comBtn02 {
	margin-top: 5.4rem;
}
#wedding .btmBox {
	padding: 4.7rem 0 4.6rem;
	color: #454545;
/*	margin-top: 10.8rem;*/
    margin-top: 5.8rem;
    margin-bottom: 5.8rem;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.36;
	font-weight: 500;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
#wedding .btmBox a {
	color: #454545;
}
#wedding .btmBox .tel {
	margin-bottom: 1.9rem;
	font-size: 4.2rem;
}
#wedding .btmBox .link {
	color: #2A8AA7;
	text-decoration: underline;
}
#wedding .btmBox p {
	margin-bottom: 3.1rem;
	letter-spacing: 0.05em;
}
#wedding .btmBox p:last-child {
	margin-bottom: 0;
}
#wedding .bgBox {
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
    padding: 5.8rem 15rem 5.4rem;
    border-radius: 2rem;
    background: #f7f7f7;
}

#wedding .bgBox p {
    margin-bottom: 0;
    line-height: 1.75;
    font-size: 1.7rem;
}

#wedding .textBox p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
@media all and (min-width: 897px) {
	#wedding .secBox .comBtn02 a {
		width: 40rem;
		height: 6.9rem;
		font-size: 2.2rem;
	}
	#wedding .btmBox .link:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#wedding .secBox {
		padding: 2.9rem 0 3.2rem;
	}
	#wedding .btmBox {
		margin: 5rem 2.4rem;
		padding: 3rem 0 4rem;
		font-size: 1.6rem;
	}
	#wedding .btmBox p {
		margin-bottom: 1.1rem;
		letter-spacing: 0;
	}
	#wedding .btmBox .tel {
		font-size: 3.2rem;
	}
    #wedding .bgBox {
        padding: 1.9rem 1.9rem 2.1rem;
        border-radius: 1rem;
        margin: 5rem 1.25rem;
    }
    #wedding .textBox p:last-child {
        margin-bottom: 0;
    }
    #wedding .textBox02 p {
        margin-bottom: 2.7rem;
    }
    #wedding .bgBox p {
        font-size: 1.6rem;
    }
    #wedding .textBox p {
        text-align: justify;
        letter-spacing: 0;
        line-height: 1.71;
    }
}