@charset "UTF-8";
header .inner .nav-wrap .g-nav li.top a:hover:after {
	transform: unset;
}
header .inner .nav-wrap .g-nav li.top a::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 10%;
	width: 80%;
	height: 2px;
	background: var(--orange);
	transition: all .3s;
	transform: none;
	transform-origin: center top;
}
/*------------------------
header
------------------------*/
header {
	margin: 50px 0 0 0;
	width: 100%;
	top: 0;
	left: 0;
}

header .inner{
	width: 1200px;
	margin: 0 auto;
	box-shadow: none;
	padding: 0;
	background: none;
}
header .inner.flex-box{
	justify-content: space-between;
	align-items: flex-start;
}
header .inner .logo{
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 5px 5px 15px rgba(132,132,132,0.4);
	-moz-box-shadow: 5px 5px 15px rgba(132,132,132,0.4);
	-webkit-box-shadow: 5px 5px 15px rgba(132,132,132,0.4);
	display: flex;
	align-items: center;
	margin-top: -120px;
	padding-top: 30px;
	position: relative;
}
header .inner .logo::before{
	content: "";
	width: 110px;
	height: 82px;
	background: url(/koukashita-akisoko/pc/img/index/obj_green1.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 30px;
	bottom: -20px;
	transform: rotate(45deg);
	opacity: 0.8;
}
header .inner .logo::after{
	content: "";
	width: 108px;
	height: 91px;
	background: url(/koukashita-akisoko/pc/img/index/obj_green2.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 213px;
	left: 280px;
	z-index: -1;
}
header .inner .logo a{
	width: 240px;
	height: 126px;
	display: block;
	margin: 0 auto;
}
header .inner .logo a.anime{
	display: none;
}

/*グローバルナビメニュー--------------------*/
header .inner .nav-wrap{
	box-shadow: 5px 5px 15px rgba(132,132,132,0.4);
	-moz-box-shadow: 5px 5px 15px rgba(132,132,132,0.4);
	-webkit-box-shadow: 5px 5px 15px rgba(132,132,132,0.4);
	background: #fff;
	border-radius: 50px;
	padding: 12px 12px 12px 25px;
	height: 71px;
}


/*追従用----------------*/

header.is_anime .inner.flex-box{
	align-items: center;
	background: #fff;
}
header.is_anime .inner .logo a.anime{
	display: block;
	width: 260px;
	height: auto;
	margin-left: 15px;
}
header.is_anime .inner .logo a.top{
	display: none;
}
header.is_anime .inner .logo{
	width: auto;
	height: auto;
	border-radius: unset;
	box-shadow: none;
	align-items: unset;
	margin-top: 0;
	padding-top: 0;
	background: none;
}
header.is_anime .topimg{
	display: none;
}
header.is_anime .inner .logo::before{
	content: none;
}
header.is_anime .inner .nav-wrap{
	box-shadow: none;
}
header .inner .logo::after{
	content: none;
}
/*------------------------
footer
------------------------*/

/*footer-contact------------------*/
.f-contact{
	padding: 60px 0 80px;
	background: #fff;
	text-align: center;
}
.f-contact .logo{
	width: 500px;
	height: auto;
}

/*------------------------
topimg
------------------------*/
#top_img{
	background: url(/koukashita-akisoko/pc/img/index/top_bg.jpg)no-repeat center;
	background-size: auto;
}
#top_img .inner{
	width: 1200px;
	min-height: 380px;
	margin: 0 auto;
	position: relative;
}
#top_img .inner::before{
	content: "";
	width: 100px;
	height: 230px;
	background: url(/koukashita-akisoko/pc/img/index/obj_green_person1.png)no-repeat;
	background-size: contain;
	position: absolute;
	right: 90px;
	top: 65px;
}
#top_img .inner::after{
	content: "";
	width: 300px;
	height: 350px;
	background: url(/koukashita-akisoko/pc/img/index/obj_green_person2.png)no-repeat;
	background-size: contain;
	position: absolute;
	left: 290px;
	bottom: 20px;
}

