@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: #000000;
}

#wrap {

}

img {
	max-width: 100%;
	display: block;
}

section {
	height: auto;
}

section:nth-child(even) {
	background-color: #2A0A0A;
}

article{
	height:auto;
}

.content {
    width: 1280px;
    height: auto;
    padding-right: 50px;
	padding-left: 50px;
	margin-bottom:5%;
}

.content-inquiry {
    width: 1024px;
    height: auto;
	padding: 80px 20px 40px;
}

#header {
	height: auto;
	width: 100%;
	margin-bottom:40px;
}

a {
	color: #f7f4f4;
	text-decoration: none;
}
	
a:link {
	color: #f7f4f4;
	text-decoration: underline;
}	

a:hover {
	color: #ffffff;
	text-decoration: underline;
}	

a:focus {
	outline: none;
}

a.pt:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.70; /*safari opera*/
}


/****************▼テキスト▼******************/
.top-cap{
	font-size:24px;
	line-height:140%;
}

.spec-cap{
	margin-top:20px;
	font-size:18px;
	line-height:140%;
}

/****************▲テキスト▲******************/

/****************▼price▼******************/
.product-info {
    width: 45%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.price1 {
	color: #B40404;
	font-size: 28px;
	font-weight: bold;
}

.price2 {
    font-size: 40px;
}

.shopping-link {
    width: 100%;
}
/****************▲price▲******************/

/*******************▼button▼*******************/
.button {
	display: inline-block;
	width: 100%;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size:24px;
	font-weight:800;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	background-color: #8A0808;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	color: #fff;
}

.button:link {
	color:#fff;
	text-decoration: none;
}

.button:hover {
	background-color: #DF3A01;
	color:#fff;
	text-decoration:none;
}

.button:active {
	top: 3px;
}
/*******************▲button▲*******************/

/****************▼photo-detail▼******************/

.photo-detail-box{
	width:100%;
	display:flex ;
	flex-wrap:wrap;
	padding-top:120px;
	padding-bottom:80px;
}

.photo-detail-img{
	width:33%;
	padding:5px;
}

/*.photo-detail-box::after{
  content:"";
  display: block;
  width:33%;
}*/

.stuff-message{
	padding-bottom:120px;
	font-size:36px;
	text-align:center;
}


.stuff-message p{
}

/****************▲photo-detail▲******************/

/*****************▼見出し▼*****************/
h1{
	font-size:42px;
	margin-bottom:1%;
	color:#F90;
	text-align:center;
}

/*****************▲見出し▲*****************/

/*******************sns*******************/

.sns-wrap {
	padding-top:80px;
	padding-bottom:80px;
    width: 280px;
}


.sns-title {
    font-size: 26px;
    text-align: center;
}

.sns {
	float:left;
	width:33.3%;
	padding:2%;
}

/*******************sns*******************/

/*******************inquiry*******************/

.inquiry {
	width: 100%;
	height: auto;
}

.inquiry-title {
    width: 100%;
    height: auto;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.5em;
    padding: 10px;
    margin-bottom: 20px;
    border-top: 2px solid #a10b10;
    border-bottom: 2px solid #a10b10;
}

.store {

}

.store-logo {
    width: 45%;
    height: auto;
    float: right;
    padding: 10px;
}


.store-info {
    width: 50%;
    height: auto;
    float: left;
    font-size: 14px;
    padding: 10px;
}

.store-name {
    font-size: 22px;
    font-weight: bold;
	margin-bottom: 10px;
}

.ggmap {
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background-color: #89181c;
    display: block;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.ggmap a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.ggmap a:link {
	color: #fff;
}

.ggmap:hover {
	background-color: #c89001;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/*******************inquiry*******************/

footer {
	border-top:#CC0000 dotted 2px;
	background-color:#000;
	width: 100%;
	height: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.Clear{
	clear:both;
}