@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');



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

base

------------------------------------------- */
:root {
	--bg-beige: #FFF9F3;
	--color: ;
	--prime: #C29500;
	--font-lora: "Lora", serif;
}
body {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.3rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
}
/* ---- link ---- */
a {
	color: #000;
}



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

header

------------------------------------------- */
header {
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	padding: 1.5rem 0 0 8rem;
}
@media screen and (max-width: 768px) {
	header {
		align-items: center;
		height: 10rem;
		padding: 0 0 0 1.7rem;
	}
}
/* ---- h1 ---- */
header h1 {
	width: 8rem;
	line-height: 1;
	position: absolute;
	z-index: 999;
}
@media screen and (max-width: 768px) {
	header h1 {
		width: 5rem;
	}	
}



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

nav

------------------------------------------- */
.gnav {
	position: absolute;
	right: 0;
	top: 1.5rem;
	z-index: 99;	
	width: 100%;
	display: flex;
}
.gnav-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	width: 100%;
	padding-right: 5rem;
}
.gnav-menu > li {
	white-space: nowrap;
	letter-spacing: 0.08em;
	display: flex;
	align-items: center;
	height: 6rem;
}
.gnav-menu > li:not(:last-child) {
	margin-right: 3rem;
}
.gnav-menu > li > a {
	display: flex;
	align-items: center;
	height: 4rem;
	color: #fff;
	position: relative;
}
.gnav-menu > li:not(:nth-child(3)) > a::after {
	content: "";
	background: #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -0.5rem;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: ease-in-out .3s;
}
.gnav-menu > li > a:hover::after {
	transform: scale(1,1);
}
.gnav-menu > li > a:hover {
	opacity: 1;  
	filter: alpha(opacity=100);  
}
.gnav-menu > li > a:hover {
	opacity: 1;
}
.gnav .mega-menu > a::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-bottom: 0.7rem solid #fff;
	position: absolute;
	left: calc(50% - 0.5rem);
	bottom: -1.05rem;	
	opacity: 0;
	transition: all .3s;
}
.gnav .mega-menu:hover > a::before {
	opacity: 1;
}
.gnav .mega-menu > div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 6rem;
	z-index: 10;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7rem;
	transition: all .3s;
	opacity: 0;
	pointer-events: none;
}
.gnav .mega-menu:hover > div {
	opacity: 1;
	pointer-events: all;
}
.gnav .mega-menu > div ul {
	display: flex;
	justify-content: center;
}
.gnav .mega-menu > div ul li:not(:last-child) {
	margin-right: 3rem;
}
.gnav .mega-menu > div ul a {
	display: flex;
	align-items: center;
}
.gnav .mega-menu > div ul a::before {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	border-right: solid 0.12rem #000;
	border-top: solid 0.12rem #000;
	transform: rotate(45deg);
	margin-right: 1.3rem;
}



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

footer

------------------------------------------- */
footer {
	background: url(../img/bg-footer.jpg) no-repeat center / cover;
}
footer > div {
	padding: 8rem 0 6rem 0;
}
@media screen and (max-width: 768px) {
	footer > div {
		padding: 8rem 3rem 6rem 3rem;
	}
}
/* ---- cv ---- */
.footer-cv {
	display: flex;
	justify-content: center;
	margin-bottom: 4rem;
}
.footer-cv li {
	background: #fff;
	width: 42rem;
	padding: 1rem;
}
.footer-cv li:not(:last-child) {
	margin-right: 4rem;
}
.footer-cv li a {
	border: solid 0.12rem #000;
	padding: 1.5rem 0 1rem 0;
	position: relative;
	display: block;
	text-decoration: none;
}
.footer-cv li a::before,
.footer-cv li a::after {
	content: "";
	width: 1rem;
	height: 1rem;
	background: #fff;
	position: absolute;
	z-index: 10;
	top: -0.2rem
}
.footer-cv li a::before {
	left: -0.2rem;
}
.footer-cv li a::after {
	right: -0.2rem;
}
.footer-cv li a > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.footer-cv li a > div::before,
.footer-cv li a > div::after {
	content: "";
	width: 1rem;
	height: 1rem;
	background: #fff;
	position: absolute;
	z-index: 10;
	bottom: -1.2rem
}
.footer-cv li a > div::before {
	left: -0.2rem;
}
.footer-cv li a > div::after {
	right: -0.2rem;
}
.footer-cv li a i {
	font-size: 1.6rem;
}
.footer-cv li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-lora);
	font-size: 3.6rem;
}
.footer-cv li a span img {
	width: auto;
	height: 3rem;
	margin-right: 2rem;
}
@media screen and (max-width: 768px) {
	.footer-cv {
		display: block;
	}
	.footer-cv li {
		width: 100%;
	}
	.footer-cv li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.footer-cv li a span {
		font-size: 3.4rem;
	}
	.footer-cv li a span img {
		margin-right: 1.5rem;
	}
}

