@charset "UTF-8";
:root{
  --brown:#F5F2EB;
  --dbrown:#745844;
  --stbj:#FFFBF2;
  --tbj:#FFF5D5;
  --bj:#FFF9EB;
  --ora:#E28F3D;
}
.f_bold{
  font-weight: bold;
}
.f_brown{
  color:var(--brown);
}
.f_dbrown{
  color:var(--dbrown);
}
.bg_brown{
  background:var(--brown);
}
.bg_dbrown{
  background:var(--dbrown);
}
.gb_gray{
  background: #F7F7F7;
}
.t_center{
  text-align: center;
}
h2,h3.h4{
  color:var(--dbrown);
}
main {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-family: "Noto Serif JP", serif;
}

/* common */
#breadcrumbs{
  max-width: 1240px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:5px;
}
#page_title{
  display: none;
}
.kawasakivoice_wrap{

}
.kawasakivoice_wrap *{
  letter-spacing: 0.05em;
}
.sec_inner{
  max-width: 1240px;
  margin:auto;
}
.l_cont{
  margin-bottom:0!important;
}

.sec{
  padding:80px 0;
}
.ttl_kizuna_cap{
  background: var(--stbj);
  color: var(--ora);
  padding:5px 5px;
  width:fit-content;
  margin-bottom:5px;
  font-size:20px;
  border-radius: 10px;
  font-weight: 600;
}
.cont_ttl{
  padding-bottom:7px;
  font-size: 32px;
  border-bottom: solid 1px var(--ora);
  margin-bottom:20px;
  color: var(--dbrown);
}
.txt_intro{
  font-size: 22px;
  margin-bottom:50px;
}
.cont_ttl_02{
  position: relative;
  color: var(--dbrown);
  font-size: 22px;
  padding-left: 15px;
  margin-bottom:20px;
  font-weight: 600;
  &:before{
    content:"";
    position: absolute;
    left:0;
    top:1px;
    bottom:0;
    margin: auto;
    height:85%;
    width:4px;
    background: var(--dbrown);

  }
}
.txt_cap{
  font-size: 14px;
}
.txt_right{
  text-align: right;
}
.fl.kav_fl{
  justify-content: space-between;
}
.fl.fl_rev{
  flex-direction: row-reverse;
}
.fl .box_txt{
  max-width:700px;
}
.box_txt{
  margin-bottom:40px;
  font-size:20px;
}
.box_txt p{
  margin-bottom:10px;
  line-height: 140%;
}

.f_big{
  color: var(--ora);
  font-size: 28px;
}
.box_img{
  width:100%;
}
.kawasakivoice_wrap .bg_bj_txt{
  background: #FCF4EC;
  padding:15px 20px;
  margin-bottom:20px;
  border-radius: 5px;
  position: relative;
  letter-spacing: 0;
  line-height: 160%;
  &:after{
    position: absolute;
    content:"";
    width:100%;
    height:100%;
    top:5px;
    left: 5px;
    z-index: -5;
    background: #EFD3B7;
    border-radius: 10px;
  }
}

@media (max-width: 1024px) {
  .cont_ttl {
    font-size: 15px;
  }
  .txt_intro {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .cont_ttl_02 {
    font-size: 18px;
      margin-bottom: 5px;
  }
  .box_txt {
    margin-bottom: 30px;
    font-size: 16px;
    max-width: 100%;
  }
  .fl .box_txt {
    max-width: 100%;
  }
  .kawasakivoice_wrap :first-of-type.bg_bj_txt{
    margin-top:15px;
  }
  .kawasakivoice_wrap .txt_cap {
    font-size: 12px;
  }
  .f_big{
    color: var(--ora);
    font-size: 22px;
  }

}


@media screen and (min-width:767px) and ( max-width: 1024px) {
  .tb_ks{
    display: none;
  }
}

/* common end */



/* mv */
#title {
    background-color: #CBBFA9;
}
#mv {
  padding-bottom:60px;
}
.mv_wrap {
  position: relative;
  & img{
    position: relative;
    margin-bottom:10px;
  }
}
.ttl_txt_wrap{
  background: var(--tbj);
  position: absolute;
  top:0;
  bottom:0;
  left:30px;
  margin: auto;
  height: fit-content;
  padding:30px;
  & > p{
    font-size: 28px;
    font-weight: 600;
  }
  & h1{
    font-size: 36px;
    & span{
        font-size: 40px;
        color:var(--ora);
    }
  }
}
.mv_cap{
  font-size: 14px;
  text-align: right;
}

