@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+Toto:wght@400;500;600;700&family=Yuji+Syuku&display=swap');
/********************************************************************/

/* HTMLタグ要素 */

/********************************************************************/

body {
    padding: 0px;
    margin: 0px;
	background-image: url(img/body_bg.gif);
    background-color: #F5F5F5;
    color: #333333;
    /*↓追加｜font-family（明朝 serif系）↓*/
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    /*
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    */
    font-weight: 400;
    /*↑追加｜font-family（明朝 serif系）↑*/
}

A,
A:link,
A:visited,
A:hover,
A:active {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}

.use_hover A:hover {
    color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 5px;
}

h1 {
    font-size: 161.6%;
}

h2 {
    font-size: 146.5%;
}

h3 {
    font-size: 131%;
}

h4 {
    font-size: 123.1%;
}

h5 {
    font-size: 116%;
}

h6 {
    font-size: 108%;
}


/********************************************************************/

/* 大外 */

/********************************************************************/

#container {
    font-size: 95%;
}


/********************************************************************/

/* トップページコンテンツ間余白 */

/********************************************************************/

.main_box,
.side_box {
    margin-bottom: 25px;
}


/********************************************************************/

/* キャッチフレーズ欄 */

/********************************************************************/

/* キャッチフレーズ */
.copy {
    min-height: 18px;
    padding: 5px 5px 0px;
    font-size: 90%;
}


/********************************************************************/

/* ヘッダー */

/********************************************************************/

#header_wrapper {
    position: relative;
	background-image: url(img/header_bg.gif);
	background-size: 230px 10px;
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 50px;
	padding-top: 20px;
}

#header {
    padding-top: 15px;
    min-height: 50px;
    padding-bottom: 40px;
    /*↓追加｜background-image（背景設定なし）↓*/
	background-image: none;
    /* background-image: url(img/header_bottom_bg.png); */
    /*↑追加｜background-image（背景設定なし）↑*/
	background-size: 205px 35px;
	background-repeat: repeat-x;
	background-position: left bottom;
}


/********************************************************************/

/* ショップ名 */

/********************************************************************/

/* ショップ名ロゴ */
.shoplogo {
    padding: 5px;
}

.use_hover .shoplogo A:hover img {
    opacity: 0.8;
}

/* ショップ名テキスト */
.shoptext {
    padding: 5px 0px;
    min-height: 40px;
    margin-right: auto;
}

.shoptext A {
    font-size: 116%;
    margin: 0px;
}


/********************************************************************/

/* 文字サイズ */

/********************************************************************/

.font_setting {
    padding: 5px 5px 10px;
    text-align: center;
}

.header_font_setting .set_font_title {
    color: #000000;
}

/* 文字サイズ画像 */
.set_font_normal,
.set_font_large {
    width: 45px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: 45px 60px;
    background-size: 45px 60px;
}

/* 普通画像 */
.set_font_normal {
    background-image: url(img/font_default.gif);
}

/* 大画像 */
.set_font_large {
    margin-left: 5px;
    background-image: url(img/font_large.gif);
}

/* 文字サイズ画像マウスオーバー、選択中 */
.use_hover .font_setting .set_font_normal:hover,
.use_hover .font_setting .set_font_large:hover,
.font_setting .nav_on {
    background-position: left bottom;
}


/********************************************************************/

/* ヘッダーナビ */

/********************************************************************/

/* 各ナビゲーション */
.inner_header_nav .nav_btn {
    border: 1px solid #BBBCAD;
    color: #333333;
}

.use_hover .inner_header_nav .nav_btn:hover {
    background-color: #F5F5F5;
    color: #666666;
}


/*************************************************************/

/* 検索 */

/*************************************************************/

.responsive .has_search_bar .search_bar .search {
    color: #FFFFFF;
}


/*************************************************************/

/* グローバルナビゲーション */

/*************************************************************/

.global_nav {
    background-color: #E6E1DF;
	background-image: url(img/linewh_bg.gif);
	background-size: 100px 7px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
}

/* 各ナビゲーション */
.inner_global_nav .nav_btn {
    background-image: url(img/navi_line_bg.gif);
    background-position: right center;
    background-repeat: no-repeat;
    border-bottom: 3px solid transparent;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.use_hover .inner_global_nav .nav_btn:hover {
    border-bottom: 3px solid #AB6C64;
}

.global_nav_item:first-child .nav_btn {
    background-image: url(img/navi_line_bg.gif),url(img/navi_line_bg.gif);
    background-position: right center,left center;
}


/********************************************************************/

/* 開閉ナビゲーション */

/********************************************************************/

.inner_popup_nav_area,
.inner_popup_menu_area {
    background-color: #F5F5F5;
    color: #000000;
}

/* 各ナビゲーション */
.inner_popup_nav .nav_btn {
    border-top: 1px solid #BDBDAE;
    font-weight: normal;
    color: #333333;
}

.use_hover .inner_popup_nav .nav_btn:hover {
    background-color: #FFFFFF;
    color: #666666;
}

/* 開閉ナビゲーション閉じるボタン */
.nav_close_box .nav_close {
    background-color: #222222;
}

.use_hover .nav_close_box .nav_close:hover {
    background-color: #333333;
}


/********************************************************************/

/* メインナビゲーション */

/********************************************************************/

/* 各ナビゲーション */
.inner_side_nav .nav_btn,
.inner_main_nav .nav_btn {
	border: 1px solid #BDBDAE;
	background-color: #FFFFFF;
    color: #333333;
}

.use_hover .inner_side_nav .nav_btn:hover ,
.use_hover .inner_main_nav .nav_btn:hover {
    background-color: #E7E7E2;
    color: #666666;
}

/* フリーページナビゲーション背景 */
.freepage_nav .inner_freepage_nav .nav_btn {
    border: 1px solid #BDBDAE;
	background-color: #FFFFFF;
    color: #333333;
}

.use_hover .freepage_nav .inner_freepage_nav .nav_btn:hover {
    background-color: #E7E7E2;
    color: #666666;
}


/********************************************************************/

/* カテゴリ、特集ナビゲーション */

/********************************************************************/

.itemlist_nav {
    margin-top: 15px;
}

/* 各ナビゲーション */
.inner_itemlist_nav .nav_btn {
    border-bottom: 1px solid #BDBDAE;
    font-weight: bold;
    color: #333333;
}

.use_hover .inner_itemlist_nav .nav_btn:hover {
    background-color: #E7E7E2;
    color: #666666;
}


/********************************************************************/

/* サイドメニュー */

/********************************************************************/

/* サイドメニュー枠 */
.open_side_col .side_container {
    background-image: url(img/body_bg.gif);
    background-color: #EEEEEE;
}

/* サイドカテゴリ一覧 */
.side_itemlist_nav {
    padding: 0px 1px;
}

/* サブカテゴリ　第二階層 */
.side_itemlist_nav .sub_menu_link {
    padding: 10px 24px 10px 10px;
}

/* サブカテゴリ背景 */
.side_itemlist_nav .sub_menu_link {
    background-color: #FFFFFF;
    border-top: none;
}

/* マウスオーバー */
.use_hover .side_itemlist_nav .side_itemlist_nav_link:hover {
    background-color: #ADADAD;
}


/********************************************************************/

/* フッターナビゲーション */

/********************************************************************/

.footer_nav {

}

/* 各ナビゲーション */
.footer_nav_item {
    color: #00BF60;
}

.footer_nav_item .nav_btn {
    border-bottom: 1px solid #BDBDAE;
    color: #333333;
}

.use_hover .footer_area .nav_btn:hover {
    background-color: #E0E0E0;
    color: #666666;
}


/********************************************************************/

/* タイトル */

/********************************************************************/

.side_box h2,
.main_box h2 {
	background-image: url(img/lined_bg.gif);
	background-size: 250px 6px;
	background-repeat: repeat-x;
	background-position: left top;
    padding: 16px 10px 10px;
    margin-bottom: 10px;
    color: #000000;
	text-align: center;
}

.main_box h2 {
    padding-top: 25px;
}

.recently .section_title h2 {
    text-align: left;
}

.side_col .category_nav_box .section_title,
.side_col .pickupcategory_nav_box .section_title {
	background-image: url(img/categorytop_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 250px 100px;
	padding-top: 20px;
}

.side_col .category_nav_box .section_title h2,
.side_col .pickupcategory_nav_box .section_title h2 {
	background-image: url(img/categorybottom_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 250px 100px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.diary h2,
.whatnew h2 {
	background-image: url(img/whatnewtop_left_bg.png),url(img/whatnewtop_right_bg.png);
	background-size: 40px 40px;
    background-position: left top,right top;
	background-repeat: no-repeat;
    font-size: 138.5%;
	text-align: center;
}


/********************************************************************/

/* 第二階層タイトル */

/********************************************************************/

/* 第二階層各ページタイトル */
.page_box .page_title h1,
.page_box .page_title h2 {
    background-image: url(img/page_box_bg.gif);
	background-size: 2250px 39px;
	background-position: left top;
	background-repeat: no-repeat;
    padding: 20px 15px 15px 25px;
}


/********************************************************************/

/* 第二階層サブタイトル */

/********************************************************************/

/* 各ページサブタイトル */
.page_box .section_title h2,
.page_box .section_title h3 {
    background-image: url(img/browntx_bg.png);
	background-size: 70px 70px;
    padding: 10px;
    color: #333333;
	font-weight: bold;
}

.page_box #cart_preview .section_title h3 {
    margin-bottom: 10px;
}

.page_box .help_contents .section_title h4 {
    margin-top: 10px;
}

.page_box .section_title h4 {
    border-bottom: 1px solid #BDBDAE;
    padding: 10px 5px;
}

.form_box .section_title h4 {
    background-color: #F2F1F0;
}

.page_box .page_contents .search_result_title h3 {
    margin-top: 10px;
}


/********************************************************************/

/* 第二階層小項目タイトル */

/********************************************************************/

.contents_title {
    border-bottom: 1px solid #BDBDAE;
    padding: 8px 5px;
    font-weight: bold;
    font-size: 116%;
}

.rules_title {
    font-weight: bold;
}


/********************************************************************/

/* フォームタイトル */

/********************************************************************/

.form_title {
    border-bottom: 1px solid #BDBDAE;
    padding: 8px 5px;
    font-weight: bold;
    font-size: 116%;
	color: #000000;
}

.form_inner_title {
    border-bottom: 1px solid #BDBDAE;
    font-weight: bold;
}


/********************************************************************/

/* タイトル文字サイズ */

/********************************************************************/

.page_title h1,
.page_title h2,
.section_title h1,
.section_title h2 {
    margin: 0px;
    font-size: 123.1%;
    font-weight: normal;
}

.page_title h3,
.section_title h3 {
    margin: 0px;
    font-size: 116%;
    font-weight: normal;
}

.page_box .section_title h2,
.page_box .section_title h3 {
    margin: 0px 2px;
}

.page_title h4,
.page_title h5,
.page_title h6,
.section_title h4,
.section_title h5,
.section_title h6 {
    margin: 0px;
    font-size: 100%;
    font-weight: bold;
}

.shoppingcart_page_body .section_title h4 {
    margin: 0px;
    font-size: 116%;
    font-weight: bold;
}


/********************************************************************/

/* メインコンテンツ */

/********************************************************************/

/********************************************************************/

/* 一覧
・写真のみ表示
・説明付き表示
・商品一覧ページ(写真のみ、説明付き)
・最新情報、店長日記
・ソート
*/

/********************************************************************/


/* What's Newコンテンツ */
.whatnew,
.pwhatnew .whatnew_list,
.diary,
.pdiary .diary_list {
	background-color: #FFFFFF;
	border: 1px solid #BDBDAE;
}

.whatnew_list,
.diary_list {
    padding: 10px 0px;	
}

/*--------------------------------------*/

/* 写真のみ表示  */

/*--------------------------------------*/

/* サムネイル写真 */
.layout_photo .list_item_photo {
    padding: 5px 0;
    text-align: center;
}

/* 一覧枠 */
.layout_photo .item_list .item_data {
    background-image: url(img/browntx_bg.png);
}

.layout_photo .item_list .list_item_cell,
.layout_photo .item_list .slide_item_cell {
    padding: 5px;	
}

.layout_photo .list_item_data {
    padding: 5px 1px;
}

/* もっと見る */
.more_item {
    padding: 10px 5px 0px 5px;
    text-align: right;
}

.more_item .general_btn {
    padding: 5px;
    font-size: 85%;
    font-weight: normal;
}

/* 写真のみ文字サイズ */
.layout_photo .item_data_link {
    font-size: 85%;
}

.layout_photo .col2 .item_data_link {
    font-size: 93%;
}


/*--------------------------------------*/

/* 説明付き */

/*--------------------------------------*/

/* リンク */
.layout_column_text .list_item_box,
.layout_text .not_link {
    border-bottom: 1px solid #BDBDAE;
}

.item_box .text_layout .list_item_box {
    background-image: url(img/browntx_bg.png);
	margin-bottom: 15px;
}

.list_item_data p.item_desc {
    color: #000000;
}


/*--------------------------------------*/

/* 商品一覧  */

/*--------------------------------------*/

/* 商品、記事一覧マウスオーバー */
.use_hover .item_list .item_data_link:hover,
.use_hover .item_list .list_item_link:hover {
    opacity: 0.7;
}

/* 商品名 */
.item_name {
    font-weight: bold;
}

.list_item_data p.item_name {
    margin-bottom: 3px;
}

/* 販売価格 */
.price {
    padding: 2px 0px;
    color: #000000;
    font-weight: bold;
}

.price .selling_price,
.price .regular_price {
    padding: 2px 0px;
}

/* 通常販売価格 */
.price .regular_price {
    color: #000000;
    font-weight: normal;
    display: block;
}

.item_box .text_layout .regular_price {
    display: inline;
}

/* 希望小売価格、税込価格 */
.item_box .retail_price,
.item_box .tax_incl_price {
    color: #666666;
    font-weight: normal;
    word-break: normal;
}

/* 在庫あり */
.stock {
    color: #666666;
    font-size: 93%;
}

/* 在庫僅か */
.lowstock {
    color: #990000;
}

/* 在庫なし */
.soldout,
.variation_stock_list .data_table .soldout {
    color: #777777;
}

/* レビュー件数 */
.item_info .review_number {
    color: #000000;
}

/* 商品一覧ランキングNo. */
.rankno {
    width: auto;
    min-width: 40px;
    margin-bottom: 5px;
    padding: 3px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666; 
    font-size: 85%;
}

.item_data .rankno1 {
    font-size: 100%;
}

.itemlist_box .rankno {
    margin-top: 10px;
    margin-bottom: 11px;
}

.itemlist_box .rankno1,
.itemlist_box .rankno2,
.itemlist_box .rankno {
    display: inline-block;
    padding-top: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 9px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    color: #999999;
	background-size: 30px 24px;
}
 
.itemlist_box .rankno {
    background-image: url(img/no3icon.png);
}

.itemlist_box .rankno1 {
    background-image: url(img/no1icon.png);
}

.itemlist_box .rankno2 {
    background-image: url(img/no2icon.png);
}


/*--------------------------------------*/

/* 記事一覧  */

/*--------------------------------------*/

/* タイトル */
.list_subject {
    padding: 5px 0px;
}

/* 日付 */
.date {
    color: #000000;
    font-size: 93%;
    font-weight: normal;
}


/*--------------------------------------*/

/* ソート */

/*--------------------------------------*/

.sort {
    border-bottom: 1px solid #BDBDAE;
}

.sort_toggle .toggle_open {
    padding: 7px;
    background-color: #E7E7E2;
    border: 1px solid #BDBDAE;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
}

.sort_toggle .toggle_open:hover {
    background-color: #FFFFFF;
}

/* ソート項目枠 */
.sort_item {
    padding: 10px;
    border-left: 1px solid #BDBDAE;
    border-right: 1px solid #BDBDAE;
    border-bottom: 1px solid #BDBDAE;
    background-color: #FFFFFF;
}

.sort_box {
    padding: 5px;
    margin: 3px;
    border-bottom: 1px solid #BDBDAE;
}

.sort_item .global_btn {
    padding: 5px;
    text-align: center;
}

/* 件数 */
.item_count {
    font-size: 93%;
}


/********************************************************************/

/* 写真 */

/********************************************************************/

#photo .fix_center {
    max-width: 100%;
}

#photo {
    /*↓追加｜background-image（背景設定なし）↓*/
	background-image: none;
    /* background-image: url(img/photo_bg.gif); */
    /*↑追加｜background-image（背景設定なし）↑*/
	background-color: #F5F5F5;
}


/********************************************************************/

/* スライド */

/********************************************************************/

/* スライド送りボタン */
.slider_box .swiper-pagination-bullet,
.swipe_list .pointer span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #BDBDAE;
    border-radius: 50%;
    cursor: pointer;
}

