@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap');

/* common style */
* {
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}

body {
	font-size: 16px;
	line-height: 1.7;
}

.container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.container-full {
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}

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

h2, h3 {
	margin: 0;
}

p {
	margin: 0;
	padding-bottom: 1.5rem;
}

a:hover img {
	opacity:0.7;
	transition:0.3s;
}


/*-- btn --*/
.btn-area {
	margin-top: 3rem;
	text-align: center;
}
a.btn {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
	color: #fff;
	background-color: rgba(0, 153, 68, 1);
	border-bottom: 5px solid;
	border-bottom-color: rgba(0, 102, 45, 1);	
	padding: 1rem 1.5rem;
	min-width: 400px;
}
a.btn.btn01 {
	background-color: rgba(190, 138, 67, 1);
	border-bottom-color: rgba(140, 100, 50, 1);	
}
a.btn.btn02 {
	background-color: rgba(202, 26, 29, 1);
	border-bottom-color: rgba(115, 12, 14, 1.0);	
}
a.btn.btn03 {
	background-color: rgba(107, 29, 133, 1);
	border-bottom-color: rgba(80, 22, 100, 1.0);	
}
a.btn.btn04 {
	background-color: rgba(0, 98, 186, 1);
	border-bottom-color: rgba(0, 81, 153, 1);	
}
a.btn.btn05 {
	background-color: rgba(15, 30, 60, 1);
	border-bottom-color: rgba(8, 16, 31, 1);	
}
a.btn.btn06 {
	background-color: rgba(233, 63, 112, 1);
	border-bottom-color: rgba(135, 24, 56, 1);	
}
a.btn.btn07 {
	background-color: rgba(0, 102, 86, 1);
	border-bottom-color: rgba(0, 61, 52, 1);	
}
a.btn.btn-goto {
	background-color: #1F286F;
	border-bottom: 5px solid #121740;	
}
a.btn.btn-jal {
	color: #000;
	background-color: rgba(231, 188, 113, 1);
	border-bottom-color: rgba(153, 125, 80, 1);	
}
a.btn.btn-vetjet {
	color: #000;
	background-color: rgba(253, 238, 0, 1);
	border-bottom-color: rgba(247, 173, 0, 1);
}

a.btn span {
	position: relative;
	padding-right: 15px;
	display: inline-block;
}
a.btn span:before {
	position: absolute;
	content: '';
	right: -15px;
	top: 50%;
	width: 18px;
	height: 18px;
		background: url(../img/common/btn_arrow.svg) no-repeat 0 50%;
	background-size: 18px auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
a.btn.btn-goto span:before {
	background-image: url(../img/common/arrow_goto.svg);
}
a.btn.btn-jal span:before {
	background-image: url(../img/common/arrow_jal.svg);
}
a.btn.btn-vetjet span:before {
	background-image: url(../img/common/arrow_black.svg);
}

a.btn:hover {
	background-color: rgba(0, 153, 68, 0.8);
	border-bottom-color: rgba(0, 102, 45, 0.8);
}
a.btn.btn01:hover {
	background-color: rgba(190, 138, 67, 0.8);
	border-bottom-color: rgba(140, 100, 50, 0.8);
}
a.btn.btn02:hover {
	background-color: rgba(202, 26, 29, 0.8);
	border-bottom-color: rgba(115, 12, 14, 0.8);
}
a.btn.btn03:hover {
	background-color: rgba(94, 82, 153, 0.8);
	border-bottom-color: rgba(65, 49, 142, 0.8);
}
a.btn.btn04:hover {
	background-color: rgba(0, 98, 186, 0.8);
	border-bottom-color: rgba(0, 81, 153, 0.8);	
}
a.btn.btn05:hover {
	background-color: rgba(15, 30, 60, 0.8);
	border-bottom-color: rgba(8, 16, 31, 0.8);	
}
a.btn.btn06:hover {
	background-color: rgba(233, 63, 112, 0.8);
	border-bottom-color: rgba(135, 24, 56, 0.8);	
}
a.btn.btn07:hover {
	background-color: rgba(0, 102, 86, 0.8);
	border-bottom-color: rgba(0, 61, 52, 0.8);	
}
a.btn.btn-goto:hover {
	background: #2b368e;
	border-color: #121740;
}
a.btn.btn-jal:hover {
	color: #000;
	background-color: rgba(231, 188, 113, 0.8);
	border-bottom-color: rgba(153, 125, 80, 0.8);	
}
a.btn.btn-vetjet:hover  {
	background-color: rgba(253, 238, 0, 0.8);
	border-bottom-color: rgba(247, 173, 0, 0.8);
}


.font-mink {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

@media screen and (max-width: 782px) {
	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	body {
		font-size: 14px;
	}

	a.btn {
		min-width: 90%;
		font-size: 1.35rem;
		letter-spacing: 0.05em;
		padding: 0.75rem;
	}
}

/*-- common style --*/


/*-- ANA✕hiap キャンペーン --*/
#ana-campaign .header {
	text-align: center;
}
#ana-campaign .header img {
	max-width: 1200px;
}
#ana-campaign .inner {
	background-color: #d3edfb;
	padding: 3rem 0;
}
#ana-campaign .inner .f-box2 {
	margin: 0;
}
#ana-campaign .inner .f-box2 .f-item {
	width: 50%;
	padding: 0 3rem;
}
#ana-campaign .inner .f-box2 .f-item:first-child {
	border-right: 1px solid #000;
}

