@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=Shippori+Mincho+B1&display=swap');


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

index

----------------------------------------------------------  */
.top-kv {
	background: url(top-bg1.jpg) no-repeat center / cover;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.top-kv {
		background: url(top-bg1-sp.jpg) no-repeat center / cover;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

h1 {
	width: 10rem;
}

.top-greeting {
	background: url(top-bg2.jpg) no-repeat center / cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18rem 0;
	color: #fff;	
}
.top-greeting > div {
	display: flex;
	flex-direction: row-reverse;
}
.top-greeting h2 {
	font-weight: normal;
	line-height: 1;
	font-size: 2.4rem;
	margin-left: 8rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;	
}
.top-greeting p {
	padding-top: 2.5rem;
	line-height: 3.6;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;	
	letter-spacing: 0.1em;
}

.top-news {
	padding: 14rem 10%
}
.top-news h2 {
	font-weight: normal;
	font-size: 2.8rem;
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1;
	margin-bottom: 4rem;
}
.top-news h2 span {
	font-size: 1.4rem;
	display: inline-block;
	margin-left: 1.5rem;
	margin-top: 0.4rem;
}
.top-news h2::after {
	content: "";
	background: #e7e7e7;
	width: 78%;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
}

.top-menu {
	padding: 0 10% 14rem 10%;
}
.top-menu-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-menu-wrap > *:first-of-type {
	width: 58%;
}
.top-menu-wrap > *:last-of-type {
	width: 35%;
}
.reverse {
	flex-direction: row-reverse;
}
.top-menu h3 {
	font-weight: normal;
	line-height: 1;
	font-size: 2rem;
	margin-bottom: 2rem;
}
.top-menu p {
	color: #595959;
}

.top-gallery {
	padding: 0 0 14rem 0;
}
#loopslider {
	margin: 0 auto 20px auto;
	width: 100%;
	height: 310px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#loopslider ul {
	height: 310px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0!important;
	padding: 0!important;
}
#loopslider ul li {
	width: 220px;
	height: 310px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
#loopslider2 {
	margin: 0 auto;
	width: 100%;
	height: 310px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#loopslider2 ul {
	height: 310px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0!important;
	padding: 0!important;
}
#loopslider2 ul li {
	width: 220px;
	height: 310px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider2 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loopslider2 ul {
	display: inline-block;
	overflow: hidden;
}

.top-contact {
	margin: 0 10% 14rem 10%;
	padding: 8rem 10rem;
	background: #fcfcfa;
	border: solid 2px #e5e5e5;
	display: flex;
	align-items: center;
}
.top-contact h2 {
	margin-right: 8rem;
}
.top-contact p {
	margin-bottom: 4rem;
}
.top-contact .more {
	margin: 0;
}

.top-access {
	padding: 0 20% 14rem 20%;	
}
dl.detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 2rem;
}
dl.detail dt {
	width: 30%;
	margin-bottom: 4rem;
}
dl.detail dd {
	width: 70%;
	margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
	.top-greeting {
		padding: 14rem 0;
	}
	.top-greeting > div {
		display: block;
	}
	.top-greeting h2 {
		font-weight: normal;
		margin-left: 0;
		margin-bottom: 6rem;
		-ms-writing-mode: horizontal-tb;
		writing-mode:horizontal-tb;
		text-align: center;
	}
	.top-greeting p {
		padding-top: 0;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;	
		text-align: center;
	}
	
	.top-news {
		padding: 14rem 5%
	}
	.top-news h2::after {
		width: 55%;
	}
	
	.top-menu {
		padding: 0 5% 14rem 5%;
	}
	.top-menu-wrap {
		display: block;
	}
	.top-menu-wrap > *:first-of-type {
		width: 100%;
		margin-bottom: 3rem;
	}
	.top-menu-wrap > *:last-of-type {
		width: 100%;
	}
	
	.top-gallery {
		padding: 0 0 14rem 0;
	}
	#loopslider {
		margin: 0 auto 10px auto;
		height: 155px;
	}
	#loopslider ul {
		height: 155px;
	}
	#loopslider ul li {
		width: 110px;
		height: 155px;
	}
	#loopslider2 {
		height: 155px;
	}
	#loopslider2 ul {
		height: 155px;
	}
	#loopslider2 ul li {
		width: 110px;
		height: 155px;
	}
	
	.top-contact {
		margin: 0 5% 14rem 5%;
		padding: 6rem 6rem;
		display:block;
	}
	.top-contact h2 {
		margin-right: 0;
		margin-bottom: 4rem;
	}
	.top-contact .more {
		margin: 0 auto;
	}
	
	.top-access {
		padding: 0 5% 14rem 5%;	
	}
}





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

