"../images/bg_grid.jpg"@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴシック", sans-serif;
	color: #474747;

}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input,
fieldset,
legend {
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
span.big_txt {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.sp_show{
	display: none;
	visibility: hidden;
}
#tmp_wrap{
	width: 100%;
    margin: 0 auto;	
	overflow: hidden;
}
.container{
	max-width:1200px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
}
header {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 999;
    background-color: #fff;
}
header .header_nav{
	display: flex;
	margin-top: 30px;
	text-align: center;
}
header .header_nav .logo{
	width: 25%;
}
header .header_nav .logo img{
	width: 100%;
	height: auto;
}
header .header_nav .header_nav_txt{
	width: 30%;
	height:auto; 
}
header .header_nav .header_nav_txt p{
    font-size: 20px;
	font-weight: bold;
    color: #ec8c36;
    text-shadow: 1px 2px 1px yellow;
}
header .header_nav_contact{
	width: 45%;
	display: flex;
}
header .header_nav_contact .header_nav_tel{
    width: 50%;
    text-align: center;
    background-color: #99cc33;
    border-radius: 4px;
    border-bottom: 10px double;
	padding-top: 10px;
	margin-right: 15px;
}
header .header_nav_tel p.color{
	font-size: 18px;;
    color: #f2e803;
    font-weight: bold;
}
header .header_nav_contact .header_nav_form{
    width: 50%;
    background-color: #e4007f;
    border-radius: 4px;
    border-bottom: 10px double;
	padding-top: 20px;
}
header .header_nav_form p.color{
	color: #fff;
	font-size: 18px;
    font-weight: bold;
}
/*====================mainvisual=================================*/
#tmp_mainvisual{
	width: 100%;
	height: auto;
	margin-top: 100px;
	position: relative;
} 
#tmp_mainvisual img{
	width: 100%;
	height: auto;
	margin-top: 20px;
	position: relative;
} 
.mainvisual_bg2 .mainvisual_form  {
    z-index: 2;
    bottom: 32%;
    right: 5%;
	position: absolute;
}
.mainvisual_bg2 .mainvisual_form a{
	display: block;
    background-color: #e4007f;
    border-radius: 4px;
    border-bottom: 10px double;
    text-align: center;
    padding: 25px 100px;
    box-shadow: 1px 1px 1px 3px pink;
    margin: 25px auto 0;
    animation-duration: 3s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	transition: all 1s linear;
	
}
@keyframes my-animation {
  from {
    width: 100%;
	transition: all 1s linear;
	 
  }
  to {
    background-color: rgba(253,0,222,1);
    width: 110%;
	transition: all 1s linear;

  }
}
.mainvisual_bg2 .mainvisual_form p{
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}
.mainvisual_bg3 {
    background-color: #82b83c;
    width: 100%;
	height: 120px;
}
.mainvisual_hearing{
	margin-top: -150px;
	position: relative;
}
.mainvisual_hearing::after{
    background-color: #82b83c;
    width: 100%;
	height: 10px;
	content: "";
	position: absolute;
	bottom:10px;
	left: 0;
}
/*====================tmp_hearing=================================*/
#tmp_hearing img.pc_show {
    margin: 0 auto;
    display: block;
}
#tmp_hearing ul{
	display: flex;
    margin: 0 auto;
	width: 65%;
}
#tmp_hearing ul li h3 {
	background-color: #f1366c;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 25px;
}
#tmp_hearing ul li {
	width: 33.3%;
    text-align: left;
	padding: 20px 10px;
	background:url("../images/bg_point1.png")no-repeat center center;
	background: 100% auto;
}
#tmp_hearing ul li:nth-child(2) {
	background-color: #0ea8ac;
	padding: 20px;
	background:url("../images/bg_point2.png")no-repeat center center;
	background: 100% auto;
}
#tmp_hearing ul li:nth-child(3) {
	background-color: #82b83c;
	padding: 20px ;
	background:url("../images/bg_point3.png")no-repeat center center;
	background: 100% auto;
}
#tmp_hearing ul li:nth-child(2) h3 {
	background-color: #0ea8ac;
	padding: 20px;
}
#tmp_hearing ul li:nth-child(3) h3 {
	background-color: #82b83c;
	padding: 20px ;
}
#tmp_hearing ul li .hearing_txt {
	border-radius: 8px;
	box-shadow: 1px 1px 1px lightgrey;
	height:320px;
}
#tmp_hearing ul li p {
    text-align: left;
	padding: 15px;
	font-size: 14px;
}
/*====================tmp_info=================================*/
#tmp_info{
	background-color: rgba(167,167,167,0.3);
}
#tmp_info .info_slice_green{
	background: url("../images/bg_green_.png")no-repeat center center;
	background-size: auto 100%;
}
#tmp_info .info_slice_yellow{
	background: url("../images/bg_yellow_line.png")no-repeat center center;
	background-size: auto 100%;
	position: relative;
    z-index: 3;
}
#tmp_info .info_box{
	background-color: #82b83c;
	margin-top: -170px;
    z-index: 1;
}
#tmp_info .info_box .info_box_cnt{
	padding-top: 70px;
	background-color: #fff;
}
#tmp_info .info_box_img{
	float:right;
}
.info_box_cnt .info_box_detail{
    text-align: center;
}
.info_box_cnt .box_detail_tel{
	background-color: #82b83c;
    border-radius: 4px;
    border-bottom: 10px double;
	width: 355px;
    height: 125px;
    text-align: center;
	float:left;
	position: relative;
	bottom: 158px;
    left: 7%;
	padding: 5px;
}
.info_box_cnt .box_detail_mail{
	float:left;
	width: 355px;
    height: 125px;
	background-color: #e4007f;
    border-radius: 4px;
    border-bottom: 10px double;
    text-align: center;
	position: relative;
	bottom: 158px;
    left: 110px;
	padding: 5px;
}
.info_box .info_box_detail p {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.info_box_detail span.big_txt {
    font-size: 42px;
}
.info_box_detail span {
	width: 30%;
	margin: 0 auto;
}
/*====================tmp_info=================================*/
#tmp_LPprice{
	background: url("../images/bg_grid.jpg")repeat;
	padding-bottom: 30px;
}
.LPprice h2 {
	font-size: 48px;
    text-align: center;
	padding-top: 20px;
}
.LPprice .LPprice_summary{
	background-color: #f1e402;
	padding: 25px;
	margin-bottom: 30px;
}
.LPprice_summary .LPprice_summary_warp{
	background: #fff;
    padding: 30px;
    width: 70%;
    margin: 0 auto;
	border-radius: 7px;
	margin-bottom: 15px;
}
.LPprice_summary .LPprice_summary_warp h3 {
    font-size: 32px;
}
.LPprice_summary .LPprice_summary_warp p.big_txt{
    font-size: 50px;
    font-weight: bold;
    color: #424141;
    text-shadow: 1px 1px 2px black;
}
.LPprice_summary .LPprice_summary_warp span{
    font-size:35px;
    font-weight: bold;
    color: #424141;
    text-shadow: 1px 1px 2px black;
}
.LPprice_summary_warp p.small_txt{
	font-size: 12px;
	color: red;
}
#tmp_LPprice .LP_schedule{
	position: relative;
	margin-bottom: 10px;
}

