@charset "UTF-8";
/* au_gc_info
-------------------------------------------- */
.mv_wrap {
  width: 100%;
  height: 400px;
  display: flex;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .mv_wrap {
    display: block;
    position: relative;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .mv_wrap {
    height: 200px;
  }
}

.mv01 {
  flex: 1;
  height: 400px;
    background: url(/images/common/nature-image02.webp) no-repeat left center;
  background-size: cover;
}
@media (max-width: 576px) {
  .mv01 {
    height: 200px;
  }
}

.mv02 {
  flex: 1;
  height: 400px;
    background: url(/images/common/goldcoast-image04.webp) no-repeat left center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .mv02 {
    display: none;
  }
}

.mv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 400px;
  height: 400px;
  background: #D61518;
}
@media screen and (max-width: 1024px) {
  .mv__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 12px;
    background: linear-gradient(to right, rgba(214, 21, 24, 0.9), rgba(255, 91, 20, 0.7));
  }
}
@media screen and (max-width: 1024px) and (max-width: 576px) {
  .mv__title {
    padding: 10px;
  }
}
.mv__title h1 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media (max-width: 576px) {
  .mv__title h1 {
    font-size: 2rem;
  }
}

section.inner{
    margin-bottom: 8rem;
}
.info_item {
    margin-bottom: 3.2rem;
}
.has-image .desc__inr{
    width: 60%;
    margin-right: 56px;
}
.has-image .images__inr {
    width: 40%;
    display: block;
}
.images__inr {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
.images__inr img{
    object-fit: cover;
    height: 100%;
}
.images__inr picture{
    width: 50%;
}
.images__inr picture:first-child {
    margin-right: 56px;
}
.inr-title{
    margin: 0 0 3.5rem;
}
.inr-title a {
  color: inherit; 
  font-size: inherit; 
  font-weight: inherit; 
  text-decoration: underline;
  display: block; 
  margin: 0 0 3.5rem; 
}
.inr-title a:hover {
  text-decoration: underline; 
}
.listarea__item {
    margin-bottom: 1.8rem;
    padding-left: 2rem;
    position: relative;
    font-size: 1.8rem;
}
.listarea__item:before {
    background-color: #d61518;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 0.5em;
    width: 10px;
}
.info_item .text-wrap {
    margin-bottom: 4rem;
}
.info_item .text-wrap:last-of-type {
    margin-bottom: 0;
}
/*introduction__lead*/
.introduction__lead .au_img {
    width: 40%;
    min-width: 300px;
    background: #cae6f4;
    display: flex;
    align-items: center;
}
.introduction__lead .au_img img{
    width: 100%;
}
.introduction__lead .info_tbl{
    width: 60%;
}
.introduction__lead .info_tbl ul li:not(:last-child){
    margin-bottom: 4px;
}
.introduction__lead .info_tbl ul li{
    position: relative;
    padding-left: 14px;
}
.introduction__lead .info_tbl ul li::before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
}
.introduction__lead.flexbox{
    gap: 20px;
}

/*テーブル共通*/
.info_tbl {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: initial;
    width: 100%;
    table-layout: fixed;
}
.info_tbl_half{
    width: 50%;
}
.info_tbl caption {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
}
.info_tbl thead {
    background: #F7DFD4;
}
.info_tbl thead th {
    padding: 12px;
    border: 1px solid #BDBDBD;
    font-weight: normal;
    color: #333;
    vertical-align: middle;
}
.info_tbl tbody {
    background: #fff;
}
.info_tbl tbody th,
.info_tbl tbody td {
    padding: 10px;
    font-weight: normal;
    border: 1px solid #BDBDBD;
    vertical-align: top;
}
.info__note {
    margin-bottom: 0.4rem;
    line-height: initial;
    margin-top: 0.4rem;
    font-size: 0.85em;
}
.section__inr-btn {
    font-size: 1.4rem;
    margin-top: 3rem;
    background-color: #fff;
}
.info_tbl.info_tbl_row{
    font-size: 1.4rem;
    table-layout: auto;
}
.info_tbl.info_tbl_row th{
    background: #F7DFD4;
    min-width: 100px;
    width: 20%;
}
/* 気候テーブル */
.weather-summary .info_tbl{
    text-align: center;
    table-layout: auto;
}
.weather-summary .info_tbl thead th{
    text-align: center;
}
.weather-summary .info_tbl tbody th{
    width: 15%;
    min-width: 120px;
}
@media screen and (max-width: 1024px){
    section.inner{
        margin-bottom: 4rem;
    }
    .images__inr picture:first-child{
        margin-right: 1.5rem;
    }
    .images__inr picture{
        width: 100%;
    }
    .has-image{
        flex-direction: column;
        gap:1.5rem;
    }
    .has-image .desc__inr,
    .has-image .images__inr{
        width: 100%;
    }
    .introduction__lead.flexbox{
        gap: 15px;
        flex-direction: column;
        align-items: center;
        margin: 0 auto 24px;
        width: 100%;
    }
    .introduction__lead .au_img{
        align-items: center;
        width: auto;
    }
    .introduction__lead .info_tbl{
        width: 100%;
    }
    .introduction__lead .info_tbl tr{
        display: flex;
        flex-direction: column;
    }
    .info_tbl.info_tbl_row th{
        border-bottom: none;
        width: 100%;
    }
    .info_tbl.info_tbl_row th:not(:first-child){
        border-top: none;
    }
    .info_tbl.info_tbl_row td{
        border-top: none;
    }
    .info_tbl.info_tbl_row td{
        width: 100%;
    }
    .info_tbl.info_tbl_row tr:not(:last-child) td{
        border-bottom: none;
    }
    .info_tbl_half {
        width: 100%;
    }
    .g-tablearea {
        overflow-x: scroll;
        width:110%;
        padding-right: 5%;
        margin-left: -5%;
        padding-left: 5%;
        padding-bottom: 3px;
    }
    .g-tablearea .info_tbl{
        min-width: 768px;
        table-layout: auto;
    }
    .g-tablearea .info_tbl thead th{
        z-index:0;
    }
}

