@charset "utf-8";

body{
  color: #666;
  font-family: 'Noto Sans JP', sans-serif;
}

.acc_subtitle3{
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 42px;
  padding-left: 18px;
  border-left: 5px solid #ccc;
}
.acc_text{
  font-size: 16px;
  line-height: 2;
}
/* font */

.acc_top{
  max-width: 100%;
  height: 300px;
  background-image: linear-gradient(135deg, #00a1ed, #61c3bc); 
  margin-bottom: 30px;
}

.acc_titlebox{
  max-width: 1040px;
  margin: 0 auto; 
  padding-top: 125px;
}

h2.acc_title{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  /* line-height: 300px; */
}
/* ↑top設定 */


.acc_container{
  max-width: 1040px;
  margin: 0 auto;
}
/* ↑container */


.acc_access{
  margin: 48px auto;
}
/* アクセス大枠 */

.acc_googlemap{
  text-align: center;
  width: 100%;
}
.acc_googlemap iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
/* Googleマップ */

.acc_mapbox{
  text-align: center;
  margin: 64px 0 68px;
}
.acc_map{
  width: 90%;
  /* width: 1000px; */
  /* height: 810px; */
}
/* イラストマップ */
/* ↑各種マップ */

.acc_budbox{
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
}
/* 外観大枠 */

.acc_budpic{
  width: 450px;
  height: 270px;
  object-fit: cover;
}
/* 写真 */

.acc_budtext{
  width: 50%;
  border-bottom: 1px solid #666;
  /* position: relative; */
}
.acc_budname{
  font-size: 16px;
  line-height: 1.7;
  padding-left: 40px;
  top: 0;
  position: relative;
  /* position: absolute; */
}
.acc_budname span{
  font-size: 22px;
  font-weight: bold;
}
/* text */

.acc_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){

  .acc_subtitle3{
    font-size: 22px;
    font-weight: 400;
    margin-left: 20px;
    margin-bottom: 42px;
    padding-left: 18px;
    border-left: 5px solid #ccc;
  }
  .acc_text{
    font-size: 14px;
    line-height: 2;
    padding: 0 20px;
  }
  /* ↑font */

  .acc_top{
    max-width: 100%;
    height: 13vh;
    background-image: linear-gradient(135deg, #00a1ed, #61c3bc); 
  }
  .acc_titlebox{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    height: 13vh;
    padding-top: 4.25vh;
  }
  h2.acc_title{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    /* line-height: 120px; */
  }
  /* ↑top設定 */

  .acc_access{
    margin: 42px auto;
  }
  /* ↑アクセス大枠 */

  .acc_googlemap iframe{
    width: 370px;
    height: 250px;
  }
  .acc_googlemap{
    margin: 0 auto;
  }
  /* Googleマップ */

  .acc_mapbox{
    text-align: center;
    margin: 36px 0 ;
  }
  .acc_map{
    /* width: 100%; */
    width: 330px;
    height: 260px;
  }
  /* イラストマップ */
  /* ↑各種マップ */

  .acc_budbox{
    width: 370px;
    display: block;
    margin: 0 auto 48px;
  }
  /* 外観大枠 */

  .acc_budpicbox{
    text-align: center;
  }
  .acc_budpic{
    object-fit: cover;
    width: 370px;
    height: 225px;
    /* width: 100%;
    height: 100%; */ 
  }
  /* 写真側 */

  .acc_budtext{
    width: 100%;
    padding: 15px 20px 0;
    /* padding-top: 20px; */
    border: none;
  }
  .acc_budname{
    font-size: 14px;
  }
  .acc_budname span{
    font-size: 18px;
  }
  /* text */
  /* ↑外観 */

  /* ↑アクセス */

}