@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; font-size:100%; }

/* Basic Elements
-------------------------------------------------*/

.wrap {
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* End hide from IE-mac */

hr.hidden {
    visibility: hidden;
}

a:link,
a:visited {
    color: #393939;
    text-decoration: none;
}

a:active,
a:hover {
    color: #963636;
}

a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.breadcrumbs {
    list-style: none outside none;
    margin: 3px 0 10px;
    font-size: 11px;
}

.breadcrumbs a {
    color: #000;
    text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:active {
    color: #999;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 20px;
}

ol,
ul {
    list-style: none;
}

body {
    color: #333;
    font-family: "Kozuka Gothic Pro", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    font-size: 15px;
    /*請以案件設計為主*/
    -webkit-text-size-adjust: 100%;
	background-color: #faf8f3;
}
p {
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    letter-spacing: -0.05em;
}
input[type="submit"] {
    border: none;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.container {
  width: 1020px;
  margin: 0 auto;
}
img.to-top {
  margin-top: -45px;
}
/*Common Elements
-------------------------------------------------*/

.f-left {
    float: left;
}

.f-right {
    float: right;
}

body .small {
    font-size: 12px;
}

body .bold {
    font-weight: bold;
}

body .red {
    color: #c4494e;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.en-font {
    font-family: Roman;
}
.irn {
    margin-left: 10px;
    color: #990000;
    text-indent: -1em;
}

img {
    max-width: 100%;
    height: auto;
}

.no-border {border: none!important;}
.block-content {
    padding: 45px 0 60px;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

body .mrg-t0 {
    margin-top: 0!important;
}
body .mrg-t10 {
    margin-top: 10px!important;
}
body .mrg-t20 {
    margin-top: 20px!important;
}
body .mrg-t30 {
    margin-top: 30px!important;
}
body .mrg-t40 {
    margin-top: 40px!important;
}
body .mrg-t60 {
    margin-top: 60px!important;
}
body .mrg-l40 {
    margin-left: 40px!important;
}
body .mrg-b60 {
    margin-bottom: 60px!important;
}

body .pad-b0 {
    padding-bottom: 0!important;
}

body .pad-b10 {
    padding-bottom: 10px!important;
}
body .pad-b20 {
    padding-bottom: 20px!important;
}
body .pad-b30 {
    padding-bottom: 30px!important;
}

body .pad-b60 {
    padding-bottom: 60px!important;
}
body .pad-0 {
    padding: 0!important;
}

body .pad-t10 {
    padding-top: 10px!important;
}

body .pad-t15 {
    padding-top: 15px!important;
}

body .pad-t20 {
    padding-top: 20px!important;
}

body .pad-t30 {
    padding-top: 30px!important;
}

body .pad-t40 {
    padding-top: 40px!important;
}

body .wid710 {
  width: 710px;
  margin: 0 auto;
}

body .bg-black {
  background-color: #000;
  color: #FFFFFF;
}

body .bg-brown {
    background-color: #5c3d29;
    color: #FFFFFF;
  }

.list-disc {
    list-style-type: disc;
    margin-left: 1.2em;
}


/*common*/

h2 {
    color: #333;
    font-size: 30px;
    font-weight: normal;
    padding: 40px 0 10px;
    font-family: "Kozuka Mincho Pro", "Yu Mincho Demibold";
}

h3 {
    color: #333;
    font-size: 27px;
    font-weight: bold;
    padding: 50px 0 45px;
    text-align: center;
    font-family: "Kozuka Mincho Pro", "Yu Mincho Demibold";
}
.h-style-icon-bdr {
	margin: 50px 0 45px;
	text-align: left;
	padding: 0 10px 8px 0;
	border-bottom: 1px solid #999;
}
.h-style-icon-bdr img {
	vertical-align: bottom;
	margin-right: 6px;
}
/*header*/
#Header {
    width: 100%;
    display: block;
}

ul.info-nav {
    float: right;
    margin-top: -50px;
    position: relative;
}

ul.info-nav li {
    display: inline-block;
    border-right: 1px solid #afb5b7;
    padding: 0 11.5px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: nomal;
}

ul.info-nav li:last-child {
    padding: 0 0 0 15px;
    border: none;
}

.eyecatch {
    /*height:60vh;*/
    height: 600px;
    background: url('../../assets/img/common/01_back_eyechatch.png') repeat;
}

.header-inner {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 1020px;
    font-weight: normal;
}

.header-inner a img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}

#Submenu {
    margin: 0 auto;
    padding: 0;
    height: 30px;
    text-align: right;
}

#Submenu ul {
    display: inline-block;
    border-bottom: 1px dotted #fff;
    position: relative;
}
#Submenu ul:after { content: "."; line-height: 0; display: block; overflow: hidden; position: absolute; bottom: -1px; width: 70%; border-bottom: 1px dotted #ccc; }

#Submenu ul li {
    display: inline-block;
    padding: 0 0 0 21px;
    vertical-align: middle;
    font-size: 14px;
}
#Submenu ul li:first-child {
  padding-left: 0;
}
#GlbMenu {
    width: 1020px;
    height: 80px;
    display: block;
    margin: 0 auto;
    position: relative;
}
#GlbMenu:after {
    clear:both;
}
#GlbMenu ul {
    list-style:none;
}
#GlbMenu ul li {
    display: inline-block;
    vertical-align: middle;
}
#GlbMenu ul li div {
    padding: 0 5px;
    font-size: 16px;
    font-weight: bold;
}
#GlbMenu ul li span {
    font-size: 24px;
    font-weight: bold;
}
#GlbMenu ul li a {
    display:block;
    text-decoration: none;
    padding: 0 5px;
    font-size: 16px;
    font-weight: bold;
}
#GlbMenu ul li:first-child a {
    padding: 0;
}
#GlbMenu ul li:first-child {
    width: 218px;
}

#GlbMenu .dropdown_menu_01 ul li a {
    display:block;
    text-decoration: none;
    padding: 0 5px;
    font-size: 16px;
    font-weight: bold;
}

/* ----- ドロップダウン ----- */
#GlbMenu .dropmenu_01, .dropmenu_02 {
  cursor: pointer;
}
#GlbMenu .dropmenu_01:hover {
  color: #963636;
}
#GlbMenu .dropmenu_02:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#GlbMenu .dropdown_menu_01 {
    display: none;
    width: 1000px;
    background: #FFF;
    border: 3px solid #963636;
    position: absolute;
    z-index: 999;
    left: 10px;
    padding: 30px 0;
}
#GlbMenu .dropdown_menu_01:hover {
    display: block;
}
#GlbMenu .dropdown_menu_02 {
  display: none;
  width: 100%;
  background: #E0F0EB;
  margin-top: 7px;
  position: relative;
}
#GlbMenu .dropdown_menu_01::before {
    border-style: solid;
    border-width: 0px 12px 17px;
    border-color: #963636 transparent;
    content: " ";
    top: -20px;
    left: 225px;
    position: absolute;
    background-color: transparent;
}
#GlbMenu .dropdown_menu_02::before {
    border-style: solid;
    border-width: 0px 16px 24px;
    border-color: #E0F0EB transparent;
    content: " ";
    top: -20px;
    left: 665px;
    position: absolute;
    background-color: transparent;
}
#GlbMenu .dropdown_menu_01 ul, .dropdown_menu_02 ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#GlbMenu .dropdown_menu_01 ul li {
    display: inline-block;
    position: relative;
    border: solid 1px #963636;
    margin-top: 0.5em;
    width: 300px;
    height: 40px;
    padding: 0 5px;
    vertical-align: top;
}
#GlbMenu .dropdown_menu_01 ul li:hover {
  background: #fdf0cc;
}
#GlbMenu .dropdown_menu_01 ul li a {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #333;
  font-weight: 700;
}
#GlbMenu .dropdown_menu_01 ul li a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 1.35em;
  color: #963636;
  position: absolute;
  right: 0.8em;
}

#GlbMenu .dropdown_menu_02 ul li {
  display: inline-block;
  margin: 65px 42px 110px;
}
#GlbMenu .dropdown_menu_01 ul li p {
  margin: 0;
  padding: 10px 0;
  font-size: 21px;
}
#GlbMenu .dropdown_menu_02 ul li p {
  margin: 0;
  padding: 10px 0;
  font-size: 21px;
  line-height: 28px;
}
#GlbMenu .dropdown_menu_01 ul li p span {
    font-size: 15px;
    margin-top: -11px;
    display: block;
}
#GlbMenu .dropdown_menu_02 ul li p span {
    font-size: 15px;
    margin-bottom: 0;
    display: block;
}

