@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*/

a:link,
a:active,
a:visited {
	color: #4c0c27;
}

a:hover,
a:focus {
	text-decoration: none;
}

body {
	font-size: 112.5%;
	color: #333333;
	font-weight: 500;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #990000;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #007500;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #E8FDFE;
	/* Setting by CMS sheets */
}

td.bg_lightblue,
th.bg_lightblue {
	color: inherit;
	background-color: #EEF9FF;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #F3EEFF;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1220px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}
.column_cnt #tmp_wrap_custom_update .container,
.column_cnt #tmp_main .container {
	max-width: 960px;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 10px 0;
	/* デザインによって変更 */
	max-width: 860px;
	margin: 0 auto;
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 200px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 210px;
	/* デザインによって変更 */
}

.show_sp {
	display: none;
}


/* header
================================================== */

#tmp_header {
	position: fixed;
	z-index: 100;
	top: 0;
    left: 0;
    right: 0;
	color: #ffffff;
	background-color: #4c0c27;
}
#tmp_header .header_inner{
	display: flex;
	align-items: center;
}
#tmp_header .header_rgt{
	flex-grow: 1;
	justify-items: flex-end;
}
#tmp_hnavi_rmenu .close_btn a,
#tmp_hnavi_rmenu a{
	color: inherit;
}
#tmp_hnavi_rmenu .gnavi .active a{
	color: #4c0c27;
}
#tmp_hlogo {
	width: 206px;
	float: left;
	padding: 20px;
}

#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 166px;
	height: 50px;
	color: #ffffff;
	background: #4c0c27 url(/site/shared/site_naratemono/images/header/hlogo.png) 0 0 no-repeat;
}

#tmp_hlogo a {
	display: block;
	width: 166px;
	height: 50px;
	color: inherit;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 166px;
	height: 50px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}


/* gnavi
================================================== */
#tmp_gnavi{
	width: 100%;
	height: 100%;
	padding-right: 20px;
}

.gnavi {
	height: 100%;
	color: inherit;
	clear: both;
}

.gnavi ul {
	height: 100%;
	display: flex;
	list-style: none;
	padding-right: 20px;
}

.gnavi li {
	flex-grow: 1;
}

.gnavi a {
	text-decoration: none;
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
    min-height: 90px;
	height: 100%;
	font-weight: bold;
	color: #ffffff;
	background-color: #4c0c27;
	padding: 11px 5px 11px;
	transition: 0.5s ease-in-out color, 0.5s ease-in-out background-color;
}

.gnavi .active a{
	background-color: #ffffff;
    color: #4c0c27;
}
.gnavi a:hover{
	background-color: #906C7B;
}
.gnavi .active a:hover{
	background-color: #A48592;
}
.gnavi a:focus-visible{
	outline-offset: -1px;
	position: relative;
	z-index: 1;
}
/*pnavi*/
.pnavi{
	position: fixed;
	right: 50px;
	bottom: 20px;
	z-index: 100;
}
.pnavi a{
	position: relative;
	text-decoration: none;
	display: flex;
	justify-content: center;
	width: 80px;
	height: 80px;
	font-size: 200%;
	font-weight: bold;
	color: #ffffff;
	background: #4c0c27 url(/site/shared/site_naratemono/images/icon/ptop_icon.png) no-repeat center center;
	background-size: 100% auto;
	border: 2px solid #4c0c27;
	text-align: center;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	transition: background-color 0.5s ease-in-out, background-image 0.5s ease-in-out, color 0.5s ease-in-out;
	overflow: hidden;
}
.pnavi a:hover{
	color: #4c0c27;
	background-color: #ffffff;
	background-image: url(/site/shared/site_naratemono/images/icon/ptop_icon_hv.png);
}
.pnavi a > span{
	text-indent: -9999px;
}
.no_javascript .pnavi{
	display: block;
}
/* footer
================================================== */

#tmp_footer {
	color: inherit;
}

#tmp_footer .container{
	position: relative;
}
#tmp_footer .footer_cnt {
	color: inherit;
    background: transparent url(/site/shared/site_naratemono/images/main/footer_bg.jpg) no-repeat center center;
	background-size: cover;
    padding:45px 0 41px;
}
#tmp_footer .footer_inner{
	display: flex;
	align-items: center;
	justify-content: center;
}
#tmp_footer .footer_logo{
	max-width: 286px;
	margin-right: 100px;
	padding-bottom: 3px;
}
#tmp_footer .footer_logo img{
	height: auto;
	width: 100%;
    max-width: 100%;
	vertical-align: bottom;
}
/* fnavi  */

.fnavi {
	display: flex;
	color: inherit;
	list-style: none;
}

