@charset "UTF-8";
 /* common */
/* ============================================ */

section{
  float: none;
  clear: both;
  overflow: hidden;
}

.wapper{
  padding: 0 5%;
  margin: 0 auto;
  max-width: 1100px;
}

.fc13{
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}

.mt30{
  margin-top: 30px;
}

.mt50{
  margin-top: 50px;
}

.mt100{
  margin-top: 100px;
}

.mb15{
  margin-bottom: 15px;
}
.mb30{
  margin-bottom: 30px;
}


.mb50{
  margin-bottom: 50px;
}

.ptb20{
  padding-top: 20px;
  padding-bottom: 20px;
} 


.ptb30{
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb50{
  padding-top: 50px;
  padding-bottom: 50px;
}

.sp_on{
  display: block;
}

@media (min-width:600px) {
  .sp_on{
    display: none;
  }
}


.pc_on{
  display: none;
}

@media (min-width:600px) {
  .pc_on{
    display: block;
  }
}

 /* top */
/* ============================================ */

@media (min-width:600px) {
.top_visual{
  display: flex;
}

.left_visual{
  height: 100vh;
    box-sizing: border-box;
    background-image: url(../img/top/top_01.jpg);
    width: 65%;
    background-position: center;
}


}

.right_visual{
  padding-top: 30px;
  position: relative;
}
.wapper_top{
  padding: 0 5%;
  margin: 0 auto;
  max-width: 1000px;
}

.sanpoint{
display: flex;
justify-content:space-between;
margin-top: -80px;
}

@media (min-width:600px) {
  .sanpoint{
    position: absolute;
  bottom: 0;
  }
}



.sanpoint li{
  width: 32%;
  }

.top_top{
  font-size: 150%;
  text-align:center;
  font-weight: bold;
  margin-bottom: 0px;
}

.top_point{
  margin: 15px 0;
}





.top_point li{
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start; /* 追加 */
  
}


.top_point li img{
  width: 35px;
}

.top_u_copy{
  font-size: 80%;
  text-align:center;
  font-weight: bold;
  margin-top: 15px;
}

.top_point li p{
  font-size: 120%;
  font-weight: bold;
  margin-left: 10px;
  border-bottom: 2px #767676 dotted;
  padding-top: 5px;
  width: 100%;
}

.top_contact_info{
  font-size: 100%;
  font-weight: bold;
  margin-top: 30px;
}

.f120{
  font-size: 130%;
  font-weight: bold;
}

.top_contact_info span{
  font-size: 85%;
  display: block;
  margin-bottom: 15px;
}

.c-btn {
cursor: pointer;
transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn {
background: #C30E23;
border: 2px solid #C30E23;
border-radius: 10px;
color: #fff;
display: block;
font-weight: bold;
max-width: 300px;
padding: 15px 40px;
text-align: center;
}

.c-btn:hover {
  background: #fff;
  color: #C30E23;
}



.page_cont{
margin-top: 100px;
}

.fc12{
  font-size: 160%;
  font-weight: 900;
  text-align: center;
  bottom: 15px;
  line-height: 1.4;
}

.bac_g{
  background-color: #F6F6F6;
}

.f150{
  font-size: 50px;
  font-weight: 900;
}
.f150 span{
  font-size: 13px;
  font-weight: 900;
  color: #C30D23;
  display: block;
  margin-top: -25px;
}


@media (min-width:600px) {
  .i-bldg_li{
    display: flex;
    justify-content:space-between;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}


.i-bldg_li li{
  margin-top: 40px;
}

@media (min-width:600px) {
  .i-bldg_li li{
    margin-top: 0px;
    width: 30%;
  }
}



.f12{
  margin-bottom: 5px!important;
  text-align: center;
  font-size: 130%;
  font-weight: 900;
}

.i-bldg_li li img{
  margin-top: 15px;
}

.service_li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}

.service_li li{
  width: 45%;
  margin-bottom: 30px;

}

@media (min-width:600px) {
  .service_li li{
    width: 14%;
    margin-bottom: 40px;
    margin-right: 4%;
  }

  .service_li li:nth-of-type(5n){
    margin-right: 0%;
  }
}

.dl_top{
  margin-top: 30px;
}

.dl_top dt{
  font-size: 130%;
  font-weight: 900;
	border-right: 2px solid #1e1d1d;
  display: inline-block;
  padding-right: 20px;
  margin: 10px 0 10px 0px;
}

@media (min-width:600px) {
  .dl_top dt {
    float: left;
  }

  .dl_top dd {
    padding-left: 200px;
  }
}

.room_top_li{
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width:600px) {
  .room_top_li{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
  }
}



.room_top_li li{
  margin-bottom: 40px;
}

@media (min-width:600px) {
  .room_top_li li{
   width: 30%;
  }
}

.room_info_t{
  font-size: 12px;
  font-weight: 900;
  text-align: right;
  line-height: 1.3;
  margin-top: 10px;
}




.room_info_t span{
  font-size: 20px;
  padding: 2px 5px;
}


  /* Google Mapを囲う要素 */
  .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 55%; /* 比率を4:3に固定 */
    margin-top: 30px;
  }
   
  /* Google Mapのiframe */
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .banner_nn{
    margin-top: 50px;
  }


  .banner_nn li{
    width: 47%;
    float: left;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  
  
  .banner_nn li:nth-child(even){
    margin-right: 0%;
    margin-bottom: 30px;
  }
  
  @media (min-width: 800px) {
   
  
    .banner_nn li{
      width: 22.5%;
      float: left;
      margin-right: 3%;
      margin-bottom: 30px;
    }
    .banner_nn li:nth-child(even){
      margin-right: 3%;
      margin-bottom: 30px;
    }
  
    .banner_nn li:nth-child(4n){
      margin-right: 0%;
      margin-bottom: 30px;
    }
  }
  .b_set_c{
    text-align: center;
    margin: 30px auto 30px;
    max-width: 300px;
}
 /* footer */
/* ============================================ */
.wi200{
  width: 250px;
  text-align: center;
  margin: 0px auto;
  padding-top: 30px;
}

  .footer_navi{
    display: none;
  }


@media (min-width: 800px) {

  .footer_navi{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}




 /* top */
/* ============================================ */

.page_visual_about{
  position: relative;
  background-image: url(../img/page/about_top.jpg);
  background-position: 50% 75%;
  background-size:cover;
  height: 60vh;
}

.page_title{
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
}
@media (min-width: 800px) {
  .page_title{
    font-size: 70px;
  }
}

.page_title span{
  font-size: 16px;
  display: block;
}

@media (min-width: 800px) {
  .page_title span{
    font-size: 20px;
  }
}

@media (min-width: 600px) {
.page_under_c{
  margin-top: 70px;
  }
}
.c80_b{
  font-size: 90%;
  font-weight: 700;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}


.w70_pc_on{
  display: none;
}

@media (min-width: 600px) {
.w70_pc_on{
  width: 70%;
  margin-left: 15%;
  display: block;
}
}

.about_box{
  margin-bottom: 80px;
}



@media (min-width: 600px) {
  .about_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }

  .about_left{
   width: 40%;
  }
  }



.about_right{
  margin-top: 15px;
}

@media (min-width: 600px) {
  .about_right{
    margin-top: 0px;
    width: 50%;
  }
}



.ab_tt{
  border-bottom: 1px dotted #767676;
  font-size: 18px;
  font-weight: 900;
  padding-left: 5px;
}

.point_tt{
  background-image: url(../img/page/red_p.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.6;
  font-size: 0.9em;
  font-weight: 900;
  padding-left: 25px;
}

 /* Price */
/* ============================================ */

.page_visual_price{
  position: relative;
  background-image: url(../img/page/price_top.jpg);
  background-position: 50% 95%;
  background-size:cover;
  height: 60vh;
}

.fc15{
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
}


.tbl-r05{
  width: 100%;
  text-align: center;
}
.tbl-r05 th {
  background: #473F38;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r05 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.tbl-r05 td:first-child {
  background: #E5E8EC;
}
@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #473F38;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
 
.thead th{
  text-align: center;

}


.caution{
  margin-top: 15px;
  font-size: 90％;
}

.caution li{
  text-indent: -1em;
padding-left: 1em;
}


.room_pi{
  margin-top: 30px;
}

.room_pi{
  display: flex;
  flex-wrap: wrap;
}

.room_pi li{
 width: 47%;
 text-align: right;
 margin-bottom: 15px;
 margin-right: 3%;
}

.room_pi li img{
  width: 100%;
  height: auto;
 }

@media screen and (min-width: 640px) {
  .room_pi li{
    width: 30%;
    margin-right: 2%;
   }
}

@media screen and (min-width: 800px) {
  .room_pi li{
    width: 18.4%;
   }

   .room_pi li:nth-of-type(5n){
    margin-right: 0%;
   }

}


 /* floor */
/* ============================================ */

.page_visual_floor{
  position: relative;
  background-image: url(../img/page/floor/top_floor.jpg);
  background-position: 50% 95%;
  background-size:cover;
  height: 60vh;
}

.floor_number{
  margin-top: 30px;
  display: flex;
    flex-wrap: wrap;
  
}
.floor_number li{
   border-bottom: 1px dotted #666;
   margin-bottom: 15px;
   font-size: 110%;
   width: 47%;
   margin-right: 3%;
}



.floor_number li :nth-of-type(2n){
  margin-right: 0%;
}

@media screen and (min-width: 640px) {
  .floor_number li{
    width: 30%;
    margin-right: 3%;
 }

 .floor_number li :nth-of-type(3n){
  margin-right: 0%;
}
}

/* 
.floor_number li span{
  background-color: #C30E23;
  color: #fff;
  font-size: 120%;
  font-weight: 900;
  padding: 1px 3px;
  text-align: center;
  margin-right: 5px;
} */

.linn{
  background-color: #C30E23;
  color: #fff;
  font-size: 120%;
  font-weight: 900;
  padding: 1px 3px;
  text-align: center;
  margin-right: 10px;
  width: 20px;
  float: left;
  height: 25px;
  line-height: 1.2;
}

 /* access */
/* ============================================ */
.page_visual_access{
  position: relative;
  background-image: url(../img/page/access/top_access.jpg);
  background-position: top;
  background-size:cover;
  height: 60vh;
}

.fc12_s{
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 5px;
}

.acc_info {
  margin-top: 50px;
  margin-bottom: 100px;
}

@media screen and (min-width: 640px) {

  .acc_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

  }

}




.acc_info li{
  font-size: 14px;
  margin-bottom: 50px;
}

@media screen and (min-width: 640px) {
  .acc_info li{
    width: 45%;
  }
}




.acc_ti{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	padding-left: 10px;
	margin-bottom: 10px;
}

#time {
}
 #time dt {
	background-image: url(../img/page/red_p.png);
	float: left;
	background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
	padding-left: 22px;
	padding-bottom: 5px;
	padding-top: 3px;
  background-size: 9%;
}
 #time dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 5px;
	margin-bottom: 5px;
  padding-left: 210px;
}