/* 現スライド */
.slider_box .swiper-pagination-bullet-active,
.swipe_list .pointer span.current {
    background-color: #666666;
    border: 1px solid #666666;
}

#photo .slider_box .swiper-pagination-bullet,
#photo .swipe_list .pointer span,
#photo .slider_box .swiper-pagination-bullet-active,
#photo .swipe_list .pointer span.current {
    border: none;
}

/* 前へ、次へアイコン */
.swipe_list .pointer_box span.pointer_prev,
.swipe_list .pointer_box span.pointer_next,
.swiper-button-prev,
.swiper-button-next {
    width: 25px;
    height: 25px;
    background-color: #F5F5F5;
    border: 1px solid #BDBDAE;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.use_hover .swiper-button-prev:hover,
.use_hover .swiper-button-next:hover {
    background-color: #E0DFE3;
}

.use_hover .slider_box .swiper-button-disabled:hover {
    background-color: #F5F5F5;
}

/* 前へアイコン画像 */
.swipe_list .pointer_box span.pointer_prev,
.swiper-button-prev {
    background-image: url(img/icon_prev.gif);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

/* 次へアイコン画像 */
.swipe_list .pointer_box span.pointer_next,
.swiper-button-next {
    background-image: url(img/icon_next.gif);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}


/********************************************************************/

/* 第二階層 */

/********************************************************************/

.page_box {
    color: #000000;
}

/* 共通説明 */
.page_desc {
    padding: 10px;
}

/* 共通ボックス */
.global_info {
    padding: 10px;
    border: 1px solid #BDBDAE;
    background-color: #F8F8DA;
}


/********************************************************************/

/* 商品詳細 */

/********************************************************************/

/* 商品情報　各ブロック */
.detail_section {
    background-image: url(img/linetx_bg.gif);
    background-size: 200px 1px;
	background-repeat: repeat-x;
}

/* 商品情報　商品名 */
.detail_item_data h1,
.detail_item_data .item_name {
    /*↓追加｜font-size（文字さらに拡大）↓*/
    font-size: 150.0%;
    /* font-size: 123.1%; */
    /*↑追加｜font-size（文字さらに拡大）↑*/
    font-weight: bold;
    margin-bottom: 10px;
}

/* 商品詳細　価格エリアdivタグ間余白 */
.detail_item_data .section_box {
    margin-bottom: 10px;
}

/* 商品詳細　価格エリア項目間余白 */
.detail_item_data .section_box p {
    margin-bottom: 5px;
}

/* 商品詳細　販売価格 */
.detail_item_data .selling_price {
    font-size: 123.1%;
    word-break: normal;
}

/* 商品詳細　販売価格金額 */
.detail_item_data .selling_price .figure {
    font-weight: bold;
}

/* 商品詳細　通常販売価格 */
.detail_item_data .regular_price {
    font-size: 85%;
}

/* 商品詳細　希望小売価格、税込価格 */
.detail_item_data .retail_price,
.detail_item_data .tax_incl_price {
    color: #666666;
    font-weight: normal;
}

/* 商品詳細　販売価格ラベル */
.detail_item_data .selling_price {
    font-weight: normal;
}

/* 商品詳細　在庫 */
.detail_item_data .stock {
    font-size: 108%;
    font-weight: bold;
}

/* 商品情報　商品説明 */
.item_desc {
    margin: 0px;
}

/* 価格変動注意書き */
.price_desc {
    font-size: 77%;
}

/* 商品仕様 */
.detail_spec_data {
    margin: 0px;
}

/* 他の写真枠 */
.other_item_data {
    margin: 0px;
}

.other_item_data .global_photo {
    text-align: center;
}

/* 他の写真説明 */
.other_photo_desc {
    margin: 0px;
}

/* ソーシャルツール */
.social_tool {
    padding-bottom: 5px;
}

/* バリエーション在庫表 */
.variation_stock_list {
    margin-bottom: 5px;
}

/* バリエーション、オーダーメイド項目間余白 */
.variation_item,
.order_item {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* オーダーメイド項目 */
.order_item {
    background-image: url(img/linetx_bg.gif);
    background-size: 200px 1px;
	background-repeat: repeat-x;
}

.ordermade .bottompos {
    border-bottom: none;
}

/* 在庫数のラベルなし */
.hidden_stock .stocklist_data {
    text-align: center;
}

/* バリエーション在庫選択中背景 */
.variation_stock_list .data_table .selected_item {
    background-color: #F8F8DA;
    color: #C06563;
}

.variation_stock_list .data_table .selected_data {
    background-color: #F8F8DA;
}


/*--------------------------------------*/
/* バリエーション選択のポップアップ */

/* ポップアップ枠 */
.popup_variation,
.popup_area {
    background-color: #FFFFFF;
    border: 1p solid #BDBDAE;
}

.popup_variation_selection,
.popup_section {
    border-bottom: 1px solid #BDBDAE;
}

/* バリエーション項目ボタン */
.popup_variation_button,
.item_selection_button {
    background-color: #F5F5F5;
    border: 2px solid #CCCCCC;
}

/* 選択中 */
.selected_option .popup_variation_button,
.selected_option .item_selection_button {
    background-color: #FFFFEE;
    border: 2px solid #A17971;
    color: #990000;
}

/* 変更、選択してくださいボタン */
.popup_variation_edit_button,
.popup_variation_select_button,
.item_select_operation_button {
    border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
    color: #333333;
}

.popup_variation_value,
.variation_selection_value,
.item_selection_value {
    color: #000000;
    font-weight: bold;
}

/* 選択済み枠 */
.variation_selection_box .validation_selection_selected_all,
.use_hover .variation_selection_box .validation_selection_selected_all:hover {
    background-color: #FFFFEE;
    border: 2px solid #A17971;
    color: #000000;
}

.validation_selection_selected_all .variation_selection_msg_text {
    background-color: #C06563;
    color: #FFFFFF;
	box-shadow: none;
}


/*--------------------------------------*/
/* サムネイル写真 */

.thumbnail {
    margin-top: 5px;
}

/* サムネイル写真 */
.thumbnail .thumbnail_btn {
    border: 2px solid #FFFFFF;
}

.thumbnail .current .thumbnail_btn {
    border: 2px solid #A17971;
}

/* サムネイル写真枠サイズ */
.thumbnail_listbox {
    width: 60px;
}


/*************************************************************/

/* レビュー */

/*************************************************************/

.large_rating_icon .rating_point {
    font-size: 153.9%;
}

.medium_rating_icon .rating_point {
    font-size: 123.1%;
}

/* 星ポイント */
.rating_point {
    margin-left: 10px;
    color: #EF9D35;
}

/* レビュー数 */
.review_number {
    margin-left: 10px;
}

/* グラフ */
.bar_graph {
    background-color: #EF9D35;
}

/* 年代 */
.rating_age {
    font-size: 93%;
}

/* 分析レポート内レビュー数 */
.rating_number A {
    font-size: 93%;
}

/* レビュー一覧 */
.review_data {
    border-bottom: 1px dotted #000000;
}

.mypagereview_contents .review_data {
    border-bottom: none;
}

/* レビュータイトル */
.review_title {
    font-size: 123.9%;
    font-weight: bold;
}

.itemdetail .review_data .review_title,
.mypagereview_contents .review_data .review_title {
    font-size: 108%;
}

/* 登録日 */
.review_postdate {
    background-color: #E7E7E2;
}

/* メモ */
.review_note {
    border-top: 1px solid #BDBDAE;
    border-bottom: 1px solid #BDBDAE;
}

.detail_page_body .review_note {
    border-top: 1px solid #BDBDAE;
    border-bottom: none;
}

/* ショップオーナー返信 */
.owner_note {
    border-bottom: 1px solid #BDBDAE;
}

/* ショップオーナーヘッダー */
.owner_header {
    font-size: 93%;
    color: #FF2626;
}

/* ショップオーナー登録日 */
.owner_postdate {
    display: inline-block;
    margin-left: 5px;
}

/* 参考質問数字 */
.user_number {
    font-size: 123.9%;
    font-weight: bold;
    color: #EF9D35;
}

/* 参考質問ボタン */
.review_vote_btn {
    display: block;
    margin-top: 5px;
}

/* 商品一覧レビュー数 */
.itemlist .review_number {
    font-size: 85%;
    margin-left: 5px;
}

/* 商品詳細レビュー数 */
.review_list .review_number {
    font-size: 93%;
}

/* 商品詳細ヘッダー */
.detail_review_header {
    padding-top: 10px;
}

/* 商品詳細、マイページレビュー管理ボタン */
.review_admin .global_btn {
    border-top: 1px solid #BDBDAE;
    text-align: center;
}

.detail_review_header .global_btn {
    text-align: center;
}


/********************************************************************/

/* ログイン */

/********************************************************************/

/* ID、PW枠 */
.signin_box .id_box,
.signin_box .pass_box {
    margin: 0px;
}

/* ID、PWタイトル */
.signin_box .id_title,
.signin_box .pass_title {
    margin-bottom: 10px;
    border-bottom: 1px solid #BDBDAE;
    font-size: 116%;
    font-weight: bold;
}

.signin_box .password .global_link {
    font-size: 85%;
}

/* 新規登録枠 */
#register_form {
    padding-top: 20px;
    border-top: 1px solid #BDBDAE;
}


/********************************************************************/

/* カート */

/********************************************************************/

/* カートの中身各枠 */
.inner_cart_data {
    margin-bottom: 10px;
    border: 1px solid #BDBDAE;
    background-color: #FFFFFF;
    border-radius: 5px;
}

/* 各項目枠 */
.cart_section {
    border-top: 1px solid #BDBDAE;
}

/* 区切り線 */
.top_separator {
    border-top: 1px solid #BDBDAE;
}

.bottom_separator {
    border-bottom: 1px solid #BDBDAE;
}

/* 各項目ラベル */
.cart_label {
    font-weight: normal;
}

/* ボタン中央寄せ */
.cart_inner_btn {
    text-align: center;
}

/* 小計、送料 */
.cart_sub_total_price,
.cart_shipping_charge {
    text-align: right;
}

/* 合計 */
.cart_footer {
    text-align: right;
}

.grand_total {
    display: inline-block;
    border-bottom: 2px solid #BDBDAE;
    margin-bottom: 5px;
}

.grandtotal_price {
    font-size: 153.9%;
    color: #990000;
}

/* 買い物を続ける */
.continue_shopping {
    text-align: right;
    border-bottom: 1px solid #BDBDAE;
}

/* 送り主、お届け先追加変更ボタン */
.cart_recipient .global_btn {
    text-align: center;
}

/* お届け先名 */
.cart_recipient_title {
    border-bottom: 1px solid #BDBDAE;
}

/* ラジオボタン選択の強調表示 */
.checked_row {
    background-color: #F8F8DA;
}

.form_area .checked_row > .form_title,
.form_inner_area .checked_row > .form_inner_title {
    color: #C06563;
}

.checked_row .global_info {
    background-color: #FBFBEA;
}

/* リピータ向け決済機能用 */
.inner_global_info {
    background-color: #FFFFFF;
    border: 1px solid #BDBDAE;
}

/* クーポン/ポイント枠 */
.toggle_box .cart_point,
.toggle_box .box_padding,
.toggle_box .cart_point_notice {
    margin: 1px;
}


/* クーポン/ポイント変更時の金額を更新ボタン欄、強調表示背景 */
.notice_box .form_btn_spad {
    background-color: #FFFFCC;
}


/*************************************************************/

/* ステップ表 */

/*************************************************************/

.step_list {
    margin: 10px 0px;
    padding: 0px 2px;
}

/* ステップ表 各枠背景 */
.step_data {
    background-color: #F5F5F5;
    border-right: 1px solid #FFFFFF;
    text-align: center;
}

/* ステップ表 右端 */
.step_list .posright .step_data {
    border-right: none;
}

/* ステップ表 各枠　現ページ */
.step_check .step_data {
    background-color: #C06563;
}

/* ステップ表 文字 */
.step_data span {
    color: #666666;
}

/* ステップ表 ステップ数 */
.step_data .step_number {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* ステップ表 現ページ文字 */
.step_check .step_data span {
    color: #FFFFFF;
}


/********************************************************************/

/* 最新情報、店長日記 */

/********************************************************************/

/* 日付 */
.article_date {
    border-bottom: 1px solid #BDBDAE;
    margin-bottom: 10px;
}

.format {
    font-size: 77%;
}

/* 記事 */
.ph_article {
    font-size: 108%;
}

/* バックナンバー */
.count_number {
    font-size: 93%;
}


/********************************************************************/

/* ご利用案内 */

/********************************************************************/

/* 上部ページ内リンクのナビゲーション */
.anchor_nav_area .nav_btn {
    background-color: #FFFFFF;
    border: 1px solid #BDBDAE;
}

.use_hover .anchor_nav_area .nav_btn:hover {
    background-color: #E7E7E2;
}

/* 各ブロック */
.help_contents .inner_contents_box {
    margin-bottom: 10px;
}

.help_step,
.help_payment {
    padding-bottom: 5px;
}

/* 説明各ブロック */
.help_data {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 93%;
}

/* 推奨環境 */
#spec_contents dt {
    font-weight: bold;
    padding-bottom: 5px;
}

#spec_contents dd {
    background-color: #E7E7E2;
}


/********************************************************************/

/* 特定商取引法 */

/********************************************************************/

/* 各欄枠 */
.contents_desc {
    padding: 10px 5px;
}


/********************************************************************/

/* メールマガジン */

/********************************************************************/

/* 登録、解除タイトル */
.mailmagazine_box .mailmagazine_subscribe_title,
.mailmagazine_box .mailmagazine_unsubscribe_title {
    border-bottom: 1px solid #BDBDAE;
    margin-bottom: 10px;
    font-size: 116%;
    font-weight: bold;
}


/********************************************************************/

/* マイページ */

/********************************************************************/

/* ポイント */
.member_contents .point_number {
    font-size: 138.5%;
    font-weight: bold;
    color: #990000;
}

/* リンク枠 */
.link_box .global_iconleft {
    display: block;
    margin-bottom: 10px;
}

/* 注意書き */
.mypage_note {
    font-size: 93%;
    line-height: 140%;
}

/* マイページ共通　送り主　お届け先 */
.mypage_recipient {
    padding: 5px 0px;
    font-size: 108%;
}


/*************************************************************/

/* 購入履歴 */

/*************************************************************/

/* 商品名 */
.history_data_list .item_name {
    font-weight: normal;
    color: #000000;
}


/*************************************************************/

/* 送り主、お届け先 */

/*************************************************************/

/* 住所 */
.recipient_data_list .user_address {
    font-weight: normal;
    color: #000000;
}


/*************************************************************/

/* お気に入り */

/*************************************************************/

/* 登録日、メモ */
.item_registration_date,
.item_memo {
    font-size: 93%;
}

/* 商品説明 */
.favorite_contents .item_desc {
    padding: 5px 0px;
    margin: 5px 0px;
    border-top: 1px solid #BDBDAE;
    border-bottom: 1px solid #BDBDAE;
}

/* メモ */
.item_memo_text {
    background-color: #FFFFFF;
    border: 1px solid #BDBDAE;
    color: #000000;
}


/*************************************************************/

/* 複数選択 */

/*************************************************************/

/* 複数削除 */
.bulk_btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* 複数選択 */
.inner_bulk_check_box {
    background-color: #FFFFFF;
}

.layout_column_text .inner_bulk_check_box,
.layout_text .inner_bulk_check_box {
    background-color: #FFFFFF;
}

.bulk_mode .layout_column_text .list_item_box,
.bulk_mode .layout_column_text .not_link,
.bulk_mode .layout_text .not_link {
    border-bottom: none;
}

/* 一括削除時の下部ボタン枠 */
.bulk_mode .fixed_bottom {
    background-color: #FFFFFF;
    border-top: 1px solid #BDBDAE;
}

/* 数量表示バッジ */
.badge {
    background-color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}


/*************************************************************/

/* 掲示板 */

/*************************************************************/

/* 記事枠 */
.post_box {
    margin-bottom: 5px;
    background-image: url(img/browntx_bg.png);
}

/* 記事枠レス */
.post_box_res {
    padding-left: 20px;
}

/* 記事ヘッダー */
.post_box .data_table .cell_header,
.post_box .data_table .cell_data {
    background-color: #FFFFFF;
    font-weight: normal;
}

/* 記事ヘッダー下部余白 */
.post_box .data_table {
    margin-bottom: 5px;
}

/* 記事ヘッダー中央寄せ */
.post_box .res_cell,
.post_box .toggle_cell,
.post_box .replay_cell {
    text-align: center;
}

.post_title,
.post_user,
.post_day,
.post_number {
    padding: 2px 0px;
}

/* 記事タイトル */
.post_title {
    font-weight: bold;
    font-size: 14px;
}

/* 記事ユーザー */
.post_user {
    font-size: 11px;
}

/* 記事投稿日 */
.post_day {
    font-size: 11px;
}

/* 記事No */
.post_number {
    font-size: 13px;
}

/* URL */
.post_url {
    font-size: 13px;
}

/* 記事コメント */
.bbs_comments {
    background-color: #FFFFFF;
    border: 1px solid #BDBDAE;
}

/* 記事検索 */
.bbs_search {
    background-color: #FFFFFF;
}

/* 検索文字強調 */
.result_emphasis {
    background-color: #FFFF73;
}

/* 検索前に戻る */
.bbs_search .global_link {
    margin-left: 10px;
}

/* 記事開閉 */
#bbs_toggle {
    border-top: 1px solid #BDBDAE;
    border-bottom: 1px solid #BDBDAE;
}

