@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700,800,900");
/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
/*body以下
=======================================================*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Serif JP", serif, "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.8vw;
  line-height: 1.8;
  color: #5a2712;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-c {
  text-align: center;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/*更新画像
=================================================*/
/*更新イメージの調整
----------------------------------------------- */
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

/*共通テキスト
----------------------------------------------- */
.common-txt p {
  margin-bottom: 4%;
}

.common-txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .common-txt p br {
    display: none;
  }
}

/*display flexキッド 
=================================================*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx-rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx-btw {
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx-btw {
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx-ard {
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx-end {
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx-center {
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx-alitem-strt {
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx-alitem-strch {
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx-alitem-c {
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx-alitem-end {
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx-alitem-base {
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx-alcont-strt {
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx-alcont-strch {
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx-alcont-end {
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx-alcont-c {
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-btw {
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-ard {
  align-content: space-around;
}

/*=========================================================
	header
=========================================================*/
#header {
  width: 100%;
  height: 60px;
  background: url(../img/common/hd-bg.png) repeat-x right top/200%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

#header h1 span {
  display: block;
}

#header .hd-l {
  text-align: center;
  width: 25%;
}

#header .hd-r {
  display: none;
}

/*Mainvisual
=========================================================*/
#mv {
  z-index: 0;
  height: 40vh;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  height: 100%;
}

#mv .catch {
  text-align: center;
}

#mv .catch img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  margin: auto;
}

#mv li {
  height: 40vh;
}

#mv li:nth-child(1) {
  background: url(../img/mv/slider01-bg.jpg) no-repeat center/cover;
}

#mv li:nth-child(2) {
  background: url(../img/mv/slider02-bg.jpg) no-repeat center/cover;
}

#mv li:nth-child(3) {
  background: url(../img/mv/slider03-bg.jpg) no-repeat center/cover;
}

#mv .catch img {
  width: 40%;
  top: -25vw;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
}

/*=========================================================
	トップページ
=========================================================*/
/*共通タイトル
=========================================================*/
#contents-u {
  background: url(../img/common/com-grad-bg.jpg) repeat-y center/100%;
  padding: 100px 0 120px;
}

/*共通ボタン
=========================================================*/
.more-btn01 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn01:before, .more-btn01:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn01 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn01 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn01 {
    font-size: 3.5vw;
  }
}

.more-btn01:hover {
  background: #fff;
  border: solid #000 1px;
}

.more-btn01:hover span {
  color: #000;
}

.more-btn02 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn02:before, .more-btn02:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn02 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn02 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn02 {
    font-size: 3.5vw;
  }
}

.more-btn02:before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1, 0.1);
}

.more-btn02:after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.more-btn02:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.more-btn02:hover:after {
  opacity: 0;
  transform: scale(1, 0.1);
}

.more-btn03 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn03:before, .more-btn03:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn03 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn03 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn03 {
    font-size: 3.5vw;
  }
}

.more-btn03:before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0.1, 0.1);
}

.more-btn03:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.more-btn03:hover:after {
  transform: scale(0, 0);
  opacity: 0;
}

.more-btn04 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn04:before, .more-btn04:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn04 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn04 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn04 {
    font-size: 3.5vw;
  }
}

.more-btn05 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn05:before, .more-btn05:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn05 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn05 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn05 {
    font-size: 3.5vw;
  }
}

.more-btn {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 3px;
  transition: .2s all ease-in;
  box-sizing: border-box;
  background: url(../img/common/more-btn-bg.jpg);
}

.more-btn:hover {
  opacity: .8;
}

.more-btn .more-btn-box {
  width: 95%;
  margin: 0 auto;
  padding: 5% 0;
  position: relative;
  border-top: solid #fff 1px;
  border-bottom: solid #fff 1px;
}

.more-btn .more-btn-box:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  bottom: auto;
  left: -10px;
  width: 12px;
  height: 100%;
  background: url("../img/common/more-btn-l.png") no-repeat center/contain;
}

.more-btn .more-btn-box:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -10px;
  bottom: auto;
  left: auto;
  width: 12px;
  height: 100%;
  background: url("../img/common/more-btn-r.png") no-repeat center/contain;
}

.more-btn .more-btn-box span {
  color: #fff;
  font-size: 4vw;
  line-height: 1;
  font-weight: 700;
  padding-left: 6vw;
  position: relative;
}

.more-btn .more-btn-box span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 4vw;
  height: 3vw;
  background: url("../img/common/more-btn-arrow.png") no-repeat center/contain;
  margin-top: -1.5vw;
}

.line-btn,
.facebook-btn,
.insta-btn {
  width: 100%;
  display: block;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
}

.line-btn .btn-box,
.facebook-btn .btn-box,
.insta-btn .btn-box {
  line-height: 1;
  padding: 8% 0;
  box-sizing: border-box;
  border: solid 1px #fff;
}

.line-btn .btn-box span,
.facebook-btn .btn-box span,
.insta-btn .btn-box span {
  color: #fff;
  position: relative;
  padding-left: 6vw;
}

.line-btn {
  background: #00b900;
}