@media screen and (max-width: 782px) {
	#ana-campaign .header img {
		max-width: 100%;
	}
	#ana-campaign .inner .f-box2 .f-item {
		width: 100%;
		padding: 0;
	}
	#ana-campaign .inner .f-box2 .f-item:first-child {
		border-right: none;
		margin-bottom: 1.5rem;
	}
}



/*-- 広島空港から海外に出かけよう！ --*/
#go-abroad {
	background-image: url(../img/go-abroad/bg.jpg);
	background-size: cover;
	position: relative;
	padding-bottom: 3rem;
}
#go-abroad .header {
	position: relative;
}
#go-abroad .title {
	width: 1000px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 3rem;
	z-index: 1;
}
#go-abroad .inner .hosoku {
	font-size: 80%;
	line-height: 1.4;
	margin-top: 1.5rem;
}
@media screen and (max-width: 782px) {
	#go-abroad .title {
		width: 90%;
	}
	#go-abroad .inner .hosoku {
		margin-top: 0;
	}
}


/*-- IBEX --*/
#ibex .inner {
	padding: 3rem 0;
	background-color: #002e73;
}
#ibex .inner .f-box2 {
	align-items: center;
}
@media screen and (max-width: 782px) {
	#ibex .inner {
		padding: 0.5rem 0 3rem;
	}
	#ibex .inner .f-box2 .f-item:first-child {
		display: none;
	}
}


/*-- 広島空港が生まれ変わる --*/
#reborn {
	padding: 6rem 0;
	background-image: url(../img/reborn/sora_bg.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
#reborn .inner h3 {
	text-align: center;
	margin: 6rem 0 3rem;
}
#reborn .inner .reborn_Img img {
	width: 100%;
	height: auto;
}
#reborn .inner .hosoku {
	font-size: 70%;
	line-height: 1.3;
	text-align: right;
}
#reborn .inner .text-box + .text-box {
	margin-top: 3rem;
}
#reborn .inner .text-box h4 {
	margin: 0 0 1.5rem;
	color: #fff;
	background-color: #b6a028;
	padding: 5px 0.5em;
}
#reborn .inner .text-box .hosoku {
	line-height: 1.4;
	text-align: left;
}

@media screen and (max-width: 782px) {
	#reborn {
		padding: 3rem 0;
	}
	#reborn .inner h3 {
		margin: 3rem 0;
		text-align: justify;
	}
}