#tmp_LPprice .LP_schedule p.arrow1{
	position: absolute;
	top:20%;
	left: 50%;
}
#tmp_LPprice .LP_schedule p.arrow2{
	position: absolute;
	top:34%;
	left: 50%;
}
#tmp_LPprice .LP_schedule p.arrow3{
	position: absolute;
	top: 55%;
    left: 50%;
}
#tmp_LPprice .LP_schedule p.arrow4{
	position: absolute;
	left: 32%;
    bottom: 31%;
}
#tmp_LPprice .LP_schedule p.arrow5{
	position: absolute;
    left: 60%;
    bottom: 25%;
}
#tmp_LPprice .LP_net_shopping{
	background-color:  #82b83c;
	padding: 15px 0;
}
#tmp_LPprice .LP_net_shopping p {
    text-align: left;
	padding: 10px 74px;
    margin: -100px 0 0 0;
	font-size: 14px;
}
/*====================form=================================*/
.form_warp{
	width: 80%;
	background: #fff;
	margin: 0 auto;
}
#tmp_form {
    background-color: #7db13a;
}
#tmp_form .form_ttl {
    background-color: #587c28;
    padding: 15px;
	text-align: center;
}
#tmp_form .form_ttl h2 {
    color: #fff;
    font-size: 50px;
}
#tmp_form .form_ttl p {
    color: #fff;
}
.mailform{
    background: #FFF;
    border-radius: 10px;
    font-size: 13px;
    text-align: left;
    width: 1000px;
    margin: 20px auto 0 auto;
    padding: 50px 0;
}
.contactForm {
    width: 63%;
    margin: 0 auto;
    padding: 20px;
}
#tmp_form form#mailformpro dl dt{
	padding: 20px;
	 width: 40%!important;
}
#tmp_form form#mailformpro dl dd {
	float: right;
	padding: 20px;
	width: 60%;
}
input[type="text"] {
	border: 1px solid #999;
    border-radius: 5px;
    padding: 10px;
	width: 100%;
}
dt {
    color: #474747;
    display: flex;
    flex-wrap: wrap;
	}
