*{
  margin:0;
  padding:0;
}
body{
  width:100%;
  height:100%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  display: none;
}

img{
  width:100%;
  vertical-align: bottom;
}
a{
  text-decoration: none;
  transition:0.3s;
}
ul{
  list-style: none;
}
h3,h4,h5,header,#navArea,.philo_title{
  font-family:canto-pen,serif;
  font-style:normal;
}
h2,#onestop .onestop_wrap .title,.news_btn,#navArea,#onestop .onestop_wrap h5{
  font-family:canto-pen,serif;
  font-style:normal;
}
.ttlh2{
  width: fit-content;
  font-family:canto-pen,serif;
  font-weight:bold;
  font-size:47px;
  color:#776B58;
  letter-spacing: 5px;
  border-bottom:1px solid #80CC29;
  line-height:16px;
}
h2{
  font-size:47px;
  color:#776B58;
  letter-spacing: 5px;
  border-bottom:1px solid #80CC29;
  line-height:16px;
  width: fit-content;
}
h3{
  font-size:28px;
  color:#776B58;
  letter-spacing: 3px;
}
.ttlh4{
  font-family:canto-pen,serif;
  font-weight:bold;
  font-size:22px;
  display: inline-block;
  height:300px;
  letter-spacing: 3px;
  color:#776B58;
  text-align:left;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
h4{
  font-size:22px;
  display: inline-block;
  height:300px;
  letter-spacing: 3px;
  color:#776B58;
  text-align:left;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
h5{
  font-size:20px;
  letter-spacing:2px;
}

.first_loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #D9D1CA;
  z-index: 9999;
}
.first_animation {
  width: 100%;
  text-align: center;
  font-family: adorn-garland, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:42px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #776B58;
}
.grecaptcha-badge{
  visibility:hidden;
}




.top_wrap{
  position:relative;
  width:85%;
  max-width:1500px;
  margin:0 auto;
}
.title_wrap{
  position:absolute;
  top:-90px;
}
.title_wrap .ttlh2{
  margin:40px 0 30px 0;
}
.title_wrap h2{
  margin:40px 0 30px 0;
}
.tate_arrow{
  position:relative;
  height:180px;
  width:1px;
  background:#80CC29;
  margin-left: 5px;
}

.tate_arrow::after{
  content:'';
  position:absolute;
  bottom:-3px;
  left:5px;
  height:15px;
  width:1px;
  background:#80CC29;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-------- header -------*/
.main_v{
  position: relative;
  height:100vh;
}

.main_v p{
  position: absolute;
  top: 43%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  z-index: 99;
  color: white;
  font-size: 42px;
  text-shadow: 1px 1px 3px #444;
  letter-spacing: 5px;
}
.main_v .loop{
  display:none;
}
.hidden{
  display:none;
}
.area{
  position: relative;
  z-index:1;
  overflow: hidden;
}
.area .loop{
  filter:saturate(1.2);
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  z-index:98;
  left: 0;
  top: 0;
  -webkit-animation: anime 40s 0s infinite;
  animation: anime 40s 0s infinite;
}

.loop:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.loop:nth-of-type(3) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

.loop:nth-of-type(4) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  5%{
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  5%{
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

/*-------- header -------*/
.sp_header{
  display: none;
}
.un_header{
  display: none;
}
header{
  display:flex;
  align-items: center;
  justify-content: center;
  padding-top:10px;
  padding-bottom: 10px;
  z-index:8000;
  position:relative;
  gap: 10px;
}
header .logo{
  margin-right:15px;
}
header .logo_sub{
  font-size:14px;
}
.fp_header .logo_sub{
  color: #fff;
}
/*svg path {
  fill: #000;
}
svg path.fillnone{
  fill: none;
}*/


/*-------- 右側固定ナビなど -------*/

.right_fixed{
  position: fixed;
  top: 28px;
  right: 10px;
  font-size:16px;
  font-weight:bold;
  z-index:9998;
}
.menu_wrap{
  position:absolute;
  width:92px;
  right:25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu_wrap .menu{
  position:relative;
  display:inline-block;
  letter-spacing:1.5px;
  padding-right:15px;
}



.right_tate{
  position:relative;
  margin-right:27px;

}
.open .menu_event,
.open .mail_tel{
  display:none;
}
.menu_event{
  text-align: center;
  line-height:12px;
  margin-top:45px;
}
.menu_event a{
  color:#000;
}
.menu_event .tatesen{
  width:1px;
  height:50px;
  background:#000;
  margin:0 auto 20px auto;
  transition:0.3s;
}
.menu_event:hover .tatesen{
  height:60px;
}
.menu_event img{
  width:15px;
  padding-top:10px;
}


.mail_tel{
  position: absolute;
  right: -22px;
  top: 230px;
}
.mail_tel a{
  display:block;
  border-radius: 50%;
}
.mail_tel a:last-child{
  margin-top:10px;
}
.mail_tel a:hover{
  box-shadow: 0px 0px 5px rgb(0 0 0 / 5%);
  transform: translateY(3px);
}
.mail_tel img{
  width:60px;
}

.line_icon{
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 280px;
  z-index: 9998;
  transition : all 0.3s ease 0s;
}
.line_icon:hover{
  opacity: 0.8;
}



/*============
  .toggle_btn
=============*/




.toggle_btn{
  position:relative;
  width:36px;
  height:25px;
  -webkit-transform: rotate(-29deg);
  transform: rotate(-29deg);
}
.toggle_btn span {
  position: absolute;
  width: 26px;
  height: 1px;
  background-color: #000;
  transition:all 0.3s;
  transform: scale(1);
}
.menu_wrap:hover span:nth-child(1),
.menu_wrap:hover span:nth-child(3){
  transform: scale(1.3,1);
}

.toggle_btn span:nth-child(1){
  top: 0px;
  left:7px;
}
.toggle_btn span:nth-child(2) {
  top: 10px;
  width: 40px;
}
.toggle_btn span:nth-child(3) {
  top: 20px;
  left:7px;
}
.open .toggle_btn span {
  width: 30px;
  position:absolute;
  transition:all 0.3s;
}
.open .toggle_btn{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.open .toggle_btn span:nth-child(1) {
  transform: translate(-4px, 9px) rotate(-45deg);
  animation: unset;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.open .toggle_btn span:nth-child(3) {
  transform: translate(-5px, -11px) rotate(45deg);
  animation: unset;
}
/*------ハンバーガー------*/
#navArea{
  position:relative;
}
.respo{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #F2EFEB;  
  -webkit-overflow-scrolling: touch;
  z-index: 9997;
  display:flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
	visibility: hidden;
	-webkit-transition : all 0.3s ease 0s;
  transition : all 0.3s ease 0s;}
.open .respo {
  left: 0;
  margin:0 auto;
  opacity: 1;
	visibility: visible;
	-webkit-transition : all 0.3s ease 0s;
  transition : all 0.3s ease 0s;
}
.respo header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:auto;
}

.respo .inner {
  width:95%;
  max-width:1040px;
  height:50vh;
  margin:0 auto;
  font-size:16px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.respo a{
  color:#000;
}
.respo .nav_pic img{
  max-width:400px;
}

.respo .respo_menu_wrap{
  display:flex;
  justify-content: space-between;
}
.respo .respo_menu{
  font-weight: bold;
}
.respo ul.respo_menu{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.respo ul.respo_menu li {
  position: relative;
  font-size:32px;
  letter-spacing: 2px;
  height:80px;
  width:170px;
}
.respo ul.respo_menu:first-child{
  margin-right:30px;
}
.respo ul.respo_menu li p{
  font-size:16px;
  letter-spacing: 0;
  font-weight:normal;
  color:#000;
}
.respo ul.respo_menu li a {
  display:block;
  width:100%;
  height:100%;
  text-decoration: none;
  color:#776B58;
}
.respo ul.respo_menu li a::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #80CC29;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.respo ul.respo_menu li:nth-child(5) a::after {
  bottom: -15px;
}
.respo ul.respo_menu li a:hover::after {
  transform: scale(1, 1);
}
.respo .respo_etc li{
  margin-bottom:10px;
  width:170px;
}
.respo .respo_etc li a{
  color:#776B58;
}
.respo .respo_etc li a:hover{
  color:rgba(119, 107, 88, 0.7);
}
.respo .respo_etc ul:first-child li{
  font-size:21px;
  letter-spacing: 1px;
  font-weight:bold;
  height:30px;
  line-height:30px;
}
.respo .respo_etc ul:first-child img{
  margin-right:10px;
  width:30px;
  vertical-align: top;
}
.respo .respo_etc ul:last-child li:nth-child(1),
.respo .respo_etc ul:last-child li:nth-child(2){
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.respo .respo_etc ul:last-child li:nth-child(1){
  margin-top:40px;
}
.respo .respo_etc ul:last-child li:nth-child(2){
  margin-bottom:40px;
}
.respo .respo_etc ul:last-child li:last-child{
  color:#776B58;
  font-weight: bold;
  font-size: 18px;
}
.respo .respo_etc ul:last-child img{
  width:25px;
  vertical-align: middle;
  transition:0.3s;
}
.respo .respo_etc ul:last-child img:hover{
  opacity:0.7;
}



/*-------- philosophy -------*/
#philosophy{
  position:relative;
  background:#fff;
  z-index:500;
  font-size:17px;
  padding:130px 0;
}
#philosophy .title_wrap{
  top:-10px;
}



#philosophy .philo_title{
  margin-bottom:60px;
  font-size:24px;
  letter-spacing: 1px;
  line-height:47px;
}
#philosophy h1.philo_text{
  line-height:44px;
  font-size: 20px;
  font-weight: normal;
}
#philosophy .philo_text p{
  margin-top:30px;
}
#philosophy .inner_right{
  margin-left: 400px;
}



/*-------- onestop -------*/
#onestop{
  position:relative;
  z-index:400;
  margin-top:-40px;
  background:rgba(217, 209, 202, 0.9);
  padding:200px 0 120px 0;
}

