@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
/*!  02_base
================================================ */
html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  width: 100%;
  position: relative;
  min-width: 320px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-size: 3.75vw;
  color: #000;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
}

@media print, screen and (min-width: 641px) {
  body {
    min-width: 1000px;
    width: 100%;
    font-size: 16px;
  }
}

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

body .fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

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

@media print, screen and (min-width: 641px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}

@media print, screen and (min-width: 641px) {
  body a img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}

@media print, screen and (min-width: 641px) {
  body a:hover {
    opacity: 0.8;
    -webkit-animation: btn 0.5s;
            animation: btn 0.5s;
  }
}

@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}

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

dl, dt, dd, h1, h2, h3, h4, h5, h6, p, section {
  margin: 0;
  padding: 0;
}

section {
  display: block;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

@media print, screen and (min-width: 641px) {
  .viewSp {
    display: none !important;
  }
}

.viewPc {
  display: none !important;
}

@media print, screen and (min-width: 641px) {
  .viewPc {
    display: block !important;
  }
}

.notice li {
  padding-left: 1em;
  text-indent: -1em;
}

.notice li::before {
  content: "※";
}

/*=============================================================
 02_layout
=============================================================*/
/*!  main
================================================ */
#content {
  position: relative;
}

@media print, screen and (min-width: 641px) {
  .for-sp {
    display: none;
  }
}

.for-pc {
  display: none;
}

@media print, screen and (min-width: 641px) {
  .for-pc {
    display: inherit;
  }
}

/* .kv
-------------------------------------------------*/
.kv {
  position: relative;
  background: url(../img/sp/kv.jpg) 50% 50% no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 641px) {
  .kv {
    background: url(../img/pc/kv.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}

.kv .inner-contents {
  position: relative;
  height: 100vh;
}

@media print, screen and (min-width: 641px) {
  .kv .inner-contents {
    width: 100%;
    min-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.kv h1 {
  margin: 0 auto;
  width: calc(530 / 640 * 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 641px) {
  .kv h1 {
    width: 44%;
    max-width: 700px;
  }
}

.kv .catch {
  width: calc(428 / 640 * 100%);
  margin: 0 auto;
  padding-top: 5vh;
  -webkit-filter: drop-shadow(0px 0px 3px #000);
          filter: drop-shadow(0px 0px 3px #000);
}

@media print, screen and (min-width: 641px) {
  .kv .catch {
    min-width: 424px;
    max-width: 500px;
    width: 32%;
    margin: 0 auto 10vh;
    padding-top: 0;
  }
}

.kv .lead {
  width: calc(616 / 640 * 100%);
  margin-bottom: 2.34375vw;
}

@media print, screen and (min-width: 641px) {
  .kv .lead {
    width: 763px;
    margin: 550px 0 13px 42px;
  }
}

.kv .ico-yamanashi {
  width: calc(72 / 640 * 100%);
  position: absolute;
  left: 4.21875vw;
  bottom: 4.21875vw;
}

@media print, screen and (min-width: 641px) {
  .kv .ico-yamanashi {
    width: 60px;
    left: 32px;
    bottom: 32px;
  }
}

.kv .ico-gi {
  width: calc(100 / 640 * 100%);
  position: absolute;
  right: 4.21875vw;
  bottom: 4.21875vw;
}

@media print, screen and (min-width: 641px) {
  .kv .ico-gi {
    width: 150px;
    right: 32px;
    bottom: 32px;
  }
}

.kv .sns {
  position: absolute;
  bottom: 7.03125vw;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 641px) {
  .kv .sns {
    bottom: 50px;
  }
}

.kv .sns li {
  margin: 0 2.8125vw;
  width: 13%;
}

@media print, screen and (min-width: 641px) {
  .kv .sns li {
    margin: 0 0.78125vw;
    width: 31px;
  }
}

.kv .sns li:not(.facebook) {
  margin-top: 0.625vw;
}

@media print, screen and (min-width: 641px) {
  .kv .sns li:not(.facebook) {
    margin-top: 4px;
  }
}

.kv .att {
  position: absolute;
  bottom: 3.125vw;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.875vw;
}

@media print, screen and (min-width: 641px) {
  .kv .att {
    bottom: 26px;
    font-size: 12px;
  }
}

/* .btns
-------------------------------------------------*/
.btns {
  position: fixed;
  z-index: 1;
  right: 3.125vw;
  bottom: 3.125vw;
  width: calc(128 / 640 * 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 641px) {
  .btns {
    right: 65px;
    bottom: 10px;
    width: 290px;
  }
}

.btns li {
  margin: 0 0 3.125vw 0;
  width: 100%;
}

@media print, screen and (min-width: 641px) {
  .btns li {
    margin: 0 0 45px 0;
    width: 290px;
  }
}

.btns li a {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: block;
}

.active {
  opacity: 1;
  visibility: visible;
}

/* .sec
-------------------------------------------------*/
.sec {
  position: relative;
}

@media print, screen and (min-width: 641px) {
  .sec {
    padding: 0;
  }
}

.sec h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.05em;
  margin-bottom: 9.375vw;
  font-weight: normal;
  font-size: 45px;
  font-size: 7.03125vw;
}

@media print, screen and (min-width: 641px) {
  .sec h2 {
    font-size: 42px;
    margin-bottom: 60px;
  }
}

.sec p {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 2;
  margin-bottom: 9.375vw;
  font-size: 24px;
  font-size: 3.75vw;
}

.sec p.photo {
  margin-bottom: calc(120 / 640 * 100%);
}

@media print, screen and (min-width: 641px) {
  .sec p.photo {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 641px) {
  .sec p {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.sec p.text {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}

@media print, screen and (min-width: 641px) {
  .sec p.text {
    padding: 0;
  }
}

.sec p.btn {
  width: calc(560 / 640 * 100%);
  margin: 0 auto;
  padding-bottom: 10.9375vw;
}

@media print, screen and (min-width: 641px) {
  .sec p.btn {
    width: 552px;
    padding-bottom: 80px;
  }
}

.sec p.btn a {
  display: block;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* #sec01
-------------------------------------------------*/
#sec01 {
  background: url("../img/sp/sec01-bg.svg") no-repeat center 0 #fff;
  background-size: calc(505 / 640 * 100%);
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  #sec01 {
    width: 1000px;
    margin: 0 auto;
    background: url("../img/pc/sec01-bg.svg") no-repeat center 0 #fff;
    background-size: 505px;
  }
}

#sec01 h2 {
  padding: 25vw 6.25vw 0;
}

@media print, screen and (min-width: 641px) {
  #sec01 h2 {
    padding: 122px 0 0;
  }
}

#sec01 p {
  text-align: left;
}

/* #sec02
-------------------------------------------------*/
#sec02 {
  background: url("../img/sp/sec02-bg.svg") no-repeat center 0 #fff;
  background-size: calc(550 / 640 * 100%);
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  #sec02 {
    width: 1000px;
    margin: 0 auto;
    background: url("../img/pc/sec02-bg.svg") no-repeat center 0 #fff;
    background-size: 888px;
  }
}

#sec02 h2 {
  padding: 25vw 6.25vw 0;
}

@media print, screen and (min-width: 641px) {
  #sec02 h2 {
    padding: 122px 0 0;
  }
}

#sec02 p {
  text-align: left;
}

#sec02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  #sec02 ul {
    width: 1000px;
    margin: 0 auto;
  }
}

