@charset "UTF-8";
/* CSS Document */
@media (min-width: 1240px) {
	/* ========================
	 * Base CSS
	 * ======================== */
	/* body - general settings */

	/* ========================
	 * break point control CSS
	 * ======================== */
	.vis_tab,
	.vis_sp,
	.hide_pc {
		display: none!important;
	}

	.vis_pc {
		display: block!important;
	}

	.break_tab,
	.break_sp {
		display: none;
	}

	.break_pc {
		display: inline;
	}

	/* ========================
	 * Disable Float side class
	 * ======================== */
	.fl_left {
		float: left;
	}
	
	.fl_right {
		float: right;
	}

	/* ========================
	 * header CSS
	 * ======================== */
	header {
		height: 80px;
	}

	.inner_header {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 1200px;
	}

	/* logo box */
	h1 {
		padding: 16px 0;
	}
	
	h1 img {
		height: 48px;
	}

	/* navigation trigger */
	header .trigger {
		display: none;
	}

	/* navigation panel */
	#navPanel {
		position: static;
		padding: 0;
		width: auto;
		height: auto;
		opacity: 1;
		visibility: visible;
	}

	nav#mainNav.open #navPanel {}

	#navPanel ul {
		display: flex;
		align-items: flex-end;
		margin: 0 0 0 auto;
	}

	#navPanel ul li:not(.reserve) a {
		display: block;
		width: 128px;
		border-bottom: solid 4px #fff;
		line-height: 44px;
	}

	#navPanel ul li:not(.reserve) a:hover {
		border-bottom: solid 4px #283446;
	}

	#navPanel ul li.reserve a {
		margin: 16px;
		padding: 3px 0;
		width: 46px;
		height: 40px;
		border-radius: 0;
		font-size: 16px;
		line-height: 20px;
	}

	#navPanel ul li.reserve a:hover {
		background: #283446;
		color: #fff;
	}

	/* ========================
	 * footer
	 * ======================== */
	footer .inner_footer {
		width: 1200px;
	}

	/* ------------------------
	 * corporate info
	 * ------------------------ */
	footer .inner_footer .address {
		width: 432px;
	}

	/* ------------------------
	 * footer navigation
	 * ------------------------ */
	footer .footer_nav {
		display: flex;
		justify-content: space-between;
		width: 768px;
	}

	footer .nav_content {
		margin-bottom: 0;
		width: 336px;
	}
	footer .nav_content ul {
		max-height: 160px;
	}

	footer .nav_content b {
		display: block;
		margin-bottom: 16px;
		font-size: 24px;
	}

	footer .nav_content b::after {
		display: block;
		width: 160px;
		border-bottom: solid 4px #283446;
		content: '';
	}
	footer .nav_content li {
		margin-bottom: 16px;
	}
	
	footer .nav_content a {
		color:  #283446;
		text-decoration: none;
	}

	footer .web_reserve {
		width: 400px;
	}
	
	footer .web_reserve a {
		font-size: 24px;
	}

	/* ------------------------
	 * copyright
	 * ------------------------ */
	
	/* ========================
	 * TOP page
	 * ======================== */
	/* ------------------------
	 * hero
	 * ------------------------ */
	.hero {
		margin: 0 auto;
		max-width: 1920px;
		padding-left: 50%;
		overflow-x: hidden;
	}
	
	.hero .slider {
		margin-left: -960px;
	}
	
	.hero img {}

	/* ------------------------
	 * feature
	 * ------------------------ */
	.feature {}

	/* ------------------------
	 * access
	 * ------------------------ */
	.access .content_box {
		width: 1200px;
	}

	.access .map {
		width: 600px;
	}

	.access .map iframe {
		max-width: 100%;
		height: 100%;
	}

	.access dl {
		width: 568px;
	}

}