@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 追記分
=======================*/
#wind .contents .tax_container + .category_outer {
  margin-top: 70px;
}
#wind .all_inside > ul {
  margin-top: 40px;
}
#wind .all_inside > ul > li {
  margin-bottom: 60px;
}
#wind .all_inside > ul > li > dl > dt {
  font-size: 20px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  background: #c8373c;
  color: #fff;
  padding: 6px 14px;
}
#wind .all_inside > ul li:nth-of-type(1) dl dd {
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #wind .all_inside > ul li:nth-of-type(1) dl dd {
    font-size: 18px;
  }
}
#wind .all_inside > ul li:nth-of-type(2) dd.w_item-list {
  width: 90%;
  margin: 0 auto;
}
#wind .all_inside > ul li:nth-of-type(2) dd.w_item-list ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  #wind .all_inside > ul li:nth-of-type(2) dd.w_item-list ul {
    flex-direction: column;
  }
}
#wind .all_inside > ul li:nth-of-type(2) dd.w_item-list ul li {
  padding: 40px;
}
#wind .all_inside > ul li:nth-of-type(2) dd.w_item-list ul li dl dt {
  font-size: 18px;
  font-weight: 600;
}
#wind .all_inside > ul li:nth-of-type(2) dd.w_item-list ul li dl dd span:nth-of-type(1) {
  font-size: 16px;
}
#wind .all_inside > ul li:nth-of-type(2) dd.w_item-list ul li dl dd span:nth-of-type(1) s {
  color: #000;
}
#wind .all_inside > ul li:nth-of-type(2) dd.w_item-list ul li dl dd span:nth-of-type(2) {
  font-weight: 600;
  display: block;
  text-align: right;
  font-size: 20px;
  color: #c00;
}
#wind .all_inside > ul li:nth-of-type(2) dd.w_item-list ul li dl dd span:nth-of-type(2):before {
  content: "⇒ ";
}
#wind .all_inside > ul li:nth-of-type(2) dd.w_item-list p:nth-of-type(2) {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
#wind .all_inside > ul li:nth-of-type(2) p {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #wind .all_inside > ul li:nth-of-type(2) p {
    font-size: 16px;
  }
}
#wind .all_inside > ul li:nth-of-type(2) p a {
  display: block;
  width: 280px;
  margin: 20px auto;
  background: #c8373c;
}
#wind .all_inside > ul li:nth-of-type(3) .w_map dl {
  margin-bottom: 20px;
  text-align: center;
}
#wind .all_inside > ul li:nth-of-type(3) .w_map dl dt {
  font-size: 22px;
}
@media screen and (max-width: 999px) {
  #wind .all_inside > ul li:nth-of-type(3) .w_map dl dt {
    font-size: 16px;
  }
}
#wind .all_inside > ul li:nth-of-type(3) .w_map dl dd {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  #wind .all_inside > ul li:nth-of-type(3) .w_map dl dd {
    font-size: 14px;
  }
}
#wind .all_inside > ul li:nth-of-type(3) .w_map figure {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #wind .all_inside > ul li:nth-of-type(3) .w_map figure {
    width: 80%;
  }
}
#wind .all_inside > ul li:nth-of-type(3) .w_map figure iframe {
  display: block;
  margin: 0 auto;
}
#wind .all_inside > ul li:nth-of-type(3) a:has(span) {
  background: #c8373c;
}
#wind .all_inside > ul li:nth-of-type(3) a:has(span) span {
  color: #fff;
  padding: 10px 20px;
}/*# sourceMappingURL=wind.css.map */