@charset "UTF-8";



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

kv

----------------------------------------------------------  */
.top-kv {
	position: relative;
}
.top-kv .wrap {
	position: absolute;
	left: 0;
	bottom: -9.75rem;
}
.top-kv-slider > * {
	height: 72rem;
}
.top-kv-slider > *:nth-of-type(1) {
	background: url(../img/top-kv-1.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(2) {
	background: url(../img/top-kv-2.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(3) {
	background: url(../img/top-kv-3.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(4) {
	background: url(../img/top-kv-4.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
	.top-kv-slider > * {
		height: 48rem;
	}
	.top-kv .wrap {
		position: absolute;
		left: 0;
		bottom: -1.5rem;
	}	
}



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

news

----------------------------------------------------------  */
.top-news {
	margin-top: -0.1rem;
    padding: 12rem 0 18rem 0;
	background: url(../img/wave-1.png) no-repeat center bottom;
	background-size: 100% auto;
	position: relative;
	color: #fff;
}
.top-news .CMS-NEWS-INDEX a {
	color: #fff;
}
.top-news::before {
	content: "";
	width: 100%;
	height: 80%;
	background: var(--blue-1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.top-news::after {
	content: "";
	width: 100%;
	height: 20%;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.top-news .more-wrap {
		position: relative;
}

.top-news .more-wrap::before {
	content: "";
	background: url(../img/deco-news.png) no-repeat center top / contain;
	width: 26rem;
	height: 26rem;
	/* aspect-ratio: 293/95; */
	position: absolute;
	top: -2rem;
	right: -8rem;
}

.top-news .wrap > div:nth-of-type(1) {
	width: 25%;
}
.top-news .wrap > div:nth-of-type(2) {
	width: 75%;
}
.top-news .more {
	margin-left: auto;
}
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}
/* CMS-NEWS */
/* .CMS-NEWS-INDEX {
    position: relative;
    padding-bottom: 10rem;
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: flex;
	align-items: center;
    padding: 0.8rem 0;
	font-weight: bold;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
.CMS-NEWS-TIME {
    font-size: 1.2rem;
    width: 20%;
}
.CMS-NEWS-LINK {
    width: 80%; 
}
.CMS-NEWS-MORE-READ {
    background: var(--blue-1);
    border:none;
    text-align: center;
    padding: 1.6rem 0 1.7rem 0;
    font-size: 1.4rem;
    color: #fff !important;
    text-align: center;
    width: 28rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
	font-weight: 900;
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0,0,0,0.2);
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}
.CMS-NEWS-TITLE:after {
    border-bottom: solid 4px var(--blue-1);
    bottom: -4px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT img {
    width: 70%;
    height: auto;
    display: block;
    margin: 4rem auto;
} */
@media screen and (max-width: 768px) {
	.top-news {
		padding: 8rem 3rem 10rem 3rem;
	}
	.top-news::before {
		height: 97%;
	}
	.top-news::after {
		height: 6.3%;
	}
	.top-news .wrap {
		display: block;
		margin-bottom: 2rem;
	}
	.top-news .wrap > div:nth-of-type(1) {
		width: 100%;
	}
	.top-news .wrap > div:nth-of-type(2) {
		width: 100%;
	}
	.top-news .more-wrap::before {
		content: none;
	}
	.top-news .more {
		margin: 0 auto;
	}
	/* .CMS-NEWS-ITEM a {
        display: block;
		padding: 1.2rem 0;
    }
    .CMS-NEWS-TIME {
        width: 100%;
    }
    .CMS-NEWS-LINK {
        width: 100%;    
    }   
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
    .CMS-NEWS-INDEX > * img {
        height: auto;
    } */
}

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

news

----------------------------------------------------------  */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 3rem;
    margin-top: 5.0rem;
    margin-bottom: 2rem;
    padding: 0 5.5%;
	min-height: 3rem;
}
.CMS-NEWS-INDEX {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 8rem;
    position: relative;
    margin-bottom: 8rem;
    position: relative;
}
.CMS-NEWS-INDEX::after {
    content: "";
    width: 31.5%;
    margin-bottom: 2rem;
}

.CMS-NEWS-INDEX > * {
    width: 31.5%;
    margin-bottom: 5rem;
}
.top-news .CMS-NEWS-INDEX > * {
    margin-bottom: 0;
}
.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;    
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
.CMS-NEWS-TIME {
    font-size: 1.2rem;
    margin: 2rem 0 0.6rem 0;
    line-height: 1;
	color: #000;
    border-bottom: 0.1rem solid #000;
    padding-bottom: 1rem;
}
.CMS-NEWS-LINK {
    font-size: 1.4rem;
    line-height: 1.6;
	color: #000;
}
.CMS-NEWS-INDEX > * img {
    height: 16.5rem;
    width: 100%;
    object-fit: cover;  
}
.top-news .CMS-NEWS-TIME {
	color: #fff;
    border-bottom: 0.1rem solid #fff;
}
.top-news .CMS-NEWS-LINK {
	color: #fff;
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: #ac854f;
    border:none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 1.8rem 0;
    font-size: 1.5rem;
    font-weight: bold;
	/* font-weight: bold; */
    color: #fff;
    text-align: center;
    /* margin: 4rem auto 0 auto; */
    width: 22rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}

/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0,0,0,0.2);
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}
.CMS-NEWS-TITLE:after {
    border-bottom: solid 3px var(--red);
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 2rem auto;
}

@media screen and (max-width: 768px) {
    .top-news .CMS-NEWS-INDEX {
        margin-top: 4.5rem;
        margin-bottom: 5rem;
    }    
    .CMS-NEWS-INDEX {
        display: block;
        margin-bottom: -4rem;
        padding-bottom: 12rem;
    }
    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem;        
    }
    .top-news .CMS-NEWS-INDEX > * {
        margin-bottom: 4rem;
    }    
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
}



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

concept

----------------------------------------------------------  */
.top-concept {
	background: 
	url(../img/deco-concept1.png) no-repeat left bottom 2rem / 50rem,
	url(../img/deco-concept2.png) no-repeat right 9rem bottom 7rem / 18.5rem,
	#fff;

	padding: 18.5rem 0 20rem;
}

.top-concept h2 {
	text-align: left;
}
.top-concept h2 img {
	width: 35rem;
	height: auto;
	margin: 0 auto 1.5rem auto;
}
.top-concept h3 {
	font-size: 2.15rem;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 2.5rem;
}
.top-concept p {
	line-height: 2.0;
	margin-bottom: 5rem;
}

.top-concept ul {
	margin-bottom: 2rem;
}
.top-concept ul li {
	display: flex;
	padding-left: calc((100% - 88rem) / 2);
	padding-left: 0;
	padding-right: calc((100% - 95rem) / 2);
	align-items: center;
}
.top-concept ul li > figure {
	width: 58%;
	margin-top: -15rem;
}
.top-concept ul li > div {
	width: 42%;
}
.top-concept ul li:nth-child(1) > div {
	padding-left: 5rem;
}
.top-concept ul li:nth-child(2) > div {
	padding-right: 5rem;
}
.top-concept > figure {
	width: 92rem;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top-concept {
		background: #fff;
		padding: 6rem 3rem 10rem 3rem;
	}	
	.top-concept h2 {
		width: auto;
		margin: 0 auto 3rem auto;
	}
	.top-concept h2 img {
		margin: 3rem auto 1.5rem auto;
	}
	.top-concept ul {
		margin-bottom: 3rem;
	}
	.top-concept ul li {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	.top-concept ul li:not(:last-child) {
		margin-bottom: 4rem;
	}
	.top-concept ul li > * {
		margin-top: 0 !important;
		width: 100% !important;
	}
	.top-concept ul li figure {
		margin-bottom: 2rem;
	}
	.top-concept ul li:nth-child(1) > div {
		padding-left: 0;
		padding-bottom: 7rem;
	}
	.top-concept ul li:nth-child(2) > div {
		padding-right: 0;
		padding-bottom: 7rem;
	}
	.top-concept > figure {
		width: auto;
	}	
}



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

parallax

----------------------------------------------------------  */
.bg-parallax {
    height: 56rem;
	background: 
		url(../img/wave-2.png) no-repeat left top,
		url(../img/wave-3.png) no-repeat left bottom;
	background-size: 100% auto;
}
.bg-parallax::before {
    content: "";
    background: url(../img/bg-pa.jpg) no-repeat center / cover;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -2;
}
.bg-parallax > div {
	position: relative;
}
@media screen and (max-width: 768px) {
	.bg-parallax {
		height: 36rem;
	}
}




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

menu

----------------------------------------------------------  */
.top-menu {
	background: var(--blue-1);
	padding: 0rem 0 25rem 0;
	color: #fff;
	position: relative;
}
.top-menu::before {
	content: "";
	width: 100%;
	height: 50rem;
	background: url(../img/wave-3.png) no-repeat center top;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -15rem;
	z-index: 12;
}

.top-menu h2 {
	font-size: 12.6rem;
	font-family: "Montserrat", sans-serif;
	position: relative;
	z-index: 99;
	width: 88rem;
	margin: 0 auto 3rem;
}

.top-menu .wrap {
	display: flex;
	/* align-items: center; */
	position: relative;
	z-index: 99;
	flex-direction: row-reverse;
	gap: 5rem; 
}
.top-menu .wrap:nth-of-type(2) {
	margin-top: 5rem;
	margin-bottom: 5rem;
	flex-direction: row;    
}
.top-menu .wrap > figure {
	width: 52%;
}
.top-menu .wrap > div {
	width: 48%;
}
.top-menu__img {
	width: 52rem;
	margin-right: -8rem;
	margin-top: -2rem;
}
.top-menu__deco {
	font-family: "Montserrat", sans-serif;
	font-size: 5rem;
	color: #fff0d2;
	margin-bottom: 0.5rem;
}
.top-menu .wrap h3 {
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.9;
	margin-bottom: 1.7rem;
}
.top-menu .wrap p {
	margin-bottom: 3rem;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.top-menu {
		padding: 0rem 3rem 20rem 3rem;
	}
	.top-menu::before {
		content: "";
		width: 100%;
		height: 50rem;
		background: url(../img/wave-3.png) no-repeat center top;
		background-size: 100%;
		position: absolute;
		left: 0;
		top: -15rem;
		z-index: 12;
	}
	.top-menu h2 {
		font-size: 7rem;
		width: 100%;
		margin: 0 auto 0rem;
		text-align: center;
	}
	.top-menu .wrap {
		display: block;
	}
	.top-menu .wrap > * {
		width: 100% !important;
	}
	.top-menu .wrap > figure {
		margin-bottom: 1rem;
	}
	.top-menu .wrap > div {
		padding-left: 0;
	}
	.top-menu .wrap:nth-of-type(2) {
		margin-top: 6rem;
		margin-bottom: 6rem;
		flex-direction: row;    
	}
	.top-menu__img {
		width: 100%;
		margin-right: 0rem;
		margin-top: 0rem;
	}
	.top-menu .more {
		margin: 0 auto;
		position: relative;
		z-index: 99;
	}
	.top-menu figure {
		margin-bottom: 3rem;
	}
}



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

gallery

----------------------------------------------------------  */
.top-gallery {
	background: #fff;
	position: relative;
	padding: 10rem 0 15rem;
	background: url(../img/back-gallery.png) no-repeat center top / cover;
	margin-top: -15rem;
}
.top-gallery::before {
	content: "";
	background: url(../img/deco-gallery.png) no-repeat center top / contain;
	width: 25rem;
	height: 28rem;
	/* aspect-ratio: 293/95; */
	position: absolute;
	top: -6.3rem;
	right: 0;
}

.top-gallery .ttl-wrap {
	width: 88rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 12rem;
}
.top-gallery h2 {
	margin-bottom: 0;
	padding-top: 0.6rem;
}
/* .top-gallery .more-wrap {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 12rem;
	padding-right: calc((100% - 88rem) / 2);
} */
.top-gallery ul {
	display: flex;
	flex-wrap: wrap;
	padding: 6rem 0;
	justify-content: space-between;
	gap: 0.9rem 0;
}
.top-gallery li {
	flex-basis: 24.4%;
}
@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 7rem 0 15rem;
	}
	.top-gallery::before {
		content: "";
		width: 10rem;
		height: 15rem;
		position: absolute;
		top: -3rem;
		right: 0;
	}
	.top-gallery .ttl-wrap {
		width: auto;
		justify-content: center;
		height: auto;
	}
	.top-gallery h2 {
		margin-bottom: 3rem;
		padding-top: 0;
	}
	.top-gallery .more-wrap {
		position: relative;
		width: 100%;
		justify-content: center;
		height: auto;
		padding-right: 0;
		margin-top: 3rem;
	}
	.top-gallery ul {
		display: flex;
		flex-wrap: wrap;
		padding: 3rem 0 6rem;
		justify-content: space-between;
		gap: 0.9rem 0;
	}
	.top-gallery li {
		flex-basis: 49.4%;
	}

}
@media screen and (max-width: 540px) {
	.top-gallery li {
		flex-basis: 49.2%;
	}
}
@media screen and (max-width: 414px) {
	.top-gallery li {
		flex-basis: 49%;
	}
}


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

access

----------------------------------------------------------  */
.top-access {
	margin-top: -7.5rem;
	padding: 11rem 0 13rem 0;
	background: url(../img/back-access.png) no-repeat center top / cover;
	position: relative;
	z-index: 100;
}
.top-access::before {
	content: "";
	background: url(../img/deco-access1.png) no-repeat center top / contain;
	width: 23.5rem;
	height: 23.5rem;
	/* aspect-ratio: 293/95; */
	position: absolute;
	top: -2rem;
	left: 7rem;
}
.top-access::after {
	content: "";
	background: url(../img/deco-access2.png) no-repeat center top / contain;
	width: 100%;
	height: 16rem;
	/* aspect-ratio: 293/95; */
	position: absolute;
	bottom: -0.3rem;
	left: 0;
}

.top-access .top-access__flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 8rem;
	margin-bottom: 7rem;
}
.top-access > div > div:nth-of-type(1) {
	width: 52%;
	padding-right: 12rem;
}
.top-access div  > div:nth-of-type(2) {
	width: 48%;
}
.top-access div  > div:nth-of-type(2) figure {
	width: 90%;
}
.top-access .gmap {
	width: 85%;
	margin-left: auto;
}
.top-access .gmap iframe {
	height: 28rem;
}
.top-access div  > div:nth-of-type(2) > div:nth-of-type(1) {
	margin: 2.5rem 0;
}
.top-access .more {
	margin: 0 auto;
	position: relative;
	z-index: 20;
}
.top-access dl {
	margin-bottom: 3rem;
}
.top-access dl.detail dt {
	border: none;
	font-weight: normal;
	color: #0084b3;
	padding: 2.5rem 1.5rem;
}
.top-access dl.detail dd {
	border: none;
	position: relative;
	padding: 2.5rem 1.5rem;
}
.top-access .detail dd:not(:last-of-type):after {
	content: "";
	position: absolute;
	left: -12rem;               /* dtの幅分だけ左へ */
	bottom: -1rem;
	width: calc(100% + 12rem);  /* dt + dd の合計幅 */
	height: 1rem;                /* 下線画像の高さ */
	background-image: url("../img/line.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 768px) {
	.top-access {
		padding: 6rem 3rem 6rem 3rem;
		display: block;
	}
	.top-access .top-access__flex {
		display: flex;
		flex-direction: column-reverse;            
		justify-content: space-between;
		margin-top: 4rem;
		margin-bottom: 0rem;
	}
	.top-access div  > div:nth-of-type(1) {
		width: 100%;
		padding-right: 0;
		margin-bottom: 0rem;
	}
	.top-access div  > div:nth-of-type(2) {
		width: 100%;
	}
	.top-access div  > div:nth-of-type(2) figure {
		width: 100%;
	}
	.top-access .gmap {
		width: 100%;
		margin-left: auto;
	}
	.top-access .gmap iframe {
		height: 28rem;
	}
	.top-access div  > div:nth-of-type(2) > div:nth-of-type(1) {
		margin: 2.5rem 0;
	}
	.top-access .more {
		margin: 0 auto;
	}
	.top-access dl {
		margin-bottom: 2rem;
	}
	.top-access dl.detail dt {
		border: none;
		font-weight: normal;
		color: #0084b3;
		padding: 2.5rem 1.5rem 0;
	}
	.top-access dl.detail dd {
		border: none;
		position: relative;
		padding: 1.5rem 1.5rem 2.5rem;
	}
	.top-access .detail dd:not(:last-of-type):after {
		content: "";
		position: absolute;
		left: 0rem;               /* dtの幅分だけ左へ */
		bottom: -1rem;
		width: 100%;  /* dt + dd の合計幅 */
		height: 1rem;                /* 下線画像の高さ */
		background-image: url("../img/line.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.top-access::before {
		width: 10.5rem;
		height: 10.5rem;
		top: -2rem;
		left: 3rem;
	}
	.top-access::after {
		width: 100%;
		height: 6rem;
		bottom: -0.3rem;
		left: 0;
	}
}



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

shop

----------------------------------------------------------  */
.top-shop {
	background: url(../img/wave-4.png) no-repeat center bottom;
	background-color: var(--blue-1);
	background-size: 100% auto;
	color: #fff;
	padding: 2rem 0 12rem 0;
}
.top-shop p {
	padding-right: 50%;
	margin-bottom: 3rem;
}
.top-shop ul {
	display: flex;
	width: 76rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.top-shop ul li {
	width: 46%;
}
.top-shop ul li:nth-child(2) {
	margin-top: -18rem;
}
.top-shop ul figure {
	margin-bottom: 2rem;
}
.top-shop ul a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}
.top-shop ul a span:nth-child(1) {
	font-weight: 900;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.top-shop ul a span:nth-child(1)::after {
	content: "";
	width: 17rem;
	height: 0.6rem;
	background: #fff;
	margin: 0.8rem 0;
}
.top-shop ul a span:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	/* font-family: var(--font-mplus); */
	font-weight: 900;
}
.top-shop ul a span:nth-child(2)::after {
	content: "";
	width: 2rem;
	height: 2rem;
	background: url(../img/arrow-wt.png) no-repeat center;
	background-size: 2rem auto;
	margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
	.top-shop {
		background: url(../img/wave-4.png) no-repeat center bottom;
		background-color: var(--blue-1);
		background-size: 100% auto;
		color: #fff;
		padding: 4rem 3rem 12rem 3rem;
	}
	.top-shop p {
		padding-right: 0;
		margin-bottom: 2rem;
	}
	.top-shop ul {
		display: block;
		width: auto;
	}
	.top-shop ul li {
		width: 100%;
	}
	.top-shop ul li:nth-child(2) {
		margin-top: 4rem;
	}
}



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

instagram

----------------------------------------------------------  */
.top-insta {
	padding: 8.7rem 0 13.5rem 0;
	background: #fff;
	background: url(../img/back-insta.jpg) no-repeat center top / cover;
}
.top-insta .ttl-wrap {
	width: 80rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}
.top-insta .wrap {
	width: 80rem;
	margin: 5rem auto 0;
}
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.CMS-INSTAGRAM-LIST > * {
    width: calc((100% - 2rem) / 3);
    margin-right: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}
@media screen and (max-width: 768px) {
	.top-insta {
		padding: 6rem 0;
	}
	.top-insta .ttl-wrap {
		width: auto;
		justify-content: center;
	}
	.top-insta .wrap {
		width: auto;
		padding: 0 3rem;
	}
}





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

gallery low

----------------------------------------------------------  */
.gallery-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: center;
	width: 90%;
	margin: 8rem auto;
}	
.gallery-list li {
	margin: 0 1rem 2rem 1rem;
}
.gallery-list img {	
	border-radius: 50%;
	height: 11vw;
	width: 11vw;
	object-fit: cover;	
}
.gallery-list span {	
	display: block;
	font-size: 1.2rem;
	line-height: 1.7;
	margin: 1.2rem 0 0 0;
	text-align: center;
	width: 11vw;
}
@media screen and (max-width: 768px) {
	.gallery-list {
		margin: 4rem auto;
		width: 95%;
	}	
	.gallery-list li {
		margin: 0 0.5rem 1.5rem 0.5rem;
	}	
	.gallery-list img {	
		width: 17vw;
		height: 17vw;
	}
	.gallery-list span {	
		font-size: 1rem;
		margin: 1rem auto 0 auto;
		width: 16vw;
	}
}



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

menu

----------------------------------------------------------  */
/* lcmenu */
ul.lcmenu {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
	justify-content: space-between;
}
ul.lcmenu li {
	width: 48%;
	text-align: center;
	margin-bottom: 2%;
}
ul.lcmenu li a {
	display: block;
	padding: 1.6rem 0 1.8rem 0;
	background: #fff;	
	border: 0.2rem solid var(--blue-1);
	white-space: nowrap;
	font-weight: bold;
	color: var(--blue-1);
}
ul.lcmenu li.current a {
	/* color: #fff; */
	background: var(--blue-1);
	color: #fff;
}
@media screen and (max-width: 768px) {
	ul.lcmenu li {
		width: 49%;
	}
	ul.lcmenu li a {
		padding: 1.2rem 0 1.3rem 0;
	}	
}

/* menu list */
dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var + dd {
	border-bottom: solid 1px rgba(0,0,0,0.2); /* メニュー下線カラー */
}
dl.menu-list dt:first-child,
dl.menu-list dt:first-child + dd {
	border-top: solid 1px rgba(0,0,0,0.2); /* メニュー上線カラー */
}
dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd) + dd{
	background:rgba(0,0,0,0.04); /* メニュー背景色 */
}
dl.menu-list dt.var + dd dl dt:nth-of-type(odd){
	background: none !important;
}
dl.menu-list dt.var + dd dl dt:nth-of-type(odd) + dd{
	background: none !important;
}
dl.menu-list {
	display: flex;
	flex-wrap: wrap;
}
dl.menu-list dt {
	padding: 1.5rem;
	width: 70%;
}
dl.menu-list dt span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}
dl.menu-list dd {
	padding: 1.5rem;
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}
dl.menu-list dt.thumb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
dl.menu-list dt.thumb i:first-of-type {
	width: 16rem;
	display: block;
}
dl.menu-list dt.thumb i:last-of-type {
	width: calc(100% - 18rem);
}
@media screen and (max-width: 768px) {
	dl.menu-list {
		display: block;
	}
	dl.menu-list dt {
		width: 100%;
		border-bottom: none;
		padding: 1.5rem 1.5rem 0 1.5rem;		
	}
	dl.menu-list dd {
		width: 100%;
		border-top: none;
		padding: 0 1.5rem 1.5rem 1.5rem;				
	}
	dl.menu-list dt:first-child + dd {
		border-top: none;
	}
	dl.menu-list dt.thumb {
		display: block;
	}
	dl.menu-list dt.thumb i:first-of-type {
		width: 100%;
		margin: 0.5rem auto 1.5rem auto;
	}
	dl.menu-list dt.thumb i:last-of-type {
		width: 100%;
	}	
}