@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
    color: #fff;   /*全体の文字色*/
    font-family: Dosis,Helvetica Neue,Helvetica,Arial,Verdana,Roboto,"游ゴシック",Yu Gothic,"游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Meiryo UI,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
    font-size: 15px; /*文字サイズ*/
    line-height: 2; /*行間*/
    /* background: #4f0b1f; */
    background: radial-gradient(circle 300px at 230px 0px,#9d0740,#4f0b1f);
    -webkit-text-size-adjust: 100%; /*後で消す*/
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}
ul {
    list-style: none;
}
ol {
    padding-left: 40px;
    padding-bottom: 15px;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle; /*画像中央揃え*/;
}
table {
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 0;
}
iframe {
    width: 100%;
}

/*---------------------------------------------------------------------------*/
/*リンク（全般）設定*/
a {
    color: #fff; /*リンクテキストの色*/
    transition: 0.5s; /*マウスオン時の移り変わるまでの時間設定。0.5秒*/
}
a :hover {
    color: #fee32e; /*マウスオン時の文字色*/
    text-decoration: none; /*マウスオン時に下線を消す設定。残したいなら１削除*/
}
/*---------------------------------------------------------------------------*/

/*inner共通*/
.inner {
	max-width: 1200px;	/*サイトの最大幅 ※下の方の「画面幅1200px以上の設定」*/
	margin: 0 auto;
}

/*ヘッダーロゴが入ったブロック*/
header .inner {
    position: relative;
    height: 100px; /*ヘッダーの高さ*/
}
/*ロゴ画像*/
header #logo img {
    width: 350px;
    position: absolute;
    left: 0px;     /*ヘッダーに対して左から0pxの場所に配置*/
    bottom: 20px;  /*ヘッダーに対して下から20pxの場所に配置*/
}

/*メニューバー*/
#menubar {
    clear: both;
    overflow: hidden;
    background: linear-gradient(#dfd9cb, #a98f44 49%, #9c7d22 50%, #cbab25);	/*グラデーション*/
    border: 1px solid #9c7d22;  /*枠線の幅・線種・色*/
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4); /*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.4は透明度40%の事。*/
}
/*メニュー１コマの設定*/
#menubar li {
	float: left; /*左に回り込み*/
	width: 20%;	 /*メニュー幅（100÷5個=20%）※下の方の「画面幅1200px以上の設定」にも関連するので変更の際は注意*/
}
#menubar li a {
    display: block;
    text-decoration: none; /*リンク線を消す*/
    text-align: center;
    font-size: 18px;	/*文字サイズ*/
    border-right: 1px solid #9c7d22;	/*右側の線の幅・線種・色*/
    padding: 10px 0; /*上下、左右へのボックス内の余白*/
    text-shadow: 0px -1px 1px rgba(0,0,0,0.5);  /*テキストの影*/
    color: #fff;  /*文字色*/
}

/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
	border-left: 1px solid #9c7d22;	/*左側の線の幅・線種・色*/
}

/*マウスオン時*/
#menubar li a:hover {
    background-color: #fff; /*背景色*/
    color: #b6aa77;         /*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {
    display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
    display: none;
}

/*ドロップダウンメニュー用*/
#menubar ul.ddmenu {
    position: relative;
    visibility: hidden; /*非表示にする*/
    z-index: 10;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.1は透明度10%の事。*/
    width: 20%; /*幅。上の「#menubar li」と合わせる。*/
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
    float: none;
    width: 100%;
}
#menubar ul.ddmenu li a {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.3); /*下線の幅、線種、色。255,255,255は白のことで0.3は透明度30%のこと。*/
    background-color: rgba(0,0,0,0.9); /*背景色。0,0,0は黒の事で0.9は透明度90%の事。*/
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	background: #fff;   /*背景色*/
}

/*コンテンツ（mainとsubを囲むブロック）*/
#contents {
    clear: both;
    padding-top: 3%   /*上に空けるスペース、メインメニューの下のスペースです。*/
}

