﻿@charset "utf-8";
/* CSS Document */

*{
	margin: 0 auto;
	padding: 0px;
	border: none;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #064739;
}

#wrap {

}

img {
	max-width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
	margin:0 auto;
}

section {
	height: auto;
	width:100%;
	display: block;
}

section:nth-child(even) {
	background-color: #033;
}


article{
	height:auto;
}

.content {
    width: 1280px;
    height: auto;
    padding-right: 50px;
	padding-left: 50px;
}



#header {
	height: auto;
	width: 1280px;
	margin-bottom:5px;
}

/****************text-box****************/
.text-box{
	padding-top:40px;
	padding-bottom:40px;
}

.top-cap{
	font-size:14px;
	line-height:160%;
}

.about_bm-box{
	width:100%;
	padding-top:40px;
	padding-bottom:80px;
	float:left;
}
.about_bm-box-img{
	width:48%;
	display:block;
	float:left;
}

.about_bm-box p{
	width:50%;
	margin-left:2%;
	float:left;
}

.takahashi-eq-box{
	width:100%;
	padding-top:40px;
	padding-bottom:80px;
	float:left;
}
.takahashi-eq-img{
	width:48%;
	display:block;
	float:left;
}

.takahashi-eq-box p{
	font-size:18px;
	width:50%;
	margin-top:15%;
	margin-left:2%;
	float:left;
}

/*******************Youtube*******************/
.youtube-box1{
	width:950px;
	margin-top:20px;
	margin-bottom:40px;
}

.youtube-box2{
	width:100%;
	margin-top:20px;
	margin-bottom:40px;
}

.youtube2 {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
	margin-bottom: 0;
	background: #000;
}

.youtube2 img {
	cursor: pointer;
}

.youtube2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube2-wrap {
	width: 50%;
	float: left;	
	padding:1%;
}

.youtube2-wrap p{
	font-size:28px;
	font-weight:bold;
	text-align:center;
	margin-bottom:1%;
}

/*******************Youtube*******************/

/****************product*****************/

.product{
	width:100%;
	padding-top:40px;
	padding-bottom:80px;
}

.product-box_pickup{
	width:98%;
	padding:1%;
	margin:1%;
	float:left;
	background: #3a3a3a;
}

.product-sub-box{
	margin-top:5px;
	margin-bottom:10px;
}

.product-sub-img{
	width:11.1%;
	margin:0.7%;
	float:left;
}

.product-box{
	width:31.3%;
	padding:1%;
	margin:1%;
	float:left;
	background: #3a3a3a;
}

.product-box img{
	margin-bottom:2%;
}

.product-name2 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.price2 {
	color:#CC0000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.price2 span{
    font-size: 26px;
}

.product-name {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.price {
	color:#CC0000;
	font-size: 16px;
	font-weight: bold;
}

.price span{
    font-size: 24px;
}

.sold {
	color:#999;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:20px;
}

.sold span{
    font-size: 24px;
}

.product-cap{
	border-top: 2px dotted #EA0303;
	margin-bottom:1%;
}
.product-cap p {
	margin-top:1%;
	line-height: 120%;
    margin-bottom: 10px;
}

.inline-feature {
	color: #ffffff;
	background-color: #000000;
	padding: 10px;
	text-align: center;
}

.inline-feature p {
	margin-top: 10px;
	text-align: left;
}

/****************product*****************/

/****************button*****************/
.button {
    width: 100%;
    height: auto;
    background-color: #390;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    display: block;
	margin-top:20px;
	margin-bottom:20px;
}

.button a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.button:hover {
	background-color: #3C0;
}

.button2 {
    width: 70%;
    height: auto;
    background-color: #F90;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    display: block;
	margin-top:20px;
	margin-bottom:20px;
}

.button2 a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.button2:hover {
	background-color: #FC0;
}
/****************button*****************/


/****************profile*****************/
.profile-box{
	width:100%;
	padding-top:40px;
	padding-bottom:80px;
	float:left;
}
.profile-img{
	width:48%;
	display:block;
	float:left;
}

.profile-box p{
	font-size:14px;
	margin-left:2%;
	width:50%;
	float:left;
}
/****************profile*****************/

/*******************inquiry*******************/
#inquiry {
	width : 100%;
	height: auto;
}

.shop-inquiry-wrap {
	width: 1200px;
	padding: 80px 40px 40px 40px;
}

.shop-inquiry-title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #F00;
    border-bottom-color: #F00;
    margin: 0 auto 40px;
    padding: 10px 0 7px 0;
    text-align: center;
    letter-spacing: 0.3em;
}

.shop-inquiry-box {
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 1.4;
}

.shop-inquiry-img {
	width: 50%;
	float: left;
	padding: 20px;
}

.shop-inquiry-cap {
	width: 50%;
	float: left;
	padding: 20px;
}

.shop-name {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;
}

.shop-inquiry-cap p {
	margin-bottom: 0;
}

.ggmap {
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background-color: #ef6500;
    display: block;
	margin-top: 20px;
}

.ggmap a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.ggmap a:link {
	color: #fff;
}

.ggmap:hover {
	background-color: #F00;
}

/*******************inquiry*******************/

/****************見出し*******************/

h2{
	font-size:36px;
	font-weight:bold;
	line-height:160%;
	margin-bottom:20px;
	text-align:center;
}

h3{
	font-size:26px;
	font-weight:bold;
	line-height:160%;
	margin-bottom:20px;
}

h4{
	font-size:28px;
	text-align:center;
	font-weight:bold;
	line-height:160%;
	margin-bottom:20px;
}


h5{
	font-size:26px;
	font-weight:bold;
	line-height:160%;
}

/****************見出し*******************/

/*******************sns*******************/
.sns-wrap {
	width: 400px;
	padding: 2%;
}

.sns-title {
    font-size: 26px;
    text-align: center;
}

.sns {
	float:left;
	width:25%;
	padding:2%;
}


/*******************sns*******************/

a {
	color: #f7f4f4;
	text-decoration: none;
}
	
a:link {
	color: #f7f4f4;
	text-decoration: none;
}	

a:hover {
	color: #ffffff;
	text-decoration: none;
}	

a:focus {
	outline: none;
}

a.pt:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.70; /*safari opera*/
}

.Clear{
	clear:both;
}

footer {
	border-top:#CC0000 dotted 2px;
	width: 100%;
	height: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color:#000000;
}
