﻿@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','Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 14px;
	color: #262222;
	background-color: #C5BDA8;
	font-feature-settings : "palt";
	font-weight:500;
	word-break:break-all;
}

#wrap {

}

img {
	max-width: 100%;
	display: block;
}

section {
	height: auto;
}

section:nth-child(even) {
	background-color: #b5ae9d;
}

article{
	height:auto;
}

.content {
    width: 1280px;
    height: auto;
	padding-top:80px;
	padding-bottom:80px;
    padding-right: 50px;
	padding-left: 50px;
}

.content2 {
    width: 1280px;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 30px;
    padding-left: 30px;
}


#header {
	height: auto;
	width: 100%;
	display:block;
}

#header-smt {
	height: auto;
	width: 100%;
	display:none;
}

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: 18px;
    line-height: 1.5em;
}

.spec-cap{
	margin-top:20px;
	font-size:18px;
	line-height:1em;
}

.title-txt{
	font-size:24px;
	font-weight:800;
	border-left:#169B2A 15px solid;
	border-bottom:#169B2A 1px dotted;
	padding-left:15px;
	margin-bottom:20px;
}

.small-txt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.8em;
}

.small-txt2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
	position:relative;
}

.small-txt2:before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:20%;
    height:1px;
    border-bottom:solid 3px #05931f;
}

.small-txt2:after {
    content:"";
    position:absolute;
    top:50%;
    right:0;
    width:20%;
    height:1px;
    border-bottom:solid 3px #05931f;
}

.attention{
	text-align:left;
	margin-top:10px;
}

/****************▲テキスト▲******************/

/****************▼price▼******************/
.product-info {
    width: 45%;
    text-align: center;
}

.price1 {
    color: #B40404;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.price2 {
    font-size: 40px;
}

.price3 {
    color: #B40404;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.price4 {
    font-size: 24px;
}

.shopping-link {
    width: 100%;
}

.shopping-link2 {
    width: 80%;
}

/****************▲price▲******************/

/****************▼Spec▼******************/
.spec-wrap{
	font-size:20px;
	padding:10px;
	margin-bottom:20px;
}

.spec-wrap p{
	font-size:24px;
	font-weight:700;
}

.spec-wrap ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}

.spec-left{
	background-color:#169B2A;
	color:#FFF;
	text-align:center;
	width:30%;
	padding:10px;
	margin-bottom:5px;
}

.spec-right{
	width:70%;
	padding:10px;
	border-bottom:#169B2A 2px solid;
	margin-bottom:5px;
}
/****************▲Spec▲******************/

/*******************▼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: #0081FF;
	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▲*******************/

/****************▼detail▼******************/

.detail-wrap{
	padding-top:40px;
	padding-bottom:40px;
}


.photo-detail-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
}

.photo-detail-box2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	flex-direction:row-reverse;
    margin-bottom: 30px;
	align-items:center;
}

.photo-detail-img{
	width:50%;
	padding:5px;
	margin:0;
}

.photo-detail-img2{
	width:100%;
	padding:5px;
	margin:0;
}

.product-txt-box{
	width:50%;
	padding:10px;
}

.product-txt{
	font-size:35px;
	font-weight:700;
	border-left:#993 20px solid;
	padding-left:12px;
}

.stuff-message {
    padding-bottom: 80px;
    font-size: 24px;
}


.stuff-message p{
}

/****************▲detail▲******************/

/*****************▼見出し▼*****************/
h1 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #691d2a;
    padding-bottom: 5px;
    border-bottom: #169B2A 3px solid;
    text-align: center;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #ab1d1d;
    text-align: center;
}

h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #165F29;
    text-align: center;
	letter-spacing:0.5em;
	font-weight:700;
}

/*****************▲見出し▲*****************/

/*******************sns*******************/

.sns-wrap {
    width: 280px;
}


.sns-title {
    font-size: 26px;
    text-align: center;
}

.sns {
	float:left;
	width:33.3%;
	padding:2%;
}


/*******************sns*******************/

/*******************Youtube*******************/
.youtube {
	width: 950px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}

.youtube2 {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
	margin-bottom: 20px;
	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: 10px;
}

.youtube2-wrap-1 {
	width: 950px;
	float: none;
}
/*******************Youtube*******************/

/*******************inquiry*******************/

#inquiry{
		background-color:#1e1e1e;
}

.inquiry {
	width: 100%;
	height: auto;
	color:#FFF;
}

.inquiry a{
	color:#9FC;
}

.inquiry a:hover{
	color:#CF0;
}

.inquiry-title {
    width: 100%;
    height: auto;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.5em;
    padding: 10px;
    margin-bottom: 20px;
    border-top: 3px solid #adcfac;
    border-bottom: 3px solid #adcfac;
}

.store {

}

.store-logo {
    width: 45%;
    height: auto;
    float: right;
    padding: 10px;
}


.store-info {
    width: 50%;
    height: auto;
    float: left;
    font-size: 20px;
    padding: 10px;
}

.store-name {
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 10px;
}

.fa-envelope-o:before {
  content: "\f003";
}

.ggmap {
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background-color: #346b1b;
    display: block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-top: 10px;
}

.ggmap-wrap{
	width:100%;
	height:auto;
}

.ggmap a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.ggmap a:link {
	color: #fff;
}

.ggmap:hover {
	background-color: #c30007;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #fff;
}

/*******************inquiry*******************/

footer {
	border-top:#FFF dotted 2px;
	background-color:#000;
	width: 100%;
	height: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.Clear{
	clear:both;
}