#onestop .top_sen{
  position:relative;
}
#onestop .top_sen::before{
  position:absolute;
  content:"";
  width: 50.6%;
  height:1px;
  background:#776B58;
  transform: rotate(-8deg);
}
#onestop .top_sen::after{
  position:absolute;
  left:50%;
  content:"";
  width: 50.6%;
  height:1px;
  background:#776B58;
  transform: rotate(8deg);
}

#onestop h3{
  text-align: center;
  padding-top:50px;
}
#onestop .onestop_wrap{
  display:flex;
  justify-content:space-between;
  margin-top:70px;
}
#onestop .onestop_wrap .inner{
  width:32%;
}
#onestop .onestop_wrap .inner:nth-child(2){
  margin-top:30px;
}
#onestop .onestop_wrap .waku{
  position:relative;
  padding:50px 20%;
  background:#fff;
  border-radius:40px;
}
#onestop .onestop_wrap .title{
  position:absolute;
  top:22px;
  right:7%;
  font-size:52px;
  color:#B18576;
  letter-spacing: 3px;
}
#onestop .onestop_wrap h4{
  position:absolute;
  top:90px;
  right:7%;
  color:#000;
  font-weight:normal;
}
#onestop .onestop_wrap h5{
  position:absolute;
  bottom:-5px;
  left:6%;
  font-size:72px;
  text-shadow: 1px 1px 0 #B18576, -1px -1px 0 #B18576, -1px 1px 0 #B18576, 1px -1px 0 #B18576;
  color: #fff;
}
#onestop .onestop_wrap .btn{
  position:relative;
  background:#fff;
  height:50px;
  line-height:50px;
  text-align: center;
  border-radius: 50px;
  margin-top:10px;
}
@media screen and (max-width: 1255px) {
  #onestop .onestop_wrap .hp_btn{
    text-align: left;
    padding-left: 2%;
    font-size: 15px;
  }
}
@media screen and (max-width: 1060px) {
  #onestop .onestop_wrap .hp_btn{
    min-height: 50px; /* ←固定高さではなく最小高さに変更 */
    padding: 15px 30px 0px 30px;
    line-height: 1.2; /* ←行間をややゆったりに */
    white-space: normal; /* ←テキストの折り返しを許可 */
    word-break: break-word; /* ←長い単語も折る */
  }
}
@media screen and (max-width: 754px) {
  #onestop .onestop_wrap .hp_btn{
    text-align: center;
    padding: 0; /* ←余白で高さを調整 */
    min-height: 40px;
    line-height: 40px; /* ←行間をややゆったりに */
  }
}
#onestop .onestop_wrap .btn::after{
  position:absolute;
  right:25px;
  display:inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  /*アニメーションの指定*/
  transition: all .3s;
}
@media screen and (max-width: 1060px) {
  #onestop .onestop_wrap .hp_btn::after{
    top:22px;
  }
}
@media screen and (max-width: 754px) {
  #onestop .onestop_wrap .hp_btn::after{
    top:inherit;
  }
}
#onestop .onestop_wrap .waku .pic img{
  transition: all 0.8s;
  width:100%;
  height:100%;
}
#onestop .onestop_wrap a:hover .btn::after{
  right:18px;
}
#onestop .onestop_wrap a:hover .pic img{
  transform: scale(1.07);
  transition: all 0.8s;

}
#onestop .onestop_wrap a .btn {
  display:block;
  color:#776B58;
}
#onestop .bottom_sen{
  width:100%;
  margin-top:85px;
  border-bottom:1px solid #776B58; 
}

