@charset "UTF-8";
/*====================================================
	overwrite 
====================================================*/
.tax_container {
  font-size: 1.1rem;
  color: #000;
  width: 98%;
  max-width: 1260px;
  margin: auto;
  text-align: right;
}

.common .tax_container {
  padding-top: 1em;
}

/*==================================
 // note anchor and button
====================================*/
a {
  color: #4474a0;
  transition: 0.2s linear;
  /* -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear; */
}

a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.link a,
.link_s a {
  color: #fff;
  background: #c8373c;
  position: relative;
}

.link a {
  width: 60%;
  margin: auto auto 3em;
  padding: 1.5em 2em;
  text-align: center;
  /* font-size: 1.6rem; */
  display: block;
  /* background: #9d4747; */
  background: #c8373c;
  border-radius: 3px;
  /* box-shadow: 0 3px 0 0 #de9e9e; */
}

.link a::before,
.link_s a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-bottom: 1px;
  background: url(../img/arrow-white.svg) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}

.link_s a {
  margin: auto auto 3em;
  /* padding: 3px 30px; */
  padding: 1px 30px;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 3px;
  box-shadow: 0 3px 0 0 #de9e9e;
}

a img.arrow {
  width: 7px;
  height: 10px;
  margin-right: 3px;
  vertical-align: middle;
}

a.red {
  color: #a20000;
}

a.red:hover {
  color: #f46060;
}

a.line {
  text-decoration: underline;
}

@media print, screen and (max-width: 768px) {
  a img.arrow {
    width: 7px;
    vertical-align: middle;
    margin-bottom: 0.25em;
  }
  .link a {
    width: 70%;
  }
}
/*============================
 font
============================*/
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

.wf-sawarabigothic {
  font-family: "Sawarabi Gothic";
}

.wf-noto-serif {
  font-family: "Noto Serif JP", serif;
}

.red2 {
  color: #f00;
}

.red3 {
  /*    color: #cc0000;*/
  color: #e24747;
}

.key_red {
  color: #c8373c;
}

.gray {
  color: #999;
}

.black {
  color: #000;
}

.pink {
  color: #ff4f6c;
}

.pink2 {
  color: #e52d8a;
}

.pink3 {
  color: #e3007f;
}

/*=================================
 arrow
===================================*/
.arrow_right {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.arrow_right.arrow_red {
  border-left: 7px solid #990017;
}

.arrow_right.arrow_white {
  border-left: 7px solid #fff;
}

/*==========================
// note article
============================*/
article {
  font-size: 1.4rem;
  margin: auto;
  position: relative;
}

article img {
  width: 100%;
}

/* article h2,
article h3,
article h4,
article h5,
article h6,
article p,
article ul,
article dl {
  margin-bottom: 1em;
}

article li,
article dd {
  margin-bottom: 0.25em;
} */
/*==================================
 // note layout 
====================================*/
.flexbox {
  display: flex;
  justify-content: space-between;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.flexbox.around {
  justify-content: space-around;
}

/*==================================
 // note parts
====================================*/
/*
.icon {
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 10px 4px;
    font-size: 1.3rem;
    color: #fff;
    background: #000;
    display: inline-block;
    vertical-align: middle;
}
*/
/*====================================================
 // note overwrite
====================================================*/
.contents {
  margin-bottom: 3em;
  padding-bottom: 45px;
  background: #666;
  background: linear-gradient(to right, #1d0300 0, #79301d 70%, #1d0300 100%);
}

.top .contents {
  /*    padding: 70px 0;*/
  padding: 70px 0;
}

.link.to-koganeitop a {
  width: 50%;
  margin: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 16px;
}

#piano_all dl.spec .model {
  display: block !important;
}

.tax-container {
  width: 98%;
  max-width: 1260px;
  margin: auto auto 30px;
  font-size: 1.3rem;
}

.tax-container li {
  margin-bottom: 0.25em;
}

p.tax {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .contents {
    padding: 0 0 5px;
  }
  p.tax {
    width: 98%;
    margin: auto;
    padding-bottom: 3px;
    font-size: 10px !important;
  }
  .top .contents {
    padding: 15px 0;
  }
  .link.to-koganeitop {
    margin-bottom: 3em;
  }
  .link.to-koganeitop a {
    width: 70%;
    margin: auto;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-radius: 3px;
  }
  .tax-container {
    width: 90%;
  }
}
/*========================
 // note common
===========================*/
.red_03 {
  color: #ff4833;
}

@media screen and (min-width: 769px) {
  .ml_05 {
    margin-left: 0.5em;
  }
}
@media print, screen and (max-width: 768px) {
  .break_mob {
    display: block;
  }
}
/*=======================
	// id #all_notice
=========================*/
#sub_reserve {
  font-size: 1.6rem;
  padding: 15px 0 15px;
  text-align: center;
}

#sub_reserve .inside {
  width: 95%;
  margin: auto;
  padding: 30px 0 0;
  background: url(../img/bg_reserve_common.svg) no-repeat top center;
}

