@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3


/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* コラムの関連記事非表示 */
.widget_related_entries {
	display: none;
}

/* List category posts用 */
ul.lcp_catlist li:after{
	content: "";
	display: block;
	clear: both;
}
ul.lcp_catlist li {
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-bottom: 10px;
}
 ul.lcp_catlist li a {
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	color: #000;
}
ul.lcp_catlist li a:last-child::after {
	content: "→もっと読む";
	display: block;
	font-size: 0.8em;
	margin-top: 15px;
	color: #1967D8;
}
ul.lcp_catlist li img {
	float: left;
	margin-right: 30px;
}

.mobile-menu-buttons .menu-caption {
    font-size: 10px;
    text-align: center;
    opacity: 0.8;
    display: block;
    font-weight: bold;
}

.mobile-menu-buttons {
	background-color: #dcdcdc;
}

.fas {
    font-size: 1.18em;
}
span.budge {
    position: absolute;
    background: #00c84b;
    color: white;
    font-weight: bold;
    padding: 0px 6px;
    font-size: 0.9em;
}
span.budgekb {
    position: absolute;
    background: #cc0000;
    color: white;
    font-weight: bold;
    padding: 0px 6px;
    font-size: 0.9em;
}
.main_img {
    position: relative;
}
span.hu-budge {
    position: absolute;
    left: 13px;
    bottom: 21px;
    padding: 0px 13px;
    background: #00c84b;
    margin: 0px 0 0 0px;
    color: white;
    font-weight: bold;
}
/* .main {
    width: 880px !important;
} */
.smlec-tanka{
	font-size:16.5px;
}
.smlprice{
	font-size:12px;
}
span.totalAmount {
    font-weight: bold;
}


/* reCAPTCHAの保護マーク非表示 */
.grecaptcha-badge {
	visibility: hidden;
}

/* .main {
    width: 980px;
} */

.sidebar .sns-follow-buttons a {
	border-radius: 16%;
	width: 60px; /*ボタンの横の大きさ*/
	height: 60px; /*ボタンの縦の大きさ*/
	font-size: 38px; /*アイコンのサイズ*/
	margin: 0 8px; /*ボタン同士の間隔*/
}
.sidebar .instagram-button {
	background-color: #c522b8 !important;
}
h3.widget-title {
	background: #f3b917;
    color: #FFFFFF;
    font-size: 1em;
    padding: 8px;
    font-weight: bold;
    text-align: center;
}
.sidebar .sns-follow-buttons, .footer .sns-follow-buttons {
	justify-content: center;
}

/* 商品ページパンくず下の横幅 */
.breadcrumb:last-child {
	width: 100%;
}

/* ヘッダー　キャッチコピー部分 */
.tagline {
	background-color: #E78800;
	color: #FFFFFF;
	margin-top: 0;
}

/* アピールエリア */
.appeal-in {
	padding: 0;
	min-height: auto;
}
.appeal-content {
	/*	max-width: 1256px; */
	max-width: 100%;
	padding: 0;
}
#appeal .wrap {
	width: 100%;
	padding: 0;
}
.appeal-message {
    margin-bottom: 0;
}
.appeal-message p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 480px) {
    .appeal .appeal-in {
        min-height: auto;
    }
}

/* 記事タイトルを非表示 */
h1.entry-title {
	display: none;
}

.eye-catch {
	margin: 0 auto;
}

/* フッターサイトロゴ */
.footer-bottom-logo img {
    height: 100px;
}

/*****************************
 *  ヘッダーカスタマイズ用 
 *****************************/
.header {
	padding: 0 0 .25em 0;
}

/* 最上部　キャッチコピー */
#header div.disp {
    font-size: 0.8rem;
    margin: 0 0 7px 0;
	padding: 10px auto;
	text-align: center;
/*    font-weight: bold; */
	color: #fff;
	background-color: #E78800;
	width: 100%;
	letter-spacing: 0.1em;
}

.header_wrapper {
    width: 100%;
    padding: 15px 2.5% 10px 2.5%;
    box-shadow: 0 3px 3px rgba(0,0,0,0.14);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.14);
    background: #fff;
    z-index: 999;
}

