@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');

/*
Theme Name: Konohazuku
*/

* {
  font-family: 'Noto Sans JP', sans-serif;
}

/*-------------------------------------------
メイン
-------------------------------------------*/

body {
  background-color: #000;
  min-height: 60vh;
  line-height: 1.6;
  min-width: 320px;
}

main {
  background: #fff;
  min-height: 30vw;
  max-width: 1876px;
  position: center;
  border-radius: 0 0 40px 40px;
  margin: auto;
  text-align: center;
  min-width: 320px;
}

a {
  color: #000;
  text-decoration: none;
}

h1 {
  font-size: 60px;

}

h3 {
  font-size: 18px;
  text-align: left;
}

h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}


p {
  font-size: 12px;
  text-align: left;
}


span {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}




.wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

.content {
  padding-top: 120px;
  padding-bottom: 160px;
  max-width: 1100px;
  margin: 0 auto;

}

.flex {
  display: flex;
  height: auto;
  gap: 10px;
  align-items: center;
}


@media screen and (max-width: 796px) {
  .flex {
    display: flex;
    flex-direction: column;
  }
}



/*-------------------------------------------
ヘッダー
-------------------------------------------*/
header {
  max-width: 1876px;
  z-index: 10;
  border-radius: 40px 40px 0 0;
  font-size: 16px;
  margin: auto;
}



.c-header {
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
}

.c-header__logo {
  min-width: 80px;
  text-decoration: none;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
}

.c-header__list-item {
  list-style: none;
}

.c-header__list-link {
  color: #000;
  /* カスタマイズしてください */
  display: block;
  margin-right: 20px;
  /* カスタマイズしてください */
  text-decoration: none;
  padding: 10px 0;
  /* カスタマイズしてください */
}

.c-header__list-link:hover {
  filter: opacity(0.6);
  /* カスタマイズしてください */
}

.c-hamburger-menu {
  position: relative;
}

@media screen and (max-width: 796px) {
  .c-hamburger-menu__list {
    background-color: #000;
    /* カスタマイズしてください */
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem;
    /* カスタマイズしてください */
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s;
    /* カスタマイズしてください */
    top: 100%;
    width: 100%;
  }

  #hamburger:checked~.c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }

  .c-header__list-link {
    color: #fff;
  }

}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000;
  /* カスタマイズしてください */
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4;
  /* カスタマイズしてください */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked~.c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 796px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* カスタマイズしてください */
    height: 32px;
    /* カスタマイズしてください */
    justify-content: center;
    width: 32px;
    /* カスタマイズしてください */
  }
}

.c-hamburger-menu__button-mark {
  background-color: #000;
  /* カスタマイズしてください */
  display: block;
  height: 1px;
  /* カスタマイズしてください */
  transition: 0.3s;
  /* カスタマイズしてください */
  width: 20px;
  /* カスタマイズしてください */
}

@media screen and (max-width: 796px) {
  #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg);
    /* カスタマイズしてください */
    transform-origin: 0%;
    /* カスタマイズしてください */
  }

  #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }

  #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg);
    /* カスタマイズしてください */
    transform-origin: 0%;
    /* カスタマイズしてください */
  }
}


/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
  color: #ffffff;
  width: 85%;
  display: flex;
  justify-content: space-between;
  bottom: 20px;
  padding: 52px 0px 40px;
  flex-direction: column;
  /* 縦並びにする */
  align-items: center;
  /* 中央寄せ */
  margin: auto;
  max-width: 1876px;
}

.copyright {
  margin: 30px 0 12px 0;
}



.footer_navi-heading {
  font-size: 16px;
  font-weight: 500;
}

#footer_contact {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 40px;
}



.SNS-icons {
  justify-content: center;
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.SNS-icon {
  width: 70px;
  height: 70px;
}

#footer-link {
  color: #fff;
  font-size: 12px;
}

.footer-SNS {
  display: flex;
  flex-direction: column;
  align-items: center;

}


