/*=================================
	overwrite
===================================*/

.header.miyajiHeader {
  display: none;
}


em {
  font-style: normal;
}

.footer-cta img {
  max-width: 27px;
}


/*=======================
	// grand-header 
=====================*/

#grand-header {
  height: 40px;
  margin-bottom: 0;
  background-color: #3c3c41;
  display: flex;
  justify-content: center;
  align-items: center;

  a {
    width: 92px;
  }

  a img {
    width: 100%;
  }

}

@media print, screen and (min-width: 1000px) {

  #grand-header {
    height: 60px;


    a {
      width: 132px;
    }

  }

}


/*=====================================
 // font
==================================*/

.noto-serif {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;

}

.noto-serif.fw-600 {
  font-weight: 600;
}

.noto-serif.fw-400 {
  font-weight: 400;
}


/* 
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */


ul.decimal {
  margin-left: 1.25em;
  /* border: #f00 thin solid; */
}

ul.decimal li {
  list-style: decimal;
}

.indent-gold li::before {
  color: #d5a74d;
  content: '\25CF';
  margin-right: .5em;
}


/*=====================================
 // color
==================================*/

.text-gold {
  color: #d5a74d;
}

.text-gold2 {
  color: #c78e55;
}

.text-333 {
  color: #333;
}

.text-666 {
  color: #666;
}

.text-999 {
  color: #999;
}


.bg-black {
  background-color: #000;
}


.bg-gold {
  background-color: #d5a74d;
}


.bg-gold-2 {
  background-color: #c78e55;
}

.bg-gold-3 {
  background-color: #836a3b;
  background-color: #8b6e3b;
}


.bg-gold-4 {
  background-color: #a17111;
}


.bg-beige {
  background-color: #fff8ec;
}

.bg-beige-2 {
  background-color: #faf7f1;
}


/*=====================================
 //  border
==================================*/

.b_thin_666 {
  border: #666 thin solid;
}


.b_thin_555 {
  border: #555 thin solid;
}

.bb_thin_555 {
  border-bottom: #555 thin solid;
}

.bb_thin_gold {
  border-bottom: #a7893f thin solid;
}

.border_tb_thin_gold {
  border-top: #a7893f thin solid;
  border-bottom: #a7893f thin solid;
}



/* =====================
 //  common
========================*/

a.red {
  color: #a20000;
}

a.line {
  text-decoration: underline;
}

a img.arrow {
  width: 7px;
  height: 11px;
  margin-bottom: 3px;
  margin-right: 5px;
  vertical-align: middle;
}



/*=========================================
	add module
===========================================*/

.w-95per {
  width: 95%;
}

.w-98per {
  width: 98%;
}




/*=========================================
article
===========================================*/
article {
  color: #333;
  margin: auto;
  position: relative;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  /* background-color: #000; */
}

/* .bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2b070c;
  background: linear-gradient(180deg, #2b070c 0, #2b070c 70%, #632831 100%);
  background: linear-gradient(180deg, #000 0, #000 70%, #444 100%);
  z-index: -1;

} */

/* 背面に配置 */

#wrap {
  /* background-color: #2b070c; */
  position: relative;
  z-index: 1;
}


/*========================
 // id #title
==========================*/

#title {
  color: #fff;
  position: relative;
  background-color: #000;
}

#title_main {
  color: #fff;
  text-align: center;
  position: relative;


  #h1_container {
    width: 90%;
    color: #fff;
    left: 5%;
    right: 5%;
    bottom: 15px;
    position: absolute;
  }

  h1 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 12vw;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 20px #000;
  }

  .text-2 {
    font-size: 9vw;
  }

  #h1_container .shop-name {
    font-size: 4vw;
  }

  #h1_container .date {
    font-size: 5.5vw;
  }

  .title_br_mob {
    display: block;
  }

  .title_img.pc,
  .title_img.tab {
    display: none;
  }

  .title_img.mob {
    display: block;
  }


}

/* end #title_main */







@media screen and (min-width: 768px) {


  #title_main {

    h1 {
      font-size: 8vw;
      margin-bottom: 0;
    }

    .text-2 {
      font-size: 7vw;
    }

    #h1_container .shop-name {
      font-size: 3vw;
    }

    #h1_container .date {
      font-size: 3.6vw;
    }

    .text-day {
      font-size: 2.5vw;
    }


    .title_img.tab {
      height: 70vh;
      display: block;
      overflow: hidden;
    }

    .title_img.tab img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      object-position: left;
    }

    .title_img.mob,
    .title_img.pc {
      display: none;
    }


    .title_br_mob {
      display: none;
    }

  }

}



