@charset "UTF-8";
/* CSS Document */

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btnHover {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

/********************************/

.clear_fix {
  zoom: 1;
}

.clear_fix:after {
  content    : "";
  display    : block;
  clear      : both;
  font-size  : 0;
  line-height: 0;
  visibility : hidden;
}

/********************************/

/*
リセット
/***********************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin        : 0;
  padding       : 0;
  border        : 0;
  font          : inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align    : left;
  font-weight   : normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a,
a:hover {
  text-decoration: none;
}

a>img,
nav>img,
li>img,
div>img {
  width : 100%;
  height: auto;
}

a img {
  border: none;
}

a {
  cursor         : pointer;
  text-decoration: none;
  color          : #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

button {
  appearance        : none;
  -webkit-appearance: none;
  border            : none;
  padding           : 0;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }

  .pc_only {
    display: none !important;
  }
}

.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content   : ".";
  display   : block;
  height    : 0;
  clear     : both;
  visibility: hidden;
}

body {
  position        : absolute;
  background-color: #fff;
  margin          : 0;
  padding         : 0;
  width           : 100%;
  height          : 100%;
  font-size       : 16px;
  font-family     : "ヒラギノ角ゴシック Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "MS Pゴシック", MS PGothic, sans-serif;
  overflow        : visible;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }
}

body * {
  box-sizing: border-box;
}

div,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
dl,
dt,
dd {
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  margin     : 0;
  padding    : 0;
  line-height: 1;
}

p,
div,
span {
  margin        : 0;
  padding       : 0;
  /* line-height: 1.75;  */
}

ul,
ol,
li,
dl,
dt,
dd {
  margin     : 0;
  padding    : 0;
  list-style : none;
  line-height: 1;
}

img,
a img {
  border : none;
  display: inline-block;
}

img {
  width : 100%;
  height: auto;
}

h1,
h2,
.renner {
  font-family: 'ヒラギノ角ゴシックW6', 'Hiragino Sans', sans-serif;
  font-weight: 600;
}

.lato {
  font-family: 'Lato', sans-serif;
}

.wrapper {
  position: relative;
  width   : 100%;
  height  : auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    min-width: 100%;
    overflow : hidden;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btnHover {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

/********************************/

.clear_fix {
  zoom: 1;
}

.clear_fix:after {
  content    : "";
  display    : block;
  clear      : both;
  font-size  : 0;
  line-height: 0;
  visibility : hidden;
}

/********************************/

@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 1199px) {
  html {
    font-size: .83333vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66666vw;
  }
}

body {
  /*  background-color: #5fb1e3;*/
  padding    : 0;
  margin     : 0;
  line-height: 1.35;
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 1.33vw;
  }
}

body.noscroll {
  height  : 100%;
  overflow: hidden;
}

.main {
  max-width: 1200px;
  width    : 100%;
  margin   : 0 auto;
}

.box {
  position: relative;
}

.box img {
  display: block;
  ;
}

/* .box1-text-box {
  padding: 2.9rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.481rem;
  line-height: 1.375;
} */

.box2 {
  margin-bottom: 5.7rem;
}

/* .box2-sub-title-text {
  position: absolute;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: -.02em;
  font-feature-settings: "palt";
  top: 23.5%;
  left: 4.5%;
}

.box2-sub-title-note {
  position: absolute;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1;
  font-feature-settings: "palt";
  top: 26%;
  left: 5%;
}

.box2-content-box {
  margin-bottom: 5.15rem;
}

.box2-content-note {
  position: absolute;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.02em;
  font-feature-settings: "palt";
  top: 81.5%;
  left: 5.25%;
} */

.box2-note {
  margin-bottom: 4.2rem;
}

.box2-content1-box{
  position: relative;
}

.box2-giftbtn-box{
  position: absolute;
  width: 30%;
  left: 26.8%;
  bottom: 6.95%;
}

.box2-btn-box img {
  box-shadow: rgb(0 0 0 / 30%) 0px 2px 3px;
}

.box3 {
  margin-bottom: 4.2rem;
}

.box3-map-box {
  width        : 88.33%;
  height       : 41.5rem;
  margin       : 0 auto;
  margin-bottom: 4.5rem;
}

.box3-info-box {
  width        : 88.33%;
  margin       : 0 auto;
  margin-bottom: 2.9rem;
}

.box3-btn-box {
  width : 65rem;
  margin: 0 auto;
}

.box4 {
  margin-bottom: 4.3rem;
}

.box4-title-box {
  /* margin-bottom: 6.5rem; */
}

.box4-content1-box {
  /* width: 89.1rem;
  margin-left: 6rem; */
  /* padding      : 0 3rem; */
  /* margin-bottom: 3.7rem; */
}

/* .box4-pic1 {
  position: absolute;
  width: 13.88rem;
  top: 9.5%;
  right: 6.5%;
} */

.box4-arrow1 {
  /* position: absolute; */
  margin: -1rem 0;
  width   : 20.6rem;
  top     : 25.1%;
  left    : 31.54%;
  z-index : 1;
}