.line-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 5vw;
  height: 5vw;
  background: url("../img/common/line-icon.png") no-repeat center/contain;
  margin-top: -2.5vw;
}

.facebook-btn {
  background: #1877f2;
}

.facebook-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 5vw;
  height: 5vw;
  background: url("../img/common/facebook-icon.png") no-repeat center/contain;
  margin-top: -2.5vw;
}

.insta-btn {
  background: url(../img/common/insta-bg.jpg) no-repeat center/cover;
}

.insta-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 5vw;
  height: 5vw;
  background: url("../img/common/insta-icon.png") no-repeat center/contain;
  margin-top: -2.5vw;
}

.mail-btn {
  width: 80%;
  display: block;
  border: solid 1px #fff;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  background: #539cab;
  transition: 0.3s all ease;
}

.mail-btn .btn-box {
  line-height: 1;
  padding: 8% 0;
  box-sizing: border-box;
  border: solid 1px #fff;
}

.mail-btn span {
  position: relative;
  padding-left: 6vw;
  color: #fff;
}

.mail-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 5vw;
  height: 3vw;
  background: url("../img/common/mail-icon.png") no-repeat center/contain;
  margin-top: -1.5vw;
}

.more-btn-line-start {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-start:before, .more-btn-line-start:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-start:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-start:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-start:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-start:hover:before, .more-btn-line-start:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
}

.more-btn-line-turn {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-turn:before, .more-btn-line-turn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-turn:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-turn:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-turn:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-turn:hover:before, .more-btn-line-turn:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
  transform: rotateY(180deg);
}

.more-btn-line-turn {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-turn:before, .more-btn-line-turn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-turn:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-turn:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-turn:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-turn:hover:before, .more-btn-line-turn:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
  transform: rotateY(180deg);
}

.curtn-btn-top {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #539cab;
  overflow: hidden;
}

.curtn-btn-top:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #ae1717;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-top span {
  position: relative;
  z-index: 100;
}

.curtn-btn-top:before {
  left: 0;
  top: -100%;
}

.curtn-btn-top:hover:before {
  top: 0;
}

.curtn-btn-right {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #539cab;
  overflow: hidden;
}

.curtn-btn-right:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #ae1717;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-right span {
  position: relative;
  z-index: 100;
}

.curtn-btn-right:before {
  right: -100%;
  top: 0;
}

.curtn-btn-right:hover:before {
  right: 0;
}

.curtn-btn-bottom {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #539cab;
  overflow: hidden;
}

.curtn-btn-bottom:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #ae1717;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-bottom span {
  position: relative;
  z-index: 100;
}

.curtn-btn-bottom:before {
  left: 0;
  bottom: -100%;
}

.curtn-btn-bottom:hover:before {
  bottom: 0;
}

.curtn-btn-left {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #539cab;
  overflow: hidden;
}

.curtn-btn-left:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #ae1717;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-left span {
  position: relative;
  z-index: 100;
}

.curtn-btn-left:before {
  left: -100%;
  top: 0;
}

.curtn-btn-left:hover:before {
  left: 0;
}

.line-dash-btn-01 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-01:before, .line-dash-btn-01:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #539cab;
}

.line-dash-btn-01:before {
  right: 0;
  top: 0;
}

.line-dash-btn-01:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-01 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-01 span:before, .line-dash-btn-01 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #539cab;
}

.line-dash-btn-01 span:before {
  right: 0;
  bottom: 0;
}

.line-dash-btn-01 span:after {
  left: 0;
  top: 0;
}

.line-dash-btn-01:hover:before, .line-dash-btn-01:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-01:hover span:before, .line-dash-btn-01:hover span:after {
  transition-delay: 0.2s;
  height: 100%;
}

.line-dash-btn-02 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-02:before, .line-dash-btn-02:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #539cab;
}

.line-dash-btn-02:before {
  right: 0;
  top: 0;
}

.line-dash-btn-02:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-02 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-02 span:before, .line-dash-btn-02 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #539cab;
}

.line-dash-btn-02 span:before {
  right: 0;
  bottom: 0;
}

.line-dash-btn-02 span:after {
  left: 0;
  top: 0;
}

.line-dash-btn-02:hover:before, .line-dash-btn-02:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-02:hover span:before, .line-dash-btn-02:hover span:after {
  transition-delay: 0s;
  height: 100%;
}

.line-dash-btn-03 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-03:before, .line-dash-btn-03:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #539cab;
}

.line-dash-btn-03:before {
  right: 0;
  top: 0;
}

.line-dash-btn-03:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-03 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-03 span:before, .line-dash-btn-03 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #539cab;
}

.line-dash-btn-03 span:before {
  right: 0;
  top: 0;
}

.line-dash-btn-03 span:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-03:hover:before, .line-dash-btn-03:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-03:hover span:before, .line-dash-btn-03:hover span:after {
  transition-delay: 0s;
  height: 100%;
}

.com-rust-bg {
  padding: 15px;
  box-sizing: border-box;
  background: url(../img/common/rust-bg.jpg);
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
}

.com-txt-bg {
  background: url(../img/common/txt-bg.jpg);
  border-radius: 5px;
}

