@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  font-family: sans-serif, verdana, 'メイリオ', Meiryo, 'MS Pゴシック', MS PGothic;
  font-size: 1.6rem;
  line-height: 2.1;
  color: #797e81;
  margin: 0;
  padding: 0;
  text-align: center;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  padding: 0;
}

.inner {
  width: 1024px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

section {
  position: relative;
  background: #fff;
}

section h1 {
  font-size: 3.8rem;
  margin: 0 0 65px;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background: white;
  box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
}

header .inner {
  height: 120px;
  display: block;
  justify-content: space-between;
  align-items: center;
}

header img {
  width: 35%;
  height: auto;
  margin-top: 5px;
  margin-bottom: -20px;
}

header ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

header a {
  font-size: 1.7rem;
  color: #4682B4;
  margin: 50px 20px 20px;
  font-family: 'Marmelad';
}

header a:hover {
  color: #876201;
  font-weight: 600;
}

#kv {
  width: 100%;
  height: 712px;
  position: fixed;
  top: 100px;
  background: url(./images/Livingspace.png) no-repeat center center / cover;
}

footer {
  padding: 8px 0 0;
  position: relative;
  background-color: #fff;
}

footer .wrap-blk {
  display: block;
  align-items: center;
}

footer img {
  width: 25%;
  height: 25%;
}

footer .wrap-blk p {
  width: 100%;
  height: 65px;
  font-size: 2rem;
  line-height: 2;
  color: #876201;
  text-align: center;
  font-family: 'Marmelad';
}

footer #Contact {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
}

footer .inner li {
  display: inline-block;
  margin: 0 6px;
}

footer .inner a img {
  max-width: 150px;
  max-height: 150px;
}

footer a {
  color: #d4f0fd;
}

.copyright {
  font-size: 1.5rem;
  color: #d4f0fd;
  letter-spacing: 0.05em;
  padding: 30px 0;
  background: #876201;
}

#aboutit {
  margin: 812px 0 0;
  padding: 65px 0;
}

#aboutit h1 {
  color: #2e4551;
  font-family: 'Marmelad';
}

#aboutit .wrap-blk {
  display: flex;
  justify-content: space-between;
}

#aboutit .lead {
  margin: 0 0 65px;
}

#aboutit .contents-blk {
  width: 320px;
}

#aboutit h2 {
  font-size: 2.4rem;
  color: #2e4551;
  letter-spacing: 0.1em;
  font-family: 'Marmelad';
}

#aboutit .wrap-blk p {
  font-size: 1.3rem;
}

#aboutit .contents-blk#Location h2::before {
  display: block;
  content: url(./images/location.png);
}

#aboutit .contents-blk#PropertyFeatures h2::before {
  display: block;
  content: url(./images/bed.png);
}

#aboutit .contents-blk#Rooms h2::before {
  display: block;
  content: url(./images/home3.png);
}

#aboutit .contents-blk#Reviews h2::before {
  display: block;
  content: url(./images/bubbles.png);
}

#aboutit .btn a:hover {
  background-color: orangered;
  color: mistyrose;
}

#aboutit .btn a {
  font-size: 1.5rem;
  line-height: 38px;
  color: #4682B4;
  width: 140px;
  height: 42px;
  border: 2px solid #876201;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 21px;
  background-color: snow;
}

#aboutit .btn i {
  margin: 0 0 0 .3em;
}

hr {
  border-top: 1px solid #876201;
}

#Plan {
  display: flex;
  background: #F5DEB3;
}

#Plan .lead {
  font-size: 2.3rem;
}

#Plan .Plan-image {
  width: 50%;
  height: auto;
  overflow: visible;
  background: url(./images/FloorPlan.png) no-repeat center center / contain;
}

#Plan .Plan-text {
  width: 70%;
  height: auto;
  padding: 90px 0 90px 100px;
  box-sizing: border-box;
  text-align: left;
}

#Plan h1 {
  line-height: 1.2;
  color: #876201;
  margin: 0 0 20px;
  font-family: 'Marmelad';
}

#Plan .contents-blk {
  color: #4682B4;
  margin: 80px 0 0;
  display: flex;
  flex-direction: column;
}

#Plan a {
  text-decoration: underline;
}


#Plan table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 90%;
}

