@charset "utf-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
header,
hgroup,
section,
article,
aside,
hgroup,
footer,
figure,
figcaption,
nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup.f_menu,
nav,
section,
summary {
  display: block;
}

/* icon用font */

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?40691054");
  src: url("../font/fontello.eot?40691054#iefix") format("embedded-opentype"),
    url("../font/fontello.woff2?40691054") format("woff2"),
    url("../font/fontello.woff?40691054") format("woff"),
    url("../font/fontello.ttf?40691054") format("truetype"),
    url("../font/fontello.svg?40691054#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
}

p {
  margin-bottom: 1em;
}

/*=============================================*/
/*                 マージン            */
/*=============================================*/
.m_b0 {
  margin-bottom: 0px !important;
}
.m_b05 {
  margin-bottom: 5px;
}
.m_b10 {
  margin-bottom: 10px;
}
.m_b15 {
  margin-bottom: 15px;
}
.m_b20 {
  margin-bottom: 20px;
}
.m_b25 {
  margin-bottom: 25px;
}
.m_b30 {
  margin-bottom: 30px;
}
.m_t05 {
  margin-top: 5px;
}
.m_t10 {
  margin-top: 10px;
}
.m_t15 {
  margin-top: 15px;
}
.m_t20 {
  margin-top: 20px;
}
.m_t25 {
  margin-top: 25px;
}
.m_t30 {
  margin-top: 30px;
}
.m_l20 {
  margin-left: 20px;
}
.m_r20 {
  margin-right: 20px;
}

.p_l05 {
  padding-left: 5px;
}
.p_l10 {
  padding-left: 10px;
}
.p_l15 {
  padding-left: 15px;
}
.p_l20 {
  padding-left: 20px;
}
.p_l25 {
  padding-left: 25px;
}
.p_l30 {
  padding-left: 30px;
}
.p_l40 {
  padding-left: 30px;
}
.p_l50 {
  padding-left: 50px;
}
.p_l65 {
  padding-left: 65px;
}
.p_r05 {
  padding-right: 5px;
}
.p_r10 {
  padding-right: 10px;
}
.p_r15 {
  padding-right: 15px;
}
.p_r20 {
  padding-right: 20px;
}
.p_r25 {
  padding-right: 25px;
}
.p_r30 {
  padding-right: 30px;
}
.p_r40 {
  padding-right: 40px;
}
.p_r50 {
  padding-right: 50px;
}
.p_t10 {
  padding-top: 10px;
}
.p_t20 {
  padding-top: 20px;
}
.p_t30 {
  padding-top: 30px;
}
.p_t40 {
  padding-top: 40px;
}
.p_t50 {
  padding-top: 50px;
}

.txt_red {
  color: #dd0000;
  font-weight: bold;
}

.txt_wh {
  color: #fff;
  font-weight: bold;
}

.txt_yel {
  color: #c49b5f;
  font-weight: bold;
}

/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */
html {
  height: 100%;
}

body {
  text-align: left;
  color: #fff;
  cursor: auto;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro",
    "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ＭＳ ゴシック", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 26px;
  word-spacing: normal;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.8px;
  background-image: url(../img/shared/body_bg.jpg);
  background-repeat: repeat;
  background-position: center top;
}

a:link {
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-outline: none;
}
a:visited,
a:active {
  color: #fff;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}

/* global-header */

.global-header {
}

h1 {
  color: #fff;
  text-align: center;
  font-size: 8px;
  font-weight: normal;
  line-height: 20px;
  padding: 2px 0;
  background: rgba(0, 0, 0, 0.2);
}

h1 img {
  height: 100%;
}

.global-header p {
  margin-bottom: 0;
}

.scroll {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in-out;
  opacity: 1;
  background-image: url(../img/shared/header_bg.jpg);
  background-repeat: repeat;
  background-position: left bottom;
  height: 80px;
}

.navi_open .scroll {
  opacity: 0;
}

.scroll:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/share/scroll_bg.png) 0 0 repeat;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.sticky_bg:before {
  opacity: 1;
}

.button-toggle {
  display: block;
  width: 60px;
  height: 45px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9999;
  box-sizing: border-box;
  padding: 6px 0 4px;
  float: right;
  font-size: 0.7em;
  text-align: center;
  margin-top: -5px;
}

.button-toggle li {
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 7px auto 0;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ロゴ */
.logo {
  margin: 0;
  position: absolute;
  padding-top: 0px;
  left: 5px;
  z-index: 10;
}

#side {
  position: fixed;
  z-index: 100;
  width: 63px;
  right: 0;
  top: 60%;
}

#toptop {
  text-align: center;
  padding: 10px 0 0;
}

header .link {
  position: absolute;
  top: 33px;
  right: 52px;
  z-index: 1000;
}

header .link li {
  float: left;
  margin-right: 3px;
}
header .link li.link1 img {
  width: 125px;
}
header .link li.link2 img {
  width: 101px;
}

@media screen and (max-width: 360px) {
  header .link li.link1 img {
    width: 109px;
  }
  header .link li.link2 img {
    width: 85px;
  }
}

