@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/********************************************************************/

/* HTMLタグ要素 */

/********************************************************************/

body {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    color: #000000;
}

A,
A:link,
A:visited,
A:hover,
A:active {
    color: #0088CC;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}

.use_hover A:hover {
    color: #0059B3;
}

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: 108%;
}


/********************************************************************/

/* トップページコンテンツ間余白 */

/********************************************************************/

.main_box,
.side_box {
    margin-bottom: 25px;
}


/********************************************************************/

/* キャッチフレーズ欄 */

/********************************************************************/

/* キャッチフレーズ */
.copy {
    min-height: 18px;
    padding: 5px 5px 0px;
    font-size: 85%;
}


/********************************************************************/

/* ヘッダー */

/********************************************************************/

#header {
    position: relative;
    border-top: 5px solid #000000;
    background-color: #FFFFFF;
}


/********************************************************************/

/* ショップ名 */

/********************************************************************/

/* ショップ名ロゴ */
.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 {
    background-color: #0166FF;
    color: #FFFFFF;
}

.use_hover .inner_header_nav .nav_btn:hover {
    background-color: #3E8AFF;
    color: #FFFFFF;
}


/*************************************************************/

/* 検索 */

/*************************************************************/

.search_bar .search {
    background-color: #000000;
}

/* 検索アイコンボタンを利用時に白に変換 */
#container:not(.use_folding_header) #header_wrapper:not(.has_search_bar) .search_bar .global_btn .searchinput_image[src*="all/btn/searchinput"] {
    filter: brightness(0) invert(1);
}
@media screen and (max-width: 840px) {
#container:not(.use_folding_header) .search_bar .global_btn .searchinput_image[src*="all/btn/searchinput"] {
	  filter: brightness(0) invert(1);
}
}


/*************************************************************/

/* グローバルナビゲーション */

/*************************************************************/

.global_nav {
    background-image: url(img/topnavi_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FFFFFF;
    border-top: 1px solid #E0DFE3;
}

/* 各ナビゲーション */
.inner_global_nav .nav_btn {
    background-image: url(img/topnavi_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FFFFFF;
    border-right: 1px solid #E0DFE3;
    color: #000000;
    font-weight: normal;
    text-align: center;
}

.use_hover .inner_global_nav .nav_btn:hover {
    background-image: none;
    background-color: #F5F5F5;
    color: #000000;
}

.global_nav_item:first-child .nav_btn {
    border-left: 1px solid #E0DFE3;
}


/********************************************************************/

/* 開閉ナビゲーション */

/********************************************************************/

.inner_popup_nav_area,
.inner_popup_menu_area {
    background-color: #F5F5F5;
    color: #000000;
}

/* 各ナビゲーション */
.inner_popup_nav .nav_btn {
    background-color: #F5F5F5;
    border-top: 1px dotted #CCCCCC;
    font-weight: normal;
    color: #000000;
}

.use_hover .inner_popup_nav .nav_btn:hover {
    background-color: #E0E0E0;
    color: #333333;
}

/* 開閉ナビゲーション閉じるボタン */
.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 {
    background-image: url(img/naviglobal_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    color: #000000;
}

.use_hover .inner_side_nav .nav_btn:hover ,
.use_hover .inner_main_nav .nav_btn:hover {
    opacity: 0.7;
    color: #000000;
}

/* フリーページナビゲーション背景 */
.freepage_nav .inner_freepage_nav .nav_btn {
    background-image: url(img/navifreepage_bg.gif);
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
}

.use_hover .freepage_nav .inner_freepage_nav .nav_btn:hover {
    opacity: 0.7;
}


/********************************************************************/

/* カテゴリ、特集ナビゲーション */

/********************************************************************/

.itemlist_nav {
    margin-top: 15px;
}

/* 各ナビゲーション */
.inner_itemlist_nav .nav_btn {
    background-color: #F5F5F5;
    border-bottom: 1px solid #D9D9D9;
    font-weight: normal;
    color: #000000;
}

.use_hover .inner_itemlist_nav .nav_btn:hover {
    background-color: #E9E9E9;
    color: #000000;
}


/********************************************************************/

/* サイドメニュー */

/********************************************************************/

/* サイドメニュー枠 */
.open_side_col .side_container {
    background-color: #FFFFFF;
}

/* サイドカテゴリ一覧 */
.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;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

/* マウスオーバー */
.use_hover .side_itemlist_nav .side_itemlist_nav_link:hover {
    background-color: #E9E9E9;
    color: #000000;
}


/********************************************************************/

/* フッターナビゲーション */

/********************************************************************/

.footer_nav {
    background-color: #000000;
}

/* 各ナビゲーション */
.footer_nav_item {
    color: #FFFFFF;
}

.footer_nav_item .nav_btn {
    border-bottom: 1px dotted #666666;
    color: #FFFFFF;
}

.use_hover .footer_nav_item .nav_btn:hover {
    background-color: #222222;
    color: #FFFFFF;
}


/********************************************************************/

/* タイトル */

/********************************************************************/

.side_box h2 {
    padding: 12px 10px;
    background-image: url(img/side_h2_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FFFFFF;
    color: #000000;
}

.category_nav_box h2,
.pickupcategory_nav_box h2,
.main_box h2 {
    padding: 12px 10px;
    background-image: url(img/h2_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #444444;
    color: #FFFFFF;
}


/********************************************************************/

/* 第二階層タイトル */

/********************************************************************/

/* 第二階層各ページタイトル */
.page_box .page_title h1,
.page_box .page_title h2,
.page_box .recently .section_title h2,
.page_box .use_emphasis_title .section_title h2 {
    padding: 12px 10px;
    background-image: url(img/h2_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #444444;
    color: #FFFFFF;
}

.shoppingcart_page_body .page_box .page_title h2 {
    margin-bottom: 1px;
}


/********************************************************************/

/* 第二階層サブタイトル */

/********************************************************************/

/* 各ページサブタイトル */
.page_box .section_title h2,
.page_box .section_title h3 {
    background-image: url(img/page_sub_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FFFFFF;
    padding: 12px 10px;
    color: #000000;
}

.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 #E0DFE3;
    padding: 10px 5px;
}

.page_box .page_contents .search_result_title h3 {
    margin-top: 10px;
}


/********************************************************************/

/* 第二階層小項目タイトル */

/********************************************************************/

.contents_title {
    border-left: 5px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 8px;
    font-weight: normal;
    font-size: 116%;
    color: #000000;
}

.rules_title {
    font-weight: bold;
}


/********************************************************************/

/* フォームタイトル */

/********************************************************************/

.form_title {
    border-left: 5px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 8px;
    font-weight: normal;
    font-size: 116%;
    color: #000000;
}

.form_inner_title {
    border-bottom: 1px solid #CCCCCC;
    font-weight: bold;
    color: #000000;
}


/********************************************************************/

/* タイトル文字サイズ */

/********************************************************************/

.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_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;
}


/********************************************************************/

/* メインコンテンツ */

/********************************************************************/

/********************************************************************/

/* 一覧
・写真のみ表示
・説明付き表示
・商品一覧ページ(写真のみ、説明付き)
・最新情報、店長日記
・ソート
*/

/********************************************************************/


/*--------------------------------------*/

/* 写真のみ表示  */

/*--------------------------------------*/

/* サムネイル写真 */
.layout_photo .list_item_photo {
    padding: 5px 0;
    text-align: center;
}

/* 一覧枠 */
.layout_photo .list_item_data {
    padding: 5px 1px;
}

/* もっと見る */
.more_item {
    padding: 10px 5px 0px 5px;
    border-top: 1px solid #E9E9E9;
    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 #E0DFE3;
}

.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: #555555;
    font-size: 93%;
}

/* 在庫僅か */
.lowstock {
    color: #990000;
}

/* 在庫なし */
.soldout,
.variation_stock_list .data_table .soldout {
    color: #777777;
}

/* レビュー件数 */
.item_info .review_number {
    color: #000000;
}

/* 商品一覧ランキングNo. */
.rankno {
    color: #FFFFFF;
    background-color: #0066FF;
}

.item_data .rankno1 {
    background-color: #E3007E;
}


/*--------------------------------------*/

/* 記事一覧  */

/*--------------------------------------*/

/* タイトル */
.list_subject {
    padding: 5px 0px;
}

/* 日付 */
.date {
    color: #000000;
    font-size: 93%;
    font-weight: normal;
}


/*--------------------------------------*/

/* ソート */

/*--------------------------------------*/

.sort {
    border-bottom: 1px solid #E0DFE3;
}

.sort_toggle .toggle_open {
    padding: 7px;
    background-color: #F5F5F5;
    border: 1px solid #E0DFE3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
}

.sort_toggle .toggle_open:hover {
    background-color: #F9F9F9;
}

/* ソート項目枠 */
.sort_item {
    padding: 10px;
    border-left: 1px solid #E0DFE3;
    border-right: 1px solid #E0DFE3;
    border-bottom: 1px solid #E0DFE3;
    background-color: #FFFFFF;
}

.sort_box {
    padding: 5px;
    margin: 3px;
    border-bottom: 1px solid #E0DFE3;
}

.sort_item .global_btn {
    padding: 5px;
    text-align: center;
}

/* 件数 */
.item_count {
    font-size: 93%;
}


/********************************************************************/

/* スライド */

/********************************************************************/

/* スライド送りボタン */
.slider_box .swiper-pagination-bullet,
.swipe_list .pointer span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #E0DFE3;
    border-radius: 50%;
    cursor: pointer;
}

/* 現スライド */
.slider_box .swiper-pagination-bullet-active,
.swipe_list .pointer span.current {
    background-color: #0066FF;
    border: 1px solid #0066FF;
}

#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 #E0DFE3;
    border-radius: 50%;
   display: inline-block;
    cursor: pointer;
}

.use_hover .swiper-button-prev:hover,
.use_hover .swiper-button-next:hover {
    background-color: #E9E9E9;
}

.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 {
    background-color: #FFFFEE;
    border: 1px solid #E0DFE3;
    padding: 10px;
}


/********************************************************************/

/* 商品詳細 */

/********************************************************************/

/* 商品情報　各ブロック */
.detail_section {
    border-bottom: 1px dotted #000000;
}

/* 商品情報　商品名 */
.detail_item_data h1,
.detail_item_data .item_name {
    font-size: 123.1%;
    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 {
    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 {
    border-bottom: 1px dotted #CCCCCC;
}

.ordermade .bottompos {
    border-bottom: none;
}

/* 在庫数のラベルなし */
.hidden_stock .stocklist_data {
    text-align: center;
}

/* バリエーション在庫選択中背景 */
.variation_stock_list .data_table .selected_item {
    background-color: #E0F0F8;
    color: #006DD9;
}

.variation_stock_list .data_table .selected_data {
    background-color: #E0F0F8;
}


/*--------------------------------------*/
/* バリエーション選択のポップアップ */

/* ポップアップ枠 */
.popup_variation,
.popup_area {
    background-color: #FFFFFF;
    border: 1p solid #E0DFE3;
}

.popup_variation_selection,
.popup_section {
    border-bottom: 1px solid #E0DFE3;
}

/* バリエーション項目ボタン */
.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: #E0F0F8;
    border: 2px solid #0066CC;
    color: #0066CC;
}

/* 変更、選択してくださいボタン */
.popup_variation_edit_button,
.popup_variation_select_button,
.item_select_operation_button {
    background-image: url(img/btn_main.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #94929D;
    color: #FFFFFF;
}

.popup_variation_value,
.variation_selection_value,
.item_selection_value {
    color: #0066CC;
}

/* 選択済み枠 */
.variation_selection_box .validation_selection_selected_all,
.use_hover .variation_selection_box .validation_selection_selected_all:hover {
    background-color: #E0F0F8;
    border: 2px solid #E0DFE3;
    color: #000000;
}

.validation_selection_selected_all .variation_selection_msg_text {
    background-image: url(img/btn_main.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #94929D;
    color: #FFFFFF;
}


/*--------------------------------------*/
/* サムネイル写真 */

.thumbnail {
    margin-top: 5px;
}

/* サムネイル写真 */
.thumbnail .thumbnail_btn {
    border: 2px solid #FFFFFF;
}

.thumbnail .current .thumbnail_btn {
    border: 2px solid #CC0000;
}

/* サムネイル写真枠サイズ */
.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-image: url(img/h2_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #444444;
    color: #FFFFFF;
}

/* メモ */
.review_note {
    border-top: 1px solid #E0DFE3;
    border-bottom: 1px solid #E0DFE3;
}

.detail_page_body .review_note {
    border-top: 1px solid #E0DFE3;
    border-bottom: none;
}

/* ショップオーナー返信 */
.owner_note {
    border-bottom: 1px solid #E0DFE3;
}

/* ショップオーナーヘッダー */
.owner_header {
    font-size: 93%;
    color: #0088CC;
}

/* ショップオーナー登録日 */
.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 #E0DFE3;
    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 #E0DFE3;
    font-size: 116%;
    font-weight: bold;
}

.signin_box .password .global_link {
    font-size: 85%;
}

/* 新規登録枠 */
#register_form {
    padding-top: 20px;
    border-top: 1px solid #E0DFE3;
}


/********************************************************************/

/* カート */

/********************************************************************/

/* カートの中身各枠 */
.inner_cart_data {
    margin-bottom: 10px;
    border: 1px solid #E0DFE3;
    background-color: #FFFFFF;
    border-radius: 5px;
}

/* 各項目枠 */
.cart_section {
    border-top: 1px solid #E0DFE3;
}

/* 区切り線 */
.top_separator {
    border-top: 1px solid #E0DFE3;
}

.bottom_separator {
    border-bottom: 1px solid #E0DFE3;
}

/* 各項目ラベル */
.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 #D6D6D6;
    margin-bottom: 5px;    
}

.grandtotal_price {
    font-size: 153.9%;
    color: #990000;
}

/* 買い物を続ける */
.continue_shopping {
    text-align: right;
    border-top: 1px solid #E0DFE3;
    border-bottom: 1px solid #E0DFE3;
}

/* 送り主、お届け先追加変更ボタン */
.cart_recipient .global_btn {
    text-align: center;
}

/* お届け先名 */
.cart_recipient_title {
    border-left: 5px solid #0088CC;
    font-weight: bold;
}

/* ラジオボタン選択の強調表示 */
.checked_row {
    background-color: #FFFFCC;
}

.form_area .checked_row > .form_title,
.form_inner_area .checked_row > .form_inner_title {
    color: #CC0000;
}

/* リピータ向け決済機能用 */
.inner_global_info {
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
}

/* クーポン/ポイント枠 */
.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;
}

/* ステップ表 各枠背景 */
.step_data {
    background-color: #F5F5F5;
    border-bottom: 1px solid #F1F1F1;
    border-right: 1px solid #FFFFFF;
    text-align: center;
}

/* ステップ表 右端 */
.step_list .posright .step_data {
    border-right: none;
}

/* ステップ表 各枠　現ページ */
.step_check .step_data {
    background-color: #E3007E;
}

/* ステップ表 文字 */
.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 #E0DFE3;
    margin-bottom: 10px;
}

