@charset "UTF-8";
.search__conversion_contact {
  padding: 60px 25px 65px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f2e7;
  border-top: 1px solid #9b7c78;
  border-bottom: 1px solid #9b7c78;
}

@media only screen and (max-width: 767px) {
  .search__conversion_contact {
    padding: 5% 0 8%;
  }
}

.search__conversion_contact .search__conversion_contact_inner {
  max-width: 1000px;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .search__conversion_contact .search__conversion_contact_inner {
    width: 100%;
    padding: 0 4%;
  }
}

.search__conversion_contact_title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #892315;
  letter-spacing: 0.14em;
  padding-bottom: 12px;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .search__conversion_contact_title {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}

.search__conversion_contact_title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: rgba(137, 35, 21, 0.4);
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_contact_title:after {
    width: 30px;
    margin-left: -15px;
  }
}

.search_conversion_btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .search_conversion_btn_wrap {
    display: block;
  }
}

.search__conversion_btn_description {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_description {
    font-size: 1.4rem;
  }
}

.search__conversion_btn_reservation {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.14em;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_reservation {
    font-size: 2rem;
  }
}

.search__conversion_btn_reservation span::before {
  content: '';
  width: 23px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  background-image: url(/assets/img/icon/icon_house_red.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-transition: .4s;
  transition: .4s;
}

.search__conversion_btn_reservation .search__conversion_btn > a {
  min-width: 310px;
  display: inline-block;
  padding: 9px 18%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .4s;
  transition: .4s;
  background: #fff;
  border: 2px solid #892315;
  color: #892315;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_reservation .search__conversion_btn > a {
    width: 100%;
    min-width: 100%;
    padding: 2% 10%;
  }
}

.search__conversion_btn_reservation .search__conversion_btn > a:hover {
  background: #892315;
  border: 2px solid #892315;
  color: #fff;
}

.search__conversion_btn_reservation .search__conversion_btn > a:hover span::before {
  background-image: url(/assets/img/icon/icon_house.png);
  background-size: 100% auto;
}

.search__conversion_btn_request {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.14em;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_request {
    margin-top: 3%;
    font-size: 2rem;
  }
}

.search__conversion_btn_request span::before {
  content: '';
  width: 16px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  background-image: url(/assets/img/icon/icon_document_request_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: .4s;
  transition: .4s;
  margin-top: -3px;
}

.search__conversion_btn_request .search__conversion_btn > a {
  min-width: 310px;
  display: inline-block;
  padding: 9px 18%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .4s;
  transition: .4s;
  background: #892315;
  border: 2px solid #892315;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_request .search__conversion_btn > a {
    width: 100%;
    min-width: 100%;
    padding: 2% 10%;
  }
}

.search__conversion_btn_request .search__conversion_btn > a:hover {
  background: #fff;
  border: 2px solid #892315;
  color: #892315;
}

.search__conversion_btn_request .search__conversion_btn > a:hover span::before {
  background-image: url(/assets/img/icon/icon_document_request_red.png);
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_tel {
    margin-top: 3%;
  }
  .search__conversion_btn_tel .search__conversion_tel_contact {
    width: 94%;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) {
  .main_contents {
    margin-top: 61px !important;
    margin-bottom: 70px;
  }
}

.mv_slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .mv_slider {
    width: 100%;
  }
}

.mv_slider .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}

.mv_slider .swiper-slide {
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .mv_slider .swiper-slide {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .mv_slider .swiper-slide {
    width: 100%;
    height: 53vw;
  }
}

.mv_slider .swiper-slide img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .mv_slider .swiper-slide img {
    width: 100%;
    height: auto;
  }
}

.mv_slider .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.mv_slider .swiper-slide-next::after,
.mv_slider .swiper-slide-prev::after {
  opacity: 1;
}

.mv_slider .swiper-pagination {
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .mv_slider .swiper-pagination {
    bottom: 2%;
  }
}

.mv_slider .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 10px;
  background: #fff;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 5px -1px #000;
  box-shadow: 0px 0px 5px -1px #000;
  -webkit-transition: .4s;
  transition: .4s;
}

@media only screen and (max-width: 767px) {
  .mv_slider .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 5px;
  }
}

.mv_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #d2d2d1;
}

