

.header-area {
	background-color: #A0FA78;
	margin: 0;
	padding: 0;
	width: 100%;
	
}

.header-icon-area {
	background-color: #A0FA78;
	margin: 0;
	padding: 2.8rem 4.5rem 2.6rem 4.5rem;
}

.logo-img {
	width: auto;
	height: 3rem;
	margin-right: 2rem;
}

.header-icon {
	display: inline-block;
	margin-left: 2rem;
}

.header-icon img {
	width: 3rem;
	height: 3rem;
}

.menu-title-img {
	margin: 0;
	padding: 0;
	height: 1.8rem;
	width: auto;
}

.menu-title-img-ruby {
	margin: 0;
	padding: 0;
	height: 2.5rem;
	width: auto;
}

.menu-title-text {
	height: 3.6rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
}
/*検索窓*/
.headsearchform {
	width: 100%;
	max-width: 40rem;
	min-width: 5rem;
	display: inline-block;
	position: relative;
}

.headsearchform input, button {
	border: none;
	outline: none;
}
.headsearchform select {
	height: 3.2rem;
	/* width: 9.5rem; */
	width: 13.5rem;
	left: 0.5rem;
	cursor: pointer;
	position: absolute;
	font-size: 1.4rem;
}
.headsearchform select:focus {
	outline: none;
}
.headsearchform input {
	width: 100%;
	height: 3rem;
	padding-left: 14.5rem;
}

.headsearchform button {
	height: 3rem;
	width: 4rem;
	right: 0;
	cursor: pointer;
	position: absolute;
	background: url('/front/icons/icon_search-a176e9810bfbdf078e6372f27ed5283a.svg') no-repeat center;
	background-size: 50%;
}

.headsearchform button :focus {
	outline: none;
}

.header-site-logo {
	background-color: #FFFFFF;
	margin-top: 84px;
	padding: 0;
	width: 100%;
	height: 8rem;
	
}

.menu-area {
	background-color: #FF93C9;
	width: 100%;
	height: 4.5rem;
}

.menu-icon-area {
	margin: 0;
	padding: 0 7.5rem 0 7.5rem;
	width: 100%;
}

.menu-icon-item-left-border {
	border-left: 0.2rem solid white;
}

.menu-icon-item-right-border {
	border-right: 0.2rem solid white;
}

.bar3 {
	background: #FFFFFF;
}

.bar3 form {
	background: #FFFFFF;
}

.bar3 input, .bar3 button {
	background: transparent;
}

.bar3 button {
	top: 0;
	right: 0;
}

#returnTopBtn {
	display: none;
	position: fixed;
	bottom: 4rem;
	right: 4rem;
	z-index: 99;
	font-size: 1.5rem;
	border: none;
	outline: none;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	cursor: pointer;
	padding: 0.3rem;
	border-radius: 5rem;
	width: 6rem;
	height: 6rem;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#returnTopBtn:hover {
	background: rgba(0, 0, 0, 0.9);
}

.ft-img {
	width: 35rem;
	height: 22rem;
}

.middle {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.sp-nav {
	display: none;
}


@media ( max-width :500px) {
	::-webkit-scrollbar {
		height: 0;
		width: 0;
		color: transparent;
	}
	.gcflex-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.ht-s {
		width: 90%;
		height: 95%;
	}
	.hrn {
		height: 27rem;
		border: 1px solid #000000;
		margin: 0 -1.5rem;
	}
	#sim {
		width: 100%;
		height: 90%;
	}
}

@media ( min-width :500px) {
	#sim {
		width: 100%;
		height: 95%;
	}
	.hrn {
		height: 45rem;
		border: 1px solid #000000;
		margin: 1rem -0.5rem;
	}
	.ht-s {
		width: 70%;
		height: 90%;
	}
}

.carousel-caption {
	position: absolute;
	left: 6%;
	width: 90%;
	font-size: 1.4rem;
	bottom: 2rem;
	z-index: 10;
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: #0000FF;
	text-align: left !important
}

a {
	color: #000000;
	text-decoration: none !important;
}

a:hover {
	color: #000000;
	text-decoration: none !important;
}


/* ---------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------- メディア設定によりレスポンシブ実装 -------------------------------------- */
/* -----------------------------------------------------↓↓↓----------------------------------------------------- */

/* スマホ */
@media ( max-width : 575.98px) {
	.header-icon-area {
		margin: 0;
		padding: 1rem;
	}
	
	.header-search {
		background-color: #A0FA78;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	
	#returnTopBtn {
	font-size: 1rem;
	right: 2rem;
	width: 4rem;
	height: 4rem;
	}
	.pc-nav {
		display: none;
	}

	.media-logo {
		margin-top: 95px;
		padding-top: 10px;
		width: 100%;
	}

	.sp-nav {
	display: block !important;
}

}
