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

#page_ttl {
	height: 255px;
	position: relative;
	z-index: 1;
	background-image: url( ../images/contact/page_ttl_bg.png);
}
#page_ttl h2{
	padding-right: 154px;
	font-size: 4.4rem;
	font-family: Shuei MaruGo B;
	letter-spacing: 0.05em;
}

#pankz{
	margin-top: -5px;
}
#pankz + * {
    padding-top: 0;
}
#intro,
#info,
#formarea{
	background-image: url(../images/contact/bg.jpg);
}
#intro{
	padding-top: 63px;

}
#intro.thanks,
#intro.confirm{
	padding-bottom: 50px;
}
#intro.thanks .inn{
	padding-bottom: 50px;
}
#intro.confirm .inn{
	background-position: bottom right;
	padding-bottom: 70px;
}
#intro h3{
	font-size: 2.8rem;
	font-family: Shuei MaruGo B;
	letter-spacing: 0.05em;
}
#intro p{
	font-size: 1.6rem;
	line-height: 1.75;
	padding-right: 180px;
}
#intro p + p{
	font-size: 1.5rem;
}
#intro .inn{
	background-image: url(../images/contact/img01.png);
	background-position: bottom 15px right;
	width: 1010px;
	max-width: 100%;
	margin: auto;
	background-repeat: no-repeat;
}
#info{
	padding-top: 37px;
	padding-bottom: 73px;
}
.c_box{
	background-image: url(../images/contact/box_bg02.png);
	background-repeat: repeat-y;
	width: 1013px;
	max-width: 100%;
	margin: auto;
	background-size: 100%;
}
.boxttl{
	background-image: url(../images/contact/box_bg01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	font-size: 2.6rem;
	color: #fff;
	font-family: Shuei MaruGo B;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 10px 0 21px;
}
.boxttl img{
	display: inline-block;
	margin-right: 6px;
	position: relative;
	top: 7px;
}

.c_box .inn{
	display: flex;
	flex-wrap: wrap;
	background-image: url(../images/contact/box_bg04.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.c_box .box{
	width: 50%;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	padding: 40px 0 25px 0;
}
#info .c_box .box:nth-of-type(3),
#info .c_box .box:nth-of-type(4){
	background-image: url(../images/contact/box_bg05.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.c_box p.jikan{
	text-align: center;
	font-size: 1.6rem;
	width: 100%;
}
#formarea{
	padding-bottom: 130px;
}
#formarea .f_inn{
	padding: 30px 50px 22px;
}

#form dt{
	font-size: 2rem;
	margin-bottom: 12px;
}
#form dd{
	margin-bottom: 33px;
	font-size: 2rem;
}
#form.confirm dd span + span{
	margin-left: 15px;
}
#form select,
#form input,
#form textarea{
	font-size: 2rem;
	border: 1px solid #acacac;
	background-color: #F6F6F6;
	border-radius: 10px;
	padding: 18px 34px;
}
#form input,
#form textarea{
	box-shadow:0px 0px 5px 0px rgba(0,0,0,.2) inset;
	border-color: #d2d2d2;
}

#form input[type="email"] {
	width: 100%;
}

#form textarea{
	width: 100%;
	height: 277px;
}

input[type=button],
input[type=submit]{
	font-size: 2.4rem;
	background-color: #E77BA9;
	color: #fff;
	text-align: center;
	max-width: 100%;
	width: 462px;
	height: 85px;
	padding: 0;
	margin: auto;
	border-radius: 10px;
	font-weight: bold;
	margin-top: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	border: none;
}

input[type=submit].btn {
	background-image: none;
	-webkit-appearance: none;
}
_:-ms-lang(x)::-ms-backdrop,
	input[type=submit]{
			border: 1px solid #E77BA9;
}
_:-ms-lang(x)::-ms-backdrop,
	input[type=button]{
			border: 1px solid #E77BA9;
}
input[type=button].back{
	background-color: #CCCCCC;
}
_:-ms-lang(x)::-ms-backdrop,
	input[type=button].back{
			border: 1px solid #cccccc;
}
.btn + .btn{
	margin-top: 20px;
}

