* {
  margin: 0;
  padding: 0;
}

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

/* ヘッダートップここから */
.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: 522.4px;
}

.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: table-cell;
  min-width: 50px;
  position: relative;
}

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: 900px;
  margin: 0 auto;
}

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

.mainword {
  margin-bottom: 150px;
}

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

.border {
  font-size: 58px;
}

.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;
  font-size: 32px;
}

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

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

.text_box>span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  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 200px;
  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: 450px;
  transform: translate(200px, -200px);
  z-index: 2;
}

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

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

.picture_one {
  transform: translate(-580px, -360px);
  width: 220px;
  position: relative;
  z-index: 4;
}

.picture_two {
  transform: translate(-510px, -580px);
  width: 200px;
  position: relative;
  z-index: 3;
}

.text_size {
  width: 370px;
}

/* トップページ・メイン下ここまで */
/* フッターここから */
.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: 20px;
  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: 12px;
}
/* aboutここから */
article {
  background-color: #DFE2D6;
  padding: 30px 0 100px;
  height: 1150px;
}

section {
  padding: 40px 0 60px;
  margin: 60px auto;
  background-color: #F1F2EA;
  width: 900px;
  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 500px;
  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: 700px;
  padding: 40px 30px 100px 0px;
  margin: 60px auto;
  transform: translateX(30px);
  position: relative;
}

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

.profiletext {
  padding: 30px 0 0 280px;
}

.profileimage {
  width: 310px;
  position: absolute;
  top: 170px;
  left: -55px;
}

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

.toptext {
  width: 700px;
  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;
}

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

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

/* 料金情報ここまで */
/* 活動風景ここから */
.first {
  position: relative;
  height: 400px;
  margin: 30px auto;
  display: inline-block;
}
.sec_inner{
  width:300px;
  margin-top: 30px;
}

.sec_inner2{
  width:450px;
  height:250px;
  margin-left: 50px;
}

.sec_inner3{
  width:445px;
  height:350px;
  margin-left: 50px;
}

.phototext {
  background-color: #E9EAE4;
  padding: 120px 30px 120px 60px;
  width: 350px;
  margin: 30px 0 0 300px;
  transform: translateY(-390px);
  z-index: 1;
}

.container {
  display: flex;
  margin: -200px auto;
  width: 900px;
}

.container-box {
  flex-grow: 2;
  margin: 50px 0 0 0;
}

.photo3 {
  width: 250px;
  margin: 35px 0 0 100px;
  flex-grow: 1;
}

.photo1 {
  width: 460px;
}

.photo2 {
  width: 440px;
  height: 300px;
}
.container2 {
  width: 700px;
  position: relative;
  margin: 0 auto;
  margin-top: 230px;
}
.container3 {
  width: 700px;
  position: relative;
  margin: 100px auto;
}
.sec_inner3{
  width:445px;
  height:350px;
  margin-left: 50px;
}
.photo4 {
  position: absolute;
  width: 250px;
left: -20px;
  padding: 60px;
}

.photo5 {
  position: absolute;
  width: 250px;
  padding: 60px;
}

.photo6 {
  position: absolute;
  width: 250px;
  left: -20px;
  bottom:-30px;
  padding: 60px;
}

.photo7 {
  position: absolute;
  width: 250px;
  bottom:-30px;
  padding: 60px;
}

.phototext2 {
  margin: 400px auto 0 ;
  background-color: #E9EAE4;
  width: 500px;
  padding: 260px 50px ;
}
.sec_inner4{
  width:500px;
  height: auto;
  margin: 180px auto 90px auto;
}
.photo8 {
  width: 500px;
  margin-top: 100px;
}

/*--------画像サイズ調整---------*/
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;
}
/*------------------------------*/

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

.accesscontents>p>img {
  width: 350px;
  height: 450px;
  position: absolute;
  z-index: 1;
  top:-10px;
}

.accesstext {
  background-color: #F1F2EA;
  width: 450px;
  margin: 90px auto;
  transform: translateX(-180px);
  padding: 100px 80px 100px 0px;
  z-index: 2;
}
/* フェードイン用のCSS */
.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0.4s ease-out;
 }
 .md {
    display: none;
}
.space-top {
  display: none;
}
.br-sm{
  display: none;
}
.br-md{
  display: none;
}
.br-ss{
  display: none;
}

@media screen and (min-width: 1100px) {
  .mainvisual {
    height: 600px;
  }
@media screen and (min-width: 1200px) {
  .mainvisual {
    height: 680px;
  }
@media screen and (min-width: 1400px) {
  .mainvisual {
    height: 750px;
  }
@media screen and (min-width: 1600px) {
  .mainvisual {
    height: 852.4px;
  }
  @media screen and (min-width: 1850px) {
    .mainvisual {
      height: 1052.4px;
    }
