/*=======================
	root 
=====================*/

:root {
  /* background: #781100; 臙脂 */
  /*background: #63003a; 紫 */
  --main-bg-color: #550534;
  --bg-gold: #d5a74d;
  --txt-gold: #d5a74d;
  --border-gold: #d5a74d;
  --txt-gold-dark: #a17111;
  --bg-cream-heading: #fef5e3;
  --bg-cream-base: #fff8ec;
  /*
background-color: var(--main-bg-color);
background-color: var(--bg-gold);
*/

}



.text-gold {
  color: #d5a74d;
}

/*=======================
	// note overwrite 
=====================*/
.item-lineup {
  margin: auto;
}

.item-lineup .tax {
  font-size: 1.2rem;
  text-align: right;
  padding: 0 0.5em;
}

dl.spec dt {
  color: #000;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: #ddd thin dotted;
}

dl.spec .speciality {
  margin-bottom: 1.5em;
}

dl.spec .speciality span {
  width: 80%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #f00;
  padding: 0.25em 1em;
  border-radius: 3em;
  display: block;
}

.link_line {
  text-decoration: underline;
  color: #5099cb;
}



@media screen and (max-width: 768px) {
  dl.spec .speciality span {
    margin: auto;
  }

  dl.spec dd.price .red-price {
    text-align: right !important;
    display: block !important;
  }
}



/*=====================================
 // note common
==================================*/
/* .flexbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
} */




figure img {
  width: 100%;
}

.movietxt {
  width: 95%;
  margin: auto;
  font-size: 1.3rem;
}

ul.decimal {
  margin-left: 2em;
}

ul.decimal li {
  margin-bottom: 0.5em;
  list-style: decimal;
}

a {
  transition: 0.2s linear;
}

a:hover {
  opacity: 0.6;
}

a.red {
  color: #a20000;
}

/* a.red:hover {
  color: #f46060;
} */

a.line {
  text-decoration: underline;
}

a img.arrow {
  width: 7px;
  height: 11px;
  margin-bottom: 3px;
  margin-right: 5px;
  vertical-align: middle;
}

@media print, screen and (max-width: 768px) {
  .link a {
    padding: 1em 3em;
    display: block;
  }

  .link2 a {
    width: 90%;
    padding: 15px 0;
  }

  .link.linkL a {
    padding: 1em 3em;
    border-radius: 3em;
  }

  a img.arrow {
    width: 7px;
    vertical-align: middle;
    margin-bottom: 0.25em;
  }
}



/*=========================================
	link
===========================================*/

ul.link {
  margin-bottom: 1em;
}

.link a {
  padding: 0.25em 3em;
  font-size: 1.4rem;
  text-align: center;
  color: #000 !important;
  /* border: #dccb97 thin solid; */
  border: #d5a74d thin solid;
}

ul.link2 {
  text-align: center;
  margin: auto auto 2em;
}

.link2 a {
  width: 90%;
  margin: auto;
  font-size: 26px;
  padding: 30px 0;
  display: inline-block;
  color: #fff !important;
  border: none;
  background-color: var(--bg-gold);
  position: relative;
}

.link2 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 26px solid #b99244;
  border-left: 26px solid transparent;
}



@media print,
screen and (max-width: 768px) {

  ul.link2 {
    margin: auto auto 0;
  }

}



/*=========================================
	header
===========================================*/

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;
}


@media screen and (max-width: 768px) {
  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;
  }

  /* mobile */
}




/*=========================================
article
===========================================*/
article {
  color: #333;
  font-size: 1.4rem;
  margin: auto;
  position: relative;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

article img {
  width: 100%;
}

/*========================
 // id #title
==========================*/

#title {
  position: relative;
}


#title .title_br_mob {
  display: none;
}

#title .to_sr_top {
  top: 0;
  right: 30px;
  position: absolute;
  z-index: 200;
}


#title .header .inner {
  width: 90%;
  max-width: 1260px;
  position: relative;
}

#title .inner {
  width: 90%;
  max-width: 1260px;
  margin: auto;
  position: relative;
  /* border: #f00 thin solid; */
}

#title_main .title_img {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

#title_main .title_img.pc {
  display: block;
}

#title_main .title_img.mob {
  display: none;
}

#title_main .txtbox {
  width: 90%;
  max-width: 1260px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
}