.header_contents_wrap {
    max-width: 100%;
    margin: auto;
    padding: 0 0 0 29px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.header_contents:nth-of-type(2) {
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
 	justify-content: flex-end;
	width: 80%;
}
.header_contents:nth-of-type(3) {
	margin-right: 0;
    display: flex;
	justify-content: flex-end;
	width: 8%;
	flex-direction: column;
	align-items: center;
}
.header_contents:nth-of-type(3) img {
	width: 100%;
	height: auto;
}
.header_contents:nth-of-type(3) span.storesk {
	font-size: 8px;
	font-weight: bold;
	color: #bbb;
	display: block;
	white-space: nowrap;
}

@media screen and (max-width: 767px){
	#header div.disp {
		line-height: 1.3;
		letter-spacing: 0.05em;
		padding: 4px 6px;
	}
	.header_contents_wrap {
		padding-left: 0;
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.header_contents:nth-of-type(2), .header_contents:nth-of-type(3) {
		display: none;
	}
	.header_contents .logo-font {
		text-align: center;
		margin: 0 auto;
	}
	.header_contents .logo-font img {
		width: 80px;
	}
}

/* 電話番号の上 メッセージ */
.header_tel_title {
    background: #E78800;
    color: #fff;
    padding: 5px;
	margin-bottom: 4px;
    line-height: 1.4;
    width: 100%;
    text-align: center;
    font-size: 0.85rem;
    font-family: 'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
}

.header_contents .btn_wrap{
	margin-left:2%;
}

.header_tel {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
    margin-top:-3px;
}

.header_tel a {
    color: #000;
	text-decoration: none;
}

.header_tel div {
    font-weight: normal;
    font-size: 0.8rem;
}

.header_tel i {
	color: #696969;
}

.header_contact_btn:hover{
  text-decoration:none;
}

.header_contents h1 {
    font-size: 0.7rem;
    margin: 0 auto 10px auto;
    font-weight: normal;
    line-height: 1.3;
}

/* by IPPIN-DO */
.logo-font span.by img {
	width: 80px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
}

@media screen and (min-width: 768px) and (max-width: 945px) {
  .logo-font span.by img {
		width:60px;
	}

	 header .mail {
		font-size:1.0rem;
	}
}

span.yellow {
    color: #fffc00;
}

#header_btn_wrap .inner__box .btn_wrap a.Hurf img {
    width: 60px;
}

.btn_wrap a.mail {
    padding: 0.6em 0.5em 0.6em 0.75em;
}

.btn_wrap a {
    display: block;
    position: relative;
	text-decoration: none;
}
.btn_wrap a:hover {
	color: #fff;
}

.mail {
    display: block;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    height: 100%;
    font-size: 1.65rem;
    font-weight: 600;
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0.4em 0.5em 0.4em 0.75em;
    background: linear-gradient(rgb(251, 101, 20) 0%, rgb(251, 101, 20) 50%, rgb(250, 62, 0) 51%, rgb(250, 62, 0) 100%);
    border-radius: 0.45em;
    overflow: hidden;
    line-height: 1.4;
}

.mail2 {
	background: linear-gradient(rgb(36, 96, 187) 0%, rgb(36, 96, 187) 50%, rgb(35, 56, 167) 51%, rgb(35, 56, 167) 100%);
}

header .mail {
    font-size: 1.15rem;
    max-width:300px;
    margin-left:auto;
}

.btn_wrap a span.top {
    background: #fff;
    padding: 1px 5px;
    width: 100%;
    text-align: center;
    color: #fb6514;
    border-radius: 2px;
    font-size: 10px;
    margin-bottom: 0.5em;
    display:inline-block;
    width:100%;
}

.block{
 display:block;
}

.shiny-btn {
    position: relative;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 60px;
    height: 200px;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}



.btn_mail .mail_btn_time {
    border-radius: 12px;
    color: #319400;
    text-align: center;
    background: #ffef19;
    line-height: 1.1;
    padding: 3px;
    max-width: 280px;
    display: block;
    font-size: 12px;
    margin: auto;
    font-weight: 600;
    margin-top: .56em;
}

/* ナビゲーションメニュー */
.navi {
     position: relative;
     background: #fff;
     border-top: 1px solid #ddd;
/*       z-index: 999; */
     border-bottom: 3px solid var(--keyColor);
}

.navi-in a:hover {
	background: #dcdcdc;
}

.navi a:hover {
	text-decoration: none;
}

.navi-in > ul .sub-menu{
	background: #fff;
	border: none;
}

.navi-in > ul .sub-menu .item-label:after {
  display:none;
}

.navi a {
	 color: #1a1a1a;
}

.navi .item-label {
	position:relative;
	padding: 0 1em;
	font-size: 0.8em;
	font-weight: bold;
 }

.navi li:first-child .item-label {
	border-left: 1px solid #ddd;
}

.navi-in > ul .sub-menu li:first-child .item-label {
	border-left:0;
}

.navi .item-label:after {
	width: 1px;
	background: #ddd;
	height: 100%;
 	position: absolute;
 	content:'';
	top: 50%;
 	right: 0;
	transform: translateY(-50%);
}

.header_tel a:before {
	display:none;
 }

.content-in{
 background:#fff;
}

/*****************************
 * 見出しカスタマイズ用 
 *****************************/
/* 見出しデフォルトリセット */
.article h2{
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	padding: 0;
	margin-top: 50px;
}

.article h2.mg0 {
	margin-top: 0 !important;
}

.article h3{
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	padding: 0;
}

.article h4{
	border-top:none;
	border-bottom:none;
	padding: 0;
}

.article h5{
	border-bottom:none;
	padding: 0;
}

/* カスタマイズ */
.article .entry-content h1 {
	text-align: center;
	text-decoration: underline;
	text-decoration-thickness: 0.2em;
	text-decoration-color: #F3B917;
/*	text-underline-offset: -0.1em;*/
	text-decoration-skip-ink: none;
}

.article .entry-content h1.noline {
	text-decoration: none;
	margin-bottom: 20px;
}

.entry-title, .archive-title {
	text-align: center;
	text-decoration-thickness: 0.2em;
	text-decoration-skip-ink: none;
}

.article h2 {
	font-size: 22px;
    padding: 12px;
	background-color: #fffacd;
	border-bottom: 3px solid #F3B917;
}

.article h3 {
	border-left: 12px solid #E78800;
    border-right: none;
    border-top: none;
    border-bottom: 1px dashed #E78800;
    font-size: 18px;
    padding: 12px 20px;
}

