/*=================================
	overwrite
===================================*/

.header.miyajiHeader {
  display: none;
}


em {
  font-style: normal;
}

.footer-cta img {
  max-width: 27px;
}


/* /////////////////// */

.eventbox .txtbox .event_detail.apply dd:nth-child(2) a {
  color: #000 !important;
  background: none !important;
  margin-top: 5px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
  position: relative !important;
}

/* /////////////////// */

/*=======================
	// grand-header 
=====================*/

#grand-header {
  height: 40px;
  margin-bottom: 0;
  background-color: #3c3c41;
  display: flex;
  justify-content: center;
  align-items: center;
}

#grand-header a {
  width: 92px;
}

#grand-header a img {
  width: 100%;
}

@media print, screen and (min-width: 1000px) {

  #grand-header {
    height: 60px;
  }

  #grand-header 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-666 {
  color: #666;
}

.text-999 {
  color: #999;
}


.bg-black {
  background-color: #000;
}


.bg-blue {
  background-color: #324b8d;
}

.bg-blue-2 {
  background: linear-gradient(to right bottom, #173891, #4561b1);
}

.bg-gold {
  background-color: #d5a74d;
}


.bg-gold-2 {
  background-color: #c78e55;
}

.bg-gold-3 {
  background-color: #836a3b;
}


.bg-gold-4 {
  background-color: #a17111;
}


.bg-purple2 {
  background-color: #b4369f;
}


.bg-beige {
  background-color: #fff8ec;
}






/*=====================================
 //  border
==================================*/

.b_thin_666 {
  border: #666 thin solid;
}


.b_thin_555 {
  border: #555 thin solid;
}

.bb_thin_555 {
  border-bottom: #555 thin solid;
}



/*=====================================
 //  common
==================================*/

/* 
figure img {
  width: 100%;
  vertical-align: bottom;
} */



img {
  width: 100%;
}

.movietxt {
  width: 95%;
  margin: auto;
  font-size: 1.3rem;
}


a {
  transition: 0.2s linear;
}

a:hover {
  opacity: 0.6;
}

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%;
}



/*=====================================
  read_more
==================================*/


.read_more {
  display: none;
}


.sp-fold p {
  display: inline;
}



@media print,
screen and (max-width: 999px) {


  .read_more {
    margin-top: 1em;
    display: block;
  }


  .read_more li span {
    padding: 0 15px;
    color: #fff;
    background-color: #a17111;
    display: inline-block;
    border-radius: 3em;
  }


  .sp-fold p {
    display: block;
  }

  .sp-fold .mobHidetxt {
    display: none;
  }
}





/*=========================================
	header
===========================================*/

header {
  margin-bottom: 0.5em;
}

header .inside {
  padding: .8em 0 0 0;
}

#hamburger {
  width: 9%;
  margin-right: 3%;
  float: right;
}

#header-shoplogo {
  width: 62%;
  margin-left: 20%;
  float: left;
}

header nav {
  display: none;
}

header nav ul {
  margin-top: 1em;
  margin-bottom: -.5em;
}

header nav li {
  border-bottom: #fff thin dotted;
  display: block;
}

header nav li a {
  font-size: 1.4rem;
  padding: .5em 1em;
  color: #fff;
  background: #a23545;
  display: block;
}

header .inside .to-sr-top-pc {
  display: none;
}





@media screen and (min-width: 1000px) {

  header a:hover {
    text-decoration: none;
  }

  header nav li {
    display: inline-block;
  }

  header .inside {
    width: 1140px;
    font-size: 1.4rem;
    margin: 0 auto;
    padding: .7em 0 0;
  }

  #header-shoplogo {
    width: 62%;
    margin-left: 14.5%;
    float: left;
  }

  #hamburger {
    display: none;
  }

  header nav {
    margin-left: 16%;
    padding: 1em 0 .5em 0;
  }

  header nav ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
  }

  header nav li {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 2%;
  }

  header .inside .to-sr-top-pc a {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: .3em;
  }

  .to-sr-top-pc a {
    font-size: 1.2rem;
    color: #fff;
    background: #a23545;
    padding: .2em 3em;
    border-radius: 0 0 .5em .5em;
  }

  .to-sr-top-pc a:hover {
    color: #fff;
    background: #bb7f87;
  }


}

/*=========================================
article
===========================================*/
article {
  color: #333;
  /* color: #fff; */
  margin: auto;
  position: relative;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

/* article img {
  width: 100%;
} */

.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%);
  z-index: -1;
  /* 背面に配置 */
}



#wrap {
  /* background-color: #2b070c; */
  position: relative;
  z-index: 1;
}


/*========================
 // id #title
==========================*/

#title {
  color: #fff;
  position: relative;
  /* background-color: #2b070c; */
}

#title_main {
  color: #fff;
  position: relative;
}

#title_main #h1_container {
  width: 100%;
  /* box-shadow: 0 5px 5px 0 #aaa; */
}