/* 記事投稿欄 */
.bbs_post_form {
    background-color: #FFFFFF;
    border: 1px solid #BDBDAE;
}


/*************************************************************/

/* 関連ページ */

/*************************************************************/

/* 内容 */
.link_desc_box {
    border-top: 1px solid #BDBDAE;
}


/*************************************************************/

/* 私が店長です */

/*************************************************************/

/* スタッフ画像 */
.staff_photo,
.pstaff_photo {
    text-align: center;
    margin-top: 10px;
}

/* プロフィール項目 */
.staff_contents dt,
.pstaff_contents dt {
    border-top: 1px solid #BDBDAE;
    font-weight: bold;
}

/* プロフィール内容 */
.staff_contents dd,
.pstaff_contents dd {
    border-top: 1px solid #BDBDAE;
}

.staff_profile_desc {
    background-color: #FFFFFF;
    border: 1px solid #BDBDAE;
}


/********************************************************************/

/* カレンダー */

/********************************************************************/

/* カレンダーヘッダー */
.calendar_data {
    padding: 15px 0px;
}

.cal_month {
    padding-bottom: 15px;
    text-align: center;
}

.cal_month .prev_month,
.cal_month .next_month,
.cal_month .this_month {
    padding: 0px 10px;
}

.cal_month span.prev_month,
.cal_month span.next_month {
    padding: 0px 5px;
    font-weight: bold;
    cursor: pointer;
}

/* 今月 */
.this_month {
    font-size: 123.1%;
    font-weight: bold;
}

.side_col .this_month {
    font-size: 14px;
    padding: 0px;
}

.side_col .next_month,
.side_col .prev_month {
    font-size: 13px;
    padding: 0px;
}

/* カレンダー枠線 */
.calendar_data .data_table th.cell_header,
.calendar_data .data_table td.cell_data {
    border: 1px solid #BDBDAE;
}

/* カレンダー曜日セル */
.calendar_data .cal_day_header {
    font-size: 85%;
}

/* カレンダー各セル */
.calendar_data .data_table .cal_day_cell {
    width: 14%;
    height: 60px;
    vertical-align: top;
}

/* 日曜日 */
.sun .cal_day {
    color: #CC0000;
}

/* 土曜日 */
.sat .cal_day {
    color: #3399CC;
}

/* 今日 */
.calendar_data .today {
    font-weight: bold;
}

/* イベント一覧 */
.event_list li {
    border-bottom: 1px solid #BDBDAE;
}

/* イベント内容 */
.event_data {
    padding: 10px 0px;
}

/* イベント名 */
.event_name {
    font-weight: bold;
    line-height: normal;
}

/* アイコン画像 */
div.event_icon {
    text-align: center;
}

div.event_icon img {
    margin: 0px 1px;
}

span.event_icon {
    margin-right: 5px;
}

/* 定休日 */
.calendar_data .holiday,
.holiday_icon {
    background-color: #FBFAEA;
}

.holiday_icon {
    border: 1px solid #BDBDAE;
    display: inline-block;
    width: 15px;
    height: 15px;
}

/* イベント説明 */
.event_desc {
    font-size: 93%;
    padding: 5px;
}

/* 左右カラム */
.side_col .cal_day {
    font-size: 85%;
}

.side_col .data_table th.cell_header,
.side_col .data_table td.cell_data {
   padding: 2px;
}

.side_col .calendar_data .data_table .cal_day_cell {
    height: auto;
}


/********************************************************************/

/* table */

/********************************************************************/

/* thタグ、tdタグ */
.data_table .cell_header,
.data_table_header,
.data_table .cell_data {
    padding: 5px;
    border: 1px solid #BDBDAE;
}

/* thタグ */
.data_table .cell_header,
.data_table_header {
    background-color: #F5F5F5;
    color: #333333;
}

/* tdタグ */
.data_table .cell_data {
    background-color: #FFFFFF;
    color: #333333;
}


/********************************************************************/

/* フォーム */

/********************************************************************/

/* フォーム上部説明 */
.global_note li {
    border-bottom: 1px solid #BDBDAE;
}

.list_icon_circle {
    color: #000000;
}

/* フォーム項目 */
.form_element,
.form_inner_element {
    padding: 10px;
}

/* 必須項目 */
.require {
    color: #CC0000;
    font-weight: bold;
}

abbr.require {
    border: none;
    cursor: default;
}

/* 注意書き */
span.cell_note {
    font-size: 85%;
    font-weight: normal;
}

/* メールアドレス欄 */
.confirm_email {
	border-color: #BDBDAE;
	background-color: #FFFFEE;
}


/********************************************************************/

/* 入力エリア */

/********************************************************************/

/* 標準 */
.form_data .defaultsize {
    width: 170px;
}

/* 特小 */
.form_data .xsmallsize {
    width: 60px;
}

/* 小 */
.form_data .smallsize {
    width: 80px;
}

/* 大 */
.form_data .largesize {
    max-width: 500px;
    width: 97%;
}


/********************************************************************/

/* フォームエラー */

/********************************************************************/

/* 個別エラー表示 */
.form_error {
    border: 5px solid #FF0000;
    border-radius: 5px;
}

/* フォーム上部エラー表示 */
.error_box {
    border: 1px solid #FF0000;
    border-radius: 5px;
}

/* 商品詳細エラー表示 */
.detail_page_body .error_box {
    margin: 10px;
}

/* エラー表示　※赤枠内文字 */
.error_status {
    color: #FF0000;
    font-size: 93%;
    padding-left: 5px;
}

/* エラー時入力エリア背景色 */
.page_box .edit_form .error_row input,
.page_box .edit_form .error_row select,
.page_box .edit_form .error_row textarea {
    background-color: #FFF0F0;
}

/* エラーアイコン */
.error_icon .fa {
    background-color: #FF0000;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 0px 1px #FF0000;
    color: #FFFFFF;
}

/* フォーム上部OK表示 */
.ok_box {
    border: 1px solid #00B200;
    border-radius: 5px;
}

/* OK表示 ※緑枠内文字 */
.ok_status {
    color: #00B200;
    font-size: 93%;
    padding-left: 5px;
}

/* OK表示アイコン位置調整 */
.ok_status img {
    padding-right: 3px;
}

/* OK時入力エリア背景色 */
.page_box .edit_form .ok_row input,
.page_box .edit_form .ok_row select,
.page_box .edit_form .ok_row textarea,
.page_box .edit_form .error_row .ok_input {
    background-color: #EEFFEE;
}

/* OKアイコン */
.ok_icon .fa {
    background-color: #00B200;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 0px 1px #00B200;
    color: #FFFFFF;
}

/* 重要な注意書き色 */
.note_color {
    color: #CC0000;
}

/********************************************************************/

/* アイコン */

/********************************************************************/

/* ヘッダーナビボタン */
.inner_header_nav .header_nav_item .fa {
    color: #B17670;
}

.inner_header_nav .header_nav_item .fa-shopping-cart {
    color: #B17670;
}

/* グローバルナビ */
.inner_global_nav .fa {
    color: #000000;
}

.global_iconleft .fa {
    padding-right: 5px;
}

.global_iconright .fa {
    padding-left: 5px;
}

/* 閉じる、削除ボタン */
.close_btn_box .fa,
.delete_btn_box .fa {
    color: #000000;
}

.nav_close_btn .fa {
    color: #FFFFFF;
}

/* フッター下部ボタン */
.fixed_corner_button .fa {
    font-size: 40px;
    color: #555555;
}

.use_hover .fixed_corner_button:hover .fa {
    color: #333333;
}

/* +-開閉ボタン */
.open_icon .fa,
.close_icon .fa {
    color: #666666;
}

/* 説明付き一覧表示調整 */
.right_side_list_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px;
    font-size: 22px;
}

/* 矢印アイコン */
#container .fa-chevron-right,
#container .fa-chevron-down,
#container .fa-chevron-up {
    color: #333333;
}


/********************************************************************/

/* ボタン */

/********************************************************************/

/* アイコンボタン枠 */
.icon_btn {
    padding: 0px 3px;
    border: 1px solid #BDBDAE;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.use_hover .icon_btn:hover {
    border: 1px solid #BDBDAE;
    background-color: #E7E7E2;
}

/* +-開閉ボタン枠 */
.open_icon,
.close_icon {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.use_hover A:hover .open_icon,
.use_hover A:hover .close_icon,
.use_hover abbr:hover .open_icon,
.use_hover abbr:hover .close_icon {
    background-color: #E7E7E2;
}

/* 汎用ボタン */
.general_btn {
    padding: 0px 3px;
    border: solid 1px #BDBDAE;
    background-color: #FFFFFF;
    border-radius: 5px;
    display: inline-block;
}

.use_hover .general_btn:hover {
    border: 1px solid #BDBDAE;
    background-color: #E7E7E2;
}

.standard_btn {
    padding: 8px 19px;
    border: solid 1px #BDBDAE;
    background-color: #FFFFFF;
    border-radius: 5px;
    display: inline-block;
}

.use_hover .standard_btn:hover {
    border: 1px solid #BDBDAE;
    background-color: #E7E7E2;
}

/* 右端ボタン */
.page_title_right_edge .general_btn,
.section_title_right_edge .general_btn {
    border: solid 1px #BDBDAE;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.use_hover .page_title_right_edge .general_btn:hover,
.use_hover .section_title_right_edge .general_btn:hover {
    background-color: #E7E7E2;
}

/* 画像リンク */
.use_hover .photo_link:hover {
    opacity: 0.7;
}


/*************************************************************/

/* フォームボタン */

/*************************************************************/

/* フォームボタンマウスオーバー */
.use_hover .global_btn input:hover,
.use_hover button:hover,
.use_hover .global_btn A:hover {
    opacity: 0.8;
}

/* ボタンサイズXXS */
.global_btn .btn_size_xxsmall {
    width: 30px;
    height: 30px;
}

/* ボタンサイズXS */
.global_btn .btn_size_xsmall {
    width: 50px;
    height: 30px;
}

/* ボタンサイズS */
.global_btn .btn_size_small {
    width: 70px;
    height: 30px;
}

/* ボタンサイズM */
.global_btn .btn_size_medium {
    width: 90px;
    height: 30px;
}

.global_btn A.btn_size_xxsmall,
.global_btn A.btn_size_xsmall,
.global_btn A.btn_size_small,
.global_btn A.btn_size_medium,
.global_btn A.btn_size_auto {
    line-height: 30px;
}

/* ボタンサイズL */
.global_btn .btn_size_large {
    width: 130px;
    height: 35px;
}

.global_btn A.btn_size_large {
    line-height: 35px;
}

/* ボタンサイズXL */
.global_btn .btn_size_xlarge {
    width: 180px;
    height: 40px;
    font-size: 116%;
}

.global_btn A.btn_size_xlarge {
    line-height: 40px;
}

/* ボタンサイズXXL */
.global_btn .btn_size_xxlarge {
    width: 281px;
    height: 50px;
    font-size: 123%;
}

.global_btn A.btn_size_xxlarge {
    line-height: 50px;
}

/* ボタンサイズ横幅auto */
.global_btn .btn_size_auto {
    height: 30px;
    width: auto;
    padding: 0px 20px;
}

/* ボタンサイズ小文字 */
.font_size_small {
    font-size: 77%;
}

/* 縦2段積みボタン */
.under_global_btn {
    display: block;
    margin-top: 30px;
}

/* 商品詳細 */
.detail_item_data .add_cart .global_btn {
    display: block;
    text-align: center;
    margin: 10px 0px;
}

/* 下部配置ボタン */
.form_btn {
    text-align: center;
    margin: auto;
    padding: 20px 0;
}

/* 下部ボタン上部注意書き */
.global_bottom_info {
    border-bottom: 1px solid #BDBDAE;
}

/* ログインページ新規登録余白調整 */
#register_form .form_btn {
    padding: 0px;
}

/* Aタグボタン */
.global_btn A {
    font-weight: normal;
}

/* 外部決済ボタン */
.outside_btn_box {
    background-color: #FFFFEE;
    border: 1px solid #BDBDAE;
}

/* 楽天決済用 */
.payment_method_desc {
    margin-bottom:10px;
}


/*--------------------------------------*/

/* ボタン色 */

/*--------------------------------------*/
/* 色通常 */
/* フォームボタン全般 */
.btn_color_common {
    background-color: #949487;
    color: #FFFFFF;
}

.btn_color_common,
A.btn_color_common:link,
A.btn_color_common:visited,
A.btn_color_common:hover,
A.btn_color_common:active {
    color: #FFFFFF;
}

.use_hover .btn_color_common:hover {
    color: #FFFFFF;
}

/* 色強調 */
.btn_color_emphasis {
    background-color: #C06563;
    color: #FFFFFF;
	box-shadow: none;
}

.btn_color_emphasis,
A.btn_color_emphasis:link,
A.btn_color_emphasis:visited,
A.btn_color_emphasis:hover,
A.btn_color_emphasis:active {
    color: #FFFFFF;
}

.use_hover .btn_color_emphasis:hover {
    color: #FFFFFF;
}


/*************************************************************/

/* パンくずリスト */

/*************************************************************/

/* パンくずリスト */
.breadcrumb_list {
    font-size: 85%;
}


/********************************************************************/

/* ポップアップ */

/********************************************************************/

/* ポップアップの背景 */
.overlay_area .modal_skin {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}


/********************************************************************/

/* ロード、ページャー */

/********************************************************************/

/* 読み込み中アイコン画像 */
.loading,
.initial_loading {
    background: url(img/load_icon.gif);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

.entry_box .loading {
    background-image: url(img/load_entry_icon.gif);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

/* 一覧ページャー */
.pager {
    margin: 5px 0px;
    text-align: center;
}

/* 現ページ */
.pager strong {
    min-width: 20px;
    min-height: 20px;
    padding: 3px;
    margin: 0px 1px;
    border: 1px solid #C06563;
    background-color: #C06563;
    color: #FFFFFF;
}

/* 各ページ */
.pager .pager_btn {
    min-width: 20px;
    min-height: 20px;
    margin: 0px 1px;
    padding: 3px;
    border: 1px solid #BDBDAE;
    background-color: #FFFFFF;
    text-decoration: none;
}

.use_hover .pager .pager_btn:hover {
    border: 1px solid #C06563;
    background-color: #C06563;
    color: #FFFFFF;
}


/********************************************************************/

/* グローバルサイトリンク */

/********************************************************************/

/* リンク一覧 */
.site_list_dropdown {
    background-color: #FFFFFF;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.4),-5px 5px 10px rgba(0,0,0,0.4);
}

/* 各リンク先 */
.layout_dropdown .site_list_data {
    border-bottom: 1px solid #BDBDAE;
}

/* 各リンク文字 */
.global_site .site_list_dropdown .nav_btn,
#inner_footer .layout_dropdown .site_list_data .nav_btn {
    color: #000000;
}

.use_hover .global_site .site_list_dropdown .nav_btn:hover,
.use_hover #inner_footer .layout_dropdown .site_list_data .nav_btn:hover {
    color: #666666;
    background-color: #F5F5F5;
}

/* リスト表示タイトル */
#inner_footer .layout_dropdown .site_list_title .nav_btn {
    background-image: none;
    background-color: #FFFFFF;
    color: #000000;
}


/********************************************************************/

/* フッター */

/********************************************************************/

/* PCサイトボタン */
.footer_pc_site_box {
    height: 30px;
    padding: 15px 0px 15px 0px;
    position: relative;
    background-color: #EEE9E8;
    box-sizing: content-box;
    text-align: center;
}

