@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	/* font-family: 'Meiryo', sans-serif; */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 160%;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

header,
section,
footer {
	width: 100%;
	float: left;
}

.cont {
	width: 100%;
	max-width: 1025px;
	margin: 0 auto;
	font-size: 0;
}

.container {
	width: 100%;
	max-width: 1025px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	outline: none !important;
	color: inherit;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

a:hover {
	text-decoration: underline;
	color: inherit;
	transition: 0.5s ease-in-out;
}

.hv-o:hover {
	opacity: 0.7;
}

br.sp {
	display: none;
}

.header {
	position: absolute;
	width: 100%;
	z-index: 9999999;
}

.cl-fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

.head {
	padding: 12px 0;
	font-size: 0;
	background: #363636;
}

.logo {
	width: 50%;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.head-right {
	width: 50%;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.head-time {
	font-size: 13px;
	color: #fff;
	line-height: 160%;
}

.head-time a {
	text-decoration: none;
	font-size: 22px;
	display: block;
	font-weight: bold;
}

.head-time a span {
	background: url(../images/general/icon_phone.png) left no-repeat;
	padding-left: 30px;
	font-size: 22px;
	padding-right: 5px;
}

.head-tel {}

.menu-sp {
	display: none;
}

.menu {
	background: #6b6b6b;
	position: relative;
}

.menu ul {
	font-size: 0;
}

.menu ul li {
	display: inline-block;
	vertical-align: middle;
	width: 16.66%;
}

.menu ul li a {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	text-align: center;
	border-left: 1px solid #999999;
	line-height: 140%;
	color: #e4e4e4;
	background: #6b6b6b;
	text-decoration: none;
	padding: 15px 0;
}

.menu ul li a:hover {
	background: #979797;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.ft-menu ul li:hover a {
	opacity: 0.7;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.logo_txt h1:hover,
.lg img:hover,
.ft_lg img:hover,
.ft_lg span:hover {
	opacity: 0.7;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.menu ul li:last-child a {
	border-right: 1px solid #999999;
}

.mar-slide {
	margin-top: 121px;
}
.mar-sec {
	margin-top: 161px;
	/*margin-top: 141px;*/
	/*margin-top: 121px;*/
}

.slide {
	position: relative;
	overflow: hidden;
}

.slide-text {
	max-width: 500px;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	font-family: A-OTF Shin Go Pro;
	z-index: 99;
	line-height: 200%;
	text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.41);
	position: absolute;
	top: 50%;
	right: 15%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled+.owl-dots {
	width: 100%;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 30px;
	z-index: 99;
}

.owl-theme .owl-dots .owl-dot span {
	background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #797979;
}

/***********chinh sua************/

.top-33:hover {
	opacity: 0.7;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.ft_lg {
	width:100%;
	margin: 0 auto;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
	display: block
}

.ft_lg span {
	line-height: 140%;
	font-weight: bold;
	position: relative;
	top: 3px;
	left: 3px;
}

.wrap_sp_33 {
	display: none
}

/************end ***************/

/* Chrome, Safari, Opera */

@-webkit-keyframes zoom {
	0% {
		-webkit-transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
	}
}

/* Standard syntax */

@keyframes zoom {
	from {
		transform: scale(1.04, 1.04);
	}
	to {
		transform: scale(1, 1);
	}
}

.slide .owl-item {
	overflow: hidden;
}

.slide .owl-item.active img {
	-webkit-animation: zoom 7s;
	/* Chrome, Safari, Opera */
	animation: zoom 7s;
}

.slide .owl-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0;
	left: 0;
	background: url(../images/index/dot.svg);
	background-size: 2px;
}

.lg {
	width: 46px;
	float: left;
	margin-right: 5px;
}

.logo_txt {
	width: 466.5px;
}

.logo_txt span {
	display: block;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}

.logo_txt h1 {
	font-size: 21px;
	color: #fff;
	line-height: 100%;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section {
	padding: 40px 0;
}

.bg-white {
	background: #f7fcff;
}

.bg-blue {
	background: #eff9ff;
}

.bg-dark {
	background: #e7e7eb;
}

h3.title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.title-jp {
	font-size: 25px;
	color: #0f6baf;
	display: inline-block;
	line-height: 140%;
}

.title-en {
	font-size: 12px;
	color: #333333;
	display: block;
	line-height: 140%;
}

.content {
	font-size: 0;
}

.top-33 {
	width: 31.3%;
	display: inline-block;
	vertical-align: top;
	margin-right: 3.05%;
	background: #fff;
}

/* natsu add */
.top-33:last-child {
	margin-right: 0%;
}

/*.top-33:nth-child(3n) {
	margin-right: 0%;
}*/

.top-33-photo {
	height: 217px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.top-33-content {
	padding: 15px 10px 15px 15px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.top-33-title {
	font-size: 18px;
	font-weight: bold;
	color: #464646;
	width: 100%;
	display: inline-block;
	line-height: 140%;
}

.top-33-date {
	font-size: 13px;
	color: #464646;
	width: 100%;
	display: inline-block;
	line-height: 140%;
}

.top-button {
	text-align: center;
	margin-top: 30px;
}

.top-button a {
	display: inline-block;
	padding: 5px 20px;
	background: #0f6baf;
	color: #fff;
	font-size: 14px;
}

.top-button a:hover {
	text-decoration: none;
}

.top-50 {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	margin-right: 6%;
}

.top-50:nth-child(2n) {
	margin-right: 0;
}

.top-news {
	height: 316px;
	overflow-y: auto;
}

.top-news-row {
	border-bottom: 1px dotted #dcdcdc;
	padding: 15px;
	background: #fff;
	color: #464646;
}

.top-news-row:last-child {
	border-bottom: none;
}

.top-news-date {
	width: 100%;
	display: inline-block;
	font-size: 12px;
}

.top-news-title {
	font-size: 15px;
}

.top-news-title a {
	color: inherit;
}

.top-news-title a:hover {
	text-decoration: underline;
}

.top-calendar {}

.top-calendar iframe {
	width: 100%;
	height: 316px;
}

.map {
	width: 72%;
	display: inline-block;
	vertical-align: top;
	padding-right: 4%;
}

.map .inner {
	display: flex;
	justify-content: space-between;
}

.map .inner .iframe {
	width: 47%;
}

.map .inner .iframe h4 {
	color: #555555;
    font-size: 15px;
    font-weight: bold;
    background: url(../images/company/icon_right.png)left center no-repeat;
	padding-left: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	.map .inner {
		flex-direction: column
	}
	.map .inner .iframe {
		width: 100%;
	}
}

.map-image {
	width: 28%;
	display: inline-block;
	vertical-align: top;
}

.map-iamge igm {
	border: 1px solid #d3d3d3;
}

.map iframe {
	width: 100%;
	border: 1px solid #d3d3d3;
	height: 260px;
}

.map-text {
	font-size: 13px;
	color: #666;
	line-height: 130%;
	background: url(../images/general/map-arrow.png) left top 3px no-repeat;
	padding-left: 8px;
}

.footer {
	background: #363636;
}

.ft-menu {
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.ft-menu ul li {
	display: inline-block;
}

.ft-menu ul li a {
	display: inline-block;
	padding: 0 10px;
	border-right: 2px solid #a7a7a7;
	font-size: 14px;
	line-height: 100%;
	color: #a7a7a7;
	text-decoration: none;
}

.ft-menu ul li:last-child a {
	border-right: none;
}

.ft-ft {
	text-align: center;
	padding: 30px 0;
}

.ft-logo {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

.ft-text {
	font-size: 14px;
	color: #dbdbdb;
	margin-top: 15px;
}

.ft-copyright {
	font-size: 12px;
	color: #a7a7a7;
	margin-top: 30px;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	display: none;
	cursor: pointer;
}

.pagetop i {
	font-size: 20px;
	background: #0f6baf;
	color: #fff;
	padding: 8px 10px;
}


.sp_slide_text {
	display: none
}
@media screen and (max-width:1025px) {
	br.sp {
		display: inline;
	}
	.cont {
		width: 96%;
		margin: 0 2%;
	}
	.slide-text {
		font-size: 30px;
	}
	.map {
		width: 70%;
		display: inline-block;
		vertical-align: top;
		padding-right: 3%;
	}
	.map-image {
		width: 30%;
		text-align: right;
		max-width: auto;
	}
}

@media screen and (min-width:841px) {
	.menu ul {
		display: block !important;
	}
}

@media screen and (max-width:840px) {
	.pc_slide_text{
		display: none
	}
	.sp_slide_text{
		display: block
	}
	.sp_slide_text img{
		width: 300px;
	}
	.logo_txt .sp_span {
		display: none
	}
	.logo_txt .sp_35_h1 {
		font-weight: normal;
		vertical-align: top;
		color: #FFF;
		position: relative;
		top: 14px;
		text-align: left;
	}
	.wrap_sp_33 {
		display: block;
		font-size: 10px;
		font-weight: 200;
		color: #fff;
		line-height: 1;
		width: 100%;
		padding: 10px 15px 0;
		background-color: #363636;
		text-align: left;
	}
	.logo {
		width: 90%;
		text-align: center;
	}
	.mar-slide {
		margin-top: 70px;
	}
	.mar-sec {
		margin-top: 70px;
	}
	.head-right {
		display: none;
	}
	.menu-sp {
		display: inline-block;
    vertical-align: top;
    width: 10%;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 0;
	text-align: center;
	}
	.menu-sp-link {
		width: 50%;
		text-align: left;
		display: inline-block;
		vertical-align: middle;
	}
	.menu-sp-link i {
		font-size: 20px;
		color: #fff;
		vertical-align: middle;
	}
	.menu-sp-click {
		width: 50%;
		text-align: right;
		vertical-align: middle;
		padding-top: 7px;
	}
	.menu-sp-click i {
		font-size: 40px;
		color: #fff;
		cursor: pointer;
		position: absolute;
		right: 20px;
		top: 40px;
	}
	.menu ul {
		display: none;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
	.menu ul li {
		width: 100%;
		padding: 0;
	}
	.menu ul li a {
		width: 100%;
		background: #6B6B6B;
		padding: 10px;
		border: none;
		text-align: left;
		border-top: 1px solid #fff;
	}
	.top-33-photo {
		height: 150px;
	}
	.menu-sp .sp_close {
		display: none
	}
	#nav-icon3 {
		width: 45px;
		height: 45px;
		position: relative;

		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	#nav-icon3 span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #fff;
		border-radius: 0px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	/* Icon 3 */
	#nav-icon3 span:nth-child(1) {
		top: 5px;
	}
	#nav-icon3 span:nth-child(2),
	#nav-icon3 span:nth-child(3) {
		top: 18px;
	}
	#nav-icon3 span:nth-child(4) {
		top: 30px;
	}
	#nav-icon3.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	#nav-icon3.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#nav-icon3.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#nav-icon3.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
}

@media screen and (max-width:767px) {
	.map {
		width: 100%;
		padding-right: 0%;
		padding: 0 30px;
	}
	.map-image {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.slide-text {
		font-size: 20px;
	}
	.top-50 {
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	.top-33-title {
		font-size: 14px;
	}
}

@media screen and (max-width:640px) {
	section {
		padding: 20px 0;
	}
	.slide-text {
		font-size: 16px;
	}
	.owl-theme .owl-nav.disabled+.owl-dots {
		display: none;
	}
	.ft-menu {
		display: none;
	}
	h3.title {
		margin-bottom: 15px;
	}
	.title-jp {
		font-size: 18px;
		color: #0f6baf;
		display: inline-block;
		line-height: 140%;
	}
}

@media screen and (max-width:600px) {
	.top-33 {
		width: 100%;
		margin: 0;
		border-bottom: 1px dotted #ccc;
		padding: 20px 10px;
	}
	.top-33-photo {
		width: 40%;
		height: 120px;
	}
	.top-33-content {
		width: 60%;
	}
	.cont {
		width: 100%;
		margin: 0
	}
	.top-33-content {
		padding-top: 0px;
	}
	.top-calendar {
		width: 100%;
		padding: 0 10px;
	}
	.sp_ft_lg {
		display: block
	}

	.head {
		padding: 12px 10px;
	}
	.sp_slide_text img {
		width: 250px;
	}
}

@media screen and (max-width:480px) {
	.head {
		padding: 10px;
	}
	.lg {
	    width: 38px;
	    position: relative;
	    top: 1px;
	}
	.menu-sp {
		right: 7px;
	}
	.mar-slide {
	    margin-top: 58px;
	}
	.mar-sec {
		margin-top: 58px;
	}
	.slide-text {
		font-size: 14px;
	}
	.map {
		width: 100%;
		padding-right: 0%;
		padding: 0 20px;
	}
	.logo_txt {
		width: 300px;
	}
	.logo_txt .sp_35_h1 {
		top: 12px;
		font-size: 18px;
	}
	.sp_slide_text img {
		width: 200px;
	}
}
@media screen and (max-width:390px){
	#nav-icon3{
		right: 10px;
		width: 35px;
	}
	.wrap_sp_33{
		font-size: 9px;
	}
	.sp_slide_text img {
		width: 150px;
	}
}
@media screen and (max-width:320px){
	#nav-icon3 {
		top: -7px;
	}
	.top-33-photo {
		height: 90px;
	}
	.menu-sp-click {
	    padding-top: 20px;
	}
}
