@charset "utf-8";

body{
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

html{
  font-size: 10px;
  width: 100%;
  overflow-x: hidden;
  background-image: url("../img/back-2.jpg");
  background-size:256px;
}

.jap{
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 1001px){

#shop-logo{
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 20px;
	background-color: #ffffff;
}

#shop-logo img{
	width: 138px;
}

#shop-nav{
	display: block;
	width: 100%;
	height: 40px;
	background-image: url("../img/back-1.jpg");
	background-size: 64px;
}

#shop-nav ul{
	display: flex;
	justify-content: center;
}

#shop-nav ul li{
	font-size: 1.6rem;
	padding: 10px 20px;
}

#shop-nav ul li a{
	color: #ffffff;
	text-decoration: none;
}

#shop-nav ul li a:hover{
	color: #000000;
}

#shop-visual{
	background-image: url("../img/main-shop.jpg");
	background-size: cover;
	width: 900px;
	height: 385px;
	margin: 0px auto;
}

#shop-visual{
	margin-top: 30px;
}

#shop-main{
	width: 900px;
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 100px;
}

#shop-main h2{
	color: #ea0000;
	border-bottom: 1px solid #ea0000;
	font-size: 2.4rem;
	font-weight: 400;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 60px;
	text-align: center;
}

.items{
	display: flex;
	margin-bottom: 100px;
}

.txt-area{
	padding-left: 30px;
}

.items h3{
	color: #ea0000;
	font-size: 2.4rem;
	font-weight: 400;
	padding-left: 0px;
	margin-bottom: 20px;
}

.items li:last-child{
}

.items p{
	font-size: 1.5rem;
	line-height: 1.8;
	margin-bottom: 20px;
}

.price{
	font-weight: 600;
	font-size: 2.0rem;
}

.images{
	width: 450px;
	background-color: #ffffff;
	border: 1px solid #ea0000;
}

.images img{
	width: 100%;
}

.thumbs{
	display: flex;
	width: 450px;
	margin-top: 15px;
}

.thumbs li{
	margin-right: 15px;
	border: 1px solid #995c9b;
}

.thumbs li:last-child{
	margin-right: 0px;
}

.thumbs img{
	width: 100%;
}

.more{
  display: block;
  width: 210px;
  height: 60px;
  background-color: #ffffff;
  color: #ea0000;
  text-decoration: none;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 30px center;
  border: 1px solid #ea0000;
  font-size: 1.5rem;
  box-sizing: border-box;
  padding-top: 22px;
  text-align: center;
  margin: 0px auto;
  -webkit-transition-property: background-color, color; 
  -webkit-transition-duration: 0.3s;  
  -webkit-transition-timing-function: linear;
}

.more:hover{
  background-color: #ea0000;
  color: #ffffff;
}


#tokusho{
	width: 900px;
	margin: 0px auto;
	margin-top: 100px;
}

#tokusho h2{
	font-size: 2.0rem;
	color: #ea0000;
	border-bottom: 1px solid #ea0000;
	font-weight: 400;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 30px;
	text-align: center;
}

#tokusho a{
	color: #000000;
}

#tokusho a:hover{
	color: #ea0000;
}

#tokusho dl{
	width:900px;
	overflow:hidden;
	font-size:14px;
	line-height:1.6;
	margin: 0px auto;
}

#tokusho dt{
	width:200px;
	float:left;
	padding:5px 20px;
	box-sizing: border-box;
}

#tokusho dd{
	width:700px;
	float:left;
	margin:0;
	padding:5px 20px;
	box-sizing: border-box;
}

#tokusho dd:after{
	clear: both;
}

#contact{
	width: 900px;
	margin: 0px auto;
}

#contact p{
	font-size: 1.5rem;
	line-height: 1.8;
	margin-bottom: 15px;
}

#contact a{
	color: #000000;
	text-decoration: underline;
}

#contact a:hover{
	color: #ea0000;
}

#contact dl{
	width: 900px;
	overflow: hidden;
	font-size: 1.5rem;
	letter-spacing: 1px;
	line-height: 1.8;
	color: #000000;
	margin: 0px auto;
	margin-top: 20px;
}

#contact dt{
	width: 900px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 10px 0px 0px 0px;
}

#contact dd{
	width: 900px;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 0px 20px 10px;
}

#contact dd:after{
	clear: both;
}


.required{
	display: inline-block;
	width: 30px;
	height: 18px;
	background-color: #ea0000;
	color: #ffffff;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.0rem;
	line-height: 2.0;
	margin-left: 10px;
}

button, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select{
	border: none;
	border-radius: 3px;
	padding: 10px 10px;
	background-color: #e6e6e6;
}

