@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');



/*  ----------------------------------------------------------

index

----------------------------------------------------------  */
/* kv */
.top-kv {
	position: relative;
}
.top-kv p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 40%;
	margin: 0 auto;
	z-index: 99;
}
.top-kv small {
	position: absolute;
	top: 50%;
	left: 2.6%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: 'Poppins', sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
}
#main {
	position: relative;
	overflow: hidden;
	width: 85%;
	margin: 0 auto;
	height: 72rem;
}

/* news */
.top-news {
	width: 75%;
	margin: -6rem auto 8rem auto;
	position: relative;
	z-index: 999;
}
.top-news h2 {
	display: flex;
	align-items: center;
	line-height: 1;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0,0.5);
	margin-bottom: 2rem;
	font-size: 1.2rem;
}
.top-news h2 span {
	font-family: 'Poppins', sans-serif;
	font-size: 2rem;
	display: inline-block;
	margin-right: 2rem;
}

/* intro */
.top-intro {
	padding: 10rem 10% 22rem 10%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	background: 
		url(../img/top-bg1.png) no-repeat left 16rem bottom,
		url(../img/top-bg2.png) no-repeat left top;
	background-size: 
		45% auto,
		30% auto;
}
.top-intro::before {
	content: "";
	background: #fdf7f0;
	width: 80%;
	height: 40rem;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.top-intro > *:first-of-type {
	width: 55%;
}
.top-intro > *:last-of-type {
	width: 40%;
}
.top-intro h2 {
	font-weight: normal;
	font-size: 3.2rem;
	line-height: 1.6;
	margin-bottom: 2rem;
	padding-top: 12rem;
}
.top-intro-img1 {
	position: absolute;
	left: 2rem;
	bottom: 2rem;
	width: 32rem;
}
.top-intro-img2 {
	position: absolute;
	right: 15rem;
	bottom: 2rem;
	width: 24rem;
}

/* menu */
.top-menu {
	padding: 10rem 10%;
}
.top-menu-wrap {
	display: flex;
	justify-content: space-between;
}
.top-menu-wrap > * {
	width: 25%;
	padding: 0 2rem;
	margin-bottom: 4rem;
}
.top-menu-wrap > *:not(:last-of-type) {
	border-right: solid 1px #e5e5e5;
}
.top-menu h3 {
	text-align: center;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 2rem;
	font-size: 2rem;
}
.top-menu dl dt {
	width: 80%;
	margin: 0 auto;
}
.top-menu dl dd:first-of-type {
	text-align: center;
	font-size: 1.8rem;
	color: #7f5688;
	line-height: 1;
	margin: 2.5rem 0 1.5rem 0;
}
.top-menu dl dd:last-of-type {
	line-height: 1.8;
}
.top-menu a {
	display: block;
	width: 28rem;
	border: solid 1px #7f5688;
	background: url(../img/arrow.png) no-repeat right 1.5rem center;
	background-size: 1.8rem;
	background-color: #f2f1f1;
	padding: 2.2rem 0 2rem 0;
	line-height: 1;
	margin: 0 auto;
	color: #7f5688;
	text-align: center;
}

/* access */
.top-access {
	padding: 10rem 10%;
}
.top-access-wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 6rem;
}
.top-access-wrap > *:first-of-type {
	width: 55%;
}
.top-access-wrap > *:last-of-type {
	width: 40%;
}
.top-access .gmap iframe {
	width: 100%;
	height: 100%;
}
.top-access h2 {
	text-align: left;
}
.top-access-other {
	display: flex;
	justify-content: space-between;
}
.top-access-other > * {
	width: 48%;
}
@media screen and (max-width: 767px) {
	/* kv */
	.top-kv {
		position: relative;
	}
	.top-kv p {
		width: 60%;
	}
	#main {
		width: 100%;
		height: 56rem;
	}

	/* news */
	.top-news {
		width: 90%;
		margin: -8rem auto 10rem auto;
	}

	/* intro */
	.top-intro {
		padding: 10rem 5%;
		display: block;
		justify-content: space-between;
		flex-direction: row-reverse;
		background: 
		url(../img/top-bg1.png) no-repeat left 5rem bottom,
		url(../img/top-bg2.png) no-repeat left top 4rem;
		background-size: 
			80% auto,
			45% auto;		
	}
	.top-intro h2 {
		padding-top: 1rem;
	}
	.top-intro > *:first-of-type {
		width: 100%;
		margin-bottom: 2rem;
	}
	.top-intro > *:last-of-type {
		width: 100%;
	}
	.top-intro-img2 {
		right: 2rem;
		bottom: 44rem;
		width: 12rem;
	}

	/* menu */
	.top-menu {
		padding: 10rem 5%;
	}
	.top-menu-wrap {
		flex-wrap: wrap;
	}
	.top-menu-wrap > * {
		width: 48%;
		padding: 0 2rem;
		margin-bottom: 4rem;
	}
	.top-menu-wrap > *:nth-of-type(2) {
		border-right: none;
	}

	/* access */
	.top-access {
		padding: 10rem 5%;
	}
	.top-access-wrap {
		display: block;
	}
	.top-access-wrap > *:first-of-type {
		width: 100%;
		margin-bottom: 4rem;
	}
	.top-access-wrap > *:last-of-type {
		width: 100%;
	}
	.top-access .gmap iframe {
		width: 100%;
		height: 100%;
	}
	.top-access-other {
		display: block;
	}
	.top-access-other > * {
		width: 100%;
	}	
	.top-access-other > *:first-child {
		margin-bottom: 2rem;
	}		
}



/*  ----------------------------------------------------------

float

----------------------------------------------------------  */
.float {
	position: fixed;
	right: 3.1rem;
	top: 12rem
}
.float li {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: 'Poppins', sans-serif;
	width: 2rem;
	line-height: 1;
}
.float li span {
	margin-bottom: 0.5rem;
	vertical-align: -0.1rem;
}
.float li:first-child {
	margin-bottom: 3rem;
}



/*  ----------------------------------------------------------

menu

----------------------------------------------------------  */
.menu-wrap {
	width: 70%;
	margin: 0 auto;
}





/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news .CMS-NEWS-INDEX{
	padding-bottom: 0;
}
.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8rem;
    position: relative;
    margin-bottom: -3.5%;
}
.CMS-NEWS-INDEX > * {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
	background: url(../img/arrow.png) no-repeat right 1rem bottom 1rem;
	background-size: 1.5rem;
	background-color: #fff;	
	padding: 1.5rem;
	position: relative;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	min-height: 10rem;
}
.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;    
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
	display: block;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
.CMS-NEWS-TIME {
    font-size: 1.2rem;
    margin: 1rem 0 0.8rem 45%;
    line-height: 1;
}
.CMS-NEWS-LINK {
    line-height: 1.6;
	margin-left: 45%;
	font-size: 1.2rem;
}
.CMS-NEWS-THUMBNAIL {
	position: absolute;
	left: 1.5rem;
	top: 1.5rem;
	width: 35%;
	height: 7rem;
	object-fit: cover; 		
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: #7f5688;
    border:none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 4rem auto 0 auto;
    width: 24rem;
    display: block;
    transition: all .3s;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	min-height: auto;	
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}

/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0,0,0,0.2);
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}
.CMS-NEWS-TITLE:after {
    border-bottom: solid 3px #7f5688;
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 2rem auto;
}

@media screen and (max-width: 767px) {
    .CMS-NEWS-INDEX {
        display: block;
        margin-bottom: -6rem;
    }
    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;        
    }
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }   
}