@charset "UTF-8";
@media print {
  #top .fadein {
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
}
#top #link_concept,
#top #link_modelhouse,
#top #link_quality,
#top #link_landplan,
#top #link_location,
#top #link_overview {
  margin-top: -160px;
  padding-top: 160px;
}
@media screen and (max-width: 1050px) {
  #top #link_concept,
  #top #link_modelhouse,
  #top #link_quality,
  #top #link_landplan,
  #top #link_location,
  #top #link_overview {
    margin-top: -120px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 820px) {
  #top #link_concept,
  #top #link_modelhouse,
  #top #link_quality,
  #top #link_landplan,
  #top #link_location,
  #top #link_overview {
    margin-top: -80px;
    padding-top: 80px;
  }
}
#top .leadText {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  #top .leadText {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 820px) {
  #top .leadText {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #top .leadText {
    text-align: left;
    letter-spacing: 0.05rem;
  }
}
@media screen and (max-width: 520px) {
  #top .zoom {
    width: 70%;
    margin: 0 auto 20px;
  }
}
#top #main .mainBg {
  background-color: #0f2f4a;
  padding: 165px 0 65px;
}
@media screen and (max-width: 1200px) {
  #top #main .mainBg {
    padding: 120px 0 50px;
  }
}
@media screen and (max-width: 520px) {
  #top #main .mainBg {
    padding: 60px 0 0;
  }
}
@media print {
  #top #main .mainBg .mainSlider .smp__show {
    display: none;
  }
}
#top #main .mainBg .mainSlider .slick-list {
  padding: 0 10%;
}
@media screen and (max-width: 520px) {
  #top #main .mainBg .mainSlider .slick-list {
    padding: 0;
  }
}
#top #main .mainBg .mainSlider .slideItem_main {
  margin: 0 60px;
}
@media screen and (max-width: 1200px) {
  #top #main .mainBg .mainSlider .slideItem_main {
    margin: 0 20px;
  }
}
@media screen and (max-width: 520px) {
  #top #main .mainBg .mainSlider .slideItem_main {
    margin: 0;
  }
}
#top #main .band {
  background-image: linear-gradient(90deg, #c8a24a, #d6d0a7 50%, #c8a24a);
  padding: 10px 20px;
}
@media screen and (max-width: 820px) {
  #top #main .band {
    flex-direction: column;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 520px) {
  #top #main .band {
    padding: 20px;
  }
}
#top #main .band .bandItem {
  font-size: 28px;
  line-height: 35px;
}
@media screen and (max-width: 1110px) {
  #top #main .band .bandItem {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #top #main .band .bandItem {
    font-size: 2.4vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 820px) {
  #top #main .band .bandItem {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 520px) {
  #top #main .band .bandItem {
    font-size: 20px;
    line-height: 25px;
  }
}
#top #main .band .bandItem + .bandItem {
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  #top #main .band .bandItem + .bandItem {
    margin-left: 1.5vw;
    padding-left: 1.5vw;
  }
}
@media screen and (max-width: 820px) {
  #top #main .band .bandItem + .bandItem {
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    padding-top: 15px;
    width: 100%;
  }
}
#top #main .band .bandItem + .bandItem::before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 1px;
  height: 75px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1520px) {
  #top #main .band .bandItem + .bandItem::before {
    height: 105px;
  }
}
@media screen and (max-width: 1110px) {
  #top #main .band .bandItem + .bandItem::before {
    height: 85px;
  }
}
@media screen and (max-width: 820px) {
  #top #main .band .bandItem + .bandItem::before {
    width: 90%;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 520px) {
  #top #main .band .bandItem + .bandItem::before {
    width: 100%;
  }
}
#top #main .band .bandItem .red {
  color: #8b2e2e;
}
#top #main .band .bandItem .big {
  font-size: 45px;
}
@media screen and (max-width: 1024px) {
  #top #main .band .bandItem .big {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 820px) {
  #top #main .band .bandItem .big {
    font-size: 45px;
  }
}
@media screen and (max-width: 520px) {
  #top #main .band .bandItem .big {
    font-size: 38px;
  }
}
#top #main .band .bandItem .medium {
  font-size: 18px;
}
#top #main .band .bandItem .small {
  font-size: 14px;
}
@media screen and (max-width: 1520px) {
  #top #main .band .bandItem .small {
    display: block;
    margin-top: -5px;
  }
}
@media screen and (max-width: 1110px) {
  #top #main .band .bandItem .small {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 820px) {
  #top #main .band .bandItem .small {
    font-size: 14px;
    display: inline-block;
  }
}
@media screen and (max-width: 520px) {
  #top #main .band .bandItem .small {
    font-size: 12px;
  }
  #top #main .band .bandItem .small.mt-5 {
    margin-top: -5px;
    display: block;
  }
}
#top #main .band .bandItem .kara {
  font-size: 20px;
  vertical-align: text-top;
}
#top .infoArea .infoBg {
  padding: 60px 0 70px;
}
@media screen and (max-width: 820px) {
  #top .infoArea .infoBg {
    padding: 40px 0;
  }
}
#top .infoArea .infoBg.gray {
  background-color: #f5f7f8;
}
#top .infoArea .infoBg.gray .infoTitle span {
  background-color: #f5f7f8;
}
#top .infoArea .infoBg.navy {
  background-color: #0f2f4a;
  color: #fff;
}
#top .infoArea .infoBg.navy .infoTitle::before {
  background-color: #fff;
}
#top .infoArea .infoBg.navy .infoTitle span {
  background-color: #0f2f4a;
}
#top .infoArea .infoBg .infoTitle {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  #top .infoArea .infoBg .infoTitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #top .infoArea .infoBg .infoTitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#top .infoArea .infoBg .infoTitle::before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
#top .infoArea .infoBg .infoTitle span {
  padding: 0 25px;
}
@media screen and (max-width: 820px) {
  #top .infoArea .infoBg .infoTitle span {
    padding: 0 15px;
  }
}
#top .infoArea .infoBg .infoText {
  font-size: 40px;
  line-height: 54px;
}
@media screen and (max-width: 820px) {
  #top .infoArea .infoBg .infoText {
    font-size: 36px;
  }
}
@media screen and (max-width: 520px) {
  #top .infoArea .infoBg .infoText {
    font-size: 30px;
    letter-spacing: 0;
  }
}
#top .infoArea .infoBg .infoText span {
  font-size: 28px;
  display: block;
}
@media screen and (max-width: 820px) {
  #top .infoArea .infoBg .infoText span {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 520px) {
  #top .infoArea .infoBg .infoText span {
    font-size: 20px;
    line-height: 30px;
  }
}
#top .infoArea .infoBg .infoText + .infoButtonFlex {
  margin-top: 25px;
}
@media screen and (max-width: 820px) {
  #top .infoArea .infoBg .infoText + .infoButtonFlex {
    margin-top: 15px;
  }
}
#top .infoArea .infoBg .infoText + .infoText {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ccc;
}
#top .infoArea .infoBg .infoText.small {
  font-size: 28px;
  line-height: 40px;
}
@media screen and (max-width: 820px) {
  #top .infoArea .infoBg .infoText.small {
    font-size: 24px;
    letter-spacing: -0.02rem;
  }
}
@media screen and (max-width: 520px) {
  #top .infoArea .infoBg .infoText.small {
    font-size: 20px;
    letter-spacing: -0.06rem;
    line-height: 30px;
  }
}
#top .infoArea .infoBg .infoText.small + .infoButtonFlex {
  margin-top: 50px;
}
@media screen and (max-width: 820px) {
  #top .infoArea .infoBg .infoText.small + .infoButtonFlex {
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  #top .infoArea .infoBg .infoButtonFlex {
    flex-direction: column;
  }
}
#top .infoArea .infoBg .infoButtonFlex .button01 {
  width: 47.7%;
}
@media screen and (max-width: 520px) {
  #top .infoArea .infoBg .infoButtonFlex .button01 {
    width: 100%;
  }
  #top .infoArea .infoBg .infoButtonFlex .button01 + .button01 {
    margin-top: 15px;
  }
}
#top #concept .conceptText01 {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  #top #concept .conceptText01 {
    font-size: 28px;
  }
}
@media screen and (max-width: 820px) {
  #top #concept .conceptText01 {
    font-size: 25px;
  }
}
@media screen and (max-width: 520px) {
  #top #concept .conceptText01 {
    font-size: 20px;
  }
}
#top #concept .conceptText02 {
  font-size: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #top #concept .conceptText02 {
    font-size: 52px;
  }
}
@media screen and (max-width: 820px) {
  #top #concept .conceptText02 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #top #concept .conceptText02 {
    font-size: 33px;
  }
}
#top #concept .conceptText03 {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  #top #concept .conceptText03 {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #top #concept .conceptText03 {
    font-size: 16px;
  }
}
#top #concept .conceptButtonFlex {
  flex-wrap: wrap;
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  #top #concept .conceptButtonFlex {
    margin-top: 60px;
  }
}
@media screen and (max-width: 820px) {
  #top #concept .conceptButtonFlex {
    margin-top: 45px;
  }
}
#top #concept .conceptButtonFlex .button01 {
  width: 47%;
}
@media screen and (max-width: 820px) {
  #top #concept .conceptButtonFlex .button01 {
    width: 49%;
  }
}
@media screen and (max-width: 520px) {
  #top #concept .conceptButtonFlex .button01 {
    width: 100%;
  }
}
#top #concept .conceptButtonFlex .button01:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  #top #concept .conceptButtonFlex .button01:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 820px) {
  #top #concept .conceptButtonFlex .button01:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  #top #concept .conceptButtonFlex .button01:nth-child(n+2) {
    margin-top: 10px;
  }
}
#top #modelhouse .modelhouseBg {
  background-color: #f5f7f8;
}
#top #modelhouse .modelSliderArea .modelSlider {
  margin-bottom: 15px;
}
#top #modelhouse .modelSliderArea .modelSlider .slick-track {
  display: flex;
}
#top #modelhouse .modelSliderArea .modelSlider .slick-img {
  position: relative;
  height: auto !important;
}
#top #modelhouse .modelSliderArea .modelSlider .slick-img .modelText {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  width: calc(100% - 50px);
  padding: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  #top #modelhouse .modelSliderArea .modelSlider .slick-img .modelText {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 520px) {
  #top #modelhouse .modelSliderArea .modelSlider .slick-img .modelText {
    line-height: 22px;
    padding: 15px;
  }
}
#top #modelhouse .thumbnail .slick-list {
  width: calc(100% + 14px);
  margin-left: -7px;
}
@media screen and (max-width: 820px) {
  #top #modelhouse .thumbnail .slick-list {
    width: calc(100% + 6px);
    margin-left: -3px;
  }
}
#top #modelhouse .thumbnail .slick-prev,
#top #modelhouse .thumbnail .slick-next {
  width: 60px;
  height: 60px;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  #top #modelhouse .thumbnail .slick-prev,
  #top #modelhouse .thumbnail .slick-next {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 520px) {
  #top #modelhouse .thumbnail .slick-prev,
  #top #modelhouse .thumbnail .slick-next {
    width: 30px;
    height: 30px;
  }
}
#top #modelhouse .thumbnail .slick-prev::before,
#top #modelhouse .thumbnail .slick-next::before {
  content: "";
  background-image: url(../images/top/arw02@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: relative;
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  #top #modelhouse .thumbnail .slick-prev::before,
  #top #modelhouse .thumbnail .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 520px) {
  #top #modelhouse .thumbnail .slick-prev::before,
  #top #modelhouse .thumbnail .slick-next::before {
    width: 30px;
    height: 30px;
  }
}
#top #modelhouse .thumbnail .slick-prev:hover::before,
#top #modelhouse .thumbnail .slick-next:hover::before {
  opacity: 0.7;
}
#top #modelhouse .thumbnail .slick-prev {
  left: -100px;
}
@media screen and (max-width: 1500px) {
  #top #modelhouse .thumbnail .slick-prev {
    left: -80px;
  }
}
@media screen and (max-width: 1400px) {
  #top #modelhouse .thumbnail .slick-prev {
    left: -55px;
  }
}
@media screen and (max-width: 1200px) {
  #top #modelhouse .thumbnail .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 520px) {
  #top #modelhouse .thumbnail .slick-prev {
    left: -12px;
  }
}
#top #modelhouse .thumbnail .slick-next {
  right: -100px;
}
@media screen and (max-width: 1500px) {
  #top #modelhouse .thumbnail .slick-next {
    right: -80px;
  }
}
@media screen and (max-width: 1400px) {
  #top #modelhouse .thumbnail .slick-next {
    right: -55px;
  }
}
@media screen and (max-width: 1200px) {
  #top #modelhouse .thumbnail .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 520px) {
  #top #modelhouse .thumbnail .slick-next {
    right: -12px;
  }
}
#top #modelhouse .thumbnail .slick-next::before {
  transform: rotateY(-180deg);
}
#top #modelhouse .thumbnail .thumbnail-img {
  margin: 0 7px;
}
@media screen and (max-width: 820px) {
  #top #modelhouse .thumbnail .thumbnail-img {
    margin: 0 3px;
  }
}
#top #modelhouse .photoDay {
  margin-top: 15px;
}
#top #quality {
  color: #fff;
}
#top #quality .qualityBg {
  background-color: rgba(111, 120, 100, 0.85);
}
#top #quality .qualityTitle {
  font-size: 24px;
  font-weight: normal;
  border-left: 5px solid #fff;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityTitle {
    font-size: 22px;
    border-left: 3px solid #fff;
    padding-left: 15px;
    margin-bottom: 20px;
  }
}
#top #quality .qualityBox + .qualityBox {
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  #top #quality .qualityBox + .qualityBox {
    margin-top: 60px;
  }
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox + .qualityBox {
    margin-top: 45px;
  }
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .qualityFlex {
    flex-direction: column;
  }
}
#top #quality .qualityBox .qualityFlex.row {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .qualityFlex.row {
    flex-direction: column;
  }
}
#top #quality .qualityBox .qualityFlex .qualityImage {
  width: 47%;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .qualityFlex .qualityImage {
    width: 100%;
    margin-bottom: 20px;
  }
}
#top #quality .qualityBox .qualityFlex .qualityTextArea {
  width: 47%;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .qualityFlex .qualityTextArea {
    width: 100%;
  }
}
#top #quality .qualityBox .qualityFlex .qualityTextArea .qualityTitleFlex {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #top #quality .qualityBox .qualityFlex .qualityTextArea .qualityTitleFlex {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .qualityFlex .qualityTextArea .qualityTitleFlex {
    margin-bottom: 15px;
  }
}
#top #quality .qualityBox .qualityFlex .qualityTextArea .qualityTitleFlex .number {
  width: 90px;
}
@media screen and (max-width: 520px) {
  #top #quality .qualityBox .qualityFlex .qualityTextArea .qualityTitleFlex .number {
    width: 60px;
  }
}
#top #quality .qualityBox .qualityFlex .qualityTextArea .qualityTitleFlex .qualitySubTitle {
  width: calc(100% - 115px);
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 10px;
  margin-top: -15px;
}
@media screen and (max-width: 520px) {
  #top #quality .qualityBox .qualityFlex .qualityTextArea .qualityTitleFlex .qualitySubTitle {
    width: calc(100% - 75px);
    font-size: 25px;
    line-height: 26px;
    padding-bottom: 0;
  }
}
#top #quality .qualityBox .qualityFlex .qualityTextArea .qualityTitleFlex .qualitySubTitle span {
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #top #quality .qualityBox .qualityFlex .qualityTextArea .qualityTitleFlex .qualitySubTitle span {
    font-size: 16px;
  }
}
#top #quality .qualityBox .qualityFlex .qualityTextArea .subTitle {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .qualityFlex .qualityTextArea .subTitle {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    line-height: 24px;
  }
}
@media screen and (max-width: 520px) {
  #top #quality .qualityBox .qualityFlex .qualityTextArea .subTitle {
    font-size: 16px;
    letter-spacing: -0.04rem;
  }
}
#top #quality .qualityBox .qualityFlex .qualityTextArea .qualityText {
  line-height: 32px;
}
@media screen and (max-width: 520px) {
  #top #quality .qualityBox .qualityFlex .qualityTextArea .qualityText {
    line-height: 24px;
  }
}
#top #quality .qualityBox .acdContetns {
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .acdContetns {
    margin-top: 15px;
  }
}
#top #quality .qualityBox .acdContetns .acdTitle {
  border: 2px solid #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 15px 50px 15px 20px;
  position: relative;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .acdContetns .acdTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #top #quality .qualityBox .acdContetns .acdTitle {
    font-size: 16px;
    border: 1px solid #fff;
    padding: 10px 40px 10px 10px;
  }
}
#top #quality .qualityBox .acdContetns .acdTitle::before, #top #quality .qualityBox .acdContetns .acdTitle::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
@media screen and (max-width: 520px) {
  #top #quality .qualityBox .acdContetns .acdTitle::before, #top #quality .qualityBox .acdContetns .acdTitle::after {
    width: 20px;
    height: 1px;
    right: 10px;
  }
}
#top #quality .qualityBox .acdContetns .acdTitle::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
#top #quality .qualityBox .acdContetns .acdTitle.open::before {
  opacity: 0;
}
#top #quality .qualityBox .acdContetns .acdTitle.open::after {
  transform: translateY(-50%) rotate(180deg);
}
#top #quality .qualityBox .acdContetns .acdTitle.open + .acdInner {
  padding: 50px;
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .acdContetns .acdTitle.open + .acdInner {
    padding: 30px;
    max-height: 2500px;
  }
}
@media screen and (max-width: 520px) {
  #top #quality .qualityBox .acdContetns .acdTitle.open + .acdInner {
    padding: 20px;
  }
}
#top #quality .qualityBox .acdContetns .acdInner {
  padding: 0 50px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .acdContetns .acdInner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 520px) {
  #top #quality .qualityBox .acdContetns .acdInner {
    padding: 0 20px;
  }
}
#top #quality .qualityBox .acdContetns .acdInner .acdInTitle {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdInTitle {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 520px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdInTitle {
    font-size: 18px;
    letter-spacing: -0.03rem;
  }
}
#top #quality .qualityBox .acdContetns .acdInner .acdFlex {
  flex-wrap: wrap;
}
#top #quality .qualityBox .acdContetns .acdInner .acdFlex + .acdFlex,
#top #quality .qualityBox .acdContetns .acdInner .acdFlex + .acdInTitle {
  margin-top: 35px;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex + .acdFlex,
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex + .acdInTitle {
    margin-top: 20px;
  }
}
#top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem.col-2 {
  width: 48%;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem.col-2 {
    width: 100%;
    margin: 0 auto;
  }
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem.col-2 + .col-2 {
    margin-top: 20px;
  }
}
#top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem.col-3 {
  width: 31%;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem.col-3:nth-child(1), #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem.col-3:nth-child(2) {
    width: 48%;
  }
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem.col-3:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 520px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem.col-3 {
    width: 100% !important;
  }
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem.col-3 + .col-3 {
    margin-top: 10px;
  }
}
#top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem.col-3-2 {
  width: 64%;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem.col-3-2 {
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem.col-3-2 {
    width: 100%;
    margin-top: 10px;
  }
}
#top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem + .acdText {
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem + .acdText {
    margin-top: 15px;
  }
}
#top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem .acdText {
  line-height: 32px;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem .acdText {
    line-height: 28px;
  }
}
@media screen and (max-width: 520px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem .acdText {
    line-height: 24px;
    letter-spacing: -0.04rem;
  }
}
#top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem .acdText + .acdImage {
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem .acdText + .acdImage {
    margin-top: 15px;
  }
}
#top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem .acdImage.h-456 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1331px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem .acdImage.h-456 {
    height: 456px;
  }
}
#top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem .acdImage.h-350 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1331px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem .acdImage.h-350 {
    height: 350px;
  }
}
#top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem .acdImage + .acdText {
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  #top #quality .qualityBox .acdContetns .acdInner .acdFlex .acdItem .acdImage + .acdText {
    margin-top: 15px;
  }
}
#top #quality .qualityBox .acdContetns .acd-inner {
  /*(開く前の)中身の装飾*/
  max-height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