.com-grad-bg {
  background: url(../img/common/com-grad-bg.jpg) repeat-y center/100%;
}

.com-wood-bg {
  background: url(../img/common/common-wood-bg.jpg);
}

/*top-menu
=========================================================*/
#top-menu {
  text-align: center;
  padding: 10% 0;
  background: url(../img/top/top-menu-bg.jpg) no-repeat center/cover;
}

#top-menu .top-menu-box {
  width: 95%;
  margin: 0 auto;
  position: relative;
  padding: 2%;
}

#top-menu .top-menu-box .com-txt-bg {
  padding: 15% 5%;
}

#top-menu .top-menu-box .top-menu-img-l,
#top-menu .top-menu-box .top-menu-img-r {
  position: absolute;
}

#top-menu .top-menu-box .top-menu-img-l {
  width: 30%;
  left: 2%;
  top: -8vw;
}

#top-menu .top-menu-box .top-menu-img-r {
  bottom: -6%;
  right: -5%;
  width: 40%;
}

#top-menu .top-menu-inbox {
  box-sizing: border-box;
}

#top-menu .top-menu-ttl {
  margin-bottom: 5%;
}

#top-menu .top-menu-txt {
  margin-bottom: 5%;
  text-align: left;
}

#top-menu .top-menu-plan {
  margin-bottom: 8%;
}

#top-menu .top-menu-plan dd {
  font-size: 5vw;
  color: #ae1717;
  font-weight: 700;
}

#top-menu .top-menu-info {
  display: block;
}

#top-menu .top-menu-info article {
  margin-bottom: 8%;
}

#top-menu .top-menu-info article:last-child {
  margin-bottom: 0;
}

#top-menu .top-menu-info article .top-menu-subttl {
  font-weight: 700;
  background: #5a2712;
  color: #fff;
  font-size: 4vw;
  padding: 3% 0;
  line-height: 1.2;
  margin-bottom: 3%;
}

#top-menu .top-menu-info article .price {
  line-height: 1.5;
  border-bottom: 1px solid #ae1717;
  font-weight: 700;
  font-size: 8vw;
  margin-bottom: 3%;
  color: #ae1717;
}

#top-menu .top-menu-info article .price small {
  font-size: 4vw;
}

#top-menu .top-menu-info article .postponed {
  margin-bottom: 2%;
  font-weight: 700;
  color: #ae1717;
  font-size: 5vw;
}

#top-menu .more-btn {
  margin-top: 10%;
}

/*top-movie
=========================================================*/
#top-movie {
  background: url(../img/top/top-movie-bg.jpg) no-repeat center/cover;
  box-sizing: border-box;
  padding: 15% 0;
}

#top-movie .inbox {
  position: relative;
}

#top-movie .inbox .top-movie-ttl {
  width: 10%;
  position: absolute;
  left: 0;
  top: -15vw;
  z-index: 10;
}

#top-movie .top-movie-wrp {
  width: 90%;
  margin: 0 auto;
  padding: 12% 0;
  background: #000;
  position: relative;
}

#top-movie .top-movie-wrp:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 100vw;
  height: 65vw;
  background: url("../img/top/movie-frame.png") no-repeat center/contain;
  margin: -32.5vw 0 0 -50vw;
}

#top-movie .top-movie-wrp .top-movie-box {
  width: 60%;
  padding-top: 40%;
  margin: 0 auto;
  left: -8vw;
  top: -3vw;
  position: relative;
  background: #ccc;
}

#top-movie .top-movie-wrp .top-movie-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*top-recommend
=========================================================*/
#top-recommend .top-recommend-ttl {
  text-align: center;
  background: url(../img/top/top-recommend-ttl-bg.jpg);
  padding: 1%;
  box-sizing: border-box;
}

#top-recommend .top-recommend-ttl .top-recommend-ttl-inbox {
  padding: 8% 0;
  border: solid 1px #fff;
}

#top-recommend .top-recommend-ttl .top-recommend-ttl-inbox img {
  height: 13vw;
}

#top-recommend .top-recommend-box {
  padding: 7% 0 10%;
  background: url(../img/common/com-grad-bg.jpg) no-repeat center/cover;
}

#top-recommend .top-recommend-list {
  margin-bottom: 5%;
  display: block;
}

#top-recommend .top-recommend-list li {
  border: solid 3px #5a2712;
  box-sizing: border-box;
  margin-bottom: 10%;
}

#top-recommend .top-recommend-list li:last-child {
  margin-bottom: 0;
}

#top-recommend .top-recommend-list li .com-img {
  padding-top: 150%;
}

/*top-others-info
=========================================================*/
#top-others-info {
  display: block;
}

#top-others-info > section {
  text-align: center;
  transition: .2s all ease-in;
  box-sizing: border-box;
}

#top-others-info > section:hover {
  opacity: .8;
}

#top-others-info > section a {
  display: block;
  padding: 2%;
  height: 100%;
  box-sizing: border-box;
}

#top-others-info > section .top-others-infobox {
  padding: 2%;
}

#top-others-info > section .top-others-info-inbox {
  box-sizing: border-box;
  padding: 10% 0;
  border: solid 2px rgba(255, 255, 255, 0.8);
}