/* =========================================================
	CLEAR
========================================================= */
.clear {
  clear: both !important;
}
br.clear {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
section {
  padding: 0;
  /*overflow: hidden;*/
  margin-bottom: 25px;
}

section p:last-child,
section div:last-child {
  margin-bottom: 0;
}

.block {
  margin: 0px 0px;
  padding: 0px 0px;
  clear: both;
  overflow: hidden;
  text-align: left;
  position: relative;
}

#block {
  margin: 0px 0px;
  padding: 0px 0px;
  clear: both;
  overflow: hidden;
  text-align: left;
  position: relative;
}

.block_foot {
  margin: 5px 0px 0px 0px;
  padding: 5px 5px;
  clear: both;
  overflow: hidden;
  color: #fff;
  text-align: left;
}

.block:after {
  content: "";
  display: block;
  clear: both;
}

.block-heading {
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
}

.block p {
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.8em;
}

.block p:last-of-type {
  margin-bottom: 0;
}

p.txt_c {
  text-align: center;
  margin: 8px 0px;
}

p {
  line-height: 1.8em;
  padding-left: 8px;
  padding-right: 8px;
}

.image-right,
.image-left {
  width: 40%;
  font-size: 12px;
  text-align: center;
}

.image-right {
  margin: 5px 0px 5px 5px;
  float: right;
}

.image-left {
  margin: 5px 5px 5px 0px;
  float: left;
}

.image-center {
  margin: 0 auto 6px auto;
  display: block;
}

/* リード */
.lead {
  position: relative;
  padding: 5px 5px 10px 5px;
  margin: 0px 0px 5px 0px;
  clear: both;
  overflow: hidden;
  color: #fff;
}

/* 新着情報 */

.information {
  background-image: url(../img/shared/info_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 20px;
  clear: both;
  overflow: hidden;
  color: #fff;
}

.news {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 5px;
  margin-left: 5px;
  clear: both;
  overflow: hidden;
  color: #fff;
}

#feed {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 5px 10px 15px;
  font-size: 12px;
}

#feed ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 5px 10px 5px 15px;
  font-size: 12px;
}
#feed ul li {
  text-align: left;
  color: #fff;
  padding-left: 2px;
}

#feed dl {
  display: table;
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

#feed dl:last-of-type {
  border: none;
}

#feed dt {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}

#feed dd {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

#feed dd span {
  font-size: 12px;
  color: #fff;
}

#feed a {
  color: #fff;
}

#feed2 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 5px 10px 15px;
  font-size: 12px;
}

#feed2 ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 5px 10px 5px 15px;
  font-size: 12px;
}
#feed2 ul li {
  text-align: left;
  color: #fff;
  padding-left: 2px;
}

#feed2 dl {
  display: table;
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

#feed2 dl:last-of-type {
  border: none;
}

#feed2 dt {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}

#feed2 dd {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

#feed2 dd span {
  font-size: 12px;
  color: #fff;
}

#feed2 a {
  color: #fff;
}

#rss02_1 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 5px 10px 15px;
  font-size: 12px;
}

#rss02_1 dl {
  display: table;
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

#rss02_1 dl:last-of-type {
  border: none;
}

#rss02_1 dt {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}

#rss02_1 dd {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

#rss02_1 dd span {
  font-size: 12px;
  color: #fff;
}

#rss02_1 a {
  color: #fff;
}

#rss02_2 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 5px 10px 15px;
  font-size: 12px;
}

#rss02_2 dl {
  display: table;
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

#rss02_2 dl:last-of-type {
  border: none;
}

#rss02_2 dt {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}

#rss02_2 dd {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

#rss02_2 dd span {
  font-size: 12px;
  color: #fff;
}

#rss02_2 a {
  color: #fff;
}

.p_news {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 5px 2px 2px 2px;
  line-height: 1.5em;
  border-bottom: 3px rgba(168, 73, 68, 1) double;
}