#sub_reserve .inside2 {
  padding: 0 0 30px;
  background: url(../img/bg_reserve_common2.svg) no-repeat bottom center;
}

#sub_reserve h4 {
  width: 90%;
  margin: auto auto 0.5em;
  padding-bottom: 0.25em;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: normal;
  color: #d5b78d;
  border-bottom: #d5b78d 1px solid;
}

#sub_reserve ul.link {
  margin-bottom: 0;
}

#sub_reserve ul.link a {
  width: 30%;
  margin-bottom: 0;
  padding: 5px 0;
  display: inline-block;
}

#sub_reserve .tel {
  padding-top: 10px;
  display: block;
}

@media print, screen and (max-width: 768px) {
  #sub_reserve {
    font-size: 1.4rem;
  }
  #sub_reserve .inside {
    padding: 15px 0 0;
  }
  #sub_reserve h4 {
    font-size: 2.4rem;
  }
  #sub_reserve .inside2 {
    padding-left: 5%;
    padding-right: 5%;
  }
  #sub_reserve ul.link a {
    width: 80%;
  }
  #sub_reserve .tel_link a {
    color: #000;
  }
}
/*=======================
	// id #all_notice
=========================*/
#sub_sentei {
  width: 90%;
  margin: auto;
  padding: 15px 0 30px;
  text-align: center;
  font-size: 1.6rem;
}

#sub_sentei h5 {
  width: 90%;
  margin: auto auto 20px;
  padding: 0 0 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  color: #fb4b4b;
  border-bottom: #fb4b4b thin solid;
  position: relative;
}

#sub_sentei h5 span {
  font-size: 1.8rem;
  color: #555;
  display: inline-block;
}

#sub_sentei .artist li {
  display: inline-block;
}

#sub_sentei .artist li::after {
  content: "／";
  /*スラッシュ全角*/
  margin-right: 5px;
  margin-left: 5px;
}

#sub_sentei .artist li:last-child::after {
  content: none;
  margin: 0;
}

#sub_sentei ul.link a {
  margin-bottom: 0;
  padding: 10px 0;
}

@media print, screen and (max-width: 768px) {
  #sub_sentei {
    padding: 30px 0 30px;
    font-size: 1.4rem;
  }
  #sub_sentei h5 {
    font-size: 2.6rem;
  }
  #sub_sentei h5 span {
    font-size: 1.6rem;
  }
}
/*=======================
	// id #all_notice
=========================*/
#all_notice .inside {
  text-align: center;
  padding: 3em 2.5%;
  background: url(../img/bg_all_notice_pc.png) 0 0 no-repeat;
  background-size: contain;
}

#all_notice p {
  font-size: 1.6rem;
}

@media print, screen and (max-width: 768px) {
  #all_notice p {
    font-size: 1.4rem;
  }
  #all_notice .inside {
    background: url(../img/bg_all_notice_mob.png) center center no-repeat;
    background-size: contain;
  }
}
/*=======================
	// class .item_list
=========================*/
@media print, screen and (max-width: 768px) {
  .item_list {
    margin-bottom: 3em;
  }
}
/*=======================
	// class .series_box.sale .red-price
=========================*/
.series_box.sale .red-price {
  color: #f00;
}

/* // class ////// .sale_notice ////// */
.sale_notice {
  width: 80%;
  margin: auto auto 30px;
  padding: 30px 0 15px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  background: url(../img/item/icon/icon_tokka.svg) no-repeat 3% 50%;
  background-size: 100px;
  border: #ffa1a1 1px solid;
  border-left: none;
  border-right: none;
  position: relative;
}

.sale_notice small {
  padding-top: 10px;
  line-height: 1.6;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .sale_notice {
    background: url(../img/item/icon/icon_tokka.png) no-repeat 3% 50%;
    background-size: 100px;
  }
  /* IE11 */
}
.sale_notice .icon_tokka_mob {
  display: none;
}

.sale_notice p small {
  font-size: 1.4rem;
}

.series_box.sale dl.spec {
  margin-bottom: 5px;
}

.sale_notice .break_1024 {
  display: none;
}

@media screen and (max-width: 1280px) {
  .sale_notice {
    width: 90%;
    background: url(../img/item/icon/icon_tokka.svg) no-repeat 0% 50%;
    background-size: 100px;
  }
}
@media print, screen and (max-width: 1024px) {
  .sale_notice {
    width: 95%;
  }
  .sale_notice .break_1024 {
    display: block;
  }
}
@media print, screen and (max-width: 900px) {
  .sale_notice {
    background: none;
  }
  .sale_notice .icon_tokka_mob {
    width: 100px;
    display: block;
    position: absolute;
    top: -15px;
    left: -30px;
    z-index: 10;
  }
}
@media print, screen and (max-width: 768px) {
  .sale_notice {
    font-size: 1.5rem;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .sale_notice .icon_tokka_mob {
    width: 70px;
    display: block;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 10;
  }
  .sale_notice .break_1024 {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .sale_notice .icon_tokka_mob {
    width: 60px;
    display: block;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 10;
  }
}
/*=======================
	// note item speciality decoration
=========================*/
dd.speciality_2 span {
  font-size: 1.4rem;
  font-weight: bold;
  /*    color: #ff4949;*/
}

/*=======================
	// id #ep
=========================*/
#ep .item-lineup {
  padding-top: 0;
}

#ep .series_box {
  margin-bottom: 0;
}

/*
#ep .ribbon4 {
    margin-bottom: 0;
}

@media print,
screen and (max-width: 768px) {
    #ep h3 {
        width: 95% !important;
        padding: .5em 0;
    }

}


*/
/*=======================
	// id .campaign
=========================*/
#campaign.category_outer {
  padding: 20px 0;
}

#campaign .category {
  /*    width: 100%;*/
  box-shadow: none;
}

.campaign {
  /*    padding: 2.35%;*/
  width: 90%;
  padding: 2.35% 5% 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  /*    align-items: center;*/
}

.campaign figure {
  width: 23%;
  max-width: 240px;
  /*
      width: 28%;
      max-width: 318px;
  */
}

.campaign .txtbox {
  width: 76%;
  /*    width: 69%;*/
}

.campaign h5 {
  font-size: 2.8rem;
  /*    border-bottom: #017cc2 2px solid;*/
  border-bottom: #ccc 1px solid;
  margin-bottom: 0.5em;
}

.campaign h5 {
  line-height: 1.4;
}

.campaign h5 .heading {
  font-size: 1.8rem;
  /*    color: #ff8000;*/
  color: #efa625;
}

.campaign p {
  margin-bottom: 1em;
}

@media print, screen and (max-width: 768px) {
  .campaign {
    padding: 2em 0;
    display: block;
  }
  .campaign p {
    margin-bottom: 1em;
  }
  .campaign figure {
    width: 50%;
    margin: auto auto 1em;
  }
  .campaign .txtbox {
    width: 85%;
    margin: auto;
  }
  .campaign h5 {
    font-size: 2rem;
  }
  .campaign h5 .heading {
    font-size: 1.5rem;
    line-height: 1.4;
    display: inline-block;
  }
}
#more.campaign {
  margin-bottom: 30px;
  flex-direction: row-reverse;
}

/*====================================================
	// id #tour 
====================================================*/
#tour_outer h4 {
  padding: 30px 0 30px;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  background: #a548a3;
  position: relative;
}

#tour_outer h4 .icon {
  font-size: 1.8rem;
  display: block;
  position: absolute;
  top: -15px;
  left: 45px;
  z-index: 1;
  width: 140px;
  height: 140px;
}

#tour_outer h4 .title2 {
  display: block;
}

#tour.campaign {
  align-items: center;
  padding-bottom: 30px;
}

#tour .lead {
  font-size: 1.6rem !important;
}

#tour .catch {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 15px;
  /* color: #efa625; */
}

#tour .catch small {
  font-size: 1.4rem;
}

@media print, screen and (max-width: 900px) {
  #tour_outer h4 {
    font-size: 2rem;
  }
  #tour_outer h4 .icon {
    font-size: 1.8rem;
    display: block;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 1;
    width: 80px;
    height: 80px;
  }
  #tour_outer h4 .title1 {
    font-size: 1.6rem;
    display: block;
  }
  #tour_outer h4 .title2 {
    font-size: 2.6rem;
    display: block;
  }
}
/*====================================================
	// id #contents 
====================================================*/
.contents-lv-02 {
  padding: 0 0;
}

.category-outer {
  margin: auto auto 3em;
}

.etc_area .category {
  padding-top: 3em;
}

.category {
  max-width: 1260px;
  margin: auto auto 3em;
  background: #fff;
  overflow: hidden;
  position: relative;
}

h3.cat_title {
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 46px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: normal;
  text-align: center;
  color: #5d2a1f;
  background: #f6eada;
}

.series_box {
  width: 95%;
  margin: auto auto 60px;
  /* border:#f00 thin solid; */
}

.series_box h4 {
  width: 90%;
  margin: auto auto 30px;
  padding: 10px 0 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  color: #844c25;
  border-bottom: #844c25 thin solid;
  border-top: #844c25 thin solid;
}

.series_box h4 span {
  font-size: 1.8rem;
  display: block;
}

.series_box .lead {
  margin-bottom: 45px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  text-align: center;
}

.series_box .lead_mini {
  margin-bottom: 45px;
  text-align: center;
}

.category_outer {
  width: 95%;
  margin: auto auto 3em;
  /* padding-bottom: 60px; */
  max-width: 1260px;
  background: #fff;
}

.extrabox {
  margin: auto auto 3em;
  padding-bottom: 3em;
  background: #fff;
  position: relative;
  box-shadow: 0 0.1em 0.3em 0 #467e0c;
}

.cat_lead {
  width: 90%;
  margin: auto;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.section_title {
  padding-top: 2em;
  text-align: center;
}

.section_title h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #f00;
  margin-bottom: 0.5em;
}

.section_title p {
  font-size: 1.6rem;
}

.link_lineup li {
  text-align: right;
}

.link_lineup a {
  color: #fff;
  padding: 0.25em 2em;
  background: #009151;
  border-radius: 2em;
}

.link_lineup a:hover {
  color: #fff;
}

.page_title {
  margin-bottom: 30px;
  padding-top: 130px;
  height: 130px;
  background: #fff;
  color: #d48e05;
}

.contents h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #d5b78d;
  text-align: center;
  /*    font-size: 4.6em;*/
  font-size: 6rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .category {
    margin: auto auto 3em;
  }
}
@media print, screen and (max-width: 768px) {
  .contents {
    padding: 1.75em 0 1.75em;
  }
  .category_outer {
    width: 92%;
    padding-bottom: 0;
  }
  h3.cat_title {
    font-size: 2.4rem;
  }
  .page_title {
    height: auto;
  }
  .page_title h1 {
    font-size: 4.4rem;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  .section_title {
    padding-top: 0;
    text-align: center;
  }
  .section_title h3 {
    font-size: 2rem;
    padding: 0;
    margin-bottom: 0;
  }
  .section_title p {
    font-size: 1.5rem;
  }
  .link_lineup a {
    display: inline-block;
    margin-right: 0.5em;
    border-radius: 1em;
    padding: 0.25em 1em;
  }
  .link_lineup a span {
    display: block;
  }
  .series_box {
    width: 100%;
    margin: auto auto 60px;
    /* border:#f00 thin solid; */
  }
  .series_box .lead {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .page_title {
    /*        padding: 6em 0 0;*/
    padding: 5em 0 0;
  }
}
@media screen and (max-width: 414px) {
  .page_title {
    /*        padding: 2em 0 1em;*/
  }
}
@media screen and (max-width: 320px) {
  h2.cat_title {
    font-size: 2rem;
  }
  .page_title h1 {
    font-size: 3.6rem;
  }
  h3.cat_title {
    font-size: 2.4rem;
  }
}
/*=======================
	#banner
=========================*/
.read_more {
  display: none;
}

@media print, screen and (max-width: 900px) {
  .read_more {
    margin-top: 10px;
    display: block;
  }
  .read_more li {
    padding: 2px 15px 0px;
    font-size: 1.3rem;
    color: #c8373c;
    border: #c8373c 1px solid;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
  }
  .mobHidetxt {
    margin-bottom: 0;
    display: none;
  }
}
/*=====================
	// 202511 追記分
=======================*/
.to-sr-top {
  display: none;
}

.page_title {
  padding-top: 230px;
}
@media screen and (max-width: 768px) {
  .page_title {
    padding-top: 130px;
  }
}

.contents .page_title + .category_outer {
  margin-top: 100px;
}

#slide_nav {
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
}
#slide_nav.hidden {
  opacity: 0;
}

