@charset "UTF-8";

/*----------------------------------------------------------------default*/
html {font-size: 62.5%; }

a {
color: #000;
text-decoration: none;
}

a:focus{
outline: none;
}

p {
margin: 0;
padding: 0;
}

h1,h2,h3,h4,h5,h6 {
font-size: 100%;
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

img {
vertical-align: top;
max-width: 100%;
height: auto;
border: 0;
}

ul {
margin: 0;
padding: 0;
}

ul li {
padding: 0;
list-style-type: none;
}

ol {
padding: 0 0 0 1.5em;
}

ol li {
list-style-type: decimal;
}

dl,
dt,
dd {
margin: 0;
padding: 0;
}

dt {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

hr {
	color:#ccc; }

/*----------------------------------------------------------------fade*/
a {
transition: .3s ease-in-out;
}

a:hover {
opacity: .7;
filter: alpha(opacity=70);
}

/*----------------------------------------------------------------flex*/
.flex{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}

#page {
background: #fff;
}

/*===============================================================スマホ*/
body {
font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
font-size: 1.2rem;
line-height: 1.2;
margin: 0;
padding: 0;
text-align: left;
color: #000;
background: #fff;
-webkit-text-size-adjust: 100%;
}

.inner {
width: 94%;
margin: 0 auto;
}

header {
position: relative;
}

header p.logo,
#head-nav nav,
#head-nav .mobile-bnr {
display: none;
}

#head-nav {
background: #000;
height: 15px;
}

h1.logo {
text-align: center;
padding: 6px 0;
}

h1.logo img {
width: 100%;
height: auto;
}

#sp-nav {
display: block;
}

.btn_menu {
color: #000;
position: absolute;
top: 15px;
right: 5px;
font-size: 1.05rem;
line-height: 50px;
padding: 0 30px 0 5px;
}

.btn_menu span {
display: block;
position: absolute;
width: 20px;
right: 5px;
border-bottom: solid 1px #000;
transition: .35s ease-in-out;
}

.btn_menu span:nth-child(1) {
top: 17px;
}

.btn_menu span:nth-child(2) {
top: 24px;
}
.btn_menu span:nth-child(3) {
top: 31px;
}

.active nav {
background: #7B7B7D;
}

.active span:nth-child(1) {
top: 24px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
transform:rotate(-45deg);
}

.active span:nth-child(2),
.active span:nth-child(3) {
top: 24px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
transform:rotate(45deg);
}

#sp-nav nav {
position: absolute;
width: 100%;
background: rgba(123,123,125,.8);
top: 65px;
left: 0;
padding: 10px 0 0;
display: none;
z-index: 100;
}

#sp-nav nav ul:first-child {
display: flex;
justify-content: space-between;
width: 94%;
margin: 0 auto 10px;
}

#sp-nav nav ul:first-child li {
width: 32%;
}

#sp-nav nav ul:first-child li img {
width: 100%;
height: auto;
}

#sp-nav nav ul:last-child li a {
display: block;
font-size: 1.8rem;
font-weight: bold;
padding: 5px 3%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border-top: 1px solid #fff;
}

#sp-nav nav ul:last-child li span {
font-size: 1.2rem;
font-weight: normal;
padding: 0 0 0 5px;
}

.flex-control-nav,
.flex-direction-nav {
display: none;
}

section h1 {
font-size: 1.8rem;
font-weight: bold;
line-height: 34px;
border-bottom: 1px solid #6c6c6c;
margin: 0 0 10px;
padding: 0 10px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: -moz-linear-gradient(top, rgba(198,198,198,0) 0%, rgba(198,198,198,0) 50%, rgba(198,198,198,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(198,198,198,0) 0%,rgba(198,198,198,0) 50%,rgba(198,198,198,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(198,198,198,0) 0%,rgba(198,198,198,0) 50%,rgba(198,198,198,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6c6c6', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
}

section h1 span {
color: #6c6c6c;
font-size: 1.2rem;
font-weight: normal;
padding: 0 0 0 5px;
}



#item-block {
width: 94%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

#item-block li {
width: 48%;
margin: 0 3% 10px 0;
}

#item-block li:nth-child(even) {
margin: 0;
}

#item-block li .photo {
margin: 0 0 10px;
text-align: center;
}

#item-block li .photo img {
border: 1px solid #eee;
width: 100%;
height: auto;
}

