@charset "UTF-8";
/*------------------------------------
全体設定　ここから
-------------------------------------*/
@font-face {
  font-family: 'DIN';
  src: url(../font/D-DIN-PRO-700-Bold.otf);
}
/* 初期設定 */
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  color: #000;
  background: #f8f6e7;
  text-align: justify;
}
body,
header,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a,
dl,
dd,
dt,
div,
span,
time,
figure,
figcaption,
article,
section,
aside {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-weight: normal;
}
h2 {
  font-size: 4rem;
}
h3{
  font-size: clamp(1.9rem,3vw,3.2rem);
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto 5rem;
  line-height: 1.5;
  font-weight: 500;
}
h4{
  font-size: clamp(1.8rem,2.5vw,2.8rem);
  font-weight: 500;
}
p{
  line-height: 2;
}
img,
svg {
  width: 100%;
  height: 100%;
}
a {
  color: #f66500;
  display: inline;
  text-align: center;
  vertical-align: baseline;
}
ul li {
  list-style-type: none;
}

.flex-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sp-newline,
.sp-only{
  display: none;
}

@media screen and (max-width: 768px){
  p{
    font-size: 1.4rem;
    line-height: 1.9;
  }
  h3{
    margin-bottom: 2rem;
  }
  .pc-newline,
  .pc-only{
    display: none;
  }
  .sp-newline,
  .sp-only{
    display: block;
  }
}
@media screen and (max-width: 570px){

}
/* 初期設定----------------------------------------------- */

/* セクション設定 */
.header-logo,
.footer-logo{
  font-size: clamp(1.6rem,1.8vw,2.5rem);
  letter-spacing: -0.14em;
  font-weight: 700;
  color: #fff;
  line-height: 1.27;
}
.header-logo{
  text-shadow:
  calc(1px * 1) calc(1px * 0) 0 #000,
  calc(1px * 0.9239) calc(1px * 0.3827) 0 #000,
  calc(1px * 0.7071) calc(1px * 0.7071) 0 #000,
  calc(1px * 0.3827) calc(1px * 0.9239) 0 #000,
  calc(1px * 0) calc(1px * 1) 0  #000,
  calc(1px * -0.3827) calc(1px * 0.9239) 0  #000,
  calc(1px * -0.7071) calc(1px * 0.7071) 0  #000,
  calc(1px * -0.9239) calc(1px * 0.3827) 0  #000,
  calc(1px * -1) calc(1px * 0) 0  #000,
  calc(1px * -0.9239) calc(1px * -0.3827) 0  #000,
  calc(1px * -0.7071) calc(1px * -0.7071) 0  #000,
  calc(1px * -0.3827) calc(1px * -0.9239) 0  #000,
  calc(1px * 0) calc(1px * -1) 0  #000,
  calc(1px * 0.3827) calc(1px * -0.9239) 0  #000,
  calc(1px * 0.7071) calc(1px * -0.7071) 0  #000,
  calc(1px * 0.9239) calc(1px * -0.3827) 0  #000;
}
.section-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 15rem 4rem 20rem;
}
.section-title{
  text-align: center;
  font-size: clamp(2.5rem,5vw,5.2rem);
  color: #fff;
  text-shadow:
  calc(1px * 1) calc(1px * 0) 0 #000,
  calc(1px * 0.9239) calc(1px * 0.3827) 0 #000,
  calc(1px * 0.7071) calc(1px * 0.7071) 0 #000,
  calc(1px * 0.3827) calc(1px * 0.9239) 0 #000,
  calc(1px * 0) calc(1px * 1) 0  #000,
  calc(1px * -0.3827) calc(1px * 0.9239) 0  #000,
  calc(1px * -0.7071) calc(1px * 0.7071) 0  #000,
  calc(1px * -0.9239) calc(1px * 0.3827) 0  #000,
  calc(1px * -1) calc(1px * 0) 0  #000,
  calc(1px * -0.9239) calc(1px * -0.3827) 0  #000,
  calc(1px * -0.7071) calc(1px * -0.7071) 0  #000,
  calc(1px * -0.3827) calc(1px * -0.9239) 0  #000,
  calc(1px * 0) calc(1px * -1) 0  #000,
  calc(1px * 0.3827) calc(1px * -0.9239) 0  #000,
  calc(1px * 0.7071) calc(1px * -0.7071) 0  #000,
  calc(1px * 0.9239) calc(1px * -0.3827) 0  #000;
  font-weight: 700;
}
.sub-title{
  font-size: clamp(2rem,3vw,3rem);
  letter-spacing: 0.04em;
  color: #59c12f;
  text-align: center;
  font-family: "DIN";
  padding-top: 0.5rem;
  margin-top: 1.5rem;
  position: relative;
}
.sub-title::before{
  position: absolute;
  content: "";
  width: 10rem;
  height: 3px;
  background-color: #59c12f;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px){
  .header-logo,
  .section-title{
    text-shadow:
    calc(0.7px * 1) calc(0.7px * 0) 0 #000,
    calc(0.7px * 0.9239) calc(0.7px * 0.3827) 0 #000,
    calc(0.7px * 0.7071) calc(0.7px * 0.7071) 0 #000,
    calc(0.7px * 0.3827) calc(0.7px * 0.9239) 0 #000,
    calc(0.7px * 0) calc(0.7px * 1) 0  #000,
    calc(0.7px * -0.3827) calc(0.7px * 0.9239) 0  #000,
    calc(0.7px * -0.7071) calc(0.7px * 0.7071) 0  #000,
    calc(0.7px * -0.9239) calc(0.7px * 0.3827) 0  #000,
    calc(0.7px * -1) calc(0.7px * 0) 0  #000,
    calc(0.7px * -0.9239) calc(0.7px * -0.3827) 0  #000,
    calc(0.7px * -0.7071) calc(0.7px * -0.7071) 0  #000,
    calc(0.7px * -0.3827) calc(0.7px * -0.9239) 0  #000,
    calc(0.7px * 0) calc(0.7px * -1) 0  #000,
    calc(0.7px * 0.3827) calc(0.7px * -0.9239) 0  #000,
    calc(0.7px * 0.7071) calc(0.7px * -0.7071) 0  #000,
    calc(0.7px * 0.9239) calc(0.7px * -0.3827) 0  #000;
  }
  .footer-logo{
    text-align: center;
  }
  .section-inner {
    padding: 5rem 2rem 13rem;
  }
  .section-title{
    font-size: clamp(2.5rem,5vw,5.2rem);
  }
  .sub-title{
    margin-top: 0.8rem;
  }
  .sub-title::before{
    height: 2px;
  }
}