/* ツィッター */
.twitter {
  width: 300px;
  height: 320px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* フェイスブック */
.social {
  background-image: url(../img/shared/face_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-right: 5px;
  margin-left: 5px;
  clear: both;
  overflow: hidden;
  color: #1d1d1d;
}

.fbbox {
  width: 300px;
  height: 360px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}

.p_face {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #2c2b28;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 5px 2px 2px 2px;
  line-height: 1.5em;
  border-bottom: 3px rgba(168, 73, 68, 1) double;
}

/*=============================================*/
/*           header_img                        */
/*=============================================*/

.mainimage {
  display: block;
  top: 55px !important;
  margin-bottom: 70px;
  position: relative;
}

.slider {
  display: block;
  margin: 0px;
}

/*=============================================*/
/*           　フッター箇所　　　　　          */
/*=============================================*/

/* ナビゲーション（下層フッター用） */
.global-footer {
  background-color: #100a0a;
  color: #eae6e1;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px auto 0px auto;
  font-size: 10px;
}

/* パソコン用を見る */
.pcsite {
  background-color: #7f1e0e;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3),
    0 0 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3),
    0 0 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3),
    0 0 3px rgba(0, 0, 0, 0.1) inset;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
  margin: 10px 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pcsite a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.pcsite a:before {
  font-family: "fontello";
  content: "\f109"; /* 'p' */
  margin-right: 10px;
}

/* telボタン */
.botan_tel {
  background-color: #7f1e0e;
  border: 1px solid #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), 0 0 3px rgba0,0,0,0.1) inset;
  -moz-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3),
    0 0 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3),
    0 0 3px rgba(0, 0, 0, 0.1) inset;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
  margin: 10px 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.botan_tel a {
  font-size: 16px;
  color: #fff;
  display: block;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.botan_tel a:before {
  font-family: "fontello";
  content: "\e820";
  margin-right: 10px;
  color: #fff;
}

.botan_reserve {
  background-color: #7f1e0e;
  border: 1px solid #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), 0 0 3px rgba0,0,0,0.1) inset;
  -moz-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3),
    0 0 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3),
    0 0 3px rgba(0, 0, 0, 0.1) inset;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
  margin: 10px 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.botan_reserve a {
  font-size: 16px;
  color: #fff;
  display: block;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.add_reserve a {
  color: #fff !important;
}

/*=============================================*/
/*           　　ボタン箇所　　　　　          */
/*=============================================*/
.botan a {
  background-color: #7f1e0e;
  margin: 10px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.botan a:before {
  font-family: "fontello";
  content: "\f105"; /* 'r' */
  margin-right: 10px;
  color: #fff;
}

.botan2 a {
  background-color: #7f1e0e;
  margin: 10px 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.botan2 a:before {
  font-family: "fontello";
  content: "\f105"; /* 'r' */
  margin-right: 10px;
  color: #fff;
}

/*=============================================*/
/*           　　もっとみるボタン箇所　　　　　          */
/*=============================================*/
.more_button {
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #7f1e0e;
  width: 100%;
}
.more_close {
  background: #7f1e0e;
}

/*=============================================*/
/*          　　botan横並び2　         */
/*=============================================*/

.btnbox {
  margin-top: 0px;
  margin-bottom: 10px;
  width: 99%;
  clear: both;
  overflow: hidden;
}

.btnbox .l {
  width: 49%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 2px;
}

.btnbox .r {
  width: 49%;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 2px;
}

.btnbox p {
  margin: 5px 3px;
}

.btnbox p span {
  font-size: 12px;
}

/*=============================================*/
/*           　　メインタイトル　　　　　          */
/*=============================================*/

.sbtitle {
  text-align: center;
  padding: 10vw 0 0 0;
  margin: 0px auto 10px auto;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: bold;
}

.sbtitle2 {
  text-align: center;
  font-size: 18px;
  margin: 5px 0px 10px 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 1.5em;
  background: #de0008;
}

.sbtitle3 {
  text-align: center;
  font-size: 16px;
  margin: 5px 5px 10px 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 1.5em;
  border-bottom: 1px rgba(184, 134, 11, 0.8) solid;
}

.sbtitle4 {
  background-image: url(../img/shared/title3.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-align: left;
  color: #1d1d1d;
  padding-top: 12px;
  padding-left: 30px;
  margin-bottom: 0px;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
}

.f_12 {
  font-size: 12px !important;
  line-height: 1.5em;
}

.f_16 {
  font-size: 16px !important;
  line-height: 1.8em;
}

.f_18 {
  font-size: 18px !important;
  line-height: 1.8em;
}

.f_20 {
  font-size: 20px !important;
  line-height: 1.5em;
}

.p_tsb {
  margin: 10px 15px;
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px rgba(184, 134, 11, 0.8) solid;
}

.p_tsb2 {
  margin: 10px 15px;
  text-align: center;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px rgba(255, 255, 255, 0.8) solid;
}

.p_tax {
  margin: 5px 0px;
  text-align: right;
  padding: 10px 5px 0px 5px;
  font-size: 12px;
}

.p_exp {
  margin: 5px 0px;
  text-align: left;
  color: #231400;
  padding: 3px 5px 3px 5px;
  font-size: 12px;
}

.p_mt50 {
  margin-top: -50px;
  line-height: 1.8em;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 30;
}

.p_mt100 {
  margin-top: -100px;
  line-height: 1.8em;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 30;
}

.p_mt140 {
  margin-top: -140px;
  margin-bottom: 30px;
  line-height: 1.8em;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 30;
}

p.price {
  font-size: 14px;
  padding-right: 10px;
  padding-bottom: 3px;
  margin: 5px 5px 10px 5px;
  border-bottom: 1px rgba(61, 58, 53, 0.5) dotted;
  clear: both;
  color: #dd0000;
  text-align: right;
  font-weight: bold;
  line-height: 1.5em;
}

p.price2 {
  margin: 0px 15px 0px 15px;
  text-align: center;
  color: #dd0000;
  font-size: 20px;
  padding-top: 4px;
  font-weight: bold;
}

p.price2 span {
  font-size: 12px;
}

p.price3 {
  margin: 0px 15px 0px 15px;
  text-align: center;
  font-size: 20px;
  padding-top: 4px;
  font-weight: bold;
}

p.price3 span {
  font-size: 12px;
}

hr {
  border: 1px rgba(82, 33, 6, 0.2) solid;
  margin: 15px 10px 15px 10px;
}

.float {
  float: left;
  margin-right: 1em;
}
.floatclear {
  clear: both;
}

/*=============================================*/
/*           　　　topics bnr  　　　          */
/*=============================================*/
.topics {
  clear: both;
  margin: 10px 0px;
  padding: 0px 0px;
  text-decoration: none;
  text-align: left;
}

.topics ul {
  list-style-type: neno;
  list-style-position: outside;
  margin-bottom: 15px;
}

.topics ul li {
  text-align: left;

  margin-bottom: 10px;
}

.topics a {
  color: #836449;
}

.topics p {
  font-size: 12px;
  margin: 5px 3px;
}

.topics p span {
  font-size: 12px;
  padding-top: 40px;
}

.width-qt {
  display: table-cell;
  width: 33.33%;
  float: left;
}

.width-half {
  width: 49%;
  float: left;
  margin-right: 1px;
  margin-left: 2px;
  margin-bottom: 10px;
}

.width-half2 {
  width: 49%;
  float: left;
  margin-right: 1px;
  margin-left: 2px;
  margin-bottom: 10px;
}

.width-full {
  width: 100%;
  margin-top: 10px;
}

.ul-inline {
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
}
.ul-inline li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.topics .p_topics {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #34373f;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 5px 2px 2px 2px;
  line-height: 1.5em;
  border-bottom: 3px #2d1a0f double;
}

/*          　　  menu_box        　　          */
/*=============================================*/

.menu_list {
  clear: both;
  margin: 5px 0px 5px 0px;
  padding: 0px 5px;
}

.menu_list dl dt {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5em;
  padding: 3px 5px;
}

.menu_list dd.price {
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  margin-top: -1.5em;
  text-align: right;
  font-weight: bold;
  padding: 3px 5px;
  border-bottom: 1px rgba(159, 143, 123, 0.5) dotted;
}

.menu_list dd.price2 {
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  margin-top: -1.5em;
  text-align: right;
  font-weight: bold;
  padding: 3px 5px;
}

.menu_list dl dt.txt {
  font-size: 12px;
  line-height: 1.5em;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu_list dl dd.txt {
  font-size: 12px;
  line-height: 1.5em;
  padding-left: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px rgba(159, 143, 123, 0.5) dotted;
  color: #f5d1ad;
  margin-bottom: 10px;
}

.menu_list dl dt span {
  font-size: 10px;
}

.menu_list dl dd span {
  font-size: 12px;
}

/*          　　     line        　　          */
/*=============================================*/

.line {
  margin-top: -37px;
}

/*          　　     main        　　          */
/*=============================================*/

.main {
  clear: both;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 20px 0px;
  color: #fff;
}

.row {
  position: relative;
  overflow: hidden;
}

/*//////////////////// Index ///////////////////*/
.index01 #sec {
  width: 100%;
  background-image: url(../img/index/sec_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  clear: both;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
}

.index02 #sec2 {
  width: 100%;
  background-image: url(../img/index/sec2_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  clear: both;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
}

.index04 .float {
  width: 50%;
  float: left;
  margin: 0;
}

.index04 .float:last-child {
  width: 50%;
  float: right;
  margin: 0;
}

.index04 .float p {
  width: 95%;
}

/*//////////////////// concept ///////////////////*/
#concept .contents {
  background-image: url(../img/shared/back_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

#concept .contents p {
  text-align: center;
}

#concept .contents table {
  width: 95%;
  margin: 0px auto 15px auto;
  text-align: center;
  line-height: 1.8em;
}

#concept .contents table th {
  text-align: center;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px rgba(29, 29, 29, 0.5) solid;
}

#concept .contents table td {
  text-align: left;
  padding: 8px 5px 8px 8px;
  margin: 3px 0px 5px 0px;
  font-size: 14px;
}

#concept .contents2 {
  background-image: url(../img/shared/back2_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
}

/*//////////////////// kushiage ///////////////////*/
#kushiage .contents {
  background-image: url(../img/shared/back3_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #986737;
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 0px 0px 20px 0px;
  border: 2px #986737 solid;
}

#kushiage .contents2 {
  background-image: url(../img/shared/back_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 0px 0px 20px 0px;
  border: 1px #e0c5a9 solid;
}

#kushiage .contents3 {
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 0px 0px 20px 0px;
}

#kushiage .contents3 .p_60r {
  width: 55%;
  float: right;
  text-align: left;
  line-height: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: -220px;
  margin-bottom: 30px;
  line-height: 1.6em;
}

