@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100&display=swap');

body {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  /*font-family: 'Noto Sans JP', sans-serif;*/
}
a {
  color: #000;
}
a:hover, a:focus {
  text-decoration: none;
  color: #000;
}
/*サムネイル高さ調整用*/
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/*調整クラス*/
.mplus {
  font-family: 'M PLUS 1p', sans-serif;
}
.underline {
  background: linear-gradient(transparent 50%, yellow 50%);
}
.h200 {
  height: 200px;
}
.fw-bold {
  font-weight: bold;
}
.f-white {
  color: #fff;
}
.f-orange {
  color: #eca315;
}
.f-purple-lg {
  color: #a95cac;
  font-size: 1.0em;
  font-weight: bold;
}
.f-pink-b {
  color: #e4007f;
  font-weight: bold;
}
.f-pink-l {
  color: #e4007f;
  font-size: 55px;
  font-weight: bold;
}
.f-orange-lg {
  color: #f95d16;
  font-weight: bold;
  font-size: 2.0em;
}
.f-05em {
  font-size: 0.5em;
}
.f-08em {
  font-size: 0.8em;
}
.f-1em {
  font-size: 1em;
}
.f-12em {
  font-size: 1.2em;
}
.f-15em {
  font-size: 1.5em;
}
.f-2em {
  font-size: 2em;
}
.f-responsive-s {
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
}
.f-responsive-l {
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
}
.m-bottom-5 {
  margin-bottom: 5px;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-bottom-15 {
  margin-bottom: 15px;
}
.m-bottom-20 {
  margin-bottom: 20px;
}
.m-bottom-30 {
  margin-bottom: 30px;
}
.m-bottom-50 {
  margin-bottom: 50px;
}
.m-top-5 {
  margin-top: 5px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-50 {
  margin-top: 50px;
}
.m-top-100 {
  margin-top: 100px;
}
.m-left-15 {
  margin-left: 15px;
}
.m-left-100 {
  margin-left: 100px;
}
.m-right-15 {
  margin-right: 15px;
}
.m-right-30 {
  margin-right: 30px;
}
.m-left-30 {
  margin-left: 30px;
}
.pad10 {
  padding: 10px;
}
.pad20 {
  padding: 20px;
}
.line-height-08 {
  line-height: 0.8;
}
.line-height-20 {
  line-height: 2;
}
.indent1 {
  text-indent: 1em;
}
.hr-red {
  border-color: red;
}
.table-custom01 {
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.dl-custom01 {
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.dl-custom01 dt {
  text-align: left;
}
.dl-custom01 dt, .dl-custom01 dd {
  padding: 5px;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .dl-custom01 dd {
    border: none;
  }
}
.title1 {
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
  /*letter-spacing: 5px;*/
  margin-top: 2em;
  font-size: 32px;
}
/*.title1:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d8ab7f;
  border-radius: 4px;
}*/
.title1 span {
  position: absolute;
  bottom: -30px;
  font-size: 0.7em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*letter-spacing: 2px;*/
}
.title2 {
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 2em;
  color: #fff;
  font-size: 32px;
}
.title2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 4px;
}
.title2 span {
  position: absolute;
  bottom: -50px;
  font-size: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 2px;
}
.title3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #000;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #d8ab7f;/*左線*/
}

.flash:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@font-face {
    font-family: 'LigatureSymbols';
    src: url('../fonts/LigatureSymbols-2.11.eot');
    src: url('../fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LigatureSymbols-2.11.woff') format('woff'),
         url('../fonts/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../fonts/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
}
div.scroll-icon {
  padding-top: 70px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
  top: -10px;
}
div.scroll-icon span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/*ナビゲーション*/
#header-sns-area {
  position: fixed;
  top: 60px;
  right: 10px;
  z-index: 4;
}
#header-sns-area .header-sns-icon {
  width: 50px;
  display: block;
  margin-top: 10px;
}
.navi {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}
.navi > li {
    float: left;
    width: 16.66%;
    height: 50px;
    line-height: 50px;
    /*background: rgb(29, 33, 19);*/
    list-style: none;
    text-align: center;
}
.navi > li a {
    display: block;
    color: #000;
}
.navi > li a:hover {
    color: #fff;
}
ul.navi-second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    list-style: none;
    padding-left: 0;
}
ul.navi-third-level {
    visibility: hidden;
    opacity: 0;
}
ul.navi-fourth-level {
    visibility: hidden;
    opacity: 0;
}
.navi > li:hover {
    background: #d8ab7f;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.navi-second-level li {
    border-top: 1px solid #111;
}
.navi-third-level li {
    border-top: 1px solid #111;
}
.navi-second-level li a:hover {
    background: #111;
}
.navi-third-level li a:hover {
    background: #2a1f1f;
}
.navi-fourth-level li a:hover {
    background: #1d0f0f;
}
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* floatクリア */
.navi:before,
.navi:after {
    content: " ";
    display: table;
}
.navi:after {
    clear: both;
}
.navi {
    *zoom: 1;
}
.navi > li.navi-dropdown {
    position: relative;
}
.navi > li.navi-contact {
  /*background-color: #fff100;*/
  border-radius: 30px;
  background-image: url(../img/bg_btn.png);
}
.navi > li.navi-contact a {
  color: #fff;
}
.navi > li.navi-contact:hover {
    /*background: #d8ab7f;*/
    -webkit-transition: all .5s;
    transition: all .5s;
}

