@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
h1 img {
	width: 168px;
	height: auto;
}
.mainVisual {
	background-repeat: repeat;
	position: relative;
	padding: 0;
	overflow: hidden;
	height: calc(100vh - 82px);
	background-size: cover;
    background-position: center;
}
.mainVisual ul {
	z-index: -1;
    width: 100%;
    height: 100%;
}
.mainVisual ul li {
    width: 100%;
    height: 100%;	
}
.mainVisual ul .slick-list ,
.mainVisual ul .slick-list div {
    width: 100%;
    height: 100%;		
}
.mainVisual ul li img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
}
.mainVisual:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	top: 0;
	left: 0;
}
.mainVisual .inner h2 {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	text-align: center;
	font-size: 4.4rem;
	color: #fff;
	width: 100%;
}
.mainVisual .inner h2 span.en {
	font-size: 4rem;
	color: #9b9b9b;
	font-weight: normal;
	display: inline-block;
}
.mainVisual .inner h2 span.ja span {
	opacity: 0;
	transform: translateX(5px);
	transition-duration: .4s;
	display: inline-block;
}
.mainVisual .inner h2 span.ja.active span {
	opacity: 1;
	transform: translateX(0px);
}
.mainVisual .inner h2 span.ja.active span:nth-of-type(1) {
	transition-delay: 1.5s;
}
.mainVisual .inner h2 span.ja.active span:nth-of-type(2) {
	transition-delay: 1.6s;
}
.mainVisual .inner h2 span.ja.active span:nth-of-type(3) {
	transition-delay: 1.7s;
}
.mainVisual .inner h2 span.ja.active span:nth-of-type(4) {
	transition-delay: 1.8s;
}
.mainVisual .inner h2 span.ja.active span:nth-of-type(5) {
	transition-delay: 1.9s;
}
.mainVisual .inner h2 span.ja.active span:nth-of-type(6) {
	transition-delay: 2.0s;
}
.mainVisual .inner h2 span.ja.active span:nth-of-type(7) {
	transition-delay: 2.1s;
}
.mainVisual .inner h2 span.ja.active span:nth-of-type(8) {
	transition-delay: 2.2s;
}
.mainVisual .inner h2 span.ja.active span:nth-of-type(9) {
	transition-delay: 2.3s;
}
.mainVisual .inner h2 span.ja.active span:nth-of-type(10) {
	transition-delay: 2.4s;
}
.mainVisual .inner h2 span.ja.active span:nth-of-type(11) {
	transition-delay: 2.5s;
}
.mainVisual .inner h2 span.ja.active span:nth-of-type(12) {
	transition-delay: 2.6s;
}
.mainVisual .inner h2 span.ja.active span:nth-of-type(13) {
	transition-delay: 2.7s;
}
.mainVisual .inner > img {
	position: absolute;
}
.mainVisual .inner h1 img {
	display: block;
	margin: 0px auto 30px;
}
@media all and (max-width: 896px) {
	
	.mainVisual .inner h2 {
		font-size: 3rem;
	}
	
	.mainVisual .inner h2 span.en {
		font-size: 2.4rem;
	}
	
}
.more {
	text-align: center;
	z-index: 10;
    position: relative;
}
.more a {
	font-size: 2rem;
	padding: 10px 60px 10px 40px;
	background-color: #669900;
	color: #fff;
	display: inline-block;
	position: relative;
	z-index: 4;
}
.more a:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 20px;
	transition: .5s;
}
.more a:hover:after {
	right: 10px;
}
section h3 {
	text-align: center;
	font-size: 3.4rem;
	margin-bottom: 40px;
}
section h3 .en {
	font-size: 2rem;
	color: #9b9b9b;
}
section {
	padding: 80px 0;
}

.sec01 {
	position: relative;
	padding: 80px 0;
}
.sec01 .inner p {
	text-align: center;
}
.sec01 .inner p span {
	font-size: 2rem;
	position: relative;
	margin-bottom: 6px;
	border-bottom-color: transparent;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 255, 0) 50%);
	background-position: 0 1em;
    background-repeat: repeat-x;
    background-size: 200% .7em;
	transition-duration: 2s;
	line-height: 2.4;
}
.sec01 .inner p span:nth-of-type(2) {
	transition-delay: .5s;
}
.sec01 .inner p span:nth-of-type(3) {
	transition-delay: 1s;
}
.sec01 .inner p span.active {
	background-position: -100% .9em;
}
section.sec02 {
	padding: 0;
}
.sec02 .title-bg{
	position: relative;
	padding: 20px 0 40px 0;
	background-color: #000;
}
.sec02 h3 {
	color: #fff;
	margin-bottom: 0;
}
.sec02 .contents-bg{
	position: relative;
	padding: 80px 0;
	background-image: url("../../image/sec02_bg.jpg");
	background-size: cover;
	background-position: center;
}
.sec02 .contents-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}
.sec02 .contents-bg .inner {
	position: relative;
}
.sec02 .contents-bg .inner h4 {
	font-size: 2.6rem;
	background-color: #fff;
    width: 60%;
    margin: 0 auto 1rem;
	display: flex;
	align-items: center;
}