@media (max-width: 1024px) {
  #mv{
    padding-bottom: 40px;
    .sec_inner{
      padding:0;
    }
  }
  .mv_wrap {
    & img {
      position: relative;
      display: block;
      margin-bottom: 0px;
    }
  }
  .ttl_txt_wrap{
    position: relative;
    left: 0;
  }
  .ttl_txt_wrap {
    padding: 20px 10px;
    & > p {
        font-size: 20px;
    }
    & h1 {
        font-size: 22px;
        span{
          font-size: 30px;
        }
    }
  }
  .mv_cap{
    padding:10px 5%;
    text-align: left;
    font-size: 12px;
  }
}

/* mv end */



/* kav_nav */
.kav_nav{
  margin-bottom:40px;
}
.kav_nav h2{
    text-align: center;
    font-size: 40px;
    margin-bottom:30px;
    & span{
        font-size: 46px;
        color:var(--ora);
    }
}
.kav_intro{
  text-align: center;
  font-size: 22px;
  line-height: 180%;
  margin-bottom:30px;
}
.kav_nav .fl{
  gap:20px;
  flex-wrap: nowrap;
  justify-content: center;
}
.kav_nav a{
  box-shadow: 3px 3px 10px 0px rgba(200, 196, 188, 0.40);
  display: block;
  background: var(--bj);
  max-width: 235px;
  width:100%;
  text-align: center;
  color:var(--dbrown);
  font-size: 20px;
  border-radius: 15px;
  font-weight: bold;
  padding:5px 0 40px;
  position: relative;
  & > span{
    font-size: 14px;
  }
  &:after{
    position: absolute;
    content:"";
    bottom:18px;
    right:0;
    left:0;
    margin: auto;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color:  transparent transparent var(--dbrown) var(--dbrown);
    transform: rotate(-45deg);
  }
}
@media (max-width: 1024px){

  .kav_nav {
    padding-bottom:20px;
    & h2 {
        font-size: 23px;
      & span {
          font-size: 29px;
      }
    }
  }
  .kav_intro {
    text-align: center;
    font-size: 15px;
  }
  .kav_nav .fl{
    gap:20px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    a {
      padding: 0px 0 25px;
      font-size: 14px;
      max-width:100%;
      & span {
        font-size: 12px;
      }
      & p{
        letter-spacing: -0.09em;
      }
      & img{
         max-width: 35px;
      }
      &::after {
        bottom: 12px;
        width: 6px;
        height: 6px;
        border: 1px solid;
        border-color: transparent transparent var(--dbrown) var(--dbrown);
      }
    }
    a:first-of-type p{

    }
  }
}
/* kav_nav end */

/* ki_0x */
#ki_01{
  padding-top:0px;
}
#ki_01 .kav_fl{
  align-items: center;
}
#ki_01 .box_img{
  max-width: 500px;
  & img{

  }
}

#ki_02 .box_img{
  max-width: 480px;
  & img{

  }
}

#ki_03 .box_img{
  max-width: 480px;
  & img{
    margin-left: 0px;
  }
}
#ki_04 .box_img{
  max-width: 480px;
  & img{
    margin-left: 0px;
  }
}
#ki_05 .box_img{
  position: relative;
  max-width: 480px;
  & img{
    margin-left: 0px;
  }
  .img_abs{
    bottom:0;
    left: -130px;
    width:260px;
   position: absolute; 
  }
}
#ki_05 .adj_01{
  line-height: 160%;
}
#ki_05 .adj_02{
  line-height: 170%;
}
.txt_cap{
  font-size: 14px;
}
@media (max-width: 1024px){
  .ki_sec.sec{
    padding:40px 0;
  }
  .ttl_kizuna_cap {
    font-size: 16px;
  }
  .cont_ttl {
    font-size: 20px;
  }
  .ki_sec .fl{
    gap:30px;
    justify-content: center;
  }
  #ki_02 .box_img {
    & img {
        margin-left: 0px;
    }
  }
  #ki_03 .box_img {
    & img {
        margin-left: 0px;
    }
  }
  .box_img .txt_right {
    text-align: left;
  }
  #ki_04 .kav_fl{
    gap:30px;
    justify-content: center;
  }

  #ki_04 .box_img {
    & img {
        margin-left: 0px;
    }
  }
  #ki_05 .kav_fl > div{
    width:100%;
  }
  #ki_05 .box_img {
    & img {
      margin-left: 0px;
    }
    .img_abs {
      width:180px;
        bottom: -20px;
        left: auto;
        right:0;
        position: absolute;
    }
  }
}
/* ki_0x end*/