.pc_site_btn .pc_site_link {
    width: 80px;
    margin: auto;
    padding: 8px 8px 8px 30px;
    display: inline-block;
    background-image: url(img/icon_pc.png);
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-sizing: content-box;
    font-size: 12px;
    text-align: center;
    color: #000000;
}

.use_hover .pc_site_btn .pc_site_link:hover {
    color: #000000;
    opacity: 0.8;
}

/* フッター */
.footer_area {
	background-color: #EEE9E8;
}

#footer_container {
    /*↓追加｜background-image（背景設定なし）↓*/
    background-image: none;
    /* background-image: url(img/header_bottom_bg.png); */
    /*↑追加｜background-image（背景設定なし）↑*/
	background-size: 205px 35px;
	background-repeat: repeat-x;
	padding-top: 35px;
}

#footer {
    text-align: center;
}

.footer_upper_link_box .continued_link_box {
    border-left: 1px solid #666666;
}

/* ページトップへ戻るボタン */
.fixed_corner_button {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background-color: #CCCCCC;
    text-align: center;
}

.move_to_add_cart .corner_covering_item,
.use_hover .move_to_add_cart:hover .corner_covering_item {
    color: #CCCCCC;
}

/* フッター下部バナー */
.footer_banner {
    text-align: center;
}

.footer_banner .banner_box {
    margin: 15px 5px 5px 5px;
}

.use_hover .footer_banner .banner_box A:hover {
    opacity: 0.8;
}


/*↓追加｜フッターナビゲーションの固定↓*/
/* ナビゲーション固定 */
#nav-fix {
    position: fixed;
    bottom: 0px;
    box-sizing: border-box;
    width: 1200px;
    max-width: calc(100% - 20px);
    margin: 0px auto;
    z-index: 9999;
}
/* トップに戻るボタンの位置変更 */
.back_to_top {
    bottom: 70px!important;
}
/* カートに入れるボタンの位置変更 */
.move_to_add_cart {
    bottom: 125px!important;
}
/*↑追加｜フッターナビゲーションの固定↑*/


/*↓追加｜コンテンツ部分のフォント拡大↓*/
#contents {
    font-size: 135%;
}
/*↑追加｜コンテンツ部分のフォント拡大↑*/


/*↓追加｜ヘッダーロゴを拡大↓*/
.shoplogo img {
    width: 280px;
    max-width: 280px;
}
@media screen and (max-width: 500px) {
    .shoplogo img {
	    width: 200px;
	    max-width: 200px;
	}
}
/*↑追加｜ヘッダーロゴを拡大↑*/


/*↓追加｜新サイトバナー表示↓*/
div.newsite_banner2 {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 25px auto 25px;
  padding: 0px 10px;
}
div.newsite_banner2 p {
  padding: 0;
  text-align: center;
  margin: 0;
}
div.newsite_banner2 p a img {
  max-width: 100%;
  max-height: 120px;
}
/*
div.newsite_banner {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 10px auto 0;
  padding: 0px 10px;
}
div.newsite_banner p {
  padding: 0;
  text-align: right;
  margin: 0;
}
@media screen and (max-width: 500px) {
  div.newsite_banner p {
    text-align: center;
  }
}
div.newsite_banner p a img {
  max-width: 100%;
  max-height: 40px;
}
*/
/*↑追加｜新サイトバナー表示↑*/


/*↓追加｜トップページ 検索フォーム センタリング↓*/
#main_container .main_search_box .form_data {
    text-align: center;
}
/*↑追加｜トップページ 検索フォーム センタリング↑*/


/*↓追加｜タイトル部分デコレーション↓*/
.top_page_body .section_title h2 .title_text {
    text-decoration: underline solid 5px rgb(200, 200, 150);
    letter-spacing: 0.07em;
}
/*↑追加｜タイトル部分デコレーション↑*/


/*↓追加｜ヤマト料金表（TOP除外）↓*/
.top_page_body #yamato_table {
    display: none;
}
/*↑追加｜ヤマト料金表（TOP除外）↑*/


/*↓追加｜商品ページ 体裁修正用↓*/
table.pid-all {
  width: 100%;
  max-width: 100%;
  padding-left: 0px; padding-right: 0px;
  margin-left: 0px; margin-right: 0px;
  box-sizing: border-box;
}
table.pid-all tr td, table.pid-all tr th {
  width: 50%;
  max-width: 50%;
  padding-left: 10px; padding-right: 10px;
  word-break: break-all;
}
table.pid-all tr td img, table.pid-all tr th img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  table.pid-all tr td img, table.pid-all tr th img {
    max-width: calc(100% - 20px);
  }
}
.pic-img300 {
  width: 350px;
  max-width: 100%;
}
/*↑追加｜商品ページ 体裁修正用↑*/


/*↓追加｜商品ページ 体裁修正用 table ｜2列・3列↓*/
table.pid-all-2col,
table.pid-all-3col {
  width: 100%;
  max-width: 100%;
  padding-left: 0px; padding-right: 0px;
  margin-left: 0px; margin-right: 0px;
  box-sizing: border-box;
}
table.pid-all-2col img,
table.pid-all-3col img {
  max-width: 100%;
}
table.pid-all-2col tr td, table.pid-all-2col tr th,
table.pid-all-3col tr td, table.pid-all-3col tr th {
  padding-left: 10px; padding-right: 10px;
  word-break: break-all;
}
table.pid-all-2col tr td, table.pid-all-2col tr th {
  width: 50%;
  max-width: 50%;
}
table.pid-all-3col tr td, table.pid-all-3col tr th {
  width: 33.3%;
  max-width: 33.3%;
}
table.pid-all-2col tr.p-head td, table.pid-all-2col tr.p-head th,
table.pid-all-3col tr.p-head td, table.pid-all-3col tr.p-head th {
  font-size: large;
  font-weight: bold;
  text-align: center;
  background-color: #fef5b6;
  height: 50px;
  min-height: 50px;
}
table.pid-all-2col tr.p-product td, table.pid-all-2col tr.p-product th,
table.pid-all-3col tr.p-product td, table.pid-all-3col tr.p-product th {
  padding-top: 20px; padding-bottom: 20px;
  vertical-align: top;
}
table.pid-all-2col tr.p-product .center,
table.pid-all-3col tr.p-product .center {
  text-align: center;
}
table.pid-all-2col tr.p-product .left,
table.pid-all-3col tr.p-product .left {
  text-align: left;
}
/*↑追加｜商品ページ 体裁修正用 table ｜2列・3列↑*/


/********************************************************************/

/* Powered by おちゃのこネット
※上記の文言は共用ドメインコースをご利用の場合に表示されます。
必須項目ですので、下記の編集は許可されていません。
・文言の削除
・文字色を薄くする
・文字サイズを小さくする */

#ochanoko {
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

#ochanoko A {
    font-size: 12px;
}

.accessory_color {
	background-color: #EEE9E8;
}

/********************************************************************/


@media screen and (min-width: 840px) {
.responsive .inner_header_nav .header_nav_item {
width: auto;
}
}

/*オーダーメード縦並び*******************************************************************/


.ordermade .order_checklist {
display: block;
}

/*カート内アンケート縦並び*******************************************************************/


#shoppingcart_page_step2 #cart_questionnaire .question_checklist {
display: block;
}


/*スマホ商品詳細文字サイズ*******************************************************************/


@media screen and (max-width:500px) { 
.detail_item_data .item_name {
 font-size: 123.1%;   
}
.detail_item_data .item_desc_text {
font-size: 90%;
}
}

/*pc商品詳細文字サイズ*******************************************************************/


@media screen and (min-width: 840px) {
.detail_page_body .item_desc_text {
font-size: 16px;
}
}


/*バリエーション種類・在庫比率とフォントサイズ*******************************************************************/


/* バリエーションtable */
.variation_stock_list .data_table {
table-layout: auto;
}
.data_table .stocklist_option {
width: 70%;
font-size: 80%;
}
.data_table .stocklist_data {
width: 30%;
font-size: 80%;
}


/*サイト全体のリンク色とマウスオーバー*******************************************************************/


/* リンク色 */
A, A:link, A:visited, A:hover, A:active {
color: #0000cd;
}
/* マウスオーバー時 */
.use_hover A:hover {
color: #AE00FF;
}


/*左サイド”カテゴリ”メニューの文字色とリンク色*******************************************************************/


/* リンク色 */
.side_col .sub_menu_link_list .sub_menu_link {
color: #0000cd;
}

/* マウスオーバー時 */
.use_hover .side_col .sub_menu_link_list .sub_menu_link:hover {
color: #c71585;
background-color: #E7E7E2;
}


/*左サイド”カテゴリ”以外のメニューの文字色とリンク色*******************************************************************/


.use_hover .inner_side_nav .nav_btn:hover, .use_hover .freepage_nav .inner_freepage_nav .nav_btn:hover {
background-color: #E7E7E2;
color: #c71585;
}


/*Youtube位置変更 *******************************************************************/

/* 左へ移動 */
.youtube_player {
margin: 0;
}

/* サイズ */
.youtube_player {
max-width: 100%;
}

/*2列3列横幅100％ *******************************************************************/


.item_desc_text center > table {
width: 100%!important;
table-layout: fixed;
}


/* # =================================================================
# 
# ↓　おちゃのこネットデザイン作成プラン　↓
#             2023.02.02 upload
# 
# ================================================================= */