/*-- アストラムライン --*/
#astramline {
	background-color: #fffaec;
	padding-bottom: 6rem;
}
#astramline .header .line {
	background-color: #ed6f22;
	color: #fff;
	text-align: center;
}
#astramline .header .line h3 {
	font-size: 1.5em;
	padding: 1rem 0;
}
#astramline .header h2 {
	margin-top: 3rem;
}
#astramline .inner .f-box2:first-child {
	align-items: center;
	margin-top: 3rem;
}
#astramline .inner .astramline-hosoku {
	position: relative;
	padding-bottom: 0.5rem;
}
#astramline .inner .astramline-hosoku::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: calc(50% - 0.5rem);
	left: 0;
}
#astramline .inner .astramline-hosoku span {
	display: inline-block;
	padding-right: 0.5em;
	background-color: #fffaec;
	position: relative;
	z-index: 1;
}
#astramline .inner .contact {
	background-color: #ed6f22;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	font-size: 1.25em;
	font-weight: 700;
	padding: 0;
	margin-bottom: 0.5rem;
}
#astramline .inner .contact2 {
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 782px) {
	#astramline {
		padding-bottom: 1.5rem;
	}
	#astramline .header h2 {
		margin-top: 1rem;
	}
}


/*-- 推しみやげ --*/
#oshi-miyage {
	padding: 6rem 0;
	background-image: url(../img/oshi-miyage/bg.png);
	position: relative;
}
#oshi-miyage::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/oshi-miyage/bg2.svg);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 97%;
	mix-blend-mode: multiply;
}
#oshi-miyage .header, #oshi-miyage .inner {
	position: relative;
}
#oshi-miyage .inner h4 {
	font-size: 1.5em;
}
#oshi-miyage .inner h4 span {
	display: inline-block;
	width: 100%;
	text-align: right;
}

@media screen and (max-width: 782px) {
	#oshi-miyage {
		padding: 3rem 0;
	}
	#oshi-miyage .inner h4 {
		font-size: 1.25em;
		margin: 1rem 0 0.5rem;
	}
	#oshi-miyage .inner .miyage-img {
		text-align: center;
	}
	#oshi-miyage .inner .miyage-img img {
		width: 80%;
	}
}


/*-- 空港周辺情報 --*/
#around-info {
	padding: 6rem 0;
	background-image: url(../img/around-info/bg.png);
	border-bottom: 3px solid #488f6d;
}
#around-info .inner {
	margin-top: 6rem;
}
#around-info .inner .container > .f-box2b {
	border-bottom: 1px solid #488f6d;
}
#around-info .inner h3 {
	color: #fff;
	background-color: #488f6d;
	padding: 15px;
	line-height: 1;
	font-size: 1.5em;
	margin-bottom: 1.5rem;
	position: relative;
}
#around-info .inner h3 span.date {
	display: inline-block;
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #fff;
	font-size: 80%;
	font-weight: 500;
}
#around-info .inner h3 span.date small {
	font-size: 60%;
	font-weight: 400;
}
#around-info .inner h3 span.req {
	background-color: #e60012;
	color: #fff;
	display: inline-block;
	font-size: 90%;
	border-radius: 100px;
	padding: 5px 15px;
}

ul.info-list {
	display: inline-block;
	text-align: left;
	padding-left: 0;
	margin-top: 0;
}
ul.info-list li {
	position: relative;
	padding-left: 15px;
	list-style: none;
	font-weight: 600;
	font-size: 1.1em;
}

ul.info-list li:before {
	content: "";
	position: absolute;
	top: .475em;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #488f6d;
	border-radius: 50%;
}
ul.info-list li.date:before {
	top: auto;
	bottom: 0.8em;
}
ul.info-list li span {
	font-size: 1.75em;
}

@media screen and (max-width: 782px) {
	#around-info {
		padding: 3rem 0;
	}
	ul.info-list li {
		font-size: 1em;
	}
	#around-info .inner .f-box2b > .f-item {
		margin-bottom: 0;
	}
}












#header .navigation img {
	border-radius: 8px;
}
#header .navigation .f-item {
	background-color: #fff;
	border-radius: 8px;
}
#header h2 {
	color: #fff;
	padding-bottom: 15px;
}