#top-others-info #top-scene {
  background: url(../img/top/top-scene-bg.jpg) no-repeat center/cover;
}

#top-others-info #top-scene img {
  height: 12vw;
}

#top-others-info #top-shop {
  background: url(../img/top/top-shop-bg.jpg) no-repeat center/cover;
}

#top-others-info #top-shop img {
  height: 8vw;
}

/*top-sns
=========================================================*/
#top-sns {
  text-align: center;
  padding: 10% 0;
  background: url(../img/common/com-grad-bg.jpg) no-repeat center/cover;
}

#top-sns .top-sns-ttl {
  position: relative;
  margin-bottom: 10%;
}

#top-sns .top-sns-ttl img {
  width: 60%;
}

#top-sns .top-sns-ttl .top-sns-ttl-l,
#top-sns .top-sns-ttl .top-sns-ttl-r {
  width: 10%;
  position: absolute;
  height: 15px;
  top: 50%;
  background: url(../img/top/top-sns-ttl-line.png) repeat-x center left;
  margin-top: -7.5px;
}

#top-sns .top-sns-ttl .top-sns-ttl-l {
  left: 0;
}

#top-sns .top-sns-ttl .top-sns-ttl-r {
  right: 0;
}

#top-sns .top-sns-list {
  margin-bottom: 10%;
}

#top-sns .top-sns-list li {
  width: 33%;
  margin-right: 2%;
}

#top-sns .top-sns-list li:last-child {
  margin-right: 0;
}

#top-sns .top-sns-list li a span {
  font-size: 3vw;
}

#top-sns .others-link {
  display: block;
}

#top-sns .others-link #top-check {
  border: solid 2px #539cab;
}

#top-sns .others-link #top-check a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 5vw;
  bottom: auto;
  left: auto;
  width: 5vw;
  height: 3vw;
  background: url("../img/common/blue-arrow.png") no-repeat center/contain;
  margin-top: -1.5vw;
}

#top-sns .others-link #top-review {
  border: solid 2px #ae1717;
}

#top-sns .others-link #top-review a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 5vw;
  bottom: auto;
  left: auto;
  width: 5vw;
  height: 3vw;
  background: url("../img/common/red-arrow.png") no-repeat center/contain;
  margin-top: -1.5vw;
}

#top-sns .others-link li {
  margin-bottom: 2%;
}

#top-sns .others-link li:last-child {
  margin-bottom: 0;
}

#top-sns .others-link li a {
  padding: 8% 0;
  background: #fff;
  font-size: 4.5vw;
  position: relative;
}

#top-sns .others-link li span, #top-sns .others-link li small {
  line-height: 1.5;
  display: block;
  font-weight: 700;
  color: #5a2712;
}

#top-sns .others-link li small {
  font-size: 3vw;
}

/*top-news
=========================================================*/
#top-news {
  padding: 10% 0;
  background: url(../img/top/top-news-bg.jpg) no-repeat center/cover;
}

#top-news .top-news-box {
  padding: 2%;
}

#top-news .top-news-inbox {
  padding: 5% 5% 10%;
  box-sizing: border-box;
}

#top-news .top-news-inbox .top-news-ttl {
  margin-bottom: 10%;
}

#top-news .top-news-inbox .top-news-ttl span {
  display: block;
  text-align: center;
}

#top-news .top-news-inbox .top-news-ttl .icon {
  margin-bottom: 3%;
}

#top-news .top-news-inbox .top-news-ttl .icon img {
  width: 15%;
}

#top-news .top-news-inbox .top-news-ttl .main {
  width: 60%;
  margin: 0 auto;
}

#top-news .top-news-post {
  margin-bottom: 5%;
}

#top-news .top-news-post article {
  border-bottom: 1px dotted #38322d;
}

#top-news .top-news-post article:last-child {
  border-bottom: none;
}

#top-news .top-news-post article a {
  flex-wrap: wrap;
  transition: .2s all ease-in;
  padding: 3%;
  box-sizing: border-box;
}

#top-news .top-news-post article a:hover {
  opacity: .8;
}

#top-news .top-news-post article a time {
  width: 90px;
  margin-right: 2%;
}

#top-news .top-news-post article a .tag-name {
  font-size: 3vw;
  padding: 2px 5px;
  text-align: center;
  line-height: 1;
  border: solid 1px #539cab;
  color: #539cab;
  min-width: 60px;
  letter-spacing: 0;
}

#top-news .top-news-post article a .top-news-post-ttl {
  font-size: 3.5vw;
}

/*=========================================================
	footer
=========================================================*/
#pagetop {
  width: 10%;
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

#footer {
  padding: 10% 0 0;
  background: url(../img/common/ft-bg.jpg);
  text-align: center;
}

#footer .fixed-banner {
  width: 8%;
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 10;
}

#footer .ft-wrp .ft-logo-wrp {
  display: block;
  width: 100%;
  margin-bottom: 5%;
}

#footer .ft-wrp .ft-logo-wrp .ft-logo {
  width: 35%;
  margin-bottom: 3%;
  display: inline-block;
  vertical-align: middle;
}

