/**
 * _mixin 2.14.5
 * Released on: December 8, 2021
 */
/**
 * Fonts
 */
.smooth {
  max-width: 1100px;
  margin: 70px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .smooth {
    margin: 70px auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .smooth {
    margin: 16.9082125604vw auto 0;
    padding: 0 4.8309178744vw;
  }
}
.smooth__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}
.smooth__list > * {
  width: calc((100% - 40px) / 3);
  margin-top: 20px !important;
}
.smooth__list > *:nth-of-type(n) {
  margin-left: 0 !important;
}
.smooth__list > *:not(:nth-of-type(3n + 1)) {
  margin-left: 20px !important;
}
@media screen and (max-width: 900px) {
  .smooth__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
  }
  .smooth__list > * {
    width: calc((100% - 20px) / 2);
    margin-top: 20px !important;
  }
  .smooth__list > *:nth-of-type(n) {
    margin-left: 0 !important;
  }
  .smooth__list > *:not(:nth-of-type(2n + 1)) {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .smooth__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4.8309178744vw;
  }
  .smooth__list > * {
    width: calc((100% - 4.8309178744vw) / 2);
    margin-top: 4.8309178744vw !important;
  }
  .smooth__list > *:nth-of-type(n) {
    margin-left: 0 !important;
  }
  .smooth__list > *:not(:nth-of-type(2n + 1)) {
    margin-left: 4.8309178744vw !important;
  }
}