#header .bt-sc_hosoku {
	width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 782px) {
	#ca-header .ca-logo {
		padding: 1em;
	}
	#china-al .header-logo img {
		width: 80%;
	}
	.header-main {
		padding: 3rem 0 0;
	}
	.header-main h1 img {
		width: 100%;
	}
	#header .header-inner {
		background-image: none;
	}
	#header h1 {
		margin-bottom: 0.5em;
	}
	.header_Text {
		font-size: 1em;
	}
	.header-schedule {
		width: 95%;
	}

	#header .bt-sc_hosoku {
		width: 95%;
	}

	.scroll-infinity__wrap {
		margin: 0;
	}
	.scroll-infinity__item {
		width: calc(100vw / 2.5);
	}

	#header .btn-area.header-btn {
		margin: 1em 0;
	}

	.btn-area {
		margin-top: 2rem;
	}

	#popupStore h2 img {
		max-width: 100%;
	}
	#popupStore .pps-box {
		margin-top: 1.5em;
		padding: 2rem 1em 0;
		margin-bottom: 0;
	}
	#popupStore .pps-box .inner.pps-box01 {
		background-position: top 40px center;
	}
	#popupStore .pps-box h3 img {
		width: 100%;
	}



	#miyage {
		padding: 3em 0;
		background-size: 100%;
	}
	#miyage:before, #miyage:after {
		height: 80px;
	}
	#miyage .miyage-title {
		margin-bottom: 1em;
	}
	#miyage .miyage-title img {
		max-width: 50%;
	}
	#miyage .f-box2 .f-item-text {
		width: 100%;
	}
	#miyage .f-box2 .f-item-text img {
		max-width: 100%;
	}
	#miyage .f-box2 .f-item-img {
		width: 100%;
		text-align: center;
		margin-top: 1.5em;
	}
	#miyage .f-box2 .f-item-img img {
		max-width: 90%;
	}
	.order1sp2 { order: 2; }
	.order2sp1 { order: 1; }


	#restaurant_Area .restaurant-inner01 h2.hah-title {
		margin-bottom: 1em;
	}
	#restaurant_Area .restaurant-inner01 h2.hah-title img {
		max-width: 90%;
	}
	#restaurant_Area .myFlora-box h2 {
		padding: 1em 0.5em;
	}
	#restaurant_Area .myFlora-box h2 img {
		max-width: 100%;
	}
	#restaurant_Area .myFlora-box_Inner {
		padding: 1em;
	}
	#restaurant_Area .f-box2 {
		margin-top: 1em;
	}
	#restaurant_Area .f-box2 .f-flora-img {
		width: 100%;
		margin-bottom: 1.5em;
	}
	#restaurant_Area .f-box2 .f-flora-img img {
		max-width: 100%;
	}
	#restaurant_Area .f-box2 .f-flora-text {
		width: 100%;
	}
	#restaurant_Area .f-box2 .f-flora-text p {
		font-size: 1.1em;
	}
	#restaurant_Area .f-box2 .f-flora-text p.price {
		margin: 1em 0;
		text-align: center;
	}
	#restaurant_Area .f-box2 .f-flora-text p.price img {
		max-width: 80%;
	}
	#restaurant_Area .select-lunch {
		padding-top: 2em;
		padding-bottom: 0;
	}
	#restaurant_Area .select-lunch img {
		max-width: 100%;
		width: 100%;
	}

	#restaurant_Area .restaurant-inner02 {
		padding: 1.5em 0;
	}
	h3.infomation {
		padding: 0.5rem;
		margin-bottom: 0.75em;
	}
	.info-text {
		font-size: 1em;
		padding-bottom: 0;
	}
	.coupon-box .cb01 {
		margin-top: 1em;
		padding: 2em 1em;
	}
	.coupon-box .cb01 img {
		width: 80%;
	}
	.coupon-box .cb02 {
		padding: 1em 1.5em;
		font-size: 1em;
	}

	#restaurant_Area .f-box2 > .f-item {
		text-align: center;
	}
	#restaurant_Area .f-box2 > .f-item:first-child {
		margin-bottom: 2em;
	}
	#restaurant_Area .f-box2 > .f-item:first-child img {
		max-width: 80%;
	}


}



