@charset "utf-8";
/* CSS Document */
.top_image {
	background-image: url("../image/contact_top_image.jpg");
	height: 450px;
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
}

.contact_h2 {
	margin: 25px 0 0;
    font-weight: normal;
    font-size: 43px;
	height: 10rem;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #fff;
}

.contact_span {
	display: inline-block;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5em;
    color: #fff;
    border-top: 1px solid #fff;
    padding-top: 16px;
    padding-left: 0.5em;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


.contact_h3 {
	font-family: "YuMincho Medium", "Yu Mincho Regular", "YuMincho", "Yu Mincho", serif;
    font-weight: normal;
    text-align: center;
    font-size: 38px;
}
.contact_h3::before{
	content: '';
    display: block;
    width: 135px;
    height: 4px;
    	background: rgb(255,51,0);
	background: linear-gradient(90deg, rgba(255,51,0,1) 10%, rgba(255,0,0,1) 50%, rgba(128,0,0,1) 80%);
    margin: 0 auto 20px;
}
.contact_h3_sp {
	font-family: "YuMincho Medium", "Yu Mincho Regular", "YuMincho", "Yu Mincho", serif;
    font-weight: normal;
    text-align: center;
    font-size: 28px;
}
.contact_h3_sp::before{
	content: '';
    display: block;
    width: 135px;
    height: 4px;
    	background: rgb(255,51,0);
	background: linear-gradient(90deg, rgba(255,51,0,1) 10%, rgba(255,0,0,1) 50%, rgba(128,0,0,1) 80%);
    margin: 0 auto 20px;
}
.contact_p {
	margin-top: 50px;
    font-size: 17px;
    text-align: center;
    line-height: 1.8;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	letter-spacing: .1em;
}





.contact_tel_p {
	margin-top: 50px;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 65px;
	letter-spacing: .1em;
	text-align: center;
	line-height: .5em;
}



.contact_span2 {
	display: inline-block;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: .5em;
    padding-top: 16px;
    padding-left: 0.5em;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.contact_span3 {
	letter-spacing: .1em;
	font-size: 16px;
}

.top_image_sp {
	background-image: url("../image/contact_top_image-sp.jpg");
	height: 450px;
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
}

.contact_h2_sp {
	margin: 25px 0 0;
    font-weight: normal;
    font-size: 28px;
	height: 10rem;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #fff;
}

.contact_tel_p_sp {
	margin-top: 50px;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 35px;
	letter-spacing: .1em;
	text-align: center;
	line-height: .7em;
}

.contact_span2_sp {
	display: inline-block;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: .2em;
    padding-top: 16px;
    padding-left: 0.5em;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


