@media screen and (max-width: 767px) {
  .hero_2nd_area {
    background: url(../../img/room/img01.webp) 30% center repeat;
    background-size: cover;
  }
}

.sec_com_out .sec_com .sec_com_flex {
  flex-direction: row;
}

.room_btn_area {
  padding: 100px 0px 60px;
}
@media screen and (max-width: 1024px) {
  .room_btn_area {
    padding: 100px 40px 60px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 820px) {
  .room_btn_area {
    padding: 50px 20px 30px;
  }
}
.room_btn_area ul {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.room_btn_area ul li {
  width: 24%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .room_btn_area ul li {
    width: 48.95%;
    margin-bottom: 20px;
  }
}
.room_btn_area ul li a {
  background-color: #fff;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding: 10px 0px;
  border-bottom: 10px solid #f00;
  border-radius: 4px;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .room_btn_area ul li a {
    font-size: 20px;
    border-radius: 2px;
    border-width: 5px;
  }
}
.room_btn_area ul li a span {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .room_btn_area ul li a span {
    font-size: 14px;
    display: block;
  }
}
.room_btn_area ul li a span.-db {
  display: block;
}
.room_btn_area ul li:nth-child(1) a {
  color: #496C98;
  border-color: #496C98;
}
.room_btn_area ul li:nth-child(2) a {
  color: #640D3F;
  border-color: #640D3F;
}
.room_btn_area ul li:nth-child(3) a {
  color: #0A1884;
  border-color: #0A1884;
}
.room_btn_area ul li:nth-child(4) a {
  color: #8E493A;
  border-color: #8E493A;
}
.room_btn_area ul li:nth-child(5) a {
  color: #93865C;
  border-color: #93865C;
}
.room_btn_area ul li:nth-child(6) a {
  color: #4E4389;
  border-color: #4E4389;
}
.room_btn_area ul li:nth-child(7) a {
  color: #21346B;
  border-color: #21346B;
}

.sec_com .sec_com_flex .txt_area .tit01 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  margin-bottom: 60px;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_com_flex .txt_area .tit01 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.sec_com .sec_com_flex .txt_area .tit01 span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_com_flex .txt_area .tit01 span {
    font-size: 14px;
  }
}
.sec_com .sec_com_flex .txt_area .txt_com01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_com_flex .txt_area .txt_com01 {
    margin-bottom: 40px;
  }
}
.sec_com .sec_com_flex .txt_area .img01 {
  width: 54.16%;
  position: absolute;
  right: 0px;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_com_flex .txt_area .img01 {
    position: static;
    width: 100%;
  }
}
.sec_com .sec_com_flex .txt_area .dl_area dt {
  width: 37.77%;
}
.sec_com .sec_com_flex .txt_area .dl_area dd {
  width: 62.22%;
}

.sec_com_out .sec_com {
  position: relative;
}
.sec_com_out .sec_com::before {
  content: "";
  display: block;
  width: 10px;
  height: 50%;
  position: absolute;
  left: 0px;
  top: 150px;
}
@media screen and (max-width: 767px) {
  .sec_com_out .sec_com::before {
    width: 90%;
    height: 5px;
    left: 5%;
    top: 0px;
  }
}
.sec_com_out .sec_com:nth-child(1) .sec_com_flex .txt_area .tit01 {
  color: #496C98;
}
.sec_com_out .sec_com:nth-child(1)::before {
  background-color: #496C98;
}
.sec_com_out .sec_com:nth-child(2) .sec_com_flex .txt_area .tit01 {
  color: #640D3F;
}
.sec_com_out .sec_com:nth-child(2)::before {
  background-color: #640D3F;
}
.sec_com_out .sec_com:nth-child(3) .sec_com_flex .txt_area .tit01 {
  color: #0A1884;
}
.sec_com_out .sec_com:nth-child(3)::before {
  background-color: #0A1884;
}
.sec_com_out .sec_com:nth-child(4) .sec_com_flex .txt_area .tit01 {
  color: #8E493A;
}
.sec_com_out .sec_com:nth-child(4)::before {
  background-color: #8E493A;
}
.sec_com_out .sec_com:nth-child(5) .sec_com_flex .txt_area .tit01 {
  color: #93865C;
}
.sec_com_out .sec_com:nth-child(5)::before {
  background-color: #93865C;
}
.sec_com_out .sec_com:nth-child(6) .sec_com_flex .txt_area .tit01 {
  color: #4E4389;
}
.sec_com_out .sec_com:nth-child(6)::before {
  background-color: #4E4389;
}
.sec_com_out .sec_com:nth-child(7) .sec_com_flex .txt_area .tit01 {
  color: #21346B;
}
.sec_com_out .sec_com:nth-child(7)::before {
  background-color: #21346B;
}
.sec_com_out .amenity .sec_com_flex .img_area {
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .sec_com_out .amenity .sec_com_flex .img_area {
    width: 100%;
  }
}
.sec_com_out .amenity .sec_com_flex .txt_area {
  width: 54.16%;
}
@media screen and (max-width: 767px) {
  .sec_com_out .amenity .sec_com_flex .txt_area {
    width: 100%;
  }
}
.sec_com_out .amenity .sec_com_flex .txt_area .tit02 {
  font-size: 26px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(38, 19, 3, 0.3);
}
@media screen and (max-width: 767px) {
  .sec_com_out .amenity .sec_com_flex .txt_area .tit02 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec_com_out .amenity .sec_com_flex .txt_area .pic_ul {
    margin-bottom: 0px;
  }
}
.sec_com_out .amenity .sec_com_flex .txt_area .pic_ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec_com_out .amenity .sec_com_flex .txt_area .pic_ul li {
    margin-bottom: 15px;
  }
}
.sec_com_out .amenity .sec_com_flex .txt_area .pic_ul li figure {
  position: relative;
}
.sec_com_out .amenity .sec_com_flex .txt_area .pic_ul li figure figcaption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  color: #fff;
  padding: 10px 0px;
  font-size: 12px;
  background-color: rgba(38, 19, 3, 0.6);
  text-align: center;
  border-radius: 0px 0px 4px 4px;
}