@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
	min-width:1170px;
}
a:focus,
a:visited,
a {
  color: #464e54;
  text-decoration:none;
}
a:hover {
  color: #5e5e5e;
}
.hover{background:inherit; transition:filter 0.3s, opacity 0.3s;}
.hover:hover, .hover:active{filter:alpha(opacity=60); opacity:0.60;}

.center{text-align:center;}
.right{text-align:right;}


/*~clears~*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{display:inline-table; zoom:1;}
.clear{clear:both;}

@media screen and (max-width:740px){
	.sp_box{display: block;}
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0 !important;}
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_40 { margin-top: 40px; }
.mar_r_40 { margin-right: 40px; }
.mar_b_40 { margin-bottom: 40px; }
.mar_l_40 { margin-left: 40px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }
.mar_t_80 { margin-top: 80px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }
.pad_t_50 { padding-top: 50px; }
.pad_r_50 { padding-right: 50px; }
.pad_b_50 { padding-bottom: 50px; }
.pad_l_50 { padding-left: 50px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}

/*  */
.button{
	color:#FFF !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	text-decoration:none !important;
	font-weight:bold;
	display:flex;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	justify-content: center;
	height: 50px;
	max-width: 300px;
	border-radius:3px;
	line-height:1;
	cursor:pointer;
	border:none;
	outline: none; /*input click時のborderを消す*/
	background:linear-gradient(to bottom,
		#ff9191  0%,
		#e83537 100%);
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}


.pagebox{
	margin-right:auto;
	margin-left:auto;
	max-width:1100px;
}


.formbtn{
	text-align: center;
}
.formbtn a{
	display: inline-block;
	font-weight: bold;
	border-radius: 5px;
	border:1px solid #ddd;
	padding: 20px 30px;
	font-size:20px;
	line-height: 1;
	color: #f00;
	transition:
		background 0.3s,
		color 0.3s;
}
.formbtn a:hover{
	background: #ff7859;
    color: #fff;
	text-decoration: none;
}
.formbtn i{
	margin-right:10px;
}


/*~~*/
.ofimg{
	text-align: center;
	position: relative;
}
a.ofimg{
	display: block;
}
.ofimg:before{
	content: "";
	display: block;
	width: 100%;
	padding-bottom:75%;
}
.ofimg img{
	position: absolute;
	left:0;
	top:0;
	object-fit:contain;
	width: 100%;
	height: 100%;
}
.cover.ofimg img{
	object-fit:cover;
}
.object-fit-img{
	font-family: 'object-fit: contain;'
}
.cover .object-fit-img{
	font-family: 'object-fit: cover;'
}



/*~box~*/
.imageblock{
	display: flex;
}
.imageblock .img{
	width: 390px;
}
.imageblock .txt{
	flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    box-sizing: border-box;
	padding-left:20px;
}


/*~title~*/
.ts1{
	font-family: 'Noto Serif JP';
	font-weight: bold;
	font-size:32px;
	line-height: 1.1;
	text-align: center;
	margin-bottom:35px;
	margin-top:0;
	color: #67502E;
}
.ts1 span{
	font-size: 14px;
	line-height: 1;
	color: #fe0000;
	text-align: center;
	display: block;
	margin-top:13px;
}


/*~~*/
.ts2{
	font-size: 24px;
    line-height: 1.1;
	color: #80786c;
}


/*~~*/
.ts3{
	margin-bottom:15px;
	background: #f1eade;
	padding:14px 15px 12px 15px;
	line-height: 1;
	font-size:17px;
	border-bottom:1px solid #dcd4c7;
}



/*~header~*/
#header .main{
	width: 100%;
	min-width: 1100px;
	z-index:2;
	background: rgba(255,255,255,0.96);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	transition: padding-bottom 0.3s;
}
#header .read .pagebox,
#header .main .pagebox{
	display: flex;
}
/*~~*/
#header .read .txt{
	flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    box-sizing: border-box;
	padding:6px 200px;
	display: flex;
	align-items: center;
}
#header .read .txt p{
	margin-bottom:0;
	font-size:12px;
	line-height: 1.1;
}
#header .read .txt p b{
	color: #f00;
}
#header .hukuro_button{
    padding-top: 6px;
    padding-bottom: 6px;
	margin-right:6px;
}
#header .hukuro_button a{
	display: flex;
	align-items: center;
	height: 37px;
	width: 200px;
	justify-content: center;
	font-size: 12px;
	color: #b20b00;
	background: #ffedeb;
	font-weight: bold;
	transition: background 0.3s;
}
#header .hukuro_button a:hover{background: #fff2be;}
#header .hukuro_button i{margin-right:5px; font-size:18px; line-height:1;}
#header .read .search{
	width:160px;
	display: flex;
	align-items: center;
	padding-top:6px;
	padding-bottom:6px;
}
#header .read .search .block{
	display: flex;
	align-items: center;
	background: #eee;
	padding: 6px;
	width: 100%;
}
#header .read .search .block p{
	margin:0;
	padding-right:10px;
}
#header .read .search form{
	margin-bottom:0;
	display: flex;
	width: 100%;
}
#header .read .search input[name="keyword"]{
	flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    box-sizing: border-box;
	border: 1px solid #ccc;
	height: 25px;
	width: 100%;
	border-radius:2px 0 0 2px;
	border-right:none;
}
#header .read .search button{
	width:32px;
}
#header .read .search .icon-lg-b.icon-search{
	background-position: -315px -26px;
}
#header .read .search .icon-lg-b,
#header .read .search .icon-lg-w{
	width: 21px;
	height: 21px;
}

/*~~*/
#header .main .pagebox{
	justify-content: space-between;
}
#header .main .logo{
	width: 180px;
	transition: margin-bottom 0.3s;
	position: fixed;
	top:0;
	z-index:9;
	margin: 0;
}

/*~~*/
#header #gnav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    box-sizing: border-box;
	padding-left:200px;
	margin-bottom:0;
}
#header #gnav li{
  position:relative;
	width: 16.6%;
}
#header #gnav .box{
	display: block;
	font-family: 'Noto Serif JP';
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 10px 5px 15px;
	transition: padding 0.3s;
	margin:0;
	cursor: pointer;
	border-radius: 3px;
	transition:
		color 0.3s,
		background 0.3s;
}
#header #gnav .box:hover{
	text-decoration: none;
	background: #fde9e3;
	color:#b30f01;
}
#header #gnav span{
	display: block;
	margin-top:5px;
}

