@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@500&display=swap');

/* 共有設定 */
* {
	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-area {
	margin-top: 6rem;
	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(94, 82, 153, 1);
	border-bottom-color: rgba(65, 49, 142, 1.0);	
}
a.btn.btn04 {
	background-color: rgba(0, 98, 186, 1);
	border-bottom-color: rgba(0, 81, 153, 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 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/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/arrow_goto.svg);
}
a.btn.btn-jal span:before {
	background-image: url(../img/arrow_jal.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.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);	
}


.font-mink {
	font-family: 'Kaisei Tokumin', serif;
	font-weight: 500;
}

@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;
	}
}


/* header */

.featherlight .featherlight-content {
	padding: 0 !important;
	border-bottom: none !important;
}

#header {
	background-image: url(../img/header_bg.png);
	padding: 15px 0;
	position: relative;
}
#header:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/header_bg2.svg);
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#header .header-inner {
	background-image: url(../img/header_bg3.png);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.header-main {
	background-image: url(../img/header_bg.jpg);
	background-size: 100% 100%;
	background-position: center;
	padding: 6rem 0;
}
.header-main h1 {
	margin: 0;
	padding-top: 1rem;
	margin-bottom: 1em;
}
.header-main h1 img {
	max-width: 600px;
}

#header h1 {
	margin-bottom: 1em;
}

.header-img img {
	width: 100%;
}

.header_Text {
	font-size: 1.1em;
	font-weight: 600;
}

.header-schedule {
	width: 800px;
}

.btn-area.header-btn {
	margin-bottom: 3em;
	margin-top: 0;
}

	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin: 3em 0;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4.5);
}
.scroll-infinity__item>img {
  width: 100%;
}

/*-- GO TO --*/
#goto {
	background-color: #FCC800;
	padding-bottom: 6rem;
}
#goto h2 {
	margin-bottom: 3rem;
}
.goto-img {
	width: 800px;
	height: auto;
	margin-top: 6rem;
}
#goto .btn-area {
	margin: 3rem 0;
}
#goto .goto-main_Text {
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
}
#goto .f-box2 {
	align-items: stretch;
}
#goto .f-item_goto a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 400px;
	margin: 0 auto;
}

@media screen and (max-width: 782px) {
	#goto {
		padding-bottom: 1rem;
	}
	.goto-img {
		width: 100%;
		margin-top: 1.5rem;
	}
}

/* popupStore */
#popupStore {
	background-image: url(../img/popupstore_bg.svg);
	padding-bottom: 6rem;
}
#popupStore .ppps-header {
	background-image: url(../img/pps_header_bg.svg);
	background-size: contain;
}

#popupStore .pps-box {
	border: 5px solid #407038;
	background-color: rgba(2550, 255, 255, 0.8);
	padding: 3rem 1.5rem;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	border-radius: 16px;
	margin-top: 3em;
	margin-bottom: 6rem;
}
#popupStore .pps-box .inner.pps-box01 {
	background-image: url(../img/pps_inner_bg.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
#popupStore .pps-box h3 img {
	width: 75%;
}
#popupStore .pps-box p {
	margin-bottom: 1em;
}

#popupStore .f-box2.pps-item {
	justify-content: space-between;
	padding: 1.5rem 5% 0;
}
#popupStore .f-box2.pps-item > .f-item {
	width: 45%;
}

#popupStore .pps-img {
	margin-bottom: 0;
}
#popupStore .pps-img img {
	border: 8px solid #fff;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
#popupStore .pps-text {
	margin-top: -3em;
	text-align: right;
	padding-right: 2.5em;
}
#popupStore .pps-text img {
	width: 60%;
	transform: rotate(-10deg);
}




/*-- event-shop --*/
#event-shop_Area {
	padding: 0;
	background-image: url(../img/event_shop_bg.svg);
}
#event-shop_Area .event-shop_Header {
	background-image: url(../img/event_shop_header_bg.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: 3em 0;
	text-align: center;
}
#event-shop_Area .event-shop_Inner {
	padding-top: 6rem;
}
#event-shop_Area .event-shop_Inner h2 {
	margin-top: -3em;
}
#event-shop_Area .event-shop_Inner .f-box2 {
	align-items: center;
	margin-top: 0;
}
#event-shop_Area .event-shop_Inner p {
	padding-bottom: 0;
}
#event-shop_Area .event-shop_Inner p.esb-text {
	font-weight: 600;
	font-size: 1.1em;
	margin-top: 1.5em;
}

#event-shop_Area .event-shop_Box {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 3em;
	position: relative;
}
#event-shop_Area .event-shop_Box:before {
	content: "";
	display: block;
	width: calc(100% - 2em);
	height: calc(100% - 2em);
	position: absolute;
	top: 1em;
	left: 1em;
	border: 2px dashed red;
}

#event-shop_Area .hosoku {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 90%;
	margin-top: 3em;
	padding: 10px 0;
}

/*-- miyge --*/
#miyage {
	padding: 6em 0;
	position: relative;
	background-image: url(../img/miyage_bg.svg);
}

#miyage:before, #miyage:after {
	content: "";
	display: block;
	width: 100%;
	height: 320px;
	background-size: contain;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
}
#miyage:before {
	background-image: url(../img/miyage_bg_top.svg);
	background-position: top center;
	top: 0;
}
#miyage:after {
	background-image: url(../img/miyage_bg_bottom.svg);
	background-position: bottom center;
	bottom: 0;
}
#miyage .container {
	z-index: 1;
	position: relative;
}

#miyage .miyage-title {
	margin-bottom: 3em;
}
#miyage .miyage-title img {
	max-width: 400px;
}

