@charset "utf-8";
/* CSS Document */


/***** loader *****/

#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#loader {
    width: 80px;
    height: 80px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px; /* heightの半分のマイナス値 */
    margin-left: -40px; /* widthの半分のマイナス値 */
    z-index: 1000;
}


/***** base *****/

* {
	margin: 0 auto;
	padding: 0;
	border: 0;
	list-style:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "Century", "Century Gothic", "小塚ゴシック Pr6N", "A-OTF 新ゴ Pro","A-OTF リュウミン Pro";
	font-size: 16px;
	line-height: 1.4;
	color: #F0F0F0;
	background-color: #151515;
}

img {
	max-width: 100%;
	display: block;
}


/***** clear *****/

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.Clear {
	clear: both;
}

.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}


/***** color *****/

.red {
	color: #cb3838;
}

.blue {
	color: #0066FF;
}

.red1 {
    color: #EF2B1C;
	font-size: 40px;
	font-style: italic;
    text-align: center;
	text-indent: 15px;
	letter-spacing: 15px;
}

.blue1 {
	color: #00C3F3;
	font-size: 40px;
	font-style: italic;
    text-align: center;
	text-indent: 15px;
	letter-spacing: 15px;
}

.orange {
	color: #F90;
}

.pink {
	color: #f50070;
}

.white {
	color: #FFF;
}

.yellow {
    color: #dda300;
}


/***** link *****/

a {
	color: #fff;
	outline: none;
}
	
a:link {
	color: #CCC;
	text-decoration: none;
}	
	
a:visited {
	color: #CCC;
	text-decoration: none;
}	

a:hover {
	color: #00B0F5;
	text-decoration: underline;
}	


/***** text *****/

h1 {
    font-size: 40px;
    color: #12C4FF;
    text-align: center;
    margin-bottom: 20px;
	display: block;
}

h2 {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    border-left: 20px solid #F50070;
    padding-left: 20px;
    font-size: 50px;
    line-height: 1.2;
}

h3 {
    font-size: 36px;
    line-height: 1.2;
	margin-bottom: 0;
	display: block;
}

.text-small {
	font-size: 20px;
}

.text-small2 {
	font-size: 14px;
}


/***** section & content *****/

section {
    height: auto;
    position: relative;
	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}

.content1 {
    width: 1280px;
    height: auto;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 5%;
    padding-right: 5%;
}

.content2 {
	width: 1280px;
    height: auto;
	padding-top: 7%;
    padding-bottom: 7%;
	padding-left: 5%;
    padding-right: 5%;
}

.content3 {
    width: 1280px;
    height: auto;
    padding-top: 7%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
}


/***** header *****/

.header-wrapper {
    width: 100%;
    height: auto;
	margin-bottom: 0px;
}

.header1 {
	width: 100%;
	height: auto;
	padding: 0%;
}

.header2 {
	width: 100%;
	height: auto;
	padding: 0%;
	display: none;
}

.intro {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}






/***** concept *****/

.title1 {
    font-size: 65px;
    font-weight: bold;
	font-family: "Century Gothic";
	text-align: center;
    text-indent: 10px;
    letter-spacing: 10px;
    margin-bottom: 55px;
}

.concept {
    width: 100%;
    margin-bottom: 50px;
}

.concept-photo1 {
	width: 50%;
	float: left;
}

.concept-cap1 {
	width: 50%;
	float: left;
	font-size: 22px;
	padding-left: 2%;
}

.concept-photo2 {
	width: 50%;
	float: right;
}

.concept-cap2 {
	width: 50%;
	float: right;
	font-size: 22px;
	padding-right: 2%;
}

.cap-title1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 7px;
	margin-bottom: 20px;
    border-bottom: 1px dotted #fff;
}




/***** feature *****/

.feature-wrap {
    width: 100%;
    padding: 0%;
	margin-bottom: 30px;
    border-radius: 3px;
	background-color: #;
}

.feature-title1 {
    font-size: 40px;
    font-weight: bold;
	text-align: center;
    margin-bottom: 30px;
}

.feature {
	width: 100%;
	margin-bottom: 60px;
}

.feature-photo1 {
	width: 50%;
	float: right;
}

.feature-cap1 {
	width: 50%;
	float: right;
	font-size: 18px;
	padding-right: 2%;
}

.feature-photo2 {
	width: 50%;
	float: left;
}