/*~~*/
#header .spnav{display: none;}
.spnav p.cartbtn{
	margin-bottom:0;
	margin-right:10px;
	position: relative;
}
.spnav .cartbtn a{
	display: block;
	border:1px solid #ccc;
	border-radius: 5px;
	padding:5px 0 4px;
	width: 50px;
	text-align: center;
}
.spnav p.cartbtn.shopbtn a{padding-top:6px;}
.spnav .cartbtn img{width:38px;}
.spnav .cartbtn p{margin-bottom:0;}
.spnav .cartbtn span{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 1;
	margin-top:5px;
}
.spnav .cartbtn .incart_total_count{
	left: 38px;
    top: -5px;
	position: absolute;
}



#header.fit .main{
	padding-bottom:0;
}
#header.fit #gnav .box{padding-top:18px; padding-bottom:18px;}

/*~dropdown~*/
#header #dropdown .pagebox{
	overflow-x: hidden;
}
#header #dropdown > .cell{
	overflow: hidden;
	width: 100%;
	height: 0;
	position: absolute;
	z-index:2;
	transition:
		height 0.5s cubic-bezier(.33,.28,.13,1.06);
}
#header #dropdown > .cell.open{
	z-index:5;
}
#header #dropdown .box{
	background: rgba(255, 255, 255, 0.95);
	padding:10px 0 30px;
}
#header #dropdown .navblock{
	display: flex;
}
#header #dropdown .navblock dl{
	width:30%;
	margin-right:5%;
	margin-top:0;
	margin-bottom:0;
}
#header #dropdown .navblock dl:nth-child(3n){
	margin-right:0;
}
#header #dropdown .navblock dd{
	margin-left:0;
}
.ddownnav .navblock .dr_tit{
	margin-bottom:0;
}



#header .main .ddownnav .pagebox{
	display: block;
}
.ddownnav p.txt{
	margin-bottom:0;
}
.ddownnav .dr_tit{
	font-family: 'Noto Serif JP';
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
	margin-bottom:15px;
    color: #6F5A3A;
    font-size: 16px;
    line-height: 1;
}
.ddownnav .gnavlink a{
	padding-top:6px;
	padding-bottom:6px;
	transition:
		color 0.3s,
		background 0.3s;
}
.ddownnav .gnavlink a:hover{
	text-decoration: none;
	background: #fde9e3;
	color:#b30f01;
}
.ddownnav .imagelink{
	display: flex;
}
.ddownnav .imagelink li{
	width:22%;
	margin-right:4%;
	margin-bottom:15px;
	flex-wrap: wrap;
	text-align: center;
}
.ddownnav .imagelink li:nth-child(4n){
	margin-right:0;
}



/*~contents~*/
#contents > * + *{
	margin-top:100px;
}
.section + .section{
	margin-top:70px;
}


#pagewrapper{
	padding-top:30px;
	padding-bottom:90px;
}



/*~footer~*/
#footer .linkbox{
	margin-bottom:40px;
	background-image:-moz-linear-gradient(-45deg,
		rgba(178,148,102,1) 49%,
		rgba(165,129,75,1) 50%,
		rgba(178,148,102,1) 51%);
	background-image:-webkit-linear-gradient(-45deg,
		rgba(178,148,102,1) 49%,
		rgba(165,129,75,1) 50%,
		rgba(178,148,102,1) 51%);
	background-image:-o-linear-gradient(-45deg,
		rgba(178,148,102,1) 49%,
		rgba(165,129,75,1) 50%,
		rgba(178,148,102,1) 51%);
	background-image:-ms-linear-gradient(-45deg,
		rgba(178,148,102,1) 49%,
		rgba(165,129,75,1) 50%,
		rgba(178,148,102,1) 51%);
	background-image:linear-gradient(135deg,
		rgba(178,148,102,1) 49%,
		rgba(165,129,75,1) 50%,
		rgba(178,148,102,1) 51%);
	background-size:25px 25px;
	padding:40px 0;
}
#footer .linkbox .pagebox{
	display: flex;
}
#footer .linkbox .dllist{
	flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    box-sizing: border-box;
	padding-right:50px;
	margin:0;
}
#footer .linkbox .dllist dt{
	font-weight: bold;
	border-bottom:1px solid rgba(255,255,255,0.3);
	font-size:16px;
	line-height: 1;
	padding-bottom:10px;
	color: #fff;
}
#footer .linkbox .dllist dd + dt{
	margin-top:35px;
}
#footer .linkbox .dllist ul{
	display: flex;
	flex-wrap: wrap;
}
#footer .linkbox .dllist li{
	margin:20px 20px 0 0;
}
#footer .linkbox .dllist li a{
	align-items: center;
	color: #fff;
	transition: color 0.3s;
}
#footer .linkbox .dllist li a:before{
	content: "\f054";
	font-family: "Font Awesome 5 free";
	font-weight: 600;
	display: inline-block;
	line-height: 1;
	width: 1em;
}
#footer .linkbox .dllist li a:hover{
	color:#ffe000;
}
#footer .linkbox .dllist li p{
	padding-left:2px;
	margin:0;
	display: inline-block;
}

#footer .linkbox .ullist{
	width: 180px;
}
#footer .linkbox .ullist a{
	display: flex;
	align-items: center;
	border:1px solid rgba(255,255,255,0.5);
	background: rgba(180,180,180,0.1);
	height: 50px;
	color: #fff;
	padding-right:6px;
	transition: background 0.3s;
}
#footer .linkbox .ullist li + li{
	margin-top:14px;
}
#footer .linkbox .ullist li a:after{
	content: "\f054";
	font-family: "Font Awesome 5 free";
	font-weight: 600;
	display: block;
	line-height: 1;
	width: 1em;
}
#footer .linkbox .ullist li p{
	flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    box-sizing: border-box;
	padding-right:8px;
	margin:0;
	text-align: center;
}
#footer .linkbox .ullist a:hover{
	text-decoration: none;
	background: rgba(255, 90, 76, 0.8);
}

/**/
#footer .nav,
#footer .nav .txt,
#footer .nav .icon{
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .nav{
	background: #F9F4EA;
	padding:30px 20px;
	margin-top:40px;
}
#footer .nav .txt li{
	border-left:1px solid #977644;
}
#footer .nav .txt li:first-child{
	border-left:none;
}
#footer .nav .txt li a{
	font-size:14px;
	line-height: 1.1;
	display: block;
	padding:5px 20px;
	color: #66502D;
}

#footer .nav .icon li + li{
	margin-left:7px;
}
#footer .nav .icon a{
	opacity: 0.3;
}


#copyright{
	background: #fe0000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size:12px;
	line-height: 1;
	padding:25px 10px;
	margin:0;
}