#title_main .txtbox .shop_logo img {
  width: 400px;
}

#title_main #h1_container {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}

#title_main h1 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #bf932e;
  font-size: 72px;
  line-height: 1.2;
  display: inline-block;
  margin-right: 15px;
}

#title_main h1 .text-2 {
  font-size: 58px;
  margin: 0 5px;
}

#title_main h1 .text-3 {
  margin-right: 5px;
}

#title_main h1 .text-5 {
  margin-right: 2px;
}

#title_main h1 .text-7 {
  margin-right: -5px;
}

#title_main h1 .text-9 {
  margin-left: -5px;
  margin-right: -5px;
  /* border: #f00 thin solid; */
}

#title_main #h1_container p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  display: inline-block;
  margin-bottom: 10px;
}

#title_main #h1_container p time {
  margin-bottom: 30px;
  color: #666;
  border-top: #666 thin solid;
  border-bottom: #666 thin solid;
  padding: 5px 0;
}

#title_main .txtbox .inside {
  width: 100%;
  margin: auto;
}

.h1_img {
  display: block;
  margin-bottom: 24px;
}

.h1_img_mob {
  display: none;
}

#title .leadtxt {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #333;
  /**/
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

#title .leadtxt .break1,
#title .leadtxt .break2 {
  display: block;
}

.to_sr_top a {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  padding: 0.5em 3em;
  background-color: var(--bg-gold);
  display: block;
}

.tax {
  font-size: 1.3rem;
  text-align: right;
  margin-bottom: 0;
}

/* #title_nav */
#title_nav {
  width: 100%;
  min-height: 80px;
  margin-bottom: 30px;
}

#title_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#title_nav ul.first {
  width: auto;
}

#title_nav ul.first li {
  width: 19%;
  height: 70px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

#title_nav ul.first li a {
  width: auto;
  height: 100%;
  text-align: center;
  display: block;
  border: #aaa 1px solid;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

#title_nav ul.first li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 16px solid #d5a74d;
  border-left: 16px solid transparent;
}

#title_nav a {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  display: block;
}

#title_nav a:hover {
  opacity: 0.4;
}

@media screen and (max-width: 1200px) {

  #title_nav ul {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  #title_nav ul.first li {
    width: 49%;
    margin-bottom: 15px;
  }

  #title_main #h1_container {
    display: block;
  }

  #title_main h1 {
    margin-bottom: 10px;
    display: block;
  }

  #title .to_sr_top {
    right: 0;
  }

}



@media print,
screen and (max-width: 900px) {

  #title_main .title_img {
    margin-bottom: 15px;
  }

  #title_main .title_img.pc {
    display: none;
  }

  #title_main .title_img.mob {
    display: block;
  }

  #title .title_br_mob {
    display: block;
  }

}



@media print, screen and (max-width: 768px) {

  #title_main .txtbox .h1_img_mob {
    width: 90%;
    margin: auto auto 10px;
    display: block;
  }

  #title .inner {
    width: 100%;
  }

  .to_sr_top a {
    font-size: 1.2rem;
    padding: 0.25em 1em;
  }

  #title_main .txtbox {
    width: 90%;
    margin: auto;
  }

  #title_main .txtbox .inside {
    width: 100%;
    margin: auto;
  }

  #title_main .txtbox p.leadtxt {
    width: 100%;
    margin: auto auto 30px;
    font-size: 1.8rem;
  }

  #title_nav {
    margin-bottom: 0;
  }

  #title .leadtxt {
    font-size: 15px;
    margin-bottom: 1em;
  }

  .tax {
    width: 95%;
    margin: auto auto 1em;
    font-size: 1.1rem;
    text-align: left;
    padding: 0;
  }

  #title_main {
    width: 100%;
  }

  #title_nav {
    width: 95%;
    margin: auto;
  }

  #title_main .txtbox p.leadtxt {
    width: 100%;
    margin: auto auto 30px;
    font-size: 15px;
  }

  .tax {
    width: 90%;
    margin: auto auto 5px;
  }

}


@media screen and (max-width: 660px) {

  #title_main h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  #title_main h1 .text-2 {
    font-size: 32px;
  }

  #title_main #h1_container p {
    font-size: 20px;
  }

  #title_main .txtbox .shop_logo img {
    width: 260px;
    margin-bottom: 5px;
  }

  #title_nav ul.first li a {
    font-size: 15px;
  }

  .link2 a {
    font-size: 20px;
    padding: 15px 0;
  }

}


