﻿@charset "UTF-8";

#contents {
  margin-top: 70px;
  font-size: 16px;
  text-align: left;
  line-height: 1.8em;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

p {
  margin: 16px 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.contents-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media (min-width: 481px) {
  #contents {
    margin-top: 202px;
  }
}

@media (min-width: 769px) {
  #contents {
    margin-top: 136px;
  }
}

#contents .btn-group {
  padding: 15px 0;
  background-color: #00335C;
}

@media screen and (max-width: 767px) {
  #contents .btn-group {
    padding: 1vh 20px;
  }
}

#contents .btn-group .title {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #contents .btn-group .title {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  #contents .btn-group .title {
    font-size: 29px;
    font-size: 3.0208333333vw;
  }
}

#contents .btn-group .news {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #contents .btn-group .news {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  #contents .btn-group .news {
    font-size: 13px;
    font-size: 2.0208333333vw;
    padding: 11px;
  }
}

@media screen and (min-width: 768px) {
  #contents .btn-group .news .br-sp {
    display: none;
  }
}

#contents .btn-group .contents-inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  #contents .btn-group .contents-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
}

#contents .btn-group .contents-inner a {
  display: block;
  width: 280px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 2px 2px 10px 0 #222;
}

@media screen and (min-width: 768px) {
  #contents .btn-group .contents-inner a {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #contents .btn-group .contents-inner a {
    font-size: 35px;
    font-size: 3.6458333333vw;
  }
}

@media screen and (max-width: 767px) {
  #contents .btn-group .contents-inner a {
    width: 32%;
    height: 45px;
    line-height: 45px;
  }
}

#contents .btn-group .contents-inner a:hover {
  opacity: 0.75;
}

#contents .btn-group .contents-inner a:nth-of-type(1) {
  background: url("../images/btn-bg-red.png") repeat-x;
}

#contents .btn-group .contents-inner a:nth-of-type(2) {
  margin-left: 10px;
  background: url("../images/btn-bg-green.png") repeat-x;
}

@media screen and (max-width: 767px) {
  #contents .btn-group .contents-inner a:nth-of-type(2) {
    margin: 0;
  }
}

#contents .btn-group .contents-inner a:nth-of-type(3) {
  width: 330px;
  height: auto;
  padding: 3px 0;
  line-height: 1.4;
  margin-left: 10px;
  background: url("../images/btn-bg-blue.png") repeat-x;
}

@media screen and (max-width: 767px) {
  #contents .btn-group .contents-inner a:nth-of-type(3) {
    width: 32%;
    height: 45px;
    padding: 0;
    line-height: 45px;
  }
}

#contents .btn-group .contents-inner a:nth-of-type(3) span {
  display: block;
}

@media screen and (max-width: 767px) {
  #contents .btn-group .contents-inner a:nth-of-type(3) span:nth-of-type(1) {
    font-size: 35px;
    font-size: 3.6458333333vw;
  }
}

@media screen and (min-width: 768px) {
  #contents .btn-group .contents-inner a:nth-of-type(3) span:nth-of-type(2) {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  #contents .btn-group .contents-inner a:nth-of-type(3) span:nth-of-type(2) {
    font-size: 22px;
    font-size: 2.2916666667vw;
  }
}

#contents .btn-group .contents-inner a:nth-of-type(3) span:nth-of-type(2) b {
  padding-left: 25px;
  background: url("../images/btn-icn-tel.svg") no-repeat left center;
}

@media screen and (min-width: 768px) {
  #contents .btn-group .contents-inner a:nth-of-type(3) span:nth-of-type(3) {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #contents .btn-group .contents-inner a:nth-of-type(3) span:nth-of-type(3) {
    font-size: 12px;
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  #contents .btn-group .contents-inner a:nth-of-type(3) {
    margin: 0;
  }
}

#contents .ribon-text {
  padding: 3px 0;
  background-color: #800B0B;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #contents .ribon-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #contents .ribon-text {
    font-size: 29px;
    font-size: 3.0208333333vw;
  }
}

