@charset "UTF-8";
/* CSS Document */

/* リセットスタイル */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	font-size:16px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 2em;
	color:#000000;
	line-height: 130%;
	margin-left: auto; /* 中央寄せにするため */
	margin-right: auto; /* 中央寄せにするため */
    font-weight: bold;
}

h3{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 2em;
	line-height: 130%;
	width: 400px;
	margin-left: auto; /* 中央寄せにするため */
	margin-right: auto; /* 中央寄せにするため */
    font-weight: bold;
}

h4{
	font-size: 18px;
	color:#FFFFFF;
	text-align: left;
}

.bottom_space{
	margin-bottom:2em;
}

.bottom_space2{
	margin-bottom:4em;
}

.bottom_spacep{
	margin-bottom: 1.5em;
}

.underline_wh {
	border-bottom:1px solid #fafafa;
	padding-bottom:10px;
}

.underline {
	border-bottom:1px solid #000000;
	padding-bottom:10px;
}

html,body{
	overflow-x: hidden;
	width: 100%;
}	
	

@media (max-width:768px) {

h2{
	font-size: 1.3em;
	line-height: 130%;
}

h3{
	font-size: 1.5em;
	line-height: 130%;
	width: 300px;
	margin-bottom: 30px;
}

.bottom_space{
	margin-bottom:0.5em;
}

.bottom_space2{
	margin-bottom:1em;
}

.bottom_spacep{
	margin-bottom: 0.75em;
}
	
	
}



/* 通常ヘッダー */
.header_bg {
	background: #000000;
	color: #fafafa;
	width: 100%;
	height: auto;
}