/*========================
 // class .bnr
===========================*/
#title .bnr {
  margin-bottom: 45px;
}

.pc_bnr {
  display: block;
}

.mob_bnr {
  display: none;
}

#title .bnr ul {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#title .bnr ul li {
  width: 49.5%;
  margin-bottom: 10px;
}

#title .bnr ul li a img {
  width: 100%;
}


@media screen and (max-width: 1200px) {
  .pc_bnr {
    display: none;
  }

  .mob_bnr {
    display: block;
  }
}


@media print, screen and (max-width: 768px) {

  #title .bnr ul {
    width: 95%;
  }

}


@media print, screen and (max-width: 640px) {

  #title .bnr ul {
    display: block;
  }

  #title .bnr ul li {
    width: 100%;
  }

}


/*========================
 // id #reservation
===========================*/
#reservation {
  width: 70%;
  margin: auto auto 10px;
  padding: 30px 0 15px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}

#icon_reserve {
  width: 300px;
  margin: 15px auto 15px;
}

#reservation h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 3rem;
  font-weight: normal;
  border-bottom: #cf9b34 thin solid;
  color: #cf9b34;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

#reservation p {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 30px;
}

#reservation .telnum {
  font-size: 2rem;
  /* padding: 15px 0; */
  /* margin-bottom: 15px; */
  margin-bottom: 15px;
}

#reservation .how h6 {
  margin-bottom: 0.25em;
}

#reservation .how .tel_link {
  /* margin-left: .5em; */
  display: block;
}

#reservation .telnum {
  font-size: 2.4rem;
  color: #000;
}


@media screen and (max-width: 900px) {
  #reservation {
    width: 85%;
  }

  #reservation .how .tel_link a {
    color: #000;
  }

  #reservation .deco {
    display: block;
  }
}

@media print, screen and (max-width: 640px) {
  #reservation {
    margin-bottom: 10px;
    padding: 20px 10px;
  }

  #reservation .how .tel_link {
    margin: 0;
    padding: 0;
    display: block;
  }

  #reservation .link a {
    width: 80%;
  }

  #reservation h3 {
    font-size: 2rem;
  }

  #reservation p {
    font-size: 1.4rem;
  }

  #reservation .telnum {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  #reservation p {
    font-size: 1.4rem;
  }
}

/*====================================================
	// id #contents / catgory 
====================================================*/
.contents {




  background-color: var(--main-bg-color);
}

.contents_lv02 {
  padding: 5em 0;
}

.category_outer {
  width: 98%;
  max-width: 1260px;
  margin: auto auto 3em;
  background: #fff;
}

.category {
  margin: auto auto 3em;
  padding: 0 0 60px;
  background: #fff;
}

.category .bar {
  width: 100%;
  height: 20px;
  margin-bottom: 2em;
  background: #e2c283;
}

.category h3 {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  width: 95%;
  margin: auto auto 10px;
  padding: 0.5em 0 1em;
  border-bottom: #e2c283 thin solid;
}

.category h3.no-logo em {
  font-size: 42px;
}

.category h3.no-logo em .small {
  font-size: 36px;
}

.category.extrabox h3 {
  margin-bottom: 0.5em;
}

.category.extrabox {
  padding-bottom: 3em;
}

.category h3 img.logo.pc {
  max-width: 390px;
  margin: auto auto 1em;
  display: block;
}

.category h3 img.logo.mob {
  display: none;
}

.category h3 em {
  font-size: 2.4rem;
  display: block;
}

.category h5.txt-dealer {
  font-size: 1.3rem;
  font-weight: normal;
  color: #fff;
  background: #ce9423;
  margin-bottom: 0.5em;
  padding: 0.5em 2em 0.4em;
  display: inline-block;
}

.common .contents {
  padding-top: 150px;
}

.category h5.txt-dealer {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
  background: none;
  color: #000;
  padding: 0;
}

.category .leadtxt {
  width: 85%;
  margin: auto auto 2em;
  padding-top: 0.5em;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .category h3 img {
    margin: auto;
  }

  .category h3 img.logo.pc {
    display: none;
  }

  .category h3 img.logo.mob {
    max-width: 390px;
    display: block;
  }
}

