﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
	word-break: break-all;
	list-style-type: none;
	border-style: none;
	font-style: normal;
    -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img{
    max-width: 100%;
    height: auto;
}

body {
	font-family: 'Noto Serif JP', 'Caladea', serif,'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #ffffff;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#header {
	height: 80px;
	text-align: center;
	border-bottom: 2px #ffffff solid;
}

#main-left {
	background-image: url(img/left1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 50%;
	height: 720px;
	float: left;
	position: relative;
	overflow: hidden;
}

#detail {
	width: 200px;
	background-color: #000000;
	font-family: 'Caladea', serif;
	font-size: 30px;
	line-height: 200%;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 40%;
}

#detail a {
	width: 100%;
	height: 100%;
	display: block;
}

#overlay {
	background-image: url(img/overlay.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

#detail-block {
	margin-top: -720px;
}

h1 {
	font-family: 'Caladea', serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 14px;
}

.detail-content {
    width: 480px;
    height: 720px;
    display: table;
    font-size: 14px;
    line-height: 140%;
}

.detail-content div {
	display: table-cell;
	vertical-align: middle;
}

.detail-content ul li {
	list-style-type: none;
	font-family: 'Caladea', serif;
	font-size: 26px;
	text-align: center;
	line-height: 200%;
}

#close {
	font-size: 14px;
	margin-top: 20px;
}


.inline {
	color: #ffffff;
	background-color: #000000;
	font-size: 12px;
	text-align: left;
	padding: 10px;
}

h2 {
	font-family: 'Caladea', serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 100%;
	padding-bottom: 5px;
	border-bottom: 1px #ffffff solid;
}

.inline img {
	display: block;
	margin: 10px auto;
}

.down {
	width: 480px;
	text-align: center;
	padding-top: 40px;
	display: block;
}

.up {
	width: 480px;
	text-align: center;
	padding-bottom: 40px;
	display: block;
}

#main-right {
	background-image: url(img/right1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 50%;
	height: 720px;
	float: right;
	position: relative;
}

#right-wrap{
    position: absolute;
	top: 40%;
	left: 40%;
}

#buy {
	width: 200px;
	background-color: #000000;
	font-family: 'Caladea', serif;
	font-size: 30px;
	line-height: 200%;
	text-align: center;
    margin-bottom: 20px;
}

#buy a {
	width: 100%;
	height: 100%;
	display: block;
}

#gallery {
	width: 200px;
	background-color: #000000;
	font-family: 'Caladea', serif;
	font-size: 30px;
	line-height: 200%;
	text-align: center;
}

#gallery a {
	width: 100%;
	height: 100%;
	display: block;
}

#inquirely {
	background-color: #000000;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	height: auto;
	padding: 60px 15px 60px 15px;
	border-top: 1px #ffffff solid;
}
.inquirely{
    width: 70%;
}
.inquiry-title {
    width: 100%;
    height: auto;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.5em;
    padding: 10px;
    margin-bottom: 40px;
    border-top: 2px solid 
#fff;
border-bottom: 2px solid
    #fff;
}

.tel {
	color: #990000;
	font-family: Impact;
	font-size: 36px;
	font-weight: bold;
	line-height: 140%;
}

#footer {
	color: #999999;
	background-color: #f2f2f2;
	text-align: center;
	font-size: 10px;
	padding: 20px 0px 10px 0px;
}

.clear {
	clear: both;
}

a {
	color: #ffffff;
	overflow: hidden;
	outline: none;
	text-decoration: none;
}
	
a:link {
	color: #ffffff;
}	
	
a:visited {
	color: #ffffff;
}	

a:hover {
	color: #c00000;
}	

a.pt:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.70; /*safari opera*/
}

.red {
	color: #cc0000;
}

.blue {
	color: #3300cc;
}

/***** ▼button▼ *****/
.btn-wrap{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
  justify-content: space-between;
}

.btn{
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 90%;
	text-align: center;
}
#sns{
    width: 100%;
    padding: 40px 0;
    border-top:1px #ffffff solid;
}
.sns-wrap{
	width: 70%;
	max-width: 250px;
}

.sns-btn{
	width: 30%;
}
/***** ▲button▲ *****/
/***** ▼store▼ *****/
.inquirely figure{
    position: relative;
    width: 600px;
}

.inquirely figcaption {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 96%;
    padding: 10px;
    color: 
    #fff;
    line-height: 1.2;
}

.store-name{
	margin-bottom: 10px;
	font-size: 20px;
	word-break: keep-all;
	word-wrap: break-word;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,.9));
}

.inquirely .btn{
	border: 1px solid #fff;
	transition: .3s;
}

.inquirely .btn:hover{
	border: 1px solid rgba(199,0,18,.7);
	background: rgba(199,0,18,.7);
    color: #ffffff;
}

/***** ▲store▲ *****/


@media screen and (max-width:600px) {
    .inquirely{
        width: 100%;
        padding: 15px;
    }
    .inquirely figure{
        width: 100%;
    }  
}