@charset "UTF-8";
/*====================
	overwrite
=========================*/
#bouon .contents {
  padding-top: 150px;
}

.mv {
  text-align: center;
}

.mv .icon {
  max-width: 400px;
  margin: auto auto 30px;
  display: block;
}

.mv .scene {
  max-width: 600px;
  margin: auto auto 30px;
  display: block;
}

.first_catch {
  font-size: 2.2rem;
  text-align: center;
}

.taiken {
  font-size: 1.8rem;
  text-align: center;
}

.taiken .icon_head {
  margin-bottom: 10px;
}

.taiken .icon_head span {
  color: #fff;
  background-color: #c8373c;
  padding: 0 30px;
}

.taiken .inq {
  font-size: 2rem;
  font-weight: bold;
}

.taiken .inq dt {
  font-size: 2.4rem;
}

@media print, screen and (max-width: 768px) {
  .first_catch {
    font-size: 1.6rem;
    text-align: center;
  }
  .taiken {
    font-size: 1.5rem;
    text-align: center;
  }
  .taiken .inq {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .taiken .inq dt {
    font-size: 2rem;
  }
}
/*====================
	#bouon 
=========================*/
/* #bouon .contents {
    padding-top: 130px;
} */
#bouon .all_inside {
  width: 90%;
  margin: auto auto auto;
  padding-top: 60px;
  font-size: 1.4rem;
}

.fair_title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}

.fair_title h4 {
  font-size: 5rem;
  font-weight: bold;
  color: #c8373c;
  margin-bottom: 30px;
  padding: 15px 0;
  line-height: 1.3;
  border: #c8373c thin solid;
  border-left: none;
  border-right: none;
}

.fair_title h4 em {
  display: inline-block;
  vertical-align: middle;
}

.fair_title h4 .span2 {
  font-size: 4.4rem;
  display: block;
}

.fair_title h4 .free {
  font-size: 3rem;
  width: 100px;
  height: 100px;
  color: #fff;
  background: #c8373c;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.fair_title h4 .free .inside {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lead.first {
  margin-bottom: 30px;
  line-height: 1.5;
}

.lead.first p {
  font-size: 2.4rem;
  text-align: center;
}

/*///////////////////////////*/
@media print, screen and (max-width: 768px) {
  .fair_title h4 .free .inside {
    width: inherit;
    height: inherit;
  }
  .lead.first p {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media print, screen and (max-width: 640px) {
  .fair_title h4 {
    font-size: 3rem;
  }
  .fair_title h4 .span2 {
    font-size: 2rem;
    display: block;
  }
  .fair_title h4 .free {
    font-size: 2rem;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
  }
}
/*====================
	#bouon .about
=========================*/
#about {
  width: 80%;
  margin: auto auto 60px;
  font-size: 1.6rem;
  border-radius: 15px;
  position: relative;
}

#about .br1 {
  display: none;
}

#about .flexbox {
  align-items: center;
  /* border: #f00 thin solid; */
}

#about .detail {
  width: 60%;
  /* border: #f00 thin solid; */
}

#about .present {
  width: 38%;
  /* border: #f00 thin solid; */
}

#about .detail_list dt span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #c8373c;
  border-radius: 5px;
  margin-bottom: 3px;
  padding: 2px 20px 0;
  display: inline-block;
}

#about .detail_list dd {
  font-size: 2rem;
  margin-bottom: 15px;
}

#about .detail_list dd .date {
  font-size: 2.2rem;
}

#about .detail_list dd .day {
  font-size: 1.6rem;
}

#about .detail_list dd small {
  font-size: 1.4rem;
}

#about .detail_list dd small a {
  color: #c8373c;
  background: #fdf0f1;
  padding: 0 30px;
}

#about .detail_list dd small a img {
  width: 6px;
  height: auto;
  vertical-align: middle;
}

#about .detail li {
  font-weight: bold;
}

