@charset "UTF-8";
/* ======================================================
  Reset
====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, a, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
body {
  line-height: 1;
}
img {
  line-height: 0;
  vertical-align: top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
li {
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input, select {
  vertical-align: middle;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}
a {
  outline: none;
}
.cf:before, .cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* ======================================================
  Common
====================================================== */
body, html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  color: #333;
}
html {
  font-size: 1.33334vw;
}
.wrapper img,
.reservation img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  transition: opacity 0.2s;
  opacity: 0.7;
}
a :focus {
  outline: none;
}
.is-hidden {
  position: relative;
  transform: translate(0, 20px);
  opacity: 0;
}
.is-hidden.is-show {
  position: relative;
  transition: 800ms ease;
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  html {
    font-size: 0.714285vw;
  }
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}

/* ======================================================
  Contents
====================================================== */
@media screen and (max-width: 750px) {
  .header{
    padding-bottom: 2.5rem;
    text-align: center;
  }
  .header_logo{
    width: 20rem;
    margin: 0 auto;
  }
  .mv{
    position: relative;
    width: 100%;
    height: 105rem;
    background: url("../img/sp/mv_bg.jpg") top center no-repeat;
    background-size: 75rem auto;
  }
  .present{
    width: 100%;
    height: 212rem;
    background: url("../img/sp/present_bg.jpg") top center no-repeat;
    background-size: auto 212rem;
  }
  .point{
    width: 100%;
    height: 757rem;
    background: url("../img/sp/point_bg.jpg") top center no-repeat;
    background-size: auto 757rem;
  }
  .point_01{
    /*margin-top: -8rem;*/
    margin-bottom: 4rem;
  }
  .point_02{
    margin-bottom: 4rem;
  }
  .point_03_item {
    position: relative;
  }
  .point_03_item_03_btn {
    position: absolute;
    width: 62rem;
    left: 6.4rem;
    bottom: 10rem;
  }
  .useful{
    margin-top: -8rem;
  }
  .mhp_btn {
    width: 50rem;
    margin: 4.4rem auto 5.8rem;
  }
  .hiraya_btn {
    width: 50rem;
    margin: 4rem auto 12rem;
  }

  .footer{
    padding: 15rem 0 24rem;
    text-align: center;
  }
  .footer_btn{
    width: 85%;
    margin: auto;
    padding-bottom: 4rem;
  }
  .footer_copy{
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .03em;
  }
  .reservation{
    width: 100%;
    height: 16rem;
    background: #fff880;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
  }
  .reservation p {
    width: 56rem;
    margin: 0 auto;
    padding-top: 2.4rem;
  }
}

@media screen and (min-width: 751px) {
  .header{
    padding-bottom: 14px;
    text-align: center;
  }
  .header_logo{
    width: 100px;
    margin: 0 auto;
  }
  .mv{
    position: relative;
    width: 100%;
    height: 70.5rem;
    background: url("../img/pc/mv_bg.jpg") top center no-repeat;
    background-size: 140rem auto;
  }
  .mv_title{
    position: absolute;
    left: 42rem;
    top: 3rem;
    width: 54rem;
    z-index: 3;
  }
  .mv_ornament_top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .mv_ornament_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  .present{
    width: 100%;
    height: 91.4rem;
    background: #e94d37;
  }
  .present.is-last {
    height: 88.2rem;
  }
  .present_title{
    width: 64rem;
    padding: 4.1rem 2rem 0 38rem;
  }
  .present_item_01{
    width: 100.2rem;
    margin: 0 auto 3rem;
  }
  .present_item_02{
    width: 100rem;
    margin: 0 auto;
  }
  .point{
    width: 100%;
    height: 267rem;
    background: url("../img/pc/point_bg.jpg") top center no-repeat;
    background-size: auto 267rem;
  }
  .point_title {
    width: 84rem;
    margin: 0 auto;
    padding-top: 1.7rem;
  }
  .point_01{
    position: relative;
    margin-top: -10px;
  }
  .point_01_title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .point_01_item {
    width: 100rem;
    margin: 0 auto;
    padding-top: 12rem;
  }
  .point_02{
    position: relative;
  }
  .point_02_title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .point_02_item{
    width: 100rem;
    margin: 0 auto;
    padding-top: 12rem;
  }
  .point_03_item {
    width: 100rem;
    height: 63rem;
    margin: 0 auto 3.8rem;
    position: relative;
  }
  .point_03_title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .point_03_item_01 {
    position: absolute;
    width: 55rem;
    left: 0;
    top: 13rem;
  }
  .point_03_item_03 {
    position: absolute;
    width: 45rem;
    right: 0;
    top: 13rem;
  }
  .point_03_item_03 dt {
    width: 41.8rem;
    padding-left: 3rem;
    padding-top: 0.4rem;
  }
  .point_03_item_03_btn {
    position: absolute;
    width: 39rem;
    left: 4.4rem;
    bottom: 1.2rem;
  }
  .advisement {
    width: 100rem;
    margin: 0 auto;
  }
  .useful{
    width: 107rem;
    padding: 2rem 0 7.8rem 12.8rem;
    display: flex;
  }
  .mhp {
    position: relative;
    width: 68.6rem;
  }
  .mhp_btn {
    position: absolute;
    width: 36rem;
    left: 20rem;
    bottom: 1.8rem;
  }
  .hiraya {
    position: relative;
    width: 38.7rem;
  }
  .hiraya_btn {
    position: absolute;
    width: 34rem;
    left: 2.5rem;
    bottom: 1.8rem;
  }
  .reservation{
    width: 100%;
    height: 9rem;
    background: #fff880;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 10;
  }
  .reservation p {
    width: 67.8rem;
    margin: 0 auto;
    padding-top: 2rem;
  }

  .footer{
    padding: 7.6rem 0 18.8rem;
    text-align: center;
  }
  .footer_btn{
    width: 362px;
    margin: auto;
    padding-bottom: 4rem;
  }
  .footer_copy{
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .03em;
  }
}