@media screen and (max-width:1150px){	
	body{
		min-width:1024px;
		width: 100%;
	}
	#header .main{
		min-width:1024px;
	}
}
@media screen and (max-width:740px){
	body{min-width:300px;}
	
	
	.imageblock{
		display: block;
	}
	.imageblock .img{
		width: 100%;
		text-align: center;
		margin-bottom:15px;
	}
	.imageblock .txt{
		padding-left:0;
	}
	
	
	
	#contents > * + *{
		margin-top:50px;
	}
	
	#header .main{
		min-width:300px;
	}
	.pagebox{
		padding-right:15px;
		padding-left:15px;
	}
	
	#header .read{
		height:1px;
		overflow: hidden;
		margin-top:-2px;
	}
	#header #gnav{
		display: none;
	}
	
	#header .main .pagebox{
		align-items: center;
		padding-bottom:0;
		padding-right:8px;
		padding-left:8px;
	}
	#header .main .logo{
		margin-bottom:0;
		width: 110px;
		position: relative;
	}
	
	#header .spnav{
		display: flex;
		justify-content: flex-end;
	}
	
	#header .drawer-button{
		margin-bottom:0;
		text-align: center;
		border: 1px solid #ccc;
    	border-radius: 5px;
    	padding: 6px 0 4px;
		width:50px;
	}
	#header .spnav p.shopbtn i,
	#header .drawer-button i{
		font-size:30px;
		line-height: 1;
	}
	#header .drawer-button span{
		display: block;
		font-weight: bold;
		font-size:11px;
		line-height: 1;
		margin-top:5px;
	}
	
	
	
	#footer .linkbox .pagebox{
		display: block;
	}
	#footer .linkbox .dllist{
		padding-right:0;
		margin-bottom:40px;
	}
	#footer .linkbox .ullist{
		width: 100%;
		margin-bottom:0;
		display: flex;
	}
	#footer .linkbox .ullist li{
		width: 32%;
		margin-left:2%;
		margin-top:15px;
	}
	#footer .linkbox .ullist li:nth-child(3n + 1){
		margin-left:0;
	}
	
	
	
	#footer .nav,
	#footer .nav .txt{
		display: block;
	}
	#footer .nav .txt li{
		padding-left:0;
		border-left:none;
	}
	#footer .nav .txt li a{
		padding:7px 0;
	}
	#footer .nav .txt{
		margin-bottom:30px;
	}
}
@media screen and (max-width:540px){
	#footer .linkbox .ullist{
		display: block;
	}
	#footer .linkbox .ullist li{
		width: 100%;
		margin-left:0;
	}
}




/*~drawer~*/
#drawer{
	display: none;
}
#drawer .box + .box{
	margin-top:50px;
}
#drawer .imagelink li{
	text-align: center;
}
#drawer .imagelink li + li{
	margin-top:8px;
}
#drawer .search form{
	display: flex;
}
#drawer .search input[name="keyword"]{
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 28px;
    border-radius: 2px 0 0 2px;
    border-right: none;
}
#drawer .search button {
    width: 36px;
}
#drawer p.txt{
	margin-bottom:0;
}
#drawer .drawer-button{
	text-align: center;
	border-bottom:1px solid #ddd;
	padding:15px;
	font-size:20px;
	line-height: 1;
	margin-bottom:20px;
}
#drawer .drawer-button i{
	margin-right:10px;
}
#drawer .dr_tit{
	font-family: 'Noto Serif JP';
	text-align: center;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	color: #6F5A3A;
	font-size:16px;
	line-height: 1;
}
#drawer .txtnav{
	border:1px solid #ddd;
	border-radius: 8px;
	padding: 5px 15px;
}
#drawer .txtnav li + li{
	border-top:1px dashed #ccc;
}
#drawer .txtnav a{
	display: block;
	padding: 10px;
}
.drawer_btnbox{
	display: flex;
	justify-content: center;
}
.drawer_btnbox .btnstyle{
	width: 33.3%;
	box-sizing: border-box;
	padding-right:5px;
	padding-right: 5px;
}
.drawer_btnbox i{
	font-size: 38px;
	line-height: 1;
}
.drawer_btnbox span{
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top:10px;
	line-height: 1;
}
.drawer_btnbox .linkbtn{
	border-radius: 3px;
	border:1px solid #ccc;
	padding: 5px;;
	display: flex;
	flex-direction: column;
	align-items: center;
}


@media screen and (max-width:740px){
	/* メインコンテンツ部分 */
	#wrapper {
		position: relative;
		-webkit-transition: all .2s;
	            transition: all .2s;
	}
	.drawer-open #wrapper{
		-webkit-transform: translate3d(-300px, 0, 0);
	            transform: translate3d(-300px, 0, 0);
		overflow: hidden;
		font-size:15px;
	}
	/* ドロワーメニュー部分 */
	#drawer {
		display: block;
	    position: fixed;
	    top: 0;
    	right: -300px;
	    width: 300px;
    	height: 100%;
	    overflow-x: hidden;
    	-webkit-overflow-scrolling: touch;
	    -webkit-transition: all .2s;
    	        transition: all .2s;
		background-color: #fff;
		box-sizing: border-box;
		padding-right:10px;
		padding-left:10px;
	}
	.drawer-open #drawer{
    	-webkit-transform: translate3d(-300px, 0, 0);
	            transform: translate3d(-300px, 0, 0);
		padding-bottom:20px;
	}
	/* ドロワーが開いたとき、コンテンツ部分にかけるオーバーレイ */
	#overlay {
    	position: absolute;
	    top: 0;
		bottom:0;
		width: 0;
	    z-index: 9999;
    	background: rgba(0, 0, 0, .3);
	}
	.drawer-open #overlay {width: 100%;}
	.drawer-open .pagebox{max-width: 100%;}
	
	
	.ts1{
		font-size:26px;
	}
}


/*~~*/
.gnavlink a{
	display:flex;
	align-items: center;
	border-bottom:1px dashed #ccc;
	padding-top:10px;
	padding-bottom:10px;
}
.gnavlink .img{
	width:40px;
}
.gnavlink .img + .txt{
	padding-left:10px;
}
.gnavlink .txt{
	flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    box-sizing: border-box;
	padding-right:10px;
	padding-left:7px;
}
.gnavlink a:after{
	content: "\f105";
    font-family: "Font Awesome 5 free";
    color:#CECEC2;
    font-weight: 600;
    width: 1em;
    font-size: 30px;
    line-height: 1;
    text-align: center;
}