/** -----------------------------------
ボタン
-------------------------------------**/
.button {
  text-decoration: none;
  display: block;
  background-color: #59c12f;
  color: #fff;
  width: 25rem;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  border-radius: 30px;
  transition: all .2s;
  padding: 1.5rem 3rem;
  margin: 6rem auto 0;
  border: 2px solid #59c12f;
}
.button:hover{
  background: #fff;
  color: #59c12f;
  border-color: #59c12f;
}

.button.white{
  background: #fff;
  color: #59c12f;
}
.button.white:hover{
  background: #59c12f;
  color: #fff;
  border-color: #fff;
}

.button.entry{
  border-color: #f66500;
  background-color: #f66500;
  color: #fff;
}
.button.entry:hover{
  background: #fff;
  color: #f66500;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px){
  .button {
    font-size: 1.4rem;
    margin-top: 2rem;
    width: 20rem;
    padding: 1.0rem 2.5rem;
  }
}

/** -----------------------------------
ヘッダー
-------------------------------------**/
#header {
  display: flex;
  width: 95%;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
#header a{
  text-decoration: none;
}
#header .flex-container{
  align-items: center;
  flex-wrap: nowrap;
}
#header .gnav-pc-wrap {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 2.0% 1.4em 1.4%;
  border-radius: 11rem;
  box-shadow: 0 0 10px rgba(21, 21, 21, 0.2);
}
#header .gnav-pc-wrap ul.gnav-pc{
  display: flex;
  text-align: center;
}
#header .gnav-pc-wrap ul.gnav-pc li {
  display: flex;
  margin: 0 1vw;
  line-height: 1.2;
}
#header .gnav-pc-wrap ul.gnav-pc li a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  transition:	all .2s;
}
#header .gnav-pc-wrap ul.gnav-pc li a p {
  flex-grow: 1;
  display: flex;
  align-items: center;
  line-height: 1.3125;
  font-weight: 500;
  font-size: clamp(1.0rem,1.1vw,1.5rem);
}
#header .gnav-pc-wrap ul.gnav-pc li a span {
  color: #59c12f;
  font-family: 'DIN';
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
  transition:	all .2s;
}

#header .reserve .reservebtn{
  text-decoration:none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: clamp(8rem,10vw,12rem);
  height: clamp(8rem,10vw,12rem);
  background: #f66500;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 1.3125;
  transition: all .2s;
  padding-top: 9%;
  margin-left: 1.4375em;
  box-shadow: 0 0 10px rgba(21, 21, 21, 0.2);
  font-size: clamp(1.2rem,1.3vw,1.6rem);
}
#header .reserve .reservebtn img{
  width: 50%;
  height: auto;
  margin-bottom: 0.7rem;
}
#header .reserve .reservebtn:hover{
  opacity: 0.8;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
  #header{
    padding: 3%;
    width: 100%;
    top: 0;
    position: fixed;
  }
  #header .gnav-pc-wrap{
    display: none;
  }
  #header .reserve.pc{
    display: none;
  }
  #header .reserve .reservebtn{
    width: 65px;
    height: 65px;
    font-size: 1.4rem;
    border-radius: 50%;
    margin-right: 1rem;
  }
}