.swiper-button-prev, .swiper-button-next {
  background-image: url(/assets/img/common/slider_arrow_white.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: .4s;
  transition: .4s;
  width: 45px;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 35px;
  }
}

.swiper-button-prev {
  left: 50px;
  background-position: right top;
}

@media only screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 0;
    background-position: center top;
  }
}

@media only screen and (min-width: 768px) {
  .swiper-button-prev:hover {
    background-position: left top;
  }
}

.swiper-button-next {
  right: 50px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-position: right top;
}

@media only screen and (max-width: 767px) {
  .swiper-button-next {
    right: 0;
    background-position: center top;
  }
}

@media only screen and (min-width: 768px) {
  .swiper-button-next:hover {
    background-position: left top;
  }
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.panel_radios {
  display: none;
}

.tabs_list {
  margin-top: 50px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .tabs_list {
    border-top: 1px solid #fff;
  }
}

.tabs_list_item {
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.5rem;
  width: 20%;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .tabs_list_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media only screen and (min-width: 768px) {
  .tabs_list_item:first-of-type label {
    border-left: 3px solid #000;
  }
}

@media only screen and (max-width: 767px) {
  .tabs_list_item:nth-of-type(odd) {
    border-left: 1px solid #fff;
  }
}

@media only screen and (max-width: 767px) {
  .tabs_list_item {
    width: 50%;
    font-size: 1.4rem;
  }
  .tabs_list_item.special_link {
    width: 100%;
  }
  .tabs_list_item.special_site {
    width: 100%;
  }
  .tabs_list--twobtn .tabs_list_item.special_link,
  .tabs_list--twobtn .tabs_list_item.special_site{
    width: 50%;
  }
  .tabs_list--twobtn .tabs_list_item.special_link a{
    border-bottom: 3px solid #000;
  }
}

.tabs_list_item > label, .tabs_list_item > a {
  border: 3px solid #000;
  border-width: 3px 0 0 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

@media only screen and (max-width: 767px) {
  .tabs_list_item > label, .tabs_list_item > a {
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    padding: 3% 0;
    min-height: 50px;
  }
}

.tabs_list_item > label span, .tabs_list_item > a span {
  width: 100%;
  display: block;
  font-size: 1.2rem;
}

.tabs_list_item > label.panel_label_active, .tabs_list_item > a.panel_label_active {
  background-color: #fff;
  color: #000;
}

.tabs_list_item > label {
  position: relative;
}

.tabs_list_item > label::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  top: 50%;
  right: -1px;
  background: #8d8d8d;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .tabs_list_item > label::after {
    content: none;
  }
}

.tabs_list_item > label:hover {
  background: #fff;
  color: #000;
}

.tabs_list_item.special_site {
  border-left: none;
}

.tabs_list_item.special_site > a {
  width: 100%;
  height: 100%;
  color: #000000;
  border: 3px solid #444444;
  background: #444444;
  padding: 2% 0;
}

.tabs_list_item.special_site > a span {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .tabs_list_item.special_site > a span {
    font-size: 1.4rem;
  }
}

.tabs_list_item.special_site > a[target="_blank"] span {
  position: relative;
  display: inline;
  width: auto;
  padding-right: 20px;
}

.tabs_list_item.special_site > a[target="_blank"] span::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 9px;
  margin-top: -3px;
  top: 50%;
  right: 0;
  background: url(/assets/img/icon/icon_blank_black.png) no-repeat center top;
  background-size: 100% 100%;
}

.tabs_list_item.special_site > a:hover {
  opacity: .7;
}


.tabs_list_item.special_link > a {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #000;
  padding: 5px 0 10px;
  transition: background-color .4s,color .4s !important;
}

@media only screen and (max-width: 767px) {
  .tabs_list_item.special_link > a {
    padding: 2% 0;
  }
}

.tabs_list_item.special_link > a span {
  font-size: 1.5rem;
  max-width: 140px;
}

@media only screen and (max-width: 767px) {
  .tabs_list_item.special_link > a span {
    max-width: 90%;
    font-size: 1.4rem;
  }
}

.tabs_list_item.special_link.special_link--blank > a span {
  position: relative;
  display: inline;
  width: auto;
  padding-right: 20px;
}