@media screen and (max-width: 767px) {
  #contents .ribon-text {
    padding: 0;
  }
}

#contents .c-mv {
  background: url("../images/mv-bg.png") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #contents .c-mv {
    height: auto;
    padding: 1rem 0;
  }
}

#contents .c-mv .contents-inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  #contents .c-mv .contents-inner {
    text-align: center;
    padding: 2rem 0;
  }

  #contents .c-mv .contents-inner .gentei {
    position: absolute;
    top: 10px;
    right: 0;
    width: 660px;
    min-height: 75px;
    font-weight: bold;
    color: #00335C;
    padding: 20px 80px 20px 0;
    background: url("../images/mv-icn.svg") no-repeat right center;
  }
}

@media screen and (min-width: 768px) {
  #contents .c-mv .contents-inner .gentei {
    font-size: 22px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  #contents .c-mv .contents-inner .btn {
    position: absolute;
    bottom: 10px;
    right: 150px;
  }

  #contents .c-mv .contents-inner .btn a {
    display: block;
    width: 230px;
    height: 30px;
    padding-left: 15px;
    background: url("../images/white-arrow.svg") no-repeat 10px center;
    background-color: #9A7E53;
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  #contents .c-mv .contents-inner .btn a {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  #contents .c-mv .contents-inner .text {
    position: absolute;
    bottom: 10px;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  #contents .c-mv .contents-inner .text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-mv .contents-inner {
    padding: 0 20px;
  }

  #contents .c-mv .contents-inner .box01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }

  #contents .c-mv .contents-inner .box01 .img01 {
    width: 40%;
    padding: 8px 0px;
  }

  #contents .c-mv .contents-inner .box01 .gentei {
    font-weight: bold;
    color: #00335C;
    text-align: left;
    line-height: 1.4;
    padding: 10px 10vw 10px 0;
    background: url("../images/mv-icn.svg") no-repeat right center;
    background-size: 10vw auto;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-mv .contents-inner .box01 .gentei {
    font-size: 29px;
    font-size: 3.0208333333vw;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-mv .contents-inner .img02 {
    text-align: center;
  }

  #contents .c-mv .contents-inner .img02 img {
    max-width: 900px;
    width: 90%;
  }

  #contents .c-mv .contents-inner .box02 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 10px;
  }

  #contents .c-mv .contents-inner .box02 .inner {
    position: relative;
    flex-grow: 1;
  }

  #contents .c-mv .contents-inner .box02 .inner .text {
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-mv .contents-inner .box02 .inner .text {
    font-size: 24px;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-mv .contents-inner .box02 .inner .btn {
    bottom: 5%;
    left: 0;
    width: 100%;
  }

  #contents .c-mv .contents-inner .box02 .inner .btn a {
    display: block;
    width: 100%;
    padding: 4px;
    background-color: #9A7E53;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-mv .contents-inner .box02 .inner .btn a {
    font-size: 25px;
    font-size: 2.6041666667vw;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-mv .contents-inner .box02 .inner .btn a {
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-mv .contents-inner .box02 .inner .btn a span {
    padding-left: 6vw;
    background: url("../images/white-arrow.svg") no-repeat 10px center;
    background-size: 1.5vw auto;
  }

  #contents .c-mv .contents-inner .box02 .img {
    flex-shrink: 0;
    max-width: 266px;
    width: 30%;
  }
}

#contents .c-box02 {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  #contents .c-box02 {
    padding: 20px;
  }
}

#contents .c-box02 .box {
  padding: 20px 0;
  background-color: #fff;
  font-family: serif;
}

@media screen and (max-width: 767px) {
  #contents .c-box02 .box {
    padding: 0;
    font-family: serif;
  }
}

#contents .c-box02 .box .title {
  padding-left: 10px;
  color: #00335C;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "メイリオ", Meiryo, serif;
  line-height: 1;
  border-left: 5px solid #9A7E53;
}

