@charset "utf-8";

@media screen and (max-device-width: 1024px) {
html body.js_isTable{
	min-width:1280px !important;
	margin:0;
	padding:0;
	color:#000;
 }

}

.pc {
  display: block !important;
}
.pc-inline {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .pc, .pc-inline {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.none {
  display: none;
}
/*マージン*/
.m0 {
  margin: 0 !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.mb135 {
  margin-bottom: 135px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb160 {
  margin-bottom: 160px !important;
}
.mb170 {
  margin-bottom: 170px !important;
}
.mb210 {
  margin-bottom: 210px !important;
}
.mb215 {
  margin-bottom: 215px !important;
}
.mb1em {
  margin-bottom: 1em !important;
}
@media screen and (max-width: 900px) {
  .mb30 {
    margin-bottom: 4% !important;
  }
  .mb40 {
    margin-bottom: 6% !important;
  }
  .mb50 {
    margin-bottom: 8% !important;
  }
  .mb70 {
    margin-bottom: 8% !important;
  }
  .mb90 {
    margin-bottom: 8% !important;
  }
}
.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml100 {
  margin-left: 7.6%;
}
@media screen and (max-width: 900px) {
  .ml100 {
    margin-left: 0;
  }
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
/*FontSize*/
.txt_35 {
  font-size: 35% !important;
}
.txt_46 {
  font-size: 46% !important;
}
.txt_58 {
  font-size: 58% !important;
}
.txt_70 {
  font-size: 70% !important;
}
.txt_77 {
  font-size: 77% !important;
}
.txt_85 {
  font-size: 85% !important;
}
.txt_91 {
  font-size: 91% !important;
}
.txt_99 {
  font-size: 99% !important;
}
.txt_100 {
  font-size: 100% !important;
}
.txt_108 {
  font-size: 108% !important;
}
.txt_117 {
  font-size: 117% !important;
}
.txt_125 {
  font-size: 125% !important;
}
.txt_133 {
  font-size: 133% !important;
}
.txt_150 {
  font-size: 150% !important;
}
.txt_200 {
  font-size: 200% !important;
}
@media screen and (max-width: 900px) {
  .txt_85 {
    font-size: 75% !important;
  }
  .txt_150 {
    font-size: 120% !important;
  }
}
/*整列*/
.t-center {
  text-align: center !important;
}
.t-right {
  text-align: right !important;
}
.t-left {
  text-align: left !important;
}
.vertical {
  writing-mode: vertical-rl;
}
/*配置*/
.fl {
  float: left;
  position: relative;
}
.fr {
  float: right;
  position: relative;
}
@media screen and (max-width: 900px) {
  .fl, .fr {
    float: none;
  }
}
/*color*/
.bg-white {
  background: #fff;
}
.bg-blue {
  background: #c5e6f5;
}
.line-box {
  border: solid 1px #000;
  display: inline-block;
  padding: .5em 1em;
}

/*icon*/
.icon-pin {
  width: 118px;
  height: 156px;
  z-index: 1000;
  position: relative;
}
.icon-arrow {
  position: relative;
  padding-left: 1em;
  display: inline-block;
}
.icon-arrow:before {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  background: url(../img/icon-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -5px auto 0;
}
.arrow-s:before {
  width: 4px;
  height: 6px;
  margin-top: -2px;
}

.tel-link a {
  color: inherit;
}
/*title*/
.title-section {
  margin-bottom: 40px;
}
.title-section .main-txt {
  font-family: 'Roboto Slab', sans-serif;
  display: block;
  font-size: 264%;
  letter-spacing: .1em;
  color: #375980;
}
.title-section .sub-txt {
  font-size: 80%;
  margin: 1em 0 0;
  display: block;
}
.title-camping {
  height: 68px;
  width: 100%;
  background: url(../img/camp/copy_camping.svg) no-repeat 0 50%;
  background-size: contain;
  font-size: 1px;
  line-height: 1em;
  text-indent: -999999px;
  margin-bottom: 10%;
}
.title-natural {
  height: 85px;
  width: 100%;
  background: url(../img/nature/copy_natural.svg) no-repeat 0 50%;
  background-size: contain;
  font-size: 1px;
  line-height: 1em;
  text-indent: -999999px;
  margin-bottom: 10%;
}
.title-underline {
  text-align: center;
  font-weight: bold;
  border-bottom: solid 1px #000;
  font-size: 123%;
  margin-bottom: 2em;
  padding-bottom: .5em;
}
.title-std-ll {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.title-std-l {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.title-std {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: .5em;
}
.title-blog {
  font-size: .8rem;
  font-weight: bold;
}
.title-blog span {
  font-size: 2.5rem;
  display: block;
  line-height: 130%;
  font-family: 'Roboto Slab', sans-serif;
}
.title-intern {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .title-section {
    text-align: left;
    margin-bottom: 6%;
    padding: 0 0%;
  }
  .title-concept, .title-camping, .title-watersports, .title-natural {
    margin-bottom: 12%;
    height: 60px;
  }
  .title-camping {
    height: 45px;
  }
  .title-underline {
    margin-bottom: 1em;
  }
  .title-underline:nth-of-type(n + 2) {
    margin-top: 3rem;
  }
  .title-section .main-txt {
    font-size: 200%;
  }
  .title-std-ll {
    font-size: 1.2rem;
  }
  .title-intern {
    font-size: 1.3rem;
  }
}
/*list*/
.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.col2 li, .col2 .col2-box {
  width: 46%;
}
.col3 {
  display: flex;
  flex-wrap: wrap;
}
.col3 li {
  width: 29%;
  margin: 0 3%;
}
.col3 li:nth-child(3n) {
  margin-right: 0;
}
.col3 li:nth-child(3n-2) {
  margin-left: 0;
}
.list-service {
  align-items: center;
}
.list-service li {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.list-service li:nth-child(1) p {
  padding-bottom: 180px;
}
.list-service li:nth-child(2) {
  margin-top: 0px;
}
.list-service li:nth-child(3) {
  margin-top: -300px;
}
.list-service h2, .list-service p, .list-service a {
  position: relative;
  z-index: 1000;
  display: block;
}
.list-arrow {
  font-size: 100%;
  position: relative;
  z-index: 100;
  letter-spacing: .1em;
}
.list-arrow li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.list-arrow li:before {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  background: url(../img/icon-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list-service .list-arrow li:nth-child(2), .list-service .list-arrow li:nth-child(3) {
  margin-top: 0;
}
.list-arrow li:before {}
.dl-photo-list {}
.dl-photo-list dt {}
.dl-photo-list dd {
  text-align: left;
  line-height: 1.6;
}
.dl-photo-list dd a {
  font-size: 120%;
}
.dl-photo-list dd span {
  display: block;
  font-size: 86%;
  padding-top: .25em;
}
.dl-photo-list figure {
  position: relative;
}
.dl-photo-list figcaption {
  display: inline-block;
  position: absolute;
  top: -1.2em;
  right: -1em;
  font-weight: normal;
}
.sub-list .dl-photo-list figcaption {
  display: none;
}
.dl-news-list {
  display: flex;
  background: #fff;
  margin-bottom: 10px;
}
.dl-news-list dt {
  background: #375980;
  width: 250px;
  padding: 1em 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dl-news-list dd {
  width: 80%;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  padding: 1em 2em;
}
.dl-access + .dl-access {
  margin-top: 2em;
}
.dl-access dt {
  font-weight: bold;
  font-size: 113%;
  margin-bottom: .5em;
}
.dl-access dd {}
.dl-news-list .news-cat, .news-cat {
  width: auto;
  background: #FFF;
  border-radius: 2em;
  border: 1px solid;
  line-height: 1;
  padding: .6em .8em;
  color: #375980;
  font-weight: bold;
  font-size: .8rem;
  display: inline-block;
}
.number-list {
  counter-reset: number 0;
}
.number-list li {
  font-size: 130%;
  position: relative;
  min-height: 52px;
  margin-bottom: 40px;
}
.number-list li:before {
  counter-increment: number 1;
  content: counter(number);
  width: 52px;
  line-height: 52px;
  text-align: center;
  border: solid 1px #000;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.number-list li:last-child {
  margin-bottom: 0;
}
.dl-list {
  display: flex;
  margin: 0 0 2em
}
.dl-list dt {
  width: 9em;
}
.dl-list dd {
  width: 90%;
  width: -webkit-calc(100% - 9em);
  width: calc(100% - 9em);
}
.dl-list2 {
  display: flex;
  justify-content: space-between;
}
.dl-list2 dt {
  width: 70%;
}
.dl-list2 dd {
  width: 25%;
}
.dl-list-line {
  display: flex;
  border-bottom: solid 1px #b3b3b3;
  padding: 1em 0;
}
.dl-list-line dt {
  width: 13em;
  font-weight: bold;
  padding-right: 2em;
}
.dl-list-line dd {
  width: 90%;
  width: -webkit-calc(100% - 13em);
  width: calc(100% - 13em);
}
.dl-list-line:first-of-type {
  border-top: solid 1px #b3b3b3;
}
.dl-list:last-of-type, .dl-list-line:last-of-type {
  margin-bottom: 0;
}
.staff-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 70px;
}
.staff-list dt {
  width: 80px;
}
.staff-list dd {
  width: 90%;
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
}
.staff-list img {
  border-radius: 50%;
}
.staff-list p {
  margin-bottom: 1em !important;
}
.slide-list {
  display: block;
}
.slide-list .slideimg {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  background-size: cover;
  background-position: center center;
}
.list-indent {
  widht: 100%;
}
.list-indent > dt {
  width: 100%;
  float: none;
}
.list-indent > dd {
  width: 100%;
  padding-left: 1em;
}
.list-indent > dd + dt {
  margin-top: 1rem;
}
.dl-list.history {
  flex-wrap: wrap;
}
.dl-list.history > dt {
  width: 5em;
}
.dl-list.history > dd {
  width: calc(100% - 5em);
}
.slide-list div {
  display: block;
  width: 800px;
}
.slide-list img {
  display: block;
  width: 800px;
}
.link-list {
  margin-top: 50px;
  justify-content: center;
}
.link-list li:last-child {
  margin-right: 0;
}
.link-dl {
  min-height: 100px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  font-weight: bold;
  line-height: 1.6;
}
.link-dl dt {
  width: 38.59%;
  min-height: 100px;
  background-size: cover;
  background-position: 50%;
}
.link-dl dd {
  width: 52%;
  padding-right: 4%;
  font-size: .9rem;
}
.btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-list li {
  width: 29%;
  margin: 0 2.8%;
}
.btn-list li:first-child {
  margin-left: 0;
}
.btn-list li:last-child {
  margin-right: 0;
}
.tag-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  font-size: 82%;
}
.tag-list li {
  margin: 0 4px;
}
.dl-contact {
  display: flex;
  margin-bottom: 15px;
}
.dl-contact dt {
  background: #375980;
  color: #fff;
  width: 235px;
  padding: .75em 15px .75em 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.dl-contact dd {
  background: #fff;
  width: 80%;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  display: flex;
  align-items: center;
}
.dl-contact:last-of-type {
  margin-bottom: 40px;
}
.ol-list {}
.ol-list li {
  list-style: decimal;
  margin-left: 1em;
  padding-left: .5em;
  line-height: 1.8;
}
.ol-list li ol li {
  list-style-type: cjk-ideographic;
  margin-left: 1.5em;
  padding-left: .5em;
  line-height: 1.8;
}
.ol-list li ol li ol li {
  list-style-type: katakana-iroha;
  margin-left: 1.5em;
  padding-left: .5em;
  line-height: 1.8;
}
.iroha-list li {
  list-style-type: katakana-iroha;
  margin-left: 1.5em;
}
ol.shogai li {
  list-style: decimal;
  margin-left: 1.5em;
  padding-left: .5em;
  line-height: 1.8;
}
ol.shogai li ol li {
  list-style-type: cjk-ideographic;
  margin-left: 0em;
}
ol.shogai li ol li.nolist {
  list-style-type: none;
  margin-left: 0em;
}
.list-dot > li {
  padding-left: 1em;
}
.list-dot > li:before {
  content: '・';
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media screen and (max-width: 640px) {
  .col2 li, .col2 .col2-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .col3 li { /*width: 43.4%;*/ width: 50%;
  }
  .list-service li {
    margin-bottom: 7%;
  }
  .list-service li:nth-child(1) p {
    padding-bottom: 0;
    margin: 0 0 9%;
  }
  .list-service li:nth-child(2) {
    margin-top: 0;
  }
  .list-service li:nth-child(3) {
    margin-top: 0;
  }
  .col3 li {
    margin: 0 0%;
  }
  .col3 li:nth-child(3n), .col3 li:nth-child(3n-2) {}
  .dl-photo-list figcaption {
    right: 0em;
  }
  .dl-photo-list dd {
    text-align: left;
    font-size: 90%;
    padding-right: 1em;
  }
  .dl-news-list {
    flex-direction: column;
  }
  .dl-list-line:first-child {
    border: none;
  }
  .dl-news-list dt {
    background: none;
    color: #000;
    width: 90%;
    padding: 3% 5% 1.5%;
    display: block;
  }
  .dl-news-list dd {
    padding: 0 5% 3%;
    width: 90%;
  }
  .dl-list {
    margin: 0 0 1em
  }
  .dl-list2 {
    margin: 0 0 1em
  }
  .dl-list-line {
    flex-direction: column;
    border: none;
  }
  .dl-list-line dt {
    width: 92%;
    background: #c5e6f5;
    padding: .5em 4%;
    margin-bottom: .75em;
  }
  .dl-list-line dd {
    width: 100%;
  }
  .number-list {
    margin-bottom: 4%
  }
  .number-list li {
    min-height: auto;
  }
  .staff-list {
    margin-bottom: 8%;
    font-size: 118% !important;
  }
  .staff-list dt {
    width: 20%;
  }
  .staff-list dd {
    width: 76%;
  }
  .facilities-box .col2-box {
    margin-bottom: 4%;
  }
  .link-list {
    margin: 16% auto 0;
    justify-content: space-around;
  }
  .link-list.col3 li {
    width: 100%;
    max-width: 300px;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .link-list.col3 li:nth-child(2n) {
    margin-right: 0;
  }
  .link-dl {
    min-height: 1px;
  }
  .link-dl dt {
    height: auto;
    padding-top: 27.75%;
    min-height: 1px;
  }
  .btn-list {
    flex-wrap: wrap;
  }
  .btn-list li {
    margin: 0 auto 4%;
    width: 100%;
  }
  .tag-list {
    margin-bottom: 8%;
  }
  .dl-contact {
    flex-direction: column;
  }
  .dl-contact dt {
    width: 90%;
    padding: .5em 5%;
  }
  .dl-contact dd {
    width: 90%;
    padding: .5em 5%;
  }
}
.list-faq > dt {
  font-weight: bold;
  padding-left: 3rem;
  margin-bottom: 1em;
  position: relative;
}
.list-faq > dt:before {
  content: 'Q';
  font-family: 'Roboto Slab', sans-serif;
  font-size: 2.3rem;
  font-weight: bold;
  width: 3rem;
  display: inline-block;
  line-height: 1rem;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.list-faq > dd {
  padding-left: 4.5rem;
  margin-bottom: 3em;
  position: relative;
}
.list-faq > dd:before {
  content: 'A';
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.2rem;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 3rem;
}
.list-bring > dt {
  font-weight: bold;
}
.list-bring > dd {
  padding-left: 3rem;
  text-indent: -1.5em;
  margin-bottom: .5em;
  line-height: 150%;
}
.list-bring > dd:before {
  content: '...';
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
}
/*btn*/
.btn {
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.btn-yellow {
  background: #d4c067;
  border-radius: 1.5em;
  line-height: 1;
  padding: .8em 1.5em;
  color: #375980;
  font-weight: bold;
}
.btn-s {
  font-size: 60%;
  letter-spacing: .15em;
}
.btn-m {
  display: inline-block;
  letter-spacing: .15em;
}
.btn-wide {
  font-size: 108%;
  padding: 2em 1em;
  border-radius: 0;
}
.btn-tag {
  border: 1px solid #375980;
  border-radius: 1.5em;
  line-height: 1;
  padding: .6em .8em;
  color: #375980;
  font-weight: bold;
  font-size: 85%;
}
.figure-link figcaption {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: 100%;
}
.figure-link .btn {
  font-size: 130%;
  margin-bottom: .25em;
}
.figure-link .sub-txt {
  width: 100%;
  font-size: 110%;
  display: block;
  color: #fff;
  font-family: 'Roboto Slab', sans-serif;
  letter-spacing: .1em;
}
.btn-cv span {
  font-size: 156.5%;
  font-family: 'Roboto Slab', sans-serif;
  letter-spacing: .15em;
  margin-bottom: .5em;
  display: inline-block;
  line-height: 1.4;
}
.btn-cv-single span {
  font-size: 120%;
  letter-spacing: .1em;
  display: inline-block;
  line-height: 1.4;
  margin: 0;
}
.btn-line {
  border: solid 1px #375980;
  box-sizing: border-box;
  padding: .75em;
}
.btn-narrow {
  max-width: 300px;
}
@media screen and (max-width:1200px) {
  .btn-s {
    letter-spacing: 0;
    font-size: 77%;
  }
  .figure-link .btn {
    font-size: 125%;
  }
  .figure-link .sub-txt {
    font-size: 100%;
  }
  .btn-cv-single span {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .btn-narrow {
    width: 100%;
    max-width: 100%;
  }
}
/*fadein*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*gmap*/
.ggmap {
  position: relative;
  padding-bottom: 83.99%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.access .ggmap {
  padding-bottom: 66.75%;
}
.ggmap2 {
  padding-bottom: 49.56%;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .ggmap {
    padding: 30px 0 97.99%;
  }
}
@media screen and (max-width: 900px) {}
/*loader*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f2f3f5;
  z-index: 999999;
}
.loadingBar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #375980;
  height: 1px;
  width: 0%;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ball-pulse-sync > div, .ball-pulse > div, .ball-scale-random > div, .ball-scale > div {
  background-color: #375980;
  border-radius: 100%;
  margin: 2px;
  display: inline-block;
}
@-webkit-keyframes scale {
  0%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  45% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .7
  }
}
@keyframes scale {
  0%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  45% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .7
  }
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.ball-pulse > div {
  width: 15px;
  height: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
  animation: ball-pulse-sync .6s -.14s infinite ease-in-out
}
.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync .6s -70ms infinite ease-in-out
}
.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
  animation: ball-pulse-sync .6s 0s infinite ease-in-out
}
.ball-pulse-sync > div {
  width: 15px;
  height: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*home*/
.key {
  position: relative;
  z-index: 99;
  margin: 0 4% 70px;
}
.key-slide-img, .key-img {
  width: 78%;
  position: relative;
  z-index: 10;
}
/*.key-img { width:100%;position:relative;z-index:10;}*/
.illust_pic {
  position: absolute;
  bottom: -120px;
  left: -141px;
  z-index: 10;
}
@media screen and (max-width:900px) {
.illust_pic {
  width:200px !important;
	position: absolute;
  bottom: -120px;
  left: -50px;
  z-index: 10;
}
.illust_pic {	
	width:100%;
	height:auto;
}	
}
.home-slide {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
.home-slide .slideimg {
  width: 2000px;
  height: 1000px;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
}
.home-slide img {
  display: none;
}
.normal-slide {
  width: 75%;
  height: 0;
  padding-bottom: 43.7%;
  position: relative;
}
.normal-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: auto;
  -ms-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.normal-slide img.active {
  opacity: 1;
}
.key-txt {
  position: absolute;
  z-index: 15;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: 30%;
  right: -33px;
}
@media screen and (max-width:900px) {
.key-txt {
  position: absolute;
  z-index: 15;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: 30%;
  right: 9px;
}
}

/*.key-txt {position:absolute;z-index:15;top: 25%;transform: translateY(-50%);-webkit- transform: translateY(-50%);width: 25%;right: 5%;}*/
.key-txt p {
  font-size: 140%
}
.key-title {
  height: 325px;
  width: 100%;
  background: url(../img/key-title2024.svg) no-repeat 0 50%;
  background-size: contain;
  font-size: 1px;
  line-height: 1em;
  text-indent: -999999px;
  margin-bottom: 20px;
}
.offer_top {
  width: 184px;
  height: 280px;
  position: absolute;
  bottom: -240px;
  right: 0;
}
.offer_top img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .offer_top {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .key-txt p {
    margin-top: 30px;
    font-size: 110%
  }
}

@media screen and (max-width: 640px) {
  .key {
    margin: 0 4% 20% 4%;
  }
  .key-slide-img {
    width: 100%;
  }
  .key-img {
    width: 100%;
    padding-top: 25%;
    text-indent: -999999px;
    background: url(../img/key.jpg) no-repeat 0 50%;
    background-size: cover;
  }
  .key-txt {
    position: static;
    margin: 0 auto;
    width: 90%;
    top: 0;
    transform: translateY(0);
    -webkit-transform-origin-x: translateY(0);
    text-align: center;
  }
  .key-title {
    width: 100%;
    height: 154px;
    padding-top: 32.5%;
    margin: 9% auto 7%;
    background-size: 76% auto;
    margin-top: 30px;
    background: url(../img/key-title2024_sp.svg) no-repeat center / contain;
  }
  .illust_pic {
    position: absolute;
    width: 200px;
    bottom: -135px;
    left: -41px;
    z-index: 10;
  }
  .normal-slide {
    width: 100%;
    padding-bottom: 56%;
  }
}
.h-service {
  position: relative;
}
.list-service li.service-info-box {
  display: flex;
  justify-content: center;
  margin: -160px 0 0 -30px;
}
.service-info-img {
  position: relative;
  width: 118px;
  height: 156px;
}
.service-info-txt {
  width: 15em;
  padding: 1em 0 0 2em;
}
@media screen and (max-width: 900px) {
  .list-service li.service-info-box {
    display: none;
  }
}
.h-program {
  position: relative;
  z-index: 1000;
  margin-top: 100px;
  margin-bottom: 150px;
}
#home .h-program {
  margin-top: 300px;
}
.h-program .title-section {
  text-align: center;
}
.camping .h-program {
  margin-top: 0;
}
/*.program-list {margin: 0 -3%;}*/
.program-white-box {
  background: #FFF;
  padding: 3rem;
  box-sizing: border-box;
}
.program-list li {
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  .h-program, #home .h-program {
    margin-top: 16.4%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .h-program .title-section {
    text-align: left;
  }
  .program-list {
    margin-bottom: 6%;
    justify-content: space-between;
  }
  .program-list li {
    width: 48%;
    margin-bottom: 2em;
  }
  .program-white-box {
    padding: 2rem 5%;
  }
}
.h-news {
  position: relative;
  z-index: 1000;
  margin-top: 60px;
  margin-bottom: 100px;
}
.h-news .title-section {
  text-align: center;
}
.day {
  color: #fff;
}
.cat {
  background: #d4c067;
  width: 9em;
  text-align: center;
  font-size: 70%;
}
@media screen and (max-width: 900px) {
  .h-news {
    margin-bottom: 50px;
  }
  .h-news .title-section {
    margin: 7% 0;
    text-align: left;
  }
  .day {
    color: #000;
    font-size: 90%;
    line-height: 1.6
  }
  .cat {
    display: inline-block;
    line-height: 1.6;
    margin-left: 1em;
    width: 7em;
  }
}
.cv {
  color: #FFF;
  position: relative;
  z-index: 1000;
  background: #375980;
  margin-top: 75px;
}
.cv .title-section .main-txt {
  color: #FFF;
}
.contact-box {}
.map-box {
  display: flex;
  text-align: center;
}
.map-inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.access .map-inner {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .map-txt {
    padding: 30px 0;
  }
}
@media screen and (max-width: 900px) {
  .cv {
    margin-top: 10.9%;
  }
  .map-box {
    flex-wrap: wrap;
    text-align: left;
  }
  .map-inner {
    width: 100%;
  }
  .map-txt {
    padding: 3rem 4%;
  }
}
.illust {
  position: absolute;
  z-index: 10000;
}
.illust1 {
  width: 65px;
  height: 47px;
  position: relative;
}
.illust2 {
  width: 120px;
  height: 88px;
  left: -155px;
  top: 161px;
}
.illust3 {
  width: 302px;
  height: 176px;
  right: -90px;
  top: -95px;
}
.illust4 {
  width: 163px;
  height: 75px;
  right: -23px;
  top: -45px;
}
.illust5 {
  width: 177px;
  height: 154px;
  right: -75px;
  top: -70px;
}
.illust6 {
  width: 190px;
  height: 183px;
  right: 23px;
  top: 77px;
}
.illust7 {
  width: 268px;
  height: 142px;
  right: 100px;
  bottom: -200px;
}
@media screen and (max-width: 900px) {
  .illust1 {
    width: 12%;
    height: auto;
  }
  .illust2 {
    width: 12%;
    height: auto;
  }
  .illust3 {
    width: 38%;
    height: auto;
    right: -3%;
    top: -12%;
  }
  .illust4 {
    width: 35%;
    height: auto;
    right: -3%;
    top: -3%;
  }
  .illust5 {
    width: 30%;
    height: auto;
    right: -3%;
    top: -10%;
  }
  .illust6, .illust7 {
    display: none;
  }
}
.mask-img {
  background: url(../img/bg.svg) no-repeat;
  background-size: contain;
  height: 4000px;
  display: block;
  width: 2400px;
  position: absolute;
  top: -1240px;
  left: -200px;
  z-index: -1;
}
.ct {
  text-align: center;
}
.Charmttl {
  font-size: 45px;
  color: #375980;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .Charmttl {
    font-size: 35px;
    color: #375980;
    font-weight: bold;
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 900px) {
  .Charmttl {
    font-size: 25px;
    color: #375980;
    font-weight: bold;
    position: relative;
    z-index: 10;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .Charmttl {
    font-size: 28px;
    color: #375980;
    font-weight: bold;
    position: relative;
    z-index: 10;
    text-align: center;
    margin: 30px 0;
  }
}
.pic01 {
  width: 70%;
  position: absolute;
  bottom: -50px;
  left: -200px;
}
@media screen and (max-width: 640px) {
  .pic01 {
    display: none;
  }
  .pic02 {
    width: 90%;
    margin: 15px auto;
  }
}
.pic03 {
  width: 167px;
  position: absolute;
  bottom: 100px;
  right: 65px !important;
}
@media screen and (max-width: 640px) {
  .pic03 {
    width: 80px;
    position: absolute;
    top: -15px;
    right: -40px !important;
  }
}
.pic04 {
  width: 155px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.point04 {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.point04 .picbox {
  width: calc(50% - 45px);
  margin: 0px 15px 0px 15px;
  position: relative;
  border: none;
  overflow: visible !important;
  padding: 0;
  z-index: 10;
  text-align: center;
}
.point04 div.picbox p {
  margin-bottom: 0 !important;
  font-size: 16px !important;
}
@media screen and (max-width: 900px) {
  .point04 div.picbox p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
  }
}
.point04 .picbox img {
  filter: drop-shadow(5px 5px 5px rgba(168, 168, 168, 0.2));
}
.learn_dl {
  width: 100%;
  margin: 20px auto 25px;
  display: table;
  border-bottom: solid 1px #dedede;
}
.learn_dl dt {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
  padding: 1em 0;
  font-weight: bold;
}
.learn_dl dd {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  padding: 1em 0;
}
.large_text {
  margin: 40px 0 0;
  font-size: 30px;
  line-height: 1.5em;
}
@media screen and (max-width: 900px) {
  .large_text {
    width: 80%;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 2em;
  }
}
.no_fit {
  width: auto !important;
}
.no_fit img {
  width: auto !important;
}
.pf_bg {
  width: 100%;
  background: url(../img/pf_bg.jpg) 0 0 no-repeat;
  background-size: contain;
  padding: 2em 0 0;
}
@media screen and (max-width: 900px) {
  .pf_bg {
    width: 100%;
    background: url(../img/pf_bg.jpg) 30% 0 no-repeat;
    background-size: contain;
    padding: 2em 0 0;
  }
}
.Performance_box {
  display: block;
  position: relative;
  width: 80% !important;
  max-width: 1200px !important;
  background: #fff;
  padding: 3em;
  filter: drop-shadow(5px 5px 5px rgba(168, 168, 168, 0.2));
  margin: 280px auto 0;
}
.ulwrap {
  width: 80%;
  margin: 20px auto;
}
@media screen and (max-width: 1200px) {
  .ulwrap {
    width: 94%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 640px) {
  .Performance_box {
    display: block;
    position: relative;
    width: 85% !important;
    background: #fff;
    padding: 3em 1em;
    filter: drop-shadow(5px 5px 5px rgba(168, 168, 168, 0.2));
    margin: 82px auto 0;
  }
  .ulwrap {
    width: 94%;
    margin: 20px auto;
  }
  .Performance_box ul {
    width: 100% !important;
    margin-right: 0px !important;
    font-size: 12.5px;
    float: none !important;
  }
}
.Performance_box ul {
  width: 47%;
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 900px) {
.ulwrap {
    width: 94%;
    margin: 0px auto;
	  display:flex;
  }
.Performance_box ul {
  width: 42%;
  margin-right: 30px;
	font-size:15px;
}
.Performance_box {
    display: block;
    position: relative;
    width: 80% !important;
    max-width: 1200px !important;
    background: #fff;
    padding: 1em;
    filter: drop-shadow(5px 5px 5px rgba(168, 168, 168, 0.2));
    margin: 257px auto 0;
}
}
@media screen and (max-width: 640px) {
.ulwrap {
    width: 94%;
    margin: 0px auto;
	  display:block;
  }
.Performance_box ul {
  width: 100%;
  margin-right: 30px;
	font-size:15px;
}
}

.Performance_box .pic04 {
  position: absolute;
  bottom: -35px;
  right: -15px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
.Performance_box .pic04 {
  display:none;
}
}
.text_pr {
  width: 220px;
  height: 220px;
  position: absolute;
  top: -114px;
  right: -50px;
  text-align: center;
}
.text_pr p {
  width: 210px;
  height: 210px;
  position: absolute;
  z-index: 2;
  top: 60px;
  font-size: 15px;
}
.text_pr img {
  position: absolute;
  z-index: 2;
  top: 160px;
  left: 47%;
}
.diamond {
  position: absolute;
  z-index: 1;
  display: block;
  width: 220px;
  height: 220px;
  background: #f6f6f6;
  border: 1px solid #000;
  transform: rotate(45deg) skew(calc((120deg - 120deg) / 2), calc((120deg - 120deg) / 2));
}
@media screen and (max-width: 1200px) {
  br.mid {
    display: none !important;
  }
  .text_pr img {
    display:none;
  }
  .text_pr {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -158px;
    right: -29px;
    text-align: center;
  }
  .text_pr p {
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 15px;
    font-size: 13.5px;
  }
  .diamond {
    position: absolute;
    z-index: 1;
    display: block;
    width: 180px;
    height: 180px;
    background: #f6f6f6;
    border: 1px solid #000;
    transform: rotate(45deg) skew(calc((120deg - 120deg) / 2), calc((120deg - 120deg) / 2));
  }
}
@media screen and (max-width: 900px) {
.text_pr img {
    position: absolute;
    z-index: 2;
    top:100px;
    left: 49%;
  }
}
@media screen and (max-width: 640px) {
  .text_pr img {
    position: absolute;
    z-index: 2;
    top: 180px;
    left: 49%;
  }
  .text_pr {
    width: 275px;
    position: absolute;
    top: -135px;
    right: 26px;
    text-align: center;
  }
  .text_pr p {
    width: 256px;
    position: absolute;
    z-index: 2;
    top: 22px;
    left: 7px;
    font-size: 16px;
	  font-weight:bold;
  }
	.text_pr br{
	display:none!important;
}
  .diamond {
    display:none;
  }
}
.h-offer {
  width: 100%;
  padding: 3em 0 0em;
  margin-top: 150px;
  background: #e3f4fe;
  position: relative;
}
.h-offer::before {
  content: '';
  width: 343px;
  height: 112px;
  background: url(../img/offer_area_bg.png) 50% 0 no-repeat;
  position: absolute;
  top: -110px;
  left: 37.5%;
}
@media screen and (max-width: 900px) {
  .h-offer {
    width: 100%;
    padding: 3em 0 0em;
    margin-top: 130px;
    background: #e3f4fe;
    position: relative;
  }
  .h-offer::before {
    content: '';
    width: 200px;
    height: 200px;
    background: url(../img/offer_area_bg.png) 50% 0 no-repeat;
    background-size: 100% auto !important;
    position: absolute;
    z-index: 1;
    top: -62px;
    left: 25%;
  }
}
h3.bluetext {
  font-size: 40px;
  text-align: center;
  color: #00a2df;
}
@media screen and (max-width: 900px) {
  h3.bluetext {
    font-size: 20px;
    text-align: center;
    color: #00a2df;
  }
  .cvbtn {
    width: 94% !important;
    margin: 0 auto;
  }
  .cvbtn img {
    width: 100% !important;
    height: auto;
  }
}
.aller_text {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #000;
}
@media screen and (max-width: 900px) {
  .aller_text {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px !important;
    color: #000;
  }
}
.aller_text span {
  display: inline-block;
  text-align: center;
  padding: 0 45px;
  background: url(../img/bdr01.png), url(../img/bdr02.png);
  background-position: left, right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .aller_text span {
    display: inline-block;
    text-align: center;
    padding: 0 45px;
    line-height: 1.5em;
    background: url(../img/bdr01.png), url(../img/bdr02.png);
    background-position: left, right;
    background-repeat: no-repeat;
  }
}
.h-offer .inner {
  position: relative;
  margin-top: -40px;
}
.h-offer .inner .left_illust {
  width: 222px;
  height: 554px;
  background: url(../img/left_illust.png) 50% 0 no-repeat;
  position: absolute;
  left: 0;
  bottom: 0em;
}
.h-offer .inner .right_illust {
  width: 268px;
  height: 575px;
  background: url(../img/right_illust.png) 50% 0 no-repeat;
  position: absolute;
  right: 0;
  bottom: 0em;
}
@media screen and (max-width: 1300px) {
  .h-offer .inner .left_illust {
    width: 190px;
    background: url(../img/left_illust.png) 50% 0 no-repeat;
    background-size: 180px auto;
    position: absolute;
    left: 0;
    bottom: -7.42em;
  }
  .h-offer .inner .right_illust {
    width: 225px;
    background: url(../img/right_illust.png) 50% 0 no-repeat;
    background-size: 220px auto;
    position: absolute;
    right: 0;
    bottom: -7.42em;
  }
  .telico {
    width: 400px !important;
    margin: 0 auto;
  }
  .telico img {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 1150px) {
  .h-offer .inner .left_illust {
    width: 190px;
    background: url(../img/left_illust.png) 50% 0 no-repeat;
    background-size: 180px auto;
    position: absolute;
    left: -50px;
    bottom: -7.42em;
  }
  .h-offer .inner .right_illust {
    width: 225px;
    background: url(../img/right_illust.png) 50% 0 no-repeat;
    background-size: 220px auto;
    position: absolute;
    right: -50px;
    bottom: -7.42em;
  }
  .telico {
    width: 400px !important;
    margin: 0 auto;
  }
  .telico img {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .telico {
    width: 94% !important;
    margin: 0 auto !important;
  }
  .telico img {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .h-offer .inner .left_illust, .h-offer .inner .right_illust {
    display: none !important;
  }
}
.banner_ul {
  width:100%;
	text-align: center;
  margin: 30px 0;
}
.banner_ul li {
	display: inline-block;
}
.banner_ul li:first-child {
  margin-right: 20px;
}
@media screen and (max-width:1024px) {
.banner_ul {
  width:100%;
	text-align: center;
  margin: 30px 0;
}
.banner_ul li {
	width:48%;
	display: inline-block;
}
	.banner_ul li img{
	width:100% !important;
		height:auto;
	}
.banner_ul li:first-child {
  margin-right: 20px !important;
}
}
	
@media screen and (max-width: 900px) {
.banner_ul {
	text-align: center;
	display:flex;
}
	.banner_ul li {
	width:49%;
	display:inline;
}
	.banner_ul li a img {
	width:100% !important;
	height:auto;
}

}

@media screen and (max-width: 640px) {
  .banner_ul {
    text-align: center;
    width: 94%;
    margin: 30px auto;
	  display:block;
  }
  .banner_ul li {
    width: 100% !important;
    ;
    display: block !important;
    ;
  }
  .banner_ul li:first-child {
    margin-right: 0px !important;
  }
  .banner_ul li img {
    width: 100% !important;
    height: auto;
  }
}
.ex_bg {
  padding: 10em 0;
  background: url(../img/pic07.png), url(../img/pic08.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .ex_bg {
    padding: 5em 0;
    background: url(../img/pic07.png), url(../img/pic08.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: 130px auto, 130px auto;
  }
}
.slider_ex {
  margin: 55px 0;
}
#slider_ex li p {
  text-align: center;
  font-size: 16px !important;
  margin-top: 10px;
}
.slider_ex {
  height: 100%;
  position: relative;
  z-index: 10;
}
/*modal*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000
}
.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  z-index: 10;
}
.modal__content h4 {
  width: 90%;
  font-size: 20px;
  font-weight: bold;
  margin: 25px auto 10px;
}
.modal__content p.schoolname {
  width: 90%;
  font-size: 12px;
  margin-bottom: 40px;
}
.modal__content p {
  width: 90%;
  margin: 0px auto;
}
@media screen and (max-width: 900px) {
  .modal__content {
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    z-index: 10;
  }
  .modal__content p {
    width: 90%;
    margin: 0px auto;
    overflow-y: scroll;
  }
}
a.js-modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
}
hr {
  border: none;
  height: 1px;
  background: #d9d9d9;
}
.h-contact {}
/*アコーディオン*/
#acMenu {
  width: 70%;
  margin: 0px auto;
  font-size: 18px;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 900px) {
  #acMenu {
    width: 96%;
    margin: 0px auto;
    font-size: 18px;
    border-top: 1px solid #d9d9d9;
  }
}
#acMenu dt {
  vertical-align: middle;
  width: 100%;
  height: 60px;
  padding-top: 15px;
  cursor: pointer;
  background: url(../img/acMenu_ttl.gif) #fff no-repeat;
  background-size: 100% auto;
  position: relative;
  margin: 20px 0;
  z-index: 1;
  font-weight: bold;
}
#acMenu dt.active {
  width: 100%;
  height: 60px;
  margin: 20px 0;
  background: url(../img/acMenu_ttl_on.gif) #fff no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 900px) {
  #acMenu dt {
    vertical-align: middle;
    width: 86%;
    height: 60px;
    padding-right: 57px;
    padding-top: 15px;
    cursor: pointer;
    background: url(../img/acMenu_ttl.gif) #fff 96% 50% no-repeat;
    background-size: 220% auto;
    position: relative;
    margin: 20px 0;
    z-index: 1;
    font-weight: bold;
  }
  #acMenu dt.active {
    width: 86%;
    height: 60px;
    margin: 20px 0;
    background: url(../img/acMenu_ttl_on.gif) #fff 96% 50% no-repeat;
    background-size: 220% auto;
  }
}
#acMenu dd {
  width: 100%;
  font-size: 15px;
  line-height: 2em;
  margin: 45px 0;
  line-height: 1.5em;
  display: none;
  padding-left: 0;
}
.h-contact {
  width: 100%;
  background: url(../img/form_bg.jpg) 50% 0 #e4f7ff repeat-x;
  padding: 140px 0 5px;
}
.flow-navi__wrapper {
  display: none;
}
.flow-navi {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0px;
  z-index: 100;
}
.flow-navi {
  text-align: center;
  margin: 0;
  padding: 2em 0;
}
.flow-navi li {
  display: inline-block;
  margin-right: 20px;
}
.formttl {
  padding-top: 10em;
}
@media screen and (max-width: 1400px) {
  .flow-navi ul {
    width: 80%;
    bottom: 0px;
    z-index: 100;
    margin: 0 auto;
  }
  .flow-navi ul li {
    width: 30%;
    margin: 0 10px;
  }
  .flow-navi ul li img {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .sp_ct {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .flow-navi__wrapper {
    position: static;
  }
  .flow-navi {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
  }
  .flow-navi ul {
    width: 100%;
    bottom: 0px;
    z-index: 100;
    margin: 0 auto;
  }
  .flow-navi ul li {
    width: 32.45%;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .mask-img {
    width: 113%;
    height: auto;
    padding-top: 8%;
    top: -3%;
    left: -13%;
    background-size: 113%;
  }
}
/*sub*/
.sub-key {
  margin: 0px 4% 30px;
  height: 400px;
  position: relative;
  z-index: 100;
}
.sub-key-img {
  height: 100%;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.sub-key-title {
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  display: block;
  position: absolute;
  width: 100%;
  font-size: 100%;
}
.sub-key-title2 {
  font-family: 'Roboto Slab', sans-serif;
  display: block;
  font-size: 375%;
  letter-spacing: .1em;
  margin-bottom: .4em;
}
@media screen and (max-width: 900px) {
  .sub-key {
    margin: 0px 0 4% 0;
    height: auto;
    padding-top: 40%;
  }
  .sub-key-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .sub-key-title {
    font-size: 80%;
  }
  .sub-key-title2 {
    font-size: 264%;
    line-height: 1.1;
  }
}
.biwako-box {
  position: relative;
}
.biwako {
  position: absolute;
  width: 387px;
  height: 603px;
  right: -79px;
  top: -47px;
}
.staff-box {
  padding-top: 20px;
}
.bg-concept {
  background: url(../img/about/conceptbk.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .biwako {
    width: 50%;
    height: auto;
    right: -8%;
    top: auto;
    bottom: -18%;
  }
}
.sub-mask-box {
  position: relative;
}
.sub-mask-img {
  background: url(../img/bg.svg) no-repeat;
  background-size: contain;
  height: 976px;
  display: block;
  width: 625px;
  position: absolute;
  top: -217px;
  left: -450px;
  z-index: 1;
}
.sub-illust {
  position: absolute;
  z-index: 2;
}
.illust-camping {
  width: 220px;
  left: -280px;
  top: 120px;
}
.illust-watersports {
  width: 185px;
  left: -280px;
  top: 135px;
}
.illust-natural {
  width: 176px;
  left: -271px;
  top: 75px;
}
@media screen and (max-width: 900px) {
  .sub-mask-img {
    width: 312px;
    height: 488px;
    top: -135px;
    left: auto;
    right: -60px;
  }
  .illust-camping {
    width: 92px;
    left: auto;
    right: 10px;
    top: 10px;
  }
  .illust-watersports {
    width: 92px;
    left: auto;
    right: 10px;
    top: 40px;
  }
  .illust-natural {
    width: 82px;
    left: auto;
    right: 10px;
    top: 20px;
  }
}
.single-box {
  width: 81.25%;
  max-width: 1300px;
  text-align: center;
  margin: 40px auto 0;
}
.single-box p {
  font-size: 82%;
  margin: -1em auto 1em;
}
.single-title {
  font-weight: bold;
  font-size: 200%;
  margin-bottom: 1.5em;
  letter-spacing: .1em;
}
.single-img {
  margin-top: 55px;
}
.single-slide-box {
  margin: 75px auto 130px;
  line-height: 200%;
}
.single-txt-box {}
.single-day {
  text-align: center !important;
}
@media screen and (max-width: 900px) {
  .single-box {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 4% 0;
  }
  .single-title {
    font-size: 150%;
    padding: 0 4%;
  }
  .single-box p {
    text-align: left;
    padding: 0 4%;
  }
  .single-img {
    margin-top: 8%;
  }
  .single-slide-box {
    margin: 8% auto 16%;
  }
}
/*privacy*/
.privacy-box {
  width: 81.25%;
  max-width: 1300px;
  text-align: center;
  margin: 40px auto 0;
}
.privacy-title {
  font-weight: bold;
  font-size: 156.5%;
  margin-bottom: 85px;
  letter-spacing: .15em;
}
.yakkanlist .dl-list {
  display: flex;
  margin: 0 0 2em;
  line-height: 1.8;
}
.yakkanlist .dl-list dt {
  width: 6em;
  font-weight: normal;
}
.yakkanlist .dl-list dd {
  width: 90%;
  width: -webkit-calc(100% - 6em);
  width: calc(100% - 6em);
}
.lawlist .dl-list {
  display: flex;
  margin: 0 0 2em;
  line-height: 1.8;
}
.lawlist .dl-list dt {
  width: 15em;
  font-weight: bold;
}
.lawlist .dl-list dd {
  width: 90%;
  width: -webkit-calc(100% - 15em);
  width: calc(100% - 15em);
}
#container p.kakko {
  margin-bottom: .5em;
}
.beppyo {
  margin: 0 0 2em;
  padding-left: 1.5em;
}
.beppyo dt {
  width: 90%;
}
.beppyo dd {
  text-align: right;
  width: 8%
}
.torikeshi {
  margin: 0 0 2em;
  padding-left: 1.5em;
}
.torikeshi dt {
  width: 70%;
}
.torikeshi dd {
  width: 26%
}
@media screen and (max-width: 900px) {
  .privacy-box {
    width: 100%;
    max-width: 100%;
    margin: 50px 0 4% 0;
  }
  .privacy-title {
    font-size: 125%;
    padding: 0 4%;
    margin-bottom: 2em;
  }
  .yakkanlist .dl-list {
    display: flex;
    margin: 0 0 1em;
    line-height: 1.8;
  }
  .yakkanlist .dl-list dt {
    width: 6em;
  }
  .yakkanlist .dl-list dd {
    width: 90%;
    width: -webkit-calc(100% - 6em);
    width: calc(100% - 6em);
  }
  .lawlist .dl-list {
    display: flex;
    margin: 0 0 1em
  }
  .lawlist .dl-list dt {
    width: 9em;
    padding-right: 1em;
    line-height: 120%;
  }
  .lawlist .dl-list dd {
    width: 90%;
    width: -webkit-calc(100% - 9em);
    width: calc(100% - 9em);
  }
}
/*access*/
.access-box {
  margin-top: -90px;
}
.map-img {
  margin-top: -6px;
}
@media screen and (max-width: 900px) {
  .access-box {
    margin-top: 0;
  }
}
/*flexbox*/
.f-box {
  display: flex;
  justify-content: space-between;
}
.f-box-reverse {
  flex-direction: row-reverse;
}
.greeting-box {
  justify-content: flex-end;
  margin-top: 50px;
}
.f-box-title {
  width: 34.3%;
  z-index: 100;
  position: relative;
}
.f-box-txt {
  width: 61.53%;
  position: relative;
}
.f-box-txt p {
  position: relative;
  z-index: 10;
}
.greeting-txt {
  width: 98%;
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  text-align: right;
  padding-right: 30px;
}
.greeting-photo {
  width: 80px;
}
.link-box {
  margin-bottom: 200px;
}

.btn-box {
  margin: 55px auto;
}
@media screen and (max-width: 900px) {
  .f-box {
    flex-wrap: wrap;
  }
  .f-box-title, .f-box-txt {
    width: 100%;
  }
  .greeting-txt {
    padding-right: 4%;
    font-size: 90%;
  }
  .link-box, .watersports .link-box, .natural .link-box {
    margin-bottom: 8%;
  }
  .btn-box {
    margin: 8% auto;
  }
}
.program-exp .title {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: .5em;
  position: relative;
  z-index: 2;
}
#container .program-exp p {
  margin-bottom: 3rem;
}
/*contact*/
.contact-read {
  text-align: center;
}
.must {
  display: inline-block;
  background: #fff;
  color: #375980;
  font-size: 70%;
  padding: 0 1.5em;
}
.wideL {
  width: 100%;
  padding: .5em;
}
.wideM {
  width: 80%;
}
.wideS {
  width: 60%;
}
.wideSS {
  width: 40%;
}
.btn-submit {
  cursor: pointer;
  width: 240px;
  font-size: 100%;
  color: #375980;
  margin: 50px auto 120px;
}
.checkbox01-input {
  display: none;
}
.checkbox01-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #375980;
  background: #fff;
}
.checkbox01-input:checked + .checkbox01-parts {
  color: #375980;
  cursor: pointer;
}
.checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #375980;
  border-right: 3px solid #375980;
}
@media screen and (max-width: 900px) {
  .contact-read {
    text-align: left;
  }
  .wideL {
    width: 100%;
  }
  .wideM {
    width: 100%;
  }
  .wideS {
    width: 100%;
  }
  .btn-submit {
    width: 100%;
    margin: 12% auto 0;
  }
}
/*pagenavi*/
.pagenavi {
  text-align: center;
  margin-top: 80px;
}
.pagenavi a, .extend {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.current {
  margin: 0 5px;
  font-weight: bold;
  color: #375980;
}
.pagenavi .previouspostslink, .all {
  position: relative;
  display: inline-block;
}
.all {
  text-align: center;
}
.all a {
  border: none;
  display: block;
  width: auto;
}
.wp-pagenavi {
  text-align: center;
  margin: 80px 0 160px;
}
.pagenavi .prev, .pagenavi .previouspostslink {
  margin: 0 5px 0 0;
  float: left;
  background: url(../img/icon-arrow2.svg) no-repeat 0 50%;
  padding-left: 15px;
}
.pagenavi .next, .pagenavi .nextpostslink {
  margin: 0 0 0 5px;
  float: right;
  background: url(../img/icon-arrow.svg) no-repeat 100% 50%;
  padding-right: 15px;
}
/*
.pagenavi .prev ,.pagenavi .back {position:relative;font-size: 1px;text-indent: -999999px;width: 20px;height: 20px;display: inline-block;}
.pagenavi .prev a ,.pagenavi .back a {border:none;display:block;width: 100%;height: 100%;margin: 0;}
.pagenavi .prev:before ,.pagenavi .pagenavi .back:after{content:"";display:inline-block;color: #fff;padding-right: .5em;}
.pagenavi .prev:before {border-top: 1px solid #000;border-right: 1px solid #000;content:"";display: inline-block;top: -3px;left: 0;width: 6px;height: 10px;-webkit-transform: rotate(-135deg);transform: rotate(-135deg);position: absolute;}
*/
.pagenavi .back:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: inline-block;
  top: -3px;
  left: 5px;
  margin: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.pagenavi .homelink {
  font-size: 80%;
}
.nextpostslink, .previouspostslink {}
@media screen and (max-width: 900px) {
  .pagenavi a, .extend {
    margin: 0 5px;
  }
  .wp-pagenavi {
    margin: 4% auto 0;
  }
  .pagenavi {
    margin: 10% auto 0;
    width: 90%;
  }
  .pagenavi .prev:before {
    width: 6px;
    height: 6px;
    top: -8px;
  }
  .pagenavi .back:after {
    width: 6px;
    height: 6px;
    top: -8px;
  }
}
.table-cancel {
  widht: 100%;
  margin-bottom: 2rem;
}
.table-cancel th, .table-cancel td {
  padding: .5em;
}
.table-cancel th {
  padding-left: 2.5em;
  text-indent: -2em;
}
.table-cancel td {
  text-align: center;
}
.table-cancel tbody td {
  width: 5rem;
}
.list-cancel dt {
  width: 18em;
  float: left;
}
.list-cancel dd {
  padding-left: 18em;
  margin-bottom: .5em;
}
.white-box {
  background: #FFF;
  padding: 1em;
  margin: 1em 0;
}
#container .white-box p {
  margin-bottom: 0;
}
/*camp*/
#container .program-detail-list img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#container .program-detail-list p {
  margin-bottom: 0;
}
.program-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
}
.program-thumbnail img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*recruit*/
.recruit-slider {
  width: 100%;
  margin-bottom: 4rem;
}
.recruit-slider li {
  margin-right: .5em;
}
.recruit-slider img {
  width: auto;
  height: 300px;
}
.recruit-lead {
  margin-bottom: 4rem;
}
.recruit-lead .copy {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .recruit-slider img {
    width: auto;
    height: 200px;
  }
}
/*コロナ禍text*/
.wrap.merits {
  padding: 5rem 0;
  background-size: 100% auto;
  background-position: 50% top;
}
.merits-ttl.first {
  width: 800px !important;
  position: absolute;
  left: 52%;
  display: inline-block;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  padding: 1.5em 0 1em !important;
  margin: 25px 0 20px;
  background: url(../../lp_common/img/ttl_l.png), url(../../lp_common/img/ttl_r.png);
  background-position: left, 90%;
  background-repeat: no-repeat, no-repeat;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
.merits-ttl.first {
  width: 760px !important;
  position: absolute;
  left: 55%;
  display: inline-block;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  padding: 1.5em 0 1em !important;
  margin: 25px 0 20px;
  background: url(../../lp_common/img/ttl_l.png), url(../../lp_common/img/ttl_r.png);
  background-position: left, 90%;
  background-repeat: no-repeat, no-repeat;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
}
.why_areawrap {
  width: 90%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 105px auto 25px;
  text-align: center;
  position: relative;
}
.why_areawrap .box {
  width: calc(390px - 10px);
  margin: 20px 20px 0px 40px;
  position: relative;
  border: none;
  background: #fff;
  overflow: visible !important;
  padding: 5em 0 3em;
  z-index: 10;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  box-shadow: 0px 0px 28px -1px rgba(0, 0, 0, 0.1);
}
.why_areawrap .box.last {
  width: calc(416px - 10px);
  margin: 20px 20px 0px 31px;
  position: relative;
  border: none;
  background: #fff;
  overflow: visible !important;
  padding: 3em 0;
  z-index: 10;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  box-shadow: 0px 0px 28px -1px rgba(0, 0, 0, 0.1);
}

.why_areawrap .box h3 {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 20px;
  font-weight: 500;
}
.why_areawrap .box p {
  font-size: 15px;
  line-height: 1.7em;
  margin: 65px auto 0;
}
.why_areawrap .box.last p {
  width: 300px;
  margin: 30px auto 10px;
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
}
.line_red {
  background: linear-gradient(transparent 91%, #ff5c5c 91%);
  padding-bottom: 10px;
}
.txt01 {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
.txt01 {
  width: 90%;
  margin: 0 auto 25px;
}
.why_areawrap .box {
    width: calc(44% - 20px);
    margin: 10px 15px;
    position: relative;
    border: none;
    background: #fff;
    overflow: visible !important;
    padding:2.5em 12px;
    z-index: 10;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    box-shadow: 0px 0px 28px -1px rgba(0,0,0,0.1);
}
.why_areawrap .box.last {
    width: calc(44% - 20px);
    margin: 20px;
    position: relative;
    border: none;
    background: #fff;
    overflow: visible !important;
     padding:2.5em 35px;
    z-index: 10;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    box-shadow: 0px 0px 28px -1px rgba(0,0,0,0.1);
}
.why_areawrap .box p {
    font-size: 15px;
    line-height: 1.7em;
    margin: 27px auto 0;
}
.why_areawrap .box h3 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 20px;
    font-weight: 500;
}
}
@media screen and (max-width: 640px) {
.txt01 {
	width:94%;
	margin:0 auto;
}
.why_areawrap {
    width: 95%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 105px auto 25px;
    text-align: center;
    position: relative;
}
.why_areawrap .box {
    width: calc(320px - 10px);
    margin: 10px 0;
    position: relative;
    border: none;
    background: #fff;
    overflow: visible !important;
    padding: 3.5em 7px;
    z-index: 10;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    box-shadow: 0px 0px 28px -1px rgba(0,0,0,0.1);
}
.why_areawrap .box.last {
    width: calc(320px - 10px);
    margin: 20px;
    position: relative;
    border: none;
    background: #fff;
    overflow: visible !important;
    padding: 1.7em 7px;
    z-index: 10;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    box-shadow: 0px 0px 28px -1px rgba(0,0,0,0.1);
}
.why_areawrap .box br,.why_areawrap .box.last br {
		display:none;
}
.why_areawrap div.box p {
	width:260px !important;
	margin:10px auto;
}
.why_areawrap .box.last p {
    width: 200px;
    margin: 30px auto 10px;
    font-size: 13.5px;
    line-height: 1.5em;
	word-wrap:break-all;
}
.why_areawrap .box.last p br{
	display:none;
}
.why_areawrap .box h3 {
    width:200px;
	font-size: 22px;
    line-height: 1.4em;
    margin: 25px auto 20px;
	font-weight:500;
}
.why_areawrap .box.last h3 {
    width:240px;
	font-size: 20px;
    line-height: 1.4em;
    margin:32px auto 20px;
	font-weight:500;
}
.merits-ttl.first {
    width: 95% !important;
    position: absolute;
    left: 54%;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    padding: 1.5em 0 1em !important;
    margin: 25px 0 20px;
  background: url(../../lp_common/img/ttl_l.png), url(../../lp_common/img/ttl_r.png);
  background-position: left, 90%;
        background-repeat: repeat, repeat;
        background-size: auto, auto;
    background-position: left, 90%;
    background-repeat: no-repeat, no-repeat;
    background-size: 80px auto, 10px auto !important;
    overflow-x: hidden;

}
}


/*intern*/
.post-intern {
  zoom: 1; /*for IE 5.5-7*/
}
.post-intern:after { /*for modern browser*/ content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.post-intern + .post-intern {
  margin-top: 5rem;
}
.post-intern img {
  width: auto;
  height: auto;
}
img.alignleft {
  float: left;
  margin-right: 1em;
}
img.alignright {
  float: right;
  margin-left: 1em;
}
img.aligncenter {
  display: block;
  margin: 1em auto;
}
/*form*/
input[type="radio"]::-ms-expand, input[type="checkbox"]::-ms-expand, select::-ms-expand {
  display: none;
}
.visual-form-builder * {
  box-sizing: border-box;
}
.visual-form-builder fieldset {
  padding: 0;
  border: none;
  background: none;
}
.visual-form-builder .vfb-legend {
  display: none;
}
.visual-form-builder ul {
  margin: 0 !important;
}
.visual-form-builder ul li {
  padding: 0 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}
.visual-form-builder ul li + li {
  margin-top: 1.3rem !important;
}
.visual-form-builder .vfb-fieldset:not(.verification) ul li {
  background: #FFF !important;
}
.visual-form-builder li div {
  width: calc(100% - 260px);
  padding: .5em .5em 0;
}
.visual-form-builder .vfb-desc {
  font-size: 1rem;
  font-weight: normal;
  background: #375980;
  color: #fff;
  width: 260px;
  padding: .75em 15px .75em 35px;
  display: flex;
  justify-content: space-between;
}
input.vfb-medium, input[type="text"].vfb-medium, input[type="tel"].vfb-medium, input[type="email"].vfb-medium, input[type="url"].vfb-medium, select.vfb-medium, textarea.vfb-medium {
  background: #fff;
  width: 80%;
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px);
  margin: 0;
  display: flex;
  border: none;
  outline: none;
  padding: 5px .5em;
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
}
textarea.vfb-medium {
  width: 100%;
  height: 15em;
}
.vfb-span {
  display: block;
  margin-left: .5em;
  margin-right: 1em;
  font-size: 1rem;
  line-height: 200%;
  position: relative;
}
.vfb-span .desc + label {
  position: absolute;
  top: 100%;
  left: 0;
  margin: auto;
  font-size: .8rem;
  padding: 0 .5em;
  line-height: 120%;
}
.vfb-desc + .vfb-span {
  width: calc(100% - 260px);
  margin: 0 0 2em;
  padding: 0 .5em;
}
.vfb-desc + .vfb-span input.vfb-medium, .vfb-desc + .vfb-span input[type="text"].vfb-medium, .vfb-desc + .vfb-span input[type="tel"].vfb-medium, .vfb-desc + .vfb-span input[type="email"].vfb-medium, .vfb-desc + .vfb-span input[type="url"].vfb-medium, .vfb-desc + .vfb-span select.vfb-medium, .vfb-desc + .vfb-span textarea.vfb-medium {
  width: 100%;
}
.vfb-item-radio .vfb-span, .vfb-item-checkbox .vfb-span {
  display: inline-block;
  width: auto;
}
.vfb-item-radio .vfb-span {
  display: inline-block !important;
  width: auto !important;
}
label.vfb-error {
  position: absolute;
  left: 0;
  top: 100%;
  color: #F00;
}
.vfb-section-div {
  width: 100%;
  background: none;
  position: relative;
  padding: 0;
}
.visual-form-builder .vfb-section-div h4 {
  border: none;
  margin-bottom: 1em !important;
}
.visual-form-builder .vfb-section-div.form-section > h4 {
  font-weight: bold;
  font-size: 1.2rem;
}
.visual-form-builder .vfb-section-div.form-section {
  paddign-left: 2em;
  margin: 4rem 0;
}
.visual-form-builder .vfb-section-div.form-back {
  color: gold
}
/*誕生日*/
.visual-form-builder .vfb-section-div.birthday {
  margin: 1.3rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: stretch;
}
.visual-form-builder .birthday li {
  width: 25% !important;
  display: inline-block;
}
.visual-form-builder .vfb-section-div.birthday h4 {
  width: 260px;
  background: #375980;
  color: #fff;
  margin-bottom: 0 !important;
  padding: .75em 15px .75em 35px !important;
}
.visual-form-builder .birthday li {
  width: calc((100% - 260px) / 3) !important;
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  aling-items: center;
  text-align: center;
}
.visual-form-builder .birthday li + li {
  margin-top: 0 !important;
}
.visual-form-builder .birthday .vfb-desc {
  width: 2rem;
  padding: 0;
  text-align: center;
  background: none;
  color: #333;
  display: block;
  line-height: 300%;
}
.visual-form-builder .birthday input[type="number"], .visual-form-builder .birthday input[type="text"] {
  width: calc(100% - 2rem);
}
.visual-form-builder .birthday li:first-of-type {
  padding-left: 3em !important;
  position: relative;
}
.visual-form-builder .birthday li:first-of-type:before {
  content: '西暦';
  width: 3em;
  display: block;
  line-height: 300%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3em;
}
.visual-form-builder .birthday label .vfb-required-asterisk {
  display: none !important
}
.visual-form-builder .birthday.require h4 {
  padding-right: 5em;
  position: relative;
}
.visual-form-builder .birthday.require h4:after {
  content: '必須';
  color: #375980;
  font-size: inherit;
  font-weight: normal;
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  text-align: centere;
  display: inline-block;
  background: #fff;
  font-size: 70%;
  padding: 0;
  line-height: 250%;
  height: 2.5em;
  margin-left: 1em;
  width: 4em;
  text-align: center;
}
.vfb-radio, .vfb-checkbox {
  display: none;
}
.vfb-choice:before {
  content: '';
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  border: 1px solid #375980;
}
.vfb-radio:checked + .vfb-choice:before, .vfb-checkbox:checked + .vfb-choice:before {
  background: #375980;
  box-shadow: inset 0 0 0 2px #FFF;
}
.visual-form-builder .vfb-item-select {
  position: relative;
}
.visual-form-builder .vfb-item-select:before {
  content: '';
  width: 0;
  height: 0;
  border-width: .8em .5em 0;
  border-color: #333 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2em;
  border-style: solid;
  display: block;
  margin: auto;
  pointer-events: none;
}
.visual-form-builder label .vfb-required-asterisk {
  display: inline-block;
  background: #fff;
  font-size: 70%;
  padding: 0;
  color: transparent;
  line-height: 250%;
  height: 2.5em;
  margin-left: 1em;
  width: 4em;
  text-align: center;
  position: relative;
}
.visual-form-builder label .vfb-required-asterisk:before {
  content: '必須';
  color: #375980;
  font-size: inherit;
  font-weight: normal;
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: centere;
}
.vfb-submit {
  cursor: pointer;
  width: 240px;
  font-size: 100%;
  color: #375980;
  margin: 0 auto 120px;
  border: solid 1px #375980;
  box-sizing: border-box;
  padding: .75em;
}
.vfb-item.vfb-item-secret {
  display: none !important;
}
.visual-form-builder fieldset.verification {
  margin: 0;
}
#container .privacy-link {
  padding-left: 23px;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .visual-form-builder li div {
    width: 100%;
  }
  .visual-form-builder .vfb-desc {
    font-size: .9rem;
    width: 100%;
    padding: .5em 5%;
  }
  input.vfb-medium, input[type="text"].vfb-medium, input[type="tel"].vfb-medium, input[type="email"].vfb-medium, input[type="url"].vfb-medium, select.vfb-medium, textarea.vfb-medium {
    width: 100%;
    padding: 1em .5em;
  }
  .vfb-submit {
    width: 100%;
    margin: 0 auto 0;
  }
  .visual-form-builder .birthday li {
    width: 100% !important;
  }
  .visual-form-builder .vfb-section-div.birthday h4 {
    width: 100% !important;
    padding: .5em 5% !important;
  }
  .visual-form-builder .birthday li {
    width: calc(100% / 3) !important;
  }
  .visual-form-builder .vfb-item-select:before {
    margin-top: 3.8rem;
  }
  .vfb-desc + .vfb-span {
    width: 100%;
  }
  .visual-form-builder .birthday.require h4:after {
    font-size: .7rem;
    right: 1.5rem;
  }
}
.post-body p {
  margin-bottom: 1em;
}
.post-body h2 {
  font-size: 1.5rem;
  marign-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
.post-body h3 {
  font-size: 1.2rem;
  marign-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
.post-body h4 {
  font-size: 1.1rem;
  marign-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
.post-body h5 {
  font-size: 1rem;
  marign-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
.post-body ul > li {
  padding-left: 1em;
}
.post-body ul > li:before {
  content: '';
  display: inline-block;
  width: .4em;
  height: .4em;
  background: #000;
  margin-right: .6em;
  margin-left: -1em;
  vertical-align: middle;
  border-radius: 50%;
}
.post-body table {
  max-width: 100%;
  table-layout: fixed;
  border: 1px solid #666;
  border-collapse: collapse;
}
.post-body table tr {
  border-bottom: 1px solid #666;
}
.post-body table th + th, .post-body table th + td, .post-body table td + td {
  border-left: 1px solid #666;
}
@media screen and (max-width: 900px) {
  .post-body h1 {
    font-size: 1.5rem;
  }
  .post-body h2 {
    font-size: 1.3rem;
  }
  .post-body h3 {
    font-size: 1.2rem;
  }
  .post-body h4 {
    font-size: 1rem;
  }
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  position: relative;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.campletter-body img {
  display: block;
  margin-bottom: 4rem;
}
.btn-readall {
  float: right;
}
.alltext {
  display: none;
}
.postlink {
  background: #FFF;
  margin: 2rem 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1.5rem;
  box-sizing: border-box;
}
.postlink .img {
  width: 30%;
}
.postlink .text {
  width: 65%;
}
.postlink .text .title {
  font-size: 1.2rem;
  margin-bottom: .5em;
}
#container .postlink .text p {
  margin-bottom: 0;
}
#container .saleseforce_contact_form * {
  box-sizing: border-box;
}
#container .saleseforce_contact_form {
  margin-bottom: 100px;
}
#container .saleseforce_contact_form p {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  color: #FFF;
  background: #375980;
  padding: .5em;
}
#container .saleseforce_contact_form p:last-of-type {
  background: none;
}
#container .saleseforce_contact_form p:empty, #container .saleseforce_contact_form span:empty {
  display: none;
}
#container .saleseforce_contact_form br {
  display: none;
}
.saleseforce_contact_form input, .saleseforce_contact_form input[type="text"], .saleseforce_contact_form input[type="tel"], .saleseforce_contact_form input[type="email"], .saleseforce_contact_form input[type="url"], .saleseforce_contact_form select, .saleseforce_contact_form textarea {
  background: #fff;
  width: 100%;
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px);
  margin: 0;
  border: none;
  outline: none;
  padding: 5px .5em;
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  margin: -.5em -.5em -.5em auto;
}
.saleseforce_contact_form textarea {
  height: 15em;
}
.saleseforce_contact_form .dateInput {
  width: calc(100% - 260px);
  margin: -.5em -.5em -.5em auto;
}
.saleseforce_contact_form .dateInput input {
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  display: block;
}
.saleseforce_contact_form label {
  font-size: 1rem;
  font-weight: normal;
  background: #375980;
  color: #fff;
  width: 260px;
  display: flex;
  justify-content: space-between;
}
.saleseforce_contact_form input[type="submit"] {
  cursor: pointer;
  text-align: center;
  width: 240px;
  font-size: 100%;
  padding: 1.5em;
  color: #375980;
  margin: 0 auto 120px;
  border: solid 1px #375980;
  box-sizing: border-box;
  padding: .75em;
}
.exttl {
  margin-bottom: 25px;
}
.extxt {
  margin-top: 50px;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 1px;
}
.wrapper2.exbox {
  width: 80%;
  max-width: 1200px;
  margin: 110px auto 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
.wrapper2.exbox {
  width: 80%;
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 0;
}
}
.wrapper2.secondbox {
  margin-top: 100px !important;
}
@media screen and (max-width: 640px) {
  .wrapper2.exbox {
    width: 80%;
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 0;
  }
  .wrapper2.secondbox {
    margin-top: 30px !important;
  }
  .wrap.merits.exarea {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .saleseforce_contact_form input, .saleseforce_contact_form input[type="text"], .saleseforce_contact_form input[type="tel"], .saleseforce_contact_form input[type="email"], .saleseforce_contact_form input[type="url"], .saleseforce_contact_form select, .saleseforce_contact_form textarea {
    width: calc(100% + 1em);
    margin: .5em -.5em -.5em;
  }
  .saleseforce_contact_form .dateInput {
    width: calc(100% + 1em);
    margin: .5em -.5em -.5em;
  }
}