/* 全体 */
body, .page_box .detail_contents .section_title h2, .page_box .detail_contents .section_title h3,
.page_box .page_title h2 .title_text {
font-family: 'Noto Serif Toto','Noto Sans JP', sans-serif;
background-image: none;
background-color: #FFFFFF;
color: #371F15;
font-size: 100%;
}
A, A:link, A:visited, A:hover, A:active {
color: #572A06;
}
A:hover img {
opacity: 0.7;
}
.custom_space {
overflow: hidden;
}
.responsive .fix_center {
max-width: 1400px;
width: 100%;
}
.wide_layout .layout_2_col #inner_contents, .wide_layout .layout_3_col #inner_contents {
max-width: 1400px;
width: 100%;
}
.responsive #header_area {
max-width: 100%;
}
#footer_container {
padding-top: 0px;
}
.dispinlineblock {
display: inline-block;
}
#header_free_space {
overflow: visible;
}
.responsive #header_area {
align-items: center;
max-width: 1400px;
margin: 0 auto;
position: relative;
padding: 5px 0px;
}
.responsive #inner_header {
height: 100px;
align-items: center;
justify-content: center;
padding-bottom: 0px;
padding-top: 0px;
}
.header_center {
flex: 1;
}
.shoplogo {
text-align: left;
}
.shoplogo img {
width: 100%;
max-width: 320px;
}
#contents {
padding: 0px;
font-size: 108%;
}
#contents_top {
background-color: #371F15;
position: relative;
z-index: 200;
}
.diary h2, .whatnew h2, .side_box h2, .main_box h2 {
background-image: none;
}
.side_col .category_nav_box .section_title, .side_col .pickupcategory_nav_box .section_title, .side_col .category_nav_box .section_title h2, .side_col .pickupcategory_nav_box .section_title h2 {
background-image: none;
}
.layout_photo .item_list .item_data {
background-image: none;
}
.whatnew, .pwhatnew .whatnew_list, .diary, .pdiary .diary_list {
background-color: transparent;
border: none;
}
.top_page_body .main_box .section_title h2::before {
content: "";
background-image: url(image/newdesign/ume.jpg);
background-size: contain;
width: 60px;
height: 57px;
display: block;
margin: 0 auto;
}
.recently.main_box .section_title h2::before, .calendar.main_box .section_title h2::before {
background-image: none;
width: 0px;
height: 0px;
}
.top_page_body .section_title h2 .title_text {
text-decoration: none;
letter-spacing: 0px;
font-family: 'Yuji Syuku', serif;
color: #371F15;
font-size: 16px;
}
.top_page_body .main_box .section_title h2 .title_text::before {
display: block;
padding: 10px 5px 5px;
font-size: 12px;
letter-spacing: 1px;
font-family: 'Noto Serif Toto', sans-serif;
}
.top_page_body .whatnew .section_title h2 .title_text::before {
content: "What's New";
}
.top_page_body .item_new .section_title h2 .title_text::before {
content: "New Items";
}
.top_page_body .item_ranking .section_title h2 .title_text::before {
content: "Item Ranking";
}
.top_page_body .recently .section_title h2 .title_text::before {
content: "Recently Items";
}
.side_col .sub_menu_link_list .sub_menu_link {
color: #572A06;
}
.use_hover A:hover, .use_hover .side_col .sub_menu_link_list .sub_menu_link:hover {
color: #B5310F;
}
.use_hover .inner_side_nav .nav_btn:hover, .use_hover .freepage_nav .inner_freepage_nav .nav_btn:hover {
color: #B5310F;
background-color: #FFFFFF;
}
.page_box .page_title h1, .page_box .page_title h2 {
background-image: none;
padding: 15px;
background-color: #371F15;
border-radius: 10px;
color: #FFFFFF;
}
.page_box .page_title h2 .title_text {
color: #FFF;
background-color: transparent;
}
.page_box .page_title h1 .title_text, .page_box .page_title h2 .title_text {
font-family: 'Yuji Syuku', serif;
}
.page_box .section_title h2, .page_box .section_title h3 {
background-image: none;
}
.page_box {
color: #371F15;
}
.font_emp {
font-weight: bold;
}
.more_item {
padding: 10px 20px 0px 5px;
}
.more_item .general_btn {
border: none;
position: relative;
font-family: 'Yuji Syuku', serif;
}
.more_item .general_btn::before {
content: "";
position: absolute;
bottom: -2px;
left: -15px;
width: 130%;
height: 1px;
background: #572A06;
transition: all .3s;
}
.more_item .general_btn::after {
content: "";
position: absolute;
bottom: 1px;
right: -11px;
width: 10px;
height: 1px;
background: #572A06;
transform: rotate(35deg);
transition: all .3s;
}
.more_item .general_btn:hover::before {
left: -10px;
}
.more_item .general_btn:hover::after {
right: -16px;
}
.more_item .general_btn .fa::before {
content: "";
}
.use_hover .more_item .general_btn:hover {
border: none;
background-color: #FFFFFF;
}
.btn_color_emphasis {
background-color: #D84B26;
border-radius: 0px;
}
.layout_photo .itemlist_cartbutton {
max-width: 200px;
width: 100%;
padding: 5px;
}
.layout_photo .itemlist_cartbutton .cartinput {
width: 100%;
}
.list_item_data {
font-family: 'Noto Serif Toto', 'Noto Sans JP', sans-serif;
}
.list_item_data .item_name, .list_item_data .price {
font-weight: 500;
}
.wide_layout .fixed_corner_box .fixed_corner_button {
right: 15px;
}
.data_table .stocklist_data, .data_table .stocklist_option {
font-size: 100%;
}
.common_icon img, .help_icon_data img {
max-width: 60px;
}
.item_box .text_layout .list_item_box {
background-image: none;
}
.grouplink_box .grouplink_list {
padding: 0px;
margin: 0px;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.grouplink_box .grouplink_list li {
width: 50%;
padding: 5px;
font-size: 12px;
}
.grouplink_box .grouplink_list A {
border: 1px solid;
padding: 10px;
display: flex;
align-items: center;
height: 100%;
}
/* ヘッダー */
#header_wrapper {
background-image: none;
padding-top: 0px;
}
#header {
z-index: 110;
padding: 0px;
position: static;
}
.inner_header_area {
height: 80px;
font-size: 13px;
letter-spacing: 0px;
align-items: center;
}
#globalnav .globalnavlist {
margin: 0;
padding: 0;
list-style: none;
align-items: center;
height: 70px;
}
.globalnavbtn {
text-align: left;
padding: 8px;
font-family: 'Yuji Syuku', serif;
width: calc(100%/6);
}
.globalnavbtn > A {
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
font-weight: 400;
padding: 10px 5px;
color: #FFFFFF;
}
.globalnavbtn:nth-child(-n+2) > A {
background-image: url(image/newdesign/navbg.png);
background-size: 45px;
background-color: #B5310F;
}
.use_hover #header_nav .globalnavbtn > A:hover {
color: #FFFFFF;
}
.navicon {
padding-right: 5px;
}
A:hover .navicon img {
opacity: 1;
}
.navbtn_en {
font-size: 12px;
}
.dropdwn_menu {
width: 100%;
display: none;
position: absolute;
left: 0;
top: 0px;
padding: 0px 50px 20px 0px;
background-color: #FFF;
}
.btn_menu1 .dropdwn_menu {
overflow: auto;
height: auto;
}
.is_nav_sticky .btn_menu1 .dropdwn_menu {
overflow: auto;
}
.category_nav-open {
overflow: hidden;
}
.dropdwn_menu ul, .dropdwn_menu li, .dropdwn_menu2 ul, .dropdwn_menu2 li {
width: 100%;
margin: 0;
padding: 0;
}
#globalnav ul.dropdwn ul.dropdwn_menu, .dropdwn ul.dropdwn_menu2 {
padding-top: 20px;
}
.btn_menu1 .subnavbox > .flex_layout {
flex-direction: column;
}
.nav-open {
overflow: hidden;
}
.nav-open .site_header.open {
overflow: auto
}
.nav-open #globalnav {
min-height: 105vh;
}
.toggle_btn {
display: none;
}
.design_header_nav_opened body {
overflow: hidden;
}
.top_page_body .header_right {
width: auto;
justify-content: flex-end;
}
.copy { 
position: absolute;
padding: 5px;
font-size: 9px;
text-align: left;
}
.header_nav {
height: 100%;
}
.inner_header_nav {
height: auto;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
padding: 7px 0;
}
.header_nav_item A {
font-weight: 400;
}
.global_nav {
background-color: #FFFFFF;
background-image: none;
padding-bottom: 0px;
position: static;
}
.subnavbox {
max-width: 1400px;
margin: 0 auto;
position: relative;
}
.subnavbox > .flex_layout {
width: 100%;
flex-wrap: wrap;
}
.btn_menu1 .subnavbox .close_btn_box {
position: absolute;
top: 25px;
right: -30px;
}
.btn_menu2 .subnavbox .close_btn_box {
position: absolute;
top: 25px;
right: -30px;
}
.subnavbox .close_btn_box .icon_btn {
border: 1px solid #331D13;
border-radius: 0;
}
.subnavbox .close_btn_box .icon_btn .fa {
font-size: 30px;
}
.subnavbox_left, .subnavbox_right {
width: 100%;
padding: 0px;
}
.subnavbtn {
margin-top: 10px;
padding: 0 10px;
}
.headcontents .inner_subnavbtn {
background-image: url(image/newdesign/navbg2.png);
}
.btn_menu2 .subnavbtn {
width: 50%;
padding: 0px 10px;
font-size: 14px;
margin-bottom: 0px;
}
.inner_subnavbtn {
padding: 20px 30px;
background-size: 150px;
background-position: right top;
background-repeat: no-repeat;
overflow: hidden;
border-radius: 10px;
box-shadow: 0 0 10px #ccc;
margin: 5px 0px 15px;
background-color: #FFFFFF;
}
.category2 {
margin-bottom: 0px;
}
.category2 .inner_subnavbtn {
margin-bottom: 5px;
}
.subnavbtn A {
font-weight: normal;
}
.subnav_ttl {
background-size: 50px;
background-repeat: no-repeat;
padding: 10px 10px 10px 55px;
font-size: 20px;
background-position: left center;
line-height: 1.2;
}
.category1 .subnav_ttl {
background-image: url(image/newdesign/icon_category1.jpg);
}
.category2 .subnav_ttl {
background-image: url(image/newdesign/icon_category2.jpg);
}
.category3 .subnav_ttl {
background-image: url(image/newdesign/icon_category3.jpg);
}
.category4 .subnav_ttl {
background-image: url(image/newdesign/icon_category4.jpg);
}
.category5 .subnav_ttl {
background-image: url(image/newdesign/icon_category5.jpg);
}
.category6 .subnav_ttl {
background-image: url(image/newdesign/icon_category6.jpg);
}
.wide_layout .custom_nav_link .advanced_flex_wrap .wrapped_item {
width: 100%;
padding: 0px;
}
#globalnav .subnav_list .inner_main_nav .nav_btn {
border: none;
border-bottom: 1px dotted;
color: #371F15;
font-weight: normal;
font-size: 12px;
}
.menu_btn {
text-align: center;
}
.menu_btn img {
display: block;
margin: 0 auto;
}
.use_hover .inner_main_nav .nav_btn:hover {
background-color: #FFFFFF;
color: #B5310F;
}
.inner_header_nav .header_nav_item .fa, .inner_header_nav .header_nav_item .fa-shopping-cart {
color: #371F15;
}
.inner_header_nav .nav_btn {
border: none;
}
.use_hover .inner_header_nav .nav_btn:hover {
border-radius: 0px;
}
.header_right .inner_header_nav .nav_btn {
margin: 0px;
}
#container .inner_header_nav {
min-width: auto;
}
.inner_header_nav .header_nav_item {
width: 60px;
}
/* 商品検索 */
.search_bar .search_box {
width: 130px;
background-color: transparent;
border: none;
box-shadow: none;
padding: 0px;
border-radius: 0px;
}
.search_form .searchinput {
background-color: transparent;
box-shadow: none;
width: 25px;
height: 26px;
border-radius: 0px;
}
.search_bar .search {
padding: 0px 3px 0 10px;
}
.header_area .search_bar {
display: flex;
align-items: center;
padding: 0px;
}
.search_close,
.use_hover .search_close:hover {
bottom: 10px;
border: none;
background-color: transparent;
}
.search_form .btn_color_common {
color: #000;
}
.header_nav .search_bar .fa {
padding: 0px;
font-size:16px;
}
.searchinput_image {
max-width: 20px;
height: auto;
}
.responsive .has_search_bar .search_bar .search .search_box {
width: 150px;
}
.responsive .has_search_bar .search_bar.has_header_right_size2 {
right: 240px;
top: 40px;
}
.global_nav_item:first-child .nav_btn {
background-image: none;
}
.global_nav_item.g_search {
position: absolute;
top: 56px;
right: 186px;
display: inline-block;
width: auto;
}
.header_global_nav {
z-index: 120;
}
.menu_opener_box {
right: 230px;
position: absolute;
}
.g_search .nav_btn {
font-weight: normal;
font-size: 10px;
}
.inner_global_nav .nav_btn {
color: #371F15;
}
.responsive .has_search_bar .search_bar .search {
padding: 0px 10px;
background-color: #F2F2F2;
}
.use_hover .inner_global_nav .nav_btn:hover {
border-bottom: none;
background-color: #F5F5F5;
color: #666666;
}
/* プレースホルダーをフォーカスで非表示 */
#header_area .search input:focus::-webkit-input-placeholder, #header_area .search input:focus::-moz-placeholder, #header_area .search input:focus::-ms-input-placeholder, #header_area .search input:focus::placeholder {
color: transparent;
}
/* オートコンプリート背景色 */
#header_area .search input:-webkit-autofill, input:focus:-webkit-autofill {
-webkit-box-shadow: 0 0 0 100px rgb(245, 245, 245) inset!important;
}
/* フォーカスのボーダー削除 */
:focus {
outline: none;
}
/* スライド */
#photo {
position: relative;
}
#photo::before {
content: "";
width: 115px;
height: 537px;
background-image: url(image/newdesign/topimage_copy.png);
position: absolute;
z-index: 10;
background-size: contain;
right: 170px;
top: 0px;
}
#photo img {
object-fit: cover;
height: 600px;
object-position: center;
width: 100%;
}
#top_picture_free_space {
max-width: 100%;
}
#top_picture_free_space video {
width: 100%;
max-width: 100%;
margin: 0 auto;
display: block;
}
/* サイドメニュー */
.side_box {
font-family: 'Yuji Syuku', serif;
font-size: 16px;
}
.inner_itemlist_nav .nav_btn {
font-weight: normal;
color: #371F15;
}
.side_col .category_nav_box .section_title h2 {
text-align: left;
}
.use_hover .side_col .sub_menu_link_list .sub_menu_link:hover {
background-color: #FFFFFF;
}
.sub_menu_link {
font-size: 16px;
}
.side_box .inner_itemlist_nav .nav_btn {
border-bottom: 1px dotted;
}
.sns_box {
background-color: #371F15;
color: #FFFFFF;
padding: 15px;
border-radius: 10px;
text-align: center;
font-family: 'Noto Serif Toto', sans-serif;
font-size: 12px;
letter-spacing: 1px;
}
.top_page_body .sns_box {
border-radius: 0px 0px 10px 10px;
}
.sns_share_title {
padding-bottom: 10px;
}
.sns_share {
align-items: center;
justify-content: center;
}
.sns_sharebox {
padding: 0px 8px;
}
.side_col .side_box .section_title h2 {
padding: 5px 5px 8px 35px;
background-size: 31px;
background-position: left center;
background-repeat: no-repeat;
}
.side_box.category_nav_box .section_title h2 {
background-image: url(image/newdesign/icon_sidecategory.png);
}
.side_box .menu_link_item .parental_menu_link {
padding: 15px 5px 15px 55px;
background-size: 50px;
background-repeat: no-repeat;
background-position: left center;
border-bottom: none;
}
.maincategory84 .parental_menu_link {
background-image: url(image/newdesign/icon_category1.jpg);
}
.maincategory1 .parental_menu_link {
background-image: url(image/newdesign/icon_category2.jpg);
}
.maincategory6 .parental_menu_link {
background-image: url(image/newdesign/icon_category3.jpg);
}
.maincategory58 .parental_menu_link {
background-image: url(image/newdesign/icon_category4.jpg);
}
.maincategory2 .parental_menu_link {
background-image: url(image/newdesign/icon_category5.jpg);
}
.maincategory35 .parental_menu_link {
background-image: url(image/newdesign/icon_category6.jpg);
}
.maincategory122 .parental_menu_link {
background-image: url(image/newdesign/icon_category7.jpg);
}
.side_itemlist_nav .itemlist_nav_item {
margin-bottom: 18px;
}
.sub_menu_link_item .fa::before, .side_box .nav_btn .chevron_right_icon::before {
content: "";
background-image: url(image/newdesign/icon_arrow.png);
width: 10px;
height: 13px;
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
}
.side_box .side_shopintro A .chevron_right_icon::before {
content: "";
background-image: url(image/newdesign/icon_arrow_w.png);
width: 10px;
height: 13px;
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
}
.side_box .nav_btn .menu_nav_icon {
margin: 0px;
width: 0px;
}
.side_box .nav_btn .menu_nav_icon::before {
content: "";
}
.side_nav .cart_qty {
display: none;
}
.sidelink_item {
border: 1px solid;
margin-bottom: 15px;
}
.inner_sidelink_item {
position: relative;
margin: 5px 0;
border-top: solid 1px #3F200C;
border-bottom: solid 1px #3F200C;
background: #FFFFFF;
box-shadow: none;
}
.inner_sidelink_item::before {
position: absolute;
content: "";
top: -6px;
width: 1px;
height: -webkit-calc(100% + 12px);
height: calc(100% + 12px);
background-color: #3F200C;
left: 5px;
}
.inner_sidelink_item::after {
position: absolute;
content: "";
top: -6px;
width: 1px;
height: -webkit-calc(100% + 12px);
height: calc(100% + 12px);
background-color: #3F200C;
right: 5px;
}
.inner_sidelink_item A {
display: block;
padding: 15px;
}
.inner_sidelink_item A {
font-size: 16px;
font-weight: normal;
text-align: center;
}
.side_shopintro {
margin-bottom: 15px;
}
.use_hover .side_shopintro A:hover img {
opacity: 1;
}
.shopintro_link {
position: relative;
background-color: #331D13;
color: #FFFFFF;
font-family: 'Noto Serif Toto','Noto Sans JP', sans-serif;
font-weight: 500;
padding: 15px 15px 15px 40px;
font-size: 14px;
background-image: url(image/newdesign/taku_logo.png);
background-size: 25px;
background-position: left 10px center;
background-repeat: no-repeat;
line-height: 1.4;
}
.side_box.freepage_nav_box .inner_side_nav::before {
content: "焚屋コンテンツ";
text-decoration: none;
letter-spacing: 2px;
font-size: 22px;
display: block;
background-image: url(image/newdesign/icon_sidecontents.png);
padding: 5px 5px 8px 35px;
background-size: 31px;
background-position: left center;
background-repeat: no-repeat;
}
.side_box.basic_nav_box .inner_side_nav::before {
content: "ご利用案内";
text-decoration: none;
letter-spacing: 2px;
font-size: 22px;
display: block;
background-image: url(image/newdesign/icon_sideinfo.png);
padding: 5px 5px 8px 35px;
background-size: 31px;
background-position: left center;
background-repeat: no-repeat;
}
.side_banner {
text-align: center;
}
.side_banner > div {
margin-bottom: 15px;
}
.inner_side_nav .nav_btn, .freepage_nav .inner_freepage_nav .nav_btn {
border: 1px solid #371F15;
margin-bottom: 8px;
}
.open_side_col .side_container {
background-image: none;
background-color: #FFFFFF;
}
.open_side_col .left_menu_mode #left_side_col {
padding: 0 5px;
box-sizing: border-box;
background-color: #FFF;
}
/* ピックアップカテゴリ */
.copyblock {
padding: 20px;
text-align: center;
}
.pickupcategory .subnavbtn {
width: 50%;
padding: 10px;
margin: 0px;
font-size: 14px;
font-family: 'Yuji Syuku', serif;
}
.pickupcategory .inner_subnavbtn {
padding: 10px 5px;
margin: 0px;
}
.p_category_list2 {
flex-wrap: wrap;
}
.categorylist2_box {
width: 50%;
padding: 5px 5px 10px;
}
.categorylist2_box A {
font-family: 'Yuji Syuku', serif;
font-weight: normal;
font-size: 14px;
text-align: center;
}
.categorylist2_image img {
object-fit: cover;
width: 100%;
height: 60px;
object-position: center;
}
.categorylist2_text {
padding-top: 5px;
font-size: 14px;
line-height: 1.3;
}
.scene_name {
min-height: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.inner_scene_name {
line-height: 1.2;
}
.p_category_list1 {
padding: 10px 0px;
}
/*新着情報*/
.column_layout .layout_2_col .whatnew_list.layout_list_column .list_item_cell {
width: 50%;
padding: 5px;
}
.responsive .whatnew_list.layout_list_column .list_item_cell .list_item_photo {
height: auto;
}
.whatnew_list .list_item_photo {
width: 100%;
min-width: 100%;
}
.responsive .whatnew_list.layout_list_column .list_item_cell .list_item_photo img {
max-width: 100%;
}
.responsive #container .whatnew_list.layout_list_column .list_item_box {
padding: 0px;
}
.whatnew_list .list_item_data {
padding: 10px 0px 0px;
font-weight: normal;
font-size: 14px;
}
/* Youtube紹介 */
.youtube_box {
background-color: #F9F6EB;
padding: 30px;
}
.youtube_box .inner_maincontents {
flex-direction: column;
}
.youtube_desc {
width: 100%;
padding-right: 0px;
padding-bottom: 30px;
font-family: 'Yuji Syuku', serif;
}
.youtube_desc_text {
padding: 25px 0px;
line-height: 1.8;
font-size: 14px;
}
.youtube_desc_btn A {
background-color: #371F15;
color: #FFFFFF;
font-weight: normal;
padding: 10px 25px;
transition: 0.2s;
}
.use_hover .youtube_desc_btn A:hover {
color: #FFFFFF;
background-color: #B5310F;
}
.youtube_video {
flex: 1;
}
.inner_youtube_video {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
border-radius: 10px;
}
.inner_youtube_video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* 季節の香り */
.season_box {
padding: 80px 0px 5px;
overflow: hidden;
}
.season_box .inner_maincontents {
flex-direction: column;
}
.season_left {
width: 100%;
padding: 10px;
box-sizing: border-box;
display: flex;
flex-direction: column;
padding-bottom: 30px;
}
.season_title {
background-image: url(image/newdesign/season_bg01.jpg);
width: 100%;
max-width: 300px;
height: 300px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 50%;
position: relative;
letter-spacing: 2px;
margin: 0 auto;
}
.inner_season_title {
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
background-color: #FFFFFF;
padding: 20px;
text-align: center;
font-family: 'Noto Serif Toto', 'Yuji Syuku', serif;
font-size: 14px;
max-height: 380px;
overflow: hidden;
}
.season_ja {
writing-mode: vertical-rl;
font-size: 30px;
display: inline-block;
margin: 3px 7px 0px 0px;
line-height: 1;
}
.text_emp {
font-size: 150%;
}
.season_text {
padding: 20px;
font-size: 14px;
font-family: 'Noto Serif Toto', 'Yuji Syuku', serif;
line-height: 2;
display: inline-block;
margin: 0 auto;
}
.season_right {
flex: 1;
}
.season_subtitle {
font-family: 'Noto Serif Toto', 'Yuji Syuku', serif;
font-size: 20px;
padding-bottom: 20px;
padding-left: 10px;
}
.season_itemlist {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.season_item {
width: 100%;
padding: 0px 10px 20px;
}
.season_item A {
box-shadow: 0 0 10px #ccc;
background-color: #FFFFFF;
display: block;
font-weight: normal;
}
.season_item_left {
width: 110px;
}
.season_itemno {
background-color: #371F15;
color: #FFFFFF;
text-align: center;
padding: 10px 5px;
font-size: 14px;
font-family: 'Noto Serif Toto', 'Yuji Syuku', serif;
}
.season_itemno .rno {
font-size: 150%;
line-height: 0.7;
padding-left: 5px;
color: #F8FFB2;
}
.season_itemimg {
padding: 10px 0px 10px 10px;
}
.season_item_right {
padding: 10px 15px 10px 15px;
font-size: 12px;
flex: 1;
position: relative;
}
.season_itemttl {
font-family: 'Yuji Syuku', serif;
border-bottom: 1px dotted #EC500F;
padding-bottom: 5px;
margin-bottom: 10px;
font-size: 16px;
display: flex;
min-height: 40px;
align-items: center;
line-height: 1;
}
.season_moreitem {
position: relative;
display: inline-block;
padding-top: 10px;
font-family: 'Yuji Syuku', serif;
}
.season_moreitem::before {
content: "";
position: absolute;
bottom: -2px;
left: -3px;
width: 130%;
height: 1px;
background: #572A06;
transition: all .3s;
}
.season_moreitem::after {
content: "";
position: absolute;
bottom: 1px;
right: -16px;
width: 10px;
height: 1px;
background: #572A06;
transform: rotate(35deg);
transition: all .3s;
}
.use_hover .season_item A:hover .season_moreitem::before {
left: 2px;
}
.use_hover .season_item A:hover .season_moreitem::after {
right: -21px;
}
.season_box .more_item .general_btn {
font-size: 14px;
}
.season_box .more_item .general_btn::before {
width: 111%;
left: -13px;
}
.use_hover .season_box .more_item .general_btn:hover::before {
left: -8px;
}
/* 販売ランキング */
.itemlist_box .rankno1, .itemlist_box .rankno {
background-image: none;
font-size: 12px;
color: #371F15;
}
.itemlist_box .list_item_cell:nth-child(-n+5) .rankno {
display: none;
}
.item_rankno, .layout_photo .item_rankno {
margin: 0px;
padding: 0px;
}
.item_rankno::before {
width: 40px;
height: 40px;
background-color: #371F15;
color: #FFF;
line-height: 40px;
font-size: 24px;
display: inline-block;
}
.ranking1 .item_rankno::before {
content: "1";
}
.ranking2 .item_rankno::before {
content: "2";
}
.ranking3 .item_rankno::before {
content: "3";
}
.ranking4 .item_rankno::before {
content: "4";
}
.ranking5 .item_rankno::before {
content: "5";
}
.item_ranking .layout_photo .list_item_photo {
padding-top: 0px;
}
.inner_ranking_navigation > .flex_layout {
justify-content: center;
}
.ranking_navigation.anchor_nav_area .nav_btn.nav_on {
background-color: #371F15;
color: #FFFFFF;
border: 1px solid #371F15;
}
.ranking_navigation.anchor_nav_area .nav_btn {
border: 1px solid #371F15;
color: #371F15;
font-size: 14px;
}
/* 金沢・スタッフ紹介 */
.kanazawa_box .inner_maincontents {
flex-direction: column;
}
.kanazawa_left {
width: 100%;
display: flex;
align-items: flex-end;
padding: 10px;
}
.kanazawa_right {
flex: 1;
padding: 10px;
background-image: url(image/newdesign/kanazawa_bg.png);
background-size: 278px;
background-position: right bottom 60px;
background-repeat: no-repeat;
}
.kanazawa_image {
padding-top: 0px;
justify-content: center;
}
.inner_kanazawa_image {
padding: 5px;
}
.kanazawa_text {
font-size: 14px;
font-family: 'Yuji Syuku', serif;
line-height: 1.5;
padding: 10px 0px;
}
.staff_intro {
flex-direction: column;
align-items: flex-start;
padding: 10px;
}
.staff_intro > div {
padding: 70px 50px 20px 0px;
width: 100%;
}
.staff_image {
position: relative;
}
.inner_staff_image img {
object-fit: cover;
height: 200px;
object-position: center;
}
.staff_right {
margin-left: auto;
}
.staff_fukidashi {
position: absolute;
background-image: url(image/newdesign/fukidashi.png);
background-size: 120px;
width: 120px;
height: 120px;
color: #FFF;
text-align: center;
top: -70px;
right: -50px;
font-family: 'Yuji Syuku', serif;
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
}
.staff_comment {
margin: -40px -40px 0 30px;
z-index: 1;
position: relative;
font-family: 'Yuji Syuku', serif;
}
.inner_staff_comment {
background-color: #FFFFFF;
padding: 15px;
box-shadow: 0 0 15px #999;
font-size: 12px;
line-height: 1.8;
}
.staff_name {
font-size: 18px;
letter-spacing: 1px;
}
.staff_link {
justify-content: center;
align-items: center;
flex-direction: column;
}
.staff_link_box {
width: 100%;
padding: 15px;
max-width: 470px;
}
.kanazawa_box A, .kanazawa_box A:link, .kanazawa_box A:visited, .kanazawa_box A:hover, .kanazawa_box A:active {
color: #FFFFFF;
}
.staff_link_btn {
display: flex;
align-items: center;
min-height: 80px;
position: relative;
background-color: #331D13;
color: #FFFFFF;
padding: 10px 50px 10px 60px;
transition: all .3s;
background-image: url(image/newdesign/taku_logo.png);
background-size: 40px;
background-position: left 10px center;
background-repeat: no-repeat;
margin: 10px 0px;
}
.kanazawa_link_btn {
position: relative;
background-color: #331D13;
padding: 15px;
transition: all .3s;
display: flex;
align-items: center;
min-height: 70px;
font-size: 14px;
max-width: 310px;
letter-spacing: 1px;
}
.staff_link_btn::before, .staff_link_btn::after, .kanazawa_link_btn::before, .kanazawa_link_btn::after {
content: "";
position: absolute;
display: block;
transition: all .3s;
}
.staff_link_btn::after, .kanazawa_link_btn::after {
width: .5rem;
height: 1rem;
top: 50%;
right: 1.7rem;
border-top: solid 1px #FFFFFF;
border-right: solid 1px #FFFFFF;
transform: translateY(-50%) rotate(45deg) skewX(-45deg);
}
.use_hover .staff_link_btn:hover::before, .use_hover .kanazawa_link_btn:hover::before {
width: 5rem;
}
.use_hover .staff_link_btn:hover::after, .use_hover .kanazawa_link_btn:hover::after {
height: 2rem;
right: 2.3rem;
}
.staff_link_text {
font-size: 12px;
letter-spacing: 0px;
}
.kanazawa_box .workdiary A {
color: #572A06;
font-weight: normal;
}
.use_hover .kanazawa_box .workdiary A:hover {
color: #B5310F;
}
.inner_workdiary {
justify-content: center;
}
.workdiary_title {
writing-mode: vertical-rl;
font-family: 'Noto Serif Toto', 'Yuji Syuku', serif;
font-size: 22px;
}
.inner_workdiary_title {
padding-left: 10px;
}
.workttl_en {
font-size: 12px;
padding-left: 15px;
}
.workttl_sub {
font-size: 18px;
display: block;
line-height: 1;
}
/* 最近チェックしたアイテム */
#contents_bottom {
background-color: #FCF5F5;
}
.main_box.recently {
margin: 50px 0px;
}
.recently.main_box .section_title h2 {
text-align: center;
padding: 10px 45px;
}
.recently_reset .inner_title_icon .fa {
padding: 0px;
margin: 0px;
width: 0px;
}
.recently_reset .inner_title_icon .fa::before {
content: "";
}
.recently .section_title_right_edge .global_iconleft A {
padding: 0px;
line-height: 1;
border-radius: 0px;
font-size: 20px;
border: none;
display: flex;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
border: 1px solid;
color: #331D13;
background-color: transparent;
}
.use_hover .recently .section_title_right_edge .global_iconleft A:hover {
background-color: #331D13;
color: #FFF;
}
.swiper-button-prev {
background-image: url(image/newdesign/icon_prev.png);
background-size: 10px 20px;
background-color: #FCF5F5;
border: none;
}
.swiper-button-next {
background-image: url(image/newdesign/icon_next.png);
background-size: 10px 20px;
background-color: #FCF5F5;
border: none;
}
.use_hover .swiper-button-prev:hover, .use_hover .swiper-button-next:hover {
background-color: #F4DFDF;
}
.recently_contents .column3 .inner_item_data .list_item_data {
max-width: 120px;
margin: 0 auto;
}
.slider_box .swiper-pagination-bullet-active, .swipe_list .pointer span.current {
background-color: #331D13;
border: 1px solid #331D13;
}
/* フッター */
#inner_footer_free_top {
background-color: #313131;
color: #FFF;
background-image: url(image/newdesign/footer_bg.png);
background-size: 365px 366px;
max-width: 100%;
}
.inner_shopinfo_box {
justify-content: space-between;
flex-direction: column;
}
.shopinfo_box {
max-width: 1400px;
margin: 0 auto;
padding: 60px 10px 40px;
}
.inner_shopinfo_left {
font-family: 'Noto Serif Toto','Yuji Syuku', serif;
padding: 10px;
max-width: 450px;
margin: 0 auto;
}
.shopinfo_logo {
padding-bottom: 30px;
flex-direction: column;
align-items: center;
}
.footer_box .sns_share {
padding-left: 0px;
padding-top: 20px;
}
.shopinfo_desc {
font-size: 16px;
line-height: 1.3;
flex-direction: column;
}
.shopinfo_desc_left {
width: 100%;
margin: 0 auto;
}
.shopinfo_desc_left .shopinfo_txt {
padding: 8px 0px 8px 25px;
background-size: 16px;
background-repeat: no-repeat;
background-position: left center;
letter-spacing: 1px;
}
.shopinfo_desc_right {
padding-left: 0px;
width: 100%;
margin: 0 auto;
}
.shopinfo_desc_right .shopinfo_txt {
padding: 8px 0px;
background-size: 16px;
letter-spacing: 1px;
}
.si_address {
background-image: url(image/newdesign/icon_map.png);
}
.si_phone {
background-image: url(image/newdesign/icon_tel.png);
}
.si_mail {
background-image: url(image/newdesign/icon_mail.png);
}
.inner_shopinfo_right {
justify-content: center;
}
.responsive .inner_shopinfo_right > div {
padding: 0px;
}
.shopinfo_right A {
color: #FFF;
width: 90px;
height: 90px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid;
background-color: #313131;
text-align: center;
margin-left: 8px;
margin-right: 8px;
font-size: 12px;
}
.use_hover .shopinfo_right A:hover {
color: #FFF;
background-color: #B5310F;
border: 1px solid #B5310F;
}
.footer_nav .nav_text .fa {
display: block;
margin: 0px;
padding-bottom: 10px;
font-size: 18px;
}
.openclose_box {
padding-bottom: 60px;
}
.inner_openclose_box {
flex-direction: column;
}
.shopimage_box {
width: 100%;
text-align: center;
margin-right: 0px;
position: relative;
z-index: 1;
}
.shopimage_box img {
width: 90%;
max-width: 600px;
height: 100%;
max-height: 400px;
object-fit: cover;
margin-bottom: -50px;
}
.item_desc_text center > table {
width: 100%!important;
table-layout: fixed;
}
.calendar {
max-width: 760px;
}
.calendar_contents {
display: flex;
}
.calendar_box {
background-color: #FFFFFF;
color: #331D13;
flex: 1;
}
.calendar {
max-width: 100%;
padding: 70px 10px 10px;
font-family: 'Noto Serif Toto','Yuji Syuku', serif;
font-size: 14px;
}
.main_contents.calendar_contents {
flex-direction: column;
align-items: center;
}
.calendar .calendar_data {
width: 310px;
max-width: 100%;
}
.calendar.main_box .section_title h2 {
text-align: left;
padding-top: 30px;
}
.event_data {
font-size: 14px;
max-width: 300px;
}
.event_desc {
font-size: 100%;
}
.calendar_data .data_table td.cell_data {
border: 1px solid #F3EBDB;
background-color: #FFF;
text-align: center;
padding: 0px 0px 5px;
min-width: 40px;
}
.calendar_data .data_table th.cell_header {
padding: 5px 0px;
background-color: #F3EBDB;
border: 1px solid #FFF;
}
.event_list {
padding-left: 5px;
flex: 1;
}
.calendar_data .data_table .cal_day_cell {
height: auto;
}
.event_list ul {
display: flex;
flex-wrap: wrap;
}
.event_list li {
border-bottom: none;
background-color: #FEFCF5;
padding: 15px;
margin-bottom: 15px;
border-radius: 10px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.footer_area {
background-color: #FFFFFF;
}
.map_box {
background-color: #FFFFFF;
}
.inner_map_box {
max-width: 1400px;
margin: 0px auto;
padding: 0px 20px;
}
.inner_map_box iframe {
width: 100%;
height: 300px;
margin-top: 20px;
}
.wide_layout .footer_nav .inner_footer_nav {
justify-content: center;
}
.wide_layout .footer_nav .inner_footer_nav .footer_nav_item {
width: 100%;
}
.wide_layout .footer_nav .inner_footer_nav .footer_nav_item .nav_btn {
padding: 15px 20px;
border: none;
font-size: 14px;
}
.wide_layout .footer_nav .inner_footer_nav .footer_nav_item .nav_btn .fa {
padding: 0px;
margin: 0px;
width: 0px;
}
.wide_layout .footer_nav .inner_footer_nav .footer_nav_item .nav_btn .fa::before {
content: "";
}
/* カート */
.cart_welcome .inner_cartcontents {
justify-content: space-between;
align-items: center;
flex-direction: column;
}
.cart_staffimage_box {
align-items: center;
flex-direction: column;
}
.cart_staffimage {
margin-right: 5px;
margin-bottom: 5px;
border: 1px solid #371F15;
border-radius: 50%;
overflow: hidden;
width: 70px;
}
.cart_staff {
padding-bottom: 15px;
align-items: center;
}
.cart_staffcomment {
font-family: 'Yuji Syuku', serif;
font-size: 14px;
color: #371F15;
flex: 1;
}
.cart_staffcomment_emp {
font-size: 20px;
}
.cart_staffcomment_txt {
margin: 5px 0px 0px;
}
.inner_cart_shopinfo {
background-color: #FBEBEB;
padding: 15px;
border-radius: 10px;
font-size: 13px;
color: #371F15;
}
.shopinfo_tel {
font-size: 30px;
letter-spacing: 1px;
line-height: 1;
padding: 5px 0px 3px;
white-space: nowrap;
}
.continue_shopping {
text-align: center;
border-bottom: none;
margin-top: 10px;
}
.continueshoppinginput {
background-color: #EEEEEE;
padding: 15px 20px;
border-radius: 5px;
font-size: 16px;
letter-spacing: 1px;
}
.shoppingcart_page_body .section_title h3 {
background-image: url(image/newdesign/ume2.png);
background-repeat: no-repeat;
background-position: left 5px center;
background-size: 30px;
padding: 15px 0px 15px 44px;
background-color: #FBF9EE;
line-height: 1;
}
#shoppingcart_page_step2 #questionnaire_form > div {
margin: 0 15px 15px 0;
padding: 15px;
border: 1px solid;
color: #371F15;
background-image: url(image/newdesign/kanazawa_bg.png);
background-repeat: no-repeat;
background-position: right -13px top -14px;
background-size: 160px;
}
#shoppingcart_page_step2 #payment_form .checked_row {
background-color: #FFFEF8;
border: 1px dotted #371F15;
}
#shoppingcart_page_step2 #cart_payment_card .global_info {
background-color: #FFFFFF;
}
#shoppingcart_page_step2 #cart_payment_card .global_info .inner_global_info {
border: none;
}
#shoppingcart_page_step2 #cart_payment_after .global_info {
background-color: #FFFFFF;
border: 1px solid #C9C9BD;
}
#shoppingcart_page_step2 #cart_payment_after .global_info .form_header::after {
content: "を選択してください";
}
#shoppingcart_page_step2 #cart_payment_after .cart_payment_desc_row {
display: flex;
flex-direction: column;
padding-top: 0px;
}
#shoppingcart_page_step2 #cart_payment_after .cart_payment_desc_row .cart_payment_free {
order: 1;
padding-top: 10px;
}
#cart_payment_after .cart_payment_desc_row .atobarai_selection_sms .radio_selection_box label {
position: relative;
padding-left: 70px;
}
#cart_payment_after .cart_payment_desc_row .atobarai_selection_sms .radio_selection_box label::before {
content: "";
display: inline-block;
background-image: url(image/newdesign/osusume.png);
width: 65px;
height: 20px;
background-size: 65px 20px;
position: absolute;
top: 0px;
left: 0px;
}
.form_area .checked_row > .form_title, .form_inner_area .checked_row > .form_inner_title {
color: #371F15;
}
.shoppingcart_page_body .form_inner_title {
border-bottom: none;
}
.shoppingcart_page_body .checked_row {
background-color: #FFFEF8;
}
.shoppingcart_page_body .global_info {
border: 1px dotted #371F15;
background-color: #F9EFEF;
}
.shipping_radio_box .custom_space {
padding: 2px 0px 5px 25px;
}
.cart_nekopos {
line-height: 1.8;
}
.nekopos_desc {
background-image: linear-gradient(transparent 50%, #FFF9A4 50%);
display: inline-block;
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
}
.cart_freelist {
padding-left: 20px;
padding-top: 5px;
list-style: disc;
}
.cart_shipping_method_data .shipping_radio_box {
margin-bottom: 5px;
}
#recipient_contents1 {
padding-bottom: 50px;
}
.shoppingcart_page_body .global_note .list_icon_circle::before {
content: "";
}
.shoppingcart_page_body .global_note li {
border-bottom: none;
padding: 2px;
}
.iconbox {
background-color: #F9EFEF;
display: inline-block;
padding: 5px 10px;
border-radius: 5px;
line-height: 1;
font-weight: bold;
margin-right: 5px;
}
.delivery_desc {
padding-bottom: 5px;
}
.cart_payment_row .form_title {
border-bottom: none;
}
.font_color_red {
color: #BC1E20;
}
#cart_payment_card .cart_payment_text .inner_global_info {
padding: 0px;
}
#cart_payment_card .cart_payment_text .inner_global_info .form_inner_title {
border-bottom: 1px solid #BDBDAE;
}
#cart_payment_after .form_atobarai_kuroneko_type > div {
padding: 0px;
}
.pay_after_ttl {
background-color: #F9EFEF;
padding: 10px 15px;
border-radius: 5px;
display: inline-block;
margin: 20px 0px 5px;
font-weight: bold;
letter-spacing: 1px;
font-size: 16px;
}
.pay_after_txt {
padding-bottom: 10px;
}
.pay_after_img {
flex-wrap: wrap;
}
.shoppingcart_page_body .custom_space {
font-size: 14px;
}
#cart_remarks #remarks_contents .receipt_caution {
background-color: #F5F5F5;
padding: 15px;
display: inline-block;
font-weight: bold;
}
#cart_shipping_1_5 .radio_selection_box {
padding-bottom: 1px;
}
/* inview */
.inviewfadeIn {
opacity: 0;
transition: 0.8s;
}
.fadeIn {
opacity: 1.0;
}
.inviewUp {
transform: translate(0, 40px);
-webkit-transform: translate(0, 40px);
transition-duration:0.8s;
}
.Up {
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
.inviewDown {
transform: translate(0, -40px);
-webkit-transform: translate(0, -40px);
transition-duration:0.8s
}
.Down {
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
font[color$="FFFBFF"] {
color: #000;
}
@media screen and (max-width: 979px) {
/* ヘッダー */
.btn_menu2 .inner_subnavbtn {
margin: 0px;
}
#inner_header .header_left {
order: 2;
}
#inner_header .header_center {
order: 1;
text-align: left;
}
#inner_header .header_right {
order: 3;
}
.responsive .has_search_bar .search_bar.has_header_right_size2 {
right: 260px;
}
.site_header {
align-items: center;
display: flex;
height: 100%;
opacity: 0;
padding: 0;
position: fixed;
visibility: hidden;
width: 100%;
z-index: 2;
transition: .5s;
background-color: #371F15;
top: 0px;
left: 0px;
}
.site_header.open {
opacity: 1;
visibility: visible;
overflow-y: scroll;
height: 100%;
}
.sp_menu {
display: block;
position: fixed;
top: 36px;
right: 10px;
width: 35px;
height: 35px;
margin: 0 auto;
padding: 5px;
cursor: pointer;
transition: .5s;
z-index: 9999;
background-color: #FFFFFF;
}
.sp_menu.active {
background-color: #371F15;
}
.sp_menu .bar {
display: inline-block;
width: 25px;
height: 2px;
background-color: #000;
position: absolute;
left: 5px;
transition: .25s ease-in-out;
}
#bar01 {top: 7px;}
#bar02 {top: 16px;}
#bar03 {top: 25px;}
.active .bar{
background-color: #FFFFFF;
}
.active #bar01 {
top: 17px;
transform: rotate(45deg);
}
.active #bar02 {width: 0;}
.active #bar03 {
top: 17px;
transform: rotate(135deg);
}
#globalnav {
width: 100%;
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
padding: 20px 30px;
}
#globalnav .globalnavbtn {
width: 100%;
max-width: inherit;
}
#globalnav .globalnavbtn:last-child {
border: 0px;
}
#globalnav .globalnavlist {
height: auto;
background-color: #371F15;
padding: 10px 0px;
}
#globalnav .globalnavbtn > A {
font-size: 16px;
border: 1px solid;
}
ul.globalnavlist > li.btn_menu > A {
cursor: default;
}
#globalnav .dropdwn_menu {
display: block!important;
width: auto!important;
position: relative!important;
padding-bottom: 0px;
}
.btn_menu2 .dropdwn_menu .subnavbox .flex_layout {
padding-bottom: 15px;
}
#globalnav ul.dropdwn ul.dropdwn_menu {
padding-top: 0px;
}
#globalnav .globalnavbtn A, #globalnav .globalnavbtn A:hover {
text-align: left;
}
#globalnav .btn_about A::after, #globalnav .btn_contents A::after, #globalnav .btn_option A::after {
content: none;
border-top: none;
border-right: none;
}
#globalnav .dropdwn_menu, .dropdwn_menu2 {
padding: 0px;
}
.btn_menu .subnavbox {
opacity: 0;
transition: .3s;
height: 0px;
overflow: hidden;
margin: 0 10px;
}
.btn_menu .is-active .subnavbox {
opacity: 1;
transition: .3s;
height: auto;
overflow: visible;
}
.btn_menu1 .is-active .subnavbox {
display: block;
}
.btn_menu2 .is-active .subnavbox {
display: flex;
}
.globalnavbtn A {
position: relative;
cursor: pointer;
}
.toggle_btn {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
display: block;
width: 20px;
height: 20px;
overflow: hidden;
}
.toggle_btn:before, .toggle_btn:after {
display: block;
content: "";
background-color: #FFFFFF;
position: absolute;
width: 10px;
height: 1px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.toggle_btn:before {
width: 1px;
height: 10px;
}
.toggle_title.selected .toggle_btn:before {
content: normal;
}
}
@media (max-width: 900px) {
/* ヘッダー */
#hamburger {
background-color: transparent;
position: relative;
cursor: pointer;
margin: 0 0 0 auto;
height: 60px;
width: 60px;
}
}
@media (max-width: 839px) {
/* ヘッダー */
.responsive .min_header #inner_header {
padding-right: 0px;
}
.responsive .has_search_bar .search_bar.has_header_right_size2 {
width: 80%;
margin: 0px auto;
}
.search_close, .use_hover .search_close:hover {
bottom: 6px;
right: -30px;
}
.responsive .has_search_bar .search_bar .search .search_box {
width: 80%;
}
.sp_menu {
top: 22px;
}
}
@media screen and (max-width: 599px) {
/* ヘッダー */
.responsive #inner_header {
position: relative;
max-width: 320px;
margin: 0 auto;
}
.shoplogo {
padding: 10px 5px 0px;
}
.min_header .shoplogo {
padding: 5px;
}
#header_wrapper {
position: relative;
width: 320px;
margin: 0 auto;
}
#inner_header .header_left {
padding-top: 50px;
right: auto;
left: 0;
}
#inner_header .header_center {
position: absolute;
display: inline-block;
width: 100%;
top: 0px;
text-align: center;
left: 50%;
transform: translateX(-50%);
}
#inner_header .header_right {
padding-top: 50px;
}
#header_wrapper.min_header {
width: 100%;
}
.responsive .min_header #inner_header {
max-width: 100%;
height: auto;
}
.min_header #inner_header .header_center {
position: relative;
transform: none;
top: 0;
left: 0;
}
.min_header #inner_header .header_right {
padding-top: 0px;
}
.global_nav_item.g_search {
right: auto;
left: 90px;
}
/* カート */
.inner_header_nav .h_member {
position: absolute;
right: 90px;
width: auto;
}
.inner_header_nav .h_cart {
position: absolute;
right: 0px;
width: auto;
}
}
@media screen and (max-width: 499px) {
/* ヘッダー */
#globalnav {
padding: 50px 10px;
}
#globalnav .globalnavbtn > A {
font-size: 14px;
padding: 10px 0px;
}
#globalnav .dropdwn_menu .subnavbtn A, .dropdwn_menu2 .subnavbtn A  {
font-size: 12px;
}
.btn_menu .is-active .subnavbox {
padding: 5px 0px 10px;
}
.header_logo {
max-width: 80px;
}
.sp_menu {
top: 12px;
right: 5px;
}
}
@media screen and (max-width: 399px) {
/* ヘッダー */
.compact_shop_name .shoplogo img {
max-width: 270px;
}
.inner_subnavbtn {
padding: 10px;
}
.subnav_ttl {
background-size: 35px;
padding: 10px 3px 10px 40px;
font-size: 14px;
}
}
@media screen and (min-width: 500px) {
.top_page_body .section_title h2 .title_text {
letter-spacing: 2px;
font-size: 22px;
}
.top_page_body .main_box .section_title h2 .title_text::before {
font-size: 14px;
}
/* ヘッダー */
.subnavbtn {
margin: 20px 0px;
}
.inner_subnavbtn {
background-size: 243px;
}
.category2 .inner_subnavbtn {
margin-bottom: 0px;
}
#globalnav .subnav_list .inner_main_nav .nav_btn {
font-size: 14px;
}
.inner_header_area {
height: 150px;
}
.inner_header_nav {
padding: 5px 0;
height: 50%;
}
.search_bar .search_box {
width: 200px;
}
/* ピックアップカテゴリ */
.categorylist2_box {
padding: 10px;
}
.categorylist2_image img {
height: 90px;
}
.categorylist2_text {
font-size: 16px;
}
.scene_name {
min-height: auto;
}
/* Youtube紹介 */
.youtube_desc_text {
font-size: 16px;
}
/* 金沢・スタッフ紹介 */
.kanazawa_left {
padding: 30px;
}
.kanazawa_right {
padding: 30px;
}
.inner_kanazawa_image {
padding: 10px;
}
.kanazawa_text {
font-size: 16px;
line-height: 1.8;
padding: 50px 0px;
}
.inner_staff_image img {
height: 290px;
}
.staff_fukidashi {
background-size: 155px;
width: 155px;
height: 155px;
font-size: 16px;
}
.staff_comment {
margin: -70px -20px 0 70px;
}
.inner_staff_comment {
padding: 25px;
font-size: 14px;
}
.staff_name {
font-size: 22px;
}
.staff_link_box {
width: 80%;
}
.staff_link_btn {
min-height: 95px;
padding: 20px 65px 20px 70px;
background-position: left 20px center;
}
.kanazawa_link_btn {
padding: 20px;
min-height: 95px;
font-size: 16px;
}
.staff_link_text {
font-size: 14px;
letter-spacing: 1px;
}
.workdiary_title {
font-size: 28px;
}
.workttl_en {
font-size: 14px;
}
.workttl_sub {
font-size: 22px;
}
/* 最近チェックしたアイテム */
.recently.main_box .section_title h2 {
padding: 20px 60px;
}
.recently .section_title_right_edge .global_iconleft A {
width: 50px;
height: 50px;
}
/* フッター */
.inner_map_box {
padding: 0px 50px;
}
.inner_map_box iframe {
margin-top: 50px;
}
.wide_layout .footer_nav .inner_footer_nav .footer_nav_item {
width: auto;
}
/* カート */
.cart_staffimage_box {
flex-direction: row;
}
.cart_staffimage {
margin-right: 10px;
margin-bottom: 0px;
}
}
@media screen and (min-width: 520px) {
/* ピックアップカテゴリ */
.pickupcategory .subnavbtn {
width: calc(100% / 3);
}
}
@media screen and (min-width: 600px) {
#contents {
padding: 0px 20px;
}
/* ヘッダー */
.responsive #inner_header {
height: 70px;
padding-right: 50px;
}
.shoplogo img {
max-width: 300px;
}
.grouplink_box .grouplink_list li {
width: calc(100% / 3);
font-size: 14px;
}
.copy { 
font-size: 12px;
}
.wide_layout .custom_nav_link .advanced_flex_wrap .wrapped_item {
width: 50%;
padding: 0px 10px;
}
.global_nav_item.g_search {
top: 16px;
}
/* 季節の香り */
.season_left {
flex-direction: row;
}
.season_text {
padding: 30px;
font-size: 16px;
}
.season_subtitle {
font-size: 24px;
}
.season_item {
width: 50%;
}
/* 金沢・スタッフ紹介 */
.kanazawa_box .inner_maincontents {
flex-direction: row;
}
.kanazawa_left {
width: 30%;
display: block;
padding: 0px;
}
.kanazawa_image {
padding-top: 150px;
}
/* フッター */
.inner_shopinfo_left {
padding: 0px;
max-width: 100%;
}
.shopinfo_logo {
flex-direction: row;
}
.footer_box .sns_share {
padding-left: 25px;
padding-top: 0px;
}
.shopinfo_desc {
flex-direction: row;
}
.shopinfo_desc_left {
width: 40%;
}
.shopinfo_desc_right {
padding-left: 50px;
width: 60%;
}
}
@media screen and (min-width: 680px) {
/* 金沢・スタッフ紹介 */
.staff_intro {
flex-direction: row;
align-items: flex-end;
}
.staff_intro > div {
width: 50%;
}
}
@media screen and (min-width: 700px) {
/* ヘッダー */
.shoplogo img {
max-width: 350px;
}
/* フッター */
.main_contents.calendar_contents {
flex-direction: row;
align-items: flex-start;
}
.event_list {
margin-top: 5px;
padding-left: 20px;
}
.inner_map_box iframe {
height: 450px;
}
/* カート */
.cart_staffimage {
width: auto;
}
.cart_staffcomment {
font-size: 16px;
}
.cart_staffcomment_emp {
font-size: 24px;
}
.inner_cart_shopinfo {
padding: 20px;
font-size: 14px;
}
.shopinfo_tel {
font-size: 34px;
padding: 8px 0px 3px;
}
}
@media screen and (min-width: 840px) {
.column_layout .has_left_side_menu .layout_2_col #main_container {
padding-left: 30px;
}
/* ヘッダー */
.responsive #inner_header {
height: 100px;
}
.btn_menu2 .subnavbtn {
width: calc(100%/5);
margin-bottom: 20px;
}
.global_nav_item.g_search {
top: 22px;
}
/* ピックアップカテゴリ */
.categorylist2_text {
font-size: 18px;
}
.scene_name {
min-height: 50px;
}
/* 金沢・スタッフ紹介 */
.staff_intro {
flex-direction: column;
align-items: flex-start;
}
.staff_intro > div {
width: 100%;
}
/* 最近チェックしたアイテム */
.swiper-button-prev, .swiper-button-next {
background-size: 16px 44px;
}
/* カート */
.cart_welcome {
padding: 20px;
}
.cart_staff {
padding-bottom: 0px;
}
.cart_welcome .inner_cartcontents {
flex-direction: row;
}
/* サイドメニュー */
.column_layout .top_page_body .side_col, .inner_side_container {
padding-top: 0px;
}
}
@media screen and (min-width: 900px) {
/* ピックアップカテゴリ */
.pickupcategory .subnavbtn {
width: 20%;
padding: 20px 10px;
font-size: 16px;
}
.pickupcategory .inner_subnavbtn {
padding: 20px 5px;
}
.categorylist2_box {
width: calc(100%/3);
}
/* フッター */
.inner_shopinfo_box {
flex-direction: row;
}
.shopinfo_desc_left, .shopinfo_desc_right {
width: auto;
}
.shopinfo_right A {
margin-left: 15px;
margin-right: 0px;
}
}