/*//////////////////// honten ///////////////////*/
#honten .contents {
  background-image: url(../img/shared/back2_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

.ginza04 .contents,
.yon04 .contents {
  background-image: url(../img/shared/caption_bg.jpg) !important;
  background-repeat: repeat;
  background-position: left top;
}

.ginza04 #caption2,
.yon04 #caption2 {
  background: none !important;
  text-align: center;
  clear: both;
  margin: 20px 10px;
  padding: 0px 0px 10px 0px;
}

.ginza06 #sec {
  width: 100%;
  background-image: url(../img/honten/sec_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  clear: both;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
}

#honten .inner {
  background-image: url(../img/shared/back3_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 15px 0px 20px 0px;
}

#honten .contents2 {
  background-image: url(../img/shared/back4_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 20px 0px;
}

#honten .contents3 {
  background-image: url(../img/shared/back6_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 0px 0px 20px 0px;
}

#honten .contents3 ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 5px 5px;
  padding-left: 30px;
}

#honten .contents3 ul li {
  font-size: 12px;
  text-align: left;
  margin-bottom: 3px;
}

#honten .contents4 {
  background-image: url(../img/shared/back5_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 20px 0px;
}

#honten table {
  width: 95%;
  margin: 0px auto 15px auto;
  text-align: center;
  line-height: 1.8em;
  border: 1px rgba(255, 255, 255, 0.3) solid;
}