.format {
    font-size: 77%;
}

/* 記事 */
.ph_article {
    font-size: 108%;
}

/* バックナンバー */
.count_number {
    font-size: 93%;
}


/********************************************************************/

/* ご利用案内 */

/********************************************************************/

/* 上部ページ内リンクのナビゲーション */
.anchor_nav_area .nav_btn {
    border: 1px solid #E0DFE3;
    background-color: #F5F5F5;
}

.use_hover .anchor_nav_area .nav_btn:hover {
    border: 1px solid #E0DFE3;
    background-color: #E9E9E9;
}

/* 各ブロック */
.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: #FFFFFF;
    border: 1px solid #E0DFE3;
}


/********************************************************************/

/* 特定商取引 */

/********************************************************************/

/* 各欄枠 */
.contents_desc {
    padding: 10px 5px;
}


/********************************************************************/

/* メールマガジン */

/********************************************************************/

/* 登録、解除タイトル */
.mailmagazine_box .mailmagazine_subscribe_title,
.mailmagazine_box .mailmagazine_unsubscribe_title {
    border-bottom: 1px solid #E0DFE3;
    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 #E0DFE3;
    border-bottom: 1px solid #E0DFE3;
}

/* メモ */
.item_memo_text {
    background-color: #F5F5F5;
    border: 1px solid #E0DFE3;
    color: #000000;
}


/*************************************************************/

/* 複数選択 */

/*************************************************************/

/* 複数削除 */
.bulk_btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* 複数選択 */
.inner_bulk_check_box {
    background-color: #F5F5F5;
}

.layout_column_text .inner_bulk_check_box,
.layout_text .inner_bulk_check_box {
    background-color: #F5F5F5;
}

.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: #F5F5F5;
    border-top: 1px solid #E0DFE3;
}

/* 数量表示バッジ */
.badge {
    background-color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}


/*************************************************************/

/* 掲示板 */

/*************************************************************/

/* 記事枠 */
.post_box {
    margin-bottom: 5px;
    border: 1px solid #F1F1F1;
    background-color: #F5F5F5;
}

/* 記事枠レス */
.post_box_res {
    padding-left: 20px;
}

/* 記事ヘッダー */
.post_box .data_table .cell_header,
.post_box .data_table .cell_data {
    background-color: #E9E9E9;
    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 #D1D1D1;
}

/* 記事検索 */
.bbs_search {
    background-color: #F5F5F5;
}

/* 検索文字強調 */
.result_emphasis {
    background-color: #FFFF73;
}

/* 検索前に戻る */
.bbs_search .global_link {
    margin-left: 10px;
}

/* 記事開閉 */
#bbs_toggle {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}

/* 記事投稿欄 */
.bbs_post_form {
    background-color: #FFFFFF;
     border: 1px solid #D1D1D1;
}


/*************************************************************/

/* 関連ページ */

/*************************************************************/

/* 内容 */
.link_desc_box {
    border-top: 1px solid #E0DFE3;
}


/*************************************************************/

/* 私が店長です */

/*************************************************************/

/* スタッフ画像 */
.staff_photo,
.pstaff_photo {
    text-align: center;
    margin-top: 10px;
}

/* プロフィール項目 */
.staff_contents dt,
.pstaff_contents dt {
    border-top: 1px solid #000000;
    font-weight: bold;
}

/* プロフィール内容 */
.staff_contents dd,
.pstaff_contents dd {
    border-top: 1px dotted #000000;
}

.staff_profile_desc {
    background-color: #F5F5F5;
    border: 1px solid #E0DFE3;
}


/********************************************************************/

/* カレンダー */

/********************************************************************/

/* カレンダーヘッダー */
.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 #CCCCCC;
}

/* カレンダー曜日セル */
.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 #E0DFE3;
}

/* イベント内容 */
.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: #FFEFBF;
}

.holiday_icon {
    border: 1px solid #CCCCCC;
    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 #E0DFE3;
}

/* 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 dotted #E0DFE3;
}

.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: #E0DFE3;
    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: #E43100;
    border: 1px solid #E8E0DD;
    box-shadow: 0px 0px 0px 1px #E43100;
    color: #FFFFFF;
}

/* フォーム上部OK表示 */
.ok_box {
    border: 1px solid #0088CC;
    border-radius: 5px;
}

/* OK表示 ※緑枠内文字 */
.ok_status {
    color: #0088CC;
    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: #E4F1FC;
}

/* OKアイコン */
.ok_icon .fa {
    background-color: #0088CC;
    border: 1px solid #CFEAFC;
    box-shadow: 0px 0px 0px 1px #0088CC;
    color: #FFFFFF;
}

/* 重要な注意書き色 */
.note_color {
    color: #CC0000;
}

/********************************************************************/

/* アイコン */

/********************************************************************/

/* ヘッダーナビボタン */
.inner_header_nav .header_nav_item .fa {
    color: #FFFFFF;
}

/* グローバルナビ */
.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: #000000;
}

/* 説明付き一覧表示調整 */
.right_side_list_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px;
    font-size: 22px;
}


/********************************************************************/

/* ボタン */

/********************************************************************/

/* アイコンボタン枠 */
.icon_btn {
    padding: 0px 3px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.use_hover .icon_btn:hover {
    border: 1px solid #CCCCCC;
    background-color: #D1D1D1;
    opacity: 1;
}

/* +-開閉ボタン枠 */
.open_icon,
.close_icon {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.use_hover .open_icon:hover,
.use_hover .close_icon:hover,
.use_hover abbr .open_icon:hover,
.use_hover abbr .close_icon:hover {
    background-color: #D1D1D1;
}

/* 汎用ボタン */
.general_btn {
    display: inline-block;
    padding: 3px;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
}

.use_hover .general_btn:hover {
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
}

.standard_btn {
    display: inline-block;
    padding: 10px 20px;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
}

.use_hover .standard_btn:hover {
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
}


/* 右端ボタン */
.page_title_right_edge .general_btn,
.section_title_right_edge .general_btn {
    background-color: #444444;
    border: 1px solid #333333;
    border-radius: 5px;
    color: #CCCCCC;
}

.use_hover .page_title_right_edge .general_btn:hover,
.use_hover .section_title_right_edge .general_btn:hover {
    background-color: #666666;
    border: 1px solid #333333;
    color: #CCCCCC;
}

/* 画像リンク */
.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 dotted #000000;
}

/* ログインページ新規登録余白調整 */
#register_form .form_btn {
    padding: 0px;
}

/* Aタグボタン */
.global_btn A {
    font-weight: normal;
}

/* 外部決済ボタン */
.outside_btn_box {
    background-color: #FFFFEE;
    border: 1px solid #E0DFE3;
}

/* 楽天決済用 */
.payment_method_desc {
    margin-bottom:10px;
}


/*--------------------------------------*/

/* ボタン色 */

/*--------------------------------------*/
/* 色通常 */
/* フォームボタン全般 */
.btn_color_common {
    background-image: url(img/btn_main.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #94929D;
    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-image: url(img/btn_main_b.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #3E8BFF;
    color: #FFFFFF;
}

.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 #000000;
    background-color: #000000;
    color:#FFFFFF;
}

/* 各ページ */
.pager .pager_btn {
    min-width: 20px;
    min-height: 20px;
    margin: 0px 1px;
    padding: 3px;
    border: 1px solid #E0DFE3;
    background-color: #FFFFFF;
    text-decoration: none;
}

.use_hover .pager .pager_btn:hover {
    border: 1px solid #000000;
    background-color: #000000;
    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 #E0DFE3;
}

/* 各リンク文字 */
.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: #000000;
    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: #000000;
    color: #FFFFFF;
}

#footer {
    text-align: center;
}

.footer_area A {
    color: #FFFFFF;
}

.use_hover .footer_area A:hover {
    color: #CCCCCC;
}

.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;
}

.use_hover .footer_banner .banner_box:hover {
    opacity: 0.8;
}


/********************************************************************/

/* Powered by おちゃのこネット
※上記の文言は共用ドメインコースをご利用の場合に表示されます。
必須項目ですので、下記の編集は許可されていません。
・文言の削除
・文字色を薄くする
・文字サイズを小さくする */

#ochanoko {
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

.accessory_color {
    background-color: #222222;
    color: #FFFFFF;
}

.accessory_color A {
    color: #FFFFFF;
}

.accessory_color A:hover {
    color: #CCCCCC;
}

/********************************************************************/