/*add-20180706*/

#GlbMenu .dropdown_menu_02 {
    display: none;
    width: 1000px;
    background: #FFF;
    border: 3px solid #963636;
    position: absolute;
    z-index: 999;
    left: 10px;
    padding: 30px 0;
    margin-top: 0;
}

#GlbMenu .dropdown_menu_02:before {
    border-style: solid;
    border-width: 0px 12px 17px;
    border-color: #963636 transparent;
    content: " ";
    top: -20px;
    left: 320px;
    position: absolute;
    background-color: transparent;
    background-color: white;
}

#GlbMenu .dropdown_menu_02 ul li {
    display: inline-block;
    position: relative;
    border: solid 1px #963636;
    margin: 0;
    margin-top: 0.5em;
    width: 220px;
    height: 40px;
    padding: 0 5px;
    vertical-align: top;
}
#GlbMenu .dropdown_menu_02 ul li:hover {
  background: #fdf0cc;
}

#GlbMenu .dropdown_menu_02 ul li a {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #333;
    font-weight: 700;
    padding-left: 32px;
}
#GlbMenu .dropdown_menu_02 ul li a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 1.35em;
    color: #963636;
    position: absolute;
    right: 0.8em;
}
#GlbMenu .dropdown_menu_02 ul li a:before {
    content: '\f06b';
    font-family: 'FontAwesome';
    font-size: 1.65em;
    color: #963636;
    position: absolute;
    left: 0.5em;
}

/*add-20180706*/


/*navi*/

.navi-logo {
    margin: 30px 10px 0 0;
}

.navi-logo img {
    width: 100%;
}

.navi-logo {
    display: inline-block;
}

.navi-logo-navi {
    margin: 7px 0 0;
}

li.header-tel {
    margin-right: 15px;
}

li.header-tel img {
    position: relative;
    display: block;
    padding: 10px 0 0;
}

span.mailtext {
    margin-top: 5px;
    float: right;
}

a.underline {
    text-decoration: underline;
}

a.underline:hover {
    text-decoration: none;
}

span.mailtext,
span.mailtext a {
    font-size: 13px;
    color: #c0484d;
}

.gnavi {
    height: 0;
    background-color: #fcfcfc;
    margin-bottom: 0;
    border-bottom: 1px solid #dfdfcc;
    display: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #957132;
}

img.icon {
    padding-left: 3px;
}
/*block-cv*/

/* お知らせ */
.nenmatsu_info {
    display: block;
    width: 1020px;
    padding: 30px 0;
    margin: 0 auto;
}
.nenmatsu_info .inner {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #B21313;
}
.nenmatsu_info .inner .title {
    text-align: center;
    font-size: 2em;
}

/*block-01*/
.block-01 {
    width: 100%;
    height: 785px;
}
.color-bg01 {
    background: #faf8f3 url(../../assets/img/common/01_backImg.jpg) center no-repeat;
    background-size: 1600px;
}
.block-01 .kodawari {
    margin-left: 0;
    padding-top: 110px;
}
.block-01 .kodawari h2 {
    padding: 20px 0 10px;
}
.block-01 ul {
    width: 630px;
}
.block-01 ul li {
    height: 140px;
    padding-left: 130px;
    border-bottom: 1px solid #d2d2d2;
}
.block-01 ul li.sono-1 {
    background: url(../../assets/img/common/ico_sono_1.png) no-repeat;
    background-position: 0px 20px;
}
.block-01 ul li.sono-2 {
    background: url(../../assets/img/common/ico_sono_2.png) no-repeat;
    background-position: 0px 20px;
}
.block-01 ul li.sono-3 {
    background: url(../../assets/img/common/ico_sono_3.png) no-repeat;
    background-position: 0px 20px;
}
.block-01 ul li.hosoku {
    font-size: 13px;
    padding: 40px 0 40px 130px;
    border-bottom: none;
    height: auto;
}
.block-01 ul li.more a {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 30px;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: auto;
}

/*block-02*/
.block-02 {
    width: 100%;
    height: 500px;
    color: #ffffff;
}
.color-bg02 {
    background: #251c1a url(../../assets/img/common/01_backImg02.jpg) no-repeat center center;
    background-size: cover;
}
.block-02 a {
    color: #ffffff;
}

.block-02 .premium-gift {
    margin-top: 60px;
    padding: 60px 0;
    text-align: center;
    background: url(../../assets/img/common/01_backImg03.png) no-repeat;
    height: auto;
}


/*block-03*/

.block-03 {
    padding: 70px 0 0;
}

.color-bg03 {
    background: url(../../assets/img/common/01_backImg03.jpg) repeat;
}

.color-bg04 {
    background: url(../../assets/img/common/01_backImg04.png) no-repeat;
    background-size: 939px;
}

.block-03 h2 {
    padding: 0 0 70px;
}

.block-03 h3 {
    font-size: 35px;
    font-weight: 300;
    text-align: left;
    padding: 20px 0 12px;
}
.block-03 p.shohin-des {
    width: 255px;
    padding: 10px 0 20px;
    float: left;
}
.block-03 .shohin-main a {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 30px;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: auto;
}

.block-03 .sub-box {
    width: 940px;
    margin: 45px auto 0;
}
.block-03 .about-nagayaki {
    font-family: "Kozuka Mincho Pro", "Yu Mincho Demibold";
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    padding: 27px 0 27px 40px;
}
.block-03 .sub-box p {
    width: 515px;
    padding-top: 30px;
}

.block-03 .shohin-menu {
    margin-top: 50px;
    border-top: 1px dotted #a0a0a0;
    border-bottom: 1px dotted #a0a0a0;
    padding-bottom: 10px;
    text-align: left;
}
.block-03 .shohin-menu .sub-list  {
    margin-right: 20px;
    float: left;
}
.block-03 .shohin-menu .sub-list.pad-r0 {
    margin-right: 0;
    float: left;
}

.block-03 .search-Topbox {
    height: 168px;
    width: 500px;
    margin-left: 10px;
    background: url(../../assets/img/common/01_backImg08.png) repeat;
}
.block-03 .search li {
  padding: 10px 0 5px;
}
.block-03 .search li.list-top {
  padding: 14px 15px 14px;
}
.block-03 .search li.genre {
  width: 140px;
  display: inline-block;
  padding: 15px 15px 0;
}
.block-03 .search li.category {
    width: 152px;
    display: inline-block;
    padding: 15px 0px 0;
}
.block-03 .search li.cost {
  width: 135px;
  display: inline-block;
  padding: 15px 15px 0;
}
.block-03 .search li.search-box {
  display: inline-block;
  padding: 17px 15px 0;
}
.block-03 .search li.search-box button {
  margin-right: 10px;
}
.block-03 select {
    width: 100%;
    padding: 10px 0 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #FFF;
    background: #FFF url(../../assets/img/common/ico_select_arrow.png) no-repeat;
    background-size: 10px, 7px;
    background-position: 90% 50%;
}

.block-03 input {
  padding: 8px 6px;
  margin-bottom: 15px;
  margin-right: 10px;
}

.block-03 .btn.btn-xs {
  padding: 8px 20px;
  color:#FFF;
  background: #434343;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    border: 1px solid #434343;
}
.block-03 span.to-list a {
    padding: 8px 14px;
    margin-left: 10px;
    border: 1px solid #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/*block-04*/
.block-04 {
    background: url(../../assets/img/common/01_back_eyechatch.png) repeat;
}
.block-04 .title {
    font-size: 19px;
    font-weight: bold;
    font-family: "Kozuka Mincho Pro", "Yu Mincho Demibold";
    padding: 30px 30px 13px;
}
.block-04 p {
    font-size: 12px;
    width: 170px;
    padding: 0 30px;
}
.block-04 p:hover {
    text-decoration: underline;
}
.block-04 .recipe {
    width: 320px;
    height: 125px;
    background: url(../../assets/img/common/01_backImg05.jpg) no-repeat;
    background-size: 320px;
    padding-right: 30px;
}

.block-04 .chishiki {
    width: 320px;
    height: 125px;
    background: url(../../assets/img/common/01_backImg06.jpg) no-repeat;
    background-size: 320px;
    padding-right: 30px;
}

.block-04 .takuhai {
    width: 320px;
    height: 125px;
    background: url(../../assets/img/common/01_backImg07.jpg) no-repeat;
    background-size: 320px;
}

.block-04 h3 {
    font-size: 24px;
    line-height: 1.6em;
    color: #c4494e;
    text-align: center;
    padding: 24px 0 12px;
}

.block-04 h3 span {
    font-size: 30px;
}

.block-04 .sub-h2 {
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 1.3em;
    font-family: "Kozuka Mincho Pro";
}

.block-04 .sub-title {
    text-align: left;
    font-size: 24px;
    color: #333;
    line-height: 1.3em;
    font-family: "Kozuka Mincho Pro";
}


/*block-05*/
.color-bg05 {
    background: #faf8f3;
}

.block-05 .news {
    background: #FFF;
    overflow: auto;
    width: 352px;
    height: 257px;
    margin-right: 20px;
}

#home_storeInfoNews table td, th {
  text-align: left;
  font-weight: normal;
}
#home_storeInfoNews a {
  text-decoration: underline;
}
.home_info {
  padding: 10px;
  border: 1px solid #e9ebee;
}
.news h3 {
    font-size: 15px;
    background: url(../../assets/img/common/ico_news.png) no-repeat;
    background-position: 10px 7px;
    padding: 10px 0px 10px 40px;
    text-align: left;
}

