@charset "utf-8";
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);*/
/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600&subset=japanese');*/

/*------------------------------------------------
html,body
------------------------------------------------*/

html,
body {
	font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #333;
	background: #fff none;

	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

*::-moz-selection {
	background: rgba(0, 0, 0, .2);
}

*::selection {
	background: rgba(0, 0, 0, .2);
}

*::-moz-selection {
	background: rgba(0, 0, 0, .2);
}

.oh-open {
	overflow: visible;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

.color--or{
	color: #d86602;
}
.ff-baloo,
.ff-en{
	font-family: 'Baloo Bhaijaan', cursive;
}
/*------------------------------------------------
wrapper
------------------------------------------------*/

@media screen and (min-width: 768px) {
	#wrapper {
		min-width: 1024px;
	}
	#wrapper .w1000 {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
}

/*------------------------------------------------
header
------------------------------------------------*/
.header--wrapper{
	width: 100%;
	height: 80px;
	z-index: 99;
	position: relative;
}
#header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	height: 80px;
	transition: all 0.25s ease;
	z-index: 99;
}
@media screen and (min-width: 768px) {
	#header {
		min-width: 1024px;
	}
}
.header-logo{
	position: absolute;
	width: 140px;
	height: 110px;
	left: 0;
	top: 0;
	background: #ffe109;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.25s ease;
}
.logo__link{
	background: #ffe109;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0 0 5px 5px;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.11em;
	font-weight: bold;
	padding-top: 16px;
}
.heaader-logo__img{
	display: block;
	width: 77px;
	margin: 0 auto 7px;
}
.header__entry{
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	height: 80px;
	border-radius: 0 0 0 20px;
	background: #4fc4d8;
	justify-content: center;
    align-items: center;
	transition: background 0.25s ease;
}
.en{
	font-size: 20px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: .2em;
}
@media screen and (min-width: 768px) { /* ---- PC ---- */
	.header__entry:hover{
		background: #63d082;
	}
}

.header__nav{
	max-width: 970px;
	width: calc(100% - 140px - 150px);
	margin: 0 auto;
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
}
.header-btn{
	display: none;
}
.header-nav__inner{
	width: 100%;
}
.header__nav-list{
	width: 100%;
	height: 42px;
	display: flex;
	justify-content: stretch;
	flex-wrap: nowrap;
	align-items: center;
}
.header__nav-item{
	flex-grow: 1;
	position: relative;
	height: 100%;
	padding-right: 3px;
}
.header__nav-item::after{
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(0deg, #4fc4d8 0%,#4fc4d8 20%,#63d082 20%,#63d082 40%,#fc96c8 40%,#fc96c8 60%, #ffe109 60%,#ffe109 100%);
}
.header__nav-item:last-child{
	padding-right: 0;
}
.header__nav-item:last-child::after{
	display: none;
}
.header__nav-link{
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.05em;
	font-weight: bold;
	width: calc(100% - 10px);
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	color: #333;
	transition: all 0.25s ease;
}
@media screen and (min-width: 768px) { /* ---- PC ---- */
	.header__nav-link--current{
		color: #ffe109;
	}
	.header__nav-link:hover{
		color: #ffe109;
	}
}
#header.header--home{
	width: 100%;
	position: static;
	background: transparent;
}
.header--home .header__nav{
	padding: 0 10px;
	border-radius: 20px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.header--home .header__nav-item:nth-child(2)::before{
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, #4fc4d8 0%,#4fc4d8 20%,#63d082 20%,#63d082 40%,#fc96c8 40%,#fc96c8 60%, #ffe109 60%,#ffe109 100%);
}
.header--home .header__nav-item:last-child::after{
	display: block;
}
.header--home .header-logo{
	visibility: hidden;
	opacity: 0;
}
.header--home .header__entry{
	position: fixed;
	z-index: 1;
}
/*------------------------------------------------
main
------------------------------------------------*/

@media screen and (min-width: 768px) {
	#main {
		/*IEå¯¾ç­–*/
		display: block;
	}
}
/*------------------------------------------------
page-top
------------------------------------------------*/

.page-top-wrp {
	position: relative;
	width: 100%;
	height: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 99;
}

.pageTop {
	position: relative;
	display: none;
}

.pageTop a {
	position: fixed;
	right: 40px;
	width: 100px;
}

/*------------------------------------------------
breadcrumb
------------------------------------------------*/

.breadcrumb {
	width: 1000px;
	margin: 10px auto;
	display: none;
}
.breadcrumb__item {
	display: inline;
}
.breadcrumb__item:not(:last-child)::after {
	content: '/';
	display: inline-block;
	margin: 0 5px;
	text-decoration: none;
}
.breadcrumb__link {
	font-size: 11px;
	line-height: 1;
	letter-spacing: .05em;
}
p.breadcrumb__link {
	display: inline;
}
a.breadcrumb__link {
	text-decoration: underline;
	color: #ff7f41;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	a.breadcrumb__link:hover {
		text-decoration: none;
	}
}
/* /pc-only -----------*/