/* ---- wrap ---- */
footer .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	footer .wrap {
		flex-direction: column;
		align-items: center;
	}
}
/* ---- logo --- */
footer .logo {
	width: 8rem;
	margin-right: 5rem;
}
@media screen and (max-width: 768px) {
	footer .logo {
		width: 10rem;
		margin-right: 0;
		margin-bottom: 2rem;
	}
}
/* ---- nav ---- */
footer nav {
	margin-top: 1rem;
}
footer nav > ul {
	display: flex;
	flex-wrap: wrap;
}
footer nav > ul > li:not(:last-child) {
	margin-right: 3rem;
}
footer nav > ul ul {
	margin-top: 1rem;
	font-size: 1.2rem;
}
footer nav > ul ul li {
	display: flex;
	align-items: center;
}
footer nav > ul ul li::before {
	content: "⚫︎";
	color: var(--prime);
	font-size: 0.6rem;
	margin-right: 0.5rem;
}
footer nav > ul ul li::marker {
	color: var(--prime);
}
footer nav > ul ul li:not(:last-child) {
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
	footer nav > ul > li {
		text-align: center;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	footer nav > ul > li:not(:last-child) {
		margin-bottom: 2rem;
	}
	footer nav > ul > li:not(:last-child) {
		margin-right: 0;
	}
	footer nav > ul ul {
		text-align: center;
		background: rgba(255,255,255,0.8);
		padding: 1.8rem 4rem;
		font-size: 1.3rem;
	}
}
/* ---- small ---- */
footer small {
	display: block;
	font-size: 1.2rem;
	text-align: center;
	background-color: #D0C9C1;
	color: #fff;
	padding: 1.5rem 0;
}



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

page-ttl

------------------------------------------- */
.page-ttl {
	background: url(../img/top-kv.jpg) no-repeat center / cover;
}
.mv-wedding {
	background: url(../img/mv-wedding.jpg) no-repeat center top / cover;
}
.mv-children {
	background: url(../img/mv-children.jpg) no-repeat center top / cover;
}
.mv-ceremony {
	background: url(../img/mv-ceremony.jpg) no-repeat center top / cover;
}
.mv-id {
	background: url(../img/mv-id.jpg) no-repeat center top / cover;
}
.mv-memorial {
	background: url(../img/mv-memorial.jpg) no-repeat center top -18rem / cover;
}
@media screen and (max-width: 768px) {
	.mv-memorial {
		background: url(../img/mv-memorial.jpg) no-repeat center top / cover;
	}
}
.page-ttl > div {
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32rem;
	padding-top: 4rem;
}
@media screen and (max-width: 768px) {
	.page-ttl > div {
		height: 28rem;
		padding-top: 6.5rem;
	}
}
/* ---- h2 ---- */
.page-ttl h2 {
	color:#fff;
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.page-ttl h2 span {
	font-size: 1.6rem;
	color: var(--prime);
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	.page-ttl h2 {
		font-size: 3rem;
		text-align: center;
		line-height: 1.3;
	}
}



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

layout

------------------------------------------- */
/* ---- base-width ---- */
.base-width {
	width: 88rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	.base-width {
		width: auto;
	}
}
/* ---- container ---- */
.container {
	margin: 8rem auto 10rem auto;
	width: 88rem;
}
@media screen and (max-width: 768px) {
	.container {
		margin: 6rem 3rem 8rem 3rem;
		width: auto;
	}
}
.container .wrap {
	display: flex;
	justify-content: space-between;
}
.container .wrap.reverse {
	flex-direction: row-reverse;
}
.container .wrap > figure {
	width: 35%;
}
.container .wrap > div {
	width: 62%;
}
@media screen and (max-width: 768px) {
	.container .wrap {
		display: block;
	}
	.container .wrap > figure {
		width: 100%;
		margin-bottom: 2rem;
	}
	.container .wrap > div {
		width: 100%;
	}
}
/* ---- page-top ---- */
#page-top {
    position: fixed;
	bottom: 1rem;
	right: 1rem;	
	z-index: 999;	
}
#page-top a {
	background: var(--prime);
	border-radius: 50%;
	color: #fff;	
	font-size: 1.6rem;
	width: 3.6rem;
	height: 3.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	padding-left: 0.1rem;
}
@media screen and (max-width: 768px) {

}



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