#form select{
	width: 100%;
	background-image: url( ../images/contact/select.png);
	background-position: center right 12px;
	background-repeat: no-repeat;
	font-weight: normal;
	padding-right: 68px;
	height: 67px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#form .name + dd{
	display: flex;
}
#form .name + dd label + label{
	margin-left: 26px;
}
#form .name + dd input{
	width: 300px;
	max-width: 100%;
}

#form .hissu{
	font-size: 1.6rem;
	background-color: #E67BA8;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	margin-left: 10px;
	padding: 4px 6px 6px 5px;
}

#accordion{
	border-radius: 10px;
	overflow: hidden;
	margin-top: 11px;
}

#accordion dt {
   position: relative;
	font-size: 2rem;
	font-weight: bold;
	background-color: #FFD4E0;
	display: flex;
	justify-content: space-between;
	padding: 17px 31px 12px 23px;
	cursor: pointer;
}
#accordion dt .out{
	display: flex;
	justify-content: space-between;
	width: calc( 100% - 10px - 42px);
	margin-right: 10px;
}
#accordion dt::after{
	content: "";
	width: 42px;
	height: 42px;
	display: block;
	background-image: url(../images/contact/acc.png);
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50%;
	background-position: center center;
}

#accordion dt .out::after {
   content: "詳しく見る";
   position: relative;
	display: block;
	top: 1px;
}
#accordion dt.ac::after{
	transform: rotate(45deg);
}
#accordion dt.ac .out::after {
   content: "閉じる";
}
#accordion dd{
	font-size: 1.4rem;
	line-height: 2;
	background-color: #F0F0F0;
	border-top: 7px solid #DEDFDF;
	padding: 30px;
}
#accordion dd ul{
	margin-top: 27px;
}
#accordion dd ul li + li{
	margin-top: 27px;
}

#formarea .attention{
	font-size: 1.6rem;
	line-height: 2.25;
	margin-top: 38px;
	padding: 0 48px;
	letter-spacing: -0.05em;
}
#formarea .attention p + p{
	padding-left: 5px;
}
.acceptance-checkbox-wrap {
	margin-top: 3em;
	display: flex;
	justify-content: center;
}
.acceptance-checkbox-wrap .wpcf7-list-item {
	margin: 0;
}
.acceptance-checkbox-wrap .wpcf7-list-item label {
	display: block;
	width: 100%;
	background: #f4f4f4;
	padding: 1em 2em;
	cursor: pointer;
}
.acceptance-checkbox {
	display: none;
}
.acceptance-checkbox-wrap label .wpcf7-list-item-label {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.acceptance-checkbox + span::before,
.acceptance-checkbox:checked + span::before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: .55em;
	border-radius: 3px;
	border: 1px solid #9fa0a0;
}
.acceptance-checkbox + span::before {
	background: #fff;
}
.acceptance-checkbox:checked + span::before {
	background: #E67BA8;
}
.wpcf7-list-item-label {
	font-size: 1.8rem;
	font-weight: bold;
}
.wpcf7-submit.btn:disabled {
	opacity: .6;
}
.wpcf7-submit.btn:disabled:hover {
	transform: translate(0px, 0px);
	box-shadow: 2px 2px 0 0 #9FA0A0;
}