#miyage .f-box2 {
	align-items: center;
	border-bottom: 2px dotted #a64c98;
	padding: 1.5em 0;
	margin: 0;
}
#miyage .f-box2 .f-item-text {
	width: 60%;
}
#miyage .f-box2 .f-item-img {
	width: 37.5%;
}

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

/*-- restaurant_Area --*/
#restaurant_Area {
	
}
#restaurant_Area .restaurant-inner01 {
	padding: 3em 0;
	background-color: #fff1c8;
}
#restaurant_Area .restaurant-inner01 h2.hah-title {
	margin-bottom: 1.5em;
	text-align: center;
}
#restaurant_Area .myFlora-box {
	border: 5px solid #037856;
	color: #fff;
}
#restaurant_Area .myFlora-box h2 {
	text-align: center;
	background-color: #fff;
	padding: 1em;
}
#restaurant_Area .myFlora-box_Inner {
	background-color: #037856;
	padding: 1.5em;
}
#restaurant_Area .f-box2 {
	margin-bottom: 1em;
}
#restaurant_Area .f-box2 .f-flora-img {
	width: 60%;
}
#restaurant_Area .f-box2 .f-flora-text {
	width: 35%;
}
#restaurant_Area .f-box2 .f-flora-text p {
	font-size: 1.25em;
	font-weight: 600;
}

#restaurant_Area .select-lunch {
	text-align: center;
	padding-top: 3em;
}
#restaurant_Area .select-lunch img {
	width: 90%;
}

#restaurant_Area .restaurant-inner02 {
	padding: 3em 0;
	background-color: #fff;
}

h3.infomation {
	text-align: center;
	background-color: #d91718;
	color: #fff;
	padding: 1rem;
	margin-bottom: 1em;
}
.info-text {
	color: #d91718;
	font-weight: 600;
	font-size: 1.1em;
	padding-bottom: 0.5rem;
}
.coupon-box .cb01 {
	background-color: #f4e624;
	padding: 3em 1.5em;
	text-align: center;
	margin-top: 3em;
}
.coupon-box .cb02 {
	background-color: #f1af32;
	padding: 1.5em;
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 3em;
}

.coupon-box .cb01 img {
	width: 65%;
}

.restaurant_Footer {
	background-color: #037856;
	color: #fff;
	font-size: 85%;
	padding: 1rem 0;
}




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

@media screen and (max-width: 782px) {
	#header .header-inner {
		background-image: none;
	}
	#header h1 {
		margin-bottom: 0.5em;
	}
	.header_Text {
		font-size: 1em;
	}
	.header-schedule {
		width: 95%;
	}

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

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

	#goto .goto-main_Text {
		font-size: 1em;
	}
	#goto .f-item_goto a {
		max-width: 90%;
	}

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

	#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%;
	}
	#popupStore .f-box2.pps-item {
		padding: 0;
		justify-content: center;
	}
	#popupStore .f-box2.pps-item > .f-item {
		width: 90%;
	}

	#event-shop_Area {
		padding: 0;
	}
	#event-shop_Area .event-shop_Header {
		background-size: cover;
		background-position: left;
		padding: 1.5em 0;
	}
	#event-shop_Area .event-shop_Header img {
		max-width: 90%;
	}
	#event-shop_Area .event-shop_Box {
		padding: 3em 2em 1em;
	}
	#event-shop_Area .event-shop_Box:before {
		width: calc(100% - 1em);
		height: calc(100% - 1em);
		top: 0.5em;
		left: 0.5em;
	}
	#event-shop_Area .event-shop_Inner h2 {
		margin-bottom: 1em;
		text-align: center;
	}
	#event-shop_Area .event-shop_Inner h2 img {
		max-width: 85%;
	}
	#event-shop_Area .event-shop_Inner .f-box2 > .f-item img {
		max-width: 100%;
	}

	#event-shop_Area .event-shop_Inner {
		padding-top: 3rem;
	}
	#event-shop_Area .hosoku {
		font-size: 80%;
	}

	#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 {
		padding: 2em 0;
	}
	#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-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-box2v {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 3rem 0 0;
	align-items: center;

}
.f-box2v > .f-item:first-child {
	width: 75%;
	margin-bottom: 3%;
}
.f-box2v > .f-item:nth-child(2) {
	width: 20%;
	margin-bottom: 3%;
}

.f-box2s {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 3rem;
}
.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;
	align-items: center;
}
.f-box2b > .f-item {
	margin-bottom: 3%;
}
.f-box2b > .f-item.one {
	width: 32%;
}
.f-box2b > .f-item.two {
	width: 65%;
}
.f-box2b > .f-item.three {
	width: 64%;
}
.f-box2b > .f-item.four {
	width: 33%;
}

.f-box4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}
.f-box4 > .f-item {
	width: calc(90% / 4);
	margin-bottom: 1%;
}

.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-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;
	}

}




@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;
	}

}



/* 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 {
		margin-bottom: 1.5rem;
	}
	.f-box4 > .f-item {
		width: calc(95% / 2);
		margin-bottom: 3%;
	}

	.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; }
}




/* ナビゲーション用 */

/* ボタン全体の形状 */
.openbtn{
	display: none;
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 999;
	background:#666;
	cursor: pointer;
	width: 50px;
	height:50px;
	border-radius: 5px;
}

/* ボタンのアイコン設定 */
.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%;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.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);
	}
}

/* ヘッダーナビゲーション */
#nheader{
	width:100%;
	background:#fff;
	color:#000;
	text-align: center;
}

#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 20px;
	font-weight: bold;
	position: relative;
}
#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;
	}
}