/*------------------------------------------------
footer
------------------------------------------------*/
.foote-entry{
	padding: 45px 0;
}
.footer-entry-list{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-entry-list__item{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
}
.footer-entry-list__item:nth-child(1){
	width: 500px;
}
.footer-entry-btn__text{
	width: 324px;
	position: relative;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	margin: 0 auto 10px;
}
.footer-entry-btn__text::before,
.footer-entry-btn__text::after{
	content: "";
	display: block;
	width: 29px;
	height: 35px;
	position: absolute;
	bottom: 0;
}
.footer-entry-btn__text::before{
	left: 0;
	background: url(../img/footer_entry/ico_entry01.png) no-repeat left top / cover;
}
.footer-entry-btn__text::after{
	right: 0;
	background: url(../img/footer_entry/ico_entry02.png) no-repeat left top / cover
}
.footer-entry-btn{
	display: block;
	width: 100%;
	height: 100px;
	border-radius: 50px;
	background: #4fc4d8;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.footer-entry-btn::after{
	content: "";
	display: block;
	width: 22px;
	height: 23px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 48px;
	background: url(../img/footer_entry/ico_btn.png) no-repeat left top / cover;
	transition: all 0.25s ease;
}
.footer-entry-btn__btn{
	width: 200px;
	transition: all 0.25s ease;
}
@media screen and (min-width: 768px) { /* ---- PC ---- */
	.footer-entry-btn:hover::after{
		right: 40px;
	}
}
.footer-entry-bnr{
	display: block;
	width: 100%;
}

#footer {
}
.footer-nav{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
	background: #ffe109;
}
.footer-nav__item{
	width: calc(100% / 4);
	height: 70px;
	border-bottom: 1px solid #afa28d;
	border-right: 1px solid #afa28d;
}
@media screen and (min-width: 768px) { /* ---- PC ---- */
	.footer-nav__item:nth-child(4)
}
.footer-nav__link{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: center;
	transition: all 0.25s ease;
}
@media screen and (min-width: 768px) { /* ---- PC ---- */
	.footer-nav__link:hover{
		background: rgba(255,198,0,0.2);
	}
}
.footer__inner{
	background: #271802;
	height: 70px;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.footer-logo{
	width: 202px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.footer-logo__img{
	width: 45px;
}
.footer-logo__name{
	border: 2px solid #fff;
	height: 34px;
	width: 145px;
	border-radius: 17px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.150em;
}
.footer-copy{
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.15em;
}

/*------------------------------------------------
not-found 404
------------------------------------------------*/


/* ---------------------------------------------------------------- SP ---- */

@media screen and (max-width: 767px) {
	html,
	body {
		font-size: 13px;
		line-height: 1.6;
	}

	.oh-open {
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}
	.overray{
		content: "";
		position: fixed;
		display: block;
		width: 100vw;
		height: 100vh;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.5);
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		transition: all 0.25s ease;
	}
	body.oh-open .overray{
		opacity: 1;
		visibility: visible;
		z-index: 98;
	}

	/*------------------------------------------------
	wrapper
	------------------------------------------------*/

	#wrapper {
		padding-top: 55px;
		overflow: hidden;
	}


	/*------------------------------------------------
	header
	------------------------------------------------*/
	.header--wrapper{
		height: 55px;
		position: fixed;
		top: 0;
		left: 0;
	}
	#header {
		width: 100%;
		height: 55px;
	}
	.header-logo{
		width: 130px;
		height: 55px;
		border-radius: 0;
		box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
	}
	.logo__link{
		width: 100%;
		height: 100%;
		border-radius: 0;
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 0.3em;
		padding-top: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.heaader-logo__img{
		display: block;
		width: 46px;
		padding: 0;
		margin: 0 0 0 9px;
	}
	.header-logo__text{
		width: 52px;
		height: 35px;
		border: 1px solid #fff;
		border-radius: 4px;
		display: flex;
		text-align: center;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		margin-right: 13px;
	}
	.header__entry{
		top: 0;
		bottom: 0;
		margin: auto;
		right: 58px;
		width: 105px;
		height: 40px;
		border-radius: 5px;
	}

	.header__nav{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		display: block;
		height: auto;
	}
	.header-btn{
		display: block;
		background: #fff;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 55px;
		padding-top: 40px;
	}
	.header-btn__border{
		display: block;
		width: 20px;
		height: 2px;
		background: #532718;
		border-radius: 1px;
		position: absolute;
		left: 0;
		right: 0;
		top: 22px;
		margin: auto;
		transition: all 0.25s ease;
	}
	.header-btn__border::before,
	.header-btn__border::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 1px;
		background: #532718;
		position: absolute;
		left: 0;
		transition: all 0.25s ease;
	}
	.header-btn__border::before{
		top: -8px;
	}
	.header-btn__border::after{
		bottom: -8px;
	}
	.header-btn--open .header-btn__border{
		background: transparent;
	}
	.header-btn--open .header-btn__border::before{
		top: 0;
		transform: rotate(-45deg);
	}
	.header-btn--open .header-btn__border::after{
		bottom: 0;
		transform: rotate(45deg);
	}
	.header-btn__text{
		font-size: 10px;
		color: #532718;
		line-height: 10px;
		text-align: center;
		display: block;
		font-weight: bold;
	}
	.header-nav__inner{
		position: absolute;
		top: 55px;
		left: 0;
		width: 100%;
		padding: 18px 0 50px;
		text-align: center;
		background:#ffe109;
		display: none;
	}
	.header__nav-list{
		width: 100%;
		height: auto;
		display: block;
	}

	.header__nav-item{
		height: 100%;
		font-size: 18px;
		line-height: 22px;
		padding: 0 0;
	}
	.header__nav-item:last-child{
		padding-bottom: 0;
	}
	.header__nav-item::after,
	.header__nav-item::before{
		display: none;
	}
	.header--home .header__nav-item:first-child::before{
		display: none;
	}
	.header__nav-link{
		font-size: 18px;
		line-height: 46px;
		letter-spacing: 0;
		font-weight: bold;
		width: 100%;
		margin: 0 auto;
		display: block;
		color: #532718;
	}

	#header.header--home{
		width: 100%;
		position: fixed;
		background: #fff;
	}
	.header--home .header__nav{
		padding: 0;
		height: 55px;
		border-radius: 0;
		width: 100%;
	}
	/*.header--home .header__nav-item:first-child::before{
		content: "";
		display: block;
		width: 3px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: linear-gradient(0deg, #4fc4d8 0%,#4fc4d8 50%,#fdb900 50%,#fdb900 100%);
	}
	.header--home .header__nav-item:last-child::after{
		display: block;
	}*/
	.header--home .header-logo{
		visibility: visible;
		opacity: 1;
		z-index: 1;
	}
	.header--home .header__entry{
		position: absolute;
	}
	/*------------------------------------------------
	main
	------------------------------------------------*/

	#main {
	}

	/*------------------------------------------------
	breadcrumb
	------------------------------------------------*/

	.breadcrumb {
		width: 100%;
		margin: 20px auto;
		padding: 0 15px;
	}


	.pageTop a {
		right: 15px;
		width: 60px;
	}
	/*------------------------------------------------
	footer
	------------------------------------------------*/
	.foote-entry{
		padding: 40px 30px 70px;
	}
	.footer-entry-list{
		width: 100%;
		display: block;
	}
	.footer-entry-list__item{
		display: block;
	}
	.footer-entry-list__item:not(:last-child){
		margin-bottom: 20px;
	}
	.footer-entry-list__item:nth-child(1){
		width: 100%;
	}
	.footer-entry-list__item:nth-child(2){
		width: 100%;
	}
	.footer-entry-btn__text{
		width: 206px;
		height: 25px;
		line-height: 25px;
		font-size: 16px;
		margin: 0 auto 15px;
	}
	.footer-entry-btn__text::before,
	.footer-entry-btn__text::after{
		width: 21px;
		height: 25px;
	}
	.footer-entry-btn{
		width: 100%;
		height: 62px;
		border-radius: 31px;
	}
	.footer-entry-btn::after{
		width: 14.5px;
		height: 15px;
		right: 30px;
	}
	.footer-entry-btn__btn{
		width: 125px;
	}
	.footer-entry-bnr{
		display: block;
		width: 100%;
	}
	#footer {
	}
	.footer-nav{
	}
	.footer-nav__item{
		width: calc(100% / 2);
		height: 40px;
		border-bottom: 1px solid #afa28d;
		border-right: 1px solid #afa28d;
	}
	.footer-nav__item:nth-child(2n){
		border-right: none;
	}
	.footer-nav__link{
		font-size: 13px;
		line-height: 18px;
	}
	.footer__inner{
		height: 55px;
		padding: 0;
		justify-content: center;
	}
	.footer-logo{
		width: 135px;
		margin-right: 15px;
	}
	.footer-logo__img{
		display: none;
	}
	.footer-logo__name{
		border: 2px solid #fff;
		height: 32px;
		width: 135px;
		border-radius: 16px;
		font-size: 13px;
		line-height: 28px;
	}
	.footer-copy{
		font-size: 9px;
	}

	/*------------------------------------------------
	not-found 404
	------------------------------------------------*/
}