/*-------- スライド -------*/
.loopslide {
  position:relative;
  z-index:2;
  width:100vw;
}
.loopslide img {
  width:100%;/*スライダー内の画像を横幅100%に*/
  height:16.25vw;
}
@media (max-width: 1500px) {
  .loopslide img{
    height:21.25vw;
  }
}
@media (max-width: 754px) {
  .loopslide img{
    height:32.25vw;
  }
}


/*-------- イベント・セミナー -------*/
.news_inner{
  padding:150px 0;
  width:80%;
  max-width:1100px;
}
.news_btn a{
  display:flex;
  align-items: center;
  justify-content: flex-end;
  margin-top:50px;
  letter-spacing: 2px;
  color:#000;
  font-size:22px;
}
.news_btn .circle{
  width:60px;
  height:60px;
  border:1px solid #000;
  border-radius:50%;
  margin-left:-31px;
}
.news_btn .yoko_arrow{
  position:relative;
  height:1px;
  width:55px;
  background:#80CC29;
  margin-left:13px;
  transition: all .3s;
  display:inline-block;
  right:0;
}
.news_btn .yoko_arrow::after{
  content:'';
  position:absolute;
  bottom:-1px;
  right:3px;
  height:10px;
  width:1px;
  background:#80CC29;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.news_btn a:hover .yoko_arrow{
  right:-10px;
}



