@charset "UTF-8";
/* 変数
================================================== */
/* 複数行「…」で省略する方法 */
/* 仕様
================================================== */
/* カラー
------------------------------ */
/* 文字
------------------------------ */
/* 背景
------------------------------ */
/* 共通
================================================== */
* {
  box-sizing: border-box;
}

body {
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1120px) {
  body {
    font-size: 13px;
  }
}
body:before {
  content: "";
  display: block;
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  body:before {
    height: 45px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body:before {
    height: 45px;
  }
}

/* 画像
------------------------------ */
img {
  max-width: 100%;
  height: auto;
}

/* リンク
------------------------------ */
a {
  color: #d35656;
  transition: All 0.4s ease;
}

a:hover {
  opacity: .6;
  text-decoration: none;
}

a img {
  transition: All 0.4s ease;
}

a:hover img {
  opacity: .6;
}

/* クリアフィックス
------------------------------ */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* テーブル
------------------------------ */
table.def {
  width: 100%;
  border: 1px solid #a2a2a2;
}
table.def tbody tr {
  width: 100%;
}
table.def tbody tr th {
  width: 30%;
  padding: 0.75rem 0;
  font-weight: normal;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #fff;
  background: #222;
}
table.def tbody tr td {
  padding: 0.5rem;
  border-bottom: 1px solid #a2a2a2;
}

/* ギャラリー
------------------------------ */
ul.gallery {
  margin-top: 1.5em;
  overflow: hidden;
}
ul.gallery li {
  float: left;
  margin: 0 1% 1em;
}
@media only screen and (max-width: 640px) {
  ul.gallery li {
    width: 48%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  ul.gallery li {
    width: 31.33333333333333%;
  }
}
@media only screen and (min-width: 1120px) {
  ul.gallery li {
    width: 23%;
  }
}
ul.gallery li .thumb {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0.5em;
  width: 100%;
  box-sizing: border-box;
  text-indent: -9999px;
  clear: both;
}
@media only screen and (max-width: 640px) {
  ul.gallery li .thumb {
    height: 97.9125px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  ul.gallery li .thumb {
    height: 154.1475px;
  }
}
@media only screen and (min-width: 1120px) {
  ul.gallery li .thumb {
    height: 170px;
  }
}
ul.gallery li p {
  font-size: 0.75em;
}

/* リスト
------------------------------ */
ul.def {
  margin: 0 0 15px;
}

ul.def li {
  padding: 5px 0 5px 12px;
  border-bottom: 1px dotted #cfcfcf;
  background: url(../images/common/ico_arrow01.png) left center no-repeat;
}

/* 定義リスト
------------------------------ */
dl.def {
  overflow: hidden;
}

dl.def dt {
  color: #1e99a8;
  display: block;
  font-weight: bold;
  background: url(../images/common/ico_arrow01.png) left center no-repeat;
}
@media only screen and (max-width: 640px) {
  dl.def dt {
    padding: 0.5em 0 0 14px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  dl.def dt {
    padding: 0.5em 0 0 14px;
  }
}
@media only screen and (min-width: 1120px) {
  dl.def dt {
    clear: both;
    float: left;
    padding: 0.5em 0 0.5em 14px;
    width: 18%;
    border-bottom: 1px solid #cfcfcf;
  }
}

dl.def dd {
  display: block;
  border-bottom: 1px solid #cfcfcf;
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  dl.def dd {
    padding-bottom: 0.5em;
  }
}
@media only screen and (min-width: 1120px) {
  dl.def dd {
    float: right;
    padding: 0.5em 0;
    width: 82%;
  }
}

/* グローバルナビ
================================================== */
/* slicknav
------------------------------ */
.slicknav_menu {
  box-sizing: border-box;
  z-index: 9998;
  position: fixed;
  top: 0;
  width: 100%;
  *zoom: 1;
  font-size: 14px;
  box-sizing: border-box;
  background: url(../images/common/h_bg_pc.png);
  background-size: 960px auto;
}
@media only screen and (min-width: 1120px) {
  .slicknav_menu {
    display: none;
  }
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_menu .slicknav_menutxt {
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0;
  font-size: 9px;
  -webkit-transform: scale(0.95);
  -webkit-transform-origin: 0 0;
  line-height: 1.65;
  color: #966521;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon {
  width: 1.125em;
  height: 0.875em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  height: 3px;
  background-color: #966521;
}

.slicknav_btn {
  cursor: pointer;
  float: right;
  display: block;
  position: relative;
  padding: 9px;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: none;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 4px;
}

.slicknav_nav {
  clear: both;
  color: #333333;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  display: block;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #fff;
}
.slicknav_nav li {
  display: block;
  border-bottom: 1px solid #a2a2a2;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_row {
  display: block;
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  opacity: .6;
}
.slicknav_nav a {
  display: block;
  padding: 0.75em 1em;
  text-decoration: none;
  color: #333333;
}
.slicknav_nav a:hover {
  opacity: .6;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  float: left;
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

/* PC
------------------------------ */
@media only screen and (max-width: 640px) {
  nav.g-nav {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  nav.g-nav {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  nav.g-nav {
    position: relative;
    height: 220px;
    background: url(../images/common/h_bg_pc.png);
  }
}
@media only screen and (min-width: 1120px) {
  nav.g-nav ul {
    position: absolute;
    left: 50%;
    overflow: hidden;
    float: right;
    margin-top: 11px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1120px) {
  nav.g-nav ul li {
    float: left;
    width: 60px;
    height: 200px;
    border-left: 1px solid rgba(95, 58, 28, 0.25);
    -ms-writing-mode: tb-rl;
    /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  }
}
@media only screen and (min-width: 1120px) {
  nav.g-nav ul li:last-child {
    border-right: 1px solid rgba(95, 58, 28, 0.25);
  }
}
nav.g-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  padding: 35px 16px 0 0;
  background: url(../images/common/ico_flower01.png) no-repeat center top 5px;
}
nav.g-nav ul li a:hover {
  opacity: 1;
  background: url(../images/common/ico_flower02.png) no-repeat center top 5px;
}

/* ヘッダー
================================================== */
@media only screen and (min-width: 1120px) {
  header {
    position: relative;
  }
}
header .h-logo a {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  background: url(../images/common/h-logo_pc.png);
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  header .h-logo a {
    z-index: 9999;
    position: fixed;
    top: 13px;
    left: 10px;
    width: 90.5px;
    height: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  header .h-logo a {
    z-index: 9999;
    position: fixed;
    top: 13px;
    left: 10px;
    width: 90.5px;
    height: 20px;
  }
}
@media only screen and (min-width: 1120px) {
  header .h-logo a {
    z-index: 9999;
    position: absolute;
    right: 50%;
    bottom: 129px;
    margin-right: 134px;
    width: 210px;
    height: 46px;
  }
}
@media only screen and (max-width: 640px) {
  header .h-description {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  header .h-description {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  header .h-description {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (min-width: 1120px) {
  header .h-description .h-description-inner {
    display: block;
    width: 1120px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  header .h-tel {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  header .h-tel {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  header .h-tel {
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    z-index: 9999;
    position: absolute;
    bottom: 37px;
    right: 50%;
    margin-right: 105px;
    width: 270px;
    height: 70px;
    background: url(../images/common/h-tel_pc.png) no-repeat center;
    background-size: cover;
  }
}
header .visual {
  box-sizing: border-box;
}
header .main-visual {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
header .main-visual.bgsw {
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  header .main-visual.bgsw {
    height: 200px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  header .main-visual.bgsw {
    height: 320px;
  }
}
@media only screen and (min-width: 1120px) {
  header .main-visual.bgsw {
    height: 780px;
  }
}
header .sub-visual {
  position: relative;
  text-align: center;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/top/mainvis01.png);
  background-size: cover;
  background-position: center;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media only screen and (max-width: 640px) {
  header .sub-visual {
    padding-top: 70px;
    font-size: 16px;
    height: 167px;
    background-size: 960px auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  header .sub-visual {
    padding-top: 155px;
    font-size: 26px;
    height: 335px;
  }
}
@media only screen and (min-width: 1120px) {
  header .sub-visual {
    padding-top: 90px;
    font-size: 34px;
    height: 200px;
  }
}

/* トップページ
================================================== */
body#top {
  /* 共通
  ------------------------------ */
  /* こだわり
  ------------------------------ */
  /* お品書き
  ------------------------------ */
  /* おすすめメニュー
  ------------------------------ */
  /* 新着情報
  ------------------------------ */
}
body#top .item-title {
  display: inline-block;
  padding: 0 17px;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #614811;
  font-weight: bold;
  border-bottom: 1px solid #f29b76;
}
@media only screen and (max-width: 640px) {
  body#top .item-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top .item-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top .item-title {
    line-height: 1.9;
    font-size: 30px;
  }
}
body#top .more a {
  text-decoration: none;
  display: inline-block;
  padding: 0.65em 1em;
  font-size: 15px;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #fff;
  border-radius: 10px;
  border: 2px solid #e87878;
  box-shadow: 5px 5px 3px -3px rgba(10, 2, 5, 0.15);
  background: #d35656;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d35656 0%, #ba3c3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d35656 0%, #ba3c3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d35656 0%, #ba3c3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d35656', endColorstr='#ba3c3c',GradientType=0 );
  /* IE6-9 */
}
@media only screen and (min-width: 1120px) {
  body#top .more a {
    margin: 0 auto;
  }
}
body#top #greeting {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  body#top #greeting {
    padding: 20px 10px;
    background: #fdf3dd url(../images/top/greeting_bg_sp.png) no-repeat center top 21px;
    background-size: 320px auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #greeting {
    padding: 20px 10px;
    background: #fdf3dd url(../images/top/greeting_bg_sp.png) no-repeat center top 21px;
    background-size: 320px auto;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #greeting {
    position: relative;
    min-height: 537px;
    padding: 20px 10px;
    background: #fdf3dd url(../images/top/greeting_bg_pc.png) no-repeat center top 48px;
  }
}
body#top #greeting .item-title {
  border-bottom: 1px solid #f29b76;
}
@media only screen and (max-width: 640px) {
  body#top #greeting .item-title {
    margin-bottom: 174px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #greeting .item-title {
    margin-bottom: 174px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #greeting .item-title {
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: 190px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #greeting .item-text {
    position: absolute;
    top: 146px;
    left: 50%;
    margin-left: 20px;
    width: 455px;
    font-size: 15px;
  }
}
body#top #greeting .item-text .text {
  text-align: left;
  color: #222222;
}
@media only screen and (max-width: 640px) {
  body#top #greeting .item-text .text {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #greeting .item-text .text {
    width: 610px;
    margin: 0 auto 16px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #greeting .item-text .text {
    margin: 0 auto 36px;
  }
}
body#top .container {
  background: url(../images/top/container_bg_pc.png);
}
@media only screen and (max-width: 640px) {
  body#top .container {
    padding-top: 20px;
    background-size: 33.5px auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top .container {
    padding-top: 20px;
    background-size: 33.5px auto;
  }
}
@media only screen and (min-width: 1120px) {
  body#top .container {
    padding: 86px 0 100px;
  }
}
body#top #oshinagaki {
  text-align: center;
}
@media only screen and (min-width: 1120px) {
  body#top #oshinagaki {
    margin-bottom: 70px;
    padding-bottom: 81px;
    background: url(../images/top/oshinagaki_bg_pc.png) no-repeat center bottom;
  }
}
body#top #oshinagaki .item-title {
  color: #fff;
  border-bottom: 1px solid #fff799;
}
body#top #oshinagaki .item-text .oshinagaki-list {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
@media only screen and (max-width: 640px) {
  body#top #oshinagaki .item-text .oshinagaki-list {
    width: 300px;
    height: 393px;
    margin: 0 auto 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #oshinagaki .item-text .oshinagaki-list {
    width: 610px;
    height: 184px;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #oshinagaki .item-text .oshinagaki-list {
    width: 959px;
    height: 287px;
    margin: 26px auto 0;
  }
}
body#top #oshinagaki .item-text .oshinagaki-list li {
  float: left;
}
@media only screen and (max-width: 640px) {
  body#top #oshinagaki .item-text .oshinagaki-list li {
    margin: 0 10px 10px 0;
    width: 145px;
    height: 184px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #oshinagaki .item-text .oshinagaki-list li {
    margin: 0 10px 0 0;
    width: 145px;
    height: 184px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #oshinagaki .item-text .oshinagaki-list li {
    margin: 0 19px 0 0;
    width: 225px;
    height: 287px;
  }
}
@media only screen and (max-width: 640px) {
  body#top #oshinagaki .item-text .oshinagaki-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #oshinagaki .item-text .oshinagaki-list li:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #oshinagaki .item-text .oshinagaki-list li:nth-child(4) {
    margin-right: 0;
  }
}
body#top #oshinagaki .item-text .oshinagaki-list li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(51, 51, 51, 0.2);
}
@media only screen and (max-width: 640px) {
  body#top #oshinagaki .item-text .oshinagaki-list li.sushi-chirashi a {
    background: url(../images/top/oshinagaki_sushi-chirashi_sp.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #oshinagaki .item-text .oshinagaki-list li.sushi-chirashi a {
    background: url(../images/top/oshinagaki_sushi-chirashi_sp.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #oshinagaki .item-text .oshinagaki-list li.sushi-chirashi a {
    background: url(../images/top/oshinagaki_sushi-chirashi_pc.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 640px) {
  body#top #oshinagaki .item-text .oshinagaki-list li.moriawase a {
    background: url(../images/top/oshinagaki_moriawase_sp.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #oshinagaki .item-text .oshinagaki-list li.moriawase a {
    background: url(../images/top/oshinagaki_moriawase_sp.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #oshinagaki .item-text .oshinagaki-list li.moriawase a {
    background: url(../images/top/oshinagaki_moriawase_pc.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 640px) {
  body#top #oshinagaki .item-text .oshinagaki-list li.lunch-goenkai a {
    background: url(../images/top/oshinagaki_lunch-goenkai_sp.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #oshinagaki .item-text .oshinagaki-list li.lunch-goenkai a {
    background: url(../images/top/oshinagaki_lunch-goenkai_sp.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #oshinagaki .item-text .oshinagaki-list li.lunch-goenkai a {
    background: url(../images/top/oshinagaki_lunch-goenkai_pc.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 640px) {
  body#top #oshinagaki .item-text .oshinagaki-list li.shidashi-kaiseki a {
    background: url(../images/top/oshinagaki_shidashi-kaiseki_sp.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #oshinagaki .item-text .oshinagaki-list li.shidashi-kaiseki a {
    background: url(../images/top/oshinagaki_shidashi-kaiseki_sp.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #oshinagaki .item-text .oshinagaki-list li.shidashi-kaiseki a {
    background: url(../images/top/oshinagaki_shidashi-kaiseki_pc.png) no-repeat;
    background-size: cover;
  }
}
body#top #recommend-menu {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  body#top #recommend-menu {
    padding: 20px 10px;
    background: url(../images/top/recommend-menu_bg_sp.png);
    background-size: cover;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #recommend-menu {
    padding: 20px 10px;
    background: url(../images/top/recommend-menu_bg_sp.png);
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #recommend-menu {
    width: 960px;
    margin: 0 auto;
    padding: 26px 0 40px;
    background: url(../images/top/recommend-menu_bg_pc.png);
    box-shadow: 0px 0px 18px 5px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0px 0px 18px 5px rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: 0px 0px 18px 5px rgba(51, 51, 51, 0.2);
  }
}
@media only screen and (min-width: 1120px) {
  body#top #recommend-menu .recommend-menu_list {
    margin: 24px 0 13px;
  }
}
body#top #recommend-menu .recommend-menu_list .thumb {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
@media only screen and (max-width: 640px) {
  body#top #recommend-menu .recommend-menu_list .thumb {
    width: 250px;
    height: 185px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #recommend-menu .recommend-menu_list .thumb {
    width: 250px;
    height: 185px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #recommend-menu .recommend-menu_list .thumb {
    width: 270px;
    height: 200px;
  }
}
body#top #recommend-menu .recommend-menu_list .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  line-height: 3;
}
@media only screen and (min-width: 1120px) {
  body#top #recommend-menu .recommend-menu_list .title {
    font-size: 18px;
  }
}
body#top #news {
  text-align: center;
  background: url(../images/top/news_bg_pc.png) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  body#top #news {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #news {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #news {
    padding: 108px 0;
    font-size: 18px;
  }
}
body#top #news .item-text .news-list {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 18px 5px rgba(51, 51, 51, 0.05);
  -moz-box-shadow: 0px 0px 18px 5px rgba(51, 51, 51, 0.05);
  -webkit-box-shadow: 0px 0px 18px 5px rgba(51, 51, 51, 0.05);
}
@media only screen and (max-width: 640px) {
  body#top #news .item-text .news-list {
    margin-bottom: 10px;
    padding: 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #news .item-text .news-list {
    margin-bottom: 10px;
    padding: 10px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #news .item-text .news-list {
    width: 960px;
    margin: 24px auto 40px;
    padding: 21px 30px;
  }
}
body#top #news .item-text .news-list li {
  background: url(../images/common/ico_flower03.png) no-repeat left center;
}
@media only screen and (max-width: 640px) {
  body#top #news .item-text .news-list li {
    line-height: 1.6;
    padding-left: 20px;
    background-size: 12px auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #news .item-text .news-list li {
    line-height: 1.6;
    padding-left: 20px;
    background-size: 12px auto;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #news .item-text .news-list li {
    line-height: 1.9;
    padding-left: 40px;
  }
}
body#top #news .item-text .news-list li .date {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 640px) {
  body#top #news .item-text .news-list li .date {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #news .item-text .news-list li .date {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #news .item-text .news-list li .date {
    margin-right: 20px;
  }
}
body#top #news .item-text .news-list li .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: inherit;
  text-align: left;
}