style

------------------------------------------- */
/* ---- heading ---- */
.heading-1 {
	line-height: 1;
	margin-bottom: 4rem;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	position: relative;
}
.heading-1 span {
	display: block
}
.heading-1 .jp {
	font-size: 3.6rem;
}
.heading-1 .en {
	color: var(--prime);
	font-family: var(--font-lora);
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 1.5rem;
}
.heading-1 i {
	display: block;
	font-size: 1.9rem;
	margin-bottom: 2.2rem;
}
.heading-1.center {
	align-items: center;
}
@media screen and (max-width: 768px) {
	.heading-1 .jp {
		font-size: 3.2rem;
	}
}
.heading-2 {
	display: flex;
	flex-direction: column;
	margin-bottom: 4rem;
}
.heading-2 .jp {
	font-size: 2.6rem;
}
.heading-2 .en {
	color: var(--prime);
	font-family: var(--font-lora);
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {

}
/* ---- more ---- */
.more {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border: solid 0.1rem #000;
	font-family: var(--font-lora);
	width: 14rem;
	height: 4rem;
	border-radius: 10rem;
	letter-spacing: 0.1em;
	padding-left: 0.3rem;
	padding-bottom: 0.12rem;
}	
.more:hover {
	opacity: 1;
	background: #000;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.more {
		margin: 0 auto;
	}
}
/* ---- ttl ---- */
.ttl {
	border-bottom: solid 1px rgba(0,0,0,0.3);
	font-size: 2.4rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
	letter-spacing: 0.1em;
}
.ttl i {
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
	margin-top: 0.5rem;
}
.ttl::first-letter {
	color: var(--prime);
}
.ttl:after {
	content: "";
	background: var(--prime);
	display: block;
	height: 3px;
	bottom: -3px;
	position: absolute;
	width: 25%;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.ttl:after {
		width: 40%;
	}	
}
/* ---- detail ---- */
dl.detail {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	dl.detail {
		display: block;
	}
}
dl.detail dt {
	padding: 2.5rem 0;
	width: 25%;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	dl.detail dt {
		display: flex;
		align-items: center;
		padding: 1.5rem 1.5rem 0.3rem 1.5rem;
		width: 100%;
	}
	dl.detail dt::before {
		content: "◆";
		color: var(--prime);
		font-size: 1.2rem;
		margin-right: 0.5rem;
	}	
}
dl.detail dd {
	padding: 2.5rem 0;
	width: 75%;
}
@media screen and (max-width: 768px) {
	dl.detail dd {
		padding: 0 1.5rem 1.5rem 1.5rem;
		width: 100%;
	}
}
dl.bk {
	border-top: 1px solid rgba(0,0,0,0.3);
}
dl.bk dt,
dl.bk dd {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
dl.wh dt,
dl.wh dd {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
@media screen and (max-width: 768px) {
	dl.bk dt {
		border-bottom: none;
	}
	dl.wh dt {
		border-bottom: none;
	}
}



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

hamburger

------------------------------------------- */
.gnav-sp {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .5s;
	z-index: -1;
	-webkit-overflow-scrolling: touch;
}
/* ---- wrap ---- */
.gnav-sp .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
/* ---- gnav-sp-menu ---- */
.gnav-sp-menu > li {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}
.gnav-sp-menu > li > a,
.gnav-sp li > div {
	display: block;
	padding: 1.5rem 0;
	white-space: nowrap;
}
.accordion-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.accordion-ttl i {
	font-size: 1rem;
	margin-left: 0.3rem;
	vertical-align: 0.25rem;
	transition: all .3s;
	color: var(--prime);
}
.accordion-ttl.open i {
	transform: rotate(-180deg);
}
.accordion-contents {
	margin-top: 1rem;
	font-size: 1.4rem;
}
.accordion-contents li:not(:last-child) {
	margin-bottom: 0.8rem;
}

/* ---- toggle ---- */
.toggle-btn {
	background: var(--prime);
	cursor: pointer;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	transition: all .5s;
	z-index: 100000;
}
.toggle-btn span {
	background: #fff;
	display: block;
	position: absolute;
	left: 2rem;
	width: 2rem;
	height: 0.2rem;
	transition: all .4s;
}
.toggle-btn span:nth-child(1) {
	top: 1.9rem;
}
.toggle-btn span:nth-child(2) {
	top: 2.7rem;
}
.toggle-btn span:nth-child(3) {
	top: 3.5rem;
}
/* ---- open ---- */
.open .gnav-sp {
	top: 0;
	opacity: 1;
	z-index: 99999;
}
.open .toggle-btn span:nth-child(1) {
	transform: translateY(0.8rem) rotate(-45deg);
}
.open .toggle-btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
	transform: translateY(-0.8rem) rotate(45deg);
}



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

class

------------------------------------------- */
/* ---- txt-vertical ---- */
.txt-vertical {
	writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
	.txt-vertical.not {
		writing-mode: horizontal-tb;
		white-space: normal;
	}
}
/* ---- list ---- */
ul.list-group li {
	margin-left: 2rem;
	list-style: disc;
}
ul.list-group li:not(:last-child) {
	margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
	ul.list-group li:not(:last-child) {
		margin-bottom: 1rem;
	}
}
/* ---- prepare ---- */
.prepare {
    font-size: 2rem;
	font-weight: bold;
	text-align: center;
    padding: 8rem 0;
}
/* ---- map ---- */
.gmap iframe {
	width: 100%;
	height: 40rem;
}
.gmap.grey iframe {
	filter: grayscale(100%);
}
/* ---- display ---- */
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
/* ---- margin ---- */
.mb-10 { margin-bottom: 1rem !important; }
.mb-15 { margin-bottom: 1.5rem !important; }
.mb-20 { margin-bottom: 2.0rem !important; }
.mb-25 { margin-bottom: 2.5rem !important; }
.mb-30 { margin-bottom: 3.0rem !important; }
.mb-35 { margin-bottom: 3.5rem !important; }
.mb-40 { margin-bottom: 4.0rem !important; }
.mb-45 { margin-bottom: 4.5rem !important; }
.mb-50 { margin-bottom: 5.0rem !important; }
.mb-55 { margin-bottom: 5.5rem !important; }
.mb-60 { margin-bottom: 6.0rem !important; }
.mb-65 { margin-bottom: 6.5rem !important; }
.mb-70 { margin-bottom: 7.0rem !important; }
.mb-75 { margin-bottom: 7.5rem !important; }
.mb-80 { margin-bottom: 8.0rem !important; }
.mb-85 { margin-bottom: 8.5rem !important; }
.mb-90 { margin-bottom: 9.0rem !important; }
.mb-95 { margin-bottom: 9.5rem !important; }
.mb-100	{ margin-bottom: 10.0rem !important; }



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

fade

------------------------------------------- */
.fade {
	opacity: 0;
	transform: translateY(2rem);
}
.fade.is-animation {
    animation: fade 0.5s ease;
    animation-fill-mode: both;
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.delay-1 { animation-delay: 0.1s !important; }
.delay-2 { animation-delay: 0.2s !important; }
.delay-3 { animation-delay: 0.3s !important; }
.delay-4 { animation-delay: 0.4s !important; }
.delay-5 { animation-delay: 0.5s !important; }



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

menu

------------------------------------------- */
/* ---- lcmenu ---- */
ul.lcmenu {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 4rem;
}
ul.lcmenu li {
	margin-bottom: 2%;
	text-align: center;
	width: 32%;
}
ul.lcmenu li a {
	background: #fff;	
	display: block;
	padding: 1.6rem 0 1.8rem 0;
	white-space: nowrap;
}
ul.lcmenu li.current a {
	background: var(--prime);	
	color: #fff;
}
@media screen and (max-width: 768px) {
	ul.lcmenu li {
		width: 49%;
	}
	ul.lcmenu li a {
		padding: 1.3rem 0 1.4rem 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;
}
@media screen and (max-width: 768px) {
	dl.menu-list {
		display: block;
	}
}
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 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1.5rem;
	text-align: right;
	width: 30%;
}
@media screen and (max-width: 768px) {
	dl.menu-list dt {
		width: 100%;
		border-bottom: none;
		padding: 1.5rem 1.5rem 0 1.5rem;		
	}
	dl.menu-list dt:first-child + dd {
		border-top: none;
	}
	dl.menu-list dd {
		width: 100%;
		border-top: none;
		padding: 0 1.5rem 1.5rem 1.5rem;				
	}
}
/* thumbnail */
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 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%;
	}	
}



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