.sec02 .contents-bg .inner h4 span.en {
	background-color: #c6c6c6;
	color: #111;
	font-size: .8em;
	padding: 2rem;
	margin-right: 1rem;
	display: inline-block;
}
.sec02 .contents-bg .inner h4 .text span {
	position: relative;
	border-bottom-color: transparent;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 255, 0) 50%);
	background-position: -100% 1em;
    background-repeat: repeat-x;
    background-size: 200% .7em;
	transition-duration: 2s;
}

.sec02 .contents-bg .inner h4 .text span {
	position: relative;
}
.sec02 .contents-bg .inner .photo {
	display: block;
    margin: 40px auto 0;
    max-width: 540px;
	position: relative;
}
.sec02 .contents-bg .inner .photo .photo02 ,
.sec02 .contents-bg .inner .photo .photo03 {
	position: absolute;
	top: 0;
	left: 0;
}
.sec02 .contents-bg .inner .photo .photo01 ,
.sec02 .contents-bg .inner .photo .photo02 ,
.sec02 .contents-bg .inner .photo .photo03 {
	opacity: 0;
	transition-duration: .5s;
}
.sec02 .contents-bg .inner .photo .photo01 {
	transform: translate(-10px,-10px);
	transition-delay: 1s;
}
.sec02 .contents-bg .inner .photo .photo03 {
	transform: translate(10px,-10px);
	transition-delay: 1.5s;
}
.sec02 .contents-bg .inner .photo .photo02 {
	transform: translate(10px,10px);
	transition-delay: 2s;
}
.sec02 .contents-bg .inner .photo.active .photo01 ,
.sec02 .contents-bg .inner .photo.active .photo02 ,
.sec02 .contents-bg .inner .photo.active .photo03 {
	opacity: 1;
	transform: translate(0px,0px);
}
.sec03 {
	text-align: center;
	background-color: #F5F5F5;
}
.sec03 h4 {
    color: #669900;
    font-size: 2.6rem;
    margin-bottom: 30px;
}
.sec03 ul li {
	text-align: left;
    background-color: #fff;
    font-size: 2rem;
    padding: 1.5rem;
	margin-bottom: 1rem;
}
.sec03 ul li a {
	background-color: #000;
	color: #fff;
	font-size: 1.6rem;
	display: inline-block;
	padding: .5rem 1rem;
	margin-left: 1rem;
	transition-duration: .5s;
}
.sec03 ul li a:hover {
	background-color: #669900;
}
.sec03 ul li .en {
    color: #669900;
    font-size: .8em;
    display: inline-block;
    margin-right: 1rem;
}
.sec03 ul li .text {
	display: block;
    font-size: 1.6rem;
    margin-top: 1rem;
	padding: 1rem 2rem;
    background-color: #F5F5F5;
}
.sec04 {
	background-repeat: repeat;
	padding-bottom: 20px;
}
.sec04 .ba-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
}
.sec04 .ba-box .before {
	width: 35%;
}
.sec04 .ba-box .after {
	width: 60%;
}
.sec04 .ba-box .before ,
.sec04 .ba-box .after {
	position: relative;
}
.sec04 .ba-box .before:after {
	content: "Before";
	font-family: "Libre Baskerville", serif;
	position: absolute;
	font-size: 1.8rem;
	padding: 1rem 1.6rem;
	top: 0;
	right: 0;
	background-color: #c6c6c6;
}
.sec04 .ba-box .after:after {
	content: "After";
	font-family: "Libre Baskerville", serif;
	position: absolute;
	font-size: 1.8rem;
	padding: 1rem 1.6rem;
	top: 0;
	right: 0;
	background-color: #669900;
	color: #fff;
}
.sec04 .desc {
	text-align: center;
	margin-bottom: 40px;
}
.sec05 {
	padding-bottom: 0;
}
.sec05 .title-bg{
	position: relative;
	padding: 20px 0 40px 0;
	background-color: #000;
}
.sec05 h3 {
	color: #fff;
	margin-bottom: 0;
}
.sec05 .contents-bg{
	position: relative;
	padding: 80px 0;
	background-color: #F5F5F5;
}
.sec05 .qa {
	padding: 2rem;
	background-color: #fff;
	margin-bottom: 2rem;
}
.sec05 .qa .question {
	padding-left: 5rem;
	font-size: 2rem;
	position: relative;
	margin-bottom: 1.5rem;
}
.sec05 .qa .question:before {
	content: "Q.";
	position: absolute;
	top: -11px;
	left: 0;
	font-family: "Libre Baskerville", serif;
	font-size: 3.2rem;
}
.sec05 .qa .answer {
	padding-left: 5rem;
	font-size: 1.6rem;
	position: relative;
}
.sec05 .qa .answer:before {
	content: "A.";
	position: absolute;
	top: -15px;
	left: 0;
	font-family: "Libre Baskerville", serif;
	font-size: 3.2rem;
	color: #9b9b9b;
}
.sec06 .photo {
	display: flex;
	justify-content: space-between;
}
.sec06 .photo a {
	width: 46%;
	border: 1px solid #ccc;
	padding: 1rem;
}

