html,body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section-wrap {
	width: 100%;
	height: 100%;
	overflow: visible;
	transition: transform 1s cubic-bezier(0.86,0,0.03,1);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.86,0,0.03,1);
	-ms-transition: -ms-transform 1s cubic-bezier(0.86,0,0.03,1);
	-moz-transition: -moz-transform 1s cubic-bezier(0.86,0,0.03,1);
	-o-transition: -o-transform 1s cubic-bezier(0.86,0,0.03,1);
}

.section-wrap .section {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-wrap .section .title {
	padding: 150px 0 0 0;
	color: #000;
	font-size: 40px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
}

.section-wrap .section .title p {
	opacity: 0
}

.section-wrap .section .title .p-2 {
	color: #333;
	font-size: 30px;
}

.section-wrap .section .title.active .p-1 {
	opacity: 1;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transition: all 2s cubic-bezier(0.86,0,0.8,1);
	-webkit-transition: all 2s cubic-bezier(0.86,0,0.8,1);
	-ms-transition: all 2s cubic-bezier(0.86,0,0.8,1);
	-moz-transition: all 2s cubic-bezier(0.86,0,0.8,1);
	-o-transition: all 2s cubic-bezier(0.86,0,0.8,1);
}

.section-wrap .section .title.active .p-2 {
	opacity: 1;
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	transition: all 2s cubic-bezier(0.5,0,0.9,1);
	-webkit-transition: all 2s cubic-bezier(0.5,0,0.9,1);
	-ms-transition: all 2s cubic-bezier(0.5,0,0.9,1);
	-moz-transition: all 2s cubic-bezier(0.5,0,0.9,1);
	-o-transition: all 2s cubic-bezier(0.5,0,0.9,1);
}
	.section-wrap .section-1 {
		background-color: #ebba31;
	}

	.section-wrap .section-1 .logo {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 0px;
		right: 100px;
		margin: auto;
		width: 20rem;
		height: 20rem;
		z-index: 898;
	}

	.section-wrap .section-1 .logo img {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		width: 100%;
	}

	.section-wrap .section-1 .point {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 240px;
		right: 140px;
		margin: auto;
		width: 10rem;
		height: 5rem;
		z-index: 897;
	}

	.section-wrap .section-1 .point img {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		width: 100%;
	}

	.section-wrap .section-2 {
		background-image: url(../images/banner.jpg);
		background-repeat: repeat;
	}

	.section-wrap .section-2 .p-2 {
		color: #333;
		font-size: 15px;
		text-align: left;
		width: 1200px;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard-box {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0px;
		top: 0px;
		z-index: 885;
	}

	.section-wrap .section-2 .menu-standard {
		width: 1200px;
		max-height: 100%;
		margin: auto;
		margin-top: 30px;
	}

	.section-wrap .section-2 .menu-standard .menu-box {
		width: 11%;
		float: left;
		text-align: center;
		padding: 10px 20px;
		position: relative;
	}

	.section-wrap .section-2 .menu-standard .menu-box img {
		width: 100%;
		border: 1px solid #000;
	}

	.section-wrap .section-2 .menu-standard .menu-box img:hover {
		width: 100%;
		border: 1px solid #fff;
	}

	.section-wrap .section-5 {
		background-color: #ebba31
	}

	.section-wrap .section-3 {
		background-color: #cccccc
	}

	.section-wrap .section-3 .ta1 {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		z-index: 896;
		top: 50%;
		left: 50%;
		width: 1400px;
		margin-left: -700px;
		margin-top: -391px;
	}

	table {
		*border-collapse: collapse;
		/* IE7 and lower */
		border-spacing: 0;
		width: 100%;
	}

	.bordered {
		background: #000;
		color: #fff;
		-webkit-box-shadow: 0 1px 1px #000;
		-moz-box-shadow: 0 1px 1px #000;
		box-shadow: 0 1px 1px #000;
	}

	.bordered tr:hover {
		background: #ccc;
		-o-transition: all 0.1s ease-in-out;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.bordered td, .bordered th {
		border: 1px solid #222;
		padding: 10px;
		text-align: left;
		color: #FFF;
	}

	.bordered td a, .bordered th a {
		color: #FFF;
	}

	.bordered th.tamidashi {
		font-size: 30px;
		text-align: center;
	}

	.bordered th {
		background-color: #000;
	}

	.section-wrap .section-4 {
		background-color: #333333
	}

	.section-wrap .section-4 h2 {
		clear: both;
		padding: 20px 0 0 50px;
		display: block;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-4 .menu-standard-box {
		clear: both;
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0px;
		top: 40px;
		z-index: 885;
	}

	.section-wrap .section-4 .menu-standard {
		width: 60%;
		max-height: 100%;
		margin: auto;
	}

	.section-wrap .section-4 .menu-standard .menu-box {
		width: 9%;
		float: left;
		text-align: center;
		padding: 10px 20px;
		position: relative;
	}

	.section-wrap .section-4 .menu-standard .menu-box img {
		width: 100%;
		border: 1px solid #000;
	}

	.section-wrap .section-4 .menu-standard .menu-box img:hover {
		width: 100%;
		border: 1px solid #fff;
	}

	.section-wrap .section-5 {
		background-color: #ebba31
	}

	.section-wrap .section-4 .menu-standard .menu-box .mark {
		position: absolute;
		left: -5px;
		top: -5px;
		background: #ff0000;
		color: #fff;
		font-size: 12px;
		width: 60px;
		line-height: 60px;
		border-radius: 50%;
		text-align: center;
		transform: rotate(-20deg);
	}

	.section-wrap .section-5 .contact-url {
		padding: 100px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-5 .media {
		padding: 100px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}
.put-section-0 {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
}

.put-section-1 {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
}

.put-section-2 {
	transform: translateY(-200%);
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-o-transform: translateY(-200%);
}

.put-section-3 {
	transform: translateY(-300%);
	-webkit-transform: translateY(-300%);
	-ms-transform: translateY(-300%);
	-moz-transform: translateY(-300%);
	-o-transform: translateY(-300%);
}

.put-section-4 {
	transform: translateY(-400%);
	-webkit-transform: translateY(-400%);
	-ms-transform: translateY(-400%);
	-moz-transform: translateY(-400%);
	-o-transform: translateY(-400%);
}

.section-btn {
	position: fixed;
	left: -10px;
	top: 50%;
	margin-top: -220px;
	width: auto;
	z-index: 899
}

.section-btn li {
	padding: 20px 40px;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
}

.section-btn li.cur {
	background: #000;
	font-size: 40px;
	opacity: 0.9
}

/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-bg {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
/*banner */
.bannerall {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.index_banner .item {
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
}

.index_banner .item.slick-current .scaleBg {
	visibility: visible;
	-webkit-animation: scale-bg 6s linear forwards;
	animation: scale-bg 6s linear forwards;
}

.index_banner .items {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.index_banner .items:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}

.index_banner .item .inner .block_txt {
	position: absolute;
	top: 44%;
	right: 10px;
	left: 10px;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.index_banner .item.active .inner .block_txt {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.index_banner .item .inner .block_txt h4 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}

.index_banner .item .inner .block_txt h2 {
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
}

.index_banner .item .inner .block_txt h2 span {
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}

.index_banner .item .inner .block_txt h3 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 3px;
}




/**
* Navigation Defaults
*/
.nav {
	-webkit-transition-property: none;
	transition-property: none;
	-webkit-transform: none;
	transform: none;
}

.nav--active .nav {
	-webkit-transition-property: none !important;
	transition-property: none !important;
	-webkit-transform: none !important;
	transform: none !important;
}
/* Default navigation icon */
.nav__trigger {
	display: none;
	position: absolute;
	width: 30px;
	height: 25px;
	right: 10px;
	top: 20px;
	z-index: 200;
}

.nav--active .nav__trigger {
	opacity: 0.5;
}

.nav__icon {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 5px;
	background-color: #FFFFFF;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	background: #FFFFFF;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav__icon:before {
	margin-top: -10px;
}

.nav__icon:after {
	margin-top: 10px;
}
/*Style1*/
.style-1 .nav__link {
	opacity: 0;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
	opacity: 1;
}

.style-1 .nav--active .nav {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
	background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Preload */
#preload {
	background: #000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}

#preload-content {
	height: 100px;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 110px;
	z-index: 999;
}

.preload-text {
	color: #EF4836;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
}

.preload-text span {
	color: #fff;
	font-weight: 700;
}

.preload-spinner {
	margin: 0 auto 14px;
	text-align: center;
}

.bounce1,
.bounce2,
.bounce3 {
	-webkit-animation-name: bounce;
	-webkit-animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: bounce;
	-moz-animation-duration: 1.4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background: #EF4836;
	display: inline-block;
	height: 20px;
	margin: 0 3px;
	opacity: 0.6;
	width: 20px;
	border-radius: 50%;
	border: 3px solid #FFFFFF;
}

.bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bounce {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bounce {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0);
		transform: scale(0.0)
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0)
	}
}
/* preload */


/* 竖屏 */  
@media screen and (orientation: portrait) and (max-width: 960px) {
	.section-wrap .section-1 .logo {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 100px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		width: auto;
		height: auto;
		z-index: 898;
	}

	.section-wrap .section-1 .logo img {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		width: 90%;
		margin: 0 auto;
	}

	.section-wrap .section-1 .point {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		bottom: 100px;
		right: 0px;
		left: 0px;
		top: auto;
		margin: auto;
		width: 10rem;
		height: 5rem;
		z-index: 897;
	}

	.section-wrap .section-1 .point img {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		width: 100%;
	}

	.section-wrap .section .title {
		padding: 30px 0 0 0;
		color: #000;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-2 .p-2 {
		color: #333;
		font-size: 16px;
		text-align: left;
		width: 80%;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard {
		width: 80%;
		max-height: 100%;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard .menu-box {
		width: 15%;
		float: left;
		text-align: center;
		padding: 5px 5px;
	}

	table {
		width: 90%;
		margin: 20px auto;
	}

	.bordered th.tamidashi {
		font-size: 12px;
		text-align: center;
	}

	.bordered td, .bordered th {
		border: 1px solid #222;
		padding: 4px;
		text-align: left;
	}

	.bordered th.tamidashi {
		font-size: 14px;
		text-align: center;
	}

	.bordered img {
		width: 100%;
	}

	.bordered th {
		width: 80px;
	}

	.bordered td {
		width: auto;
	}

	.section-wrap .section-3 .ta1 {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		z-index: 896;
		top: 0px;
		left: 0px;
		width: 100%;
		margin: auto;
		padding-top: 20px;
	}

	.section-wrap .section-3 .ta1 iframe {
		width: 100%;
		height: 200px !important;
	}

	.mapstyle div {
		height: 200px !important;
	}

	.section-wrap .section-4 .menu-standard-box {
		clear: both;
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0px;
		top: 0px;
		z-index: 885;
	}

	.section-wrap .section-4 .menu-standard {
		width: 90%;
		max-height: 100%;
		margin: auto;
	}

	.section-wrap .section-4 .menu-standard .menu-box {
		width: 14%;
		float: left;
		text-align: center;
		padding: 5px 10px;
	}

	.section-wrap .section-4 .menu-standard .menu-box img {
		width: 100%;
		border: 1px solid #000;
	}

	.section-wrap .section-4 .menu-standard .menu-box img:hover {
		width: 100%;
		border: 1px solid #fff;
	}

	.section-wrap .section-4 .menu-standard .menu-box .mark {
		position: absolute;
		left: 5px;
		top: 0px;
		background: #ff0000;
		color: #fff;
		font-size: 12px;
		width: 10px;
		line-height: 10px;
		border-radius: 50%;
		text-align: center;
		transform: rotate(-20deg);
		text-indent: -9999px;
	}

	.section-wrap .section-5 .contact-url a img {
		width: 80%;
	}

	.vbox-close {
		cursor: pointer;
		position: fixed;
		top: -1px;
		right: 0px;
		width: 50px;
		height: 50px;
		padding: 6px;
		display: block;
		background-position: 10px center;
		overflow: hidden;
		font-size: 50px;
		line-height: 1;
		text-align: center;
		z-index: 99
	}

	.nav__trigger {
		display: block;
	}

	.nav {
		position: absolute;
		width: 100%;
		height: auto;
		left: 0px;
		right: 0px;
		top: 50px;
		z-index: 999;
		opacity: 1;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.section-btn {
		position: relative;
		margin: 0;
		left: 0px;
	}

	.section-btn li {
		background: #999;
		padding: 20px 40px;
		color: #fff;
		cursor: pointer;
		font-size: 20px;
		text-align: center;
	}

	.section-btn li.cur {
		background: #000;
		font-size: 40px;
		opacity: 0.9
	}
}  

/* 横屏 */  
@media screen and (orientation: landscape) and (max-width: 960px) {
	.vbox-close {
		cursor: pointer;
		position: fixed;
		top: -1px;
		right: 0px;
		width: 50px;
		height: 50px;
		padding: 6px;
		display: block;
		background-position: 10px center;
		overflow: hidden;
		font-size: 50px;
		line-height: 1;
		text-align: center;
		z-index: 99
	}

	.nav__trigger {
		display: block;
	}

	.nav {
		position: absolute;
		width: 100%;
		height: auto;
		left: 0px;
		right: 0px;
		top: 50px;
		z-index: 999;
		opacity: 1;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.section-btn {
		position: relative;
		margin: 0;
		left: 0px;
	}

	.section-btn li {
		background: #999;
		padding: 10px 10px;
		color: #fff;
		cursor: pointer;
		font-size: 16px;
		text-align: center;
	}

	.section-btn li.cur {
		background: #000;
		font-size: 20px;
		opacity: 0.9
	}

	.section-wrap .section-1 .logo {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 20px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		width: 40%;
		height: auto;
		z-index: 898;
	}

	.section-wrap .section-1 .logo img {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		width: 90%;
		margin: 0 auto;
	}

	.section-wrap .section-1 .point {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		bottom: 10px;
		right: 0px;
		left: 0px;
		top: auto;
		margin: auto;
		width: 10rem;
		height: 5rem;
		z-index: 897;
	}

	.section-wrap .section-1 .point img {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		width: 100%;
	}

	.section-wrap .section .title {
		padding: 50px 0 0 0;
		color: #000;
		font-size: 20px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-2 .title {
		padding: 20px 0 0 0;
		color: #000;
		font-size: 20px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-2 .p-2 {
		color: #333;
		font-size: 14px;
		text-align: left;
		width: 80%;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard {
		width: 80%;
		max-height: 100%;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard .menu-box {
		width: 15%;
		float: left;
		text-align: center;
		padding: 5px 5px;
	}

	table {
		width: 90%;
		margin: 10px auto;
	}

	.bordered th.tamidashi {
		font-size: 12px;
		text-align: center;
	}

	.bordered td, .bordered th {
		border: 1px solid #222;
		padding: 4px;
		text-align: left;
	}

	.bordered th.tamidashi {
		font-size: 12px;
		text-align: center;
	}

	.bordered img {
		width: 100%;
	}

	.bordered th {
		width: 80px;
	}

	.bordered td {
		width: auto;
	}

	.section-wrap .section-3 .ta1 {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		z-index: 896;
		top: 0px;
		left: 0px;
		width: 100%;
		margin: auto;
		padding-top: 0px;
	}

	.section-wrap .section-3 .ta1 iframe {
		width: 100%;
		height: 100px;
	}

	.mapstyle div {
		height: 80px !important;
	}

	.section-wrap .section-4 .menu-standard-box {
		clear: both;
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0px;
		right: 0px;
		top: 0px;
		z-index: 885;
	}

	.section-wrap .section-4 .menu-standard-box h2 {
		font-size: 14px;
	}

	.section-wrap .section-4 .menu-standard {
		width: 90%;
		max-height: 100%;
		margin: auto;
	}

	.section-wrap .section-4 .menu-standard .menu-box {
		width: 5%;
		float: left;
		text-align: center;
		padding: 5px 5px;
	}

	.section-wrap .section-4 .menu-standard .menu-box img {
		width: 100%;
		border: 1px solid #000;
	}

	.section-wrap .section-4 .menu-standard .menu-box img:hover {
		width: 100%;
		border: 1px solid #fff;
	}

	.section-wrap .section-4 .menu-standard .menu-box .mark {
		position: absolute;
		left: 0px;
		top: 0px;
		background: #ff0000;
		color: #fff;
		font-size: 12px;
		width: 10px;
		line-height: 10px;
		border-radius: 50%;
		text-align: center;
		transform: rotate(-20deg);
		text-indent: -9999px;
	}

	.section-wrap .section-5 .contact-url {
		padding: 10px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-5 .media {
		padding: 10px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-5 .contact-url a img {
		width: 30%;
	}

	.section-wrap .section-5 .media a img {
		width: 10%;
	}
}

@media (min-width: 960px) {
	.section-wrap .section .title {
		padding: 50px 0 0 0;
		color: #000;
		font-size: 40px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-1 {
		background-color: #ebba31;
	}

	.section-wrap .section-2 .p-2 {
		color: #333;
		font-size: 20px;
		text-align: left;
		width: 50%;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard {
		width: 50%;
		max-height: 100%;
		margin: auto;
		margin-top: 30px;
	}

	.bordered th.tamidashi {
		font-size: 20px;
		text-align: center;
	}

	.section-wrap .section-3 .ta1 {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		z-index: 896;
		top: 50%;
		left: 50%;
		width: 50%;
		margin-left: -25%;
		margin-top: -276px;
	}

	.section-wrap .section-3 .ta1 iframe {
		width: 100%;
		height: 200px !important;
	}

	.mapstyle div {
		height: 200px !important;
	}

	.section-wrap .section-4 .menu-standard {
		width: 50%;
		max-height: 100%;
		margin: auto;
	}

	.section-wrap .section-4 .menu-standard .menu-box {
		width: 10%;
		float: left;
		text-align: center;
		padding: 10px 10px;
		position: relative;
	}

	.section-wrap .section-4 .menu-standard .menu-box .mark {
		position: absolute;
		left: 5px;
		top: 5px;
		background: #ff0000;
		color: #fff;
		font-size: 12px;
		width: 10px;
		line-height: 10px;
		border-radius: 50%;
		text-align: center;
		transform: rotate(-20deg);
		text-indent: -9999px;
	}

	.section-wrap .section-5 .contact-url {
		padding: 50px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-5 .media {
		padding: 50px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}
.section-btn li {
	padding: 20px 40px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
}

.section-btn li.cur {
	background: #000;
	font-size: 30px;
	opacity: 0.9
}
}

@media (min-width: 1024px) {
	.section-wrap .section .title {
		padding: 50px 0 0 0;
		color: #000;
		font-size: 40px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-1 {
		background-color: #ebba31;
	}

	.section-wrap .section-2 .p-2 {
		color: #333;
		font-size: 20px;
		text-align: left;
		width: 50%;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard {
		width: 50%;
		max-height: 100%;
		margin: auto;
		margin-top: 30px;
	}

	.bordered th.tamidashi {
		font-size: 20px;
		text-align: center;
	}

	.section-wrap .section-3 .ta1 {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		z-index: 896;
		top: 50%;
		left: 50%;
		width: 50%;
		margin-left: -25%;
		margin-top: -276px;
	}

	.section-wrap .section-3 .ta1 iframe {
		width: 100%;
		height: 200px !important;
	}

	.mapstyle div {
		height: 200px !important;
	}

	.section-wrap .section-4 .menu-standard {
		width: 50%;
		max-height: 100%;
		margin: auto;
	}

	.section-wrap .section-4 .menu-standard .menu-box {
		width: 10%;
		float: left;
		text-align: center;
		padding: 10px 10px;
		position: relative;
	}

	.section-wrap .section-4 .menu-standard .menu-box .mark {
		position: absolute;
		left: 5px;
		top: 5px;
		background: #ff0000;
		color: #fff;
		font-size: 12px;
		width: 10px;
		line-height: 10px;
		border-radius: 50%;
		text-align: center;
		transform: rotate(-20deg);
		text-indent: -9999px;
	}

	.section-wrap .section-5 .contact-url {
		padding: 50px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-5 .media {
		padding: 50px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}
.section-btn {
	position: fixed;
	left: -10px;
	top: 50%;
	margin-top: -220px;
	width: auto;
	z-index: 899
}

.section-btn li {
	padding: 20px 40px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
}

.section-btn li.cur {
	background: #000;
	font-size: 30px;
	opacity: 0.9
}
} /*>=1024的设备*/
@media (min-width: 1100px) {
	.section-wrap .section .title {
		padding: 50px 0 0 0;
		color: #000;
		font-size: 40px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-1 {
		background-color: #ebba31;
	}

	.section-wrap .section-2 .p-2 {
		color: #333;
		font-size: 15px;
		text-align: left;
		width: 50%;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard {
		width: 50%;
		max-height: 100%;
		margin: auto;
		margin-top: 30px;
	}

	.bordered th.tamidashi {
		font-size: 20px;
		text-align: center;
	}

	.section-wrap .section-3 .ta1 {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		z-index: 896;
		top: 50%;
		left: 50%;
		width: 50%;
		margin-left: -25%;
		margin-top: -248px;
	}

	.section-wrap .section-3 .ta1 iframe {
		width: 100%;
		height: 150px !important;
	}

	.mapstyle div {
		height: 150px !important;
	}

	.section-wrap .section-4 h2 {
		clear: both;
		padding: 10px 0 0 50px;
		display: block;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-4 .menu-standard {
		width: 50%;
		max-height: 100%;
		margin: auto;
	}

	.section-wrap .section-4 .menu-standard .menu-box {
		width: 8%;
		float: left;
		text-align: center;
		padding: 10px 10px;
		position: relative;
	}

	.section-wrap .section-4 .menu-standard .menu-box .mark {
		position: absolute;
		left: 5px;
		top: 5px;
		background: #ff0000;
		color: #fff;
		font-size: 12px;
		width: 10px;
		line-height: 10px;
		border-radius: 50%;
		text-align: center;
		transform: rotate(-20deg);
		text-indent: -9999px;
	}

	.section-wrap .section-5 .contact-url {
		padding: 50px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-5 .media {
		padding: 50px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}
} /*>=1024的设备*/
@media (min-width: 1280px) {
	.section-wrap .section .title {
		padding: 100px 0 0 0;
		color: #000;
		font-size: 40px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-1 {
		background-color: #ebba31;
	}

	.section-wrap .section-2 .p-2 {
		color: #333;
		font-size: 15px;
		text-align: left;
		width: 50%;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard {
		width: 50%;
		max-height: 100%;
		margin: auto;
		margin-top: 30px;
	}

	.section-wrap .section-3 .ta1 {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		z-index: 896;
		top: 50%;
		left: 50%;
		width: 50%;
		margin-left: -25%;
		margin-top: -267px;
	}

	.section-wrap .section-3 .ta1 iframe {
		width: 100%;
		height: 250px !important;
	}

	.mapstyle div {
		height: 250px !important;
	}

	.section-wrap .section-4 .menu-standard {
		width: 50%;
		max-height: 100%;
		margin: auto;
	}

	.section-wrap .section-4 .menu-standard .menu-box {
		width: 8%;
		float: left;
		text-align: center;
		padding: 10px 10px;
		position: relative;
	}

	.section-wrap .section-4 .menu-standard .menu-box .mark {
		position: absolute;
		left: 5px;
		top: 5px;
		background: #ff0000;
		color: #fff;
		font-size: 12px;
		width: 10px;
		line-height: 10px;
		border-radius: 50%;
		text-align: center;
		transform: rotate(-20deg);
		text-indent: -9999px;
	}
}

@media (min-width: 1366px) {
	.section-wrap .section-1 {
		background-color: #ebba31;
	}

	.section-wrap .section-2 .p-2 {
		color: #333;
		font-size: 15px;
		text-align: left;
		width: 50%;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard {
		width: 50%;
		max-height: 100%;
		margin: auto;
		margin-top: 30px;
	}

	.section-wrap .section-3 .ta1 {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		z-index: 896;
		top: 50%;
		left: 50%;
		width: 50%;
		margin-left: -25%;
		margin-top: -307px;
	}

	.section-wrap .section-3 .ta1 iframe {
		width: 100%;
		height: 300px !important;
	}

	.mapstyle div {
		height: 300px !important;
	}

	.section-wrap .section-4 .menu-standard .menu-box {
		width: 10%;
		float: left;
		text-align: center;
		padding: 10px 10px;
		position: relative;
	}
	.section-wrap .section-4 .menu-standard .menu-box {
		width: 6%;
		float: left;
		text-align: center;
		padding: 10px 10px;
		position: relative;
	}
	.section-wrap .section-4 .menu-standard .menu-box .mark {
		position: absolute;
		left: 5px;
		top: 5px;
		background: #ff0000;
		color: #fff;
		font-size: 12px;
		width: 10px;
		line-height: 10px;
		border-radius: 50%;
		text-align: center;
		transform: rotate(-20deg);
		text-indent: -9999px;
	}
}

@media (min-width: 1440px) {
	.section-wrap .section-1 {
		background-color: #ebba31;
	}

	.section-wrap .section-2 .p-2 {
		color: #333;
		font-size: 25px;
		text-align: left;
		width: 50%;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard {
		width: 50%;
		max-height: 100%;
		margin: auto;
		margin-top: 30px;
	}

	.section-wrap .section-3 .ta1 {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		z-index: 896;
		top: 50%;
		left: 50%;
		width: 50%;
		margin-left: -25%;
		margin-top: -307px;
	}

	.section-wrap .section-3 .ta1 iframe {
		width: 100%;
		height: 300px !important;
	}

	.mapstyle div {
		height: 300px !important;
	}

	.section-wrap .section-3 .ta1 iframe {
		width: 100%;
		height: 300px !important;
	}

	.section-wrap .section-4 .menu-standard .menu-box {
		width: 10%;
		float: left;
		text-align: center;
		padding: 10px 10px;
		position: relative;
	}
	.section-wrap .section-4 .menu-standard .menu-box .mark {
		position: absolute;
		left: -5px;
		top: -5px;
		background: #ff0000;
		color: #fff;
		font-size: 12px;
		width: 60px;
		line-height: 60px;
		border-radius: 50%;
		text-align: center;
		transform: rotate(-20deg);
		text-indent: 0;
	}
}

@media (min-width: 1680px) {
	.section-wrap .section .title {
		padding: 150px 0 0 0;
		color: #000;
		font-size: 50px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}
	.section-wrap .section-1 {
		background-color: #ebba31;
	}

	.section-wrap .section-2 .p-2 {
		color: #333;
		font-size: 20px;
		text-align: left;
		width: 60%;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard {
		width: 60%;
		max-height: 100%;
		margin: auto;
		margin-top: 30px;
	}

	.section-wrap .section-3 .ta1 {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		z-index: 896;
		top: 50%;
		left: 50%;
		width: 60%;
		margin-left: -30%;
		margin-top: -307px;
	}

	.section-wrap .section-3 .ta1 iframe {
		width: 100%;
		height: 300px !important;
	}

	.mapstyle div {
		height: 300px !important;
	}

	.section-wrap .section-3 .ta1 iframe {
		width: 100%;
		height: 300px !important;
	}

	.section-wrap .section-4 .menu-standard .menu-box {
		width: 10%;
		float: left;
		text-align: center;
		padding: 10px 10px;
		position: relative;
	}
	.section-wrap .section-4 .menu-standard .menu-box .mark {
		position: absolute;
		left: -5px;
		top: -5px;
		background: #ff0000;
		color: #fff;
		font-size: 12px;
		width: 60px;
		line-height: 60px;
		border-radius: 50%;
		text-align: center;
		transform: rotate(-20deg);
		text-indent: 0;
	}
}


@media (min-width: 1920px) {
	.section-wrap .section-1 {
		background-color: #ebba31;
	}

	.section-wrap .section-1 .logo {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 0px;
		right: 100px;
		margin: auto;
		width: 20rem;
		height: 20rem;
		z-index: 898;
	}

	.section-wrap .section-1 .logo img {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		width: 100%;
	}

	.section-wrap .section-1 .point {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 240px;
		right: 140px;
		margin: auto;
		width: 10rem;
		height: 5rem;
		z-index: 897;
	}

	.section-wrap .section-1 .point img {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		width: 100%;
	}

	.section-wrap .section-2 {
		background-image: url(../images/banner.jpg);
		background-repeat: repeat;
	}

	.section-wrap .section-2 .p-2 {
		color: #333;
		font-size: 25px;
		text-align: left;
		width: 1200px;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard-box {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0px;
		top: 0px;
		z-index: 885;
	}

	.section-wrap .section-2 .menu-standard {
		width: 1200px;
		max-height: 100%;
		margin: auto;
		margin-top: 30px;
	}

	.section-wrap .section-2 .menu-standard .menu-box {
		width: 9%;
		float: left;
		text-align: center;
		padding: 10px 20px;
		position: relative;
	}

	.section-wrap .section-2 .menu-standard .menu-box img {
		width: 100%;
		border: 1px solid #000;
	}

	.section-wrap .section-2 .menu-standard .menu-box img:hover {
		width: 100%;
		border: 1px solid #fff;
	}

	.section-wrap .section-5 {
		background-color: #ebba31
	}

	.section-wrap .section-3 {
		background-color: #cccccc
	}

	.section-wrap .section-3 .ta1 {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		z-index: 896;
		top: 50%;
		left: 50%;
		width: 1400px;
		margin-left: -700px;
		margin-top: -391px;
	}

	.mapstyle div {
		height: 450px !important;
	}

	.section-wrap .section-3 .ta1 iframe {
		width: 100%;
		height: 450px !important;
	}

	table {
		*border-collapse: collapse;
		/* IE7 and lower */
		border-spacing: 0;
		width: 100%;
	}

	.bordered {
		background: #000;
		color: #fff;
		-webkit-box-shadow: 0 1px 1px #000;
		-moz-box-shadow: 0 1px 1px #000;
		box-shadow: 0 1px 1px #000;
	}

	.bordered tr:hover {
		background: #ccc;
		-o-transition: all 0.1s ease-in-out;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.bordered td, .bordered th {
		border: 1px solid #222;
		padding: 10px;
		text-align: left;
		color: #FFF;
	}

	.bordered td a, .bordered th a {
		color: #FFF;
	}

	.bordered th.tamidashi {
		font-size: 30px;
		text-align: center;
	}

	.bordered th {
		background-color: #000;
	}

	.section-wrap .section-4 {
		background-color: #333333
	}

	.section-wrap .section-4 h2 {
		clear: both;
		padding: 20px 0 0 50px;
		display: block;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-4 .menu-standard-box {
		clear: both;
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0px;
		top: 40px;
		z-index: 885;
	}

	.section-wrap .section-4 .menu-standard {
		width: 60%;
		max-height: 100%;
		margin: auto;
	}

	.section-wrap .section-4 .menu-standard .menu-box {
		width: 10%;
		float: left;
		text-align: center;
		padding: 10px 20px;
		position: relative;
	}

	.section-wrap .section-4 .menu-standard .menu-box img {
		width: 100%;
		border: 1px solid #000;
	}

	.section-wrap .section-4 .menu-standard .menu-box img:hover {
		width: 100%;
		border: 1px solid #fff;
	}

	.section-wrap .section-5 {
		background-color: #ebba31
	}

	.section-wrap .section-4 .menu-standard .menu-box .mark {
		position: absolute;
		left: -5px;
		top: -5px;
		background: #ff0000;
		color: #fff;
		font-size: 12px;
		width: 60px;
		line-height: 60px;
		border-radius: 50%;
		text-align: center;
		transform: rotate(-20deg);
	}

	.section-wrap .section-5 .contact-url {
		padding: 100px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-5 .media {
		padding: 100px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}
.section-btn li {
	padding: 20px 40px;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
}

.section-btn li.cur {
	background: #000;
	font-size: 40px;
	opacity: 0.9
}
}

@media (min-width: 2660px) {
	.section-wrap .section-1 {
		background-color: #ebba31;
	}

	.section-wrap .section-1 .logo {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 0px;
		right: 100px;
		margin: auto;
		width: 40rem;
		height: 40rem;
		z-index: 898;
	}

	.section-wrap .section-1 .logo img {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		width: 100%;
	}

	.section-wrap .section-1 .point {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 440px;
		right: 180px;
		margin: auto;
		width: 20rem;
		height: 10rem;
		z-index: 897;
	}

	.section-wrap .section-1 .point img {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		width: 100%;
	}

	.section-wrap .section-2 {
		background-image: url(../images/banner.jpg);
		background-repeat: repeat;
	}

	.section-wrap .section .title {
		padding: 150px 0 0 0;
		color: #000;
		font-size: 60px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-2 .p-2 {
		color: #333;
		font-size: 30px;
		text-align: left;
		width: 50%;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard-box {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0px;
		top: 0px;
		z-index: 885;
	}

	.section-wrap .section-2 .menu-standard {
		width: 50%;
		max-height: 100%;
		margin: auto;
		margin-top: 30px;
	}

	.section-wrap .section-2 .menu-standard .menu-box {
		width: 10%;
		float: left;
		text-align: center;
		padding: 10px 20px;
		position: relative;
	}

	.section-wrap .section-2 .menu-standard .menu-box img {
		width: 100%;
		border: 1px solid #000;
	}

	.section-wrap .section-2 .menu-standard .menu-box img:hover {
		width: 100%;
		border: 1px solid #fff;
	}

	.section-wrap .section-5 {
		background-color: #ebba31
	}

	.section-wrap .section-3 {
		background-color: #cccccc
	}

	.section-wrap .section-3 .ta1 {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		z-index: 896;
		top: 50%;
		left: 50%;
		width: 60%;
		margin-left: -25%;
		margin-top: -406px;
	}
	
	.mapstyle div {
		height: 500px !important;
	}

	.section-wrap .section-3 .ta1 iframe {
		width: 100%;
		height: 500px !important;
	}

	.mapstyle div iframe{
		height: 500px !important;
	}
	table {
		*border-collapse: collapse;
		/* IE7 and lower */
		border-spacing: 0;
		width: 100%;
	}

	.bordered {
		background: #000;
		color: #fff;
		-webkit-box-shadow: 0 1px 1px #000;
		-moz-box-shadow: 0 1px 1px #000;
		box-shadow: 0 1px 1px #000;
	}

	.bordered tr:hover {
		background: #ccc;
		-o-transition: all 0.1s ease-in-out;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.bordered td, .bordered th {
		border: 1px solid #222;
		padding: 10px;
		text-align: left;
		color: #FFF;
		font-size: 30px;
	}

	.bordered td a, .bordered th a {
		color: #FFF;
	}

	.bordered th.tamidashi {
		font-size: 50px;
		text-align: center;
	}

	.bordered th {
		background-color: #000;
	}

	.section-wrap .section-4 {
		background-color: #333333
	}

	.section-wrap .section-4 h2 {
		clear: both;
		padding: 20px 0 0 50px;
		display: block;
		color: #fff;
		font-size: 50px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-4 .menu-standard-box {
		clear: both;
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0px;
		right:0px;
		top: 40px;
		z-index: 885;
	}
	.section-wrap .section-4 .menu-standard {
		width: 60%;
		max-height: 100%;
		margin: auto;
	}

	.section-wrap .section-4 .menu-standard .menu-box {
		width: 9%;
		float: left;
		text-align: center;
		padding: 10px 20px;
		position: relative;
	}

	.section-wrap .section-4 .menu-standard .menu-box img {
		width: 100%;
		border: 1px solid #000;
	}

	.section-wrap .section-4 .menu-standard .menu-box img:hover {
		width: 100%;
		border: 1px solid #fff;
	}

	.section-wrap .section-4 .menu-standard .menu-box .mark {
		position: absolute;
		left: -5px;
		top: -5px;
		background: #ff0000;
		color: #fff;
		font-size: 14px;
		width: 80px;
		line-height: 80px;
		border-radius: 50%;
		text-align: center;
		transform: rotate(-20deg);
	}

	.section-wrap .section-5 {
		background-color: #ebba31
	}

	.section-wrap .section-5 .contact-url {
		padding: 100px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-5 .media {
		padding: 100px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}
.section-btn li {
	padding: 20px 40px;
	color: #fff;
	cursor: pointer;
	font-size: 50px;
}

.section-btn li.cur {
	background: #000;
	font-size: 60px;
	opacity: 0.9
}
}
@media (min-width: 3820px) {
	.section-wrap .section-1 {
		background-color: #ebba31;
	}

	.section-wrap .section-1 .logo {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 0px;
		right: 100px;
		margin: auto;
		width: 40rem;
		height: 40rem;
		z-index: 898;
	}

	.section-wrap .section-1 .logo img {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		width: 100%;
	}

	.section-wrap .section-1 .point {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 440px;
		right: 180px;
		margin: auto;
		width: 20rem;
		height: 10rem;
		z-index: 897;
	}

	.section-wrap .section-1 .point img {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		width: 100%;
	}

	.section-wrap .section-2 {
		background-image: url(../images/banner.jpg);
		background-repeat: repeat;
	}

	.section-wrap .section .title {
		padding: 150px 0 0 0;
		color: #000;
		font-size: 70px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-2 .p-2 {
		color: #333;
		font-size: 30px;
		text-align: left;
		width: 50%;
		margin: auto;
	}

	.section-wrap .section-2 .menu-standard-box {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0px;
		top: 0px;
		z-index: 885;
	}

	.section-wrap .section-2 .menu-standard {
		width: 50%;
		max-height: 100%;
		margin: auto;
		margin-top: 30px;
	}

	.section-wrap .section-2 .menu-standard .menu-box {
		width: 11%;
		float: left;
		text-align: center;
		padding: 10px 20px;
		position: relative;
	}

	.section-wrap .section-2 .menu-standard .menu-box img {
		width: 100%;
		border: 1px solid #000;
	}

	.section-wrap .section-2 .menu-standard .menu-box img:hover {
		width: 100%;
		border: 1px solid #fff;
	}

	.section-wrap .section-5 {
		background-color: #ebba31
	}

	.section-wrap .section-3 {
		background-color: #cccccc
	}

	.section-wrap .section-3 .ta1 {
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		z-index: 896;
		top: 50%;
		left: 50%;
		width: 60%;
		margin-left: -25%;
		margin-top: -406px;
	}
	
	.mapstyle div {
		height: 500px !important;
	}

	.section-wrap .section-3 .ta1 iframe {
		width: 100%;
		height: 500px !important;
	}

	.mapstyle div iframe{
		height: 500px !important;
	}
	table {
		*border-collapse: collapse;
		/* IE7 and lower */
		border-spacing: 0;
		width: 100%;
	}

	.bordered {
		background: #000;
		color: #fff;
		-webkit-box-shadow: 0 1px 1px #000;
		-moz-box-shadow: 0 1px 1px #000;
		box-shadow: 0 1px 1px #000;
	}

	.bordered tr:hover {
		background: #ccc;
		-o-transition: all 0.1s ease-in-out;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.bordered td, .bordered th {
		border: 1px solid #222;
		padding: 10px;
		text-align: left;
		color: #FFF;
		font-size: 30px;
	}

	.bordered td a, .bordered th a {
		color: #FFF;
	}

	.bordered th.tamidashi {
		font-size: 50px;
		text-align: center;
	}

	.bordered th {
		background-color: #000;
	}

	.section-wrap .section-4 {
		background-color: #333333
	}

	.section-wrap .section-4 h2 {
		clear: both;
		padding: 20px 0 0 50px;
		display: block;
		color: #fff;
		font-size: 50px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-4 .menu-standard-box {
		clear: both;
		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0px;
		right:0px;
		top: 40px;
		z-index: 885;
	}
	.section-wrap .section-4 .menu-standard {
		width: 50%;
		max-height: 100%;
		margin: auto;
	}

	.section-wrap .section-4 .menu-standard .menu-box {
		width: 14%;
		float: left;
		text-align: center;
		padding: 10px 20px;
		position: relative;
	}

	.section-wrap .section-4 .menu-standard .menu-box img {
		width: 100%;
		border: 1px solid #000;
	}

	.section-wrap .section-4 .menu-standard .menu-box img:hover {
		width: 100%;
		border: 1px solid #fff;
	}

	.section-wrap .section-4 .menu-standard .menu-box .mark {
		position: absolute;
		left: -5px;
		top: -5px;
		background: #ff0000;
		color: #fff;
		font-size: 14px;
		width: 80px;
		line-height: 80px;
		border-radius: 50%;
		text-align: center;
		transform: rotate(-20deg);
	}

	.section-wrap .section-5 {
		background-color: #ebba31
	}

	.section-wrap .section-5 .contact-url {
		padding: 100px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}

	.section-wrap .section-5 .media {
		padding: 100px 0 0 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif";
	}
.section-btn li {
	padding: 20px 40px;
	color: #fff;
	cursor: pointer;
	font-size: 50px;
}

.section-btn li.cur {
	background: #000;
	font-size: 60px;
	opacity: 0.9
}
}