@charset "utf-8";
/*---------------------------------------------------------
Theme Name: CIELO
Description:
Author: JAMD STUDIO
License:
License URI:
Version: 1.0
---------------------------------------------------------*/
#wpadminbar {
	top: auto;
	bottom: 0;
}
html {
    margin-top: 0 !important; 
}


/*==========================================================================

   TOP

==========================================================================*/
.p-top-kv {
    position: relative;
	max-height: 100svh;
	overflow: hidden;
}
.p-top-kv__img img {
    width: 100%;
}
.p-top-kv-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    display: flex;
    align-items: center;
	height: 100%;
}
.p-top-kv__txt {
    font-size: 24px;
    writing-mode: vertical-rl;
    color: #fff;
    text-shadow: 1px 1px 1px #000, 0px 0px 8px #000, 0px 0px 8px #000;
}
.p-top-news {
    margin: 35px auto 0;
    text-align: center;
    color: #f00;
}
.p-top-news-item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 5px;
    margin: 0 var(--container-side-space);
    padding: 1.25em .5em 1em;
    border: 3px solid #f00;
    border-radius: 5px;
    background: #fff;
}
.p-top-news-item-icon {
    font-size: 16px;
}
.p-top-news-item-title {
    text-align: left;
}
.p-top-news-item a {
    text-decoration: underline;
    color: #f00;
}
.p-top-brand {
	padding: 50px 0;
}
.p-top-brand.is-nobrand {
    padding: 20px 0;
}
.p-top-brand__text {
	line-height: 2;
    text-align: center;
}
.p-top-brand__text p + p {
    margin-top: 2.25em;
}

.p-top-section.section--bg01 {
    padding: 45px 0;
    background-color: #f5f3f0;
}
.p-top-section + .p-top-section {
    margin-top: 80px;
}
.p-top-section-row {
    display: flex;
    flex-direction: column;
}
.p-top-section-col.col--main + .p-top-section-col.col--aside {
    margin-top: 27px;
}
.p-top-section-kv {
    margin-bottom: 38px;
}
.p-top-section-kv img {
    width: 100%;
}
.p-top-section__label {
    margin-bottom: 10px;
    font-size: 36px;
    text-align: center;
    letter-spacing: .1em;
    color: #555;
}
.p-top-section__ttl {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: bold;
}
.p-top-section__text {
}
.p-top-section-aside-img img {
	/*width: 100%;*/
}
.p-top-section-btn.is--pc {
    display: none;
}
.p-top-section-btn.is--sp {
    margin-top: 25px;
}
.p-top-access-map {
    position: relative;
    padding-top: 100%;
}
.p-top-access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.p-top-access-map-link {
    margin-top: .5em;
    text-align: right;
}
.p-top-access-map-link a {
    text-decoration: underline;
}


@media screen and (min-width: 769px) {
	.p-top-section-btn.is--pc {
		display: block;
		width: 398px;
		margin-top: 65px;
	}
	.p-top-section-btn.is--sp {
		display: none;
	}
	.p-top-kv {
		height: 100%;
	}
	.p-top-kv__txt {
		font-size: 32px;
	}
	.p-top-news {
		margin-top: 50px;
	}
	.p-top-news-item {
		width: 760px;
		margin: 0 auto;
	}
	.p-top-news-item-icon {
		font-size: 20px;
	}
	.p-top-brand {
		padding: 110px 0 130px;
	}
	.p-top-brand.is-nobrand {
		padding: 25px 0;
	}
	.p-top-brand__text {
		font-size: 18px;
		line-height: 2.33;
	}
	.p-top-section + .p-top-section {
		margin-top: 150px;
	}
	.p-top-section-row {
		flex-direction: row;
	}
	.p-top-section:nth-child(even) .p-top-section-row {
		flex-direction: row-reverse;
	}
	.p-top-section .p-top-section-row {
		flex-direction: row;
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}
	.l-container .p-top-section-col.col--main {
		width: 50%;
		padding: 70px;
	}
	.l-container.is-full .p-top-section-col.col--main {
		/*width: 55.555555555vw;*/
		width: 50%;
		padding: 70px;
	}
	.p-top-section-col.col--aside {
		flex: 1;
	}
	.p-top-section__label {
		font-size: 58px;
		text-align: left;
	}
	.p-top-section__ttl {
		font-size: 20px;
	}
}


