@charset "utf-8";

/* UI
-------------------------------------------------- */
.wrp-container{
	margin: 0 auto;
	max-width: 1160px;
	box-sizing: border-box;
}

.fluid-image{
	max-width: 100%;
	height: auto;
}
.visible-pc{
	display: block !important;
}
.visible-sp{
	display: none !important;
}
@media screen and (max-width: 768px) {
	.visible-pc{
		display: none !important;
	}
	.visible-sp{
		display: block !important;
	}
}

/* .box-head
-------------------------------------------------- */
.box-head{
	background: url("../image/bg-head01.png");
	position: relative;
	overflow: hidden;
}
.box-head .wrp-container {
	position: relative;
}
.box-flower-left,
.box-flower-right{
	position: absolute;
	display: block;
	max-height: 805px;
	max-width: 533px;
	width: 32%;
}
.box-flower-left{
	width: 520px;
	height: 796px;
	top: 16px;
	left: -270px;
}
.box-flower-right{
	width: 540px;
	height: 763px;
	top: 11px;
	right: -270px;
}
.flower01,
.flower02,
.flower03,
.flower04,
.flower05,
.flower06,
.flower07,
.flower08,
.flower09{
	position: absolute;
	pointer-events: none;
}
.flower01{
	left: 77px;
	top: 250px;
}
.flower03{
	right: 5px;
	top: 67px;
}
.flower05{
	right: 0;
	bottom: 0;
}
.flower07{
	left: 0;
	top: -7px;
}
.flower02{
	top: 204px;
	right: 115px;
}
.flower04{
	right: 10px;
	bottom: 0;
}
.flower06{
	right: 15px;
	top: 19px;
}
.flower08{
	top: 0;
	left: -16px;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.delay-2{
	animation-delay: .2s;
}
.delay-3{
	animation-delay: .4s;
}
.delay-4{
	animation-delay: .8s;
}
.delay-5{
	animation-delay: 1s;
}
.delay-6{
	animation-delay: 1.2s;
}
.delay-7{
	animation-delay: 1.4s;
}
.delay-8{
	animation-delay: 1.6s;
}
.delay-9{
	animation-delay: 2s;
}
.wrp-head{
	max-width: 1800px;
	margin: 0 auto;
}
.box-head__title{
	background: #fff;
	text-align: center;
	padding: 40px 0 20px;
}
.box-head__content{
	text-align: center;
	font-size: 22px;
	line-height: 3;
	padding: 111px 0 84px;;
}
.box-head__content__title{
	color: #fff;
	font-size: 42px;
}
.title-lead {
	margin-bottom: 50px;
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
	.box-flower-left{
		top: 52px;
		left: -342px;
	}
	.box-flower-right{
		top: 44px;
		right: -380px;
	}
}
@media screen and (max-width: 768px) {
	.box-head {
		background-size: 50px auto;
	}
	.box-head__title{
		padding: 15px 0 20px;
	}
	.box-head__title h1 img{
		max-width: 263px;
	}
	.box-head__content{
		padding: 35px 0 0;
	}
	.title-lead{
		padding: 0 55px;
		box-sizing: border-box;
		margin-bottom: 15px;
	}
	.title-lead img{
		width: 277px;
	}
	.title-content{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.box-flower-left{
		width: 113px;
		height: 180px;
		top: 100px;
		left: 0;
	}
	.box-flower-left img{
		width: 89px;
		height: auto;
	}
	.box-flower-left .flower-sp{
		float: left;
	}
	.box-flower-right{
		width: 125px;
		height: 178px;
		top: 95px;
		right: 0;
	}
	.box-flower-right img{
		width: 108px;
		height: auto;
	}
	.box-flower-right .flower-sp{
		float: right;
	}
}

/* .box-news
-------------------------------------------------- */
.box-news{
	background: url("../image/bg-news.png");
	/*padding: 35px 0 70px;*/
	padding: 35px 0 0;
}
.box-news__inner{
	max-width: 870px;
	margin: 0 auto;
}
.box-news__title{
	font-size: 30px;
	color: #ed7600;
	text-align: center;
	margin-bottom: 20px;
}
.lst-news{
	list-style-type: none;
}
.lst-news li{
	border-bottom: 1px dotted #e09b41;
	display: none;
}
.lst-news li.is-shown {
	display: block;
}
.lst-news li a{
	display: block;
	text-decoration: none;
}
.box-date{
	display: table;
	width: 100%;
	padding: 6px 0;
	box-sizing: border-box;
	letter-spacing: 0.04em;
}
.box-date__day,
.box-date__text{
	/*display: inline-block;*/
	font-size: 19px;
}
.box-date__day{
	color: #ed7600;
}
.box-date__text{
	color: #723b00;
	padding-left: 30px;
	box-sizing: border-box;
}
.btn-load-more {
	display: block;
	text-align: center;
}
.btn-load-more a{
	display: inline-block;
	position: relative;
	background: #fcb46d;
	text-decoration: none;
}
.btn-load-more a:before{
	content: "";
	background: url("../image/bg-news.png");
	position: absolute;
	width: 7px;
	top: 1px;
	left: -3px;
	height: 100%;
	display: inline-block;
	transform: rotate(-15deg);
}
.btn-load-more a:after{
	content: "";
	background: url("../image/bg-news.png");
	position: absolute;
	width: 7px;
	top: 1px;
	right: -3px;
	height: 100%;
	display: inline-block;
	transform: rotate(15deg);
}
.btn-load-more a:hover{
	opacity: 0.7;
}
.btn-load-more a span{
	display: inline-block;
	position: relative;
	color: #723b00;
	padding: 5px 25px 5px 15px;
	line-height: 1;
	min-width: 107px;
	text-align: center;
}
.btn-load-more a span:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -4px;
	width: 8px;
	height: 5px;
	background: url("../image/icn-arrow-down.png") no-repeat center;
	background-size: 8px 5px;
}
.btn-load-more a span.is-active:after{
	background: url("../image/icn-arrow-up.png") no-repeat center;
	background-size: 8px 5px;
}
@media screen and (max-width: 768px) {
	.box-news__title{
		font-size: 15px;
		margin-bottom: 0;
	}
	.box-news__title img{
		width: 39px;
	}
	.box-date{
		padding: 3px 8px;
	}
	.box-date__day {
		color: #cb801e;
	}
	.box-date__day,
	.box-date__text{
		font-size: 12px;
		display: block;
	}
	.box-date__text{
		padding-left: 0;
	}
	.box-news{
		/*padding: 16px 0 29px;*/
		padding: 16px 0 0;
		background-size: 50px auto;
	}
	.btn-load-more a{
		min-width: 240px;
	}
	.btn-load-more a span{
		font-size: 13px;
	}
	.btn-load-more a:before{
		width: 10px;
		top: 2px;
		left: -4px;
		transform: rotate(-21deg);
	}
	.btn-load-more a:after{
		width: 10px;
		top: 2px;
		right: -4px;
		transform: rotate(21deg);
	}
}


/* .bn_box
-------------------------------------------------- */
.bn_box {
	background-color: #000;
	text-align: center;
	padding: 40px 0;
	margin: 30px 0 0 0;
}
.bn_box h2{
	font-size:25px;
	color:#fff;
	margin:0 0 15px 0;
}
.bn_box p{
	font-size:16px;
	color:#fff;
	margin:0 0 15px 0;
}

.bn_box a:hover{
	opacity: 0.7;
}

.bn_box br { display:none; }

@media screen and (max-width: 768px) {
	.bn_box {
		padding: 25px 10px;
	}
	.bn_box h2{
		font-size:20px;
}
	.bn_box p{
		font-size:14px;
	}
	.bn_box br { display:inline; }
}


/* .map
-------------------------------------------------- */
.map-top {
	padding-bottom: 27px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.map-top {
		padding-bottom: 16%;
	}
}
.map-title {
	background: url("../image/bg-map-title01.png") no-repeat center bottom;
	text-align: center;
	padding: 46px 20px 33px;
	margin-bottom: -12px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.map-title {
		padding: 15px 20px 10px;
		background-size: 960px auto;
		margin-bottom: 10px;
	}
	.map-title img {
		height: 28px;
	}
}

.map-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 103px;
	font-size: 0;
	background: #fff;
}
.map-slide:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../image/bg-map-slide01.png");
	pointer-events: none;
}
.map-slide-inner {
	height: 100%;
}
.map-slide-item {
	pointer-events: none;
	display: inline-block;
	width: 25%;
	height: 50%;
	transition: all 0.5s;
	position: relative;
}
.map-slide-item.show {
	opacity: 1;
}
.map-slide-item__inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media screen and (max-width: 768px) {
	.map-slide {
		position: relative;
		padding-top: 0;
		overflow: hidden;
	}
	.map-slide:after {
		display: none;
	}
	.map-slide-item {
		height: 0;
		padding-top: 17%;
		float: left;
	}
	.map-slide-item:nth-child(n+5) {
		display: none;
	}
}

