@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************ 
 *	共通
 * ************************************************ */
main.page {
  padding: 56px 0 80px;
}
@media print, screen and (min-width: 1024px) {
  main.page {
    padding: 140px 0 120px;
  }
}

.page_ttl {
  background-color: #f5ebcf;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-align: center;
  padding: 0.65em 0;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .page_ttl {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

/* ************************************************ 
 *	お部屋
 * ************************************************ */
h3.room_ttl {
  color: #78aa14;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  h3.room_ttl {
    font-size: 36px;
  }
}
h3.room_ttl span {
  display: block;
  color: #000;
  font-size: 13px;
  letter-spacing: 0;
  text-indent: 0;
}

.room_txt {
  font-size: 15px;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .room_txt {
    margin-top: 20px;
  }
}
.room_txt p {
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .room_txt p {
    width: calc(100% - 400px);
  }
}
@media print, screen and (min-width: 1024px) {
  .room_txt p {
    width: calc(100% - 550px);
  }
}

.room_spec {
  border-top: 1px solid rgba(120, 170, 20, 0.5);
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .room_spec {
    width: 370px;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .room_spec {
    width: 520px;
  }
}
.room_spec dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(120, 170, 20, 0.5);
  padding: 5px 0;
}
.room_spec dl dt {
  width: 36%;
  color: #6e5f00;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .room_spec dl dt {
    width: 40%;
  }
}
.room_spec dl dd {
  width: 64%;
  padding-left: 1em;
}
@media print, screen and (min-width: 768px) {
  .room_spec dl dd {
    width: 60%;
  }
}

.room_link {
  text-align: center;
  margin-top: 40px;
}
.room_link a {
  display: inline-block;
  background-color: #f59600;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 3em;
}
@media print, screen and (min-width: 1024px) {
  .room_link a {
    font-size: 20px;
    padding: 0.75em 4em;
  }
}

.facility_block {
  font-size: 15px;
}
@media print, screen and (min-width: 768px) {
  .facility_block {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
}
@media print, screen and (min-width: 768px) {
  .facility_block dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px 0;
  }
}
.facility_block dt {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .facility_block dt {
    width: 28%;
    background-color: unset;
    color: #646464;
    padding: 0;
  }
}
.facility_block dd {
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .facility_block dd {
    width: 72%;
    padding: 0;
  }
}

/* ************************************************ 
 *	朝食
 * ************************************************ */
.breakfast_mv {
  display: block;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .breakfast_mv {
    margin-bottom: 30px;
  }
}

h3.breakfast_ttl {
  color: #78aa14;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  h3.breakfast_ttl {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.breakfast_txt {
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .breakfast_txt {
    font-size: 18px;
  }
}

.breakfast_time {
  border-top: 1px solid rgba(120, 170, 20, 0.5);
  margin: 25px 0 40px;
}
@media print, screen and (min-width: 768px) {
  .breakfast_time {
    max-width: calc(50% - 20px);
    margin: 40px 0 60px;
  }
}
.breakfast_time dl {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  border-bottom: 1px solid rgba(120, 170, 20, 0.5);
  padding: 5px 0;
}
.breakfast_time dl dt {
  width: 40%;
  color: #6e5f00;
  font-weight: bold;
  text-align: center;
}
.breakfast_time dl dd {
  width: 60%;
  padding-left: 1em;
}

ul.breakfast_img li {
  width: calc(50% - 2px);
  margin-bottom: 4px;
}
@media print, screen and (min-width: 768px) {
  ul.breakfast_img li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
ul.breakfast_img li:nth-child(odd) {
  margin-right: 4px;
}
@media print, screen and (min-width: 768px) {
  ul.breakfast_img li:nth-child(odd) {
    margin-right: 20px;
  }
}
ul.breakfast_img li img {
  display: block;
}

/* ************************************************ 
 *	館内案内
 * ************************************************ */
ul.guidance_block li {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  ul.guidance_block li {
    width: calc(50% - 20px);
  }
}
@media print, screen and (min-width: 1024px) {
  ul.guidance_block li {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  ul.guidance_block li:nth-child(odd) {
    margin-right: 40px;
  }
}

h3.guidance_ttl {
  line-height: 1.5;
  margin-bottom: 10px;
}
h3.guidance_ttl p {
  display: inline-block;
  color: #78aa14;
  font-size: 22px;
}
@media print, screen and (min-width: 768px) {
  h3.guidance_ttl p {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 1024px) {
  h3.guidance_ttl p {
    font-size: 30px;
  }
}
h3.guidance_ttl span {
  font-size: 12px;
  margin-left: 0.75em;
}
@media print, screen and (min-width: 1024px) {
  h3.guidance_ttl span {
    font-size: 13px;
  }
}

.guidance_img {
  display: block;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .guidance_img {
    margin-bottom: 20px;
  }
}

.guidance_txt {
  font-size: 16px;
}/*# sourceMappingURL=page.css.map */