@charset "utf-8";

/* CSS Document */

/* 共通レイアウト
========================================================================== */
html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "BIZ UDPGothic","Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "Lucida Grande", sans-serif;
  /* mac 不適応 \*/
  letter-spacing: 1px;
  box-sizing: border-box;
}
a {
  color: #333333;
}
a:hover {
  color: #FF9900;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
dt,
dd {
  display: block;
}
#container {
  text-align: center;
  position: relative;
  width: 100%;
}
#contents {
  width: 1200px;
  margin: 0 auto 20px;
  text-align: left;
  padding-top: 25px;
}
#cnt_r {
  width: 920px;
  float: right;
  position: relative;
}
#top {
  margin: 24px 0 30px;
}

/* フォント設定
--------------------------------------------------*/
/* Adobeフォント */
.font_korolev-b {
  font-family: korolev,sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_korolev-m {
  font-family: korolev,sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* header上お知らせ帯 
========================================================================== */
.notic_line{
  position: relative;
  overflow: hidden;
height: 38px;
  width: 100%;
  min-width: 1220px;
  margin: auto;
background: #fff;
  z-index: 99;
}
.notic_line_box{
width: 100%;
height: 100%;
padding: 8px 0 6px;
text-align: center;
position: absolute;
backface-visibility: hidden;
transform: translate3d(0, 100%, 0);
transition: transform 1s ease-in-out, opacity 1s ease-in-out;
box-sizing: border-box;
}

/*帯の色*/
.notic_line_box.-line01{
background:#FF9600;
}
/* .notic_line_box.-line02{
} */

.notic_line_box .lead_text{
letter-spacing: 0.07em;
color: #fff;
font-size: 16px;
font-weight: bold;
text-align: center;
line-height: normal;
}
.notic_line_box a{
text-decoration: none;
display:flex;
justify-content: center;
align-items: center;
height: 100%;
outline: none;
}
.notic_line_box a:hover{
text-decoration: underline;
color: #fff;
}

.notic_line_box.is-active {
transform: translate3d(0,0,0);
z-index: 2;
}
.notic_line_box.previous {
transform: translate3d(0px, -100%, 0px);
z-index: 1;
}
/* ヘッダー
========================================================================== */
#header {
  min-width: 1220px;
  width: 100%;
  margin: auto;
  background: #70B92E;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 998;
}
/* #header.fixed{
  position: sticky;
  top: 0;
  left: 0;
  z-index: 998;
} */
#header .header_wrap {
  max-width: 1200px;
  height: 52px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header p {
  display: inline-block;
  font-size: 11px;
}
#header #h_logo {
  text-align: left;
}
#header #h_logo p{
  line-height: 18px;
}
#header_right {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
#my_navi .navi_icon_box {
  height: 52px;
  display: flex;
}
#my_navi .navi_icon_box li{
  width:65px;
  height:52px;
}
#my_navi .navi_icon_box li a{
  display: block;
  padding: 6px 0 5px;
}
#my_navi .navi_icon_box li img{
  filter: invert(100%) sepia(1%) saturate(2548%) hue-rotate(198deg) brightness(120%) contrast(100%);
  object-fit: scale-down;
  height: 41px;
  width: auto;
}

/* Gナビ 
========================================================================== */
#gnavi {
  width:100%;
  height: 52px;
 }
#gnavi ul {
    width: 546px;
    height: 52px;
    padding-left:32px;
    overflow: hidden;
    display: flex;
 }
#gnavi li {
    width:calc(100% / 4);
    height: 52px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
 }
#gnavi li::before {
    content: "";
    border-left: 1px solid #B3DA8F;
    height: 24px;
    position: absolute;
    top: 16px;
    left: 0;
 }
#gnavi li:last-child::after {
    content: "";
    border-left: 1px solid #B3DA8F;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 0;
 }
#gnavi li a {
    height: 56px;
    line-height: 56px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color:#FFF;
    font-size:15px;
    font-weight:bold;
 }
#gnavi li a:hover {
    color:#FFF;
    background:#B3DA8F;
 }
#gnavi.fixed {
    width:100%;
    position: sticky;
    top: 0;
    z-index: 10000;
 }

#gnavi li.home {
    width:56px;
}

#gnavi li.home a::before{
    display: block;
    width:28px;
    height: 28px;
    content: "";
    background: url("/hikkoshi/images/common/header/ico_header_top.svg") 0 0 no-repeat; 
    transform: translate(50%, 50%);
}

