@charset "utf-8";

html {
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
margin: 0;
color: #242323;
}

body {
  color: #242323;
}

img {
  max-width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/* 共通クラス */
.wrapper {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* 各セクションタイトル */
.sec-title {
  font-size: 25px;
  margin-bottom: 30px;
}

/* テキスト */
.text {
  max-width: 625px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 10px;
  color: #242323;
  font-size: 15px;
}

.header {
  width: 100%;
  background-color: #000;
  padding: 25px;
  position: fixed;
  top: 0;
  z-index: 10000;
}

.site-logo {
  display: none;
}

.phone-menu {
  display: none;
}

/* ナビゲーションエリア */
#nav {
  max-width: 980px;
  margin: 0 auto;
  /* display: flex; */
}

.nav-btn {
  max-width: 980px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.nav-btn .reserve {
  display: none;
}

.nav-btn li a {
  padding: 0px 10px;
  color: #f5f5f5;
  text-decoration: none;
}

.nav-btn li a:hover {
  color: gray;
}

.nav-btn .contact a {
  border: 1px solid #f5f5f5;
  padding: 10px 30px;
}

.nav-btn .contact a:hover {
  background-color: #f5f5f5;
  color: #000;
}

/*main メイン*/
.main {
  margin-top: 130px;
}

/* メイン画像 */
.main-visial {
  max-width: 980px;
}

.main-visial img{
  width: 760px;
}

/* タイトルエリア */
.site-title {
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}

.site-title p {
  line-height: 1.25em;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.05rem;
  margin: 0;
}

.site-title span {
  font-size: 60px;
  font-family: didot-w01-italic, serif;
  line-height: 1.25;
}

/* 予約ボタン→＃コンタクトへ */
.contact-btn {
  position: absolute;
  color: #000;
  font-size: 15px;
  border: 1px solid #000;
  padding: 10px 15px;
  top: -20px;
  right: 20px;
}

.contact-btn:hover {
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  background-color: #000;
  text-decoration: none;
}

/* NEWS */
.blog-container {
  display: flex;
  font: #000;
  max-width: 685px;
  width: 100%;
  margin: 0 auto;
}

.blog-left {
  margin: 0 0 0 20px;
  padding: 0;
  flex: 0 0 auto;
  width: 42%;
}

.blog-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-right .container {
  text-decoration: none;
  color: #242323;
}

.blog-right {
  width: 100%;
  padding: 15px 30px;
  overflow-wrap: break-word;
  border: solid 1px #bebebe;
  box-sizing: border-box;
  color: #242323;
}

.blog-right:hover {
  color: #242323;
}

.blog-title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  color: #242323;
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.blog-text {
  max-height: 120px;
  line-height: 1.6;
  font-size: 15px;
  margin: 10px 0 0;
  padding: 0;
  color: #242323;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.blog-text:hover,
.blog-title:hover {
  color: rgb(255, 216, 74);
}

/* リンク先ブログエリア */
#news-blog {
  .sec-title {
    font-size: 30px;
  }

  .date {
    font-size: 10px;
  }
  .text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 17px;
    margin-top: 30px;
    text-align: left;
  }

  img {
    max-width: 400px;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 50px;
    /* height: 400px; */
  }

  .news-img-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .news-img-container img {
    width: 30%;
    width: 280px;
    height: 280px;
    object-fit: cover;
    margin-top: 20px;
  }

  .news-catchphrase {
    max-width: 750px;
    margin: 0 auto;
    font-size: 20px;
    text-align: left;
    align-items: left;
  }

  .news-catchphrase ul {
    font-weight: bold;
  }

  .news-catchphrase li {
    list-style: square;
    font-size: 18px;
    font-weight: normal;
  }

  .contact-address {
    margin-top: 20px;
  }
}

/* ABOUT */
.spot-number a {
  margin-bottom: 10px;
  text-decoration: none;
  color: #242323;
  border-bottom: 1px #000;
  text-decoration: underline;
}

.spot-number a:hover {
  color: #333;
}

/* ROOM */
.container-bg {
  width: 100%;
  max-width: 980px;
  max-height: 700px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../img/room-background-img.avif);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}

