@charset "UTF-8";
/*----------------
fv_details
----------------*/
.fv_details .inner {
  width: 1088px;
  margin: 0 auto;
}
@media (max-width: 1160px) {
  .fv_details .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .fv_details .inner {
    width: calc(100% - 30px);
  }
}
.fv_details .inner .pic {
  margin: 0 auto;
  padding-top: 75px;
}
@media (max-width: 1160px) {
  .fv_details .inner .pic {
    margin-top: 0;
  }
}
.fv_details .inner .pic img {
  width: 100%;
  height: 687px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1160px) {
  .fv_details .inner .pic img {
    height: 59.224vw;
  }
}
.fv_details .inner h2 {
  margin-top: 72px;
  font-size: 50px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 1160px) {
  .fv_details .inner h2 {
    margin-top: 40px;
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .fv_details .inner h2 {
    margin-top: 32px;
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .fv_details .inner h2 {
    margin-top: 24px;
    font-size: 24px;
  }
}
.fv_details .inner h2:after {
  display: block;
  margin: 16px auto;
  width: 1090px;
  height: 0.5px;
  content: "";
  background: #231815;
}
@media (max-width: 1160px) {
  .fv_details .inner h2:after {
    width: calc(100% - 60px);
    margin: 14px auto;
  }
}
@media (max-width: 800px) {
  .fv_details .inner h2:after {
    margin-top: 56px;
    margin: 12px auto;
  }
}
@media (max-width: 480px) {
  .fv_details .inner h2:after {
    width: calc(100% - 30px);
    margin: 10px auto;
  }
}
.fv_details .inner .fv_txt {
  font-size: 24px;
  text-align: center;
  color: #050000;
  line-height: 1.65;
}
@media (max-width: 1160px) {
  .fv_details .inner .fv_txt {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .fv_details .inner .fv_txt {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .fv_details .inner .fv_txt {
    font-size: 14px;
  }
}

/*----------------
model_gallery
----------------*/
.model_gallery {
  margin-bottom: 60px;
}
@media (max-width: 1160px) {
  .model_gallery {
    margin-bottom: 56px;
  }
}
@media (max-width: 800px) {
  .model_gallery {
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .model_gallery {
    margin-bottom: 40px;
  }
}
.model_gallery .inner {
  width: 1088px;
  margin: 0 auto;
}
@media (max-width: 1160px) {
  .model_gallery .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .model_gallery .inner {
    width: calc(100% - 30px);
  }
}
.model_gallery .inner h2 {
  margin: 88px auto 37px;
  font-size: 24px;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
  text-align: center;
  color: #192854;
  letter-spacing: 0.5em;
  font-weight: normal;
}
@media (max-width: 1160px) {
  .model_gallery .inner h2 {
    margin: 56px auto 28px;
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner h2 {
    margin: 48px auto 24px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner h2 {
    margin: 40px auto 16px;
    font-size: 14px;
  }
}
.model_gallery .inner .wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1160px) {
  .model_gallery .inner .wrap {
    gap: 6px;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner .wrap {
    gap: 6px;
  }
}
@media (max-width: 600px) {
  .model_gallery .inner .wrap {
    display: block;
  }
}
@media (max-width: 600px) {
  .model_gallery .inner .wrap .left {
    margin-bottom: 8px;
  }
}
.model_gallery .inner .wrap .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.model_gallery .inner .wrap .right .r_pic {
  margin-bottom: 10px;
}
.model_gallery .inner .wrap .right .r_pic:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1160px) {
  .model_gallery .inner .wrap .right .r_pic {
    margin-bottom: 6px;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner .wrap .right .r_pic {
    margin-bottom: 6px;
  }
}
@media (max-width: 600px) {
  .model_gallery .inner .wrap .right .r_pic {
    margin-bottom: 8px;
  }
}
.model_gallery .inner .wrap .right .r_pic img {
  width: 100%;
}
.model_gallery .inner .area_ttl {
  color: #fff;
  padding: 14px;
  font-size: 32px;
  background: #192854;
  margin-right: 20px;
  width: 226px;
  text-align: center;
  margin-top: 105px;
}
@media (max-width: 1160px) {
  .model_gallery .inner .area_ttl {
    padding: 12px;
    font-size: 24px;
    width: 195px;
    margin-top: 56px;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner .area_ttl {
    font-size: 24px;
  }
}
@media (max-width: 664px) {
  .model_gallery .inner .area_ttl {
    font-size: 20px;
    width: 124px;
    margin-bottom: 12px;
    margin-top: 48px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner .area_ttl {
    padding: 10px;
    font-size: 18px;
    margin-top: 40px;
  }
}
.model_gallery .inner p.g_txt1 {
  font-size: 12px;
  text-align: right;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
}
.model_gallery .inner .area_pic {
  width: 845px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 1160px) {
  .model_gallery .inner .area_pic {
    width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner .area_pic {
    margin-top: 16px;
  }
}
.model_gallery .inner .area_pic img {
  width: 100%;
}
.model_gallery .inner p.g_txt2 {
  margin: 0 auto;
  width: 853px;
  margin-top: 32px;
  font-size: 16px;
  margin-top: 47px;
  font-size: 22px;
  line-height: 1.75;
}
@media (max-width: 1160px) {
  .model_gallery .inner p.g_txt2 {
    margin-top: 32px;
    font-size: 16px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner p.g_txt2 {
    margin-top: 24px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner p.g_txt2 {
    margin-top: 8px;
    font-size: 12px;
  }
}
.model_gallery .inner p.g_txt2 span {
  font-size: 28px;
  line-height: 1.75;
}
@media (max-width: 1160px) {
  .model_gallery .inner p.g_txt2 span {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner p.g_txt2 span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner p.g_txt2 span {
    font-size: 14px;
  }
}
.model_gallery .inner p.g_txt2 iframe {
  width: 100% !important;
}
@media (max-width: 1160px) {
  .model_gallery .inner p.g_txt2 iframe {
    height: 55vw;
  }
}
.model_gallery .inner .wrap2 {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
@media (max-width: 1160px) {
  .model_gallery .inner .wrap2 {
    margin-top: 56px;
    gap: 12px;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner .wrap2 {
    margin-top: 48px;
    gap: 6px;
  }
}
@media (max-width: 650px) {
  .model_gallery .inner .wrap2 {
    display: block;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner .wrap2 {
    margin-top: 40px;
  }
}
.model_gallery .inner .wrap2 .pic {
  margin-bottom: 8px;
}
.model_gallery .inner .wrap2 .pic img {
  width: 100%;
}
.model_gallery .inner .g_txt3 {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
}
.model_gallery .inner .t_wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 12px;
}
@media (max-width: 1160px) {
  .model_gallery .inner .t_wrap {
    margin-top: 20px;
    gap: 8px;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner .t_wrap {
    margin-top: 18px;
  }
}
@media (max-width: 664px) {
  .model_gallery .inner .t_wrap {
    display: block;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner .t_wrap {
    margin-top: 16px;
    width: 100%;
    justify-content: flex-start;
    gap: 4px;
  }
}
.model_gallery .inner .t_wrap .plan {
  color: #fff;
  padding: 14px;
  font-size: 32px;
  background: #192854;
  margin-right: 20px;
  width: 226px;
  text-align: center;
}
@media (max-width: 1160px) {
  .model_gallery .inner .t_wrap .plan {
    padding: 12px;
    font-size: 24px;
    width: 195px;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner .t_wrap .plan {
    font-size: 24px;
  }
}
@media (max-width: 664px) {
  .model_gallery .inner .t_wrap .plan {
    font-size: 20px;
    width: 124px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner .t_wrap .plan {
    padding: 10px;
    font-size: 18px;
  }
}
.model_gallery .inner .t_wrap .desc {
  font-size: 37px;
  line-height: 1;
  width: auto;
}
@media (max-width: 1160px) {
  .model_gallery .inner .t_wrap .desc {
    font-size: 30px;
  }
}
@media (max-width: 885px) {
  .model_gallery .inner .t_wrap .desc {
    font-size: 24px;
  }
}
@media (max-width: 733px) {
  .model_gallery .inner .t_wrap .desc {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner .t_wrap .desc {
    font-size: 12px;
    line-height: 1.5;
  }
}
.model_gallery .inner .desc_wrap {
  display: flex;
  font-size: 20px;
  margin-left: 255px;
  gap: 8px;
}
@media (max-width: 1160px) {
  .model_gallery .inner .desc_wrap {
    margin-left: 225px;
  }
}
@media (max-width: 900px) {
  .model_gallery .inner .desc_wrap {
    font-size: 16px;
  }
}
@media (max-width: 885px) {
  .model_gallery .inner .desc_wrap {
    font-size: 14px;
  }
}
@media (max-width: 733px) {
  .model_gallery .inner .desc_wrap {
    font-size: 12px;
  }
}
@media (max-width: 664px) {
  .model_gallery .inner .desc_wrap {
    margin-left: 0;
  }
}
.model_gallery .inner .desc_wrap p {
  text-indent: -1.4em;
  padding-left: 1em;
  margin-top: -11px;
}
@media (max-width: 664px) {
  .model_gallery .inner .desc_wrap p {
    margin-top: 0;
  }
}
.model_gallery .inner .desc2_wrap {
  margin-top: 16px;
}
.model_gallery .inner .desc2_wrap .desc2_wrap1 {
  display: flex;
  font-size: 20px;
  margin-left: 255px;
  margin-bottom: 16px;
  gap: 24px;
}
@media (max-width: 1160px) {
  .model_gallery .inner .desc2_wrap .desc2_wrap1 {
    margin-left: 225px;
  }
}
@media (max-width: 900px) {
  .model_gallery .inner .desc2_wrap .desc2_wrap1 {
    font-size: 16px;
  }
}
@media (max-width: 885px) {
  .model_gallery .inner .desc2_wrap .desc2_wrap1 {
    font-size: 14px;
  }
}
@media (max-width: 733px) {
  .model_gallery .inner .desc2_wrap .desc2_wrap1 {
    font-size: 12px;
  }
}
@media (max-width: 664px) {
  .model_gallery .inner .desc2_wrap .desc2_wrap1 {
    margin-left: 0;
  }
}
.model_gallery .inner .desc2_wrap .desc2_wrap1 p {
  text-indent: -1.4em;
  padding-left: 1em;
}
.model_gallery .inner .desc2_wrap .desc2_wrap2 {
  display: flex;
  font-size: 20px;
  margin-left: 255px;
  gap: 24px;
}
@media (max-width: 1160px) {
  .model_gallery .inner .desc2_wrap .desc2_wrap2 {
    margin-left: 225px;
  }
}
@media (max-width: 900px) {
  .model_gallery .inner .desc2_wrap .desc2_wrap2 {
    font-size: 16px;
  }
}
@media (max-width: 885px) {
  .model_gallery .inner .desc2_wrap .desc2_wrap2 {
    font-size: 14px;
  }
}
@media (max-width: 733px) {
  .model_gallery .inner .desc2_wrap .desc2_wrap2 {
    font-size: 12px;
  }
}
@media (max-width: 664px) {
  .model_gallery .inner .desc2_wrap .desc2_wrap2 {
    margin-left: 0;
  }
}
.model_gallery .inner .desc2_wrap .desc2_wrap2 p {
  text-indent: -1.4em;
  padding-left: 1em;
}
.model_gallery .inner .p_txt1 {
  margin-top: 26px;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1160px) {
  .model_gallery .inner .p_txt1 {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner .p_txt1 {
    margin-top: 18px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner .p_txt1 {
    margin-top: 16px;
    font-size: 12px;
  }
}
.model_gallery .inner .p_txt1 .price_wrap {
  display: flex;
  margin-bottom: 10px;
}
.model_gallery .inner .p_txt1 .price_wrap span {
  display: inline-block;
  width: 150px;
  position: relative;
}
.model_gallery .inner .p_txt1 .price_wrap span:after {
  position: absolute;
  right: 0;
  content: ":";
}
@media (max-width: 800px) {
  .model_gallery .inner .p_txt1 .price_wrap span {
    width: 114px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner .p_txt1 .price_wrap span {
    width: 93px;
  }
}
.model_gallery .inner .p_txt1 .price_wrap .price_txt {
  text-align: right;
  width: 225px;
}
@media (max-width: 1160px) {
  .model_gallery .inner .p_txt1 .price_wrap .price_txt {
    width: 189px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner .p_txt1 .price_wrap .price_txt {
    width: 150px;
  }
}
.model_gallery .inner .p_txt1 .price_wrap .price_txt.current {
  text-align: right;
  width: 145px;
  padding-left: 9px;
}
@media (max-width: 1160px) {
  .model_gallery .inner .p_txt1 .price_wrap .price_txt.current {
    width: 125px;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner .p_txt1 .price_wrap .price_txt.current {
    width: 132px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner .p_txt1 .price_wrap .price_txt.current {
    width: 102px;
  }
}
.model_gallery .inner .p_txt2 {
  margin-top: 8px;
  font-size: 12px;
}
.model_gallery .inner .p_txt3 {
  margin-top: 26px;
  font-size: 34px;
  line-height: 1.5;
}
@media (max-width: 1160px) {
  .model_gallery .inner .p_txt3 {
    margin-top: 20px;
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner .p_txt3 {
    margin-top: 18px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner .p_txt3 {
    margin-top: 20px;
    font-size: 20px;
  }
}
.model_gallery .inner .p_txt4 {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.5;
  text-indent: -1.4em;
}
@media (max-width: 1160px) {
  .model_gallery .inner .p_txt4 {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner .p_txt4 {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner .p_txt4 {
    margin-top: 6px;
    font-size: 12px;
  }
}
.model_gallery .inner .p_txt4.sec {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.5;
  text-indent: -1em;
}
@media (max-width: 1160px) {
  .model_gallery .inner .p_txt4.sec {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner .p_txt4.sec {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner .p_txt4.sec {
    margin-top: 6px;
    font-size: 12px;
  }
}
.model_gallery .inner .map_pic.pc_ver {
  margin-top: 80px;
}
@media (max-width: 1160px) {
  .model_gallery .inner .map_pic.pc_ver {
    margin-top: 56px;
  }
}
@media (max-width: 800px) {
  .model_gallery .inner .map_pic.pc_ver {
    margin-top: 48px;
  }
}
@media (max-width: 480px) {
  .model_gallery .inner .map_pic.pc_ver {
    display: none;
  }
}
.model_gallery .inner .map_pic.pc_ver img {
  width: 100%;
}
.model_gallery .inner .map_pic.sp_ver {
  margin-top: 32px;
  display: none;
}
@media (max-width: 480px) {
  .model_gallery .inner .map_pic.sp_ver {
    display: block;
  }
}
.model_gallery .inner .map_pic.sp_ver img {
  width: 100%;
}

/*----------------
consul
----------------*/
.consul .inner {
  width: 100%;
}
.consul .inner h2 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 24px;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media (max-width: 1160px) {
  .consul .inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 800px) {
  .consul .inner h2 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media (max-width: 480px) {
  .consul .inner h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.consul .inner .con {
  background: #eae5e3;
  margin-bottom: 54px;
  padding: 32px 58px;
}
@media (max-width: 1160px) {
  .consul .inner .con {
    margin-bottom: 56px;
    padding: 32px 40px;
  }
}
@media (max-width: 800px) {
  .consul .inner .con {
    margin-bottom: 48px;
    padding: 24px 32px;
  }
}
@media (max-width: 480px) {
  .consul .inner .con {
    margin-bottom: 40px;
    padding: 16px 24px;
  }
}
.consul .inner .con h3 {
  font-size: 32px;
  font-weight: normal;
}
@media (max-width: 1160px) {
  .consul .inner .con h3 {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .consul .inner .con h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .consul .inner .con h3 {
    font-size: 18px;
  }
}
.consul .inner .con h3:after {
  display: block;
  width: 100%;
  height: 1px;
  margin: 16px auto;
  background: #231815;
  content: "";
}
@media (max-width: 1160px) {
  .consul .inner .con h3:after {
    margin: 14px auto;
  }
}
@media (max-width: 800px) {
  .consul .inner .con h3:after {
    margin: 12px auto;
  }
}
@media (max-width: 480px) {
  .consul .inner .con h3:after {
    margin: 10px auto;
  }
}
.consul .inner .con .consul_desc {
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 1160px) {
  .consul .inner .con .consul_desc {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .consul .inner .con .consul_desc {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .consul .inner .con .consul_desc {
    font-size: 14px;
  }
}
.consul .inner .con .consul_desc:after {
  display: block;
  width: 100%;
  height: 1px;
  margin: 16px auto;
  background: #231815;
  content: "";
}
@media (max-width: 1160px) {
  .consul .inner .con .consul_desc:after {
    margin: 14px auto;
  }
}
@media (max-width: 800px) {
  .consul .inner .con .consul_desc:after {
    margin: 12px auto;
  }
}
@media (max-width: 480px) {
  .consul .inner .con .consul_desc:after {
    margin: 10px auto;
  }
}
.consul .inner .con .consul_desc small {
  font-size: 12px;
}
.consul .inner .con h3 .main {
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 1160px) {
  .consul .inner .con h3 .main {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .consul .inner .con h3 .main {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .consul .inner .con h3 .main {
    font-size: 18px;
  }
}
.consul .inner .con h3 .sub {
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 1160px) {
  .consul .inner .con h3 .sub {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .consul .inner .con h3 .sub {
    font-size: 12px;
  }
}
.consul .inner .con h3 .sub span {
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 1160px) {
  .consul .inner .con h3 .sub span {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .consul .inner .con h3 .sub span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .consul .inner .con h3 .sub span {
    font-size: 14px;
  }
}
.consul .inner .con h3:after {
  display: block;
  width: 100%;
  height: 1px;
  margin: 16px auto;
  background: #231815;
  content: "";
}
@media (max-width: 1160px) {
  .consul .inner .con h3:after {
    margin: 14px auto;
  }
}
@media (max-width: 800px) {
  .consul .inner .con h3:after {
    margin: 12px auto;
  }
}
@media (max-width: 480px) {
  .consul .inner .con h3:after {
    margin: 10px auto;
  }
}
.consul .inner .con .consul_desc {
  font-size: 22px;
}
@media (max-width: 1160px) {
  .consul .inner .con .consul_desc {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .consul .inner .con .consul_desc {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .consul .inner .con .consul_desc {
    font-size: 14px;
  }
}
.consul .inner .con .consul_desc:after {
  display: block;
  width: 100%;
  height: 1px;
  margin: 16px auto;
  background: #231815;
  content: "";
}
@media (max-width: 1160px) {
  .consul .inner .con .consul_desc:after {
    margin: 14px auto;
  }
}
@media (max-width: 800px) {
  .consul .inner .con .consul_desc:after {
    margin: 12px auto;
  }
}
@media (max-width: 480px) {
  .consul .inner .con .consul_desc:after {
    margin: 10px auto;
  }
}
.consul .inner .con .ps {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1160px) {
  .consul .inner .con .ps {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .consul .inner .con .ps {
    font-size: 12px;
  }
}
.consul .inner .con .ps:after {
  display: none;
}

/*----------------
location
----------------*/
.location .inner {
  width: 100%;
}
.location .inner h2 {
  margin-bottom: 40px;
}
@media (max-width: 1160px) {
  .location .inner h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 800px) {
  .location .inner h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .location .inner h2 {
    margin-bottom: 16px;
  }
}
.location .inner h2 .main {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.5em;
}
@media (max-width: 1160px) {
  .location .inner h2 .main {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  .location .inner h2 .main {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .location .inner h2 .main {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.location .inner h2 .sub {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  align-items: flex-start;
  letter-spacing: 0.3em;
}
@media (max-width: 1160px) {
  .location .inner h2 .sub {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .location .inner h2 .sub {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .location .inner h2 .sub {
    font-size: 14px;
  }
}
.location .inner .con {
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1160px) {
  .location .inner .con {
    margin-bottom: 28px;
    justify-content: center;
    gap: 32px;
  }
}
@media (max-width: 950px) {
  .location .inner .con {
    display: block;
  }
}
@media (max-width: 800px) {
  .location .inner .con {
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .location .inner .con {
    margin-bottom: 20px;
  }
}
.location .inner .con:last-of-type {
  margin-bottom: 0;
}
.location .inner .con .l_b {
  width: 330px;
}
@media (max-width: 1160px) {
  .location .inner .con .l_b {
    width: 330px;
  }
}
@media (max-width: 1035px) {
  .location .inner .con .l_b {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .location .inner .con .l_b {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .location .inner .con .l_b {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.location .inner .con .l_b .pic img {
  width: 100%;
  max-width: 330px;
  height: 247px;
}
@media (max-width: 1132px) {
  .location .inner .con .l_b .pic img {
    height: 21.82vw;
  }
}
@media (max-width: 950px) {
  .location .inner .con .l_b .pic img {
    max-width: 100%;
    height: 67.928vw;
  }
}
.location .inner .con .l_b .desc {
  font-size: 15px;
  margin-top: 12px;
  line-height: 1.5;
}
@media (max-width: 950px) {
  .location .inner .con .l_b .desc {
    font-size: 24px;
    margin-bottom: 36px;
  }
}
@media (max-width: 800px) {
  .location .inner .con .l_b .desc {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .location .inner .con .l_b .desc {
    font-size: 15px;
    margin-bottom: 32px;
  }
}
.location .inner .info_con {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1160px) {
  .location .inner .info_con {
    gap: 24px;
  }
}
@media (max-width: 850px) {
  .location .inner .info_con {
    display: block;
  }
}
@media (max-width: 850px) {
  .location .inner .info_con {
    margin-top: 32px;
  }
}
.location .inner .info_con .info_b {
  width: 100%;
}
@media (max-width: 1160px) {
  .location .inner .info_con .info_b {
    width: 100%;
  }
}
@media (max-width: 1035px) {
  .location .inner .info_con .info_b {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .location .inner .info_con .info_b {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .location .inner .info_con .info_b {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.location .inner .info_con .info_b h3 {
  margin-bottom: 16px;
  padding: 12px 22px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  background: #002044;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1160px) {
  .location .inner .info_con .info_b h3 {
    margin-bottom: 20px;
    padding: 12px 18px;
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .location .inner .info_con .info_b h3 {
    padding: 10px 16px;
  }
}
@media (max-width: 480px) {
  .location .inner .info_con .info_b h3 {
    margin-bottom: 16px;
    padding: 8px 14px;
    font-size: 20px;
  }
}
.location .inner .info_con .info_b .contents_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1160px) {
  .location .inner .info_con .info_b .contents_wrap {
    display: block;
  }
}
.location .inner .info_con .info_b .contents_wrap .wrap1 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-right: 40px;
}
.location .inner .info_con .info_b .contents_wrap .wrap1:nth-of-type(2n) {
  margin-right: 0;
}
@media (max-width: 1160px) {
  .location .inner .info_con .info_b .contents_wrap .wrap1 {
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media (max-width: 748px) {
  .location .inner .info_con .info_b .contents_wrap .wrap1 {
    display: block;
  }
}
.location .inner .info_con .info_b .contents_wrap .wrap1 .contents_ttl {
  width: 322px;
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 1160px) {
  .location .inner .info_con .info_b .contents_wrap .wrap1 .contents_ttl {
    width: 76%;
    line-height: 2.5;
  }
}
@media (max-width: 748px) {
  .location .inner .info_con .info_b .contents_wrap .wrap1 .contents_ttl {
    width: 100%;
    line-height: 2;
  }
}
@media (max-width: 480px) {
  .location .inner .info_con .info_b .contents_wrap .wrap1 .contents_ttl {
    font-size: 16px;
  }
}
.location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap {
  display: flex;
  gap: 8px;
  width: 190px;
}
@media (max-width: 1160px) {
  .location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap {
    width: 253px;
    gap: 16px;
  }
}
@media (max-width: 730px) {
  .location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap {
    width: 100%;
    line-height: 1.5;
  }
}
.location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap .distance1 {
  display: flex;
  font-size: 16px;
}
.location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap .distance1 .d_width1 {
  width: 34px;
}
@media (max-width: 1160px) {
  .location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap .distance1 .d_width1 {
    width: 56px;
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap .distance1 .d_width1 {
    width: 44px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap .distance1 .d_width1 {
    width: 32px;
    font-size: 16px;
  }
}
.location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap .distance1 .d_width2 {
  width: 45px;
  text-align: right;
}
@media (max-width: 1160px) {
  .location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap .distance1 .d_width2 {
    font-size: 20px;
    width: 45px;
  }
}
@media (max-width: 480px) {
  .location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap .distance1 .d_width2 {
    width: 33px;
    font-size: 16px;
  }
}
.location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap .distance2 {
  margin-top: 0;
  font-size: 16px;
}
.location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap .distance2 .d_width3 {
  width: 95px;
  text-align: right;
}
@media (max-width: 1160px) {
  .location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap .distance2 .d_width3 {
    text-align: left;
    font-size: 20px;
    width: 121px;
  }
}
@media (max-width: 480px) {
  .location .inner .info_con .info_b .contents_wrap .wrap1 .right_wrap .distance2 .d_width3 {
    font-size: 16px;
  }
}
.location .inner .ps {
  font-size: 15px;
  line-height: 1.5;
}
.location .inner .map {
  margin-top: 42px;
  margin-bottom: 24px;
}
@media (max-width: 1160px) {
  .location .inner .map {
    margin-bottom: 32px;
  }
}
@media (max-width: 800px) {
  .location .inner .map {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .location .inner .map {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.location .inner .map h3 {
  margin-bottom: 24px;
  padding: 12px 22px;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  background: #002044;
}
@media (max-width: 1160px) {
  .location .inner .map h3 {
    margin-bottom: 20px;
    padding: 12px 18px;
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .location .inner .map h3 {
    padding: 10px 16px;
  }
}
@media (max-width: 480px) {
  .location .inner .map h3 {
    margin-bottom: 16px;
    padding: 8px 14px;
    font-size: 20px;
  }
}
.location .inner .map .map_img iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 1180px) {
  .location .inner .map .map_img iframe {
    height: 600px;
  }
}
@media (max-width: 850px) {
  .location .inner .map .map_img iframe {
    height: 460px;
  }
}
@media (max-width: 650px) {
  .location .inner .map .map_img iframe {
    height: 380px;
  }
}
@media (max-width: 480px) {
  .location .inner .map .map_img iframe {
    height: 250px;
  }
}
.location .inner .map .wrap {
  margin-top: 42px;
  display: flex;
  align-items: center;
}
@media (max-width: 1160px) {
  .location .inner .map .wrap {
    margin-top: 36px;
  }
}
@media (max-width: 800px) {
  .location .inner .map .wrap {
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .location .inner .map .wrap {
    margin-top: 24px;
  }
}
.location .inner .map .wrap .carnavi_i {
  width: 124px;
}
.location .inner .map .wrap .carnavi_i img {
  width: 100%;
}
.location .inner .map .wrap .desc {
  margin-left: 30px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1160px) {
  .location .inner .map .wrap .desc {
    margin-left: 24px;
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .location .inner .map .wrap .desc {
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .location .inner .map .wrap .desc {
    margin-left: 16px;
    font-size: 12px;
  }
}
.location .inner .map .wrap .desc span {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1160px) {
  .location .inner .map .wrap .desc span {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .location .inner .map .wrap .desc span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .location .inner .map .wrap .desc span {
    font-size: 16px;
  }
}
.location .inner .property h3 {
  margin-bottom: 24px;
  padding: 12px 22px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  background: #002044;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1160px) {
  .location .inner .property h3 {
    margin-bottom: 20px;
    padding: 12px 18px;
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .location .inner .property h3 {
    padding: 10px 16px;
  }
}
@media (max-width: 480px) {
  .location .inner .property h3 {
    margin-bottom: 16px;
    padding: 8px 14px;
    font-size: 20px;
  }
}
.location .inner .property .con {
  display: block;
}
.location .inner .property .con table {
  width: 100%;
}
.location .inner .property .con table tbody tr {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media (max-width: 800px) {
  .location .inner .property .con table tbody tr {
    display: block;
    border-bottom: none;
  }
}
.location .inner .property .con table tbody tr th {
  padding: 16px;
  font-size: 22px;
  line-height: 1.5;
  background: #f4f3f1;
  font-weight: normal;
  white-space: nowrap;
}
@media (max-width: 1160px) {
  .location .inner .property .con table tbody tr th {
    font-size: 18px;
    padding: 12px;
  }
}
@media (max-width: 800px) {
  .location .inner .property .con table tbody tr th {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .location .inner .property .con table tbody tr th {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .location .inner .property .con table tbody tr th {
    font-size: 16px;
    padding: 6px;
  }
}
.location .inner .property .con table tbody tr td {
  padding: 16px 40px;
  font-size: 22px;
  line-height: 1.75;
}
@media (max-width: 1160px) {
  .location .inner .property .con table tbody tr td {
    font-size: 18px;
    padding: 12px;
  }
}
@media (max-width: 800px) {
  .location .inner .property .con table tbody tr td {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .location .inner .property .con table tbody tr td {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .location .inner .property .con table tbody tr td {
    font-size: 16px;
    padding: 6px;
  }
}
.location .inner .property .con .ps {
  margin-top: 32px;
  line-height: 1.5;
}
@media (max-width: 1160px) {
  .location .inner .property .con .ps {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .location .inner .property .con .ps {
    font-size: 12px;
  }
}

.r_b {
  color: #fff;
  width: 362px;
  margin: 70px auto;
  border: 2px solid #002044;
}
@media (max-width: 1160px) {
  .r_b {
    width: 300px;
    margin: 64px auto;
  }
}
@media (max-width: 800px) {
  .r_b {
    width: 250px;
    margin: 56px auto;
  }
}
@media (max-width: 480px) {
  .r_b {
    width: 180px;
    margin: 48px auto;
  }
}
.r_b a {
  background: #002044;
  padding: 4px 0;
  font-size: 30px;
  transition: 0.5s;
  line-height: 2.5;
  display: block;
  text-align: center;
}
@media (max-width: 1160px) {
  .r_b a {
    font-size: 24px;
    padding: 2px 0;
  }
}
@media (max-width: 800px) {
  .r_b a {
    font-size: 20px;
    padding: 2px 0;
  }
}
@media (max-width: 480px) {
  .r_b a {
    font-size: 16px;
    padding: 2px 0;
  }
}
.r_b a:hover {
  background: rgba(0, 32, 68, 0.0431372549);
  color: #002044;
}

.movie_area {
  margin-top: 72px;
}
.movie_area iframe {
  width: 100%;
  height: 614px;
}

.repay_pic {
  width: 1088px;
}
@media (max-width: 1160px) {
  .repay_pic {
    width: 100%;
  }
}
.repay_pic img {
  width: 100%;
}

.t_wrap.second {
  margin-top: 90px;
}

.map_txt1 {
  margin-top: 12px;
  font-size: 14px;
  color: #a43c28;
}

.map_txt2 {
  margin-top: 12px;
  font-size: 14px;
}

.pc_dis {
  display: block;
}
@media (max-width: 767px) {
  .pc_dis {
    display: none;
  }
}

.desc_txt1 {
  margin-bottom: 12px;
}/*# sourceMappingURL=details.css.map */