@charset "utf-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif, Meiryo, "KozGoPro-Light", "Hiragino Kaku Gothic ProN", YuGothic;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

p::selection {
  background: #efead2;
}

p::-moz-selection {
  background: #efead2;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif, Meiryo, "KozGoPro-Light", "Hiragino Kaku Gothic ProN", YuGothic;
}

a, .track-number {
  color: #9b8356;
}

.section-menu {
  background-color: rgba(245, 245, 245, 0.4);
  padding: 1em 0em;
}

.spec-menu-container {
  text-align: center
}

.btn {
  color: #fff;
  background-color: #9b8356;
  border-color: #ccc;
}

.btn2 {
  color: #fff;
  background-color: #e8e8e8;
  border-color: #dddddd;
}

.btn:hover {
  color: #fff;
  background-color: #33291c;
  border-color: #9b8356;
}

.btn2:hover {
  color: #fff;
  background-color: #e8e8e8;
  border-color: #dddddd;
}

a.yt {
  color: #922e36;
}

a.yt2 {
  color: #ccc;
}

a.nc {
  color: #333333;
}

a.tw {
  color: #3E7FAD;
}

a.bt {
  color: #3E7FAD;
  text-decoration: none;
}

a.bt:hover {
  color: #fff;
}

.container {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 0px;
}