.block-05 .fb {
    background: #FFF;
    border: 1px solid #e9ebee;
    overflow: auto;
    width: 355px;
    height: 257px;
    margin-right: 20px;
}

.block-05 .sub-menu table , .block-05 .sub-menu td, .block-05 .sub-menu th {
    border: 1px solid #e9ebee;
    border-collapse: collapse;
    font-size: 15px;
    font-weight: bold;

}
.block-05 .sub-menu td, th {
    padding: 16px;
    background: #FFF;
}
.block-05 .sub-menu th {
    background: #FFF;
}
.block-05 .sub-menu .even {
    background: #fbf8f0;
}
.block-05 .sub-menu .odd {
    background: #fefcf9;
}

/*block-06*/
.color-bg06 {
    background: #302623;
    color: #FFF;
}

.color-bg06 a {
    color: #FFF;
    text-decoration: none;
}
.color-bg06 a:hover {
    text-decoration: underline;
}

.block-06 ul li {
    padding: 8px 0 10px;
}


/*footer*/

#footer {
    padding: 45px 0 0;
    color: #fff;
    background: #302623;
    margin-top: 60px;
}

.copy-right {
    border-top: 1px solid rgba(244, 239, 225, 0.3);;
    margin-top: 30px;
    padding-top: 15px;
}

.copy-right p {
    letter-spacing: 3px;
}
.copy-right p a {
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
}

/*------------list------------*/
.FS2_GroupList {
    display: none;
}
#FS2_itemlayout_C .thumbnail {
    margin: 0 0 5px 0;
    width: 200px;
}


/*------------grid------------*/
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/****** Sub page style *****/
#main-contents {
	background: #faf8f3;
	margin: 0 auto;
	overflow: auto;
}

#main {
	float: right;
	position: relative;
	width: 790px;
	background: #FFF;
}

#sidebar {
    float: left;
    position: relative;
    width: 200px;


}

.layout_menu #sidebar {
    float: left;
    position: relative;
    width: 200px;
    margin-right: 30px;
    margin-top: 80px;
}
/*
system_content
*/
.system_content {
	margin-top: 80px;
    padding: 0 40px 60px!important;
}

#top-visual {
    overflow: hidden;
    position: relative;
}

.ttl_page {
    height: auto;
    /*overflow: hidden;*/
    color: #fff;
    padding-top: 140px;
    margin-bottom: 135px;
    position: relative;
}
.ttl_page h1,
.ttl_page h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: normal;
    padding: 0;
    font-family: "Kozuka Mincho Pro", "Yu Mincho Demibold","游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 1020px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.ttl_page .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.ttl_page p {
    font-size: 138.5%;
    letter-spacing: .5px;
}


.ttl_page .img img {
    min-width: 1900px;
    width: 100%;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: auto;
    display: block;
}
#topic_path {
    background: #faf8f3;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    color: #CCC;
    border-bottom: 1px solid #CCC;
}

#topic_path ul li {
	display: inline-block;
	color: #333;
}

#topic_path ul li a {
	color: #333;
}

#topic_path ul li span {
	color: #CCC;
	padding: 0 10px;
}

.FS2_body_Goods_GoodsDetail .itemTitle {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    font-size: 30px;
}
/*change20170627*/
.itemNumber {
	/*display: none;*/
	
}

/*change20170627 / 20170807*/

.FS2_itemlayout_td_Left {
    width: 50%;
}
.FS2_body_Goods_GoodsDetail .FS2_upper_comment.FS2_SeniorDesign_comment {
    /* margin-left: -40px;
    margin-right: -40px; 
    margin-top: -32px; */
}
.FS2_body_Goods_GoodsDetail .FS2_upper_comment.FS2_SeniorDesign_comment img {
    /* width: 100%; */
}
.FS2_body_Goods_GoodsDetail .FS2_upper_comment.FS2_SeniorDesign_comment div {
    /* width: 710px;
    margin: 0 auto; */
}

h3.h_style03 {
	width: 100%;
	text-align: center;
	display: flex;
	white-space: nowrap;
	position: relative;
	font-size: 24px;
	font-weight: normal;
}
h3.h_style03:before, .h_style03:after {
	content: '';
	border-top: solid 1px #333;
	flex-grow: 1;
	margin-top: 0.8em;
}
h3.h_style03:before { margin-right: 1em; }
h3.h_style03:after { margin-left: 1em; }

.user_inner_content {	
	color: #333;
    line-height: 24px;
}

.user_inner_content .sub-h2 {
	padding: 40px 0 10px;
    text-align: left;
    font-size: 25px;
    font-feature-settings : "palt";
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.user_inner_content .large {
	padding: 0 0 30px;
    font-size: 40px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.user_inner_content p {
	padding: 10px 0;
}
.price-table {
	padding-left: 0px;
    margin-bottom: 30px;
}
.price-table .price, .price-table .point, .price-table .shipping {
	padding-top: 15px;
	border-bottom: 1px solid #CCC;
}
.price-table span {
	display: inline-block;
}
.price-table span.title {
    color: #999;
    font-size: 15px;
    width: 80px;
    border-bottom: 1px solid #434343;
    line-height: 1.4;
    padding-bottom: 10px;
    padding-left: 10px;
}
.price-table span.middle {
	color: #333;
	font-size: 22px;
	padding-left: 20px;
}
.price-table span.small {
	color: #333;
	font-size: 15px;
	padding-left: 20px;
}
.price-table .price span.small {
	color: #333;
	font-size: 15px;
	padding-left: 0;
}

.set-select {
	margin-top: 35px;
    margin-bottom: 20px;
}
.set-select ul li {
	border: 1px solid #333;
	display: inline-block;
}
.set-select ul li a {
	padding: 12px 18px;
    display: block;
}
.set-select ul li:hover {
	background: #eeae01;
}
.set-select ul li a:hover {
	color: #FFF;
}
.set-select ul li.current {
	background: #eeae01;
}
.set-select ul li.current a {
	color: #FFF;
}
.set-select ul li a:first-letter {
	font-size: 20px;
}
.set-select span.small {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
}
.shopping {
	border-bottom: 1px solid #CCC;
}
.shopping table, td, th {
    border: none;
}
.shopping select {
	width: 70px;
    padding: 5px 0 5px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #333;
    background: url(../../assets/img/common/ico_select_arrow.png) no-repeat;
    background-size: 10px, 7px;
    background-position: 50px 50%;
}

.FS2_InquiryButton_area, .FS2_ReviewEditButton_area {
    display: inline-block;
    margin-right: 8px;
}
.FS2_ItemComment {
    margin: 0 0 60px;
    line-height: 26px;
}
.FS2_ReviewButton_area {
    text-align: right;
    padding: 10px 0;
}
.FS2_ReviewEditAverage {
    margin-top: 20px;
}
table.tb-store {
	background: url(../../assets/img/common/01_backImg03.jpg);
	padding: 40px 25px;
    width: 100%;
}
table.tb-store td, th {
	font-weight: normal;
	padding: 10px;
}

.tb-store th {
    width: 5em;
    text-align: left;
    background: transparent;
}

.tb-store span.small {
	font-size: 13px;
	line-height: 2;
}
.voice-title img {
	vertical-align: bottom;
}
.voice-title {
	text-align: center;
	font-size: 35px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.voice-box {
	background: url(../../assets/img/common/02_backImg01.png);
	padding: 30px 40px;
}
.voice-box h3 {
	padding: 15px 0;
	text-align: left;
	font-weight: normal;
}
p.customer-name {
	font-size: 13px;
}
p.customer-name span {
	font-size: 15px;
	text-decoration: underline;
}

.star {
	color: #fe7e00;
}

#sidebar ul {
	padding: 0 10px;
	background: #f0e4d1;
}

#sidebar ul li a {
    padding: 18px 0;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    font-feature-settings : "palt";
}
#sidebar ul li.list-top {
	color: #FFF;
    text-align: left;
    padding: 14px 7px;
    margin-left: -10px;
    margin-right: -10px;
}
.bg_orange {
	background: #ee8901;
	color: #FFF;
}
.bg_brown {
	background: #963636;
	color: #FFF;
}
#sidebar .search li {
	padding: 10px 0 5px;
}
#sidebar select {
    width: 100%;
    padding: 10px 0 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #FFF;
    background: #FFF url(../../assets/img/common/ico_select_arrow.png) no-repeat;
    background-size: 10px, 7px;
    background-position: 90% 50%;
}