/* # =================================================================
# 
# ↓　おちゃのこネットデザイン作成プラン　↓
#             2024.10.03 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: 'Jost','Noto Sans JP', sans-serif;
}
A, A:link, A:visited, A:hover, A:active {
color: #000000;
}
.use_hover A:hover {
color: #666666;
}
A:hover img {
opacity: 0.7;
}
.responsive .fix_center {
max-width: 100%;
width: 100%;
}
.main_box {
padding: 30px 0px;
max-width: 1500px;
margin: 0 auto;
}
.main_box.main_free_box {
max-width: 100%;
padding: 0px;
}
.maincontents {
overflow: hidden;
}
.inner_maincontents {
padding: 30px 0px;
max-width: 1500px;
margin: 0 auto;
}
.top_page_body .main_section {
border-bottom: 5px solid #000000;
}
.main_section.main_box {
border-bottom: none;
}
.top_page_body #main_container, .top_page_body #inner_main_container {
padding-top: 0px;
}
.standard_contents #inner_contents {
max-width: 1500px;
margin: 0 auto;
}
.top_page_body .standard_contents #inner_contents {
max-width: 100%;
}
.min_contents .page_box {
max-width: 1200px;
margin: 0 auto;
}
#header_free_space {
overflow: visible;
}
.step_check .step_data {
background-color: #FCEF05;
}
.step_check .step_data span {
color: #000000;
}
.main_box h2 {
font-size: 14px;
padding-bottom: 15px;
font-weight: 500;
background-image: none;
background-color: transparent;
color: #000000;
text-align: center;
}
.main_box h2::before {
padding-bottom: 15px;
font-size: 200%;
font-weight: 600;
letter-spacing: 1px;
display: block;
}
.item_new h2::before {
content: "RECOMMENDED";
}
.item_ranking h2::before {
content: "RANKING";
}
.item_category h2::before {
content: "ITEM CATEGORY";
}
.diary h2::before {
content: "DIARY";
}
.recently h2::before {
content: "RECENTRY ITEM";
}
.more_item {
border-top: none;
display: flex;
justify-content: flex-end;
}
.more_item .general_btn {
width: 100px;
height: 40px;
font-size: 14px;
font-weight: 600;
padding: 0px;
border: none;
border-radius: 0px;
background-image: url(image/toppage/more_bg.png);
background-size: contain;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
}
.use_hover .more_item .general_btn:hover {
border: none;
background-color: transparent;
}
.more_item .general_btn .fa::before {
content: "";
}
.btn_color_emphasis {
background-image: none;
background-color: #FCEF05;
}
.btn_color_common {
background-image: none;
background-color: #BFBFBF;
}
.btn_color_emphasis, A.btn_color_emphasis:link, A.btn_color_emphasis:visited, A.btn_color_emphasis:hover, A.btn_color_emphasis:active {
color: #000000;
}
.use_hover .btn_color_emphasis:hover {
color: #000000;
}
.page_box .section_title h2, .page_box .section_title h3 {
background-image: none;
border-bottom: 3px solid #000000;
}
.page_box .page_title h1, .page_box .page_title h2, .page_box .recently .section_title h2, .page_box .use_emphasis_title .section_title h2 {
background-image: none;
background-color: #000000;
color: #FCEF05;
font-weight: 600;
}
.common_icon img, .help_icon_data img {
max-width: 60px;
}
.main_ranking_item_box .ranking_view {
justify-content: center;
}
.responsive #container .main_ranking_item_box .max_column3 .tiled_list .list_item_cell {
width: 50%;
max-width: 250px;
}
.main_ranking_item_box .itemlist_box .item_data_link {
padding: 5px 10px 5px 20px;
}
.selling_price .figure {
font-size: 14px;
}
.breadcrumb_area {
background-color: #FCEF05;
border-top: 3px solid #000000;
border-bottom: 3px solid #000000;
padding: 5px 3px;
}
.breadcrumb_list {
max-width: 1500px;
margin: 0 auto;
}
.inner_itemlist_nav .nav_btn {
background-color: #FFFFFF;
border-bottom: 1px solid #000000;
}
.side_itemlist_nav .sub_menu_link {
border: none;
}
/* ヘッダー */
#header {
z-index: 110;
}
.inner_header_area {
max-width: 1500px;
/*height: 150px;*/
margin: 0 auto;
letter-spacing: 0px;
align-items: center;
justify-content: space-between;
}
.header_gridbox {
grid-template-rows: 70px 50px;
grid-template-columns: 70px 1fr;
align-items: center;
display: grid;
}
.header_logo {
grid-column: 1/2;
grid-row: 1/2;
}
.site_header {
grid-column: 1/4;
grid-row: 2/2;
}
.navigation {
grid-column: 3/4;
grid-row: 1/2;
}
.header_logo img {
padding: 5px;
}
.gnav {
width: 100%;
}
.globalnavlist {
margin: 0;
padding: 0;
list-style: none;
justify-content: flex-start;
align-items: center;
}
.globalnavbtn {
width: calc(100%/5);
max-width: 200px;
text-align: center;
}
A.globalnavlink {
font-size: 9px;
padding: 5px 2px;
display: block;
height: 100%;
min-height: 50px;
font-weight: 500;
position: relative;
}
.globalnavlink::after {
width: 1px;
height: 40px;
top: 50%;
right: 0px;
transform: translateY(-50%);
background-color: #000000;
content: "";
display: inline-block;
position: absolute;
}
.globalnavbtn:last-child .globalnavlink::after {
width: 0px;
height: 0px;
background-color: transparent;
}
.globalnavlink_en {
font-size: 130%;
}
.globalnavlink_ja {
line-height: 1;
}
.dropdwn_menu {
left: 0px;
top: 120px;
padding: 20px 5px;
background-color: #FFF;
width: 100%;
display: none;
position: absolute;
}
.subnavbox {
max-width: 1400px;
margin: 0 auto;
position: relative;
}
.subnavbox .close_btn_box {
top: -15px;
right: -5px;
position: absolute;
}
.subnavbox .icon_btn {
border: 1px solid #000000;
border-radius: 0px;
}
.dropdwn_menu ul, .dropdwn_menu li {
width: 100%;
margin: 0px;
padding: 0px;
}
.nav-open {
overflow: hidden;
}
.nav-open .site_header.open {
overflow: auto
}
.nav-open #globalnav {
min-height: 105vh;
}
.inner_navigation {
justify-content: flex-end;
}
li.navigation_item {
padding: 0px 5px;
}
.navigation_item .navbtn {
width: 35px;
height: 35px;
background-color: #FCEF05;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.navigation_item .fa {
font-size: 18px;
}
.category_nav-open #container::after {
content: "";
display: block;
width: 100%;
height: 100vh;
position: fixed;
background-color: rgba(0, 0, 0, .5);
background-attachment: fixed;
top: 0;
left: 0;
z-index: 98;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}
.min_header #header_area {
max-width: 1500px;
margin: 0 auto;
}
.min_header .shoplogo img {
max-width: 100px;
}
.min_header .inner_header_nav .nav_btn {
background-color: #000000;
}
.use_hover .min_header .inner_header_nav .nav_btn:hover {
background-color: #000000;
opacity: 0.8;
}
.min_header .inner_header_nav .nav_btn .fa {
color: #FCEF05;
}
/* 商品検索 */
.navigation .icon-ocnk-search::before {
width: 15px;
height: 15px;
background-size: contain;
background-repeat: no-repeat;
content: "";
background-image: url(image/toppage/search.png);
display: inline-block;
background-position: center;
}
/* プレースホルダーをフォーカスで非表示 */
#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 {
background-color: #000000;
border-top: 5px solid #000000;
border-bottom: 5px solid #000000;
}
/* SNSシェア */
.s_snsshare {
padding: 10px;
font-size: 14px;
background-color: #FCEF05;
border-bottom: 5px solid #000000;
}
.s_snsshare .inner_maincontents {
padding: 0px;
justify-content: center;
}
.snsshare_title {
padding-right: 100px;
position: relative;
}
.snsshare_title::after {
width: 80px;
height: 1px;
top: 50%;
right: 10px;
background-color: #000000;
transform: translateY(-50%);
content: "";
position: absolute;
}
.snsshare_contents {
align-items: center;
}
.sns_box {
padding: 0px 10px;
}
.sns_box A {
display: flex;
align-items: center;
justify-content: center;
}
.s_snsshare .fa {
font-size: 24px;
}
/* バナー */
.pickup_banner .inner_maincontents {
gap: 10px;
padding-left: 5px;
padding-right: 5px;
justify-content: center;
flex-wrap: wrap;
}
.banner_box {
width: calc((100% - 10px)/2);
text-align: center;
}
.banner_text {
font-size: 12px;
font-weight: 400;
padding-top: 10px;
}
/* ランキング */
.main_ranking_item_box {
background-color: #ECE7DA;
}
.responsive .ranking_navigation {
padding: 5px 0px;
border-top: 3px solid #000000;
border-bottom: 3px solid #000000;
}
.inner_ranking_navigation .flex_layout {
justify-content: center;
gap: 10px;
}
.inner_ranking_navigation .wrapped_item {
position: relative;
}
.responsive .anchor_nav_area.ranking_navigation .flex_wrap .wrapped_item, .wide_layout .layout_2_col .anchor_nav_area.ranking_navigation .flex_wrap .wrapped_item {
width: calc((100% - 30px)/4);
}
.inner_ranking_navigation .wrapped_item::after {
width: 1px;
height: 30px;
top: 50%;
right: -5px;
transform: translateY(-50%);
content: "";
display: inline-block;
background-color: #000000;
position: absolute;
}
.inner_ranking_navigation .wrapped_item:last-child::after {
width: 0px;
height: 0px;
background-color: transparent;
}
.ranking_navigation .nav_btn {
padding: 15px 5px;
border: none;
background-color: transparent;
}
.use_hover .ranking_navigation .nav_btn:hover {
border: none;
background-color: #DED8C8;
opacity: 1;
color: #000000;
}
.ranking_navigation .nav_btn.nav_on {
color: #FCEF05;
border: none;
background-color: #000000;
pointer-events: none;
}
.rankno {
font-size: 35px;
top: 0px;
left: 0px;
font-weight: 600;
z-index: 10;
line-height: 1;
min-width: auto;
color: #000000;
background-color: transparent;
position: absolute;
}
.item_data .rankno1 {
background-color: transparent;
}
/* 米本珈琲紹介 */
.yonemotocf_intro {
background-color: #FCEF05;
}
.yonemotocf_intro .inner_maincontents {
padding-left: 15px;
padding-right: 15px;
flex-direction: column;
}
.intro_box.intro_left {
font-size: 12px;
padding: 50px 10px 30px;
flex: 1;
max-width: 660px;
margin: 0 auto;
}
.inner_intro_title {
font-size: 45px;
padding: 20px 10px 20px 30px;
line-height: 1;
font-weight: 600;
position: relative;
}
.inner_intro_title::before {
width: 130px;
height: 70px;
top: -50px;
left: 0px;
content: "";
background-image: url(image/toppage/since1960.png);
background-size: contain;
display: inline-block;
position: absolute;
}
.inner_intro_title::after {
top: -90px;
left: 220px;
width: 240px;
height: 150px;
content: "";
display: inline-block;
background-image: url(image/toppage/coffee1.png);
background-size: contain;
background-repeat: no-repeat;
position: absolute;
}
.inner_intro_title .font_small {
font-size: 14px;
transform: translateY(-13px);
}
.intro_sub_title {
padding-bottom: 20px;
font-size: 130%;
font-weight: 600;
}
.intro_text .br_pc {
display: none;
}
.intro_box.intro_right {
max-width: 600px;
margin: 0 auto;
}
.inner_intro_box {
gap: 15px;
flex-wrap: wrap;
}
.introimg_box:first-child {
width: 100%;
}
.introimg_box:nth-child(n+2) {
width: calc((100% - 15px)/2);
}
.inner_yonemotocf_link {
padding: 10px 0px;
background-color: #000000;
flex-direction: column;
justify-content: center;
}
.yonemotoc_linkbox {
padding: 10px 20px;
width: 100%;
}
.yonemotoc_linkbox A {
font-size: 18px;
color: #FFFFFF;
position: relative;
font-weight: 500;
display: block;
}
.use_hover .yonemotoc_linkbox A:hover {
color: #FCEF05;
}
.linkbox_text {
padding: 10px;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
}
.link_text_en {
font-size: 150%;
line-height: 1.3;
color: #FCEF05;
}
.linkbox_image img {
height: 150px;
width: 100%;
object-fit: cover;
}
/* カテゴリ一覧 */
.category_list {
flex-wrap: wrap;
}
.categorybox {
padding: 0px 5px 20px;
width: calc(100%/3);
text-align: center;
}
.categoryimg img {
max-width: 100px;
border-radius: 50%;
width: 100%;
height: auto;
}
.categoryname {
font-size: 12px;
padding-top: 15px;
font-weight: 500;
}
.categoryname_en span {
font-size: 14px;
margin-bottom: 15px;
line-height: 1;
background: linear-gradient(transparent 70%, #FCEF05 0%);
}
.category_beanset .categoryname_en span {
font-size: 12px;
}
/* 挽き方 */
.grind_cf {
background-color: #F3EEE0;
border-top: 5px solid #000000;
border-bottom: 5px solid #000000;
}
.grind_cf .inner_maincontents {
padding: 0px;
flex-direction: column;
}
.grind_image {
flex: 1;
}
.inner_grind_image {
text-align: right;
}
.inner_grind_image img {
height: 300px;
width: 100%;
object-fit: cover;
object-position: left bottom;
}
.grind_desc {
font-size: 14px;
padding: 0px 10px 50px;
position: relative;
top: -40px;
margin-bottom: -40px;
}
.grind_ttl {
font-size: 250%;
line-height: 1.3;
letter-spacing: 2px;
font-weight: 600;
}
.grind_text {
padding: 20px 0px;
line-height: 2;
}
.grind_button {
flex-wrap: wrap;
}
.modal__trigger {
padding: 10px;
width: calc((100% - 30px) / 3);
box-sizing: border-box;
min-width: 100px;
margin: 5px;
border: 3px solid #000000;
cursor: pointer;
text-align: center;
font-weight: 600;
}
.use_hover .modal__trigger:hover {
background-color: #FFFFFF;
}
.modal__wrapper {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 1001;
width: 100%;
height: 100%;
}
.modal__layer {
height: 100%;
background: rgba(50, 50, 50, .85);
cursor: pointer;
}
.modal__container {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80%;
height: auto;
padding: 30px;
position: absolute;
background: #FFFFFF;
border-radius: 10px;
}
.modal__inner {
position: relative;
height: 100%;
}
.modal__close {
top: -30px;
right: -30px;
width: 40px;
height: 40px;
position: absolute;
cursor: pointer;
transition: opacity .3s;
}
.modal__close:hover {
opacity: .6;
}
.modal__close:before,
.modal__close:after {
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 1px;
background: #000000;
content: '';
}
.modal__close:before {
transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__content {
}
.modal__text {
margin-top: 15px;
}
/* Instagram・店長日記 */
.shopinfo .inner_maincontents {
flex-direction: column;
}
.shopinfo_box {
padding: 0px 30px;
width: 100%;
max-width: 500px;
margin: 0 auto;
}
.instagram_box {
padding-bottom: 30px;
}
.shopinfo_ttl {
padding-bottom: 30px;
font-size: 30px;
line-height: 1;
text-align: center;
}
.shopinfo_ttl_en {
font-weight: 600;
}
.diary {
padding: 0px;
}
.responsive .diary_list .list_item_cell {
padding: 0px;
width: 100%;
}
.responsive .diary_list .list_item_cell .list_item_box {
padding: 10px 5px;
margin-bottom: 20px;
border-bottom: 3px solid #000000;
}
.diary_list .more_item {
padding-top: 20px;
}
/* フッター */
.footer_area {
background-color: #FCEF05;
color: #000000;
}
.recentry_box {
border-top: 5px solid #000000;
border-bottom: 5px solid #000000;
background-color: #F3EEE0;
}
.recently .section_title A.general_btn {
padding: 5px 10px;
background-color: transparent;
border: 3px solid #000000;
border-radius: 0px;
color: #000000;
}
.swipe_list .pointer_box span.pointer_prev, .swiper-button-prev {
background-image: url(image/toppage/prev.jpg);
-webkit-background-size: 30px 30px;
background-size: 30px 30px;
}
.swipe_list .pointer_box span.pointer_next, .swiper-button-next {
background-image: url(image/toppage/next.jpg);
-webkit-background-size: 30px 30px;
background-size: 30px 30px;
}
.swipe_list .pointer_box span.pointer_prev, .swipe_list .pointer_box span.pointer_next, .swiper-button-prev, .swiper-button-next {
width: 30px;
height: 30px;
background-color: #FFFFFF;
border: none;
}
.recentry_box .swipe_list .pointer_box span.pointer_prev, .recentry_box .swipe_list .pointer_box span.pointer_next, .recentry_box .swiper-button-prev, .recentry_box .swiper-button-next {
background-color: #F3EEE0;
}
.use_hover .recentry_box .swiper-button-prev:hover, .use_hover .recentry_box .swiper-button-next:hover, .use_hover .recentry_box .slider_box .swiper-button-disabled:hover {
background-color: #F3EEE0;
}
.slider_box .swiper-pagination-bullet-active, .swipe_list .pointer span.current {
background-color: #000000;
border: 1px solid #000000;
}
.slider_box .swiper-pagination-bullet, .swipe_list .pointer span {
border: 1px solid #000000;
}
.recently .section_title h2 {
padding: 0px 80px 30px;
}
.footerinfo_box {
padding: 10px 0px;
}
.shopinfo_img {
width: 120px;
}
.shopinfo_img img {
border-radius: 20px;
overflow: hidden;
}
.footer_shopinfo {
flex-direction: column;
justify-content: center;
}
.footer_shopinfo_box {
/*font-size: 12px;*/
/*margin: 0 10px;
padding: 30px 0px;
border-bottom: 1px solid #000000;
display: flex;
flex-direction: row;
align-items: flex-start;*/
}
.footer_shopinfo_box:last-child {
/*border-right: none;
border-bottom: none;*/
}
.shopinfo_text {
padding-left: 20px;
flex: 1;
width: 100%;
}
.shopinfo_name {
font-size: 14px;
padding: 0px 0px 5px;
font-weight: 600;
}
.shopinfo_desc {
flex-direction: column;
justify-content: space-between;
}
.shopinfo_addr {
padding-bottom: 10px;
flex: 1;
}
.footermenu_left {
text-align: center;
padding-bottom: 20px;
}
.footer_logo img {
max-width: 100px;
width: 100%;
}
.footer_shopname {
font-size: 14px;
padding: 10px 0px;
letter-spacing: 1px;
}
.footermenu_left .snsshare_contents {
justify-content: center;
}
.footermenu_left .sns_box {
padding: 0px 10px;
}
.footermenu_left .sns_box .fa {
font-size: 20px;
}
.inner_footermenu_box {
max-width: 1000px;
margin: 0 auto;
justify-content: center;
}
.footermenu_box .inner_footermenu_box {
flex-direction: column;
}
.footermenu_list {
border-bottom: 3px solid #000000;
border-top: 3px solid #000000;
list-style: none;
padding: 0px;
margin: 20px 0px 0px;
justify-content: flex-start;
flex-wrap: wrap;
}
.footermenu_item {
padding: 15px 10px;
width: 50%;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
}
.footermenu_item:nth-child(even) {
border-right: none;
}
.footermenu_item:nth-last-child(-n+2) {
border-bottom: none;
}
.footermenu_item:nth-last-child(-n+2):nth-child(even) {
border-bottom: 1px solid #000000;
}
.footermenu_right {
justify-content: center;
}
.footermenu_right {
display: flex;
align-items: center;
}
.footermenu_right .navigation_item .navbtn {
border: 3px solid;
}
.footermenu_right .navigation_item .navtext {
display: flex;
}
.use_hover .footer_area A:hover {
color: #666666;
}
.footer_nav {
background-color: transparent;
position: static;
}
.inner_footer_nav {
padding-top: 10px;
justify-content: center;
}
.responsive .footer_nav .inner_footer_nav .footer_nav_item {
margin: 5px;
width: auto;
}
.footer_nav_item .nav_btn {
font-size: 12px;
padding: 5px;
color: #000000;
border-bottom: none;
}
.use_hover .footer_nav_item .nav_btn:hover {
background-color: transparent;
color: #666666;
}
.footer_nav_item .nav_btn .fa {
width: 0px;
margin: 0px;
}
.footer_nav_item .nav_btn .fa::before {
content: "";
}
#copyright {
padding-bottom: 100px;
max-width: 1000px;
text-align: center;
margin: 0 auto;
letter-spacing: 1px;
font-size: 80%;
}
.responsive .fixed_corner_button {
right: 10px;
bottom: 10px;
}
.fixed_corner_button {
border-radius: 0px;
background-color: #000000;
}
.fixed_corner_button .fa {
color: #FCEF05;
}
.use_hover .fixed_corner_button:hover .fa {
color: #FCEF05;
opacity: 0.8;
}
#bottom_wrapper {
padding-top: 50px;
}
.top_page_body #bottom_wrapper, #free_page_7 #bottom_wrapper {
padding-top: 0px;
}
/* 米本珈琲の歴史 */
#free_page_7 .standard_contents #inner_contents {
max-width: 100%;
}
#free_page_7 .page_box {
padding: 0px;
}
#free_page_7 .free_page_box, #free_page_7 #main_container, #free_page_7 .inner_free_contents, #free_page_7 #inner_main_container {
padding: 0px;
max-width: none;
}
#free_page_7 #main_container .free_contents {
margin-top: 0px;
}
.history_yonemoto {
background-color: #F4F0E6;
}
.inner_historybox {
padding: 0 10px;
max-width: 1500px;
margin: 0 auto;
}
#history_top {
padding: 10px 10px 350px;
background-image: url(image/historypage/history_topimg.jpg), url(image/historypage/history_topimg2.jpg);
background-position: right bottom, center;
background-size: 750px, cover;
background-repeat: no-repeat;
color: #FFFFFF;
}
#history_top .inner_historybox {
padding: 10px;
display: inline-block;
}
.history_top_name {
font-size: 22px;
font-weight: 500;
color: #FCEF05;
}
.history_top_name h1 {
font-size: 200%;
font-weight: 600;
}
.history_top_title {
font-size: 20px;
padding: 10px 0px;
font-weight: 600;
line-height: 1.5;
display: inline-block;
}
.history_top_subtitle {
font-size: 16px;
}
.history_top_text {
font-size: 12px;
line-height: 1.8;
}
.historybox {
padding-bottom: 10px;
overflow: hidden;
}
.maintitle {
font-size: 20px;
padding: 30px 0px;
line-height: 1.3;
text-align: center;
}
.maintext {
font-size: 22px;
}
.pointtitle {
padding-top: 40px;
position: relative;
}
.pointnum {
font-size: 18px;
top: 0px;
left: -100px;
padding: 5px;
padding-left: 100px;
line-height: 1;
font-weight: 600;
background-color: #383838;
color: #FFE434;
position: absolute;
display: inline-block;
}
.pointtitle_ja {
font-size: 24px;
position: relative;
line-height: 1.3;
}
.pointtitle_ja::after {
width: 100%;
height: 1px;
right: 0px;
top: 50%;
background-color: #000000;
position: absolute;
content: "";
z-index: 1;
}
#history_point5 .pointtitle_ja::after {
width: 0px;
height: 0px;
background-color: transparent;
}
.inner_pointtitle_ja {
padding-right: 20px;
display: inline-block;
background-color: #F4F0E6;
position: relative;
z-index: 2;
}
#history_point5 .inner_pointtitle_ja {
background-color: transparent;
}
.pointtitle_en {
font-size: 16px;
padding: 10px 0px;
font-weight: 500;
}
.contents_wrap.flex_layout {
gap: 20px;
}
.contentsbox {
padding: 0px 10px 20px 10px;
}
.coffee_quality .contentsbox {
max-width: 600px;
margin: 0 auto;
}
.contentsbox p {
font-size: 12px;
line-height: 2;
padding-bottom: 10px;
}
.history_img {
gap: 15px;
padding-bottom: 15px;
justify-content: center;
text-align: center;
}
.inner_history_img {
gap: 15px;
}
.coffee_quality {
flex-direction: column;
}
.whats_specialty {
gap: 20px;
justify-content: center;
}
.coffee_type {
width: 50%;
max-width: 600px;
text-align: center;
display: flex;
flex-direction: column;
}
.specialty_img {
padding-bottom: 10px;
}
.specialty_img img {
max-width: 150px;
border-radius: 50%;
}
.coffee_name {
font-size: 14px;
padding: 10px 0px;
font-weight: 600;
justify-content: center;
align-items: center;
border-top: 5px solid;
border-bottom: 5px solid;
min-height: 75px;
}
.coffee_name img {
max-width: 30px;
}
.coffee_name_text {
padding-left: 10px;
}
.coffee_feature {
padding: 15px 0px;
justify-content: center;
flex-wrap: wrap;
flex: 1;
}
.feature_box {
padding: 10px 3px;
margin: 0px 5px 10px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
max-width: 150px;
}
.specialty_coffee .feature_box {
font-size: 14px;
background-color: #ECD118;
width: 100%;
}
.standard_coffee .feature_box {
font-size: 12px;
font-weight: 500;
background-color: #8D885D;
color: #FFFFFF;
width: 100%;
}
.point_subtitle {
padding: 5px 0px;
font-size: 20px;
line-height: 1.5;
position: relative;
}
.point_subtitle::before {
left: -60px;
top: 15px;
width: 50px;
height: 5px;
background-color: #000000;
display: inline-block;
position: absolute;
content: "";
}
.c_difference {
flex-direction: column;
}
.c_difference .history_img img {
max-width: 400px;
width: 100%;
}
.c_difference .contents_left {
width: 80%;
margin: 0 auto;
}
.c_difference .contents_right {
padding: 0px;
}
.specialtycoffee_feature {
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: 1px solid #000000;
}
.sc_feature_num {
font-size: 30px;
padding: 15px 0px;
line-height: 1.5;
text-align: center;
font-weight: 700;
position: relative;
}
.sc_feature_num::before {
top: 0px;
left: 50%;
transform: translateX(-50%);
width: 96px;
height: 13px;
content: "";
position: absolute;
background-image: url(image/historypage/text_specialty.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
display: block;
max-width: 100%;
}
.sc_feature_num::after {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 40px;
height: 5px;
background-color: #000000;
content: "";
display: inline-block;
position: absolute;
}
.sc_feature_right {
font-size: 12px;
padding-left: 30px;
}
.sc_feature_img img {
max-width: 50px;
}
.sc_feature_title {
padding-bottom: 10px;
font-size: 150%;
font-weight: 600;
}
.seedtocup {
justify-content: center;
align-items: center;
flex-direction: column;
}
.seedtocup .contents_right {
flex: 1;
}
.seedtocup_title {
font-size: 18px;
padding: 10px;
font-weight: 600;
text-align: center;
border: 5px solid;
}
.seedtocup_title_en {
font-size: 140%;
}
.whats_standard_coffee {
background-color: #DEDAD1;
}
.whats_standard_coffee .contentsbox {
font-size: 14px;
padding: 30px;
max-width: 1500px;
margin: 0 auto 50px;
}
.whats_standard_coffee_ttl {
padding-bottom: 10px;
font-size: 150%;
font-weight: 600;
text-align: center;
}
.contentsbox_subttl {
padding: 10px 0px;
font-size: 120%;
line-height: 1.8;
}
.roasttech, .coffeequality {
flex-direction: column;
}
.roasttech .contentsbox, .coffeequality .contentsbox {
max-width: 600px;
width: 100%;
margin: 0 auto;
}
.supplement_box {
font-size: 12px;
padding: 30px;
margin: 20px 0px;
border: 5px solid #000000;
}
.supplement_title {
padding-bottom: 15px;
font-size: 150%;
font-weight: 600;
}
.yonemotohistory .history_img {
flex-wrap: wrap;
justify-content: center;
}
.yonemotohistory .inner_history_img {
width: calc((100% - 15px)/2);
max-width: 320px;
}
.since1960_box {
padding: 50px 0px 30px;
max-width: 550px;
margin: 0 auto;
justify-content: center;
flex-direction: column;
}
.since1960_en {
padding: 0px 0px 20px 40px;
font-size: 20px;
font-weight: 600;
line-height: 1.3;
position: relative;
}
.since1960_en::before {
top: -110px;
left: -10px;
width: 200px;
height: 90px;
content: "";
background-image: url(image/historypage/since1960.png);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
position: absolute;
}
.since1960_ja {
padding-left: 40px;
line-height: 2;
}
.destinyjohn {
padding-left: 15px;
}
.contents_wrap.destinyjohn > .flex_layout {
gap: 0px;
max-width: 700px;
margin: 0 auto;
flex-direction: column;
}
.destinyjohn .img_objectfit1 {
object-fit: cover;
height: 100%;
}
.destiny_text::before {
top: -70px;
right: -20px;
width: 200px;
height: 47px;
transform: rotate(-15deg);
display: inline-block;
content: "";
background-image: url(image/historypage/johnlennon.png);
background-size: contain;
background-repeat: no-repeat;
position: absolute;
}
#history_point5 {
background-size: 75%;
background-position: top 80px right -100px;
background-image: url(image/historypage/coffee5.png);
background-repeat: no-repeat;
max-width: 1920px;
margin: 0 auto;
}
.bluemountain {
padding-top: 70px;
align-items: flex-start;
flex-direction: column;
max-width: 600px;
margin: 0 auto;
}
#history_point5 .contentsbox {
width: 100%;
}
#history_conclusion {
padding: 20px;
background-color: #FCEF05;
border-top: 5px solid #000000;
}
#history_conclusion .contents_wrap {
align-items: center;
flex-wrap: wrap;
gap: 0px;
}
#history_conclusion .contents_center {
padding: 10px;
order: 1;
width: 100%;
flex: none;
}
#history_conclusion .contents_left {
max-width: 50%;
padding: 8px;
order: 2;
}
#history_conclusion .contents_right {
max-width: 50%;
padding: 8px;
order: 3;
}
#history_conclusion p {
line-height: 2.5;
}
.shop_logo {
padding-bottom: 20px;
}
.shop_logo img {
max-width: 150px;
width: 100%;
}
.font_littlelarge {
font-size: 120%;
font-weight: 600;
}
.font_large {
font-size: 150%;
font-weight: 600;
}
.font_small {
font-size: 80%;
}
.font_bold {
font-size: 120%;
font-weight: 700;
}
.yellowline {
position: relative;
z-index: 2;
}
.yellowline::after {
content: "";
display: inline-block;
width: 100%;
height: 10px;
position: absolute;
background-color: #FFE434;
bottom: 8px;
left: 0px;
z-index: -1;
}
.history_top_title .yellowline::after {
bottom: 8px;
background-color: #B2AE24;
}
.supplement_title .yellowline::after {
bottom: 0px;
}
.flex1 {
flex: 1;
}
.textcenter {
text-align: center;
}
.borderbox {
border: 5px solid #000000;
}
.p_relative {
position: relative;
}
/* 店舗紹介 */
#free_page_8 .standard_contents #inner_contents {
max-width: 100%;
}
#free_page_8 .page_box {
padding: 0px;
}
#free_page_8 .page_box .section_title h2 {
border-bottom: none;
font-size: 14px;
padding-bottom: 50px;
font-weight: 500;
text-align: center;
background-color: transparent;
}
#free_page_8 .page_box .section_title h2::before {
padding-bottom: 15px;
font-size: 200%;
font-weight: 600;
letter-spacing: 1px;
display: block;
}
.introduction_box h2::before {
content: "STORE INTRODUCTION";
}
.profile_box h2::before {
content: "COMPANY PROFILE";
}
.companyintro_box {
padding: 50px 10px;
}
.inner_introduction_box, .inner_profile_box, .founder_box {
max-width: 1500px;
margin: 0 auto;
}
.shopbox {
padding: 30px 10px;
border-bottom: 1px solid #000000;
}
.shopbox:last-child {
border-bottom: none;
}
.shopbox_name {
font-size: 22px;
padding-bottom: 20px;
max-width: 600px;
margin: 0 auto;
}
.inner_shopbox {
flex-direction: column;
}
.shopimg_box {
width: 600px;
margin: 0 auto;
max-width: 100%;
}
.shopimg_top {
padding-bottom: 15px;
}
.shopimg_bottom {
gap: 15px;
}
.shopimg_bottom img {
width: calc((100% - 15px) / 2);
}
.shopintro_box {
font-size: 14px;
max-width: 600px;
width: 100%;
margin: 0 auto;
padding-top: 10px;
flex: 1;
}
.shopintro {
padding: 10px 0px;
border-bottom: 3px solid #000000;
align-items: center;
}
.shopintro_access {
border-bottom: none;
}
.shopintro_ttl {
font-size: 16px;
min-width: 140px;
font-weight: 600;
}
.shopintro_map {
padding-top: 30px;
}
.shopintro_map iframe {
width: 100%;
max-width: 700px;
height: 350px;
}
.profile_box {
background-color: #FCEF05;
border-top: 5px solid #000000;
border-bottom: 5px solid #000000;
}
.profile_list {
font-size: 12px;
max-width: 1000px;
padding: 0 15px;
margin: 0 auto;
}
.profile_item {
padding: 10px 5px;
border-bottom: 3px solid #000000;
align-items: center;
}
.profile_item:last-child {
border-bottom: none;
}
.profile_ttl {
font-size: 14px;
min-width: 60px;
font-weight: 600;
}
.profile_history {
align-items: flex-start;
}
.history_box {
padding: 3px;
}
.history_date {
text-align: right;
min-width: 60px;
}
.history_desc {
padding-left: 25px;
}
.inner_founder_top {
align-items: center;
flex-direction: column;
}
.founder_word {
font-size: 28px;
padding-left: 20px;
padding-right: 20px;
flex: 1;
font-weight: 700;
}
.founder_word_emp {
font-size: 120%;
position: relative;
}
.founder_word_emp::before {
left: -20px;
top: 0px;
content: "“";
position: absolute;
display: inline-block;
font-family: 'Noto Sans JP', sans-serif;
line-height: 1;
}
.founder_word_emp::after {
right: -20px;
bottom: 15px;
content: "”";
position: absolute;
display: inline-block;
font-family: 'Noto Sans JP', sans-serif;
line-height: 1;
}
.founder_name {
padding-top: 15px;
padding-bottom: 20px;
text-align: right;
font-size: 14px;
font-weight: 500;
}
.inner_founder_name {
display: inline-block;
text-align: left;
}
.founder_mainimg img {
max-width: 400px;
width: 100%;
padding: 20px;
}
.inner_founder_desc {
padding: 15px 20px;
gap: 30px;
flex-direction: column;
}
.inner_founder_desc p {
font-size: 14px;
padding-bottom: 20px;
margin: 0px;
line-height: 2;
}
.founder_left, .founder_right {
width: 100%;
}
.founder_img {
display: flex;
align-items: center;
flex-direction: column;
gap: 30px;
}
.founder_text {
max-width: 627px;
margin: 0 auto;
}
.inner_profile_chief {
padding: 20px 0px;
align-items: center;
justify-content: center;
}
.chief_img {
border-radius: 50%;
overflow: hidden;
margin-right: 10px;
}
.chief_desc {
font-size: 12px;
letter-spacing: 1px;
}
.chief_name {
font-size: 120%;
font-weight: 600;
padding-bottom: 15px;
}
.movie_box {
padding: 0px 20px 100px;
max-width: 1500px;
margin: 0 auto;
}
.inner_movie_box {
width: 100%;
aspect-ratio: 15 / 4;
position: relative;
padding: 0px;
background-color: #FCEF05;
}
.inner_movie_box::before, .inner_movie_box::after  {
content: "";
width: 2px;
height: 100%;
background-color: #FCEF05;
display: inline-block;
position: absolute;
top: 0px;
}
.inner_movie_box::before {
left: -1px;
}
.inner_movie_box::after {
right: -1px;
}
.inner_movie_box iframe {
width: 100%;
height: 100%;
}
/* 越境EC */
#free_page_9 #main_container, #free_page_9 #inner_main_container {
padding: 0px;
}
#free_page_9 #inner_contents {
max-width: 100%;
}
#free_page_9 .page_box {
padding: 0px;
}
#free_page_9 #main_container .free_contents {
margin-top: 0px;
}
#free_page_9 .inner_free_contents {
padding-top: 0px;
}
.international_shipping {
background-position: top 20px center;
background-size: 500px;
background-color: #FCEF05;
background-image: url(image/shipping/topimage_bg1.png);
background-repeat: no-repeat;
}
.shipping_title {
text-align: center;
}
.inner_shipping_title {
font-size: 40px;
font-weight: 600;
text-align: center;
padding: 80px 70px;
display: inline-block;
position: relative;
line-height: 1;
}
.inner_shipping_title::before {
top: 55px;
left: 0px;
width: 120px;
height: 70px;
background-size: contain;
content: "";
position: absolute;
display: inline-block;
background-image: url(image/shipping/topimage_bg2.png);
background-repeat: no-repeat;
}
.inner_shipping_title::after {
top: 80px;
right: 0px;
width: 80px;
height: 103px;
background-size: contain;
content: "";
position: absolute;
display: inline-block;
background-image: url(image/shipping/topimage_bg3.png);
background-repeat: no-repeat;
}
.language_image {
padding: 0 10px 30px;
text-align: center;
background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 45%, #FCEF05 45%, #FCEF05 100%);
}
.language_desc {
padding: 10px;
background-color: #FFFFFF;
}
.language_tabs ul {
max-width: 1000px;
list-style: none;
padding: 0px;
margin: 0 auto 50px;
justify-content: center;
}
.language_tabs ul li {
padding: 0 5px;
width: 25%;
}
.language_tabs ul li A {
padding: 10px;
font-size: 14px;
text-align: center;
display: block;
background-color: #FCEF05;
border: 3px solid #000000;
transition: .3s;
}
.use_hover .language_tabs ul li A:hover {
color: #FCEF05;
background-color: #000000;
transition: .3s;
}
.shipping_step {
font-size: 16px;
font-weight: 400;
max-width: 1000px;
margin: 0px auto 20px;
}
.stepbox {
padding-bottom: 20px;
}
.stepnum {
padding: 10px 20px;
font-size: 30px;
font-weight: 600;
color: #FCEF05;
background-color: #383838;
display: inline-block;
line-height: 1;
position: relative;
left: -20px;
}
.stepdesc {
padding-left: 20px;
}
.sp_box {
padding: 20px;
background-color: #F2F2F2;
}
.supplement_ttl {
padding-bottom: 15px;
align-items: center;
}
.supplement_text {
padding-left: 15px;
font-size: 20px;
font-weight: 600;
}
.supplement_desc img {
display: block;
padding-top: 20px;
}
.supplement_desc A {
color: #383838;
text-decoration: underline dotted #383838;
}
.contactlink_box {
margin: 15px 0px;
}
@media screen and (max-width: 799px) {
/* フッター */
.footermenu_center {
order: 1;
}
}
@media screen and (max-width: 699px) {
/* 米本珈琲の歴史 */
.coffee_type {
padding: 0px;
}
}
@media screen and (min-width: 400px) {
/* 米本珈琲紹介 */
.inner_intro_title::after {
left: 290px;
width: 260px;
height: 165px;
}
.inner_intro_title {
font-size: 50px;
}
.intro_sub_title {
padding-bottom: 30px;
font-size: 140%;
}
/* カテゴリ一覧 */
.categoryname_en span {
font-size: 16px;
}
.category_beanset .categoryname_en span {
font-size: 14px;
}
/* フッター */
/*.footer_shopinfo_box {
font-size: 14px;
}*/
.shopinfo_text {
padding-left: 30px;
}
/* 米本珈琲の歴史 */
.pointtitle_ja {
font-size: 28px;
}
.point_subtitle {
font-size: 24px;
}
/* 店舗紹介 */
.shopbox {
padding: 30px;
}
.shopbox_name {
font-size: 25px;
letter-spacing: 2px;
}
.shopintro {
padding: 20px 0px;
}
/* 越境EC */
.inner_shipping_title::before {
width: 150px;
height: 88px;
}
.inner_shipping_title::after {
width: 95px;
height: 122px;
}
}
@media screen and (min-width: 450px) {
/* 米本珈琲の歴史 */
#history_point5 {
background-position: top 50px right -150px;
}
}
@media screen and (min-width: 500px) {
.main_box, .inner_maincontents {
padding: 50px 0px;
}
.main_box h2 {
font-size: 16px;
padding-bottom: 30px;
}
.main_box h2::before {
font-size: 220%;
}
.main_ranking_item_box .itemlist_box .item_data_link {
padding: 5px 40px;
}
.breadcrumb_area {
padding: 10px;
}
/* ヘッダー */
A.globalnavlink {
font-size: 11px;
padding: 10px;
min-height: none;
}
.globalnavlink::after {
height: 30px;
}
.dropdwn_menu {
padding: 30px 15px;
}
.subnavbox .close_btn_box {
top: -10px;
right: -10px;
}
.navigation_item .navbtn {
width: 40px;
height: 40px;
}
/* バナー */
.pickup_banner .inner_maincontents {
gap: 20px;
}
.banner_box {
width: calc((100% - 20px)/2);
}
/* ランキング */
.responsive .ranking_navigation {
padding: 10px 0px;
}
.inner_ranking_navigation .flex_layout {
justify-content: center;
gap: 20px;
}
.inner_ranking_navigation .wrapped_item::after {
right: -10px;
}
.responsive .anchor_nav_area.ranking_navigation .flex_wrap .wrapped_item, .wide_layout .layout_2_col .anchor_nav_area.ranking_navigation .flex_wrap .wrapped_item {
width: calc((100% - 60px)/4);
}
.rankno {
font-size: 50px;
}
/* 米本珈琲紹介 */
.intro_box.intro_left {
font-size: 14px;
padding: 30px;
}
.inner_intro_title {
padding: 30px 20px;
}
.inner_intro_title::after {
top: -70px;
left: 320px;
width: 300px;
height: 190px;
}
/* カテゴリ一覧 */
.categorybox {
padding: 0px 10px 30px;
}
.categoryimg img {
max-width: 200px;
}
.categoryname {
font-size: 14px;
}
.categoryname_en span, .category_beanset .categoryname_en span {
font-size: 20px;
}
/* 挽き方 */
.inner_grind_image img {
height: 420px;
}
.grind_desc {
top: -70px;
margin-bottom: -70px;
}
.grind_ttl {
font-size: 300%;
}
/* Instagram・店長日記 */
.instagram_box {
padding-bottom: 50px;
}
.shopinfo_ttl {
padding-bottom: 40px;
font-size: 40px;
}
/* フッター */
.footerinfo_box {
padding: 50px 0px;
}
.shopinfo_img {
width: 150px;
}
.footer_shopinfo_box {
/*margin: 0 30px;
align-items: center;*/
}
.shopinfo_name {
padding: 0px 0px 20px;
}
.responsive .footer_nav .inner_footer_nav .footer_nav_item {
margin: 5px 10px;
}
#copyright {
font-size: 100%;
}
/* 米本珈琲の歴史 */
.inner_historybox {
padding: 0 20px;
}
#history_top {
padding: 10px 50px 500px;
background-size: cover;
}
.history_top_name {
font-size: 26px;
}
.history_top_title {
font-size: 24px;
padding: 20px 0px;
}
.history_top_subtitle {
font-size: 20px;
}
.history_top_text {
font-size: 14px;
line-height: 2;
}
.historybox {
padding-bottom: 50px;
}
.maintitle {
font-size: 25px;
padding: 50px 0px 30px;
}
.maintext {
font-size: 30px;
}
.pointtitle {
padding-top: 60px;
}
.pointnum {
font-size: 25px;
}
.pointtitle_ja {
font-size: 40px;
}
.pointtitle_en {
font-size: 18px;
}
.contentsbox {
padding: 0px 30px 20px 30px;
}
.contentsbox p {
font-size: 14px;
}
.whats_specialty {
gap: 30px;
}
.specialty_img {
padding-bottom: 30px;
}
.point_subtitle {
font-size: 30px;
padding: 20px 0px;
}
.point_subtitle::before {
top: 35px;
}
.c_difference .contents_right {
padding: 20px;
}
.specialtycoffee_feature {
margin-bottom: 30px;
}
.sc_feature_num {
font-size: 40px;
}
.sc_feature_right {
font-size: 14px;
}
.sc_feature_img img {
max-width: 80px;
}
.sc_feature_title {
padding-bottom: 15px;
font-size: 180%;
}
.whats_standard_coffee_ttl {
font-size: 180%;
}
.contentsbox_subttl {
font-size: 130%;
}
.supplement_box {
margin: 50px 0px;
}
.since1960_box {
padding: 50px 0px;
}
.since1960_en::before {
top: -120px;
width: 250px;
height: 113px;
}
.since1960_en {
padding: 0px 0px 30px 50px;
font-size: 24px;
}
.since1960_ja {
padding-left: 50px;
}
.destinyjohn {
padding-left: 50px;
}
.destiny_text::before {
top: -95px;
right: -45px;
width: 247px;
height: 58px;
}
#history_point5 {
background-position: top 130px right -150px;
}
.bluemountain {
padding-top: 100px;
}
/* 店舗紹介 */
.companyintro_box {
padding: 90px 10px;
}
.shopbox {
padding: 50px;
}
.shopbox_name {
font-size: 35px;
padding-bottom: 40px;
}
.shopimg_top {
padding-bottom: 30px;
}
.shopimg_bottom {
gap: 30px;
}
.shopimg_bottom img {
width: calc((100% - 30px) / 2);
}
.shopintro_box {
padding-top: 20px;
font-size: 16px;
}
.shopintro {
padding: 30px 0px;
}
.shopintro_ttl {
font-size: 20px;
min-width: 160px;
letter-spacing: 1px;
}
.profile_list {
font-size: 14px;
padding: 0 50px;
}
.profile_item {
padding: 20px;
}
.profile_ttl {
font-size: 18px;
min-width: 100px;
}
.founder_word {
font-size: 35px;
padding-left: 40px;
padding-right: 40px;
}
.founder_word_emp::before {
left: -30px;
}
.founder_word_emp::after {
right: -30px;
}
.founder_name {
font-size: 16px;
}
.inner_founder_desc {
padding: 25px 50px;
}
.inner_profile_chief {
padding: 50px 0px;
}
.chief_img {
margin-right: 50px;
}
.chief_desc {
font-size: 14px;
}
.yellowline::after {
bottom: 18px;
}
/* 越境EC */
.inner_shipping_title {
font-size: 50px;
padding: 100px;
}
.inner_shipping_title::before {
width: 200px;
height: 117px;
}
.inner_shipping_title::after {
width: 120px;
height: 155px;
}
.language_image {
padding: 0 10px 80px;
}
.language_tabs ul li {
padding: 0 10px;
}
.language_tabs ul li A {
padding: 10px 15px;
font-size: 16px;
}
.shipping_step {
font-size: 18px;
margin: 0px auto 50px;
}
.stepnum {
font-size: 40px;
}
.stepdesc {
padding-left: 30px;
}
.sp_box {
padding: 30px;
}
.supplement_text {
padding-left: 20px;
font-size: 24px;
}
}
@media screen and (min-width: 600px) {
/* 米本珈琲紹介 */
.inner_intro_title {
font-size: 60px;
}
.inner_intro_title::before {
width: 160px;
height: 86px;
top: -70px;
left: -25px;
}
.inner_intro_title::after {
left: 385px;
}
.inner_intro_title .font_small {
font-size: 16px;
transform: translateY(-20px);
}
.inner_intro_box {
gap: 25px;
}
.introimg_box:nth-child(n+2) {
width: calc((100% - 25px)/2);
}
/* 挽き方 */
.inner_grind_image img {
height: 450px;
width: 600px;
}
.grind_desc {
top: -100px;
margin-bottom: -100px;
}
/* フッター */
.shopinfo_img {
width: 250px;
}
.footermenu_center {
padding: 0 20px;
}
.footermenu_list {
justify-content: center;
border-top: none;
margin: 0px;
padding-top: 10px;
}
.footermenu_item {
width: auto;
border: none;
}
.footermenu_item:nth-last-child(-n+2):nth-child(even) {
border-bottom: none;
}
/* 米本珈琲の歴史 */
.coffee_name {
font-size: 16px;
padding: 10px;
}
.seedtocup {
align-items: flex-start;
flex-direction: row;
}
.whats_standard_coffee .contentsbox {
padding: 50px;
margin: 0 auto 100px;
}
#history_point5 {
background-position: top 80px right -150px;
}
/* 越境EC */
.international_shipping {
background-size: 700px;
}
.inner_shipping_title::before {
left: 5%;
}
.inner_shipping_title::after {
right: 5%;
}
}
@media screen and (min-width: 700px) {
/* ヘッダー */
.header_gridbox {
grid-template-rows: 90px;
grid-template-columns: 70px 1fr 150px;
}
.header_logo {
grid-column: 1/2;
}
.site_header {
grid-column: 2/3;
grid-row: 1/2;
}
.header_logo img {
padding: 0px;
}
.dropdwn_menu {
top: 90px;
}
/* バナー */
.pickup_banner .inner_maincontents {
gap: 30px;
padding-left: 10px;
padding-right: 10px;
}
.banner_box {
width: calc((100% - 30px)/2);
}
.banner_text {
font-size: 14px;
}
/* 米本珈琲紹介 */
.inner_intro_title::after {
top: -90px;
left: 440px;
width: 400px;
height: 255px;
}
.inner_yonemotocf_link {
flex-direction: row;
}
.yonemotoc_linkbox {
padding: 15px 5px;
width: calc(100% / 3);
max-width: 600px;
}
.yonemotoc_linkbox A {
font-size: 14px;
}
/* 挽き方 */
.grind_desc {
padding-left: 100px;
}
.grind_type {
max-width: 500px;
}
.modal__trigger {
padding: 10px 15px;
min-width: 130px;
margin: 10px;
width: calc((100% - 60px) / 3);
}
.modal__container {
width: auto;
padding: 50px;
}
.modal__close {
top: -40px;
right: -40px;
}
/* Instagram・店長日記 */
.shopinfo .inner_maincontents {
flex-direction: row;
}
.shopinfo_box {
padding: 0px 30px;
width: 50%;
max-width: none;
margin: 0;
}
.instagram_box {
padding-bottom: 0px;
border-right: 1px solid #000000;
}
/* フッター */
.shopinfo_img {
width: auto;
}
.footer_shopinfo {
flex-direction: row;
}
.footer_shopinfo_box {
/*padding: 0px 30px;
margin: 0px;
border-right: 1px solid #000000;
border-bottom: none;
flex-direction: column;
align-items: flex-start;*/
}
.shopinfo_text {
padding-left: 0px;
}
.shopinfo_name {
padding: 30px 0px;
}
/* 米本珈琲の歴史 */
#history_top {
padding: 30px 30px 100px;
background-size: 800px;
}
.contentsbox {
padding: 0px 0px 20px;
}
.specialty_img img {
max-width: 200px;
}
.coffee_name {
font-size: 18px;
}
.coffee_name img {
max-width: 50px;
}
.coffee_name_text {
padding-left: 20px;
}
.coffee_feature {
padding: 30px 0px;
flex-wrap: nowrap;
}
.feature_box {
padding: 20px 5px;
margin: 0px 5px;
max-width: none;
}
.specialty_coffee .feature_box {
font-size: 16px;
width: 50%;
}
.standard_coffee .feature_box {
font-size: 13px;
width: calc(100%/3);
}
.point_subtitle::before {
top: 40px;
}
.seedtocup_title {
font-size: 20px;
padding: 15px 20px;
}
.since1960_box {
max-width: none;
flex-direction: row;
}
.since1960_en {
padding: 0px 20px 0px 50px;
}
.since1960_ja {
padding-left: 0px;
}
#history_point5 {
background-position: top 20px right -150px;
}
/* 店舗紹介 */
.profile_item {
padding: 30px 50px;
}
.profile_ttl {
font-size: 20px;
min-width: 150px;
}
/* 越境EC */
.inner_shipping_title {
font-size: 60px;
padding: 100px 150px;
}
.inner_shipping_title::before {
top: 40px;
left: 0px;
width: 290px;
height: 194px;
}
.inner_shipping_title::after {
top: 50px;
right: 50px;
width: 170px;
height: 220px;
}
.language_tabs ul li {
padding: 0 20px;
}
.language_tabs ul li A {
padding: 15px 20px;
font-size: 18px;
}
}
@media screen and (min-width: 760px) {
.responsive #container .main_ranking_item_box .max_column3 .tiled_list .list_item_cell {
max-width: 340px;
}
}
@media screen and (min-width: 800px) {
/* ヘッダー */
.header_gridbox {
grid-template-rows: 100px;
grid-template-columns: 90px 1fr 150px;
}
A.globalnavlink {
font-size: 13px;
}
.dropdwn_menu {
top: 100px;
}
/* 米本珈琲紹介 */
.yonemotoc_linkbox {
padding: 25px 10px;
}
.linkbox_text {
padding: 15px;
}
.linkbox_image img {
height: 200px;
}
/* カテゴリ一覧 */
.categorybox {
width: 25%;
}
/* フッター */
.footermenu_left {
padding-right: 20px;
padding-bottom: 0px;
}
.footermenu_center {
padding: 0;
}
.footermenu_box .inner_footermenu_box {
flex-direction: row;
}
.footermenu_list {
padding-top: 30px;
justify-content: flex-start;
}
.footermenu_right {
padding-left: 20px;
}
.footer_nav {
position: relative;
}
.inner_footer_nav {
top: -70px;
left: calc(((100% - 1000px) / 2) + 240px);
max-width: 500px !important;
position: absolute;
justify-content: flex-start;
padding-top: 0px;
}
.top_page_body #copyright {
text-align: right;
}
/* 米本珈琲の歴史 */
#history_top {
background-size: 980px;
}
.history_top_name {
font-size: 30px;
}
.history_top_title {
font-size: 30px;
}
.contents_wrap.flex_layout {
gap: 50px;
}
.contentsbox {
padding: 30px 0px;
}
.coffee_quality .contentsbox {
max-width: auto;
}
.history_img {
padding-bottom: 30px;
gap: 30px;
}
.inner_history_img {
gap: 30px;
}
.coffee_quality {
flex-direction: row;
}
.c_difference {
flex-direction: row;
}
.c_difference .history_img img {
max-width: 580px;
}
.c_difference .contents_left {
width: 40%;
}
.c_difference .contents_right {
padding: 0px;
}
.roasttech, .coffeequality {
flex-direction: row;
}
.roasttech .contentsbox, .coffeequality .contentsbox {
max-width: auto;
width: 50%;
}
.yonemotohistory .inner_history_img {
width: calc((100% - 90px)/4);
}
.since1960_en::before {
top: -150px;
left: -20px;
width: 300px;
height: 136px;
}
#history_point5 {
background-size: 70%;
background-position: top -30px right -180px;
}
.bluemountain {
padding-top: 0px;
flex-direction: row;
max-width: none;
}
#history_point5 .contentsbox {
width: 50%;
}
#history_point5 .contents_right {
padding-top: 100px;
}
#history_conclusion .contents_center {
order: 2;
width: auto;
flex: 1;
}
#history_conclusion .contents_left {
max-width: 25%;
order: 1;
padding: 0px;
}
#history_conclusion .contents_right {
max-width: 25%;
padding: 0px
}
.shop_logo img {
max-width: 200px;
}
.history_top_title .yellowline::after {
bottom: 12px;
}
/* 越境EC */
.inner_shipping_title {
font-size: 70px;
}
}
@media screen and (min-width: 840px) {
.responsive .large_product_info_wrapper {
display: flex;
}
.responsive #container .large_product_info_wrapper .main_photo_slide {
max-width: 400px;
}
.responsive #container:has(.side_col) .large_product_info_wrapper .main_photo_slide {
max-width: 300px;
}
.responsive #container:has(.side_col) .large_product_info_wrapper .square_photo_slide_400 .item_image_box,
.ocnk011.responsive #container:has(.side_col) .large_product_info_wrapper .square_photo_slide_600 .item_image_box {
width: 300px;
height: 300px;
line-height: 300px;
}
.responsive .large_product_info_wrapper .large_product_info_box {
padding-left: 20px;
padding-right: 20px;
flex: 1;
}
.responsive .large_product_info_wrapper .has_outside_controller .swiper-button-prev {
left: 5px;
}
.responsive .large_product_info_wrapper .has_outside_controller .swiper-button-next {
right: 5px;
}
/* フッター */
.responsive .layout_photo .lower_slider_controller .swiper-button-next, .responsive .layout_photo .lower_slider_controller .swiper-button-prev {
width: 50px;
}
.swipe_list .pointer_box span.pointer_prev, .swiper-button-prev {
-webkit-background-size: 50px 50px;
background-size: 50px 50px;
}
.swipe_list .pointer_box span.pointer_next, .swiper-button-next {
-webkit-background-size: 50px 50px;
background-size: 50px 50px;
}
.swipe_list .pointer_box span.pointer_prev, .swipe_list .pointer_box span.pointer_next, .swiper-button-prev, .swiper-button-next {
width: 50px;
height: 50px;
}
.responsive .slider_box .layout_photo .swiper-container {
padding: 0 51px;
}
}
@media screen and (min-width: 900px) {
/* 挽き方 */
.grind_cf .inner_maincontents {
flex-direction: row;
}
.inner_grind_image img {
height: 500px;
width: 100%;
object-fit: cover;
object-position: right center;
}
.grind_desc {
padding: 50px 10px;
align-content: center;
position: static;
margin-bottom: 0px;
}
/* フッター */
.shopinfo_desc {
flex-direction: row;
}
.shopinfo_addr {
padding-right: 10px;
padding-bottom: 0px;
}
/* 米本珈琲の歴史 */
#history_point5 {
background-position: top -90px right -180px;
}
/* 店舗紹介 */
.inner_founder_top {
flex-direction: row;
}
.founder_name {
padding-top: 30px;
padding-right: 30px;
padding-bottom: 0px;
}
.inner_founder_desc {
flex-direction: row;
}
.founder_left, .founder_right {
width: calc((100% - 30px)/2);
}
.founder_mainimg img {
padding: 0px;
}
/* 越境EC */
.international_shipping {
background-position: top 80px center;
background-size: 900px;
}
.inner_shipping_title {
padding: 200px 200px 100px;
}
.inner_shipping_title::before {
top: 120px;
width: 400px;
height: 234px;
}
.inner_shipping_title::after {
top: 130px;
width: 200px;
height: 257px;
}
}
@media screen and (min-width: 980px) {
.main_box, .inner_maincontents {
padding: 80px 0px;
}
.responsive #container .large_product_info_wrapper .main_photo_slide {
max-width: 600px;
}
.responsive #container:has(.side_col) .large_product_info_wrapper .main_photo_slide {
max-width: 400px;
}
.responsive #container:has(.side_col) .large_product_info_wrapper .square_photo_slide_400 .item_image_box,
.responsive #container:has(.side_col) .large_product_info_wrapper .square_photo_slide_600 .item_image_box {
width: 400px;
height: 400px;
line-height: 400px;
}
.responsive #container .max_column3 .tiled_list .list_item_cell,
.responsive #container .main_ranking_item_box .max_column3 .tiled_list .list_item_cell {
width: 25%;
}
/* ヘッダー */
.header_gridbox {
grid-template-columns: 90px 1fr 170px;
}
.globalnavlink_en {
font-size: 140%;
}
.navigation_item .navbtn {
width: 45px;
height: 45px;
}
.navigation_item .fa {
font-size: 20px;
}
/* 商品検索 */
.navigation .icon-ocnk-search::before {
width: 20px;
height: 20px;
}
/* SNSシェア */
.s_snsshare {
padding: 15px;
font-size: 16px;
}
.sns_box {
padding: 0px 15px;
}
/* バナー */
.banner_text {
font-size: 18px;
}
/* 米本珈琲紹介 */
.yonemotocf_intro .inner_maincontents {
flex-direction: row;
align-items: flex-end;
}
.intro_box.intro_left {
max-width: auto;
margin: 0;
}
.intro_box.intro_right {
max-width: 400px;
}
.link_text_en {
font-size: 180%;
}
.linkbox_image img {
height: 230px;
}
/* カテゴリ一覧 */
.categoryimg img {
max-width: 230px;
}
.categoryname {
font-size: 18px;
padding-top: 15px;
}
.categoryname_en span, .category_beanset .categoryname_en span {
font-size: 24px;
}
/* Instagram・店長日記 */
.shopinfo_box {
padding: 0px 50px;
}
.responsive .diary_list .list_item_cell .list_item_box {
padding: 20px 5px;
}
.diary_list .more_item {
padding-top: 50px;
}
/* フッター */
.footerinfo_box {
padding: 80px 0px;
}
.footer_logo img {
max-width: 140px;
}
.footer_shopname {
font-size: 18px;
padding: 15px 0px;
}
.footermenu_item {
padding: 15px 20px;
}
.footermenu_list {
padding-top: 50px;
}
.inner_footer_nav {
top: -100px;
left: calc(((100% - 1000px) / 2) + 210px);
max-width: 600px !important;
}
.responsive .fixed_corner_button {
right: 30px;
bottom: 30px;
}
/* 米本珈琲の歴史 */
.inner_historybox {
padding: 0 50px;
}
#history_top {
background-size: 1200px;
}
.history_top_name {
font-size: 40px;
}
.history_top_title {
font-size: 40px;
padding: 50px 0px;
}
.history_top_subtitle {
font-size: 24px;
}
.history_top_text {
font-size: 16px;
}
.maintitle {
font-size: 35px;
padding: 100px 0px 50px;
}
.maintext {
font-size: 40px;
}
.pointtitle {
padding-top: 70px;
}
.pointnum {
font-size: 30px;
}
.pointtitle_ja {
font-size: 50px;
}
.pointtitle_en {
font-size: 22px;
}
.inner_pointtitle_ja {
padding-right: 30px;
}
.whats_specialty {
gap: 50px;
}
.specialty_img img {
max-width: 240px;
}
.coffee_name {
font-size: 20px;
padding: 15px;
}
.coffee_name img {
max-width: 80px;
}
.whats_standard_coffee .contentsbox {
font-size: 16px;
}
.contentsbox_subttl {
padding: 30px 0px 10px;
}
.supplement_box {
font-size: 14px;
}
.since1960_en {
padding: 0px 70px;
font-size: 30px;
}
.since1960_en::before {
top: -170px;
width: 365px;
height: 165px;
}
.destinyjohn {
padding-left: 0px;
}
.contents_wrap.destinyjohn > .flex_layout {
gap: 50px;
flex-direction: row;
max-width: none;
}
.destinyjohn .contents_right {
min-width: 500px;
}
#history_point5 {
background-size: 65%;
background-position: top -50px right -180px;
}
#history_conclusion {
padding: 40px;
}
.shop_logo {
padding-bottom: 40px;
}
.shop_logo img {
max-width: 250px;
}
.history_top_title .yellowline::after {
bottom: 18px;
}
/* 店舗紹介 */
.shopbox_name {
max-width: none;
margin: 0;
}
.inner_shopbox {
flex-direction: row;
}
.shopimg_box {
width: 500px;
}
.shopintro_box {
padding-left: 50px;
padding-top: 0px;
max-width: none;
}
.profile_ttl {
min-width: 250px;
}
.inner_founder_desc {
padding: 50px;
gap: 50px;
}
.inner_founder_desc p {
line-height: 3;
}
.founder_left, .founder_right {
width: calc((100% - 50px)/2);
}
.movie_box {
padding: 0px 50px 100px;
}
/* 越境EC */
.inner_shipping_title {
font-size: 80px;
}
.language_tabs ul li A {
font-size: 20px;
}
.shipping_step {
font-size: 20px;
}
.sp_box {
padding: 50px;
}
}
@media screen and (min-width: 1100px) {
/* 米本珈琲紹介 */
.intro_box.intro_right {
max-width: 500px;
}
/* フッター */
.footer_shopinfo_box {
/*padding: 0px 50px;*/
}
/* 米本珈琲の歴史 */
#history_top {
padding: 50px 50px 150px;
}
.bluemountain {
align-items: flex-end;
}
#history_point5 .contents_right {
padding-top: 0px;
}
}
@media screen and (min-width: 1200px) {
.responsive #container:has(.side_col) .large_product_info_wrapper .main_photo_slide.align_widths_photo_slide_400,
.responsive #container:has(.side_col) .large_product_info_wrapper .main_photo_slide.square_photo_slide_400 {
max-width: 400px;
}
.responsive #container:has(.side_col) .large_product_info_wrapper .main_photo_slide {
max-width: 600px;
}
.responsive #container:has(.side_col) .large_product_info_wrapper .square_photo_slide_600 .item_image_box {
width: 600px;
height: 600px;
line-height: 600px;
}
/* ヘッダー */
.header_gridbox {
grid-template-rows: 150px;
grid-template-columns: 120px 1fr 170px;
}
A.globalnavlink {
font-size: 14px;
}
.globalnavlink_en {
font-size: 150%;
}
.dropdwn_menu {
top: 150px;
}
/* 米本珈琲紹介 */
.intro_box.intro_left {
padding: 50px 40px 50px 50px;
}
.inner_intro_title {
padding: 40px 20px;
font-size: 70px;
}
.inner_intro_title::before {
width: 185px;
height: 99px;
left: -45px;
}
.inner_intro_title::after {
left: 500px;
top: -50px;
}
.inner_intro_title {
font-size: 80px;
}
.inner_intro_title .font_small {
font-size: 18px;
}
.intro_sub_title {
font-size: 160%;
}
.intro_text .br_pc {
display: block;
}
.yonemotoc_linkbox A {
font-size: 18px;
}
.linkbox_image img {
height: 294px;
}
/* 挽き方 */
.inner_grind_image img {
height: 600px;
}
.grind_text {
padding: 30px 0px;
}
.grind_type {
max-width: 600px;
}
.modal__trigger {
padding: 15px 20px;
min-width: 150px;
}
/* Instagram・店長日記 */
.shopinfo_box {
padding: 0px 80px;
}
/* 米本珈琲の歴史 */
#history_top {
background-size: cover;
}
.pointtitle {
padding-top: 100px;
}
.pointnum {
font-size: 40px;
}
.pointtitle_ja {
font-size: 60px;
}
.pointtitle_en {
padding: 20px 0px;
font-size: 26px;
}
.contents_wrap.flex_layout {
gap: 100px;
}
.contentsbox {
padding: 50px 0px;
}
.contentsbox p {
font-size: 16px;
}
.whats_specialty {
gap: 150px;
}
.coffee_name {
font-size: 24px;
}
.feature_box {
margin: 0px 10px;
}
.specialty_coffee .feature_box {
font-size: 18px;
}
.standard_coffee .feature_box {
font-size: 14px;
}
.sc_feature_right {
padding-left: 50px;
}
.seedtocup .contents_right {
flex: none;
}
.seedtocup_title {
font-size: 22px;
padding: 20px 30px;
}
#history_point5 {
background-position: top 50px right -180px;
}
.shop_logo {
padding-bottom: 80px;
}
.shop_logo img {
max-width: 310px;
}
/* 店舗紹介 */
.shopimg_box {
width: 600px;
}
.shopintro_box {
padding-left: 80px;
}
.shopintro_ttl {
letter-spacing: 2px;
min-width: 200px;
}
.founder_word {
font-size: 40px;
}
.founder_name {
font-size: 18px;
}
.founder_mainimg img {
max-width: 500px;
}
/* 越境EC */
.inner_shipping_title {
padding: 200px 300px 150px;
}
.inner_shipping_title::before {
width: 470px;
height: 275px;
}
.inner_shipping_title::after {
width: 253px;
height: 325px;
}
}
@media screen and (min-width: 1300px) {
/* ヘッダー */
.header_gridbox {
grid-template-columns: 120px 1fr 200px;
}
.globalnavlink_en {
font-size: 170%;
}
li.navigation_item {
padding: 0px 10px;
}
/* 米本珈琲紹介 */
.intro_box.intro_right {
max-width: 600px;
}
/* フッター */
.footer_shopinfo_box {
/*padding: 0px 80px;*/
}
.inner_footer_nav {
left: calc(((100% - 1000px) / 2) + 200px);
}
}
@media screen and (min-width: 1380px) {
/* 越境EC */
.inner_shipping_title::before {
top: 120px;
left: -80px;
}
.inner_shipping_title::after {
top: 100px;
right: 40px;
}
}
@media screen and (min-width: 1400px) {
/* 米本珈琲の歴史 */
#history_top {
padding: 100px 100px 200px;
}
.history_top_name {
font-size: 45px;
}
.history_top_title {
font-size: 50px;
}
.history_top_subtitle {
font-size: 30px;
}
.history_top_text {
font-size: 20px;
}
.c_difference .contents_left {
width: 45%;
}
.specialtycoffee_feature {
padding-bottom: 30px;
margin-bottom: 50px;
}
.sc_feature_num {
font-size: 50px;
}
.sc_feature_right {
font-size: 16px;
padding-left: 80px;
}
.sc_feature_img img {
max-width: 100px;
}
.sc_feature_title {
padding-bottom: 30px;
}
/* 店舗紹介 */
.founder_word {
padding-left: 100px;
}
.founder_mainimg img {
max-width: 530px;
}
}
@media screen and (min-width: 1500px) {
/* 米本珈琲紹介 */
.inner_intro_title::after {
width: 446px;
height: 285px;
}
/* 米本珈琲の歴史 */
#history_point5 {
background-size: 55%;
background-position: top right -180px;
}
#history_conclusion .contents_left, #history_conclusion .contents_right {
max-width: 450px;
}
}
@media screen and (max-width: 799px) {
/* 自動翻訳 */
.stt-lang-select, .stt-lang-select *, .stt-lang-select :after {
font-size: 10px!important;
}
.stt-lang-select .stt-text {
font-size: 10px!important;
padding: 5px 15px 5px 5px!important;
}
.stt-lang-select .stt-text:after {
top: 5px!important;
right: 3px!important;
}
.stt-lang-select .stt-select {
padding: 5px 0 5px 8px!important;
}
}


