table td { vertical-align: top;}

table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

      .product__fav-item {
          margin-top: 10px;
        }

        .product__fav-item button {
          padding: 0;
          cursor: pointer;
          transition: .2s;
          color: #999;
          border: 0;
          outline: none;
          background: transparent;
        }

        .product__fav-item .fav-items {
          color: #ff7373;
        }

        .product__fav-item svg {
          width: 20px;
          height: 20px;
          vertical-align: -.35em;
          fill: currentColor;
        }


.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 767px) {
  .fav-item{
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .itemList-sp--3 .fav-item {
    right: 10px;
    top: 5px;
  }
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}

h1#logo_i img {
    max-width: 100%;
}

#validation_select_yes a, #validation_select_no a {
    font-size: 12px;
    padding: 12px 25px;
}

#validation_select_yes, #validation_select_no{
  margin:0;
}

#main_i,#header_i,#footer_i{
  margin:0;
  font-size:14px;
}

.validation_txt {
    font-size: 14px;
}
#main_i {
    padding: 20px;
}
.footstamp {
    margin-top: 15px;
}


.hdrFixed.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

.hdrFixed.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 似顔絵から選ぶ（フリーページ） */
#container.free-page {
 width: 100% !important;
 max-width: none !important;
 overflow: auto;
}
#catTop .inner {
 width: 100%;
 max-width: 1200px;
 margin: auto;
}
@media (max-width: 1200px) and (min-width: 992px){
  #container.free-page {
    padding: 0 !important;
  }
  #catTop .inner {
   padding: 0 20px;
  }
}
@media (max-width: 991px) {
  #container.free-page #main {
   padding: 0 !important;
  }
  #catTop .inner {
   padding: 0 15px;
  }
}
#catTop .toparea {
  padding-bottom: 100px;
  position: relative;
}
#catTop .toparea:before {
  content: "";
  width: 200%;
  height: 1px;
  background-color: #818181;
  top: -15px;
  left: -50%;
  position: absolute;
}
#catTop .footstamp {
  margin-bottom: 60px;
}
#catTop .toparea .h2A {
 font-size: 20px;
}
.contents-wrap {
 display: grid;
  row-gap: 40px;
 margin-bottom: 100px;
}
.cat-contents {
  background-color: #fff;
  margin-bottom: 0;
  padding: 100px 0;
}
.cat-contents .flex {
 display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 50px;
  margin-bottom: 40px;
}
.cat-contents .flex .img-wrap {
 max-width: 568px;
}
.cat-contents .flex .txt-wrap .ttl {
 font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
}
.cat-contents .item-ttl {
 font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0,0,0,.3);
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.cat-contents .itemList img {
 width: 100%;
}
.cat-contents .cat-btn {
 display: block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 580px;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 80px;
}
@media (max-width: 767px) {
  #catTop .toparea {
    padding-bottom: 60px;
  }
  .cat-contents {
   padding: 50px 0;
  }
  .cat-contents .flex {
  	flex-direction: column;
    row-gap: 30px;
  }
  .cat-contents .flex .txt-wrap .ttl {
    font-size: 16px;
  }
  .cat-contents .item-ttl {
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .cat-contents .cat-btn {
    line-height: 1.5;
    padding: 10px 15px;
    font-size: 14px;
  }
}


/* フリーページ共通 */
.free-page-common {
 width: 100%;
 max-width: 1200px;
 padding: 4em;
 margin: 0 auto 4em;
}
.free-page-common h2,
.free-page-common h3,
.free-page-common h4{
 font-size: 2rem;
 margin: 0 0 1em 0;
}
.free-page-common li {
 list-style: none;
 line-height: 1.7;
}
.free-page-common table th {
  background: #f8f8f8;
  text-align:left;
  font-weight:normal;
  vertical-align:middle;
  padding: .5em 0;
}
.free-page-common table td{
  vertical-align:middle;
  text-align:left;
  padding: .5em 0;
}

/* ガイド/大量注文 */
.hwj.guide{
	margin-bottom: 30px;
}
.hwj.guide h2{
	margin: 0 0 30px;
	padding: 1em;
	font-size: 1.6em;
   line-height: 1.3;
	font-weight: bold;
	border-left: solid 5px #000;
	background: #f8f8f8;
	text-align:left;
}

.hwj.guide .ttl,
.hwj.law .ttl{
	margin:  1em 0;
	border: none;
}

