@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
     position: relative;
     min-height: 100%;
	 background-color:#fff;
	margin: 0 !important;
}

#wrapper {
	width: 100%;
	background-image: url();
	background-position: left 40px;
	background-repeat: repeat-y;
	background-size: 160px;
	font-size: 13px;
}
#wrapper :after{
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
}
html {font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;}
html a {
	text-decoration: none;
}

/* マウスオーバー */
a{/*リンクされた文字*/
    color:#FFF ;
    font-style:normal;
}
a:link {/*未訪問のリンク*/
    color:#FFF;
    font-style:normal;
}
a:visited {/*訪問後のリンク*/
    color:#FFF;
    font-style:normal;
}
a:hover {/*マウスをのせたとき*/
    opacity: 0.7; 
    font-style:normal;
}
a:active {/*クリック中*/
    text-decoration:none;
}
p {
	letter-spacing:0.05em;
}

ul{
	list-style: none;
}

/*******************
header
*******************/
#header {
	width: 100%;
	margin: 0 auto;
	background-color: #775D54;
}
#header #header_innner {
	width: 1040px;
	margin: 0 auto;
	zoom: 1;
	overflow: hidden;
	padding: 0 0 8px 0;
}
.logo {
	float:left;
	margin-top:7px;
	color:#fff;
}
.logo img{
	width:80%;
}

#gnav {
	float:right;
	margin: 50px 0 0 0;
	height:29px;
	line-height: 29px;
	zoom: 1;
	overflow: hidden;
}
#gnav:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
}
#gnav li{
	float:left;
	margin: 0 10px 0 10px;
	zoom: 1;
	overflow: hidden;
}

#menu {
  display: block;
}
#menu {
	float:right;
	margin: 20px 0 0 0;
	height:35px;
	line-height: 35px;
	zoom: 1;
	overflow: hidden;
}
#menu:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
}
#menu li{
	float:left;
	margin: 0 20px 0 10px;
	zoom: 1;
	overflow: hidden;
}

/* 通常のアイコンを消す */
.slicknav_menu .slicknav_icon{
	display:none;
}
/* 背景画像を設定 */
.slicknav_btn{
	display: none;
}
.slicknav_nav li {
  border-top: 1px solid #FFF;
}
.slicknav_menu {
  display:none;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #FFF !important;
}
.slicknav_menu a:hover {
  color: #FFF !important;
}
.slicknav_btn {
  background-color: #FFF !important;
}
.slicknav_nav .slicknav_row:hover {
  background: #FFF !important;
}
.slicknav_nav a:hover {
  background: #FFF !important;
}
i.fa {
  font-size: 18px;
}
i.fa.fa-caret-right {
  display: none;
}


@media only screen and (max-width: 1100px) {
	#header{
		position:relative;
		background-color: #775D54;
		height: auto;
	}
	#header #header_innner {
		width: 100%;
		padding:0;
	}
	#gnav {
		width:100%;
		text-align: center;
		margin-top: 5px;
		background-color:#775D54;
	}
	#gnav li{
		margin: 0 10px 0 10px;
		display: inline-block;
		float:none;
	}
	
	/* .logoを絶対配置する */
	.logo{
		position:absolute;
		left:15px;
		top:7px;
		color:#fff;
		margin-top:0;
	}
	.logo img{
		width:55%;
	}
	/* 通常のアイコンを消す */
	.slicknav_menu .slicknav_icon{
		display:none;
	}
	/* 背景画像を設定 */
	.slicknav_btn{
		display: block !important;
		width:30px;
		height:30px;
		padding:0;
		border-radius:0;
		background:url(../image/menu.png) no-repeat center;
	}
	.slicknav_nav li {
	  border-top: 1px solid #FFF;
	}
	.slicknav_menu {
	  background-color: #775D54 !important;
		display: block;
	}
	.slicknav_menu .slicknav_icon-bar {
	  background-color: #97C1F3 !important;
	}
	.slicknav_menu a:hover {
	  color: #85A8FB !important;
	}
	.slicknav_btn {
	  background-color: #775D54 !important;
	}
	.slicknav_nav .slicknav_row:hover {
	  background: #775D54 !important;
	}
	.slicknav_nav a:hover {
	  background: #66cccc !important;
	}
	i.fa {
	  font-size: 18px;
	}
	i.fa.fa-caret-right {
	  display: none;
	}
	#menu {
	  display: none;
	}
}
/*
#mainimage {
	width: 100%;
	margin:0 auto;
	padding:0 0 0 0;
}
.pc_img {
	display:block;
	width:100%;
	height: 400px;
	background-color: bisque;
}
.sp_img {
	display:none;
}

#header {
	width: 100%;
	margin: 0 auto;
	background-color: #775D54;
}
#header #header_innner {
	width: 1040px;
	margin: 0 auto;
	zoom: 1;
	overflow: hidden;
	padding: 0 0 8px 0;
}
#header #header_innner:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
}
#header #header_innner .logo {
}
#gnav {
	float:right;
	margin: 50px 0 0 0;
	height:29px;
	line-height: 29px;
	zoom: 1;
	overflow: hidden;
}
#gnav:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
}
#gnav li{
	float:left;
	margin: 0 10px 0 10px;
	zoom: 1;
	overflow: hidden;
}

#slider {
	zoom: 1;
	overflow: hidden;
	width: 1100px;
	margin:0 auto;
}
#slider:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
}
*/
/*******************
コンテナ
*******************/
#wrapper #container {
	width:100%;
	zoom: 1;
	overflow: hidden;
	margin:0 auto;
}
#wrapper #container:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
}
/*******************
メイン画像
*******************/
#container_img{
	width:100%;
	margin:0;
}

