@charset "UTF-8";
/*fixarea*/
#about, #news, #product, #description, #shops {
	margin-top: -120px;
	padding-top: 120px;
	position: relative;
	z-index: 10;
}
#summer {
	margin-top: -120px;
	padding-top: 120px;
	position: absolute;
	z-index: 10;
}
/*bg*/
.innerBox01 {
	padding: 1rem 0 0;
}

.innerBox02 {
	padding: 1rem 1rem 3rem;
	background: #7ECEF4;
	color: #fff;
}

.innerBox03 {
	/* padding: 1rem 1rem 3rem; */
	padding: 1rem 1rem 0;
	position: relative;
	z-index: 20;
}

.mt01 {
	margin-top: 60px;
}

.mt25 {
	margin-top: 2.5rem;
}

/*img*/
.p01 {
	padding: 1rem 0;
}

.p02 {
	padding-top: 1rem;
}

.p03 {
	padding-bottom: 1rem;
}

/*text*/
.title01,
.title02 {
	color: rgba(0,103,182,1);
	font-size: 2rem;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}

.title01 span,
.title02 span {
	padding-left: 1rem;
	font-size: 1rem;
	font-family: 'Kosugi Maru', sans-serif;
}

.title01 {
	color: #fff;
}

.title01 span.b,
.title02 span.b {
	display: block;
	padding: 0;
}

.title03 {
	margin-top: 2rem;
	border-bottom: 1px solid #0067B6;
	background-size: contain;
	color: rgba(0,103,182,1);
	font-size: 1.2rem;
	font-weight: bold;
}

.title04 {
	margin-top: 2rem;
	color: rgba(0,103,182,1);
	font-size: 1.2rem;
	font-weight: bold;
}

.title05 {
	margin-top: 2rem;
	font-size: 1.5rem;
	font-weight: bold;
}

.title06 {
	color: rgba(0,103,182,1);
	padding: 0 1rem;
	font-size: 2rem;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}

.tf01 {
	font-family: 'Noto Sans JP', sans-serif;
}

.tC01 {
	color: #0067B6;
}

.tC02 {
	color: #C91623;
	font-weight: bold;
}

/*icon*/
.icon01 {
	width: 60px;
	vertical-align: middle;
}

/*fig*/
.fig01 {
	min-width: 300px;
	border: 5px solid rgba(84,195,241,1);
}

/*btn*/
.btnWrap01 {
	max-width: 300px;
	margin: 0.5rem auto 1.5rem;
	padding: 0.1rem;
}

.btn01 {
	margin: 0;
}

.btn01 a:link,
.btn01 a:visited {
	display: block;
	padding: 1em 0;
	background: #fff;
	color: rgba(0,103,182,1);
	font-weight: bold;
	text-align: center;
}

.btn01 a:hover {
	background: rgba(0,103,182,1);
	color: #FFFFFF;
}

.btnMore01 {
	display:block;
	margin-top: -30px;
	text-align: right;
}

.btnMore02 {
	position: relative;
	display:block;
	text-align: right;
	z-index: 200;
}

.btnMore01 img, .btnMore02 img{
	width: 80px;
}

/*map*/
.map {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;


}
.map iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*fade*/
.effect-fade {
	opacity : 0;
	transform : translate(0, 60px);
	transition : all 2500ms;
}

.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

/*drawer*/
#drawer-checkbox {
	display: none;
}

#drawer-icon {
	display: inline-block;
	position: fixed;
	right: 10px;
	top: 5px;
	width: 40px;
	height: 40px;
	background: rgba(0,103,182,1);
	border-radius: 5px;
	z-index: 1000;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
}

#drawer-icon span {
	display: block;
	position: absolute;
	left: 9px;
	width: 22px;
	height: 2px;
	margin-top: 19px;
	background: #fff;
	border-radius: 3px;
}

#drawer-icon span::before,
#drawer-icon span::after {
	display: block;
	position: absolute;
	left: 50%;
	width: 100%;
	height: 100%;
	margin: -8px 0 0 -50%;
	background: #fff;
}

#drawer-icon span::before {
	top: -3px;
	content: "";
}

#drawer-icon span::after {
	top: 19px;
	content: "";
}

#drawer-checkbox:checked ~ #drawer-icon span{
	top: 0px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#drawer-checkbox:checked ~ #drawer-icon span::before {
	top: 8px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#drawer-checkbox:checked ~ #drawer-icon span::after {
	top: 8px;
	background: none;
}

#gNavi {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(84,195,241,1);
	overflow: auto;
	transition: all 0s ease-in-out 0s;
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
	font-size: 1.2rem;
	text-align: left;
	z-index: 500;
}

#drawer-checkbox:checked ~ #gNavi {
	padding-top: 60px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
}

#drawer-checkbox:checked ~ #gNavi ul {
	width: 80%;
	margin: 0 auto;
}

#drawer-checkbox:checked ~ #gNavi ul li {
	border-bottom: 1px solid #ccc;
}

#drawer-checkbox:checked ~ #gNavi ul li:first-child {
	border-top: 1px solid #ccc;
}

#drawer-checkbox:checked ~ #gNavi ul li a {
	display: block;
	line-height: 60px;
	text-align: center;
}

#gNavi ul {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#gNavi ul li {
	border-bottom: 1px solid rgba(0,0,0,1);
}

#gNavi ul li:first-child {
	border-top: 1px solid rgba(0,0,0,1);
}

#gNavi ul li a {
	display: block;
	color: rgba(255,255,255,1);
	line-height: 60px;
}

#gNavi ul li a span {
	display: none;
}

/*sns*/
#sns {
	position: fixed;
	right: 5px;
	top: 130px;
	width: 54px;
	line-height: 2.5rem;
	z-index: 300;
}
