* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "kinuta-maruminfuji-stdn", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #707070;
  max-width: 519px;
  padding-top: 50px;
  font-size: 12px;
}

/* ヘッダートップここから */
.hamburger {
  display: block;
  position: fixed;
  z-index: 30;
  left: 13px;
  top: 5px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(3) {
  opacity: 0;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 50px;
  left: 0;
  color: white;
  background: rgba(105, 105, 105, 0.5);
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: rgba(105, 105, 105, 0.5);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: white;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

.header-top {
  width: 100%;
  /* 幅いっぱいを指定 */
  max-width: 519px;
  height: 50px;
  /* 高さを50pxに指定 */
  background: white;
  /* 背景色にグレーを指定 */
  padding: 20px 0px 20px 50px;
  /* ヘッダーに上下左右それぞれ余白を指定 */
  box-sizing: border-box;
  /* padding分を含んで幅を100%にするため */
  position: fixed;
  /* ウィンドウを基準に画面に固定 */
  top: 0;
  /* 上下の固定位置を上から0pxにする */
  left: 0;
  /* 左右の固定位置を左から0pxにする */
  display: flex;
  /* 中の要素を横並びにする */
  align-items: center;
  /* 中の要素を上下中央に並べる */
  z-index: 10;
}

.header-icons {
  margin: 0 0 0 auto;
}

li {
  display: inline;
  margin-right: 10px;
}

a {
  text-decoration: none;
  font-size: 13px;
  color: #707070;
}

header>ul {
  text-align: right;
}

.icon {
  width: 1.5em;
}

.icon2 {
  width: 1.3em;
  margin-right: 2px;
}

.header-icons>li>a {
  transition: all 0.3s;
  top: 0px;
  position: relative;
}

/* マウスオーバー時 */
.header-icons>li>a:hover {
  cursor: pointer;
  border-bottom: solid 1px;
  top: 3px;
}

/* ヘッダートップここまで */
.mainvisual {
  height: 260px;
}

.mainpicture {
  width: 100%;
  height: 100%;
}

.navbottom {
  width: 100%;
}

/* ナビメニューここから */
.pcnav {
  display: none;
}

/* マウスオーバーアニメーション */
main {
  background-image: url(茶色木目.jpg);
  background-size: cover;
  margin: 0 auto;
}

.spase {
  background-image: url(茶色木目.jpg);
  background-size: cover;
  padding-bottom: 70px;
}

.center {
  width: 80%;
  margin: 0 auto;
}

h1 {
  border: 3px solid #E2E2CF;
  padding: 50px 40px;
}

.mainword {
  margin-bottom: 50px;
}

.mainword p {
  font-size: 18px;
  color: white;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

.border {
  font-size: 30px;
}

.font_space {
  letter-spacing: 0.1em;
}

.font_between {
  margin: 0 0 30px;
}

/* メインコンテンツ・キャッチコピーここまで */
/* トップページ・メイン上 */
.background {
  background-color: #DFE2D6;
  height: 80%;
  padding: 40px 0 40px;
}

h2 {
  color: #4B5F3A;
  font-family: "a-otf-ryumin-pr6n", serif;
  text-align: center;
  font-size: 22px;
}

.about_text {
  width: 80%;
  text-align: center;
}

.about_text>h2 {
  margin: 0 auto 0 50px;
}

.text_box {
  position: relative;
  height: 200px;
  background-color: #F1F2EA;
  border-radius: 30px;
  padding: 30px;
  margin-top: 20px;
  z-index: 1;
  width: 100%;
}

.text_box>span {
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 100%;
}

.text_box>span>a {
  font-size: 13px;
  border-left: 10px solid #83A085;
  border-bottom: 2px solid #83A085;
  display: inline-block;
  margin: 30px 0px 0px 10em;
  padding-left: 4px;
  transition: all 0.7s;
}

/* 続きから・マウスオーバー時 */
.text_box>span>a:hover {
  border-left: 10px solid #83A085;
  border-bottom: 2px solid #83A085;
  transform: translateY(3px);
  cursor: pointer;
  background-color: #FFFFF8;
}

.background>img {
  display: none;
}

/* トップページ・メイン上 */
/* トップページ・メイン下 */
.picture {
  background-color: #DFE2D6;
  margin: 60px auto 0;
  border-radius: 5px;
  text-align: center;
  height: 100%;
  width: auto;
}

.picture_text {
  margin: 50px 0px 20px 0;
  text-align: center;
  display: inline-block;
}

.picture_one {
  height: 0px;
}

.picture_two {
  height: 0px;
}

.text_box.text_size {
  width: 230px;
}

.about_text {
  margin-bottom: 50px;
}

/* トップページ・メイン下ここまで */
/* フッターここから */

.banner {
  width: 100%;
}

.footer {
  background-image: url(フッター背景.jpg);
  background-size: cover;
  padding-bottom: 30px;
}

.footer>.center>h2 {
  font-family: "a-otf-ryumin-pr6n", serif;
  margin: 20px 0 30px 0;
}

.point {
  font-size: 12px;
  margin: 0px 0 10px 0;
}

iframe {
  margin: 0px 0 30px 0;
  width: 100%;
  height: 300px;
}

.footer>.center>br {
  display: block;
  content: "";
  margin: 10px 0;
}

.footer>.center>p>a {
  transition: all 0.3;
  top: 0px;
  position: relative;
}

/* 電話番号マウスオーバー時 */
.footer>.center>p>a:hover {
  cursor: pointer;
  border-bottom: solid 1px;
  top: 3px;
}

.copyright {
  background-image: url(フッター最後.jpg);
  background-size: cover;
  padding: 20px 0px;
  color: white;
}

.copyright-tx {
  font-size: 9px;
}

/* aboutここから */

article {
  background-color: #DFE2D6;
  padding: 30px 0 50px;
}

section {
  padding: 40px 30px 60px;
  margin: 0px auto 40px;
  background-color: #F1F2EA;
  width: 80%;
  border-radius: 30px;
}

h3 {
  color: #4B5F3A;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 8px;
  background-image: url(文字下.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

section>a {
  font-size: 13px;
  border-left: 10px solid #83A085;
  border-bottom: 2px solid #83A085;
  display: inline-block;
  margin: 40px 0px 0px 140px;
  padding-left: 4px;
  transition: all 0.7s;
}

/* 続きから・マウスオーバー時 */
section>a:hover {
  border-left: 10px solid #83A085;
  border-bottom: 2px solid #83A085;
  transform: translateY(3px);
  cursor: pointer;
  background-color: #FFFFF8;
}

/* aboutここまで*/
/* プロフィールここから */
.box {
  background-color: #F1F2EA;
  width: 80%;
  padding: 40px 0 0 0;
  margin: 10px auto 60px auto;
}

.name {
  color: #4B5F3A;
  text-align: right;
  border-bottom: 1px solid #707070;
  width: 70%;
  padding: 0 0px 20px 0;
  margin: 0 auto;
}

.profiletext {
  padding: 30px 10px;
  font-size: 12px;
}
.profiletext>p{
  display: inline;
}
.profileimage {
  width: 50%;
  margin-top: 30px;
}

/* プロフィールここまで */
/* 料金情報ここから */
.money {
  margin: 0px auto;
  width: 80%
}

.toptext {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0 0 0px;
  text-align: left;
  font-size: 20px;
}

.border {
  border-top: solid 1px #707070;
}

.secondtext {
  margin: 0 20px 0 0;
  font-size: 17px;
  display: none;
}

.thirdtext {
  margin: 0 30px 20px 140px;
  font-size: 17px;
  color: #4B5F3A;
}

.inpact {
  background-color: #F1F2EA;
  width: 80%;
  margin: 100px auto 50px;
}

/* 料金情報ここまで */
/* 活動風景ここから */
.first {
  width: 100%;
  margin: 10px auto 30px auto;
}

.photo0 {
  width: 100%;
}

.sec_inner {
  width: 100%;
  margin: 0 auto;
}

.phototext {
  background-color: #E9EAE4;
  padding: 60px 10%;
  width: 80%;
  margin: 50px auto;
}

.container {
  margin: 30px auto;
  width: 100%;
}

.container-box {
  margin: 40px 0 0 0px;
}

.photo3 {
  display: none;
}

.photo1 {
  width: 100%;
}

.photo2 {
  width: 100%;
}

.container2 {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.container3 {
  width: 100%;
  position: relative;
  margin: 100px auto;
}

.photo4 {
  position: absolute;
  width: 40%;
  left: -100px;
  top: -40px;
  padding: 80px;
}

.photo5 {
  position: absolute;
  width: 40%;
  top: -20px;
  padding: 60px 0px 60px 60px;
}

.photo6 {
  position: absolute;
  width: 40%;
  left: -100px;
  bottom: -50px;
  padding: 80px;
}

.photo7 {
  position: absolute;
  width: 40%;
  bottom: -30px;
padding: 60px 0px 60px 60px;
}

.phototext2 {
  /* margin: 100px auto 0;
  background-color: #E9EAE4;
  width: 80%;
  padding: 180px 50px; */
  background-color: #E9EAE4;
  padding: 180px 20%;
  width: 65%;
  margin: 100px auto;
}

.sec_inner4 {
  width: 100%;
  height: auto;
  margin: 0px auto 20px 0;
}

.photo8 {
  width: 100%;
  margin-top: 50px;
}

/*--------画像サイズ調整---------*/
img {
  width: 300px;
}

/*-----------height調整----------*/
.slick-slide {
  height: auto !important;
}

/*-----------矢印表示----------*/
.slick-next {
  right: 0 !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.slick-arrow:before {
  font-size: 30px !important;
}

/*------------------------------*/
.all {
  width: 70%;
  margin: 0 auto;
}

/* 活動風景ここまで */
/* アクセスここから */
.accesscontents {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding: :30px auto;
}

.accesscontents>p>img {
  margin-top: 30px;
  width: 70%;
}

.accesstext {
  background-color: #F1F2EA;
  margin: 30px auto;
  padding: 20px 20px;
}

/* フェードイン用のCSS */
.slide-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.3s 0.4s ease-out;
}

.space-top {
  background-color: #DFE2D6;
  height: 50px;
  width: 100%;
  max-width: 519px;
  position: absolute;
  top: 275px;
}
.br-md{
  display: none;
}
.br-ss{
  display: none;
}
.br-pc{
  display: none;
}
@media screen and (max-width: 400px) {
  .mainvisual {
    height: 180px;
  }
  .space-top {
    background-color: #DFE2D6;
    height: 50px;
    width: 100%;
    max-width: 400px;
    position: absolute;
    top: 207px;
  }
}
@media screen and (max-width: 380px) {
  .mainvisual {
    height: 170px;
  }
    .space-top {
      background-color: #DFE2D6;
      height: 50px;
      width: 100%;
      max-width: 380px;
      position: absolute;
      top: 195px;
    }
  }

@media screen and (max-width: 300px) {
  .mainvisual {
    height: 150px;
  }
    .space-top {
      background-color: #DFE2D6;
      height: 50px;
      width: 100%;
      max-width: 300px;
      position: absolute;
      top: 180px;
    }
  }
  @media screen and (max-width: 300px) {
    .phototext>p{
      display: inline;
      font-size: 10px;
    }
    section>p{
      display: inline;
      margin-block-start:0em;
      margin-block-end:0em;
      font-size: 10px;
    }
    .phototext2>p{
      font-size: 10px;
    }
    .br-sm{
      display: none;
    }
    .br-md{
      display: none;
    }
    .br-ss{
      display:block;
    }
  }