/* テキストエリア */
.container-bg .text-area {
  width: 400px;
  /* height: 450px; */
  display: block;
  margin: auto;
  background-color: #fff;
  background-origin: padding-box;
  background-position: center;
  padding: 20px 30px 40px 30px;
  align-items: center;
}

.container-bg .text {
  text-align: center;
  margin-bottom: 20px;
}

.text-area .second {
  margin-bottom: 40px;
}

.container-bg .rooms {
  font-size: 18px;
}

.container-bg .link {
  padding: 10px;
  border: solid 1px #000;
  color: #000;
  text-decoration: none;
}

.container-bg .link:hover {
  background-color: #000;
  color: #f5f5f5;
}

/* SERVICE  */
.service-bg {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.service-inner {
  width: 33%;
  display: inline-block;
  padding: 0 30px 30px 30px;
  align-items: center;
}

.service-inner .service-logo {
  text-align: center;
  align-items: center;
}

.service-inner .logo {
  max-width: 40px;
  display: block;
  align-items: center;
  margin-bottom: 5px;
}

.service-inner .point {
  font-size: 18px;
  font-weight: bold;
}

.service-inner .text {
  margin-top: 20px;
  text-align: center;
}

/* house 賃貸情報 */
.house {
  width: 100%;
  display: flex;
  margin: 0 auto;
  margin-top: 60px;
}

.house-inner {
  text-align: left;
  font-size: 15px;
  padding: 30px 50px 30px 30px;
  display: block;
  margin: auto 50px;
}

.house-info,
.house-price {
  margin-top: 30px;
}

.house-info span,
.house-price span {
  font-size: 16px;
}

.house-info .text,
.house-price .text {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: left;
}

.house img {
  width: 50%;
  /* object-fit: cover; */
  margin: auto;
  display: block;
}

/* GALLERY */
/* grid コンテナー */
.grid-container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  gap: 10px;
  width: 980px;
  height: 630px;
  margin-bottom: 20px;
  position: relative;
}

/* 画像グループ */
.item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* .item a[data-lightbox="slide_image1"] {
  visibility: hidden;
}

.item a[data-lightbox]:has(.image-active) {
  visibility: visible;
} */

.item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
  cursor: pointer;
}

.image-box1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.image-box2 {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.image-box3 {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}

/* 画像スライド */

.image-box1 img,
.image-box2 img,
.image-box3 img {
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
}

.image-box1 img.active,
.image-box2 img.active,
.image-box3 img.active {
  opacity: 1;
}

.image-box1 a,
.image-box2 a,
.image-box3 a  {
  visibility: hidden;
}

.image-box1 img.active,
.image-box2 img.active,
.image-box3 img.active{
  visibility: visible
}

/* 
.image-box1 .image-active1 img ,
.image-box2 .image-active2 img,
.image-box3 .image-active3 img{
  opacity: 1;
  transition: 0.5s;
}

.image-box1 a,
.image-box2 a,
.image-box3 a {
  visibility: hidden;
}

.image-box1 .image-active1 ,
.image-box2 .image-active2,
.image-box3 .image-active3{
  visibility: visible;
} */


.customer-container {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.customer-feedback img {
  max-width: 100%;
  display: block;
  grid-column: 1/2;
  grid-row: 1/8;
  align-items: center;
}
.customer-area {
  display: flex;
  grid-column: 1/1;
  grid-row: 6/7;
  justify-content: center;
}

.customer-feedback span {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  margin-right: 50px;
}

.customer-feedback .btn {
  display: flex;
}

.note,
.other-blog {
  text-decoration: none;
  color: #242323;
  border: 1px solid #242323;
  padding: 15px;
}

.note:hover,
.other-blog:hover {
  text-decoration: none;
  background-color: #000;
  color: #f5f5f5;
}

.note {
  margin-right: 20px;
}

/* CONTACT */
#contact .text {
  text-align: center;
}

.contact-address {
  display: flex;
  justify-content: center;
}

.contact-address .mail,
.contact-address .tel {
  padding: 20px 40px;
  font-size: 15px;
}

/* 姉妹シェアハウス */
#sisters .wrapper {
  margin-bottom: 10px;
}