#sidebar input {
	padding: 8px 6px;
	margin-bottom: 15px;
    width: 164px;
}

#sidebar .btn.btn-xs {
    padding: 10px 0px;
    color: #FFF;
    background: #434343;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    width: 70px;
    border: 1px solid #434343;
}

#sidebar span.to-list {
	display: inline-block;
}
#sidebar span.to-list a {
	padding: 7px 14px;
	margin-left: 10px;
	border: 1px solid #333;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#sidebar ul.side-banner {
	padding: 0;
	background: transparent;
}

#sidebar ul.side-banner li a {
    padding: 0;
    margin: 6px 0;
    display: block;
    border-bottom: none;
}

#sidebar ul.sub-menu  {
	padding: 0;
	background: #FFF;
	border: 1px solid #CCC;
}

#sidebar ul.sub-menu li a {
    padding: 18px 10px;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid #CCC;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    font-feature-settings : "palt";
}

#sidebar ul.sidebar-unagi {
    padding: 0;
    background: #FFF;
}

#sidebar ul.sidebar-unagi li.list-top {
    color: #FFF;
    text-align: left;
    padding: 14px 7px;
    margin-left: 0;
    margin-right: 0;
}

#sidebar .sidebar-unagi li {
    position: relative;
    border: solid 1px #963636;
    margin-top: 0.3em;
}
#sidebar .sidebar-unagi a {
    display: flex;
    align-items: center;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #333;
    font-weight: 700;
}
#sidebar .sidebar-unagi .icon:first-child {
    margin: 0 1px 0 4px;
}
#sidebar .sidebar-unagi .icon:last-child {
    margin: 0 4px 0 1px;
}
#sidebar .sidebar-unagi .noIcon { padding-left: 0.8em; }
#sidebar .sidebar-unagi a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 1.35em;
    color: #963636;
    position: absolute;
    right: 0.4em;
}
#sidebar .sidebar-unagi a img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}

#sidebar .sidebar-unagi li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}


/* cateA-1 */
.itemList01 .txtbox {
    background-color: #963636;
    color: #fff;
    padding: 1em 25px 1.5em;
    line-height: 1.5;
}

.itemList01 .item {
    margin-bottom: 28px;
    width: 340px;
    display: inline-block;
}

.itemList01 li.item:nth-child(even) {
	margin-left: 25px;
}
.itemList01 .more {
	margin-top: 1.2em;
    width: 100%;
    color: #fff;
    display: block;
    padding: 0.5em 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #bcb7a9;
    background: transparent;
}
.itemList01 .item:hover {
	transition: .3s;
	opacity: 0.7;
}
.itemList01 .item:hover .more {
	background-color: #ee8901;
	border-color: #ee8901;
}

/* cateB-1 */
.itemList02 h4.name {
	font-size: 17px;
	font-weight: normal;
}
.itemList02 .txtbox {
    background-color: #963636;
    color: #fff;
    padding: 20px 15px;
    line-height: 1.5;
}

.itemList02 .item {
	margin-right: 20px;
    margin-bottom: 25px;
    width: 220px;
    display: inline-block;
}

.itemList02 li.item:nth-child(3n) {
	margin-right: 0;
}
.itemList02 .more {
	margin-top: 1.2em;
    width: 100%;
    color: #fff;
    display: block;
    padding: 0.5em 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #bcb7a9;
    background: transparent;
}
.itemList02 .item:hover {
	transition: .3s;
	opacity: 0.7;
}
.itemList02 .item:hover .more {
	background-color: #ee8901;
	border-color: #ee8901;
}

/* cateB-2 */
.FS2_sort_menu_bg {
    margin: 0px;
    background: #FFF;
}
.FS2_sort_menu_bg ul#FS2_sort_menu {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: right;
}

.FS2_sort_menu_bg li {
    margin: 0px;
    padding: 0 8px 0 5px;
    display: inline-block;
    border-right: 1px solid #333333;
}
/* .FS2_sort_menu_bg li:first-child { border:none; } */

.itemList03 h4.name {
	font-size: 17px;
	min-height: 60px;
}

.itemList03 .name {
    font-weight: 600;
    padding: 0 15px;
    border-left: solid 5px #ee8901;
}

.itemList03 .txtbox {
    background-color: #f7f0e6;
    color: #333;
    padding: 20px 0;
}

.itemList03 .item {
	margin-right: 20px;
    margin-bottom: 25px;
    width: 220px;
    display: inline-block;
    vertical-align:top
}
.itemList03 .price {
    padding: 0.8em 25px 0;
    font-size: 13px;
}
.itemList03 .price strong {
    font-size: 18px;
    font-weight: 700;
}
.itemList03 li.item:nth-child(3n) {
	margin-right: 0;
}
.itemList03 .more {
	margin: 10px auto 0;
    width: 190px;
    color: #333;
    display: block;
    padding: 0.5em 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #bcb7a9;
    background: transparent;
    font-weight: bold;
}
.itemList03 .item:hover {
	transition: .3s;
	opacity: 0.7;
}
.itemList03 .item:hover .more {
	background-color: #ee8901;
	border-color: #ee8901;
	color: #FFF;
}
p.pager {
    background-color: #f1efeb;
    font-size: 13px;
    text-align: center;
    padding: 0.8em 0;
    margin-top: 30px;
    /*position: relative;*/
}
.pager span.FS2_pager_text {
    /*position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    text-align: center;*/
    font-weight: bold;
}
.pager span.FS2_pager_stay {
    font-size: 18px;
    font-weight: bold;
    padding: 0.1em 0.4em;
    margin: 0 0.2em;
    color: #333;
    background: #FFF;
}
.pager a.FS2_pager_link {
    font-size: 18px;
    font-weight: bold;
    padding: 0.1em 0.4em;
    margin: 0 0.2em;
    color: #333;
}
.cateIndex .resultFooter {
    background-color: #f1efeb;
    font-size: 13px;
    text-align: center;
    padding: 1.5em 0 0.8em;
}
.cateIndex .resultFooter .pageNumber li {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}
.cateIndex .resultFooter .pageNumber li a {
	padding: 0.1em 0.4em;
	margin: 0 0.2em;
	color: #333;
}
.cateIndex .resultFooter .pageNumber li .active {
	background-color: #fff;
}
.cateIndex .resultFooter .pager {
	color: #333;
	margin: 1em 0.8em;
	display: flex;
	justify-content: space-between;
	margin-top: -25px;
}
.cateIndex .resultFooter .pager .prev { margin-left: 0.8em; }
.cateIndex .resultFooter .pager .next { margin-right: 0.8em; }
.cateIndex .resultFooter .pager a { color: #333; }
.cateIndex .resultFooter .pager .fa {
	font-size: 1.5em;
	display: inline-block;
	padding: 0.2em;
	position: relative;
	top: 0.1em;
}
p.result {
	text-align: center;
}
/* ５秒でわかるおすすめうなぎ */

.qa-osusume .qa-box {
    border: 3px solid #963636;
}

.qa-osusume .qa-box h3 {
    font-family: 'Yu Gothic', sans-serif;
    color: #FFF;
    font-size: 23px;
    font-weight: normal;
    padding: 10px;
    background: #963636;
    text-align: left;
}

.qa-osusume .qa-box h3 span {
    font-size: 33.48px;
}

.qa-osusume .qa-box ul {
    margin-top: 35px;
    margin-bottom: 60px;
}
.qa-osusume .qa-box ul li {
    width: 460px;
    margin: 20px auto;
}
.qa-osusume .qa-box ul li input[type="submit"] {
    width: 460px;
    display: block;
    background: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 17px 0;
    border: 1px solid #4b4b4b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.qa-osusume .qa-box ul li input[type="submit"]:hover {
    background: #f39800;
    color: #FFF;
}

.qa-osusume .qa-box ul li a {
    width: 460px;
    display: block;
    background: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 17px 0;
    border: 1px solid #4b4b4b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.qa-osusume .qa-box ul li a:hover {
    background: #f39800;
    color: #FFF;
}

.qa-osusume .qa-box h3.large {
    font-size: 27px;
}

.qa-osusume .qa-box h3 span.answer {
    font-size: 33.48px;
    display: block;
    float: left;
    padding-right: 10px;
}

.qa-osusume .qa-box h3 span.small {
    font-size: 18px;
}

.qa-box .itemList03 li.item {
    margin-left: 9px;
    margin-bottom: 25px;
    width: 220px;
    display: inline-block;
    vertical-align: top;
}

.qa-osusume .qa-box ul li.item a {
    width: 220px;
    border: none;
    padding: 0;
}

/*
req adjustment
*/
.FS2_breadcrumbs {
	transform: translate(-272px,-80px);
	-webkit-transform: translate(-272px,-80px);
	-moz-transform: translate(-272px,-80px);
	-ms-transform: translate(-272px,-80px);
	-o-transform: translate(-272px,-80px);
	background-color: transparent;
	margin-bottom: 0;
}
.FS2_breadcrumbs a {
font-size: 100%;
}

.pan.FS2_breadcrumbs_1 {
    display: none;
}
.pan.FS2_breadcrumbs_2 {
    display: none;
}
.pan.FS2_breadcrumbs_3 {
    display: none;
}
.pan.FS2_breadcrumbs_4 {
    display: none;
}
.pan.FS2_breadcrumbs_5 {
    display: none;
}
/*
req adjustment
*/
#FS2_itemlayout_D .thumbnail {
    margin: 0 10px 5px 0;
    width: 250px;
}