gallery

------------------------------------------- */
.gallery-list {
	display: flex;
	flex-wrap: wrap;
}	
.gallery-list li {
	width: 21rem;
	margin-right: calc(3rem / 3);
}
.gallery-list li:nth-child(4n) {
	margin-right: 0;
}
.gallery-list li:nth-child(n + 5) {
	margin-top: calc(3rem / 3);
}
.gallery-list img {	
	height: 21rem;
	object-fit: cover;	
}
@media screen and (max-width: 768px) {
	.gallery-list li {
		width: 24%;
		margin-right: calc(4% / 3);
	}
	.gallery-list li:nth-child(n + 5) {
		margin-top: calc(4% / 3);
	}
	.gallery-list img {	
		height: 15rem;
		object-fit: cover;	
	}
}
@media screen and (max-width: 430px) {
	.gallery-list img {	
		height: 11rem;
	}
}
@media screen and (max-width: 414px) {
	.gallery-list img {	
		height: 8rem;
	}
}



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

news common

------------------------------------------- */
/* ---- CMS-NEWS-MORE-READ ---- */
.CMS-NEWS-MORE-READ {
	background: var(--prime);
    border: none;
	color: #fff !important;
    display: block;
	font-family: "Zen Old Mincho", serif;
    margin: 0 auto;
    padding: 1.4rem 0 1.6rem 0;
    width: 31%;
    text-align: center;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
	font-size: 1.4rem;
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
@media screen and (max-width: 768px) {
	.CMS-NEWS-MORE-READ {
		width: 100%;
	}
}
/* ---- newsdetail ---- */
/* CMS-NEWS-TITLE */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0,0,0,0.3);
    font-size: 2.2rem;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}