.f-box2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 3rem 0 0;
}
.f-box2 > .f-item {
	width: 47.5%;
	margin-bottom: 1%;
}
.f-box2 > .f-item.f-w100 {
	width: 100%;
}
.f-box2 > .f-item img {
	width: 100%;
	height: auto;
}

.f-box2jal {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f-box2jal > .f-item {
	width: 50%;
	margin-bottom: 1%;
}

.f-box2dk {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 3rem;
}
.f-box2dk > .f-item {
	width: 50%;
	padding: 0 25px;
	margin-bottom: 25px;
}
.f-box2dk > .f-item:first-child {
	border-right: 1px solid #000;
}


.f-box3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f-box3 > .f-item {
	width: calc(97% / 3);
}


.f-box2_airchina {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	align-items: center;

}
.f-box2_airchina > .f-item:first-child {
	width: 40%;
	margin-bottom: 0;
}
.f-box2_airchina > .f-item:nth-child(2) {
	width: 57.5%;
	margin-bottom: 0;
}

.f-box2s {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 1.5rem;
}
.f-box2s > .f-item {
	width: 47.5%;
}
.f-box2s > .f-item.f-w100 {
	width: 100%;
	margin-bottom: 3rem;
}

.f-box2b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 3rem 0 0;
}
.f-box2b > .f-item {
	margin-bottom: 3%;
}
.f-box2b > .f-item.one {
	width: 45%;
}
.f-box2b > .f-item.two {
	width: 53%;
}
.f-box2b > .f-item.three {
	width: 64%;
}
.f-box2b > .f-item.four {
	width: 33%;
}

.f-box4 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.f-box4 > .f-item {
	width: calc(100% / 4);
	padding: 30px;
}

.f-box5 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f-box5 > .f-item {
	width: calc(94% / 5);
	margin-bottom: 1%;
}
.f-box5 > .f-item.nav-point {
	border: 3px solid #ffff00;
	border-radius: 10px !important;
}

@media screen and (max-width: 782px) {
	.section h2 img {
		width: 95%;
		height: auto;
	}

	.container-full {
		padding: 0 15px;
	}

	.container-full .container {
		padding: 0;
	}


	.f-box2 > .f-item {
		width: 100%;
		margin-bottom: 15px;
	}
	.f-box2jal > .f-item {
		width: 100%;
		margin-bottom: 15px;
	}


	.f-box2b {
		margin-top: 1.5rem;
	}
	.f-box2b > .f-item {
		margin-bottom: 3rem;
	}
	.f-box2b > .f-item.one {
		width: 100%;
		text-align: center;
	}
	.f-box2b > .f-item.one img {
		width: 240px;
		height: auto;
	}
	.f-box2b > .f-item.two {
		width: 100%;
	}
	.f-box2b > .f-item.three {
		width: 100%;
	}
	.f-box2b > .f-item.four {
		width: 100%;
		margin-bottom: 0;
	}

	.f-box2_airchina {
		margin: 0 0 1.5rem;
	}
	.f-box2_airchina > .f-item:first-child {
		width: 100%;
		margin-bottom: 0;
	}
	.f-box2_airchina > .f-item:nth-child(2) {
		width: 100%;
		margin-bottom: 5%;
	}

}

.order1sp2 { order: 1; }
.order2sp1 { order: 2; }


