@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP);
@media screen and (max-width: 737px) {
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
}
@media screen and (min-width: 738px) {
  .sp {
    display: none !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #484848;
  position: relative;
}
body a, body button {
  color: #484848;
}
@media screen and (min-width: 738px) {
  body {
    /*min-width: $contents;*/
  }
}

.contents {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
/*  */
#lower .bread > ul > li > a, #lower .bread > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 737px) {
  #lower .bread > ul > li > a, #lower .bread > ul > li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

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-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text], input[type=tel], input[type=email], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  outline: none;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline: none;
  outline-offset: -2px;
}

input[type=radio], input[type=check] {
  margin: 0;
  padding: 0;
}

textarea {
  font-family: sans-serif;
}

main {
  display: block;
}

/* general */
@media screen and (min-width: 738px) {
  a:hover, button:hover {
    opacity: 0.8;
  }
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
}

/* header */
/* footer */
.bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}
.bg img {
  height: 100%;
  object-fit: cover;
}

.main_contents {
  position: relative;
  -webkit-box-shadow: 0 0 15px -5px #777;
  box-shadow: 0 0 15px -5px #777;
  background: #e6dfcc;
  padding-inline: 0;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 11;
}
/* top */
#top .btn_wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 738px) {
  #top .btn_wrap {
    width: 33.25vw;
  }
}
@media screen and (max-width: 737px) {
  #top .btn_wrap {
    width: 94.133vw;
    max-width: 400px;
  }
}
#top .btn_wrap a {
  display: block;
}
@media screen and (min-width: 738px) {
  #top .btn_wrap a:nth-of-type(2) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 737px) {
  #top .btn_wrap a:nth-of-type(2) {
    margin-top: 3.2vw;
  }
}
#top .mainvis {
  position: relative;
  width: 100vw;
  max-width: 100%;
}
#top .mainvis .contents {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 738px) {
  #top .mainvis .contents {
    top: 27.5vw;
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis .contents {
    bottom: 17.7333333333vw;
  }
}
#top .mainvis .contents .movie {
  position: relative;
}
@media screen and (min-width: 738px) {
  #top .mainvis .contents .movie {
    width: 62.1vw;
    height: 25.65vw;
    overflow: hidden;
    display: block;
    margin: 0 auto;
  }
}
#top .mainvis .contents .movie::before {
  content: "";
  display: block;
  padding-top: 41.3043478261%;
}
#top .mainvis .contents .movie video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  object-fit: cover;
}
#top .mainvis .contents p {
  position: absolute;
  z-index: 11;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 738px) {
  #top .mainvis .contents p {
    width: 34.1145833333vw;
    bottom: -4.1666666667vw;
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis .contents p {
    width: 92.2666666667vw;
    bottom: -13.8666666667vw;
  }
}
#top .top__sec01 .map {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 .map {
    width: 46.2vw;
    height: 18vw;
    bottom: 16.375vw;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 .map {
    width: 90.1333333333vw;
    height: 90.6666666667vw;
    bottom: 42.6666666667vw;
  }
}
#top .top__sec01 .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 .btn_wrap {
    bottom: 3.5vw;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 .btn_wrap {
    bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec02 .btn_wrap {
    bottom: 7vw;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 .btn_wrap {
    bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec03 .btn_wrap {
    bottom: 55px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 .btn_wrap {
    bottom: 14.666vw;
  }
}
#top .top__sec04 > div {
  box-sizing: border-box;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div {
    padding-top: 25vw !important;
    width: 53.75vw;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 > div {
    padding-top: 149.3333333333vw !important;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div form dl {
    padding: 0 80px 0 0;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 > div form dl {
    padding: 0 5.333vw;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div form dl:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 > div form dl:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
#top .top__sec04 > div form dl dt {
  color: #00516d;
  font-weight: 500;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div form dl dt {
    font-size: 14px;
    width: 13.25vw;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 > div form dl dt {
    font-size: max(3.733vw, 10px);
    margin-bottom: 7.5px;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div form dl dd {
    width: calc(100% - 13.25vw);
  }
}
#top .top__sec04 > div form dl .mw_wp_form .error {
  position: absolute;
}
#top .top__sec04 > div form dl input, #top .top__sec04 > div form dl select, #top .top__sec04 > div form dl textarea {
  width: 100%;
  height: 45px;
  min-height: 20px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 15px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #878787;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div form dl input, #top .top__sec04 > div form dl select, #top .top__sec04 > div form dl textarea {
    height: 2.8645833333vw;
    max-height: 45px;
    min-height: 20px;
  }
  #top .top__sec04 > div form dl input.size01, #top .top__sec04 > div form dl select.size01, #top .top__sec04 > div form dl textarea.size01 {
    width: 16.5vw;
  }
}
#top .top__sec04 > div form dl select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/lp/wp-content/themes/walifelp/assets/img/top/arrow03.png");
  background-repeat: no-repeat;
  background-size: 13px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center; /* 画像の位置 */
}
#top .top__sec04 > div form .submit_btn {
  background: url("/lp4/wp-content/themes/walifelp/assets/img/top/btn02.png") no-repeat center 0/contain;
  width: 355px;
  height: 57px;
  display: block;
  border: none;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div form .submit_btn {
    margin: 62.5px auto 0;
    font-size: 19px;
    position: relative;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 > div form .submit_btn {
    margin: 16.66vw auto 0;
    font-size: min(5.066vw, 20px);
  }
}
#top .btn:hover, #top a:hover {
  opacity: 0.8;
}
#top section {
  position: relative;
  margin-top: -1px;
}
#top section .contents {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 738px) {
  #top section .contents {
    padding: 0 12px;
  }
}
@media screen and (max-width: 737px) {
  #top section .contents {
    padding: 0 3.2vw;
  }
}
#top img {
  width: 100%;
}

/* lower */
#lower .bread {
  padding-top: 35px;
}
@media screen and (min-width: 738px) {
  #lower .bread {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
}
@media screen and (max-width: 737px) {
  #lower .bread {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 737px) {
  #lower .bread {
    padding-top: 20px;
  }
}
#lower .bread > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 738px) {
  #lower .bread > ul {
    margin-left: 15px;
  }
}
#lower .bread > ul > li {
  margin-right: 1em;
  font-weight: bold;
}
#lower .bread > ul > li:last-child {
  margin-right: 0;
}
#lower .bread > ul > li > a {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */