@charset "utf-8";
/* CSS Document */

.bk-none {
  background: none !important;
}

.large {
  font-size: 1.5em;
}

.red {
  color: #de021c;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.center {
  text-align: center !important;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1120px;
  }

  .sp {
    display: none !important;
    ;
  }

  .inner {
    width: 1100px;
    margin: 0 auto;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media print, screen and (max-width: 768px) {
  .pc {
    display: none !important;
    ;
  }
}

/*--------------------------------------------------
	.bcl（パンくずリスト）
--------------------------------------------------*/
.bcl {
  padding: 5px 1em;
}

.bcl ol {
  font-size: 0;
}

.bcl ol li {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

.bcl ol li::after {
  content: '＞';
  margin: 0 8px;
}

.bcl ol li:last-child::after {
  content: '';
  margin-right: 0;
}

.bcl ol li a {
  text-decoration: underline;
  color: #bc9d51;
}

@media print, screen and (min-width: 769px) {
  .bcl {
    /*! margin: 158px 0 0 0; */
  }
}

@media screen and (max-width:768px) {
  .bcl {}
}

/*----------------------------------------
	#contact
----------------------------------------*/
#contact {
  padding: 50px 0;
  margin: 0;
  background: #262626;
}

#contact h3 {
  font-size: 48px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  font-family: 'anton';
  letter-spacing: 0.1em;
}

#contact h3:first-letter {
  color: #bc9d51;
}

#contact h3 span {
  display: block;
  font-size: 14px;

}

#contact .textArea {
  display: flex;
  align-items: center;
  margin: 0 auto 40px;
}

#contact .inq-wrap .mean {
  border: solid 1px;
  text-align: center;
}

#contact .inq-wrap .mean p:last-child {
  margin-bottom: 0;
}

#contact .inq-wrap .mean .link {
  background: #FFF;
  border-radius: 30px;
}

#contact .inq-wrap .mean .link img {
  height: 32px;
}

#contact .inq-wrap .mean:hover {
  background: #000;
  cursor: pointer;
}

#contact .inq-wrap .mean .link a:hover {
  opacity: 1;
}

@media print, screen and (min-width: 769px) {
  #contact h3 {
    margin-bottom: 20px;
  }

  #contact .textArea {
    width: 850px;
  }

  #contact .textArea .spc01 {
    margin-right: 20px;
  }

  #contact .textArea p {
    font-size: 20px;
  }

  #contact .inq-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 80px;
  }

  #contact .inq-wrap .mean {
    width: 450px;
    border: solid 1px;
    text-align: center;
    padding: 10px 50px 20px;
  }

  #contact .inq-wrap .mean {
    font-size: 18px;
  }

  #contact .inq-wrap .mean p {
    margin: 0 0 10px 0;
  }

  #contact .inq-wrap .mean figure {
    margin: 0 0 20px 0;
  }

  #contact .inq-wrap .mean figure img {
    height: 70px;
  }

  #contact .inq-wrap .mean .link a {
    display: block;
    padding: 15px;
  }
}

@media print, screen and (max-width: 768px) {
  #contact h3 {
    margin: 0 0 40px 0;
    font-size: 36px;
  }

  #contact {
    padding: 30px 15px;
  }

  #contact .textArea .spc01 {
    margin-right: 10px;
  }

  #contact .inq-wrap .mean {
    padding: 15px 15px;
    margin: 0 0 20px 0;
  }

  #contact .inq-wrap .mean:last-child {
    margin-bottom: 0;
  }

  #contact .inq-wrap .mean p {
    margin: 0 0 10px 0;
  }

  #contact .inq-wrap figure {
    margin: 0 0 20px 0;
  }

  #contact .inq-wrap .mean figure img {
    height: 70px;
  }

  #contact .inq-wrap .mean .link {
    padding: 5px;
  }
}

/*----------------------------------------
	各種リンク
----------------------------------------*/
a.text {
  text-decoration: underline;
}

a.text:hover {
  text-decoration: none;
  opacity: 1;
}

.contSec .linkBtn p {
  background: rgba(255, 255, 255, 0.3);
  margin-top: 5px;
  display: inline-block;
}