/*end title main*/
@media screen and (min-width: 1000px) {
  #title_main {

    h1 {
      font-size: 7vw;
      margin-bottom: 0;
    }

    .text-2 {
      font-size: 6vw;
    }

    #h1_container .shop-name {
      font-size: 2.5vw;
    }

    #h1_container .date {
      font-size: 3vw;
    }

    .text-day {
      font-size: 2vw;
    }

    .txtbox {
      width: 85%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 220px;
      /* background-color: #79614a; */
    }

    .title_br_mob {
      display: none;
    }


    #h1_container .date {
      font-size: 22px;
    }

  }

}

@media screen and (min-width: 1280px) {

  #title_main {

    h1 {
      font-size: 5.5vw;
      margin-bottom: 0;
    }

    .text-2 {
      font-size: 4vw;
    }

    #h1_container .shop-name {
      font-size: 2vw;
    }

    #h1_container .date {
      font-size: 2.4vw;
    }

    .text-day {
      font-size: 1.8vw;
    }


    .title_img.pc {
      display: block;
    }

    .title_img.tab,
    .title_img.mob {
      display: none;
    }

  }

}


/*========================
  #title_nav
===========================*/
/* #title_nav */


#title_nav {
  width: 95%;


  ul {
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }


  ul li {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    width: 48%;
    height: 80px;
    margin-bottom: 15px;
    /**/
  }


  li a {
    width: auto;
    height: 100%;
    text-align: center;
    color: #fff1d8;
    background: #8b6e3b;
    letter-spacing: 1px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
  }


  li a:hover {
    background: #c09852;
    opacity: 1;
  }


  li a span {
    display: block;
  }


  li a .en {
    /* font-size: 20px; */
    font-size: 18px;
  }

  li a .jp {
    font-size: 14px;
  }


}



/* min-width: 1000px */
@media screen and (min-width: 1000px) {

  #title_nav {
    width: 95%;

    ul {
      display: flex;
      justify-content: center;
      align-items: stretch;
      margin-left: auto;
      margin-right: auto;
      flex-wrap: wrap;
    }

    ul li {
      width: calc((100% - 100px) / 5);
      margin: 0 10px 30px;
      height: 80px;
    }

    ul li a .en {
      font-size: 18px;
    }

    ul li a .jp {
      font-size: 14px;
    }

  }

}


@media screen and (min-width: 1280px) {

  #title_nav {
    ul li {
      height: 100px;
    }

    ul li a .en {
      font-size: 22px;
    }

    ul li a .jp {
      font-size: 15px;
    }

  }

}


@media screen and (min-width: 1400px) {

  #title_nav {
    width: 90%
  }

}

/*========================
 // class .bnr
===========================*/
#title .bnr {
  margin-bottom: 45px;
}

.pc_bnr {
  display: block;
}

.mob_bnr {
  display: none;
}

#title .bnr ul {
  width: 90%;
  /* max-width: 860px; */
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#title .bnr ul li a img {
  width: 100%;
}




/*========================
 // lead copy
===========================*/

#lead_box {
  background-color: #100602;
}

.lead_common {
  width: 85%;
  max-width: 1280px;
  margin-inline: auto;
  background-color: #fff1d8;
}


.lead_common h3 {
  border-bottom: #96670f thin solid;
  color: #96670f;
  font-family: "Noto Serif JP", serif;
}

.lead_common .how .tel_link a {
  color: #000;
}


.lead_common .telnum {
  /* font-size: 2rem; */
  margin-bottom: 15px;
}


@media screen and (min-width: 1000px) {

  .lead_common {
    width: 90%;

  }

}


@media screen and (min-width: 1400px) {

  .lead_common {
    width: 70%;
    max-width: 1280px;
  }

}




/*====================================================
	// contents
====================================================*/

.contents {
  background-color: #fff;
  position: relative;

}

.category_outer {
  margin-left: auto;
  margin-right: auto;
}

