@charset "UTF-8";
/*tableリセット*/
table {
  border-collapse: collapse; /* 枠線を1本に */
  border-spacing: 0; /* セルの隙間を0に */
}
table th,
table td {
  padding: 0; /* 内側の余白をリセット */
  border: none; /* 枠線を非表示（必要に応じて） */
}
.contents {
  margin-bottom: 40px;
}
.reservation_lower {
  margin-top: 40px;
}
.page_inner {
  width: 90%;
  max-width: 1000px;
  display: grid;
  margin: auto;
}
.page_inner_main {
  line-height: 1.7;
}
.pageInnerNav_heading,
.pageInnerNav_item a {
  padding: 20px 15px;
  display: block;
  border-inline: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}
.pageInnerNav_heading {
  font-size: initial;
  border-top: 1px solid var(--gray);
  border-bottom: 3px solid var(--gray);
}
@media screen and (min-width: 768px) {
  .page_inner {
  }
  .page_inner_nav {
    grid-area: 2/3/1/2;
  }
  .stay_section {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page_inner {
    grid-template-columns: 1fr minmax(0%, max-content);
  }
}

@media screen and (min-width: 0px) {
  .news {
    padding: 30px 0 45px;
    border-bottom: #ccc solid 1px;
    margin-bottom: 15px;
  }
  .news:first-child {
    padding: 30px 0 30px 0;
    border-top: solid 1px #cccccc;
  }
  .news .news_box {
    width: 100%;
  }
  .news .news-image {
    margin-bottom: 20px;
  }
  .news .news-txt {
    margin-bottom: 20px;
  }
  .news .news_box ul {
    margin: 0 0 10px 0;
    display: flex;
  }
  .news .news_box ul li {
    float: left;
  }
  .news .news_box ul li.pict {
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #cccccc;
    margin: 0 10px 0 0;
    font-size: 1rem;
  }
  .news .news_box ul li.day {
    padding: 4px 0 0 0;
  }
  .news .news_box h3 {
    clear: both;
    margin: 0 0 20px 0;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  #contents_box .link {
    margin-top: -65px;
    padding-top: 65px;
    display: block;
  }
  .last_contents {
    padding: 30px 0 90px 0;
  }
  .last_contents .news_box ul {
    margin: 0 0 20px 0;
  }
  .last_contents .news_box ul li {
    float: left;
  }
  .last_contents .news_box ul li.pict {
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #e3e3e3;
    margin: 0 10px 0 0;
    font-size: 1rem;
  }
  .last_contents .news_box ul li.day {
    padding: 4px 0 0 0;
  }
  .last_contents .news_box h3 {
    clear: both;
    margin: 0 0 20px 0;
    font-size: 1.8rem;
  }
  #news_table {
    margin: 20px auto 10px;
    font-size: 1.4rem;
  }
  #news_table table {
    width: 100%;
  }
  #news_table tr:nth-child(1),
  #news_table tr:nth-child(2) {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #efefef;
  }
  #news_table tr:nth-child(n + 3) {
    border-left: 1px solid #ccc;
    background-color: #ffffff;
  }
  #news_table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 7px 0;
    text-align: center;
    vertical-align: middle;
  }
  .news .news_box a {
    text-decoration: underline;
  }
  .news .news_box a:hover {
    text-decoration: none;
  }
}
/*タブレット*/
@media screen and (min-width: 768px) {
  .sp_none_right {
    display: block;
  }
  .news .col-2 {
    display: flex;
    justify-content: space-between;
  }
  .news .news-image {
    width: 32%;
  }
  .news .news-txt {
    width: 64%;
  }
  .news .news_box ul {
    margin: 0 0 20px 0;
  }
  .btn_news a {
    background-image: url(../img/common/yazi_black.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px 8px;
    padding-left: 12px;
    line-height: 2;
    font-size: 1.3rem;
  }
  #news_table table {
    width: 90%;
  }
}
/*タブレット(横)*/
@media screen and (min-width: 1024px) {
  .page_image p {
    width: 160%;
    right: -300px;
    position: absolute;
  }
  .news {
    padding: 30px 0 30px 0;
  }
  #news_table table {
    width: 70%;
  }
}
/* PCページ */
@media screen and (min-width: 1025px) {
  /* =======================
		#contents_box
========================== */
  .page_image p {
    width: 100%;
    right: 0;
  }
  #contents_box {
    float: left;
  }
  #contents_box .link {
    margin-top: -65px;
    padding-top: 65px;
    display: block;
  }
  .news {
    padding: 30px 0;
  }
  .news:first-child {
    padding: 30px 0 30px 0;
    border-top: solid 1px #e5e5e5;
  }
  .news .news_img {
    float: left;
  }
  .news .news_box {
    float: right;
    font-size: 1.4rem;
  }
  .news .news_box ul {
    margin: 0 0 20px 0;
  }
  .news .news_box ul li {
    float: left;
  }
  .news .news_box ul li.pict {
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #e3e3e3;
    margin: 0 10px 0 0;
    font-size: 1.3rem;
  }
  .news .news_box ul li.day {
    padding: 6px 0 0 0;
  }
  .news .news_box h3 {
    clear: both;
    margin: 0 0 20px 0;
    font-size: 1.8rem;
  }
  .agoda_syo {
    width: 42%;
    margin: 25px auto 5px;
  }
  .certification_syo {
    width: 42%;
    margin: 25px auto 5px;
  }
  .commendation_syo {
    width: 42%;
    margin: 25px auto 5px;
  }
}
@media screen and (min-width: 1440px) {
  #news_table table {
    width: 90%;
  }
}