.tabs_list_item.special_link.special_link--blank > a span::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 9px;
  margin-top: -3px;
  top: 50%;
  right: 0;
  background: url(/assets/img/icon/icon_blank_white.png) no-repeat center top;
  background-size: 100% 100%;
}

.tabs_list_item.special_link > a:hover {
  background: #fff;
  color: #000;
}

.tabs_list_item.special_link.special_link--blank > a:hover span::after {
  background: url(/assets/img/icon/icon_blank_black.png) no-repeat center top;
  background-size: 100% 100%;
}


.tabs_list_item.disabled > label {
  background: #000;
  color: #4b4b4b;
  cursor: default;
  pointer-events: none;
}

.following__btn_sp {
  position: absolute;
}

.following__btn_sp .acd_contents_main {
  display: none;
}

@media only screen and (min-width: 768px) {
  .following__btn_sp .acd_contents_main {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .following__btn_sp.tabs_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
  }
  .following__btn_sp.tabs_fixed .following_menu_btn {
    opacity: 1;
    padding: 2% 4%;
    height: auto;
  }
  .following__btn_sp.tabs_fixed .acd_contents_main {
    opacity: 1;
    height: auto;
  }
  .following__btn_sp.ppp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  .following__btn_sp.ppp .following_menu_btn {
    opacity: 1;
    padding: 2% 4%;
    height: auto;
  }
  .following__btn_sp.ppp .acd_contents_main {
    opacity: 1;
    height: auto;
  }
}

.following__btn_sp .following_menu_btn {
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity .6S ease-in-out;
  transition: opacity .6S ease-in-out;
  position: relative;
}

.following__btn_sp .following_menu_btn .menu_btn_text {
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.1em;
}

.following__btn_sp .following_menu_btn .menu_btn_line {
  position: absolute;
  display: block;
  width: 28px;
  height: 15px;
  cursor: pointer;
  top: 50%;
  right: 4%;
  margin-top: -7px;
}

.following__btn_sp .following_menu_btn .menu_btn_line span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.following__btn_sp .following_menu_btn .menu_btn_line span.btn__bar_first {
  top: 0;
}

.following__btn_sp .following_menu_btn .menu_btn_line span.btn__bar_three {
  bottom: 0;
}

.following__btn_sp .following_menu_btn.button_open .menu_btn_line {
  height: 21px;
  margin-top: -10px;
}

.following__btn_sp .following_menu_btn.button_open .menu_btn_line span.btn__bar_first {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.following__btn_sp .following_menu_btn.button_open .menu_btn_line span.btn__bar_second {
  opacity: 0;
}

.following__btn_sp .following_menu_btn.button_open .menu_btn_line span.btn__bar_three {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.following__btn_sp .acd_contents_main {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity .6S ease-in-out;
  transition: opacity .6S ease-in-out;
}

.following__btn_sp .btn_side__wrap {
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
  .tabs_list_upper.site_none .tabs_list_item:last-of-type label {
    border-right: 3px solid #000;
  }
  .tabs_list_upper.site_none .tabs_list_item:last-of-type a {
    border-right: 3px solid #000;
  }
  .tabs_list_upper.site_none .tabs_list_item:last-of-type label::after {
    content: none;
  }
}

@media only screen and (max-width: 767px) {
  .tabs_list_lower {
    display: none;
  }
}

.tabs_list_lower .tabs_list_item:first-of-type label {
  border-left: 3px solid #000;
}

.tabs_list_lower .tabs_list_item > label, .tabs_list_lower .tabs_list_item > a {
  border-width: 0 0 3px 0;
}

@media only screen and (min-width: 768px) {
  .tabs_list_lower .tabs_list_item:last-of-type label {
    border-right: 3px solid #000;
  }
  .tabs_list_lower .tabs_list_item:last-of-type label::after {
    content: none;
  }
}

.panel_contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

.panel_contents__inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

#panel_info:checked ~ #panels #panel_info__wrap .panel_contents,
#panel_plan_model:checked ~ #panels #panel_plan_model__wrap .panel_contents,
#panel_plan_free:checked ~ #panels #panel_plan_free__wrap .panel_contents,
#panel_access:checked ~ #panels #panel_access__wrap .panel_contents {
  max-height: 100%;
  max-height: initial;
  opacity: 1;
}

#panels {
  margin: 50px 0 0;
}