@media screen and (min-width: 768px) {
  #contents .c-box02 .box .title {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-box02 .box .title {
    font-size: 59px;
    font-size: 7.145833vw;
  }
}

#contents .c-box02 .box .visual {
  margin-top: 10px;
  text-align: center;
}

#contents .c-box02 .box .visual img:first-child {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .top-act-list-item {
    width: 60%;
    margin: 10px;
  }

  .top-act-list {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .top-act-list-item {
    width: 60%;
    margin: 10px;
  }

  .top-act-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
}

#contents .c-box02 .box .index_box {
  margin: 15px 0;
  padding: 8px 10px;
  background-color: #E8E5D2;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media screen and (min-width: 768px) {
  #contents .c-box02 .box .index_box {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-box02 .box .index_box {
    font-size: 36px;
    font-size: 3.75vw;
  }
}

#contents .c-box02 .box .area .tab_item {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: bold;
}

#contents .c-box02 .box .img {
  text-align: center;
}

#contents .c-box02 .box .caution {
  font-size: 5px;
  text-align: right;
  font-family: "メイリオ", Meiryo, serif;
}

#contents .c-box04 {
  padding: 20px 0 25px;
}

@media screen and (max-width: 767px) {
  #contents .c-box04 {
    padding: 25px 12px;
  }
}

#contents .c-box04 p {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #contents .c-box04 p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-box04 p {
    font-size: 16px;
    font-size: 2.9166666667vw;
  }
}

#contents .c-box04 .teikei {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #contents .c-box04 .teikei {
    margin-top: 50px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #contents .c-box04 .teikei .teikei-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-box04 .teikei .teikei-title {
    font-size: 16px;
    font-size: 2.9166666667vw;
  }
}

#contents .c-box04 .teikei .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  #contents .c-box04 .teikei .content {
    display: block;
    margin-top: 10px;
  }

  #contents .c-box04 .teikei .content .logo img {
    max-width: 200px;
    width: 60%;
  }
}

#contents .c-box04 .teikei .content p {
  margin-left: 20px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  #contents .c-box04 .teikei .content p {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-box04 .teikei .content p {
    font-size: 16px;
    font-size: 2.9166666667vw;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-box04 .teikei .content p {
    margin: 10px 0 0 0;
    line-height: 1.8;
  }
}

.hub-sumai .footer {
  margin-top: 0 !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal.show {
  display: block;
}

.modal .modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 90%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .modal .modal-wrapper {
    width: calc(100% - 60px);
    height: 75vh;
    overflow-y: scroll;
  }
}

.modal .modal-wrapper .modal-content {
  padding: 15px;
}

.modal .modal-wrapper .modal-content .close {
  text-align: right;
}

.modal .modal-wrapper .modal-content .close:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal .modal-wrapper .modal-content .close img {
    width: 30px;
  }
}

.modal .modal-wrapper .modal-content .img-box {
  margin-top: 15px;
  height: 60vh;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .modal .modal-wrapper .modal-content .img-box {
    height: auto;
    overflow: visible;
  }
}

a[href^=tel] {
  pointer-events: inherit !important;
}

@media screen and (min-width: 768px) {
  .logo {
    width: 272px;
  }
}

#contents .c-box01 .btn-group .img {
  text-align: center;
}

#contents .c-box03 .btn-group .img {
  text-align: center;
}

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

.tab_item {
  width: calc(100% / 6);
  line-height: 50px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  margin-bottom: -1px;
  border-color: cadetblue;
  border-bottom: 1px solid cadetblue;
  /*背景色と同じ*/
  border-radius: 6px 6px 0 0;
}