.map-nav {
	max-width: 880px;
	margin: 0 auto;
	position: relative;
}
.map-nav .img-map {
	max-width: 880px;
	margin: 0 auto;
	position: relative;
	background: url("../image/pct-map.png") no-repeat;
	background-position: center;
	background-size: 100% auto;
	z-index: 0;
}
@media screen and (max-width: 1129px) {
	.map-nav {
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.map-nav {
		width: 100%;
	}
	.map-nav .img-map {
		width: 98%;
		background: url("../image/pct-map02.png") no-repeat;
		background-position: center;
		background-size: 100% auto;
	}
}
@media (max-width: 414px) {
	.map-nav .img-map {
		background-size: 100% auto;
		background-position: left;
	}
}
.map-nav .img-map .main-map {
	position: relative;
	display: block;
	z-index: 1;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}
.map-nav .img-map .main-map.hidden {
	opacity: 0;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.map-nav .img-map .map-parts {
	position: relative;
	z-index: 10;
}
@media (max-width: 414px) {
	.map-nav .img-map .map-parts {
		width: 100%;
	}
}
.map-nav .img-map .hover-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.map-nav .img-map .hover-img.show, .map-nav .img-map .hover-img.current {
	opacity: 1;
}
.map-nav .img-map img {
	width: 100%;
	height: auto;
}
@media (max-width: 414px) {
	.map-nav .img-map img {
		width: 100%;
		height: auto;
	}
}
.map-nav #hokkaido {
	position: absolute;
	top: 24%;
	right: -8%;
}
@media screen and (max-width: 1129px) {
	.map-nav #hokkaido {
		top: 24%;
		right: -10%;
	}
}
@media screen and (max-width: 768px) {
	.map-nav #hokkaido {
		top: 1%;
		right: 28%;
	}
}
.map-nav #tohoku {
	position: absolute;
	top: 30.5%;
	left: 43%;
}
@media screen and (max-width: 768px) {
	.map-nav #tohoku {
		top: 27%;
		left: 41%;
	}
}
.map-nav #kanto {
	position: absolute;
	top: 63%;
	left: 74.5%;
}
@media screen and (max-width: 768px) {
	.map-nav #kanto {
		top: 54%;
		left: 75.5%;
	}
}
.map-nav #chubu {
	position: absolute;
	top: 76.5%;
	left: 62%;
}
@media screen and (max-width: 768px) {
	.map-nav #chubu {
		top: 73%;
		left: 68.5%;
	}
}
.map-nav #kinki {
	position: absolute;
	top: 82%;
	left: 42%;
}
@media screen and (max-width: 768px) {
	.map-nav #kinki {
		top: 86%;
		left: 49%;
	}
}
.map-nav #shikoku {
	position: absolute;
	top: 89%;
	left: 23.5%;
}
@media screen and (max-width: 768px) {
	.map-nav #shikoku {
		top: 92%;
		left: 22%;
	}
}
.map-nav #chugoku {
	position: absolute;
	top: 47.5%;
	left: 20%;
}
@media screen and (max-width: 768px) {
	.map-nav #chugoku {
		top: 47%;
		left: 15%;
	}
}
.map-nav #kyusyu {
	position: absolute;
	top: 68.5%;
	left: -12%;
}
@media screen and (max-width: 1129px) {
	.map-nav #kyusyu {
		top: 61.5%;
		left: -10%;
	}
}
@media screen and (max-width: 768px) {
	.map-nav #kyusyu {
		top: 108.5%;
		left: 4%;
	}
}