#sec02 ul li {
  width: calc(100% / 3);
  text-align: center;
}

#sec02 ul li:nth-child(2) a {
  border-left: 1px solid #c1d4d3;
  border-right: 1px solid #c1d4d3;
}

#sec02 ul li a {
  display: block;
  padding: 0 4.6875vw;
  margin: 2.8125vw 0;
}

@media print, screen and (min-width: 641px) {
  #sec02 ul li a {
    padding: 0 90px;
    margin: 15px 0;
  }
}

@media print, screen and (min-width: 641px) {
  #sec02 ul li a img {
    width: 95px;
  }
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}

/* #sec03
-------------------------------------------------*/
#sec03 {
  background-color: #e3f1f7;
  text-align: center;
}

#sec03 .ttl {
  text-align: center;
  margin: 0 auto 18.75vw;
  width: calc(436 / 640 * 100%);
}

@media print, screen and (min-width: 641px) {
  #sec03 .ttl {
    width: 436px;
    margin-bottom: 170px;
  }
}

#sec03 .con {
  background: url("../img/sp/sec03-bg.png") no-repeat left 20%;
  background-size: calc(560 / 640 * 100%);
}

@media print, screen and (min-width: 641px) {
  #sec03 .con {
    background: url("../img/pc/sec03-bg.png") no-repeat left 83px;
    background-size: calc(50% + 45px) 277px;
    position: relative;
  }
  #sec03 .con .inner {
    margin: 0 auto;
    width: 1000px;
    padding-bottom: 7.8125vw;
  }
}

@media print, screen and (min-width: 641px) {
  #sec03 .con h2 {
    padding: 0;
    text-align: left;
  }
}

#sec03 .con p {
  text-align: left;
}

#sec03 .con p.photo {
  margin-left: calc(40 / 640 * 100%);
}

@media print, screen and (min-width: 641px) {
  #sec03 .con p.photo {
    margin-left: 0;
    width: calc(50% - 80px);
    max-width: 800px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #sec03 .con p.mr {
    margin-right: 40px;
    width: calc(50% - 80px - 40px);
  }
}