@media (hover:hover) {
  .tab_item:hover {
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .tab_item {
    width: calc(100%/4);
    text-align: center;
    display: block;
    float: left;
    order: -1;
    font-size: 0.6em;
    margin-bottom: -1px;
    border-color: cadetblue;
    border-bottom: 1px solid cadetblue;
    /*背景色と同じ*/
    border-radius: 6px 6px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .tab_item {
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    float: left;
    order: -1;
    margin-bottom: -1px;
    border-color: cadetblue;
    border-bottom: 1px solid cadetblue;
    /*背景色と同じ*/
    border-radius: 6px 6px 0 0;
  }
}

input[name="tab_name"] {
  display: none;
}

input:checked+.tab_item {
  background-color: cadetblue;
  color: aliceblue;
}

.tab_content {
  display: none;
  width: 100%;
  margin: 2rem auto 0;
}

.tab_content[data-tab="1"] {
  display: block;
}

input:checked+.tab_item+.tab_content {
  display: block;
}

#contents .c-box02 .box .outline {
  margin-top: 0;
  line-height: 1.8em;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 300;
}

#contents .c-box02 .box .outline .list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #contents .c-box02 .box .outline .list {
    display: block;
  }
}

#contents .c-box02 .box .outline .list>div {
  width: 840px;
}

@media screen and (max-width: 767px) {
  #contents .c-box02 .box .outline .list>div {
    width: 100%;
  }
}

#contents .c-box02 .box .outline .list>div p {
  margin-top: 8px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #contents .c-box02 .box .outline .list>div p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-box02 .box .outline .list>div p {
    font-size: 28px;
    font-size: 2.9166666667vw;
  }
}

#contents .c-box02 .box .outline>p {
  margin-top: 8px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #contents .c-box02 .box .outline>p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-box02 .box .outline>p {
    font-size: 28px;
    font-size: 2.9166666667vw;
  }
}

#contents .c-box02 .box .outline .list>div:nth-of-type(1) p {
  text-align: right;
}

#contents .c-box02 .box .outline .list>div:nth-of-type(2) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  #contents .c-box02 .box .outline .list>div:nth-of-type(2) {
    margin: 30px 0 0 0;
  }
}

#contents .c-box02 .box .outline .list>div .list-item {
  color: #00335C;
  text-align: left;
}

@media screen and (min-width: 768px) {
  #contents .c-box02 .box .outline .list>div .list-item {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #contents .c-box02 .box .outline .list>div .list-item {
    font-size: 36px;
    font-size: 3.75vw;
  }
}

#contents .c-box02 .box .outline .list>div .list-item span {
  color: #9A7E53;
}

#contents .c-box02 .box .outline .list>div table {
  width: 100%;
}

#contents .c-box02 .box .outline .list>div table th,
#contents .c-box02 .box .outline .list>div table td {
  padding: 6px;
  border: 1px solid #C4C4C4;
  vertical-align: top;
  line-height: 1.4;
  text-align: left;
}

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

  #contents .c-box02 .box .outline .list>div table th,
  #contents .c-box02 .box .outline .list>div table td {
    font-size: 12px;
  }
}

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

  #contents .c-box02 .box .outline .list>div table th,
  #contents .c-box02 .box .outline .list>div table td {
    font-size: 32px;
    font-size: 3.3333333333vw;
  }
}

#contents .c-box02 .box .outline .list>div table th {
  white-space: nowrap;
  background-color: #EBEBEB;
}

@media screen and (max-width: 767px) {
  #contents .c-box02 .box .outline .list>div table th {
    width: 35%;
    white-space: normal;
  }
}