#item-block li h2 {
margin: 0 0 10px;
padding: 0 0 10px;
border-bottom: 1px dotted #6c6c6c;
}

#item-block li .price,
#item-block li .description {
margin: 0 0 10px;
}

#shop p {
width: 94%;
margin: 0 auto 20px;
font-size: 1rem;}

#page-top {
display: inline-block;
color: #fff;
font-size: 1.5rem;
font-weight: bold;
background: rgba(215,0,15,.7);
border-radius: 5px;
padding: 10px;
position: fixed;
right: 30px;
z-index: 1000;
cursor: pointer;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

footer{
	clear:left;}

footer img{
	width:100%;}

.modal {
position: fixed;
display: none;
z-index: 9999;
top: 40%;
width: 100%;
height: 300px;
margin: -116px 0 0;
text-align: center;
border-radius: 10px;
}

.modal h4 {
width: 100%;
font-size: 2.4rem;
line-height: 50px;
border-top: 1px solid #c9caca;
border-bottom: 1px solid #c9caca;
margin: 0 0 20px;
}

.modal p {
font-size: 1.6rem;
margin: 0 0 30px;
}

.modal p strong {
font-size: 2rem;
color: #b28247;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.modal ul {
width: 94%;
margin: 0 auto;
}

.modal li {
margin: 0 0 20px;
}

.modal a {
display: block;
color: #fff;
background: #9ec83b;
border-radius: 9px;
font-size: 1.8rem;
font-weight: bold;
line-height: 38px;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.modal a.exit {
background: #f8b62d;
line-height: 1;
padding: 3px 0 17px;
position: relative;
}

.modal li span {
position: absolute;
display: block;
width: 100%;
left: 0;
bottom: 3px;
font-size: 1.2rem;
font-weight: normal;
text-align: center;
}

.buy{
	text-align:center;
	margin:10px 0 15px}


/*===============================================================タブレット*/
@media all and (min-width:720px) {

h1.logo {
width: 94%;
margin: 0 auto;
text-align: left;
}

.flexslider {
	text-align:center;
width:100%;
margin: 0 auto 24px auto;
}

.flex-viewport {
width:100%;
margin: 0 auto;
}

#item{
	width:95%;
	margin:0 auto;
}

#item li {
float:left;
width: 45%;
margin: 0 2% 10px 0;
}


#shop p{
	text-align:center;}

footer img{
	width:100%;}

.modal ul {
display: flex;
justify-content: center;
}

.modal li {
margin: 0 20px;
}

.modal a {
width: 165px;
}

.modal li span {
width: 165px;
}

}

/*===============================================================PC*/
@media all and (min-width:961px) {

#head-nav nav {
display: block;
margin: 10px 120px 0 0;
}

h1.logo {
width: 960px;
}

h1.logo img {
width: 100%;
height: auto;
}

.flexslider {
width: 720px;
margin: 0 auto 24px;
}

.flex-viewport {
width: 720px;
margin: 0 auto;
}

section h1 {
width: 960px;
margin: 0 auto 15px;
box-sizing: border-box;
font-size: 1.8rem;
line-height:1.1;
}

section h1 span {
font-size: 1.4rem;
}


#item {
width: 740px;
margin: 0 auto 15px;
}

#item li {
	float:left;
	margin:5px 10px;
}

footer{
	width:960px;
	margin:0 auto;}

footer img{
	text-align:center;
	width:960px;}

#shop p {
width: 960px;
font-size: 1rem;
text-align:center;
margin: 0 auto 30px;
}

#shop .shop-blk {
width: 960px;
}


.modal p {
font-size: 1.8rem;
}

.modal p strong {
font-size: 2.4rem;
}

}