.mainimage {
	width: 100%;
	margin:0 auto;
}
.mainimage img{
	width: 100%;
}
.main_a {
	display:block;
}
.main_b {
	display:none;
}
.main_c {
	display:none;
}
.main_d {
	display:none;
}
@media only screen and (max-width: 1500px) {
	.main_a {
		display:none;
	}
	.main_b {
		display:block;
	}
}
@media only screen and (max-width: 1080px) {
	.main_b {
		display:none;
	}
	.main_c {
		display:block;
	}
}
@media only screen and (max-width: 800px) {
	.main_c {
		display:none;
	}
	.main_d {
		display:block;
	}
}
.mainimage {
    position: relative;
}
#container_img .mainimage p{
    position: absolute;
	font-size: 6em;
	font-family: 'Rochester', cursive;
	letter-spacing: 0.1em;
    color: white;
    top: 50% ;
    left: 27% ;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);　
    transform: translate(-50%,-50%);
    margin:0;
	position: absolute;
    font-weight: 400;
    text-align: center;
    line-height: 1.25em;
	width:26%;
  }
  @media only screen and (max-width: 1400px) {
	#container_img .mainimage p{
		width:30%;
		left: 20% ;
    }
  }
  @media only screen and (max-width: 1200px) {
	#container_img .mainimage p{
		width:32%;
    }
  }
  @media only screen and (max-width: 800px) {
	#container_img .mainimage p{
		left: 22% ;
		width:40%;
    }
  }

/*******************
タイトル
*******************/
.bland{
    font-size: 2.5em;
	margin-bottom: 4%;
    color: #725E54;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
	line-height: normal;
}
.bland_txt{
    font-size: 1.4em;
    letter-spacing: 0.1em;
	line-height: normal;
    color: #725E54;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
}
@media only screen and (max-width: 600px) {
	.bland{
		font-size: 2.1em;
		margin-bottom: 6%;
	}
	.bland_txt{
		font-size: 1.2em;
	}
}
@media only screen and (max-width: 400px) {
	.bland{
		font-size: 1.8em;
	}

}


/* 上部クーポン */
.coupon_box_pc{
		width:100%;
		margin: 0 auto;
}
.coupon_box_pc img{
		width:800px !important;
		margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
	.coupon_box_pc img{
		width: 70% !important;
	}
}
@media only screen and (max-width: 700px) {
	.coupon_box_pc {
		display: none;
	}
}
@media only screen and (min-width: 700px) {
	.coupon_box_sp {
		display: none !important;
	}
}
	.coupon_box_sp{
		width:100%;
		margin: 0 auto;
	}
	.coupon_box_sp img{
		width:80% !important;
		margin: 0 auto;
	}


#coupon{
	margin: 8% auto;
	text-align: center;
}

.c_title {
	font-size:3em;
	letter-spacing: 0.1em;
    color:#725E54;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
	line-height: 1.3em;
}

.c_txt {
	font-size: 1.5em;
	font-weight: bold;
	margin: 4% 0 4% 0;
	line-height: 1.5em;
	color:#4D4D4D;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.c_check {
	font-size:1.2em;
    font-weight:bold;
	line-height:1em;
    line-height: 1.4;
	color: #4D4D4D;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.hayawari{
	width: 700px;
	margin: 0 auto 12%;
}
.hayawari p{
	text-align: center;
	margin-bottom: 4%;
}
.hayawari p:last-child{
	margin: 0;
}
.hayawari img{
	width: 100%;
}