/* 下層ページ共通
================================================== */
@media only screen and (min-width: 1120px) {
  body.underlayer {
    background: #fdf3dd;
  }
}
body.underlayer .site-body {
  overflow: hidden;
  /* パンくずリスト
  ------------------------------ */
  /* 見出し
  ------------------------------ */
  /* ボックス
  ------------------------------ */
  /* ページ内リンク
  ------------------------------ */
  /* ページネーション
  ------------------------------ */
  /* ソーシャルボタン
  ------------------------------ */
  /* 詳細ページ 前後の記事へのリンク
  ------------------------------ */
}
@media only screen and (max-width: 640px) {
  body.underlayer .site-body {
    margin: 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .site-body {
    margin: 15px;
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer .site-body {
    margin: 25px auto;
    padding: 25px;
    width: 1100px;
    background: #fff;
  }
}
body.underlayer .site-body .breadcrumbs {
  font-size: 0;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  body.underlayer .site-body .breadcrumbs {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .site-body .breadcrumbs {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer .site-body .breadcrumbs {
    margin: 0 0 20px;
  }
}
body.underlayer .site-body .breadcrumbs li {
  font-size: 1rem;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  body.underlayer .site-body .breadcrumbs li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .site-body .breadcrumbs li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer .site-body .breadcrumbs li {
    font-size: 13px;
  }
}
body.underlayer .site-body .breadcrumbs li a {
  background: url(../images/common/ico_arrow01.png) right center no-repeat;
  margin: 0 10px 0 0;
  padding: 0 15px 0 0;
}
body.underlayer .site-body .item-title-h3 {
  border-bottom: 1px solid #a2a2a2;
  margin: 0 0 0.5rem;
  padding: 0.5em 0 0.5em 1em;
  line-height: 1.4;
  font-weight: bold;
  border-left: 4px solid #d35656;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media only screen and (max-width: 640px) {
  body.underlayer .site-body .item-title-h3 {
    font-size: 1.2em;
    font-weight: bold;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .site-body .item-title-h3 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer .site-body .item-title-h3 {
    font-size: 1.6em;
    margin: 0 0 15px;
  }
}
body.underlayer .site-body .item-title-h3::before {
  position: relative;
  top: 2px;
  margin-right: 0.5em;
  content: "";
  display: inline-block;
  width: 22px;
  height: 20px;
  background: url(../images/common/ico_flower02.png) no-repeat;
}
body.underlayer .site-body .item-title-h4 {
  clear: both;
  display: block;
  margin: 0.5rem 0;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.5em 1em;
  color: #fff;
  background: #111;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media only screen and (max-width: 640px) {
  body.underlayer .site-body .item-title-h4 {
    font-size: 1.2em;
    font-weight: bold;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .site-body .item-title-h4 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer .site-body .item-title-h4 {
    font-size: 1.2em;
    margin: 0 0 15px;
  }
}
body.underlayer .site-body .item-title-h4::before {
  position: relative;
  top: 2px;
  margin-right: 0.5em;
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../images/common/ico_flower01.png) no-repeat;
  background-size: cover;
}
body.underlayer .site-body .item-title-h5 {
  margin: 0 0 0.5rem;
  padding: 0.5em 0;
  border-bottom: 1px solid #a2a2a2;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
body.underlayer .site-body .item-title-h5::before {
  content: "■";
  display: inline-block;
  margin-right: 0.25em;
  color: #d35656;
}
body.underlayer .site-body .item-box {
  margin-bottom: 2rem;
}
body.underlayer .site-body .anchor-links {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  margin: 25px auto 0;
}
body.underlayer .site-body .anchor-links li {
  font-size: 16px;
  border: 1px solid #cfcfcf;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  background: #1e99a8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #e4e4e4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #e4e4e4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fbfbfb 0%, #e4e4e4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e4e4e4',GradientType=0 );
  /* IE6-9 */
  width: 20%;
  margin: 0 5px 10px;
}
body.underlayer .site-body .anchor-links li a {
  text-decoration: none;
  display: block;
  color: inherit;
}
body.underlayer .site-body .pagenation {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 75px;
}
body.underlayer .site-body .pagenation li {
  margin: 0 0.5em;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  background: #eee;
  font-size: 18px;
  padding: 0.5em 1em;
}
body.underlayer .site-body .pagenation li.current {
  background: #d35656;
  color: #fff;
}
body.underlayer .site-body .pagenation li a {
  text-decoration: none;
  display: block;
}
body.underlayer .site-body .pagenation li a:hover {
  text-decoration: underline;
}
body.underlayer .site-body .sns-sharerbtn-list {
  overflow: hidden;
  margin: 0.5em 0 0;
}
body.underlayer .site-body .sns-sharerbtn-list li {
  float: left;
  margin: 0.5em 10px 0 0;
}
body.underlayer .site-body .paginated-link {
  margin: 1.5em 0 0;
  overflow: hidden;
}
body.underlayer .site-body .paginated-link li {
  width: 48%;
  text-align: center;
  border-radius: 5px;
  background: #d35656;
  box-sizing: border-box;
  font-size: 14px;
}
body.underlayer .site-body .paginated-link li a {
  color: #fff;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  body.underlayer .site-body .paginated-link li a {
    padding: 0.25em 0.5em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .site-body .paginated-link li a {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer .site-body .paginated-link li a {
    padding: 0.5em;
  }
}
body.underlayer .site-body .paginated-link li.prev-link {
  float: left;
}
body.underlayer .site-body .paginated-link li.next-link {
  float: right;
}
body.underlayer .site-body .menu-list_image {
  text-align: center;
}
body.underlayer .site-body .menu-list_image ul {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
body.underlayer .site-body .menu-list_image ul li {
  display: inline-block;
}
body.underlayer .site-body .menu-list {
  margin-bottom: 30px;
}
body.underlayer .site-body .menu-list li {
  padding: 0.5em 0;
  border-bottom: 1px solid #a2a2a2;
}
body.underlayer .site-body .menu-list li dl {
  overflow: hidden;
}
body.underlayer .site-body .menu-list li dl dt {
  float: left;
  width: 75%;
}
body.underlayer .site-body .menu-list li dl dd {
  text-align: right;
  float: right;
  width: 25%;
  color: #d35656;
}
body.underlayer .site-body .attention {
  color: #d35656;
}

/* 店舗案内
================================================== */
body#shop #greeting {
  font-size: 1.15em;
  line-height: 2;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
body#shop .main-description {
  overflow: hidden;
}
body#shop .main-description figure {
  text-align: center;
  border: 1px solid #a2a2a2;
}
@media only screen and (max-width: 640px) {
  body#shop .main-description figure {
    width: 210px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#shop .main-description figure {
    float: left;
    width: 210px;
    margin-top: 6px;
  }
}
@media only screen and (min-width: 1120px) {
  body#shop .main-description figure {
    float: left;
    width: 210px;
    margin-top: 6px;
  }
}
body#shop .main-description figure img {
  border: 4px solid #fff;
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#shop .main-description .item-text {
    float: right;
    width: calc( 100% - 210px - 15px);
  }
}
@media only screen and (min-width: 1120px) {
  body#shop .main-description .item-text {
    float: right;
    width: calc( 100% - 210px - 15px);
  }
}
body#shop .gallery figure {
  text-align: center;
}
body#shop #access .map {
  margin-top: 0.5em;
  width: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
  body#shop #access .map {
    height: 250px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#shop #access .map {
    height: 350px;
  }
}
@media only screen and (min-width: 1120px) {
  body#shop #access .map {
    height: 400px;
  }
}