news

----------------------------------------------------------  */
.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%;
}
.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: 2.5rem 0 0.8rem 0;
	line-height: 1;
}
.CMS-NEWS-LINK {
	line-height: 1.8;
}

/* read more */
.CMS-NEWS-MORE-READ {
	background: #000;
	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;
	left: calc(50% - 12rem);
	bottom: 0;
	font-family: 'Shippori Mincho B1', "游明朝", "YuMincho", 'Noto Serif JP', "ＭＳ Ｐ明朝", "MS PMincho", serif;	
}
.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 #000;
	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: 6rem;		
	}
	.CMS-NEWS-CONTENT img {
		width: 100%;
	}	
}


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

access

----------------------------------------------------------  */
.access dl {
	width: 80%;
	margin: 0 auto 3rem auto;
}

@media screen and (max-width: 767px) {
	.access dl {
		width: 100%;
	}
}



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

access

----------------------------------------------------------  */
.CMS-FORM-GROUP {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.CMS-FORM-GROUP label {
	width: 30%;
}
.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
	width: 70%;
	padding: 15px;
	border: #ccc solid 1px;
	border-radius: 4px;	
	box-sizing: border-box;
}
.CMS-FORM-GROUP textarea {
	height: 120px;
}
.CMS-FORM-GROUP input[type="submit"] {
	background: #111;
	border: none;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	width: 200px;
 	padding: 1.5rem 0;
	margin: 0 auto;
	font-family: 'Shippori Mincho B1', "游明朝", "YuMincho", 'Noto Serif JP', "ＭＳ Ｐ明朝", "MS PMincho", serif;	
}
.CMS-FORM-GROUP input[type="submit"] :hover {

}
@media screen and (max-width: 767px) {
	.CMS-FORM-GROUP {
		display: block;
	}
	.CMS-FORM-GROUP label {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.CMS-FORM-GROUP input,
	.CMS-FORM-GROUP textarea {
		width: 100%;
	}
	.CMS-FORM-GROUP input[type="submit"] {
		width: 60%;
		margin: 0 auto;
	}
}

.his {
	background: rgba(200,0,0,1);
	border-radius: 2px;
	line-height: 1;
	color: #fff;
	font-size: 1.2rem;
	padding: 0.4rem 1rem 0.3rem 1rem;
	margin-left: 1rem;
	vertical-align: 0.3rem;
}



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

contact

----------------------------------------------------------  */
.contact {
	padding: 8rem;
	background: #fafafa;
}
.contact p {
	margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
	.contact {
		padding: 4rem;
	}
}

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

gallery

----------------------------------------------------------  */
.top-gallery-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}	
.top-gallery-list li {
	width: calc(100% / 7);
}
.top-gallery-list li:not(:last-child) {
	margin-right: 2rem;
}
.top-gl-first {
	margin: 8rem 0 2rem 0;
}
.top-gl-second {
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.top-gallery-list {
		justify-content: space-between;
		padding: 0 5%;
	}	
	.top-gallery-list li {
		width: 48%;
		margin-bottom: 4%;
	}
	.top-gallery-list li:not(:last-child) {
		margin-right: 0;
	}
	.top-gl-first {
		margin: 8rem 0 0 0;
	}
}


/* @media screen and (min-width:1040px) {
	.top-kv {
		height: 120vh;
	}
} */