.feature-cap2 {
	width: 50%;
	float: left;
	font-size: 22px;
	padding-left: 2%;
}

.cap-title2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 7px;
	margin-bottom: 20px;
    border-bottom: 1px dotted #fff;
}




/***** product *****/

.product-wrap {
    width: 100%;
	padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 2px dotted #555;
}

.product-photo1{
    width: 50%;
    float: left;
	padding-right: 3%;
}

.product-info {
    width: 50%;
    float: left;
    text-align: center;
}

.product-name {
    width: 100%;
	font-size: 40px;
    font-weight: bold;
	font-family: "Century Gothic";
    margin-bottom: 15px;
}

.product-cap1 {
	margin-bottom: 5px;
}

.text1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.text2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.text3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-link1 {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.price1 {
    font-size: 24px;
    font-weight: bold;
	text-align: center;
    margin-bottom: 10px;
}

.price2 {
    font-size: 34px;
    font-weight: bold;
}

.button {
    width: 70%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    background-color: #386c8d;
    display: block;
}

.button a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.button a:link {
	color: #fff;
	text-decoration: none;
}

.button a:visited {
	color: #fff;
}

.button:hover {
	background-color: #00A4E4;
}

.product-cap2 {
	font-size: 20px;
	font-family: "A-OTF 新ゴ Pro";
	text-align: left;
}

.main-product {
	margin-bottom: 0px;
}

.spec-wrap {
	
}

.spec-title {
    font-size: 18px;
    font-family: "Century Gothic";
    font-variant-ligatures: none;
    text-align: center;
    text-indent: 10px;
    letter-spacing: 10px;
	padding-top: 7px;
    padding-bottom: 10px;
    margin-bottom: 10px;
	border-top: 1px dotted #006C96;
	border-bottom: 1px dotted #006C96;
}

.product-spec-box {
    margin-bottom: 30px;
}

.spec {
    width: 100%;
    height: auto;
    float: none;
    font-size: 14px;
    text-align: left;
}

.spec p {
    width: 80%;
    text-align: left;
	padding-left: 10%;
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
}

.list1 {
    width: 100%;
    height: auto;
	padding: 0.5%;
	margin-bottom: 5px;
	border-bottom: 0.5px solid #535353;
}

.label {
    width: 50%;
    height: auto;
    float: left;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
    padding-left: 12%;
    padding-right: 0%;
}

.value {
    width: 50%;
    height: auto;
    float: left;
}



/***** photo *****/



.block {
    width: 100%;
    padding: 3%;
}

.detail{
	width: 100%;
	float: left;
}

.photo-wrapper {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.photo1 {
    width: 25%;
	height: auto;
    float: left;
    padding: 0.5%;
}

.photo2 {
    width: 20%;
	height: auto;
    float: left;
    padding: 0.5%;
}

.cap1 {
    font-size: 20px;
	font-family: "A-OTF 新ゴ Pro";
	padding: 0.5%;
}

.cap1 p {
    margin-bottom: 20px;
}



/***** banner *****/

.banner {
    width: 700px;
}



/***** sns *****/

.sns-wrap {
    width: 400px;
}

.sns {
	float:left;
	width:33.3%;
	padding:2%;
}

/***** inquiry *****/

#inquiry {
    width: 100%;
    height: auto;
}

.toi {
    font-size: 30px;
	font-weight: bold;
    text-align: center;
	text-indent: 20px;
	letter-spacing: 20px;
	padding: 3%;
	margin-bottom: 40px;
	border-top: 2px solid #6C6C6C;
    border-bottom: 2px solid #6C6C6C;
}

.store {
    width: 25%;
    height: auto;
    float: left;
	padding: 1%;
}

.store-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.store-logo {
    width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.store-info {
    font-size: 14px;
}

.tel {
	font-size: 30px;
}

.ggmap {
	width: 700px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.address {
	font-size: 16px;
}

.kokuti {
	margin-bottom:10px;
}


/***** footer *****/

footer {
    width: 100%;
    height: auto;
	font-size: 10px;
    text-align: center;
    padding-top: 1%;
	padding-bottom: 1%;
    background-color: #000;
    border-top: 2px solid #165C7B;
}

footer img {
	display: block;
}


/***** pagetop *****/

.pagetop {
    position: fixed;
    bottom: 27px;
    right: 20px;
}

/*******************Youtube*******************/
.youtube {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}
/*******************Youtube*******************/