@media screen and (max-width: 480px){
	.article .entry-content h1 {
		font-size: 1.15em;
	}
	.article h2 {
		font-size: 20px;
		line-height: 1.4;
		padding: 10px;
	}
	.article h3 {
		padding: 7px 10px;
		line-height: 1.4;
	}
}

/*****************************
 *  サイドバー用 
 *****************************/
/* .sb-category {
	width: 300px;
	margin: 0 50px 0 0;
} */

.sb-category dl {
	background: #ffffff;
}

.sb-category dl dt {
	background: #f3b917;
	color: #FFFFFF;
	font-size: 1em;
	padding: 8px;
	font-weight: bold;
	text-align: center;
}

.sb-category dl dd {
	margin: 0;
	padding: 0 0 8px 0;
}

.sb-category dl dd ul {
	padding-left: 0;
}

.sb-category dl dd li {
	border-bottom: 1px dashed #E0E0E0;
	display: table;
	width: 100%;
	position: relative;
	font-size: 14px;
	padding: 8px 20px 8px 10px;
}

.sb-category dl dd li:hover {
	color: #AC1F24;
	cursor: pointer;
}

.sb-category dl dd li:hover img {
	opacity: 0.5;
	transition: 0.2s;
}

.sb-category dl dd li:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	position: absolute;
	right: 10px;
	top: 25%;
}

.sb-category .bordernone ul li:after {
	display: none
}

/* .sb-category dl dd li:last-child {
	border: none;
} */

.sb-category dl dd li img {
	vertical-align: middle;
	margin: 0 8px 0 0;
	width: 40px;
	height: 40px;
}

.sb-category dl dd li {
	display: inline-block;
	font-weight: bold;
	color: #000;
}

.sb-category a {
	text-decoration: none;
}

.sb-category .bordernone ul li {
	border: none !important;
	font-size: 12px;
	text-align: center;
	padding: 12px 0 0 0;
}

a.sb-button {
	background-color: #FB6514;
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
}
a.sb-button i {
	padding-right: 10px;
}

/*****************************
 *  TOPページ用 
 *****************************/

/* スライド画像の矢印 */
.wpsisac-slick-slider .slick-arrow, .wpsisac-slick-carousal .slick-arrow {
	z-index: 1;
}

/* よく売れてる商品 */
.recommend-area .recommend-area-list {
    margin-bottom: -1%;
    margin-left: -1%;
	list-style: none;
	padding-left: 0;
}

.recommend-area .recommend-area-goods {
    float: left;
    margin: 0 0 1% 1%;
    width: 32%;
}

.recommend-area .recommend-area-goods:nth-child(3n) {
    width: 33%;
}

.recommend-area .recommend-area-goods a {
    background-color: #fff;
    border: 1px solid #D6D6D6;
    color: #111111;
    display: block;
    line-height: 1.2;
    padding: 9px;
    position: relative;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
	text-decoration: none;
}

.recommend-area .recommend-area-goods a:hover {
    opacity: .7;
    text-decoration: none;
}

.recommend-area .recommend-area-goods .cl-default {
    border-radius: 1px;
    letter-spacing: 0;
    padding: 2px 4px 1px;
    vertical-align: 1px;
	font-size: 11px;
}

.recommend-area .recommend-area-goods .cl-default {
    background-color: #6699FF;
    border: 1px solid #6699FF;
	color: #fff;
}

.recommend-area .recommend-area-goods .cl-default.l-ghost {
    background-color: transparent;
    color: #6699FF;
    font-weight: 600;
}