li.navi-dropdown ul.navi-second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #d8ab7f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.navi-dropdown:hover ul.navi-second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
/*ここからハンバーガーメニュー*/
div.globalMenuSp {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    /*background: #fff;*/
    /*color: #000;*/
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
div.globalMenuSp ul {
    /*background: #ccc;*/
    background-color: rgba(216,171,127,0.8);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
div.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    /*border-bottom: 1px dotted #333;*/
    border-bottom: 1px dotted #fff;
    position: relative;
}
div.globalMenuSp ul li ul {
  background-color: rgba(0,0,0,0.8);
}
/* 最後はラインを描かない */
div.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
div.globalMenuSp ul li a {
    display: block;
    /*color: #000;*/
    color: #fff;
    padding: 1em 0;
}
div.globalMenuSp ul li a.navDrop {
  position: absolute;
  right: 30px;
  top: 0px;
}
/* このクラスを、jQueryで付与・削除する */
div.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 9999;
    /*background: #666;*/
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #000;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*ここまでハンバーガーメニュー*/

/*左ナビ*/
.header-left-btn {
  position: absolute;
  left: 0;
  top: 130px;
  padding: 20px;
  cursor: pointer;
  background-color: #f2d016;
  z-index: 1;
  width: 170px;
}
@media (max-width: 767px) {
  .header-left-btn {
    left: 0;
    top: 80px;
    padding: 10px;
    width: 100px;
    font-size: 0.6em;
  }
}

/*ここまで左ナビ*/

/*ページ共通*/
#logo {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  #logo {
    top: 20px;
  }
  #logo img {
    width: 130px;
  }
}
footer {
  text-align: center;
  padding: 0 0 50px;
  background-color: #0f140e;
  color: #fff;
  font-family: 'Marcellus', serif;
}
#copy {
  margin-top: 100px;
}
.page-title {
  margin-top: 20px;
  overflow: hidden;
}
.title01 {
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
#header-menu {
  margin-top: 25px;
}
.footer-contact-wrapper {
  background-color: #d8ab7f;
  margin-top: 100px;
  position: relative;
}
.footer-contact-wrapper::before {
  content: "";
  background: url(../img/footer_img.png) left no-repeat;
  height: 76px;
  display: block;
  position: inherit;
  top: -76px;
}
#footer-contact {
  color: #fff;
  text-align: center;
  position: relative;
  top: -80px;
}
#footer-contact .footer-contact-btn {
  text-align: center;
  margin: 0 auto;
  /*background-color: #fff100;*/
  background-image: url(../img/bg_btn.png);
  border-radius: 41px;
  padding: 20px 50px;
  color: #fff;
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
}
#footer-contact .footer-contact-btn:hover {
  /*background-color: #fff;*/
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#footer-contact a.footer-tel {
  font-size: calc(3.4rem + ((1vw - 0.64rem) * 2.1429));
  font-weight: bold;
  color: #fff
}
#footer-contact a.footer-tel:hover {
  color: #eee;
}
#footer-navi {
  margin-top: 50px;
}
#footer-navi span {
  color: #d8ab7f;
}
#footer-navi ul li {
  line-height: 2em;
}
#page_top img {
  width: 61px;
  height: 61px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