/*---------------------------------------------------------------------------*/
/*mainコンテンツ*/
#main {
    float: left;  /*左に回り込み*/
    width: 72%;   /*幅*/
}
/*１カラム時*/
#main.c1 {
	float: none;
	width: auto;
}
/*h2タグの設定*/
#main h2 {
    clear: both;
    font-size: 18px;         /*文字サイズ*/
    letter-spacing: 0.1em;   /*文字間隔*/
    margin-bottom: 20px;     /*見出しの下にとるスペース*/
    padding: 5px 20px 7px;   /*上、左右、下への余白*/
    background: linear-gradient(#6d0f2b, #320713);	/*グラデーション*/
    border: 1px solid #97153b;	/*枠線の幅、線種、色*/
    border-top: 4px solid #b6aa77;	/*上の線の幅、線種、色*/
    text-shadow: 0px 2px #510b0b;	/*テキストの影。右へ、下へ、色。*/
}

#main h2.order {
    background: #CD5C5C
}
#main h2.payment {
    background: #F4A460;
}

#main h2.bank {
    background: #000066;
}
#main h2.post {
    background: #bb0000;
}
#main h2.price {
    background: #333;
}
#main h2.returns {
    background: #009900;
}
#main h2.delivery {
    background: #cc3366;
}
#main h2.deadline {
    background: #660066;
}
#main h2.tf {
    background: #ff4500;
}

/*h3タグの設定*/
#main h3 {
    clear: both;
    margin-bottom: 20px;
    padding: 0px 20px;    /*見出しの下にとるスペース*/
    color: #fff;
    background-color: rgba(0,0,0,0.2);  /*背景色。0,0,0は黒の事で0.2は透明度20%の事。*/
    border: 1px solid#812222;          /*枠線の幅、線種、色*/
}
/*段落タグ設定*/
#main p {
    padding: 0px 20px 15px; /*上、左右、下への余白*/
}
#main h2 + p,
#main h3 + p {
    margin-top: -10px;
}

/*main,subのbox共通*/
.box {
    overflow: hidden;
    background-color: #1b040a;    /*背景色*/
    border: 1px solid #97153b;	/*枠線の幅、線種、色*/
    padding: 15px;               /*ボックス内の余白*/
    margin-bottom: 20px;         /*ボックスの下に空けるスペース*/
    box-shadow: 0px 0px 30px #6d0f2b inset;  /*内側への影。右へ・下へ・ぼかし幅・色。insetは内側への影。*/
}
/*subのboxへの追加設定*/
#sub .box {
    padding: 15px;  /*余白を小さくセットしなおす*/
}

/*おすすめワインページの各ブロック*/
#main .list {
    position: relative;
    overflow: hidden;
    width: 25%;            /*ボックスの幅*/
    margin-bottom: 20px;   /*ボックスの下に空けるスペース*/
    float: left;          /*左に回り込み*/
    line-height: 1.5;     /*行間を少し狭くする設定*/
}
#main .list a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    height: 320px;	/*ボックスの高さ*/
    padding: 15px;	/*ボックス内の余白*/
    border-right: 1px rgba(255,255,255,0.3); 	/*右の線の幅、線種、色。255,255,255は白の事で0.3は透明度30%*/
}

/*１、５、１０個目…のボックスへの追加設定*/
/* #main .list:nth-of-type(4n+1) a {
	border-left: 1px solid rgba(255,255,255,0.3);
} */

/*マウスオン時*/
#main .list a:hover {
    background-color: #fff;  /*背景色*/
}
/*ボックス内のh4タグ設定*/
#main .box .list h4 {
    color: #b6aa77;  /*文字色*/
}

/*マウスオン時にリンク線を消す設定*/
#main .box a:hover {
    color: #b6aa77;
    text-decoration: none;
}

/*ボックス内の写真設定*/
#main .list figure img {
    width: 100%;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*ワイン一覧ページ*/
#main > section .df:not(:first-of-type) {
    margin-top: 40px;
}
.df {
    display: flex;
}
#list-page figure {
    flex: 2;
}
#list-page dl {
    flex: 8;
    padding-left: 20px;
    margin-bottom: 20px;
}
#list-page dt {
    float: left;
    width: 9em;
    color: #b6aa77;	/*文字色*/
    letter-spacing: 0.1em;  /*字間のスペース*/
}
#list-page dd {
    padding-left: 9em;
}
/*---------------------------------------------------------------------------*/