#about .detail li::before {
  content: "●";
  /*まる*/
  color: #c8373c;
  font-size: 1rem;
  margin-right: 5px;
  vertical-align: center;
}

#about .detail dl.inq {
  font-weight: bold;
}

@media print, screen and (max-width: 1280px) {
  #about {
    width: 95%;
  }
}
@media print, screen and (max-width: 1080px) {
  #about .br1 {
    display: block;
  }
}
@media print, screen and (max-width: 900px) {
  /* #about .br1 {
        display: none;
    } */
  #about .flexbox {
    display: block;
  }
  #about .detail {
    width: auto;
    /* border: #f00 thin solid; */
  }
  #about .present {
    width: 90%;
    max-width: 646px;
    margin-left: auto;
    margin-right: auto;
    /* border: #f00 thin solid; */
  }
}
@media print, screen and (max-width: 768px) {
  #about .detail_list dt span {
    font-size: 1.4rem;
  }
  #about .detail_list dd {
    font-size: 1.6rem;
  }
}
/*====================
	// note #bouon .title
=========================*/
#bouon .title.flexbox {
  width: 90%;
  margin: auto auto 30px;
  margin-bottom: 30px;
  align-items: center;
  /* border:#ddd thin solid; */
}

#bouon .title figure.mob {
  display: none;
}

#bouon .title figure.pc {
  display: block;
}

#bouon .title .txtbox {
  width: 55%;
}

/*
#bouon .title .info {
    padding: 3px 30px;
    color: #fff;
    background: #0055b1;
    display: inline-block;
}
*/
#bouon .title .info {
  font-weight: bold;
  padding: 0 30px;
  display: inline-block;
  background: #5d2a1f;
  color: #fff;
}

#bouon .title figure {
  width: 40%;
}

#bouon .title .crown {
  margin-bottom: 1em;
  padding: 0.1em 3em;
  background: #000;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}

#bouon .title h3 {
  margin-bottom: 0.5em;
  font-size: 3rem;
  color: #5d2a1f;
  border-bottom: #ddd thin solid;
}

#bouon .title h3 .break {
  color: #e60816;
  display: block;
}

#bouon .title time {
  font-size: 4rem;
  font-family: "Playfair Display", serif;
}

/* // note title 900px */
@media print, screen and (max-width: 1023px) {
  #bouon .title {
    padding-bottom: 30px;
    display: block;
  }
  #bouon .title figure.mob {
    padding-bottom: 0;
    display: block;
  }
  #bouon .title figure.pc {
    display: none;
  }
  #bouon .title .txtbox {
    width: 100%;
  }
  #bouon .title .crown {
    display: block;
    text-align: center;
  }
  #bouon .title h3 {
    text-align: center;
  }
  #bouon .title figure {
    width: 100%;
    max-width: 510px;
    margin: 30px auto;
    padding-bottom: 30px;
  }
  .date_container .reserve {
    width: auto;
  }
}
@media print, screen and (max-width: 768px) {
  #bouon .title h3 {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  #bouon .title figure {
    width: 80%;
    max-width: 510px;
    margin: auto;
  }
  #bouon .title figure.mob {
    padding-bottom: 15px;
  }
  #bouon .title .info {
    display: block;
    width: auto;
    padding: 3px 10px;
    text-align: center;
  }
}
/*====================
	// class .item
=========================*/
#item_container {
  width: 95%;
  margin: auto auto 120px;
  /* border: #f00 thin solid; */
}

#item_container .display_item h4 {
  font-size: 3rem;
  font-weight: normal;
  color: #c8373c;
  margin-bottom: 30px;
  padding: 10px 0;
  text-align: center;
  border-top: #c8373c 2px solid;
  border-bottom: #c8373c 2px solid;
}

#item_container .half .item {
  width: 48%;
}

/* ////  item 見出し start //// */
.demo {
  width: 500px;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 3.6rem;
  color: #c8373c;
}