#sisters .sec-title {
  margin-bottom: 10px;
}

#sisters .takahashi img {
  margin-bottom: 50px;
}

/* ACCESS */
#access {
  height: 100%;
  width: 100%;
}

#access .wrapper{
  margin-bottom: 10px;
}

#access .access-map {
  font-size: 18px;
}

.google-maps {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.footer {
  background-color: #000;
  color: #f5f5f5;
  text-align: center;
  padding: 20px;
}

.copyright {
  font-size: 12px;
  margin: 0;
}

/* レスポンシブCSS */

/* 大画面 */
@media screen and (min-width: 2400px) {
  /* 共通クラス */
  .wrapper {
    max-width: 1700px;
    margin: 0 auto;
  }

  .sec-title {
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 30px;
  }

  .text {
    font-size: 25px;
    max-width: 1050px;
    margin-bottom: 30px;
    /* text-align: center; */
  }

  /* ナビゲーションエリア */
  .header {
    padding: 40px;
  }

  #nav {
    max-width: 1750px;
  }
  .nav-btn {
    max-width: 1750px;
  }

  .nav-btn li a {
    font-size: 25px;
  }

  /* main メイン*/
  .main .wrapper {
    margin-top: 160px;
  }

  /* サイトタイトルエリア */
  .site-title p {
    line-height: 1.25em;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.05rem;
    margin: 0;
  }

  .site-title span {
    font-size: 70px;
    font-family: didot-w01-italic, serif;
    line-height: 1.25;
  }

  .main-visial {
    max-width: 1700px;
  }

  .main-visial img {
    width: 1200px;
    height: 780px;
  }

  .contact-btn {
    padding: 20px 15px;
    font-size: 25px;
    top: -13px;
    right: 10px;
  }

  /* ブログ */
  .blog-container {
    max-width: 1065px;
    height: 380px;
  }

  .blog-title {
    font-size: 35px;
    padding: 10px 0;
  }

  .blog-text {
    max-height: 160px;
    font-size: 22.5px;
    -webkit-line-clamp: 4;
  }

  /* room */

  #room .sec-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-bg {
    max-width: 1700px;
    background-size: contain;
    max-height: none;
    margin-top: 100px;
  }

  .container-bg .text-area {
    width: 700px;
    padding: 19px 30px 70px 30px;
  }

  .container-bg .rooms {
    font-size: 30px;
  }
  .container-bg .link {
    padding: 15px;
    font-size: 25px;
  }

  /* SERVICE */
  #service .wrapper {
    max-width: 1500px;
  }

  .service-inner .point {
    font-size: 27px;
  }

  .service-inner .logo {
    max-width: 70px;
  }

  .service-inner .text {
    font-size: 23px;
    margin-right: 20px;
    margin-left: 20px;
  }

  /* HOUSE 賃貸設定 */
  .house-inner span {
    font-size: 30px;
  }

  .house img {
    width: 56%;
  }
  .house-info .text {
    max-width: 690px;
    font-size: 25px;
  }

  /* GALLERY */
  .grid-container {
    width: 1400px;
    height: 950px;
    gap: 30px;
    margin: 0 auto;
  }

  /* CUSTOMER */
  .customer-container {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
  }

  .customer-feedback img {
    width: 1000px;
    grid-column: 1 / 2;
    grid-row: 1 / 5;
  }

  .customer-feedback span {
    font-size: 45px;
    line-height: 50px;
    margin-right: 120px;
  }

  .customer-area {
    grid-column: 1 / 2;
    grid-row: 4/ 5;
  }

  .note,
  .other-blog {
    display: block;
    margin: auto;
    font-size: 25px;
    padding: 15px 20px;
  }

  .note {
    margin-right: 20px;
  }

  /* CONTACT */
  .contact-address .mail,
  .contact-address .tel {
    font-size: 27px;
  }

  /* SISTERS　姉妹シェアハウス */

  #sisters .takahashi img {
    margin-bottom: 0;
    width: 840px; 
  }

  #sisters .hotaka img{
    width: 755px;
  }

  /* ACCESS */
  #access .access-map {
    font-size: 30px;
  }

  .google-maps {
    position: relative;
    width: 100%;
    height: 0;
  }

  /* .googlemaps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } */

  /* footer */
  .footer {
    padding: 40px;
  }

  .copyright {
    font-size: 25px;
  }
}