/* ki_nav02 */
#ki_nav02{
  padding-bottom:20px;
}
#ki_nav02 h2{
  font-size: 40px;
  margin-bottom:40px;
  & span{
    font-size: 48px;
    line-height: 120%;
  }
}
.ki_nav02_cont{
  padding:20px 40px;
  background: var(--stbj);
  font-size: 20px;
  & h3{
    font-size: 20px;
    margin-bottom:20px;
  }
  dl{
    padding-left: 30px;
    margin-bottom:20px;
    dt{
      font-weight: bold;
      position: relative;
      margin-bottom:5px;
      a{
        text-decoration: underline;
      }
      .dt_num{
        position: absolute;
        font-style: italic;
        left: -25px;
        color:var(--ora);
        font-family: Roboto;
        font-family: 24px;
        font-weight: 500;
      }
      .dt_him{
        font-size: 18px;
        font-weight: 500;
      }
    }
    dd{
      font-size: 18px;
    }
  }
}
@media (max-width: 1024px){
  #ki_nav02{
    padding-top:20px;
  }
  #ki_nav02 h2 {
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 110%;
    & span {
        font-size: 23px;
        line-height: 110%;
    }
  }
  .ki_nav02_cont {
    padding: 20px 10px;
    background: var(--stbj);
    font-size: 20px;

    & h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    & dl {
              padding-left: 25px;
      & a{
            letter-spacing: -1px;
      }
      font-size: 16px;
      & dd{
        font-size:14px;
      }
    }
  }
}
/* ki_nav02 end*/

/* ep */
.ep_sec{
  .cont_ttl{
    margin-bottom:40px;
  }
  .f_ora{
    font-weight: bold;
    color: var(--ora);
  }
  .ul_yel{
    font-weight: bold;
    background:linear-gradient(transparent 70%, #FFF4D2 30%);
  }
  .box_txt p{
    line-height: 170%;


  }
}
.ep_point_box{
  letter-spacing: 0;
  font-size: 20px;
  line-height: 170%;
  margin-bottom:50px;
  .ttl_kizuna_cap{
    margin-bottom:10px;
  }
  p{
    letter-spacing: 0;
  }
  h5{
    font-size: 22px;
    margin-bottom:15px;
    color:var(--dbrown);
  }
}
.ep_last_box{
  background: var(--tbj);
  padding: 20px 15px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 170%;
  color: var(--dbrown);
}

#ep_01{
  padding-top:40px;
}
#ep_01 .box_img{
  max-width: 480px;
}
#ep_02 .kav_fl{
  gap:10px;
}
#ep_02 .kav_fl .wid_adj .box_txt{
  max-width: 740px;
}
#ep_02 .kav_fl .wid_adj h4{
  letter-spacing: -0.5px;
  word-wrap: none;
}
#ep_02 .kav_fl .wid_adj .box_txt p{
  max-width:700px;
}
#ep_02 .box_img{
  max-width: 480px;
}
#ep_03 .box_img{
  max-width: 480px;
}
#ep_04 .box_img{
  max-width: 480px;
}
@media (max-width: 1024px){
  .ep_sec {
    padding:40px 0;
    .cont_ttl {
        margin-bottom: 25px;
    }
  }
  .ep_sec .kav_fl{
    align-items: center;
    flex-direction: column-reverse;
    gap:30px;
    & p{
      letter-spacing: 0;
    }
  }
  .ep_point_box {
    font-size: 16px;
    margin-bottom: 30px;

    h5 {
        font-size: 18px;
    }
  }
  .ep_last_box {
    font-size: 16px;
    padding: 10px 15px;
    letter-spacing: 0;
  }
  
  #ep_02 .kav_fl {
      gap: 30px;
  }

}
/*  ep end */