/*index*/
#bxslider-top {
  position: relative;
}
#bxslider-top .top-slider-text {
  position: absolute;
  color: #fff;
  bottom: 200px;
  left: 50px;
  /*font-size: 45px;*/
  font-size: calc(3.4rem + ((1vw - 0.64rem) * 2.1429));
  font-family: 'Shippori Mincho B1', serif;
}
#bxslider-top .top-slider-text span {
  font-size: 25px;
  font-family: 'Marcellus', serif;
}
#bxslider-top .logo-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  height: 140px;
}
#bxslider-top .logo-box ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}
#bxslider-top .logo-box ul li {
  margin: 0 20px;
}
#bxslider-top .logo-box .logo {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #bxslider-top .top-slider-text {
    bottom: 110px;
    left: 30px;
  }
  #bxslider-top .logo-box {
    padding: 19px;
    height: 85px;
  }
  #bxslider-top .logo-box ul {
    margin: 0;
  }
  #bxslider-top .logo-box ul li {
    margin: 0;
  }
  #bxslider-top .logo-box .logo {
    width: 50px;
    margin-right: 20px;
  }
}
#message {
  background-color: #272308;
  text-align: center;
  padding: 30px;
  margin: 0;
  color: #fff;
  line-height: 2.5em;
}
#message .message-box {
  border: solid 3px #7d7b6b;
  position: relative;
  background: url(../img/message_bg_lt.png) no-repeat, url(../img/message_bg_rt.png) no-repeat, url(../img/message_bg_rb.png) no-repeat, url(../img/message_bg_lb.png) no-repeat;
  background-position: left 15px top 15px, right 15px top 15px, right 15px bottom 15px, left 15px bottom 15px;
  padding: 100px 0;
  font-family: 'Shippori Mincho B1', serif;
}
#message .message-box:after{
  content: "";
  border: solid 1px #7d7b6b;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
@media (max-width: 767px) {
  #message {
    padding: 10px;
  }
  #message .message-box {
    padding: 120px 40px;
    background-size: 70px, 70px, 70px, 70px;
    font-size: 0.8em;
    line-height: 2.5;
  }
}
#system {
  background-color: #0f140e;
  color: #fff;
}
#system .system-title {
  margin-bottom: 50px;
  font-family: 'Marcellus', serif;
}
#system .system-title span {
  font-size: 2em;
  font-family: 'Shippori Mincho B1', serif;
}
#system .system-img-box {
  padding: 0;
}
#system .system-img-box img {
  max-height: 650px;
}
#system .system-text-box {
  padding: 50px;
  font-family: 'Shippori Mincho B1', serif;
}
#system .system-text-box table {
  width: 100%;
  max-width: 300px;
}
#system .system-text-box table tr td {
  padding: 5px 0;
}
#access {
  background-color: #272308;
  color: #fff;
}
#access a {
  color: #fff;
}
#access .access-map-box {
  padding: 50px 0 0;
}
#access .access-title {
  margin-bottom: 50px;
  font-family: 'Marcellus', serif;
}
#access .access-title span {
  font-size: 2em;
  font-family: 'Shippori Mincho B1', serif;
}
#access .access-text-box {
  padding: 50px;
  font-family: 'Shippori Mincho B1', serif;
}
#access .access-text-box table {
  width: 100%;
  max-width: 300px;
}
#access .access-text-box table tr td {
  padding: 5px 0;
}
#access .access-text-box .access-shopname {
  font-size: 2.0em;
  font-family: 'Marcellus', serif;
  display: inline-block;
  border-bottom: 1px solid;
}
#access .access-text-box .access-address {
  margin-top: 30px;
  line-height: 2;
}
@media (max-width: 767px) {
  #access .access-text-box .pull-right {
    float: none!important;
  }
}
#sns {
  background-color: #0f140e;
  color: #fff;
  padding: 50px 0 0;
  text-align: center;
  font-family: 'Marcellus', serif;
}
#sns ul {
  display: inline-block;
  margin: 50px 0;
}
#sns ul li {
  padding: 0 20px;
}

/* 220620add */

.img_1st .img-responsive {
	max-width: 90% !important;
}
.txt_strong {
	font-weight: bold;
}

@media screen and (min-width: 768px){
	.br-sp {
		display: none;
	}
}

/*20240425お問い合わせ追加*/
#contact {
  background-color: #0f140e;
  color: #fff;
  padding-top: 50px;
}
#contact .contact-title {
  margin-bottom: 50px;
  font-family: 'Marcellus', serif;
}
#contact .contact-title span {
  font-size: 2em;
  font-family: 'Shippori Mincho B1', serif;
}