#honten table th {
  background-color: #931c0b;
  text-align: center;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  float: inherit;
  color: #fff;
}

#honten table td {
  text-align: left;
  padding: 8px 5px 8px 8px;
  margin: 3px 0px 5px 0px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}

/*//////////////////// ginzayonchome ///////////////////*/
#ginzayonchome .contents {
  background-image: url(../img/shared/back7_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

.yon06 #sec {
  width: 100%;
  background-image: url(../img/ginzayonchome/sec_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  clear: both;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
}

#ginzayonchome .inner {
  background-image: url(../img/shared/back3_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 15px 0px 20px 0px;
}

#ginzayonchome .contents2 {
  background-image: url(../img/shared/back9_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 20px 0px;
}

#ginzayonchome .contents3 {
  background-image: url(../img/shared/back10_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 0px 0px 20px 0px;
}

#ginzayonchome .contents3 ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 5px 5px;
  padding-left: 30px;
}

#ginzayonchome .contents3 ul li {
  font-size: 12px;
  text-align: left;
  margin-bottom: 3px;
}

#ginzayonchome .contents4 {
  background-image: url(../img/shared/back5_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 20px 0px;
}

#ginzayonchome table {
  width: 95%;
  margin: 0px auto 15px auto;
  text-align: center;
  line-height: 1.8em;
  border: 1px rgba(255, 255, 255, 0.3) solid;
}

#ginzayonchome table th {
  background-color: #931c0b;
  text-align: center;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  float: inherit;
  color: #fff;
}

#ginzayonchome table td {
  text-align: left;
  padding: 8px 5px 8px 8px;
  margin: 3px 0px 5px 0px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}

/*//////////////////// fujisawa ///////////////////*/
#fujisawa {
  background-image: url(../img/shared/body2_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}
.fuji04 .contents {
  background-image: url(../img/shared/back7_bg.jpg) !important;
  background-repeat: repeat;
  background-position: left top;
}

.fuji04 #caption2 {
  background: none !important;
  text-align: center;
  clear: both;
  margin: 20px 10px;
  padding: 0px 0px 10px 0px;
}

#fujisawa .contents {
  background-image: url(../img/shared/back5_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

.fuji06 #sec {
  width: 100%;
  /* background-image: url(../img/fujisawa/sec_bg.png); */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  clear: both;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
}

.fuji04 #sec2 {
  width: 100%;
  background-image: url(../img/fujisawa/sec2_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  clear: both;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
}
.fuji04 #sec2 h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 3vw;
  color: #d0b66f;
}
.fuji04 #sec2 .txt {
  text-align: center;
  margin-bottom: 3vw;
}
#fujisawa .inner {
  background-image: url(../img/shared/back3_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 15px 0px 20px 0px;
}

#fujisawa .contents2 {
  /* background-image: url(../img/shared/back4_bg.jpg); */
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 20px 0px;
}

#fujisawa .contents3 {
  background-image: url(../img/shared/back10_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 0px 0px 20px 0px;
}

#fujisawa .contents3 ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 5px 5px;
  padding-left: 30px;
}

#fujisawa .contents3 ul li {
  font-size: 12px;
  text-align: left;
  margin-bottom: 3px;
}

#fujisawa .contents4 {
  background-image: url(../img/shared/back5_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 20px 0px;
}

#fujisawa table {
  width: 95%;
  margin: 0px auto 15px auto;
  text-align: center;
  line-height: 1.8em;
  border: 1px rgba(255, 255, 255, 0.3) solid;
}

#fujisawa table th {
  background-color: #931c0b;
  text-align: center;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  float: inherit;
  color: #fff;
}

#fujisawa table td {
  text-align: left;
  padding: 8px 5px 8px 8px;
  margin: 3px 0px 5px 0px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}

/*//////////////////// kannai ///////////////////*/
#kannai {
  background-image: url(../img/shared/body3_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

#kannai .contents {
  background-image: url(../img/shared/back8_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

#kannai .contents5 {
  background-image: url(../img/shared/back11_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}
#kannai #caption2 h3 {
  text-align: center;
  font-size: 18px;
  margin: 3vw 0;
  color: #d0b66f;
}
#kannai #caption2 .txt {
  text-align: center;
  margin-bottom: 3vw;
  padding-top: 0;
}
#kan03 #sec2 {
  width: 100%;
  background-image: url(../img/kannai/sec2_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  clear: both;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
}

.kan05 #sec {
  width: 100%;
  /* background-image: url(../img/kannai/sec_bg.png); */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  clear: both;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
}

#kannai .inner {
  background-image: url(../img/shared/back11_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 15px 0px 20px 0px;
}

#kannai .contents2 {
  /* background-image: url(../img/shared/back9_bg.jpg); */
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 20px 0px;
}