#footer .ft-wrp .ft-logo-wrp span {
  display: block;
  line-height: 1;
  font-size: 4vw;
  font-weight: 700;
  display: block;
}

#footer .ft-address {
  margin-bottom: 8%;
}

#footer .ft-sns-list {
  flex-wrap: wrap;
}

#footer .ft-sns-list li {
  width: 48%;
  margin: 2% 2% 0 0;
}

#footer .ft-sns-list li:nth-child(2n) {
  margin-right: 0;
}

#footer .ft-sns-list li:nth-child(-n + 2) {
  margin-top: 0;
}

#footer .ft-sns-list li a {
  width: 100%;
}

#footer .ft-nav {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
  line-height: 1.2;
}

#footer .ft-nav li {
  margin-right: 40px;
}

#footer .ft-nav li:last-child {
  margin-right: 0;
}

#footer .ft-nav li a {
  font-size: 12px;
}

#footer .sp-site-privacy {
  margin: 10% 0;
}

#footer .sp-site-privacy li {
  line-height: 1;
  padding-right: 5%;
  border-right: 1px solid #5a2712;
  margin-right: 5%;
}

#footer .sp-site-privacy li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#footer .sp-site-privacy li a {
  font-size: 3vw;
}

#footer #copyright {
  text-align: center;
  padding: 5px 0;
  background: #539cab;
}

#footer #copyright small {
  font-size: 12px;
  color: #fff;
}

#footer #copyright small a {
  color: #fff;
}

/*=========================================================
	下層ページ
=========================================================*/
/*下層サブビジュアル
=========================================================*/
#ma {
  height: 30vh;
  background: url(../img/common/ma-bg.jpg) no-repeat center/cover;
}

#ma .ma-inbox,
#ma .inbox {
  height: 100%;
}

#ma .ma-inbox {
  width: 80%;
  margin: 0 auto;
  background: url(../img/common/ma-img.jpg) no-repeat center/cover;
}

.ma-ttl {
  margin-top: 5vh;
}

.ma-ttl img {
  height: 8vh;
}

/*下層共通タイトル
=========================================================*/
.ttl01 {
  font-size: 5vw;
  font-weight: 700;
  padding: 3% 5%;
  box-sizing: border-box;
  color: #fff;
  background: #ae1717;
  line-height: 1.5;
  margin-bottom: 5%;
}

.ttl02 {
  font-size: 4.5vw;
  padding-bottom: 3%;
  margin-bottom: 5%;
  font-weight: 700;
  line-height: 1.5;
  background: url(../img/common/ttl-linew.png) repeat-x bottom left/100%;
}

.common-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 6vw;
  margin-bottom: 10%;
}

.common-ttl-u {
  text-align: center;
  padding: 1%;
  box-sizing: border-box;
  background: url(../img/common/common-blue-ttl.png);
}

.common-ttl-u .common-ttl-u-box {
  padding: 5% 0;
  border: solid 1px #fff;
}

.common-ttl-sub {
  position: relative;
  text-align: center;
  padding: 3% 0;
  margin-bottom: 10%;
  background: url(../img/common/common-ttl-u-bg.png);
}

.common-ttl-sub:before {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 1px;
  background: #539cab;
}

.common-ttl-sub:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #539cab;
}

.common-ttl-sub img {
  height: 5vw;
}

/*下層共通パーツ
=========================================================*/
/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
}

#bread-clumb li {
  position: relative;
  color: #5a2712;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}

#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}

#bread-clumb li:last-child {
  margin-right: 0;
}

#bread-clumb li:last-child:after {
  display: none;
}

#bread-clumb li a {
  color: #5a2712;
}

/*共通テーブル
=========================================================*/
.com-dl {
  border-top: 2px solid #5a2712;
  border-bottom: 2px solid #5a2712;
}

.com-dl > .in-dl {
  background: #fff;
  margin-bottom: 0;
}

.com-dl > .in-dl:last-child dt, .com-dl > .in-dl:last-child dd {
  border-bottom: none;
}

.com-dl > .in-dl dt, .com-dl > .in-dl dd {
  vertical-align: top;
  padding: 3% 4%;
}

.com-dl > .in-dl > dt {
  background: #539cab;
  color: #fff;
}

.com-dl > .in-dl > dd {
  padding-bottom: 6%;
  vertical-align: top;
}

.com-dl > .in-dl > dd a {
  color: #5a2712;
}

/*シュチュエーション別ご利用シーン
=========================================================*/
#contents-u.scene-u {
  padding: 0;
}

#contents-u.scene-u .scene-info-ttl img {
  height: 8vh;
}

#contents-u.scene-u #scene-info {
  padding: 0 0 15%;
}

#contents-u.scene-u .scene-info-box {
  padding: 10% 0 0;
}

#contents-u.scene-u #how-to-use {
  margin-bottom: 10%;
}

#contents-u.scene-u #how-to-use .how-to-use-ttl {
  position: relative;
  margin-bottom: 10%;
}

#contents-u.scene-u #how-to-use .how-to-use-ttl .icon {
  width: 18%;
  position: absolute;
  left: 0;
  top: -10vw;
}

