/*====================================================
     overwrite
====================================================*/

/*====================================================
     
====================================================*/

body {
  color: #474747;
}

#wrapper {
  overflow: hidden;
}

#contents {
  position: relative;
  z-index: 0;
  max-width: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

#contents * {
  box-sizing: border-box;
}

#pankuz {
  max-width: 1200px;
  overflow: hidden;
  padding: 10px 0 0 5%;
  margin: 0 auto;
}

a,
a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#contents img {
  width: 100%;
}

/* ////////// PC ////////// */
@media screen and (min-width: 769px) {
  body {
    width: 100%;
  }

  #contents {
    width: 100%;
    overflow: hidden;
  }
}

/*====================================================
     common
====================================================*/
.inner_box {
  margin: auto;
  max-width: 1200px;
  position: relative;
}

.sideRbn * {
  position: relative;
}

/*====================================================
     #about_event
====================================================*/
#about_event {
  margin-top: 30px;
}

#about_event .h2_box h2 {
  width: 100%;
  margin: 0 auto 20px;
  display: block;
  border: none;
}

#about_event .h2_box h2 img.pc {
  width: 100%;
  display: block;
}

#about_event .h2_box h2 img.mob {
  display: none;
}

#about_event .h2_box .inner_box {
  position: relative;
  /* margin-top: 5rem; */
}

#about_event .h2_box .inner_box p.strong i {
  font-family: Arial, Helvetica, "sans-serif";
  font-style: normal;
  font-size: 5rem;
}



#about_event .date span {
  display: inline-block;
  vertical-align: middle;
}

#about_event .date .day {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 2px;
  padding: 2px 10px;
  border-radius: 3em;
}

#about_event .date .sat {
  color: #62a1be;
  background-color: #e3f6ff;
}

#about_event .date .sun {
  color: #eb7f7f;
  background-color: #ffe7e7;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #about_event {
    margin-top: 0;
  }

  #about_event .h2_box {
    width: auto;
  }

  #about_event .h2_box h2 {
    background-size: 94%;
  }

  #about_event .h2_box h2 img.pc {
    display: none;
  }

  #about_event .h2_box h2 img.mob {
    display: block;
  }

  #about_event .h2_box .inner_box p.strong {
    padding-top: 0;
    font-size: 1.7rem;
    letter-spacing: -0.04em;
  }

  #about_event .h2_box .inner_box p.strong i {
    font-size: 2.4rem;
    letter-spacing: 0em;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #about_event .h2_box {
    width: 98%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about_event .h2_box {
    width: 94%;
    height: auto;
    margin: 0 3%;
  }

  #about_event .h2_box h2 {
    width: 100%;
    background-size: 94%;
  }
}

/*--------------------------------------
	.h2_box
--------------------------------------*/

#event #contents .h2_box {
  text-align: center;
}

p {
  line-height: 1.3;
}

p.strong .ml {
  display: block;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
  #event #contents .h2_img img.title {
    width: 96%;
  }

  p.strong {
    font-size: 2.2rem;
  }

  p.strong .ml {
    font-size: 1.4rem;
  }
}

/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
  p.strong {
    font-size: 3rem;
  }

  p.strong .ml {
    font-size: 1.8rem;
  }
}

/*--------------------------------------
	.nav_box
--------------------------------------*/

.nav_box ul {
  width: 100%;
  /**/
}

.nav_box ul li a {
  color: #fff;
  padding: 10px 0;
  display: block;
  border-radius: 3em;
  background: #533320;
  position: relative;
}

.nav_box ul li a:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 10px;
}

/* .nav_box ul li a:hover {
    text-decoration: none;
    background: #944b11;
} */

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
  .nav_box {
    width: 90%;
    margin: 1.5em auto;
    text-align: center;
  }

  .nav_box ul {
    display: block;
  }

  .nav_box ul li {
    text-align: center;
    line-height: 2;
    margin: 10px auto;
    font-size: 1.5rem;
  }
}

/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
  .nav_box {
    width: 100%;
    /* margin: 60px auto 60px; */
    margin: 30px auto 60px;
  }

  .nav_box ul {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  .nav_box ul li {
    width: 32%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
  }

  .nav_box ul li:last-child {
    margin-right: 0;
  }
}