/* ぱんくずリスト
========================================================================== */
#plist {
  width: 920px;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-bottom: 3px;
  position: absolute;
  top: -20px;
  left: 0;
  border-bottom: #E0E0E0 solid 1px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}

#plist li {
  display: block;
  height: 20px;
  padding-right: 6px;
  list-style: none;
  float: left;
}

#plist li strong {
  display: block;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#plist li a {
  height: 20px;
  padding-right: 14px;
  background-image: url("/hikkoshi/images/common/img_arrow_p.png");
  background-position: right;
  background-repeat: no-repeat;
  color: #666;
}

#plist li a:hover {
  color: #FF9900;
}

#plist li h2 {
  display: inline;
}

#plist li h2 strong {
  font-weight: normal;
}


/* サイドメニュー
========================================================================== */
/* サイドメニュー共通設定
--------------------------------------------------*/
#side {
  width: 250px;
  float: left;
  line-height: 1.6em;
}
#smenu {
  /* font-size: 88%; */
  font-size: 14px;
}

/* サイドメニュータイトル */
#smenu h3 {
  width: 220px;
  height: 50px;
  margin: 0;
}
#smenu h3 a {
  width: 250px;
  height: 50px;
  padding-left: 23px;
  display: block;
  font-weight: bold;
  line-height: 50px;
  color: #FFF;
  text-decoration: none;
  background: #70B92E;
  box-sizing: border-box;
}
#smenu h3 a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* #smenu .original h3,
#smenu .qdesign h3 {
  font-size: 100%;
  letter-spacing: 0;
}
#smenu .about h3 {
  letter-spacing: 0;
}
#smenu .original h3 span {
  font-size: 79%;
} */

/* サイドメニューリンク */
#smenu ul.list,
#smenu ul.inlist {
  margin-bottom: 25px;
  padding: 10px 7px;
  background: #F6F6F6;
}
#smenu ul.inlist li {
  margin-bottom: 2px;
  vertical-align: bottom;
  zoom: 1;
}
#smenu ul.list li,
#smenu ul.inlist li li {
  margin-bottom: 2px;
  background: #FFF;
  zoom: 1;
  vertical-align: bottom;
}
#smenu ul.list li a,
#smenu ul.inlist li li a {
  padding: 10px 5px 10px 25px;
  background: url("/hikkoshi/images/common/img_arrow_bl.png") no-repeat 10px center #FFF;
  display: block;
  color: #333333;
  text-decoration: none;
}
#smenu ul.list li.gi_sample li a.active {
  font-weight: bold;
}
#smenu ul.list li a.active,
#smenu ul.list li a:hover,
#smenu ul.list li li.hikkoshi a:hover,
#smenu ul.inlist li li a:hover,
#smenu ul.inlist li a:hover {
  background: #E1F7D1 url("/hikkoshi/images/common/img_arrow_bl.png") no-repeat 10px center;
}
#smenu ul.list li a.active,
#smenu ul.list li a:hover,
#smenu ul.inlist li a:hover {
  background-color:#E1F7D1 !important;
}
#smenu ul.inlist li.contact a.active,
#smenu ul.inlist li li a.active,
#smenu ul.list li.gi_sample li a.active,
#smenu ul.inlist li.g_mypage a.active,
#smenu ul.inlist li.g_mame a.active {
  background-color: #E1F7D1 !important;
}

/* サイドメニュー 個別設定
-------------------------------------------------- */

/* ご利用ガイド・よくある質問 */
#smenu .guide ul li.g_list ul li a,
#smenu .guide li span a,
#smenu .price li span a,
#smenu .contents li span a,
#smenu .support li span a{
  padding: 10px 5px 10px 25px;
  background: url("/hikkoshi/images/common/img_arrow_bl.png") no-repeat 10px center #FFF;
  display: block;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 0;
}
#smenu .guide li li,
#smenu .price li li,
#smenu .qdesign li li {
  margin-bottom: 0 !important;
}
#smenu .guide ul.inlist li li a,
#smenu .price ul.inlist li li a,
#smenu .qdesign ul.list li li a {
  background: url("/hikkoshi/images/common/ico_disc-p.png") no-repeat 20px center;
  padding: 8px 10px 8px 35px;
  line-height: 120%;
}
#smenu .guide ul.inlist li li a:hover,
#smenu .price ul.inlist li li a:hover,
#smenu .qdesign ul.list li li a:hover {
  background-color: #E1F7D1;
}
#gi_quality #smenu li.gi_quality a,
#gi_paper #smenu li.gi_paper a,
#gi_font #smenu li.go_font a {
  background: url("/hikkoshi/images/common/ico_disc-p.png") no-repeat 20px center #E4E3F4;
  padding: 8px 10px 8px 35px;
  line-height: 120%;
}