@media screen and (max-width: 782px) {
	.f-box3 > .f-item {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.f-box3 > .f-item:last-child {
		margin-bottom: 0;
	}

	.f-box2dk {
		margin-top: 0rem;
	}
	.f-box2dk > .f-item {
	    width: 100%;
	    padding: 0 15px;
	    margin-bottom: 3rem;
	}
	.f-box2dk > .f-item:first-child {
		border: none;
	}

	.f-box2s {
		padding: 1.5rem;
	}
	.f-box2s > .f-item {
		width: 100%;
	}
	.f-box2s > .f-item:last-child {
		margin-top: 3rem;
	}

	.f-box2v {
		margin: 1.5rem 0;
	}

	.order1sp2 { order: 2; }
	.order2sp1 { order: 1; }

}



/* fotter */
footer {
	background-color: #f3f3f3;
	padding: 6rem 0 0;
	text-align: center;
	position: relative;
}
footer .footer-logo img {
	width: 100%;
	max-width: 500px;
	height: auto;
}
footer .copyright {
	color: #666;
	font-size: 12px;
	padding-top: 1.5rem;
}

a.banner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 1px solid #DDD;
	background-color: #fff;
	padding: 5px;
	height: 70px;
	text-align: center;
	transition: all 0.3s ease;
}
a.banner:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
a.banner:hover img {
	opacity: 1;
}

@media screen and (max-width: 782px) {
	footer {
		padding: 3rem 0 0;
	}
	.f-box4 > .f-item {
		width: calc(100% / 2);
		padding: 0 10px 15px;
	}

	.f-box5 > .f-item {
		width: calc(95% / 2);
		margin-bottom: 3%;
	}

	footer .footer-logo img {
		width: 80%;
	}
	footer .copyright {
		font-size: 10px;
	}

	.featherlight-content {
		width: 90%;
		margin: 25px 0;
	}
}


/* other */
.text-c { text-align: center; }
.text-c__sp-left { text-align: center; }
br.sp { display:none; }

.dispPC { display:block; margin: auto; }
.dispSP { display:none; }

.imgPC { display:inline-block; }
.imgSP { display:none; }


@media screen and (max-width: 782px) {
	br.pc { display:none; }
	br.sp { display:inline; }

	.dispPC { display:none; }
	.dispSP { display:block; margin: auto; }

	.imgPC { display:none; }
	.imgSP { display:inline-block; }

	.text-c__sp-left { text-align: left; }
}




/* menu´ */
.openbtn{
	display: none;
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 999;
	background:#666;
	cursor: pointer;
	width: 50px;
	height:50px;
	border-radius: 5px;
}

/* menu¨ */
.openbtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
	width: 45%;
  }


.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

/* fade */
.fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
	display: block;
}
@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* other2 */
#nheader{
	width:100%;
	background:#fff;
	color:#000;
	text-align: center;
	min-height: 146px;
}

#nheader.dnone {
	opacity: 0;
}

#nheader.dnone.panelactive {
	opacity: 1;
}

#nheader h1 {
	margin: 0;
	padding: 0 15px;
}


#g-navi ul{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	font-size: 80%;
	margin: 0;
	background-color: #eee;
	padding: 10px 0;
}



#g-navi ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	padding:10px 15px;
	font-weight: bold;
	position: relative;
	font-size: 0.8vw;
}
@media screen and (max-width: 782px) {
	#g-navi ul li a {
		font-size: 1rem;
	}
}
#g-navi ul li a:after {
	content: "";
	width: 1px;
	height: 20px;
	position: absolute;
	top: 50%;
	display: block;
	background-color: #999;
	right: 0;
	transform: translateY(-50%);
}
#g-navi ul li:last-child a::after {
	content: none;
}

#g-navi ul li.current a,
#g-navi ul li a:hover{
	color:#0086CD;
}

#nheader.dnone #g-navi{
	position:fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width:100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 0;
	transition: all 0.4s;
}

#nheader.dnone.panelactive #g-navi{
	opacity: 1;
	z-index:3;
	background:#eee;
}

#nheader.dnone.panelactive #g-navi ul{
	display:block;
}

#nheader.dnone.panelactive #g-navi li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition:all 0.3s;
}
#nheader.dnone.panelactive #g-navi li a:hover {
	color: #0086CD;
}
#nheader.dnone.panelactive #g-navi li a br {
	display: none;
}
#nheader.dnone.panelactive #g-navi ul li a:after {
	content: none;
}

section{
	position: relative;
	z-index: 1;
}


.mb0 {
	margin-bottom: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}

@media screen and (max-width: 782px) {
	#g-navi {
		display: none;
	}
	#nheader {
		border-bottom: 1px solid #000;
		min-height: auto;
	}
}
