@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');
@media all and (min-width: 480px) {

	.pc{
		display: block;
	}
	.sp{
		display: none;
	}

	a{
		transition: all .3s;
	}
	a.link, a.link:active{
	 color: #000;
	}

	.wrapper{
		/*margin-top: -400px;*/
		position: relative;
		width: 100%;
		min-width: 1200px;
	}

	.pagetopbtn{
	 	display: block;
		position: fixed;
	  	bottom: 30px;
	 	right: 30px;
		width: 50px;
		height: 50px;
	}
	.pagetopbtn a{
		display: block;
		width: 50px;
		height: 50px;
		background: url(../images/2019_pagetopbtn.png) no-repeat;
		transition: all .3s;
	}
	.pagetopbtn a:hover{
		opacity: .5;
	}
	.pagetopbtn a span{
		display: none;
	}

	/* @group header */

	header{
		/*position: relative;*/
	 position: absolute;
		z-index: 100;
		margin: 0 auto;
		width: 100%;
		min-width: 1200px;
		height: 140px;
		background: rgba(255,255,255,0.5);
	}
	header .navi1{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	header .navi2{
		position: fixed;
		top: -200px;
		width: 100%;
		min-width: 1200px;
		height: 130px;
		background: url(../images/2019_menu_bg.png) no-repeat center top;
		display: flex;
		justify-content: center;
		transition: all .3s ease-out;
	}
	header .navi2.menu2{
		position: fixed;
		top: 0;
	}
	header h1{
		width: 301px;
		height: 140px;
	 margin-top:-10px;
		background: url(../images/2019_logo.png) no-repeat;
	}
	header .navi2 h1{
		width: 301px;
		height: 120px;
		background: none;
	}
	header .navi2 h1 a{
		margin: 25px 0 0 10px;
		display: block;
		width: 250px;
		height: 85px;
		background: url(../images/2019_logo2.png) no-repeat -10px -15px;
		transition: all .3s;
	}
	header .navi2 h1 a:hover{
		opacity: .5;
	}
	header nav ul.other.pc{
		/*margin: 28px 0 0 442px;*/
	 margin: 15px 0 0 442px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header .navi2 nav ul.other.pc{
		margin: 5px 0 0 442px;
	}
	header nav ul.other li.menu_en a{
		margin-right: 23px;
		display: block;
		width: 147px;
		height: 31px;
		background: url(../images/2019_menu_en.png) no-repeat;
	}
	header nav ul.other li a:hover{
		opacity: .5;
	}
	header nav ul.main_menu{
		margin-top: 13px;
		width: 899px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header nav ul.main_menu li a,
	header nav ul.other li.menu_zh a{
		font-family:'Kiwi Maru', serif;
		display: block;
		height: 37px;
		background: none;
		font-size: 20px;
		font-weight:bold;
		text-align: center;
		color: #4f452c;
		text-decoration: none;
		border-bottom: 3px solid transparent;
	}
	header nav ul.other li.menu_zh a{
		position: relative;
		display: inline-block;
	}
	header nav ul.other li.menu_zh a::after{
		content: "";
		position: absolute;
		right: -1em;
		top: 0.7em;
		width: 8px;
		height: 8px;
		border-top: 2px solid #4f452c;
		border-right: 2px solid #4f452c;
		transform: rotate(45deg);
	}
	header nav ul.other li.menu_zh {
		line-height: 1.8;
	}
	header nav ul.main_menu li a{
		border-bottom: 3px solid transparent;
	}
	header nav ul.main_menu li a:hover{
		border-bottom-color: #4f452c;
	}
	header nav ul.main_menu li.menu01 a{
		width: 165px;
	}
	header nav ul.main_menu li.menu02 a{
		width: 173px;
	}
	header nav ul.main_menu li.menu03 a{
		width: 185px;
	}
	header nav ul.main_menu li.menu04 a{
		width: 162px;
	}
	header nav ul.main_menu li.menu05 a{
		width: 88px;
	}

	header h1 span,
	header nav li a span{
		display: none;
	}
	header nav ul.main_menu li a span {
		display: inline-block;
	}


	/* @end */

	/* @group header */

	header.inner{
		position: fixed;
		z-index: 100;
		top: 0;
		margin: 0 auto;
		width: 100%;
		height: 163px;
		background: #fff none;
	}


	header.inner .navi2{
		display: none;
	}
	header.inner .navi1{
		position: relative;
		margin: 0 auto;
		width: 1200px;
		justify-content: space-between;
	}
	header.inner h1{
		position: relative;
		margin: 27px 0 0 0;
		width: 301px;
		background: none;
	}
	header.inner h1 a{
		display: block;
		width: 301px;
		height: 110px;
		background: url(../images/2019_logo3.png) no-repeat;
	}
	header.inner h1 a:hover{
		opacity: .5;
	}
	header.inner nav{
		width: 877px;
	}
	header.inner nav ul.other.pc{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header.inner nav ul.other li.menu_en a{
		margin-right: 23px;
		display: block;
		width: 147px;
		height: 31px;
		background: url(../images/2019_menu_en.png) no-repeat;
	}
	header.inner nav ul.other li.menu_en a:hover{
		opacity: .5;
	}
	header.inner nav ul.main_menu{
		margin-top: 9px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	/* @end */

	/* @group footer */

	footer{
		width: 100%;
		min-width: 1200px;
		/*height: 186px;*/
		background-color: #999;
	}
	footer .footer_menu ul{
		display: flex;
		justify-content: center;
		margin: 0 auto 12px auto;
	 padding-top: 7px;
		width: 1160px;
		border-bottom: 1px solid #fff;
	}
	footer .footer_menu ul li{
		padding: 16px 24px;
	}
	footer .footer_menu li a{
		padding-bottom: 1px;
		font-size: 15px;
		color: #fff;
		text-decoration: none;
		letter-spacing: 1.4px;
		white-space: nowrap;
		border-bottom: 1px solid transparent;
	}
	footer .footer_menu li a:hover{
		border-bottom: 1px solid #fff;
	}
	footer p{
		margin: 0 auto;
		padding-left: 5px;
		width: 1160px;
		font-size: 12px;
		color: #fff;
		text-align: center;
		line-height: 2.1;
		letter-spacing: 0.6px;
	}
	footer p:nth-child(3){
		padding-left: 15px;
	}
	footer p span{
		padding-right: 20px;
	}
	footer p span:last-child{
		padding-right: 0;
	}
	footer p:nth-child(3) span{
		padding-right: 12px;
	}
	footer p a{
		color: #fff !important;
		text-decoration: none;
	}

	/* @end */
}

@media all and (max-width: 480px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}

	a.link, a.link:active{
	 color: #000;
	}
	.pagetopbtn{
	 	display: none;
	 	position: fixed;
	 	bottom: 10px;
	 	right: 10px;
		width: 42px;
		height: 42px;
		background: url(../images/2019_pagetopbtn.png) no-repeat;
		background-size: auto 42px;
	}
	.pagetopbtn a{
		display: block;
		width: 42px;
		height: 42px;
	}

	.pagetopbtn span{
		display: none;
	}

	/* @group header */

	header{
		/*position: relative;*/
	 position: absolute;
		z-index: 100;
		margin: 0 auto;
		width: 100%;
		height: auto;

		display: block;
	}
	header h1{
		position: relative;
		width: 222px;
		height: 95px;
		background: url(../images/2019_logo_sp.png) no-repeat;
		background-size: cover;
	}
	header nav{
		position: fixed;
		z-index: 100;
		top: -100vh;
		width: 100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		/*background-color: rgba( 235, 231, 220, 0.4 );*/
		background-color: #f7f5f1;
		background-image: url(../images/2019_menu_bg_sp.png);
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: 100% auto;
		transition: all .7s ease-out;
	}
	header nav.active{
		top: 0;
	}
	header .menu_open{
		position: fixed;
		z-index: 99;
		top: 21px;
		right: 21px;
		width: 29px;
		height: 29px;
		background-image: url(../images/2019_menu_open.png);
		background-size: cover;
		cursor: pointer;
		transition: all .3s ease-out;
	}
	header .menu_open.active{
		top: 10px;
	}
	header .menu_open li a:active{
		border-bottom-color: #4f452c;
	}
	header .menu_open span {
		display: inline-block;
	}

	header nav .menu_close{
		position: absolute;
		top: 21px;
		right: 21px;
		width: 29px;
		height: 29px;
		background-image: url(../images/2019_menu_close.png);
		background-size: cover;
		cursor: pointer;
	}
	header nav .menu_logo{
		position: relative;
		margin: 46px auto 0 auto;
		width: 120px;
		height: 40px;
		background-image: url(../images/2019_logo2_sp.png);
		background-size: cover;
	}
	header nav ul.main_menu{
		margin: 13px auto 0 auto;
		width: 275px;
		height: auto;
	}
	header nav ul.main_menu li{
		width: 100%;
		height: 65px;
		border-bottom: 1px solid #4f452c;
	}
	header nav ul.main_menu li:last-child{
		border: none;
	}
	header nav ul.main_menu li a{
		display: block;
		font-family:'Kiwi Maru', serif;
		font-size: 20px;
		font-weight:bold;
		line-height: 1;
		height: calc(100% - 45px);
		width: 100%;
		background: none;
		text-align: center;
		color: #4f452c;
		text-decoration: none;
		padding: 22px 0;
	}
	header nav ul.other{
		margin-top: 0 atuo;
		width: 193px;
		margin: 0 auto;
	}
	header nav ul.other.sp li.menu_web a{
		margin: 14px auto 0 auto;
		display: block;
		width: 193px;
		height: 45px;
		background: url(../images/2019_menu_web_sp.png) no-repeat;
		background-size: cover;
	}
	header nav ul.other.sp li.menu_en a{
		margin: 21px auto 50px auto;
		display: block;
		width: 84px;
		height: 16px;
		background: url(../images/2019_menu_en_sp.png) no-repeat;
		background-size: cover;
	}
	header nav ul.other.sp li.menu_zh {
		text-align: center;
	}
	header nav ul.other.sp li.menu_zh a {
		font-family:'Kiwi Maru', serif;
		font-size: 20px;
		font-weight:bold;
		line-height: 1;
		color: #4f452c;
		text-decoration: none;
	}

	header .navi3{
		position: fixed;
		top: -200px;
		width: 100%;
		height: 53px;
		background: url(../images/2019_menu_bg2_sp.png) no-repeat center top;
		background-size: auto 53px;
		transition: all .3s ease-out;
	}
	header .navi3 a.name{
		display: block;
		margin: 12px 0 0 25px;
		width: 74px;
		height: 25px;
		background: url(../images/2019_logo3_sp.png) no-repeat;
		background-size: auto 25px;
	}
	header .navi3.menu2{
		position: fixed;
		top: 0;
	}




	header .menu_open span,
	header nav .menu_close span,
	header nav .menu_logo span,
	header h1 span,
	header nav li a span,
	header .navi3 a.name span{
		display: none;
	}
	header nav ul.main_menu li a span{
		display: inline-block;
	}


	/* @end */

	/* @group footer */

	footer{
		padding: 36px 0;
		background-color: #999;
	}
	footer .footer_menu{
		margin: 0 25px 19px 25px;
		padding: 0 0 13px 0;
		border-bottom: 1px solid #fff;
	}
	footer .footer_menu ul{
		margin: 0 auto;
		width: 100%;
	 display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	footer .footer_menu ul li{
		padding: 6px 0 7px 0;
		text-align: center;
	 width: 48%;
	}
	footer .footer_menu li a{
		padding: 0 24px;
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		line-height: 1.5;
		letter-spacing: 1.4px;
		white-space: nowrap;
	}
	footer p{
		margin:0 auto;
		width: 96%;
		font-size: 10px;
		color: #fff;
		text-align: center;
		line-height: 2.2;
		letter-spacing: 1px;
	}
	footer p span{
		display: block;
		padding-right: 20px;
	}
	footer p span:last-child{
		padding-right: 0;
	}
	footer p:nth-child(3) span{
		padding-right: 12px;
	}
	footer p a{
		color: #fff !important;
		text-decoration: none;
	}
	footer p:last-child{
		margin-top: 25px;
	}



	/* @end */

}