#kannai .contents3 {
  background-image: url(../img/shared/back10_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 0px 0px 20px 0px;
}

#kannai .contents3 ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 5px 5px;
  padding-left: 30px;
}

#kannai .contents3 ul li {
  font-size: 12px;
  text-align: left;
  margin-bottom: 3px;
}

#kannai .contents4 {
  background-image: url(../img/shared/back5_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 20px 0px;
}

#kannai table {
  width: 95%;
  margin: 0px auto 15px auto;
  text-align: center;
  line-height: 1.8em;
  border: 1px rgba(255, 255, 255, 0.3) solid;
}

#kannai table th {
  background-color: #931c0b;
  text-align: center;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  float: inherit;
  color: #fff;
}

#kannai table td {
  text-align: left;
  padding: 8px 5px 8px 8px;
  margin: 3px 0px 5px 0px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}

#kannai table td span {
  font-size: 12px;
}

/*//////////////////// kannaiekimae ///////////////////*/
#kannaiekimae {
  background-image: url(../img/shared/body4_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

#kannaiekimae .contents {
  background: #000;
  color: #fff;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

.eki03 #sec2 {
  width: 100%;
  background-image: url(../img/kannaiekimae/sec2_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  clear: both;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
}

.eki05 #sec {
  width: 100%;
  background-image: url(../img/kannaiekimae/sec_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  clear: both;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
}

#kannaiekimae .inner {
  background-image: url(../img/shared/back11_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 15px 0px 20px 0px;
}

#kannaiekimae .contents2 {
  background-image: url(../img/shared/back9_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 20px 0px;
}

#kannaiekimae .contents3 {
  background-image: url(../img/shared/back10_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 0px 0px 20px 0px;
}

#kannaiekimae .contents3 ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 5px 5px;
  padding-left: 30px;
}

#kannaiekimae .contents3 ul li {
  font-size: 12px;
  text-align: left;
  margin-bottom: 3px;
}

#kannaiekimae .contents4 {
  background-image: url(../img/shared/back5_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 20px 0px;
}

#kannaiekimae table {
  width: 95%;
  margin: 0px auto 15px auto;
  text-align: center;
  line-height: 1.8em;
  border: 1px rgba(255, 255, 255, 0.3) solid;
}

#kannaiekimae table th {
  background-color: #931c0b;
  text-align: center;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  float: inherit;
  color: #fff;
}

#kannaiekimae table td {
  text-align: left;
  padding: 8px 5px 8px 8px;
  margin: 3px 0px 5px 0px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}

#kannaiekimae table td span {
  font-size: 12px;
}

#kannaiekimae .contents5 {
  background-image: url(../img/shared/back11_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

/*//////////////////// company ///////////////////*/
#company table {
  width: 95%;
  margin: 0px auto 15px auto;
  text-align: center;
  line-height: 1.8em;
  border: 1px rgba(255, 255, 255, 0.3) solid;
}

#company table th {
  background-color: #931c0b;
  text-align: center;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  float: inherit;
  color: #fff;
}

#company table td {
  text-align: left;
  padding: 8px 5px 8px 8px;
  margin: 3px 0px 5px 0px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}

#company table td span {
  font-size: 12px;
}

#company .inner {
  background-image: url(../img/shared/back3_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 15px 0px 20px 0px;
}

#company .inner2 {
  background-image: url(../img/shared/back6_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  color: #fff;
  clear: both;
  margin: 15px 5px 15px 5px;
  padding: 15px 0px 20px 0px;
}

#company .contents {
  color: #fff;
  clear: both;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#company .contents2 {
  color: #fff;
  clear: both;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}

#company .f_16 {
  text-align: left;
  margin: 0 auto;
}
.com06 #sec {
  width: 100%;
  background-image: url(../img/company/sec_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  clear: both;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
}

.com07 #sec {
  width: 100%;
  background-image: url(../img/company/sec2_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  clear: both;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
}

/*//////////////////// contact ///////////////////*/

/*会員登録メールフォームここから*/
#mailformcontact {
  position: relative;
  background-color: #2c231c;
  color: #fff;
  padding: 0px 0px;
  margin: 10px auto 50px auto;
}
#mailformcontact #mailform_title {
  text-align: center;
  margin-top: -10px;
}
#mailformcontact #otoku {
  width: 132px;
  height: 132px;
  position: absolute;
  top: -10px;
  left: 50px;
}
#mailformcontact .text-input {
  float: left;
}
#mailformcontact #mailform_inner {
  padding-bottom: 50px;
}

#mailformcontact table {
  width: 95%;
  margin: 0px auto 15px auto;
  text-align: left;
  line-height: 1.8em;
}

#mailformcontact table.mailform tr th,
#mailformcontact table.mailform tr td {
  line-height: 1.8em;
  text-align: left;
  padding: 8px 5px 8px 8px;
  margin: 3px 0px 5px 0px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}
#mailformcontact table.mailform tr th {
  line-height: 1.8em;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: left;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  color: #fff;
}
#mailformcontact table.mailform tr th span {
  color: #cc0000;
  font-size: 10px;
}
#mailformcontact table.mailform tr th p {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  color: #999999;
}
#mailformcontact table.mailform tr td textarea {
  width: 90%;
  height: 120px;
}
#mailformcontact input {
  height: 30px;
}
#mailformcontact input#submitbtn {
  width: 150px;
  height: 30px;
  cursor: pointer;
}
#mailformcontact .example {
  width: 150px;
  padding-left: 10px;
  display: block;
  float: left;
}