.box4-content2-box {
  /* width: 89.1rem;
  margin-left: 6rem; */
  /* padding      : 0 3rem; */
  /* margin-bottom: 3.7rem; */
}

/* .box4-pic2 {
  position: absolute;
  width: 13.88rem;
  top: 24.5%;
  right: 6.5%;
} */

.box4-arrow2 {
  /* position: absolute; */
  margin: -1.7rem 0 -1rem;
  width   : 20.6rem;
  top     : 42.15%;
  left    : 31.54%;
  z-index : 1;
}

.box4-content3-box {
  /* width: 89.1rem;
  margin-left: 6rem; */
  /* padding      : 0 3rem; */
  margin-bottom: 6.2rem;
}

/* .box4-pic3 {
  position: absolute;
  width: 13.88rem;
  right: 6.5%;
  bottom: 49.5%;
} */

/* .box4-pic4 {
  position: absolute;
  width: 16.6rem;
  right: 5%;
  bottom: 37.75%;
} */

.box4-note-area {
  margin-bottom: 4.3rem;
}

.box4-btn-box img {
  box-shadow: rgb(0 0 0 / 30%) 0px 2px 3px;
}


footer {
  font-size     : 1.1em;
  text-align    : center;
  padding-bottom: 3.45rem;
  color         : #4772b5;
}

.gotop {
  margin: 0 auto;
}

.gotop__up {
  width : 4.8em;
  cursor: pointer;
}

@media screen and (min-width: 769px) {

  .yoyaku,
  .kaijo {
    display: block;
  }

  .yoyaku:hover,
  .kaijo:hover,
  .gift:hover,
  .gotop__up:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
    animation        : blink_animation 0.6s ease-out;
  }

  @keyframes blink_animation {
    0% {
      opacity: 0;
    }

    10% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }
}

@media screen and (max-width: 768px) {

  /* .box1-text-box {
    font-size: 4vw;
    line-height: 1.56;
    padding: 3.5vw 0 3.466vw;
  } */
  .box2 {
    margin-bottom: 10.4vw;
  }

  /* .box2-sub-title-text {
    font-size: 3.5vw;
    line-height: 1.428;
    top: 18.25%;
    left: 7%;
  } */
  /* .box2-sub-title-note {
    font-size: 2.4vw;
    line-height: 1.4;
    top: 21.75%;
    left: 7%;
  } */
  /* .box2-content-box {
    margin-bottom: 9.81vw;
  } */
  /* .box2-content-note {
    font-size: 2.666vw;
    line-height: 1.4;
    top: 69.75%;
    left: 7%;
    letter-spacing: 0;
    font-feature-settings: normal;
  } */
  .box2-note {
    margin-bottom: 7.066vw;
  }

  .box2-giftbtn-box{
    width: 47.6%;
    left: 42%;
    bottom: 5.2%;
  }

  .box3 {
    margin-bottom: 7.066vw;
  }

  .box3-map-box {
    width        : 89.333vw;
    height       : 69.333vw;
    margin-bottom: 5.22vw;
  }

  .box3-info-box {
    width        : 88.8vw;
    margin-bottom: 4.266vw;
  }

  .box3-btn-box {
    width: 76.266vw;
  }

  .box4 {
    margin-bottom: 9.33vw;
  }

  .box4-title-box {
    /* margin-bottom: 7.33vw; */
  }

  .box4-content1-box {
    /* width: 68vw;
    margin-left: 5.333vw; */
    /* padding      : 0 3.733vw; */
    /* margin-bottom: 8vw; */
  }

  /* .box4-pic1 {
    width: 17.333vw;
    top: 10%;
    right: 5.333%;
  } */
  .box4-arrow1 {
  margin:  0;
    width: 29vw;
    top  : 22.25%;
    left : 18.3%;
  }

  .box4-content2-box {
    /* width: 68vw;
    margin-left: 5.333vw; */
    /* padding      : 0 3.733vw; */
    /* margin-bottom: 8vw; */
  }

  /* .box4-pic2 {
    width: 17.333vw;
    top: 23.5%;
    right: 5.333%;
  } */
.box4-arrow2 {
  margin: -2vw 0 -1vw;
    width: 29vw;
    top  : 41.2%;
    left : 18.3%;
  }

  .box4-content3-box {
    /* width: 68vw;
    margin-left: 5.333vw; */
    /* padding      : 0 3.733vw; */
    margin-bottom: 8vw;
  }

  /* .box4-pic3 {
    width: 17.333vw;
    right: 5.333%;
    bottom: 53.5%;
  } */
  /* .box4-pic4 {
    width: 20.8vw;
    right: 3.5%;
    bottom: 41%;
  } */
  .box4-note-area {
    margin-bottom: 8.133vw;
  }

  footer {
    padding-bottom: 7.33vw;
  }

  .gotop__up {
    width: 17.45%;
  }
}