#FS2_itemlayout_I .thumbnail {
    padding: 0 10px 5px 0;
    width: 340px;
    box-sizing: border-box;
}
/*
table-layout
*/
.common-table,
.company-info {
	width: 100%;
	border-collapse: collapse;
}
.common-table tr + tr,
.company-info tr + tr{
	border-top: 2px solid #fff;
}
.common-table td,
.company-info td{
	vertical-align: middle;
	background-color: #f0ebe5;
	font-weight: bold;
	padding: 16px 12px;
}
.common-table td + td,
.company-info td + td {
	background-color: #faf5ee;
	font-weight: normal;
	padding: 16px 26px;
}

table.doyou-table {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border: 1px solid #ccc;
}
table.doyou-table thead {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #04162e;
}
table.doyou-table thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
}
table.doyou-table tbody th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background: #f0e4d1;
}
table.doyou-table td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}



#corp-info #youtube-wrap {
	padding-top: 72px;
	padding-bottom: 36px;
}

#corp-info #youtube-wrap iframe {
	display: block;
	width: 560px;
	margin: 0 auto;
}
.shipping-info .bg-color {
    background-color: #f0ebe5;
    border-left: 2px solid #fff;
}
/*media*/

#corp-media .media-list-2003after {

}
#corp-media .media-list-2003after tr td {
	padding: 12px 12px;
}
#corp-media .media-list-2003after tr td:nth-child(1) {
	background-color: #f0ebe5;
}
#corp-media .media-list-2003after tr td:nth-child(2) {
	background-color: #faf8f3;
}
#corp-media .media-list-2003after img {
	vertical-align: bottom;
	
}

#corp-media .media-list-2003after .ttl-box {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding: 12px;
}
#corp-media .media-list-2003after .img-box {
	text-align: left;
	margin-top: 16px;
}
#corp-media .media-list-2003after .txt-box {
	background-color: #faf8f3;
	margin-bottom: 16px;
}

#corp-media .media-list-2003after .issue-box {
	display: inline;
	background-color: #f0ebe5;
	padding: 4px 6px;
	border-radius: 4px;
}

#corp-media .media-list-2003 {

}
#corp-media .media-list-2003 tr td,
#corp-media .item-info tr td,
#corp-media .media-table tr td {
	padding: 12px;
}
#corp-media .media-list-2003 tr td:nth-child(1),
#corp-media .item-info tr td:nth-child(1),
#corp-media .media-table tr td:nth-child(1) {
	background-color: #f0ebe5;
}
#corp-media .media-list-2003 tr td:nth-child(2),
#corp-media .item-info tr td:nth-child(2),
#corp-media .media-table tr td:nth-child(2) {
	background-color: #f4f4f4;
}
#corp-media .media-list-2003 tr td:nth-child(3),
#corp-media .item-info tr td:nth-child(3),
#corp-media .media-table tr td:nth-child(3) {
	background-color: #faf8f3;
}
#corp-media .media-table {
	padding-bottom: 30px;
}
#corp-staff {

}
#corp-staff  #top-visual-fill {
}
#corp-staff  #top-visual-fill .ttl_page {
	z-index: 2;
	padding: 0;
	margin: 0;
	height: 308px;
	overflow: hidden;
}
#corp-staff  #top-visual-fill .ttl_page:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	z-index: 0;
	background-image: url(/assets/img/corp/staff_room.png);
	background-size: cover;
	background-position: center center;
}
#corp-staff  #top-visual-fill .ttl_page:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
}
#corp-staff  #top-visual-fill .ttl_page .container {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 3;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	padding: 0;
}

#corp-wrapping {

}
#corp-wrapping .wrapping-box-type-02 + .wrapping-box-type-02 {
	margin-top: 50px;
}

#policy .h-style-icon-bdr {
    margin: 20px 0 10px;
}
#policy p a {
    text-decoration: underline;
}
ul.icon-des li {
    clear: both;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 10px;
    height: 44px;
    padding-bottom: 10px;
}

ul.icon-des li .icon-img {
    float: left;
}
ul.icon-des li .icon-txt {
    float: left;
    padding: 15px;
    width: 80%;
}
/* catch banner */
.FS2_body_Goods_GoodsDetail #top-visual-fill {
    display: none;
}

#top-visual-fill .ttl_page {
    z-index: 2;
    padding: 0;
    margin: 0;
    height: 280px;
    overflow: hidden;
}
#top-visual-fill .ttl_page:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
#top-visual-fill .ttl_page .container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 3;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 0;
}

/*add20170629 natu 土曜*/
.FS2_body_Goods_natu .layout_body #top-visual-fill .ttl_page .container:before,
#top-visual-fill .ttl_page .container:before {
    color: #FFF;
    font-size: 30px;
    font-weight: normal;
    padding: 0;
    font-family: "Kozuka Mincho Pro", "Yu Mincho Demibold","游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 1020px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    content: "浜名湖山吹セレクション";
}

#qa #top-visual-fill .ttl_page .container:before {
    content: "";
}
#osusume #top-visual-fill .ttl_page .container:before {
    content: "";
}
#contact #top-visual-fill .ttl_page .container:before {
    content: "";
}
#policy #top-visual-fill .ttl_page .container:before {
    content: "";
}
#delivery #top-visual-fill .ttl_page .container:before {
    content: "";
}
#corp-wrapping #top-visual-fill .ttl_page .container:before {
    content: "";
}

/*デフォルト*/
/*add20170629 natu 土曜*/

.FS2_body_Goods_GoodsGroupList_2.FS2_body_Goods_natu #top-visual-fill .ttl_page:after,
#top-visual-fill .ttl_page:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    /* filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px); */
    z-index: 0;
    background-image: url(/assets/img/common/02_topvisual-01.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*デフォルト*/
.FS2_body_Goods_tennen #top-visual-fill .ttl_page .container:before {
    content: "浜名湖産 天然うなぎ";
}
.FS2_body_Goods_tennen #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr3.jpg);
}

.FS2_body_Goods_gr264 #top-visual-fill .ttl_page .container:before {
    content: "浜名湖産 うなぎの白焼き";
}
.FS2_body_Goods_gr264 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr264.jpg);
}

.FS2_body_Goods_gr154 #top-visual-fill .ttl_page .container:before {
    content: "「うなつくし」（国産うなぎ）";
}
.FS2_body_Goods_gr154 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr154.jpg);
}

