@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}

.l-wrapper {
  overflow: hidden;
}

a {
  color: #333333;
  text-decoration: none;
}

a.active {
  color: hsl(207, 96%, 40%);
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*flexboxを適応
$type = flex or inline-flex
$justify = 横向きの揃え
$strech = 縦向きの揃え
-------------------------------------*/
body {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
}

p:not(last-child) {
  margin-bottom: 1em;
}

ul,
li {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 980px) {
  .hide_pc {
    display: none;
  }
}

.hide_sp {
  display: none;
}
@media screen and (min-width: 980px) {
  .hide_sp {
    display: inline;
  }
}

/* -----------------------------------

メイン動画

------------------------------------*/
#video-area {
  background-image: url(../images/shot_fuji.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
}
#video-area #background-video {
  display: none;
  /*縦横幅指定*/
}
@media screen and (min-width: 768px) {
  #video-area #background-video {
    display: block;
    width: 100%; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
  }
}

/* -----------------------------------

キャッチコピー

------------------------------------*/
.catch {
  display: block;
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  margin: 45px 0;
}
@media screen and (min-width: 768px) {
  .catch {
    font-size: 3.8rem;
    padding: 100px 0;
    font-weight: bold;
    line-height: 2;
    margin-top: 550px;
  }
}

/* -----------------------------------

エリア共通

------------------------------------*/
.area-title {
  text-align: center;
  color: #fff;
  font-size: 7vw;
}
@media screen and (min-width: 768px) {
  .area-title {
    font-size: 3.2rem;
  }
}

.area-subtitle {
  text-align: center;
  color: #fff;
  font-size: 2rem;
}
.area-subtitle::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  background-image: url(../images/icon_map.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.area-inner {
  width: 92%;
}
@media screen and (min-width: 768px) {
  .area-inner {
    width: 1024px;
    margin: 0 auto;
  }
}

.area-media {
  margin: auto auto 20px auto;
}
@media screen and (min-width: 768px) {
  .area-media {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
  }
}
.area-media__left {
  flex: 1;
}
.area-media__right {
  flex: 1;
}

.area-map {
  width: 92%;
  margin: 0 auto 50px;
}
.area-map iframe {
  width: 100%;
}

.area-point {
  width: 92%;
  margin: 0 auto;
}
.area-point__text {
  text-align: center;
  color: #fff;
  font-size: 4.5vw;
  padding: 60px 20px 40px;
  border: 1px solid #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area-point__text {
    font-size: 2rem;
  }
}
.area-point__text::before {
  content: "";
  background-image: url(../images/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  left: -10px;
  top: -40px;
}

/* エリアでの分岐 
---------------------------------- */
.area {
  padding: 40px 0;
}

.area--shizuoka {
  background: rgb(22, 114, 200);
  background: linear-gradient(286deg, rgb(22, 114, 200) 0%, rgb(0, 40, 110) 35%, rgb(73, 123, 185) 100%);
}

.area--fuji {
  background: rgb(22, 200, 36);
  background: linear-gradient(43deg, rgb(22, 200, 36) 0%, rgb(166, 185, 73) 100%);
}

/* --------------------------------------------------------------------------------------------------------

プランと価格

---------------------------------------------------------------------------------------------------------*/
.price-catch {
  text-align: center;
  font-size: 5.5vw;
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  .price-catch {
    font-size: 4rem;
    padding: 75px 0;
  }
}

@media screen and (min-width: 768px) {
  .price-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
  }
}

.price-area {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .price-area {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .price-area .price-inner {
    width: 1024px;
    margin: 0 auto;
    padding: 50px 0;
  }
}
.price-area__heading {
  text-align: center;
  border: 1px solid #fff;
  font-size: 5vw;
  color: #fff;
  margin: 10px auto 30px auto;
  padding: 0.25em 0;
}
@media screen and (min-width: 768px) {
  .price-area__heading {
    font-size: 3rem;
  }
}
.price-area__list-item {
  margin-bottom: 30px;
}
.price-area__list-title {
  text-align: center;
  background-color: #a2a200;
  padding: 2px 10px;
  color: #fff;
  margin-bottom: 0.5em;
  width: 100px;
}
.price-area__list-text {
  color: #fff;
  font-size: 2rem;
}

/* エリアで分岐 
---------------------------------- */
.price-area--shizuoka {
  background: rgb(22, 114, 200);
  background: linear-gradient(286deg, rgb(22, 114, 200) 0%, rgb(0, 40, 110) 35%, rgb(73, 123, 185) 100%);
}

.price-area--fuji {
  background: rgb(22, 200, 36);
  background: linear-gradient(43deg, rgb(22, 200, 36) 0%, rgb(166, 185, 73) 100%);
}

/* --------------------------------------------------------------------------------------------------------

全体の流れ

---------------------------------------------------------------------------------------------------------*/
.flow {
  width: 92%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .flow {
    width: 1024px;
    margin: 0 auto;
  }
}

.flow-catch {
  padding: 40px 0;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .flow-catch {
    font-size: 3rem;
    text-align: center;
    padding: 50px 0;
  }
}

.flow-block {
  background-color: #e1e1e1;
  padding: 1em;
}
.flow-block:not(:last-child) {
  margin-bottom: 20px;
}
.flow-block__media {
  display: none;
}
.flow-block__media img {
  text-align: center;
}
.flow-block__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.flow-block__text {
  text-align: center;
}

/*--------------------------------------
コンタクトフォーム
 --------------------------------------*/
.contact {
  width: 92%;
  margin: 0 auto;
  font-size: 2rem;
}

.contact-title {
  text-align: center;
}

@media screen and (min-width: 960px) {
  .contact {
    padding: 75px 0;
  }
}
@media screen and (min-width: 960px) {
  .contact .section-title {
    top: 150px;
    left: -210px;
  }
}
@media screen and (min-width: 960px) {
  .contact .content {
    padding: 30px 0;
    width: 800px;
    margin: auto;
  }
}
.contact .heading {
  text-align: center;
  font-weight: bold;
  padding: 0.2em;
  font-size: 4.5vw;
}

@media screen and (min-width: 960px) {
  .contact .heading {
    font-size: 3.8rem;
  }
}
.contact .memo p {
  font-weight: 2.7vw;
}

@media screen and (min-width: 960px) {
  .contact .memo p {
    font-size: 1.6rem;
  }
}
.contact-btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 0;
  color: #fff;
  background-color: #ff9100;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .contact-btn {
    font-size: 1.8rem;
    padding: 20px;
  }
}
.contact-btn:hover {
  transition: 0.5s;
  background-color: #fff;
  color: orange;
}

/*# sourceMappingURL=styles.css.map */