/*====================================================
	#map_wrap
====================================================*/
#map_wrap_outer {
  font-size: 1.4rem;
  margin-bottom: 2em;
  padding-top: 2em;
  background: #fff;
}

#map_wrap {
  width: 98%;
  max-width: 1260px;
  margin: auto;
  background: #fff;
}

#map_wrap h4 {
  /*    color: #d22a83;*/
  color: #c8373c;
  font-size: 2.8rem;
  text-align: center;
  /*    border-bottom: #d22a83 2px solid;*/
  border-bottom: #c8373c 2px solid;
}

.map_lv_02 {
  padding: 1em 2.5%;
}

.map_lv_03 {
  width: 100%;
  margin-bottom: 2em;
  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 dl {
  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-radius: 0.2em;
  border: #ccc 1px solid;
  border-left: #c8373c 3px solid;
  display: inline-block;
}

#map_wrap dt .time {
  display: block;
  padding-top: 0.75em;
}

#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: #9d4753; */
  background: #c8373c;
  border-radius: 3px;
  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 a {
  color: #fff;
  /* background: #9d4753; */
  background: #c8373c;
  padding: 0.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: 0;
    background: #fff;
  }
  #map_wrap h4 {
    font-size: 2rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.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: 0.25em;
    display: inline-block;
  }
  #map_wrap dt .time {
    display: block;
    padding-top: 0;
  }
  #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;
  }
}
/*=====================
	// 202511 追記分
=======================*/
.contents .tax_container .tax {
  color: #fff;
}
.contents .page_title {
  background: none;
}
.contents .page_title + .category_outer {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .contents .page_title + .category_outer {
    margin-top: 0;
  }
}

.advance_notice {
  width: 80%;
  max-width: 500px;
  margin: 140px auto 20px;
}
@media screen and (max-width: 999px) {
  .advance_notice {
    margin-top: 80px;
  }
}
.advance_notice .head {
  width: 80%;
  margin: 0 auto 20px;
  text-align: center;
}
.advance_notice .notice {
  text-align: center;
}

#elc dl.spec dt {
  font-size: 1.6rem !important;
}
#elc dl.spec dd.price .red-price {
  font-size: 1.8rem !important;
  color: #b00 !important;
}

#tothetop {
  position: fixed;
  bottom: 30px;
  right: 35px;
  z-index: 9;
}
#tothetop a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  border: 1px solid #252525;
  background-color: #fff;
}
#tothetop a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 11px;
  top: 25px;
  left: 29px;
  transform-origin: top;
  transform: rotate(50deg);
  background-color: #252525;
}
#tothetop a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 11px;
  top: 25px;
  left: 28px;
  transform-origin: top;
  transform: rotate(-50deg);
  background-color: #252525;
}

#used_setplan {
  width: 100%;
}
@media screen and (max-width: 999px) {
  #used_setplan {
    width: 100%;
  }
}
#used_setplan .event-row .txtbox {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #used_setplan .event-row .txtbox {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #used_setplan figure .icon {
    left: -40% !important;
    width: 80px !important;
  }
}
@media screen and (max-width: 999px) {
  #used_setplan ul {
    margin-left: 0 !important;
  }
}/*# sourceMappingURL=common.css.map */