@media screen and (max-width: 768px){
    .images__inr picture:first-child{
        margin-right: 0;
        margin-bottom: 0;
    }
    .images__inr{
        flex-direction: column;
        gap:1.5rem;
    }
    .images__inr img{
        height: auto;
    }
}

/* cverea */
.cta_btn_container {
    margin: 60px auto 140px;
    width: 80%;
}

@media screen and (max-width: 1024px) {
    .cta_btn_container {
        margin: 50px auto 100px;
        width: 90%;
    }
} 

.cta_btn_container p{
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #D61518;
    margin-bottom: 10px;
}

  @media screen and (max-width: 1024px) {
    .cta_btn_container p{
      font-size: 1.6rem;
    }
  }
  
  .cta_btn_container .sp_txt {
    display: none;
  }
  
  @media screen and (max-width: 1024px) {
    .cta_btn_container .sp_txt {
      display: block;
    }
  
    .cta_btn_container .pc_txt {
      display: none;
    }
    
  }
  
  .cta_btn_area {
    display: flex;
    gap: 3rem;
  }
  
  @media screen and (max-width: 1024px) {
    .cta_btn_area {
    flex-direction: column;
    gap: 1.5rem;
    }
  }
  
  .cta_btn {
    width: 100%;
    text-align: center;
    max-width: 536px;
    margin-inline: auto;
  }
  
  
  .cta_btn_item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    font-size: 2rem;
    font-weight: 700;
    padding: 0.8rem;
    position: relative;
    height: 8rem;
  }
  
  .cta_btn_item:hover {
    opacity: .8;
  }
  
  @media screen and (max-width: 1024px) {
    .cta_btn_item {
      font-size: 1.8rem;
      font-weight: 500;
      height: 7rem;
      padding: .3rem 2rem 0.5rem;
    }
  } 
  
  .cta_btn_item.green {
    background-color: #06C755;
  }
  
  .cta_btn_item.red {
    background-color: #D61518;
  }
  
  .item-icon {
    margin-right: 1rem;
  }
  
  .item-icon.line {
    height: 32px;
  }
  
  .item-icon.mail {
    height: 20px;
  }
  
  /* 内部リンク */
  .blank-box {
    position: relative;
    margin: 40px auto;
    width: 90%;
  }
  
  .bb-label {
    position: absolute;
    font-family: Aharoni, "Arial Black", Impact, Arial, sans-serif;
    font-size: 13px;
    top: -1.6em;
    line-height: 1.8;
    color: #fff;
    background-color: #d61518;
    border-radius: 6px 6px 0 0;
    padding: 0 1em 0 .8em;
  }
  
  .bb-label::after {
    content: "CHECK";
  }
  
  .blank-box a {
    display: inline-block;
    text-decoration: underline;
    color: #006cdf;
  }
  
  .link_text_box {
    margin-bottom: 40px;
    background-color: #fff;
    border: 1px solid #051642;
    border-radius: 6px;
    box-shadow: 0 3px 0 rgba(5, 22, 66, .3);
    padding: 16px 16px 0;
    position: relative;
  }
  
  .blank-box p {
    border-color: #d61518;
    border-style: solid;
    border-width: 3px;
    padding: 1.2em 1em;
    border-radius: 0px 5px 5px 5px;
  }
  
  .m-b40 {
    margin-bottom: 40px;
  }