/*SOLD OUT表示。<div class="list option2">と指定した場合に画像を30%透明度にする設定。*/
.list.option2 figure img {
    opacity: 0.3;  /*透明度30%の事*/
}

/*商品詳細ページの画像切り替え*/
/*検討中*/

/* 店舗情報のテーブル設定 */
.ta1 caption {
    border: 1px solid #555;  /*テーブルの枠線の幅、線種、色*/
    border-bottom: none;       /*下線だけ消す*/
    text-align: left;          /*文字を左寄せ*/
    font-weight: bold;         /*太字に*/
    padding: 10px;             /*ボックス内の余白*/
    background: linear-gradient(#484848, #171717);
    text-align: center;
}

.ta1 {
    table-layout: fixed;
    width: 96%;
    margin: 0 2% 20px;
}
.ta1, .ta1 td, .ta1 th {
    word-break: break-all;
    border: 1px solid #555;  	/*テーブルの枠線の幅、線種、色*/
    padding: 10px 15px;           /*ボックス内の余白*/
}

.ta1 th {
    width: 140px;  /*幅*/
    text-align: center;
    font-weight: normal;
}

/*---------------------------------------------------------------------------*/
/* sidebar */
#sub {
    float: right;  /*右に回り込み*/
    width: 24%;    /*幅*/
}
/*１カラム時*/
body .c1 #sub {
    display: none;
}

/*subコンテンツ内のh2タグ設定*/
#sub h2 {
    margin-bottom: 0;
    box-shadow: none;
    font-size: 16px;
    text-align: center;
    padding: 5px 15px;     /*上下、左右へのボックス内の余白*/
    background: linear-gradient(#6d0f2b, #320713);	/*グラデーション*/
    border: 1px solid #97153b;	/*枠線の幅、線種、色*/
    border-top: 4px solid #b6aa77;	/*上の線の幅、線種、色*/
    text-shadow: 0px 2px #510b0b;	/*テキストの影。右へ、下へ、色。*/
}
/*subコンテンツ内のメニュー設定*/

/*メニュー全体の設定*/
#sub ul .submenu {
    margin-bottom: 20px;       /*ブロックの下に空けるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
    text-decoration: none;
    display: block;
    padding: 5px 10px;	/*メニュー内の余白。上下、左右への設定。*/
    border-bottom: solid 1px #9c7d22;	/*下の線の線種、幅、色*/
}
/*マウスオン時の背景色*/
#sub ul.submenu li a:hover {
    background-color: #fff;   /*背景色*/
    color: #b6aa77
}
/*h2タグにメニューが続いた場合に１つ目のメニューの上の線を消す設定*/
#sub h2+ul.submenu {
    border-top: none;
}
/*メニューブロックの設定*/
#sub .box ul.submenu {
    margin-bottom: 0;
    text-align: center;
}

/*サブコンテンツ内の知覧ブロック*/
#sub .list {
    position: relative;
    overflow: hidden;
    font-size: 11px;  /*文字サイズ*/
    line-height: 1.2; /*行間を狭くする*/
}
#sub .list a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    padding: 10px;    	/*ボックス内の余白*/
    border-bottom: solid 1px #9c7d22;	/*上の線の線種、幅、色*/
}