@media print, screen and (max-width: 1023px) {
  .category_outer {
    width: 95%;
  }
}

@media print, screen and (max-width: 768px) {
  .category {
    width: 100%;
    margin: auto auto 3em;
    padding: 0 0 5px;
  }

  .contents_lv02 {
    padding: 2em 0;
  }

  .category h3 {
    width: 80%;
    margin: auto auto 0.5em;
    font-size: 2.6rem;
    padding: 0 0 0.5em;
  }

  .category h3.no-logo em {
    font-size: 30px;
  }

  .category h3.no-logo em .small {
    font-size: 26px;
  }

  .category h3 img.logo {
    margin-bottom: 0;
  }

  .category h3 em {
    font-size: 2rem;
  }

  .category figure.logo {
    width: 80%;
    margin: auto auto 2em;
  }

  .category .leadtxt {
    width: 90%;
    margin: auto auto 2em;
  }

  .category h5.txt-dealer {
    font-size: 1.5rem !important;
  }
}


@media screen and (max-width: 640px) {

  .category h3.no-logo em {
    font-size: 24px;
  }

  .category h3.no-logo em .small {
    font-size: 18px;
  }

}



/*============================
 // 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;
  /* display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; */
}

.extrabox .flexbox figure {
  width: 30%;
  max-width: 336px;
}

.extrabox .flexbox .txtbox {
  width: 69%;
}

@media print, screen and (max-width: 1023px) {

  /* ///////// mobile /////////// */
  .extrabox .inner {
    /* width: 95%; */
    width: 90%;
    margin: auto;
    display: block;
  }


  .extrabox .flexbox .txtbox {
    width: 95%;

  }

  .extrabox .flexbox figure {
    width: 95%;
    margin: auto auto 1em;
  }


  .extrabox h3 {
    /* font-size: 3rem; */
    font-size: 2.6rem;
  }
}

/*============================
 // id #special　プレゼントほか
==============================*/
#special {
  padding: 2em 0;
}

#special .sub_section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

#special .inner {
  width: 97%;
  margin: auto;
}

#special ul.decimal {
  font-weight: bold;
}

#special p {
  font-size: 1.6rem;
}

#special .inner2 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

#special .inner2 .txtbox {
  width: 68%;
  padding-top: 1.5em;
  display: block;
}

#special .inner2 figure {
  width: 25%;
  max-width: 270px;
}

#special figcaption {
  font-size: 1.1rem;
  text-align: right;
  color: #666;
}

#present2 h5 {
  font-size: 1.3rem;
  font-weight: normal;
  color: #fff;
  background: #ce9423;
  margin-bottom: 0.5em;
  padding: 0.5em 2em 0.4em;
  display: inline-block;
}


#present2 li {
  font-weight: bold;
  margin-bottom: 1em;
}

#present2 li::before {
  content: "\25CF";
  /*まる*/
  color: #e8bec3;
  margin-right: 3px;
}

#present2 small {
  font-weight: normal;
}

@media print, screen and (max-width: 768px) {
  #special .sub_section {
    width: 90%;
  }

  #special #present2.sub_section {
    margin-bottom: 2em;
  }

  #special p {
    width: 95%;
    margin: auto;
    font-size: 1.4rem;
  }

  #special .inner2 {
    padding-top: 2em;
    display: block;
  }

  #special .inner2 .txtbox {
    width: 100%;
    padding-top: 0;
    display: block;
  }

  #special .inner2 figure {
    width: 70%;
    max-width: auto;
    margin: auto;
    padding-top: 1em;
  }
}

/*============================
 // id #shidankai　試弾会
==============================*/
#shidankai.category {
  padding: 0 0 2em;
}

#shidankai h3 {
  width: 100%;
  margin: 0 0 1em;
  padding: 1em 0;
  border-bottom: none;
  color: #fff;
  background: url(../img/bg_extra_h3-8.png) repeat 0 0 #920560;
}

#shidankai ul.detail {
  margin-bottom: 1.5em;
}

#shidankai ul.detail li {
  margin-bottom: 0.25em;
}

#shidankai ul.detail .head {
  margin-right: 0.5em;
  padding: 0 1em;
  color: #fff;
  font-size: 1.2rem;
  background: #983775;
  border-radius: 0.2em;
}