.header_bg a:link{color: #fafafa;}
.header_bg a:visited { color: #fafafa; }
.header_bg a:hover { color: #fafafa; }
.header_bg a:active { color: #fafafa; }

.header_bg,.header_nav{
	max-width: 100%;
	overflow-x: hidden;
}

.header_up {
  width: 100%;
  height: auto;
  color:aliceblue;
  max-width: 1024px;
  margin: 0 auto;
  padding: 10px 0px 10px 0px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.dial{
	flex:0.8;
}

.logo{
	flex:0.8;
}

.cart{
	flex:1;
}



.header_contents {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_contents h1 {
  display: none;
}

.header_nav_lists {
  display: flex;
}

.header_nav_lists li {
  margin: 5px 40px 10px 0;
}

.nav_link {
  font-size: 16px;
}

/* Responsive menu button */
.responsive_btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 40px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 51;
}

.menu_line {
  background: #fafafa;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin: 4px 0;
}

/* ヘッダーレスポンシブ */
@media screen and (max-width: 768px) {
 .responsive_btn {
	 display: flex;
  }
  .header_up {
	display: none;
	}
	.header_contents h1 {
  display: block;
}

.header_contents img{
	width:50%;
	padding: 10px 0 0px 40px;
}

  .header_bg {
    position: relative;
  }

  .header_nav {
    background: #323232;
    width: 100%;
    height: 100vh;
    padding: 60px 20px 0 0;
    position: fixed;
    top: 0;
    right: -100%;
    transition: right 0.5s ease-in-out;
	z-index: 50;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  .header_contents h2 {
  font-size: 22px;
  margin: 0 0 0 40px;
}

  .header_nav_lists {
    display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
    text-align: center;
  }

  .header_nav_lists li {
	width:100%;
	margin: 20px 0;
    /*margin: 0 0 40px;*/
    text-align: center;
  }

  .nav_link {
    font-size: 20px;
  }
}
/* レスポンシブ終わり */


/* js function "menuToggle" starting only */
.menu_active {
  right: 0;
}

/*選び方、挨拶*/
.main_choice{
	background-image: url("img/bg_stone.jpg");
	padding: 60px 0 0 0;
}

.main_ct{
	max-width: 1024px;
	margin: auto;
	text-align: center;
}

/*選び方、挨拶終わり*/

/*初回限定広告＊ムービーのCSSは下部*/
.main_add{
	background-image: url("img/bg_red.jpg");
	padding: 60px 0 0 0;
}

.main_add2{
	background-image: url("img/bg_red.jpg");
	padding: 60px 0 0 0;
}

.main_add h3{
	color:aliceblue;
}

.main_add2 h3{
	color:aliceblue;
}


.pc { display:block !important;}
.sp { display:none !important;}

.add{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.add div{
	padding-top:20px;
	width:49%;
}

@media (max-width:768px) {
	
.pc { display: none !important;}
.sp { display: block !important;}
	
.main_add{
	background-image: url("img/bg_red.jpg");
	padding: 30px 0 0 0;
}

.main_add2{
	background-image: url("img/bg_red.jpg");
	padding: 30px 0 0 0;
}
	
.main_add img{
	padding:0 15px 0 15px;
}

.add div{
		width:100%;
	}
}

/*初回限定終わり*/

/*新着情報*/

.info {
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 1024px;
  text-align: left;
  height: 10em;
  margin: 0 auto;
  overflow-y: scroll
}

@media (min-width:768px) {
  .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap
  }
}

.info dd,
.info dt {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: .5em;
  padding-left: .5em
}

.info dt {
  font-style: normal;
  font-weight: initial;
  text-align: center;
}

@media (min-width:768px) {
  .info dt {
    width: 12.5em;
    margin-bottom: .5em;
    border-bottom: 1px dotted #343a40
  }
}

.info dt:first-of-type {
  padding-top: .5em;
  border-top: 1px dotted #343a40
}

.info dt time {
  margin-right: .5em;
}

/*.info dt span {
  box-sizing: border-box;
  display: inline-block;
  width: 7em;
  margin-right: .5em;
  padding: 0 .5em;
  background-color: #009688;
  color: #fff;
  font-size: .8em;
  line-height: 1.75;
  text-align: center
}                              日付の前に装飾をつける時用、必要な時のために*/

.info time {
  color:#1C1C1C;
  text-align: center;
}

.info dd {
  margin-left: 0;
  margin-bottom: .5em;
  border-bottom: 1px dotted #343a40
}

@media (min-width:768px) {
  .info dd {
    width: calc(100% - 12.5em)
  }
  .info dd:first-of-type {
    padding-top: .5em;
    border-top: 1px dotted #343a40
  }
}

.info dd:nth-of-type(-n+3) {
  position: relative
}

.info a:link{color: #360D0E; }
.info a:visited { color:#000000;  }
.info a:hover { color:#3700D1;  }
.info a:active { color:#000000;  }

/*新着情報終わり*/

/* 商品一覧タブ */ 
.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  /*display: flex;*/
  margin: 0 auto;
}

.tab_item {
  width: calc(100%/2);
  padding:5px 0;
  background-color: #d6c6af;
  border-radius: 15px;
  text-align: center;
  color: #000000;
  display: block;
  border: 5px solid #fff;
  float:left;
  /*justify-content: space-between;*/
  justify-content:center;
  font-size:24px;
  font-weight: bold;
  transition: all 0.2s ease;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content{
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #800000;
  color: #fff;
}

.syohin_ran{
	text-align: left;
	
}

/* 商品一覧タブ */ 


.item {
	display: flex; /* flexbox */
	flex-wrap: wrap; /* 折返し指定 */
}

.item div {
	width: calc(26.2% - 14px); /* margin padding分を引く */
	margin: 1px;
	padding: 6px;
	margin-bottom: 20px;
}

.item_toriyose{
	display: flex; /* flexbox */
	flex-wrap: wrap; /* 折返し指定 */
	justify-content : center;
}

.item_toriyose div {
	width: calc(26.6% - 30px); /* margin padding分を引く */
	margin: 5px 0 5px 11px;
	padding: 5px;
	margin-bottom: 20px;
	text-align: left;
	color:aliceblue;
}


@media (max-width: 768px) {
	.item div{
 	width: calc(33.3% - 6px);
	margin: 3px;
	padding: 0px;
	margin-bottom: 20px;
	}
	.item_toriyose div{
 	width: calc(31% - 6px);
	margin: 4px;
	padding: 0px;
	margin-bottom: 20px;
	}
}

.main_price{
	background-image: url("img/bg_allow.jpg");
	padding: 60px 0 0 0;
	color:#000000;
}

.main_price table{
	border-collapse:separate;
	border-spacing:30px;
	vertical-align:middle;
}

/*.button_area{
	display:flex;
	justify-content:space-between;
}
*/
.button_choice {
  display: block;
  position: relative;
  /*margin: 10px;*/
  width: 100%;
  color: #6B0608;
  padding: 1.6rem 0 1.6rem 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .1rem;
  transition: .5s;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.button_choice span{
	font-size:35px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


.button_choice:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 40px;
  width: 12px;
  height: 2px;
  background: #6B0608;
  transform: rotate(45deg);
}

.button_choice:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 40px;
  width: 12px;
  height: 2px;
  background: #6B0608;
  transform: rotate(-45deg);
}

a.btn-border {
  border: 2px solid #6B0608;
  border-radius: 0;
  background: #fff;
  text-decoration: none;
}

a.btn-border:hover {
  color: #fff;
  background: #6B0608;
  text-decoration: none;

}

.button_choice:hover:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 40px;
  width: 12px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}

.button_choice:hover:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 40px;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
	.button_choice{
	padding: 1rem 0 1rem 0;
	}
.button_choice span {
	font-size:20px;
	}
	
.button_choice:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 10px;
  width: 8px;
  height: 2px;
  background: #6B0608;
  transform: rotate(45deg);
}

.button_choice:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 10px;
  width: 8px;
  height: 2px;
  background: #6B0608;
  transform: rotate(-45deg);
}

.button_choice:hover:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 10px;
  width: 8px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}

.button_choice:hover:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 10px;
  width: 8px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}
	
.main_price table{
	border-collapse:separate;
	border-spacing:10px;
}

}

/*フッター始まり*/

footer{
	background:#000000;
    color:#FFFFFF;
}

.footer_ct{
	max-width: 1024px;
	padding:30px;
	margin: auto;
	text-align: left;
}

.footer_ct li{
	list-style-type: disc;
	
}

.footer_ct li a:hover{
	text-decoration: underline;
}

.footer_ct .wrap{
	width:1024px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.footer_ct .wrap h4{
	margin:0 0 10px 0;
	padding:0;
}

.footer_ct .wrap h4:before{
	content:'▶︎'
}

.footer_ct .wrap p{
	margin:0;
	padding:0 0 20px 0;
}

.footer_ct .wrap .box:first-child{
	width: 47.5%;
}

.footer_ct .wrap .box:nth-child(2){
	width: 47.5%;
}

.footer_ct .wrap .box ul{
	margin: 0;
	padding: 0 0 20px 0;
	list-style:none;
}

.copyright{
	width:100%;
	padding: 10px 0 0 0;
	text-align: center; 
}

.footer_under {
	padding: 10px;
	max-width: 1024px;
	margin: auto;
	text-align: center;
}
.footer_under a {
	color: #fff;
	text-decoration: none;
}
.footer_under a:hover {
	text-decoration: underline;
}
.footer_under .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
}
.footer_under .menu li {
 margin: 0;
 padding: 0 10px;
 border-left: 1px #FFF solid;
 list-style-type: none;
}
.footer_under .menu li:first-child {
 padding-left: 0;
 border: none;
}


@media (max-width: 768px) {
	.footer_ct{
		padding:30px 10px 30px 10px;
	}
.footer_ct .wrap{
		width:100%;
		padding:0 20px;
		box-sizing:border-box;
	}
	
.footer_ct .wrap h4{
	border:none;
	text-align: left;
	}	
.footer_ct .wrap .box:first-child,
.footer_ct .wrap .box:nth-child(2){
		width: 100%;
	}
.footer_ct .wap .box ul{
		display:block;
		padding:5px 15px;
	}
.footer_under .menu li {
	border-left:none;
	}
	.btn-sp a{
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2px 0 2px 2px;
    width:100%;
    padding: 15px 0px 15px 0px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	}
	
.btn-sp a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transition: 0.2s ease-in-out;
    content: "▶︎";
    font-weight: 900;
    transform: translateY(-50%);
}
	
.footer_under a{
			color:#000000;
			font-size:13px;
	}
	
.footer_under a:hover {
 text-decoration: none;
}
	

.footer_under .menu li{
	width: 50%;
	padding:0 5px 0 0;
	box-sizing:border-box;
	text-align: center;
	}
}
	

/* you tube動画用ここから*/

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 50%;
     transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     width: 100%;
	 height: 100%;
	 max-width: 1024px;
	 max-height: 586px;
     padding-bottom: 0.5em;
}

/*ここまで*/
	
/*スライドショーヘッダー*/
.slide_show_fade_in4_logo_4{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
}
.slide_show_fade_in4_logo_4:before{
	content: "";
	display: block;
	padding-top:36%;
}
.slide_show_fade_in4_logo_4_1{
	z-index: 13;
	position: absolute;
	width: 40%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
}
.slide_show_fade_in4_logo_4_img{
	z-index:12;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: slide_show_fade_in4_logo_4 24s infinite;
}
.slide_show_fade_in4_logo_4_img:nth-of-type(2){
	animation-delay: 6s;
}
.slide_show_fade_in4_logo_4_img:nth-of-type(3){
	animation-delay: 12s;
}
.slide_show_fade_in4_logo_4_img:nth-of-type(4){
	animation-delay: 18s;
}
@keyframes slide_show_fade_in4_logo_4{
	0%{
		opacity: 0;
		transform: scale(1.2);
	}

	12.5%{
		opacity: 1;
	}

	25%{
		opacity: 1;
	}

	37.5%{
		opacity: 0;
		z-index: 11;
		transform: scale(1);
	}

	100%{
		opacity: 0;
	}
}

@media (max-width: 768px) {

.slide_show_fade_in4_logo_4{
	width: 100%;
	height: 200px;
}

.slide_show_fade_in4_logo_4_1{
	width: 85%;
	}

}