@media only screen and (max-width: 767px) {
  #panels {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .panel_contents {
    font-size: 1.3rem;
  }
}

.panel_contents img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
  .panel_contents img {
    margin-top: 5%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .panel_contents img.pc_only {
    display: none !important;
  }
}

.panel_contents img.sp_only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .panel_contents img.sp_only {
    display: block !important;
  }
}

.panel_contents .image_full {
  width: 100%;
  max-width: 100%;
}

.panel_contents .image_normal {
  width: 100%;
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  .panel_contents .image_normal {
    max-width: 92%;
  }
}

.panel_contents .image_small {
  max-width: 400px;
}

@media only screen and (max-width: 767px) {
  .panel_contents .image_small {
    max-width: 64.5%;
  }
}

.panel_contents .sec_title__group {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 25px;
}

@media only screen and (max-width: 767px) {
  .panel_contents .sec_title__group {
    width: 92%;
    margin-bottom: 4%;
  }
}

.panel_contents .sec_title_sub {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
}

.panel_contents .sec_title_alpha {
  font-size: 1rem;
  color: #a4a4a4;
  margin-top: 5px;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.3em;
}

.panel_contents p {
  width: 100%;
  max-width: 750px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .panel_contents p {
    width: 92%;
  }
}

.panel_contents .outline__wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  background: #f7f7f7;
  padding: 30px 30px 40px;
}

@media only screen and (max-width: 767px) {
  .panel_contents .outline__wrap {
    width: 92%;
    padding: 6% 4%;
  }
}