/*==========================================================================

   PAGE

==========================================================================*/
.p-page-title {
	margin-top: 30px;
    margin-bottom: 50px;
    font-size: 26px;
    font-weight: bold;
}
.p-page-content {
    padding: 0 1em;
}
.p-page-content h1 {
    margin-bottom: .5em;
    font-size: 24px;
    font-weight: 600;
}
.p-page-content h2 {
    margin-bottom: .5em;
    font-size: 20px;
    font-weight: bold;
}
.p-page-content h3 {
    margin-bottom: .5em;
    font-size: 18px;
    font-weight: 600;
}
.p-page-content h4,
.p-page-content h5,
.p-page-content h6 {
	margin-bottom: .35em;
	font-weight: 600;
}
.p-page-content ul {
	list-style: disc;
	padding-left: 1.5em;
}
.p-page-content ol {
list-style: decimal;
	padding-left: 1.5em;
}
.p-page-content em {
    font-style: italic;
}
.p-page-content a {
    text-decoration: underline;
}
.p-page-content p,
.p-page-content ul,
.p-page-content ol {
    padding-bottom: 2em;
}

.p-page-section01 {
    display: flex;
    flex-direction: column;
}
.p-page-section01 + .p-page-section01 {
    margin-top: 80px;
}
.p-page-section01-header {
    margin-bottom: 5px;
    font-size: 46px;
    text-align: center;
    line-height: 1;
    color: #f1eee7;
}
.p-page-section01-title-ja {
    margin-bottom: 14px;
    font-size: var(--flex-font-size-l);
    font-weight: bold;
    text-align: center;
}
.p-page-section01-gallery {
    margin-bottom: 25px;
}
.p-page-section01-desc {
    line-height: 2;
}
.p-page-section01-desc p + p {
    margin-top: 2em;
}
.p-page-section01-supplies {
    margin-top: 30px;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}
.p-page-section01-supplies-header {
    margin-bottom: 5px;
    font-weight: bold;
}
.p-page-kv {
    position: relative;
}
.p-page-kv__img {
	text-align: center;
}
.p-page-kv__img img {
	width: 100%;
	min-width: var(--container-width);
}
.p-page-kv-label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    font-size: 7.7vw;
	letter-spacing:.1em; 
    color: #fff;
    text-shadow: 1px 1px 1px #000, 0px 0px 8px #000, 0px 0px 8px #000;
}

@media screen and (min-width: 769px) {
	.l-page {
		padding: 110px 0 150px;
	}
	.p-page-kv-label {
		font-size: 4.7vw;
	}
	.p-page-title {
		margin-top: 35px;
		margin-bottom: 80px;
	}
	.p-page-section01 {
		flex-direction: row;
	}
	.p-page-section01 + .p-page-section01 {
		margin-top: 120px;
	}
	.p-page-section01-header {
		writing-mode: vertical-rl;
		width: 130px;
		margin-bottom: 0;
		font-size: 140px;
		text-align: left;
	}
	.p-page-section01-body {
		margin-top: 25px;
		padding: 0 50px;
		overflow: hidden;
	}
	.p-page-section01-title-ja {
		margin-bottom: 30px;
		font-size: var(--flex-font-size-l);
	}
	.p-page-section01-gallery {
		margin-bottom: 50px;
	}
	.p-page-section01-supplies {
		padding: 30px;
	}
}


/*==========================================================================

   ABOUT

==========================================================================*/
.p-about-greeting-header {
    margin-bottom: 25px;
    font-size: var(--flex-font-size-l);
    font-weight: bold;
    text-align: center;
}
.p-about-greeting-body {
    line-height: 1.8;
}
.p-about-greeting-body p + p {
	margin-top: 2em;
}


