.inner-width {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.link-btm {
  width: 400px;
  margin: 0 auto;
}
.link-btm a {
  display: block;
}
.images-2columns {
  display: flex;
  width: 100%;
}
.images-2columns img {
  width: 50%;
  height: auto;
  max-height: 550px;
  object-fit: cover;
}
.images-3columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.images-3columns img {
  width: calc(100% / 3);
  height: auto;
  object-fit: cover;
}

#visual {
  width: 100%;
  height: 700px;
  background-image: url(../images/top_photo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  display: table;
}
#visual_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
#visual #title-logo {
  margin: 0;
  width: 420px;
  height: auto;
}
#visual #redirect_to {
  margin: 0;
  width: 150px;
  height: auto;
}
#visual #title-logo > img {
  width: 100%;
  height: auto;
}
#visual_2nd {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#visual_2nd li {
  width: 230px;
  height: auto;
  margin-bottom: 30px;
}
#visual_2nd li:last-child {
  margin-bottom: 0;
}

#resort {
  display: flex;
  width: 100%;
  height: 125vh;
  max-height: 600px; /* これ以上伸びないように設定 */
}
#resort .left {
  width: 50%;
  height: auto;
  max-height: 600px;
}
#resort .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#resort .right {
  width: 50%;
  height: auto;
  max-height: 600px;
  background-color: #171c61;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: left;
}
#resort .right .content {
  width: 420px;
  padding-left: 10%;
}
#resort .right img {
  max-width: 60%;
  height: auto;
}
#resort .right .sub-title {
  width: 340px;
  font-size: 24px;
  margin: 30px 10px 50px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: solid 5px #ba9842;
}

#location {
  background-color: #f7f1e4;
  background-image: url(../images/location_bg.png);
  background-size: 600px auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 100px 0;
  text-align: center;
  color: #604c3f;
}
#location .title {
  width: 300px;
  margin: 0 auto 50px;
}
#location .sub-title {
  font-size: 28px;
  margin-bottom: 50px;
}
#location .text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}
#location_part2 {
  background-color: #f7f1e4;
  background-image: url(../images/location_3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
#location_part2 .title {
  width: 700px;
  margin: 0 auto;
}
#location_part2 .sub-title {
  font-size: 28px;
  margin-top: 50px;
  color: #fff;
}

#room {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 125vh;
  max-height: 600px; /* これ以上伸びないように設定 */
}
#room .right {
  width: 50%;
  height: auto;
  max-height: 600px;
}
#room .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#room .left {
  width: 50%;
  height: auto;
  max-height: 600px;
  background-color: #604c3f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: right;
}
#room .left .content {
  text-align: center;
  width: 420px;
  padding-right: 10%;
}
#room .left img {
  max-width: 50%;
  height: auto;
}
#room .left .sub-title {
  width: 310px;
  font-size: 24px;
  margin: 30px auto 50px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: solid 5px #ba9842;
}
#room .left .text {
  text-align: left;
  margin-top: 30px;
}

#room-info {
  padding: 50px 0;
  text-align: center;
  background-color: #f7f1e4;
  color: #604c3f;
}
#about-photo {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
#room-info .title {
  width: 90%;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  display: inline-block;
  border-top: solid 5px #ba9842;
  border-bottom: solid 5px #ba9842;
}
#about-photo ul {
  width: 90%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 30px auto 0;
  padding: 0;
}
#about-photo li {
  width: calc(50% - 20px);
  list-style: none;
  text-align: center;
  margin-top: 25px;
}
#about-photo li img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#about-photo li .text {
  text-align: left;
  margin-top: 10px;
}
#about-price,
#about-equipment,
#about-service,
#about-cancel {
  width: 90%;
  margin: 0 auto 10px;
  padding: 20px;
}
#about-price .sub-title,
#about-equipment .sub-title,
#about-service .sub-title,
#about-cancel .sub-title {
  background-color: #ba9842;
  color: #f7f1e4;
  font-size: 20px;
  text-align: center;
  padding: 13px 10px;
  margin-bottom: 40px;
}
#about-price .lists,
#about-service .lists,
#about-cancel .lists {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 15px;
}
#about-price .lists li,
#about-service .lists li,
#about-cancel .lists li {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 20px;
}
#about-equipment .text {
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
}
#about-service .lists {
  margin-bottom: 30px;
}
#about-cancel {
  margin-bottom: 50px;
}
#room-info .link-btm {
  margin-top: 50px;
}
.google-maps {
  display: flex;
  width: 100%;
}
.google-maps iframe {
  width: 50%;
  height: 450px;
  border: 0;
  object-fit: cover;
}

#access {
  width: 100%;
  background-color: #604c3f;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}
