* {
  margin: 0;
  padding: 0;
}

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

/* ヘッダートップここから */
.hamburger-menu{
  display: none;
}
.header-top {
  width: 100%;
  /* 幅いっぱいを指定 */
  height: 50px;
  /* 高さを50pxに指定 */
  background: white;
  /* 背景色にグレーを指定 */
  padding: 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-left: auto;
}

ul {
  list-style: none;
}

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

a {
  text-decoration: none;
  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:300px;
}

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

.navbottom {
  width: 100%;
}

/* ナビメニューここから */
nav {
  background-image: url(ナビ部分.jpg);
  height: 115px;
}

nav ul {
  /* display: table; */
  margin: 0 auto;
  padding: 0;
  width: 80%;
  text-align: center;
}

nav li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  text-align: center;
}

nav a {
  font-size: 18px;
  color: white;
  display: block;
  width: 100%;
  padding-bottom: 5px;
}

nav li.current {
  border-bottom: 3px solid #92D050;
}

/* マウスオーバーアニメーション */
nav li:after {
  position: absolute;
  left: 0;
  content: "";
  width: 0;
  border-bottom: 3px #92D050 solid;
  transition: 1s;
}

nav li:hover:after {
  width: 100%;
  border-bottom: 3px white solid;
}

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

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

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

h1 {
  border: 5px solid #E2E2CF;
  padding: 100px;
}

.mainword {
  margin-bottom: 150px;
}

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

.border {
  font-size: 40px;
}

.font_space {
  letter-spacing: 0.1em;
}

.font_between {
  margin: 10px 0 40px;
}

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

/* .about {
  text-align: left;
} */
h2 {
  color: #4B5F3A;
  font-family: "a-otf-ryumin-pr6n", serif;
text-align: center;
  font-size: 32px;
}

.about_text {
  margin-top: 80px;
  width: 80%;
  text-align: center;
  display: inline-block;
}

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

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

.text_box>span>a {
  font-size: 15px;
  border-left: 10px solid #83A085;
  border-bottom: 2px solid #83A085;
  display: inline-block;
  margin: 20px 0px 0px 13em;
  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 {
  width: 0px;
}

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

.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: 300px;
}

.about_text {
  margin-bottom: 100px;
}

/* トップページ・メイン下ここまで */
/* フッターここから */
.banner {
  width: 100%;
}

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

.footer>.center {
  margin-top: 40px;
}

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

.point {
  font-size: 18px;
  margin: 30px 0 40px 0;
}

iframe {
  margin: 0px 0 30px 0;
  width: 80%;
}

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

.footer>.center>p>a {
  transition: all 0.3s;
  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: 30px 0px;
  color: white;
}
.copyright-tx{
  font-size: 11px;
}
/* aboutここから */
article {
  background-color: #DFE2D6;
  padding: 30px 0 50px;
}

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

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

section>a {
  font-size: 15px;
  border-left: 10px solid #83A085;
  border-bottom: 2px solid #83A085;
  display: inline-block;
  margin: 40px 0px 0px 300px;
  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: 60px auto;

}

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

.profiletext {
  padding: 30px;
}

.profileimage {
  width: 40%;
  margin-top: 30px;
}

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

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

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

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

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

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

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

.photo0{
  width:100%;
}
.sec_inner {
  width: 80%;

  margin: 0 auto;
}
.phototext {
  background-color: #E9EAE4;
  padding:50px;
  width: 70%;
  margin: 50px auto 0;
  text-align: center;
}
.phototext>p{

  font-size: 14px;
}
.container {
  margin: 30px auto;
  width: 80%;

}

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

.photo3 {
  display: none;
}

.sec_inner2 {

  margin-left: 20px;
}

.sec_inner3 {

  margin-left: 20px;
}

.photo1 {
  width: 90%;
  margin-left: 20px;
}

.photo2 {
  width: 90%;
  margin-left: 20px;
}

.container2 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}

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

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

.photo5 {
  position: absolute;
  width: 40%;
    padding: 80px 0px 80px 80px;
}

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

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

.phototext2 {
  margin: 200px auto 0;
  background-color: #E9EAE4;
  width: 80%;
  padding: 200px 50px;
}

.sec_inner4 {
  width: 70%;
  height: auto;
  margin: 10px auto;
}

.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: 60%;
}

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

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

.space-top {
  display: none;
}
.br-sm{
  display: none;
}
.br-ss{
  display: none;
}
.br-pc{
  display: none;
}

@media screen and (min-width: 600px) {
  .mainvisual {
    height: 340px;
  }
  @media screen and (min-width: 700px) {
    .mainvisual {
      height: 380px;
    }

    @media screen and (min-width: 800px) {
      .mainvisual {
        height: 420px;
      }
      @media screen and (min-width: 900px) {
        .mainvisual {
          height: 480px;
        }