/*	ハンバーガーメニュー（ボタン）	*/
.openbtn{
  position: relative;
  background: #fff;
  cursor: pointer;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: all .2s;
  box-shadow: 0 0 10px rgba(21, 21, 21, 0.2);
}
.openbtn span{
  display: inline-block;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #59c12f;
  width: 50%;
  transition: all .2s;
}
.openbtn span:nth-of-type(1) {
  top:18px;
}
.openbtn span:nth-of-type(2) {
  top:26px;
}
.openbtn span:nth-of-type(3) {
  top:34px;
}

.openbtn.is-active span{
  width: 55%;
  left: 12.7px;
}
.openbtn.is-active span:nth-of-type(1){
  top: 20px;
  transform: translateY(6px) rotate(-45deg);
}
.openbtn.is-active span:nth-of-type(2){
  opacity: 0;
}
.openbtn.is-active span:nth-of-type(3) {
  top: 32px;
  transform: translateY(-6px) rotate(45deg);
}

/*	ハンバーガーメニュー（メニュー）	*/
.gnav-sp-wrap{
  display: none;
  z-index: 7;
}
.gnav-sp-list{
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  background: #f8f6e7;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 10;
  padding: 0 2rem;
  overflow: auto;
}
.gnav-sp-list.is-active{
  visibility: visible;
  opacity: 1;
}
.gnav-sp-list .logo{
  width: 161.64px;
  height: 35.67px;
  margin: 0 auto 2rem;
}
.gnav-sp-list ul.gnav-sp li {
  display: block;
}
.gnav-sp-list ul.gnav-sp li a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-left: 1rem;
  height: 3.5em;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
  .gnav-sp-wrap{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .gnav-sp-list ul.gnav-sp{
    display: block;
  }
}

/** -----------------------------------
メインビジュアル
-------------------------------------**/
#mainvisual{
  width: 100%;
  height: 100vh;
}
#mainvisual .mainvisual-img{
  width: 100%;
  height: 100%;
}
#mainvisual .mainvisual-img img{
  object-fit: cover;
  object-position: center;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px){
  #mainvisual{
    height: 60vw;
  }
}


/** -----------------------------------
コンセプト
-------------------------------------**/
#concept{
  text-align: center;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
#concept .title{
  line-height: 1.5;
  font-weight: 500;
}
#concept .title:nth-child(1){
  font-size: 3.2rem;
}
#concept .title:nth-child(1) span{
  color: #59c12f;
  font-weight: inherit;
}
#concept .title:nth-child(2){
  font-size: 4.2rem;
  margin-bottom: 6rem;
}
#concept p{
  line-height: 2.5;
}
#concept .section-bottom{
  position: absolute;
  bottom: -14vw;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

#concept .section01-bg{
  position: absolute;
  z-index: -1;
}
#concept .section01-bg.bg-img01{
  top: -22vw;
  left: 11%;
  width: 62%;
}
#concept .section01-bg.bg-img02{
  top: 10%;
  right: 0;
  width: 20%;
}
#concept .section01-bg.bg-img03{
  top: 40%;
  right: 17%;
  width: 8%;
}
#concept .section01-bg.bg-img04{
  top: 24%;
  left: 0;
  width: 26%;
  z-index: 2;
}
#concept .section01-bg.bg-img05{
  top: 45%;
  left: 0;
  width: 14%;
}
#concept .section01-bg.bg-img06{
  bottom: 12%;
  left: 21%;
  width: 7%;
}
#concept .section01-bg.bg-img07{
  bottom: 8%;
  right: 0;
  width: 28%;
}
#concept .section01-bg.bg-img08{
  top: 87%;
  left: 26%;
  width: 50%;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
  #concept .section01-bg.bg-img03 {
    top: 46%;
    right: 3%;
    width: 15%;
  }
  #concept .section01-bg.bg-img06 {
    bottom: 12%;
    left: 7%;
    width: 8%;
  }
}

