@charset "utf-8";
/* -------------------------------
PROMO
------------------------------- */
#promo {
}
#promo .inn {
	width: 100%;
}
#promo .bx-pager {
}
#promo .bx-wrapper {
	margin-bottom: 8.6rem;
}
#promo .bx-wrapper::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 80rem;
	background: rgba(255,255,255,0.7);
	z-index: 1;
}
#promo .bx-wrapper::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 80rem;
	background: rgba(255,255,255,0.7);
	z-index: 1;
}

#promo .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    left: 0;
}
#promo .bx-wrapper .bx-prev {
	background: url(../images/ico_prev01.png) no-repeat center center / contain;
	width: 2.2rem;
	height: 3.7rem;
	top: 50%;
    left: 50%;
	margin-top: -1.9rem;
	margin-left: -45rem;
	z-index:3;
}
@media screen and (max-width: 900px){
	#promo .bx-wrapper .bx-prev {
		margin-left: -49vw;
	}
}
#promo .bx-wrapper .bx-next {
	background: url(../images/ico_next01.png) no-repeat center center / contain;
	width: 2.2rem;
	height: 3.7rem;
	top: 50%;
    right: 50%;
	margin-top: -1.9rem;
	margin-right: -45rem;
	z-index:3;
}
@media screen and (max-width: 900px){
	#promo .bx-wrapper .bx-next {
		margin-right: -49vw;
	}
}
#promo .bx-wrapper .bx-pager.bx-default-pager a {
	background: #c4c4c4;
	text-indent: -9999px;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 10px;
	outline: 0;
	border-radius: 7px;
}

#promo .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #727272;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -4.5rem;
}
#promo #sliderWrap {
    position: relative;
    left: 50%;
    width: 240rem;
    margin-left: -120rem;
}
#promo .inn ul li {
	width: 80rem;
}
#promo .inn ul li a img {
	width: 100%;
}
@media screen and (max-width: 810px){
	#promo .bx-wrapper {
		margin-bottom: 3.9rem;
	}
	#promo .bx-wrapper::before,
	#promo .bx-wrapper::after {
		display:none;
	}
	#promo #sliderWrap {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	#promo .inn ul li {
		width: 100%;
	}
	#promo .bx-wrapper .bx-pager.bx-default-pager a {
		width: 9px;
		height: 9px;
		margin: 0 10px;
		outline: 0;
		border-radius: 5px;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: -3.8rem;
	}
}
/* -------------------------------
CONTENTS
------------------------------- */

/* -------------------------------
TOP MENU
------------------------------- */
#topMenu {
	padding: 0 5rem;
}
#topMenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#topMenu ul li {
	width: calc(35000% / 1100);
	margin-bottom: 4rem;
}
#topMenu ul li a {
	display: block;
	background: #ffaab0;
	border:1px solid #fff;
	height: 0;
	padding-top: calc(18000% / 350);
	position: relative;
	overflow: hidden;
}
#topMenu ul li a:hover {
	background: #fff;
	border:1px solid #ffaab0;
}
#topMenu ul li a::before {
	content: "";
	display: block;
	position: absolute;
	height: 18rem;
	top: 50%;
	margin-top: -9rem;
}
#topMenu ul li:nth-child(1) a::before {
	background: url(../images/img_top01.png) no-repeat center center / contain;
	width: calc(15500% / 350);
	right: 6%;
}
#topMenu ul li:nth-child(2) a::before {
	background: url(../images/img_top02.png) no-repeat center center / contain;
	width: calc(17300% / 350);
	right: 2%;
}
#topMenu ul li:nth-child(3) a::before {
	background: url(../images/img_top03.png) no-repeat center center / contain;
	width: calc(16200% / 350);
	right: 3%;
}
#topMenu ul li:nth-child(4) a::before {
	background: url(../images/img_top04.png) no-repeat center center / contain;
	width: calc(19000% / 350);
	right: 4%;
}
#topMenu ul li:nth-child(5) a::before {
	background: url(../images/img_top05.png) no-repeat center center / contain;
	width: calc(18500% / 350);
	right: 2%;
}
#topMenu ul li:nth-child(6) a::before {
	background: url(../images/img_top06.png) no-repeat center center / contain;
	width: calc(17300% / 350);
	right: 5%;
}
#topMenu ul li a .wrap {
	position: absolute;
	background: #fff;
	width: calc(16000% / 350);
	border-radius: 50%;
	top: 50%;
	margin-top: calc(-8000%/350);
	margin-left: -2.5%;
	transition: all 0.4s ease;
}
#topMenu ul li a:hover .wrap {
	background: #ffaab0;
}
#topMenu ul li a .wrap::before {
	content:"";
	display: block;
	padding-top: 100%;
}
#topMenu ul li a .wrap h2 {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	flex-direction:column-reverse;
	text-align: center;
	justify-content: center;
	align-items: center;
}
#topMenu ul li a .wrap h2 > span {
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	height: 2.8em;
	line-height: 1.4;
	align-items: center;
}
@media screen and (max-width: 1200px){
	#topMenu ul li a .wrap h2 > span {
		font-size: 1.66vw;	
	}
}