#top #landplan .button01,
#top #overview .button01 {
  margin-top: 30px;
  max-width: 506px;
}
#top #landplan .landplanText,
#top #overview .landplanText {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  #top #landplan .landplanText,
  #top #overview .landplanText {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #top #landplan .landplanText,
  #top #overview .landplanText {
    font-size: 20px;
  }
}
#top #landplan .buttonFlex,
#top #overview .buttonFlex {
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #top #landplan .buttonFlex,
  #top #overview .buttonFlex {
    flex-direction: column;
  }
}
#top #landplan .buttonFlex .button01,
#top #overview .buttonFlex .button01 {
  width: 47.7%;
  margin-top: 0;
}
@media screen and (max-width: 520px) {
  #top #landplan .buttonFlex .button01,
  #top #overview .buttonFlex .button01 {
    width: 100%;
  }
  #top #landplan .buttonFlex .button01 + .button01,
  #top #overview .buttonFlex .button01 + .button01 {
    margin-top: 15px;
  }
}
#top #banner .bannerNote {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 15px;
}
@media screen and (max-width: 520px) {
  #top #banner .bannerNote {
    font-size: 10px;
  }
}
#top #location .locationBg {
  background-color: #f5f7f8;
}
#top #location .locationBg .map {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  #top #location .locationBg .map {
    margin-bottom: 30px;
  }
}
#top #location .locationBg .locationSlider {
  margin-bottom: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
  #top #location .locationBg .locationSlider {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#top #location .locationBg .locationSlider .slick-list {
  padding: 0 17.7%;
}
@media screen and (max-width: 1024px) {
  #top #location .locationBg .locationSlider .slick-list {
    padding: 0 7%;
  }
}
#top #location .locationBg .locationSlider .slick-prev,
#top #location .locationBg .locationSlider .slick-next {
  width: 60px;
  height: 60px;
  z-index: 1;
  top: 31%;
}
@media screen and (max-width: 1024px) {
  #top #location .locationBg .locationSlider .slick-prev,
  #top #location .locationBg .locationSlider .slick-next {
    top: 27%;
  }
}
@media screen and (max-width: 820px) {
  #top #location .locationBg .locationSlider .slick-prev,
  #top #location .locationBg .locationSlider .slick-next {
    width: 40px;
    height: 40px;
    top: 15vw;
  }
}
@media screen and (max-width: 520px) {
  #top #location .locationBg .locationSlider .slick-prev,
  #top #location .locationBg .locationSlider .slick-next {
    top: 30vw;
  }
}
#top #location .locationBg .locationSlider .slick-prev::before,
#top #location .locationBg .locationSlider .slick-next::before {
  content: "";
  background-image: url(../images/top/arw@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: relative;
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 820px) {
  #top #location .locationBg .locationSlider .slick-prev::before,
  #top #location .locationBg .locationSlider .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
#top #location .locationBg .locationSlider .slick-prev:hover::before,
#top #location .locationBg .locationSlider .slick-next:hover::before {
  opacity: 0.7;
}
#top #location .locationBg .locationSlider .slick-prev {
  left: 15%;
}
@media screen and (max-width: 1024px) {
  #top #location .locationBg .locationSlider .slick-prev {
    left: 4%;
  }
}
@media screen and (max-width: 520px) {
  #top #location .locationBg .locationSlider .slick-prev {
    left: 1%;
  }
}
#top #location .locationBg .locationSlider .slick-next {
  right: 15%;
}
@media screen and (max-width: 1024px) {
  #top #location .locationBg .locationSlider .slick-next {
    right: 4%;
  }
}
@media screen and (max-width: 520px) {
  #top #location .locationBg .locationSlider .slick-next {
    right: 1%;
  }
}
#top #location .locationBg .locationSlider .slick-next::before {
  transform: rotateY(-180deg);
}
#top #location .locationBg .locationSlider .slick-dots {
  bottom: 0;
}
#top #location .locationBg .locationSlider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
@media screen and (max-width: 520px) {
  #top #location .locationBg .locationSlider .slick-dots li {
    margin: 0 7px;
  }
}
#top #location .locationBg .locationSlider .slick-dots li.slick-active button::before {
  opacity: 1;
}
#top #location .locationBg .locationSlider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
#top #location .locationBg .locationSlider .slick-dots li button::before {
  font-size: 0;
  line-height: 10px;
  width: 10px;
  height: 10px;
  background-color: #0f2f4a;
  border-radius: 50%;
  opacity: 0.2;
}
#top #location .locationBg .locationSlider .slideItem_location {
  margin: 0 21px;
}
@media screen and (max-width: 1024px) {
  #top #location .locationBg .locationSlider .slideItem_location {
    margin: 0 10px;
  }
}
#top #location .locationBg .locationSlider .slideItem_location .locationName {
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  #top #location .locationBg .locationSlider .slideItem_location .locationName {
    margin-top: 5px;
  }
}
@media screen and (max-width: 520px) {
  #top #location .locationBg .locationSlider .slideItem_location .locationName {
    font-size: 16px;
  }
}
#top #location .locationBg .locationSlider .slideItem_location .locationWalk {
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  #top #location .locationBg .locationSlider .slideItem_location .locationWalk {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #top #location .locationBg .locationSlider .slideItem_location .locationWalk {
    font-size: 18px;
  }
}
#top #location .locationBg .locationSlider .slideItem_location .locationWalk .yellow {
  color: #c8a24a;
}
#top #location .locationBg .locationSlider .slideItem_location .locationWalk .big {
  font-size: 41px;
}
@media screen and (max-width: 520px) {
  #top #location .locationBg .locationSlider .slideItem_location .locationWalk .big {
    font-size: 36px;
  }
}
#top #location .locationBg .locationSlider .slideItem_location .locationWalk .kara {
  font-size: 16px;
  vertical-align: text-top;
}
@media screen and (max-width: 520px) {
  #top #location .locationBg .locationSlider .slideItem_location .locationWalk .kara {
    font-size: 14px;
  }
}
#top #location .locationBg .locationSlider .slideItem_location .locationWalk .small {
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #top #location .locationBg .locationSlider .slideItem_location .locationWalk .small {
    font-size: 12px;
  }
}
#top #location .locationBg .locationFlex {
  flex-wrap: wrap;
}
#top #location .locationBg .locationFlex .locationBox {
  width: 47%;
}
#top #location .locationBg .locationFlex .locationBox:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 520px) {
  #top #location .locationBg .locationFlex .locationBox {
    width: 100%;
  }
  #top #location .locationBg .locationFlex .locationBox:nth-child(n+2) {
    margin-top: 30px;
  }
}
#top #location .locationBg .locationFlex .locationBox .locationTitle {
  color: #0f2f4a;
  border-bottom: 1px solid #0f2f4a;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  #top #location .locationBg .locationFlex .locationBox .locationTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  #top #location .locationBg .locationFlex .locationBox .locationTitle {
    font-size: 16px;
  }
}
#top #location .locationBg .locationFlex .locationBox .locationList .locationItem {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
#top #location .locationBg .locationFlex .locationBox .locationList .locationItem + .locationItem {
  margin-top: 15px;
}
#top #location .locationBg .locationFlex .locationBox .locationList .locationItem span {
  color: #c8a24a;
}
#top #location .locationBg .js-scrollable {
  margin-top: 90px;
}
@media screen and (max-width: 820px) {
  #top #location .locationBg .js-scrollable {
    margin-top: 45px;
  }
}
@media screen and (max-width: 820px) {
  #top #location .locationBg .js-scrollable .bus {
    width: 800px;
  }
}
#top #note .noteBg {
  background-color: #f2f2f2;
  padding: 60px 0;
}
@media screen and (max-width: 820px) {
  #top #note .noteBg {
    padding: 30px 0;
  }
}
#top #note .noteBg .noteList .noteItem {
  font-size: 12px;
}
@media screen and (max-width: 520px) {
  #top #note .noteBg .noteList .noteItem {
    font-size: 10px;
  }
}
#top #note .noteBg .noteList .noteItem.indent01 {
  text-indent: -1em;
  padding-left: 1em;
}
#top #note .noteBg .noteList .noteItem.indent02 {
  text-indent: -1.9em;
  padding-left: 1.9em;
}
#top #area .areaTitle {
  font-size: 24px;
  font-weight: normal;
  border-left: 5px solid #0f2f4a;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  #top #area .areaTitle {
    font-size: 22px;
    border-left: 3px solid #0f2f4a;
    padding-left: 15px;
    margin-bottom: 20px;
  }
}
#top #area .areaSlider .slick-list {
  width: calc(100% + 16px);
  margin-left: -8px;
}
#top #area .areaSlider .areaImage {
  margin: 0 8px;
}
@media print {
  #top .smp__show {
    display: none;
  }
}