.CMS-NEWS-TITLE::first-letter {
	color: var(--prime);
}
.CMS-NEWS-TITLE:after {
	content: "";
	background: var(--prime);
	display: block;
	height: 3px;
	bottom: -3px;
	position: absolute;
	width: 25%;
	z-index: 10;
}
.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 3rem auto;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
}



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

news thumbnail

------------------------------------------- */
/* ---- CMS-NEWS ---- */
.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10rem;
	position: relative;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-INDEX {
        display: block;
    }
}
.CMS-NEWS-INDEX > * {
    width: 31%;
    margin-right: 3.5%;
}
.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;    
}
.CMS-NEWS-INDEX > *:nth-of-type(n + 4) {
    margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
	.CMS-NEWS-INDEX > * {
		width: 100%;
		margin-right: 0;
	}
	.CMS-NEWS-INDEX > *:nth-of-type(n + 4) {
		margin-top: 0;
	}
	.CMS-NEWS-INDEX > *:nth-of-type(n + 2) {
		margin-top: 3.5rem;
	}   
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
/* ---- time ---- */
.CMS-NEWS-TIME {
    font-size: 1.2rem;
    margin: 1.8rem 0 0.6rem 0;
    line-height: 1;
}
@media screen and (max-width: 768px) {
	.CMS-NEWS-TIME {
        margin: 1.5rem 0 0.3rem 0;
    }  
}
/* ---- img ---- */
.CMS-NEWS-INDEX > * img {
    height: 16rem;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-INDEX > * img {
        height: 20rem;
    }
}



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

breadcrumb

------------------------------------------- */
.breadcrumb {
	display: flex;
	margin-top: 2rem;
	margin-left: 8rem;
}
.breadcrumb li {
	display: flex;
	align-items: center;
}
.breadcrumb li:not(:last-child)::after {
	content: "";
	width: 0.6rem;
	height: 0.6rem;
	border-top: solid 0.1rem #000;
	border-right: solid 0.1rem #000;
	transform: rotate(45deg);
	display: block;
	margin: 0 1.5rem 0 1.3rem;
}
@media screen and (max-width: 768px) {
	.breadcrumb {
		font-size: 1.2rem;
		margin-left: 2rem;
	}
	.breadcrumb li:not(:last-child)::after {
		width: 0.4rem;
		height: 0.4rem;
		margin: 0.15rem 1rem 0 1rem;
	}
}