#contents-u.scene-u #how-to-use .how-to-use-ttl .icon img {
  width: 100%;
  height: auto;
}

#contents-u.scene-u #how-to-use .how-to-use-ttl .main img {
  height: 4.5vw;
}

#contents-u.scene-u #how-to-use .how-to-use-txt {
  margin-bottom: 10%;
  text-align: center;
  font-size: 4vw;
  font-weight: 500;
}

#contents-u.scene-u .how-to-use-info {
  text-align: center;
  display: block;
}

#contents-u.scene-u .how-to-use-info .in-dl {
  padding-bottom: 3%;
  margin-bottom: 8%;
  border-bottom: 1px solid #ae1717;
}

#contents-u.scene-u .how-to-use-info .in-dl:last-child {
  margin-bottom: 0;
}

#contents-u.scene-u .how-to-use-info .in-dl dt {
  font-size: 4.5vw;
  font-weight: 700;
  margin-bottom: 3%;
  color: #fff;
  background: #5a2712;
}

#contents-u.scene-u .how-to-use-info .in-dl dd {
  font-weight: 700;
  font-size: 4.5vw;
}

#contents-u.scene-u .how-to-use-info .in-dl dd small {
  display: block;
  font-size: 4vw;
  letter-spacing: 0;
}

#contents-u.scene-u .scene-info-imglist {
  width: 95%;
  margin: 0 auto;
  padding: 2%;
}

#contents-u.scene-u .scene-info-imglist .inbox {
  width: 100%;
}

#contents-u.scene-u .scene-info-imglist .scene-info-imglist-wrp {
  padding: 6% 5% 10%;
  box-sizing: border-box;
}

#contents-u.scene-u .scene-info-imglist .scene-info-imglist-inbox {
  display: block;
}

#contents-u.scene-u .scene-info-imglist .scene-info-imglist-inbox figure {
  margin-bottom: 10%;
}

#contents-u.scene-u .scene-info-imglist .scene-info-imglist-inbox figure:last-child {
  margin-bottom: 0;
}

#contents-u.scene-u .scene-info-imglist .scene-info-imglist-inbox figure .scene-info-img {
  margin-bottom: 5%;
}

#contents-u.scene-u .scene-info-imglist .scene-info-imglist-inbox figure figcaption {
  padding-bottom: 3%;
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
  background: url(../img/common/ttl-linew.png) repeat-x left bottom/100%;
}

#scene-list {
  padding: 10% 0;
  background: url(../img/common/common-wood-bg.jpg);
}

#scene-list .com-rust-bg {
  padding: 2%;
  width: 95%;
  margin: 0 auto;
}

#scene-list .com-rust-bg .com-txt-bg {
  padding: 5% 5% 10%;
  box-sizing: border-box;
}

#scene-list .com-rust-bg article {
  margin-bottom: 10%;
}

#scene-list .com-rust-bg article:last-child {
  margin-bottom: 0;
}

#scene-list .com-rust-bg .scene-list-img {
  margin-bottom: 3%;
}

#scene-list .com-rust-bg .scene-list-ttl {
  text-align: center;
  background: url(../img/common/ttl-linew.png) repeat-x bottom left/100%;
  font-weight: 700;
  font-size: 5vw;
  margin-bottom: 3%;
  padding-bottom: 3%;
}

/*自分酒場～大人のフードコード～
=========================================================*/
#contents-u.foodcourt-u {
  padding: 0;
}

#contents-u.foodcourt-u #foodcourt-feature {
  padding: 15% 0;
}

#contents-u.foodcourt-u #foodcourt-feature .com-rust-bg {
  width: 95%;
  margin: 0 auto;
  padding: 2%;
}

#contents-u.foodcourt-u #foodcourt-feature .com-txt-bg {
  padding: 8% 5% 10%;
  box-sizing: border-box;
}

#contents-u.foodcourt-u #foodcourt-feature .inbox {
  width: 100%;
}

#contents-u.foodcourt-u #foodcourt-feature .foodcourt-ttl {
  margin-bottom: 10%;
}

#contents-u.foodcourt-u #foodcourt-feature article {
  display: block;
  margin-bottom: 10%;
}

#contents-u.foodcourt-u #foodcourt-feature article:last-child {
  margin-bottom: 0;
}

#contents-u.foodcourt-u #foodcourt-feature article .foodcourt-info-img {
  text-align: center;
  margin-bottom: 10%;
}

/*メニュー
=========================================================*/
#contents-u.menu-u {
  padding: 0;
}

#menu-plan {
  padding: 15% 0;
}

#menu-plan .com-rust-bg {
  width: 95%;
  margin: 0 auto;
  padding: 2%;
}

#menu-plan .com-rust-bg .com-txt-bg {
  box-sizing: border-box;
  padding: 5% 4% 10%;
}

#menu-plan .menu-ttl {
  position: relative;
  margin-bottom: 10%;
}

#menu-plan .menu-ttl .catch-icon,
#menu-plan .menu-ttl .icon-l,
#menu-plan .menu-ttl .icon-r {
  position: absolute;
}

#menu-plan .menu-ttl .catch-icon {
  width: 35%;
  top: -20vw;
  right: 0;
}