#event{
  position:relative;
  z-index:100;
  width:100%;
  background:rgba(242, 239, 235,1);
}
#event .wrap{
  width:90%;
}
#event .title_wrap{
  position:absolute;
  top:-180px;
}
#event .wrap .title_wrap .title img{
  max-width: 100%;
  height: auto;
}
#event .wrap .title_wrap .title_sub{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#event .news_inner{
  margin-left:auto;
}
#event .event_inner{
  display:flex;
  justify-content: space-between;
}
#event .eyecatch {
  width:100%;
  height:0;
  padding-top:230px;
  background-position: center center;
  background-size: cover;
  border-radius:35px;
  transition:0.3s;
  overflow: hidden;
}
#event .kizi{
  width:31%;
  text-align: center;
}
#event .kizi a{
  color:#000;
  display:block;
}
#event .kizi a:hover{
  opacity:0.7;
}
#event .kizi .title{
  font-size:20px;
  font-weight:bold;
  letter-spacing: 1px;
  padding:15px 0 5px 0;
}
#event .kizi .news_desc{
  font-size:18px;
}

#event .philo_sen{
  height:300px;
  width:1px;
  background:#80CC29;
  margin-left:5px;
  margin: 0 auto;
}
#event .philo_sen::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #fff;
  animation: pathmove 2s ease-in-out infinite;
  opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:200px;
		opacity: 0;
	}
}


.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}




/*-------- お知らせ -------*/
#news{
  position:relative;
  z-index:2;
  background:#fff;
}
#news .title_wrap{
  right:0;
  text-align:right;
  text-align: -webkit-right;
}
#news .kizi{
  position:relative;
  border-top:2px dotted #000;
  padding:25px;
}
#news .kizi .news_time{
  position:absolute;
  right:25px;
  top:25px;
}
#news .kizi .title{
  font-size: 20px;
  font-weight:bold;
  padding-bottom:10px;
  letter-spacing: 1px;
}
#news .kizi a{
  color:#000;
  display:block;
}
#news .kizi a:hover{
  opacity:0.6;
}
#news .kizi p{
  font-size:18px;
}
#news .under_border{
  border-top:2px dotted #000;
}




/*------- web打ち合わせ -------*/

#online{
  position: relative;
  z-index: 2;
  background: rgba(217, 209, 202,0.9);
  padding: 20% 0;
}
#online .inner_wrap_img{
  width: 100%;
}
#online .inner_wrap_img img{
  position: absolute;
  width: 60%;
  bottom: 25px;
  left: 18%;
}
#online .flower img{
  width:100px;
  position:absolute;
  bottom: 0; 
  right: 7%;
}



/*------- お問い合わせ -------*/
#contact{
  position:relative;
  z-index:2;
  background:#F2EFEB;
}
#contact table a{
  color:#B18576;
  text-decoration: underline;
}
#contact table{
  padding:160px 0 110px 0;
  margin-left: 40%;
  line-height:60px;
  font-size: 20px;
}
#contact table th{
  font-weight:normal;
  text-align: left;
  padding-right:90px;
  vertical-align: top;
}
#contact table .btn{
  background:#776B58;
  border: 1px solid #776B58;
  text-align: center;
  border-radius: 50px;
  margin-top:40px;
  width:550px;
  transition-duration: 0.3s;
}
#contact table .btn a{
  color:#fff;
  display:block;
  text-decoration: none;
}
#contact table .btn:hover{
  background:#fff;
}
#contact table .btn:hover a{
  color:#776B58;
}
/*------- フッター -------*/
footer{
  position:relative;
  z-index:2;
  margin-top:500px;
  background:#D9D1CA;
  color:#776B58;
  font-size:18px;
  padding:40px 0;
}
footer .top_wrap{
  display:flex;
  justify-content: space-between;
}
footer ul{
  display:flex;
  align-items: center;
}
footer ul li{
  margin-left:50px;
}
footer .logo img{
  width:280px;
}
footer ul li img{
  width:20px;
}
footer ul li:last-child{
  font-size:14px;
}
footer ul li span{
  padding-left:30px;
}
footer a{
  color:#776B58;
}