@media screen and (max-width: 768px){
  #concept .title:nth-child(1){
    font-size: clamp(2rem,3vw,3.2rem);
  }
  #concept .title:nth-child(1) span{
    color: #59c12f;
    font-weight: 700;
  }
  #concept .title:nth-child(2){
    font-size: clamp(2.2rem,3.8vw,4.2rem);
    margin-bottom: 1.48em;
  }
  #concept p{
    line-height: 2.2;
    font-size: 16px;
  }
  #concept .section01-bg.bg-img02{
    top: 16%;
  }
  #concept .section01-bg.bg-img05 {
    top: 52%;
    width: 15%;
  }
  #concept .section01-bg.bg-img08{
    top: 92%;
  }
}
@media screen and (max-width: 570px){
  #concept .section-bottom{
    bottom: -1vw;
  }
  #concept .section01-bg.bg-img01 {
    top: -43vw;
    left: 50%;
    width: 120%;
    transform: translateX(-50%);
  }
  #concept .section01-bg.bg-img02{
    width: 28%;
    opacity: 0.7;
    top: 30%;
  }
  #concept .section01-bg.bg-img03{
    top: 43%;
    right: auto;
    left: 6%;
    width: 20%;
  }
  #concept .section01-bg.bg-img04,
  #concept .section01-bg.bg-img07{
    display: none;
  }
  #concept .section01-bg.bg-img05 {
    top: auto;
    bottom: 20%;
    width: 22%;
    opacity: 0.6;
  }
  #concept .section01-bg.bg-img06{
    left: auto;
    right: 8%;
    bottom: 33%;
    width: 18%;
  }
  #concept .section01-bg.bg-img08{
    top: auto;
    bottom: -22vw;
    width: 80%;
    left: 11%;
  }
}


/** -----------------------------------
特徴
-------------------------------------**/
#features{
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#features .section-title{
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 15rem;
}
#features .section-title::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 6rem;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/section02-title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#features .flex-container{
  align-items: center;
  margin-top: 15rem;
}
#features .flex-item.text{
  width: 42%;
  position: relative;
}
#features .flex-item.text::after{
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background-size: contain;
  background-repeat: no-no-repeat;
  background-position: center;
  z-index: -1;
}
#features .flex-item.text:nth-of-type(2n+1)::after{
  background-image: url(../images/bg-pattern01.png);
  transform: translate(-48%,-48%);
  height: 160%;
  width: 200%;
}
#features .flex-item.text:nth-of-type(2n)::after{
  background-image: url(../images/bg-pattern02.png);
  transform: translate(-59%,-53%);
  height: 170%;
  width: 205%;
}
#features .flex-item.text .title{
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
#features .flex-item.text .title .number{
  font-size: 8rem;
  font-family: "DIN";
  color: #59c12f;
  margin-right: 2rem;
  line-height: 1;
  padding: 0;
}
#features .flex-item.text .title h3{
  font-weight: 500;
  font-size: clamp(1.8rem,1.9vw,2.1rem);
  line-height: 1.52;
  padding: 0;
  margin: 0;
  text-align: left;
  letter-spacing: 0;
}
#features .flex-item.img{
  width: 55%;
}
#features .enjoy{
  width: 80%;
  margin: 13rem auto 8rem;
}
#features .access{
  text-align: center;
  background: #fff;
  border-radius: 2rem;
  padding: 6rem 4rem 4rem;
  position: relative;
}
#features .access::before{
  position: absolute;
  content: "";
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 6.1rem;
  background-image: url(../images/map-pin.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
#features .access p{
  line-height: 1.75;
  margin-top: 1rem;
}
#features .access .map{
  width: 100%;
  height: 50rem;
}
#features .access .map iframe{
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
#features .access .title{
  font-size: 3rem;
  font-weight: 700;
  margin-top: 0.6em;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
  #features .section-title::after{
    max-width: 45rem;
  }
  #features .flex-item.text .title .number{
    font-size: clamp(5.5rem,8vw,8rem);
    margin-right: 2rem;
  }
  #features .flex-item.text .title h3{
    font-size: clamp(1.8rem,1.9vw,2.1rem);
    text-align: center;
  }
  #features .flex-item.text p{
    font-size: clamp(1.4rem,1.6vw,1.6rem);
  }
  #features .flex-item.text{
    width: 45%;
  }
  #features .flex-item.img{
    width: 50%;
  }
}
@media screen and (max-width: 768px){
  #features .section-inner{
    padding-top: 0;
  }
  #features .section-title{
    font-size: 2rem;
    margin-bottom: clamp(8rem,20vw,10rem);
  }
  #features .flex-container{
    margin-top: clamp(6rem,9vw,15rem);
  }
  #features .flex-item.text{
    width: 100%;
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 2rem;
  }
  #features .flex-item.text::before{
    content: "";
    position: absolute;
    top: -2rem;
    left: 0;
    width: 100%;
    height: 120%;
    background: #fff;
    border-radius: 15rem 15rem 2rem 2rem;
    z-index: -1;
  }
  #features .flex-item.img{
    width: 100%;
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
  }
  #features .flex-item.text::after{
    display: none;
  }
  #features .flex-container:nth-of-type(2n){
    flex-direction: column-reverse;
  }
  #features .flex-item.text p{
    padding: 0 2rem;
  }
  #features .flex-item.text .title{
    flex-direction: column;
    text-align: center;
  }
  #features .flex-item.text .title .number{
    margin-right: 0;
    margin-bottom: 0rem;
  }
  #features .enjoy{
    margin: 10vw auto 12vw;
  }

  #features .access{
    padding: 3rem 1rem 2rem;
    font-size: 1.4rem;
  }
  #features .access::before{
    width: clamp(4rem,8vw,5rem);
    height: clamp(4rem,8vw,5rem);
    top: -2rem;
  }
  #features .access .map{
    height: clamp(25rem,45vw,50rem);;
  }
  #features .access .title{
    font-size: clamp(2rem,3.5vw,3rem);
    font-weight: 500;
  }
  #features .access p{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 570px){
  #features .enjoy{
    width: 100%;
  }
}