/*会員登録メールフォームここから*/
#thanks {
  width: 100%;
  margin: 100px auto;
  text-align: center;
}
#thanks h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#pp {
  margin: 30px 0;
  color: #ccc;
}
#thanks_txt {
  text-align: center;
  padding-bottom: 80px;
}
#thanks_ttl {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

/*          　　   shop_box      　　          */
/*=============================================*/

.shop_box {
  clear: both;
  margin: 0px 0px 30px 0px;
  padding: 20px 0px 30px 0px;
  color: #9f8f7b;
}

.shop_box dl dt {
  margin-top: 10px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #dd0000;
  border-left-width: 4px;
  border-left-style: outset;
  border-left-color: #dd0000;
}

.shop_box dl dd {
  padding-left: 15px;
  font-size: 14px;
  color: #9f8f7b;
  border-bottom: 1px rgba(159, 143, 123, 0.5) dotted;
  padding-top: 5px;
  padding-bottom: 15px;
  margin: 0px 5px 0px 5px;
  line-height: 1.4em;
}

.shop_box dl dd a {
  color: #9f8f7b;
}

/*          　　  caption        　　          */
/*=============================================*/

#caption {
  text-align: center;
  clear: both;
  margin: 20px 10px;
  padding: 5px 0px;
}

#caption p {
  text-align: left;
}

#caption2 {
  background-image: url(../img/shared/caption_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  text-align: center;
  clear: both;
  margin: 20px 10px;
  padding: 0px 0px 10px 0px;
}

#caption2 p {
  text-align: left;
  padding-top: 11vw;
  padding-bottom: 5px;
}

/*          　　     map        　　          */
/*=============================================*/
#gmap {
  width: 95%;
  height: 360px;
  color: #fff;
  text-align: center;
  clear: both;
  margin: 20px 8px;
}

#maps {
  color: #fff;
  text-align: center;
  clear: both;
  margin: 20px 8px;
  border: 2px #523529 solid;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/*          　　　 店舗情報box   　　          */
/*=============================================*/
.shopinfo {
  background-image: url(../img/shared/footer_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  position: relative;
  font-size: 14px;
  color: #fff;
  clear: both;
  padding: 10px 0px 15px 0px;
  margin: 20px 0px 0px 0px;
  line-height: 1.5em;
}

.shopinfo p {
  text-align: left;
}
.shopinfo dl {
  margin-top: 10px;
  font-size: 12px;
  line-height: 2em;
  padding: 10px 5px 10px 5px;
}

.shopinfo dl dt {
  float: left;
  color: #fff;
  margin-left: 5px;
  margin-bottom: 10px;
}

.shopinfo dd {
  color: #fff;
  text-align: left;
  padding-top: none;
  padding-left: 10px;
}

.shopinfo a {
  color: #fff;
}

/*          　 シェアボタンbox   　　          */
/*=============================================*/

#social-share {
  padding: 10px 0;
  overflow: hidden;
  width: 100%;
}

#social-share table {
  width: 320;
  margin: 5px auto 5px auto;
}
#social-share table th {
  float: left;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  padding-right: 2px;
}

#social-share table td {
  text-align: center;
  padding: 3px 0px 3px 5px;
  margin: 3px 0px 3px 0px;
  float: left;
}

#index .oshirase {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.9);
  border: 2px solid;
  width: auto;
  text-align: center;
  padding: 10px;
  margin: 30px 0 0 0;
  color: #000;
  font-family: serif;
}

#index .oshirase h3 {
  font-size: 18px;
  padding-bottom: 5px;
}

#index .oshirase p {
  font-size: 12px;
  font-weight: bold;
  font-family: serif;
  line-height: 25px;
}

#kannaiekimae .oshirase {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.9);
  border: 2px solid;
  width: auto;
  text-align: center;
  padding: 10px;
  margin: 30px 0 0 0;
  color: #000;
  font-family: serif;
}

#kannaiekimae .oshirase h3 {
  font-size: 18px;
  padding-bottom: 5px;
}

#kannaiekimae .oshirase p {
  font-size: 12px;
  font-weight: bold;
  font-family: serif;
  line-height: 25px;
}

.botan a {
  margin: 0 auto 20px;
  width: 98%;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 18px;
  background-color: #af2719;
  border-radius: 0px;
  padding: 10px 0;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 35px;
  letter-spacing: 2px;
  box-shadow: 0px 0px 0px 6px #af2719;
  border: solid 1px #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-weight: bold;
}

.bnr_box p a {
  margin: 20px auto 20px;
  width: 90%;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 18px;
  background-color: #841415;
  border-radius: 0px;
  padding: 10px 0;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 35px;
  letter-spacing: 2px;
  box-shadow: 0px 0px 0px 6px #841415;
  border: solid 1px #fff;
}