.FS2_body_Goods_gr157 #top-visual-fill .ttl_page .container:before {
    content: "浜名湖産 うなぎ 朝焼き蒲焼き";
}
.FS2_body_Goods_gr157 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr157.jpg);
}

.FS2_body_Goods_gr245 #top-visual-fill .ttl_page .container:before {
    content: "国産うなぎ 真空蒲焼き";
}
.FS2_body_Goods_gr245 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr245.jpg);
}

.FS2_body_Goods_gr67 #top-visual-fill .ttl_page .container:before {
    content: "うなぎの肝（きも）";
}
.FS2_body_Goods_gr67 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr67.jpg);
}

.FS2_body_Goods_gr217 #top-visual-fill .ttl_page .container:before {
    content: "国産うなぎ焼き";
}

.FS2_body_Goods_gr217 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr217.jpg);
}

.FS2_body_Goods_gr198 #top-visual-fill .ttl_page .container:before {
    content: "特選国産うなぎの佃煮";
}
.FS2_body_Goods_gr198 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr198.jpg);
}

.FS2_body_Goods_gr188 #top-visual-fill .ttl_page .container:before {
    content: "うなぎぼーん（お菓子・おつまみ）";
}
.FS2_body_Goods_gr188 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr188.jpg);
}

.FS2_body_Goods_gr238 #top-visual-fill .ttl_page .container:before {
    content: "国産うなぎの真空白焼き";
}
.FS2_body_Goods_gr238 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr238.jpg);
}

.FS2_body_Goods_gr231 #top-visual-fill .ttl_page .container:before {
    content: "国産うなぎの佃煮";
}
.FS2_body_Goods_gr231 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr231.jpg);
}

.FS2_body_Goods_GoodsGroupList_2.FS2_body_Goods_tare #top-visual-fill .ttl_page .container:before {
    content: "うなぎ調味料（たれ・山椒・わさび塩）";
}
.FS2_body_Goods_GoodsGroupList_2.FS2_body_Goods_tare #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr200.jpg);
}

.FS2_body_Goods_GoodsGroupList_2.FS2_body_Goods_wasabi #top-visual-fill .ttl_page .container:before {
    content: "うなぎ調味料（たれ・山椒・わさび塩）";
}
.FS2_body_Goods_GoodsGroupList_2.FS2_body_Goods_wasabi #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr200.jpg);
}

.FS2_body_Goods_GoodsGroupList_2.FS2_body_Goods_sansyou #top-visual-fill .ttl_page .container:before {
    content: "うなぎ調味料（たれ・山椒・わさび塩）";
}
.FS2_body_Goods_GoodsGroupList_2.FS2_body_Goods_sansyou #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr200.jpg);
}


.FS2_body_Goods_GoodsGroupList_2 #top-visual-fill .ttl_page .container:before {
    content: "贈り先別ギフト";
}
.FS2_body_Goods_GoodsGroupList_2 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/topvisual-gift.jpg);
}



.FS2_body_Goods_gr159 #top-visual-fill .ttl_page .container:before {
    content: "贈り先別ギフト";
}
.FS2_body_Goods_gr159 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/topvisual-gift.jpg);
}

.FS2_body_Goods_gr207 #top-visual-fill .ttl_page .container:before {
    content: "やまぶきセレクト産地直送「特撰」味めぐり";
}
.FS2_body_Goods_gr207 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/topvisual-gift.jpg);
}
.FS2_body_Goods_gr210 #top-visual-fill .ttl_page .container:before {
    content: "国産うなぎ 真空長蒲焼き";
}
.FS2_body_Goods_gr210 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr245.jpg);
}
.FS2_body_Goods_gr175 #top-visual-fill .ttl_page .container:before {
    content: "国産うなぎ 真空串蒲焼き";
}
.FS2_body_Goods_gr175 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr217.jpg);
}
.FS2_body_Goods_gr230 #top-visual-fill .ttl_page .container:before {
    content: "浜名湖産 うなぎ串蒲焼き";
}
.FS2_body_Goods_gr230 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr157.jpg);
}

.FS2_body_Goods_gr228 #top-visual-fill .ttl_page .container:before {
    content: "浜名湖産 うなぎ長蒲焼き";
}
.FS2_body_Goods_gr228 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr3.jpg);
}

/* 追加エリア */
.FS2_body_Goods_kabayaki-a #top-visual-fill .ttl_page .container:before {
    content: "浜名湖産 うなぎ蒲焼き 朝焼き";
}
.FS2_body_Goods_kabayaki-a #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr157.jpg);
}

.FS2_body_Goods_kabayaki-v #top-visual-fill .ttl_page .container:before {
    content: "国産 うなぎ蒲焼き 真空パック";
}
.FS2_body_Goods_kabayaki-v #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr157.jpg);
}

.FS2_body_Goods_sira #top-visual-fill .ttl_page .container:before {
    content: "浜名湖山吹 うなぎの白焼き";
}
.FS2_body_Goods_sira #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr264.jpg);
}

.FS2_body_Goods_sirayaki-a #top-visual-fill .ttl_page .container:before {
    content: "浜名湖産 うなぎ白焼き 朝焼き";
}
.FS2_body_Goods_sirayaki-a #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr264.jpg);
}

.FS2_body_Goods_sirayaki-v #top-visual-fill .ttl_page .container:before {
    content: "国産 うなぎ白焼き 真空パック";
}
.FS2_body_Goods_sirayaki-v #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr264.jpg);
}

.FS2_body_Goods_tukudani #top-visual-fill .ttl_page .container:before {
    content: "国産うなぎの佃煮";
}
.FS2_body_Goods_tukudani #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr231.jpg);
}

.FS2_body_Goods_tukudani #top-visual-fill .ttl_page .container:before {
    content: "国産うなぎの佃煮";
}
.FS2_body_Goods_tukudani #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr231.jpg);
}

.FS2_body_Goods_tuku #top-visual-fill .ttl_page .container:before {
    content: "うなぎの佃煮";
}
.FS2_body_Goods_tuku #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr231.jpg);
}

.FS2_body_Goods_tuku-set2 #top-visual-fill .ttl_page .container:before {
    content: "うなぎ佃煮詰合せ";
}
.FS2_body_Goods_tuku-set2 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr231.jpg);
}

.FS2_body_Goods_tukudani-s #top-visual-fill .ttl_page .container:before {
    content: "特撰 うなぎの佃煮";
}
.FS2_body_Goods_tukudani-s #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr231.jpg);
}

.FS2_body_Goods_tuku-set #top-visual-fill .ttl_page .container:before {
    content: "特撰 うなぎ佃煮詰合せ";
}
.FS2_body_Goods_tuku-set #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr231.jpg);
}

.FS2_body_Goods_unatukusi #top-visual-fill .ttl_page .container:before {
    content: "うなぎ混ぜご飯 うなつくし";
}
.FS2_body_Goods_unatukusi #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr154.jpg);
}

.FS2_body_Goods_kimo #top-visual-fill .ttl_page .container:before {
    content: "うなぎの肝";
}
.FS2_body_Goods_kimo #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr67.jpg);
}

.FS2_body_Goods_bone #top-visual-fill .ttl_page .container:before {
    content: "うなぎボーン";
}
.FS2_body_Goods_bone #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/gr188.jpg);

}.FS2_body_Goods_recipe #top-visual-fill .ttl_page .container:before {
    content: "浜名湖山吹のうなぎ料理レシピ";
}
.FS2_body_Goods_bone #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/02_topvisual-01.jpg);
}



/* 季節モノ */

.FS2_body_Goods_fuku #top-visual-fill .ttl_page .container:before {
    content: "うなぎの浜名湖山吹 福袋";
}
.FS2_body_Goods_fuku #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/header_img_fuku.jpg);
}

.FS2_body_Goods_gr147 #top-visual-fill .ttl_page .container:before {
    content: "お年賀ギフト・お正月特集";
}
.FS2_body_Goods_gr147 #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/nenga.jpg);
}

.FS2_body_Goods_fuyu #top-visual-fill .ttl_page .container:before {
    content: "冬の土用（寒土用）";
}
.FS2_body_Goods_fuyu #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/header_img_wdoyo.jpg);
}

.FS2_body_Goods_mother #top-visual-fill .ttl_page .container:before {
    content: "母の日ギフト";
}
.FS2_body_Goods_mother #top-visual-fill .ttl_page:after {
    background-image: url(/assets/img/common/header_mother.jpg);
}