@media screen and (max-width: 1024px) {

  /* NEWS */

  .blog-container {
    max-width: 650px;
  }

  .blog-left{
    width: 41%;
  }

  .blog-title{
    font-size: 23px;
  }
  .blog-text{
    max-height: 95px;
    font-size: 14.5px;
    -webkit-line-clamp: 5;
  }

  .container-bg{
    max-width:  800px;
    margin: 0 auto;
  }


  /* SERVICE */
  .service-inner .logo {
    max-width: 32px;
  }

  .service-inner .point{
    font-size: 16px;
  }

  .service-inner .text{
    font-size: 14px;
  }

  /* 姉妹シェアハウス */
  #sisters .takahashi img{
    width: 500px;
  }

  /* ACCESS */
  #access .access-map {
    font-size: 15px;
  }


}


/* タブレット用 */
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* 共通クラス */
  .wrapper {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
  }

  .text {
    font-size: 14px;
    text-align: center;
  }

  .sec-title {
    margin-top: 30px;
  }

  /* ナビケーションエリア */
  .reserve {
    display: none;
  }

  /* ボタン */
  .contact-btn {
    display: none;
  }

  /* main メイン */
  .main {
    margin-top: 100px;
  }

  /* タイトルエリア */
  .site-title p {
    font-size: 15px;
  }

  .site-title span {
    font-size: 45px;
  }

  /* NEWS */
  .blog-container{
    max-width: 560px;
  }

  .blog-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .blog-text {
    max-height: 85px;
    font-size: 12px;
    -webkit-line-clamp: 4;
    margin-top: 0;
    margin-bottom: 13px;
  }

  /* ブログエリア */
  #news-blog {
    .sec-title {
      margin-top: 60px;
      font-size: 25px;
    }
    .text {
      max-height: 500px;
      font-size: 15px;
      margin: 10px 0;
    }

    img {
      max-width: 380px;
      width: 90%;
      margin-bottom: 15px;
    }

    .advise {
      font-size: 18px;
    }

    .contact-address {
      font-size: 18px;
    }

    .news-img-container {
      margin-bottom: 20px;
    }

    .news-catchphrase {
      font-size: 15px;
    }

    .news-catchphrase li{
      font-size: 16px;
    }
  }


  /* ABOUT */
  #about .text{
    text-align: left;
    max-width: 450px;
  }


  /*OUR ROOM  */
  #room .container-bg {
    margin-top: 20px; 
  }

  #room .text{
    font-size: 14px;
  }

  .container-bg .rooms{
    font-size: 17px;
    font-weight: bold;
  }

  #room .sec-title {
    margin-top: 0;
  }

  /* SERVICE */
  #service-inner .text{
    font-size: 14px;
  }

  .service-bg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .service-inner {
    width: 50%;
    display: inline-block;
    padding: 0 30px 30px 30px;
    align-items: center;
  }

  .service-inner .point{
    font-size: 15px;
  }

  .service-inner .logo{
    max-width: 27px;
  }


  /* house 賃貸情報 */
  .house {
    padding-top: 20px;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }

  .house-inner {
    max-width: 600px;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 15px;
  }

  .house-info {
    width: 270px;
    margin-top: 0;
  }

  .house-price {
    width: 270px;
    padding-left: 30px;
    margin-top: 0;
  }

  .house img {
    width: 60%;
    margin-top: 30px;
  }

  /* GALLERY */
  #gallery .wrapper{
    max-width: 650px;
    margin: 0 auto;
  }

  .grid-container {
    max-width: 630px;
    margin: 0 auto;
    height: 540px;
    gap:20px;
  }

  /* CUSTOMER */
  .customer-feedback {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 30px;
  }

  /* CONTACT */
  .contact-address p {
    padding-right: 20px;
  }

  .contact-address .mail,
  .contact-address .tel {
    padding: 0 15px;
    font-size: 14px;
  }


  /* 姉妹シェアハウス */
  #sisters .takahashi img,
  #sisters .hotaka img{
    width: 500px;
  }

  /* ACCESS */
  #access .access-map{
    font-size: 14px;
  }

  /* グーグルマップ */
  .google-maps {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
  }

  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*  中間*/