.sec06 .desc {
	text-align: center;
    margin: 20px 0 40px;
    font-size: 2.4rem;
}
.sec06 .desc .date {
	font-size: 2rem;
	color: #9b9b9b;
	display: block;
}
.sec06 .desc .place {
	font-size: 1.6rem;
}
dl.mailform {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
    margin: 0 auto;
}
dl.mailform dt {
	width: 10em;
	padding-bottom: .4em;
	margin-bottom: .4em;
	border-bottom: 1px solid #ccc;
}
dl.mailform dd {
	width: calc(100% - 10em);
	padding-bottom: .4em;
	margin-bottom: .4em;
	border-bottom: 1px solid #ccc;
}
@media all and (min-width: 897px) {
	.contact .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	
	#main .mainVisual {
		padding-left: 0;
		padding-right: 0;
	}

	.more a {
		font-size: 1.6rem;
	}
	#main {
		overflow: hidden;
	}
	#main section {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	section {
		padding: 40px 0;
	}
	section h3 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	section h3 .en {
		font-size: 1.6rem;
	}
	.sec01 {
		padding: 40px 0;
	}
	.sec01 .inner p {
		text-align: left;
	}
	.sec01 .inner p span {
		font-size: 1.6rem;
	}
	#main .sec02 {
		padding-left: 0;
		padding-right: 0;
	}
	.sec02 .contents-bg {
		padding: 40px 0;
	}
	.sec02 .contents-bg .inner h4 {
		width: calc(100% - 4rem);
		font-size: 1.8rem;
		display: block;
	}
	.sec02 .contents-bg .inner h4 span.en {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 1rem;
        font-size: 1.2rem;
	}
	.sec02 .contents-bg .inner h4 .text {
		padding: 1rem;
		display: block;
	}
	.sec02 .contents-bg .inner .photo {
		max-width: 90%;
	}
	.sec03 p {
		text-align: left;
	}
	.sec03 h4 {
		font-size: 1.6rem;
	}
	.sec03 ul li {
		font-size: 1.6rem;
	}
	.sec03 ul li a {
		font-size: 1.2rem;
		margin-left: 0;
	}
	.sec03 ul li .text {
		font-size: 1.4rem;
	}
	.sec03 ul li .en {
		position: absolute;
		top: -8px;
		left: 1.5rem;
	}
	.sec04 .ba-box {
		flex-wrap: wrap;
	}
	.sec04 .ba-box .before {
		width: 60%;
		margin-bottom: 1rem;
	}
	.sec04 .ba-box .after {
		width: 100%;
	}
	.sec04 .ba-box .before:after ,
	.sec04 .ba-box .after:after {
		font-size: 1.2rem;
		padding: .5rem 1rem;
	}
	.sec04 .desc {
		text-align: left;
	}
	#main section.sec05 {
		padding-left: 0;
		padding-right: 0;
	}
	.sec05 .qa .question:before ,
	.sec05 .qa .answer:before {
		font-size: 2.4rem;
		top: -9px;
	}
	.sec05 .qa .question {
		font-size: 1.6rem;
		padding-left: 3.2rem;
	}
	.sec05 .qa .answer {
		font-size: 1.4rem;
		padding-left: 3.2rem;
	}
	.sec05 .contents-bg {
		padding: 30px 15px;
	}
	.sec06 .photo {
		flex-wrap: wrap;
	}
	.sec06 .photo a {
		width: 100%;
		margin-bottom: 1rem;
	}
	.sec06 .desc {
		font-size: 2rem;
	}
	
	
	
	.sec05 .map-area .item ,
	.sec05 .map-area .item:last-of-type {
		width: 100%;
		margin-bottom: 10px;
	}
	.sec05 .map-area .item .map-img {
		width: 78px;
		left: -10px;
		bottom: -10px;
	}
	.sec05 .map-area .item .access-area img {
		width: 26px;
	}
	
	.sec05 .map-area .item .access-area p {
		width: calc(100% - 34px);
	}
	.sec05 .map-area .item .access-area p span {
		margin-top: 2px;
	}
	
}