﻿@charset "utf-8";
/* CSS Document */



/*******************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: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #fff;
	background-color: #000;
}



img {
	max-width: 100%;
	display: block;
}



header {

}

.header-img {
	width: 100%;
}


.content {
    width: 1280px;
    height: auto;
    padding: 80px 60px 20px;
}



footer {
	width: 100%;
	height: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #111;
}

footer img {
	display: inline;
}

section {
	width: 100%;
	height: auto;
	background-color: #2a2828;
	padding-bottom: 40px;
}

section:nth-child(even) {
	background-color: #000;
	padding-bottom: 40px;
}



.block {
	display: block;
	height: auto;
	width: 100%;
}

.center {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.Clear {
	clear: both;
}
/*******************base*******************/

/*******************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;
}
/*******************loader*******************/

/*******************intro-cap*******************/


.intro-cap {
    font-size: 22px;
}

.show-cap {
    font-size: 18px;
    line-height: 33px;
}

.centering {
	text-align: center;
}



.intro-cap2 {
    font-size: 28px;
    line-height: 1.6;
    text-align: left;
    font-weight: 500;
}


/*******************intro-cap*******************/

/*******************link*******************/
a {
	color: #7b7b7b;
	text-decoration: none;
}

a:link {
	color: #7b7b7b;
	text-decoration: underline;
}

a:hover {
	color: #0099e5;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a.pt:hover img{
   filter:alpha(opacity=80);
   -moz-opacity:0.80;
    opacity:0.80;
}
/*******************link*******************/

/*******************txt*******************/

/*ロゴに使用
h1 {

}
*/

h2 {
    font-size: 36px;
    margin-bottom: 30px;
    border-bottom: 3px solid;
    padding-bottom: 5px;
    text-align: center;
    letter-spacing: 0.2em;
	font-family: 'Fjalla One', sans-serif;
}

h3 {
	font-size: 30px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F00;
	margin-top: 10px;
	line-height: 45px;
	border-left-color: #F00;
}

h4 {
	font-size: 36px;
	text-align:center;
	margin-bottom:40px;
}

h5 {
	font-size: 18px;
}

.text-small {
	font-size: 16px;
}

.text-small2 {
	font-size: 9px;
}
/*******************txt*******************/

/*******************sns*******************/
.sns-wrap {
	width: 400px;
	padding: 40px;
}

.sns {
	float:left;
	width:33.3%;
	padding:2%;
}

/*******************sns*******************/

/*******************page-top*******************/
.pagetop {
    position: fixed;
    bottom: 27px;
    right: 20px;
}
/*******************page-top*******************/

/*******************color*******************/
.orange {
	color: #FF9900;
}

.blue {
	color: #0099e5;
}

.red {
	color: #C00;
}

/*******************color*******************/

/*******************button*******************/
.button {
    width: 50%;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    background-color: #0099e5;
    border-radius: 5px;
    font-size: 16px;
}

.button:link {
	color: #fff;
	text-decoration:none;
}

.button:visited {
	color: #fff;
	text-decoration:none;
}

.button:hover {
	background-color: #ff5639;
	color: #fff;
	text-decoration: none;
}

.button2 {
    width: 50%;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: #0099e5;
    border-radius: 5px;
    font-size: 16px;
}

.button2:link {
	color: #fff;
	text-decoration:none;
}

.button2:visited {
	color: #fff;
	text-decoration:none;
}

.button2:hover {
	background-color: #ff5639;
	color: #fff;
	text-decoration: none;
}
/*******************button*******************/

/*******************product-bnr*******************/

.product-link {
	margin-top: 10px;
	margin-bottom: 75px;
}


/*******************product-bnr*******************/


/*******************photo*******************/

/*画像センタリング*/
.photo-wrap {
	width: 100%;
	height: auto;
	margin-top: 40px;
	justify-content:center;
	align-items:center;
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
}

/*画像左寄せ*/
.photo2-wrap {
	width: 100%;
	height: auto;
	margin-top: 40px;
	align-items: stretch;
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
}
 
.photo1 {
	width: 19.2%;
	margin: 1px;	
}

.photo1 p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
	padding: 0px 5px;
}


.photo2 {
    width: 40%;
	margin: 1px;	
}
 

/*******************inquiry*******************/
#inquiry {
	width: 1400px;
	height: auto;
}

.inquiry-content {
	width : 100%;
	height: auto;
	padding: 80px 20px 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: #FF0000;
	border-bottom-color: #FF0000;
	margin: 0 auto 40px;
	padding: 10px 0 7px 0;
	text-align: center;
	letter-spacing: 0.3em;
	color: #f6f6f6;
}

.shop-inquiry-box {
    width: 70%;
    height: auto;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
    margin: 0px auto;
}

.shop-inquiry-img {
    width: 40%;
    margin-bottom: 15px;
    float: left;
}

.shop-inquiry-cap {
    width: 50%;
    color: #f6f6f6;
    float: left;
    margin: 2%;
}

.shop-name {
	font-size: 20px;
	font-weight: bold;
}

.shop-inquiry-cap p {
	margin-bottom: 0;
}

.shop-inquiry-cap a {
	color: #f6f6f6;
}

.shop-inquiry-cap a:hover {
	color: #00e6e6;
}
