@charset "UTF-8";


/* slide
--------------------------------------------------*/
.mainSlide {
	margin: 130px 0 50px;
}
.mainSlide .owl-item {
	opacity: 0.5;
	transition: 0.5s;
}
.mainSlide .owl-item.center {
	opacity: 1;
}
.mainSlide .owl-nav div {
	position: absolute;
	top: 40%;
	width: 101px;
	height: 101px;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.subSlide .owl-nav div {
    position: absolute;
    top: 45%;
    width: 26px;
    height: 51px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.mainSlide .owl-nav .owl-prev {
	left: 10px;
	background: url(../../images/btn_prev.png) no-repeat;
}
.mainSlide .owl-nav .owl-next {
	right: 10px;
	background: url(../../images/btn_next.png) no-repeat;
}
.subSlide .owl-nav .owl-next {
	right: 10px;
	background: url(../../images/btn_next_sub.png) no-repeat;
}
.subSlide .owl-nav .owl-prev {
	left: 10px;
	background: url(../../images/btn_prev_sub.png) no-repeat;
}
.mainSlide .owl-nav .owl-prev:hover {
	background: url(../../images/btn_prev_2.png) no-repeat;
} 
.mainSlide .owl-nav .owl-next:hover {
	background: url(../../images/btn_next_2.png) no-repeat;
}

.mainSlide .owl-dots {
	text-align: center;
	margin-top: 10px;
}
.mainSlide .owl-dots div {
	width: 12px;
	height: 12px;
	background: #ddd;
	display: inline-block;
	border-radius: 6px;
	margin: 0 4px;
}
.mainSlide .owl-dots div.active {
	background: #1a2b83;
}

.subSlide {
	width: 980px!important;
	margin: 0 auto;
}
.subSlide .owl-nav {
	display: block!important;
}
.subSlide .owl-nav div {
	margin-top: -20px;
}
.subSlide .owl-nav .owl-prev {
	left: -50px;
}
.subSlide .owl-nav .owl-next {
	right: -50px;
}


@media (max-width: 736px) {
	.mainSlide {
		margin: 71px 0 15px;
	}
	.mainSlide .owl-item {
		opacity: 1;
	}
	.mainSlide .owl-item.center {
		opacity: 1;
	}
		
	.subSlide {
		width: 100%!important;
	}
	.subSlide .owl-nav {
		display: none!important;
	}
	
}

/* menu
--------------------------------------------------*/
.menu {
	border-top: 1px solid #192f53;
	margin-top: 120px;
	text-align: center;
}
.menu h2 {
  font-family: 'NotoSerif';
	color: #192f53;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1;
	background: url(../common_images/bg.jpg);
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: -15px 0 80px;
	padding: 0 40px;
}
.menu h2 strong {
	font-size: 70px;
	font-weight: normal;
	margin: -18px 0 0;
	vertical-align: top;
	display: inline-block;
	letter-spacing: 0.05em;
}
.menu .origin a {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	background: #192f53;
	line-height: 30px;
	color: #FFF;
	letter-spacing: 0.05em;
	margin: 0 0 0 15px;
	padding: 0 15px 0 30px;
	border-radius: 15px;
	font-weight: bold;
	position: relative;
}
.menu .origin a::before {
	content: "";
	display: block;
	position: absolute;
	left: 14px;
	top: 12px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu ul {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	height: 500px;
}
.menu li {
	background: url(../../images/bg_menu.png) no-repeat left bottom;
	position: absolute;
	min-width: 340px;
	padding: 0 0 15px 10px;
}
.menu li:nth-child(1) {
	top: 0;
	left: 20px;
}
.menu li:nth-child(2) {
	top: 190px;
	left: 200px;
}
.menu li:nth-child(3) {
	top: 0;
	left: 400px;
}
.menu li:nth-child(4) {
	top: 190px;
	left: 600px;
}
.menu li:nth-child(5) {
	top: 0;
	left: 770px;
}
.menu li img {
	vertical-align: top;
}
.container {
	width: 1100px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.container .info {
	width: 540px;
	font-size: 14px;
	position: relative;
}
.container .info h3 {
	font-size: 26px;
	color: #192f53;
  font-family: 'NotoSerif';
	letter-spacing: 0.2em;
	font-weight: normal;
	border-bottom: 1px solid #192f53;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.container .info .listLink a {
	position: absolute;
	top: 15px;
	right: 0;
	color: #192f53;
	font-weight: bold;
	font-size: 13px;
}
.container .info .listLink a::before {
	content: "";
	display: block;
	position: absolute;
	left: -15px;
	top: 4px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #192f53;
	border-right: 2px solid #192f53;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.container .info dt {
	float: left;
	margin-right: 20px;
	color: #192f53;
}
.container .info dd {
	overflow: hidden;
	margin-bottom: 8px;
	text-align: left;
	color:  #666;
}
.container .info .shop {
	margin-top: 40px;
}



.container .banner {
	width: 460px;
}
.container .banner ul {
	display: -webkit-inline-flex;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.container .banner li {
	margin-bottom: 20px;
}

.mfp-img {
	max-height: 9999px!important;
}


@media (max-width: 736px) {
	.menu {
		margin-top: 40px;
		border-top: none;
	}
	.menu h2 {
		font-size: 22px;
		line-height: 1.2;
		margin: 0 0 30px;
		padding: 0;
		background: none;
	}
	.menu h2 strong {
		font-size: 40px;
		margin: 0;
		vertical-align: bottom;
		line-height: 1;
	}
	.menu h2 span.origin a {
		display: none;
	}
	.menu .origin a {
		margin-top: 20px;
	}
	.menu ul {
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: flex-end;
	}
	.menu li {
		background: url(../../images/bg_menu.png) no-repeat left bottom;
		background-size: contain;
		min-width: 0;
		position: static;
		width: 30%;
		padding: 0;
		text-align: center!important;
	}
	.menu li:nth-child(1) {
		width: 40%;
		margin: 0 0 10px 5%;
	}
	.menu li:nth-child(2) {
		width: 32%;
		margin: 0 5% 10px 0;
	}
	
	.menu li span {
		font-size: 12px;
		height: auto;
		border-right: none;
		margin-right: 0;
	}
	
	.container {
		width: calc(100% - 40px);
		margin: 50px 20px 0;
		display: block;
	}
	.container .info {
		width: 100%;
	}
	.container .info h3 {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.container .info .listLink a {
		top: 10px;
		font-size: 11px;
	}
	.container .info .listLink a::before {
		left: -12px;
		top: 2px;
		width: 3px;
		height: 3px;
	}
	.container .info dt {
		margin-right: 15px;
		font-size: 12px;
		font-weight: bold;
	}
	.container .info dd {
		margin-bottom: 10px;
	}
	.container .info dd br {
		display: none;
	}
	.container .info .shop {
		margin-top: 40px;
	}
	.container .banner {
		width: 100%;
	}
	.container .banner ul {
		display: inline-block;
		font-size: 0;
		margin-top: 40px;
	}
	.container .banner li {
		margin-bottom: 10px;
		display: inline-block;
	}
	
	
	
	
	
}