/*~sortbox~*/
.sortbox{
	display: flex;
	justify-content: center;
	margin-top:30px;
	margin-bottom:30px;
}
.sortbox .box{
	width:120px;
	margin:0 10px;
}
.sortbox .box a,
.sortbox .box span{
	display: block;
	text-align: center;
	border:1px solid #ddd;
	font-weight: bold;
	font-size:13px;
	line-height: 1;
	border-radius: 20px;
	padding:9px 0 8px;
}
.sortbox .box a{
	transition:
		background 0.3s,
		color 0.3s;
}
.sortbox .box a:hover{
	background: #fff5c5;
	color:#fe1400;
	text-decoration: none;
}
.sortbox .box span{
	background: #ed784a;
	color: #fff;
}
@media screen and (max-width:540px){
	.sortbox .box{
		margin-right:2px;
		margin-left:2px;
	}
	.sortbox .box a,
	.sortbox .box span{
		font-size:12px;
	}
}


/*~table~*/
table.style{
	width: 100%;
  background-color:#fff;
	box-sizing: border-box;
	border-top:1px solid #d2cec8;
	border-right:1px solid #d2cec8;
}
table.style th, table.style td{
	vertical-align:middle;
	padding:12px 10px;
	border-bottom:1px solid #d2cec8;
	border-left:1px solid #d2cec8;
}
table.style th{
	background:#f9f7f2;
	font-weight:bold;
	background-clip: padding-box;
	text-align: left;
}
table.style td input,
table.style td textarea,
table.style td select{
	border:1px solid #CCC;
	padding:3px;
	border-radius:3px;
}