#topMenu ul li a .wrap h2::before {
	content: "";
	display: inline-block;
	width:2rem;
	height:2rem;
	background: url(../images/ico_arrow01.png) no-repeat center center / contain;
	margin-top: 1.5rem;
}
#topMenu ul li a:hover .wrap h2::before {
	background: url(../images/ico_arrow01_h.png) no-repeat center center / contain;
}
#topMenu ul li p {
	font-size: 1.7rem;
	margin-top: 2rem;
}
@media screen and (max-width: 768px){
	#topMenu {
		padding: 0 0.5rem;
	}
	#topMenu ul li {
		width: calc( 50% - 0.5rem);
		margin-bottom: 1.5rem;
	}
	#topMenu ul li a {
		border: none;
		height: auto;
		padding-top: 0;
		overflow: visible;
	}
	#topMenu ul li a:hover {
		background: #ffaab0;
		border: none;
	}
	#topMenu ul li a::before {
		border: 10px solid #ffaab0;
		position: relative;
		height: 7rem;
		width: 100% !important;
		top: auto;
		margin-top: 0;
		right: auto !important;
		box-sizing: border-box;
	}
	#topMenu ul li a .wrap {
		position: relative;
		width: 100%;
		border-radius: 0;
		top: auto;
		margin-top: 0;
		margin-left: 0;
		transition: none;
		padding-top: 0.5rem;
	}
	#topMenu ul li a:hover .wrap {
		background: #fff;
	}
	#topMenu ul li a .wrap::before {
		display: none;
	}
	#topMenu ul li a .wrap h2 {
		position: relative;
		flex-direction: row;
		text-align: left;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#topMenu ul li a .wrap h2 > span {
		font-size: 1.5rem;
		height: auto;
		align-items: flex-start;
	}
	#topMenu ul li:nth-child(3) a .wrap h2 > span,
	#topMenu ul li:nth-child(4) a .wrap h2 > span,
	#topMenu ul li:nth-child(5) a .wrap h2 > span,
	#topMenu ul li:nth-child(6) a .wrap h2 > span {
		height: 2.8em;
	}
	#topMenu ul li a .wrap h2 > span br {
		display: none;
	}
	#topMenu ul li a .wrap h2::before {
		content: "";
		display: inline-block;
		width:1.5rem;
		height:1.5rem;
		background: url(../images/ico_arrow01.png) no-repeat center center / contain;
		margin-top: 0.2rem;
		margin-right: 0.3rem;
	}
	#topMenu ul li a:hover .wrap h2::before {
		background: url(../images/ico_arrow01.png) no-repeat center center / contain;
	}
	#topMenu ul li p {
		font-size: 1.3rem;
		margin-top: 1rem;
		padding: 0 0.3rem;
	}
}
/* -------------------------------
INFO
------------------------------- */
#info {
	width: 100rem;
	margin: 0 auto 5rem;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 2.5rem;
	max-width: 100%;
}
#info h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2rem;
}
#info p {
	text-align: center;
}
/* -------------------------------
PICK UP
------------------------------- */
#pickup {
	background: #ededed;
	margin-bottom: 50px;
}
#pickup .inn {
	max-width: 120rem;
	padding: 40px 50px;
	margin: 0 auto;
}
#pickup .inn h2 {
	font-size: 2.7rem;
	text-align: center;
}
#pickup .inn ul {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}
#pickup .inn ul li {
	width: calc(20000%/1100);
}
#pickup .inn ul li a {
	display: block;
	position: relative;
}
#pickup .inn ul li a .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	right:0;
	background: rgba(255,170,176,0.86) url(../images/ico_arrow04.png) no-repeat;
	background-size: 6px auto;
	background-position: right 2% center;
	display: flex;
	height: 32%;
	align-items: center;
	justify-content: center;
	line-height: 1.26;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}
