header{
  display: none;
}
#contents{
  padding-top: 0 !important
}
.lp-main{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
  color: #333;
}
.lp-main p{
  font-size: 12px;
}
p{
  line-height: 1.8em;
}
th{
  text-align: left;
}
section{
  padding: clamp(40px,8vw,80px) 0;
}
.section-wrap{
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 0!important;
}
@media screen and (min-width: 768px){
  .section-wrap{
    max-width: 1000px;
  }
}


.snap-wrap{
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 50px;
}
.snap-item img{
  box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
}
.snap-item h4{
  padding: 0.8em 2em;
  font-size: 16px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 2em auto 0;
  width: fit-content;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 768px) {
  .snap-wrap{
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 20px;
}
}


/* cv-sec */
.cv-sec{
  background: #fff;
  padding: 50px 0;
}
.info-box,.application-form{
  padding: 20px 3%;
  border: 1px solid #007843;
  max-width: 700px;
  margin: 30px auto;
}
.info-box iframe.youtube-iframe{
  width: 100%;
  max-height: 400px;
height: 60vw;
}
.document{
  margin: 80px 0;
}
.accent-book{
  /* color: #cc0000; */
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: block;
  line-height: 1.5em;
}
.accent-book a{
  color: #cc0000;
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
}
.info-box table th,.info-box table td{
  display: block;
}
.info-box h3{
  color: #007843;
  border-bottom: 1px solid #007843;
  font-size: 2em;
  padding-bottom: 10px;
}
.info-box th{
  text-align: left;
  width: 100%;
}
.info-box iframe{
  width: 100%;
  margin-top: 10px
}







/* about-gw */
.about-gw{
  background-image: url(../../img/lp/about-bg.jpg);
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}