@media screen and (min-width: 980px) {
#contents_top {
position: sticky;
top: 0px;
z-index: 10000;
}
/* ヘッダー */
.responsive #inner_header {
padding-right: 0px;
}
.btn_menu1 .dropdwn_menu {
height: calc(100vh - 170px);
}
.is_nav_sticky .btn_menu1 .dropdwn_menu {
height: calc(100vh - 70px);
}
.subnavbox {
padding: 0 10px;
}
.btn_menu1 .subnavbox > .flex_layout {
flex-direction: row;
}
.subnavbox_left {
width: 50%;
padding-right: 10px;
}
.subnavbox_right {
width: 50%;
padding-left: 10px;
}
.btn_menu2 .subnavbtn {
font-size: 16px;
}
#globalnav .subnav_list .inner_main_nav .nav_btn {
font-size: 16px;
}
.dropdwn_menu {
top: 70px;
}
/*新着情報*/
.column_layout .layout_2_col .whatnew_list.layout_list_column .list_item_cell {
width: 25%;
}
/* Youtube紹介 */
.youtube_desc {
padding-right: 30px;
}
/* 金沢・スタッフ紹介 */
.staff_intro {
flex-direction: row;
align-items: flex-end;
}
.staff_intro > div {
width: 50%;
}
/* フッター */
.inner_openclose_box {
flex-direction: row;
}
.shopimage_box {
width: 30%;
margin-right: -70px;
text-align: right;
padding: 70px 0px;
}
.shopimage_box img {
width: 420px;
max-width: 100%;
max-height: 600px;
margin-left: 20px;
margin-bottom: 0px;
}
.calendar {
padding: 0px 0px 0px 100px;
}
.calendar.main_box .section_title h2 {
padding-top: 70px;
}
.event_list {
margin-top: 5px;
padding: 20px;
}
}
@media screen and (min-width: 1000px) {
/* ヘッダー */
.shoplogo img {
max-width: 400px;
}
.grouplink_box .grouplink_list li {
width: 25%;
font-size: 16px;
}
.responsive .has_search_bar .search_bar .search .search_box {
width: 200px;
}
/* 季節の香り */
.season_box .inner_maincontents {
flex-direction: row;
}
.season_item {
width: 100%;
}
/* フッター */
.footer_box .sns_share {
padding-left: 45px;
}
/* カート */
.cart_staffimage {
margin-right: 20px;
}
.cart_staffcomment {
padding: 0px 20px;
}
}
@media screen and (min-width: 1100px) {
/* Youtube紹介 */
.youtube_box .inner_maincontents {
flex-direction: row;
}
.youtube_desc {
width: 40%;
padding-bottom: 0px;
}
/* 季節の香り */
.season_left {
width: 360px;
padding: 0px 50px 0px 10px;
flex-direction: column;
}
/* 金沢・スタッフ紹介 */
.staff_intro > div {
padding: 50px;
}
.inner_staff_image img {
height: 345px;
}
.inner_staff_comment {
padding: 40px;
font-size: 16px;
}
.staff_name {
font-size: 28px;
letter-spacing: 2px;
}
}
@media screen and (min-width: 1200px) {
/* 季節の香り */
.season_item {
width: 50%;
}
/* 金沢・スタッフ紹介 */
.staff_link {
flex-direction: row;
}
.staff_link_box {
width: 50%;
padding: 25px;
}
.staff_link_text {
font-size: 16px;
}
/* フッター */
.event_list li {
width: 47%;
margin-right: 10px;
}
/* 商品リストの並び調整 */
.column_layout #container .layout_2_col .column2.max_column4 .tiled_list .list_item_cell {
width: 20%;
}
}
@media screen and (min-width: 1300px) {
/* 季節の香り */
.season_left {
width: 440px;
}
.season_title {
height: 380px;
max-width: 380px;
}
}
@media screen and (min-width: 1400px) {
#contents {
padding: 0px;
}
}
@media screen and (min-width: 1580px) {
.wide_layout .fixed_corner_box .fixed_corner_button {
right: calc((100% - 1400px) / 2 - 80px);
}
}
.btn_menu2 .subnavbtn {
width: 50%;
margin-bottom: 0px;
}
.pickupcategory .subnavbtn {
width: calc(100% / 3);
}
@media screen and (min-width: 600px) {
 .scene_name {
min-height: 50px;
}
.btn_menu2 .subnavbtn {
width: calc(100% / 3);
margin-bottom: 0px;
}
}
@media screen and (min-width: 1100px) {
.btn_menu2 .subnavbtn, .pickupcategory .subnavbtn {
width: calc(100% / 6);
}
}


/* # =================================================================
# 
# ↑　おちゃのこネットデザイン作成プラン　↑
#             2023.02.02 upload
# 
# ================================================================= */


/* トップ季節の香りの丸い画像 */
.season_title {
background-image: url(image/newdesign/season_bg01.jpg);
}


/* メルマガ購読の部分 */
.cart_mailmagazine .cart_staffimage {
width: 50px;
}
.cart_mailmagazine_text {
flex: 1
}


/* カート周り */
.add_cart 
background-image: none;
}
.add_cart_btn .cartinput {
width: auto;
max-width: 100%;
padding: 0px 10px;
font-size: 18px;
}
.add_cart .inquiry_btn .inquiryinput, .add_cart .favorite_btn .favoriteinput {
border-radius: 0px;
}
@media screen and (min-width: 450px) {
.add_cart {
display: flex;
flex-wrap: wrap;
max-width: 500px;
margin: 0 auto;
}
.add_cart .add_cart_btn_wrapper {
width: 100%;
}
.detail_item_data .add_cart .add_cart_btn {
margin: 0px;
}
.add_cart .add_cart_btn_wrapper .cartinput {
width: 100%;
}
.add_cart .add_cart_btn_wrapper .is_fixed .cartinput {
max-width: 400px;
}
.add_cart .inquiry_btn, .add_cart .favorite_btn {
width: 50%;
}
.add_cart .inquiry_btn {
padding-right: 10px;
}
.add_cart .favorite_btn {
padding-left: 10px;
}
.add_cart .inquiry_btn .inquiryinput, .add_cart .favorite_btn .favoriteinput {
width: 100%;
}
.detail_item_data .add_cart .is_fixed .add_cart_btn {
margin: 10px 0px;
}
}