/*--------------------------------------
	#lead_copy
--------------------------------------*/

#lead_copy {
  /* font-weight: bold; */
  padding: 0;
}

#lead_copy p {
  margin: 0.8em 0;
}

#lead_copy strong {
  font-size: 1.3em;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
  #lead_copy p {
    width: 90%;
    margin: 0 5% 15px;
    font-size: 1.4rem;
  }
}

/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
  #lead_copy {
    font-size: 1.7rem;
    text-align: center;
  }
}

/*--------------------------------------
	.photo_area
--------------------------------------*/

.photo_area {
  padding-top: 20px;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
  .photo_area {
    width: 90%;
    margin: auto 5%;
  }
}

/*====================================================
     #about_piano
====================================================*/

.about_p_inner {
  width: 55%;
  margin: 30px auto 0;
  /* padding: 45px 60px; */
  /* border: solid 1px #666; */
}

#about_piano h3 {
  margin-bottom: 15px;
  border-color: #c1b18a;
}

#about_piano p {
  line-height: 1.8;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #about_piano .inner_box {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .about_p_inner {
    width: 90%;
    margin: 10px 5%;
    padding: 1em;
  }

  #about_piano h3 {
    font-size: 1.7rem;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  /* #about_piano h3 {
        font-size: 2.4rem;
        text-align: center;
        lineup
    } */

  #about_piano h3 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
  }

  #about_piano .txt_box {
    font-size: 1.5rem;
  }
}

/*====================================================
     #lineUp
====================================================*/
#lineUp {
  width: 95%;
  margin: 0 auto 30px;
  padding-top: 90px;
}

#lineUp h3 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  padding: 20px 0;
  color: #fff;
  background-color: #533320;
  border-radius: 5px;
}

#lineUp table,
#lineUp td {
  border-collapse: collapse;
}

#lineUp table {
  width: 100%;
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}

#lineUp td {
  font-size: 18px;
  padding: 10px 30px;
  vertical-align: top;
}

#lineUp td.cell_model {
  border-top: #999 thin dotted;
  border-bottom: #999 thin dotted;
}

#lineUp td.cell_price {
  text-align: right;
  border-top: #999 thin dotted;
  border-bottom: #999 thin dotted;
}

.item_category {
  margin-top: 20px;
}

.itemList h4 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
  color: #533320;
}

.itemList .copy {
  color: #8b0814;
  font-weight: bold;
}

.itemList .year {
  font-size: 14px;
}

.itemList i {
  font-style: normal;
  font-family: Arial, Helvetica, "sans-serif";
  text-align: right;
  width: 30%;
  margin-left: auto;
}

.itemList i.price {
  font-size: 18px;
}

.itemList .ast {
  color: #8b0814;
  font-weight: bold;
  font-size: 13px;
  margin-left: 10px;
  display: block;
}

.itemList .coating {
  font-size: 13px;
  margin-left: 10px;
  display: block;
}

.itemList .icon {
  display: inline-block;
  padding: 0.1em 0.8em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #cb2444;
  color: #fff;
  font-weight: bold;
}

.attention_box {
  padding: 0.8em 1em;
  border: double 3px #4f2020;
  margin-top: 10px;
}

.subscript {
  text-align: center;
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 767px) {
  #lineUp {
    padding-top: 30px;
  }

  #lineUp .h3_box {
    width: 90%;
    margin: 10px 5%;
  }

  #lineUp .h3_box h3 {
    text-align: center;
  }

  #lineUp td {
    padding: 10px 10px;
  }

  /* h4 {
    font-size: 1.5rem;
  } */

  /* p {
    width: 90%;
    margin: 2% 5%;
  } */

  .itemList h4 {
    font-size: 26px;
  }

  p.copy {
    width: 100%;
    margin: 2% 0;
    text-align: center;
  }

  .item_category,
  .item_category3 {
    width: 90%;
    /* max-width: 500px; */
    margin: 20px auto 75px;
    display: inherit;
  }

  .item_category li,
  .item_category3 li {
    font-size: 1.5rem;
  }

  .itemList dl {
    padding: 0.3em 1em;
  }

  .itemList .price {
    white-space: nowrap;
    text-align: right;
  }

  .attention_box {
    width: 90%;
    margin: 5%;
  }
}

/* ////////// PC ////////// */

@media screen and (min-width: 767px) {
  #lineUp .inner_box {
    /* max-width: 840px; */
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
  }

  #lineUp .txt_box {
    font-size: 1.5rem;
  }

  .cf {
    width: 100%;
  }

  /* .itemList {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    } */

  .item_category {
    /* width: 48%; */
    /* width: 70%;
        margin-left: auto;
        margin-right: auto;
    */
    margin-bottom: 60px;
  }

  .itemList dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .itemList dt {
    width: 70%;
    font-size: 1.6rem;
  }

  .itemList dd {
    width: 30%;
  }

  .itemList .price {
    text-align: right;
    font-size: 1.6rem;
  }

  .andmore p {
    display: block;
    float: right;
    font-size: 1.8rem;
    margin-top: 1em;
  }

  .subscript {
    font-size: 1.7rem;
    clear: both;
  }
}

/*====================================================
     #inq_area
====================================================*/
#inq_area {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  /* border: #666 thin solid; */
  border: #533320 thin solid;
  padding: 30px 30px;
  /* background: #eee; */
}

#inq_area h3 {
  font-size: 26px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: solid 1px #533320;
  color: #533320;
}

#inq_area p {
  line-height: 1.8;
  margin: 30px 0;
}

#inq_area p.notice {
  border-top: solid 1px #9b0032;
  border-bottom: solid 1px #9b0032;
  padding: 1.6em 0;
  text-align: center;
  color: #9b0032;
  font-size: 1.4rem;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #inq_area {
    margin-top: 20px;
  }

  #inq_area .inner_box {
    padding: 5% 0;
  }

  #inq_area p {
    font-size: 1.5rem;
  }

  #inq_area h3 {
    margin-top: -20px;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #inq_area p {
    font-size: 1.8rem;
    text-align: center;
  }
}

/*-----------------------------------
	#rsv .inq
-----------------------------------*/
ul#rsv {
  margin: 30px 0;
  font-weight: bold;
  text-align: center;
}

ul#rsv li.rsv_btn a {
  padding: 1em;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: block;
  color: #fff;
  background: #c8373c;
  max-width: 800px;
  margin: auto;
  line-height: 1.3;
}

ul li.tel {
  margin: 0.5em 0;
  display: inline-block;
}

ul li.tel a {
  background: none;
  display: inline-block;
}

ul#rsv li.inq_att {
  font-size: 1.2rem;
  text-align: right;
  font-weight: lighter;
}

ul li.inq a {
  padding: 0.5em 1em;
  font-size: 1.6rem;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  /* background: #8b0814; */
  background: #c8373c;
  margin-bottom: 40px;
  display: block;
}

ul#rsv li.rsv_btn a:hover,
ul li.inq a:hover {
  color: #fff;
  background: #c8373c;
  text-decoration: none;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
  ul#rsv {
    font-size: 2rem;
  }

  ul#rsv li {
    font-size: 2rem;
  }

  ul#rsv .rsv_btn {
    margin-bottom: 30px;
  }
}

/* ////////// pc ////////// */

@media print, screen and (min-width: 769px) {

  /* pc end */
  ul#rsv {
    font-size: 2.4rem;
  }

  ul li.inq a {
    width: 500px;
    margin-left: 130px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul#rsv {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*====================================================
	#event_detail
=====================================================*/

#event_detail {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

#event_detail .txt_box {
  text-align: center;
}

#event_detail .txt_box ul {
  text-align: left;
  font-family: Arial, Helvetica, "sans-serif";
}

#event_detail .txt_box ul li {
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
  z-index: 10;
}

#event_detail .txt_box span.mark {
  text-align: center;
  line-height: 1.8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #c8373c;
  color: #fff;
  font-weight: bold;
}

#event_detail ul li .attention {
  font-size: 0.7em;
}

#event_detail ul li .li_br {
  display: block;
}