.discount {
  width: calc(100% - 20px);
  max-width: 1060px;
  margin: 60px auto 0;
  padding: 40px 0;
  border-top: 5px solid #432412;
  border-bottom: 5px solid #432412;
}
@media screen and (max-width: 900px) {
  .discount {
    margin: 60px auto 0;
    padding: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .discount {
    margin: 14.4927536232vw auto 0;
    padding: 9.6618357488vw 0;
  }
}
.discount p {
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .discount p {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .discount p {
    padding: 0 9.6618357488vw;
  }
}

.fee {
  padding: 60px 20px;
}
@media screen and (max-width: 1200px) {
  .fee {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 600px) {
  .fee {
    padding: 14.4927536232vw 4.8309178744vw;
  }
}
.fee + .fee {
  border-top: 1px solid #dbdedf;
}
.fee__ttl {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 26px;
  text-align: center;
  color: #3a2613;
}
@media screen and (max-width: 1200px) {
  .fee__ttl {
    font-size: 2.8rem;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 600px) {
  .fee__ttl {
    font-size: 6.7632850242vw;
    margin-bottom: 6.2801932367vw;
  }
}
.fee__cont {
  max-width: 1020px;
  margin: 0 auto;
}
.fee__cont__bubble {
  margin-top: 42px;
  padding-bottom: 23px;
}
@media screen and (max-width: 1200px) {
  .fee__cont__bubble {
    margin-top: 42px;
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 600px) {
  .fee__cont__bubble {
    margin-top: 10.1449275362vw;
    padding-bottom: 5.5555555556vw;
  }
}
.fee__cont__bubble span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  color: #000000;
  border-radius: 5px;
  background: #e6b932;
}
@media screen and (max-width: 1200px) {
  .fee__cont__bubble span {
    font-size: 2rem;
    padding: 20px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 600px) {
  .fee__cont__bubble span {
    font-size: 4.8309178744vw;
    padding: 4.8309178744vw;
    border-radius: 1.2077294686vw;
  }
}
.fee__cont__bubble span:after {
  bottom: -23px;
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 13.5px 0 13.5px;
  border-color: #e6b932 transparent transparent transparent;
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
}
@media screen and (max-width: 1200px) {
  .fee__cont__bubble span:after {
    bottom: -23px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 13.5px 0 13.5px;
    border-color: #e6b932 transparent transparent transparent;
  }
}
@media screen and (max-width: 600px) {
  .fee__cont__bubble span:after {
    bottom: -5.3140096618vw;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5555555556vw 3.2608695652vw 0 3.2608695652vw;
    border-color: #e6b932 transparent transparent transparent;
  }
}
.fee__cont__img {
  margin-top: 42px;
}
@media screen and (max-width: 1200px) {
  .fee__cont__img {
    margin-top: 42px;
  }
}
@media screen and (max-width: 600px) {
  .fee__cont__img {
    margin-top: 10.1449275362vw;
  }
}
.fee__cont__table {
  width: 100%;
  margin-top: 42px;
  border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
  .fee__cont__table {
    margin-top: 42px;
  }
}
@media screen and (max-width: 600px) {
  .fee__cont__table {
    margin-top: 10.1449275362vw;
  }
}
.fee__cont__table th,
.fee__cont__table td {
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .fee__cont__table th,
  .fee__cont__table td {
    font-size: 1.6rem;
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  .fee__cont__table th,
  .fee__cont__table td {
    font-size: 3.8647342995vw;
    padding: 2.4154589372vw;
  }
}
.fee__cont__table th {
  color: #fff;
  background: #e6b932;
}
.fee__cont__table th + th {
  border-left: 1px solid #fff;
}
.fee__cont__table td {
  border: 1px solid #e0e0e0;
}
.fee__cont__txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .fee__cont__txt {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .fee__cont__txt {
    font-size: 3.8647342995vw;
    margin-top: 4.8309178744vw;
  }
}
.fee__cont__txt a {
  text-decoration: underline;
  color: #e6b932;
}
.fee__cont__txt a:hover {
  text-decoration: none;
}
.fee#event {
  background: #fbfbfb;
}

.abouts {
  padding: 60px 20px 80px;
  background: #f9f9f9;
}
@media screen and (max-width: 1200px) {
  .abouts {
    padding: 60px 20px 80px;
  }
}
@media screen and (max-width: 600px) {
  .abouts {
    padding: 14.4927536232vw 4.8309178744vw 19.3236714976vw;
  }
}
.abouts__cont {
  max-width: 1020px;
  margin: 0 auto;
}
.abouts__cont + .abouts__cont {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .abouts__cont + .abouts__cont {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .abouts__cont + .abouts__cont {
    margin-top: 12.077294686vw;
  }
}
.abouts__cont__ttl {
  font-size: 2.2rem;
  line-height: 1.1363636364;
  padding-left: 17px;
  color: #3a2613;
  border-left: 5px solid #3a2613;
}
@media screen and (max-width: 1200px) {
  .abouts__cont__ttl {
    font-size: 2.2rem;
    padding-left: 17px;
    border-left: 5px solid #3a2613;
  }
}
@media screen and (max-width: 600px) {
  .abouts__cont__ttl {
    font-size: 5.3140096618vw;
    padding-left: 4.1062801932vw;
    border-left: 1.2077294686vw solid #3a2613;
  }
}
.abouts__cont__txt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .abouts__cont__txt {
    font-size: 1.6rem;
    margin-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .abouts__cont__txt {
    font-size: 3.8647342995vw;
    margin-top: 5.7971014493vw;
  }
}
.abouts__cont__table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
  .abouts__cont__table {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .abouts__cont__table {
    margin-top: 4.8309178744vw;
  }
}
.abouts__cont__table th,
.abouts__cont__table td {
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .abouts__cont__table th,
  .abouts__cont__table td {
    font-size: 1.6rem;
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  .abouts__cont__table th,
  .abouts__cont__table td {
    font-size: 3.8647342995vw;
    padding: 2.4154589372vw;
  }
}
.abouts__cont__table th {
  color: #fff;
  background: #e6b932;
}
.abouts__cont__table th + th {
  border-left: 1px solid #fff;
}
.abouts__cont__table td {
  border: 1px solid #e0e0e0;
  background: #fff;
}

.estimate {
  margin: 60px auto 0;
}
@media screen and (max-width: 1200px) {
  .estimate {
    margin: 60px auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .estimate {
    margin: 14.4927536232vw auto 0;
    padding: 0 4.8309178744vw;
  }
}
.estimate__btn {
  max-width: 500px;
  margin: 0 auto;
}
.estimate__btn a {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 80px;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #fb1b12;
}
@media screen and (max-width: 1200px) {
  .estimate__btn a {
    font-size: 2.4rem;
    line-height: 80px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 600px) {
  .estimate__btn a {
    font-size: 5.7971014493vw;
    line-height: 19.3236714976vw;
    border-radius: 1.2077294686vw;
  }
}
.estimate__btn a:after {
  position: absolute;
  right: 20px;
  bottom: 50%;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  transition: all 0.3s;
  transform: translate(0, 50%) rotate(-45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 1200px) {
  .estimate__btn a:after {
    right: 20px;
    width: 14px;
    height: 14px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}
@media screen and (max-width: 600px) {
  .estimate__btn a:after {
    right: 4.8309178744vw;
    width: 3.3816425121vw;
    height: 3.3816425121vw;
    border-right: 0.7246376812vw solid #fff;
    border-bottom: 0.7246376812vw solid #fff;
  }
}
.estimate__btn a:hover:after {
  right: 15px;
}
@media screen and (max-width: 600px) {
  .estimate__btn a:hover:after {
    right: 3.6231884058vw;
  }
}

.coordination {
  max-width: 1220px;
  margin: 60px auto 0;
  padding: 0 20px 100px;
}
@media screen and (max-width: 900px) {
  .coordination {
    margin: 60px auto 0;
    padding: 0 20px 100px;
  }
}
@media screen and (max-width: 600px) {
  .coordination {
    margin: 14.4927536232vw auto 0;
    padding: 0 4.8309178744vw 24.154589372vw;
  }
}
.coordination__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
}
.coordination__list > * {
  width: calc((100% - 80px) / 3);
  margin-top: 40px !important;
}
.coordination__list > *:nth-of-type(n) {
  margin-left: 0 !important;
}
.coordination__list > *:not(:nth-of-type(3n + 1)) {
  margin-left: 40px !important;
}
@media screen and (max-width: 900px) {
  .coordination__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
  }
  .coordination__list > * {
    width: calc((100% - 40px) / 2);
    margin-top: 40px !important;
  }
  .coordination__list > *:nth-of-type(n) {
    margin-left: 0 !important;
  }
  .coordination__list > *:not(:nth-of-type(2n + 1)) {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  .coordination__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4.8309178744vw;
  }
  .coordination__list > * {
    width: calc((100% - 4.8309178744vw) / 2);
    margin-top: 4.8309178744vw !important;
  }
  .coordination__list > *:nth-of-type(n) {
    margin-left: 0 !important;
  }
  .coordination__list > *:not(:nth-of-type(2n + 1)) {
    margin-left: 4.8309178744vw !important;
  }
}
.coordination__list li {
  position: relative;
  transition: all 0.3s;
  background: center no-repeat;
  background-size: cover;
}
.coordination__list li:after {
  display: block;
  width: 100%;
  padding-top: 60.3825136612%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
.coordination__list li:hover {
  opacity: 0.7;
}
.coordination__list li a {
  font-size: 2.6rem;
  font-weight: bold;
  z-index: 1;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 2px 0 4px #2f3030;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
@media screen and (max-width: 900px) {
  .coordination__list li a {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .coordination__list li a {
    font-size: 6.2801932367vw;
  }
}
.coordination__list .coordination__list__item01 {
  background-image: url(../img/index/coordination__list__img--01--pc@2x.jpg);
}
.coordination__list .coordination__list__item02 {
  background-image: url(../img/index/coordination__list__img--02--pc@2x.jpg);
}
.coordination__list .coordination__list__item03 {
  background-image: url(../img/index/coordination__list__img--03--pc@2x.jpg);
}
.coordination__list .coordination__list__item04 {
  background-image: url(../img/index/coordination__list__img--04--pc@2x.jpg);
}
.coordination__list .coordination__list__item05 {
  background-image: url(../img/index/coordination__list__img--05--pc@2x.jpg);
}
.coordination__list .coordination__list__item06 {
  background-image: url(../img/index/coordination__list__img--06--pc@2x.jpg);
}