input[type="text"]{
	width: 99.5%;
	padding: 5px;
	background-color: #e6e6e6;
	outline: none;
	appearance: none;
	border: none;
	font-size: 1.6rem;
	border-radius: 5px;
}

input:focus{
	background-color:#e6e6e6;
	outline:1px solid #cccccc;
}

textarea{
	width: 100%;
	height: 200px;
	font-size:1.6rem;
	background-color: #e6e6e6;
	resize: none;
	padding: 5px;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

textarea:focus{
	background-color:#e6e6e6;
	outline:1px solid #cccccc;
}

input[type="submit"]{
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 15px;
	display: block;
	width: 200px;
	height: 50px;
	color :#ffffff;
	background-color: #ea0000;
	border: none;
	margin: 0px auto;
	margin-top: 40px;
	cursor: pointer;
}

#privacy{
	width: 900px;
	height: 150px;
	border: 1px solid #ea0000;
	margin: 0px auto;
	padding: 0px 20px 0px 0px;
	margin-top: 30px;
	margin-bottom: 100px;
}

#privacy-wrap{
	width: 860px;
	height: 110px;
	overflow-y: scroll;
	margin: 20px 20px;
	padding: 0px 20px 0px 0px;
}

#privacy h2{
	color: #000000;
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: normal;
}

#privacy h3{
	color: #000000;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 15px;
}

#privacy p{
	color: #000000;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 1px;
}

footer{
  background-color: #000000;
  width: 100vw;
  padding-top: 45px;
  padding-bottom: 10px;
  text-align: center;
}

footer img{
  width: 133px;
  margin-left: -50px;
  margin-bottom: 30px;
}

footer ul{
  display: flex;
  justify-content: center;
  margin: 0px auto;
  margin-bottom: 30px;
}

footer ul li{
  font-size: 1.4rem;
  padding: 20px;
}

footer ul li a{
  color: #ffffff;
  text-decoration: none;
}

footer ul li a:hover{
  color: #ea0000;
  text-decoration: underline;
}

footer p{
  color: #ffffff;
  font-size: 1.2rem;
}

.menu-trigger{
  display: none;
}

#sp-menu{
  display: none;
}

.sp-br{
  display: none;
}

}















@media screen and (max-width: 1000px) {

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  top: 12px;
  right: 15px;
  width: 35px;
  height: 25px;
  z-index: 100;
}
  
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 11px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
  -moz-transform: translateY(-6px) rotate(315deg);
  transform: translateY(10px) rotate(-315deg);
  background-color: #ffffff;
  z-index: 100;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(315deg);
  -moz-transform: translateY(-13px) rotate(315deg);
  transform: translateY(-13px) rotate(315deg);
  background-color: #ffffff;
  z-index: 100;
}

#sp-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: -100%;
  background-color: rgba(0,0,0,0);
  z-index: 95;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-sizing: border-box;
  text-align: center;
}

#sp-menu.open {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,1);
  z-index: 95;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#sp-menu a{
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
}


#sp-1{
  width: 90%;
  margin-left: 5%;
  margin-top: 60px;
}

#sp-1 li{
  border-top: 1px solid #ffffff;
  font-size: 1.5rem;
  padding: 20px 0px 20px 0px;
}

#sp-1 li a{
  color: #ffffff;
  text-decoration: none;
}

#sp-1 li:last-child{
  border-bottom: 1px solid #ffffff;
}

#sp-menu img{
  width: 150px;
  margin-top: 30px;
}

#shop-logo{
	width: 100%;
	height: 100px;
	padding-top: 30px;
	background-color: #ffffff;
	box-sizing: border-box;
	text-align: center;
}

#shop-logo img{
	width: 120px;
}

#shop-nav{
	width: 100%;
	height: 20px;
	background-image: url("../img/back-1.jpg");
	background-size: 124px;
}

#shop-nav ul{
	display :none;
}

#shop-visual{
	background-image: url("../img/main-shop.jpg");
	background-size: cover;
	width: 90vw;
	height: 38vw;
	margin: 0px auto;
}

#shop-visual{
	margin-top: 20px;
}

#shop-main{
	width: 90%;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

#shop-main h2{
	color: #ea0000;
	border-bottom: 1px solid #ea0000;
	font-size: 2.0rem;
	font-weight: 400;
	padding-bottom: 10px;
	margin-bottom: 40px;
	text-align: center;
}

.items{
	margin-bottom: 40px;
}

.txt-area{
	padding-top: 30px;
}