table tr {
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

table tr:hover {
  background-color: #d4f0fd;
}

table th, table td {
  text-align: left;
  width: 20%;
  padding: 5px 0;
}

#Message {
  padding: 50px 0 0;
}

#Message .inner {
  width: 1054px;
}

#Message h1 {
  color: #2e4551;
  margin: 0 0 0px;
  font-family: 'Marmelad';
}

#Message .lead {
  margin: 0 0 50px;
  text-align: justify;
}

#Message .lead-2 {
  margin: 0 0 50px;
  text-align: justify;
}

#Message .item-blk {
  display: flex;
}

#Message .item {
  width: 233px;
  height: 260px;
  padding: 136px 0 20px;
  margin: 100px 15px 50px;
  border: 2px solid #f0f0f0;
  box-sizing: border-box;
  position: relative;
}

#Message .item .photo {
  width: 160px;
  height: 160px;
  position: absolute;
  top: -60px;
  left: 38px;
}

#Message .item .photo img {
  border-radius: 50%;
  height: 100%;
}

#Message .text {
  font-size: 1.8rem;
  margin: 5px 0 5px;
  font-family: 'Shadows Into Light';
  font-weight: 500;
}

#Message .hr {
  color: #876201;
}

/* ---------------------About us */
body #about {
  margin: 0;
  padding: 0;
}

#about #page-title {
  position: fixed;
  top: 100px;
  width: 100%;
  height: 712px;
  padding: 100px 0;
  background: url(./about/images/ReviewLetters.jpg) no-repeat center center/cover;
}

#about #page-title:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  content: "";
}

#about #page-title h1 {
  margin: 0 0 30px;
  font-size: 3.8rem;
  font-weight: 600;
  font-family: 'Marmelad';
}

#about #page-title h1,
#about #page-title .lead {
  position: relative;
  z-index: 2;
  color: #fff;
}

#about section .lead {
  margin: 0 0 50px;
}

#about #page-title .lead {
  padding: 0 50px;
  text-align: justify;
}

#about section {
  position: relative;
  padding: 30px 0 0;
  background: #fff;
}

#about section .wrap-blk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#about section .contents-blk {
  position: relative;
  width: 33%;
  height: 350px;
}

#about .text {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  justify-content: center;
  opacity: 0;
}

#about .text:hover {
  opacity: 1;
  font-size: 1.8rem;
  transition: all 0.6s;
}

#about .text h2 {
  color: #fff;
  font-family: 'Marmelad';
  font-size: 4.0rem;
  letter-spacing: 0.5rem;
}

/* #about .text p {
  color: #FFE4E1;
  font-family: 'Marmelad';
  font-size: 2.0rem;
} */

#about section#Location {
  margin: 550px 0 0;
}

#about section h1 {
  font-size: 2.7rem;
  text-align: center;
}

#about #Location h1:before {
  display: block;
  content: url(./images/location.png);
  margin-top: 20px;
}

#Location h1 {
  font-family: 'Marmelad';
  color: #2e4551;
}

#Location .lead {
  font-size: 1.4rem;
  text-align: center;
}

#Location .lead2 {
  font-size: 1.4rem;
  text-align: left;
  padding: 0 50px;
}

#Location iframe {
  width: 500px;
  height: 300px;
}

#about #PropertyFeatures h1:before {
  display: block;
  content: url(./images/bed.png);
  margin-top: 20px;
}

#PropertyFeatures h1 {
  font-family: 'Marmelad';
  color: #2e4551;
}

#PropertyFeatures p {
  font-size: 1.4rem;
  text-align: justify-all;
}

#about #Rooms h1:before {
  display: block;
  content: url(./images/home3.png);
  margin-top: 20px;
}

#Rooms h1 {
  font-family: 'Marmelad';
  color: #2e4551;
}

#Rooms h3 {
  font-family: 'Marmelad';
  color: #2e4551;
}

#Rooms .lead {
  font-size: 1.4rem;
  text-align: center;
}

#Rooms .lead2 {
  font-size: 1.4rem;
  text-align: left;
  padding: 0 50px;
}

#about #Reviews h1:before {
  display: block;
  content: url(./images/bubbles.png);
  margin-top: 20px;
}

#Reviews h1 {
  font-family: 'Marmelad';
  color: #2e4551;
}