/* # =================================================================
# 
# ↑　おちゃのこネットデザイン作成プラン　↑
#             2024.10.03 upload
# 
# ================================================================= */
/* # =================================================================
# 
# ↓　おちゃのこネットデザイン作成プラン　↓
#             2025.11.28 upload
# 
# ================================================================= */

.footer_shopinfo {
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
}
.footerinfo_box {
padding: 10px 0px;
}
.footer_shopinfo_box {
font-size: 12px;
padding: 30px 0px;
margin: 0px 10px;
width: 100%;
display: flex;
flex-direction: row;
align-items: flex-start;
border-bottom: 1px solid #000;
}
.footer_shopinfo_box:nth-last-child(-n+2) {

}
.footer_shopinfo_box:last-child {
border-bottom: none;
}
.shopinfo_text {
max-width: 350px;
padding-left: 20px;
}
.shopinfo_name {
padding: 0px 0px 15px;
}
@media screen and (max-width: 979px) {
.footer_shopinfo_box:nth-child(even) {
border-right: none;
}
}
@media screen and (min-width: 400px) {
.footer_shopinfo_box {
font-size: 14px;
}
}
@media screen and (min-width: 600px) {
.footer_shopinfo_box {
margin: 0;
border-right: 1px solid #000000;
}
}
@media screen and (min-width: 600px) and (max-width: 979px) {
.footer_shopinfo_box {
padding: 40px;
margin: 0px;
width: calc(100% / 2);
flex-direction: column;
align-items: center;
}
.shopinfo_text {
padding-left: 0px;
}
.shopinfo_name {
padding: 30px 0px;
}
.footerinfo_box {
padding: 50px 0px;
}
}
@media screen and (min-width: 980px) and (max-width: 1599px) {
.footer_shopinfo_box {
padding: 40px;
width: calc(100% / 3);
border-bottom: 1px solid #000000;
flex-direction: column;
align-items: center;
}
.footer_shopinfo_box:nth-last-child(-n+2) {
border-bottom: none;
}
.footer_shopinfo_box:nth-child(3n) {
border-right: none;
}
.footerinfo_box {
padding: 80px 0px;
}
.shopinfo_text {
padding-left: 0px;
}
.shopinfo_name {
padding: 30px 0px;
}
}
@media screen and (min-width: 1600px) {
.footerinfo_box {
padding: 80px 0px;
}
.footer_shopinfo_box {
padding: 0px 40px;
width: calc(100% / 5);
border-right: 1px solid #000;
flex-direction: column;
align-items: center;
border-bottom: none;
}
.footer_shopinfo_box:last-child {
border-right: none;
}
.shopinfo_text {
padding-left: 0px;
}
.shopinfo_name {
padding: 30px 0px;
}
}


/* # =================================================================
# 
# ↑　おちゃのこネットデザイン作成プラン　↑
#             2025.11.28 upload
# 
# ================================================================= */