/* 新着情報
================================================== */
@media only screen and (min-width: 1120px) {
  body#news .main-contents {
    width: 730px;
    float: left;
  }
}
@media only screen and (min-width: 1120px) {
  body#news .site-sidebar {
    width: 290px;
    font-size: 0.85rem;
    float: right;
  }
}
body#news .site-sidebar .item-box {
  margin-bottom: 2rem;
}
body#news .site-sidebar .item-box .def li {
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 1120px) {
  body#news article {
    margin-bottom: 5rem;
  }
}
body#news article .item-text .post-data {
  margin-bottom: 0.5rem;
}
body#news article .item-text .post-data li {
  list-style: none;
}
body#news article .item-text p.text-more {
  padding: 15px 0 0;
  text-align: right;
}
body#news article .item-text p.text-more a {
  padding: 0 0 0 15px;
  background: url(../images/common/ico_arrow02.png) left center no-repeat;
}
body#news article .item-text ul {
  list-style-type: disc;
  list-style-position: inside;
}
body#news article .item-text ol {
  list-style-type: decimal;
  list-style-position: inside;
}
body#news article .item-text iframe {
  max-width: 100%;
}
body#news article .item-text img {
  vertical-align: baseline;
}
body#news article .item-text table {
  max-width: 100%;
}