@media only screen and (max-width: 1200px) {
#coupon{
	text-align: center;
}
.c_title {
	font-size:3em;
	letter-spacing: -0.005em;
}
.c_txt {
	font-size:1.5em;
}
.c_check {
	font-size:1.2em;
}
.hayawari{
	width: 70%;
	margin: 0 auto 12%;
}
}
@media only screen and (max-width: 800px) {
#coupon{
	text-align:center;
}
  .c_title {
	  font-size:2.5em;
}
  .c_txt {
	font-size:1.2em;
	margin: 6% 0;
}
.c_check {
	font-size:1.1em;
}
}
@media only screen and (max-width: 600px) {
  .c_title {
	  font-size:1.8em;
	  margin:0 0 2% 0;
	  letter-spacing:0;
  }
  .c_txt {
	  font-size:1em;
	  letter-spacing:0;
  }
  .c_check {
	  font-size:0.8em;
  }
  .c_link {
	  font-size:1.1em;
	  width:70%;
	  margin-bottom:2%;
  }
  .hayawari{
	width: 90%;
}
}
@media only screen and (max-width: 450px) {
  .c_title {
	  font-size:1.5em;
	  margin:0 0 2% 0;
	  letter-spacing:0;
  }
  .c_txt {
	  font-size:1em;
	  letter-spacing:0;
      padding:2% 0 0 0;
  }
  .c_check {
	  font-size:0.5em;
  }
  .c_link {
	  font-size:1.1em;
	  width:80%;
	  margin-bottom:2.5%;
  }
}

/* ランキング*/
#rank_pc{
	width: 1000px;
	margin: 0 auto 10% auto;
}
#rank_pc .item_title{
	margin: 0 auto;
}
#rank_pc div#item_inner{
	text-align: center;
}
#rank_pc .itemlist ul {
	list-style-type: none;
	padding-left: 0;
	flex-wrap: wrap;
}
#rank_pc .itemlist li {
	width:18%;
	margin:0 1%;
}
#rank_pc .itemlist{
	display: flex;
	justify-content: center;
}
#rank_pc .itemlist li img {
	width:100%;
	margin:0 0 3% 0;
}

#rank_pc .list_rank {
	font-size:1.1em;
	margin:1em auto 0 auto;
	padding:0.8em 0 0.6em 0;
	background-color: #E8DFD8;
    font-weight: 100;
    font-style: normal;
    color:#725E54;
	text-align: center;
}
#rank_pc .list_price {
    color:#725E54;
    font-weight: 600;
    font-style: normal;
	float: right;
	margin: 0.8em 0 0 0;
	font-size: 1.1em;
}
#rank_sp{
	display: none;
}

/* ランキング*/
@media only screen and (max-width: 1200px) {
	#rank_pc{
        width: 80%;
    }
}
@media only screen and (max-width: 900px) {
	#rank_pc{
		display: none;
	}
	#rank_sp{
		display: block;
		width:80%;
		margin: 0 auto 12% auto;
	}
	#rank_sp .item_title{
		margin: 0 auto;
	}
}
@media only screen and (max-width: 600px) {
#rank_sp{
	width:90%;
}
}
#rank_sp div#item_inner{
	text-align: center;
}
#rank_sp .itemlist ul {
	list-style-type: none;
	padding-left: 0;
	flex-wrap: wrap;
}
#rank_sp .itemlist li {
	width:32%;
	margin:0 2% 0 0;
	float: left;
}
#rank_sp .itemlist li:nth-child(3n){
	width:32%;
	margin:0 0 0 0 !important;
	float: left;
}
#rank_sp .itemlist{
	display: block;
	justify-content: center;
}
#rank_sp .itemlist li img {
	width:100%;
	margin:0 0 3% 0;
}

#rank_sp .list_rank {
	font-size:1.1em;
	margin:1em auto 0 auto;
	padding:0.6em 0 0.4em 0;
	background-color: #E8DFD8;
    font-weight: 100;
    font-style: normal;
    color:#725E54;
	text-align: center;
}
#rank_sp .list_price {
    color:#725E54;
    font-weight: 600;
    font-style: normal;
	float: right;
	margin: 0.5em 0 0 0;
	font-size:1em;
}





@media only screen and (max-width: 1700px) {
	#mainimage {
		width: 70%;
		margin:0 auto;
	}

}
@media only screen and (max-width: 1200px) {
	#mainimage {
		width: 100%;
		margin:0 auto;
	}

}

/*商品リスト*/
div.item01 {
	text-align:center;
	position: relative;
	background-color: #E8DFD8;
}
div.item02 {
	text-align:center;
	position: relative;
	background-color: rgb(247 244 239);
	width: 100%;
}
.item01 {
	padding: 10% 0 8%;
}
.item02 {
	padding: 10% 0 8%;
}



.item_image {
	position: relative;
}