@media screen and (max-width: 700px) {
  /* header */
  .header {
    padding: 10px 5px 5px 5px;
  }

  /* ナビケーションエリア */
  .phone-menu .site-logo {
    display: block;
    margin: 0;
  }

  .site-logo img {
    width: 27px;
    height: 27px;
  }

  .phone-menu {
    display: flex;
    margin-left: 5px;
    padding: 0.2%;
  }

  .menu-btn {
    position: fixed;
    top: 11px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: gainsboro;
  }

  .menu-btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 10px;
    width: 50%;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
  }

  .menu-btn span:nth-of-type(1) {
    top: 10px;
  }

  .menu-btn span:nth-of-type(2) {
    top: 17px;
  }

  .menu-btn span:nth-of-type(3) {
    top: 24px;
  }

  .menu-btn.active span:nth-of-type(1) {
    top: 10px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
  }

  .menu-btn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-btn.active span:nth-of-type(3) {
    top: 22px;
    left: 9px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
  }

  /* メニューを閉じた時 */
  #nav {
    background: rgba(0, 0, 0, 0.922);
    position: fixed;
    /* top:0; */
    left: 0;
    overflow-x: hidden;
    text-align: center;
    /* display: none; */
    width: 0;
    height: 0;
    transition: 0.5s;
  }

  /* メニューを開いた時 */
  #nav.open-menu {
    width: 100%;
    height: 100%;
    display: block;
  }

  .nav-btn {
    display: block;
    margin: auto;
  }

  .nav-btn li {
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 18px;
    font-size: 18px;
  }
  .nav-btn li a {
    padding: 2px 17px;
    align-items: center;
    display: block;
    margin: auto;
  }

  .nav-btn .reserve {
    display: contents;
    padding: 5px 20px;
  }

  .nav-btn .contact {
    display: none;
  }

  .grid-container{
    max-width: 600px;
  }
}


@media screen and (max-width: 650px) {
  .grid-container {
    max-width: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 250px 250px 250px;
    grid-auto-flow: row;
    gap: 15px;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    position: relative;
  }

  /* 画像グループ */
  .item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }

  .image-box1 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }

  .image-box2 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }

  .image-box3 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }
}


@media screen and (max-width: 550px) {
  .grid-container {
    max-width:450px ;
  }
}


@media (max-width: 599px) and (min-width: 424px) {
  
  /* ROOM */
  .container-bg .text-area{
    max-width: 370px;
  }

  .container-bg .rooms {
    font-size: 16px;
    font-weight: bold;
  }
  .text-area .text{
    font-size: 14px;
  }

  /* SERVICE */
  .service-inner .logo {
    max-width: 23px;
  }

  .service-inner .point{
    font-size: 12.5px;
  }

  .service-inner .text {
    font-size: 13px;
  }
  
  /* GALLERY */
  /* CUSTOMER */
  .customer-container {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: 70px 160px 30px 20px 20px;
    max-width: 380px;
    margin: 0 auto;
  }
  
  .customer-feedback img {
    max-width: 100%;
    display: block;
    grid-column: 1/2;
    grid-row: 1/6;
    align-items: center;
  }
  .customer-area {
    display: flex;
    grid-column: 1/1;
    grid-row: 3/4;
    justify-content: center;
    max-width: 350px;
    margin: 0 auto;
  }
  
  .customer-feedback span {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-right: 15px;
  }
  .customer-feedback .btn {
    /* display: block; */
    margin: auto;
  }

  .note {
    margin-right: 10px;
  }

  .note,
  .other-blog {
    padding: 10px 10px;
  }
}



