@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;700;900&display=swap");
html {
	font-size: 62.5%;
}

body {
	position: relative;
	background-color: #fff8e0;
	font-size: 1.6rem;
	line-height: 1;
	color: #222;
	font-weight: 300;
	font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", sans-serif;
}

header {
	width: auto;
	margin: 0px auto;
}

main {
	width: 100%;
	margin: 0px auto;
}

footer {
	width: 100%;
	margin: 0px auto;
}

section {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.pc_br {
	display: block;
}

.sp_br {
	display: none;
}

@media (max-width: 767px) {
	.sp_br {
		display: block;
	}
	.pc_br {
		display: none;
	}
}
.c-page-title {
	display: block;
	font-family: "Chivo", sans-serif;
}

.c-sec-title {
	display: block;
	width: auto;
	text-align: center;
	line-height: 1;
	font-size: 5rem;
	font-weight: 400;
	font-family: "Chivo", sans-serif;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.c-sec-title {
		font-size: 4.5rem;
	}
}
@media (max-width: 767px) {
	.c-sec-title {
		font-size: 4rem;
	}
}

.c-font-ja {
	font-family: "Noto Sans JP", sans-serif;
}

.c-font__noto-Serif {
	font-family: "Noto Serif JP", serif;
}

.c-font__weight--300 {
	font-weight: 300;
}

.c-font__weight--400 {
	font-weight: 400;
}

.c-font__weight--500 {
	font-weight: 500;
}

.c-font__weight--700 {
	font-weight: 700;
}

.c-font__weight--900 {
	font-weight: 900;
}

.c-font__weight--bold {
	font-weight: bold;
}

.c-text-left {
	text-align: left;
	word-break: break-word;
}

.c-text-justify {
	text-align: justify;
	word-break: break-word;
}

.c-text-through {
	text-decoration-line: line-through;
	text-decoration-style: double;
	text-decoration-color: #000;
}

.c-block {
	display: block;
}

.c-inline-block {
	display: inline-block;
}

.c-ellipsis {
	width: 100%; /* 省略せずに表示するサイズを指定 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-flex {
	display: flex;
	flex-wrap: wrap;
}

.c-flex--nowrap {
	display: flex;
}

.c-flex--column {
	display: flex;
	flex-direction: column;
}
@media (max-width: 767px) {
	.c-flex--column--sp {
		flex-direction: column;
	}
}

.c-flex-justify-center {
	justify-content: center;
}

.c-flex-between {
	justify-content: space-between;
}

.c-flex-around {
	justify-content: space-around;
}

.c-flex-justify-end {
	justify-content: flex-end;
}

.c-flex-vcenter {
	align-items: center;
}

.c-flex-end {
	align-items: flex-end;
}

.c-flex-align-center {
	align-content: center;
}

.c-flex-align-end {
	align-content: flex-end;
}

.c-flex-elm-vcenter {
	-ms-grid-row-align: center;
	    align-self: center;
}

.c-obj-fit {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.c-maxwidth {
	max-width: 1100px;
}

.c-innerbox {
	display: block;
	width: 100%;
	height: auto;
}

.c-rtab {
	position: relative;
}
.c-rtab::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	        transform: translate(-50%, -100%);
	display: block;
	width: 450px;
	height: 80px;
}
@media (max-width: 767px) {
	.c-rtab::before {
		width: 100%;
		height: 40px;
	}
}
.c-rtab::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	        transform: translate(-50%, -100%);
	display: block;
	width: 80px;
	height: 60px;
}
@media (max-width: 767px) {
	.c-rtab::after {
		top: 8px;
		width: 40px;
		height: 30px;
	}
}
.c-rtab--bottom::before {
	top: -1px;
	-webkit-transform: translate(-50%, 0%) rotate(180deg);
	        transform: translate(-50%, 0%) rotate(180deg);
}
.c-rtab--bottom::after {
	-webkit-transform: translate(-50%, -20%);
	        transform: translate(-50%, -20%);
}
.c-rtab--lbrown-gray::before {
	background: url("../img/round-tab--lbrown.svg") no-repeat center center/contain;
}
.c-rtab--lbrown-gray::after {
	background: url("../img/icon-bird--gray.svg") no-repeat center center/contain;
}
.c-rtab--ivory-gray::before {
	background: url("../img/round-tab--ivory.svg") no-repeat center center/contain;
}
.c-rtab--ivory-gray::after {
	background: url("../img/icon-bird--gray.svg") no-repeat center center/contain;
}
.c-rtab--white-lgreen::before {
	background: url("../img/round-tab--white.svg") no-repeat center center/contain;
}
.c-rtab--white-lgreen::after {
	background: url("../img/icon-bird--lgreen.svg") no-repeat center center/contain;
}
.c-rtab--ivory-lgreen::before {
	background: url("../img/round-tab--ivory.svg") no-repeat center center/contain;
}
.c-rtab--ivory-lgreen::after {
	background: url("../img/icon-bird--lgreen.svg") no-repeat center center/contain;
}
.c-rtab--white-yellow::before {
	background: url("../img/round-tab--white.svg") no-repeat center center/contain;
}
.c-rtab--white-yellow::after {
	background: url("../img/icon-bird--yellow.svg") no-repeat center center/contain;
}
.c-rtab--green-white::before {
	background: url("../img/round-tab--green.svg") no-repeat center center/contain;
}
.c-rtab--green-white::after {
	background: url("../img/icon-bird--white.svg") no-repeat center center/contain;
}
.c-rtab--ivory-green::before {
	background: url("../img/round-tab--ivory.svg") no-repeat center center/contain;
}
.c-rtab--ivory-green::after {
	background: url("../img/icon-bird--green.svg") no-repeat center center/contain;
}
.c-rtab--lbrown-green::before {
	background: url("../img/round-tab--lbrown.svg") no-repeat center center/contain;
}
.c-rtab--lbrown-green::after {
	background: url("../img/icon-bird--green.svg") no-repeat center center/contain;
}

.c-button {
	display: inline-block;
	padding: 0.5em 3em;
	font-size: 2.2rem;
	color: #FFF;
	background-color: #1fb3e6;
	border-radius: 5rem;
}
@media (max-width: 767px) {
	.c-button {
		font-size: 1.8rem;
	}
}

nav.navigation.pagination .screen-reader-text {
	display: none;
}
nav.navigation.pagination .nav-links ul {
	display: flex;
	justify-content: center;
}
nav.navigation.pagination .nav-links li {
	margin: 0.5rem;
}
nav.navigation.pagination .nav-links li span, nav.navigation.pagination .nav-links li a {
	display: inline-block;
	padding: 0.5rem 1rem;
}
nav.navigation.pagination .nav-links li .current {
	background-color: #01A074;
	color: #FFF;
}
nav.navigation.pagination .nav-links .page-numbers {
	font-size: 2.2rem;
}
nav.navigation.pagination .nav-links .page-numbers.prev {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
nav.navigation.pagination .nav-links .page-numbers.prev, nav.navigation.pagination .nav-links .page-numbers.next {
	color: #01A074;
}

.c-form-input {
	border: 1px solid #999;
	padding: 0.4rem;
}

.p-header {
	position: fixed;
	left: 20px;
	top: 20px;
	z-index: 1;
}
.p-header__logo-image {
	width: 120px;
	height: 120px;
}
@media (max-width: 767px) {
	.p-header__logo-image {
		width: 90px;
		height: 90px;
	}
}
@media (max-width: 767px) {
	.p-header__menu-button {
		position: fixed;
		right: 0px;
		top: 0px;
		width: 50px;
		height: 50px;
		margin: 0 auto;
		padding: 12px 0;
		cursor: pointer;
		z-index: 15;
		background-color: #3C3C3C;
	}
	.p-header__menu-button__border {
		display: block;
		width: 32px;
		height: 2px;
		background-color: #FFF;
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
}

body.is-menu-opened .p-header__menu-button__border:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
	        transform: rotate(-45deg) translate(-6px, 6px);
}
body.is-menu-opened .p-header__menu-button__border:nth-child(2) {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	margin: auto;
}
body.is-menu-opened .p-header__menu-button__border:nth-child(3) {
	opacity: 0;
}

.p-footer {
	position: relative;
	margin-top: 0;
	z-index: 1;
}
.p-footer a {
	text-decoration: none;
}
.p-footer__gotop-link {
	display: block;
}
.p-footer__gotop-image {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 80px;
	height: 80px;
}
@media (max-width: 767px) {
	.p-footer__gotop-image {
		width: 60px;
		height: 60px;
	}
}
.p-footer__line {
	margin: 0 auto;
	padding: 4rem 0 4rem;
	width: 100%;
}
.p-footer__line-box {
	margin: 10px auto 0;
	max-width: 600px;
	background-color: #FFF;
}
@media (max-width: 767px) {
	.p-footer__line-box {
		margin: 0 20px;
	}
}
.p-footer__line-title {
	margin: 0 auto;
	padding: 1.6rem 0;
	text-align: center;
	color: #FFF;
	font-size: 2.4rem;
	background-color: #00B900;
}
.p-footer__line-infobox {
	border: 4px solid #00B900;
	width: 100%;
}
.p-footer__line-icon {
	margin: 20px;
	width: 100px;
	height: auto;
}
.p-footer__line-text {
	flex: 1;
	padding: 20px 20px;
	color: #00B900;
	font-size: 3rem;
}
@media (max-width: 767px) {
	.p-footer__line-text {
		padding-right: 0;
		font-size: 2.2rem;
		line-height: 1.4;
	}
}
.p-footer__line-text span {
	display: block;
}
.p-footer__line-text--small {
	margin-top: 1.5rem;
	color: #444;
	font-size: 1.8rem;
}
.p-footer__shopinfo {
	margin: 0px auto 0;
	padding: 60px 0 20px;
	width: 100%;
	background-color: #FFF;
}
.p-footer__shopinfo-wrap {
	margin: 0 auto;
	max-width: 600px;
}
@media (max-width: 767px) {
	.p-footer__shopinfo-wrap {
		flex-direction: column;
		align-items: center;
	}
}
.p-footer__shopinfo-text {
	flex: 1;
	margin: 0 auto;
	line-height: 1.8;
}
@media (max-width: 767px) {
	.p-footer__shopinfo-text {
		margin: 0 20px;
		line-height: 1.6;
	}
}
.p-footer__shopinfo-title {
	font-size: 2.4rem;
}
.p-footer__shopinfo-address {
	font-size: 2rem;
}
.p-footer__shopinfo-address span {
	display: block;
}
.p-footer__shopinfo-tel {
	display: block;
	font-size: 1.8rem;
}
.p-footer__shopinfo-mail {
	display: block;
	font-size: 1.8rem;
}
.p-footer__shopinfo-map {
	width: 260px;
	height: 260px;
	padding: 6px;
	border: 1px solid #000;
}
@media (max-width: 767px) {
	.p-footer__shopinfo-map {
		width: 100%;
		height: 280px;
		margin-top: 30px;
		padding: 0;
		border: 0;
	}
}
.p-footer__copy {
	background-color: #01A074;
	padding: 0.8em 0;
	text-align: center;
	font-size: 1.6rem;
	overflow: hidden;
	color: #FFF;
}

.js-group-active {
	z-index: 1;
}
.js-group-active .p-concept__thumb-image {
	-webkit-mask-position: center 0% !important;
	        mask-position: center 0% !important;
	opacity: 1;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: all 1.6s ease;
	transition: all 1.6s ease;
}
.js-group-active .p-concept__thumb-logo {
	-webkit-mask-position: center 0% !important;
	        mask-position: center 0% !important;
	opacity: 0;
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
	-webkit-transition: all 1.6s ease;
	transition: all 1.6s ease;
}

.p-page {
	margin-top: 0;
	padding-top: 50px;
}
.p-page__page-title {
	height: 100px;
}
@media (max-width: 767px) {
	.p-page__page-title {
		padding: 0 2rem;
	}
}
.p-page__page-title-main {
	display: inline-block;
	font-size: 2.8rem;
}
.p-page__page-title-main::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	margin: 1.6rem auto;
	background-color: #01A074;
}
@media (max-width: 767px) {
	.p-page__page-title-main {
		font-size: 2.2rem;
	}
}
.p-page__sec-title {
	font-size: 3rem;
}
@media (max-width: 767px) {
	.p-page__sec-title {
		font-size: 1.8rem;
	}
}
.p-page__innerbox {
	padding: 16rem 0 10rem;
	background-color: #FFF;
}
.p-page__innerbox {
	padding: 16rem 0 10rem;
	background-color: #FFF;
}
@media (max-width: 767px) {
	.p-page__innerbox {
		padding: 7rem 0 7rem;
	}
}
.p-page__content {
	margin: 6rem auto;
	padding: 0 6rem;
	width: 100%;
	max-width: 900px;
}
@media (max-width: 767px) {
	.p-page__content {
		padding: 0 2rem;
		font-size: 1.6rem;
	}
}
.p-page__content-desc {
	font-size: 1.8rem;
}
.p-page__content-desc h2 {
	display: inline-block;
	margin: 2em auto 0;
	padding: 0.6em 1em;
	width: 100%;
	color: #FFF;
	font-size: 2rem;
	font-weight: 500;
	background-color: #01A074;
}
.p-page__content-desc h3 {
	display: inline-block;
	margin: 1.5em auto 0;
	padding: 0.3em 0.8em;
	width: 100%;
	color: #01A074;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	border-left: 8px solid #01A074;
}
.p-page__content-desc p {
	margin-top: 0.5em;
	padding-left: 0.6em;
	line-height: 1.6;
}
@media (max-width: 767px) {
	.p-page__content-desc {
		font-size: 1.5rem;
	}
}
.p-page__thumb-box {
	margin: 0 auto;
	width: clamp(400px, 50%, 800px);
}
@media (max-width: 767px) {
	.p-page__thumb-box {
		width: 100%;
	}
}
.p-page__thumb-image {
	width: 100%;
	height: auto;
}
.p-page__desc-button {
	margin-top: 5rem;
}
@media (max-width: 767px) {
	.p-page__desc-button {
		font-size: 1.8rem;
	}
}
/*# sourceMappingURL=page.css.map */