/* SOLDOUT*/
.soldout {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:10% 0;
  width:80%;
  background-color:rgba(255,255,255,0.7);
}
.so_title {
    font-size:3em;
	font-weight: bold;
	color:#d5364e;
	text-align: center;
	padding:0.2em 0 0.2em 0;	
}
.so_memo {
    font-size:1.3em;
	font-weight: bold;
	color:#705d54;
	text-align: center;
}
@media only screen and (max-width: 900px) {
.soldout{
	padding:10% 0;
}
.so_memo {
	font-size:1em;
font-weight: bold;
color:#705d54;
text-align: center;
}
.so_title {
    font-size:3em;
}
}
@media only screen and (max-width: 650px) {
.soldout{
	padding:10% 0;
}
.so_title {
    font-size:2.5em;
}
.so_memo {
    font-size:1em;
}
}
@media only screen and (max-width: 450px) {
.soldout{
	padding:10% 0;
}
.so_title {
    font-size:2.5em;
}
.so_memo {
    font-size:1em;
}
}
@media only screen and (max-width: 350px) {
.soldout{
	padding:10% 0;
}
.so_title {
    font-size:2em;
}
.so_memo {
    font-size:0.75em;
}
}

/* まとめ買いクーポン*/
.item_inner .item_right {
	width:100%;
	float:left;
	padding:0;
	text-align: center;
}
.item_inner{
	margin:0 auto;
}
@media only screen and (min-width: 1200px) {
.item_inner{
	width:1200px;
}
}
.item_image_pc img{
	width:100%;
}

.item_image_sp{
	display:none;
}

.size01 {
	margin: 0 0 0 0;
    padding: 0 0 1% 0;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
	letter-spacing:0.1em;
	font-family: "Mplus 1p";
	color:#603813;
}
.sub_size {
	margin: 1% 0 2% 0;
	color: #909090;
	font-size:1em;
	line-height:1.5em;
}

.bold {
	font-weight:bold;
	padding: 0 0 0 2%;
}

.gift {
	margin-top:2%;
	margin-bottom: 2%;
}
.item_list03 {
	width: 80%;
	margin: 0 auto 8%;
	background-color: #ffffff;
	box-shadow: 1px 1px 4px #bbbbbb;
	text-align: center;
}

.item_list03 ul.gift {
	margin-top:2%;
	margin-bottom: 2%;
	display: flex;
	justify-content: center;
    flex-direction: row;
}
.item_list03 .item_left{
	width:50%;
	float: left;
}
.item_list03 .item_right{
	width:50%;
	float: right;
}
.item_list03 .price{
	  font-size:1.3em;
	  letter-spacing:0.05em;
	  line-height:1.75em;
	  color:#775D54;
	  margin: 0 0 3%;
      font-style: normal;
	  position: relative;
      text-align: center;
}
.item_list03 .cart {
	width: 85%;
    margin: 8% auto 12%;
}
.item_list03 .buy_exp {
	width: 75%;
	padding: 3% 0;
	margin: 0 auto;
	background-color:#775D54;
	color:#FFF;
	font-size:1.1em;
	border-radius: 5px;
	text-align: center;
}
.item_list03 .package img {
	width: 100%;
}
.item_list03 .text{
	font-size:1.4em;
	line-height: normal;
	text-align: center;
	color:#775D54;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 4%;
}
.item_list01 {
	width: 80%;
	margin: 0 auto 8%;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 1px 1px 4px #bbbbbb;
}

.item_list01 ul.gift{
	margin-top:2%;
	margin-bottom: 2%;
	display: flex;
	justify-content: center;
    flex-direction: row;
}
.gift li{
	width: 45px;
	margin:0 1% 0 0;
}
.gift li:last-child{
	margin: 0;
}
.item_list02 .gift li{
	float: left;
	margin: 0 2% 1% 0;
}
.gift li img{
	width:100%;
}
.item_list01 .cart {
	width: 85%;
    margin: 8% auto 12%;
}