/* mominoki */
.mominoki{
  padding: 50px 0;
  background-color: #ecf1ef;
}
.tree-img{
  margin: 20px auto;
  display: block;
  width: 100px;
}
.tree-img-wide{
  margin: 20px auto;
  display: block;
  width: 100%;
}
.mominoki h4{
  color: #007843;
  font-size: 2em;
  font-weight: normal;
}
h3.leaf-h{
  position: relative;
  font-size: 2em;
  font-weight: normal;
}
.leaf-h::before,.leaf-h::after{
  content: '';
  background-repeat: no-repeat;
  width: 40px;
  height: 15px;
  background-size: contain;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.leaf-h::before{
  background-image: url(../../img/lp/leaf01.png);
  margin-right: 20px;
}
.leaf-h::after{
  background-image: url(../../img/lp/leaf02.png);
  margin-left: 20px;
}


.mominoki02 .icon-wrap{
  width: 50%;
}
.mominoki02 .icon-wrap img{
  width: 80%;
  max-width: 160px;
}
.mominoki02 .icon-wrap{
  margin-bottom: 20px;
}
.mominoki02 .icon-wrap h4{
  margin: 10px 0;
  text-align: center;
  font-size: 2.2em;
}
.mominoki02 .icon-wrap h5{
  margin: 0;
  text-align: center;
  font-size: 1.2em;
  color: #007843;
  font-weight: normal;
  line-height: 1.5em;
}


.allergie{
  padding: 50px 0;
  background: #fff;
}
.explain{
  padding-bottom: 20px;
  box-sizing: border-box;
}
.allergy-wrap .entry{
  margin-bottom: 20px;
}
.allergy-wrap .entry img{
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.allergy-wrap .entry .explain h3 {
  font-size: 1.6em;
  font-weight: normal;
}
.allergy-wrap .entry .explain h3:before {
  display: inline-block;
  vertical-align: middle;
  content: url(../../concept/allergy/img/icon.png);
  margin-right: 8px;
}


.other{
  padding: 50px 0;
}
.other-box{
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.other-box img{
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 240px;
  margin-bottom: 10px;
}
.other-box h4{
  font-size: 2.2em;
}
.other-box h5{
  font-size: 1.8em;
  line-height: 1.5em;
}
.other-box{
  position: relative;
}
.other-box .other-first{
  line-height: 1.7em;
}
.other-box h4,.other-box h5{
  text-align: center;
  color: #007843;
  font-weight: normal;
}

.other-first-box::before, .other-first-box::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}
.other-first-box::before {
	border-left: solid 2px #007843;
	border-top: solid 2px #007843;
	top: 10px;
	left: 10px;
}
.other-first-box::after {
	border-right: solid 2px #007843;
	border-bottom: solid 2px #007843;
	bottom: 10px;
	right: 10px;
}


.lp-footer{
  background: #fff;
  padding: 50px 0;
}



.mailform th span {
    padding: 2px 5px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #fff;
    background: #f39801;
    float: right;

}
button, input, optgroup, select, textarea{
  width: 100%;
}

textarea, input[type="number"], input[type="text"], input[type="email"], input[type="password"],select {
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    line-height: 45px;
    font-size: 1.6rem;
    border: 1px solid #bfc4c7;
    color: #444;
    box-sizing: border-box;
}
.next-event-bnr{
  display: block;
  margin: 80px auto 0;
  max-width: 600px;
  width: 100%;
}
input.date-input{
  width: 50%;
  display: inline-block;
}
select.time-input{
  width: 48%;
  display: inline-block;
  height: 45px;
}
#ui-datepicker-div{
  width: 280px !important;
}
.lp-main img{
      margin: 0 auto;
      display: block;
      width: 100%;
}

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

  .other-box{
    width: 50%;
  }
  .other-box h5{
    height: 50px;
  }
  .other-box .other-first{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 100%;
    line-height: 1.7em;
    margin: 0;
  }
  .lp-main p{
    font-size: 14px;
  }
  .btn02.orange-btn{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px){
  .concept h4{
    text-align: center;
  }
  .leaf-h::before,.leaf-h::after{
    content: '';
    background-repeat: no-repeat;
    width: 150px;
    height: 50px;
  }
  .sp-display{
    display: none;
  }
  .l-view{
    width: 68.6%;
  }
  .s-view{
    width: 31.4%;
  }
  .m-view{
    width: 50%;
  }
  .highlights01{
    background-image: url(../../img/lp/202406landfes/top-header.jpg);
    background-position: right;
    background-size: 45%;
    background-repeat: no-repeat;
    height: 32vw;
  }
  .highlights02{
    background-image: url(../../img/lp/202406landfes/view-10.jpg);
    background-position: left;
    background-size: 45%;
    background-repeat: no-repeat;
    height: 32vw;
  }
  .highlights03{
    background-image: url(../../img/lp/202406landfes/view-29.jpg);
    background-position: right;
    background-size: 45%;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    height: 32vw;
  }
  .info-box table th,.info-box table td{
    display: table-cell;
  }
  .info-box th{
    width: 200px;
  }
  .pc-center{
    text-align: center;
  }
  .mominoki02 .icon-wrap{
    width: 25%;
  }
  .mominoki02 .icon-wrap h5{
    font-size: 1.6em;
  }
  .explain{
    padding-bottom: 0px;
    padding-right: 20px;
  }

  .lp-head-text h2{
    font-size: 2.1em;
  }
  .lp-head-text h1{
    font-size: 2.3em;
  }
  span.top-date{
    font-size: 30px;
  }
}
@media screen and (min-width: 1080px){
  .header-img-sp{
    display: none;
  }
  .lp-header{
    background-image: url(../../img/lp/202406landfes/top-header.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
  }
  .lp-header-inner{
    background-image: url(../../img/lp/fv-tree.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: left top;
  }
  .lp-header .section-wrap .lp-head-text{
    top: 20px;
    position: absolute;
  }
  .header-copy{
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 30px auto 0 0;
  }
  .lp-header .section-wrap .lp-head-text{
    text-align: left;
  }
}
@media screen and (min-width: 1080px){
  .lp-header{
    height: 550px;
    background-size: 67%;
    background-position: right -15% center;
  }
  .lp-header .notice-text{
    position: absolute;
    bottom: 0;
    color: #000;
    display: inline;
    right: 0;
  }

  .lp-header-inner{
    height: 550px;
  }

  .lp-head-text h2{
    font-size: 2.5em;
  }
  .lp-head-text h1{
    font-size: 2.5em;
  }
  .other-box{
    width: 25%;
  }
  span.top-date{
    font-size: 25px;
  }
}
@media screen and (min-width: 1280px){

}
@media screen and (min-width: 1400px){
  .lp-header{
    height: 600px;
  }

  .lp-header-inner{
    height: 600px;
  }
}
.info-tel{
  text-align: center;
      font-size: 2rem;
      margin: 30px 0px;
}
.info-tel a{
  color:#4258cb;
  font-weight: bold;
}


.land-infomation{
  background: #f2f2f2;
  padding: 50px 0;
}
.land-infomation table th{
  color: #f39801;
  font-weight: bold;
}


.land-grid-wrap{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.land-grid-box{
  background: #fff;
  padding: 10px 10px 50px;
  position: relative;
}
.land-grid-box th,.land-grid-box td{
  padding: 0 ;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.btn01.green-btn{
  background: #007843;
}
.land-grid-box span{
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 10px;
  position: absolute;
  width: 80%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  background: #007843;
  color: #fff;
  padding: 5px 0;
  transition: .3s;
}
.land-grid-box:hover span{
  background: #f39801;
}
.landmap{
  margin-bottom: 10px;
  object-fit: contain;
  display: block;
  background: #f2f2f2;
  width: 100%;
}
@media screen and (min-width: 576px){
  .land-grid-wrap{
  grid-template-columns: repeat(2, 1fr);
  }
  .landmap{
    height: 50%;
  }
}
@media screen and (min-width: 992px){
  .land-grid-wrap{
  grid-template-columns: repeat(4, 1fr);
  }
}



.d-block{
  display: block !important;
}
.d-none{
  display: none !important;
}
@media screen and (min-width: 768px){
  .d-md-block{
    display: block !important;
  }
  .d-md-none{
    display: none !important;
  }
}



.intro-ttl{
  max-width: 720px;
  margin: 0 auto 30px;
}
section.intro{
  background: #fff;
}
.point-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: clamp(5px,2vw,20px);

  max-width: 550px;
  margin: 10px auto 20px;
}
.intro-point-text{
  max-width: 550px;
  margin: 0 auto;
}
.intro-text{
  text-align: center;
  margin-top: 30px;
}
.intro-text p{
  font-size:20px;
  font-weight: bold;
  margin-bottom: 1em;
}
.red-line{
  border-bottom: 3px solid #ff0000;
}
.intro-text span.notice{
  font-size: clamp(12px,1.6vw,16px);
  font-weight: bold;
}
section.area-youbou{
  background: #e3f7f5;
}

.area-box{
  background: #fff;
  padding: 20px 5%;
  display: flex;
  flex-direction: column-reverse;
}
.area-box > .area-box-img{
  flex: 1;

  display: block;
}
.area-box-img img{
  width: 60%;
  display: block;
  margin-top: 30px;
}
.area-box > .area-box-text{
  flex: 1;
  display: block;

}

.area-box-text h3{
  background: #11978c;
  color: #fff;
  font-size:  clamp(20px,3vw,30px);
  line-height: 2.5em;
  text-align: center;
  margin: 0 auto 1em;
}

.area-box-text li{
  padding: 0.5em 0;
  font-size: clamp(16px,2vw,20px);
  text-align: center;
  border-bottom: 1px solid #333;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .area-box{
    background: #fff;
    padding: 40px 5%;
    display: flex;
    flex-direction: row;
  }
  .area-box-text li{
    padding: 1em 0;
  }
  .area-box-img img{
    margin-top: 0;
  }
}


img.youbou-text{
  margin: clamp(20px,4vw,40px) auto;
  max-width: 470px;
}

.youbou-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: clamp(5px,2vw,40px);

  max-width: 780px;
  margin: 10px auto 20px;
}

.area-youbou{
  position: relative;
}
.area-youbou::after{
  content: '';
  display: block;
  position: absolute;
  bottom: -5vw;
  transform: translateX(-50%);
  left: 50%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 30%;
  height: 5vw;
  background: #e3f7f5;
}

.middle-cv{
  background: #fff;
}
.middle-cv .intro-ttl{
  margin-top: 0px;
}
.cv-btn{
  background: #11978c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 2.5em;
  border-radius: 2em;
  font-size: 24px;
  width: 300px;
  margin: 30px auto 0;
  position: relative;
  border: none;
}
.cv-btn::after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height:20px;
  background-image: url(../../img/lp/202406landfes/btn-arrow.png);
  background-size: contain;
}
.trouble{
  background-image: url(../../img/lp/202406landfes/bg.jpg);
  background-size: cover;
}
.trouble-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin-top: 40px;
  max-width: 900px;
  margin: 40px auto 0;
}
img.trouble-item{
  max-width: 300px;
  margin: 0 auto;
}
img.trouble-text{
  max-width: 470px;
  margin: 0 auto;
}
img.teikei-text{
  display: block;
  margin: 30px auto;
  max-width: 600px;
}
img.support-text{
  display: block;
  margin: 30px auto;
  max-width: 660px;
}

