

/*-----------------------------------------------------
	header
-----------------------------------------------------*/
header{
	width:100%;
	height: 900px;
	margin:0;
	background:url(../img/hd_bg.gif);
}

#head{
	width:998px;
	margin:0 auto;
	height:78px;
	padding-top:5px;

}

#hd_logo{
	float:left;
	width:auto;
	height:68px;
	padding-top:10px;
}


#hd_link{
	float:right;
	width:auto;
}

#hd_link ul{
	margin:0;
	padding:0;
}

#hd_link li{
	list-style:none;
	float:left;

	font-size:14px;
	padding:0 10px;


}

#hd_link li a{
	line-height:78px;
	color:#666;
	text-decoration:none;
	padding-right:10px;
}

#hd_link li a:hover{
	color:#006d84;
}

#hd_link li:after{
	content:"｜";
}


#mainimage{
	background: url(../img/mainimage.jpg) no-repeat top center;
	width:100%;
	max-width:1400px;
	margin:2px auto 0px;
	height:516px;
	/*padding-top:337px;
	text-align: center;*/
}

.hd_main{
	width:998px;
	margin:0 auto;
	position:relative;
	height:514px;
}

#mainmovie{
	position:absolute;
	right:0;
	top:240px;
}

#hd_mail{
	width:998px;
	margin:22px auto 0px;


}

#hd_mail input.mailform{
	width:690px;
	height:65px;
	margin:10px 15px 10px 0px; /*[上][右][下][左]*/
	background:#fff;
	padding:10px 20px;
	border:solid 1px #ccc;
-webkit-box-shadow:0 0 2px 6px rgba(200,200,200,0.2) inset;
-moz-box-shadow:0 0 2px 6px rgba(200,200,200,0.2) inset;
box-shadow:0 0 2px 6px rgba(200,200,200,0.2) inset;
font-size:20px;
float:left;
}

#hd_mail .attention{
	clear:both;
	font-size:12px;
	color:#fff;
	margin-top:24px;
}


#hd_mail input[type="image"]{

	transition: 0.5s;
	margin:10px auto;

}

#hd_mail input[type="image"]:hover{
	opacity: 0.6;transition: 0.5s;
	position:relative;top:1px;left:1px;
}



/*-----------------------------------------------------
	contetnts
-----------------------------------------------------*/
.wrapper{
	background: #fff;
	width:998px;/*980-30-30*/
	margin:0px auto;
	padding-top:10px;
	/*box-shadow:0 0 30px rgba(0,0,0,0.2);*/
}

.content{
	padding:10px 30px;
	margin:auto;
}

.content_box{
	border:15px solid #caddff;
	padding:20px;
	margin-bottom:40px;
}

table#goro{
	width:100%;
	border-collapse:collapse;
}
table#goro th{
	border:1px solid #c3b29a;
	background: #f8f2d5;
	padding:4px 10px;
	text-align:right;
	font-weight: normal;
}
table#goro td{
	border:1px solid #c3b29a;
	background: #fff;
	padding:4px 10px;
}

.sankahi{
	background:#998555;
	padding:10px;
	position:relative;
}
.sankahi .inner{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,239,224,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(243,239,224,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,239,224,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,239,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,239,224,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,239,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3efe0', GradientType=0 );

	padding:40px 20px 20px;
}
.sankahi .ttl{
	position:absolute;
	top:-20px;
	z-index:10;
	text-align:center;
	width:100%;
}
.sankahi .ttl img{
	box-shadow:0 1px 1px rgba(0,0,0,0.3);
}


.letter{
	background: url(../img/last_bg.png);
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	padding:30px;
}
.letter .border{
	background: url(../img/last_line.png);
}
.letter p.border{
	line-height:2;
}

.btn{
	width:741px;
	margin:20px auto;
}

.voice{
	border:15px solid #fffaa6;
	padding:20px;
	margin-bottom:30px;
	font-size:16px;

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.voice img{
	margin: 0 20px 20px 0;
	width:250px;
}
.voice h2{
	font-size:20px;
	background:#f9eec9;
	border-radius: 5px;
	padding:10px 10px 6px;
	margin:0 0 10px;
}



/*form
---------------------------------*/


#formarea{
	width:838px;
	height:558px;
	margin:0 auto;
	background:url(../img/formarea_bg.gif) no-repeat;
	padding:50px 50px 10px;


}

#formarea h2{
	width:auto;
	text-align:center;
	margin-bottom:10px;
}

input.mailarea{
	width:818px;
	height:50px;
	margin:10px auto;
	background:#fbffc9;
	padding:10px;
	border:solid 1px #ccc;
-webkit-box-shadow:0 0 2px 6px rgba(200,200,200,0.2) inset;
-moz-box-shadow:0 0 2px 6px rgba(200,200,200,0.2) inset;
box-shadow:0 0 2px 6px rgba(200,200,200,0.2) inset;
font-size:24px;
}

input.mailarea:focus{
	border:solid 1px #333;
}

#formarea input[type="image"]{

	transition: 0.5s;
	margin:10px auto;

}

#formarea input[type="image"]:hover{
	opacity: 0.6;transition: 0.5s;
	position:relative;top:1px;left:1px;
}

#formarea a{
	color:#006d84;
	text-decoration:underline;
}


#formarea p.smaller{
	margin:0 0 5px 0;
}

.privacy{
	width:820px;
	background:#f0f5f6;
	padding:5px 10px;
	font-size:14px;
	line-height:1.6;
	margin:0 auto;
}


.group_tbl{
	border-collapse:collapse;
	margin-bottom:30px;
}

.group_tbl th{
	border:1px solid #ccc;
	padding:10px 20px;
	background:#efefef;
	font-weight:normal;
}

.group_tbl td{
	border:1px solid #ccc;
	padding:10px 20px;
	text-align:center;
}

.profile{
	border:1px solid #629AA6;
	padding:30px;
	font-size:16px;
	line-height:1.6;
	margin-bottom:20px;
}

.profile h2{
	margin-bottom:20px;
	border-left:5px solid #629AA6;
	padding-left:15px;
}

.profile hr{
	height: 1px;
	border: none;
	border-top: 1px dashed #ccc;
	margin:30px 10px;

}

dt{
	border-top:1px solid #ccc;
	border-bottom:1px dashed #ccc;
	padding:5px;
	margin-bottom:10px;
	font-weight:bold;
	color:#006;
	background:#e9f8fc;
}

dd{
	margin-bottom:15px;
	padding:10px;
	margin-left:0px;
}


.faq{
	width:898px;
	border:10px solid #d5effa;
	padding:20px 10px 0px;
	margin-bottom:20px;

}

.question{
	font-size:18px;
	line-height:50px;
	background:url(../img/icon_q.png) no-repeat;
	border-bottom:1px dashed #ccc;
	padding:0px 0 10px 70px;/*[上][右][下][左]*/
	margin-bottom:10px;
}

.answer{
	padding:10px;
}

/*ポップアップ*/
.pop-mail-bg h3 {
    text-align: center;
    font-size: 180%;
    line-height: 1.5;
    margin: 1em;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}

.p-semail {
    position: absolute;
    left: 41px;
    bottom: 50px;
    width: 52%;
    font-size: 24px;
    padding: 20px;
    margin-bottom: 10px;
    background: #FBFFC9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 2px 6px rgba(200, 200, 200, 0.2) inset;
}

.p-mail {
    position: absolute;
    top: 145px;
    left: 40px;
}

.p-btn {
    position: absolute;
    right: 32px;
    bottom: 32px;
}