.panel_contents .outline__wrap .outline__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.panel_contents .outline__wrap .outline__item .outline__item_title {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-align: left;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (max-width: 767px) {
  .panel_contents .outline__wrap .outline__item .outline__item_title {
    text-align: center;
    font-size: 1.6rem;
  }
}

.panel_contents .outline__wrap .outline__item dl {
  width: 48.6%;
  padding: 10px 0;
  background: url(/assets/img/common/dot_line_outline.gif) repeat-x center bottom;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .panel_contents .outline__wrap .outline__item dl {
    width: 100%;
    font-size: 1.3rem;
    display: block;
    padding: 3% 0;
  }
}

.panel_contents .outline__wrap .outline__item dl dt {
  width: 31%;
}

@media only screen and (max-width: 767px) {
  .panel_contents .outline__wrap .outline__item dl dt {
    width: auto;
    display: inline-block;
  }
  .panel_contents .outline__wrap .outline__item dl dt::before {
    content: '[ ';
  }
  .panel_contents .outline__wrap .outline__item dl dt::after {
    content: ' ]';
  }
}

.panel_contents .outline__wrap .outline__item dl dd {
  width: 66%;
}

@media only screen and (max-width: 767px) {
  .panel_contents .outline__wrap .outline__item dl dd {
    width: 100%;
  }
}

.panel_contents .outline__wrap .outline__item dl:first-of-type, .panel_contents .outline__wrap .outline__item dl:nth-of-type(2) {
  background: url(/assets/img/common/dot_line_outline.gif) repeat-x center top, url(/assets/img/common/dot_line_outline.gif) repeat-x center bottom;
}

@media only screen and (max-width: 767px) {
  .panel_contents .outline__wrap .outline__item dl:nth-of-type(2) {
    background: url(/assets/img/common/dot_line_outline.gif) repeat-x center bottom;
  }
}

.panel_contents .outline__wrap .outline__item + .outline__item {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .panel_contents .outline__wrap .outline__item + .outline__item {
    margin-top: 10%;
  }
}

.panel_contents .outline__wrap P {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .panel_contents .outline__wrap P {
    font-size: 1.3rem;
    margin-top: 8%;
  }
}

.panel_contents .page_nav {
  margin: 50px 0 23px;
}

.panel_contents .page_nav .page_nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panel_contents .page_nav .page_nav__list li {
  margin: 0 5px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #000;
}

.panel_contents .page_nav .page_nav__list li a {
  width: 190px;
  border: 1px solid #c9c9c9;
  text-align: center;
  display: block;
  padding: 5px 25px;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.panel_contents .page_nav .page_nav__list li a::after {
  content: '';
  background: transparent;
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.panel_contents .page_nav .page_nav__list li a:hover {
  background: #000;
  color: #fff;
}

.panel_contents .page_nav .page_nav__list li a:hover::after {
  margin-top: 0;
  border-color: #fff;
}

.panel_contents .page_nav .page_nav__list li:nth-of-type(n+6) {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .panel_contents .acd_contents_wrap {
    padding: 0 4% 8% 4%;
  }
}

@media only screen and (max-width: 767px) {
  .panel_contents .acd_contents + .acd_contents {
    margin-top: 5px;
  }
}

.panel_contents .acd_contents .acd_trigger {
  display: block;
  cursor: pointer;
  background-color: #000;
  text-align: center;
  width: 100%;
  padding: 2%;
  color: #fff;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .panel_contents .acd_contents .acd_trigger {
    display: none;
  }
}

.panel_contents .acd_contents .acd_trigger::after {
  content: '';
  background: transparent;
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.panel_contents .acd_contents .acd_trigger.button_open {
  margin-bottom: 4%;
}

.panel_contents .acd_contents .acd_trigger.button_open::after {
  content: '';
  background: transparent;
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.panel_contents .acd_contents .acd_contents_main {
  /* display: none; */
}

@media only screen and (max-width: 767px) {
  .panel_contents .acd_contents .acd_contents_main {
    margin-top: 4%;
    height: 0;
    overflow: hidden;
  }
  .panel_contents .acd_contents .acd_contents_main.acd-open {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .panel_contents .acd_contents .acd_contents_main {
    display: block !important;
  }
}

.panel_contents .acd_contents .acd_contents_title {
  width: 100%;
  max-width: 1000px;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 7px 0;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  letter-spacing: 0.08em;
}

.panel_contents .acd_contents p {
  text-align: center;
}

.panel_contents .acd_contents p + p {
  margin-top: 1em;
}

.panel_contents .acd_contents .land_wrap {
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .panel_contents .acd_contents .land_wrap {
    margin-bottom: 8%;
  }
}

.panel_contents .acd_contents .floor_wrap {
  width: 750px;
  margin: 45px auto 0;
}

@media only screen and (max-width: 767px) {
  .panel_contents .acd_contents .floor_wrap {
    width: 100%;
    margin-top: 3%;
  }
  .panel_contents .acd_contents .floor_wrap + .floor_wrap {
    margin-top: 6%;
  }
}

.panel_contents .acd_contents .floor_wrap h6 {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  padding-bottom: 5px;
  background: url(/assets/img/common/dot_line_outline.gif) repeat-x center bottom;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .panel_contents .acd_contents .floor_wrap h6 {
    margin-top: 4%;
  }
}

.panel_contents .acd_contents .floor_wrap p {
  text-align: left;
  width: 100%;
}

#panel_info__wrap .news {
  width: 100%;
  max-width: 1000px;
  background: #f1f1f1;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #panel_info__wrap .news {
    width: 92%;
    padding: 8% 5% 10%;
    font-size: 1.3rem;
  }
}

#panel_info__wrap .concept {
  margin-top: 100px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #panel_info__wrap .concept {
    margin-top: 12%;
    margin-bottom: 10%;
  }
}

#panel_info__wrap .panel_info__box {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #panel_info__wrap .panel_info__box {
    margin-bottom: 10%;
  }
}

#panel_info__wrap .panel_info__box + .panel_info__box {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  #panel_info__wrap .panel_info__box + .panel_info__box {
    margin-top: 12%;
  }
}

#panel_info__wrap .landplan {
  margin-top: 100px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #panel_info__wrap .landplan {
    margin-top: 12%;
    margin-bottom: 10%;
  }
}

#panel_info__wrap .outline {
  margin-top: 100px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #panel_info__wrap .outline {
    margin-top: 12%;
    margin-bottom: 10%;
  }
}

#panel_info__wrap .news__freearea p {
  width: 100%;
  max-width: 100%;
}