#shidankai .apply p {
  font-size: 1.6rem;
}

#shidankai .apply ul.link a {
  font-size: 1.6rem !important;
}

@media print, screen and (max-width: 768px) {
  #shidankai h3 {
    margin-bottom: 0.5em;
  }

  #shidankai ul.detail .head {
    font-size: 1.4rem;
    padding: 0.2em 1em;
  }

  #shidankai ul.detail .in_detail {
    margin-bottom: 0.5em;
    margin-left: 1em;
    display: block;
  }

  #shidankai .apply {
    text-align: center;
  }
}

/*============================
 // id #mep　
==============================*/
#mep figure {
  width: 30%;
  border: #ddd thin solid;
}

#mep .txtbox {
  width: calc(70% - 30px);
}

@media screen and (max-width: 1024px) {
  #mep.extrabox .txtbox {
    margin-bottom: 2em;
  }
}

@media print, screen and (max-width: 768px) {

  #mep h3 {
    font-size: 2rem;
  }

  #mep figure {
    width: 50%;
  }

}


@media print,
screen and (max-width: 640px) {

  #mep figure {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  #mep .txtbox {
    width: 100%;
  }

}


/*============================
 // 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%;
  }

  /* #inq .inner .inq_box.tel a {
    color: #920560 !important;
  } */
}

@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;
  }
}





/*============================
 // event
==============================*/

.eventbox {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: #ddd thin solid;
}

.eventbox .h4_box {
  line-height: 1.3;
  margin-bottom: 30px;
  padding: 25px 0;
  border-top: #d39a2a thin solid;
  border-bottom: #d39a2a thin solid;
  color: #d39a2a;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.eventbox .h4_box p span {
  font-size: 18px;
  padding: 0 30px;
  background-color: #fdf2d7;
}

.eventbox .h4_box h4 {
  font-size: 40px;
  font-weight: normal;
}

.eventbox .h4_box h4 small {
  font-size: 24px;
}

.eventbox .h5_box {
  margin-bottom: 15px;
}

.eventbox .h5_box time {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  font-family: 'Petit Formal Script', cursive;
  font-size: 2.8rem;
  color: #cf9b34;
  background: #fdf1dd;
  border-radius: 50%;
  /**/
  display: flex;
  align-items: center;
}


.eventbox .h5_box time .date {
  width: 100%;
  width: 70%;
  margin: auto;
  margin-left: 10%;
  margin-right: 20%;
  text-align: center;
}

.eventbox .h5_box time .date .day {
  font-size: 1.6rem;
  display: block;
}

.eventbox .h5_box h5 {
  width: calc(100% - 130px);
}

.eventbox h5 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.3;
  color: #cf9b34;
}

.eventbox h4 small {
  font-size: 1.8rem;
}

.eventbox h4 .sub {
  font-size: 2.4rem;
}

.eventbox .detail-box .txtbox {
  width: 60%;
}

.eventbox figure.is-pc {
  width: 38%;
}

.eventbox .txtbox .event_detail {
  margin-left: 30px;
  margin-bottom: 30px;
}

.eventbox .txtbox .event_detail dt {
  margin-bottom: 3px;
}

.eventbox .txtbox .event_detail dt span {
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  background: #a17111;
  padding: 2px 8px 2px;
  display: inline-block;
}


.eventbox .txtbox .event_detail.apply dt span {
  color: #a17111;
  background: #fef5e3;
  font-size: 1.5rem;
  padding: 5px 15px 0px;
}


.eventbox .txtbox .event_detail.apply dd.link_apply {
  margin-left: 0;
}

.eventbox .txtbox .event_detail.apply dd a {
  color: var(--bg-gold);
  border-color: var(--bg-gold);
  border-style: solid;
  border-width: thin;
  background: #fff;
  margin-top: 5px;
  padding: 10px 60px;
  display: inline-block;
  position: relative;
}

.eventbox .txtbox .event_detail.apply dd a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom-color: var(--bg-gold);
  border-bottom-style: solid;
  border-bottom-width: 20px;
}

.eventbox .txtbox .event_detail.apply dd a.tel_link {
  padding: 0;
  border: none;
  color: #000;
}

.eventbox .txtbox .event_detail.apply dd a.tel_link::after {
  content: none;
}

.eventbox .txtbox .event_detail dd {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .75em;
}