.recommend-area .recommend-area-goods .goods-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0 0;
    position: relative;
    z-index: 50;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.recommend-area .recommend-area-goods .goods-price {
    color: #E78800;
    font-size: 12px;
    margin-bottom: 0;
	position: relative;
	z-index: 50 !important;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.recommend-area .recommend-area-goods .goods-price .goods-price-value {
	font-family: 'Lato', sans-serif;
	font-size: 42px !important;
	padding: 0 3px;
}

.recommend-area .recommend-area-goods .goods-price .goods-price-subvalue {
    font-size: 18px;
    font-weight: 600;
    padding-right: 3px;
}

.recommend-area .recommend-area-goods .goods-text {
    font-size: 11px;
    margin-bottom: 0;
}

.recommend-area .recommend-area-goods .goods-image {
    bottom: 0;
    height: 110px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    z-index: 10;
}

@media only screen and (max-width: 480px) {
	.recommend-area .recommend-area-list {
        margin-left: 0
    }
    
    .recommend-area .recommend-area-goods {
        border-bottom: 1px solid #ddd;
        float: none;
        margin: 0 0 10px;
        width: 100%;
    }

    .recommend-area .recommend-area-goods:nth-child(3n) {
        width: 100%;
    }
    
    .recommend-area .recommend-area-goods .goods-price {
        display: inline-block;
    }
    
    .recommend-area .recommend-area-goods .goods-price .goods-price-value {
        font-size: 30px;
    }
    
    .recommend-area .recommend-area-goods .goods-price .goods-price-subvalue {
        font-size: 18px;
    }
    
    .recommend-area .recommend-area-goods .goods-text {
        display: inline-block;
        margin-left: 5px;
    }
    
    .recommend-area .recommend-area-goods .goods-image {
        height: 86px;
        width: 86px;
    }
}

.cf:after,.clear {
    clear: both;
    display: block;
}

.cf:after {
    content: " ";
}


/* ランキング */
.rank-box h3 {
	border-left: none;
	border-bottom: 1px dashed #ccc;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}

.rankicon img {
	margin: 0;
	padding: 0;
}

.rank-box figure:nth-child(2) img {
	height: 120px;
	margin: 0;
	padding: 0;
}

.rank-box figure img {
	margin-top: 0;
	margin-bottom: 0;
}

.rank-table table {
	border: none !important;
	width: 100% !important;
	margin: 0;
	text-align: center;
	line-height: 1.2;
}

.rank-table table td, .rank-table table tr {
	border: none;
}

.rank-table table td {
	background-color: #fff;
}

.rank-table table tr td:nth-of-type(1){
	font-weight: bold;
	padding: 3px 1px;
	font-size: 12px;
}
.rank-table table tr td:nth-of-type(2){
	font-weight: bold;
	font-size: 14px;
	color: #E78800;
	padding: 3px 1px;
}
@media screen and (max-width: 500px) {
	.rank-box {
		margin-bottom: 35px;
	}
	
	.rank-box h3 {
		margin-top: 0;
		font-size: 1em;
		margin-bottom: 15px;
	}
	
	.rank-box figure.wp-block-image {
		margin-bottom: 0;
	}
	
	.rank-box figure:nth-child(2) img {
		width: 80%;
		height: auto;
		margin-top: 10px;
		margin: 0 auto;
	}
	.rank-table table tr td:nth-of-type(1){
		font-size: 0.9em;
	}
	.rank-table table tr td:nth-of-type(2){
		font-size: 1.2em;
	}
}
.mobile-menu-buttons .menu-button{
	    padding: 10px 0px 12px 0px;
}

/* お知らせ */
.infoarea {
	background-color: #f0f0f0;
	padding: 15px;
	font-size: 85%;
	overflow-y: scroll;
	height: 300px;
}
.infoarea dl {
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
    margin-bottom: 5px;
    font-size: 0.9em;
}
.infoarea dl:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.infoarea dt {
	padding-bottom: 4px;
	font-weight: bold;
}
.infoarea dt span.ctname {
	padding-left: 12px;
	display: inline-block;
}
.infoarea dt span.ctname#aka {
	color: red;
}
.infoarea::-webkit-scrollbar{
	width: 10px;
}
.infoarea::-webkit-scrollbar-track{
	background-color: #ccc;
}
.infoarea::-webkit-scrollbar-thumb{
	background-color: #E78800;
}

@media screen and (min-width: 500px) {
	.infoarea dt {
		clear: left;
		float: left;
		width: 24%;
	}
	.infoarea dd {
		margin-left: 16%;
	}
}

.jnb {
	display: inline-block;
	background-color: black;
}

.jnb img {
	opacity: 0.7;
	display: block;
}

/*****************************
 *  営業日カレンダー用 
 *****************************/
.content-bottom {
	background-color: #fff;
	padding: 20px 0;
	margin-bottom: 0;
}
.footer {
	margin-top: 0;	
}
/* カレンダーを横並びに表示する */
.xo-event-calendar .xo-months {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 15px;
	row-gap: 5px;
}

.xo-event-calendar table
.xo-month .month-event-title{
	text-align: center;
}

/* 次へのボタン＞を消す */ 
.xo-event-calendar button{
	display: none;
}

/* 前月や次月の日付を消す */
.xo-event-calendar .other-month {
	display:none;
}
/* レスポンシブ対応 */
@media screen and (max-width: 1279px){
	.content-bottom {
		padding: 20px 35px;
	}
}
@media screen and (max-width:1023px) {
	.content-bottom-in h2 {
		margin-left: 18px;
	}
	
	.xo-event-calendar {
		margin: 0 auto;
		width: 90%;
	}
	.xo-event-calendar .xo-months {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}

/*****************************
 *  商品一覧ページ用 
 *****************************/
/* ページネーション */
.pagination-next-link {
	background-color: #E78800;
	color: #fff;
	border: none;
	border-radius: 30px;
}
.pagination-next-link:hover {
	background-color: #F3B917;
	transition: all 0.5s ease;
	color: #fff;
}
.page-numbers {
	color: #E78800;
	border: 1px solid #E78800;
	border-radius: 50%;
}
.pagination .current {
	background-color: #E78800;
	color: #fff;
}
.page-numbers.dots {
	opacity: 1;
	background: none;
}
.pagination a:hover {
	background-color: #E78800;
	color: #fff;
}

.ctmemo {
	font-size: 0.85em !important;
}

/*****************************
 *  商品詳細ページ用 
 *****************************/
/* 商品画像サムネ切り替え */
section#itemimg {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
section#itemimg img {
	border: 1px solid #d3d3d3;
}
section#itemimg .main_img img {
	width: 100%;
	margin: 0;
	padding: 10px;
}
section#itemimg .sub_img dl {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section#itemimg .sub_img dl dt {
	display: table-cell;
	width: 25%;
	margin: 0px;
	padding: 4px;
	vertical-align: middle;
}
section#itemimg .sub_img dl dt img {
	cursor: pointer;
	margin: 0;
	padding: 0;
}
section#itemimg .sub_img dl dd {
	display: table-cell;
	margin: 0px;
	padding: 0px;
}
.select img {
	border: 4px solid #ff4500 !important;
}

