@charset "utf-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}


/*! ==========================================================================
	 base
	 ========================================================================== */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	width: 100%;
}

html {
	font-size: 62.5%;
	color: #000;
	line-height: 1.6;
	overflow-y: scroll;
}

@media screen and (min-width: 769px) {
	html {
		line-height: 1.75;
	}
}

body {
	position: relative;
	padding: 0;
	font-family: YakuHanJP,'Yu Gothic Medium','游ゴシック Medium',YuGothic,'游ゴシック体','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 1.5rem;
	overflow-wrap: break-word;
	word-wrap: break-word;
	letter-spacing: .03em;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}

p {
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: .05em;
}

ol, ul, dl {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style-type: none;
}

dd {
	margin-left: 0;
}

th {
	font-weight: 300;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

cite {
	font-style: normal;
}

figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

figcaption {
	margin-top: 0;
}

picture {
	display: block;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	img {
		max-width: 100%;
		height: auto;
	}
}

img.zoom {
	transition: transform .3s ease-out;
}

img.zoom:hover {
	transform: scale(1.05);
	opacity: .85;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
	transition: all .4s ease-out;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

:focus {
	-moz-outline-style: none;
}

::selection {
	background: rgba(172, 200, 24, .2);
}
::-moz-selection {
	background: rgba(172, 200, 24, .2);
}

*:after,
*:before {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

@media screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
}

.fade-in {
	opacity: 0;
	transition: 2s;
}
.fade-in.is-active {
	opacity: 1;
}


/* ==========================================================================
	 header
========================================================================== */
.header {
	position: fixed;
	width: 100%;
	z-index: 101;
	background-color: #fffbe5;
}
.header__container {
	height: 60px;
}

@media screen and (min-width: 769px) {
	.header__container {
		position: relative;
		margin-right: auto;
		margin-left: auto;
		padding-right: 40px;
		padding-left: 40px;
		max-width: 1040px;
		height: 145px;
	}
}


.header__logo {
	padding-top: 15px;
	padding-left: 20px;
}
.header__logo-link {
	display: block;
	width: 160px;
	height: 27px;
	background-image: url(/assets/common/img/logo_hibiya_header.svg);
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

@media screen and (min-width: 769px) {
	.header__logo {
		padding-top: 20px;
		padding-left: 0;
	}
	.header__logo-link {
		width: 240px;
		height: 40px;
	}
}


@media screen and (max-width: 768px) {
	.header__navi-switch {
		position: absolute;
		z-index: 103;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		background-image: url(/assets/common/img/icon_menu_open.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.header__navi-switch:hover {
		cursor: pointer;
	}
	.header__navi-switch.is-active {
		background-image: url(/assets/common/img/icon_menu_close.png);
	}
}

@media screen and (min-width: 769px) {
	.header__navi-switch {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.header__navi-pc {
		display: none;
	}
	.header__navi-sp {
		display: none;
		position: fixed;
		z-index: 102;
		margin-top: -60px;
		padding-top: 90px;
		padding-right: 45px;
		padding-left: 45px;
		padding-bottom: 100vh;
		width: 100%;
		height: 100vh;
		background: #acc818;
		overflow-y: scroll;
	}
	.header__navi-logo {
		margin-bottom: 90px;
		display: inline-table;
		width: 230px;
		height: 39px;
	}
	.header__navi-logo__link {
		display: block;
	}
	.header__navi-list {
		margin-bottom: 40px;
	}
	.header__navi-item {
		margin-bottom: 17px;
	}
	.header__navi-link {
		display: block;
		font-size: 1.8rem;
		color: #fff;
		line-height: 1.5;
	}
}

@media screen and (min-width: 769px) {
	.header__navi-sp {
		display: none !important;
	}
	.header__navi-pc {
		padding-top: 25px;
	}
	.header__navi-list {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-left: 1px solid #707070;
	}
	.header__navi-item {
		border-right: 1px solid #707070;
		width: 14.375%;
		text-align: center;
	}
	.header__navi-link {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		text-align: center;
		line-height: 1.5;
		transition: .4s;
	}
	.header__navi-link:hover {
		color: #297229;
	}
	.header__navi-item.header__navi-item--current .header__navi-link {
		color: #297229;
	}
}

@media screen and (max-width: 768px) {
	.header__utility-list {
		display: flex;
	}
	.header__utility-item:first-child {
		margin-right: 10px;
	}
	.header__utility-link {
		position: relative;
		display: block;
		background-color: #fff;
		border-radius: 3px;
		font-size: 1.4rem;
		text-align: center;
	}
	.header__utility-item--contact .header__utility-link {
		padding-top: .6em;
		padding-right: .9em;
		padding-bottom: .6em;
		padding-left: 3.5em;
	}
	.header__utility-item--contact .header__utility-link:before {
		position: absolute;
		top: 8px;
		left: 15px;
		content: '';
		display: inline-block;
		width: 24px;
		height: 22px;
		background-image: url(/assets/common/img/icon_contact_green.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.header__utility-item--language .header__utility-link {
		padding-top: .6em;
		padding-right: 1em;
		padding-bottom: .6em;
		padding-left: 3.3em;
	}
	.header__utility-item--language .header__utility-link:before {
		position: absolute;
		left: 14px;
		content: '';
		display: inline-block;
		width: 23px;
		height: 23px;
		background-image: url(/assets/common/img/icon_language_green.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}

@media screen and (min-width: 769px) {
	.header__utility {
		position: absolute;
		top: 20px;
		right: 40px;
	}
	.header__utility-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.header__utility-item:first-child {
		margin-right: 10px;
	}
	.header__utility-link {
		position: relative;
		display: block;
		background-color: #fff;
		border: 1px solid #acc818;
		border-radius: 3px;
		font-size: 1.3rem;
		text-align: center;
	}
	.header__utility-item--contact .header__utility-link {
		padding-top: .5em;
		padding-right: 1em;
		padding-bottom: .5em;
		padding-left: 3.7em;
	}
	.header__utility-item--contact .header__utility-link:before {
		position: absolute;
		top: 9px;
		left: 16px;
		content: '';
		display: inline-block;
		width: 23px;
		height: 17px;
		background-image: url(/assets/common/img/icon_contact_green.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.header__utility-item--language .header__utility-link {
		padding-top: .5em;
		padding-right: 1em;
		padding-bottom: .5em;
		padding-left: 3.3em;
	}
	.header__utility-item--language .header__utility-link:before {
		position: absolute;
		top: 7px;
		left: 13px;
		content: '';
		display: inline-block;
		width: 21px;
		height: 21px;
		background-image: url(/assets/common/img/icon_language_green.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}


@media print {
	.header {
		display: none;
	}
}


/* ==========================================================================
	 main
========================================================================== */
.main {
	position: relative;
	width: 100%;
	padding-top: 60px;
	overflow: hidden;
}

@media screen and (min-width: 769px) {
	.main {
		padding-top: 145px;
	}
}


/* ==========================================================================
	 breadcrumb
	 ========================================================================== */
.breadcrumb {
	padding-top: 70px;
	padding-bottom: 70px;
}
.breadcrumb-nav__list {
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
}
.breadcrumb-nav__item {
	margin-right: .6em;
	font-size: 1.3rem;
	line-height: 1;
}
.breadcrumb-nav__item:first-child .breadcrumb-nav__link:before {
	margin-right: .6em;
	content: '';
	display: inline-block;
	width: 15px;
	height: 12px;
	background-image: url(/assets/common/img/icon_home_black.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: -1px;
}
.breadcrumb-nav__link {
	transition: .4s;
}
.breadcrumb-nav__link:hover {
	opacity: .7;
}
.breadcrumb-nav__link:after {
	padding-left: .6em;
	content: '＞';
	display: inline-block;
}

@media screen and (min-width: 479px) and (max-width: 768px) {
	.breadcrumb-nav__list {
		padding-right: 60px;
		padding-left: 60px;
	}
}

@media screen and (min-width: 769px) {
	.breadcrumb {
		padding-top: 100px;
		padding-bottom: 120px;
	}
	.breadcrumb-nav__list {
		margin-right: auto;
		margin-left: auto;
		padding-right: 60px;
		padding-left: 60px;
		max-width: 860px;
	}
}


/* ==========================================================================
	 footer
========================================================================== */
.footer {
	margin-top: auto;
	width: 100%;
	background-color: #acc818;
}
.footer__wrap {
	background-image: url(/assets/common/img/footer_bg_sp.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}
.footer__container {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 130px;
	padding-left: 20px;
}

@media screen and (min-width: 768px) {
	.footer__wrap{
		background-image: url(/assets/common/img/footer_bg.png);
	}
	.footer__container {
		margin-right: auto;
		margin-left: auto;
		padding-top: 50px;
		padding-right: 40px;
		padding-left: 40px;
		max-width: 1040px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}


.footer__info {
	margin-bottom: 55px;
}
.footer__logo {
	margin-bottom: 30px;
}
.footer__logo-link {
	display: block;
	width: 240px;
	height: 40px;
	background-image: url(/assets/common/img/logo_hibiya_footer.svg);
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.footer__contact-link {
	position: relative;
	padding-top: .6em;
	padding-right: .9em;
	padding-bottom: .6em;
	padding-left: 3.5em;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 3px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}
.footer__contact-link:before {
	position: absolute;
	top: 8px;
	left: 15px;
	content: '';
	display: inline-block;
	width: 24px;
	height: 22px;
	background-image: url(/assets/common/img/icon_contact_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (min-width: 768px) {
	.footer__info {
		margin-bottom: 0;
	}
	.footer__logo {
		margin-bottom: 50px;
	}
	.footer__logo-link {
		width: 240px;
		height: 40px;
	}
	.footer__contact-link {
		padding-top: .5em;
		padding-right: 1em;
		padding-bottom: .5em;
		padding-left: 3.7em;
		font-size: 1.3rem;
	}
	.footer__contact-link:before {
		top: 9px;
		left: 16px;
		width: 23px;
		height: 17px;
	}
}


.footer__navi {
	display: flex;
	justify-content: space-between;
}
.footer__navi-list {
	width: 50%;
}
.footer__navi-list:last-of-type {
	padding-left: 1em;
}
.footer__navi-item {
	margin-bottom: 15px;
}
.footer__navi-item:last-child {
	margin-bottom: 0;
}
.footer__navi-link {
	display: block;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.footer__navi-container {
		width: 350px;
	}
	.footer__navi-list:last-of-type {
		padding-left: 2em;
	}
}


.footer__foot {
	background-color: #fff;
}
.footer__foot-container {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.footer__foot-list {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}
.footer__foot-item {
	margin-bottom: 5px;
}
.footer__foot-link {
	margin-right: .5em;
	padding-right: .5em;
	border-right: 1px solid #000;
	font-size: 1.4rem;
	transition: .4s;
}
.footer__foot-link:hover {
	opacity: .7;
}
.footer__foot-item:last-child .footer__foot-link {
	border-right: none;
}
.footer__foot-copyright {
	font-size: 1.4rem;
	line-height: 1.3;
}

@media screen and (min-width: 768px) {
	.footer__foot-container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 40px;
		padding-bottom: 20px;
		padding-left: 40px;
		max-width: 1040px;
	}
	.footer__foot-list {
		margin-bottom: 10px;
	}
	.footer__foot-item {
		margin-bottom: 0;
	}
}


.footer__pagetop {
	position: fixed;
	z-index: 50;
	right: 3%;
	bottom: 1.6%;
}
.footer__pagetop-link {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(/assets/common/img/icon_pagetop.svg);
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.footer__pagetop-link:hover {
	opacity: .6;
}

@media screen and (min-width: 768px) {
	.footer__pagetop {
		right: 1.5%;
		bottom: 1.5%;
	}
}


@media print {
	.footer {
		display: none;
	}
}