.botann a {
  width: 96%;
  margin: 20px auto 30px auto;
  padding: 15px 0;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  background-color: #832114;
  border-bottom: 2px solid #4a4a4a;
  box-sizing: border-box;
  font-weight: bold;
}
/* update css */
#kannai #rss{
  padding: 10vw 10% 0;
}
#kannai #sec-add{
  background: url(../img/kannai/bg1.jpg);
}

#footer {
  position: relative;
  padding: 0px 0% 20vw;
  box-sizing: border-box;
  color: #fff;
  font-family: "Zen Old Mincho";
  background: url('../../../shared/img/shared/bg.jpg') repeat top left;
}
#footer a{
  color: #fff;
  text-decoration: none;
  display: block;
}
#footer address, #footer .cookies_link {
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #797469;
}
#footer address {
  margin: 0vw 0px 2vw;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
#footer .cookies_link a {
  position: relative;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  width: 90%;
  margin: 0vw auto 8vw;
  letter-spacing: 0.1em;
  color: #797469;
}
#footer .cookies_link a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
#footer #socialbuttons {
  margin: 8vw 0px 8vw;
  display: flex;
  justify-content: center;
}
#footer .footer-btn2 span {
  text-align: left;
  margin: 0vw auto 3vw;
  font-size: 13px;
  letter-spacing: 0em;
  position: relative;
  width: 90%;
  font-weight: 400;
  height: auto;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  justify-content: center;
  color: #797469;
  display: flex;
}
#footer .footer-btn2 span:hover {
  opacity: 0.8;
  text-decoration: none;
}
#footer .footer-btn2 span::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  position: relative;
  top: 7px;
  margin-left: 6px;
  background: url("../../../shared/img/shared/icon_share.png") center/cover;
}
#footer .footer-btn2 span.copied {
  pointer-events: none;
}

#footer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background: url("../../../shared/img/shared/bg_line.jpg") repeat-x top left;
}
#footer .footer-1 {
  background: url("../../../shared/img/shared/bg3.jpg") repeat top left;
  padding: 16vw 4%;
}
#footer .footer-1 .footer-logo {
  width: 40%;
  margin: 0px auto 8vw;
}
#footer .footer-1 .footer-logo img{
  width: 100%;
  height: auto;
}
#footer .footer-1 .footer-list .footer-row1 {
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #3c3c3c;
  padding: 8vw 0px;
}
#footer .footer-1 .footer-list .footer-row1.last {
  border-bottom: 1px solid #3c3c3c;
}
#footer .footer-1 .footer-list .footer-row1 h3 {
  font-size: 5.5vw;
}
#footer .footer-1 .footer-list .footer-row1 .footer-tel {
  margin: 5vw 0px;
  font-size: 6.5vw;
}
#footer .footer-1 .footer-list .footer-row1 .footer-tel i {
  display: inline-block;
  width: 12px;
  position: relative;
  margin-right: 3px;
  top: -12px;
}
#footer .footer-1 .footer-list .footer-row1 .footer-txt1 {
  font-size: 4vw;
}
#footer .footer-1 .footer-list .footer-row1 .footer-txt1 a {
  font-size: 3.5vw;
  display: inline-block;
}
#footer .footer-1 .footer-list .footer-row1 .footer-txt1 a i {
  display: inline-block;
  width: 11px;
  position: relative;
  top: -5px;
  margin: 0px 1px 0px 3px;
}
#footer .footer-1 .footer-list .footer-txt2 {
  margin: 6vw 0px 0px;
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 13px;
}
#footer .footer-1 .footer-nav {
  margin: 12vw 0px;
}
#footer .footer-1 .footer-nav .footer-nav1 ul {
  width: 50%;
}
#footer .footer-1 .footer-nav .footer-nav1 ul li a {
  font-size: 4.5vw;
  text-align: center;
  margin: 3vw 0px;
  font-weight: 700;
}
#footer .footer-1 .footer-nav .footer-nav1 ul li a:hover, #footer .footer-1 .footer-nav .footer-nav1 ul li a.active {
  opacity: 0.8;
}
#footer .footer-1 .footer-nav .footer-nav2 {
  margin: 8vw auto 0px;
  width: 90%;
}
#footer .footer-1 .footer-nav .footer-nav2 li {
  position: relative;
}
#footer .footer-1 .footer-nav .footer-nav2 li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18%;
  width: 1px;
  height: 50%;
  background: #808080;
  transform: translateY(-50%);
}
#footer .footer-1 .footer-nav .footer-nav2 li:last-child::before {
  display: none;
}
#footer .footer-1 .footer-nav .footer-nav2 li a {
  font-size: 4.5vw;
  font-weight: 700;
}
#footer .footer-1 .footer-nav .footer-nav2 li a:hover, #footer .footer-1 .footer-nav .footer-nav2 li a.active {
  opacity: 0.8;
}
#footer .footer-2 {
  padding: 10vw 4%;
}
#footer .dis-flex{
  display: flex;
  justify-content: space-between;
}

#socialbuttons div {
  float: left;
  /* margin-right: 20px; */
}
#socialbuttons p {
  text-align: center;
  float: left;
  margin-right: 20px;
}
#socialbuttons .twitter {
}
#socialbuttons .fb {
}
/* #socialbuttons .link {
  position: absolute;
  right: -35px;
  top: 8px;
}
#socialbuttons .link a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
} */