#menu-plan .menu-ttl .icon-l {
  width: 20%;
  left: -5%;
  bottom: -5vw;
}

#menu-plan .menu-ttl .icon-r {
  width: 18%;
  top: -5vw;
  right: 0;
}

#menu-plan .menu-plan-dl {
  display: block;
}

#menu-plan .menu-plan-dl .in-dl {
  margin-bottom: 10%;
}

#menu-plan .menu-plan-dl .in-dl:last-child {
  margin-bottom: 0;
}

#menu-plan .menu-plan-dl .in-dl dt {
  text-align: center;
  background: #5a2712;
  color: #fff;
  line-height: 1;
  font-size: 4.8vw;
  font-weight: 700;
  padding: 4% 0;
  margin-bottom: 5%;
}

#menu-plan .menu-plan-dl .in-dl .price,
#menu-plan .menu-plan-dl .in-dl .extension {
  font-weight: 700;
  color: #ae1717;
  text-align: center;
}

#menu-plan .menu-plan-dl .in-dl .price {
  line-height: 1;
  font-size: 7vw;
  margin-bottom: 3%;
  border-bottom: 2px solid #ae1717;
  padding-bottom: 3%;
}

#menu-plan .menu-plan-dl .in-dl .price small {
  font-size: 5vw;
}

#menu-plan .menu-plan-dl .in-dl .extension {
  font-size: 4.5vw;
  margin-bottom: 3%;
}

#recommend-menu .common-ttl-u img {
  height: 5vw;
}

#recommend-menu .recommend-menu-wrp {
  padding: 10% 0 10%;
  display: block;
}

#recommend-menu .recommend-menu-listbox {
  display: block;
}

#recommend-menu article {
  display: block;
}

#recommend-menu .common-recommend-menu-arc {
  display: block;
  margin-bottom: 10%;
  padding-bottom: 10%;
  border-bottom: 1px solid #5a2712;
}

#recommend-menu .common-recommend-menu-arc:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#recommend-menu .recommend-menu-img {
  text-align: center;
  margin-bottom: 8%;
  padding-top: 70%;
  background: #ccc;
  border: 2px solid #5a2712;
  box-sizing: border-box;
}

#recommend-menu .recommend-menu-txtbox .recommend-menu-txtbox-ttl {
  display: block;
  font-size: 5vw;
  padding-bottom: 5%;
  letter-spacing: 0;
}

#recommend-menu .recommend-menu-txtbox .recommend-menu-txtbox-ttl .price {
  text-align: right;
  display: block;
  color: #ae1717;
}

#drink-plan .drink-plan-wrp {
  padding: 80px 0 100px;
}

#drink-plan .common-drink-menu {
  width: 100%;
  margin-bottom: 10%;
}

#drink-plan .common-drink-menu:last-child {
  margin-bottom: 0;
}

#drink-plan .common-drink-menu a {
  display: block;
  border-bottom: 2px solid #539cab;
  padding-bottom: 5%;
  position: relative;
}

#drink-plan .common-drink-menu .com-img {
  border: solid 2px #5a2712;
  margin-bottom: 5%;
  padding-top: 140%;
  box-sizing: border-box;
}

#drink-plan .common-drink-menu .drink-menu-list-ttl {
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1.5;
}

/*店舗情報
=========================================================*/
#contents-u.shop-u {
  padding: 0;
}

#shop-info {
  padding: 10% 0;
}

#shop-info .shop-dl {
  display: block;
  margin-bottom: 10%;
}

#shop-info .shop-img-list {
  display: block;
}

#shop-info .shop-img-list li {
  margin-bottom: 5%;
}

#shop-info .shop-img-list li:last-child {
  margin-bottom: 0;
}

#access {
  padding: 10% 0;
}

#access .com-rust-bg {
  width: 95%;
  margin: 0 auto 10%;
  padding: 2%;
}

#access .com-txt-bg {
  padding: 8% 5% 10%;
  box-sizing: border-box;
}

#access .com-txt-bg .inbox {
  width: 100%;
}

#access .access-txt {
  text-align: center;
  font-weight: 700;
  font-size: 4vw;
}

#access .map-iframe {
  width: 95%;
  padding-top: 56.25%;
  margin: 0 auto;
  border: solid 3px #5a2712;
  box-sizing: border-box;
  position: relative;
}

#access .map-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*お知らせ一覧
=========================================================*/
.post-wrp .tag-change li a {
  border: solid 1px #539cab;
  color: #539cab;
  background: #fff;
}

.post-wrp .tag-change .current a {
  background: #539cab;
}

.post-wrp .tag-change .current a span {
  color: #fff;
}

.post-wrp .all-post-list article {
  border-bottom: 1px solid #539cab;
}

.post-wrp .all-post-list article a {
  color: #5a2712;
}

.post-wrp .all-post-list article a .tag-name {
  border: solid 1px #539cab;
}

.post-wrp .all-post-list article a .tag-name span {
  color: #539cab;
}

.post-wrp .all-post-list article a time {
  background: #539cab;
}

.post-wrp .all-post-list article a time span {
  color: #fff;
}

.post-wrp .all-post-list article a time span:before {
  border-left: #fff solid 5px;
}

/*お知らせ個別
=========================================================*/
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid #539cab;
}

#contents-u.s-post .sb_style h2 {
  border-left: 5px solid #539cab;
}

#contents-u.s-post .sb_style h3 {
  background: #539cab;
  color: #fff;
}

#contents-u.s-post .sb_style h4:before {
  background: #539cab;
}

#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}

#contents-u.s-post .sb_style h6 {
  color: #539cab;
}

#contents-u.s-post .sb_style ul li:before {
  background: #539cab;
}

#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: #539cab;
}

#contents-u.s-post .sb_style a {
  color: #539cab;
}

#contents-u.s-post .s-time-tag {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid #539cab;
}

#contents-u.s-post .s-time-tag time {
  color: #539cab;
  font-weight: bold;
}

#contents-u.s-post .tag-name {
  min-width: 130px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  box-sizing: border-box;
  border: solid 1px #539cab;
  margin-bottom: 5%;
  line-height: 1;
  color: #539cab;
}

#contents-u.s-post .tag-name span {
  color: #539cab;
}

/*お問い合わせ
=========================================================*/
.cont-dl .in-dl dt .hissu {
  background: #ae1717;
}

.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"] {
  border: solid #ccc 1px;
  background: #fff;
}

.cont-dl .in-dl dd textarea {
  border: solid #ccc 1px;
  background: #fff;
}

.contact-btn ul li #form-btn {
  font-family: "Noto Serif JP", serif;
  border: solid 1px #5a2712;
  background-color: #5a2712;
}

.contact-btn ul li:hover #form-btn {
  color: #5a2712;
  background: #fff;
}

/*pagenation
--------------------------------------------*/
ul.pagenation li a {
  color: #38322d;
}

ul.pagenation li.current {
  color: #fff;
  background: #539cab;
}

/*page-btn
--------------------------------------------*/
.page-btn .left a:before {
  border-right: solid #539cab 5px;
}

.page-btn .right a:before {
  border-left: solid #539cab 5px;
}

/*サイトマップ
=========================================================*/
#site-map ul li {
  border-bottom: 1px solid #539cab;
}

#site-map ul li a {
  color: #5a2712;
}

#site-map ul li a:before {
  border-left: 8px solid #539cab;
}

#site-map ul li a:hover {
  color: #539cab;
}

#site-map ul li a:hover:before {
  left: 10px;
}

/*404
=========================================================*/
.not-found-txt p a {
  color: #539cab;
}

/*リキャプチャ---------------*/
#recap-id {
  padding: 20px 0;
}

.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}

.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 4.5vw;
  margin-bottom: 5%;
}

/*ドロワーメニュー
------------------------------------------------------*/
.drawer-nav {
  text-align: left;
  padding: 15% 3% 10% !important;
  box-sizing: border-box;
  background: url(../img/common/txt-bg.jpg);
}

.drawer-nav .drawer-menu {
  display: block;
  margin-bottom: 5%;
}

.drawer-nav .drawer-menu > li {
  border-bottom: 1px solid #c6beaf;
}

.drawer-nav .drawer-menu > li a {
  font-size: 3.5vw;
  display: block;
  padding: 3% 5%;
  box-sizing: border-box;
  font-weight: bold;
  color: #5a2712;
  letter-spacing: .15rem;
}

.drawer-nav .drawer-menu > li a::first-letter {
  color: #539cab;
}

.drawer-dropdown-menu {
  padding: 10% 0 5% !important;
  background: none !important;
}

.drawer-dropdown-menu li {
  font-size: 0.9rem;
  margin-bottom: 10px;
  padding-left: 30px;
  box-sizing: border-box;
}

.drawer-dropdown-menu li:last-child {
  margin-bottom: 0;
}

.drawer-dropdown-menu li a {
  position: relative;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  z-index: 100000 !important;
}

.drawer--right.drawer-open .drawer-hamburger {
  top: 1%;
  right: 2.5% !important;
  z-index: 1000000 !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff !important;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}

.drawer-toggle.drawer-hamburger {
  background: #37b1c9 !important;
  right: 2.5% !important;
  top: 1%;
}

.drawer-hamburger {
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  padding: 18px 10px 24px;
}

.drawer-hamburger-icon {
  margin-top: 5px;
}

.drawer-hamburger-icon:before {
  top: -8px;
}

.drawer-hamburger-icon:after {
  top: 8px;
}

.sp-tel {
  margin-top: 10%;
  text-align: center;
  box-sizing: border-box;
}

.sp-tel a {
  background: #ae1717;
  font-weight: 700;
  letter-spacing: .1rem;
  font-size: 5vw;
  color: #fff;
  padding: 2% 5%;
  border-radius: 5px;
}

.sp-tel a small {
  font-size: 3vw;
}

.sp-sns-link {
  margin-top: 2vw;
}

.sp-sns-link li {
  width: 33%;
  margin-right: 1%;
}

.sp-sns-link li:last-child {
  margin-right: 0;
}

.sp-sns-link li a {
  width: 100%;
  font-size: 3vw;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
