/*-------------------------------
---Common
-------------------------------*/

section .desc {
  text-align: center;
}


/*-------------------------------
---#reservation-campaign_anchor
-------------------------------*/

#reservation-campaign_anchor {
  margin-top: 6rem;
  margin-bottom: 9rem;
}

#reservation-campaign_anchor .slider.anchor_link {
  display: block;
  width: calc(100% - 200px);
  margin: 0 auto !important;
}

#reservation-campaign_anchor .slider li:first-child {
  border-left: 1px solid #AFAFAF;
}

#reservation-campaign_anchor .slider li {
  border-right: 1px solid #AFAFAF;
  padding: 0;
}

#reservation-campaign_anchor .slider li a {
  display: grid;
  grid-auto-rows: auto;
  border: none;
}

#reservation-campaign_anchor .slider-arrow.slider-next {
  right: -61px !important;
}

#reservation-campaign_anchor .slider-arrow.slider-prev {
  left: -61px !important;
}

@media screen and (max-width: 1279px) {
  #reservation-campaign_anchor .slider .slick-list {
    padding: 0 15% 0 0;
  }
}


/*-------------------------------
---#open_house
-------------------------------*/

#open_house {
  margin-bottom: 9rem;
}

#open_house .intro {
  margin-bottom: 6rem;
}

#open_house .intro h2,
#open_house .recommend h2 {
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}

#open_house>.image {
  display: block;
  max-width: var(--max-width-outer);
  margin: 0 auto 6rem;
}

#open_house .recommend .desc {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 6rem;
}

#open_house .recommend .point {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6rem;
}

#open_house .recommend .point dt {
  font-size: revert;
  font-weight: 500;
  text-align: center;
  margin: 3rem 0 1.75rem 0;
}



/*-------------------------------
---#measures_covid19
-------------------------------*/

#measures_covid19 {
  margin-bottom: 12rem;
}

#measures_covid19 h2 {
  margin-bottom: 6rem;
}

#measures_covid19 h2 span {
  display: block;
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  color: var(--main-color);
  text-align: center;
  padding: 2rem 0;
}

#measures_covid19 h2::before,
#measures_covid19 h2::after {
  background-color: var(--main-color);
}

#measures_covid19 .desc {
  margin-bottom: 6rem;
}

#measures_covid19 .measures {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  grid-gap: 3.5rem 6rem;
  margin-bottom: 3rem;
}

#measures_covid19 .measures .item figure {
  display: grid;
  grid-template-columns: .5fr 1fr;
  grid-gap: 1.5rem;
  align-items: center;
  font-size: revert;
  font-weight: bold;
  line-height: 1.4;
  color: var(--main-color);
}

#measures_covid19 .caution {
  text-align: center;
  margin-bottom: 6rem;
}

#measures_covid19 .requests {
  border: 1px solid var(--main-color);
  padding: 3rem 5rem;
}

#measures_covid19 .requests h3 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 3rem;
}

#measures_covid19 .requests dt {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}


/*-------------------------------
---#from_web
-------------------------------*/

#from_web {
  margin-bottom: 12rem;
}

#from_web h2 {
  margin-bottom: 6rem;
}

#from_web h2 span {
  display: block;
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  text-align: center;
  padding: 2rem 0;
}

#from_web h2 span br {
  display: none;
}

#from_web .desc {
  margin-bottom: 9rem;
}

#from_web #taxonomy_switch {
  margin-top: 0;
  margin-bottom: 9rem;
}

#from_web #taxonomy_switch li {
  cursor: pointer;
}

#from_web #taxonomy_switch li a {
  pointer-events: none;
}

#from_web .tab_contents {
  display: none;
}

#from_web .tab_contents.show {
  display: block;
}

#from_web .tab_contents#guidance_contents {
  text-align: center;
  background-color: #F0F0F0;
  padding: 3em 1em;
}

#from_web .tab_contents .prop_contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6rem;
  margin-bottom: 6rem;
}

#from_web .tab_contents article+article {
  margin-top: 9rem;
}

#from_web .tab_contents .item .item_title {
  font-size: var(--font-size-xxl);
  font-weight: 500;
  margin: 1.5rem 0;
}

#from_web .tab_contents .item .catch_copy {
  font-size: revert;
  font-weight: revert;
  line-height: revert;
  margin-bottom: 1rem;
}

#from_web .tab_contents .item .price {
  font-weight: 500;
  text-align: right;
  margin-bottom: 1.5rem;
}

#from_web .tab_contents .item .price .value {
  font-size: var(--font-size-exl);
  letter-spacing: 0.025em;
  vertical-align: sub;
  margin-right: .1em;
}

#from_web .tab_contents .items .price .unit {
  font-size: var(--font-size-xxl);
}

#from_web .tab_contents .homes .price .prefix {
  font-size: revert;
}

#from_web .tab_contents .homes .price .value {
  margin-left: .5em;
}

#from_web .tab_contents .homes .price .suffix {
  font-size: var(--font-size-s);
}

#from_web .tab_contents .land .item .item_title .subtitle {
  font-size: var(--font-size-s);
}


/*-------------------------------
---#from_phone
-------------------------------*/

#from_phone {
  color: #fff;
  text-align: center;
  background-color: var(--main-color);
  padding: 6rem 0;
  margin-bottom: 12rem;
}

#from_phone h2 {
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  margin-bottom: 6rem;
}

#from_phone h2 br {
  display: none;
}

#from_phone .item_list {
  grid-gap: 6rem;
  margin-bottom: 3rem;
}

#from_phone .item_list>dl dt {
  margin-bottom: 3rem;
}

#from_phone .item_list>dl dt span {
  display: block;
  font-size: var(--font-size-xxl);
  font-weight: 500;
  padding: 1.5rem 0;
}

#from_phone .item_list>dl dt::before,
#from_phone .item_list>dl dt::after {
  background-color: #fff;
}

#from_phone .item_list .desc {
  text-align-last: left;
  margin-bottom: 3rem;
}

#from_phone .item_list .tel_list {
  display: grid;
  grid-template-rows: auto;
  grid-gap: 1rem;
  font-size: var(--font-size-xxl);
}

#from_phone .item_list .tel_list a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#from_phone .item_list .tel_list a span {
  font-size: var(--font-size-exl);
  vertical-align: sub;
  margin-left: 1em;
  font-weight: normal;
}

#from_phone .item_list .line_txt {
  width: 300px;
  margin: 0 auto 6rem;
}

#from_phone .item_list .line_icon img {
  max-width: 200px;
}

#from_phone .item_list .qr_code {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

#from_phone .greeting {
  font-size: var(--font-size-xxl);
  font-weight: 500;
  margin-top: 6rem;
}

.amazon img {
  filter: drop-shadow(1px 1px 3px #d3d3d3);
}

.amazon dd {
  word-break: break-all;
}


/* extra */

.note.amazon {
  display: block;
  font-size: 80%;
}