#top_img .topimg{
	width: 200px;
	height: auto;
	position: absolute;
	top: -30px;
	left: 580px;
	z-index: 0;
	border-radius: 50%;
	box-shadow: 5px 5px 15px rgb(132 132 132 / 40%);
	-moz-box-shadow: 5px 5px 15px rgba(132,132,132,0.4);
	-webkit-box-shadow: 5px 5px 15px rgb(132 132 132 / 40%);
}
/*------------------------
コンテンツ共通
------------------------*/

.contents .inner .title-wrap .sub{
	height: 16px;
	width: auto;
	position: relative;
	display: inline-block;
	padding: 0 65px 0 0;
	text-align: center;
	margin-bottom: 10px;
}
.contents .inner .title-wrap h2{
	font-size: 3.2rem;
	margin-bottom: 20px;
	line-height: 1;
}
.contents .inner .btn a{
	position: relative;
}

.contents .inner .btn a::after {
	content: '';
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate( -135deg);
	transform: rotate( 
-135deg
);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	transition: all .3s ease 0s;
}

/*------------------------
トップコンテンツ
------------------------*/
#top_contents{
	background: var(--bgcolor);
	padding: 60px 0 65px;
	margin-top: 60px;
	position: relative;
}
#top_contents::after{
	content: "";
    width: 100%;
    height: 59px;
    background: url(/koukashita-akisoko/pc/img/common/bg-kouka.png);
    background-size: cover;
    position: absolute;
    top: -55px;
    z-index: -1;
}
#top_contents .concept{
	margin-bottom: 60px;
}
#top_contents .concept .textarea{
	font-size: 1.8rem;
	letter-spacing: -0.04em;
	flex: 1;
	text-align: justify;
	font-weight: bold;
}
#top_contents .concept .image{
	width: 364px;
	height: auto;
	margin-top: -240px;
	margin-left: 30px;
	margin-right: 0px;
	position: relative;
}
#top_contents .concept .image::after{
	content: "";
	background: url(/koukashita-akisoko/pc/img/index/obj_green3.png) no-repeat;
	width: 160px;
	height: 140px;
	background-size: contain;
	position: absolute;
	bottom: -40px;
    right: 0;
	opacity: 0.8;
}
/*------------------------
About
------------------------*/
#about{
	position: relative;
}
#about::before{
	content: "";
	background: url(/koukashita-akisoko/pc/img/index/obj_green4.png) no-repeat;
	width: 195px;
	height: 156px;
	background-size: contain;
	position: absolute;
	top: -55px;
	left: -165px;
	opacity: 0.8;
}
#about .inner{
	background: #fff;
	border-radius: 5px;
	padding: 40px;
}
#about .photo{
	width: 350px;
	height: 250px;
	margin-left: 80px;
}
#about .photo img{
	border-radius: 8px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

#about .title-wrap{
	flex: 1;
}
#about .title-wrap .textarea{
	font-size: 1.6rem;
	letter-spacing: 0.08em;
}

/*------------------------
イベント情報
------------------------*/

#event-information .inner{
	padding: 90px 0 80px;
	position: relative;
}

#event-information .inner::before{
	content: "";
	background: url(/koukashita-akisoko/pc/img/index/obj_orange.png) no-repeat;
	width: 187px;
	height: 130px;
	background-size: contain;
	position: absolute;
	top: 30px;
	right: -150px;
	opacity: 0.8;
}
#event-information .block-wrap{
	margin-bottom: 50px;
}
#event-information .block-wrap .flex-box .block a{
	width: 235px;
	height: 100%;
	box-shadow: 5px 5px 15px rgba(132,132,132,0.4);
	-moz-box-shadow: 5px 5px 15px rgba(132,132,132,0.4);
	-webkit-box-shadow: 5px 5px 15px rgba(132,132,132,0.4);
	border-radius: 5px;
	position: relative;
	display: flex;
	flex-direction: column;
	margin-right: 20px;
}
#event-information .block-wrap .flex-box .block:nth-child(4n) a{
	margin-right: 0;
}
#event-information .block-wrap .flex-box{
	justify-content: flex-start;
	align-items: stretch;
}