/*　見出し（アクティブ）　下向き矢印の表示　（メニューオープン時）*/
#g_order #smenu li.g_order span a,
#g_address #smenu li.g_address span a,
#g_procedure #smenu li.g_procedure span a,
#g_item #smenu li.g_item span a,
#g_support #smenu li.g_item span a,
#support #smenu li.support span a,
#c_article #smenu li.contents span a {
  background: url("/hikkoshi/images/common/img_arrow_bl2.png") no-repeat 10px center #E1F7D1;
}

/*　見出し　下向き矢印の表示（メニューオープン時）　*/
#go_beginner #smenu li.g_order span a,
#go_flow #smenu li.g_order span a,
#go_price #smenu li.g_order span a,
#go_delivery #smenu li.g_order span a,
#go_posting #smenu li.g_order span a,
#go_ddate #smenu li.g_order span a,
#go_payment #smenu li.g_order span a,
#go_receipt #smenu li.g_order span a,
#go_estimate #smenu li.g_order span a,
#go_cancel #smenu li.g_order span a,
#go_add #smenu li.g_order span a,
#go_add #smenu li.g_order span a,
#go_old_characters #smenu li.g_order span a,
#gi_quality #smenu li.g_item span a,
#gi_photo #smenu li.g_item span a,
#gi_paper #smenu li.g_item span a,
#gi_font #smenu li.g_item span a,
#gi_sample #smenu li.g_item span a,
#gi_designer #smenu li.g_item span a,
#ga_flow #smenu li.g_address span a,
#ga_feature #smenu li.g_address span a,
#ga_layout #smenu li.g_address span a,
#ga_price #smenu li.g_address span a,
#ga_ddate #smenu li.g_address span a,
#ga_font #smenu li.g_address span a,
#gs_faq #smenu li.support span a,
#gs_inq #smenu li.support span a,
#c_send #smenu li.contents span a,
#c_greeting #smenu li.contents span a,
#c_howtop #smenu li.contents span a {
  background: url("/hikkoshi/images/common/img_arrow_bl2.png") no-repeat 10px center #fff;
}



/* 商品詳細 */
#smenu .design ul.list li li a.active {
  background-color: #E1F7D1;
  font-weight: normal;
}
#smenu .personal li span,
#smenu .corporate li span,
#smenu .original li span,
#smenu li dt,
#smenu .data li span {
  height: 29px;
  padding: 0 0 0 10px;
  display: block;
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
}
#smenu .personal ul.inlist ul,
#smenu .corporate ul.inlist ul,
#smenu .original ul.inlist ul {
  margin-bottom: 10px;
}

#smenu .personal ul.inlist li a span,
#smenu .corporate ul.inlist li a span,
#smenu .original ul.inlist li a span {
  padding: 0 0.5em 0 0;
  display: inline;
  background: none;
  color: #333333;
  font-weight: normal;
}
.g_list {
  margin: 20px 0 0 0;
}
.g_list ul {
  background: #F6F6F6;
}
#smenu .guide ul li.g_list ul li a,
#smenu .about ul li.g_list ul li a {
  padding: 15px 5px 15px 25px;
  background: url("/hikkoshi/images/common/img_arrow_bl.png") no-repeat 10px center #FFF;
  display: block;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 2px;
  line-height: 100%;
}
#smenu .guide ul li.g_list ul li a:hover,
#smenu .about ul li.g_list ul li a:hover {
  background: #E1F7D1/*#FFECBB*/ url("/hikkoshi/images/common/img_arrow_bl.png") no-repeat 10px center;
}
#smenu .guide li.g_list span,
#smenu .about li.g_list span,
#smenu .support li.g_list span,
#smenu .contents_article li.g_list span{
  width: auto;
  display: block;
  background: #70B92E;
  font-weight: bold;
  color: #FFF;
  padding: 5px 0 5px 15px;
  overflow: hidden;
}


/* サイド訴求ボックス
-------------------------------------------------- */
.side_box_pr {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  width: 250px;
  text-align: center;
}
.side_box_pr li a {
  display: block;
  transition: all .3s;
}
.side_box_pr li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.side_box_pr li img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.side_box_pr li.sidebnr_cam img {
  border-radius: inherit;
}

/* Pマーク
-------------------------------------------------- */
#privacy-menu dl {
  width: 250px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