/*==========================================================================

   ACCESS

==========================================================================*/
.p-access-greeting {
    margin-bottom: 60px;
    text-align: center;
}
.p-access-greeting-text {
    display: inline-block;
    text-align: left;
	line-height: 2;
}
.p-access-information-name {
    margin-bottom: 5px;
    font-size: var(--flex-font-size-m);
    font-weight: bold;
    text-align: center;
}
.p-access-information-address {
    text-align: center;
}
.p-access-information-map {
    margin-top: 25px;
}
.p-access-information-map-content {
    position: relative;
    padding-top: 100%;
}
.p-access-information-map iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.p-access-map-link {
    margin-top: 5px;
    text-align: right;
}
.p-access-map-link a {
    text-decoration: underline;
}
.p-access-guide {
    margin-top: 60px;
}
.p-access-guide-header {
	margin-bottom: 30px;
    font-size: var(--flex-font-size-m);
    font-weight: bold;
    text-align: center;
}
.p-access-guide-row {
    display: flex;
	flex-direction: column;
	gap: 30px;
    gap: 40px;
}
.p-access-guide-content + .p-access-guide-content {
    margin-top: 2em;
}
.p-access-guide-content-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}
.p-access-guide-content-body {
    line-height: 2;
}
.p-access-guide-content-body p + p {
    margin-top: 2em;
}


/*==========================================================================

   FAQ

==========================================================================*/
.p-faq-header {
    margin-bottom: 35px;
}
.p-faq-nav {
    margin-bottom: 50px;
}
.p-faq-nav__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.p-faq-nav__item a {
    position: relative;
    display: block;
    padding: .5em 1em .5em 2.25em;
    border: 1px solid #666;
}
.p-faq-nav__item a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    display: block;
    width: 11px;
    height: 7px;
    -webkit-mask-image: url(assets/common/svg/arrow-d.svg);
    mask-image: url(assets/common/svg/arrow-d.svg);
    -webkit-mask-repeat: no-repeat;
    mask-size: 11px 7px;
    background: #000;
}
.p-faq-section + .p-faq-section {
    margin-top: 80px;
}
.p-faq-section-header {
    margin-bottom: 22px;
    padding-bottom: .25em;
    font-size: var(--flex-font-size-s);
    font-weight: bold;
    border-bottom: 1px solid #777;
}
.m-faq + .m-faq {
    margin-top: 2em;
}
.p-faq-section-body {
    padding-left: 1em;
}
.m-faq__q {
	margin-bottom: .25em;
	font-weight: bold;
}
.m-faq__a {
    padding-left: 1em;
}


@media screen and (min-width: 769px) {
	.p-faq-nav__list {
		flex-direction: row;
		gap: 20px;
	}
}


/*==========================================================================

   CONTACT

==========================================================================*/
.p-contact-form {
    text-align: center;
}
.p-contact-form-inner {
    display: inline-block;
}
.p-contact-form p {
    margin: 0;
    padding: 0;
}
.p-contact-form-row {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.p-contact-form-row + .p-contact-form-row {
    margin-top: 30px;
}
.p-contact-form-col.col--header {
    text-align: left;
}
.p-contact-form-btn {
    margin-top: 25px;
}


@media screen and (min-width: 769px) {
	.p-about-greeting-body {
		line-height: 1.8;
		text-align: center;
	}
	.p-about-greeting-text {
		display: inline-block;
		text-align: left;
	}

	.p-access-greeting {
		margin-bottom: 100px;
	}
	.p-access-information-name {
		margin-bottom: 10px;
	}
	.p-access-information-map {
		margin-top: 30px;
	}
	.p-access-information-map-content {
		padding-top: 47%;
	}
	.p-access-guide {
		margin-top: 130px;
	}
	.p-access-guide-row {
		flex-direction: row;
		gap: 30px;
	 }
	.p-access-guide-header {
		margin-bottom: 50px;
	}
	.p-access-guide-col.col--main {
		flex: 1;
	}
	.p-access-guide-col.col--aside {
		width: 485px;
	}
	.p-access-guide-content-title {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.p-faq-header {
		margin-bottom: 60px;
		text-align: center;
	}
	.p-faq-nav {
		margin-bottom: 80px;
	}

	.p-contact-form-row {
		flex-direction: row;
	}
	.p-contact-form-col.col--header {
		width: 210px;
	}
}


/*==========================================================================

   404

==========================================================================*/
.p-not-found {
	text-align: center;
}
.p-not-found__title {
	font-size: 60px;
}
.p-not-found__text {
	margin-top: 39px;
	line-height: 2;
}
.p-not-found__btn {
    margin: 55px auto 0;
}
.p-not-found__btn .m-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 62px;
	margin: 0 auto;
}