.contSec .linkBtn {
  text-align: right;
}

.contSec .linkBtn a {
  display: inline-block;
  color: #FFF;
  border: 1px solid #FFF;
  letter-spacing: 5px;
  padding: 15px 50px 15px 40px;
  line-height: 1;
  position: relative;
  top: -5px;
  left: -5px;
}

.contSec .linkBtn a::after {
  content: '';
  background: url(../images/icon/arrow-right.png) no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 10px;
  margin: -0.3em 0 0 10px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 1em;
  transition: all .2s;
}

/* 色変え */
.contSec .linkBtn.gray p {
  background: #DDD;
  margin-top: 5px;
  display: inline-block;
}

.contSec .linkBtn.gray a {
  display: inline-block;
  color: #333;
  border: 1px solid #333;
  letter-spacing: 5px;
  padding: 15px 50px 15px 40px;
  line-height: 1;
  position: relative;
  top: -5px;
  left: -5px;
}

.contSec .linkBtn.gray a::after {
  content: '';
  background: url(../images/icon/arrow-right_black.png) no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 10px;
  margin: -0.3em 0 0 10px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 1em;
  transition: all .2s;
}

.contSec .linkBtn a:hover {
  opacity: 1;
}

.contSec .linkBtn a:hover::after {
  right: 0.5em;
}

@media screen and (max-width:768px) {
  .contSec .linkBtn {
    text-align: center;
  }
}


/*----------------------------------------
	タイトル
----------------------------------------*/
#topSec h2 {
  font-family: 'Anton', sans-serif;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.contSec h2 span {
  display: block;
  font-weight: normal;
  letter-spacing: normal;
}

#topSec h2 {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  color: #FFF;
}

@media print, screen and (min-width: 769px) {
  #topSec h2, .contSec h2 {
    margin: 0 0 30px 0;
    font-size: 48px;
  }

  #topSec h2 span, .contSec h2 span {
    font-size: 16px;
  }

  #topSec h2 {
    margin-bottom: 5px;
  }
}

@media print, screen and (max-width: 768px) {
  #topSec h2, .contSec h2 {
    text-align: center;
  }

  #topSec h2, .contSec h2 {
    margin: 0 0 20px 0;
    font-size: 32px;
  }

  #topSec h2 span, .contSec h2 span {
    font-size: 14px;
  }
}

/*---------------------------------------
	.table-style01
----------------------------------------*/
.table-style01 {
  /* background: #555; */
}

.table-style01 dl {
  display: table;
  width: 100%;
  border-bottom: solid 1px #ddd;
}

.table-style01 dl:first-child {
  border-top: solid 2px #DDD;
}

.table-style01 dl:last-child {
  border-bottom: solid 2px #DDD;
}

.table-style01 dl dt,
.table-style01 dl dd {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}

.table-style01 dl dd {
  background: #FFF;
  width: 80%;
  line-height: 1.5;
}

.table-style01 dl dd p,
.table-style01 dl dd ul li {
  color: #333;
}

.table-style01 dl dd a {
  text-decoration: underline;
  color: #977b37;
}

.table-style01 dl dd a:hover {
  text-decoration: none;
  opacity: 1;
}

.table-style01 dl dt {
  background: #f5f5f5;
  width: 20%;
  text-align: center;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .table-style01 dl dd {
    padding-left: 30px;
  }
}

@media print, screen and (max-width: 768px) {
  .table-style01 dl dt {
    width: 25%;
    padding: 0 10px;
  }
}

/*---------------------------------------
	各店舗のインスタグラム紹介
----------------------------------------*/

.store-igSec {
  background: linear-gradient(0deg, transparent 9px, #333 10px), linear-gradient(90deg, transparent 9px, #333 10px);
  background-size: 10px 10px;
  padding: 60px 0 80px 0;
}

.store-igSec .store-ig-linkBox__ttl {
  text-align: center;
  margin-bottom: 30px;
}

.store-igSec .store-ig-linkBox__ttl h3 {
  letter-spacing: 0.08em;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  position: relative;
  padding: 0 45px;
  line-height: 1.4;
  font-family: 'Noto Sans Japanese',"arial","游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,"メイリオ",Meiryo,sans-serif;
  font-weight: bold;
}

.store-igSec .store-ig-linkBox__ttl h3::before,
.store-igSec .store-ig-linkBox__ttl h3::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
}