#privacy-menu dt {
  width: 85px;
  height: 85px;
}

#privacy-menu dd {
  font-size: 12px;
  line-height: 1.6em;
}

/* フッター
========================================================================== */
#footer {
  border-top: #70B92E solid 3px;
  background: #eee;
  text-align: left;
  font-size: 13px;
  line-height: 1.4em;
  color: #70B92E;
  min-width: 1220px;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  color: #666;
  text-decoration: underline;
}
#ftop {
  width: 1200px;
  margin: 0 auto;
  padding: 56px 0 80px;
  position: relative;
}
.footer_head{
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin-bottom: 32px;
}

/* sns */
#sns .sns_list{
	display: flex;
	flex-direction: row;
	gap:0 8px;
}
#sns .sns_list a {
	display: inline-block;
	width: 24px;
	height: 24px;
	transition: .3s all;
}
#sns .sns_list img{
  width: 100%;
  height: auto;
}
#sns .sns_list a:hover{
	opacity: .7;
}

/* メニュー設定 */

#smap {
  display: flex;
  justify-content: space-between;
}
#smap .samp_ttl{
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 20px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: bold;
}
#smap .samp_ttl a{
  font-size: 16px;
  font-weight: bold;
}
#smap .samp_sub_ttl,
#smap .samp_sub_ttl a{
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}
#smap .samp_single_ttl,
#smap .samp_single_ttl a{
  font-weight: bold;
  font-size: 14px;
}
#smap .single_list .samp_ttl{
  margin-bottom: 39px;
}

#smap .samp_list li{
  font-size: 14px;
  margin-bottom: 11px;
}
#smap .samp_list li:last-of-type{
  margin-bottom: 0;
}
#smap .samp_list li::before{
  content: "・";
  font-size: 35px;
  vertical-align: bottom;
  margin-left: -5px;
}
.smap1, .smap3 {
  width: 270px;
}
.smap2 {
  width: 480px;
}
.smap2 .smap2_col {
  display: flex;
  justify-content: space-between;
}
.smap2 .smap2_col dl {
  width: 230px;
}
.samp_mb32{
  margin-bottom: 32px;
}
/* フッターボトム */
#fmenu {
  margin-bottom:33px;
}
#fmenu li {
  padding-right: 20px;
  list-style: none;
  display: inline;
}
#fbtm {
  padding: 26px 0 20px;
	color:#333333;
	background-color: #fff;
}
#fbtm div {
  width:1000px;
	margin:0 auto;
	text-align: center;
}
#fbtm a {
	text-decoration:underline;
}
#fbtm a:hover {
	text-decoration:none;
}
.ftxt_top {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.ftxt_body {
	font-size: 11px;
	margin-bottom: 15px;
}
.copy {
	font-size: 10px;
}

/*　フッター下スペース対策　*/
.ftag {
  width:1px;
  height:1px;
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
}

/* 印刷設定 */
@media print{
  #footer{
      display:none;
  }
}


/* その他共通設定
========================================================================== */
/* infoボックス
---------------------------------------------- */
.info_container { 
  margin-inline: auto;
  max-width: 1200px;
}
.info_area {
  margin: 24px auto;
  display: flex;
  align-items: center;
  width: 100%;
}
.info_area dt,
.info_area dd {
  padding: 16px 20px;
  box-sizing: border-box;
}
.info_area dt {
  background: #aab1b5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 13%;
}
.info_area dd {
  background: #f9f9f8;
  font-size: 14px;
  text-align: left;
  width: 87%;
}
.info_area dd ul li + li {
  margin-top: 5px;
}
.info_area dd ul li span {
  padding-right: 16px;
}
.info_area dd ul li a {
  color: #3e3a39;
  font-weight: bold;
}
.info_area dd ul li a:hover {
  color: #ff9900;
}


/* 見出し（ヘッダー）
---------------------------------------------- */

#top h1 {
  border-bottom: 4px solid #70B92E;
  display: block;
  font-size: 32px;
  font-weight: bold;
  padding:32px 0 56px 10px;
  margin-bottom: 32px;
}