.map-button {
	cursor: pointer;
	display: inline;
	padding: 10px 25px;
	background-color: #f8c37d;
	border-radius: 30px;
	box-shadow: 0 2px 10px #924704;
	border: 1px solid #f9a73a;
	color: #f17100;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.5s;
	min-width: 158px;
	text-align: center;
	letter-spacing: 0.2em;
	position: relative;
}
.map-button:hover,
.map-button.is-hovered,
.map-button.current {
	background: #f18900;
	border: 1px solid #c46a00;
	color: #fff;
}
.map-button .icn,
.map-button .region {
	display: inline-block;
	vertical-align: middle;
}
.map-button .icn {
	position: relative;
	width: 11px;
	height: 15px;
	margin-left: 10px;
}
.map-button .icn:before,
.map-button .icn:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	position: absolute;
}
.map-button .icn:before {
	background: url("../image/icn-arrow-right-or.png") no-repeat center;
}
.map-button .icn:after {
	background: url("../image/icn-arrow-right-wh.png") no-repeat center;
	opacity: 0;
}
.map-button:hover .icn:before,
.map-button.is-hovered .icn:before,
.map-button.current .icn:before {
	opacity: 0;
}
.map-button:hover .icn:after,
.map-button.is-hovered .icn:after,
.map-button.current .icn:after {
	opacity: 1;
}
@media screen and (max-width: 1129px) {
	.map-button {
		min-width: 100px;
		font-size: 15px;
	}
	.map-button .icn {
		width: 8px;
		height: 11px;
	}
}
@media screen and (max-width: 768px) {
	.map-button {
		font-size: 14px;
		min-width: 85px;
		padding: 4px 10px;
		box-shadow: 0 1px 3px rgba(146,71,4,.4);
	}
	.map-button .icn {
		width: 6px;
		height: 8px;
		margin-left: 5px;
	}
	.map-button .icn:before,
	.map-button .icn:after {
		background-size: 6px auto;
	}
}
@media screen and (max-width: 374px) {
	.map-button {
		min-width: 75px;
	}
}

.map-bottom {
	padding: 66px 0 1px;
}
@media screen and (max-width: 768px) {
	.map-bottom {
		padding: 4% 0 1px;
	}
}


/* .box-store
-------------------------------------------------- */
.box-store__title{
	font-size: 25px;
	color: #f18900;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}
.lst-store{
	clear: both;
	margin: 0 -6px 40px;
	padding: 0;
	overflow-y: hidden;
}
.lst-store >li a{
	text-decoration: none;
	display: block;
}
.lst-store >li a:hover{
	opacity: 0.7;
	transition: 0.3s;
}
.lst-store >li{
	list-style-type: none;
	width: 25%;
	box-sizing: border-box;
	float: left;
	padding: 0 6px;
	margin-bottom: 18px;
}
.lst-store__title{
	color: #fff;
	text-align: center;
	background: #f14f00;
	padding: 20px 5px;
	margin: 0;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.lst-store__title span {
	display: table-cell;
	vertical-align: middle;
}
.lst-store__title:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 6.5px 0 6.5px;
	border-color: #f14f00 transparent transparent transparent;
	bottom: -11px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
.lst-store__image{
	font-size: 0;
	line-height: 0;
}
.lst-store__image img {
	position: relative;
}
.lst-store >li{
	/*border-top: 1px solid #fff;*/
	/*display: none;*/
}
.lst-store li .is-active{
	display: block;
}
.lst-store__image img {
	position: relative;
}
@media screen and (max-width: 1159px) {
	.wrp-box-store{
		padding: 0 10px;
		box-sizing: border-box;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.lst-store li{
		width: 50%;
	}
	.box-store__title{
		border-top: 1px solid #f18900;
		border-bottom: 1px solid #f18900;
		padding: 5px 0;
		margin-bottom: 15px;
	}
	.box-store__title img{
		height: 17px;
		width: auto;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	.wrp-box-store{
		padding: 0 13px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.lst-store {
		margin: 0 -4px 15px;
	}
	.lst-store >li{
		padding: 0 4px;
		margin-bottom: 10px;
	}
	.lst-store__title{
		font-size: 12px;
		padding: 8px 0;
		box-sizing: border-box;
	}
	.lst-store__title:before {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 4px 0 4px;
		border-color: #f14f00 transparent transparent transparent;
		bottom: -7px;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 1;
	}
}
.store-chart .store-chart__item {
	width: 100%;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}
.is-show{
	display: block;
}
.is-hidden{
	display: none;
}