#event-information .block-wrap ul li .image{
	width: 235px;
	height: 176px;
	margin: 0 auto;
	overflow: hidden;
}
#event-information .block-wrap ul li .image img{
	object-fit: cover;
	font-family: "object-fit: cover;";
}
#event-information .block-wrap ul li .archive-icon{
	width: 70px;
    height: 70px;
    background: #9f9f9f;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 5px;
    position: absolute;
    top: 95px;
    right: 10px;
}
#event-information .block-wrap ul li .image img{
	transition:1s all;
}
#event-information .block-wrap ul li:hover .image img{
	transform:scale(1.1,1.1);
	transition:1s all;
}
#event-information .block-wrap ul li .textarea{
	padding: 12px 12px 0 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex: 3 auto;
	min-height: 100px;
}
#event-information .block-wrap ul li .textarea .tag-wrap{
	margin-bottom: 7px;
}
#event-information .block-wrap ul li .textarea .tag-wrap li{
	background: var(--yellow);
	font-size: 1.1rem;
	display: inline-flex;
	padding: 2px 7px 2px 8px;
	align-items: center;
	margin-right: 3px;
	margin-bottom: 3px;
}
#event-information .block-wrap ul li .textarea .tag-wrap li::before{
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	margin-right: 8px;
}
#event-information .block-wrap ul li h3{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 8px;
}
#event-information .block-wrap ul li .day{
	font-size: 1.3rem;
	padding: 0 15px 15px;
	display: block;
}
#event-information .btn a{
	font-size: 2rem;
	text-align: center;
	width: 420px;
	padding: 13px 0;
}
#event-information .btn{
	text-align: center;
}

/*------------------------
利用希望の方へ
------------------------*/
#user{
	background: var(--bgcolor);
	padding: 80px 0 100px;
	margin-top: 60px;
	position: relative;
}
#user::after {
	content: "";
    width: 100%;
    height: 59px;
    background: url(/koukashita-akisoko/pc/img/common/bg-kouka.png);
    background-size: cover;
    position: absolute;
    top: -55px;
    z-index: -1;
}
#user .inner{
	background: #fff;
	border-radius: 5px;
	padding: 40px;
	position: relative;
}
#user .inner::before{
	content: "";
	background: url(/koukashita-akisoko/pc/img/index/obj_green5.png) no-repeat;
	width: 187px;
	height: 130px;
	background-size: contain;
	position: absolute;
	top: -55px;
	left: -190px;
	opacity: 0.8;
}
#user .inner .text-wrap{
	flex:1
}
#user .title-wrap{
	margin-bottom: 25px;
}
#user .textarea{
	font-size: 1.6rem;
	margin-bottom: 15px;
	letter-spacing: .03em;
}

#user .text-wrap .btn a{
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 25px;
}
/*ダウンロードボタン*/
#user .download{
	background: #e4ffe4;
	border-radius: 5px;
	padding: 20px;
	font-size: 1.7rem;
	font-weight: bold;
	border: 3px solid #a5d7ab;
	margin-bottom: 20px;
}
#user .download p{
	margin-bottom: 13px;
	line-height: 1;
}
#user .download .d-btn a{
	background: var(--yellow);
	box-shadow: 0 -3px 0 0 #c3c800 inset;
	width: 100%;
	padding: 10px 10px 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#user .download .d-btn a::after{
	content: "";
	width: 19px;
	height: 19px;
	background: url(/koukashita-akisoko/pc/img/common/icon-download.png) no-repeat;
	background-size: contain;
	display: inline-block;
}
#user .download .d-btn a .image{
	width: 24px;
	height: 24px;
	display: inline;
	margin-left: -70px;
}

/*利用申し込みボタン*/
#user .btn-wrap{
	background: #e6e6e6;
	padding: 20px;
	border-radius: 5px;
	font-size: 1.7rem;
	border: 3px solid #b2b2b2;
	box-sizing: border-box;
}
#user .btn-wrap p{
	margin-bottom: 13px;
	font-weight: bold;
	line-height: 1;
}
#user .btn-wrap .btn a{
	width: 100%;
	font-size: 1.8rem;
	padding: 6px 0 7px 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 0;
	background: #457e63;
	margin-bottom: 0;
}
#user .btn-wrap .btn a::before{
	content: "";
	width: 22px;
	height: 22px;
	background: url(/koukashita-akisoko/pc/img/common/icon-mail.png) no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 10px;
}
#user .btn-wrap span{
	font-size: 1.3rem;
	padding-top: 8px;
}
/*スライダー--------------------------*/
.img-area {
	width: 460px;
	margin-left: 50px;
}
#main-slider {
	width: 100%;
	height: 320px;
	margin-bottom: 10px;
}
#main-slider .slide-item {
	width: 100%;
	height: 320px;
}
#main-slider .slide-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
#thumbnail-slider {
	width: 100%;
	height: 60px;
	margin-bottom: 15px;
}
#thumbnail-slider .thumbnail-item {
	height: 56px;
	cursor: pointer;
	margin-right: 8px;
}
#thumbnail-slider .thumbnail-item div {
	height: 100%;
}
#thumbnail-slider .thumbnail-item img {
	transition: opacity .2s linear;
	backface-visibility: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.thumbnail-current img{
	border: 3px solid var(--orange);
}