#main h2 {
  height: 56px;
  margin-bottom: 32px;
  padding-left: 16px;
  font-size: 24px;
  font-weight: bold;
  background-color: #70B92E;
  line-height: 56px;
  color: #fff;
}
#main h3 {
  background: #eee none repeat scroll 0 0;
  /* border-radius: 6px; */
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  padding-left: 12px;
  position: relative;
}
#main h4{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #CCC;
}
/* タイトル横　テキスト
---------------------------------------------- */
.top_ttl{
  position: relative;
}
.top_ttl .top_ttl-sub{
  font-weight: bold;
  color: #D70C18;
  position: absolute;
  right: 0;
  top: calc(50% - 14px);
  transform: translateY(-50%);
  border: 2px solid #D70C18;
  border-radius: 8px;
  padding: 8px 20px 5px;
}
/* 注釈
---------------------------------------------- */
.caution {
  padding-left: 24px;
  text-indent: -24px;
}

/* 注釈ボックス
---------------------------------------------- */
.box_gray {
  background: none repeat scroll 0 0 #F9F9F9;
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.box_white {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

/* 共通ホバーアクション 
---------------------------------------------- */
.link-hover img {
  opacity: 1;
  transition-duration: .3s;
}
.link-hover:hover img {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* ==========================================================================
# 納期表示
========================================================================== */


/* #box_delivery {
	padding: 12px 0 0;
}
#box_delivery .caution {
	text-indent: -0.4em !important;
	padding-left: 0 !important;
}
.delivery_inner {
	display: flex;
  flex-direction: column;
  align-items: center;
	width: 1000px;
	margin: 0 auto;
}
.delivery_today {
	display: flex;
	align-items: center;
	font-weight: bold;
	width: 744px;
	height: 44px;
	border: 2px solid #70B92E;
	box-sizing: border-box;
  margin-bottom: 10px;
}
.delivery_today dt {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.075em;
	width: 160px;
	height: inherit;
	line-height: 44px;
	background: #70B92E;
  text-align: center;
}
.delivery_today-inner {
	display: flex;
  align-items: center;
	justify-content: center;
	width: calc(100% - 160px);
}
.delivery_today dd {
	display: flex;
	align-items: center;
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
.delivery_today dd:not(:last-child) {
	margin-right: 16px;
}
.delivery_today .category {
	display: inline-block;
	width: 72px;
	height: 22px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	letter-spacing: 0.025em;
	background: #D70C18;
	border-radius: 3px;
	margin-right: 8px;
}
.delivery_today .num {
	font-size: 24px;
	vertical-align: baseline;
}
.delivery_caution {
	font-size: 11px;
	letter-spacing: 0.025em;
	line-height: 1.5;
	width: 258px;
	margin-left: 10px;
} */



/* トップへボタン設定(スクロールで表示) 
-------------------------------------------- */
.page_top{
  width:45px;
  height:45px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  transition: .4s;
  z-index: 1000;
/*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
.page_top a{
  position: relative;
  display: block;
  width:45px;
  height: 45px;
  text-decoration: none;
  background:#ccc;
  border-radius: 5px;
}
.page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.page_top a:hover{
  opacity: 0.7;
}
/*このクラスが付与されると表示する*/
.active{
opacity: 1;
visibility: visible;
}

/* フローティングバナー
---------------------------------------------- */
#bnr_f_discount {
  position: fixed;
  bottom: 105px;
  right: 0;
  opacity: 0;
  transition: .4s;
  z-index: 100;
  visibility: hidden;
}
#bnr_f_discount.active {
  opacity: 1;
  visibility: visible;
}
#bnr_f_discount a img {
  width: 150px;
  border-radius: 10px 0 0 10px;
  transition-duration: .3s;
}
#bnr_f_discount a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/* アイス棒ボタン 
-------------------------------------------- */

.btn_g a:hover {
  color: #fff;
}

/* 納期テーブル
---------------------------------------------- */
#nouki_tbl {
  margin: 40px 0 20px;
}
#nouki_tbl img {
  max-width:100%;
  vertical-align:bottom;
}
#nouki_tbl table {
  width: 600px;
  margin: 10px 0;
  border: 1px #BBB solid;
  border-collapse: collapse;
  border-spacing: 0;
}
#nouki_tbl table caption{
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