.company-info {
  font-size: 12px;
}

.footer-list {
  min-width: 320px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin: 20px 0;
  gap: 50px;
}

@media (max-width: 480px) {
  #footer_contact {
    font-size: 30px;
  }

  .footer_contact_item {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }

}

/*-------------------------------------------
アーカイブページ
-------------------------------------------*/

.image-archive-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}


dl {
  text-align: left;
  font-size: 16px;
  font-weight: 800;
}


.room_title {}

.room_address {
  font-size: 12px;
  color: 888;
  font-weight: 500;
  text-align: left;
}

.room_detail {}



/*-------------------------------------------
404エラーページ
-------------------------------------------*/




/*-------------------------------------------
下線
-------------------------------------------*/
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.hr3 {
  border-top: 2px solid #000;
  margin: 20px 0 20px 0;
}

.hr4 {
  border-top: 1px solid #000;
  margin: 5px 0 5px 0;
}

/*-------------------------------------------
ボタン
-------------------------------------------*/
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 30px 0;
}

/*その他と主な共通部分は省略*/

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 5px;
  height: 100%;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #000;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

a.btn-border:hover:before {
  background: #fff;
}

/*-------------------------------------------
スライダー
-------------------------------------------*/

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: auto;
}

.swiper-slide {}


.mySwiper2 {
  height: 100%;
  width: auto;
  border-radius: 5rem;
}

.mySwiper {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.6;
  line-height: 80px;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

/*-------------------------------------------
サムネ
-------------------------------------------*/



/*-------------------------------------------
物件投稿ページ　page-bukken.php
-------------------------------------------*/
.section-gallely {
  padding: 0 0 50px 0;
  text-align: center;
}

.section-info {
  padding: 0 0 69px;

}

section.map {
  padding: 0 0 50px 0;
}


table {
  text-align: left;
  padding: 5px 0 20px;
  border-spacing: 20px;
}

th,
td {
  font-size: 14px;
  white-space: nowrap;
}

.info-icon {
  height: 23px;
  width: 23px;
  flex-shrink: 0;
}

/* sp */
@media only screen and (max-width: 480px) {

  th,
  td {
    display: block;
    width: auto;
  }
}


.room-intro {
  text-align: center;
  max-width: 70%;
  margin: auto;
}


iframe[src*="www.google.com/maps/embed"] {
  aspect-ratio: 5/ 4;
  width: 80%;
  height: auto;
}



/*-------------------------------------------
ページネーション
-------------------------------------------*/
.pagination .page-numbers {
  color: #333;
  font-size: 13px;
  line-height: 1.2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: solid 1px transparent;
  border-radius: 100%;
  margin: 50px 6px;
}

.pagination .current {
  border: solid 1px #333;
}

.pagination .prev,
.pagination .next {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: solid 1px #333;
  border-radius: 100%;
}

.pagination .prev::after,
.pagination .next::after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  margin: auto;
}

.pagination .prev::after {
  transform: rotate(225deg);
}

.pagination .next::after {
  transform: rotate(45deg);
}

.pagination a:hover {
  border: solid 1px #333;
  transition: .3s;
}

.pagination .prev:hover {
  transform: translateX(-3px)
}

.pagination .next:hover {
  transform: translateX(3px)
}





/*-------------------------------------------
コンタクトフォーム
-------------------------------------------*/

h2 {
  display: block;
  text-align: left;
  font-size: 32px;
}



.wpcf7 input {
  max-width: 70%;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 5px 0 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* Chrome, Safari */
}



textarea.wpcf7-form-control.wpcf7-textarea {
  max-width: 70%;
  border: 2px solid #000;
  padding: 2em;
  border-radius: 15px;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* Chrome, Safari */
}

.wpcf7-form input[type="submit"] {
  background-color: #000000;
  color: #ffffff;
  border: none;
  /* 枠線：なし */
  padding: 10px 30px;
  /* 余白（サイズ） */
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #333333;
  opacity: 0.8;
}