/* スマートフォン */
@media screen and (max-width: 425px) {
  /* 共通クラス */
  .wrapper {
    width: 84%;
    max-width: 350px;
    margin: 0 auto;
  }

  .text {
    align-items: center;
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .sec-title {
    font-size: 22px;
  }


  /* header */
  .header {
    padding: 10px 5px 5px 5px;
  }

  
  /* main メイン */
  .main {
    margin-top: 90px;
  }

  .site-title {
    margin-top: 10px;
  }

  .site-title p {
    font-size: 15px;
    line-height: 1;
  }

  .site-title span {
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: 1;
  }

  .main-visial img {
    max-width: 360px;
  }

  /* NEWS → block*/
  .blog-container {
    display: block;
  }

  .blog-left {
    margin: 0;
  }

  .blog-left img {
    display: block;
    margin: auto;
    width: 70%;
    height: 145px;
  }

  .blog-right {
    display: block;
    margin: auto;
    width: 70%;
    padding: 14px;
  }

  .blog-title {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .blog-text {
    height: 60px;
    font-size: 12px;
    text-align: left;
    -webkit-line-clamp: 3;
    margin-bottom: 0;
  }

  #news-blog{
    max-width: 380px;
    margin: 0 auto;
  }


  #news-blog {
    .sec-title {
      margin-top: 50px;
      font-size: 18px;
    }
    
    .text {
      font-size: 13px;
    }

    .advise {
      font-size: 15px;
    }

    .news-catchphrase li {
      font-size: 13px;
    }
  }


  /* OUR ROOM */
  #room {
    margin: 0;
  }
  .container-bg {
    background-size: cover;
    background-position: center center;
  }

  #room .text {
    font-size: 13px;
  }

  .container-bg .rooms {
    font-size: 13px;
  }

  .text-area .first {
    margin-bottom: 10px;
  }
  .text-area .second {
    margin-bottom: 30px;
  }

  .container-bg .text-area {
    width: 300px;
    padding: 23px 15px;
  }

  .container-bg .link {
    font-size: 12px;
    padding: 10px;
  }


  /* SERVICE */
  .service-inner {
    padding: 0 15px 15px 15px;
  }

  .service-inner .text {
    font-size: 11px;
    margin-top: 8px;
  }

  .service-inner .point {
    font-size: 12px;
  }

  .service-inner .logo {
    max-width: 25px;
  }

  /* house 賃貸設定 */
  .house img {
    width: 75%;
  }

  .house-inner {
    display: block;
  }

  .house-info {
    max-width: 300px;
  }

  .house-info span,
  .house-price span {
    text-align: center;
    font-size: 14px;
  }

  .house-price {
    max-width: 350px;
    padding-left: 0;
  }

  .house-price .text {
    text-align: left;
  }

  /* GALLERY */
  /* grid コンテナー */
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 250px 250px 250px;
    grid-auto-flow: row;
    gap: 25px;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    position: relative;
  }

  /* 画像グループ */
  .item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }

  .image-box1 {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
  }

  .image-box2 {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
  }

  .image-box3 {
    grid-column: 1 / 4;
    grid-row: 3 / 4;
  }

  /* CUSTOMER */
  .customer-container {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 100px 50px 50px;
    gap: 5px;
    /* max-width: 365px; */
    margin: 0 auto;

  }

  .customer-feedback {
    padding-top: 20px;
  }

  .customer-feedback img {
    max-width: 100%;
    display: block;
    grid-column: 1/2;
    grid-row: 1/5;
    align-items: center;
    margin-top: 20px;
  }

  .customer-area {
    display: flex;
    grid-column: 1/1;
    grid-row: 4/5;
    justify-content: center;
    width: 300px;
    margin: 0 auto;
  }

  .customer-feedback span {
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 20px;
  }

  .customer-feedback .btn {
    margin: auto;
    align-items: center;
    margin-top: 10px;
  }

  .note {
    margin-right: 10px;
  }

  .note,
  .other-blog {
    font-size: 10px;
    padding: 10px;
    display: block;
    align-items: center;
  }

  /* CONTACT */
  #contact .sec-title {
    margin-top: 70px;
  }

  .contact-address {
    display: block;
  }

  .contact-address .mail {
    padding-right: 40px;
  }

  .contact-address .mail,
  .contact-address .tel {
    font-size: 14px;
    margin: 0;
  }

  /* 姉妹シェアハウス */
  #sisters .takahashi img {
    margin-bottom: 20px;
    height: auto;
  }
  #sisters .takahashi img {
    height:auto ;
  }


  /* Google map */
  #access .access-map {
    font-size: 13px;
  }

  /* footer */
  .footer {
    padding: 15px;
  }

  .copyright {
    font-size: 10px;
  }
}