.item_list01 .item_left{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.item_list01 .item_left .package{
	width: 50%;
	margin-right: 3%;
}
.item_list01 .item_left .btn{
	width: 45%;
}
.item_list01 .text{
	font-size:1.2em;
	line-height: 1.8em;
	text-align: center;
	color:#775D54;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 1% 0 3% 0;
}
.item_list01 .price{
    font-size:1.3em;
    letter-spacing:0.05em;
    line-height:1.75em;
    color:#775D54;
    margin: 0 0 3%;
    font-style: normal;
    position: relative;
}
.item_list01 .buy_exp {
	width: 75%;
	padding: 3% 0;
	margin: 0 auto;
	background-color: #775D54;
	color:#FFF;
	font-size: 1.2em;
	border-radius: 5px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.grid{
	width:82%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(42%, 1fr));
	grid-column: 2;
}
.item_list02 {
	max-width: 95%;
	height: auto;
	background-color: #ffffff;
	box-shadow: 1px 1px 4px #bbbbbb;
  	text-align: center;
	margin: 0 auto 8%;
}
.item_list02 .cart {
	width: 85%;
	margin: 8% auto 12%;
}
.item_list02 .text{
	font-size:1.1em;
	line-height: 1.5em;
	text-align: left;
	color:#775D54;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 1% 0 4%;
}
.item_list02 .price{
	font-size:1.3em;
	letter-spacing:0.05em;
	line-height:1.75em;
	color:#775D54;
	margin: 0 0 3%;
	font-style: normal;
	position: relative;
	text-align: left;
}
.item_list02 .buy_exp {
	width: 85%;
	padding: 3% 0;
	margin: 2% auto;
	background-color:#775D54;
	color:#FFF;
	font-size: 1.1em;
	border-radius: 5px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.item_title{
	width:85%;
	margin: 0 auto 6%;
	text-align:center;
}

.item_list04 {
	width:80%;
	margin: 0 auto;
}
.item_list04 .itemlist{
	margin-top: 8%;
	display: flex;
}


.item_list04 ul {
	list-style-type: none;
	padding-left: 0;
	flex-wrap: wrap;
}
.item_list04 li {
	width:22.5%;
	margin: 0 1.25% 5%;
	
}
.item_list04 .list_image img{
	width:100%;
	margin-bottom: 5%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.item_list05 {
	width:80%;
	list-style-type: none;
	margin: 0 auto;
}
.item_list05 .item_left{
	width:48%;
	float: left;
	margin: 0 1% 5% 1%;
}

.item_list05 .itemlist{
	float:right;
}
.item_list05 .p_menu {
	width:100%;
	background-color: #898080;
	color: #fff;
	padding: 2.4% 0;
	margin: 0 0 3% 0;
	font-size: 1.4em;
}
.item_list05 p.item_image_pc{
	width: 48%;
	float: left;
	margin: 0 1%;
}
.item_list05 ul {
	width: 48%;
	list-style-type: none;
}
.item_list05 li {
	margin: 0 0 5% 0;
}
.item_list05 .itemlist01{
	float: none;
}
.item_list05 .itemlist01 ul {
	width: 100%;
	list-style-type: none;
}
.item_list05 .buy_exp {
	width: 90%;
	padding: 4% 0;
	color:white;
	letter-spacing:0.1em;
	border-radius: 5px;
    font-weight: bold;
	text-align: center;
	float: right;
	font-size: 1em;
	background-color: #a19999;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.item_list05 .buy_exp:hover {
	opacity: 0.7;
}


.item_list04 .list_price {
	color:#775D54;
	font-size: 1.1em;
	margin: 4% 0;
}
.list_bold {
	font-weight:bold;
	font-size: 1.1em;
	padding: 0 0 0 1%;
}
.name{
    width:100%;
    font-size:2em;
    padding:0 0 4% 0;
    letter-spacing:0.1em;
    color:#775D54;
    font-weight:bold;
    font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
}

/* まとめ買いクーポン*/
.item_name{
    display:block;
    font-size: 1.6em;
    line-height: 1.4em;
    padding: 2% 0;
    color:#725E54;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
	text-align: left;
}

@media only screen and (max-width: 1200px) {
  .item_list03 .text{
	  margin-bottom: 6%;
	  font-size: 1.2em;
  }
}
@media only screen and (max-width: 800px) {
	.list_bold {
		font-size: 1.2em;
	}
	.item_list04 li {
        width:47%;
        margin: 0 1.5% 5% 1.5%;
    }
}
@media only screen and (max-width: 700px) {
	.grid{
		width:94% !important;
	}
}
@media only screen and (max-width: 600px) {
	.grid{
        width:80%;
        margin: 0 auto;
        display: block;
    }
	.item_inner .item_list02 {
        width:90%;
    }
    .item_list05 .item_left{
        width: 100%;
        margin-bottom: 12%;
    }
	.item_list05 .p_menu {
		margin: 0 0 3% 0;
		font-size: 1.2em;
	}
	.item_list05 p.item_image_pc{
		width: 100%;
		float: none;
	}
	.item_list05 ul {
		width: 100%;
		margin-top: 8%;
	}
	.item_list05 .buy_exp {
		float: none;
		margin: 0 auto;
	}

	.item_list01 .item_left{
        display: flex;
        flex-direction: column;
    }
	.item_list01 .item_left .package{
        width: 100%;
        margin: 0;
    }
    .item_list01 .item_left .btn{
        width: 100%;
    }
	.item_list03 .item_left{
		width: 100%;
		margin-bottom: 5%;
	}
	.item_list03 .item_right{
		width:100%;
	}

}

.package img {
	width:100%;
}


#footer {
	width: 100%;
	bottom: 0;
	padding:50px 0 0 0;
	background-color: #66cccc;
	position:absolute;
}



/* ラインナップ*/

/* タブレット */
@media only screen and (max-width: 1200px) {
	#wrapper {
		background-image: none;
	}
	#container {
		margin:0 auto;
	}

}
/* タブレット小*/
@media only screen and (max-width: 1100px) {
	#slider {
		width: 100%;
		margin:0 auto;
	}
	.swiper-container {
		width: 100%;
		height: 100%;
		margin:0 0 0 0;
	}
}
/* タブレット小*/
@media only screen and (max-width: 1000px) {
    .name{
	  font-size:1.7em;
	  letter-spacing:0em;
	  line-height:1.5em;
    }
	.item_name{
		font-size: 1.4em;
	}

	.item_list02 .buy_exp {
		font-size: 1.1em;
	}
	.item_list01 .buy_exp {
		font-size: 1.25em;
	}
	.item_list03 .buy_exp {
		font-size: 1.1em;
	}
		.item_list04 .buy_exp {
		font-size: 1.25em;
	}
}
/* タブレット小*/
@media only screen and (max-width: 800px) {
	.gift {
		width:100%;
		font-size:1.1em;
	}
    .name{
		font-size: 1.5em;
	}
	.item_list01 .buy_exp {
		font-size: 1em;
	}
	.item_list02 .buy_exp {
		font-size: 1em;
	}

	.item_list03 .buy_exp {
		font-size: 1em;
	}
	.item_list04 .buy_exp {
		font-size: 1em;
	}
}
/* スマホ */
@media only screen and (max-width: 600px) {
	#wrapper {
	  background-image: none; 
	}
	#footer {
	  display:none;
	}
	.pc_img {
	  display:none;
	}
	.sp_img {
	  display:block;
	  width: 100%;
	  height: 150px;
	  background-color: antiquewhite;
	  margin:0 auto;
	  padding:0 0 0 0;
	}

    .name{
		font-size: 1em;
        line-height:1.2em;
	}
	.item_name{
		font-size: 1.8em;
	}
	.gift {
	width:100%;
	font-size:0.9em;
	}
}
@media only screen and (max-width: 400px) {
    .name{
		font-size: 0.8em;
        line-height:0.9em;
	}
	.item_name{
		font-size: 1.6em;
	}
	.gift {
	width:100%;
	font-size:0.7em;
	letter-spacing: -0.05em;
	}
	.gift li{
	font-weight: 100;
	}
	.gift li:last-child{
	font-weight: 100;
	}
}
/* スマホ小 */
@media only screen and (max-width: 350px) {
     .name{
		font-size: 0.8em;
         line-height:0.9em;
	}
	
	.gift {
	width:100%;
	letter-spacing: -0.05em;
	}

}