p.bun_right {
    line-height: 25px;
}
/* Q&A */
#qa .h-style-icon-bdr {
    margin-bottom: 20px;
}
.q-box ul li {
    padding: 8px 0;
    font-weight: bold;
}
.q-box ul li p {
    margin-left: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

/* Contact */
#contact #main textarea {
    vertical-align: top;
    height: 10em!important;
    resize: vertical;
}


/* system  style */
.FS2_body_Config .CrossHead {
    border-color: #FFB400;
    font-size: 20px;
}
.FS2_login_layout_table_td_left .CrossHead {
    margin-right: 15px;
    font-size: 22px;
}
.FS2_login_layout_table_td_right .CrossHead {
    font-size: 22px;
}

/* postagesettlelist */
.FS2_body_Config_PostageSettleList .FS2_Config_Postage > .userTable_02 {
	table-layout: fixed;
	font-size: 14px;
}
.FS2_body_Config_PostageSettleList .FS2_Config_Postage > .userTable_02 th {
	font-size: 13px;
	padding: 8px;
	white-space: normal!important;
	vertical-align: middle;
}
.FS2_body_Config_PostageSettleList .FS2_Config_Postage > .userTable_02 tr:nth-child(1) th,
.FS2_body_Config_PostageSettleList .FS2_Config_Postage > .userTable_02 tr:nth-child(6) th,
.FS2_body_Config_PostageSettleList .FS2_Config_Postage > .userTable_02 tr:nth-child(11) th,
.FS2_body_Config_PostageSettleList .FS2_Config_Postage > .userTable_02 tr:nth-child(16) th,
.FS2_body_Config_PostageSettleList .FS2_Config_Postage > .userTable_02 tr:nth-child(21) th,
.FS2_body_Config_PostageSettleList .FS2_Config_Postage > .userTable_02 tr:nth-child(26) th {
	text-align: center;
}
.FS2_body_Config_PostageSettleList .FS2_Config_Postage > .userTable_02 td {
	padding: 10px;
	vertical-align: middle;
	position: relative;
}

.FS2_body_Config_PostageSettleList .FS2_Config_Postage > .userTable_02 td:after {
	content: "\";
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.FS2_body_Config_PostageSettleList .pageTitle {
    border-bottom: none;
}
.FS2_body_Config_PostageSettleList .CrossHead {
    border-color: #FFB400;
    font-size: 22px;
}
/* GoodsSearchList */
.FS2_body_Goods_GoodsSearchList .pageTitle {
    letter-spacing: 3px;
}
.FS2_Config_DeliveryMethod table td {
    text-align: center;
}
.FS2_Config_DeliveryMethod table th {
    text-align: center;
    color: red;
}
.div_sale_desc_main {
    color: #333;
    font-size: 30px;
    font-weight: normal;
    padding: 40px 0 10px;
    font-family: "Kozuka Mincho Pro", "Yu Mincho Demibold";
}
/*add-20170810-cal-style*/
.y_datepicker .ui-datepicker-week-end span {
	color: #ff0000!important;
}
.y_datepicker .ui-datepicker-calendar td {
	opacity: 1!important;
}
.y_datepicker .ui-datepicker-today span {
	background: none!important;
}

.y_datepicker_side {
	width: 200px;
	margin-top: 32px;
}
.y_datepicker_side .ui-datepicker-inline {
	width: 194px;
}

.y_datepicker_side .ui-datepicker-week-end span {
	color: #ff0000!important;
}
.y_datepicker_side .ui-datepicker-calendar td {
	opacity: 1!important;
}
.y_datepicker_side .ui-datepicker-today span {
	background: none!important;
}

/*add-20170810-cal-style*/


/*add-20170920-style*/
#static-logout {
	background-color: #963636;
	display: inline-block;
	padding: 6px 8px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	box-shadow: 1px 1px 4px 0px transparent;
}

#static-logout:hover {
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.65);
}

/*add-20170920-style*/


/*add-20171013-style*/
.FS2_body_Goods_bento .itemList01 .image img {
	width: 100%;
}
.FS2_body_Goods_bento .itemList01 .bento-price {
    font-size: 24px;
    font-weight: bold;
    color: #ffd700;
}

.FS2_body_Goods_bento .itemList01 .txtbox h4 {
	font-size: 20px;
}

/*add-20171013-style*/

/*add-20181204-style*/
table.category_page {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
    padding: 30px 0;
}

table.category_page .category_uppertext {
    font-size: 32px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background: url(/assets/img/common/yamabuki_icon.png) no-repeat 16px 6px;
    padding-left: 80px;
    padding-bottom: 50px;
    height: 54px;
    vertical-align: middle;
}

table.category_page .category_uppertext span {
    color: #D5BA58;
    font-size: 42px;
}

table.category_page .category_ranking_title {
    font-size: 46px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    background: url(/assets/img/common/unagi_icon.png) no-repeat 50% 50%;
    height: 100px;
    vertical-align: middle;
}

table.category_page td.category_ranking {
    padding: 30px 10px 0;
    display: inline-block;
    max-width: 29%;
}

table.category_page td.category_ranking h2 {
    padding: 15px 0 0;
}

table.category_page td.category_ranking h2 a {
    color: #FFFFFF;
    font-size: 16px;
}

table.category_page td.category_ranking h2 a:hover {
    color: #e28c46;
}

table.category_page td.category_ranking p {
    letter-spacing: 0;
}

table.category_page td.category_ranking .button {
    width: 80%;
    margin: 10px auto;
    padding: 8px 0;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    border-radius: 23px;
    -webkit-border-radius: 23px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 23px;/* for Firefox 対応*/
    border: 2px #FFFFFF solid;
}
table.category_page td.category_ranking .button:hover {
    color: #000000;
    background: #FFFFFF;
}

table.category_page .three_reason_title {
    width: 100%;
    font-size: 40px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    background: url(/assets/img/common/unagi_icon2.png) no-repeat 50% 50%;
    height: 174px;
    vertical-align: middle;
    line-height: 60px;
}

table.category_page .three_reason_title span {
    color: #D0021B;
    font-size: 46px;
}

table.category_page .three_reason_title span.big {
    color: #000000;
    font-size: 46px;
}


table.category_page .three_reason_title span {
    color: #D0021B;
    font-size: 46px;
}

table.category_page .three_reason {
    font-size: 26px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
}

table.category_page .three_reason span {
    color: #D0021B;
}

table.category_page td.three_reason_box {
    padding: 30px 10px 0;
    display: inline-block;
    max-width: 29%;
}

table.category_page td.three_reason_box strong {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

table.category_page .three_reason_title.freshness {
    background: none;
    height: 100px;
}

table.category_page td.description p {
    width: 490px;
    margin: 20px auto;
    text-align: left;
}

table.category_page .section_title {
    width: 100%;
    font-size: 46px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    line-height: 60px;
}

table.category_page .section_title.store {
    color: #D5BA58;
    background: url(/assets/img/category/shikamo_icon.png) no-repeat 10% 0;
    height: 120px;
}

table.category_page td.section_left {
    width: 50%;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
}

table.category_page td.section_right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
}
table.category_page .section_title.kodawari {
    width: 100%;
    font-size: 40px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    background: url(/assets/img/category/flower_icon.png) no-repeat 50% 50%;
    height: 174px;
    vertical-align: middle;
    line-height: 60px;
}

table.category_page .section_title.kodawari span {
    color: #8B572A;
}


table.category_page .kodawari_midashi strong {
    font-size: 26px;
    color: #D3000A;
}

table.category_page .three_reason_box.border_bottom {
    border-bottom: 1px dotted #8B572A;
    padding-bottom: 30px;
}

table.category_page .section_title.wrapping {
    background: #2D0D1F;
    font-size: 40px;
    color: #FFFFFF;
    padding: 10px 0;
    margin-bottom: 40px;
    display: block;
}

table.category_page .wrapping_message {
    background: #FAF7EE;
    padding: 0 5px;
    display: inline-block;
}

table.category_page .wrapping_message p {
    font-size: 16px;
    width: 576px;
    margin: 0 auto;
    text-align: left;
}

table.category_page .search-Topbox {
    height: 168px;
    width: 500px;
    margin: 30px auto;
    background: url(../../assets/img/common/01_backImg08.png) repeat;
}

table.category_page input {
    padding: 8px 6px;
    margin-bottom: 15px;
    margin-right: 10px;
}

table.category_page .search li.list-top {
    padding: 14px 15px 14px;
}

table.category_page .search li.genre {
    width: 140px;
    display: inline-block;
    padding: 15px 15px 0;
}

table.category_page .search li.category {
    width: 152px;
    display: inline-block;
    padding: 15px 0px 0;
}

table.category_page .search li.cost {
    width: 135px;
    display: inline-block;
    padding: 15px 15px 0;
}

table.category_page .search li.search-box {
    display: inline-block;
    padding: 17px 15px 0;
}

table.category_page select {
    width: 100%;
    padding: 10px 0 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #FFF;
    background: #FFF url(../../assets/img/common/ico_select_arrow.png) no-repeat;
    background-size: 10px, 7px;
    background-position: 90% 50%;
}

table.category_page .btn.btn-xs {
    padding: 8px 20px;
    color: #FFF;
    background: #434343;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    border: 1px solid #434343;
}

/*add-20181204-style*/

/*add-20190430-style*/
body .pad-t60 {
    padding-top: 60px!important;
}

body .bg-brown {
    background-color: #52100D;
    color: #FFFFFF;
}

/*add-20190430-style*/

/*add-20190430-style*/

table.category_page .section_title.attention.papa {
    color: #F4CC88;
    background: url(/assets/img/category/papa_attention.png) no-repeat top left 10px;
    background-size: initial;
    padding: 0 0 10px 150px;
    font-size: 36px;
}

table.category_page .attention_box {
    padding: 15px 25px;
    margin: 0 auto 10px;
    color: #52100D;
    width: 94%;
    background: #FFF;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
}

table.category_page .attention_box p {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.attention_box .box_title {
    font-size: 26px;
    color: #BE434C;
    text-align: left;
}

.attention_box .red {
    color: #D0021B;
}

.attention_box .fz14 {
    font-size: 14px;
    line-height: 20px;
}

.attention_box .fz18 {
    font-size: 18px;
}

.attention_box .fz20 {
    font-size: 20px;
}

.attention_box .fz25 {
    font-size: 25px;
    line-height: 40px;
}

.attention_box .fz30 {
    font-size: 30px;
    line-height: 45px;
}
table.category_page .attention_box.no-padding {
    padding: 0;
}
table.category_page .attention_box .left {
    width: 213px;
    height: 154px;
    float: left;
    padding: 10px 0;
    box-sizing: border-box;
}

table.category_page .attention_box .right {
    width: auto;
    float: right;
    padding: 0 10px;
}

table.category_page .attention_box .papa_message_sample {
    margin-bottom: 5px;
}


/*add-20190430-style*/

/*add-20191017-style*/
.FS2_body_Goods_GoodsDetail .FS2_point {
	border-bottom: none;
}
#GlbMenu .menu_nav {
	padding-left: 20px;
}
#GlbMenu .dropdown_menu_01 ul li {
    float: left;
    margin-left: 6px;
}
/*add-20191017-style*/


/* レシピ一覧 */
.recipe_list_header h1 {
    line-height: 1.4em;
    top: 34px;
}
.recipe_list_header .ttl_page {
    height: auto;
    color: #fff;
    padding-top: 94px !important;
    margin-bottom: 175px;
} 


.recipe_main .inner_content {
    position: relative;
    width: 710px;
}
.recipe_main .inner_content .recipe_title span {
    position: absolute;
    left: 190px;
    padding: 0 10px;
    background-color: #fff;
    font-size: 28px; 
}
.recipe_main .inner_content .recipe_title::before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
}
.recipe_main .inner_content .recipe_sentence {
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.recipe_main .inner_content .recipe_item {
    font-size: 0;
}
.recipe_main .inner_content .recipe_item .recipe_items {
    display: inline-block;
    width: 220px;
    height: 390px;
    vertical-align: top;
    margin: 0 25px 30px 0;
    font-size: 14px;
    background-color: #f7f0e6;
}
.recipe_main .inner_content .recipe_item .recipe_items:nth-child(3n) {
    margin: 0 0 20px 0;
}
.recipe_main .inner_content .recipe_item .recipe_content {
    padding: 20px;
}
.recipe_main .inner_content .recipe_item .recipe_name {
    display: block;
    height: 40px;
    margin-bottom: 16px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
.recipe_main .inner_content .recipe_item .recipe_name a {
    display: flex;
    height: 40px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px #963636 solid;
}
.recipe_main .inner_content .recipe_item .recipe_text {
    height: 62px;
    padding: 10px 0;
    line-height: 1.4em;
}
.recipe_back {
    display: block;
    width: 180px;
    padding: 40px;
    margin: 0 auto;
}
.recipe_main .inner_content .recipe_detail_btn, .recipe_main .inner_content .recipe_backbtn {
    display: inline-block;
    width: 180px;
    padding: 10px 0;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    background-color: #963636;
    border-radius: 4px;
    position: relative;
}
.recipe_main .inner_content .recipe_detail_btn:hover, .recipe_main .inner_content .recipe_backbtn:hover {
    opacity: 0.5;
}


/* レシピ個別 */
.recipe_header h1 {
    line-height: 1.4em;
    top: 14px;
}
.recipe_header h1 span{
    font-size: 20px;
}
.recipe_header .ttl_page {
    height: auto;
    color: #fff;
    padding-top: 94px !important;
    margin-bottom: 135px;
} 
.recipe_underpage {
    margin-top: 40px;
}
.recipe_underpage .recipe_wrapper .picture {
    display: inline-block;
    width: 355px;
}
.recipe_underpage .recipe_wrapper .right_content {
    display: inline-block;
    width: 320px;
    margin-left: 30px;
    vertical-align: top;
}
.recipe_underpage .recipe_wrapper .recipe_title {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2em;
    font-feature-settings:"palt";
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding-bottom: 10px;
    border-bottom: 1px #c6c6c6 dotted;
}
.recipe_underpage .recipe_wrapper p {
    padding: 0;
}
.recipe_underpage .recipe_wrapper .phrase {
    margin-top: 20px;
    font-size: 1.6em;
    font-weight: 600;
}
.recipe_underpage .recipe_wrapper .text {
    margin-top: 20px;
    line-height: 1.2em;
}
.recipe_underpage .recipe_flow {
    position: relative;
    padding-top: 60px;

}
.recipe_underpage .recipe_flow .recipe_flow_title span{
    position: absolute;
    left: 314px;
    padding: 0 10px;
    background-color: #fff;
    font-size: 20px; 
}
.recipe_underpage .recipe_flow .recipe_flow_title::before {
    border-top: 1px #999 solid;
    content: "";
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
}
.recipe_underpage .recipe_flow .flow_item {
    padding-top: 60px;
    counter-reset: number;
    list-style: none;
}
.recipe_underpage .recipe_flow .flow_items {
    margin-bottom: 20px;
    border-bottom: 1px #c6c6c6 dotted;
}
.recipe_underpage .recipe_flow .flow_items::before{
    counter-increment: number;
    content: counter(number);
    background-color: #963636;
    color: #fff;
    padding: 8px 10px;
    vertical-align: top;
}
.recipe_underpage .recipe_flow .flow_items .sentence {
    display: inline-block;
    width: 658px;
    padding-bottom: 16px;
    margin-left: 10px;
}
.recipe_underpage .recipe_flow .flow_items:last-child {
    border: none;
}
.recipe_underpage .item {
    margin-top: 20px;
    float: left;
}
.recipe_underpage .items {
    padding: 14px 20px;
    float: left;
}
.recipe_underpage .item .zairyo {
    width: 143px;
    background-color: #f0ebe5;
    margin-bottom: 2px;
}
.recipe_underpage .item .bunryo {
    width: 130px;
    background-color: #faf5ee;
    margin-bottom: 2px;
}
.recipe_underpage .recipe_material {
    display: block;
    height: 380px;
    border-bottom: 1px #c6c6c6 dotted;
}
.recipe_underpage .pic_right {
    display: inline;
    float: right;
    margin: 10px 0 0 40px;
    padding-bottom: 40px;
}
.recipe_underpage .pic_right img {
    width: 330px;
}
.recipe_underpage .mrg-t30 .product_name {
    font-size: 1.4em;
    margin: 30px 0;
}
.recipe_underpage .link_btn a {
    display: inline-block;
    width: 230px;
    padding: 10px 0;
    margin: 30px 0;
    text-align: center;
    color: #fff;
    background-color: #963636;
    border-radius: 4px;
}
.recipe_underpage .link_btn a:hover {
    opacity: 0.5;
}
.recipe_underpage .recipe_notice p {
    margin: 60px 0;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    line-height: 2.2em;
    color: #bdbdbd;
}