/* 右側　商品情報 */
.rightside {
  /* width: 28vw; */
  /* height: 70vh; */
}
.rightside h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}

/* 商品名 */
h1.p-title {
	text-decoration: none;
	text-align: left;
	font-weight: 550;
	font-size: 1.35em;
	line-height: 1.3;
	padding-bottom: 10px;
	border-bottom: dotted 2px #F3B917;
	margin-bottom: 16px;
	width: 100%;
}

@media(max-width:500px){
	h1.p-title {
		font-size: 1.1em;
	}
}

/* 送料無料 */
.cart-box-free span.muryo {
	background: #e60012;
	padding: 2px 8px;
	color: #fff;
	margin-right: 8px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid #e60012;
}
.cart-box-free span.chui {
	font-size: 11px;
	color: #3d3938;
}

/* 商品番号 */
.prodcut-number {
	display: flex;
	align-items: center;
	margin-top: 6px;
	margin-bottom: 6px;
}
.p-box {
	height: 23px;
	border: solid 1px black;
	display: flex;
	align-items: center;
	background: #211c1c;
	color: white;
}
.p-box p {
	padding: 0px 10px;
	font-size: 11px;
	line-height: 1px;
}
.p-number {
	margin-left: 1vw;
	font-size: 15px;
}

/* 商品紹介文 */
.product-introduce {
	/* width: 30vw; */
	/* height: 15vh; */
	/* background-color: #27364b; */
}
.introduce-up {
	display: flex;
	align-items: flex-end;
	padding: 11px 0px 8px;
}
/* キャッチコピー */
.introduce-up p {
	color: #f3b917;
	font-size: 1em;
	line-height: 1.3;
}

.introduce-down {
	/* width: 30vw; */
	/* height: 12vh; */
	/* background-color: #c7d1e0; */
	/* display: flex; */
  /* align-items: center; */
}

ul.int-downbox {
	background-color: #eeeeee4a;
	padding: 14px 10px 14px 40px;
	border: 1px solid #d3d3d3;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
	list-style-type: none;
}
ul.int-downbox li {
	position: relative;
	font-size: 0.8em;
}
ul.int-downbox li::after {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: -1.5em;
	width: 10px;
	height: 5px;
	border-left: 2px solid #f3b917;
	border-bottom: 2px solid #f3b917;
	transform: rotate(-45deg);
}