.heading {
  margin: 10px 0;
}

.demo3 .heading {
  color: #c8373c;
  text-align: center;
  overflow: hidden;
}

.demo3 .heading span {
  display: inline-block;
  position: relative;
}

.demo3 .heading span:before,
.demo3 .heading span:after {
  content: "";
  border-bottom: 1px solid #c8373c;
  width: 200px;
  margin: 0 15px;
  position: absolute;
  bottom: 30px;
}

.demo3 .heading span:before {
  right: 100%;
}

.demo3 .heading span:after {
  left: 100%;
}

@media print, screen and (max-width: 768px) {
  .demo {
    width: 100%;
    font-size: 2.2rem;
  }
  .demo3 .heading span:before,
  .demo3 .heading span:after {
    content: "";
    border-bottom: 1px solid #c8373c;
    width: 100%;
    margin: 0 15px;
    position: absolute;
    bottom: 50%;
  }
}
/* ////  item 見出し end //// */
#bouon .item .txtbox {
  padding-top: 2em;
}

#bouon .item .txtbox h4.catch {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 5px;
  padding: 2px 15px 0;
  background: #fff;
  color: #9d4753;
  display: inline-block;
  border: #9d4753 thin solid;
  border-radius: 2em;
}

#bouon .item .txtbox .item_lead {
  margin-bottom: 2em;
}

#bouon .item .txtbox dt {
  font-size: 1.8rem;
  font-weight: bold;
}

#bouon .item .txtbox dd.copy {
  font-size: 1.4rem;
}

#bouon .item .txtbox dd .price {
  color: #c00;
  font-size: 1.8rem;
  font-weight: bold;
}

#bouon .item figure img {
  width: 68%;
  max-width: 346px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  /* border:#f00 thin solid; */
}

#bouon .item .tax {
  font-size: 1.4rem;
  color: #000;
  font-weight: normal;
}

#loan {
  padding: 15px;
  background: #fbf6e5;
  display: inline-block;
}

#loan p {
  margin-bottom: 0;
}

@media print, screen and (max-width: 900px) {
  #item_container {
    width: 100%;
  }
  #item_container .fair_title h4 {
    padding-top: 50px;
  }
  #item_container .half.flexbox {
    display: block;
  }
  #item_container .half .item {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 0 !important;
  }
  #item_container .half .inside {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  #item_container .half figure {
    width: 25%;
  }
  #item_container .half figure img {
    width: 100%;
    max-width: 100%;
  }
  #item_container .half .txtbox {
    width: 70%;
  }
  /*
     #bouon .item {
         width: 100%;
     }
  */
}
@media print, screen and (max-width: 768px) {
  #item_container .fair_title {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  #item_container .fair_title h4 {
    font-size: 3rem;
  }
  #item_container .lead p {
    text-align: left;
  }
  #bouon .item {
    margin-bottom: 30px;
    padding-top: 0 !important;
    border-bottom: #ddd thin solid;
    /**/
    display: block;
  }
  #bouon .item .inside {
    padding-bottom: 0em;
    display: block;
  }
  #bouon .item .txtbox {
    width: 100%;
  }
  #bouon .item .txtbox dl {
    margin-bottom: 10px;
  }
  #bouon .item .txtbox dt {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #bouon .item .txtbox dd {
    font-size: 1.6rem;
  }
  #bouon .item .txtbox dd.copy {
    font-size: 1.3rem;
  }
  #bouon .item figure {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .item .delivery {
    display: block;
    font-size: 1.4rem;
  }
  #bouon .item .txtbox s {
    font-size: 1.4rem;
  }
  #bouon .item .txtbox .proper {
    display: block;
  }
}
/*==============================
	// #info_plaza
================================ */
#info_plaza {
  padding-bottom: 60px;
}

#info_plaza .lead {
  font-size: 1.6rem;
}

