@charset "UTF-8";
/* CSS Document */
.section-top {
  padding-top: 60px;
}
.section-top h1 {
  font-size: 2.4rem;
  color: #512e18;
  letter-spacing: 1rem;
  line-height: 1.2rem;
}
.section-top h3 {
  font-family: 'Handlee', cursive;
  color: #512e18;
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
}
.section-top__title-line img {
  width: 180px;
  margin: 10px 0 0;
}
.section-top__photo {
  margin-top: 50px; 
}
.section-top__main-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  max-width: 530px;
}
.section-top__photo p {
  text-align: left;
  font-size: 1.6rem;
  padding: 40px 24px 0 24px;
}
.section-top__sub-img {
  text-align: left;
}
.section-top__sub-img img {
  width: 260px;
  height: 200px;
  object-fit: cover;
  padding-top: 40px;
  padding-left: 24px;
}
.section-top__table {
  padding: 40px 24px 0 24px;
}
.section-top__table table {
  font-size: 14px;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  margin: 40px auto 0;
  max-width: 800px;
}
.section-top__table table th {
  background-color: #e1ecdd;
  border: solid 1px #90a493;
  width: 140px;
  vertical-align: middle;
  text-align: center;
}
.section-top__table table td {
  border: solid 1px #90a493;
  padding: 10px 5px 10px 10px;
  background-color: #fff;
  text-align: center;
}
.section-top__table table td span {
 margin-bottom: 10px;
}
.small {
  font-size: 1.2rem;
}
.section-top__checkin {
  padding-top: 20px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
  max-width: 800px;
  margin: 0 auto;
}
.section-top__asterisk {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.section-top__asterisk p {
  text-align: left;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0.05rem;
}
.section-top__number {
  padding-right: 10px;
}
.kinoko {
  padding-top: 10px;
  text-align: right;
  margin-right: 24px;
}
.kinoko img {
  width: 70px;
}
@media(min-width:700px){
.section-top__sub-img {
  text-align: center;
}  
  .section-top__photo p {
    text-align: center;
  }
}

@media(min-width:960px) {
  .section-top {
    padding-top: 80px;
    margin: 0 30px ;
  }
  .section-top h1 {
    font-size: 3.6rem;
    line-height: 4.0rem;
  }
  .section-top h3 {
    font-size: 3.0rem;
    padding-top: 10px;
  }
  .section-top__title-line img {
    width: 250px;
  }
  .section-top__photo {
    padding-top: 80px;
    display: flex;
    justify-content: space-around;
    max-width: 1140px;
    margin: 0 auto;
  }
  .section-top__main-img {
    width: 50%;
  }
  .section-top__main-img img {
    height: 350px;
  }
  .section-top__description {
    width: 50%;
  }
  .section-top__photo p {
    padding: 0 0 0 150px; 
    line-height: 2.8rem;
    font-size: 1.8rem;
  }
  .section-top__sub-img {
    text-align: right;
  }
  .section-top__sub-img img {
    width: 390px;
    height: 100%;
    object-fit: cover;
    padding-top: 40px;
  }
  .section-top h2 {
    padding-top: 40px;
  }
  .section-top__table {
    padding-top: 40px;
  }
  .section-top__table table {
    font-size: 2.0rem;
    text-align: left;
    letter-spacing: 0;
    width: 100%;
    margin-top: 60px;
  }
  .section-top__table table th {
    width: 200px;
    padding: 10px 5px 10px 5px;
  }
  .section-top__table table td {
    padding: 20px 20px;
    line-height: 2.8rem;
  }
  .td-br {
    display: none;
  }
  .section-top__table table td span {
    margin-left: 0px;
  }
  .section-top__table table tr:first-child {
    background-color: #e1ecdd;
  }
  .small {
    font-size: 1.8rem;
  }
  .section-top__checkin p {
    padding-top: 10px;
    font-size: 1.8rem;
  }
  .section-top__asterisk p {
    font-size: 1.7rem;
  }
  .kinoko {
    padding-top: 0;
    margin-right: 24px;
    margin-bottom: 40px;
  }
  .kinoko img {
    width: 130px;
  }
}
.section-line__pc {
  display: none;
}
.section-line__mb img {
  width: 80%;
}
@media(min-width:960px) {
  .section-line__pc {
    display: block;
  }
  .section-line__pc img {
    width: 80%;
  }
  .section-line__mb {
    display: none;
  }
}
.section-room {
  padding-top: 50px;
}
.section-room h4 {
  font-size: 1.4rem;
  padding-top: 10px;
}
.section-room__main {
  display: flex;
  flex-direction: column;
}
.section-room__wrapper img {
  padding: 0 24px 0 24px;
  height: 220px;
  width: 100%;
  object-fit: cover;
  margin-top: 30px;
}
.section-room h5 {
  text-align: left;
  padding: 40px 24px 0 24px;
}
.section-room__wrapper p {
  font-size: 1.4rem;
}
.section-room__sub {
  padding-top: 40px;
  display: flex;
  justify-content: space-around;
}
.section-room__sub img {
  height: 125px;
  width: 100%;
  object-fit: cover;
}
.section-room__sub p {
  font-size: 1.4rem;
}
.section-room__table {
  padding: 20px 24px 0 24px;
}
.section-room__table table {
  font-size: 14px;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  margin: 30px auto 30px;
  max-width: 800px;
}
.section-room__table table th {
  background-color: #e1ecdd;
  border: solid 0.8px #333;
  width: 120px;
  padding: 0 5px 0 10px;
  vertical-align: middle;
}
.section-room__table table td {
  border: solid 0.8px #333;
  padding: 10px 5px 10px 10px;
  background-color: #fff;
  font-size: 1.3rem;
}
.td-space {
  display: inline-block;
  margin-left: 30px;
}
.section-room__asterisk {
  font-size: 14px;
}
.zenmai {
  text-align: right;
  margin-right: 24px;
  margin-top: 20px;
}
.zenmai img {
  height: 45px;
  width: auto;
}
@media(min-width:700px){
  .section-room__main img {
    width: 400px; 
    height: auto;
  }
  .section-room h5 {
    width: 550px;
    margin: 0 auto;
  }
   .section-room__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .section-room__wrapper img {
    width: 330px;
    height: 200px;
  }
  .section-room__main {
    width: 50%;
  }
  .section-room__sub {
    flex-direction: column;
    margin-top: 0;
  }
    .section-room__table table {
    font-size: 1.8rem;
  }
  .section-room__table table td p {
    line-height: 4.0rem;
  }
  .section-room__table table th {
    width: 250px;
    padding-left: 20px;
  }
  .section-room__table table td {
    padding: 20px 5px 20px 20px;
    line-height: 3.2rem;
    font-size: 1.8rem;
  }
  .section-room__asterisk {
    font-size: 16px;
  }
  .zenmai {
    padding-top: 0;
  }
  .zenmai img {
    height: 70px;
  }
}
@media(min-width:1100px) {
  .section-room {
    padding-top: 80px;
    max-width: 1240px;
    margin: 0 auto;
  }
  .section-room h2 {
    font-size: 3.2rem;
  }
  .section-room h4 {
    padding-top: 20px;
  }
  .section-room__main {
    flex-direction: column;
  }
  .section-room__wrapper img {
    height: 350px;
    width: 530px;
    margin-top: 30px;
  }
  .section-room__wrapper p {
    padding-top: 5px;
  }
  .section-room h5 {
    text-align: left;
    line-height: 3.0rem;
    font-size: 1.8rem;
    margin: 20px auto 30px;
  }
  .section-room__sub {
    display: flex;
    flex-direction: column;
  }
  .section-room__sub img {
    width: 340px;
    height: 240px;
  }
  .section-room__sub-1 img {
    margin-top: 20px;
    margin-right: 200px;
  }
  .section-room__sub-1 p {
    margin-right: 160px;
  }
  .section-room__table {
    padding-top: 40px;
  }
}
.section-cuisine {
  padding-top: 50px;
  margin-bottom: 40px;
}
.section-chisine h2 {
  padding-bottom: 30px;
}
.section-cuisine__main img {
  padding: 0 24px 0 24px;
  height: 250px;
  width: 100%;
  object-fit: cover;
  margin-top: 40px;
 }
.section-cuisine__main p {
  font-size: 1.4rem;
  padding-top: 10px;
}
.section-cuisine h5 {
  text-align: left;
  padding: 20px 24px 0 24px;
  font-size: 1.6rem;
}
.section-cuisine__sub {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 40px;
}
.section-cuisine__sub img {
  height: 220px;
  width: 165px;
  object-fit: cover;
 }
.section-cuisine__sub p {
  font-size: 1.4rem;
}
.section-cuisine__obento {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin: 40px 20px;
  max-width: 450px;
}
.section-cuisine__obento p {
text-align: left;
padding: 20px 20px 0;
font-size: 14px;
}
.section-cuisine__obento img {
  padding: 10px;
  height: 200px;
}

@media(min-width:700px){
  .section-cuisine h5 {
    width: 550px;
    margin: 20px auto 0 ;
  } 
  .section-cuisine__main img {
    height: 300px;
    width: 500px;
  }
   .section-cuisine__sub img {
    height: 250px;
    width: auto;
  }
  .section-cuisine__obento {
    margin: 40px auto;
  }
}
 
@media(min-width:1060px) {
  .section-cuisine {
    padding-top: 80px;
    max-width: 1240px;
    margin: 0 auto 60px;
  }
  .section-cuisine__main {
    display: flex;
    margin-top: 40px;
  }
  .section-cuisine h5 {
    font-size: 1.7rem;
    line-height: 3.0rem;
  }
 .section-cuisine__main img {
    height: 370px;
    width: 600px;
    margin-top: 40px;
  }
  .section-cuisine__sub {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .section-cuisine__sub-wrapper {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
  }
  .section-cuisine__sub img {
    height: 320px;
    width: auto;
    margin: 0 40px;
  }
  .section-cuisine__obento img {
    height: 320px;
    width: auto;
    padding: 20px;
  }
}
.section-bath {
  padding: 50px 24px 50px 24px;
}
.section-bath h5 {
  text-align: left;
  padding-top: 40px;
}
.section-bath__wrapper-small {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section-bath__photo-1 img {
  margin-top: 40px;
  padding: 0 24px;
  object-fit: cover;
  width: 350px;
  height: 230px;
}
.section-bath__photo-2 {
  text-align: right;
}
.section-bath__photo-3 {
  text-align: left;
}
.section-bath__photo-2 img, .section-bath__photo-3 img{
  width: 160px;
  height: 210px;
  object-fit: cover;
  margin-top: 20px;
}
.section-bath__photo-4 img {
  width: 80%;
  max-width: 350px;
  height: auto;
  margin-top: 30px;
}
.section-bath p {
  font-size: 1.4rem;
  text-align: left;
}
.section-bath__photo-3 {
  text-align: left;
}
.section-bath__text-wrapper {
  margin-top: 30px;
}
@media(min-width:700px) {
  .section-bath h5 {
    width: 550px;
    margin: 20px auto 0 ;
  }
  .section-bath__wrapper-small {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
  }
  .section-bath__photo-1 {
    display: inline-block;
  }
  .section-bath__photo-1 img {
    width: 500px;
    height: 300px;
  }
  .section-bath__photo-2 img {
    height: 250px;
    width: 200px;
  }
  .section-bath__photo-3 img {
    height: 250px;
    margin: auto;
  }
  .section-bath__another-text {
    margin-top: 20px;
  }
}
  @media(min-width:1300px) {
  .section-bath {
    padding-top: 80px;
    max-width: 1240px;
    margin: 0 auto 60px;
  }
  .section-bath h5 {
    line-height: 3.0rem;
    padding: 20px 0  20px 40px;
    width: 550px;
    font-size: 1.7rem;
  }
  .section-bath__wrapper {
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
  }
  .section-bath p br {
    display: none;
  }
    .section-bath__another {
      flex-direction: column;
    }
  .section-bath__photo-1 img {
    height: 370px;
    width: 540px;
    margin-top: 40px;
  }
  .section-bath__photo-2 img {
    width: 240px;
    height: 320px;
    object-fit: cover;
    margin-top: 60px;
    margin-right: 60px;
  }
  .section-bath__wrapper-small {
    display: flex;
    justify-content: space-around;
  }
  .section-bath__photo-3 img {
    width: 240px;
    height: 350px;
    object-fit: cover;
    padding: 0;
  }
  .section-bath__another-text {
    width: 550px;
  }
  .section-bath__another p {
    margin-right: 80px;
  }
}
.section-spot {
  background-color: #f7fbec;
  padding: 50px 24px;
}
.section-spot__main-img img {
  width: 100%;
  padding: 40px 0 25px;
}
.section-spot h4 {
  font-size: 2.0rem;
}
.section-spot h6 {
  padding: 20px 0 10px;
  text-align: left;
}
.section-spot__info img {
  width: 25px;
}
.section-spot__car {
  display: flex;
  padding-left: 24px;
}
.section-spot__car img {
  margin-right: 10px;
}
.section-spot__site {
  display: flex;
  padding-left: 24px;
  align-items: flex-start;
}
.section-spot__site img {
  margin-left: 5px;
  padding-top: 5px;
  object-fit: cover;
}
@media(min-width:700px){
  .section-spot__eco {
    max-width: 400px;
    margin: 0 auto;
  }
  .section-spot__harb {
    max-width: 400px;
    margin: 0 auto;
  }
  .section-spot__main-img img {
  width: 60%;
 }
  .section-spot__car {
    padding-left: 100px;
  }
  .section-spot__site {
    padding-left: 100px;
  }
}

@media(min-width:960px){
  .section-spot {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-spot h2 {
    font-size: 3.0rem;
    padding-bottom: 40px;
  }
   .section-spot h6 {
    padding-left: 0;
  }
  .section-spot p {
    font-size: 1.8rem;
  }
  .section-spot__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-spot h4 {
    font-size: 2.4rem;
  }
    .section-spot__main-img img {
    width: 400px;
    height: auto;
 }
  .section-spot__eco {
    margin-right: 50px;
  }
  .section-spot__harb {
    margin-left: 50px;
  }
    .section-spot__car {
    padding-left: 0;
  }
  .section-spot__site {
    padding-left: 0;
  }
}