/* voice */
#voice h2{

}
.voice_ttl{
  position: relative;
  .ttl_kizuna_cap{
    text-align: center;
    font-size: 28px;
    color:var(--dbrown);
    margin: auto;
    font-weight: bold;
    margin-bottom:10px;
    background: var(--tbj);
    border-radius: 0;
  }
  h2{
    line-height: 120%;
    font-size: 40px;
    margin-bottom:40px;
    .f_big{
      font-size: 46px;
    }
  }
}
.img_voice_ico{
  position: absolute;
  right: 0;
  top:50px;
  max-width: 265px;
  font-size: 13px;
  img{
    display: block;
    margin: auto;
    margin-bottom:10px;
    max-width: 200px;
    border: solid 4px var(--ora);
    border-radius: 110px;
  }
}
.voice_wrap {
  margin-bottom:50px;
}
.voice_wrap h3{
  position: relative;
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dbrown);
  &::before{
    position: absolute;
    content:"";
    right:0;
    left:0;
    top:15px;
    margin:auto;
    width:277px;
    height:148px;
    background: url(/common/img/facilities/kawagoevoice/ico_voice_fuki.svg);
  }
}
.voice_wrap .fl{
  flex-wrap: nowrap;
  gap:30px;
}
.voice_box{
  line-height: 160%;
  max-width: 600px;
  display: grid;
  grid-template-columns:100px 1fr;
  gap:20px;
  align-items: center;
  justify-content: center;
  background: #FCF4EC;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
  letter-spacing: 0;
  font-size: 20px;
  & p{
    letter-spacing: 0;
  }
  &:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 5px;
      left: 5px;
      z-index: -5;
      background: #EFD3B7;
      border-radius: 10px;
  }
}
#voice_common .voice_box{
  max-width:100%;
}

@media (max-width: 1024px) {
  #voice{
    padding-bottom:60px;
  }
  .img_voice_ico{
    display: none;
  }
  .voice_ttl .ttl_kizuna_cap{
    font-size: 18px;
  }
  .voice_ttl h2{
    font-size: 22px;
    margin-bottom:10px;
    & .f_big{
      font-size: 22px;
    }
  }
  .voice_wrap {
    margin-bottom: 20px;
  }
  .voice_wrap .fl {
    flex-direction: column;
  }
  .voice_wrap h3 {
    font-size: 20px;
    height: 110px;
    &::before {
        width: 190px;
        height: 100px;
        background-size: cover;
        background: url(/common/img/facilities/kawagoevoice/ico_voice_fuki.svg);
        background-size: contain;
    }
  }
  .voice_wrap .fl {
    gap:20px;
  }
  .voice_box {
    max-width:100%;
    margin-bottom:0;
    grid-template-columns: 70px 1fr;
    gap: 10px;
    & p {
      font-size: 16px;
    }
  }


}

/* facility */

/* #facility {
  h2{
    font-size: 40px;
    text-align: center;
    margin-bottom:40px;
    span{
      font-size: 46px;
    }
  }
  .list_box {
    font-family: Noto Sans JP;
    justify-content: left;

    .list_left{
      max-width: 365px;
      width: 100%;
    }
    .list_mem_count {
     font-size: 14px;
    }
    .list_mem_count span {
      font-size: 18px;
    }
    .list_txt{
      line-height: 130%;
    }

    .list_txt>p {
      margin-bottom: 5px;
      font-size: 16px;
    }
    .list_tbl td {
      font-size: 16px;
    }

  }
  .list_txt {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #facility {
    h2 {
        font-size: 24px;
        margin-bottom:20px;
        span {
            font-size: 24px;
        }
    }
  }
  .list_box{
    border-radius: 10px;
  }
  .list_img {
    margin-bottom:0;
    padding:15px;

  }
  .list_mem_count {
    margin-left: 2%;
    margin-right: 2%;    
  }
  .list_mem_count p {
    padding-left: 20px;
    font-size: 12px;
  }
  .list_mem_count span {
      font-size: 16px;
  }
  #facility {
    .list_pri_front {
        font-size: 14px;
    }
    & .list_box {
        .list_txt>p {
            font-size: 14px;
        }
        .list_tbl td {
            font-size: 14px;
        }
    }
  }
}
 */



/* list */