/* ピックアップ 
@media only screen and (min-width: 600px) {
  .pickup_sp{
      display: none !important;
  }
  .pickup_sp{
      display: block;
  }
}
@media only screen and (max-width: 600px) {
  .pickup_sp{
      display: block;
  }
  .pickup_pc{
      display: none;
  }
}
*/

/* サイドバナー */
a.coupon {
    background: #BD2820;
    color: #fff;
    font-size: 1em;
    display: block;
	width:120px;
    padding: 20px 0;
	text-align:center;
	line-height: 1.3em;
	border-bottom: none;
	position: relative;
    z-index: 10;
}
a.coupon:before {
    content: "";
    position: absolute;
    background: #BD2820;
    margin: 3px;
    border: 1px #fff solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}
#out_banner {
	width: 120px;
	position:fixed;
	top: 15%;
	right: 2%;
	z-index: 100;
}
#out_banner ul  {
	width:100%;
}
@media only screen and (max-width: 1400px) {
#out_banner {
	display: none;
}
}
	


/* ギフトサービス */
#gift_service {
	background-color: #FFF;
	margin: 12% auto;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝","Yu Mincho","HGS明朝E",serif;
	width:1080px;
}

h2.gift_title {
	width: 90%;
	text-align: center;
	margin: 0 auto 8%;
    color:#725E54;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}
h2.gift_title p.gift_title {
	font-size:3em;
	margin-bottom: 4%;
}
p.gift_title_sub{
	font-size: 1.4em;
	line-height: normal;
	letter-spacing: 0.1em;
	color:#4D4D4D;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
}
h3.gift_menu{
	background-color: #775D54;
	padding: 1% 0 1% 2%;
	color: #FFF;
	margin-bottom: 3%;
	font-size: 1.6em;
}

p.gift_menu_sub {
	font-size:1.4em;
	letter-spacing: 0.2em;
	line-height: normal;
	margin-bottom: 3%;
    color: #4D4D4D;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
}

.gift_list {
	width:90%;
	margin: 0 auto 8%;
}
.souryou{
    width:90%;
    margin: 0 auto 10% auto;
}
.card {
	width:90%;
	margin:0 auto;
}
ul.card{
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 4%;
 }
.card li{
	width:32%;
}
.card li:nth-child(3n-1){
	margin: 0 2%;
}
.card li p{
	text-align: center;
	margin-bottom: 5%;
	font-size: 1.4em;
}
.housou {
	width:90%;
	margin:0 auto;
}
.gift_check {
	width:90%;
	margin: 0 auto;
}
.gift_check p {
	font-size:2.5em;
	color:darkred;
	margin:0 0 2% 0;
    font-family: kozuka-gothic-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.gift_check_list li {
	font-size:1.5em;
	margin:0 0 2% 0;
	line-height: 1.5em;
    color: #4D4D4D;
    font-family: kozuka-gothic-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
}
@media only screen and (max-width: 1000px) {
	#gift_service {
		width:90%;
	}
}
@media only screen and (max-width: 800px) {

	.card li p{
		font-size: 1em;
		letter-spacing: -0.05em;
	}
	.gift_check p {
		font-size:2em;
		text-align: center;
	}
	.gift_check_list li{
		font-size: 1.1em;
	}
}
@media only screen and (max-width: 600px) {
	h2.gift_title {
		margin: 0 auto 10%;
	}
	h2.gift_title p.gift_title {
		font-size: 2.6em;
		margin-bottom: 8%;
	}
	p.gift_title_sub{
		font-size: 1.2em;
		text-align: left;
	}
	h3.gift_menu{
		font-size: 1.2em;
		padding: 1.4% 0 1.4% 2%;
	}
	p.gift_menu_sub {
		font-size: 1.2em;
	}
	.card {
		width:100%;
	}
	ul.card{
		margin-top: 4%;
	 }
	.card li {
		width: 48%;
		margin: 0 2% 4% 0;
	}
	.card li:nth-child(3n-1) {
		margin: 0 2% 4% 0;
	}
	.card li:nth-child(2n){
		margin: 0 0 4% 2%;
	}
	.card li p{
		font-size: 1em;
	}
	.housou {
		width:100%;
	}
	.noshi {
		width:100%;
	}
	.gift_check p {
		font-size:1.5em;
		text-align: center;
	}
	.gift_check_list li{
		font-size: 0.9em;
	}
}
@media only screen and (max-width: 450px) {
	h2.gift_title p.gift_title{
		font-size:2em;
	}
	p.gift_title_sub{
		font-size: 1em;
	}
	p.gift_menu_sub {
		font-size: 1em;
	}

	.gift_check p {
		font-size:1.2em;
		text-align: center;
	}
	.gift_check_list li{
		font-size: 0.8em;
		letter-spacing: -0.05em;
	}
}
/* 下部クーポン */
@media only screen and (max-width: 600px) {
#foot_coupon {
	  position: fixed;
	  bottom: 0;
	  z-index: 100;
	  color:#FFF;
	  background-color: #BD2820;
	  font-size: 1.1em!important;
	  font-weight:bold;
	  display: block;
	  width:100%;
	  padding:2% 0!important;
	  text-align:center;
	  line-height: 1.3em;
	  border-bottom: none;
  }
}
@media only screen and (max-width: 1200px) {
#foot_coupon {
	  position: fixed;
	  bottom: 0;
	  z-index: 100;
	  color:#FFF;
	  background-color: #BD2820;
	  font-size: 1.5em;
	  font-weight:bold;
	  display: block;
	  width:100%;
	  padding:1% 0;
	  text-align:center;
	  line-height: 1.3em;
	  border-bottom: none;
  }
}