@media print, screen and (min-width: 641px) {
  #sec03 .con .text-box {
    width: 554px;
  }
  #sec03 .con .text-box p {
    margin-right: 54px;
  }
}

#sec03 .con2 {
  background: url("../img/sp/sec03-bg.png") no-repeat right 20%;
  background-size: calc(560 / 640 * 100%);
}

@media print, screen and (min-width: 641px) {
  #sec03 .con2 {
    background: url("../img/pc/sec03-bg.png") no-repeat right 83px;
    background-size: calc(50% + 45px) 277px;
    position: relative;
  }
  #sec03 .con2 .inner {
    margin: 0 auto;
    width: 1000px;
    padding-bottom: 7.8125vw;
  }
}

@media print, screen and (min-width: 641px) {
  #sec03 .con2 h2 {
    padding: 0;
    text-align: right;
  }
}

#sec03 .con2 p {
  text-align: left;
}

#sec03 .con2 p.photo {
  margin-right: calc(40 / 640 * 100%);
}

@media print, screen and (min-width: 641px) {
  #sec03 .con2 p.photo {
    margin-right: 0;
    width: calc(50% - 80px);
    max-width: 800px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media print, screen and (min-width: 641px) {
  #sec03 .con2 .text-box {
    width: 554px;
    margin-left: 446px;
  }
  #sec03 .con2 .text-box p {
    margin-left: 54px;
  }
}

/* #sec04
-------------------------------------------------*/
#sec04 {
  background-color: #f1e7f2;
  text-align: center;
}

#sec04 .ttl {
  text-align: center;
  margin: 0 auto 18.75vw;
  width: calc(401 / 640 * 100%);
}

@media print, screen and (min-width: 641px) {
  #sec04 .ttl {
    width: 400px;
    margin-bottom: 170px;
  }
}

#sec04 .con {
  background: url("../img/sp/sec04-bg.png") no-repeat left 20%;
  background-size: calc(560 / 640 * 100%);
}

@media print, screen and (min-width: 641px) {
  #sec04 .con {
    background: url("../img/pc/sec04-bg.png") no-repeat left 83px;
    background-size: calc(50% + 45px) 277px;
    position: relative;
  }
  #sec04 .con .inner {
    margin: 0 auto;
    width: 1000px;
    padding-bottom: 7.8125vw;
  }
}

@media print, screen and (min-width: 641px) {
  #sec04 .con h2 {
    padding: 0;
    text-align: left;
  }
}

#sec04 .con p {
  text-align: left;
}

#sec04 .con p.photo {
  margin-left: calc(40 / 640 * 100%);
}

@media print, screen and (min-width: 641px) {
  #sec04 .con p.photo {
    margin-left: 0;
    width: calc(50% - 80px);
    max-width: 800px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #sec04 .con p.mr {
    margin-right: 40px;
    width: calc(50% - 80px - 40px);
  }
}

@media print, screen and (min-width: 641px) {
  #sec04 .con .text-box {
    width: 554px;
  }
  #sec04 .con .text-box p {
    margin-right: 54px;
  }
}

#sec04 .con2 {
  background: url("../img/sp/sec04-bg.png") no-repeat right 20%;
  background-size: calc(560 / 640 * 100%);
}

@media print, screen and (min-width: 641px) {
  #sec04 .con2 {
    background: url("../img/pc/sec04-bg.png") no-repeat right 83px;
    background-size: calc(50% + 45px) 277px;
    position: relative;
  }
  #sec04 .con2 .inner {
    margin: 0 auto;
    width: 1000px;
    padding-bottom: 7.8125vw;
  }
}

@media print, screen and (min-width: 641px) {
  #sec04 .con2 h2 {
    padding: 0;
    text-align: right;
  }
}

#sec04 .con2 p {
  text-align: left;
}

#sec04 .con2 p.photo {
  margin-right: calc(40 / 640 * 100%);
}

@media print, screen and (min-width: 641px) {
  #sec04 .con2 p.photo {
    margin-right: 0;
    width: calc(50% - 80px);
    max-width: 800px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media print, screen and (min-width: 641px) {
  #sec04 .con2 .text-box {
    width: 554px;
    margin-left: 446px;
  }
  #sec04 .con2 .text-box p {
    margin-left: 54px;
  }
}

/* #sec05
-------------------------------------------------*/
#sec05 {
  background-color: #fff;
  text-align: left;
  background: url("../img/sp/sec05-bg.svg") no-repeat 0 0;
  background-size: 113%;
}

@media print, screen and (min-width: 641px) {
  #sec05 {
    padding-bottom: 80px;
    background: url("../img/pc/sec05-bg.svg") no-repeat calc(50% + 787px - 1000px) 0;
    background-size: 787px;
  }
}

@media print, screen and (min-width: 641px) {
  #sec05 .inner {
    margin: 0 auto;
    width: 1000px;
    position: relative;
  }
}