#access .title {
  width: 230px;
  margin: 0 auto 50px;
}
.access-contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: auto;
  margin: 0 auto;
  flex-wrap: nowrap;
}
#access-info {
  width: calc(50% - 10px);
  text-align: left;
  padding: 20px;
}
#access-info .sub-title {
  font-size: 26px;
  margin-bottom: 25px;
}
#access-info .access-howto {
  margin-top: 20px;
}
#access-info .access-howto .text {
  padding: 10px 20px;
}
.access-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: nowrap;
}
#access-links {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  align-self: center;
}
#access-links .link-btm {
  margin-top: 40px;
}

#coworking-space {
  background-color: #f7f1e4;
  background-size: 600px auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 100px 0;
  text-align: center;
  color: #604c3f;
}
#coworking-space .title {
  width: 540px;
  margin: 0 auto 50px;
}
#coworking-space .sub-title {
  font-size: 28px;
  margin-bottom: 50px;
}
#coworking-space .text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}

section#contact {
  width: 100%;
  background-color: #171c61;
  color: #ffffff;
}
section#contact > .content {
  padding-top: 85px;
  padding-bottom: 85px;
}
section#contact .title {
  width: 280px;
  height: auto;
  margin: 0 auto 50px;
}
section#contact .title img {
  width: 100%;
  height: auto;
}
section#contact .txt {
  text-align: center;
  line-height: 1.7;
  padding: 0 40px;
  margin-bottom: 40px;
}
/*form*/
section#contact .content {
  background-color: #171c61;
}
#formContainer .form-ttl {
  color: #ffffff;
  font-weight: bold;
}
#formContainer .form-part1 {
  width: 44.5%;
  margin: 0 0 0 2.5%;
  float: left;
}
#formContainer .form-part2 {
  width: 44.5%;
  margin: 0 0 0 2%;
  float: right;
}
#formContainer .form-part2 > div:nth-of-type(1) > p:nth-of-type(2) {
  padding: 18.5px 20px;
}
#formContainer .form-part2 > div:nth-of-type(2) > p:nth-of-type(2) {
  padding: 15px 20px;
}
#formContainer .form-part3 {
  width: 300px;
  height: auto;
  margin: 50px auto;
}
#formContainer .form-part3 img {
  width: 100%;
  height: auto;
}
#formContainer input,
#formContainer select,
#formContainer textarea,
#formContainer button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#formContainer .form-wrap input,
#formContainer .form-wrap select,
#formContainer .form-wrap textarea {
  width: 100%;
  color: #3e3a39;
}
#formContainer input,
#formContainer select,
#formContainer textarea {
  height: 100% !important;
  width: 100% !important;
}
#formContainer select::-ms-expand {
  display: none;
}
#formContainer .form-elem:not(:last-of-type) {
  margin-bottom: 40px;
}
#formContainer {
  padding: 0 0 70px;
}
#formContainer .form-wrap {
  padding: 10px 20px;
}
#formContainer .form-wrap.select:after {
  font-size: 14px;
  right: 20px;
}
#formContainer .form-wrap.textarea {
  height: 367px;
  overflow: hidden;
}
#formContainer .form-wrap.textarea textarea {
  display: block;
  box-sizing: border-box;
}
#formContainer .form-wrap.textarea2 {
  height: 70px;
  overflow: hidden;
}
#formContainer .form-wrap.textarea2 textarea {
  display: block;
  box-sizing: border-box;
}
#formContainer .form-wrap input,
#formContainer .form-wrap select,
#formContainer .form-wrap textarea {
  font-size: 14px;
  line-height: 30px;
}
#formContainer button#submit {
  width: 400px;
}
#formContainer .form-wrap {
  background-color: #fff;
  position: relative;
  color: #3e3a39;
  border: solid 1px #eeeeee;
}
#formContainer .form-wrap.select:after {
  content: "▼";
  display: block;
  position: absolute;
  line-height: 30px;
  top: calc(50% - 15px);
}
#formContainer .form-wrap input,
#formContainer .form-wrap select,
#formContainer .form-wrap textarea {
  width: 100%;
  color: #3e3a39;
}
#formContainer button#submit:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.full_image {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.full_image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#footer-links {
  width: 100%;
  height: auto;
  padding: 50px 0;
}
#footer-links #footer-logo {
  width: 400px;
  height: auto;
  margin: 0 auto;
}
.footer-navi {
  width: 90%;
  display: flex;
  justify-content: space-evenly; /* 均等に配置 */
  align-items: center;
  padding: 0;
  margin: 35px auto 0;
  list-style: none;
}
.footer-navi li {
  display: inline-block;
}
.footer-navi a {
  text-decoration: none;
  color: #604c3f;
  padding: 10px;
  font-size: 21px;
}