.news__freearea h3, .news__freearea h4, .news__freearea h5, .concept__freearea h3, .concept__freearea h4, .concept__freearea h5, .landplan__freearea h3, .landplan__freearea h4, .landplan__freearea h5 {
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 600;
  max-width: 900px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .news__freearea h3, .news__freearea h4, .news__freearea h5, .concept__freearea h3, .concept__freearea h4, .concept__freearea h5, .landplan__freearea h3, .landplan__freearea h4, .landplan__freearea h5 {
    width: 92%;
    font-size: 1.5rem;
    margin-bottom: 3%;
  }
}

.modelplan_freearea h3, .modelplan_freearea h4, .freeplan_freearea h3, .freeplan_freearea h4 {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .modelplan_freearea h3, .modelplan_freearea h4, .freeplan_freearea h3, .freeplan_freearea h4 {
    font-size: 2.4rem;
  }
}

.modelplan_freearea h5, .freeplan_freearea h5 {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .modelplan_freearea h5, .freeplan_freearea h5 {
    font-size: 1.8rem;
  }
}

.access__freearea {
  margin: 25px 0;
}

@media only screen and (max-width: 767px) {
  .access__freearea {
    margin: 4% 0;
  }
}

.access__freearea h3 {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  max-width: 900px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .access__freearea h3 {
    width: 92%;
    margin: 0 auto 3%;
    font-size: 2.4rem;
  }
}

.access__freearea h4, .access__freearea h5 {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .access__freearea h4, .access__freearea h5 {
    width: 92%;
    margin: 0 auto 1em;
    font-size: 1.8rem;
  }
}

.access .access__route_map {
  width: 100%;
  max-width: 1000px;
}

.access + .location {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .access + .location {
    margin-top: 12%;
  }
}

.location .access__location_map {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .location .access__location_map {
    margin-bottom: 6%;
  }
}

.location .access__location_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .location .access__location_list {
    width: 92%;
    margin: 0 auto 8%;
  }
}

.location .access__location_list li {
  width: 22%;
  margin-right: 4%;
}

@media only screen and (max-width: 767px) {
  .location .access__location_list li {
    width: 32.6%;
    margin-right: 1.1%;
  }
  .location .access__location_list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .location .access__location_list li:nth-child(4n) {
    margin-right: 0;
  }
}

.location .access__location_list li figcaption {
  text-align: center;
  margin-top: 5px;
}

.location .acd_outline_contents {
  margin-top: 60px;
}

.location .acd_outline_contents .acd_trigger {
  width: 100%;
  max-width: 100%;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", sans-serif;
  background: #eeeeee;
  text-align: center;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.location .acd_outline_contents .acd_trigger:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .location .acd_outline_contents .acd_trigger {
    width: 92%;
  }
}