table.style td label input {
	display: inline-block;
	width: auto !important;
	margin-right:10px;
}
table.style label{
	display:inline-block;
	padding:6px 13px;
	border:1px solid #ddd;
	border-radius:8px;
	font-weight: bold;
	cursor: pointer;
	background: #fafafa;
	transition: background 0.4s;
	line-height: 1em;
	margin-bottom: 5px;
}
table.style label:hover {
	box-shadow: 0px 0px 4px #013db5;
}
table.style label.checked {
	color: #1053C3;
	border-color: #75B9F0;
	background: linear-gradient(to bottom,#fff,#BFE2FF);
}

@media screen and (max-width:740px){
	table.style.mov, table.style.mov tbody, table.style.mov tr, table.style.mov th, table.style.mov td{
		display:block;
		width:100%;
		box-sizing:border-box;
	}
	table.style.mov{border:none;}
	table.style.mov tr{
		margin-top:10px;
		border-top:1px solid #d2cec8;
		border-right:1px solid #d2cec8;
	}
	table.style th, table.style td{
		padding:9px 10px;
	}
}


/*~itemlist~*/
.itemlist{
	display:flex;
	flex-wrap:wrap;
  justify-content: space-between;
}
.itemlist::after,
.itemlist::before{
  content:"";
  order:99;
  width: 23%;
}
.itemlist li{
    margin-bottom: 30px;
    width: 23%;

}
.itemlist li:nth-child(3n){
	margin-right:0;
}
.itemlist a {
  display:block;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 7px;
    transition: border-color .3s;
    box-shadow: 0px 2px 8px -5px #000;
}
.itemlist a:hover {
    border-color: #ff9b9b;
    text-decoration: none;
}
.itemlist .img{
	margin-bottom:10px;
}
.itemlist .name{
	font-size:19px;
	line-height:1.2;
  padding: 0 .5em;
}
.itemlist .price{
	color: #c00;
	font-size:19px;
	line-height:1.2;
  padding: 0 .5em .5em;
}
.itemlist .cartjs_product_img,
.itemlist .cartjs_product_explain,
.itemlist .cartjs_cart_in,
.itemlist table{width:100% !important;}
/*.historylist .itemlist li{ width: 16%;}*/
.historylist .itemlist li:nth-child(3n){}
.historylist .itemlist li:nth-child(5n){}
.historylist .itemlist .name,
.historylist .itemlist .price{font-size:15px;}
@media screen and (max-width:740px){
	.itemlist .name,
	.itemlist .price{
		font-size:17px;
	}

	.historylist .itemlist li{width:21.25%;}
	.historylist .itemlist li:nth-child(5n){margin-right:5%;}
	.historylist .itemlist li:nth-child(4n){margin-right:0;}
	.historylist .itemlist li:nth-child(9),
	.historylist .itemlist li:nth-child(10){display: none;}
}
@media screen and (max-width:620px){
	.itemlist li,
	.historylist .itemlist li{
		width: 47%;
	}
	.itemlist li:nth-child(3n),
	.historylist .itemlist li,
	.historylist .itemlist li:nth-child(3n),
	.historylist .itemlist li:nth-child(4n),
	.historylist .itemlist li:nth-child(5n){
		/*margin-right:6%;*/
	}
	.itemlist li:nth-child(2n),
	.historylist .itemlist li:nth-child(2n){
		/*margin-right:0;*/
	}
	.itemlist .name,
	.itemlist .price{
		font-size:15px;
	}
}

ul.itemlist2.unstyled{
	display: flex;
	flex-wrap: wrap;
	margin-right:-15px;
	margin-left:-15px;
	margin-top:-40px;
}
.itemlist2 > li{
	box-sizing: border-box;
	width: 33.33%;
	padding-right:15px;
	padding-left:15px;
	margin-top:40px;
}
.itemlist2.child4 > li{width:25%;}
.itemlist2 .name{
	font-weight: bold;
	margin-top:15px;
	margin-bottom:0;
	font-size: 18px;
	line-height: 1;
}
.itemlist2 .dtl{
	border-bottom:1px solid #ccc;
	margin-top:10px;
}
.itemlist2 .dtl li{
	display: flex;
	justify-content: space-between;
	border-top:1px solid #ccc;
	padding:10px 0;
}
.itemlist2 .dtl p{margin:0;}
.itemlist_yen{
    margin-top:.7em;
    font-size: 18px;
    line-height: 1.2;
}
.itemlist_cartbutton .cartjs_box{
    padding:0;
}
.itemlist_cartbutton{
    display: flex;
}
.itemlist_cartbutton .cartjs_box{padding-top:0 !important;}
.itemlist_cartbutton .cartjs_product_table table{margin-bottom:0 !important;}
.itemlist_cartbutton .cartjs_cart_in input{
    margin-bottom:0 !important;
    background: #FC5C65 !important;
    padding:17px 25px;
    line-height: 1;
    width: 100% !important;
    height: auto !important;
    transition: background 0.3s;
}
.itemlist_cartbutton .cartjs_cart_in input:hover{
	background: #fca65c !important;
}
@media screen and (max-width:740px){
	ul.itemlist2.unstyled{
		margin-right: auto;
		margin-left:auto;
		max-width: 450px;
	}
	.itemlist2 > li,
    .itemlist2.child4 > li{
		width: 100%;
		padding-right:0;
		padding-left:0;
	}
}


.month_cake{
	counter-reset: number 0;
	display: flex;
	flex-wrap: wrap;
	margin-top:-40px;
}
.month_cake li{
	width: 23.5%;
	margin-right:2%;
	position: relative;
	margin-top:50px;
}
.month_cake li:nth-child(4n){
	margin-right:0;
}
.month_cake li:before{
	counter-increment: number 1;
	content: counter(number)"月";
	background: #ff939a;
	border-radius: 30px;
	color: #fff;
    font-weight: bold;
	display: block;
    width: 3em;
    text-align: center;
    line-height: 3em;
	font-size:16px;
	position: absolute;
	left:0;
	top:-10px;
}
.month_cake .tit{
	margin-top:10px;
	margin-bottom:10px;
	color:#90786c;
	line-height:1.2;
	font-size:17px;
}
.month_cake .price p{
	margin-bottom:0;
	font-size:14px;
	line-height: 1.2;
}
.month_cake .price p + p{
	margin-top:10px;
}
.month_cake .price .yen{
	font-weight: bold;
	font-size:120%;
}
@media screen and (max-width:740px){
	.month_cake li{
		width: 31.3%;
		margin-right:3%;
	}
	.month_cake li:nth-child(4n){
		margin-right:3%;
	}
	.month_cake li:nth-child(3n){
		margin-right:0;
	}
	.month_cake .tit{
		font-size: 14px;
	}
	.month_cake .price p{
		font-size: 11px;
	}
}
@media screen and (max-width:620px){
	.month_cake li{
		width: 48.5%;
		margin-right:3%;
	}
	.month_cake li:nth-child(3n){
		margin-right:3%;
	}
	.month_cake li:nth-child(2n){
		margin-right:0;
	}
	.month_cake li:before{
		font-size:14px;
	}
}



.number_cake{
	display: flex;
	flex-wrap: wrap;
	margin-top:-50px;
}
.number_cake li{
	margin-right:2%;
	width: 18.4%;
	margin-top:50px;
}
.number_cake li:nth-child(5n){
	margin-right:0;
}
.number_cake .tit{
	margin-top:10px;
	margin-bottom:10px;
	color:#90786c;
	line-height:1.2;
	font-size:17px;
}
.number_cake .txt{
	font-size:12px;
	line-height: 1.3;
	margin-bottom:10px;
}
.number_cake .price p{
	margin-bottom:0;
	font-size:14px;
	line-height: 1.2;
}
.number_cake .price .yen{
	font-weight: bold;
	font-size:120%;
}
@media screen and (max-width:740px){
	.number_cake li{
		width: 31.3%;
		margin-right:3%;
	}
	.number_cake li:nth-child(5n){
		margin-right:3%;
	}
	.number_cake li:nth-child(3n){
		margin-right:0;
	}
	.number_cake .tit{
		font-size: 14px;
	}
	.number_cake .price p{
		font-size: 11px;
	}
}
@media screen and (max-width:620px){
	.number_cake li{
		width: 48.5%;
		margin-right:3%;
	}
	.number_cake li:nth-child(3n){
		margin-right:3%;
	}
	.number_cake li:nth-child(2n){
		margin-right:0;
	}
}



.deco_yen{
	font-size:14px;
	line-height:1.2;
}
.deco_yen .txt{
	font-weight:bold;
	background:#ec1f1f;
	color:#fff;
	border-radius:50px;
	display:inline-block;
	padding:7px 10px 6px;
	line-height:1;
	font-size:20px;
	margin-bottom:7px;
}
.deco_yen .yen{
	font-weight:bold;
	font-size:120%;
}
.deco_cake{
	display:flex;
	flex-wrap:wrap;
	margin-top:-40px;
}
.deco_cake li{
	width:23.5%;
	margin-right:2%;
	margin-top:40px;
}
.deco_cake li:nth-child(4n){
	margin-right:0;
}
.deco_cake p{
	margin:12px 0 0;
}
.deco_cake span{
	display: inline-block;
	background: #b97d4f;
	color: #fff;
	font-weight: bold;
	font-size:13px;
	line-height: 1;
	padding:8px 10px 7px;
	border-radius: 40px;
}
@media screen and (max-width:740px){
	.deco_cake span{
		font-size:11px;
	}
}
@media screen and (max-width:620px){
	.deco_cake li{
		width:49%;
		margin-right:2%;
		margin-top:40px;
	}
	.deco_cake li:nth-child(2n){
		margin-right:0;
	}
}



.no_egg{
	display:flex;
}
.no_egg .image{
	width:400px;
}
.no_egg .text{
	flex:1;
    flex-grow:1;
    flex-shrink:1;
    flex-basis:0%;
    box-sizing:border-box;
	padding-left:40px;
}
.no_egg .price{
	margin-top:20px;
}
.no_egg .price p{
	margin-bottom:0;
}
.no_egg .price p + p{
	margin-top:10px;
}
.no_egg .price .yen{
	font-weight:bold;
	font-size:120%;
}
@media screen and (max-width:740px){
	.no_egg{
		display: block;
	}
	.no_egg .image{
		margin-right:auto;
		margin-left:auto;
	}
	.no_egg .text{
		padding-left:0;
		margin-top:30px;
	}
}
@media screen and (max-width:460px){
	.no_egg .image{
		width: 100%;
	}
}



.xmas_cake{
	display: flex;
	flex-wrap: wrap;
	margin-top:-50px;
}
.xmas_cake.gr2 li{
	width: 49%;
	margin-right:2%;
	position: relative;
	margin-top:50px;
}
.xmas_cake.gr2 li:nth-child(2n){
	margin-right:0;
}
.xmas_cake.gr3 li{
	width: 32%;
	margin-right:2%;
	position: relative;
	margin-top:50px;
}
.xmas_cake.gr3 li:nth-child(3n){
	margin-right:0;
}
.xmas_cake.gr4 li{
	width: 23.5%;
	margin-right:2%;
	position: relative;
	margin-top:50px;
}
.xmas_cake.gr4 li:nth-child(4n){
	margin-right:0;
}
.xmas_cake .tit{
	margin-top:10px;
	margin-bottom:10px;
	color:#90786c;
	line-height:1.2;
	font-size:17px;
}
.xmas_cake .price p{
	margin-bottom:0;
	font-size:14px;
	line-height: 1.2;
}
.xmas_cake .price p + p{
	margin-top:10px;
}
.xmas_cake .price .yen{
	font-weight: bold;
	font-size:120%;
}
.xmas_cake .txt{
	font-size:12px;
	line-height: 1.3;
	margin-bottom:10px;
}
@media screen and (max-width:740px){
	.xmas_cake .tit{
		font-size: 14px;
	}
	.xmas_cake .price p{
		font-size: 11px;
	}
	
	.xmas_cake.gr4 li{
		width: 48.5%;
		margin-right:3%;
	}
	.xmas_cake.gr4 li:nth-child(2n){
		margin-right:0;
	}
}
@media screen and (max-width:620px){
	.xmas_cake.gr3{
		display: block;
		margin-top:-30px;
	}
	.xmas_cake.gr3 .image{
		width:280px;
		margin-right:auto;
		margin-left:auto;
	}
	.xmas_cake.gr3 li{
		margin-right:0;
		width: 100%;
	}
}



/*~商品一覧コモン~*/
.totalitem{
	text-align: center;
	font-size:13px;
	line-height: 1;
	font-weight: bold;
	margin-bottom:40px;
}
.totalitem span{
	font-size:170%;
	line-height: 1;
	display: inline-block;
	margin-right:3px;
	margin-left:3px;
}



.pager{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pager li{
	line-height: 1;
}
.pager .pagerlink{
	display: inline-block;
	font-weight: bold;
	margin:0;
}
.pager .pagerlink i{
	color:#b7b7b7;
	font-size:22px;
	line-height: 1;
	vertical-align: text-bottom;
	transition: color 0.3s;
}
.pager .pagerlink.prev i{
	margin-right:6px;
}
.pager .pagerlink.next i{
	margin-left:6px;
}
.pager .pagerlink a i{
	color: #FC5C65;
}
.pager .pagerlink a:hover i{
	color:#fca65c;
}
@media screen and (max-width:620px){
	.pager{
		font-size:12px;
	}
	.pager .pagerlink i{
		font-size:20px;
	}
}


/*~store~*/
.store{
    padding: 35px;
    border: 2px solid #ddd;
    border-radius: 10px;
}
.store.-close{
  background-color:#f1f1f1;
}
.store_wrapper + .store_wrapper{
	margin-top:20px;
}
.store .data{
	display: flex;
}
.store .data .img{
	width: 250px;
}
.store .data .txt{
	flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    box-sizing: border-box;
}
.store .data .img + .txt{
	padding-left:35px;
}
.store .name{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:20px;
}
.store .storename{
	font-weight: bold;
	margin:0;
	font-size: 23px;
}
.store .payment{
	padding: 10px 5px 5px 10px;
	background: #f9f7f2;
	display: flex;
	flex-wrap: wrap;
}
.store .payment li{
	margin:0 5px 5px 0;
}
.store .tel{
	font-weight: bold;
	text-align: right;
	line-height: 1;
	color:#c00;
	margin-bottom:0;
	font-size:16px;
}
.store .tel span{
	font-size:140%;
	line-height: 1;
	display: inline-block;
	margin-left:6px;
}
.store .tel a{
	color:#c00;
}
.store .dtl{
	margin-top:30px;
}
.store .dtl table.style th{
	width:150px;
}
.store .googlemap{
	margin-top:20px;
}
.store .googlemap iframe{
	display: block;
	width: 100%;
	height: 320px;
	border:none
}
.store .routefinding {
  padding-top:15px;
  text-align:center;
}
.store .routefinding a {
font-size: 17px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 2em;
    padding: .5em .9em;
  text-decoration:none;
}
.store .routefinding a::before {
  content:"\f4d7";
  font-weight:bold;
  font-family: 'Font Awesome 5 Free';
  margin-right:.5em;
      color: #ff766b;
    font-size: 1.3em;
    vertical-align: middle;
}







@media screen and (max-width:740px){
.store .googlemap iframe{
	height: 200px;
  }
}

.store.netstore{
	border:6px solid #ffcac5;
}
.store.netstore .dtl{
	margin-top:0;
}

@media screen and (max-width:740px){
	.store .name{
		display: block;
	}
	.store .data .img + .txt{
		padding-left:25px;
	}
	.store .tel{
		font-size:13px;
		margin-top:10px;
      text-align:left;
	}
}
@media screen and (max-width:640px){
	.store .storename{
		font-size:20px;
		line-height: 1.2;
	}
	.store .data .img{
		width: 180px;
	}
	.store .data .img + .txt{
		padding-left:20px;
	}
	.store .dtl table.style,
	.store .dtl table.style tbody,
	.store .dtl table.style tr,
	.store .dtl table.style th,
	.store .dtl table.style td{
		display: block;
		box-sizing: border-box;
	}
	.store .dtl table.style{
		border: none;
	}
	.store .dtl table.style tr{
		margin-top: 10px;
		border-top: 1px solid #d2cec8;
		border-right: 1px solid #d2cec8;
	}
	.store .dtl table.style th,
	.store .dtl table.style td{
		padding: 9px 10px;
	}
	.store .dtl table.style th{
		width:auto;
	}
}
@media screen and (max-width:570px){
	.store .data{
		display: block;
	}
	.store .data .img{
		margin:0 auto 30px;
	}
	.store .data .img + .txt{
		padding-left:0;
	}
}



/*~~*/
#companydate table.style th{
	width:150px;
}
#companydate .googlemap iframe{
	display: block;
	width: 100%;
	height: 380px;
	border:none
}