textarea{
	width: 100%;
    line-height: 40px;
}
#confirmButton {
    text-align: center;
}
input.mfp_element_submit.mfp_element_all {
    text-align: center;
    border-radius: 4px;
    border-bottom: 10px double;
    padding: 15px 25px;
}
/*====================footer=================================*/
footer{
	position: relative;
}
.footer_warp{
	display: flex;
	padding: 20px;
    border-top: 2px solid #577B28;
}
footer .footer_logo{
	width: 35%;
    padding: 0px 74px;
	text-align: center;
    font-size: 12px;
}
footer .footer_logo span{
	color: #82B83C;
}
footer .footer_img{
    width: 65%;
    padding: 0px 5px;
    font-size: 12px;
}
footer .footer_img img{
	margin-bottom: 10px;
}
.copyright {
    background: #99CC33;
    text-align: center;
	padding:30px;
}

.pnavi{
    position: absolute;
    opacity: 1;
    transition: opacity 0.6s linear;
    bottom: 10px;
    right:30px;
}
/*====================parallax=================================*/
.info_box_img img.parallax,
.hearing_txt.parallax{
	opacity: 0;
	transform: scale(0);	
}
.info_box_img img.css_show,
.hearing_txt.css_show:first-child{
	opacity: 1;
	transform: scale(1);
	transition: all 1s linear;
	transition-delay: 0.2s;
}
.hearing_txt.css_show:nth-child(2){
	opacity: 1;
	transform: scale(1);
	transition: all 1s linear;
	transition-delay: 0.4s;
}
.hearing_txt.css_show:nth-child(3){
	opacity: 1;
	transform: scale(1);
	transition: all 1s linear;
	transition-delay: 0.6s;
}
h2.parallax,
.info_slice_green img.parallax{
	transform: translateX(150px);
    opacity: 0;	
}
.info_slice_yellow img.parallax{
	transform: translateX(-150px);
    opacity: 0;	
}
 h2.css_show,
.info_slice_green img.css_show{
	transform: translateX(0);
	opacity: 1;
	transition: all 1s linear;
	transition-delay: 0.2s;
}
.info_slice_yellow img.css_show
{
	transform: translateX(0);
	opacity: 1;
	transition: all 1s linear;
	transition-delay: 0.6s;
}
.thanks{
	background: url(../images/bg_grid.jpg)repeat;
	padding: 100px;
}	
.thanks p.txt_bigger {
 	margin: 100px 0 0 0;
    color: deeppink;
    border: 4px solid #8a8888;
    box-shadow: 1px 5px 7px deeppink;
    border-radius: 5px;
	text-align: center;
    font-size: 55px;
	padding: 50px 0;
}