#event_detail ul li .u_line {
  background: linear-gradient(transparent 50%, #fdd5ff 10%);
  border-bottom: solid 3px #fff;
  padding: 0 0.2em;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
  #event_detail .txt_box ul.detail li {
    font-size: 1.7rem;
    font-weight: normal;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #event_detail .txt_box ul.detail li:nth-child(2) {
    text-align: left;
    font-size: 1.5rem;
  }

  #event_detail .txt_box span.mark {
    display: block;
    width: 108%;
    margin-left: -4%;
    margin-bottom: 5px;
  }

  #event_detail a.tel:hover {
    text-decoration: none;
    color: #40210f;
  }
}

/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
  #event_detail .txt_box {}

  #event_detail .txt_box ul.detail li {
    font-size: 2.4rem;
    font-weight: normal;
  }

  #event_detail .txt_box span.mark {
    display: inline-block;
    width: 120px;
    margin-right: 10px;
    font-size: 0.8em;
    vertical-align: 1px;
  }

  #event_detail ul li .li_br {
    margin-left: 130px;
    font-weight: lighter;
  }

  #event_detail .map {
    margin-left: 130px;
  }

  #event_detail a.tel {
    cursor: default;
    pointer-events: none;
  }
}

/*====================================================
#sns_sharebox
=====================================================*/

#sns_sharebox {
  width: 100%;
  height: auto;
  text-align: right;
  margin: 40px auto 120px;
  padding: 0;
}

#sns_sharebox li {
  padding: 0.5em 0;
  text-align: center;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  border-radius: 0.3em;
  display: inline;
  float: left;
}

#sns_sharebox a {
  color: #fff;
  padding: 0 1em 0 1em;
  display: block;
}

#sns_sharebox li:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#sns_sharebox a:hover {
  text-decoration: none;
}

#sns_sharebox #fb_share {
  background: #3b5998;
}

#sns_sharebox #tweet {
  color: #fff;
  /* background: #55acee; */
  background: #000;
}

#sns_sharebox #line {
  background: #1dcd00;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
  #sns_sharebox {
    width: 96%;
    font-size: 1.3rem;
  }

  #sns_sharebox li {
    width: 32%;
    margin-right: 2%;
  }

  #sns_sharebox li:last-child {
    margin-right: 0;
  }

  /* mobile end */
}

/* ////////// pc ////////// */

@media screen and (min-width: 769px) {
  #sns_sharebox {}

  #sns_sharebox li {
    width: 32%;
    margin-right: 2%;
  }

  #sns_sharebox li:last-child {
    margin-right: 0;
  }

  /* pc end */
}

/*----------------------------------------------------
    OTHER
----------------------------------------------------*/

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
  .noneMOB {
    display: none;
  }
}

#list {
  padding-top: 20px;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.none {
  display: none;
}

.small {
  font-size: 0.85em;
}

.xsmall {
  margin-top: 0.4em;
  font-size: 1.4rem;
  line-height: 1.3;
}

.strong {
  font-size: 1.4em;
  font-weight: bold;
}

a.btn {
  display: inline-block;
  padding: 0.2em 0.6em;
  background: #777;
  color: #fff;
  font-size: 0.9em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

a.btn:hover {
  background: #aaa;
  text-decoration: none;
}

sub {
  font-size: 0.7em;
  line-height: 1.2;
}

.inb {
  display: inline-block;
}

.arrow_icon {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  /*微調整*/
}

.arrow_icon:before {
  content: "";
  width: 5px;
  /*任意の幅に*/
  height: 5px;
  /*任意の高さに*/
  border: 0px;
  border-top: solid 3px #fff;
  /*任意の線幅＆フォントカラーと同色に*/
  border-right: solid 3px #fff;
  /*任意の線幅＆フォントカラーと同色に*/
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -15px;
  /*微調整*/
  margin-top: -4px;
  /*微調整*/
}

.markerline {
  background: -prefix-linear-gradient(transparent 50%,
      #faff7f 70%,
      transparent);
  background: linear-gradient(transparent 50%, #faff7f 70%, transparent);
  padding: 0 0.3em;
  margin: 0 0.2em;
}

/*=============================
	advance_notice
===============================*/

.advance_notice {
  min-height: 50vh;
  font-size: 1.4rem;
  text-align: center;
  background: #fff;
  padding: 10em 0 5em;
}

.advance_notice p {
  margin-bottom: 1em;
}