#aboutmimatu .clearfix .img{
	float: left;
	margin:0 25px 25px 0;
}
#aboutmimatu #intro strong{
	font-size:20px;
	line-height: 1.1;
	display: inline-block;
	margin-bottom:20px;
	color: #fe1400;
}
@media screen and (max-width:740px){
	#aboutmimatu .clearfix .img{
		float: none;
		margin:0 auto 20px;
		text-align: center;
	}
	
	
	#companydate table.style th{
		width:auto;
	}
}




.newbox + .newbox{
	margin-top:70px;
}
.newbox .head{
	background-color: #fff0f0;
	padding: 15px;
	margin-bottom:15px;
}
.newbox .head > *{
	margin:0;
}
.newbox .date{
    font-size: 14px;
    line-height: 1;
    color: #a96161;
}
.newbox .date:before{
	content: "\f017";
	font-family: "Font Awesome 5 free";
	font-weight: 600;
	margin-right:7px;
}
.newbox .tit{
	margin-top:12px;
	font-size:18px;
	line-height:1.2;
}



.newslist dt{
	font-weight: bold;
	margin-bottom:20px;
	line-height: 1;
    font-size: 20px;
	border-top: 1px solid #febebe;
	padding-top:20px;
}
.newslist dt i{
	margin-right:10px;
	color: #ca5a5a;
}
.newslist dd{
	margin-left:0;
}
.newslist ul{
	display: flex;
	flex-wrap: wrap;
}
.newslist ul li{
	margin:0 5px 5px 0;
}
.newslist a{
	display: block;
	border:1px solid #ddd;
	padding:10px 35px 10px 20px;
	border-radius: 30px;
	position: relative;
	font-weight: bold;
	font-size:15px;
	line-height: 1;
	transition:
		background 0.3s,
		color 0.3s;
}
.newslist a:after{
	content:"\f138";
	font-family: "Font Awesome 5 free";
	font-weight: 600;
	position: absolute;
	right:9px;
	top:50%;
	transform: translate(0,-51%);
}
.newslist a:hover{
	text-decoration: none;
	color:#fff;
	background: rgba(255, 90, 76, 0.8);
}