/** -----------------------------------
フッター
-------------------------------------**/
#footer {
  background-color: #59c12f;
  color: #fff;
  padding: 5rem 4rem;
  position: relative;
}
#footer::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1rem;
  left: 0;
  top: -0.8rem;
  background-image: url(../images/common/footer-top.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
#footer .icon01{
  position: absolute;
  width: 13rem;
  height: auto;
  top: -9rem;
  left: 3%;
}
#footer .icon02{
  position: absolute;
  width: 15.1rem;
  height: auto;
  top: -7rem;
  right: 3%;
}
#footer .flex-container{
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}
#footer .flex-container .flex-item{
  width: 50%;
  margin-bottom: 2rem;
}
#footer .flex-container .flex-item.info .tel{
  margin: 2rem 0;
  line-height: 1.75;
}
#footer .flex-container .flex-item.info .button{
  display: inline-block;
  margin: 0;
  width: 20rem;
}
#footer .flex-container .flex-item.info .button:first-of-type{
  margin-right: 2rem;
}
#footer .flex-container .flex-item.nav .gnav-footer-wrap{
  display: flex;
  justify-content: flex-end;
}
#footer .flex-container .flex-item.nav .link-list{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2.5rem;
}
#footer .flex-container .flex-item.nav .link-list .paijo{
  width: 168px;
  height: auto;
}
#footer .flex-container .flex-item.nav .link-list .milkland{
  width: 96px;
  height: auto;
  margin-left: 4rem;
}
#footer .gnav-footer li a{
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 1rem;
}

#footer .page-top{
  position: fixed;
  right: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 87.33px;
  height: 87.33px;
  background: #fff;
  color: #FF9327;
  border: 5px solid #FF9327;
  border-radius: 50%;
  font-size: 2.5rem;
  letter-spacing: 0.01rem;
  z-index: 5;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);

  display: none;
}
#footer .page-top::after{
  content: '';
  position: absolute;
  bottom: -10px;
  right: -57%;
  width: 62.89px;
  height: 60.46px;
  background-image: url(../images/page-top.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/*　上に上がる動き　*/
#footer .page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#footer .page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px){
  #footer {
    padding: 5rem 4rem;
  }
  #footer .flex-container{
    justify-content: center;
  }
  #footer .flex-container .flex-item{
    width: 100%;
    text-align: left;
    margin-bottom: 1rem;
  }
  #footer .flex-container .flex-item.info .tel{
    text-align: center;
    font-size: 1.4rem;
  }
  #footer .flex-container .flex-item.info .button{
    display: none;
  }
  #footer .flex-container .flex-item.nav .gnav-footer-wrap{
    display: none;
  }
  #footer .flex-container .flex-item.nav .link-list{
    margin-top: 0;
    justify-content: center;
  }
  #footer .page-top{
    right: 10%;
    width: 60.61px;
    height: 60.61px;
    font-size: 1.7rem;
  }
  #footer .page-top::after{
    bottom: -8px;
    right: -68%;
    width: 43.65px;
    height: 41.96px;
  }
  #footer .gnav-footer{
    flex-direction: column;
    align-items: baseline;
  }
  #footer .gnav-footer li{
    margin: .5rem 0;
  }
  #footer .icon01{
    width: clamp(5rem,23%,13rem);
    top: clamp(-9rem,-15vw,6rem);
  }
  #footer .icon02{
    width: clamp(8rem,25%,15.1rem);
    top: clamp(-7rem,-10vw,6rem);
  }
}


/** -----------------------------------
下層ページ
-------------------------------------**/
#page-header{
  width: 100%;
  height: 53rem;
  position: relative;
}
#page-header::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/page-header.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
#page-header .header-img{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55rem;
  z-index: -1;
}
#page-header .header-img img{
  object-fit: cover;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 768px){
  #page-header{
    height: 25rem;
  }
  #page-header .header-img{
    height: 27rem;
  }
}
@media screen and (max-width: 570px){
  #page-header{
    height: 20rem;
  }
  #page-header .header-img{
    height: 22rem;
  }
}