.btn-open {
  display: inline-block;
  width: 150px;
  height: 30px;
  margin: 3px;
  text-align: center;
  background-color: #543C3A;
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #543C3A;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-open:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}

.btn-open:hover {
  color: #543C3A;
  text-decoration: none;
}

.btn-open:hover:after {
  height: 300%;
  opacity: 1;
}

.btn-open:active:after {
  height: 340%;
  opacity: 1;
}

.btn-open2 {
  display: inline-block;
  width: 150px;
  height: 30px;
  margin: 3px;
  text-align: center;
  background-color: #ccc;
  font-size: 16px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #ccc;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-open2:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}

.btn-open2:hover {
  color: #ccc;
  text-decoration: none;
}

.btn-open2:hover:after {
  height: 120%;
  opacity: 1;
}

.btn-open2:active:after {
  height: 120%;
  opacity: 1;
}


/* 区切り線*/

.btn-osn {
  display: inline-block;
  width: 310px;
  height: 30px;
  margin: 3px;
  text-align: center;
  background-color: #231918;
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #231918;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-osn:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}

.btn-osn:hover {
  color: #231918;
  text-decoration: none;
}

.btn-osn:hover:after {
  height: 650%;
  opacity: 1;
}

.btn-osn:active:after {
  height: 340%;
  opacity: 1;
}

.btn-osn2 {
  display: inline-block;
  width: 310px;
  height: 30px;
  margin: 3px;
  text-align: center;
  background-color: #ccc;
  font-size: 16px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #ccc;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-osn2:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}

.btn-osn2:hover {
  color: #ccc;
  text-decoration: none;
}

.btn-osn2:hover:after {
  height: 160%;
  opacity: 1;
}

.btn-osn2:active:after {
  height: 160%;
  opacity: 1;
}


/* 区切り線*/

.btn-gifu {
  display: inline-block;
  width: 310px;
  height: 30px;
  margin: 3px;
  text-align: center;
  background-color: #cccccc;
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #cccccc;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-gifu:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}

.btn-gifu:hover {
  color: #cccccc;
  text-decoration: none;
}

.btn-gifu:hover:after {
  height: 650%;
  opacity: 1;
}

.btn-gifu:active:after {
  height: 340%;
  opacity: 1;
}


/* 区切り線*/

.btn-vm {
  display: inline-block;
  width: 310px;
  height: 50px;
  margin: 3px;
  text-align: center;
  background-color: #dc143c;
  font-size: 16px;
  line-height: 50px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #dc143c;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-vm:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}

.btn-vm:hover {
  color: #dc143c;
  text-decoration: none;
}

.btn-vm:hover:after {
  height: 420%;
  opacity: 1;
}

.btn-vm:active:after {
  height: 300%;
  opacity: 1;
}


/* 区切り線*/

.btn-cm {
  display: inline-block;
  width: 310px;
  height: 30px;
  margin: 3px;
  text-align: center;
  background-color: #cccccc;
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #cccccc;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-cm:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}

.btn-cm:hover {
  color: #cccccc;
  text-decoration: none;
}

.btn-cm:hover:after {
  height: 650%;
  opacity: 1;
}

.btn-cm:active:after {
  height: 340%;
  opacity: 1;
}


/* 区切り線*/

.btn-ratio {
  display: inline-block;
  width: 310px;
  height: 30px;
  margin: 3px;
  text-align: center;
  background-color: #543C3A;
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #543C3A;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-ratio:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}

.btn-ratio:hover {
  color: #543C3A;
  text-decoration: none;
}

.btn-ratio:hover:after {
  height: 650%;
  opacity: 1;
}

.btn-ratio:active:after {
  height: 340%;
  opacity: 1;
}


/* 区切り線*/

span.up {
  font-family: sans-serif;
  background: #C54751;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  padding: 2px 0.3em 2px 0.3em;
  margin: 0 0em 1em 1.2em;
  border-radius: 5px;
}


/* 区切り線*/

hr.style1 {
  border-top: 0px solid #ffffff;
}

hr.style2 {
  border-top: 3px double #8c8b8b;
}

hr.style3 {
  border-top: 1px solid #f8f8f8;
}

hr.style4 {
  border-top: 1px dotted #8c8b8b;
}

hr.style5 {
  background-color: #fff;
  border-top: 2px dashed #8c8b8b;
}

hr.style6 {
  background-color: #fff;
  border-top: 2px dotted #8c8b8b;
}

p.content1 {
  line-height: 3em;
}

ul.goods {
  list-style: none;
  line-height: 2em;
}

ul.goods li:before {
  font-family: FontAwesome;
  content: '\f105';
  /* アイコンのunicode */
  color: #888888;
}

ul.hoso {
  list-style-type: decimal-leading-zero;
  line-height: 2em;
}

ul.hoso2 {
  list-style-type: none;
  line-height: 2em;
}

.h-300 {
  height: 300px
}

.h-200 {
  height: 200px
}

.h-150 {
  height: 150px
}

.h-100 {
  height: 100px
}

.h-90 {
  height: 90px
}

.h-80 {
  height: 80px
}

.h-70 {
  height: 70px
}

.h-60 {
  height: 90px
}

.h-50 {
  height: 50px
}

.h-40 {
  height: 40px
}

.h-30 {
  height: 30px
}

.h-20 {
  height: 20px
}

.h-15 {
  height: 15px
}

.h-10 {
  height: 10px
}

.h-5 {
  height: 5px
}

blockquote {
  position: relative;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin: 3px;
  text-align: left
}

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99999;
}
#page_top a {
    background-color: #9b8356;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 10px;
}
#page_top a:hover {
    background-color: #c3b393;
    text-decoration: none;
}

.marker_green {
  background: -moz-linear-gradient(transparent 0%, #efead2 50%);
  /* Firefox */
  background: -webkit-linear-gradient(transparent 60%, #efead2 50%);
  /* Safari */
  background: -ms-linear-gradient(transparent 60%, #efead2 50%);
  /* IE */
  background: -o-linear-gradient(transparent 60%, #efead2 50%);
  /* Opera */
  background: linear-gradient(transparent 60%, #efead2 50%);
  /* Default */
}

.popupbox {
  height: 100%;
  width: 100%;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: none;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

.popupbox:target {
  display: table;
}

.popuplink {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.popupimg {
  background-color: #fff;
  display: block;
}

.popupimgBG {
  display: inline-block;
  background-color: #FFF;
  padding: 10px;
}

.previewimg {
  max-height: 100%;
  max-width: 100%;
}

.grad-btn {
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ。*/
}

.grad-btn::before {
  font-family: FontAwesome;
  content: '\f0d7';
  /* アイコンのunicode */
  font-size: 40px;
  color: #176193;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 0px;
  /*隠した状態の高さ*/
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  /*グラデーションで隠す高さ*/
  content: "";
}

.grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.grad-trigger:checked~.grad-btn::before {
  content: ""/*チェックされていたら、文言を変更する*/
}

.grad-trigger:checked~.grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked~.grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.grad-btn2 {
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ。*/
}

.grad-btn2::before {
  font-family: FontAwesome;
  content: '\f0d7';
  /* アイコンのunicode */
  font-size: 40px;
  color: #922e36;
}

.grad-item2 {
  position: relative;
  overflow: hidden;
  height: 0px;
  /*隠した状態の高さ*/
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  /*グラデーションで隠す高さ*/
  content: "";
}

.grad-trigger2 {
  display: none;
  /*チェックボックスは常に非表示*/
}

.grad-trigger2:checked~.grad-btn2::before {
  content: ""/*チェックされていたら、文言を変更する*/
}

.grad-trigger2:checked~.grad-item2 {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger2:checked~.grad-item2::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#sns-b {
  margin: 10px 0;
}

.sbox {
  display: inline-block;
  padding: 0 5px 5px 0;
}

span.under {
  font-family: sans-serif;
  background: #9b8356;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  padding: 1.5em 3.45em 1.5em 3.45em;
  border: 1px #7b6c44 solid;
}

/* GOLDEN RATIOボタン
========================*/

.goldenratio_button {
  display: inline-block;
  width: 250px;
  height: 45px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
}

.goldenratio_button::before, .goldenratio_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.goldenratio_button, .goldenratio_button::before, .goldenratio_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

.goldenratio_button {
  background-color: #9b8356;
  color: #fff;
}

.goldenratio_button:hover {
  background-color: #33291c;
  color: #fff;
  text-decoration: none;
}