.eventbox .profile {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}


.eventbox .profile h5 {
  font-size: 24px;
  margin-bottom: 5px;
}


.eventbox .profile .inside {
  padding: 40px 36px 20px;
  background: #fff8ec;
}

.eventbox .profile .row {
  margin-bottom: 30px;
}


.eventbox .profile .flexbox .txtbox {
  width: 65%;
}

.eventbox .profile h6 {
  margin-bottom: 15px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: #cf9b34 thin solid;
  color: #cf9b34;
  background: none;
  display: block;
}




@media screen and (max-width: 1280px) {

  .eventbox .h4_box h4 small {
    display: block;
  }

}


@media print,
screen and (max-width: 768px) {

  .eventbox .h4_box p span {
    font-size: 15px;
  }

  .eventbox .h4_box h4 {
    /* font-size: 26px; */
    font-size: 24px;
    font-weight: normal;
  }

  .eventbox .h4_box h4 small {
    font-size: 16px;
  }


  .eventbox .profile h5 {
    font-size: 20px;
  }

  .eventbox .txtbox .event_detail.apply dd a:not(.tel_link) {
    text-align: center;
    display: block;
  }

}












/* event mobile layout */
@media print,
screen and (max-width: 640px) {

  .eventbox .detail-box .txtbox {
    width: 100%;
  }

  .eventbox figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    /* border: #f00 thin solid; */
  }

  .eventbox .txtbox .event_detail {
    margin-left: 0;
  }

}







/*====================================================
	#map_wrap
====================================================*/

#map_wrap_outer {
  font-size: 1.4rem;
  margin-bottom: 2em;
  padding-top: 60px;
  background: #fff;
}

#map_wrap {
  width: 98%;
  max-width: 1260px;
  margin: auto;
  background: #fff;
}

#map_wrap h4 {
  /* color: #c8373c; */
  color: #555;
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: #555 2px solid;
}

.map_lv_02 {
  padding: 1em 2.5%;
}



.map_lv_03 {
  width: 100%;
  margin-bottom: 2em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}


#map_wrap .txt_box {
  width: 60%;
  line-height: 1.5;
  padding-top: 1em;
}

#map_wrap figure {
  font-size: 1.2rem;
  width: 35%;
  max-width: 418px;
}

#map_wrap figure img {
  width: 100%;
}

#map_wrap figure iframe {
  width: 100%;
  height: 405px;
}

#map_wrap .lead {
  font-size: 1.5rem;
  margin-bottom: 2em;
}

#map_wrap .lead .txtbox {}




#map_wrap dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#map_wrap dt {
  width: 13%;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 2%;
  border: #ccc 1px solid;
  display: inline-block;
}

#map_wrap .txt_box dd {
  width: 80%;
  margin-bottom: 10px;
  display: inline-block;
}

#map_wrap .txt_box ul {
  margin-bottom: 1em;
}

#map_wrap .telnum strong {
  width: 3em;
  margin-bottom: 2px;
  padding: 0 1em;
  font-size: 1.3rem;
  font-weight: bold;
  background: #fff;
  border-radius: 0.2em;
  border: #ccc 1px solid;
  border-left: #b5265c 3px solid;
  display: block;
}

#map_wrap em {
  font-weight: bold;
}

/* #map_wrap .inq a {
    width: 60%;
    padding: 1em 1em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #c8373c;
    border-radius: 02em;
    display: block;
} */


#map_wrap .inq a {
  width: 60%;
  padding: 1em 1em;
  text-align: center;
  color: #555;
  font-weight: bold;
  background: #fff;
  border-radius: 2em;
  border: #555 thin solid;
  display: block;
}

#map_wrap .inq a:hover {
  text-decoration: none;
}


#map_wrap .map_area {
  width: 80%;
  margin: auto;
}

#map_wrap .map_area iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 1em;
}

#map_wrap .map_area .link_map {}

#map_wrap .map_area li {}

#map_wrap .map_area a {
  color: #fff;
  background: #555;
  padding: .25em 1.5em;
  border-radius: 2em;
}






/* // id #map_wrap 768px */