/*一番下のボックスへの追加設定*/
#sub .list:last-of-type a {
    margin-bottom: 20px   /*ブロックの下に空けるスペース*/
}
/*box内の一番下のボックスへの設定*/
#sub .box .list:last-of-type a {
    margin-bottom: 0px;
}
/*マウスオン時*/
#sub .list a:hover {
    background: #fff;
    color: #b6aa77;
}
/*ボックス内のh4タグ設定*/
#sub .list h4 {
    color: #b6aa77;    /*文字色*/
}
/*おすすめボックス内の写真設定*/
#sub .list figure img {
    float: left;	/*画像を左へ回り込み*/
    width: 20%;		/*写真の幅*/
    margin-right: 5px;	/*写真の右側に空ける余白*/
}
/*h2直下のlistボックスの上の線を消す設定*/
#sub h2+.list:first-of-type a {
    border-top: none;
}
/*ACCESSのテキストを中央揃え*/
#sub p.c {
    text-align: center;
    padding-top: 10px;
}
.mini1 {
    font-size: 13px;
    display: inline-block;
    line-height: 1.5;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*フッター設定*/
footer {
    clear: both;
    background-color: #1b040a;  /*背景色*/
}

#footermenu {
    display: flex;
    justify-content: space-between;
	overflow: hidden;
	padding: 10px 0;
}
#footermenu ul {
    flex: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#footermenu ul li {
    margin: 10px;
}
#footermenu a {
    text-decoration: none;
}
#footermenu a:hover {
    color: #b6aa77;
    text-decoration: underline;
}
#footermenu .note {
    float: 5;
    justify-content: center;
    color: #f00;
}

/*コピーライト*/
#copyright {
    clear: both;
    text-align: center;
    background: #333;	/*背景色*/
}
#copyright a {
    text-decoration: none;
}
/*マウスオン時*/
#copyright a:hover {
    color: #b6aa77;
}

/* ====== TOTOP ====== */
/* ページトップ */
#page-top {
    position: fixed;
    bottom: 95px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #1b040a;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 10px 0;
    text-align: center;
    display: block;

}
#page-top a:hover {
    text-decoration: none;
    color: #b6aa77;
}

/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*トップページ内「更新情報」ブロック*/
/*全体設定*/
#new dl {
    padding-left: 20px;
    margin-bottom: 20px;
}
/*日付設定*/
#new dt {
    float: left;
    width: 9em;
    color: #b6aa77;	/*文字色*/
    letter-spacing: 0.1em;  /*字間のスペース*/
}
/*タイトル設定*/
#new dd {
    padding-left: 9em;
    border-bottom: 1px solid #333;
}
#new a {
    text-decoration: none;
}

/*更新情報一覧とギャラリー一覧のリンク設定*/
#new .archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*「お知らせ」ページ*/
/*全体設定*/
#notice dl {
    padding-left: 20px;
    margin-bottom: 20px;
}
/*日付設定*/
#notice dt {
    float: left;
    width: 9em;
    color: #b6aa77;	/*文字色*/
    letter-spacing: 0.1em;  /*字間のスペース*/
}
/*記事設定*/
#notice dd {
    padding-left: 9em;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*ページネーション（更新情報一覧）*/
.pagenation {
    padding-top: 10px;
}
.pagenation ul {
    display: flex;
    justify-content: center;
}
.pagenation li {
    margin-left: 10px;
}
.pagenation ul a {
    padding: 9px 14px;
    border: 1px solid #9c7d22;
}
.current {
    padding: 9px 14px;
    border: 1px solid #9c7d22;
    background-color: #333;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*ギャラリー*/
#main section .df2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}
#main section .df2 .gallery {
    box-sizing: border-box;
    margin: 0px;
    padding: 10px;
    width: 33.33333333%;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*お問い合わせフォーム*/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,

.inquiry {
    width: 100%;
    height: 45px;
}
.field {
  display: block;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  overflow: auto;
}

.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0;
    transition: 0.5s;
}
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*一覧ページのボックス内のアイコン*/
/*option1（PICK UP）,option2（SOLD OUT）共通*/
span.option1, span.option2 {
    text-align: center;
    display: block;
    font-size: 10px;        /*文字サイズ*/
    width: 100px;           /*幅*/
    position: absolute;     
    right: 0px;             /*配置場所*/
    top: 0px;               /*配置場所*/
    transform: rotate(45deg) translate(32px,-9px);
    color: #fff;          /*文字色*/
    background-color: #666; /*背景色*/
}

/*option1（PICK UP）への追加設定*/
span.option1 {
    color: #fff;
    background-color: #f00;
}