.lower-page section{
  background: #f8f6e7;
}
.lower-page .section-inner {
  padding: 0rem 4rem 20rem;
}
.lower-page .page_title{
  padding: 8rem 0 6rem;
  background: #f8f6e7;
}
.lower-page .course-wrap{
  margin-top: 8rem;
}
.lower-page .course{
  background-color: #fff;
  border-radius: 2rem;
  text-align: center;
  position: relative;
  padding: 5rem 4rem 4rem;
  border: 2px solid #79cc54;
}
.lower-page .course.wid-60{
  width: 60%;
}
.lower-page .course.wid-30{
  width: 31.5%;
}
.lower-page .course.wid-100{
  width: 100%;
}
.lower-page .course.wid-100 .img{
  width: 35%;
}
.lower-page .course.wid-100 .img img{
  object-fit: cover;
  border-radius: 2rem 0 0 2rem;
}
.lower-page .course.wid-100 .text{
  width: 65%;
  padding: 6rem 4rem 4rem;
  text-align: left;
  position: relative;
}
.lower-page .course .number{
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(1.6rem,2vw,2rem);
  background-color: #79cc54;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  padding: 0.5em 1.25em;
  font-family: "DIN";
  letter-spacing: 0.06em;
}
.lower-page .course .number::after{
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  background-color: #79cc54;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.lower-page .course .text-area{
  line-height: 1.75;
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 3px dotted #f5eb8f;
}
.lower-page .course .text-area .price{
  font-size: clamp(1.8rem,2vw,2rem);
  line-height: 1.6;
}
.lower-page .course.wid-100 .text-area{
  border-top: none;
  padding-top: 0;
  margin-top: 2rem;
}
.lower-page .discount{
  width: 35%;
  border-radius: 2rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  z-index: 2;
}
.lower-page .discount::before{
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(245, 235, 143, 1) 3px, rgba(245, 235, 143, 1) 6px );
  border-radius: 2rem;
  z-index: -3;
}
.lower-page .discount::after{
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 85%;
  height: 90%;
  background: #fff;
  border-radius: 2rem;
  z-index: -2;
}
.lower-page .discount .discount_title{
  line-height: 1.7;
  position: relative;
  display: inline-block;
}
.lower-page .discount .discount_title::before,
.lower-page .discount .discount_title::after{
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 4.5rem;
  bottom: -0.2rem;
  left: -2.3rem;
  transform: rotate(-30deg);
  background: #79cc54;
  border-radius: 5rem;
}
.lower-page .discount .discount_title::after{
  left: auto;
  right: -2.0rem;
  transform: rotate(30deg);
}
.lower-page .discount .discount_title span{
  font-size: clamp(2rem,2.2vw,2.4rem);
  color: #79cc54;
  line-height: 1;
  font-weight: 500;
}
.lower-page .discount .bottom_text{
  margin-top: 2rem;
}
.lower-page .discount .pattern{
  margin-top: 3rem;
}
.lower-page .discount .pattern .pattern_title{
  border-radius: 10rem;
  border: 1px solid;
  padding: 0.3rem 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.lower-page .discount .pattern .pattern_text{
  line-height: 1.3;
  display: inline-block;
  position: relative;
  padding-bottom: 0.4rem;
}
.lower-page .discount .pattern .pattern_text span{
  font-size: 2.4rem;
  color: #f66500;
  font-weight: 500;
  display: inline-block;
  margin-right: 0.5rem;
}
.lower-page .discount .pattern .pattern_text::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1.2rem;
  bottom: 0;
  left: 0;
  background-color: #ffff99;
  z-index: -1;
}
.lower-page .attention{
  background-color: rgba(209, 192, 165, 0.3);
  padding: 4rem 6rem;
  border-radius: 2rem;
  margin-top: 8rem;
}
.lower-page .attention table{
  width: 100%;
  line-height: 2;
}
.lower-page .attention table th{
  vertical-align: top;
  width: 20%;
}
.lower-page .attention table td{
  vertical-align: top;
  width: 80%;
}
.lower-page .attention table tr:not(:last-of-type) th,
.lower-page .attention table tr:not(:last-of-type) td{
  padding-bottom: 2rem;
}
.lower-page #schedule .step{
  background: #fff;
  padding: 4rem;
  border-radius: 2rem;
  align-items: center;
  position: relative;
}
.lower-page #schedule .step:not(:last-child)::after{
  position: absolute;
  content: "";
  width: 6rem;
  height: 3rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6.5rem;
  background-image: url(../license/images/schedule-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.lower-page #schedule .step:not(:first-of-type){
  margin-top: 10rem;
}
.lower-page #schedule .step .number{
  width: 15%;
  color: #79cc54;
  font-family: "DIN";
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.lower-page #schedule .step .number span{
  font-size: 1.7em;
  display: inline-block;
  margin-left: 0.1em;
}
.lower-page #schedule .step .text{
  width: 85%;
}
.lower-page #schedule .step .text h4{
  font-size: clamp(1.6rem,2.5vw,2.4rem);
  margin-bottom: 1rem;
}
.lower-page #schedule .step .text p{
  line-height: 1.75;
}
.lower-page .contact-area{
  text-align: center;
  margin-top: 8rem;
}
.lower-page .contact-area .button{
  margin-top: 2rem;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 768px){
  .lower-page .page_title{
    padding: 4rem 0 2rem;
  }
  .lower-page .section-inner {
    padding: 0rem 2rem 10rem;
  }
  .lower-page .course-wrap{
    margin-top: 5rem;
  }
  .lower-page .course{
    padding: 3.5rem 2rem 3rem;
    font-size: 1.4rem;
  }
  .lower-page .course.wid-60{
    width: 100%;
  }
  .lower-page .course.wid-30{
    width: 100%;
  }
  .lower-page .course.wid-100 .img{
    width: 100%;
    height: 50vw;
  }
  .lower-page .course.wid-100 .img img{
    border-radius: 2rem 2rem 0 0 ;
  }
  .lower-page .course.wid-100 .text{
    width: 100%;
    padding: 2rem 2rem 2rem;
  }
  .lower-page .course.wid-100 .text-area{
    margin-top: 1rem;
  }
  .lower-page .course h4{
    font-weight: 700;
  }
  .lower-page .course .text-area{
    padding-top: 2rem;
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .lower-page .discount{
    width: 100%;
    padding: 4rem 2rem;
    margin-top: 3rem;
  }
  .lower-page .discount::after{
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
  .lower-page .discount .bottom_text,
  .lower-page .discount .pattern .pattern_title,
  .lower-page .discount .pattern .pattern_text{
    font-size: 1.4rem;
  }
  .lower-page .discount .pattern .pattern_text span{
    font-weight: 700;
  }
  .lower-page .discount .discount_title span{
    font-weight: 700;
  }
  .lower-page .attention{
    padding: 2rem 2rem;
    margin-top: 3rem;
  }
  .lower-page .attention table th,
  .lower-page .attention table td{
    display: block;
    width: 100%;
  }
  .lower-page .attention table th{
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .lower-page .attention table td{
    font-size: 1.4rem;
  }
  .lower-page .attention table tr:not(:last-of-type) th,
  .lower-page .attention table tr:not(:last-of-type) td{
    padding-bottom: 0;
  }
  .lower-page .attention table tr:not(:last-of-type) td{
    margin-bottom: 2rem;
  }
  .lower-page #schedule .step .number,
  .lower-page #schedule .step .text{
    width: 100%;
  }
  .lower-page #schedule .step .number,
  .lower-page #schedule .step .text h4{
    text-align: center;
  }
  .lower-page #schedule .step .text h4{
    font-weight: 500;
  }
  .lower-page #schedule .step{
    font-size: 1.4rem;
    padding: 2rem;
  }
  .lower-page #schedule .step:not(:first-of-type){
    margin-top: 6rem;
  }
  .lower-page #schedule .step:not(:last-child)::after{
    width: 4rem;
    height: 2rem;
    bottom: -4.2rem;
  }
  .lower-page .contact-area{
    margin-top: 4rem;
  }
  .lower-page .contact-area p{
    font-size: 1.4rem;
  }
  .lower-page #schedule .step .number span{
    font-size: 1.5em;
  }
  .lower-page #schedule .step .text p{
    line-height: 1.9;
  }
}