#nouki_tbl table th {
  padding: 5px 10px;
  border: 1px #BBB solid;
  background: #FFE9A4;
  text-align: center;
}
#nouki_tbl table .headline th {
  font-weight:bold;
  background:#FC6;
}
#nouki_tbl table td {
  padding:5px 10px;
  border:1px #BBB solid;
  text-align:center;
}
#nouki_tbl table td.color_g {
  background-color:#BBB;
}
#nouki_tbl table td.color_r {
  background-color:#FFC3C4;
}
#nouki_tbl table th.color_gr {
  background-color:#E8FBD0;
}
#nouki_tbl table th.color_w {
  background-color: #FFF;
}
#nouki_tbl table th.color_y {
  background-color: #FFFFB0;
}
#nouki_tbl table th.color_dy {
  background-color: #FFE97D;
}
#nouki_tbl table td.color_y {
  background-color:#FFFFE6;
}
#nouki_tbl table td.color_dy {
  background-color: #FFF4C1;
}
#nouki_tbl table td.color_last {
  background-color: #FFCC00;
}
#nouki_tbl p.ddate_holiday span {
  width: 40px;
  background: #FFC3C4;
  margin: 0 20px 0 0;
  display: block;
  float: left;
  overflow: hidden;
}
#nouki_tbl p.lastshiping span {
  width: 40px;
  background: #FFCC00;
  margin: 0 20px 0 0;
  display: block;
  float: left;
  overflow: hidden;
}
#nouki_tbl p.lastshiping + p.ddate_holiday {
  margin-top: 10px;
}

/* 宛名印刷あり */
.atena_r {
  background-color: #EC7669;
  color: #FFF;
  font-weight: bold;
  padding: 0 6px;
  margin-left: 4px;
}
/* 宛名印刷なし */
.atena_g {
  background-color: #EEE;
  color: #333333;
  font-weight: bold;
  padding: 0 6px;
  margin-left: 4px;
}

/* 下層カテゴリボタン
============================================================ */
.cate_menu_area .btn_category-inline ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-bottom: 40px;
}
.cate_menu_area .btn_category-inline li {
  width: calc((100% - 40px) / 2);
}
.cate_menu_area .btn_category-inline a {
  padding: 24px;
}
.cate_menu_area .btn_category-inline a::after{ 
  content: "";
  display: block;
  right: 30px;
  top: 20px;
  width: 125px;
  height: 188px;
  position: absolute;
  box-shadow: 0 0px 16px rgba(0 0 0 / 16%);
  transform:scale(1) rotate(0.1deg);
  -webkit-transform:scale(1) rotate(0.1deg);
  transition: .3s all;
}
.cate_menu_area .btn_category-inline a:hover::after {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  opacity: 1;
}
.cate_menu_area .btn_category-inline a:hover:before {
  outline: 4px solid #6FB92C;
}
.cate_menu_area .btn_category-title {
  margin-bottom: 12px;
}
.cate_menu_area .btn_category-number {
  background: #6FB92C;
  margin-bottom: 16px;
}
.cate_menu_area .btn_category-arrow {
  background: #6FB92C;
}
/* カテゴリボタンはがき設定
============================================================ */
.btn_category-outline li.-design a::after,
.btn_category-inline li.-design a::after {
	background: url("https://nenga.aisatsujo.jp/images/items/H02C201b.jpg") no-repeat center center;
	background-size: contain;
}
.btn_category-outline li.-photo a::after,
.btn_category-inline li.-photo a::after {
	background: url("https://nenga.aisatsujo.jp/images/items/H02P201b.jpg") no-repeat center center;
	background-size: contain;
}
.btn_category-outline li.-local a::after,
.btn_category-inline li.-local a::after {
	background: url("https://nenga.aisatsujo.jp/images/items/H02C801b.jpg") no-repeat center center;
	background-size: contain;
}
.btn_category-inline a span.localcard1::before {
  background: url("https://nenga.aisatsujo.jp/images/items/H02C801b.jpg") no-repeat center center/100%;
}
.btn_category-inline a span.localcard1::after {
  background: url("https://nenga.aisatsujo.jp/images/items/H02C802b.jpg") no-repeat center center/100%;
}
.btn_category-inline a span.localcard2::before {
  background: url("https://nenga.aisatsujo.jp/images/items/H02C803b.jpg") no-repeat center center/100%;
}
.btn_category-inline a span.localcard2::after {
  background: url("https://nenga.aisatsujo.jp/images/items/H02C804b.jpg") no-repeat center center/100%;
}

/* 引越しバナー設定
============================================================ */
.hagaki_bnr{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.hagaki_bnr-item {
  width: 440px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
}
/*ご当地はがき*/
.hagaki_bnr-item.-b_local a::after {
  content: "";
  display: block;
  background: url(https://nenga.aisatsujo.jp/images/items/H02C801b.jpg) no-repeat 0 0 / contain;
  width: 85px;
  height: 126px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 20%);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
.hagaki_bnr-item img{
  width: 100%;
  height: auto;
}
.hagaki_bnr-item a:hover {
  opacity: .8;
}