.iziModal {
  max-width: 1000px !important;
  top: 70px !important;
  width: 90%;
}
@media screen and (max-width: 820px) {
  .iziModal {
    top: 50px !important;
  }
}
.iziModal .close {
  position: fixed;
  top: -70px;
  right: 0;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 820px) {
  .iziModal .close {
    top: -55px;
  }
}
.iziModal .close::before, .iziModal .close::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 820px) {
  .iziModal .close::before, .iziModal .close::after {
    width: 50px;
  }
}
.iziModal .close::after {
  transform: translateY(-50%) rotate(135deg);
}
.iziModal .close:hover {
  cursor: pointer;
}
.iziModal .modal-main {
  padding: 50px;
  overflow: scroll;
  max-height: 80vh;
}
@media screen and (max-width: 820px) {
  .iziModal .modal-main {
    padding: 30px;
  }
}
@media screen and (max-width: 520px) {
  .iziModal .modal-main {
    padding: 20px;
  }
}
.iziModal .modal-main .subTitle {
  font-size: 20px;
  font-weight: normal;
  color: #0f2f4a;
  border-bottom: 1px solid #0f2f4a;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .iziModal .modal-main .subTitle {
    margin-bottom: 20px;
  }
}
.iziModal .modal-main .modalText {
  line-height: 28px;
}
@media screen and (max-width: 520px) {
  .iziModal .modal-main .modalText {
    line-height: 24px;
    letter-spacing: -0.04rem;
  }
}
.iziModal .modal-main .policyImage,
.iziModal .modal-main .kihonImage,
.iziModal .modal-main .areaImage {
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .iziModal .modal-main .policyImage,
  .iziModal .modal-main .kihonImage,
  .iziModal .modal-main .areaImage {
    margin-top: 15px;
  }
}
.iziModal .modal-main .modalItem + .modalItem {
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .iziModal .modal-main .modalItem + .modalItem {
    margin-top: 30px;
  }
}
@media screen and (max-width: 820px) {
  .iziModal .modal-main .modalFlex {
    flex-direction: column;
  }
}
.iziModal .modal-main .modalFlex.row {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .iziModal .modal-main .modalFlex.row {
    flex-direction: column;
  }
}
.iziModal .modal-main .modalFlex .modalTextArea {
  width: 48%;
}
@media screen and (max-width: 820px) {
  .iziModal .modal-main .modalFlex .modalTextArea {
    width: 100%;
  }
}
.iziModal .modal-main .modalFlex .modalTextArea .modalTitle {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 32px;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  .iziModal .modal-main .modalFlex .modalTextArea .modalTitle {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  .iziModal .modal-main .modalFlex .modalTextArea .modalTitle {
    font-size: 20px;
  }
}
.iziModal .modal-main .modalFlex .modalImage {
  width: 48%;
}
@media screen and (max-width: 820px) {
  .iziModal .modal-main .modalFlex .modalImage {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  .iziModal .modal-main .modalFlex .modalImage {
    width: 100%;
  }
}
.iziModal .modal-main .modalBg {
  background-color: #f5f7f8;
  padding: 50px;
}
@media screen and (max-width: 820px) {
  .iziModal .modal-main .modalBg {
    padding: 30px;
  }
}
@media screen and (max-width: 520px) {
  .iziModal .modal-main .modalBg {
    padding: 15px;
  }
}