@media screen and (min-width: 640px) {
  .around {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  }

.acc_tt_l{
  font-weight: 900;
  margin-bottom: 5px;
}


.place {
	height: 100%;
  margin-bottom: 30px;

}

@media screen and (min-width: 640px) {
  .place {
     width: 47%;
}
}


@media screen and (min-width: 640px) {
  .place {
    width: 31%;
}
}



.place img{
	height: 100%;
display: block;
margin-bottom: 5px;
}



 /* Applicaion  */
/* ============================================ */

.apbox01 {
    margin-bottom: 0 !important;
    padding: 0 0 3em 64px;
    position: relative;
    --swl-step_arrow_color: #dedede;
    counter-reset: step;
    padding-bottom: 50px;
  }

  @media screen and (min-width: 640px) {
    .apbox01 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-bottom: 150px;
    }

    .st_img{
    width: 45%;
    }

    .st_info{
      width: 45%;
      }
  }





  .apbox01:before {
    border-left: 1px dashed #473F38;
    content: "";
    display: block;
    height: 100%;
    left: 23px;
    position: absolute;
    top: 0;
    width: 0;
  }

  .st_info{
    margin-top: 15px;
  }
  

  @media screen and (min-width: 640px) {
    .st_info{
      width: 45%;
      margin-top: 0px;
      }
  }




  .count_re {
    --swl-step_arrow_color: #dedede;
    counter-reset: step;
}