#sec05 .inner .ttl {
  margin: 0 auto 8.59375vw;
  width: calc(532 / 640 * 100%);
  padding-top: 14.0625vw;
}

@media print, screen and (min-width: 641px) {
  #sec05 .inner .ttl {
    width: 531px;
    margin: 0 0 86px;
    padding-top: 80px;
  }
}

#sec05 .inner p {
  text-align: left;
}

#sec05 .inner p.photo {
  width: calc(560 / 640 * 100%);
  margin: 0 auto 3.125vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media print, screen and (min-width: 641px) {
  #sec05 .inner p.photo {
    width: 517px;
    position: absolute;
    top: 80px;
    right: -102px;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media print, screen and (min-width: 641px) {
  #sec05 .inner .text-box {
    width: 450px;
  }
  #sec05 .inner .text-box p {
    margin-bottom: 37px;
  }
}

#sec05 .inner .btn {
  width: calc(560 / 640 * 100%);
  margin: 0 auto;
}

@media print, screen and (min-width: 641px) {
  #sec05 .inner .btn {
    margin: 0;
    width: 450px;
  }
}

/* #sec06
-------------------------------------------------*/
#sec06 {
  background-color: #d8e8da;
  padding-bottom: 12.5vw;
}

@media print, screen and (min-width: 641px) {
  #sec06 {
    padding-bottom: 80px;
  }
  #sec06 a[href^="tel:"] {
    pointer-events: none;
  }
}

@media print, screen and (min-width: 641px) {
  #sec06 .inner {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    text-align: center;
  }
}

#sec06 .inner .ttl {
  margin: 0 auto 8.59375vw;
  width: calc(349 / 640 * 100%);
}

@media print, screen and (min-width: 641px) {
  #sec06 .inner .ttl {
    width: 350px;
    margin: 0 auto 86px;
  }
}

#sec06 .inner p {
  text-align: center;
  font-size: 26px;
  font-size: 4.0625vw;
}

@media print, screen and (min-width: 641px) {
  #sec06 .inner p {
    font-size: 22px;
  }
}

#sec06 .inner .btn {
  width: calc(446 / 640 * 100%);
  margin: 0 auto;
  padding-bottom: 6.25vw;
}

@media print, screen and (min-width: 641px) {
  #sec06 .inner .btn {
    margin: 0 20px;
    width: 446px;
    display: inline-block;
    padding-bottom: 45px;
  }
}

/*!  footer
================================================ */
/* .pagetop
-------------------------------------------------*/
.pagetop {
  position: absolute;
  width: calc(200 / 640 * 100%);
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media print, screen and (min-width: 641px) {
  .pagetop {
    width: 130px;
    top: -25px;
    left: calc(100% - 210px);
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

@media print, screen and (min-width: 641px) {
  .pagetop a img {
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
  }
}

/* footer
-------------------------------------------------*/
footer {
  padding: 15.625vw calc(40 / 640 * 100%) 5vw;
  background-color: #fff;
  position: relative;
}

@media print, screen and (min-width: 641px) {
  footer {
    padding: 50px 65px 80px;
  }
}

footer .footer_banner {
  padding: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer_banner a:first-child {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 641px) {
  footer .footer_banner a:first-child {
    margin-right: 40px;
  }
}

@media print, screen and (min-width: 641px) {
  footer .footer_banner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .footer_banner picture {
  text-align: center;
  display: block;
}

footer .footer_banner picture img {
  margin: auto;
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  footer .footer_banner picture img {
    max-width: 800px;
  }
}

@media print, screen and (min-width: 641px) {
  footer .footer_banner {
    padding: 40px 0 60px 0;
  }
}

@media print, screen and (min-width: 641px) {
  footer {
    padding: 50px 65px 80px;
  }
}

footer a {
  font-family: YuMincho, "Yu Mincho", serif;
  color: #ba943d;
  text-decoration: underline;
}

footer .btn-tel {
  font-family: YuMincho, "Yu Mincho", serif;
}

footer .btn-tel .material-icons {
  vertical-align: text-bottom;
  margin-left: 0.3em;
  color: #ba943d;
}

footer .btn-tel .waku {
  font-size: 22px;
  font-size: 3.4375vw;
  border: 1px solid #ba943d;
  color: #ba943d;
  padding: 4px 10px;
  vertical-align: baseline;
}

@media print, screen and (min-width: 641px) {
  footer .btn-tel .waku {
    font-size: 14px;
  }
}

footer .btn-tel a {
  text-decoration: underline;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

footer .copyright {
  font-size: 22px;
  font-size: 3.4375vw;
  line-height: 1.8;
  color: #000;
  text-align: left;
  margin-top: calc(40 / 640 * 100%);
}

@media print, screen and (min-width: 641px) {
  footer .copyright {
    font-size: 16px;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */