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


/*==========================================
コンテンツエリア（空欄）設定
============================================*/

/*問い合わせページ*/

/*レイアウト*/
#contents_area{
	width: 960px;
	height: auto;
	padding: 3% 0;
	margin: 0 auto;
	clear: both;
}

@media screen and (max-width:1024px) {
	#contents_area{
		width: 100%;
		height: auto;
		padding: 5%;
		margin: 0 auto;
		clear: both;
	}	
}

#contents_area h2{
	font-size: 30px;
}

#contents_area h3{
	font-size: 16px;
	line-height: 2.2;
}

#contents_area p{
	line-height: 1.6;
	padding-left: 0;
}

.contact_ttl{
	text-align: center;
	padding-bottom: 5%;
}

.contact_ttl_s{
	text-align: center;
	padding-bottom: 3%;
}

.contact_tel{
	width: 25%;
	height: 300px;
	text-align: left;
	float: left;
}

.contact_form{
	width: 70%;
	height: auto;
	text-align: left;
	float: right;
}

.contact_form_s{
	width: 100%;
	height: auto;
	text-align: center;
	float: right;
}

@media screen and (max-width:1024px) {
	.contact_tel{
		width: 100%;
		height: auto;
		text-align: left;
		float: none;
	}

	.contact_form{
		width: 100%;
		height: auto;
		text-align: left;
		float: none;
	}
}

/*電話でのお問い合わせ*/
.telNum{
	font-size: 20px;
}

.memo{
	font-size: 10px;
}

.contact_form_s .memo{
	font-size: 12px;
	margin-bottom: 20px;
}

.contact_form_s h3{
	font-weight: bold;
}

/*問い合わせフォーム*/
.entry_form{
	padding: 5% 0;
}

.form-group{
	border-bottom: 1px solid #eae5e3;
	padding-bottom: 2%;
}

.must{
	color: #FF0004;
	padding-left: 5%;
}

input{
	padding: 1%;
}

.company,
.address,
.email{
	width: 100%;
	font-size: 10px;
}

.address{
	margin-top: 6px;
}

.name,
.tel,
.fax{
	width: 70%;
	font-size: 10px;
}

.detail{
	width: 100%;
	height: 200px;
}

.btn{
	width: 220px;
	height: auto;
	background: #000;
	border: none;
	border-radius: 0;
	margin-bottom: 2%;
}

@media screen and (max-width:767px) {
	.col-sm-offset-3 {
		text-align: center;
	}
}

#main {
	width: 100%;
}

.left {
	max-width: 500px;
}

.left img {
	width: 400px;
}

.right {
	max-width: 500px;
}

.right img {
	width: 606px;
}

/*その他*/
 
.text-top {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
 
@media (max-width: 767px) {
 
  .text-top h1{
    font-size: 2.5em;
    color: #fff;
  }
  .text-top h3 {
    font-size: 1.5em;
    color: #fff;
    margin-top: -10px;
  }
 
  .text-top > .btn{
    margin-bottom: 20px;
  }
	
	.top {
		display: none;
	}
	
	
	}
	
	 
	
/*   #home {
    background: url(../img/main.png) no-repeat center center;
    display: table;
    width: 100%;
    height: auto;
    position: relative;
 
    margin-top: 50px;
 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
 
   #products-detail {
    background: url(../img/main2.png) no-repeat center center;
    display: table;
    width: 100%;
    height: auto;
    position: relative;
 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
*/ 
}

@media (min-width: 768px) {
 
  .text-top h1,.text-top h3 {
    font-size: 4em;
    color: #fff;
  }
	
	.top {
	display: block;
	}
}


@media (max-width: 991px) {	

 
  #home {
    background: url(../img/main.png) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
 
 
  #products-detail {
    background: url(../img/main2.png) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
 
@media (max-width: 767px) {
#home {
    background: url(../img/main.png) no-repeat center center;
    display: table;
    width: 100%;
    height: 300px;
    position: relative;
 
    margin-top: 50px;
 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
 
   #products-detail {
    background: url(../img/main2.png) no-repeat center center;
    display: table;
    width: 100%;
    height: 300px;
    position: relative;
 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
	
}
 
 
 
/* Sticky footer styles
-------------------------------------------------- */
 
 
/* Content styles
-------------------------------------------------- */
/* Products */
#products {
  background-color: #306d9f;
  color: #ffffff;
  padding-bottom: 20px;
}
 
#products-detail .panel {
  margin-top: 50px;
  margin-bottom: 50px;
  opacity: 0.85;
}
 
 
.service > p{
text-align: center;
}
 
.enimg{
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:200px;
}
 
.section{
  margin-top: 50px;
  margin-bottom: 50px;
}
 
.center-block{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
 
.video{
  margin-top: 50px;
}
 
.content-img{
  width:80%;
  height:auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 768px) {

.mt_30 {
	margin-top: 30px;
}

.about {
	display: block;
    width: 100%;
    max-width: 320px;
    margin: 50px auto;
}

.about h2 {
	margin: 40px auto;
	font-size: 24px;
}

.about p {
	letter-spacing: 0.1em;
}

.link {
	text-align: center;
}

.link a {
    display: inline-block;
    border: #2B4572 1px solid;
    padding: 15px 6%;
    font-size: 15px;
    background: #fff;
	margin-top: 30px;
}

.link a:link,
.link a:visited {
	color: #000;
	text-decoration: none;
}

.p-menu {
	display: table;
    width: 100%;
    overflow: hidden;
}

.p-box {
	display: table-cell;
    width: 33%;
}



.gift {
	text-align: center;
    font-size: 12rem;
    opacity: 0;
    color: #1a1a1a;
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: #fff;
}

.gift:hover {
	opacity: 0.8;
}

.gift p {
	font-size: 2rem;
    color: #1a1a1a;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    letter-spacing: 0.1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.gift-box {
	display: block;
    color: #1a1a1a;
    text-decoration: none;
    position: relative;
    z-index: 10;
}
img {
	width: 100%;
}

.gift-bg {
	position: relative;
    z-index: 11;
    vertical-align: bottom;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}

.gift-bg:hover {
	opacity: 0.1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.pc-img {
	display: block;
}

.sp-img {
	display: none;
}

@media (max-width: 767px) {
	.sp {
		width: 60%;
		margin: auto;
	}
	
	.p-box {
	display: inline-block;
	width: 100%;
	height: auto;
		vertical-align: bottom;
	}
	
	.gift {
    opacity: 0.8;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: rl-tb;
	writing-mode: horizontal-tb;
}
	.pc-img {
	display: none;
}

	.sp-img {
		display: block;
}

}


/*==========================================
スクロール
============================================*/

/*　p {
  margin-left: -55px;
}　*/

@-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {å
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
 .scroll-btn {
    display: block;
    position: absolute;
	top: 5%;
    left: 0;
    right: 0;
    text-align: center;
}

@media (max-width: 767px) {
.scroll-btn{
	display: none;
}
}

.scroll-btn > * {
    display: block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;