@media screen and (min-width: 992px) {
.trouble-grid{
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
img.trouble-item{
  max-width: none;
  margin: 0 auto;
}

}
.gaiyou{
  background: #e3f7f5;
}
.gaiyou-ttl{
  max-width: 600px;
  margin: 0 auto;
}
.gaiyou-box{
  color: #5a4618;
  background: #fff;
  padding: 40px 5%;
}
.gaiyou-table{
  margin: 40px auto 0;
  max-width: 800px;
  font-weight: bold;
}
.gaiyou-tr{
  font-size: 16px;
}

.gaiyou-th{
  border: 1px solid #11978c;
  text-align: center;
  padding: 1em;
}
.gaiyou-td{
  flex: 1;
  padding: 1em 0;
}
.gaiyou-td-map{
  padding: 1em 0;
}
.gaiyou-td iframe{
  width: 100%;
  height: 200px;
}
.gaiyou-td span{
  font-size: 0.7em;
}

.last-cv{
  background: #fff;
}


@media screen and (min-width: 768px) {
  .gaiyou-tr{
    display: flex;
    font-size: 22px;
    padding: 1em 0;
    align-items: flex-start;

  }
  .gaiyou-th{
    width: 100px;
    margin-right: 40px;
  }
  .gaiyou-td{
    border-bottom: 1px solid #d5cba0;
      padding: 1em;
  }
  .gaiyou-td-map{
    padding: 0 0 0.2em;
  }
}

.form-ttl {
  text-align: center;

}
.form-ttl h3{
  font-size: 30px;
}
.form-ttl p{
  font-weight: bold;
}

.form-section{
  background: #fff;

}

.form-wrap{
  max-width: 500px;
  font-weight: bold;
  margin: 40px auto 0;
}
input[type="checkbox"], input[type="radio"]{
  width: auto;
}
.mwform-checkbox-field label{
  background: #eaf4fb !important;
  border: 1px solid #555 !important;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px !important;
}
.form-wrap table td,.form-wrap table th{
  display: block;
}
.form-wrap table .hissu{
  background: #d35858;
  border-radius: 5px;
}
.form-wrap table .ninni{
  background: #999;
  border-radius: 5px;
}
.form-wrap th{
  padding-bottom: 0;
}
.form-wrap input[type="text"],.form-wrap input[type="email"],.form-wrap textarea,.form-wrap select{
  background: #eaf4fb !important;
  border: 1px solid #555 !important;
  border-radius: 5px;

}
.form-wrap select{
  padding: 14px 10px;
}
.mw_wp_form .horizontal-item + .horizontal-item{
  margin: 0 !important
}

.mailform th span{
  float: none;
  margin-left: 1em;
}