.u-bg-main {
  background-color: #04384c !important;
  color: #fff !important;
  border-radius: 50%;
}

.swell-block-step__number {
  box-sizing: content-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 48px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
  counter-reset: step 0; 
}

.coun_nn {
  display: block;
  font-size: 20px;
}

.__label {
  content: attr(data-label);
  display: block;
  font-size: 10px;
  padding-bottom: 1px;
}


.swell-block-step__title {
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 25px;
}


.fc16{
  font-size: 16px;
  font-weight: 900;

}


.b_set_c2{
  text-align: center;
  margin: 10px auto 30px;
  max-width: 300px;
}

 /* contact  */
/* ============================================ */

.contact_tl{
  padding: 25px;
    border: 4px solid #CCCCCC;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 72px;
}

@media screen and (min-width: 640px) {
    .contact_tl{
      padding: 35px 25px 25px;
        border: 4px solid #CCCCCC;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 72px;
    }
    
  }
  

.tel_tt{
  font-size: 1.2rem;
  margin: 0 0 0.5em;
}

@media screen and (min-width: 640px) {
  .tel_tt{
  font-size: 1.5rem;
  }
  
}

.p-contact-tel__txt{
margin: 1em 0;
font-size: 1.5rem;
}

.num{
  font-size: 8.9069767442vw;
  font-weight: 700;
  letter-spacing: -.02em;
  margin-right: 0;
  display: block;
  font-family: Nunito Sans, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
  .num{
    font-size: 4rem;
  }
}