/* JUIDA */
#license .course::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 5rem;
  height: 5rem;
  transform: translateY(-50%);
  background-image: url(../license/images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 768px){
  #license .course::after{
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -3.0rem;
    top: auto;
    width: 4rem;
  }
}

/* 農業用ドローン */
#agriculture .course-wrap{
  justify-content: center;
}
#agriculture .course{
  padding-right: 2rem;
  padding-left: 2rem;
}
#agriculture .course h4{
  line-height: 1;
}
#agriculture .course h4 small{
  font-size: 1.4rem;
  font-weight: 400;
}
#agriculture .course.wid-30{
  margin-right: 2.75%;
}
#agriculture .course.wid-30:last-child{
  margin-right: 0;
}
@media screen and (max-width: 768px){
  #agriculture .course.wid-30{
    margin-right: 0;
  }
  #agriculture .course.wid-30:not(:last-child){
    margin-bottom: 4rem;
  }
}

/* お申し込み */
#entry .entry-box{
  margin-top: 8rem;
}
@media screen and (max-width: 768px){
  #entry .entry-box{
    margin-top: 4rem;
  }
}

/* キッズスクール */
#kids .course.wid-100{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

/* ドローン撮影サービス */
#service .course.wid-100{
  padding-left: 0;
  padding-right: 0;
}