/* コンタクトフォーム
================================================== */
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#contact .item-text .contact-tel {
    float: left;
    width: calc( ( 100% - 20px ) /2 );
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1120px) {
  body#contact .item-text .contact-tel {
    float: left;
    width: calc( ( 100% - 20px ) /2 );
    margin-bottom: 0.5rem;
  }
}
body#contact .item-text .contact-tel dd.tel {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.25;
}
body#contact .item-text .item-title-h4 {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#contact .item-text .contact-fax {
    float: right;
    width: calc( ( 100% - 20px ) /2 );
  }
}
@media only screen and (min-width: 1120px) {
  body#contact .item-text .contact-fax {
    float: right;
    width: calc( ( 100% - 20px ) /2 );
  }
}
body#contact .item-text .contact-fax dd {
  font-weight: bold;
  font-size: 1.5rem;
}
body#contact .description {
  margin: 0 auto;
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#contact .description {
    width: 90%;
  }
}
@media only screen and (min-width: 1120px) {
  body#contact .description {
    width: 900px;
  }
}
@media only screen and (min-width: 1120px) {
  body#contact .description .text {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1120px) {
  body#contact .description .tel {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1120px) {
  body#contact .description .fax {
    margin-bottom: 15px;
  }
}
body#contact .description em {
  color: #d35656;
  font-weight: bold;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  body#contact .description em {
    font-size: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#contact .description em {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1120px) {
  body#contact .description em {
    font-size: 25px;
  }
}
body#contact form .sec-error-text {
  color: #d35656;
  margin-bottom: 0.5rem;
}
body#contact form table {
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  body#contact form table {
    display: block;
    border: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#contact form table {
    width: 90%;
  }
}
@media only screen and (min-width: 1120px) {
  body#contact form table {
    width: 900px;
  }
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody tr {
    display: block;
  }
}
body#contact form table tbody tr th {
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody tr th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.2rem 0.5rem;
  }
}
body#contact form table tbody tr th .required-mark {
  color: #d35656;
}
body#contact form table tbody tr td {
  /* 未記入エラー文 */
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody tr td {
    display: block;
    padding: 0.5rem 0;
  }
}
body#contact form table tbody tr td input {
  margin: 0;
  box-sizing: border-box;
  padding: 0.75rem;
  font-size: 1em;
  border: 1px solid #a2a2a2;
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody tr td input {
    padding: 0.5rem;
  }
}
body#contact form table tbody tr td input#name {
  width: 100%;
}
body#contact form table tbody tr td input#ruby {
  width: 100%;
}
body#contact form table tbody tr td input#mail01 {
  width: 100%;
}
body#contact form table tbody tr td input#mail02 {
  width: 100%;
}
body#contact form table tbody tr td input#tel01 {
  width: 5em;
}
body#contact form table tbody tr td input#tel02 {
  width: 5em;
}
body#contact form table tbody tr td input#tel03 {
  width: 5em;
}
body#contact form table tbody tr td input#fax01 {
  width: 5em;
}
body#contact form table tbody tr td input#fax02 {
  width: 5em;
}
body#contact form table tbody tr td input#fax03 {
  width: 5em;
}
body#contact form table tbody tr td input#pc01 {
  width: 5em;
  margin: 0 0.25rem 0.5rem 0.5rem;
}
body#contact form table tbody tr td input#pc02 {
  width: 7em;
  margin: 0 0.5rem 0.5rem 0.25rem;
}
body#contact form table tbody tr td input#pc03 {
  margin: 1em 0;
}
body#contact form table tbody tr td input#pc-button {
  cursor: pointer;
  width: auto;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 0.8em;
  color: #5a5a5a;
  background: #ccc;
  border: 1px solid #a2a2a2;
  border-radius: 0.5em;
  -webkit-appearance: none;
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody tr td input#pc-button {
    width: 100%;
  }
}
body#contact form table tbody tr td input#pc-button:hover {
  opacity: .6;
  transition: All 0.4s ease;
}
body#contact form table tbody tr td input#address {
  width: 100%;
}
body#contact form table tbody tr td textarea {
  width: 100%;
  margin-bottom: 1em;
  padding: 1em;
  font-size: 1em;
  border: 1px solid #a2a2a2;
  box-sizing: border-box;
}
body#contact form table tbody tr td .error-text {
  font-size: 0.8em;
  color: #d35656;
}
body#contact form .contact-submits input {
  display: block;
  margin: 0.75rem auto;
  width: 30%;
  line-height: 2.5;
  background: #d35656;
  color: #fff;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
}
@media only screen and (max-width: 640px) {
  body#contact form .contact-submits input {
    width: 100%;
    line-height: 4;
  }
}
body#contact form .contact-submits input:hover {
  opacity: .6;
  transition: All 0.4s ease;
}
body#contact form table#confirmation {
  margin-bottom: 2em;
}
@media only screen and (min-width: 1120px) {
  body#contact form table#confirmation tr {
    padding: 1em 0;
    border-bottom: 1px solid #a2a2a2;
  }
}
@media only screen and (max-width: 640px) {
  body#contact form table#confirmation tr th {
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    border-bottom: 1px solid #a2a2a2;
  }
}
@media only screen and (max-width: 640px) {
  body#contact form table#confirmation tr td {
    margin-bottom: 0.5em;
  }
}