#h1_container .shop-logo {
  width: 25%;
  background-color: #fff;
}


.h1_container-lv-02 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

#h1_container .shop-logo img {
  width: 70%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#h1_container .txtbox {
  width: 75%;

}

#title_main .txtbox-lv-02 {
  padding: 15px 0 5px;
  line-height: 1.1;
  background-color: #b9ab87;
  background: linear-gradient(to right bottom, #a08c6d, #b9ab87);
}

#title_main h1 {
  font-size: 9.5vw;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

#title_main h1 .text-2 {
  font-size: 7vw;
}


#title_main .shop-name {
  font-size: 3.5vw;
  margin-bottom: 2px;
}


#h1_container .date {
  font-size: 5vw;
}

.place {
  color: #f3f0ed;
  padding: 5px 2.5%;
  background-color: #79614a;

}

#title .title_br_mob {
  display: block;
}


#title_main {
  width: 100%;
}


#title_main .title_img {
  width: 100%;
  /* max-width: 1920px; */
  margin-left: auto;
  margin-right: auto;
}

#title_main .title_img.pc {
  display: none;
}

#title_main .title_img.mob {
  display: block;
}


.h1_img {
  display: block;
  margin-bottom: 24px;
}

.h1_img_mob {
  display: none;
}





@media screen and (min-width: 768px) {}



/* min-width: 1000px */
@media screen and (min-width: 1000px) {

  #title_main .title_img.pc {
    display: block;
  }

  #title_main .title_img.mob {
    display: none;
  }

  #title_main #h1_container {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    line-height: 1.1;
    margin-bottom: 5px;
    /* height: 200px; */
    height: 220px;
  }

  #h1_container .shop-logo {
    width: 15%;
    /* height: 200px; */
    height: 220px;
  }

  #h1_container .shop-logo img {
    width: 45%;
  }

  #title_main .txtbox {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 200px; */
    height: 220px;
    background-color: #79614a;
  }

  #title .title_br_mob {
    display: none;
  }


  #title_main .txtbox-lv-02 {
    /* height: 72%; */
    height: 75%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }

  #title_main h1 {
    font-size: 62px;
    padding-left: 20px;
    margin-right: 30px;
    display: inline-block;
  }

  #title_main h1 .text-2 {
    font-size: 42px;
  }

  #h1_container .date {
    font-size: 22px;
  }

  .place {
    /* height: 28%; */
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-start;

  }




}

@media screen and (min-width: 1280px) {

  #title_main h1 {
    font-size: 78px;
  }

  #title_main .shop-name {
    font-size: 24px;
    margin-left: 10px;
  }

  #title_main h1 .text-2 {
    font-size: 58px;
  }


  #h1_container .date {
    font-size: 30px;
  }
}


/*========================
  #title_nav
===========================*/
/* #title_nav */


#title_nav ul {
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}

#title_nav ul li {
  height: 70px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

#title_nav ul.first li {
  width: 49%;
  margin-bottom: 15px;
}

#title_nav ul.second li {
  width: 49%;
  margin-bottom: 15px;
}


#title_nav li a {
  width: auto;
  height: 100%;
  text-align: center;
  color: #333;
  background-color: #fff1d8;
  background: linear-gradient(to bottom, #ad9568 0, #fff1d8 50%, #fff1d8 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#title_nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 16px solid #a7893f !important;
  /* border-bottom: 16px solid #324b8d; */
  /* border-bottom: 16px solid #cf304a; */
  border-bottom: 16px solid;
  border-left: 16px solid transparent;
}

#title_nav a:hover {
  opacity: 0.4;
}




/* min-width: 1000px */
@media screen and (min-width: 1000px) {

  #title_nav ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  #title_nav ul.first li {
    width: 19%;
    margin-left: .5%;
    margin-right: .5%;
    /* height: 70px; */
    height: 80px;
  }



}

/*========================
 // 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 {
  width: 32%;
  margin-bottom: 10px;
} */

#title .bnr ul li a img {
  width: 100%;
}



/* 
@media print, screen and (max-width: 768px) {

  #title .bnr ul {
    width: 80%;
  }

  #title .bnr ul li {
    width: 100%;
  }

}


@media print, screen and (max-width: 640px) {

  #title .bnr ul {
    display: block;
  }

  #title .bnr ul li {
    width: 100%;
  }

} */


/*========================
 // id #reservation
===========================*/


#reservation {
  width: 85%;
}



#reservation {
  /* background-color: #faf7f1; */
  /* background-color: #f3eee5; */
  background-color: #fff1d8;
  /* border: #cbb29a 1px solid; */
}


#reservation h3 {
  border-bottom: #96670f thin solid;
  color: #96670f;
  font-family: "Noto Serif JP", serif;
}

#reservation .how .tel_link a {
  color: #000;
}


#reservation .telnum {
  font-size: 2rem;
  margin-bottom: 15px;
}


@media screen and (min-width: 1000px) {


  #reservation {
    width: 70%;
    max-width: 900px;
  }

}






