@charset "UTF-8";

/* ---------------------------------------------------

	Layout - Second Page
	Access
	/access/

-------------------------- */

/* ---------------------------------------------------

	Pageanchor

-------------------------- */
@media (min-width: 751px) {}
@media (max-width: 750px) {
.pageanchor ul li { max-width: 100%; }
}

/* ---------------------------------------------------

	Block

-------------------------- */
.secblock .sb-ttlarea {}
.secblock .sb-bodyarea {}
/* ----------------------- */
@media (min-width: 751px) {
.secblock { margin-top: 100px; }
.secblock .inner {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	}
.secblock .sb-ttlarea {
	min-width: 30%;
	padding-right: 60px;
	}
.secblock .sb-ttlarea .sb-ttl {
	position: sticky;
	top: 140px;
	}
.secblock .sb-bodyarea { width: 100%; }
}
/* ----------------------- */
@media (max-width: 750px) {
.secblock {
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	padding-bottom: 60px;
	}
.acs-con {
	margin-top: 30px;
	padding: 0 30px;
	}
}

/* ---------------------------------------------------

	Contnets

-------------------------- */
.acs-block { text-align: center; }
.acs-block .item {}
@media (min-width: 751px) {
.acs-block.sp { display: none; }
.acs-block { margin-top: 50px; }
}
@media (max-width: 750px) {
.acs-block.pc { display: none; }
.acs-block { margin-top: 20 px; }
}
/* ----------------------- */
/* Akinomiya */
.acs-con .item.akinomiya {
	display: flex;
	justify-content: center;
	}
.acs-con .item.akinomiya .logo {
	text-align: center;
	box-sizing: border-box;
	}
.acs-con .item.akinomiya .fig {
	background-image: url(/src/img/home/int-slide-07.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	border-radius: 8px;
	}
@media (min-width: 751px) {
.acs-con .item.akinomiya { margin-top: 20px; }
.acs-con .item.akinomiya .logo {
	min-width: 45%;
	padding: 30px;
	}
}
@media (max-width: 750px) {
.acs-con .item.akinomiya {
	margin-top: 20px;
	flex-direction: column;
	align-items: center;
	}
.acs-con .item.akinomiya .logo img { min-width: 150px; }
.acs-con .item.akinomiya .fig {
	height: 150px;
	margin-top: 20px;
	}
}
/* ----------------------- */
/* Tab */
@media (min-width: 751px) {
}
@media (max-width: 750px) {
.acs-con .app-tab {
	border-bottom: 2px solid rgba(225, 90, 15, 1);
	margin-top: 10px;
	position: sticky;
	top: 100px;
	display: flex;
	justify-content: space-between;
	}
.acs-con .app-tab .app-tab-item {
	border-bottom: none;
	border-left: 1px solid rgba(225, 90, 15, 1);
	border-right: 1px solid rgba(225, 90, 15, 1);
	border-top: 1px solid rgba(225, 90, 15, 1);
	color: rgba(0, 0, 0, 1);
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	letter-spacing: 2.5px;
	padding: 15px;
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	}
.acs-con .app-tab .app-tab-item:first-child { border-radius: 8px 4px 0 0; }
.acs-con .app-tab .app-tab-item:last-child { border-radius: 4px 8px 0 0; }
.acs-con .app-tab .app-tab-item.is-active {
	background-color: rgba(225, 90, 15, 1);
	color: rgba(255, 255, 255, 1);
	}
.acs-con .app-con { padding-top: 20px; }
}

/* ---------------------------------------------------

	＊＊＊＊＊

-------------------------- */
/* ----------------------- */
@media (min-width: 751px) {
}
@media (max-width: 750px) {
}
/* ----------------------- */
@media (min-width: 751px) {
}
@media (max-width: 750px) {
}
/* ----------------------- */
@media (min-width: 751px) {
}
@media (max-width: 750px) {
}