#info_plaza h5 {
  margin-bottom: 0;
  font-size: 1.8rem;
  color: #c8373c;
}

#info_plaza .web a {
  font-size: 1.4rem;
  color: #fff;
  background: #c8373c;
  padding: 2px 20px;
  border-radius: 2px;
}

#info_plaza .web a img {
  width: 6px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

@media print, screen and (max-width: 900px) {
  #info_plaza .web a {
    font-size: 1.4rem;
    color: #fff;
    background: #c8373c;
    padding: 5px 20px;
    border-radius: 2px;
    display: block;
    text-align: center;
  }
}
/*==============================
	// note #bouon address
================================ */
#bouon address {
  width: 90%;
  margin: auto auto 90px;
  padding: 30px;
  font-style: normal;
  text-align: center;
  border: #aaa thin solid;
}

#bouon address h5 {
  font-size: 3rem;
  color: #5d2a1f;
  margin-bottom: 0;
}

#bouon address ul {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

#bouon address li.tel {
  font-size: 2.4rem;
  font-weight: bold;
}

#bouon address ul.web li {
  display: inline-block;
  vertical-align: middle;
}

#bouon address ul.web li:first-child {
  margin-right: 0.5em;
}

#bouon address ul.web li a {
  color: #3399cc;
  text-decoration: underline;
}

#bouon address ul.web .used {
  /* background: #9d4753; */
  background: #c8373c;
  color: #fff;
  border-radius: 2em;
  padding: 0.25em 1.5em;
  font-size: 1.3rem;
}

@media print, screen and (max-width: 768px) {
  #bouon address {
    width: 90%;
    margin: auto auto 30px;
    padding: 30px 5%;
    font-style: normal;
    text-align: center;
    border: #aaa thin solid;
  }
  #bouon address h5 {
    font-size: 2.4rem;
  }
  #bouon address li.tel {
    font-size: 2rem;
  }
  #bouon address ul.web .used {
    font-size: 1.4rem;
    display: block;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 320px) {
  #bouon address ul {
    font-size: 1.4rem;
  }
}
/*==============================
	// backup
================================ */
/*無料*/
/* .fair_title h4 em::before {
    content: '\7121\6599';
    width: 120px;
    height: 120px;
    font-size: 3.6rem;
    line-height: 1.3;
    color: #fff;
    background-color: #c8373c;
    margin-right: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -140px;
    top: -45px;

} */
/*=====================
	// 202511 追記分
=======================*/
#bouon .contents {
  padding-top: 0;
}
#bouon .all_inside P:first-child {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
#bouon h4 {
  display: block;
  position: relative;
}
@media screen and (max-width: 999px) {
  #bouon h4 {
    font-size: 24px;
  }
}
#bouon h4 .fr_body, #bouon h4 .fr_body:before, #bouon h4 .fr_body:after, #bouon h4 .fr_inner {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
}
#bouon h4 .fr_outer, #bouon h4 .fr_body, #bouon h4 .fr_body:before, #bouon h4 .fr_body:after {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
}
#bouon h4 .fr_outer {
  display: block;
  position: absolute;
  top: -20px;
  left: 88px;
}
#bouon h4 .fr_outer .fr_body .fr_inner {
  font-size: 32px;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  text-align: center;
  z-index: 999;
  line-height: 100px;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
