@charset "UTF-8";



/* -------------------------------------------

wrap

------------------------------------------- */
.kv-wrap {
	background: url(../img/top-bg-10.jpg) no-repeat center top / cover;
}
.kv-wrap > div {
	color: #fff;
	font-family: var(--font-alex);
	font-size: 6.8rem;
	padding: 2.5rem 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.kv-wrap > div {
		font-size: 6.4rem;
		padding: 1rem 0;
	}
}



/* -------------------------------------------

line

------------------------------------------- */
article > section.line {
	position: relative;
}
article > section.line::before {
	content: "";
	width: 0.1rem;
	height: 7rem;
	background: var(--prime);
	position: absolute;
	left: 50%;
	top: -3.5rem
}



/* -------------------------------------------

concept

------------------------------------------- */
.top-concept {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	padding: 10rem 0 14rem 0;
}
.top-concept h3 {
	text-align: center;
}
.top-concept p {
	width: 56rem;
	margin: 0 auto 6rem auto;
}
@media screen and (max-width: 768px) {
	.top-concept {
		padding: 10rem 3rem;
	}
	.top-concept h3 {
		text-align: left;
	}
	.top-concept p {
		width: auto;
		margin: 0 auto 4rem auto;
	}
}



/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;
	padding: 10rem 0 14rem 0;
}
.top-menu .more {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.top-menu {
		padding: 10rem 3rem;
	}
	.top-menu .more {
		margin: 0 auto;
	}
}
.top-menu > p {
	line-height: 1;
	text-align: right;
	font-weight: 900;
	font-size: 8rem;
	color: #EEE8D5;
	letter-spacing: 0.12em;
	padding: 4rem 5rem 10rem 0;
}
@media screen and (max-width: 768px) {
	.top-menu > p {
		text-align: center;
		font-size: 3.8rem;
		padding: 6rem 0;
	}
}
/* ---- wrap ---- */
.top-menu .wrap {
	display: flex;
}
.top-menu .wrap > * {
	width: 50%;
}
.top-menu .wrap > div {
	padding: 0 10rem 0 6rem;
}
.top-menu .wrap ul {
	margin-bottom: 6rem;
}
.top-menu .wrap ul li:not(:last-child) {
	margin-bottom: 0.6rem;
}
.top-menu .wrap ul li::before {
	content: "●";
}
@media screen and (max-width: 768px) {
	.top-menu .wrap {
		display: block;
	}
	.top-menu .wrap > * {
		width: 100%;
	}
	.top-menu .wrap > div {
		padding: 2.5rem 0 0 0;
	}
	.top-menu .wrap ul {
		margin-bottom: 4rem;
	}
}
/* ---- ul ---- */
.top-menu > ul {
	width: 85%;
	margin: 0 auto;
}
.top-menu > ul li:not(:last-child) {
	margin-bottom: 4rem;
}
.top-menu > ul li {
	background: linear-gradient(to right, #fff, transparent);
	padding: 4rem 7.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.top-menu > ul li > figure {
	width: 50%;
}
.top-menu > ul li > div {
	width: 40%;
}
.top-menu > ul li:nth-child(even) {
	background: linear-gradient(to left, #fff, transparent);
	flex-direction: row;
}
.top-menu > ul p {
	margin: 2.5rem 0 3rem 0;
}
.top-menu > ul h3 {
	display: flex;
	flex-direction: column;
	line-height: 1;
	font-weight: normal;
}
.top-menu > ul h3 .en {
	font-size: 8.8rem;
	font-family: var(--font-alex);
	color: var(--prime);
	opacity: 0.25;
}
.top-menu > ul h3 .jp {
	color: var(--brown);
	font-weight: 500;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	margin-top: -1rem;
}
.top-menu > ul h3 .jp::before {
	content: "";
	width: 4rem;
	height: 0.1rem;
	background: var(--brown);
	margin-top: 0.2rem;
	margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
	.top-menu > ul {
		width: 100%;
	}
	.top-menu > ul li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.top-menu > ul li {
		background: linear-gradient(to right, #fff, transparent);
		padding: 3rem;
		display: block;
	}
	.top-menu > ul li > figure {
		width: 100%;
		margin-bottom: 1rem;
	}
	.top-menu > ul li > div {
		width: 100%;
	}
	.top-menu > ul h3 .en {
		font-size: 8rem;
	}
}



/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
	padding: 8rem 0;
	background: url(../img/top-bg-3.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 8rem 0;
	}
}
/* ---- slider ---- */
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
	height: 180px;
}
#loopslider ul li {
	width: 180px;
}
@media screen and (max-width: 768px) {
	#loopslider,
	#loopslider ul,
	#loopslider ul li,
	#loopslider img {
		height: 160px;
	}
	#loopslider ul li {
		width: 160px;
	}
}
#loopslider img {
	object-fit: cover;
}
#loopslider {
	margin: 0 auto 4rem auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}