.time {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .02em;
}


.contant_mail{
  text-align: center;
}
.contact_01{
  margin-top: 20px;
}

.contact_policy{
  margin-top: 30px;
}

.contact_policy li{
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 1.0rem;
  text-indent: -1em;
  padding-left: 1em;
}

  .contact_policy li p{
    margin-top: 5px;
    font-weight: normal;
    font-size: 0.9rem;
    padding-left: 10px;
  }

   /* company  */
/* ============================================ */


.company_right{
  margin-top: 25px;
}

.company_left {

}

@media screen and (min-width: 640px) {
  .company_box{
    display: flex;
    justify-content: space-between;
  }
  .company_right{
    margin-top: 0px;
    width: 50%;
  }
  
  .company_left {
  width: 40%;
  }
}


.company_left img {
width: 100%;
height: auto;
}



.company_name{
  font-size: 130%;
  font-weight: 700;
  margin-bottom: 15px;
  width: 100%;
}


.company_dl {
  margin-top: 10px;
}

.company_dl dt{
 width: 30%;
 float: left;
 padding: 0px 0;
 padding-bottom: 5px;
 padding-left: 5px;
}

.company_dl dd{
  width: 100%;
  padding-left: 30%;
  border-bottom: 1px dotted #666;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

  /* policy  */
/* ============================================ */

.pp_box{
  margin-bottom: 30px;
}

.ff14{
  font-size: 130%;
  font-weight: 700;
  margin-bottom: 5px;
}