@charset "utf-8";

body{
  color: #666;
  font-family: 'Noto Sans JP', sans-serif;
}

.ind_subtitle3{
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 42px;
  padding-left: 18px;
  border-left: 5px solid #ccc;
}
.ind_subtitle4{
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 36px;
}
.ind_text{
  font-size: 16px;
  line-height: 2;
}
/* font */

.ind_bgimg{
  background-image: url(../img/dot.svg);
  /* background-repeat: repeat; */
  background-size:10px 10px;
  width: 100%;
  height: 60px;

}
/* 点線 */


.ind_top_img{
  background-image: url(../img/ind-top.jpg); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
}
/* top-img */

.ind_titlebox{
  max-width: 1040px;
  margin: 0 auto;
}
h2.ind_title{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 300px;
  text-shadow: 1px 1px 10px #000;
}
/* ↑top設定 */

.ind_container{
  max-width: 1040px;
  margin: 0 auto;
}
/* ↑container */

.ind_greeting{
  margin: 68px 0 76px;
  display: flex;
  justify-content: space-around;
  gap: 60px;
  flex-wrap: nowrap;
}
/* ↑挨拶大枠 */

.ind_picbox{
  text-align: center;
}
.ind_pic{
  width: 265px;
  height: 300px;
  background-color: #444;
  border-radius: 5px;
}
.ind_gtpic{
  width: 265px;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}
/* ↑写真 */

.ind_name{
  font-size: 24px;
  font-weight: bold;
  /* line-height: 1.5; */
  padding-top: 20px;
}
.ind_name span{
  font-size: 16px;
}
/* ↑名前 */

/* ↑写真側 */
/* ↑挨拶 */


.ind_message{
  margin: 72px 0 64px;
}
/* ↑メッセージ */


.ind_room{
  margin: 54px auto;
}
/* 施設大枠 */

.ind_roomgrt{
  display: grid;
  grid-template-columns: repeat(auto-fit , minmax(510px,1fr));
  grid-gap:42px 0;
}

li.ind_roomphoto{
  margin: 0 auto;
}

.ind_roompic{
  object-fit: cover;
  width: 510px;
  height: 290px;
}
/* ↑施設紹介 */


.ind_access{
  margin: 48px auto;
}
/* アクセス大枠 */

.ind_googlemap{
  text-align: center;
  width: 100%;
}
.ind_googlemap iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
/* Googleマップ */

.ind_mapbox{
  text-align: center;
  margin: 64px 0 68px;
}
.ind_map{
  width: 90%;
  /* width: 1000px; */
  /* height: 810px; */
}
/* イラストマップ */
/* ↑各種マップ */

.ind_budbox{
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
}
/* 外観大枠 */

.ind_budpic{
  width: 450px;
  height: 270px;
  object-fit: cover;
}
/* 写真 */

.ind_budtext{
  width: 50%;
  border-bottom: 1px solid #666;
  /* position: relative; */
}
.ind_budname{
  font-size: 16px;
  line-height: 1.7;
  padding-left: 40px;
  top: 0;
  position: relative;
  /* position: absolute; */
}
.ind_budname span{
  font-size: 22px;
  font-weight: bold;
}
/* text */

.ind_icon{
  content: '';
  display: inline-block;
  background-image: url(../img/pin.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  height: 38px;
  width: 28px;
  position: absolute;
}
/* ピック画像 */
/* ↑外観 */

/* ↑アクセス */


@media (max-width: 768px){

  .ind_subtitle3{
    font-size: 22px;
    font-weight: 400;
    margin-left: 20px;
    margin-bottom: 42px;
    padding-left: 18px;
    border-left: 5px solid #ccc;
  }
  .ind_subtitle4{
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 36px;
  }
  .ind_text{
    font-size: 14px;
    line-height: 2;
    padding: 0 20px;
  }
  /* ↑font */

  .ind_top_img{
    background-image: url(../img/ind-top.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
  }
  /* ↑top-img */

  .ind_titlebox{
    text-align: center;
  }
  h2.ind_title{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    line-height: 120px;
    text-shadow: 1px 1px 10px #000;
  }
  /* ↑top設定 */


  .ind_greeting{
    margin: 48px 0 52px;
    /* padding: 0 20px; */
    display: block;
  }

  .ind_pic{
    margin: 0 auto;
    width: 220px;
    height: 250px;
    border-radius: 5px;
  }
  .ind_gtpic{
    width: 200px;
    height: 250px;
    border-radius: 5px;
  }
  /* 写真 */

  .ind_name{
    font-size: 20px;
  }
  .ind_name span{
    font-size: 14px;
  }
  /* 名前 */
  /*↑ 写真側*/

  .ind_textbox{
    padding-top: 30px;
  }
  /* text側 */
  /*↑ 挨拶 */

  .ind_message{
    margin: 24px 0 54px;
    /* padding: 0 20px; */
  }
  /* ↑メッセージ */

  .ind_room{
    margin: 48px 0 78px ;
  }
  /* ↑施設大枠 */

  .ind_roomgrt{
    grid-template-columns: repeat(auto-fit , minmax(370px,1fr));
    gap: 42px 18px;
  }
  
  .ind_roompic{
    object-fit: cover;
    width: 370px;
    height: 225px;
  }
  /* ↑施設 */

  .ind_access{
    margin: 42px auto;
  }
  /* ↑アクセス大枠 */

  .ind_googlemap iframe{
    width: 370px;
    height: 250px;
  }
  .ind_googlemap{
    margin: 0 auto;
  }
  /* Googleマップ */

  .ind_mapbox{
    text-align: center;
    margin: 36px 0 ;
  }
  .ind_map{
    /* width: 100%; */
    width: 330px;
    height: 260px;
  }
  /* イラストマップ */
  /* ↑各種マップ */

  .ind_budbox{
    width: 370px;
    display: block;
    margin: 0 auto 48px;
  }
  /* 外観大枠 */

  .ind_budpicbox{
    text-align: center;
  }
  .ind_budpic{
    object-fit: cover;
    width: 370px;
    height: 225px;
    /* width: 100%;
    height: 100%; */ 
  }
  /* 写真側 */

  .ind_budtext{
    width: 100%;
    padding: 15px 20px 0;
    /* padding-top: 20px; */
    border: none;
  }
  .ind_budname{
    font-size: 14px;
  }
  .ind_budname span{
    font-size: 18px;
  }
  /* text */
  /* ↑外観 */

  /* ↑アクセス */
  
}