#loopslider ul {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#loopslider ul li {
	display: inline;
	float: left;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}



/* -------------------------------------------

staf

------------------------------------------- */
.top-staff {
	padding: 8rem 0;
	background: url(../img/top-bg-4.jpg) no-repeat right top;
	background-size: 50% auto;
}
@media screen and (max-width: 768px) {
	.top-staff {
		padding: 10rem 3rem;
		background-size: 80% auto;
	}
}
/* ---- ul ---- */
.staff-list {
	width: 85%;
	margin: 0 auto 4rem auto;
	display: flex;
	flex-wrap: wrap;
}
.container .staff-list {
	width: 100%;
}
.staff-list li {
	width: 28%;
	margin-right: 8%;
}
.staff-list li:nth-child(3n) {
	margin-right: 0;
}
.staff-list li:nth-child(n + 4) {
	margin-top: 4rem;
}
.staff-list dt {
	color: var(--brown);
	text-align: center;
	margin: 1rem 0 0.5rem 0;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.staff-list dd {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.staff-list {
		width: 100%;
		display: block;
	}
	.staff-list li {
		width: 100%;
		margin-right: 0;
	}
	.staff-list li:not(:last-child) {
		margin-bottom: 4rem;
	}
	.staff-list dt {
		font-size: 2rem;
	}
}



/* -------------------------------------------

blog

------------------------------------------- */
.top-blog {
	background: url(../img/top-bg-5.jpg) no-repeat center / cover;
	padding: 10rem 0;
}
@media screen and (max-width: 768px) {
	.top-blog {
		padding: 10rem 3rem;
	}
}
.top-blog .more {
	margin: 4rem auto 0 auto;
}



/* -------------------------------------------

blog CMS

------------------------------------------- */
.topNews_list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    list-style: none;
}
.topNews_item {
    display: inline-block;
    width: calc(33.33333333333% - 3rem * 2/3);
}
.topNews_image {
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    padding: 35%;
    aspect-ratio: 1/1;
}
.topNews_image img,
.topNews_image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: .2s;
}
.topNews_content {
    margin-top: 1.5rem; 
}
.topNews_date {
    font-size: 1.2rem;
    width: fit-content;
    color: var(--prime);
}
.topNews_btn {
    display: flex;
    justify-content: center;
    margin: auto;
}
.news_link {
    font-weight: 500;
}
@media screen and (max-width: 767px) {
.topNews_list {
    flex-direction: column;
        margin-bottom: 32px;
    }
    .topNews_item {
        width: 100%;
    }
}
/* ---- news index ---- */
.news_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
.news_item {
    display: flex;
    gap: 1.2rem;
    cursor: pointer;
}
.news_item:hover {
    opacity: 0.5;
}
.news_image {
    position: relative;
    width: 50%;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.news_image img,
.news_image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: .2s;
    object-fit: cover;
}
.news_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}
.news_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.2rem;
}
.news_caption {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.news_date {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 0;
    align-self: flex-end;
}
.news_day {
    font-size: 2rem;
    text-align: right;
}
.news_month {
    font-size: 1.2rem;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 3rem;
}
.pagination-number,
.pagination-arrow {
    font-size: 1.6rem;
    padding: 8px 12px;
}
.pagination-number.active {
    background-color: orange;
    color: white;
    cursor: default;
}
.pagination-no-number {
    align-self: center;
}
@media screen and (max-width: 767px) {
    .news_container {
        grid-template-columns: 1fr;
    }
    .news_item {
        flex-direction: column;
    }
    .news_image {
        width: 100%;
    }
    .news_content {
        width: calc(100% - 24px);
    }
}
/* ---- blog detail ---- */
.blogdetail_image img,
.blogdetail_image video {
    width: 100%;
    height: auto;
}
.blogdetail_content {
    margin-top: 3rem;
    font-size: 1.8rem;
}
.blogdetail_back-link {
    margin-top: 4rem;
    text-align: center;
}
.blogdetail_back-link a {
    color: var(--prime);
    position: relative;
    padding: 1rem 4rem;
}
.blogdetail_caption{
    white-space: pre-wrap; 
}



/* -------------------------------------------

other

------------------------------------------- */
.top-other {
	display: flex;
}
.top-other > * {
	width: 50%;
}
@media screen and (max-width: 768px) {
	.top-other {
		display: block;
	}
	.top-other > * {
		width: 100%;
	}
}
.top-other > * a {
	color: #fff;
	position: relative;
	width: 100%;
	height: 38rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.top-other > * a {
		height: 30rem;
	}
}
.top-other > * a::before {
	content: "";
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	box-sizing: border-box;
	position: absolute;
	left: 1rem;
	top: 1rem;
	border: solid 0.1rem #fff;
}
.top-other > *:nth-of-type(1) a {
	background: url(../img/top-bg-6.jpg) no-repeat center / cover;
}
.top-other > *:nth-of-type(2) a {
	background: url(../img/top-bg-7.jpg) no-repeat center / cover;
}
.top-other .en {
	font-family: var(--font-alex);
	font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
	
}



/* -------------------------------------------

access

------------------------------------------- */
.top-access {
	padding: 10rem 0;
	background: url(../img/top-bg-8.jpg) no-repeat left top;
	background-size: 50% auto;
}
/* ---- wrap ---- */
.top-access .wrap {
	margin-top: 10rem;
	display: flex;
	justify-content: space-between;
}
.top-access .wrap > * {
	width: 47%;
}
.top-access .wrap > div {
	padding-right: 10rem;
}
.top-access dl {
	margin-bottom: 3rem;
}
.top-access dt {
	margin-bottom: 0.3rem;
}
.top-access dt::before {
	content: "●";
}
.top-access dd:not(:last-of-type) {
	margin-bottom: 2rem;
}
.top-access .more {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.top-access .wrap {
		margin-top: 3rem;
		padding: 0 3rem;
		display: block;
	}
	.top-access .wrap > * {
		width: 100%;
	}
	.top-access .wrap > div {
		padding-right: 0;
		margin-top: 2rem;
	}
	.top-access .more {
		margin: 0 auto;
	}
}



/* -------------------------------------------

contact

------------------------------------------- */
.top-contact {
	background: url(../img/top-bg-9.jpg) no-repeat center / cover;
	padding: 6rem 0;
}
@media screen and (max-width: 768px) {
	.top-contact {
		padding: 6rem 3rem;
	}
}
/* ---- a ---- */
.top-contact a {
	display: block;
	color: #fff;
	width: 64rem;
	margin: 0 auto;
	position: relative;
	padding: 1rem;
}
@media screen and (max-width: 768px) {
	.top-contact a {
		width: 100%;
	}
}
.top-contact a::before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--prime);
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.8;
}
.top-contact a > div {
	position: relative;
	z-index: 10;
	border: solid 0.1rem #fff;
	background: 
		url(../img/deco-1.png) no-repeat left top,
		url(../img/deco-2.png) no-repeat right top,
		url(../img/deco-3.png) no-repeat left bottom,
		url(../img/deco-4.png) no-repeat right bottom;
	background-size: 5rem auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 17rem;
	line-height: 1;
}
.top-contact a > div .en {
	font-family: var(--font-alex);
	font-size: 6.4rem;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.top-contact a > div .en::after {
	content: "";
	width: 4.5rem;
	height: 0.1rem;
	background: #fff;
	margin: 1rem 0 2.5rem 0;
}
@media screen and (max-width: 768px) {
	
}



/* -------------------------------------------

concept

------------------------------------------- */
.concept h3 {
	text-align: center;
	font-size: 2.6rem;
}
.concept figure {
	width: 48rem;
	margin: 0 auto 3rem auto;
}
.concept figure img {
	border-radius: 6rem 0 6rem 0;
}
.concept p {
	text-align: center;
	font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
	.concept h3 {
		text-align: left;
		font-size: 2.2rem;
	}
	.concept figure {
		width: 100%;
	}
	.concept p {
		text-align: left;
	}
}



/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 2rem;
	background: #f7f2ec;
    width: 70%;
	color: var(--brown);
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
	color: var(--brown);
    appearance: none;
	background: #f7f2ec;
    border: none;
    width: 70%;
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 1.2rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
    width: calc(100% - 18px);
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block;
        width: 100%;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
    .CMS-FORM-RADIO > div label {
        width: calc(100% - 24px);
    }
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgba(245,245,245,1);
    border: solid 1px #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--prime);
    color: #fff;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: var(--prime);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.2rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
}
/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
    background: #fff;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
	background: #fafafa;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}



/* -------------------------------------------

staff

------------------------------------------- */
.img-wrap {
	display: flex;
	justify-content: space-between;
}
.img-wrap figure {
	width: 31%;
}

@media screen and (max-width: 768px) {
	.img-wrap {
		display: block;
	}
	.img-wrap figure {
		width: 100%;
	}
	.img-wrap figure:not(:last-of-type) {
		margin-bottom: 1rem;
	}
}