@charset "utf-8";

/*-------common------- */
a:hover {
	text-decoration: none;
	opacity: .7;
}

header {
	position: relative;
	border-bottom: none;
}

.logo-block {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px;
}

#wrapper .logo-block img {
	margin: 0;
}

.section-inner {
	max-width: 844px;
	margin: 0 auto;
	padding: 0 20px;
}

.pc_appear {
    display: block !important;
}

.sp_appear {
    display: none !important;
}
#headerSymbol, .fix_menu, #headerSymbol_sp {
	display: none;
}
header .fix_area {
	position: relative;
	border-bottom: none;
}
footer .container {
	border-top: none;
}

footer .footerPageLi {
	display: none;
}
.section-block__title {
	padding-bottom: 6px;
	margin-bottom: 40px;
	border-bottom: 2px solid #e6e6e6;
	font-size: 32px;
	text-align: center;
	position: relative;
	letter-spacing: 5px;
	line-height: 1.3;
	font-weight: bold;
}

.section-block__title::after {
	content: '';
	width: 108px;
	height: 2px;
	background-color: #44c9ba;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
}

.section-block__small {
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	color: #262626;
}

.image {
	max-width: 100%;
	height: auto;
}

#language {
	display: none;
}

/*-------mainvisual-block------- */
.mainvisual-block {
	margin-bottom: 60px;
}

/*-------nav-block------- */
.nav-block__inner {
	max-width: 1133px;
	margin: 0 auto;
	padding: 0 20px;
}

.nav-block__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.nav-block__item {
	width: 24.36%;
	background-color: #44c9ba;
	border-radius: 5px;
}

.nav-block__item a {
	display: block;
	height: 80px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	line-height: 1.5;
}

.nav-block__item a::after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -8px;
}

/*-------merit-block------- */
.merit-block {
	padding: 82px 0 80px;
}

.merit-block__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.merit-block__item {
	width: 48.42%;
	border: 2px solid #44c9ba;
	border-radius: 5px;
	overflow: hidden;
}

.merit-block__item:nth-child(n+3) {
	margin-top: 20px;
}

.merit-block__content {
	padding: 25px 40px 35px;
}

.merit-block__content h3 {
	display: flex;
	align-items: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}

#wrapper .merit-block__number {
	padding-right: 10px;
}

#wrapper .merit-block__number .image {
	height: 60px;
	width: auto;
}

.merit-block__text {
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 1px;
}

/*-------faq-block------- */
.faq-block {
	padding: 76px 0 60px;
	background-color: #e3f7f5;
}

.faq-block__list {
	max-width: 700px;
	margin: 0 auto;
}

.faq-block__item:not(:first-child) {
	margin-top: 15px;
}

.faq-block__item.-answer {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.faq-block__dialogue {
	max-width: 310px;
	border-radius: 5px;
	line-height: 1.65;
}

.faq-block__item.-question .faq-block__dialogue {
	background-color: #44c9ba;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 20px 20px 14px;
	margin-left: 18px;
	position: relative;
}

.faq-block__item.-question .faq-block__dialogue::before {
	content: '';
	width: 30px;
	height: 33px;
	background: url(../img/ico-dialogue_green.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	left: -16px;
	top: 50%;
	transform: translateY(-50%);
}

.faq-block__item.-answer .faq-block__dialogue {
	background-color: #fff;
	font-size: 14px;
	padding: 21px 20px 18px;
	margin-right: 35px;
	position: relative;
}

.faq-block__item.-answer .faq-block__dialogue::after {
	content: '';
	width: 30px;
	height: 33px;
	background: url(../img/ico-dialogue_white.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
}

.faq-block__avatar {
	flex: 0 0 100px;
}

#wrapper .faq-block__avatar .image {
	max-width: 100px;
	margin-bottom: 8px;
}

.faq-block__text {
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.7;
}

/*-------basic-information------- */
.basic-information {
	padding-top: 80px;
}

.basic-information h3 {
	font-size: 18px;
	text-align: center;
	color: #4ccbc5;
	font-weight: bold;
	margin-bottom: 30px;
}

.basic-information h3 span {
	display: inline-block;
	padding: 0 30px;
	background: url(../img/bg-line.png) no-repeat center left, url(../img/bg-line.png) no-repeat center right;
	background-size: 16px auto, 16px auto;
}

.basic-information__access {
	max-width: 680px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.basic-information__photo {
	width: 48.2%;
}

#wrapper .basic-information__photo img:nth-child(2) {
	margin-top: 10px;
}

.basic-information__content {
	width: 48.2%;
}

.basic-information__content h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}

.basic-information__content p {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
}

.basic-information__button a {
	display: block;
	max-width: 300px;
	height: 60px;
	margin: 0 auto 60px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #49cbc6;
	font-size: 16px;
	font-weight: bold;
}

.basic-information h5 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	border-left: 5px solid #44c9ba;
	margin: 20px 0 20px 0;
}

.basic-information__list {
	margin-bottom: 40px;
}

.basic-information__item:nth-child(odd) {
	background-color: #f4f4f4;
}

.basic-information__item:nth-child(n+4) {
	display: none;
}

.basic-information__item-inner {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}

.basic-information__address {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
	width: 30.85%;
	margin-right: 20px;
}

.basic-information__date {
	font-size: 12px;
}

.basic-information__date span {
	display: block;
	font-size: 26px;
	font-weight: bold;
	line-height: 2;
}

.basic-information__more {
	margin-bottom: 40px;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #c4bdbd;
	border-bottom: 1px solid #c4bdbd;
	cursor: pointer;
}

.basic-information__more span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #44c9ba;
	padding-left: 30px;
	position: relative;
}

.basic-information__more span::before {
	content: '';
	width: 20px;
	height: 2px;
	background-color: #44c9ba;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.basic-information__more span::after {
	content: '';
	width: 2px;
	height: 20px;
	background-color: #44c9ba;
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
}

.basic-information__more.-active span::after {
	display: none;
}

/*-------shop-block------- */
.shop-block {
	padding: 38px 0 80px;
}

.shop-block__lead {
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 30px;
	line-height: 1.5;
}

.shop-block__button-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	flex-wrap: wrap;
}

.shop-block__button-bnr{

}

.shop-block__button-item {
	width: 23.93%;
}

.shop-block__button-item a {
	display: block;
	height: 60px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.shop-block__button-item.-pink a {
	background-color: #f596b2;
}

.shop-block__button-item.-green a {
	background-color: #7acea3;
}

.shop-block__button-item.-orange a {
	background-color: #f9ba71;
}

.shop-block__button-item.-blue a {
	background-color: #70bff3;
}

.section-block__special {
	background-color: #e3f7f5;
	padding: 50px 0 40px;
}

.section-block__special-inner {
	max-width: 556px;
	margin: 0 auto
}

.section-block__special h3 {
	text-align: center;
	margin-bottom: 20px;
}

.section-block__special h3 span {
	display: inline-block;
	padding: 0 25px;
	background: url(../img/ico-point_left.png) no-repeat center left, url(../img/ico-point_right.png) no-repeat center right;
	font-size: 18px;
	font-weight: bold;
	background-size: 14px auto, 14px auto;
}

.section-block__text {
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 1px;
}

.section-block__text + .section-block__text {
	margin-top: 25px;
}

.section-block__special-list {
	margin-top: 20px;
}

.section-block__special-item:not(:last-child) {
	margin-bottom: 10px;
}

.section-block__special-item a:hover img {
	opacity: .7;
}

.top-button a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	max-width: 300px;
	margin: 0 auto 100px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #b50081;
	border-radius: 5px;
}