div.wpcf7-response-output {
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	#page_ttl {
		background-image: url(../images/contact/page_ttl_bg_sp.png);
		background-size: 100%;
		height: 40vw;
		line-height: 40vw;
	}
	#page_ttl h2{
		padding-right: 13%;
		font-size: 2.65rem;
		white-space: nowrap;
	}
	#pankz{
		margin-top: 0;
		margin-bottom: 0;
	}
	#intro {
		padding-top: 30px;
	}
	#intro h3 {
		font-size: 1.6rem;
	}
	#intro p {
		font-size: 1.4rem;
		line-height: 1.67;
		padding-right: 0;
		margin-top: 5px;
	}
	#intro p + p{
		font-size: 1.3rem;
	}
	#intro .inn{
		background-image: none;
	}
	#intro img.sp{
		margin-top: 15px;
	}

	.c_box{
		background-image: none;
		background-color: #fff;

	}
	.boximg{
		display: none !important;
	}

	.boxttl {
		background-image: url(../images/contact/boxttl_sp.png);
		background-repeat: repeat;
		font-size: 1.6rem;
		padding: 10px 5px 8px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		line-height: 1;
	}
	.boxttl::after,
	.boxttl::before{
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		background-image: url(../images/contact/pin.png);
		background-size: 100%;
		position: relative;
		top: -5px;

	}
	.boxttl .ttlinn{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.boxttl img {
		display: inline-block;
		margin-right: 4px;
		position: relative;
		top: 0px;
		width: 27px;
	}

	.c_box .inn{
		display: block;
		background-image: none;
		padding: 0 15px 15px;
	    border-top: 4px solid #DEDFDF;
		border-right: 1px solid #9fa0a0;
		border-bottom: 1px solid #9fa0a0;
	}
	.c_box .box {
		width: 100%;
		font-size: 2rem;
		padding: 15px 0;
	}
	.c_box .box,
	#info .c_box .box:nth-of-type(3),
	#info .c_box .box:nth-of-type(4){
		background-image: url(../images/contact/box_bg05.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size:  auto;
	}
	.tellink a{
		color: #4B4948;
	}
	.c_box p.jikan {
		text-align: center;
		font-size: 1.4rem;
		padding-bottom: 0;
		padding-top: 10px;
	}
	#info {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#formarea .f_inn {
		padding:15px;
		border-top: 4px solid #DEDFDF;
		border-radius: 1px solid #000;
		border-right: 1px solid #9fa0a0;
		border-bottom: 1px solid #9fa0a0;

	}
	#form dt {
		font-size: 1.6rem;
		margin-bottom: 5px;
		line-height: 1.7;
	}
	#form .hissu {
		font-size: 1.2rem;
		border-radius: 3px;
		margin-left: 10px;
		padding: 2px 3px 3px;
		position: relative;
		top: -2px;
	}
	#form select, #form input, #form textarea {
		font-size: 1.6rem;
		border-radius: 5px;
		padding: 10px;
	}
	#form select{
		background-size: 18px;
		padding-right: 38px;
		height: 47px;
	}
	#form dd {
		margin-bottom: 15px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	#form .name + dd input{
		width: 100%;
	}
	#form .name + dd label + label {
		margin-left: 10px;
	}
	#form textarea{
		height: 100px;
	}
	#accordion dt {
		font-size: 1.6rem;
		padding: 10px;

	}
	#accordion dt .out{
		width: calc( 100% - 30px);
	}
	#accordion dt .out::after,
	#accordion dt.ac .out::after{
		content: none;
	}
	#accordion dt::after{
		width: 30px;
		height: 30px;
	}
	#accordion dd {
		font-size: 1.3rem;
		line-height: 1.7;
		border-top: 4px solid #DEDFDF;
		padding:10px 15px 15px;
	}
	input[type=button], input[type=submit] {
	    font-size: 1.8rem;
    	height: 45px;
		line-height: 45px;
	    border-radius: 5px;
	    margin-top: 20px;
	}
	#accordion dd ul,
	#accordion dd ul li + li {
 	   margin-top: 10px;
	}
	#formarea .attention {
		font-size: 1.4rem;
		line-height: 1.7;
		margin-top: 20px;
		padding: 0 ;
		letter-spacing: -0.05em;
	}
	#formarea .attention p + p {
    padding-left: 0;
}
	#formarea {
    padding-bottom: 50px;
}
	#intro.thanks, #intro.confirm{
		padding-bottom: 30px;
	}
	#intro.thanks .inn,
	#intro.confirm .inn {
		padding-bottom: 0;
	}
	.btn + .btn{
		margin-top: 10px;
	}
	.wpcf7-list-item-label {
		font-size: 1.4rem;
	}
}