/*~faq~*/
.faq .a + .q{
	margin-top:80px;
}
.faq .q{
	font-weight: bold;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d8cbb7;
	padding-bottom:12px;
	margin-top:0;
	font-size: 18px;
    line-height: 1;
}
.faq .q:before{
	content: "Q";
	width: 1.7em;
	border-radius: 50%;
	line-height: 1.7em;
	text-align: center;
	background: #f9a086;
	color: #fff;
	margin-right:10px;
}
.faq .q page span{
	flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    box-sizing: border-box;
}



/*~guide~*/
.orderflow li{
	border: 1px solid #ddd;
    padding: 17px 20px;
	border-radius: 6px;
	position: relative;
}
.orderflow li:after{
	content: "\f0d7";
	font-family: "Font Awesome 5 free";
	font-weight: 600;
	bottom:-31px;
	left:50%;
	transform: translate(-50%,0);
	position: absolute;
	font-size:30px;
	line-height: 1;
	color:#a9a399;
}
.orderflow li:last-child:after{
	display: none;
}
.orderflow li + li{
	margin-top:33px;
}
.orderflow li h3{
	margin-top:0;
}


.guidebox dd + dt{
	margin-top:10px;
}
.guidebox dt,
.guidebox dd{
	border:1px solid #ddd;
	padding: 20px;
}
.guidebox dt{
	border-bottom:none;
	border-radius: 10px 10px 0 0;
	padding-bottom:0;
	font-size:17px;
	line-height: 1;
	color: #b93028;
}
.guidebox dd{
	border-top:none;
	border-radius: 0 0 10px 10px;
	margin-left:0;
	padding-top:15px;
}


.guide_gr4{
	display: flex;
	flex-wrap: wrap;
	margin-top:-30px;
}
.guide_gr4 li{
	width: 23.5%;
	margin-right:2%;
	margin-top:30px;
	border:1px solid #ddd;
	box-sizing: border-box;
	padding:20px;
	border-radius: 6px;
	background: #fdfaf5;
}
.guide_gr4 li:nth-child(4n){
	margin-right:0;
}
.guide_gr4 p{
	margin:0;
	word-wrap: break-word;
}
@media screen and (max-width:690px){
	.guide_gr4 li{
		width: 49%;
	}
	.guide_gr4 li:nth-child(2n){
		margin-right:0;
	}
}




.eventblock .ts2{
	background:-moz-linear-gradient(top,
		rgba(255,230,223,1) 0%,
		rgba(255,201,185,1) 100%);
	background:-webkit-linear-gradient(top,
		rgba(255,230,223,1) 0%,
		rgba(255,201,185,1) 100%);
	background:-o-linear-gradient(top,
		rgba(255,230,223,1) 0%,
		rgba(255,201,185,1) 100%);
	background:-ms-linear-gradient(top,
		rgba(255,230,223,1) 0%,
		rgba(255,201,185,1) 100%);
	background:linear-gradient(to bottom,
		rgba(255,230,223,1) 0%,
		rgba(255,201,185,1) 100%);
	left:-35px;
	color: #a24943;
	border-bottom:1px solid #daab9c;
	position: relative;
	width: calc(100% + 35px);
	padding: 19px 25px 14px 35px;
	box-sizing: border-box;
	margin-top:0;
	text-shadow: 1px 1px 0 #ffe6de;
}
.eventblock .ts2:before{
	content: "";
	position: absolute;
	left:0;
	top:100%;
	border-right:14px solid #927268;
	border-bottom:10px solid rgba(0,0,0,0);
}
.eventblock .imageblock{
	display: flex;
	flex-wrap: wrap;
	margin-top:-20px;
}
.eventblock .imageblock li{
	width: 32%;
	margin-right:2%;
	margin-top:20px;
	text-align: center;
}
.eventblock .imageblock li:nth-child(3n){
	margin-right:0;
}
.eventblock{
    border: 1px solid #ddd;
    padding: 17px 20px;
    border-radius: 6px;
}
.eventblock .datelist li{
	display: flex;
	border-bottom:1px solid #ddd;
}
.eventblock .datelist li:nth-child(1){
	border-top:1px solid #ddd;
}
.eventblock .datelist li .date,
.eventblock .datelist li .shop{
	border-right:1px solid #ddd;
	padding:12px 15px;
	box-sizing: border-box;
}
.eventblock .datelist li .date{
	border-left:1px solid #ddd;
	width: 330px;
	background: #f5f5f5;
}
.eventblock .datelist li .shop{
	flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    box-sizing: border-box;
}
@media screen and (max-width:740px){
	.eventblock .datelist li{
		display: block;
	}
	.eventblock .datelist li{
		border-top:1px solid #ddd;
	}
	.eventblock .datelist li + li{
		margin-top:8px;
	}
	.eventblock .datelist li .date,
	.eventblock .datelist li .shop{
		display: block;
		padding: 7px 10px;
	}
	.eventblock .datelist li .date{
		width: 100%;
	}
	.eventblock .datelist li .shop{
		border-left:1px solid #ddd;
	}
}



.rollcake_schedule{
	display: flex;
	justify-content: center;
}
.rollcake_schedule li{
	text-align: center;
}
@media screen and (max-width:620px){
	.rollcake_schedule{
		display: block;
	}
}