.store-igSec .store-ig-linkBox__ttl h3::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.159%22%20height%3D%2236.722%22%20viewBox%3D%220%200%2033.159%2036.722%22%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fdb71b%22%2F%3E%20%3Cstop%20offset%3D%220.665%22%20stop-color%3D%22%23de0446%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c70084%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_434%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20434%22%20transform%3D%22translate(-766.58%20-3453.24)%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_6%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%206%22%20d%3D%22M5.405%2C0%2C10.81%2C36.547H0Z%22%20transform%3D%22matrix(-0.848%2C%200.53%2C%20-0.53%2C%20-0.848%2C%20799.739%2C%203484.234)%22%20fill%3D%22url(%23linear-gradient)%22%2F%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_10%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2010%22%20d%3D%22M3.284%2C0%2C6.568%2C22.406H0Z%22%20transform%3D%22matrix(-0.616%2C%200.788%2C%20-0.788%2C%20-0.616%2C%20788.28%2C%203484.787)%22%20fill%3D%22url(%23linear-gradient)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  left: 0;
}

.store-igSec .store-ig-linkBox__ttl h3::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_433%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20433%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.159%22%20height%3D%2236.722%22%20viewBox%3D%220%200%2033.159%2036.722%22%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fdb71b%22%2F%3E%20%3Cstop%20offset%3D%220.665%22%20stop-color%3D%22%23de0446%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c70084%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_6%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%206%22%20d%3D%22M5.405%2C0%2C10.81%2C36.547H0Z%22%20transform%3D%22matrix(-0.848%2C%20-0.53%2C%200.53%2C%20-0.848%2C%209.168%2C%2036.722)%22%20fill%3D%22url(%23linear-gradient)%22%2F%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_10%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2010%22%20d%3D%22M3.284%2C0%2C6.568%2C22.406H0Z%22%20transform%3D%22matrix(-0.616%2C%20-0.788%2C%200.788%2C%20-0.616%2C%2015.503%2C%2036.722)%22%20fill%3D%22url(%23linear-gradient)%22%2F%3E%3C%2Fsvg%3E');
  right: 0;
}

.store-igSec .store-ig-linkBox__cont {
  display: flex;
  justify-content: center;

}

.store-igSec .store-ig-linkBox__item {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.store-igSec .store-ig-linkBox__item:first-of-type {
  margin-left: 0;
  margin-top: 4px;
}

.store-igSec .store-ig-linkBox__item a {
  display: block;
  text-align: center;
  background-image: linear-gradient(150deg, rgba(199, 0, 132, 1), rgba(222, 4, 70, 1) 50%, rgba(253, 183, 27, 1));
  padding: 40px;
  border-radius: 3px;
}

.store-igSec .store-ig-linkBox__item a h4 {
  margin-top: 10px;
  font-size: 1.2em;
  color: #bc9d51;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .store-igSec .store-ig-linkBox__ttl h3 {
    font-size: 26px;
  }
  .store-igSec .store-ig-linkBox__item a:hover {
    opacity: 1;
    transform: translateY(-4px);
    transition: all 0.3s ease;
  }
}

@media print, screen and (max-width: 768px) {
  .store-igSec .store-ig-linkBox__ttl h3 {
    font-size: 20px;
    padding: 0 35px;
  }

  .store-igSec .store-ig-linkBox__ttl h3::before,
  .store-igSec .store-ig-linkBox__ttl h3::after {
    width: 30px;
    height: 30px;
  }

  .store-igSec .store-ig-linkBox__cont {
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .store-igSec .store-ig-linkBox__item {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .store-igSec .store-ig-linkBox__item a {
    padding: 15px;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .store-igSec .store-ig-linkBox__item a figure {
    width: 20%;
  }

  .store-igSec .store-ig-linkBox__item a h4 {
    width: 80%;
    padding-left: 15px;
    text-align: left;
    margin-top: 0;
    padding-bottom: 2px;
  }
}