@charset "UTF-8";
/* CSS Document */




.top .main_img {
	z-index: 0;
	position: relative;
	background-color: #fdf8ea;
}
.top .main_img .swiper-container {
	clip-path: ellipse(90% 100% at top);	
}
.top .main_img .swiper-container img {
	width: 100%;
}
.top .main_img .copy {
	z-index: 10;
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 2.2;
	letter-spacing: 2px;
	text-align: center;
	width: 100%;
}
.top .main_img .img2 {
	position: absolute;
	z-index: 1;
}
.top .main_img .img2_left {
	top: 40%;
	left: 5%;
}
.top .main_img .img2_right {
	bottom: 0;
	right: 5%;
}
@media only screen and (max-width: 900px){
.top .main_img .copy {
	top: 48%;
}
}
@media only screen and (max-width: 768px){
.top .main_img {
	z-index: 0;
	position: absolute;
	top: 40px;
	width: 100%;
}
.top .main_img .copy {
	top: 48%;
	font-size: 14px;
	line-height: 1.7;
	width: 100%;
}
.top .main_img .img2 {
	/* width: 20%; */
}
.top .main_img .img2_left {
	top: 20%;
	left: 5%;
	width: 18%;
}
.top .main_img .img2_right {
	bottom: 0;
	right: 5%;
	width: 30%;
}
}







.top .txt {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1.8;
	letter-spacing: 2px;
}
.top .sec_about {
	background: url("../images/top/back.jpg") 50% 100% no-repeat #fdf8ea;
	background-size: cover;
}
.top .sec_about,
.top .sec_schedule,
.top .sec_access,
.top .sec_faq {
	text-align: center;
}
.top .sec_about_inn,
.top .sec_schedule_inn,
.top .sec_access_inn {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 60px;
}
.top .btn_area {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto 40px;
}
.top .sec_about_inn .btn_area li {
	margin: 0 2% 0 0;
}
.top .sec_about_inn .btn_area .shadow {
	-webkit-filter:drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
	-moz-filter:drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
	-ms-filter:drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
	filter:drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
}
.top .sec_about_inn .txt {
	margin: 0 0 30px;
}
.top .btn {
	margin: 0 auto 50px;
	-webkit-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
	-moz-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
	-ms-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
	filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
	z-index: 10;
	position: relative;
	width: 25%;
}
.top .btn a {
	padding: 20px 0;
	border-radius: 50px;
	background-color: #fddc00;
	font-size: 17px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	width: 100%;
}
.top .btn a::after {
	content: " ";
	display: inline-block;
	width: 8px;
	height: 14px;
	background-size: contain;
	vertical-align: middle;
	background-image: url("../images/common/arrow.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 54%;
	right: 8%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: 0.3s all;
}
.top .btn a:hover::after{
    right: 13px;
}
.top .sec_about_inn .img {
	position: absolute;
}
.top .sec_about_inn .left {
	left: 10%;
	bottom: 70px;
	z-index: 0;
}
.top .sec_about_inn .right {
	right: -4%;
	bottom: 30px;
	z-index: 0;
}
.top .sec_schedule_inn .btn_area {
	margin: 0 auto 80px;
}
.top .sec_schedule_inn .btn_area li img {
	margin: 0 0 10px;
}
.top .sec_schedule_inn .btn_area li p {
	font-size: 21px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.top .sec_schedule_inn .img {
	position: absolute;
}
.top .sec_schedule_inn .t_left {
	left: 0;
	top: 50px;
	z-index: 0;
}
.top .sec_schedule_inn .t_right {
	right: 0;
	top: 50px;
}
.top .sec_schedule_inn .left {
	left: 2%;
	bottom: 0;


	z-index: 0;
}
.top .sec_schedule_inn .right {
	right: 2%;
	bottom: 0;
	z-index: 0;
}
.top .sec_schedule_inn .txt {
	margin: 0 0 30px;
}
.top .sec_access {
	background-image: url("../images/top/back01.jpg");
	background-size: cover;
	position: relative;
	margin-bottom: 100px;
}
.top .sec_access .wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
}
.top .sec_access .wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	padding-bottom: 55px;
	width: 90%;
	margin: 0 auto;
}
.top .sec_access .wrap .img {
	margin-right: 4%;
	width: 55%;
}
.top .sec_access .wrap .map {
	margin: 40px 0 0;
	width: 50%;
}
.top .sec_access .wrap .map iframe {
	width: 100%;
	height: 370px;
	border: 6px solid #ed6d00!important;
	border-radius: 10px;
	margin-bottom: 10px;
}
.top .sec_access .wrap .map .address {
	width: 93%;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 5%;
	text-align: left;
}
.top .sec_access .wrap .map .address span {
	display: inline-block;
}
.top .sec_access .wrap .map .address .font_b1 {
	font-size: 15px;
	font-weight: bold;
}
.top .sec_access .wrap .map .address .font_b1::before {
    content:  "";
    width:  12px;
    height:  12px;
    display:  inline-block;
    background-color: #ed6d00;
    border-radius:  50%;
    margin-right: 5px;
}
.top .sec_access .wrap .map .address .font_b2 {
	font-size: 13px;
	font-weight: bold;
}
.top .sec_access .btn {
	position: absolute;
	bottom: -85px;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
}
.top .sec_faq {
	margin: 0 auto 100px;
	width: 90%;
}