.slick-arrow {
	cursor: pointer;
	background: var(--orange);
	width: 50px;
	height: 50px;
	z-index: 10;
	position: absolute;
	transition: opacity .3s linear;
	border-radius: 50%;
}

.slick-next:before {
	content: '';
}
.slick-arrow:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 4px;
	margin: auto;
	width: 9px;
	height: 9px;
	border-bottom: 4px solid #fff;
	border-left: 4px solid #fff;
	transform: rotate(
45deg
);
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0;
}
.slick-arrow.slick-next:after {
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: none;
	border-left: none;
	left: -4px;
	transform: rotate(45deg);
}
.slick-next:before {
	content: '';
}
.slick-prev:before {
	content: '';
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: unset;
	outline: none;
	background: var(--orange);
}
.slick-disabled{
	background: var(--bgcolor);
}
.slick-disabled.slick-next:focus,.slick-disabled.slick-prev:focus{
	background: var(--bgcolor);
}
.slick-disabled:hover{
	background: var(--bgcolor);
}

#user .img-area .btn a {
	width: 320px;
	padding: 10px 0;
	text-align: center;
	font-size: 1.6rem;
}
#user .img-area .btn{
	text-align: center;
}



/*------------------------
ご来場の方へ
------------------------*/
#visitors{
	background: url(/koukashita-akisoko/pc/img/index/visitors_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0 100px;
}
#visitors .inner{
	background: #fff;
	border-radius: 5px;
	padding: 40px;
}
#visitors .textarea{
	font-size: 1.6rem;
	margin-bottom: 25px;
}
#visitors .access{
	font-size: 1.7rem;
    font-weight: bold;
    display: flex;
    line-height: 1.4;
}
#visitors .access span{
	display: block;
}
#visitors .access::before{
	content: "";
	background: url(/koukashita-akisoko/pc/img/index/icon_pin.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 40px;
	display: block;
	margin-right: 8px;
}
#visitors .access-wrap{
	margin-bottom: 30px;
}
#visitors .access-wrap .btn a{
	width: 360px;
	padding: 10px;
	text-align: center;
	font-size: 1.8rem;
	margin-left: 20px;
}
#visitors .map-wrap{
	width: 100%;
    height: 350px;
    margin-bottom: 20px;
    background: #e3f0dd;
}
#visitors .map-wrap img{
	object-fit: contain;
	font-family: "object-fit: contain;";
}
#visitors .d-btn a{
	width: 260px;
	padding: 10px 20px;
	font-weight: bold;
	border-radius: 5px;
	background: var(--yellow);
	position: relative;
}
#visitors .d-btn a::after {
	content: '';
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #1e1e1e;
	border-left: 2px solid #1e1e1e;
	-webkit-transform: rotate( -135deg);
	transform: rotate( -135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	transition: all .3s ease 0s;
}
#visitors .route-wrap{
	display: flex;
	margin-bottom: 20px;
}
#visitors .route-wrap .title{
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
#visitors .route-wrap .train{
	padding-right: 30px;
	margin-right: 30px;
	border-right: 2px dotted var(--btn);
}
#visitors .route-wrap .car{
	width: 48%;
}
#visitors .route-wrap .train .title::before{
	content: "";
	background: url(/koukashita-akisoko/pc/img/index/icon_train.png) no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	display: inline-block;
	padding-right: 5px;
}
#visitors .route-wrap .car .title::before{
	content: "";
	background: url(/koukashita-akisoko/pc/img/index/icon_car.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 20px;
	display: inline-block;
	padding-right: 5px;
}