@charset "UTF-8";
.main {
  background-image: url(/common/images/main_pc.jpg?20240613);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 740px;
  border-radius: 0 0 0 292px;
  margin-bottom: 80px;
  padding-top: 150px;
  position: relative;
}
@media (max-width: 960px) {
  .main {
    padding-top: 60px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .main {
    background-image: url(/common/images/main_sp.jpg?20240613);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 578px;
    border-radius: 0;
    padding-top: 55px;
    position: relative;
    margin-bottom: 210px;
  }
}
.main .main-wrapper {
  margin-bottom: 140px;
  margin-left: 8.5%;
  width: 45%;
  max-width: 857px;
}
@media (max-width: 1280px) {
  .main .main-wrapper {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .main .main-wrapper {
    margin: 0 auto;
    padding: 0 5%;
    width: 100%;
  }
}
.main .main-wrapper .main-text {
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .main .main-wrapper .main-text {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .main .main-wrapper .main-text {
    justify-content: center;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .main .main-wrapper .main-text p {
    text-align: center;
  }
}
.main .main-wrapper .main-text-top {
  color: #DB3C4C;
  font-size: 32px;
  font-family: "游明朝", YuMincho, serif;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .main .main-wrapper .main-text-top {
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .main .main-wrapper .main-text-top {
    font-size: 42px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 678px) {
  .main .main-wrapper .main-text-top {
    font-size: 25px;
  }
}
.main .main-wrapper .main-text-top br {
  display: none;
}
@media screen and (max-width: 1280px) {
  .main .main-wrapper .main-text-top br {
    display: block;
  }
}
.main .main-wrapper .main-text-bottom {
  font-size: 16px;
  text-align: center;
}
.main .main-wrapper .main-text-bottom br {
  display: none;
}
@media screen and (max-width: 1280px) {
  .main .main-wrapper .main-text-bottom br {
    display: block;
  }
}
.main .main-wrapper .main-fare-wrapper {
  position: relative;
  max-width: 630px;
}
@media (max-width: 768px) {
  .main .main-wrapper .main-fare-wrapper {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: -188px;
    left: 0;
    padding: 0 28px;
  }
}
.main .main-wrapper .main-fare-wrapper .main-fare {
  margin: 0 auto;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .main .main-wrapper .main-fare-wrapper .main-fare {
    margin-bottom: 20px;
  }
}
.main .main-wrapper .main-fare-wrapper .main-fare img {
  position: absolute;
  width: 260px;
  top: -142px;
  left: -123px;
}
@media (max-width: 1280px) {
  .main .main-wrapper .main-fare-wrapper .main-fare img {
    width: 200px;
    top: -100px;
    left: -95px;
  }
}
@media (max-width: 960px) {
  .main .main-wrapper .main-fare-wrapper .main-fare img {
    width: 150px;
    top: -82px;
    left: -68px;
  }
}
@media (max-width: 768px) {
  .main .main-wrapper .main-fare-wrapper .main-fare img {
    width: 120px;
    top: -82px;
    left: -12px;
  }
}
.main .main-wrapper .main-fare-wrapper .main-fare .text-area {
  background-color: #F3C72C;
  color: white;
  font-size: 24px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .main .main-wrapper .main-fare-wrapper .main-fare .text-area {
    font-size: 14px;
    padding: 5px 0;
  }
}
.main .main-wrapper .main-fare-wrapper .main-fare .text-price {
  background-color: white;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .main .main-wrapper .main-fare-wrapper .main-fare .text-price {
    padding: 20px 0;
  }
}
.main .main-wrapper .main-fare-wrapper .main-fare .text-price p {
  color: #DB3C4C;
  font-weight: 600;
}
.main .main-wrapper .main-fare-wrapper .main-fare .text-price .main-fare-num {
  font-size: 74px;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .main .main-wrapper .main-fare-wrapper .main-fare .text-price .main-fare-num {
    line-height: 2.2rem;
    font-size: 45px;
  }
}
.main .main-wrapper .main-fare-wrapper .main-fare .text-price .main-fare-total {
  font-size: 40px;
}
@media (max-width: 768px) {
  .main .main-wrapper .main-fare-wrapper .main-fare .text-price .main-fare-total {
    font-size: 27px;
  }
}
.main .main-wrapper .main-fare-wrapper .main-fare .text-price .tax {
  font-size: 40px;
  line-height: 0.5rem;
}
@media (max-width: 768px) {
  .main .main-wrapper .main-fare-wrapper .main-fare .text-price .tax {
    font-size: 25px;
  }
}
.main .main-wrapper .main-fare-wrapper .main-fare .text-price span {
  font-size: 15px;
  width: 45px;
}
@media (max-width: 768px) {
  .main .main-wrapper .main-fare-wrapper .main-fare .text-price span {
    font-size: 10px;
    width: 30px;
  }
}
.main .main-wrapper .main-fare-wrapper .main-precoution-sp {
  display: none;
}
@media (max-width: 768px) {
  .main .main-wrapper .main-fare-wrapper .main-precoution-sp {
    display: block;
    margin-bottom: 25px;
  }
}
.main .main-wrapper .main-fare-wrapper .main-precoution-sp p {
  text-align: center;
  font-size: 12px;
}
.main .main-wrapper .main-fare-wrapper .toplan {
  position: absolute;
  right: -4%;
  bottom: -13%;
  border-radius: 10px;
  max-width: 294px;
  width: 45%;
  height: 63px;
  display: flex;
  text-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .main .main-wrapper .main-fare-wrapper .toplan {
    position: static;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    max-width: none;
  }
}
.main .main-wrapper .main-fare-wrapper .toplan a {
  color: white;
  font-weight: 600;
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main .main-wrapper .main-fare-wrapper .toplan a {
    margin: 0 auto;
  }
}
.main .main-precoution-pc {
  position: absolute;
  bottom: -38px;
  right: 80px;
}
@media (max-width: 768px) {
  .main .main-precoution-pc {
    display: none;
  }
}

.main-bottom {
  background-image: url(/common/images/main_bottom_bk_pc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 54px;
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .main-bottom {
    background-image: url(/common/images/main_bottom_bk_sp.jpg);
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.main-bottom .main-bottom-wrapper {
  margin: 0 80px;
}
@media (max-width: 768px) {
  .main-bottom .main-bottom-wrapper {
    margin: 0 5%;
  }
}
.main-bottom .main-bottom-wrapper h3 {
  color: #F99641;
  font-family: serif;
  font-size: 32px;
  padding-top: 64px;
}
@media (max-width: 768px) {
  .main-bottom .main-bottom-wrapper h3 {
    padding-top: 25px;
    font-size: 20px;
  }
}
.main-bottom .main-bottom-wrapper h3 br {
  display: none;
}
@media (max-width: 768px) {
  .main-bottom .main-bottom-wrapper h3 br {
    display: block;
  }
}
.main-bottom .main-bottom-wrapper p {
  font-size: 16px;
  padding: 32px 0;
}
@media (max-width: 768px) {
  .main-bottom .main-bottom-wrapper p {
    font-size: 14px;
    padding: 15px 0;
  }
}
.main-bottom .main-bottom-wrapper p span {
  color: #F99641;
}
.main-bottom .main-bottom-wrapper .main-bottom-ask {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .main-bottom .main-bottom-wrapper .main-bottom-ask {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
}
.main-bottom .main-bottom-wrapper .main-bottom-ask .main-bottom-ask-list {
  background-color: #F99641;
  border-radius: 32px;
}
.main-bottom .main-bottom-wrapper .main-bottom-ask .main-bottom-ask-list p {
  color: white;
  padding: 19px 84px;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 1173px) {
  .main-bottom .main-bottom-wrapper .main-bottom-ask .main-bottom-ask-list p {
    padding: 19px 15px;
  }
}
@media (max-width: 768px) {
  .main-bottom .main-bottom-wrapper .main-bottom-ask .main-bottom-ask-list p {
    padding: 10px 25px;
    font-size: 14px;
  }
}

.fare {
  padding: 0 80px 40px;
}
@media (max-width: 768px) {
  .fare {
    padding: 0;
  }
}

.fare-wrapper {
  text-align: center;
  margin: 0 auto 80px;
  width: 100%;
  max-width: 1782px;
}
@media (max-width: 768px) {
  .fare-wrapper {
    padding: 0;
    margin: 0 auto 35px;
  }
}
.fare-wrapper .fare-tit {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .fare-wrapper .fare-tit {
    font-size: 14px;
    margin-bottom: -10px;
  }
}
.fare-wrapper h4 {
  font-size: 32px;
  font-family: serif;
  color: #F99641;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .fare-wrapper h4 {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.fare-wrapper h4 .big-nam {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .fare-wrapper h4 .big-nam {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 360px) and (max-width: 428px) {
  .fare-wrapper h4 .big-nam {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .fare-wrapper h4 .sp-none {
    display: none;
  }
}
.fare-wrapper table {
  margin: 0 auto 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .fare-wrapper table {
    margin: 0 auto 10px;
  }
}
@media (max-width: 768px) {
  .fare-wrapper table .fare-ta-bubble img {
    display: none;
  }
}
.fare-wrapper table .fare-ta-tit-wrapper th:nth-child(2) {
  background-color: #64C0B7;
}
.fare-wrapper table .fare-ta-tit-wrapper :nth-child(3) {
  background-color: #F3C72C;
}
.fare-wrapper table .fare-ta-tit-wrapper :nth-child(4) {
  background-color: #CF8DC6;
}
.fare-wrapper table .fare-ta-tit-wrapper th {
  padding: 20px;
}
@media (max-width: 960px) {
  .fare-wrapper table .fare-ta-tit-wrapper th {
    padding: 1vw;
  }
}
@media (max-width: 768px) {
  .fare-wrapper table .fare-ta-tit-wrapper th {
    padding: 2px;
  }
}
.fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-tit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-tit p {
  color: white;
  font-size: 24px;
  font-family: "游明朝", YuMincho, serif;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-tit p {
    padding-bottom: 1vw;
  }
}
@media (max-width: 768px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-tit p {
    font-size: 18px;
    padding: 0;
    height: 70px;
  }
}
@media screen and (min-width: 360px) and (max-width: 428px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-tit p {
    font-size: 12px;
    padding-bottom: 0px;
    height: 40px;
    line-height: 1rem;
  }
}
.fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-tit p br {
  display: none;
}
@media screen and (max-width: 1303px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-tit p br {
    display: inline;
  }
}
.fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
}
@media (max-width: 768px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper {
    height: 75px;
  }
}
@media screen and (min-width: 360px) and (max-width: 428px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper {
    height: 40px;
  }
}
.fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .fare-price-wrapper {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1303px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .fare-price-wrapper {
    margin: 0 1vw;
  }
}
@media (max-width: 960px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .fare-price-wrapper {
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .fare-price-wrapper {
    margin: 0px;
  }
}
.fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .fare-ta-price {
  color: #DB3C4C;
  font-size: 46px;
  width: auto;
}
@media screen and (max-width: 1303px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .fare-ta-price {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .fare-ta-price {
    font-size: 30px;
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 360px) and (max-width: 428px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .fare-ta-price {
    font-size: 16px;
  }
}
.fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .fare-ta-price-char {
  font-size: 26px;
  color: #DB3C4C;
  line-height: 1rem;
}
@media (max-width: 1280px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .fare-ta-price-char {
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 360px) and (max-width: 428px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .fare-ta-price-char {
    font-size: 12px;
    line-height: 1.4rem;
  }
}
.fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper span {
  font-size: 18px;
}
.fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .tax {
  color: #DB3C4C;
  background-color: transparent;
  font-size: 26px;
  position: relative;
}
@media (max-width: 768px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .tax {
    font-size: 15px;
    position: relative;
  }
}
.fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .tax span {
  font-size: 10px;
  position: absolute;
  top: 11px;
  left: -2px;
  width: 30px;
}
@media (max-width: 768px) {
  .fare-wrapper table .fare-ta-tit-wrapper th .fare-ta-price-wrapper .tax span {
    font-size: 7px;
    position: absolute;
    top: 9px;
    left: -7px;
    width: 30px;
  }
}
.fare-wrapper table .fare-ta-option-list:nth-child(odd) {
  background-color: #F0F0F0;
}
.fare-wrapper table .fare-ta-option-list:nth-child(even) {
  background-color: #FCFCFC;
}
.fare-wrapper table .bold-purple {
  color: #CF8DC6;
  font-size: 32px;
}
@media screen and (min-width: 360px) and (max-width: 428px) {
  .fare-wrapper table .bold-purple {
    font-size: 16px;
  }
}
.fare-wrapper table .bold-yellow {
  color: #F3C72C;
  font-size: 32px;
}
@media screen and (min-width: 360px) and (max-width: 428px) {
  .fare-wrapper table .bold-yellow {
    font-size: 16px;
  }
}
@media screen and (min-width: 360px) and (max-width: 428px) {
  .fare-wrapper table .fare-ta-option-list {
    font-size: 12px;
  }
}
.fare-wrapper table .fare-ta-option-list :nth-child(1) {
  background-color: #4B4F5E;
  color: white;
  font-weight: 600;
  width: 17%;
  height: 90px;
}
@media screen and (min-width: 360px) and (max-width: 428px) {
  .fare-wrapper table .fare-ta-option-list :nth-child(1) {
    font-size: 10px;
    height: 60px;
    width: auto;
  }
}
.fare-wrapper table .fare-ta-option-list :nth-child(1) br {
  display: none;
}
@media screen and (min-width: 360px) and (max-width: 428px) {
  .fare-wrapper table .fare-ta-option-list :nth-child(1) br {
    display: inline;
  }
}

@media (min-width: 769px) {
.fare-wrapper .fare-precoution {
  text-align: right;
  margin-bottom: 60px;
}

.scattered .caption_txt{
  text-align: right;
  margin-bottom: 60px;
  padding-right: 80px;
  font-size: 14px;
}
}

@media (max-width: 768px) {
  .fare-wrapper .fare-precoution{
  font-size: 0.8em;
  margin: 20px 20px 40px 20px;
}
}

.fare-precoution{
  font-size: 0.9em;
}

.fare-precoution a{
  text-decoration: underline;
}

.fare-precoution a:hover{
  text-decoration: none;
}

@media (max-width: 768px) {
  .fare-precoution{
    text-align: left;
  }
  
  .scattered .caption_txt{
    text-align: left;
    padding-left: 5%;
    font-size: 12px;
    margin-bottom: 30px;
    padding-right: 20px;  
  }
}


.fare-wrapper .fare-btn-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .fare-wrapper .fare-btn-wrapper {
    margin-bottom: 40px;
  }
}
.fare-wrapper .fare-btn-wrapper div {
  margin: 0 auto;
}
.fare-wrapper .fare-btn-wrapper a {
  color: white;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (min-width: 360px) and (max-width: 428px) {
  .fare-wrapper .fare-btn-wrapper a {
    font-size: 14px;
  }
}
.fare-wrapper .fare-btn-wrapper a::after {
  background-image: url(/common/images/fare_arrow_sp.png);
  background-repeat: no-repeat;
}
.fare-wrapper .fare-btn-wrapper div:nth-child(1) {
  width: 592px;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .fare-wrapper .fare-btn-wrapper div:nth-child(1) {
    width: 90%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.fare-wrapper .fare-btn-wrapper div:nth-child(2) {
  width: 592px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .fare-wrapper .fare-btn-wrapper div:nth-child(2) {
    width: 90%;
    padding: 0;
    margin-bottom: 0px;
  }
}
.fare-wrapper .howtopay img {
  display: block;
  width: 80％;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fare-wrapper .howtopay img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.plan {
  margin-bottom: 120px;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .plan {
    padding: 0 5%;
    margin-bottom: 40px;
  }
}
.plan .plan-wrapper {
  margin: 0 auto 80px;
  max-width: 1782px;
  border: 2px solid #64C0B7;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .plan .plan-wrapper {
    margin: 0 auto 30px;
  }
}
.plan .plan-wrapper:nth-child(2) {
  border: 2px solid #F3C72C;
}
.plan .plan-wrapper:nth-child(2) .plan-tit {
  background-color: #F3C72C;
}
.plan .plan-wrapper:nth-child(2) .plan-contents-wrapper .plan-discription-tit {
  color: #F3C72C;
}
.plan .plan-wrapper:nth-child(2) .plan-contents-wrapper .plan-discription-wrapper .plan-discription-right .plan-discription-service-wrapper p {
  border: 2px solid #F3C72C;
  color: #F3C72C;
}
.plan .plan-wrapper:nth-child(2) .plan-contents-wrapper .plan-flow-tit {
  border-bottom: 2px solid #F3C72C;
}
.plan .plan-wrapper:nth-child(2) .plan-contents-wrapper .plan-flow-tit::before {
  color: #F3C72C;
}
.plan .plan-wrapper:nth-child(2) .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper {
  border: 2px solid #F3C72C;
}
.plan .plan-wrapper:nth-child(2) .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-img p {
  background-color: #F3C72C;
}
.plan .plan-wrapper:nth-child(2) .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-text-wrapper .plan-flow-text-tit {
  color: #F3C72C;
}
.plan .plan-wrapper:nth-child(2) .plan-contents-wrapper .triangle {
  border-left: 37px solid #F3C72C;
}
@media screen and (max-width: 1380px) {
  .plan .plan-wrapper:nth-child(2) .plan-contents-wrapper .triangle {
    border-left: 29px solid #F3C72C;
  }
}
@media screen and (max-width: 1020px) {
  .plan .plan-wrapper:nth-child(2) .plan-contents-wrapper .triangle {
    border-left: 20px solid #F3C72C;
  }
}
.plan .plan-wrapper:nth-child(2) .plan-btn a {
  background-color: #F3C72C;
}
.plan .plan-wrapper:nth-child(3) {
  border: 2px solid #CF8DC6;
}
.plan .plan-wrapper:nth-child(3) .plan-tit {
  background-color: #CF8DC6;
}
.plan .plan-wrapper:nth-child(3) .plan-contents-wrapper .plan-discription-tit {
  color: #CF8DC6;
}
.plan .plan-wrapper:nth-child(3) .plan-contents-wrapper .plan-discription-wrapper .plan-discription-right .plan-discription-service-wrapper p {
  border: 2px solid #CF8DC6;
  color: #CF8DC6;
}
.plan .plan-wrapper:nth-child(3) .plan-contents-wrapper .plan-flow-tit {
  border-bottom: 2px solid #CF8DC6;
}
.plan .plan-wrapper:nth-child(3) .plan-contents-wrapper .plan-flow-tit::before {
  color: #CF8DC6;
}
.plan .plan-wrapper:nth-child(3) .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper {
  border: 2px solid #CF8DC6;
}
.plan .plan-wrapper:nth-child(3) .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-img p {
  background-color: #CF8DC6;
}
.plan .plan-wrapper:nth-child(3) .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-text-wrapper .plan-flow-text-tit {
  color: #CF8DC6;
}
.plan .plan-wrapper:nth-child(3) .plan-contents-wrapper .triangle {
  border-left: 37px solid #CF8DC6;
}
@media screen and (max-width: 1380px) {
  .plan .plan-wrapper:nth-child(3) .plan-contents-wrapper .triangle {
    border-left: 29px solid #CF8DC6;
  }
}
@media screen and (max-width: 1020px) {
  .plan .plan-wrapper:nth-child(3) .plan-contents-wrapper .triangle {
    border-left: 20px solid #CF8DC6;
  }
}
.plan .plan-wrapper:nth-child(3) .plan-btn a {
  background-color: #CF8DC6;
}
.plan .plan-wrapper:nth-child(4) {
  border: 2px solid #F15D6C;
  margin-bottom: 0px;
}
.plan .plan-wrapper:nth-child(4) .plan-tit {
  background-color: #F15D6C;
}
.plan .plan-wrapper:nth-child(4) .plan-contents-wrapper .plan-discription-tit {
  color: #F15D6C;
}
.plan .plan-wrapper:nth-child(4) .plan-contents-wrapper .plan-discription-wrapper .plan-discription-right .plan-discription-service-wrapper p {
  border: 2px solid #F15D6C;
  color: #F15D6C;
}
.plan .plan-wrapper:nth-child(4) .plan-contents-wrapper .plan-flow-tit {
  border-bottom: 2px solid #F15D6C;
}
.plan .plan-wrapper:nth-child(4) .plan-contents-wrapper .plan-flow-tit::before {
  color: #F15D6C;
}
.plan .plan-wrapper:nth-child(4) .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper {
  border: 2px solid #F15D6C;
}
.plan .plan-wrapper:nth-child(4) .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-img p {
  background-color: #F15D6C;
}
.plan .plan-wrapper:nth-child(4) .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-text-wrapper .plan-flow-text-tit {
  color: #F15D6C;
}
.plan .plan-wrapper:nth-child(4) .plan-contents-wrapper .triangle {
  border-left: 37px solid #F15D6C;
}
@media screen and (max-width: 1380px) {
  .plan .plan-wrapper:nth-child(4) .plan-contents-wrapper .triangle {
    border-left: 29px solid #F15D6C;
  }
}
@media screen and (max-width: 1020px) {
  .plan .plan-wrapper:nth-child(4) .plan-contents-wrapper .triangle {
    border-left: 20px solid #F15D6C;
  }
}
.plan .plan-wrapper:nth-child(4) .plan-btn {
  background-color: #F15D6C;
}
.plan .plan-wrapper .plan-tit {
  color: white;
  font-size: 32px;
  font-family: serif;
  width: 100;
  background-color: #64C0B7;
  text-align: center;
  padding: 34px 0;
  margin-bottom: 30px;
  line-height: normal;
  font-weight: 600;
}
@media screen and (max-width: 1380px) {
  .plan .plan-wrapper .plan-tit {
    font-size: 28px;
    padding: 24px 0;
  }
}
@media (max-width: 768px) {
  .plan .plan-wrapper .plan-tit {
    font-size: 25px;
    margin-bottom: 25px;
    padding: 15px 0;
  }
}
.plan .plan-wrapper .plan-contents-wrapper {
  margin: 0 10%;
  max-width: 1782px;
}
@media screen and (max-width: 1380px) {
  .plan .plan-wrapper .plan-contents-wrapper {
    margin: 0 5%;
  }
}
.plan .plan-wrapper .plan-contents-wrapper .plan-discription-tit {
  color: #64C0B7;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .plan .plan-wrapper .plan-contents-wrapper .plan-discription-tit {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum {
    display: none;
  }
}
.plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper {
  border: 2px solid #64C0B7;
  border-radius: 10px;
  background-color: white;
  width: 28%;
  height: 395px;
}
@media screen and (max-width: 1380px) {
  .plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper {
    width: 28%;
    height: 320px;
  }
}
@media screen and (max-width: 1020px) {
  .plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper {
    width: 28%;
  }
}
.plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-img {
  width: 100%;
  position: relative;
}
.plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-img p {
  color: white;
  font-weight: 600;
  font-size: 32px;
  background-color: #64C0B7;
  padding: 10px 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1380px) {
  .plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-img p {
    font-size: 28px;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 1020px) {
  .plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-img p {
    font-size: 20px;
    padding: 4px 8px;
  }
}
.plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #4B4F5E;
  height: 166px;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 1380px) {
  .plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-img img {
    height: 140px;
  }
}
@media screen and (max-width: 1020px) {
  .plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-img img {
    height: 100px;
  }
}
.plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-text-wrapper {
  margin: 0 30px;
  background-color: white;
}
@media screen and (max-width: 1380px) {
  .plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-text-wrapper {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1020px) {
  .plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-text-wrapper {
    margin: 0 10px;
  }
}
.plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-text-wrapper .plan-flow-text-tit {
  color: #64C0B7;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
  width: 100%;
}
.plan .plan-wrapper .plan-contents-wrapper .plan-flow-colum .plan-flow-wrapper .plan-flow-text-wrapper .plan-flow-text {
  width: 100%;
}
.plan .plan-wrapper .plan-contents-wrapper .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 37px solid #64C0B7;
  border-right: 0;
  margin: 0 20px;
}
@media screen and (max-width: 1380px) {
  .plan .plan-wrapper .plan-contents-wrapper .triangle {
    margin: 0 10px;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 29px solid #64C0B7;
  }
}
@media screen and (max-width: 1020px) {
  .plan .plan-wrapper .plan-contents-wrapper .triangle {
    margin: 0 8px;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 20px solid #64C0B7;
  }
}
.plan .plan-wrapper .plan-btn {
  display: flex;
  margin: 0 28px;
}
.plan .plan-wrapper .plan-btn a {
  background-color: #64C0B7;
  max-width: 600px;
  display: block;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .plan .plan-wrapper .plan-btn a {
    margin: 0 auto 30px;
  }
}
.plan .plan-wrapper .plan-precoution {
  position: absolute;
  bottom: -2rem;
  right: 0;
}
@media (max-width: 768px) {
  .plan .plan-wrapper .plan-precoution {
    font-size: 12px;
    bottom: -1.7rem;
  }
}

.plan-discription-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .plan-discription-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .plan-discription-wrapper {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0px;
  }
}
.plan-discription-wrapper .plan-disprction-left {
  text-align: left;
  width: 54.4%;
}
@media (max-width: 768px) {
  .plan-discription-wrapper .plan-disprction-left {
    width: 100%;
  }
}
.plan-discription-wrapper .plan-disprction-left .plan-discription-txt {
  width: 100%;
}
@media (max-width: 768px) {
  .plan-discription-wrapper .plan-disprction-left {
    margin-bottom: 15px;
  }
}
.plan-discription-wrapper .plan-discription-right {
  width: 40.4%;
}
@media (max-width: 768px) {
  .plan-discription-wrapper .plan-discription-right {
    width: 100%;
  }
}
.plan-discription-wrapper .plan-discription-right .plan-discription-price-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .plan-discription-wrapper .plan-discription-right .plan-discription-price-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .plan-discription-wrapper .plan-discription-right .plan-discription-price-wrapper {
    margin-bottom: 25px;
    margin-top: 10px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .plan-discription-wrapper .plan-discription-right .plan-discription-price-wrapper {
    align-items: flex-end;
  }
}
.plan-discription-wrapper .plan-discription-right .plan-discription-price-wrapper .plan-discription-price {
  color: #DB3C4C;
  font-size: 54px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: -30px;
}
@media screen and (max-width: 1380px) {
  .plan-discription-wrapper .plan-discription-right .plan-discription-price-wrapper .plan-discription-price {
    font-size: 48px;
    line-height: 1.6rem;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1020px) {
  .plan-discription-wrapper .plan-discription-right .plan-discription-price-wrapper .plan-discription-price {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .plan-discription-wrapper .plan-discription-right .plan-discription-price-wrapper .plan-discription-price {
    font-size: 36px;
    margin-bottom: 0;
  }
}
.plan-discription-wrapper .plan-discription-right .plan-discription-price-wrapper .plan-discription-price .en {
  font-size: 36px;
}
.plan-discription-wrapper .plan-discription-right .plan-discription-price-wrapper .tax {
  color: #DB3C4C;
  font-size: 25px;
  position: relative;
  font-weight: 600;
}
.plan-discription-wrapper .plan-discription-right .plan-discription-price-wrapper .tax span {
  font-size: 10px;
  position: absolute;
  top: 11px;
  left: 0;
  width: 30px;
}
.plan-discription-wrapper .plan-discription-right .plan-discription-service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .plan-discription-wrapper .plan-discription-right .plan-discription-service-wrapper {
    margin-bottom: 30px;
  }
}
.plan-discription-wrapper .plan-discription-right .plan-discription-service-wrapper p {
  border: 2px solid #64C0B7;
  border-radius: 8px;
  color: #64C0B7;
  font-weight: 600;
  text-align: center;
  padding: 7px 0;
  width: calc(33.3333333333% - 10px);
  margin-bottom: 5px;
}
@media screen and (max-width: 1380px) {
  .plan-discription-wrapper .plan-discription-right .plan-discription-service-wrapper p {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1020px) {
  .plan-discription-wrapper .plan-discription-right .plan-discription-service-wrapper p {
    padding: 5px 0;
  }
}
.plan-discription-wrapper .plan-discription-right .plan-discription-service-wrapper p:nth-child(2) {
  margin: 0 5px 5px;
}

.plan-flow-tit {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px solid #64C0B7;
  padding-bottom: 25px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1020px) {
  .plan-flow-tit {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .plan-flow-tit {
    display: none;
  }
}
.plan-flow-tit::before {
  content: "―";
  vertical-align: middle;
  padding-right: 25px;
  font-weight: 800;
  color: #64C0B7;
}

.reason {
  background-color: #F7F8F8;
  width: 100vw;
  display: flex;
  justify-content: center;
}
.reason .reason-wrapper {
  margin: 0 80px;
  max-width: 1782px;
  padding: 78px 0 120px;
}
@media (max-width: 768px) {
  .reason .reason-wrapper {
    margin: 0 5%;
    padding: 25px 0 20px;
  }
}
.reason .reason-wrapper .reason-tit {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.reason .reason-wrapper .reason-tit::before {
  content: url(/common/images/reason_leaf_left.png);
}
@media (max-width: 768px) {
  .reason .reason-wrapper .reason-tit::before {
    content: url(/common/images/reason_leaf_left_sp.png);
  }
}
.reason .reason-wrapper .reason-tit::after {
  content: url(/common/images/reason_leaf_right.png);
}
@media (max-width: 768px) {
  .reason .reason-wrapper .reason-tit::after {
    content: url(/common/images/reason_leaf_right_sp.png);
  }
}
.reason .reason-wrapper .reason-tit .reason-tit-wrapper {
  display: flex;
  align-items: center;
}
.reason .reason-wrapper .reason-tit .reason-tit-wrapper p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .reason .reason-wrapper .reason-tit .reason-tit-wrapper p {
    font-size: 14px;
  }
}
.reason .reason-wrapper .reason-tit .reason-tit-wrapper h3 {
  color: #F99641;
  font-size: 32px;
  font-family: serif;
  text-align: center;
}
@media (max-width: 768px) {
  .reason .reason-wrapper .reason-tit .reason-tit-wrapper h3 {
    font-size: 20px;
  }
}

.reason-contents {
  margin: 0 auto;
}
.reason-contents .reason-contents-bottom-row {
  display: flex;
}
@media (max-width: 768px) {
  .reason-contents .reason-contents-bottom-row {
    flex-direction: column;
  }
}
.reason-contents .reason-contents-bottom-row.row-bottom {
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .reason-contents .reason-contents-bottom-row.row-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .reason-contents .reason-contents-bottom-row.row-bottom {
    margin-bottom: 0;
  }
}
.reason-contents .reason-contents-bottom-row .reason-contents-row-wrapper {
  width: calc(50% - 30px);
  background-color: white;
  border-radius: 10px;
  padding: 40px 60px;
}
@media (max-width: 960px) {
  .reason-contents .reason-contents-bottom-row .reason-contents-row-wrapper {
    width: calc(50% - 15px);
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .reason-contents .reason-contents-bottom-row .reason-contents-row-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding: 5%;
  }
}
.reason-contents .reason-contents-bottom-row .reason-contents-row-wrapper.row-right {
  margin-right: 30px;
}
@media (max-width: 960px) {
  .reason-contents .reason-contents-bottom-row .reason-contents-row-wrapper.row-right {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .reason-contents .reason-contents-bottom-row .reason-contents-row-wrapper.row-right {
    margin-right: 0;
  }
}
.reason-contents .reason-contents-bottom-row .reason-contents-row-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-contents .reason-contents-bottom-row .reason-contents-wrapper img {
  display: inline-block;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .reason-contents .reason-contents-bottom-row .reason-contents-wrapper img {
    margin-bottom: 20px;
  }
}
.reason-contents .reason-contents-bottom-row .reason-contents-wrapper span {
  color: #DB3C4C;
}
.reason-contents .reason-contents-bottom-row .reason-contents-wrapper .reason-contents-btn {
  border-radius: 10px;
  margin-top: 52px;
  width: 100%;
  height: 90px;
}
@media (max-width: 1280px) {
  .reason-contents .reason-contents-bottom-row .reason-contents-wrapper .reason-contents-btn {
    margin-top: 30px;
    height: 60px;
  }
}
@media (max-width: 1280px) {
  .reason-contents .reason-contents-bottom-row .reason-contents-wrapper .reason-contents-btn {
    margin-top: 15px;
    height: auto;
  }
}
.reason-contents .reason-contents-bottom-row .reason-contents-wrapper .reason-contents-btn a {
  color: white;
  font-weight: 600;
  font-size: 18px;
  height: 100%;
  width: 100%;
  max-width: 592px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1280px) {
  .reason-contents .reason-contents-bottom-row .reason-contents-wrapper .reason-contents-btn a {
    font-size: 14px;
  }
}
.reason-contents .reason-contents-bottom-row .reason-contents-wrapper .reason-contents-btn a img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: none;
}
.reason-contents .reason-contents-tit-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 960px) {
  .reason-contents .reason-contents-tit-wrapper {
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .reason-contents .reason-contents-tit-wrapper {
    margin-bottom: 15px;
  }
}
.reason-contents .reason-contents-tit {
  color: #F99641;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
}
@media (max-width: 1280px) {
  .reason-contents .reason-contents-tit {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .reason-contents .reason-contents-tit {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .reason-contents .reason-contents-tit {
    font-size: 18px;
  }
}
.reason-contents .reason-contens-num {
  background-color: #999DB2;
  color: white;
  font-size: 32px;
  font-weight: 600;
  margin-right: 36px;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
}
@media (max-width: 1280px) {
  .reason-contents .reason-contens-num {
    font-size: 24px;
    width: 60px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .reason-contents .reason-contens-num {
    font-size: 24px;
    margin-right: 14px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .reason-contents .reason-contens-num {
    font-size: 18px;
    width: 40px;
    height: 36px;
    padding: 0;
  }
}

.top-goods {
  background-color: white;
  margin: 0 auto;
  max-width: 1782px;
  padding: 78px 80px 120px;
}
@media (max-width: 768px) {
  .top-goods {
    padding: 40px 5% 40px;
  }
}
.top-goods .top-goods-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .top-goods .top-goods-wrapper .top-goods-bg-pc {
    display: none;
  }
}
.top-goods .top-goods-wrapper .top-goods-bg-sp {
  display: none;
}
@media (max-width: 768px) {
  .top-goods .top-goods-wrapper .top-goods-bg-sp {
    display: block;
  }
}
.top-goods .top-goods-wrapper .goods-btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .top-goods .top-goods-wrapper .goods-btn-wrapper {
    top: 0;
    width: 100%;
    height: 50%;
    padding-top: 19%;
    justify-content: space-between;
    align-items: normal;
  }
}
@media (max-width: 428px) {
  .top-goods .top-goods-wrapper .goods-btn-wrapper {
    padding-top: 50px;
  }
}
.top-goods .top-goods-wrapper .goods-btn-wrapper p {
  text-align: center;
  font-family: "游明朝", YuMincho, serif;
}
.top-goods .top-goods-wrapper .goods-btn-wrapper .goods-font-top {
  margin-bottom: 15px;
}
.top-goods .top-goods-wrapper .goods-btn-wrapper .goods-font-top span {
  font-family: "Courier New";
}
@media (max-width: 768px) {
  .top-goods .top-goods-wrapper .goods-btn-wrapper .goods-font-top span {
    font-size: 23px;
    margin: 0 5px;
  }
}
.top-goods .top-goods-wrapper .goods-btn-wrapper .goods-font-bottom {
  color: #ec929a;
  font-size: 40px;
  margin: -10px 0 30px;
}
@media (max-width: 768px) {
  .top-goods .top-goods-wrapper .goods-btn-wrapper .goods-font-bottom {
    font-size: 40px;
    margin: -10px 0 30px;
  }
}
.top-goods .top-goods-wrapper .goods-btn-wrapper .top-goods-btn {
  margin: 0 auto;
  max-width: 592px;
  width: 85%;
}
@media (max-width: 1280px) {
  .top-goods .top-goods-wrapper .goods-btn-wrapper .top-goods-btn {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .top-goods .top-goods-wrapper .goods-btn-wrapper .top-goods-btn {
    width: 80%;
    margin: 0 auto;
  }
}

.scattered {
  background-color: white;
  margin: 0 auto;
  max-width: 1782px;
  padding: 0px 80px 120px;
}
@media (max-width: 768px) {
  .scattered {
    padding: 0px 5% 40px;
  }
}
.scattered .scattered-wrapper {
  padding: 0 80px;
}
@media (max-width: 768px) {
  .scattered .scattered-wrapper {
    padding: 0 5%;
  }
}
.scattered .scattered-tit {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .scattered .scattered-tit {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.scattered h4 {
  font-size: 32px;
  font-family: serif;
  color: #F99641;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .scattered h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.scattered .scattered-contents-wrapper {
  display: flex;
  gap: 0 60px;
}
@media (max-width: 960px) {
  .scattered .scattered-contents-wrapper {
    flex-direction: column;
    gap: 40px 0;
  }
}
.scattered .scattered-contents-wrapper-left {
  width: 44%;
}
@media (max-width: 960px) {
  .scattered .scattered-contents-wrapper-left {
    width: 100%;
  }
}
.scattered .scattered-contents-wrapper-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scattered .scattered-contents-wrapper-right {
  width: 56%;
}
@media (max-width: 960px) {
  .scattered .scattered-contents-wrapper-right {
    width: 100%;
  }
}
.scattered .scattered-description {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .scattered .scattered-description {
    margin-bottom: 40px;
  }
}
.scattered .scattered-discription-price-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .scattered .scattered-discription-price-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .scattered .scattered-discription-price-wrapper {
    margin-bottom: 25px;
    margin-top: 10px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .scattered .scattered-discription-price-wrapper {
    align-items: flex-end;
  }
}
.scattered .scattered-discription-price-wrapper .scattered-discription-price {
  color: #DB3C4C;
  font-size: 54px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: -30px;
}
@media screen and (max-width: 1380px) {
  .scattered .scattered-discription-price-wrapper .scattered-discription-price {
    font-size: 48px;
    line-height: 1.6rem;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1020px) {
  .scattered .scattered-discription-price-wrapper .scattered-discription-price {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .scattered .scattered-discription-price-wrapper .scattered-discription-price {
    font-size: 36px;
    margin-bottom: 0;
  }
}
.scattered .scattered-discription-price-wrapper .scattered-discription-price .en {
  font-size: 36px;
}
.scattered .scattered-discription-price-wrapper .tax {
  color: #DB3C4C;
  font-size: 25px;
  position: relative;
  font-weight: 600;
}
.scattered .scattered-discription-price-wrapper .tax span {
  font-size: 10px;
  position: absolute;
  top: 11px;
  left: 0;
  width: 30px;
}

/* .voice {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .voice {
    margin-bottom: 40px;
  }
} */
.voice-img-pc {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .voice-img-pc {
    display: none;
  }
}

.voice-img-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .voice-img-sp {
    display: block;
  }
}



.top-inq {
  background-color: #CF8DC6;
  background-image: url(/common/images/top_inq_bgimg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .top-inq {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1782px) {
  .top-inq {
    background-size: contain;
  }
}
.top-inq .top-inq-wrapper {
  margin: 0 auto;
  max-width: 1782px;
  padding: 78px 0 90px;
}
@media (max-width: 768px) {
  .top-inq .top-inq-wrapper {
    padding: 40px 0 15px;
  }
}
.top-inq .top-inq-wrapper .top-inq-tit {
  color: white;
  font-size: 32px;
  font-family: serif;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .top-inq .top-inq-wrapper .top-inq-tit {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .top-inq .top-inq-wrapper .top-inq-tit {
    font-size: 20px;
    margin-bottom: 35px;
  }
}

.top-inq-contents-wrapper {
  display: flex;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper {
    flex-direction: column;
  }
}
.top-inq-contents-wrapper .top-inq-contents-left {
  background-color: #fcfaed;
  width: 45%;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 960px) {
  .top-inq-contents-wrapper .top-inq-contents-left {
    height: auto;
  }
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper .top-inq-contents-left {
    flex-direction: column;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
.top-inq-contents-wrapper .top-inq-contents-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper .top-inq-contents-left img {
    border-radius: 10px 10px 0;
  }
}
.top-inq-contents-wrapper .fare-contact-dtl {
  background: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  padding: 60px;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 960px) {
  .top-inq-contents-wrapper .fare-contact-dtl {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper .fare-contact-dtl {
    width: 100%;
    padding: 20px 5% 20px;
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper .fare-contact-img_sp {
    margin-bottom: 10px;
  }
}
.top-inq-contents-wrapper .fare-contact-img_tel {
  padding: 0 2%;
}
.top-inq-contents-wrapper .fare-contact-img_tel img {
  max-width: 903px;
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper .fare-contact-img_tel img {
    width: 100%;
  }
}
.top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  margin-bottom: 40px;
  max-height: 154px;
}
@media screen and (max-width: 1770px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper {
    flex-direction: column;
    align-items: center;
    max-height: none;
  }
}
.top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-left {
  border: 2px solid #DB3C4C;
  border-radius: 10px;
  max-width: 289px;
  width: 42%;
  text-align: center;
}
@media screen and (max-width: 1770px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-left {
    max-width: 200px;
  }
}
@media screen and (max-width: 1300px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-left {
    max-width: 150px;
  }
}
@media (max-width: 960px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-left {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-left {
    width: 100%;
    max-width: none;
    margin-bottom: 18px;
    border-radius: 2px;
  }
}
.top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-left p {
  font-size: 24px;
  padding: 13px 0px;
}
@media screen and (max-width: 1770px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-left p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-left p {
    font-size: 16px;
    padding: 8px 0px;
  }
}
@media (max-width: 960px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-left p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-left p {
    font-size: 16px;
  }
}
.top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-left :nth-child(1) {
  background-color: #DB3C4C;
  color: white;
  font-weight: 600;
  height: 50%;
}
.top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-left :nth-child(2) {
  color: #DB3C4C;
  font-weight: 600;
}
.top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-right {
  display: flex;
  align-items: flex-end;
  width: 58%;
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-right {
    width: 100%;
  }
}
.top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-right::before {
  content: url(/common/images/fare-phone.png);
  margin: 0 3%;
}
@media (max-width: 960px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-right::before {
    content: url(/common/images/fare_phone_sp.png);
    margin: 0;
  }
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-right .text-colum-right-wrapper :nth-child(1) {
    color: #DB3C4C;
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.3rem;
    line-height: 0.2rem;
  }
}
.top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-right .text-colum-right-wrapper :nth-child(2) {
  color: #DB3C4C;
  font-size: 67px;
  white-space: nowrap;
}
@media screen and (max-width: 1770px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-right .text-colum-right-wrapper :nth-child(2) {
    font-size: 3.5vw;
  }
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-right .text-colum-right-wrapper :nth-child(2) {
    font-size: 34px;
  }
}
.top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-right .text-colum-right-wrapper :nth-child(3) {
  font-weight: 600;
  text-align: left;
}
@media (max-width: 960px) {
  .top-inq-contents-wrapper .fare-contact-text .fare-coontact-text-colum-wrapper .text-colum-right .text-colum-right-wrapper :nth-child(3) {
    font-size: 12px;
  }
}
.top-inq-contents-wrapper .fare-contact-text .contact-wellcome {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1770px) {
  .top-inq-contents-wrapper .fare-contact-text .contact-wellcome {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper .fare-contact-text .contact-wellcome {
    text-align: left;
    margin: 14px 0 20px;
    font-size: 12px;
  }
}
.top-inq-contents-wrapper .fare-contact-text .text-colum-btn-mail {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper .fare-contact-text .text-colum-btn-mail {
    display: block;
    width: 100%;
    max-width: none;
  }
}
.top-inq-contents-wrapper .fare-contact-text .text-colum-btn-line {
  display: none;
}
@media (max-width: 768px) {
  .top-inq-contents-wrapper .fare-contact-text .text-colum-btn-line {
    display: block;
  }
}

.ad-line {
  background-color: #F7F8F8;
  width: 100vw;
  display: flex;
  justify-content: center;
}
.ad-line .ad-line-wrapper {
  margin: 0 80px;
  max-width: 1782px;
  padding: 78px 0 120px;
}
@media (max-width: 768px) {
  .ad-line .ad-line-wrapper {
    margin: 0 5%;
    padding: 30px 0 40px;
  }
}

.ad-line-wrapper p {
  display: none;
}
@media (max-width: 768px) {
  .ad-line-wrapper p {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
.ad-line-wrapper p .slash {
  font-family: "Courier New";
  font-weight: 500;
}
@media (max-width: 768px) {
  .ad-line-wrapper p .slash {
    font-size: 25px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .ad-line-wrapper p .line-green {
    color: #06C755;
  }
}
.ad-line-wrapper .ad-line-img-pc {
  width: 100%;
}
@media (max-width: 768px) {
  .ad-line-wrapper .ad-line-img-pc {
    display: none;
  }
}
.ad-line-wrapper .ad-line-img-sp {
  display: none;
}
@media (max-width: 768px) {
  .ad-line-wrapper .ad-line-img-sp {
    display: block;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */

@media (min-width: 769px) {
  br.br_sp{
    display: none;
  }
}

@media (max-width: 768px) {
  br.br_sp{
    display: block;
  }
}