@media screen and (min-width: 768px) {
  #contents .c-box02 .box .outline .list>div table th {
    width: 25%;
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .main {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .main {
    font-size: x-large;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .content {
    margin: 20px 0;
    padding: 0;
  }

  .content img {
    width: 100%;
  }

  .content2 {
    margin: 20px 0;
    padding: 0;
  }

  .content_bath {
    margin: 20px 0;
    padding: 0;
  }

  .content_main-title,
  .content_title {
    font-size: large;
    font-weight: bold;
    border-bottom: solid 1px black;
    text-align: left;
  }

  .content_main {
    font-weight: bold;
    font-size: small;
    margin: 0;
  }

  .content_ul li {
    font-size: x-small;
    color: white;
    font-weight: bold;
    background-color: #9A7E53;
    display: inline-block;
    width: 100px;
    height: 35px;
    padding: 5px;
    margin: 3px;
    line-height: 1.2;
  }

  .content_bath img {
    height: 130px;
  }

  .content_kitchen img {
    width: 50%;
  }

  .content_side {
    display: flex;
    align-items: center;
  }

  .content_side img {
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .content {
    margin: 50px 0;
    padding: 0;
  }

  .content img {
    width: 100%;
  }

  .content2 {
    margin: 50px 0;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .content2 img {
    display: inline-block;
    width: 49%;
  }

  .content_bath {
    margin: 50px 0;
    padding: 0;
  }

  .content_main-title,
  .content_title {
    font-size: x-large;
    font-weight: bold;
    border-bottom: solid 1px black;
    text-align: center;
  }

  .content_main {
    font-weight: bold;
    font-size: large;
  }

  .content_ul li {
    color: white;
    font-weight: bold;
    background-color: #9A7E53;
    display: inline-block;
    width: 250px;
    height: 55px;
    padding: 10px;
    margin: 5px;
    line-height: 1.2;
    align-items: center;
  }
}

.main {
  text-align: center;
}

.mv-img {
  display: block;
  width: fit-content;
  margin: auto;
}

.bukken-name {
  color: #9d0b0d;
  text-align: center;
  margin: 2rem 0 0;
}

.bukken-name-text {
  color: #00335c;
  font-family: serif;
  text-align: center;
  margin-top: .25rem;
  font-size: 1.25rem;
}

.content_main-title,
.content_title {
  margin-top: 2rem;
}

.content_main-title {
  font-size: 22px;
  text-align: center;
}

.content_title {
  text-align: left;
  border-bottom-color: #999;
}

.row {
  display: flex;
  gap: .25rem;
}

.row+.row {
  margin-top: .25rem;
}

.row>.col {
  flex: 1 0 0%;
}

.align-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.m-0 {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 10px;
  text-align: right;
  line-height: 1.2;
  margin-top: .25rem;
}

.note-list {
  list-style-type: none;
  margin-top: 2rem;
}

.note-list li {
  font-size: .75rem;
  line-height: 1.6;
}

.note-list li::before {
  content: "※";
  margin-right: 5px;
}

.note-list .em {
  color: #ea4a4a;
}

.access-item {
  position: relative;
}

.access-item figcaption {
  color: #fff;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  padding: .5rem;
  text-align: left;
  line-height: 1.6;
}

.access-item figcaption span {
  display: block;
  font-size: 1.5rem;
}

.access-item sup {
  font-size: 10px;
}

.land-plan-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 0.5rem;
  margin-top: 2rem;
}

.land-plan-item {
  display: flex;
  flex-direction: column;
}

.land-plan-item .desc {
  font-size: .75rem;
  line-height: 1.6;
  margin-bottom: .5rem;
  flex-grow: 1;
}

.land-plan-item .desc small {
  line-height: 1.3;
  display: flex;
  margin-top: .125rem;
}

.land-plan-item .name {
  font-size: .75rem;
}

.land-plan-item .name span {
  background-color: #937f42;
  color: #fff;
  padding: .25rem;
  margin-right: .5rem;
}

.plan-items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.plan-item {
  display: flex;
  flex-direction: column;
  color: #bf9002;
}

.plan-item>* {
  flex: 1 0 0%;
}

.plan-item .type {
  font-size: 1.5rem;
}

.plan-item .type:first-letter {
  font-size: 2.5rem;
}

.plan-item .layout {
  margin-top: .25rem;
}

.plan-item .desc {
  line-height: 1.6;
}

.plan-item .tag {
  background-color: #bf9002;
  color: #fff;
  font-size: .75rem;
  padding: 0.25rem 1rem;
}

.plan-item .area-2 {
  font-size: .75rem;
  line-height: 1.6;
}

.plan-item .image {
  margin-top: 1rem;
  text-align: center;
}

.plan-item .hanrei {
  text-align: left;
  color: #333;
}

.plan-item .hanrei {
  display: block;
  margin: .5rem auto 0;
}

.plan-item .hanrei span {
  color: #333;
  font-size: 0.5rem;
  text-align: left;
  line-height: 1.6;
  display: flex;
  margin-top: .5rem;
}

.eq-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eq-item.mv-ent-1,
.eq-item.mv-ent-2 {
  grid-column: 1 / 3;
}

.eq-item .name {
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: .25rem;
}

.eq-item .desc {
  font-size: .75rem;
  line-height: 1.6;
  margin-top: .25rem;
}

.eq-item figure {
  position: relative;
}

.eq-item figcaption {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  color: #fff;
  text-shadow:
    1px 1px 0 black,
    -1px 1px 0 black,
    1px -1px 0 black,
    -1px -1px 0 black;
}

@media screen and (max-width: 767px) {
  .eq-items.ent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem .5rem;
  }
}

@media screen and (min-width: 768px) {
  .bukken-name-text {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }

  figcaption {
    margin: .25rem;
  }

  .content_main-title {
    font-size: 32px;
  }

  .mv-img {
    width: 400px;
  }

  .plan-items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4rem 2rem;
  }

  .plan-item {
    width: calc(50% - 2rem);
    gap: 2rem;
  }

  .plan-item .image {
    margin-top: 0;
  }

  .plan-item .hanrei {
    width: 90%;
  }

  .plan-item .hanrei span {
    font-size: .75rem;
  }

  .row-md {
    display: flex;
    gap: .25rem;
  }

  .row-md>.col {
    flex: 1 0 0%;
  }

  .eq-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: .75rem;
  }

  .eq-items.powderroom {
    grid-template-columns: repeat(3, 1fr);
  }

  .eq-items.powderroom .eq-item:nth-child(-n+3) {
    grid-row: 1 / 3;
  }

  .eq-items.powderroom .eq-item:nth-child(n+4) {
    grid-row: 3 / 4;
  }

  .eq-item.mv-kitchen {
    grid-row: 1 / 3;
  }

  .eq-item.mv-bathroom {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .eq-item.mv-ent-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .eq-item.mv-ent-2 {
    grid-column: 3 / 5;
    grid-row: 1 / 3;
  }

  .eq-item.mv-ent-1,
  .eq-item.mv-ent-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
  }

  .m-md-0 {
    margin: 0;
  }

  .land-plan-item .name {
    font-size: 1rem;
  }

  .land-plan-item .desc {
    flex-grow: 1;
  }

  .ent-hall {
    margin-top: 2rem;
    gap: 2rem;
  }

  .private {
    margin-top: 2rem;
    flex-direction: row-reverse;
    gap: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .contents-inner {
    padding: 1rem;
  }
}

.tab-buttons {
  width: 100%;
}

.tab-button {
  border: 0;
  padding: 0;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: bold;
  width: calc(100% / 6);
  line-height: 50px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  margin-bottom: -1px;
  border-color: cadetblue;
  border-bottom: 1px solid cadetblue;
  border-radius: 6px 6px 0 0;
  background-color: transparent;
}

.tab-buttons--bottom {
  margin-top: 2rem;
}

.tab-buttons--bottom .tab-button {
  border-bottom: 0;
  border-top: 1px solid cadetblue;
  border-radius: 0 0 6px 6px;
}

@media screen and (max-width: 767px) {
  .tab-button {
    width: calc(100% / 4);
    text-align: center;
    display: block;
    float: left;
    order: -1;
    font-size: 0.6em;
    margin-bottom: -1px;
    border-color: cadetblue;
    border-bottom: 1px solid cadetblue;
    border-radius: 6px 6px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .tab-button {
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    float: left;
    order: -1;
    margin-bottom: -1px;
    border-color: cadetblue;
    border-bottom: 1px solid cadetblue;
    border-radius: 6px 6px 0 0;
  }
}

.tab-button.is-active {
  background-color: cadetblue;
  color: aliceblue;
}

.visual .img img {
  width: 100%;
}