@media screen and (max-width: 1200px){
	#pickup .inn ul li a .txt {
		font-size: 1.33vw;
	}
}
#pickup .inn ul li a .pic {
	overflow: hidden;
}
#pickup .inn ul li a .pic img {
	width: 100%;
	transition: all 0.4s ease;
}
#pickup .inn ul li a:hover .pic img {
	transform: scale(1.1);
}
@media screen and (max-width: 810px){
	#pickup {
		margin-bottom: 0;
	}
	#pickup .inn {
		padding: 1.5rem 0.5rem 1rem;
	}
	#pickup .inn h2 {
		font-size: 2.3rem;
	}
	#pickup .inn ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 2.3rem;
	}
	#pickup .inn ul li {
		width: calc(50% - 0.5rem);
		margin-bottom: 1.5rem;
	}
	#pickup .inn ul li a .txt {
		position: absolute;
		left: 0;
		bottom: 0;
		right:0;
		color: #fff;
		background: rgba(45,44,44,0.6);
		background-image: none;
		display: flex;
		height: 32%;
		font-size: 1.3rem;
	}
}
/* -------------------------------
NEWS
------------------------------- */
#news {
}
#news .inn {
	max-width: 120rem;
	padding: 5rem 5rem 4rem;
	margin: 0 auto;
}
#news .inn h2 {
	font-size: 2.7rem;
	text-align: center;
}
#news ul {
	max-width: 90rem;
	width: 100%;
	margin: 4rem auto 0;
}
#news ul li {
	padding: 1rem 3rem;
	line-height: 1.5;
	border-bottom: 1px dashed #898989;
}
#news ul li a {
	text-decoration: none;
	display: flex;
	font-size: 1.7rem;
}
#news ul li a time {
	text-decoration: none;
	margin-right: 2rem;
	font-weight: bold;
}
#news ul li a .txt {
	flex: 1;
	text-decoration: underline;
}
#news ul li a:hover .txt {
	text-decoration: none;
}
@media screen and (max-width: 810px){
	#news .inn {
		padding: 3rem 0.5rem 0;
	}
	#news h2 {
		font-size: 2.3rem;
	}
	#news ul {
		margin-top: 2rem;
	}
	#news ul li {
		border-bottom: 1px dashed #898989;
		padding: 1rem;
	}
	#news ul li a,
	#news ul li span {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#news ul li time {
		width: auto;	
		font-size: 1.1rem;
	}
	#news ul li .txt {
		font-size: 1.3rem;
		margin-top: 0.5rem;
	}
}

#information .pdfLink li {
	width: calc(50% - 0.5rem);
	margin-top: 3rem;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: none;
}
#information .pdfLink li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 5rem;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#information .pdfLink li a p {
	flex: 1 0 auto;
	text-align: center;
	line-height: 1.2;
	margin:0;
}
#information .pdfLink li a p small {
display: block;
}
#information .pdfLink li a.pdf::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_pdf01.png) no-repeat center center / contain;
	width: 2.4rem;
	height: 2.8rem;
	margin-left: 1rem;
}