@media screen and (max-width: 1099px) {
  .inner-width {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .link-btm {
    width: 90%;
  }
  .images-2columns {
    flex-direction: column;
  }
  .images-2columns img {
    width: 100%;
    max-height: none;
  }

  #visual {
    height: 380px;
    background-size: cover;
  }
  #visual #visual_exp {
    padding-bottom: 50px;
  }
  #visual_top {
    display: none;
  }
  #visual #title-logo {
    width: 50%;
    margin: 20px auto;
  }
  #visual_exp {
    display: flex;
    flex-direction: column;
    justify-content: center; /* 縦の中央に配置 */
    align-items: flex-start; /* 左寄せ */
    height: auto; /* 親要素の高さを確保 */
  }
  #visual_2nd {
    display: flex;
    flex-direction: column; /* 縦並び */
    align-items: flex-start; /* 左寄せ */
  }
  #visual_2nd li {
    width: 35%;
    margin: 20px 0 10px;
  }
  #visual #icon-tel {
    width: 100%;
  }
   #visual #icon-reserve {
    width: 100%;
  }
  #visual #icon-x {
    width: 100%;
  }

  #resort {
    display: block;
    height: auto;
    max-height: none; /* スマホでは高さ制限を解除 */
  }
  #resort .left {
    width: 100%;
    height: auto;
    max-height: none;
    display: block;
  }
  #resort .left img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #resort .right {
    width: 100%;
    height: auto;
    max-height: none;
  }
  #resort .right .content {
    width: 90%;
    padding: 0;
    margin: 65px auto;
    text-align: center;
  }
  #resort .right .sub-title {
    width: 90%;
    margin: 30px auto;
  }
  #resort .right .text {
    text-align: left;
  }

  #location {
    background-size: 100% auto;
    background-position: center center;
    padding: 55px 0;
  }
  #location .title {
    width: 80%;
  }
  #location .sub-title {
    font-size: 23px;
  }
  #location .text {
    text-align: left;
  }
  #location_part2 .title {
    width: 100%;
  }
  #location_part2 .sub-title {
    font-size: 21px;
    margin-top: 35px;
  }

  #room {
    display: block;
    height: auto;
    max-height: none; /* スマホでは高さ制限を解除 */
  }
  #room .right {
    width: 100%;
    height: auto;
    max-height: none;
    display: block;
  }
  #room .right img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #room .left {
    width: 100%;
    height: auto;
    max-height: none;
  }
  #room .left .content {
    width: 90%;
    padding: 0;
    margin: 65px auto;
    text-align: center;
  }
  #room .left .sub-title {
    width: 90%;
    margin: 30px auto;
  }
  #room .left .text {
    text-align: left;
  }
  #room-info .title {
    width: 100%;
    font-size: 18px;
  }
  #about-photo ul {
    flex-direction: column;
    align-items: center;
  }
  #about-photo li {
    width: 100%;
  }
  #about-photo li img {
    width: 100%;
  }
  #about-photo li .text {
    text-align: center;
  }
  #about-price,
  #about-equipment,
  #about-service,
  #about-cancel {
    width: 100%;
    margin: 0px auto 40px;
    padding: 0;
  }

  #access .title {
    width: 65%;
  }
  .access-contents {
    display: block;
    width: 100%;
  }
  #access-info {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  #access-info .sub-title {
    font-size: 22px;
    margin-bottom: 5px;
    text-align: left;
  }
  #access-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
  }
  #access-links .link-btm {
    margin-top: 30px;
  }

  .google-maps {
    flex-direction: column;
  }
  .google-maps iframe {
    width: 100%;
    height: 300px;
  }

  #coworking-space {
    background-size: 100% auto;
    background-position: center center;
    padding: 55px 0;
  }
  #coworking-space .title {
    width: 100%;
  }
  #coworking-space .sub-title {
    font-size: 23px;
  }
  #coworking-space .text {
    text-align: left;
  }

  section#contact > .content {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  section#contact .title {
    width: 70%;
  }
  section#contact .txt {
    padding: 0;
  }
  #formContainer .form-part1 {
    width: 95%;
    margin: 0 2.5%;
    float: none;
  }
  #formContainer .form-elem:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #formContainer .form-part2 {
    width: 95%;
    margin-top: 20px;
    margin-right: 2.5%;
    margin-bottom: 0px;
    margin-left: 2.5%;
    float: none;
  }
  #formContainer .form-part3 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  #formContainer button#submit {
    width: 90%;
    margin: 0 auto;
  }
  .full_image {
    height: auto;
  }
  #footer-links #footer-logo {
    width: 100%;
  }
  .footer-navi {
    display: none;
  }
}