.items h3{
	color: #ea0000;
	font-size: 2.0rem;
	font-weight: 400;
	padding-left: 0px;
	margin-bottom: 20px;
}

.items li:last-child{
}

.items p{
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

.price{
	font-weight: 600;
	font-size: 1.6rem;
}

.images{
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #ea0000;
}

.images img{
	width: 100%;
}

.thumbs{
	display: flex;
	width: 100%;
	margin-top: 15px;
}

.thumbs li{
	margin-right: 15px;
	border: 1px solid #995c9b;
}

.thumbs li:last-child{
	margin-right: 0px;
}

.thumbs img{
	width: 100%;
}

.more{
  display: block;
  width: 210px;
  height: 60px;
  background-color: #ffffff;
  color: #ea0000;
  text-decoration: none;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 30px center;
  border: 1px solid #ea0000;
  font-size: 1.5rem;
  box-sizing: border-box;
  padding-top: 22px;
  text-align: center;
  margin: 0px auto;
  -webkit-transition-property: background-color, color; 
  -webkit-transition-duration: 0.3s;  
  -webkit-transition-timing-function: linear;
  margin-top: 30px;
}

.more:hover{
  background-color: #ea0000;
  color: #ffffff;
}


#tokusho{
	width: 90%;
	margin: 0px auto;
	margin-top: 100px;
}

#tokusho h2{
	font-size: 2.0rem;
	color: #ea0000;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: center;
}

#tokusho a{
	color: #000000;
	text-decoration: underline;
}

#tokusho dl{
	width:100%;
	overflow:hidden;
	font-size:1.4rem;
	line-height:1.6;
	margin: 0px auto;
}

#tokusho dt{
	width:100%;
	padding:5px 10px;
	box-sizing: border-box;
	border-top: 1px solid #ea0000;
}

#tokusho dd{
	width:100%;
	margin:0;
	padding:5px 15px;
	box-sizing: border-box;
}

#tokusho dd:after{
	clear: both;
}

#contact{
	width: 90%;
	margin: 0px auto;
}

#contact p{
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 15px;
}

#contact p a{
	color: #000000;
	text-decoration: underline;
}

#contact p a:hover{
	color: #ea0000;
}

#contact dl{
	width: 100%;
	overflow: hidden;
	font-size: 1.4rem;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #000000;
	margin: 0px auto;
	margin-top: 20px;
}

#contact dt{
	width: 90%;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 10px 0px 0px 0px;
}

#contact dd{
	width: 90%;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 0px 20px 10px;
}

#contact dd:after{
	clear: both;
}


.required{
	display: inline-block;
	width: 30px;
	height: 18px;
	background-color: #ea0000;
	color: #ffffff;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.0rem;
	line-height: 2.0;
	margin-left: 10px;
}

button, textarea{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select{
	padding: 5px 10px;
	background-color: #e6e6e6;
	outline: none;
	border-radius: 3px;
	border: none;
	font-size: 1.5rem;
}

input[type="text"]{
	width: 99.5%;
	padding: 5px;
	background-color: #e6e6e6;
	outline: none;
	appearance: none;
	border: none;
	font-size: 1.4rem;
	border-radius: 5px;
}

input:focus{
	background-color:#e6e6e6;
	outline:1px solid #cccccc;
}

textarea{
	width: 100%;
	height: 200px;
	font-size:1.4rem;
	background-color: #e6e6e6;
	resize: none;
	padding: 5px;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

textarea:focus{
	background-color:#e6e6e6;
	outline:1px solid #ea0000;
}

input[type="submit"]{
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 15px;
	display: block;
	width: 200px;
	height: 50px;
	color :#ffffff;
	background-color: #ea0000;
	border: none;
	margin: 0px auto;
	margin-top: 40px;
}

#privacy{
	width: 80%;
	height: 250px;
	border: 1px solid #ea0000;
	margin: 0px auto;
	padding: 0px 15px 0px 0px;
	margin-top: 20px;
	margin-bottom: 60px;
}

#privacy-wrap{
	width: 90%;
	height: 210px;
	overflow-y: scroll;
	margin: 15px 15px;
	padding: 0px 15px 0px 0px;
}

#privacy h2{
	color: #000000;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: normal;
}

#privacy h3{
	color: #000000;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 15px;
}

#privacy p{
	color: #000000;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 1px;
}

footer{
  background-color: #000000;
  width: 100vw;
  height: 130px;
  padding-top: 25px;
  text-align: center;
  margin-top: 5px;
}

footer img{
  width: 140px;
  margin-bottom: 25px;
}

footer ul{
  display: none;
}

footer p{
  color: #ffffff;
  font-size: 1.2rem;
}


}