#list{
  padding-bottom:90px;
  .list_wrap{
    margin-bottom:30px;
  }
  & h2{
    font-size: 40px;
    text-align: center;
    margin-bottom:40px;
    span{
      font-size: 46px;
    }
  }
  .nav_ttl{
      background: url(/common/img/facilities/asahikawa/bg_nav_list.png);
      background-size:cover;
      margin-bottom:90px;
  }
  & .list_box{
    justify-content: flex-start;
    font-family: "Noto Sans JP";
  }

  .list_mem_count {
    margin-top:20px;
    font-size: 16px;
    border: solid 3px #F0F0F0;
    font-weight: 400;
  }
  .list_mem_count {
    border-radius: 11px;
    padding: 6px 10px;
  }
  .list_mem_count p {
    padding-left: 30px;
    position: relative;
  }
  .list_mem_count p::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 5px;
    width: 26px;
    height: 20px;
    margin: auto;
  }
  .list_mem_count p.room1::before {
    background: url(../img/facilities/ico_one.png) no-repeat;
    background-size: contain;
  }
  .list_mem_count p.room2::before {
    background: url(../img/facilities/ico_two.png) no-repeat;
    background-size: contain;
    left: 0px;
    top: 4px;
  }
  .list_mem_count span {
    font-size: 18px;
    color: #13257D;
    margin-left: 5px;
    font-weight: 500;
    font-weight: bold;
  }
  .list_mem_count span span {
    font-size: 16px;
    margin-left: 0;
  }
  .list_txt{
    max-width: 735px;
    width:100%;
    padding:10px 0 0;
  }
  .list_txt>p {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .list_feat_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin-top: 5px;
  }

  .list_feat_box:not(:has(span)) {
    margin-top: 0;
  }

  .list_pri {
    letter-spacing: -1px;
  }

  .list_pri span {
    color: #E28F3D;
    font-weight: bold;
    font-size: 30px;
  }

  .list_feat_box span {
    border-radius: 15px;
    margin-right: 10px;
    font-size: 16px;
    padding: 5px 13px;
    background: #F0F0F0;
    display: inline-block;
  }
  .txt_asta{
    font-size: 14px;
  }
}
@media (max-width: 1024px){
  #list .ico_point::before{
    background: url(/common/img/facilities/asahikawa/ico_point_check_02.svg);
    background-size:cover;
  }
  #list{
    padding-bottom:80px;
    .list_wrap{
      margin-bottom:30px;
    }
    & h2 {
      font-size: 24px;
      margin-bottom:20px;
      span {
          font-size: 24px;
      }
    }
    .nav_ttl{
        background: url(/common/img/facilities/asahikawa/bg_nav_list_sp.png);
        background-size:cover;
        margin-bottom:90px;
        padding:50px 0;
    }
  }
  #list {
    & .list_box {
      padding: 10px;
      border-radius: 10px;
    }
    .list_mem_count p {
      font-size: 12px;
      padding-left: 20px;
    }

    .list_mem_count span {
      font-size: 14px;
    }

    .list_mem_count span span {
      font-size: 12px;
    }

    .list_mem_count p::before {
      left: 3px;
      width: 16px;
      height: 15px;
    }

    .list_mem_count p:last-child::before {
      width: 20px;
      height: 17px;
      left: -3px;
    }
    .list_txt>p {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .list_txt h3 {
      font-size: 24px;
      text-decoration: none;
      margin-bottom: 10px;
      line-height: 140%;
    }

    .list_tbl {
      margin-bottom: 10px;
    }

    .list_tbl th {
      line-height: 1.5;
      border-bottom: solid 2px #fff;
      width: 20%;
    }

    .list_tbl td {
      padding: 10px 5px;
      font-size: 14px;
      line-height: 140%;
    }

    .list_tbl td .fl {
      width: 100%;
      line-height: 1.5;
    }

    .list_pri span {
      font-size: 14px;
    }

    .list_pri {
      letter-spacing: 0px;
    }

    .list_pri_front {
      font-size: 14px;
    }

    .list_feat_box {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 10px;
      margin-bottom: 0px;
    }

    .list_feat_box span {
      border-radius: 15px;
      margin-right: 0px;
      font-size: 14px;
      padding: 5px 13px;
    }

    .list_cta {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 0;
      padding: 0;
    }

    .btn_list {
      font-size: 16px;
      padding: 12px 0;
      border-radius: 0;
      max-width: 33.3%;
      box-shadow: none;
    }

    .btn_list.btn_arr {
      background-color: #FFF;
      text-decoration: underline;
      color: #000;
      text-underline-offset: 3px;
    }

    .btn_list span {
      display: none;
    }

    .btn_arr:after {
      content: none;
    }

    .list_btm {
      margin-top: 5px;
      background: #FFF;
      padding: 0px 0;
    }

  }

}
/* list end */