/* -------------------------------
OTHER
------------------------------- */
#other {
	background: #ededed;
}
#other .inn {
	max-width: 120rem;
	padding: 5rem 5rem 4rem;
	margin: 0 auto;
}
#other .inn h2 {
	font-size: 2.7rem;
	text-align: center;
}
#other ul {
	max-width: 90rem;
	width: 100%;
	margin: 4rem auto 0;
}
#other ul li {
	padding: 1rem 3rem;
	line-height: 1.5;
	border-bottom: 1px dashed #898989;
}
#other ul li a {
	text-decoration: none;
	display: flex;
	font-size: 1.7rem;
}
#other ul li a time {
	text-decoration: none;
	margin-right: 2rem;
	font-weight: bold;
}
#other ul li a .txt {
	flex: 1;
	text-decoration: underline;
}
#other ul li a:hover .txt {
	text-decoration: none;
}
@media screen and (max-width: 810px){
	#other .inn {
		padding: 3rem 0.5rem 0;
	}
	#other h2 {
		font-size: 2.3rem;
	}
	#other ul {
		margin-top: 2rem;
	}
	#other ul li {
		border-bottom: 1px dashed #898989;
		padding: 1rem;
	}
	#other ul li a,
	#other ul li span {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#other ul li time {
		width: auto;	
		font-size: 1.1rem;
	}
	#other ul li .txt {
		font-size: 1.3rem;
		margin-top: 0.5rem;
	}
	#container { padding-bottom: 3.5rem;}
}
/* -------------------------------
INFORMATIOM
------------------------------- */
#information {
	margin-bottom: 50px;
}
#information .inn {
	max-width: 120rem;
	padding: 0rem 5rem 4rem;
	margin: 0 auto;
}
#information .inn h2 {
	font-size: 2.7rem;
	text-align: center;
}
#information .tab {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 3px solid #ffaab0;
	margin-bottom: 1.5rem;
}
#information .tab li {
	width: calc( ( 100% / 4 ) - 5px );
	margin-right: 5px;
}
#information .tab li:last-child {
	margin-right: 0;
}
#information .tab li label {
	background: #d3d1d1;
	height: 3.6rem;
	line-height: 3.6rem;
	display: block;
	border-radius: 5px 5px 0 0;
	text-align: center;
	font-size: 1.6rem;
}
#information .tab li label.checked {
	background: #ffaab0;
}
#information .select {
	display: none;
}
#information .newsList {
}
#information .newsList input {
	display: none;
}
#information .newsList input + ul {
	display: none;
}
#information .newsList input:checked + ul {
	display: block;
}
#information .newsList ul li {
	padding: 1rem 3rem;
	line-height: 1.5;
	border-bottom: 1px dashed #898989;
}
#information .newsList ul li a {
	text-decoration: none;
	display: flex;
	font-size: 1.7rem;
}
#information .newsList ul li a time {
	text-decoration: none;
	margin-right: 2rem;
	font-weight: bold;
}
#information .newsList ul li a span {
	margin-right: 20px;
	align-self: flex-start;
}
#information .newsList ul li a span.tag01{
	text-align: center;
	display: inline-block;
	padding: 0 20px;
	color: #FFF;
	font-size: 0.85em;
	background: #167ebb;
	border-radius: 10px;
	margin: 2px 20px 5px 0px;
}

#information .newsList ul li a span.tag02{
	text-align: center;
	display: inline-block;
	padding: 0 20px;
	color: #FFF;
	font-size: 0.85em;
	background: #17bba3;
	border-radius: 10px;
	margin: 2px 20px 5px 0px;
}
#information .newsList ul li a span.tag03{
	text-align: center;
	display: inline-block;
	padding: 0 20px;
	color: #FFF;
	font-size: 0.85em;
	background: #5d3b9c;
	border-radius: 10px;
	margin: 2px 20px 5px 0px;

}
#information .newsList ul li a span.tag04{
	text-align: center;
	display: inline-block;
	padding: 0 20px;
	color: #FFF;
	font-size: 0.85em;
	background: #a0bd17;
	border-radius: 10px;
	margin: 2px 20px 5px 0px;
}

#information .newsList ul li a .txt {
	flex: 1;
	text-decoration: underline;
}
#information .newsList ul li a:hover .txt {
	text-decoration: none;
}
#information .pdfLink li {
	width: calc(50% - 0.5rem);
	margin-top: 3rem;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: none;
}
#information .pdfLink li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 5rem;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#information .pdfLink li a p {
	flex: 1 0 auto;
	text-align: center;
	line-height: 1.2;
	margin:0;
}
#information .pdfLink li a p small {
display: block;
}
#information .pdfLink li a.pdf::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_pdf01.png) no-repeat center center / contain;
	width: 2.4rem;
	height: 2.8rem;
	margin-left: 1rem;
}