/*====================================================
	// .extrabox
====================================================*/




.contents {
  /* background-color: #a19370; */
}

.category_outer {
  width: 95%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.category {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}


.category .bar {
  width: 100%;
  height: 20px;
  margin-bottom: 2em;
  background: #836a3b;
}

.category 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-left: auto;
  margin-right: auto;
  padding: 0.5em 0 1em;
  border-bottom: #a7893f thin solid;
  /**/
  display: flex;
  align-items: center;
  justify-content: center;
}


.category figure.logo {
  width: 80%;
  margin: auto auto 2em;
}

.category .leadtxt {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.category h5.txt-dealer {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: normal;
  background: none;
  color: #000;
  text-align: center;
}

.category h3 img.logo {
  width: 90%;
  max-width: 500px;
}



@media screen and (min-width: 1000px) {

  .category h3 {
    height: 200px;
  }

  .category.extrabox .lv-02 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .category .leadtxt {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.8;
  }


  .category 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;
}

/*============================
 // class .extrabox
==============================*/
.extrabox h3 {
  font-size: 3.6rem;
}

.extrabox .bar {
  margin-bottom: 0.5em;
}

.extrabox h3 {
  margin-bottom: 1em !important;
  padding: 0.5em 0;
}

.extrabox .inner {
  width: 95%;
  margin: auto;
}

.extrabox .flexbox figure {
  width: 30%;
  max-width: 336px;
}

.extrabox .flexbox .txtbox {
  width: 69%;
}

@media print, screen and (max-width: 1023px) {

  /* ///////// mobile /////////// */
  .extrabox .inner {
    width: 90%;
    margin: auto;
    display: block;
  }


  .extrabox .flexbox .txtbox {
    width: 95%;

  }

  .extrabox .flexbox figure {
    width: 95%;
    margin: auto auto 1em;
  }


  .extrabox h3 {
    font-size: 2.6rem;
  }
}



/*============================
 // id #tour
==============================*/

#tour h4 {
  color: #b4369f;
  font-weight: normal;

}

.bb-tour {
  border-bottom: #b4369f thin solid;
}

.b-all-tour {
  border: #b4369f thin solid;
}


#tour .lv-02 {
  width: 90%;
  max-width: inherit;
  /* max-width: 1366px; */
  margin-left: auto;
  margin-right: auto;
  /* border: #f00 thin solid; */
}

@media screen and (min-width: 1000px) {}






/*============================
 // id #inq　
==============================*/
#inq h3 {
  font-size: 2.6rem;
  margin-bottom: 1em;
}

#inq .inner {
  width: 80%;
  margin: auto;
}

#inq .inner .inq_box {
  width: 50%;
  text-align: center;
}

#inq .inner .inq_box.tel {
  border-right: #aaa thin solid;
}

#inq .inner .inq_box h5 {
  font-size: 1.6rem;
  background: none;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0;
}

#inq .inner .inq_box p {
  margin-bottom: 0;
}

#inq .inner .inq_box .tel_link {
  /*    color: #974551 !important;*/
  color: #9d4750 !important;
  font-size: 2.8rem;
}

#inq .inner .inq_box .tel_link a {
  color: var(--txt-gold);
}


#inq .inner .inq_box ul.link li {
  padding-top: 1em;
}

#inq .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;
  }

  #inq .inner {
    width: 100%;
    margin: auto;
  }

  #inq .inner .inq_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #inq .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) {

  /* ///////// mobile /////////// */
  .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;
}


/*====================================================
	.tothetop
=====================================================*/

div#tothetop a {
  display: block;
  font-weight: bold;
  color: #fff;
  background: #9d4750;
  background: #d5a74d;
  text-decoration: none;
}

/*
div#tothetop a:hover {
    filter: alpha(opacity=85);
    moz-opacity: 0.85;
    opacity: 0.85;
}
*/

div#tothetop {
  position: fixed;
  right: 5px;
  bottom: 10px;
  z-index: 1500;
}

div#tothetop {
  right: 30px;
}

div#tothetop a {
  font-size: 1.3rem;
  padding: 19px 9px;
  display: block;
}

div#tothetop a {
  display: block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  /*    border-radius: 2.5em;*/
}


@media screen and (max-width: 768px) {
  div#tothetop {
    position: fixed;
    right: 1.8em;
    bottom: 2.5em;
    z-index: 1500;
  }

  div#tothetop a {
    padding: 1.8em 1em;
    font-size: 1.1rem;
  }

  div#tothetop a {
    /*        border-radius: 2.5em;*/
  }
}




/*====================================================
	access
=====================================================*/

#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;
  }

}


/*====================================================
	copyright
=====================================================*/

#copyright {
  max-width: 1080px;
  margin: 0 auto;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
  #copyright {
    width: 95%;
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print,
screen and (max-width: 1080px) {
  #copyright {
    padding: 0 1em 5em 0;
  }
}