#bouon h4 .fr_outer, #bouon h4 .fr_body, #bouon h4 .fr_body:before, #bouon h4 .fr_body:after, #bouon h4 .fr_inner {
  border-radius: 3px;
  background-color: #ffeb3b;
  width: 100px;
  height: 100px;
}
#bouon h4 .bouon-free {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  background: #ffeb3b;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: absolute;
  top: -24px;
  left: 80px;
}
@media screen and (max-width: 999px) {
  #bouon h4 .bouon-free {
    top: -4px;
    left: -10px;
    width: 70px;
    height: 70px;
    font-size: 22px;
  }
}
#bouon .present_b {
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  position: relative;
  font-weight: 600;
  padding: 8px 22px;
  box-shadow: 0px -5px #ff1717, 0px 5px #ff1717;
  border-top: 3px solid #e7c780;
  border-bottom: 3px solid #e7c780;
  background-color: #ff1717;
  color: #fff;
}
#bouon .present_b::before, #bouon .present_b::after {
  position: absolute;
  top: -5px;
  width: 0px;
  height: 0px;
  border-color: transparent #fff;
  border-style: solid;
  content: "";
}
#bouon .present_b::before {
  left: 0;
  border-width: 26px 0px 26px 10px;
}
#bouon .present_b::after {
  right: 0;
  border-width: 26px 10px 26px 0px;
}
#bouon .present_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 17%;
  width: 160px;
  height: 120px;
  margin: 30px auto;
  background: #ffb52f;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 999px) {
  #bouon .present_box {
    width: 120px;
    right: 8%;
    top: 340px;
  }
}
#bouon .present_box p {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  #bouon .present_box p {
    font-size: 14px;
  }
}
#bouon .present_box .ribbon {
  position: absolute;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
#bouon .present_box .ribbon:before, #bouon .present_box .ribbon:after {
  content: "";
  position: absolute;
  background: #b71c1c;
  width: 20px;
  height: 20px;
  z-index: -1;
}
#bouon .present_box span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 130px;
  height: 16px;
  background: #f44336;
  color: #fff;
  font-size: 16px;
}
#bouon .present_box .ribbon_LT {
  top: -3px;
  left: -3px;
}
#bouon .present_box .ribbon_LT span {
  top: 20px;
  left: -44px;
  transform: rotate(-45deg);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}
#bouon .present_box .ribbon_LT:before {
  bottom: 0;
  left: 0;
}
#bouon .present_box .ribbon_LT:after {
  top: 0;
  right: 0;
}
#bouon .present_box .ribbon_RB {
  bottom: -3px;
  right: -3px;
}
#bouon .present_box .ribbon_RB span {
  bottom: 27px;
  right: -48px;
  transform: rotate(-45deg);
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.35);
}
#bouon .present_box .ribbon_RB:before {
  bottom: 0;
  left: 0;
}
#bouon .present_box .ribbon_RB:after {
  top: 0;
  right: 0;
}
#bouon .lead .info {
  width: 50%;
  margin: 20px auto 20px;
}
@media screen and (max-width: 999px) {
  #bouon .lead .info {
    width: 90%;
    margin: 0 atuo;
  }
}
#bouon .lead .info ul li {
  margin-bottom: 30px;
}
#bouon .lead .info ul li dl {
  font-size: 20px;
}
#bouon .lead .info ul li dl dt {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  background: #c8373c;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
#bouon .lead .info ul li:nth-child(3) > dl > dd:nth-child(2) > span {
  font-size: 18px;
}
#bouon .lead .taiken a {
  background: #c8373c;
}
#bouon .lead .taiken a span {
  color: #fff;
  padding: 10px 20px;
}
#bouon #item_container {
  margin-top: 20px;
}
#bouon #item_container .demo + P {
  font-size: 22px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  position: relative;
  font-weight: 400;
  padding: 8px 22px;
}
#bouon #item_container .demo + P::before, #bouon #item_container .demo + P::after {
  position: absolute;
  top: 0.8rem;
  height: 30px;
  content: "";
}
#bouon #item_container .demo + P::before {
  border-left: solid 2px;
  left: 0;
  transform: rotate(-30deg);
}
#bouon #item_container .demo + P::after {
  border-right: solid 2px;
  right: 0;
  transform: rotate(30deg);
}

#info_plaza ul.web {
  margin-top: 10px;
}
#info_plaza ul.web a {
  padding: 8px 20px;
}/*# sourceMappingURL=bouon.css.map */