@media screen and (max-width: 1200px){
	#information .tab li {
		width: calc(7000vw / 1200);
	}
	#information .tab li label {
		font-size: calc(1600vw / 1200);
	}
}

@media screen and (max-width: 920px){
	#information .tab {
		margin-left: 3.5rem;
		margin-right: 3.5rem;
	}
	#information .newsList {
		margin-left: 3.5rem;
		margin-right: 3.5rem;
	}
}
@media screen and (max-width: 768px){
	#information .tab {
		display: none;
	}
	#information .select {
		display: block;
		margin: 1.5rem;
	}
	#information .select select{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 0;
		margin: 0;
		width: 100%;
		height: 4rem;
		background: transparent;
		position: relative;
		z-index: 1;
		padding: 0 4rem 0 1rem;
		border: 1px solid #ccc;
		border-radius: 0;
	}
	#information .select select::-ms-expand {
		display: none;
	}
	#information .select form{
		position: relative;
		display: inline-block;
		display: block;
	}
	#information .select form::before{
		content: '';
		position: absolute;
		z-index: 0;
		top: 0;
		right: 0;
		background: #d6d6d6;
		height: 100%;
		width: 4rem;
	}
	#information .select form::after{
		content: '';
		position: absolute;
		z-index: 0;
		top: -0.2rem;
		bottom: 0;
		margin: auto 0;
		right: 1.6rem;
		width: 0.6rem;
		height: 0.6rem;
		border-right: 2px solid #595858;
		border-bottom: 2px solid #595858;
		transform: rotate(45deg);
	}
	#information .newsList {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	#information .inn {
		padding: 3rem 0.5rem 0;
	}
	#information h2 {
		font-size: 2.3rem;
	}
	#information ul {
		margin-top: 2rem;
	}
	#information ul li {
		border-bottom: 1px dashed #898989;
		padding: 1rem;
	}
	#information ul li a,
	#information ul li span {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#information ul li time {
		width: auto;	
		font-size: 1.1rem;
	}
	#information ul li .txt {
		font-size: 1.3rem;
		margin-top: 0.5rem;
	}
	#information .pdfLink li {
		width: 100%;
	}
	#information .pdfLink li a {
		flex-wrap: wrap;
		flex-direction: row;
	}
}


/* -------------------------------
INPUT AREA
------------------------------- */
#information #inputArea {
	margin-top: 4rem;
}
#information #inputArea h4 {
	margin-bottom: 4rem;
	font-size: 2.2rem;
	text-align: center;
	font-weight: bold;
}
#information #inputArea p {
	padding: 0 4rem;
}
#information #inputArea .link {
	text-align: center;
	margin-top: 7rem;
}
#information #inputArea .link a {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	position: relative;
	padding: 2rem 1.5rem;
	text-align: left;
	text-indent: -3.5rem;
	padding-left: 5rem;
}
#information #inputArea .link a::before {
	content: "";
	display: inline-block;
	width: 2.5rem;
	height: 3rem;
	background: url(../../images/ico_pdf01.png) no-repeat center center / contain;
	vertical-align: middle;
	margin-right: 1rem;
}
@media screen and (max-width: 920px){
	#information #inputArea {
		margin-left: 3.5rem;
		margin-right: 3.5rem;
	}
}
@media screen and (max-width: 768px){
	#information #inputArea {
		margin: 1.5rem 1.5rem 0;
	}
	#information #inputArea h4 {
		margin-bottom: 2rem;
		font-size: 1.8rem;
		text-align: center;
		font-weight: bold;
	}
	#information #inputArea p {
		padding: 0;
	}
	#information #inputArea .link {
		margin-top: 3rem;
	}
	#information #inputArea .link a {
		display: inline-block;
		border: 1px solid #ccc;
		border-radius: 4px;
		padding: 1.5rem 1rem;
		text-indent: -3.5rem;
		padding-left: 5rem;
		font-size: 1.5rem;
	}
}