.hwj.guide #btn_group{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
.hwj.guide #btn_group .btn_group_col3{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 32%;
	margin: 0 2% 2% 0;
	box-sizing: border-box;
	background: #f6f6f6;
	border: 1px solid #eeeeee;
	transition: .2s ease;
}
.hwj.guide #btn_group .btn_group_col3:nth-child(3n){
	margin: 0 0 2% 0;
}
.hwj.guide #btn_group .btn_group_col3:hover{
	background: #eeeeee;
	transition: .2s ease;
}
.hwj.guide #btn_group .btn_group_col3 a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
	text-decoration: none;
}
.hwj.guide #btn_group .btn_group_col3 a::before{
	content: ">";
	font-size: 10px;
	position: absolute;
	top: 11px;
	left: 10px;
	transform: scale(.8,1.3);
}
.hwj.guide .more_link{
	position: relative;
}
.hwj.guide .more_link a{
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
	background: #f6f6f6;
	border: 1px solid #eeeeee;
	transition: .2s ease;
}
.hwj.guide .more_link a::before{
	content: ">";
	font-size: 10px;
	position: absolute;
	top: 11px;
	left: 10px;
	transform: scale(.8,1.3);
}
.hwj.guide .more_link a:hover{
	background: #eeeeee;
	transition: .2s ease;
}
.hwj.guide h3{
	margin: 0 0 20px;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: bold;
	border-left: solid 5px #000;
   text-align: left;
}
.hwj.guide h4{
	margin: 0 0 20px;
	padding: 6px 6px 3px 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #000;
}
.hwj.guide h4 span{
	margin: 0 1em 0 0 ;
	padding: .4em 1em;
	background: #000;
	color: #fff;
	font-weight: normal;
}
.hwj.guide p{
	margin: 0 0 20px;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 25px;
   text-align: left;
}
.hwj.guide p a{
	color: #1d3994;
}
.hwj.guide p img {
    display: block;
    margin: 0 auto;
}
.hwj.guide span.text_red{
	color: #cb3131;
}
.hwj.guide #npBox dl dt{
	font-weight: bold;
	margin: 0 0 .4em 0;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 25px;
}
.hwj.guide #npBox dl dd{
	margin: 0 0 2em 0;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 25px;
}
.hwj.guide #npBox dl dd a{
	color: #1d3994;
}
.hwj.guide table,
.hwj.guide table td,
.hwj.guide table th {
	border: 1px solid #eee;
	border-collapse: collapse;
	padding:12px 10px;
}
.hwj.guide table{
	margin: 0 0 20px 0;
}
.hwj.guide th {
	background: #f8f8f8;
	box-sizing:border-box;
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
	letter-spacing:-0.5px;
}
.hwj.guide td{
	box-sizing:border-box;
	text-align:left;
}
.hwj.guide td span{
	font-weight:bold;
}
.hwj.guide .col2_left{
	float: left;
	width: 295px;
	margin-right: 15px;
}
.hwj.guide .sec_con_sec{
	margin-bottom: 20px;
	line-height: 21px;
	clear: both;
}
.hwj.guide .main_content_con_secred {
	border:solid 1px #900000;
  background-color:#f8f8f8;
  margin-top:30px;
}
.hwj.guide .main_content_con_secred .title3 {
	background-color: #900000;
	padding:10px;
	text-align: center;
	color: #ffffff;
	border: none;
}
.hwj.guide .main_content_con_secred .text p {
	margin:10px 0;
	padding: 0 10px;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}
.hwj.guide .main_content_con_secred .text ul {
	width:660px;
	margin:0 auto;
}
.hwj.guide .main_content_con_secred .text ul li {
	position: relative;
	padding:10px 0 10px 40px;
	border-top:solid 1px #900000;
	background-position:left 10px top 8px;
	background-repeat: no-repeat;
	font-size:14px;
	letter-spacing: -0.05em;
}
.hwj.guide .main_content_con_secred .text ul li::before {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	left: 12px;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #900000;
}
.hwj.guide .calender table {
	width: 100% !important;
	margin: 0 0 20px !important;
	padding: 0;
	border: none;
}
.hwj.guide .calender table td, .hwj.guide .calender table th {
	border: none;
	text-align: center;
}


/*-- 当店の8つのルール --*/
#rule{
	/*padding: 20px;
	font-size: 16px;
	background: #F6F6F6;*/
}
#rule h3{
	font-size: 32px;
	text-align: center;
}
#rule h3 b{
	font-size: 42px;
	color: #CC0000;
}
#rule p.attention{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	color: #CC0000;
	border: 1px solid #CC0000;
}
#rule h4{
	width: 100%;
	font-size: 22px;
	text-align: center;
	margin: 40px 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #CCCCCC;
}
#rule h4::before{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	padding: 6px;
	box-sizing: border-box;
	font-size: 22px;
	vertical-align: inherit;
	border-radius: 50%;
	color: #ffffff;
	background: #333333;
}
#rule h4.num1::before{content: "1";}
#rule h4.num2::before{content: "2";}
#rule h4.num3::before{content: "3";}
#rule h4.num4::before{content: "4";}
#rule h4.num5::before{content: "5";}
#rule h4.num6::before{content: "6";}
#rule h4.num7::before{content: "7";}
#rule h4.num8::before{content: "8";}
#rule ul{
	padding: 0;
	list-style: none;
}
#rule li{
	margin: 0 0 30px;
}
#rule li strong{
	display: block;
	margin: 0 0 10px;
}
#rule li span{
	color: #CC0000;
}

/* ヘッダー_SPロゴ */
@media (max-width: 991px){
#hdrLogo {
    max-width: 100px !important;
  }}

/* おすすめ商品 */
li.itemList__unit img.itemImg {
    width: 100%;
}
li.itemList__unit p{
  font-size: 1em;
  line-height: 1.3;
  margin: 1em 0;
}