/*h2タグ内で使った場合のoption1（PICK UP）とoption2（SOLD OUT）*/
h2 span.option1, h2 span.option2 {
    text-shadow: none;
    width: auto;
    padding: 2px 5px;
    position: static;
    transform: none;
    display: inline-block;
    font-size: 15px;
    margin-left: 10px;
}

/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*トップページNEWアイコン*/
.newicon {
    background-color: #f00;
    color: #fff;
    font-size: 70%;
    line-height: 1.5;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 0px 5px;
    vertical-align: text-top;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*checkブロック。赤い注意書きブロックです。*/

/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*その他*/
.clear {
    clear: both;
}
ul.disc {
    padding: 0em 25px 15px;
    list-style: disc;
}
.color1, .color1 a {
    color: #f00;
}
.bg1 {
    background: #f8f5f2;
}

.bg2 {
    font-size: 25px;
    letter-spacing: 0.1em;
}

.wl {
    width: 100%;
}
.ws {
    width: 50%;
}
.c {
    text-align: center;
}

img.fr {
    float: right;margin-left: 10px;margin-bottom: 10px;width: 50%;
}
img.fl {
    float: left;margin-right: 10px;margin-bottom: 10px;width: 50%;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*画面幅1200px以上の設定*/
@media screen and (min-width:1200px) {

    .inner {
        width: 1200px;  /*サイド幅*/
    }

    #menubar li, #menubar ul.ddmenu {
        width: 240px;
    }
}
/*---------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------*/
/*画面幅768px以上の設定*/
@media screen and (max-width:768px) {

    .inner {
        width: auto;
    }

    /*通信販売を設定する際に記載*/


    /*メニューバー*/
    @keyframes menu1 {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    /*スマホ用メニューを非表示から表示に切り替える*/
    #menubar-s {
        display: block;
        overflow: hidden;
        position: absolute;
        border-top: 1px solid #9c7d22;;
        width: 100%;
        z-index: 10;
        animation-name: menu1;      /*上のkeyframesの名前*/
        animation-duration: 0.5S;   /*アニメーションの実行時間。0.5秒。*/
        animation-fill-mode: both;  /*アニメーションの完了後、最後のキーフレームを維持する*/
    }

    /*メニュー１個あたりの設定*/
    #menubar-s li a {
        display: block;
        text-decoration: none;
        text-align: center;
        padding: 10px 5%;
        border-bottom: 1px solid #9c7d22;
        background: rgba(0,0,0,0.8);
    }
    #menubar-s li a:hover {
        color: #b6aa77;
    }


    /*PC用メニューを非表示にする*/
    #menubar {
        display: none;
    }

    /*----------------------------------------*/
    /*３本バーアイコン設定*/
    #menubar_hdr {
        display: block;
        position: absolute;
        top: 28px;      /*上から28pxの場所に配置*/
        right: 20px;    /*右から20pxの場所に配置*/
    }

    /*アイコンの共通設定*/
    #menubar_hdr.close,
    #menubar_hdr.open {
        width: 30px;	/*幅*/
        height: 30px;	/*高さ*/
        border: 7px solid #fff;	/*枠線の幅、線種、色。padding(余白)の代わりです。*/
        border-radius: 50%;
    }

    /*三本バーアイコン*/
    #menubar_hdr.close {
        background: #fff url(../images/icon_menu.png) no-repeat center top/30px;
    }
    /*閉じるアイコン*/
    #menubar_hdr.open {
        background: #fff url(../images/icon_menu.png) no-repeat center bottom/30px;
    }

    /*コンテンツ（mainとsubを囲むブロック）*/
    #contents {
        padding: 3%;
    }
    /*main,subコンテンツ*/
    #main, #sub {
        float: none;
        width: auto;
    }

    /*フッターメニュー*/
    #footermenu {
        display: block;
        text-align: center;
        padding: 0px;
    }
    #footermenu ul {
        display: block;
    }
    #footermenu .note {
        color:#f00;
        padding-top: 10px;
    }

    /*PAGE TOP設定*/
    #pagetop {
        margin-right: 3%;
    }

    /*その他*/
    /* body.s-n #sub,body.s-n #footermenu,.m-n {
        display: none;
    } */
    /*----------------------------------------*/
}
/*---------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------*/
/*画面幅650px以下の設定*/
@media screen and (max-width:650px) {

    /*----------------------------------------*/
    /*トップページのおすすめ各ブロック*/
    #main .list {
        width: auto;
        float: none;
        margin-bottom: 0;
    }
    #main .list a {
        height: auto;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }   
    /*ボックス内の写真設定*/
    #main .list figure img {
        /* width: 20%; */
        float: left;
        margin-right: 3%;
    }

    /*一番上のボックスへの追加設定*/
    #main .list:first-of-type a {
        border-top: 1px solid rgba(255,255,255,0.2);
    }
    /*一番下のボックスへの追加設定*/
    #main .list:last-of-type a {
        margin-bottom: 20px;
    }
    /*----------------------------------------*/

    /*----------------------------------------*/
    /*ワイン一覧の各ブロック*/
    #main .df {
        display: block;     /*flex解除*/
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    /* #main .df figure img {
        width: 20%;
    } */

    #list-page dl {
        padding-top: 10px;
        padding-left: 0;
    }

    /*フッターメニュー*/
    #footermenu {
        display: block;
        text-align: center;
        padding: 0px;
    }
    #footermenu ul {
        display: block;
    }
    #footermenu .note {
        color:#f00;
        padding-top: 10px;
    }
    
}
/*---------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------*/
/*画面幅480px以下の設定*/
@media screen and (max-width:480px) {

    /*全体設定*/
    body {
        font-size: 14px;	/*文字サイズ*/
        line-height: 1.5;	/*行間*/
    }

    /*ヘッダー（ロゴが入った最上段のブロック）*/
    header #logo img {
        width: 250px;	/*画像幅*/
        bottom: 37px;	/*ヘッダーに対して下から37pxの場所に配置*/
    }

    /*mainコンテンツ*/
    #main h2, #main h3 {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    /*段落タグ設定*/
    #main p {
        font-size: 1.2em;
        padding: 0px 10px 15px;	/*上、左右、下への余白*/
    }

    /*box*/
    /*main,subのbox共通*/
    .box {
        border: 1px solid #97153b;  /*枠線の幅、線種、色*/
        box-shadow: 0px 0px 30px #6d0f2b inset;
        padding: 10px;      /*ボックス内の余白*/
    }

    /*フッターメニュー*/
    #footermenu {
        display: block;
        text-align: center;
        padding: 0px;
        font-size: 0.8rem;
    }
    #footermenu ul {
        display: block;
    }
    #footermenu .note {
        color:#f00;
        padding-top: 10px;
    }

    /*----------------------------------------*/
    /*テーブル（ta1）*/
    .ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
    }
    /*テーブル１行目に入った見出し部分*/
    .ta1 th.tamidashi {
        font-size: 14px;	/*文字サイズ*/
    }
    /*ta1の左側ボックス*/
    .ta1 th {
        width: 100px;
    }
    /*----------------------------------------*/
    /*----------------------------------------*/
    /*ギャラリー*/
    #main section .df2 {
        display: block;
    }
    #main section .df2 .gallery {
        box-sizing: border-box;
        margin: 0px;
        padding: 10px;
        width: 100%;
    }
    #main section .df2 .gallery h4 {
        font-size: 16px;
    }
    /*----------------------------------------*/
    /*----------------------------------------*/
    /*更新情報一覧とギャラリー一覧のリンク設定*/
    #new .archive {
        display: block;
        text-align: center;
    }
    /*----------------------------------------*/
    /*----------------------------------------*/
    /*お問い合わせフォーム*/
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
    /*----------------------------------------*/
}
/*---------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------*/
/*画面幅400px以下の設定*/
@media screen and (max-width:400px){

/*ヘッダー（ロゴが入った最上段のブロック）*/
header #logo img {
    width: 170px;	/*画像幅*/
    bottom: 40px;	/*ヘッダーに対して下から40pxの場所に配置*/
    }
}
/*---------------------------------------------------------------------------*/