/* 事業内容 */
#about .course{
  padding: 0;
  overflow: hidden;
  border: none;
  margin-bottom: 4rem;
}
#about .course .text{
  padding: 1.5rem 2rem 3rem;
}
#about .course .text .text-area{
  border-top: 0;
  padding-top: 0;
  margin-top: 1.5rem;
  text-align: justify;
}
#about #section02{
  text-align: center;
}
#about #section02 .paijo-logo{
  max-width: 55.0rem;
  width: 90%;
  margin: 4rem auto 3rem;
}
#about #section02 .recruitment{
  margin-top: 8rem;
}
#about #section02 .recruitment h4{
  color: #e6398d;
  position: relative;
  display: inline;
}
#about #section02 .recruitment h4::before,
#about #section02 .recruitment h4::after{
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 4.0rem;
  bottom: -0.3rem;
  left: -2.3rem;
  transform: rotate(-30deg);
  background: #e6398d;
  border-radius: 5rem;
}
#about #section02 .recruitment h4::after{
  left: auto;
  right: -2.0rem;
  transform: rotate(30deg);
}
#about #section02 .recruitment .video{
  max-width: 40rem;
  max-height: 40rem;
  width: 70vw;
  height: 70vw;
  margin: 4rem auto;
  border-radius: 5rem;
  overflow: hidden;
}
#about #section02 .recruitment .video video{
  width: 107%;
  height: 107%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#about #section02 .recruitment ul.point{
  background-color: #fff;
  padding: 4rem;
  border-radius: 2rem;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  max-width: 70rem;
  margin: 4rem auto 0;
}
#about #section02 .recruitment ul.point li{
  width: calc(50% - 2rem);
  line-height: 1.75;
  list-style: disc;
  margin-left: 2rem;
}
@media screen and (max-width: 768px){
  #about .course:last-child{
    margin-bottom: 0;
  }
  #about #section02 .recruitment .video{
    margin: 2rem auto;
    border-radius: 2rem;
  }
  #about #section02 .recruitment ul.point{
    padding: 2rem;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  #about #section02 .recruitment ul.point li{
    width: 100%;
    font-size: 1.4rem;
  }
  #about #section02 .recruitment h4::before,
  #about #section02 .recruitment h4::after{
    height: 3.0rem;
  }
  #about #section02 p{
    font-size: 1.6rem;
  }
  #about #section02 .recruitment p{
    font-size: 1.4rem;
  }
}

/* contact */
#contact table{
  max-width: 800px;
  width: 100%;
  margin: 8rem auto 0;
  line-height: 2.14;
  text-align: left;
  border-spacing: 0 3rem;
}
#contact table td.top{
  vertical-align: top;
}
#contact table input,
#contact table textarea,
#contact table select,
#contact table date{
  font-size: 1.4rem;
  width: 100%;
  padding: 0.8rem;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 1rem;
}
#contact table input:focus,
#contact table textarea:focus,
#contact table select:focus{
  border: 2px solid #f66500;
  outline: 0;
}
#contact table input[name="tel"],
#contact table input[name="date"],
#contact table select[name="time"],
#contact table select[name="people"]{
  width: 40%;
}
#contact table textarea{
  height: 18rem;
  resize: none;
}
#contact input[type="radio"] {
  position: relative;
  width: 16px;
  height: 20px;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 2px;
  margin-right: 1rem;
}
#contact input[type="radio"]:focus{
  border: 2px solid #fff;
}
#contact input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f66500;
  content: '';
}
#contact .radio{
  width: 100%;
  margin-bottom: 1rem;
}
#contact .radio label{
  width: 30%;
  display: inline-block;
}
#contact table td.title{
  width: 30%;
  padding-right: 20px;
  vertical-align: top;
}
#contact table .label{
  display: inline-block;
  text-align: center;
  width: 5rem;
  background-color: #888;
  padding: .2rem;
  color: #fff;
  font-size: 1.4rem;
  margin-left: 1rem;
  line-height: 1.4;
}
#contact table .label.essential{
  background-color: #f66500;
  border-radius: 5px;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px){
  #contact{
    font-size: 1.4rem;
  }
  #contact table{
    margin-top: 2rem;
  }
  #contact table .label{
    width: 4.3rem;
    padding: .2rem;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  #contact table th,
  #contact table td,
  #contact table td.title{
    display: block;
    width: 100%;
  }
  #contact table td.title{
    padding-bottom: 0.5rem;
  }
  #contact table input,
  #contact table textarea,
  #contact table select,
  #contact table date{
    padding: 0.4rem 0.8rem;
  }
}
@media screen and (max-width: 570px){
  #contact .radio label{
    width: 48%;
  }
}