/* 楽天クーポン */
#rakuten_coupon {
	margin: 0 auto;
	width:90%;
	text-align: center;
	margin-bottom: 10%;
}
.coupon_list {
	margin: 0 auto;
	text-align: center;
	width: 90%;
}
.coupon_list li {
	float:left;
	width:33%;
}
@media only screen and (max-width: 1200px) {
	#rakuten_coupon {
		margin: 0 auto;
		width:90%;
		text-align: center;
		margin-bottom: 10%;
	}
	.coupon_list {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
}
@media only screen and (max-width: 800px) {
	#rakuten_coupon {
		margin: 0 auto;
		width:100%;
		text-align: center;
		margin-bottom: 10%;
	}
}





/**************************************

左フローティング

**************************************/


.wrap_flo_2018 {
    width: 170px;
    position: fixed;
    top: 4px;
    left: 4px;
    background-color: #fbf8f8;
    padding: 14px 8px 10px 8px;;
    box-shadow: 2px 2px 5px #666;
}
.wrap_flo_2018 img {
    width: 100%;
}
.wrap_flo_2018 ul.menu {
}
.wrap_flo_2018 ul.menu > li  {
    margin: 0 0 0 0;
}
.wrap_flo_2018 ul.menu li dl dt{
    line-height: 1em;
    margin: 10% 0 5% 0;
	padding:3% 0 2% 0;
    text-align: center;
    color: #6E96B7;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2em;
    border-bottom: solid 3px #6E96B7;
    border-top: solid 3px #6E96B7;
}