#Location .contents-blk:first-child {
  background: url(./about/images/House.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Location .contents-blk:nth-child(2) {
  background: url(./about/images/Entrance.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Location .contents-blk:nth-child(3) {
  background: url(./about/images/View_from_entrance.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#PropertyFeatures .contents-blk:first-child {
  background: url(./about/images/Livingspace.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#PropertyFeatures .contents-blk:nth-child(2) {
  background: url(./about/images/Dining.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#PropertyFeatures .contents-blk:nth-child(3) {
  background: url(./about/images/Kitchen.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#PropertyFeatures .contents-blk:nth-child(4) {
  background: url(./about/images/Kitchen2.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#PropertyFeatures .contents-blk:nth-child(5) {
  background: url(./about/images/Sink.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#PropertyFeatures .contents-blk:nth-child(6) {
  background: url(./about/images/Showerroom.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#PropertyFeatures .contents-blk:nth-child(7) {
  background: url(./about/images/Restroom.jpg) no-repeat center bottom / cover;
  border: solid 1.5px #FFE4E1;
}

#PropertyFeatures .contents-blk:nth-child(8) {
  background: url(./about/images/Washing_machine.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#PropertyFeatures .contents-blk:last-child {
  background: url(./about/images/Refrigerator_in_private_room.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:first-child {
  background: url(./about/images/201-1.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:nth-child(2) {
  background: url(./about/images/201-2.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:nth-child(3) {
  background: url(./about/images/201-3.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:nth-child(4) {
  background: url(./about/images/202-1.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:nth-child(5) {
  background: url(./about/images/202-2.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:nth-child(6) {
  background: url(./about/images/202-3.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:nth-child(7) {
  background: url(./about/images/203-1.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:nth-child(8) {
  background: url(./about/images/203-2.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:nth-child(9) {
  background: url(./about/images/203-3.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:nth-child(10) {
  background: url(./about/images/204-1.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:nth-child(11) {
  background: url(./about/images/204-2.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:nth-child(12) {
  background: url(./about/images/204-3.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:nth-child(13) {
  background: url(./about/images/204-4.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:nth-child(14) {
  background: url(./about/images/205-1.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Rooms .contents-blk:last-child {
  background: url(./about/images/205-2.jpg) no-repeat center center / cover;
  border: solid 1.5px #FFE4E1;
}

#Reviews .ReviewsYoko {
  display: flex;
  overflow-x: scroll;
}

.ReviewsYoko img {
width: auto;
height: 350px;
padding: 2rem;
}


header .menu-btn {
  display: none;
}



/*-----------------------------------
スマホ
-----------------------------------*/
  @media screen and (max-width: 414px) {
    .inner {
      width: 94%;
      margin: 0 auto;
    }

    /* ---------------------ヘッダー */
    header .inner {
      height: 56px;
    }

    header img {
      width: 50%;
      height: auto;
      text-align: justify;
    }

    header .logo a {
      font-size: 6rem;
    }

    #about header h1 {
      margin: 0;
    }

    header .menu-btn {
      display: block;
      position: absolute;
      right: 5%;
      top: 10px;
      padding: 0;
      width: 40px;
      height: 40px;
      line-height: 32px;
      text-align: center;
      font-family: 'Marmelad';
      color: #876201;
      border: 1.8px solid #CD5C5C;
      background: transparent;
      background-color: #FFE4E1;
      border-radius: 50%;
    }

    .menu-btn:focus {
      outline: none;
    }

    header .header-nav {
      width: 250px;
      position: fixed;
      display: block;
      top: 55px;
      right: 0;
      z-index: 1000;
      background: rgba(255, 248, 220, 1);
      transition: all 0.2s;
      transform: translate(250px);
    }

    header .header-nav li {
      font-size: 1rem;
    }

    header .header-nav.open {
      transform: translate(0);
    }

    header .header-nav ul {
      display: block;
    }

    header .header-nav li a {
      display: block;
      width: 100%;
      padding: 0 10px;
      height: 30px;
      line-height: 30px;
      box-sizing: border-box;
      margin: 0;
    }

    /*-----------------------フッター*/
    footer {
      padding: 10px 0 0;
    }

    footer img {
      width: 40%;
      height: auto;
    }

    footer li img {
      width: 20%;
      height: auto;
    }

    footer .wrap-blk {
      display: block;
      margin: 0 0 20px;
    }

    footer .wrap-blk p {
      width: 85%;
      margin: 0 auto 30px;
      text-align: left;
      font-size: 1.5rem;
    }

    footer .wrap-blk ul {
      width: 85%;
      margin: 60px auto 0;
    }

    footer .copyright {
      padding: 20px 0;
      font-size: 1.2rem;
      margin: 0;
    }

    /*-------------------------ホーム*/
    section h1 {
      font-size: 2.7rem;
      line-height: 1.5;
    }

    #kv {
      top: 50px;
      height: 250px;
    }

    #aboutit {
      margin: 380px 0 0;
      padding: 30px 0;
    }

    #aboutit h1 {
      margin: 0 0 30px;
    }

    #aboutit .lead {
      margin: 0 auto 30px;
      width: 94%;
      font-size: 1.4rem;
      text-align: justify-all;
    }

    #aboutit .wrap-blk {
      display: block;
    }

    #aboutit .wrap-blk .contents-blk {
      width: 100%;
      margin: 0 0 60px;
    }

    #aboutit .wrap-blk .contents-blk h2 {
      font-size: 2.4rem;
      line-height: 1.5;
    }

    #aboutit .wrap-blk .contents-blk p {
      font-size: 1.4rem;
    }

    #aboutit .wrap-blk .contents-blk .btn {
      margin: 10px 0 0;
    }

    #Plan {
      display: block;
    }

    #Plan .Plan-image {
      width: 100%;
      height: 300px;
      padding: 10px auto 0;
    }

    #Plan .Plan-text {
      width: 100%;
      padding: 20px;
    }

    #Plan .Plan-text .lead {
      font-size: 1.4rem;
    }

    #Plan .contents-blk {
      margin: 30px auto 0;
      width: 96%;
      font-size: 1.2rem;
    }

    #Plan table {
      width: 340px;
    }

    #Plan .Plan-text p {
      width: 96%;
      font-size: 1.25rem;
    }

    #Message {
      padding: 30px 0;
    }

    #Message .inner {
      width: 85%;
    }

    #Message h1 {
      margin: 0 0 30px;
    }

    #Message .lead {
      margin: 0 auto 30px;
      width: 94%;
      font-size: 1.3rem;
      text-align: justify;
    }

    #Message .lead-2 {
      margin: 0 auto 30px;
      width: 94%;
      font-size: 1.3rem;
      text-align: justify;
    }

    #Message ul {
      flex-wrap: wrap;
    }

    #Message li {
      margin: 0 15px;
    }

    #Message .item-blk {
      flex-wrap: wrap;
    }

    #Message .item {
      width: 44%;
      padding: 80px 0 10px;
      margin: 30px auto 50px;
    }

    #Message .item .photo {
      left: calc(50% - 60px);
      width: 120px;
      height: 120px;
    }

    #Message .text {
      font-size: 1.3rem;
    }

    /*-----------------About us*/
    #about #page-title {
      top: 60px;
      padding: 20px 10px;
    }

    #about #page-title h1 {
      margin: 0 auto 10px;
      font-size: 2.7rem;
    }

    #about #page-title .lead {
      width: 90%;
      margin: 10px;
      text-align: justify;
      line-height: 1.6rem;
      font-size: 1.3rem;
      padding: 0;
    }

    #about section {
      padding: 20px 5px 0;
    }

    #about section .lead {
      margin: 0 20px 20px;
      text-align: left;
    }

    #about section .lead2 {
      text-align: left;
      padding: 0;
    }

    #about #Location p {
      margin: 0 20px 20px;
      text-align: justify-all;
    }

    #about #Rooms p {
      margin: 0 20px 20px;
      text-align: justify-all;
    }

    #about section#Location {
      margin: 380px 0 0;
    }

    #about section#Location iframe {
      width: 90%;
      height: 80%;
    }

    #about section .wrap-blk .contents-blk {
      width: 46%;
      height: 200px;
      margin: 0;
    }

    #about section .contents-blk .text {
      padding: 15px;
    }

    #about section .contents-blk .text h2 {
      font-size: 1.8rem;
    }

    #about section .contents-blk .text p {
      font-size: 1.5rem;
    }
  }