@media screen and (max-width: 768px) {
  #map_wrap_outer {
    padding: 0;
  }

  .map_lv_02 {
    padding: 1em 0;
  }

  #map_wrap {
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 0 0;
    background: #fff;
  }



  #map_wrap h4 {
    font-size: 2.0rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: .5em;
  }

  #map_wrap p {
    width: 90%;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
  }

  #map_wrap .txt_box {
    padding: 0;
  }

  #map_wrap .lead {
    padding: 0 0 0;
  }

  #map_wrap .lead p {
    line-height: 1.6;
    margin-bottom: 1em;
  }

  #map_wrap dl {
    display: block;
  }

  #map_wrap dl {
    margin-bottom: 3em;
  }

  #map_wrap dt {
    width: auto;
    margin-bottom: .25em;
    display: inline-block;
  }

  #map_wrap .txt_box dd {
    width: 100%;
  }

  .map_lv_03 {
    width: 100%;
    display: block;
  }

  #map_wrap figure {
    width: 80% !important;
    margin: auto;
    /*        font-size: 1.2rem;*/

  }

  #map_wrap figure iframe {
    width: 100%;
    height: auto;
  }

  #map_wrap .txt_box {
    width: 100%;
  }

  #map_wrap figure {
    width: 90%;
    margin: auto auto 1em;
  }

  #map_wrap figure iframe {
    width: 100%;
  }

  #map_wrap figure .link_map {
    font-size: 1.2rem;
    text-align: right;
  }

  #map_wrap dl,
  #map_wrap ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }


  #map_wrap ul.link_map {
    width: 100%;
  }

  #map_wrap .inq a {
    padding: 1em 1em;
  }

  #map_wrap .telnum .txt {
    padding: 1em 0 0 0;
    display: block;
  }

  #map_wrap .inq a {
    width: auto;
  }

}


/*====================================================
#sns_sharebox
=====================================================*/

#sns_sharebox_outer {
  background: #fff;
}

#sns_sharebox {
  font-size: 1.4rem;
  text-align: right;
  /**/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content：space-between;
}

#sns_sharebox li {
  width: 32%;
  margin: 0 0.5%;
  padding: 0.5em 0;
  text-align: center;
  display: inline;
}

#sns_sharebox a {
  color: #fff;
  padding: 0 1em 0 1em;
  border-radius: 0.2em;
  display: block;
}

#sns_sharebox a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none;
}

#sns_sharebox #fb_share {
  background: #3b5998;
}

#sns_sharebox #tweet {
  background: #55acee;
}

#sns_sharebox #line {
  background: #1dcd00;
}

@media print,
screen and (min-width: 1024px) {
  #sns_sharebox_outer {
    max-width: 1080px;
    margin: auto;
    padding: 5em 0;
  }

  /* pc end */
}

@media screen and (max-width: 1023px) {
  #sns_sharebox_outer {
    width: 95%;
    margin: auto auto 3em;
    padding: 1em 0;
  }
}


/*====================================================
	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;*/
  }
}





/*====================================================
	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;
  }
}




/*====================================================
	footer
=====================================================*/

footer {
  font-size: 1.1rem;
  width: 98%;
  max-width: 1250px;
  margin: auto;
  padding-bottom: 100px;
}

#footer-corporate {
  margin-bottom: .5em;
}

.footerBottom {
  margin-bottom: 2em;
}

.footerBottom li {
  margin-right: 1em;
  padding-right: 1em;
  border-right: #999 thin solid;
  display: inline-block;
}

.footerMiddle .footerShopLink-heading {
  width: 5em;
  color: #fff;
  background: #555;
  margin-bottom: .5em;
  padding: .3em 0;
  display: inline-block;
  /*    border-radius: .2em;*/
  text-align: center;
}

.footerMiddle .footerShopLink-body {
  margin-bottom: 1em;
}

.footerMiddle .footerShopLink-body li {
  margin-right: 1em;
  margin-bottom: .25em;
  padding-right: 1em;
  border-right: #999 thin solid;
  display: inline-block;
}



#footer-corporate img {
  width: 10%;
  float: left;
}

#footer-corporate p {
  width: 88%;
  float: right;
}



@media screen and (max-width: 1024px) {
  footer {
    width: 95%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  footer {
    width: 95%;
    margin: auto;
    padding-bottom: 10em;
  }

  #footer-corporate p {
    width: 100%;
    float: none;
  }

  #footer-corporate img {
    width: 30%;
    margin-bottom: .5em;
  }
}