.mycpintro{
	display: flex;
	background: #FEE1A5;
	align-items: center;
}
.mycpintro .image{
	width: 580px;
}
.mycpintro .text{
	flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    box-sizing: border-box;
	padding:40px;
}
.mycpintro .text p{
	margin-bottom:0;
}
.mycpintro .price{
	font-weight: bold;
	color: #EA3337;
	font-size:30px;
	line-height: 1.1;
}
.mycpintro .price .t{
	font-size: 28px;
	line-height: 1.1;
}
.mycpintro .price .yen{
	font-size:150%;
}
.mycpintro .other{
	margin-top:20px;
	font-size:20px;
	line-height: 1.1;
}
.mycp{
	display: flex;
	flex-wrap: wrap;
	margin-top:-20px;
}
.mycp li{
	width: 15%;
	margin-right:1%;
	box-sizing: border-box;
    border: 1px solid #d4d1c9;
	border-radius: 6px;
	padding:8px 8px 10px;
	margin-top:20px;
}
.mycp li:nth-child(6n){
	margin-right:0;
}
.mycp li.nowonsale{
	position: relative;
	background: #ffdcdd;
	border-color: #c00;
}
.mycp li.nowonsale > div:before{
	content: "NOW!";
	display: block;
	font-weight: bold;
	font-size:13px;
	position: absolute;
	line-height: 24px;
	width: 50px;
	background: #c00;
	color: #fff;
	text-align: center;
	left:0;
	top:13px;
}
.mycp li.nowonsale > div:after{
	content: "";
	display: block;
	position: absolute;
	border-right:4px solid rgba(0,0,0,0);
	border-top:12px solid #c00;
	border-bottom:12px solid #c00;
	left:50px;
	top:13px;
	width: 0;
	height: 0;
}
.mycp p{
	margin-bottom:0;
	font-weight: bold;
	line-height: 1.1;
}
.mycp .name{
	font-size:11px;
	margin-top:8px;
	margin-bottom:4px;
}

.mypc_pdf br{display: none;}
.mypc_pdf a{
	display: inline-block;
	font-weight: bold;
	padding:20px 30px;
	font-size:22px;
	line-height: 1;
	color: #fff;
	border-radius: 50px;
	background: #c00;
	text-decoration: none;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	transition: background 0.3s;
}
.mypc_pdf a:hover{
	background: #f9a11d;
}
.mypc_pdf a i{
	margin-right:10px;
}
@media screen and (max-width:740px){
	.mycpintro{
		display: block;
	}
	.mycpintro .image{
		width: 100%;
		text-align: center;
	}
	.mycpintro .text{
		padding:25px 15px;
	}
	.mycpintro .text p{
		text-align: center;
	}
	
	
	.mycp li{width:24.25%;}
	.mycp li:nth-child(6n){margin-right:1%;}
	.mycp li:nth-child(4n){margin-right:0;}
}
@media screen and (max-width:540px){
	.mycpintro .price{font-size:23px;}
	.mycpintro .price .t{font-size:18px;}
	.mycpintro .other{
		font-size:15px;
		margin-top:12px;
	}
	
	
	.mycp li{width:32.66%;}
	.mycp li:nth-child(4n){margin-right:1%;}
	.mycp li:nth-child(3n){margin-right:0;}
}
@media screen and (max-width:460px){
	.mypc_pdf br{display: block;}
	.mypc_pdf a{
		display: block;
		box-sizing: border-box;
		padding-top:13px;
		border-radius: 110px;
	}
	.mypc_pdf a i{
		display: block;
		margin-right:0;
		margin-bottom:16px;
		font-size:34px;
		line-height: 1;
	}
}
@media screen and (max-width:390px){
	.mycpintro .text{
		padding-right:0;
		padding-left:0;
	}
	.mycpintro .price{font-size:21px;}
	
	
	.mycp{margin-top:-15px;}
	.mycp li{width:49%; margin-right:2%; margin-top:15px;}
	.mycp li:nth-child(6n),
	.mycp li:nth-child(4n),
	.mycp li:nth-child(3n){margin-right:2%;}
	.mycp li:nth-child(2n){margin-right:0;}
}
.incart_total_count {
  position: absolute;
display: block;
background-color: #fe0000;
border-radius: 50%;
width: 1.5em;
height: 1.5em;
color: #fff;
text-align: center;
top: 10px;
left: 80px;
  transform-origin: 50% 50%;
  animation-name:incart_total_count;
  animation-duration:1s;
}
@keyframes incart_total_count {
  0%{
    transform: scale(1);
  }
  61%{
    transform: scale(1.38);
  }
 100%{
    transform: scale(1);
  }
}


.hukuropage .hukurobtn{
	background: #FC5C65;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border:none;
	padding:17px 25px;
	border-radius: 6px;
	width: 214px;
	box-sizing: border-box;
	transition: background 0.3s;
}
.hukuropage .hukurobtn:hover{
	background: #fca65c;
}
.hukuropage .hukurobtn i{
	margin-right:10px;
}
.howto_deco_reservation {
  font-weight:bold;
  text-align: center;
}
.howto_deco_reservation a {
  border: 1px solid #afafaf;
  border-radius: 2em;
  display:inline-block;
  padding:.5em 3.8em;
  position:relative;
}
.howto_deco_reservation a::after ,
.howto_deco_reservation a::before {
content:"\f1fd";
  color:#fe0000;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  height:1em;
  margin: 0 .5em;
  position:absolute;
  top:-.5em;
  bottom:0;
  margin-bottom:auto;
  margin-top:auto;
  font-size: 1.4em;
}
.howto_deco_reservation a::after {
  right:.5em;
}
.howto_deco_reservation a::before {
  left:.5em;
}
.moyoritenpo {
    text-align: center;
    margin: 50px 0;
  }

  .moyoritenpo a {
    display: inline-block;
    border: 1px solid #c00;
    border-radius: 10px;
    padding: 10px 30px;
  }

  .moyoritenpo a img {
    margin-right: 10px;
    vertical-align: middle;
  }
.historylist {
  border-top: 4px solid #ddd;
  padding-top: 30px;
}



.grouplistbox .title{
	text-align: center;
	font-family: 'Noto Serif JP';
	color: #67502E;
	font-size: 26px;
	line-height: 1.1;
	margin-bottom:20px;
}
.grouplinkblock{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-right:-5px;
	margin-left: -5px;
	margin-top:-10px;
}
.grouplinkblock .box{
	width: 24.3%;
	list-style: none;
	padding-right:5px;
	padding-left: 5px;
	margin-top:10px;
	box-sizing: border-box;
}
.grouplinkblock .link{
	background: #FE0000;
	display: flex;
	align-items: center;
	padding: 10px 5px 10px 10px;
	transition: background 0.3s;
}
.grouplinkblock .link:hover{
	background:#fe8100;
	text-decoration: none;
}
.grouplinkblock .link:after{
    content: "\f105";
    font-family: "Font Awesome 5 free";
    color: rgba(255,255,255,0.6);
    font-weight: 600;
    width: 1em;
    font-size: 30px;
    line-height: 1;
    text-align: center;
}
.grouplinkblock .name{
	margin: 0;
	color: #fff;
	line-height: 1.1;
	font-weight: bold;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	padding-right:15px;
}
@media screen and (max-width:740px){
	.grouplinkblock .box{
		width: 50%;
	}
}

.anc {
  display: block;
}