.wrap_flo_2018 ul.menu li dl dd {
    margin: 0 0 1% 0;
	padding:0 0 2% 0;
}
.wrap_flo_2018 ul.menu li dl dd:last-child {
    margin: 0;
	padding:0 0 4% 0;
}
.wrap_flo_2018 ul.menu li dl dd.get {
    width: 100%;
    background-color: #6E96B7;
    margin: 2% 0 0 0;
}
.wrap_flo_2018 ul.menu li dl dd a {
    color: #fff;
    text-decoration: none;
    line-height: 2em;
    display: block;
}
.wrap_flo_2018 ul.menu li dl dd.get:hover {
    opacity: 0.6;
}
.wrap_flo_2018 ul.menu li h2 {
    line-height: 1em;
    margin: 8% 0 2% 0;
    text-align: center;
    color: #6E96B7;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.wrap_flo_2018 ul.menu li h2:before, 
.wrap_flo_2018 ul.menu li h2:after {
    background-color: #6E96B7;
    content: "";
    display: block;
    height: 2px;
}
.wrap_flo_2018 ul.menu li h2:before {
    margin: 0 0 7px 0;
}
.wrap_flo_2018 ul.menu li h2:after {
    margin: 6px 0 0 0;
}
.wrap_flo_2018 ul.menu li ul.coupon li {
    margin: 0 0 2% 0;
}
.wrap_flo_2018 ul.menu li ul.recommend_item li {
    border-bottom: solid 1px #999;
    padding: 5%;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 4% 0;
}
.wrap_flo_2018 ul.menu li ul.recommend_item li:last-child {
	border-bottom: none;
	margin: 0 0 0 0;
}

.wrap_flo_2018 ul.menu li ul.recommend_item li p {
    width: 100%;
    text-align: center;
    font-size: 12px;

}

.wrap_flo_2018 ul.menu li ul.recommend_item li p.name {
    line-height: 1.8em;
}

.wrap_flo_2018 ul.menu li p.riyou {
    width: 100%;
    background-color: #f04747;
    margin: 2% 0 0 0;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}
.wrap_flo_2018 ul.menu li p.riyou a {
    text-decoration: none;
    color: white;
    line-height: 4em;
    display: block;
}
.wrap_flo_2018 ul.menu li p.riyou:hover {
    opacity: 0.6;
}


/*　画面幅1400px以下）*/
@media only screen and (max-width: 1400px) {
    .wrap_flo_2018 {
        display: none;
    }
}


/*************************

フローティング

*************************/

#floatingbox {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    position: static;
	width: 70%;
	top: 16px;
	right: 16px;
	border: 1px solid #777;
	box-shadow: none;
	padding: 0 0 1em 0;
	background-color: #fff;
	margin: 0 auto 5% auto;
	text-align: 
}
#floatingbox h1 {
    background-color: #725E54;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 2em;
}
#floatingbox > p, #floatingbox > ul {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
}
#floatingbox > p {
    font-size: 12px;
    line-height: 1.3em;
    padding: 1em 0 0 0;
}
#floatingbox ul {
    border-top: 1px dotted #777;
    margin: 0.5em auto 0 auto;
    padding: 0.5em 0 0 0;
}
#floatingbox ul li h2 {
    font-size: 13px;
    font-weight: bold;
    color: #725E54;
    margin: 0.5em 0 0 0;
    letter-spacing: -0.1em;
    line-height: 1.4em;
}
#floatingbox ul li p {
    margin: 0;
}
#floatingbox ul li h2.mail:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 100%;
    margin: 0 5px 0 0;
}
#floatingbox ul li p.phone {
    font-size: 19px;
    color: brown;
    font-weight: bold;
    line-height: 1.4em;
}
#floatingbox ul li p.phone:before {
    content: "\f2a0";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 100%;
    margin: 0 5px 0 0;
    color: brown;
}

#floatingbox ol {
    border-top: 1px dotted #777;
    padding: 0.5em 0 0 0;
    margin: 0.5em auto 0 auto;
    width: 90%;
}
#floatingbox ol li {
    font-size: 13px;
    line-height: 1.4em;
}
#floatingbox ol li:before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 100%;
    margin: 0 5px 0 0;
    color: brown;
}
#floatingbox ol li a { 
    color: #725E54;
}

/*　画面幅1280px以下）*/
@media only screen and (max-width: 1280px) {
    #floatingbox {
        position: static;
        width: 96%;
        top: 16px;
        right: 16px;
        border: 1px solid #777;
        box-shadow: none;
        padding: 0 0 1em 0;
        background-color: #fff;
        margin: 0 auto 5% auto;
    }
}
/*　画面幅1040px以下）*/
@media only screen and (max-width: 699px) {
    #floatingbox {
        width: 98%;
    }
}
/*************************

スマホ用フローティング

*************************/
.floatbanner {
    display: none;
}
@media only screen and (max-width: 1040px) {
    .floatbanner {
        display: block;
        position: fixed;
        top: 10%;
        right: 2%;
        width: 80px;
        z-index: 99999999;
    }
    .floatbanner li {
        margin: 0 0 5% 0;
    }
    .floatbanner img {
        width: 100%;
        box-shadow: 2px 2px 5px #666;
    }
}