.fnavi li {
	flex-grow: 1;
}

.fnavi li a {
    text-decoration: none;
    color: inherit;
	height: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
    font-weight: bold;
    padding: 10px 3px 11px;
    text-align: center;
	transition: 0.5s ease-in-out;
}
.fnavi li.active a{
    background: #4c0c27;
    color: #ffffff;
}
.fnavi li a:hover {
    background: #dbced4;
}
.fnavi li.active a:hover{
	background-color: #8A6F7C;
}

.footer_cnt address {
	margin: 0 0 5px;
	font-style: normal;
	font-weight: bold;
}

.footer_cnt address p {
	line-height: 1.6;
}

.copyright {
	text-align: center;
	font-size: 66.7%;
    font-weight: bold;
    padding: 12px 0;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 5px 0 64px;
}
#tmp_pankuzu a {
	color: #333333;
	background-color: transparent;
	text-decoration: underline;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 8px 0 9px;
}
#tmp_pankuzu + #tmp_wrap_custom_update {
	margin-top: 69px;
}
#tmp_custom_update {
	float:right;
	text-align: right;
}
#tmp_update {
	background-color: transparent;
	color: #222222;
	font-size: 77.8%;
	line-height: 1.2;
	text-align: right;
}

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/site/shared/site_naratemono/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/site/shared/site_naratemono/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_naratemono/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_naratemono/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_naratemono/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_naratemono/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}
.no_javascript .splide {
	visibility: visible;
}

/* ==================================================
layout
================================================== */


/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:scroll;
	margin-bottom: 39px;
	padding: 41px 18px 27px;
	background: #F6F6F6 url(/site/shared/site_naratemono/images/icon/scroll_table_icon.png) right 14px no-repeat;
	background-size:81px 16px;
}
.scroll_table_switch {
	text-align:right;
	margin: 0 0 14px;
	font-size: 100%;
	font-weight: normal;
	line-height:1.2;
}
.scroll_table_switch a {
	border: 1px solid #d5d5d4;
	color: #222222;
	display:inline-block;
	padding: 6px 9px 6px 66px;
	text-decoration:none;
	background: #FFFFFF url(/site/shared/site_naratemono/images/icon/scroll_table_ex.png) 8px center no-repeat;
	background-size: 50px 22px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/site/shared/site_naratemono/images/icon/scroll_table_df.png) 8px center no-repeat;
	background-size: 50px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_excel,
#tmp_main a.icon_word,
#tmp_main a.icon_ppt,
#tmp_main a.icon_txt {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	margin: 0;
	text-indent:0 !important;
	background-position:left 0.35em;
	background-repeat:no-repeat;
	padding: 2px 0 2px 62px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_naratemono/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/site/shared/site_naratemono/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_naratemono/images/icon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_naratemono/images/icon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_naratemono/images/icon/icon_txt.png);
}