.category {
  width: 95%;
  max-width: 1728px;
  margin-inline: auto;


  h3 {
    color: #000;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    width: 90%;
    height: 150px;
    margin-inline: auto;
    /**/
    display: flex;
    align-items: center;
    justify-content: center;
  }

  h3.gold_line {
    border-top: #a7893f thin solid;
    border-bottom: #a7893f thin solid;
  }

  figure.logo {
    width: 80%;
    margin: auto auto 2em;
  }

  .leadtxt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }


  h5.txt-dealer {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: normal;
    background: none;
    color: #000;
    text-align: center;
  }

  h3 img.logo {
    width: 90%;
    max-width: 500px;
  }


}





@media screen and (min-width: 640px) {

  .category {
    h3 {
      height: 220px;
    }
  }
}


@media screen and (min-width: 1000px) {

  .category {

    h3 {
      /* width: 90%; */
      height: 220px;
    }

    .leadtxt {
      width: 85%;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      line-height: 1.8;
    }

    h5.txt-dealer {
      font-size: 22px;
    }


  }

}

/*============================
 // id #info　
==============================*/
/* #info a:hover {
  color: #000;
}

#info.category {
  padding: 1em 0 0.5em;
}

#info .sub_section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  padding-top: 1em;
}

#info h5 {
  margin-bottom: 1em;
  color: #5f4033;
  border-bottom: #5f4033 thin solid;
} */






/*============================
 // id #inq　
==============================*/


#inq {

  h3 {
    font-size: 2.6rem;
    margin-bottom: 1em;
  }

  .inner {
    width: 80%;
    margin: auto;
  }

  .inner .inq_box {
    width: 50%;
    text-align: center;
  }

  .inner .inq_box.tel {
    border-right: #aaa thin solid;
  }

  .inner .inq_box h5 {
    font-size: 1.6rem;
    background: none;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding: 0;
  }

  .inner .inq_box p {
    margin-bottom: 0;
  }

  .inner .inq_box .tel_link {
    color: #9d4750 !important;
    font-size: 2.8rem;
  }

  .inner .inq_box .tel_link a {
    color: var(--txt-gold);
  }

  .inner .inq_box ul.link li {
    padding-top: 1em;
  }

  .inner .inq_box ul.link a {
    width: 50%;
    margin: auto;
    display: block;
  }


}



@media print, screen and (max-width: 1024px) {


  #inq {

    h3 {
      width: 95%;
      font-size: 1.8rem;
      margin-bottom: 1em;
    }

    .inner {
      width: 100%;
      margin: auto;
    }

    .inner .inq_box {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

    .inner .inq_box ul.link a {
      width: 70%;
    }

  }


}

@media print, screen and (max-width: 1023px) {

  #inq {

    .inner .inq_box.tel {
      margin-bottom: 2em;
      padding-bottom: 2em;
      border-right: none;
    }

  }

}

/*============================
 // class .srtop-link-outer
==============================*/
/* .srtop-link-outer {
  width: 98%;
  max-width: 1200px;
  margin: auto;
}

.srtop-link-outer li a {
  width: 60%;
  margin: auto;
  padding: 1em 0;
  display: block;
}

@media print, screen and (max-width: 768px) {

  .srtop-link-outer li a {
    width: 90%;
  }
} */

/*============================
 // id #bechstein
==============================*/
/* @media print, screen and (max-width: 768px) {
  #bech {
    padding-bottom: 15px;
  }
} */

/*============================
 // id #others
==============================*/
/* #others.category h3 {
  font-size: 2.8rem;
}

@media print, screen and (max-width: 768px) {
  #others.category h3 {
    font-size: 2rem;
  }
} */







/*====================================================
	advance_notice
=====================================================*/

.advance_notice {
  font-size: 1.4rem;
  text-align: center;
  background: #fff;
  padding: 10em 0 5em;
}

.advance_notice p {
  margin-bottom: 1em;
}





/*====================================================
	access
=====================================================*/



#access {
  background-color: #fff;
}

#access .mapbox {
  width: 90%;
  /* max-width: 1280px; */
}


#access iframe {
  aspect-ratio: 4 / 5;
  display: block;
  height: auto;
  width: 100%;
}





@media screen and (min-width: 1000px) {

  #access iframe {
    aspect-ratio: 16 / 9;
  }

  #access.category {

    h3 {
      width: 100% !important;
    }
  }


}