/* base css*/

body {
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

a {
  opacity: 1;
  transition: all ease 0.3s;
}

a:hover {
  opacity: 0.7;
}

.red {
  color: #fff;
  background-color: red;
  font-size: 13px;
  padding: 3px 5px;
  margin-left: 10px;
}

.inner {
  max-width: 980px;
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

p {
  line-height: 1.5;
  text-align: left;
  font-size: 16px;
}

section {
  padding: 80px 0;
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 50px 100px;
  min-width: 120px;
  max-width: 100%;
  color: #707070;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #707070;
  box-sizing: border-box;
  background-color: #48FFFF;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #48FFFF;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #707070;
  z-index: 1;
}

.balloon p {
  margin: 0;
  padding: 0;
}

/* フォントサイズ */

.mv-content-bg p {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  font-family: serif,YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.section-ttl {
  font-size: 35px;
  font-weight: bold;
  border: 8px solid #3F45FC;
  padding: 30px 60px;
  background-color: #78C9FF;
  color:  #fff;
  text-align: center;
  display: inline-block;
  width: 650px;
}

.balloon h3 {
  text-decoration: underline solid #fff;
}

h3 {
  font-size: 30px;
  font-weight: bold;
  color: #2b2b2b;
}

main {
  padding-top: 70px;
}

/* ヘッダーナビ */

.header {
  height: 70px;
  background-color: #44b2fa;
  width: 100%;
  position: fixed;
  z-index: 999;
}

.drawer-nav {
  height: 70px;
  margin-top: -18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.drawer-menu {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.drawer-menu li {
  margin-left: 30px;
}

.drawer-menu-item {
  color: #fff;
  font-size: 20px;
}

.header-logo {
  margin-right: 30px;
}

.sp-logo {
  display: none;
}



/* メインビュー */

.mv {
  /* background: url(../image/mv.jpg) no-repeat; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 700px;
  position: relative;
}

.mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv-content-bg {
  position: absolute;
  background-color: #c9f9ffa8;
  width: 700px;
  height: 330px;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-ttl {
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 4px gray;
}
.mv-ttl span {
  color: #78ffff;
}

.merit {
  background: url(../image/merit.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.merit-text {
  font-size: 30px;
  padding: 0 70px;
  margin-top: 60px;
  color: #fff;
}


/* service  */

#service {
  background: url(../image/bg1.png);
  background-size: cover;
  background-position: 0 -400px;
  position: relative;
}

.service::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../image/chara1.png);
  background-repeat: no-repeat;
  background-position: 1000px  850px;
}

.service-content {
  width: 670px;
  margin: 20px auto;
  border: 5px solid #707070;
  padding: 60px 70px;
  background-color: #fff;
  transition: all ease .3s;
}
.service-content:hover {
  box-shadow: 0px 5px 10px rgb(120, 120, 120);
  transform: translateY(-10px);
}

.service-list {
  margin-top: 60px;
}

.price-box {
  width: 370px;
  margin: 0 auto;
}

.service-price-ttl {
  font-size: 50px;
  font-weight: bold;
}

.price-sm {
  font-size: 30px;
}

.price-supplement {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}

.service-item-text {
  margin-top: 50px;
  font-size: 20px;
}

.service-item-supplement {
  display: block;
  font-size: 15px;
  margin-top: 30px;
}

.service-item-point {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: 30px;
  text-align: center;
}
.service-inner > p {
  margin-top: 30px;
}

/* camp */

.camp {
  background: url(../image/camp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -550px;
  position: relative;
}
.camp::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .5);
}

.camp-word {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #2b2b2b;
  background-color: #FFFF6D;
  border: 4px solid #707070;
  padding: 30px 10px;
  text-align: center;
  position: relative;
}

.camp-word-text {
  padding: 20px 70px;
  margin-top: 20px;
  position: relative;
}




/* アクセス */

.access {
  background: url(../image/access.jpg) no-repeat;
  background-size: cover;
  background-position: top;
}

.access-content {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.access-content-left,
.access-content-right {
  width: 450px;
  height: 400px;
}

.access-content-left {
  margin-right: auto;
  background-color: rgba(255, 255, 255, .8);
  padding: 70px 20px;
}

.access-content-right iframe {
  width: 100%;
  height: 100%;
}

.access-content-ttl {
  text-align: center;
}

.access-list {
  margin-top: 40px;
  text-align-last: left;
}

.access-item {
  margin-top: 30px;
  font-size: 20px;
}

/* contact  */

.contact {
  background: rgba(255, 255, 255, 1);
}

.contact-content-text {
  width: 660px;
  margin: 0 auto;
  font-size: 30px;
}

.contact-btn-link {
  display: block;
  background-color: rgba(255, 255, 109, 1);
  border: 5px solid rgba(112, 112, 112, 1);
  padding: 40px 110px;
  border-radius: 70px;
  font-size: 35px;
  width: 550px;
  margin: 50px auto 10px;
}

/* footer  */

.footer {
  background-color: #44b2fa;
;
  padding: 30px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer-inner a {
  display: block;
  color: #fff;
  font-size: 15px;
}

.footer-inner p small {
  color: #fff;
  font-size: 15px;
}



/* CONTACTページ */
.contact-inner {
  max-width: 780px;
  width: 90%;
  margin: 0px auto;
}
.contact-inner h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.contact-inner form {
  width: 100%;
}

.contact-box {
  padding: 50px 0;
}

.mailForm h2 {
  font-size: 25px;
  font-weight: bold;
}
.mailForm p {
  text-align: center;
}
.mailForm p input {
  background-color: rgb(96, 96, 255);
  padding: 5px 10px;
  color: #fff;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.mailForm {
  width: 700px;
  margin: 0 auto;
  padding: 50px 50px;
  border-radius: 20px;
  box-shadow: 0 5px 10px lightgray;
}

.mailForm dl {
  margin: 50px 0 30px;
}

.mailForm dl input,
.mailForm dl textarea {
  border: 1px solid #c4c4c4;
  width: 100%;
  text-align: left;
}

.mailForm dl input {
  height: 30px;
}
.mailForm dl textarea {
  height: 150px;
}
.mailForm dl #address {
  height: 100px;
}

.mailForm dd {
  width: 60%;
}





/* プライバシーページ */
.privacy-ttl {
  margin-top: 50px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.privacy-ttl span {
  margin-top: 10px;
  display: block;
  font-size: 20px;
  text-align: center;
}

.privacy-inner {
  max-width: 980px;
  width: 90%;
  margin: 50px auto;
}

.privacy-text {
  border: 2px solid rgb(150, 150, 150);
  padding: 30px;
}

.privacy-text p {
  font-size: 20px;
  color: #3e88b9;
  font-weight: bold;
}

.privacy-text dl {
  margin-top: 30px;
}

.privacy-text dl dt {
  margin-top: 10px;
  font-size: 18px;
}

.privacy-text dl dd {
  margin-top: 10px;
  line-height: 1.4;
}

.privacy-text dl dd ul {
  margin-top: 10px;
}

.privacy-text dl dd ul li {
  margin-top: 5px;
}
























/* レスポンシブ */


/* min-width1400px */
@media screen and (min-width: 1441px) {



/* service  */
.service::before {
  background-position: 1300px  850px;
}



}








/* max-width768px */

@media screen and (max-width: 768px) {

/* base */

  .inner {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

section {
  padding: 40px 0;
}

.balloon {
  padding: 40px 80px;
}

/* フォントサイズ */

.mv-content-bg p {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}

.section-ttl {
  font-size: 30px;
  padding: 20px 40px;
  width: 500px;
}

h3 {
  font-size: 25px;
  font-weight: bold;
  color: #2b2b2b;
}



  /* ヘッダーナビ */

  .drawer-nav {
    height: 100%;
    margin-top: 0;
    z-index: 100;
    flex-direction: column;
  }

  .header-logo {
    display: none;
  }
  .header-logo img {
    width: 100%;
  }

  .drawer-menu {
    height: 100%;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding-top: 70px;
    
  }

  .drawer-menu li {
    margin-left: 0px;
    margin-top: 30px;
  }

  .drawer-menu-item {
    color: #000;
    font-size: 18px;
  }

  .sp-logo {
  display: block;
  text-align: center;
  height: 70px;
}
  .sp-logo img {
  height: 100%;
}

/* メインビュー */

.mv {
  background-position: center;
  background-size: cover;
  height: 500px;
  position: relative;
}

.mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 40%);
}

.mv-content-bg {
  position: absolute;
  width: 700px;
  height: 330px;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}


.merit-text {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 30px;
}


/* service  */
#service {
  background: url(../image/bg1.png);
  background-size: cover;
  background-position: 0px 0px;
}

.service::before {
  background-image: url(../image/chara1.png);
  background-repeat: no-repeat;
  background-position: 570px  840px;
  background-size: 200px;
}

.service-content {
  width: 500px;
  margin: 20px auto;
  border: 5px solid #707070;
  padding: 40px 50px;
}

.service-list {
  margin-top: 60px;
}

.price-box {
  width: 370px;
  margin: 0 auto;
}

/* camp */

.camp {
  background-position: 0 -120px;
}

.camp-word {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #2b2b2b;
  background-color: #FFFF6D;
  border: 4px solid #707070;
  padding: 15px 5px;
  text-align: center;
}

/* アクセス */

.access-content {
  margin-top: 30px;
}

.access-content-left,
.access-content-right {
  width: 300px;
  height: 270px;
}

.access-content-left {
  padding: 20px;
}

.access-list {
  margin-top: 30px;
  text-align-last: left;
}

.access-item {
  margin-top: 30px;
  font-size: 17px;
}


/* contact  */

.contact-content-text {
  width: 500px;
  margin: 0 auto;
  font-size: 20px;
}

.contact-btn-link {
  display: block;
  background-color: rgba(255, 255, 109, 1);
  border: 5px solid rgba(112, 112, 112, 1);
  padding: 20px 70px;
  border-radius: 70px;
  font-size: 25px;
  width: 400px;
  margin: 30px auto 0px;
}





}


/* max-width480px */

@media screen and (max-width: 480px) {

/* base */

  .inner {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

section {
  padding: 40px 0;
}

.balloon {
  padding: 20px 50px;
}

/* フォントサイズ */

.mv-content-bg p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.section-ttl {
  font-size: 20px;
  padding: 10px 10px;
  width: 300px;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #2b2b2b;
}



/* メインビュー */

/* メインビュー */

.mv {
  background-position: center;
  background-size: cover;
  height: 300px;
  position: relative;
}

.mv-content-bg {
  width: 300px;
  height: 250px;
}


.merit-text {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 30px;
  padding: 10px;
}


/* service  */
.service {
  background-image: none;
}


.service-price-ttl {
  font-size: 25px;
}

.price-sm {
  font-size: 18px;
}

.price-supplement {
  font-size: 15px;
}

.service-content {
  width: 100%;
  margin: 20px 0;
  border: 5px solid #707070;
  padding: 20px;
}

.service-list {
  margin-top: 30px;
}

.price-box {
  width: 250px;
  margin: 0 auto;
}

.service-item-text {
  font-size: 16px;
  margin-top: 20px;
}

.service-item-supplement {
  font-size: 12px;
  margin-top: 20px;
}



/* camp */

.camp {
  background-position: -100px 0px;
}

.camp-word {
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
  background-color: #FFFF6D;
  border: 4px solid #707070;
  padding: 15px 5px;
  text-align: center;
}

.camp-word-text {
  padding: 0 20px;
  font-size: 12px;
}

/* アクセス */

.access-content {
  flex-direction: column;
}

.access-content-left,
.access-content-right {
  margin-top: 10px;
}


/* contact  */

.contact-content-text {
  width: 300px;
  font-size: 16px;
}

.contact-btn-link {
  display: block;
  background-color: rgba(255, 255, 109, 1);
  border: 5px solid rgba(112, 112, 112, 1);
  padding: 10px 50px;
  border-radius: 70px;
  font-size: 20px;
  width: 300px;
  margin: 20px auto 0px;
}




/* CONTACTページ */
.contact-inner h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.contact-box {
  padding: 30px 0;
}
.mailForm p {
  text-align: center;
}
.mailForm p input {
  background-color: rgb(96, 96, 255);
  padding: 5px 10px;
  color: #fff;
}

.contact-item {
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}

.mailForm {
  padding: 20px;
}

.mailForm dd {
  margin-top: 10px;
  width: 100%;
}






/* プライバシーページ */
.privacy-ttl {
  font-size: 25px;
}
.privacy-ttl span {
  font-size: 18px;
}

.privacy-inner {
  margin: 40px auto;
}

.privacy-text {
  padding: 15px;
}

.privacy-text p {
  font-size: 18px;
}

.privacy-text dl {
  margin-top: 20px;
}

.privacy-text dl dt {
  font-size: 16px;
}

.privacy-text dl dd {
  margin-top: 10px;
  font-size: 14px;
}








}





