<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "UTF-8";
/*! Writen  by SCSS */
@media screen and (max-width: 480px) {
  .w10_sp {
    width: 10%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w20_sp {
    width: 20%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w30_sp {
    width: 30%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w40_sp {
    width: 40%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w50_sp {
    width: 50%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w60_sp {
    width: 60%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w70_sp {
    width: 70%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w80_sp {
    width: 80%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w90_sp {
    width: 90%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w100_sp {
    width: 100%;
    margin: 0 auto; } }

.fr10 {
  font-size: 10%; }

.fr20 {
  font-size: 20%; }

.fr30 {
  font-size: 30%; }

.fr40 {
  font-size: 40%; }

.fr50 {
  font-size: 50%; }

.fr60 {
  font-size: 60%; }

.fr70 {
  font-size: 70%; }

.fr80 {
  font-size: 80%; }

.fr90 {
  font-size: 90%; }

.fr100 {
  font-size: 100%; }

.fr110 {
  font-size: 110%; }

.fr120 {
  font-size: 120%; }

.fr130 {
  font-size: 130%; }

.fr140 {
  font-size: 140%; }

.fr150 {
  font-size: 150%; }

.fr160 {
  font-size: 160%; }

.fr170 {
  font-size: 170%; }

.fr180 {
  font-size: 180%; }

.fr190 {
  font-size: 190%; }

.fr200 {
  font-size: 200%; }

.fr210 {
  font-size: 210%; }

.fr220 {
  font-size: 220%; }

.fr230 {
  font-size: 230%; }

.fr240 {
  font-size: 240%; }

.fr250 {
  font-size: 250%; }

.fr260 {
  font-size: 260%; }

.fr270 {
  font-size: 270%; }

.fr280 {
  font-size: 280%; }

.fr290 {
  font-size: 290%; }

.fr300 {
  font-size: 300%; }

.mainvisual::before {
  display: none; }
.mainvisual:after {
  padding-bottom: 42.709%;
  min-height: 500px; }
  @media screen and (max-width: 480px) {
    .mainvisual:after {
      display: block;
      padding-bottom: 71.622vh;
      padding-bottom: 71.622svh; } }
.mainvisual .contents {
  bottom: auto;
  top: clamp(300px, 20.3126vw, 390px); }
  @media screen and (max-width: 480px) {
    .mainvisual .contents {
      top: auto;
      position: absolute; } }

.map_tab {
  max-width: 400px;
  margin: 0 auto 60px;
  padding: 25px 30px;
  border-radius: 50px;
  background: #FFF;
  border: 1px solid #DBDBDB;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .map_tab {
      padding: 18px 25px;
      column-gap: 10px; } }
  .map_tab li {
    position: relative;
    display: flex;
    justify-content: center; }
    .map_tab li a {
      position: relative;
      font-size: clamp(14px, 2.344vw, 18px);
      font-weight: bold;
      padding: 5px 25px;
      overflow: hidden;
      color: #B8A473;
      line-height: 1.4;
      text-align: center;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 2;
      transition: 0.3s color ease-in-out 0s; }
      @media screen and (max-width: 480px) {
        .map_tab li a {
          font-size: 15px;
          padding: 5px 15px; } }
      .map_tab li a span {
        display: block;
        font-size: 70%; }
      .map_tab li a.cr, body:not(.mobile) .map_tab li a:hover {
        color: #FFF; }
        .map_tab li a.cr:before, body:not(.mobile) .map_tab li a:hover:before {
          opacity: 1; }
      .map_tab li a:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #B8A473;
        border-radius: 50px;
        opacity: 0;
        z-index: -1;
        transition: 0.3s opacity ease-in-out 0s; }

@media screen and (max-width: 480px) {
  .map_sec .flex {
    flex-direction: column;
    row-gap: 50px; } }
.map_sec .wide_map {
  max-width: 1200px; }
  @media screen and (max-width: 480px) {
    .map_sec .wide_map {
      width: 100%;
      max-width: 100%; } }
.map_sec .narrow_map {
  max-width: 1200px;
  margin-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .map_sec .narrow_map {
      width: 100%;
      max-width: 100%;
      margin-bottom: 50px; } }
  .map_sec .narrow_map .narrow_flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .map_sec .narrow_map .narrow_flex {
        flex-direction: column;
        row-gap: 20px; } }
    .map_sec .narrow_map .narrow_flex .image {
      max-width: 800px;
      width: 66.67%; }
      @media screen and (max-width: 480px) {
        .map_sec .narrow_map .narrow_flex .image {
          width: 100%;
          max-width: 100%; } }
    .map_sec .narrow_map .narrow_flex .induction {
      display: flex;
      flex-direction: column;
      row-gap: 40px;
      max-width: 370px;
      width: 30.84%; }
      @media screen and (max-width: 768px) {
        .map_sec .narrow_map .narrow_flex .induction {
          row-gap: 20px; } }
      @media screen and (max-width: 480px) {
        .map_sec .narrow_map .narrow_flex .induction {
          width: 100%;
          max-width: 100%; } }
      .map_sec .narrow_map .narrow_flex .induction .indu_in.gallery_address {
        border-top: 1px solid #B7A372;
        padding-top: 20px; }
      .map_sec .narrow_map .narrow_flex .induction .indu_in .indu_ttl {
        background: #B7A372;
        padding: 10px;
        line-height: 1;
        font-size: clamp(16px, 1.667vw, 20px);
        color: #FFF;
        margin-bottom: 15px; }
        @media screen and (max-width: 768px) {
          .map_sec .narrow_map .narrow_flex .induction .indu_in .indu_ttl {
            font-size: 14px; } }
        @media screen and (max-width: 480px) {
          .map_sec .narrow_map .narrow_flex .induction .indu_in .indu_ttl {
            font-size: 17px; } }
      .map_sec .narrow_map .narrow_flex .induction .indu_in .indu_read {
        font-size: clamp(15px, 1.5vw, 18px); }
        @media screen and (max-width: 768px) {
          .map_sec .narrow_map .narrow_flex .induction .indu_in .indu_read {
            font-size: 12px; } }
        @media screen and (max-width: 480px) {
          .map_sec .narrow_map .narrow_flex .induction .indu_in .indu_read {
            font-size: 15px; } }
        .map_sec .narrow_map .narrow_flex .induction .indu_in .indu_read.map_address {
          border: 1px solid #B7A372;
          text-align: center;
          line-height: 1.4;
          color: #B7A372;
          padding: 10px 5px; }
        .map_sec .narrow_map .narrow_flex .induction .indu_in .indu_read_sub {
          font-size: clamp(14px, 1.334vw, 16px);
          line-height: 1.4; }
        .map_sec .narrow_map .narrow_flex .induction .indu_in .indu_read_cap {
          font-size: clamp(12px, 1.167vw, 14px);
          line-height: 1.5; }
      .map_sec .narrow_map .narrow_flex .induction .indu_in .icon_flex {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .map_sec .narrow_map .narrow_flex .induction .indu_in .icon_flex {
            column-gap: 10px; } }
        .map_sec .narrow_map .narrow_flex .induction .indu_in .icon_flex .map_icon {
          width: 50px; }
        .map_sec .narrow_map .narrow_flex .induction .indu_in .icon_flex .indu_read_sub {
          width: calc(100% - 60px); }
      .map_sec .narrow_map .narrow_flex .induction .indu_in .destination {
        border-top: 1px solid #1B1C1E;
        border-bottom: 1px solid #1B1C1E;
        font-size: clamp(18px, 2vw, 24px);
        color: #1B1C1E;
        text-align: center;
        margin: 20px 0 5px;
        padding: 8px 5px; }
        @media screen and (max-width: 768px) {
          .map_sec .narrow_map .narrow_flex .induction .indu_in .destination {
            font-size: 16px;
            margin: 10px 0 5px; } }
        @media screen and (max-width: 480px) {
          .map_sec .narrow_map .narrow_flex .induction .indu_in .destination {
            font-size: 19px; } }
  .map_sec .narrow_map .btn2 {
    max-width: 600px;
    margin: clamp(50px, 5.173vw, 90px) auto 0; }
    @media screen and (max-width: 480px) {
      .map_sec .narrow_map .btn2 {
        row-gap: 20px; } }
    .map_sec .narrow_map .btn2 a {
      width: 48%;
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        .map_sec .narrow_map .btn2 a {
          width: 100%; } }
.map_sec .googlemap_wrap {
  margin-top: 100px; }
@media screen and (max-width: 480px) {
  .map_sec .line_wrap {
    flex-direction: row;
    column-gap: 10px;
    align-items: flex-end;
    padding-top: 15px;
    margin-bottom: 15px; } }
.map_sec .line_wrap .line_txt.big {
  font-size: clamp(15px, 1.495vw, 26px) !important;
  font-weight: normal;
  overflow: hidden;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .map_sec .line_wrap .line_txt.big {
      font-size: 20px !important; } }
  @media screen and (max-width: 480px) {
    .map_sec .line_wrap .line_txt.big {
      font-size: 15px !important; } }
.map_sec .line_wrap .line_txt.small {
  font-size: clamp(10px, 0.805vw, 14px) !important;
  font-weight: normal;
  overflow: hidden;
  line-height: 1; }
  @media screen and (max-width: 480px) {
    .map_sec .line_wrap .line_txt.small {
      font-size: 10px !important; } }

.map_btn {
  max-width: 278px;
  margin: clamp(50px, 5.173vw, 90px) auto 0; }
  .map_btn .text {
    display: flex;
    padding: 10px; }
    @media screen and (max-width: 480px) {
      .map_btn .text {
        padding-left: 40px; } }
  .map_btn .jp {
    font-size: clamp(12px, 1.334vw, 16px);
    letter-spacing: 0.02em;
    line-height: 1.4; }
    @media screen and (max-width: 768px) {
      .map_btn .jp {
        font-size: 14px; } }
    @media screen and (max-width: 480px) {
      .map_btn .jp {
        display: block; } }
  @media screen and (max-width: 480px) {
    .map_btn .cv_icon {
      display: block; } }

/*	googlemap　API連動	*/
.googlemap_wrap .lifeinfo_ttl {
  text-align: center;
  font-size: clamp_gm(16, 1200, 24);
  color: #314d4c;
  margin-bottom: clamp_gm(30, 1200, 50); }
.googlemap_wrap .iframe-content {
  position: relative;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1; }
  .googlemap_wrap .iframe-content.active {
    position: relative;
    opacity: 1;
    pointer-events: all;
    z-index: 2; }
  .googlemap_wrap .iframe-content iframe {
    width: 100%;
    height: 520px; }
    @media screen and (max-width: 480px) {
      .googlemap_wrap .iframe-content iframe {
        height: 510px; } }
.googlemap_wrap .gmap_wrap {
  position: relative;
  width: 100%;
  margin-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .googlemap_wrap .gmap_wrap {
      margin-bottom: 50px; } }
.googlemap_wrap .g_map01 {
  z-index: 1; }

/*# sourceMappingURL=map.css.map */