/* pattern common
================================================== */
/* title */
.sec_title{
    margin-bottom: 43px;
    font-size: 200%;
    line-height: 1.4;
    font-weight: bold;
}
.sec_subtitle{
    margin-bottom: 44px;
    font-size: 150%;
    line-height: 1.4;
    color: #8C693B;
	background-color: transparent;
    font-weight: bold;
}
/* btn */
/* gallery */
.gallery_list{
    display: flex;
    flex-flow: row wrap;
    gap: 50px 18px;
}
.gallery_list .item{
    list-style: none;
    width: calc((100% - 54px) / 4);
    font-size: 72.2%;
}
.gallery_list .item a{
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
.gallery_list .item_inner > *:not(:first-child){
	margin-top: 10px;
}
.gallery_list .item_head a{
    display: flex;
    flex-direction: column;
}
.gallery_list .item_thumb{
    margin-bottom: 9px;
}
.gallery_list .item_thumb img{
    width: 100%;
    height: 135px;
    object-fit: cover;
    vertical-align: bottom;
}
.gallery_list .item_title{
    font-weight: bold;
	line-height: 1.3;
}
.gallery_list .item_desc{
    line-height: 1.3;
}
.gallery_list .item_sale{
    display: flex;
	flex-flow: row wrap;
    gap: 9px 10px;
    margin-bottom: 10px;
}
.gallery_list .item_sale li{
    flex: 0 0 auto;
    list-style: none;
	width: calc((100% - 20px) / 3);
}
.gallery_list .item_sale span{
	display: block;
	width: 100%;
	padding: 5px 2px 6px;
	border: 2px dotted;
	font-weight: bold;
	/* opacity: 0.3; */
	text-align: center;
	height: 100%;
	background-color: #ffffff;
}
/* .gallery_list .active span{
    opacity: 1;
} */
.gallery_list .direct_sales,
.gallery_list .mail_order,
.gallery_list .other{
	display: none;
}
.gallery_list .direct_sales1,
.gallery_list .mail_order1,
.gallery_list .other1{
	display: block;
}
.gallery_list .direct_sales span{
    color: #8C693B;
}
.gallery_list .mail_order span{
    color: #577A29;
}
.gallery_list .other span{
    color: #4c0c27;
}
.gallery_list .item_sale .yahooshop_nomt{
	flex: 1 1 auto;
	width: 100%;
}
.gallery_list .yahooshop_nomt a{
    display: inline-block;
    padding: 6px 3px 5px;
    width: 100%;
    border: 2px dotted;
    color: #ac4848;
    font-size: 92.3%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.gallery_list .item_info{
    list-style: none;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 10px 0 2px;
}
.gallery_list .item_info li{
	line-height: 1.3;
    margin-bottom: 8px;
}
.gallery_list .item_info .info_title{
    font-weight: bold;
    margin-right: 13px;
}
.gallery_list .item_manage{
    display: flex;
    align-items: center;
    line-height: 1.3;
}
.gallery_list .item_manage:before{
    content: "";
    display: block;
	flex-shrink: 0;
    margin-right: 5px;
    background: url(/site/shared/site_naratemono/images/pickup/icon_manage.png) no-repeat center center;
    background-size: contain;
    height: 17px;
    width: 35px;
}
.gallery_list .item_manage a{
	display: inline-block;
    margin-left: -40px;
    padding-left: 40px;
}
.gallery_list .item_manage a:hover,
.gallery_list .item_head a:hover .item_title{
    text-decoration: underline;
}
/* price */
.pickup_price{
    margin-bottom: 95px;
}
.pickup_price .price_list{
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}
.pickup_price .price_list .item{
    list-style: none;
    width: calc(20% - 8px);
}
.pickup_price .price_list a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 6px 15px;
    height: 100%;
    border: 2px solid;
    color: #4c0c27;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	transition: 0.5s background-color,0.5s color,0.5s border-color;
}
.pickup_price .price_list a:hover{
    background: #4c0c27;
    border-color: transparent;
    color: #ffffff;
}
/* category */
.pickup_category{
    margin-bottom: 95px;
}
.pickup_category .category_list{
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}
.pickup_category .category_list li{
    list-style: none;
    width: calc((100% - 40px) / 3);
}
.pickup_category .category_list a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 5px 24px;
    background-color: #fdedd6;
    height: 100%;
    border-radius: 35px;
    color: #4c0c27;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: 0.5s background-color,0.5s color;
}
.pickup_category .category_list a:hover{
    background-color: #4c0c27;
    color: #ffffff;
}
.pickup_category .category_list a:before,
.pickup_category .category_list a:after{
    content: "";
    background: transparent url(/site/shared/site_naratemono/images/pickup/icon_decord.png) no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
    width: 12px;
    height: 18px;
}
.pickup_category .category_list a:after{
    transform: scale(-1, 1);
}
.pickup_category .category_list .item_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    flex: 1;
}
.pickup_category .category_list .item_inner .icon_text{
	padding-left: 51px;
	position: relative;
}
.pickup_category .category_list .item_inner .icon_text::before,
.pickup_category .category_list .item_inner .icon_text::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
	width: 32px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: 0.5s;
}
.pickup_category .category_list .item_inner .icon_text::after{
	opacity: 0;
}
.pickup_category .category_list a:hover .item_inner .icon_text::before,
.pickup_category .category_list input:checked + .item_inner .icon_text::before,
.pickup_category .category_list label:hover .item_inner .icon_text::before{
	opacity: 0;
}
.pickup_category .category_list a:hover .item_inner .icon_text::after,
.pickup_category .category_list input:checked + .item_inner .icon_text::after,
.pickup_category .category_list label:hover .item_inner .icon_text::after{
	opacity: 1;
}
.pickup_category .category_list .item_bread .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_bread.png);
}
.pickup_category .category_list .item_bread .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_bread_hv.png);
}
.pickup_category .category_list .item_souzai_bread .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_souzai_bread.png);
}
.pickup_category .category_list .item_souzai_bread .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_souzai_bread_hv.png);
}
.pickup_category .category_list .item_sweet_bread .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_sweet_bread.png);
}
.pickup_category .category_list .item_sweet_bread .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_sweet_bread_hv.png);
}
.pickup_category .category_list .item_sweets .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_sweets.png);
}
.pickup_category .category_list .item_sweets .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_sweets_hv.png);
}
.pickup_category .category_list .item_cookie .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_cookie.png);
}
.pickup_category .category_list .item_cookie .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_cookie_hv.png);
}
.pickup_category .category_list .item_pound_cake .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_pound_cake.png);
}
.pickup_category .category_list .item_pound_cake .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_pound_cake_hv.png);
}
.pickup_category .category_list .item_chiffon_cake .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_chiffon_cake.png);
}
.pickup_category .category_list .item_chiffon_cake .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_chiffon_cake_hv.png);
}
.pickup_category .category_list .item_pudding .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_pudding.png);
}
.pickup_category .category_list .item_pudding .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_pudding_hv.png);
}
.pickup_category .category_list .item_j_sweets .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_j_sweets.png);
}
.pickup_category .category_list .item_j_sweets .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_j_sweets_hv.png);
}
.pickup_category .category_list .item_food_products .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_food_products.png);
}
.pickup_category .category_list .item_food_products .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_food_products_hv.png);
}
.pickup_category .category_list .item_processed_foods .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_processed_foods.png);
}
.pickup_category .category_list .item_processed_foods .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_processed_foods_hv.png);
}
.pickup_category .category_list .item_farm_produce .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_farm_produce.png);
}
.pickup_category .category_list .item_farm_produce .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_farm_produce_hv.png);
}
.pickup_category .category_list .item_saori_weaving .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_saori_weaving.png);
}
.pickup_category .category_list .item_saori_weaving .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_saori_weaving_hv.png);
}
.pickup_category .category_list .item_paper_making .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_paper_making.png);
}
.pickup_category .category_list .item_paper_making .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_paper_making_hv.png);
}
.pickup_category .category_list .item_knick_knack .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_knick_knack.png);
}
.pickup_category .category_list .item_knick_knack .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_knick_knack_hv.png);
}
.pickup_category .category_list .item_service .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_service.png);
}
.pickup_category .category_list .item_service .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_service_hv.png);
}
.pickup_category .category_list .item_other .item_inner .icon_text::before{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_other.png);
}
.pickup_category .category_list .item_other .item_inner .icon_text::after{
	background-image: url(/site/shared/site_naratemono/images/pickup/icon_other_hv.png);
}
/* area */
.pickup_area .area_wrap{
    display: flex;
}
.pickup_area .area_list_wrap{
    display: flex;
    flex: 1;
    gap: 0 10px;
}
.pickup_area .map_blog{
    width: calc(50% - 5px);
}
.pickup_area .map_blog .map_title{
    margin-bottom: 21px;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.2;
}
.pickup_area .area_list .item{
    display: flex;
    align-items: center;
    list-style: none;
}
.pickup_area .area_list .item:before{
	content: "";
    margin-right: 9px;
	flex-shrink: 0;
    background: transparent url(/site/shared/site_naratemono/images/icon/area_arrow_link.png) no-repeat;
	background-size: 100% auto;
	width: 10px;
	height: 10px;
	color: inherit;
}
.pickup_area .area_list a{
    display: inline-block;
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
.pickup_area .area_list a:hover{
    text-decoration: underline;
}
.pickup_area .area_list .item:not(:last-of-type){
    margin-bottom: 3px;
}
.pickup_area .area_map{
    flex-shrink: 0;
    margin-left: 30px;
    padding-top: 1px;
    width: 489px;
}
.pickup_area .area_map img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
/* yahoolink */
.yahoolink{
    display: block;
    text-align: center;
}
.yahoolink a{
    display: inline-block;
}
.yahoolink img {
	max-width: 100%;
    height: auto;
    vertical-align: top;
}
/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}

/* hover
================================================== */
.gallery_list .yahooshop_nomt a:hover{
	text-decoration: underline;
}
#tmp_pankuzu a:hover{
	text-decoration: none;
}
.gallery_list .item_thumb img,
.yahoolink a {
	transition: opacity 0.5s;
}
.gallery_list .item_head a:hover .item_thumb img,
.yahoolink a:hover{
	opacity: 0.6;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_blue #tmp_wrap_main a.icon_ppt,
.color_blue #tmp_wrap_main a.icon_txt,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_ppt,
.color_yellow #tmp_wrap_main a.icon_txt,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_ppt,
.color_black #tmp_wrap_main a.icon_txt {
	margin: 0 !important;
	padding: 0 !important;
}

/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small a.icon_pdf,
.fsize_small a.icon_excel,
.fsize_small a.icon_word,
.fsize_small a.icon_ppt,
.fsize_small a.icon_txt {
	background-position: left top;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}

/* no javascript
================================================== */
.no_javascript #tmp_header{
	position: static;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}