.location .acd_outline_contents .acd_trigger::after {
  content: '';
  background: transparent;
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.location .acd_outline_contents .acd_trigger.button_open::after {
  content: '';
  background: transparent;
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.location .acd_outline_contents .outline__wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .panel_contents .outline__wrap .outline__item_access dl dt {
    width: 60%;
  }
  .panel_contents .outline__wrap .outline__item_access dl dd {
    width: 32%;
  }
}

.google_maps {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .google_maps {
    padding-bottom: 65%;
  }
}

.google_maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.bottom_contents {
  margin: 70px auto;
}

@media only screen and (max-width: 767px) {
  .bottom_contents {
    margin: 8.5% auto;
  }
}

.bottom_contents .banner {
  max-width: 750px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .bottom_contents .banner {
    width: 92%;
  }
}

.bottom_contents .banner img {
  width: 100%;
}

.bottom_contents .banner a {
  -webkit-transition: .4s;
  transition: .4s;
}

.bottom_contents .banner a:hover {
  opacity: .7;
}

.bottom_contents .two-banner {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .bottom_contents .two-banner {
    width: 92%;
    display: block; }
}

.bottom_contents .two-banner p {
  width: 48.5%;
  max-width: 485px;
}

@media only screen and (max-width: 767px) {
  .bottom_contents .two-banner p {
    width: 100%;
    max-width: 100%;
  }
  .bottom_contents .two-banner p + p {
    margin-top: 5%;
  }
}

.bottom_contents .two-banner p img {
  width: 100%;
}

.bottom_contents .two-banner p a {
  display: block;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.bottom_contents .two-banner p a:hover {
  opacity: .7;
}

.bottom_contents .btn_back {
  width: 270px;
  margin: 45px auto 0;
}

@media only screen and (max-width: 767px) {
  .bottom_contents .btn_back {
    width: 100%;
    margin: 8% auto 0;
  }
}

.bottom_contents .btn_back a {
  display: block;
  width: 100%;
  padding: 9px 15px 9px 35px;
  background: #fff;
  border: 2px solid #253f76;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  color: #253f76;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .4s,background-color .4s;
  transition: color .4s,background-color .4s;
  position: relative;
}

.bottom_contents .btn_back a::before {
  background: #253f76;
  content: "";
  height: 1px;
  left: 25px;
  margin-left: -10px;
  margin-top: -1px;
  position: absolute;
  top: 55%;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  width: 14px;
}

@media only screen and (max-width: 767px) {
  .bottom_contents .btn_back a::before {
    width: 12px;
    left: 20px;
  }
}

.bottom_contents .btn_back a::after {
  background: #253f76;
  content: "";
  height: 1px;
  left: 25px;
  margin-left: -6px;
  margin-top: -5px;
  position: absolute;
  top: 52%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  width: 5px;
}

@media only screen and (max-width: 767px) {
  .bottom_contents .btn_back a::after {
    margin-top: -4px;
    width: 5px -2px;
    left: 20px;
  }
}

.bottom_contents .btn_back a:hover::before, .bottom_contents .btn_back a:hover::after {
  left: 20px;
}

@media only screen and (max-width: 767px) {
  .bottom_contents .btn_back a:hover::before, .bottom_contents .btn_back a:hover::after {
    left: 15px;
  }
}

.bottom_contents .btn_back a:before, .bottom_contents .btn_back a:after {
  -webkit-transition: left .4s,right .4s,background-color .4s;
  transition: left .4s,right .4s,background-color .4s;
}

@media only screen and (max-width: 767px) {
  .bottom_contents .btn_back a {
    width: 80%;
    max-width: 250px;
    margin: 0 auto;
    padding: 3% 2% 3% 5%;
    font-size: 1.5rem;
  }
}

.bottom_contents .btn_back a:hover {
  background: #253f76;
  color: #fff;
}

.bottom_contents .btn_back a:hover:before, .bottom_contents .btn_back a:hover:after {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .btn_side__wrap {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -188px;
    z-index: 95;
  }
}

@media only screen and (max-width: 767px) {
  .btn_side__wrap {
    background: #fff;
    padding: 4%;
    position: static;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .btn_side__wrap .btn_side {
    width: 50%;
  }
}

.btn_side__wrap .btn_side a {
  width: 65px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #892315;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 38px 15px;
  position: relative;
  letter-spacing: 0.18em;
}

@media only screen and (max-width: 767px) {
  .btn_side__wrap .btn_side a {
    width: 100%;
    text-align: center;
    padding: 5%;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.btn_side__wrap .btn_side_reservation a {
  background: #fff;
  color: #892315;
}

.btn_side__wrap .btn_side_reservation a::before {
  content: '';
  width: 23px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  background-image: url(/assets/img/icon/icon_house_red.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  -webkit-transition: .4s;
  transition: .4s;
  margin-right: 4px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .btn_side__wrap .btn_side_reservation a::before {
    padding: 0;
    margin-top: -4px;
    margin-bottom: 0;
  }
}

.btn_side__wrap .btn_side_reservation a:hover {
  background: #892315;
  border: 2px solid #892315;
  color: #fff;
}

.btn_side__wrap .btn_side_reservation a:hover::before {
  background-image: url(/assets/img/icon/icon_house.png);
  background-size: 100% auto;
}

.btn_side__wrap .btn_side_request {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .btn_side__wrap .btn_side_request {
    margin-top: 0;
  }
}

.btn_side__wrap .btn_side_request a {
  background: #892315;
  color: #fff;
}

.btn_side__wrap .btn_side_request a::before {
  content: '';
  width: 16px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  background-image: url(/assets/img/icon/icon_document_request_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  -webkit-transition: .4s;
  transition: .4s;
  margin-right: 8px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .btn_side__wrap .btn_side_request a::before {
    margin-top: -4px;
    margin-bottom: 0;
    padding: 0;
  }
}

.btn_side__wrap .btn_side_request a:hover {
  background: #fff;
  border: 2px solid #892315;
  color: #892315;
}

.btn_side__wrap .btn_side_request a:hover::before {
  background-image: url(/assets/img/icon/icon_document_request_red.png);
  background-size: 100% auto;
}

.slider__wrap {
  margin: 60px 0 80px;
}

@media only screen and (max-width: 767px) {
  .slider__wrap {
    margin: 5% 0 8%;
  }
}

.slider__main {
  position: relative;
}

.slider__main .swiper-slide {
  background: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .slider__main .swiper-slide {
    height: 618px;
  }
}

@media only screen and (max-width: 767px) {
  .slider__main .swiper-slide {
    height: 56.856vw;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .slider__main .swiper-slide:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url(/assets/img/case/detail/icon_zoom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
    bottom: 10px;
    right: 10px;
  }
}


.slider__main .swiper-slide.image_wide img {
  width: 100%;
  height: auto;
}

.slider__main .swiper-slide.image_tall img {
  height: 100%;
  width: auto;
}

.slider__main .swiper-button-prev {
  left: -75px;
}

@media only screen and (max-width: 1200px) {
  .slider__main .swiper-button-prev {
    left: 0;
  }
}

.slider__main .swiper-button-next {
  right: -75px;
}

@media only screen and (max-width: 1200px) {
  .slider__main .swiper-button-next {
    right: 0;
  }
}

.slider__main img {
  width: auto;
  max-width: 100%;
  margin-top: 0;
}

.slider__detail {
  background: #f1f1f1;
  padding-top: 22px;
}

@media only screen and (max-width: 767px) {
  .slider__detail {
    padding-top: 4%;
  }
}

.slider__detail .slider__detail_where {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .slider__detail .slider__detail_where {
    font-size: 1.6rem;
  }
}

.slider__detail .slider__detail_text {
  font-size: 1.4rem;
  margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .slider__detail .slider__detail_text {
    font-size: 1.3rem;
  }
}

.swiper-container2, .swiper-container3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-container2 img, .swiper-container3 img {
  margin: 0;
}

.swiper-container2 .swiper-slide, .swiper-container3 .swiper-slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/**/
.swiper-pagination-thumbs, .swiper-pagination-thumbs2 {
  padding: 22px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f1f1f1;
}

@media only screen and (max-width: 767px) {
  .swiper-pagination-thumbs, .swiper-pagination-thumbs2 {
    padding: 4% 0 4% 7%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.swiper-pagination-thumb {
  width: 150px;
  height: 94px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
  margin: 5px 10px 5px 0;
}

@media only screen and (max-width: 767px) {
  .swiper-pagination-thumb {
    width: 0;
    height: 0;
    padding: 2%;
    background: #c9c9c9 !important;
    border-radius: 50%;
    margin: 5px 7% 5px 0;
  }
}

@media only screen and (min-width: 768px) {
  .swiper-pagination-thumb:nth-child(6n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .swiper-pagination-thumb.swiper-pagination-thumb-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (max-width: 767px) {
  .swiper-pagination-thumb.swiper-pagination-thumb-active {
    background: #000 !important;
  }
}

@media only screen and (min-width: 768px) {
  .contents_wrap {
    margin-top: 0 !important;
  }
}

.tabs_list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tabs_list .tabs_list_item {
  -webkit-transition: color .2s;
  transition: color .2s;
}

.tabs_list .tabs_list_item > label {
  -webkit-transition: background-color .4s,color .4s;
  transition: background-color .4s,color .4s;
}

.tabs_list .tabs_list_item > a {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

body.kotei {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

body.kotei .following__btn_sp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

body.kotei .following__btn_sp .following_menu_btn {
  opacity: 1;
  padding: 2% 4%;
  height: auto;
}

body.kotei .following__btn_sp .acd_contents_main {
  opacity: 1;
  height: auto;
}

body.fixed2 {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

body.fixed2 .following__btn_sp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

body.fixed2 .following__btn_sp .following_menu_btn {
  opacity: 1;
  padding: 2% 4%;
  height: auto;
}

body.fixed2 .following__btn_sp .acd_contents_main {
  opacity: 1;
  height: auto;
}

.follow_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
  display: none;
  cursor: pointer;
}
