@charset "UTF-8";
/* Scss Document */
/* CSS Document */
h3 .bgc_dark{
	margin-bottom: 0.1em;	}
	
.area_lnk_btn{
	position: absolute;
    right: 0;
	bottom: 0;
	transform: translateY(50%);
	line-height: 1;
}
.area_lnk_btn .lnk_btn .btn_inner{
	padding-right: 2em;
}
#sec_about .area_point{
	position: relative;}
	
#sec_about .area_point::after{
	content: '';
	display: inline-block;
	width: 50%;
	max-width: 320px;
	height: 1em;
	margin-left: 0.5em;
	border-top: 1px solid #953C34;
	position: relative;
	transform: translateY(75%);}

#sec_about .lst_num ol li {
	padding-left: 2.5em;
	margin-bottom: 1em;}

#sec_about .lst_num ol li::after {
    content: counter(list-counter, decimal-leading-zero)".";
    counter-increment: list-counter;
    line-height: 1;
    width: 1.2em;
    height: 1.2em;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;}
	
#sec_about ol{
	padding-left: 10%;
	counter-reset: list-counter;}
	
#sec_about .blk_movie {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 2px solid #953C34;
    overflow: hidden;
    position: relative;}
#sec_about .blk_movie iframe {
	width:101%;
	height: 101%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);}

#sec_about .blk_movie .thumb_movie{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);}
#sec_about .blk_movie:before {
  position: absolute;
  font-family: "iconelama";
  content: "\e907";
  font-size: 3.5em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all .6s;
  z-index: 1;}
#sec_about .blk_movie:hover:before {
    color: #FF0000;}

.btn_play{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;}
.btn_play::before{
    content: "動画を再生する";
    display: inline-block;
    padding: 25px;
    background: #000;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}
    
.btn_play.hidden{
    display: none;}

#sec_movein .content_inner{
	transform: translateY(-1.5em);}
	
#sec_movein .lnk_btn{
	position: absolute;
	bottom: -3.5em;
	right: 0;}
	
#sec_visit .content_inner{
	transform: translateY(-4em);}
	
#sec_visit p .icon-care {
	font-size:3.6em;}
	
#sec_visit .lnk_btn{
	position: absolute;
	bottom: -2em;
	right: 0;}
	
#sec_facility .content_inner,
#sec_recruit .content_inner{
	position: absolute;
	bottom: 2em;
	left: 50%;
	transform: translateX(-50%);}
#sec_posts {
	margin-top: 5em;}

#sec_posts .flex_space .area_txt{
	width: calc(100% - 15em);}

/*instagram*/
#sec_instagram{
	padding:60px 0;
}

#sec_instagram h3{
	padding: 0.5em 1em;
    margin-bottom: 0.5em;
}



#sec_instagram h3 a:hover {
	color: #b9bb32;
}

#sec_instagram h3 .icon-instagram{
	font-size: 1.6em;
    vertical-align: bottom;
    padding-right: 0.2em;}

#sec_instagram .instagram{
	display:flex;
	display:-webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#sec_instagram .instagram li{
	width: 33.3%;
	position: relative;
}

#sec_instagram .instagram li::before {
    content: "";
    display: block;
    padding-top: 100%;
}

#sec_instagram .instagram li img{
    width: 100%;
	height: auto;
	line-height: 0;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.instagram li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@keyframes typing{
  0% { width: 0%; }
  100% { width: 20em; }
}
/*===============================================*/
@media screen and (max-width: 767px) {
	#sec_posts .flex_space .area_txt{
		width: 100%;
	}
}
/*===============================================*/
@media screen and (max-width: 480px) {

}