/* フッター
================================================== */
.site-footer {
  background: url(../images/common/f_bg_pc.png);
}
@media only screen and (max-width: 640px) {
  .site-footer {
    border-top: 1px solid #bb8d4c;
    background-size: 960px auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer {
    border-top: 1px solid #bb8d4c;
    background-size: 960px auto;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-inner {
    position: relative;
    margin: 0 auto;
    width: 1120px;
    height: 129px;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .f-inner .f-company {
    text-align: center;
    padding: 35.5px 0 34.5px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-inner .f-company {
    text-align: center;
    padding: 35.5px 0 34.5px;
  }
}
.site-footer .f-inner .f-company .f-logo {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  background: url(../images/common/f-logo_pc.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .site-footer .f-inner .f-company .f-logo {
    margin: 0 auto 26px;
    width: 90.5px;
    height: 19.5px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-inner .f-company .f-logo {
    margin: 0 auto 26px;
    width: 90.5px;
    height: 19.5px;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-inner .f-company .f-logo {
    position: absolute;
    top: 27px;
    width: 181px;
    height: 39px;
  }
}
.site-footer .f-inner .f-company .f-tel {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
@media only screen and (max-width: 640px) {
  .site-footer .f-inner .f-company .f-tel {
    margin: 0 auto 18.5px;
    width: 165px;
    height: 37.5px;
    background: url(../images/common/f-tel_sp.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-inner .f-company .f-tel {
    margin: 0 auto 18.5px;
    width: 165px;
    height: 37.5px;
    background: url(../images/common/f-tel_sp.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-inner .f-company .f-tel {
    position: absolute;
    top: 55px;
    right: 0;
    width: 216px;
    height: 50px;
    background: url(../images/common/f-tel_pc.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-inner .f-company .f-street-address {
    position: absolute;
    top: 47px;
    left: 210px;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .f-inner .f-nav {
    border-top: 1px solid #bb8d4c;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-inner .f-nav {
    border-top: 1px solid #bb8d4c;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-inner .f-nav {
    position: absolute;
    top: 90px;
    left: 0;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .f-inner .f-nav ul {
    overflow: hidden;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-inner .f-nav ul {
    overflow: hidden;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .f-inner .f-nav ul li {
    text-align: center;
    float: left;
    width: 50%;
    font-size: 10px;
    border-bottom: 1px solid #bb8d4c;
  }
  .site-footer .f-inner .f-nav ul li:nth-child(2n) {
    border-left: 1px solid #bb8d4c;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-inner .f-nav ul li {
    text-align: center;
    float: left;
    width: 50%;
    font-size: 12px;
    border-bottom: 1px solid #bb8d4c;
  }
  .site-footer .f-inner .f-nav ul li:nth-child(2n) {
    border-left: 1px solid #bb8d4c;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-inner .f-nav ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-inner .f-nav ul li::before {
    content: "◆";
  }
}
.site-footer .f-inner .f-nav ul li a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 640px) {
  .site-footer .f-inner .f-nav ul li a {
    display: block;
    text-decoration: none;
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-inner .f-nav ul li a {
    display: block;
    text-decoration: none;
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-inner .f-nav ul li a {
    display: block;
  }
}
.site-footer .f-inner .f-nav ul li a:hover {
  opacity: .6;
}
.site-footer .f-copy {
  display: block;
  text-align: center;
  color: #fff;
  background: #333;
}
@media only screen and (max-width: 640px) {
  .site-footer .f-copy {
    padding: 0.75rem 0;
    font-size: 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-copy {
    padding: 0.75rem 0;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-copy {
    padding: 5px 0;
  }
}
.site-footer .f-copy a {
  color: inherit;
}

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0 auto;
  padding: 0;
  position: relative;
  zoom: 1;
}
@media only screen and (max-width: 640px) {
  .flexslider {
    width: 250px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .flexslider {
    width: 250px;
  }
}
@media only screen and (min-width: 1120px) {
  .flexslider {
    width: 839px;
  }
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
@media only screen and (min-width: 1120px) {
  .flexslider:hover .flex-direction-nav .flex-prev {
    left: -45px;
  }
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
@media only screen and (min-width: 1120px) {
  .flexslider:hover .flex-direction-nav .flex-next {
    right: -45px;
  }
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides::after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a::before {
  display: inline-block;
  content: url("../images/top/recommend-menu_prev_pc.png");
}
.flex-direction-nav a.flex-next:before {
  content: url("../images/top/recommend-menu_next_pc.png");
}
.flex-direction-nav a .flex-prev {
  left: -50px;
}
.flex-direction-nav a .flex-next {
  right: -50px;
  text-align: right;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}
@media only screen and (min-width: 1120px) {
  .flex-direction-nav .flex-prev {
    left: -45px;
  }
}
.flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}
@media only screen and (min-width: 1120px) {
  .flex-direction-nav .flex-next {
    right: -45px;
  }
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a::before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/*# sourceMappingURL=style.css.map */