.top .i_top {
	margin-top: 25px!important;
}
.top .i_btm {
	margin-top: 50px;
}
@media only screen and (max-width: 768px){
.top .txt {
	font-size: 14px;
	line-height: 1.7;
}
.top .sec_about {
	background: url("../images/top/back.jpg") 50% 100% no-repeat #fdf8ea;
	background-size: cover;
}
.top .sec_about_inn,
.top .sec_schedule_inn,
.top .sec_access_inn {
	padding: 0;
}
.top .sec_about_inn {
    padding: 60% 0 130px;
}
.top .btn_area {
	margin: 0 auto 30px;
	flex-flow: wrap;
	width: 80%;
}
.top .sec_about_inn .btn_area li {
	width: 47%;
	margin: 0 2% 0 0;
}
.top .sec_about_inn .btn_area .shadow {
	-webkit-filter:drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
	-moz-filter:drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
	-ms-filter:drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
	filter:drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
}
.top .sec_about_inn .txt {
	margin: 0 0 15px;
}
.top .btn {
	margin: 0 auto 60px;
	z-index: 10;
	width: 35%;
	min-width: 200px;
	position: relative;
}
.top .sec_schedule_inn .btn {
    margin: 30% auto 40px;
}
.top .btn a {
	font-size: 14px;
}
.top .sec_about_inn .img {
	position: absolute;
}
.top .sec_about_inn .left {
	left: -2%;
	bottom: 123px;
	width: 25%;
	z-index: 0;
}
.top .sec_about_inn .right {
	right: 3%;
	bottom: 1%;
	width: 40%;
	z-index: 0;
}
.top .sec_schedule_inn .btn_area {
	margin: 0 auto 40px;
	width: 90%;
	height: 34vh;
	position: relative;
	z-index: 10;
}
.top .sec_schedule_inn .btn_area li {
    position: absolute;
    width: 48%;
}
.top .sec_schedule_inn .btn_area li:nth-child(1) {
    left: 0;
    top: 0;
}
.top .sec_schedule_inn .btn_area li:nth-child(2) {
    right: 0;
    top: 70px;
}
.top .sec_schedule_inn .btn_area li:nth-child(3) {
    left: 13%;
    top: 82%;
}
.top .sec_schedule_inn .btn_area li img {
	margin: 0 0 10px;
}
.top .sec_schedule_inn .btn_area li p {font-size: 15px;}
.top .sec_schedule_inn .img {
	position: absolute;
}
.top .sec_schedule_inn .t_left {
	left: 0;
	top: 25px;
	width: 20%;
}
.top .sec_schedule_inn .t_right {
	right: 0;
	top: 25px;
	width: 20%;
}
.top .sec_schedule_inn .left {
	left: 5%;
	bottom: 0;
	width: 20%;
}
.top .sec_schedule_inn .right {
	right: 5%;
	bottom: 6%;
	width: 20%;
}
.top .sec_schedule_inn .txt {
	margin: 0 0 15px;
}
.top .sec_access {
	background-image: url("../images/top/back01_sp.jpg");
	margin-bottom: 50px;
	padding-bottom: 45px;
}
.top .sec_access .wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
}
.top .sec_access .wrap {
	display: block;
	padding-bottom: 28px;
}
.top .sec_access .wrap .img {
	margin: 0 auto;
	width: 90%;
}
.top .sec_access .wrap .map {
	margin: 20px auto 0;
	width: 100%;
}
.top .sec_access .wrap .map iframe {
	height: 300px;
	width: 95%;
}
.top .sec_access .wrap .map .address {
	padding: 10px 3%;
	margin: 0 auto;
}
.top .sec_access .wrap .map .address span {
	display: inline-block;
}
.top .sec_access .wrap .map .address .font_b1 {
	font-size: 15px;
	font-weight: bold;
}
.top .sec_access .wrap .map .address .font_b1::before {
    content:  "";
    width:  12px;
    height:  12px;
    display:  inline-block;
    background-color: #ed6d00;
    border-radius:  50%;
    margin-right: 5px;
}
.top .sec_access .wrap .map .address .font_b2 {
	font-size: 13px;
	font-weight: bold;
}
.top .sec_access .btn {
	position: static;
	margin: 0 auto;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.top .sec_access .btn a {
}
.top .sec_faq {
	margin-bottom: 50px;
}
.top .i_top {
	margin: 0 0 20px!important;
}
.top .i_btm {
	margin-top: 50px;
}
}
@media only screen and (max-width: 640px){
.top .sec_schedule_inn .t_left {
	left: 0;
	top: 50px;
	width: 20%;
}
.top .sec_schedule_inn .t_right {
	right: 0;
	top: 50px;
	width: 20%;
}
}
@media only screen and (max-width: 500px){
.top .sec_schedule_inn .btn_area li:nth-child(3) {
    left: 13%;
    top: 60%;
}
.top .sec_schedule_inn .btn {
    margin: 45% auto 40px;
}
}
@media only screen and (max-width: 425px){
.top .sec_schedule_inn .btn_area li:nth-child(3) {
    left: 13%;
    top: 90%;
}
.top .sec_about_inn .right {
    right: 3%;
    bottom: 5%;
    width: 45%;
    z-index: 0;
}
.top .sec_schedule_inn .btn {
    /* margin: 45% auto 40px; */
}
}
@media only screen and (max-width: 320px){
.top .btn {
    width: 50%;
}
}