/* スマホ 375以下 */
@media screen and (max-width: 375px) {
  /* 共通クラス */
  .text {
    font-size: 11px;
  }

  .main-visial img {
    width: 100%;
  }

  /*ナビケーションエリア */
  .nav-btn li {
    padding: 5px 15px;
  }

  /* NEWS */
  .blog-text {
    max-height: 70px;
    -webkit-line-clamp: 3;
  }

  .blog-left img {
    height: 110px;
    width: 70%;
  }

  .blog-right {
    padding: 6px 22px;
    display: block;
    margin: auto;
    width: 70%;
  }


  /* OUR ROOM */
  .container-bg .text-area {
    width: 285px;
  }

  #room .text {
    font-size: 12px;
  }

  .container-bg .link {
    font-size: 10px;
  }


  /* SERVICE */
  .service-inner .logo {
    max-width: 30px;
  }

  .service-inner .point {
    font-size: 11px;
  }

  .service-inner .text{
    margin-top: 10px;
  }


  /* house 賃貸設定 */
  .house-info span,
  .house-price span {
    text-align: center;
    font-size: 12px;
  }

  .house-info{
    max-width: 220px;
  }

  .house img {
    width: 70%;
  }


  /* GALLERY */
  .grid-container {
    gap: 30px;
    width: 90%;
  }

  /* CUSTOMER */
  .customer-container{
    margin: 0 auto;
    gap: 20px;
  }

  .customer-area{
    grid-row: 3/4;
  }
  .customer-feedback .btn{
    margin-top: 0;
  }


  /* ACCESS */
  #access .access-map {
    font-size: 12px;
  }

  /* footer */
  .copyright {
    font-size: 10px;
  }
}



@media screen and (max-width: 320px) {
  /* 共通クラス */
  .sec-title {
    font-size: 18px;
  }

  /* main　メイン */
  .main .wrapper {
    width: 100%;
  }

  /* サイトタイトル */
  .site-title p {
    font-size: 12px;
  }

  .site-title span {
    font-size: 32px;
  }

  .main-visial img {
    width: 100%;
    height: 240px;
  }


  /* NEWS */
  .blog-right {
    padding: 7px 13px;
  }
  
  .blog-title{
    font-size: 12.5px;
    margin-bottom: 8px;
  }

  .blog-text{
    height: 50px;
    font-size:11px;
    -webkit-line-clamp: 3;
  }



  #news-blog{
    .wrapper{
      max-width: 250px;
      margin: 0 auto;
    }
  }


  /* OUR ROOM */
  .container-bg .text-area {
    width: 225px;
  }

  .text-area .second {
    margin-bottom: 20px;
  }


  /* SERVICE */
  .service-inner .logo {
    max-width: 25px;
  }

  .service-inner .text {
    margin-top: 10px;
    font-size: 10px;
  }

  .service-inner .point {
    font-size: 8px;
  }


  /* house 賃貸設定 */
  .house-info {
    width: 190px;
    margin-top: 0;
  }


  /*CONTACT  */
  #contact .sec-title {
    margin-top: 20px;
  }

  /* CUSTOMER */
  .customer-area {
    grid-row: 3 / 4;
    margin-top: 20px;
  }

  .customer-container{
    max-width: 280px;
  }

  .note,
  .other-blog {
    font-size: 11px;
    padding: 2px 12px;
  }

  .customer-feedback .btn{
    margin-top: 0;
  }


  /* 姉妹シェアハウス */
  #sisters .hotaka img{
    height: auto;
  }

  /* ACCESS */
  #access .access-map {
    font-size: 10px;
  }

}