/* 商品詳細 */
h3.detailh {
	border: none;
	font-weight: normal;
	background-color: #555555;
	color: #fff;
	display: inline-block;
	padding: 12px;
	font-size: 13px;
	line-height: 1px;
	margin-bottom: 15px;
}
table.detailtable {
	font-size: 14px;
	margin: 0 0 20px 0;
	width: 100%;
	margin-top: 0;
}
table.detailtable th {
	white-space: nowrap;
}
table.detailtable td {
	background-color: #fff;
}
table.detailtable td span.ptaghoka {
    display: inline-block;
    color: #E78800;
    background: #fff;
	border: 1px solid #E78800;
    padding: 2px 3px;
    margin-right: 3px;
    font-size: 0.75em;
}
/* フルカラー印刷 */
table.detailtable td span.ptag2 {
    display: inline-block;
    color: #FFF;
    padding: 2px 4px;
    background: linear-gradient(to right,#c70000,#d28300,#dfd000,#00873c,#005aa0,#181878,#800073);
    margin-right: 4px;
    font-size: 0.75em;  
}
/* 金銀箔押し */
table.detailtable td span.ptag3 {
    display: inline-block;
    color: #FFF;
    padding: 2px 4px;
    background: linear-gradient(to right,#DBB400,#979C9A);
    margin-right: 4px;
    font-size: 0.75em;  
}

/* ご注文・お問い合わせボタン */
.cont-btn {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.button-66 {
	background-color: #dc143c;
	border-radius: 4px;
	border: 0;
	box-shadow: rgba(1, 60, 136, 0.5) 0 -1px 3px 0 inset,
    	rgba(0, 44, 97, 0.1) 0 3px 6px 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	min-height: 48px;
	padding: 16px 25px;
	position: relative;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	vertical-align: baseline;
	transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cont-btn a {
	text-decoration: none !important;
}
.button-66:hover {
	background-color: #B22222;
	transform: translateY(-2px);
}
.cont-btn a:hover {
	text-decoration: none !important;
}
.button-66:after {
	font-family: "Font Awesome 5 Free";
	content: "\f35a";
	padding-left: 8px;
}

.cont-btn#shita {
	margin-bottom: 40px;
	display: block;
}
.cont-btn#shita .button-66 {
	width: 100%;
}

/* 入稿フォーマットボタン */
.nyuko-buttonwarap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-top: 2vh;
	background-color: #F5F6F7;
}
h4.nyuko {
	/* background-color: rgb(187, 187, 187); */
	width: 100%;
	padding-top: 13px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
	justify-content: center;
	align-content: center;
	margin-bottom: 30px;
	margin: 0 auto;
	font-size: 0.8em;
	font-weight: 600;
	padding-bottom: 5px;
	border: none;
}
.nyuko-button {
	width: 50%;
	padding: 15px;
}
.nyuko-button img {
	width: 100%;
	right: 0;
	bottom: 0;
}
.text_linkbox {
	margin: 0 auto;
	padding: 15px 0;
}
.text_linkbox p {
	text-align: center;
	margin-bottom: 0;
	font-size: 0.85em;
	line-height: 1.3;
}

.downloadBox li:nth-of-type(2) a {
	border: 1px solid #d5b0b0;
	margin: 0 10px 0 0;
	background: #00aeff;
	background: -moz-linear-gradient(top, #00aeff 0%, #00aeff 100%);
	background: -webkit-linear-gradient(top, #00aeff 0%, #00aeff 100%);
	background: linear-gradient(to bottom, #00aeff 0%, #00aeff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee4e4', endColorstr='#ead0d0', GradientType=0);
}

.downloadBox li:nth-of-type(1) a,
.downloadBox li:nth-of-type(3) a {
	border: 1px solid #d5b0b0;
	margin: 0 10px 0 0;
	background: #fa7900;
	background: -moz-linear-gradient(top, #fa7900 0%, #fa7900 100%);
	background: -webkit-linear-gradient(top, #fa7900 0%, #fa7900 100%);
	background: linear-gradient(to bottom, #fa7900 0%, #fa7900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee4e4', endColorstr='#ead0d0', GradientType=0);
}

.detail .downloadBox li a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f56d";
	font-size: 24px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

/* 価格表 */
/* 文字点滅アピール */
.apmoji {
	animation: blinking 1s ease-in-out infinite alternate;
	color: red;
	font-weight: bold;
}
 
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* 見出し部分 */
.tab_box{
/* 	margin-bottom: 25px !important; */
}
.tab_box .price-title {
    display: flex;
    border-left: solid 7px #f3b917;
    height: 3.5vh;
}
.tab_box .price-title h2 {
    letter-spacing: -0.05em;
    font-size: 1.3em;
	padding: 7px;
	margin: 0 7px 0;
    border-left: none;
    display: table-cell;
    line-height: 1.4rem;
	background-color: #fff;
}
/* 既製品・ラベル印刷などの切り替えタブ */
.tab_box .btn_area {
	margin: 0 10px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
}

.tab_box .tab_btn {
	width: 100%;
	padding: 8px 0;
	margin-top: 20px;
	margin-bottom: 0;
	color: #333;
	background: #f5f7f8;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tab_box .tab_btn + .tab_btn {
	margin-left: 8px;
}

.btn_area .tab_btn span {
    font-size: 10.5px;
}

.tab_box .tab_btn:hover {
	background-color: #dce1e4;
}

.tab_box .tab_btn.active {
	background: #07539f;
	color: #fff;
}

/* 価格テーブルエリア */
.tab_box .panel_area {
	padding-top: 10px;
}

.tab_box .tab_panel {
	display: none;
	margin-bottom: 25px;
}

.tab_box .tab_panel.active {
	display: block;
	transition: 0.3s;
	white-space: nowrap;
    overflow-x: scroll;
}

.tab_box .tab_panel.active tr {
	transition: 0.07s;
}

.tab_box .tab_panel.active td {
	transition: 0.07s;
}

.tab_box .tab_panel.active tr:hover {
	background-color: #6385c55e;
}

.tab_box .tab_panel.active tr td:hover {
/* 	background-color: #218bb38f; */
	background-color: #ffcc66;
}

.tab_panel.active thead tr:first-child {
	pointer-events: none;
}

.tab_panel.active thead th {
	background-color: #167F92;
}

.tab_box table {
	display: table;
	border-collapse: separate;
	box-sizing: border-box;
	text-indent: initial;
	border-spacing: 1vh;
}

.tab_box tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

.tab_box th {
	font-weight: 400;
	text-align: left;
}

.tab_box table {
	border-collapse: collapse;
	margin: 0 auto 5px;
	padding: 0;
	width: 97%;
/* 	table-layout: fixed; */
}

.tab_box table tr {
	background-color: #e6f2f5;
	padding: 0.35em;
	border-bottom: 2px solid #fff;
}

.tab_box table th,
.tab_box table td {
	padding: 0.5em 1em 0.5em 1em;
	border-right: 2px solid #fff;
	text-align: center;
	font-size: 16px;
}

.tab_box table th {
	font-size: 0.85em;
	text-align: center;
	line-height: 1.3;
}

.tab_box table thead tr {
	background-color: #167f92;
	color: #fff;
}
.tab_box table tbody td.price {
	color: #167F92;
/* 	font-weight: bold; */
}
.tab_box table tbody td.price span.nuki {
 	font-size: 90%;
}

/* 価格表のレスポンシブ対応 */
@media screen and (max-width: 500px) {
	.tab_box {
		width: 90vw;
		margin: 0 auto;
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.tab_box .price-title {
    	display: flex;
    	border-left: none;
    	flex-direction: column;
	}
	.tab_box .price-title h2 {
		border-left: solid 7px #f3b917;
	}

	.tab_box .price-title > .cart-box-free {
		display: flex;
		align-items: center;
		padding-top: 10px;
		padding-left: 10px;
	}

	.tab_box .tab_btn {
		padding: 5px 0;
		line-height: 1.3;
	}
	.tab_box .btn_area {
		font-size: 12px;
		margin-top: 50px;
	}
 	.btn_area .tab_btn span {
		display: inline-block;
	}
	.tab_box .price {
		font-size: 4.8vw;
		white-space: nowrap;
	}
	.tab_box table {
		width: auto;
	}

	.tab_box .panel_area {
		overflow-x: scroll;
	}
	.panel_area :nth-child(1) {
		width: auto;
	}
	.panel_area :nth-child(2) {
		width: 90vw;
	}
}

/* 価格が無い場合 */
.mtmr {
	display: block;
	padding: 6px 20px;
	border: 2px solid #FA3E00;
	color: #FA3E00;
	margin: 15px auto 40px;
	text-align: center;
}
.mtmr a {
	font-weight: bold;
	text-decoration: none;
	color: #FA3E00;
}
.mtmr a:hover {
	color: #1967D2;
}

/* 関連記事　見出し */
h2.related-entry-heading {
	letter-spacing: -0.05em;
    font-size: 1.3em;
    padding: 7px;
    margin: 30px 7px 15px !important;
    border-left: solid 7px #f3b917;
    display: table-cell;
    line-height: 1.4rem;
    background-color: #fff;
}
.rect-vertical-card .related-list {
	margin-top: 15px;
}
.rect-vertical-card .related-entry-card-thumb img {
    aspect-ratio: 5 / 4;
    object-fit: contain;
}


/*****************************
 *  ご利用ガイドページ用 
 *****************************/
/* ご利用ガイドの薄黄色ブロック */
.lyblock {
	padding: 15px 20px;
	background-color: #FFF1E4;
}
.lyblock h4 {
	border: none;
	color: #E78800;
	margin-bottom: 5px;
	padding-left: 0;
}
.lyblock .ippinmail a {
	color: #E78800;
	text-decoration: none;
}
.lyblock .ippinmail a:hover {
	text-decoration: underline;
}
.lyblock .box-content {
	padding: 15px;
}
.lyblock .caption-box-label {
    padding: 0.4em 0.9em;
}

.lyblock li {
	font-weight: bold;
	color: #991422;
}
ul.nyukocheck {
	font-size: 0.9em;
	line-height: 1.8;
	list-style-type: none;
	padding-left: 5px;
}

ul.nyukocheck li+li {
	margin-top: 5px;
}

ul.nyukocheck li {
	position: relative;
	padding-left: 25px;
}

ul.nyukocheck li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 7px;
	top: .45em;
	left: 6px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 2px solid #991422;
	border-bottom: 2px solid #991422;
}

ul.nyukocheck li:after {
	content: "";
	position: absolute;
	top: .3em;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #991422;
	border-radius: 2px;
}

/*****************************
 *  特定商取引法ページ用 
 *****************************/
.lawtable {
	padding: 0;
}
.lawtable table {
	border: 1px solid #ADADAD;
	width: 100%;
	margin: 0 auto;
}
.lawtable table th {
	background-color: #F0F4F6;
	font-weight: bold;
	width: 30%;
	border: 1px solid #ADADAD;
}
.lawtable table td {
	background-color: #fff;
	font-size: 90%;
	width: 70%;
	border: 1px solid #ADADAD;
}
@media screen and (max-width: 767px){
	.lawtable table {
		display: block;
		width: 100%;
	}
	.lawtable table tbody {
		display: block;
		width: 100%;
	}
	.lawtable table tr {
		display: block;
		width: 100%;
		border: none;
	}
	.lawtable table  th {
		display: block;
		width: 100%;
		line-height: 1.4;
	}
	.lawtable table td {
		display: block;
		width: 100%;
		font-size: 85;
		line-height: 1.3;
	}
}
/* 所在地 */
p.syozai {
	margin-bottom: 3px;
	font-size: 0.85em;
	font-weight: bold;
}

/*****************************
 *  問い合わせフォーム用 
 *****************************/
::placeholder {
	color: #c0c0c0;
}

/* スマホ用カスタマイズ */
@media(max-width:500px){
	.inquiry th,.inquiry td {
		 display:block!important;
		 width:100%!important;
		 border-top:none!important;
		 -webkit-box-sizing:border-box!important;
		 -moz-box-sizing:border-box!important;
		 box-sizing:border-box!important;
	}
	.inquiry tr:first-child th{
		 border-top:1px solid #d7d7d7!important;
	}
	/* 必須・任意のサイズ調整 */	
	.inquiry .haveto,.inquiry .any {	
		font-size:10px;
	}
	/* チェックボックスを縦並びに */
	span.wpcf7-form-control label {
		display: block;
	}
}
/* 見出し欄 */
.inquiry th{
	 text-align:left;
	 font-size:14px;
	 color:#444;
	 padding-right:5px;
	 width:30%;
	 background:#f7f7f7;
	 border:solid 1px #d7d7d7;
}
.inquiry p {
	margin-bottom: 0;
}
/* 通常欄 */
.inquiry td{
	font-size: 0.9em;
	border:solid 1px #d7d7d7;
	background-color: #fff;
	margin-right: 10px;
}
/* 横の行とテーブル全体 */
.entry-content .inquiry tr,.entry-content table{
	 border:solid 1px #d7d7d7;	
}
/* 必須の調整 */
.haveto{
	 font-size:7px;
	 padding:5px;
	 background:#b22222;
	 color:#fff;
	 border-radius:2px;
	 margin-right:5px;
	 position:relative;
	 bottom:1px;
}
/* 任意の調整 */
.any{
	 font-size:7px;
	 padding:5px;
	 background:#4169e1;
	 color:#fff;
	 border-radius:2px;
	 margin-right:5px;
	 position:relative;
	 bottom:1px;
}
/* チェックボックス項目の余白 */
span.wpcf7-form-control label {
	margin-right: 10px;
}
/* エラーメッセージのカスタマイズ */
div.screen-reader-response p, div.wpcf7-response-output {
	color: #cc0000;
	font-weight: bold;
}
div.screen-reader-response ul {
	display: none;
}
span.wpcf7-not-valid-tip {
	color: #cc0000;
}

/* 送信ボタンのデザイン変更 */
#formbtn{
	 display: block;
	 padding:1em 0;
/* 	 margin-top:20px; */
	 width:100%;
	 background:#E78800;
	 color:#fff;
	 font-size:18px;
	 font-weight:bold;	 
	 border-radius:2px;
	 border: none;
}
/* 送信ボタンマウスホバー時 */
#formbtn:hover{
	 opacity: 0.7;
}

/* 修正ボタンのデザイン変更 */
#formbtnback{
	 display: block;
	 padding:1em 0;
/* 	 margin-top:30px; */
	 width:100%;
	 background:#505050;
	 color:#fff;
	 font-size:18px;
	 font-weight:bold;	 
	 border-radius:2px;
	 border: none;
}
/* 修正ボタンマウスホバー時 */
#formbtnback:hover{
	 opacity: 0.7;
}

/* テキストエリアの上余白消す */
.wpcf7-textarea {
	margin-top: 5px;
}


/************************************
** カテゴリーページのカスタマイズ
************************************/
/* タイトルのアイコン変更 */
.archive-title .fa-folder-open:before {
	content: "\f187";
}

.catebunrui {
	display: flex;
}

.catebunrui .bunrui-nm {
	padding: 5px 15px;
	border-radius: 20px;
	border: 3px solid #F39C11;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: 5px;
}
.catebunrui .bunrui-nm:hover {
	background-color: #ffe4b5;
}

.catebunrui .bunrui-nm a {
	text-decoration: none;
	color: #F39C11;
}
@media(max-width:500px){
	.catebunrui {
		display: block;	
	}
}


/************************************
** エントリーカードのカスタマイズ
************************************/
.entry-card-title, .related-entry-card-title {
    font-size: 16px;
    line-height: 1.4;
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb{
	position:relative;
}
 .ect-vertical-card .entry-card-wrap .entry-card-thumb img {
/* 	width: 100%;
	height: 200px; */
	 aspect-ratio: 5 / 4;
 	object-fit: contain;
}
/* 商品番号 */
p.ec-itemnum {
	color: #a9a9a9;
	font-size: 0.65em;
}
/* 印刷 */
span.tokucho-set {
    display: block;
    position: relative;
    text-align: center;
}
span.ec-ptag {
	display: inline-block;
	color: #5e5e5e;
	padding: 1px 2px;
	border: 1px solid #7e7e7e;
	margin-right: 4px;
	font-size: 0.5em;
}
/* フルカラー */
span.ec-ptag#fc:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(https://mall.ippin-do.jp/wp-content/uploads/2023/03/cmyk-icon.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 3px;
}
/* 金銀箔押し */
span.ec-ptag#haku:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(https://mall.ippin-do.jp/wp-content/uploads/2023/03/haku-icon.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 3px;
}

/* 既製品 */
span.kh-tag {
	display: inline-block;
	color: #fff;
	padding: 1px 4px;
	background: #6699ff;
	margin-right: 4px;
	font-size: 0.7em;
}

/* 最小単価 */
p.ec-tanka {
	font-family: 'Lato', sans-serif;
	font-size: 1.65em;
	color: #E78800;
	letter-spacing: 0.04em;
}
p.ec-tanka span.ttani {
	font-weight: normal;
	font-size: 0.4em;
}
/* 最小出荷単位 */
p.ec-syukka {
	color: #808080;
	font-size: 0.8em;
	text-align: right;
}

/* NOT FOUND時のレイアウト調整 */
.posts-not-found {
  text-align: center;
  width: 100%;
}
.posts-not-found h2 {
  display:none
}

/* 商品一覧左寄せ */
.ect-3-columns {
    justify-content: flex-start;
	gap: 3px;
}

/************************************
** コラム一覧ページ用
************************************/
/* タグクラウド */
.wp-block-tag-cloud a {
	border: 1px solid #999999;
	border-radius: 1px;
	line-height: 1.3;
}
.wp-block-tag-cloud span {
	font-size: 14px;
    color: #505050;
	padding-right: 4px;
}
.tag-caption .fas {
	margin-left: 0;
	color: #999999;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (min-width:768px) and (max-width: 1279px){
	.wrap {
    	width: auto;
    }
    .main, .sidebar, .sidebar-left .main, .sidebar-left .sidebar {
		margin: 0 .5%;
	}
	 .main {
		width: 67%;
		 padding: .5%;
	}
	.sidebar {
		padding: 1.5%;
		width: 30%;
	}
}

/*1023px以下*/
@media screen and (max-width:1023px){

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.main {
		width: 100% !important;
		padding: .8%;
	}
}
