/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

.nipponia_hotel {
  font-family: 'Noto Serif JP', serif;
}

.nipponia_hotel .nh_fixed {
  position: fixed;
  top: 5rem;
  right: 0;
  z-index: 99;
  width: 2.5rem;
}

@media screen and (min-width: 767px) {
  .nipponia_hotel .nh_fixed {
    width: 3rem;
  }
}

.nipponia_hotel .nh_fixed .bottom a {
  display: block;
}

.nipponia_hotel .nh_fixed .bottom a:nth-child(1) {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .nipponia_hotel .nh_fixed .bottom a[href^="tel:"] {
    pointer-events: none;
  }
}

.nipponia_hotel .nh_fv {
  background-image: url(../images/sp_mv_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

@media screen and (min-width: 767px) {
  .nipponia_hotel .nh_fv {
    background-image: url(../images/mv_bg.png);
  }
}

.nipponia_hotel .nh_fv img {
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.nipponia_hotel .nh_contents {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 2rem;
}

.nipponia_hotel .nh_intro {
  display: flex;
  flex-wrap: wrap;
}

.nipponia_hotel .nh_intro .intro_box {
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.nipponia_hotel .nh_intro .intro_box.txt01 {
  background-image: url(../images/sp_txt01_bg.png);
  background-repeat: repeat;
  background-position: center;
  width: 50%;
}

@media screen and (min-width: 767px) {
  .nipponia_hotel .nh_intro .intro_box.txt01 {
    background-image: url(../images/txt01_bg.png);
    justify-content: right;
  }
}

.nipponia_hotel .nh_intro .intro_box.txt02 {
  background-image: url(../images/sp_txt02_bg.png);
  background-repeat: repeat;
  background-position: center;
  width: 50%;
}

@media screen and (min-width: 767px) {
  .nipponia_hotel .nh_intro .intro_box.txt02 {
    background-image: url(../images/txt02_bg.png);
    justify-content: left;
  }
}

.nipponia_hotel .nh_intro .intro_box.img03 {
  padding: 0;
}

.nipponia_hotel .nh_intro .intro_box.img03 img {
  width: 100%;
}

.nipponia_hotel .nh_intro .intro_box.txt03 {
  background-image: url(../images/sp_txt03_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 2rem;
}

@media screen and (min-width: 767px) {
  .nipponia_hotel .nh_intro .intro_box.txt03 {
    background-image: url(../images/txt03_bg.png);
    padding: 4rem 2rem;
  }
}

.nipponia_hotel .nh_intro .intro_box.txt03 img {
  width: 100%;
  max-width: 280px;
}

@media screen and (min-width: 767px) {
  .nipponia_hotel .nh_intro .intro_box.txt03 img {
    max-width: 480px;
  }
}

.nipponia_hotel .nh_slider {
  padding: 3rem 0 0 0;
  margin: 0 auto;
  width: 80%;
}

@media screen and (min-width: 767px) {
  .nipponia_hotel .nh_slider {
    width: 100%;
  }
}

.nipponia_hotel .nh_slider .slider-2 .slick-slide {
  width: 320px;
  height: 310px;
  margin: 0 1rem;
  position: relative;
  overflow: hidden;
}

.nipponia_hotel .nh_slider .slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.nipponia_hotel .nh_slider .slider-2 .slick-arrow {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (min-width: 767px) {
  .nipponia_hotel .nh_slider .slider-2 .slick-arrow {
    width: 3rem;
    height: 3rem;
  }
}

.nipponia_hotel .nh_slider .slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: -20px;
  transform: rotate(45deg);
}

@media screen and (min-width: 767px) {
  .nipponia_hotel .nh_slider .slider-2 .slick-arrow::before {
    top: -10px;
  }
}

@media screen and (min-width: 767px) {
  .nipponia_hotel .nh_slider .slider-2 .slick-next {
    right: -5rem;
  }
}

.nipponia_hotel .nh_slider .slider-2 .slick-next::before {
  left: 20px;
}

@media screen and (min-width: 767px) {
  .nipponia_hotel .nh_slider .slider-2 .slick-prev {
    left: -5rem;
  }
}

.nipponia_hotel .nh_slider .slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 20px;
}

.nipponia_hotel .nh_about {
  background-image: url(../images/map_bg.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  padding: 4rem 2rem;
}

.nipponia_hotel .nh_about .about_box {
  margin: 2rem auto;
  max-width: 780px;
}

.nipponia_hotel .nh_about .about_box img {
  width: 100%;
}

.nipponia_hotel .nh_suggestion {
  padding: 4rem 0;
  text-align: center;
}

.nipponia_hotel .nh_suggestion .nh_u_ttl img {
  margin: 0 auto;
}

.nipponia_hotel .nh_pick_bg {
  position: absolute;
  z-index: -1;
}

.nipponia_hotel .nh_pick_bg img {
  width: 100vw;
  max-height: 980px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 767px) {
  .nipponia_hotel .nh_pick_bg img {
    max-height: 790px;
  }
}

.nipponia_hotel .nh_pick {
  text-align: center;
  padding: 4rem 0;
}

@media screen and (min-width: 767px) {
  .nipponia_hotel .nh_ushijima img {
    margin: 0 auto;
  }
}

.nipponia_hotel .nh_ushijima .ushijima_img img.sp {
  padding-right: 1.5rem;
}

@media screen and (min-width: 767px) {
  .nipponia_hotel .nh_ushijima .ushijima_txt {
    margin-top: 2rem;
  }
}

.nipponia_hotel .nh_ushijima .ushijima_txt .sp {
  padding: 1.5rem;
}

.nipponia_hotel .nh_ushijima .ushijima_txt .pc {
  max-width: 767px;
  margin: 0 auto;
  padding: 0 2rem;
}

.nipponia_hotel .nh_price {
  padding: 2rem;
  max-width: 767px;
  margin: 0 auto;
}

.nipponia_hotel .nh_price img {
  width: 100%;
}

.nipponia_hotel .nh_activity {
  padding: 2rem;
  max-width: 767px;
  margin: 0 auto;
}

.nipponia_hotel .nh_activity .activity_txt {
  margin-bottom: 2rem;
  text-align: center;
}

.nipponia_hotel .nh_activity .activity_txt p {
  line-height: 2rem;
}

.nipponia_hotel .nh_activity .activity_img img {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
}

.nipponia_hotel .nh_reservation {
  margin-top: 1rem;
}

.nipponia_hotel .nh_reservation a {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.nipponia_hotel .nh_access {
  padding: 2rem;
  text-align: center;
  max-width: 767px;
  margin: 2rem auto;
}

.nipponia_hotel .nh_access .access_map {
  margin: 2rem auto;
}

.nipponia_hotel .nh_access .access_map iframe {
  width: 100%;
  min-height: 380px;
}

.nipponia_hotel .nh_access .access_txt dl {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.nipponia_hotel .nh_access .access_txt dl dt {
  margin-bottom: 0.5rem;
}

.nipponia_hotel .nh_access .access_txt dl:nth-child(1) dt {
  font-weight: 700;
}

.nipponia_hotel .nh_access .access_txt dl:nth-child(2) {
  font-family: 'Noto Sans JP', sans-serif;
}

.footer {
  background-color: #444;
  padding: 1rem;
}

.footer p {
  color: #FFF;
  font-size: 0.7rem;
  text-align: center;
}

/* youtube */
.iframe_wrap_movie{
	position: relative;
	width: 100%;
    padding-top: 56.25%;
    margin: 50px 0 130px;
	border:3px solid #fff;
}

.iframe_wrap_movie iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