/* 他のランキングをもっとみる追加 */

.item_ranking .more_item .nav_space::before {
content: "他のランキングを";
}
.item_ranking .more_item .general_btn::before {
width: 113%;
}


/* カレンダーの文字・アイコンの大きさ */

.calendar_page_body .event_icon img {
width: 50px;
}



/*テスト*/

@media screen and (min-width: 1001px){

.osusume-box{
	display: flex;
	justify-content: center;
}
.osusume-box img{
	width: 40vw;
	padding: 0 20px;
}
.button{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.button img{
	width: 100%;
}
}
@media screen and (min-width: 500px)and (max-width: 1000px){
.osusume-box{
	display: flex;
	justify-content: center;
}
.osusume-box img{
	width: 100%;
	padding: 0 20px;
}
.button{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.button img{
	width: 100%;
}
}
@media screen and (max-width: 499px){
.osusume-box{
}
.osusume-box img{
	width: 80vw;
	padding: 0 20px;
}

.button img{
	width: 100%;
}
}



/* ＰＣスマホ・フリーページiframe動画掲載 */


.video_wrap {
max-width: 100%;
}
.video_wrap video {
width: 100%;
height: auto;
}



/* 衛藤追記0607 */
body{
	padding:0;
	margin: 0; 
}
@media screen and (min-width: 1001px){

.block-l{
	padding: 10px;
	text-align: center;
	background-size: cover;
	background-repeat: repeat;
	margin: 0 0 30px;
}
.title-icon{
	height: 6vw;
	margin: 30px 0;
}
.block-m{
	width: 48%;
	padding-right: 2%;
}
.block-m img{
	width: 100%;
	padding: 10px 0;
}
.icon-text{
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	display: block;
	padding-left: 20px;
}
.block-s-text{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	display: block;
	margin: 0 0 30px 0;
}
.block-s-subtext strong,.block-s-text strong,.contents-text strong, .contents-title strong{
	color: red;
}
.block-s-text span,.contents-title span,.contents-text span{
	color: #3C59EF;
	font-weight: bold;
}
.block-s{
	align-items: center;
	display: flex;
	justify-content:center;
	letter-spacing: 1px;
	line-height: 30px;
}
.block-s img{
	width: 60px;
}

.osusume-conte{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 10px;
}
.osusume-conte a:hover{
	opacity: 0.7;
}

.button-icon{
	height: auto;
	text-align: center;
}
.button-icon-kinun a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 10px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/kinunbg.png);
}
.button-icon-jyouka a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 10px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/jyoukabg.png);
}
.button-icon-iyashi a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 10px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/iyashibg.png);
}
.button-icon-kisetsu a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 10px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/kisetsubg.png);
	background-size: cover;
}
.button-icon-kouka a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 10px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/koukabg.png);
}
.button-icon-basho a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 10px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/bashobg.png);
	background-size: cover;
}
.contents{
	padding-top: 70px;
}
.contents-icon{
	width: 18vw;
	height: 18vw;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/contentsiconbg.png);
	background-size: cover;
	margin: 0px auto 50px;
}
.contents-icon h2{
	height: 74%;
	text-align: center;
	position: relative; 
	top: 8%;
 	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	font-size: 16px;
 	font-weight: normal;
 	display: inline-block;
}
.contents{
	text-align: center;
}
.contents-border{
	width: 100%;
	margin-bottom: 20px;
}
.contents-title{
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	padding: 20px;
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
}
.contents-text{
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	padding: 0 10px;
	margin:0 0 30px;
	line-height: 30px;
}
.block-s-subtext{
	line-height: 28px;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
}
.block-s-subtext a{
	text-decoration: none;
	font-weight: bold;
	color: red;
}
.block-s-sp,.block-s-sp-text{
	display: none;
}
.max-image{
	width: 70vw;
}
}
@media screen and (min-width: 600px)and (max-width: 1000px){
.contents-icon{
	width: 24vw;
	height: 24vw;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/contentsiconbg.png);
	background-size: cover;
	margin: 50px auto;
	text-align: center;
}
.contents-icon h2{
	height: 70%;
	text-align: center;
	position: relative; 
	top: 10%;
 	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	font-size: 14px;
 	font-weight: normal;
 	display: inline-block;
}
.block-l{
	padding: 10px;
	text-align: center;
	background-size: cover;
	background-repeat: repeat;
	margin: 30px 0;
}
.title-icon{
	height: 10vw;
	margin: 30px 0;
}
.block-m{
	width: 48%;
	padding-right: 2%;
}
.block-m img{
	width: 100%;
	padding: 10px 0;
}
.icon-text{
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	display: block;
	padding-left: 20px;
}
.block-s-text{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	display: block;
	margin: 0 0 30px 0;
}
.block-s-subtext strong,.block-s-text strong,.contents-text strong, .contents-title strong{
	color: red;
}
.block-s-text span,.contents-title span,.contents-text span{
	color: #3C59EF;
	font-weight: bold;
}
.block-s{
	align-items: center;
	display: flex;
	justify-content:center;
	letter-spacing: 1px;
	line-height: 30px;
}
.block-s img{
	width: 60px;
}

.osusume-conte{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 10px;
}
.osusume-conte a:hover{
	opacity: 0.7;
}

.button-icon{
	height: auto;
	text-align: center;
}
.button-icon-kinun a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 10px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/kinunbg.png);
}
.button-icon-jyouka a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 10px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/jyoukabg.png);
}
.button-icon-iyashi a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 10px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/iyashibg.png);
}
.button-icon-kisetsu a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 10px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/kisetsubg.png);
	background-size: cover;
}
.button-icon-kouka a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 10px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/koukabg.png);
}
.button-icon-basho a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 10px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/bashobg.png);
	background-size: cover;
}
.contents{
	text-align: center;
}
.contents-border{
	width: 100%;
	margin-bottom: 20px;
}
.contents-title{
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	padding: 20px;
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
}
.contents-text{
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	padding: 0 10px;
	margin:0 0 30px;
	line-height: 30px;
}
.block-s-subtext{
	line-height: 28px;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
}
.block-s-subtext a{
	text-decoration: none;
	font-weight: bold;
	color: red;
}
.block-s-sp,.block-s-sp-text{
	display: none;
}
.max-image{
	width: 100vw;
}
}
@media screen and (max-width: 599px){

.block-l{
	text-align: center;
	margin-bottom: 20px;

}
.title-icon{
	height:16vw;
	margin: 30px 0;
}
.block-m{
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
}
.block-m img{
	width: 100%;
}
.block-m a img{
	margin-bottom: 20px;
}
.block-s-text{
	display: none;
}

.block-s-sp{
	align-items: center;
	display: flex;
	justify-content:center;
	letter-spacing: 1px;
	line-height: 28px;
}
.block-s-sp img{
	width:60px;
}

.osusume-conte{
	margin: 0 10px;
}
.osusume-conte a:hover{
	opacity: 0.7;
}

.button-icon{
	height: auto;
	text-align: left;
}
.button-icon-kinun a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 6px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/kinunbg.png);
}
.button-icon-jyouka a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 6px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/jyoukabg.png);
}
.button-icon-iyashi a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 6px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/iyashibg.png);
}
.button-icon-kisetsu a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 6px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/kisetsubg.png);
	background-size: cover;
}
.button-icon-kouka a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 6px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/koukabg.png);
}
.button-icon-basho a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding:4px 10px;
	margin: 6px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/bashobg.png);
	background-size: cover;
}
.contents-icon{
	width: 42vw;
	height: 42vw;
	background-image: url(https://www.aroma-taku.com/data/aroma-taku/image/eto-test/contentsiconbg.png);
	background-size: cover;
	margin: 30px auto;
}
.contents-icon h2{
	height: 72%;
	text-align: left;
	position: relative; 
	top: 12%;
 	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	font-size: 14px;
 	font-weight: normal;
 	display: inline-block;
}
.contents{
	text-align: center;
}
.contents-border{
	width: 100%;
	margin-bottom: 20px;
}
.contents-title{
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	padding: 0 20px;
	margin-bottom: 0;
 	line-height: 26px;
}
.contents-text{
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	padding: 0 10px;
	margin:0 0 20px 0;
	line-height: 26px;
}
.block-s{
	display: none;
}
.icon-text{
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	display: block;
	padding-left: 20px;
}
.block-s-sp-text{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	display: block;
	margin-top: 20px;
	line-height: 22px;
}
.block-s-subtext{
	max-width: 100vw;
	line-height: 34px;
	text-align: left;
	font-weight: normal;
}
.block-s-subtext a{	
	text-decoration: none;
	font-weight: bold;
	color: red;
	display: inline-block;
}
.block-s-subtext strong,.block-s-sp-text strong,.contents-text strong, .contents-title strong{
	color: red;
}
.block-s-text span,.contents-title span,.contents-text span{
	color: #3C59EF;
	font-weight: bold;
}

.max-image{
	width: 100vw;
}
}

/* 衛藤追記	ここまで*/


/* 2024/08/26　ここから　福島様　指導分1　*/


.banner1.custom_banner_list {
  margin-bottom: 20px;
}
.banner1.custom_banner_list .main-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.banner1.custom_banner_list ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.banner1.custom_banner_list li {
  width: 24%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.banner1.custom_banner_list .subtitle {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
}
.banner1.custom_banner_list img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 639px) {
  .responsive .banner1.banner_min_column3 ul {
    flex-wrap: wrap;
  }
  .responsive .banner1.banner_min_column3 li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}


/* 2024/08/26　ここまで　福島様　指導分1　*/
/* 2024/08/26　ここから　福島様　指導分2　*/


.banner1.custom_banner_list {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.gallery-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.image-item {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}

.image-subtext {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.image-wrapper {
  width: 100%;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .image-item {
    flex: 0 0 calc(25% - 15px);
  }
}

/* 2024/08/26　ここから　福島様　指導分2　*/


/* 2025/02/19　バリエーションの画像サイズここから　*/

.variation_image {
width: 100px;
min-width: 100px;
}
.variation_image img {
width: 100px;
}

/* 2025/02/19　バリエーションの画像サイズここまで　*/


/* 2025/04/15 サイドバーの思考を変更ここから */

.side_box.whatnew_category_nav_box .menu_link_item .parental_menu_link,
.side_box.diary_category_nav_box .menu_link_item .parental_menu_link {
padding: 10px 24px 10px 10px;
border-bottom: 1px dotted;
}
.side_itemlist_nav.whatnew_category_nav .itemlist_nav_item,
.side_itemlist_nav.diary_category_nav .itemlist_nav_item {
margin-bottom: 0px;
}

/* 2025/04/15 サイドバーの思考を変更ここまで */


/* 2025/09/07 店長日記のYoutube動画サイズレスポンシブを変更ここから */

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9アスペクト比の高さ割合 */
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 2025/09/07 店長日記のYoutube動画サイズレスポンシブを変更ここまで */