.fbig{font-size:24px;}
.menseki{text-align:right;font-size:14px;color:#999;}

/*-----------------------------------------------------
	footer
-----------------------------------------------------*/
footer{
	width:100%;
	padding-top: 20px;
	height:63px;
	text-align: center;
	color:#333;
	font-size:12px;
	background:url(../img/ft_bg.png);
	/*background: rgba(52,52,52,1);
	background: -moz-linear-gradient(top, rgba(52,52,52,1) 0%, rgba(101,101,101,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(52,52,52,1)), color-stop(100%, rgba(101,101,101,1)));
	background: -webkit-linear-gradient(top, rgba(52,52,52,1) 0%, rgba(101,101,101,1) 100%);
	background: -o-linear-gradient(top, rgba(52,52,52,1) 0%, rgba(101,101,101,1) 100%);
	background: -ms-linear-gradient(top, rgba(52,52,52,1) 0%, rgba(101,101,101,1) 100%);
	background: linear-gradient(to bottom, rgba(52,52,52,1) 0%, rgba(101,101,101,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#656565', GradientType=0 );*/
}

footer a{
	color:#333;
	text-decoration:none;
}

footer a:hover{
	color:#006d84;
}


/*-----------------------------------------------------
	特定商
-----------------------------------------------------*/
.tokutei{
	padding:40px 0;
	background: #fff;
}

.tokutei_inner{
	margin:auto;
	width: 600px;
}


.PCnone{
	display:none
}
.SPnone{
	display:block;
}


.mail-form {
  width: 100%;
  color: #fff;
}

.mail-form input {
  width: 320px;
}

.mail-form input[type="submit"] {
  margin: 6px 0 15px;
}

.lp-user-review {
  padding: 0 0 32px;
}

.lp-user-review_thumb {
  float: left;
  width: 25.6338%;
}

.lp-user-review_thumb img {
  width: 100%;
}

.lp-user-review_detail {
  margin: 0 0 0 25.6338%;
  padding: 0 0 0 5.6338%;
}


.lp-user-review_name {
  border-bottom: 1px solid #68b23c;
  color: #66b432;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 12px;
  padding: 0 0 8px;
}

.lp-user-review_title {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 16px;
  position: relative;
}

.lp-user-review_title .a-icon {
  height: 16px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 16px;
  display: inline-block;
  vertical-align: top;
}

.lp-user-review_title h3 {
  padding: 0 0 0 24px;
}
.lp-user-review_desc {

  font-size: 14px;
  line-height: 1.7;
}

.lp-user-review_note {
  text-align: right;
}

.lp-user-review:after {
  clear: both;
  content: "";
  display: block;
}

.hd_form {
	position: relative;
}

.hd_left {
	-webkit-width: calc(100% - 270px);
	-moz-width: calc(100% - 270px);
	width: calc(100% - 270px);
	float: left;
}

.hd_right {
	width: 244px;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

.mail-form td {
	padding: 16px 0 0 ;
}

.mail-form .hd_input,
.mail-form .hd_input:hover,
.mail-form .hd_input:active,
.mail-form .hd_input:focus {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 16px;
	border: #f2f2f2 8px solid;
	outline: none;
	box-shadow: none;
	border-radius: 4px;
	background: #fff;
}

input[type="submit"].hd_btn,
input[type="submit"].hd_btn:hover,
input[type="submit"].hd_btn:active,
input[type="submit"].hd_btn:focus {
	display: block;
	background: url(../img/hd_btn.png) center center no-repeat;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	box-shadow: none;
	outline: none;
	width: 244px;
	height: 84px;
	padding: 0;
	margin: 0;
}

input[type="submit"].hd_btn02,
input[type="submit"].hd_btn02:hover,
input[type="submit"].hd_btn02:active,
input[type="submit"].hd_btn02:focus {
	display: block;
	background: url(../img/btn_submit.png) center center no-repeat;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	box-shadow: none;
	outline: none;
	width: 368px;
	height: 84px;
	padding: 0;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .lp-user-review_name {
      font-size: 24px;
      margin: 0 0 26px;
      padding: 0 0 16px;
  }
  .lp-user-review_detail {
    margin: 0 0 0 182px;
    padding: 0 0 0 40px;
  }
  .lp-user-review_thumb {
    width: 182px;
  }
  .lp-user-review {
    padding: 0 0 74px;
  }
  .lp-user-review_title {
    font-size: 20px;
  }
  .lp-user-review_desc {
    font-size: 18px;
  }
  .lp-user-review_note {
    padding: 16px 0 0;
  }
  .lp-user-review_title .a-icon {
    height: 24px;
    width: 24px;
  }
  .lp-user-review_title h3 {
    padding: 0 0 0 38px;
  }
}
/*bits*/
.align_l {
	text-align: left;
}

hr.fclear {
	border: none;
	background: none;
	clear: both;
}

.mb30 {
	margin-bottom: 30px !important;
}
.hd_name_outa {
	width: 30%;
	padding-right: 24px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.hd_name_outa input {
	width: 100%;
}

.hd_mail_outa {
	padding-right: 24px !important;
	width: 45%;
}

.hd_btn_outa {
	position: relative;
}

.hd_btn_outa input {
	position: absolute;
	bottom: 0;
}
