@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

body {
	min-width: 1240px;
	color: #333333;
	background: #F6F8F7;
	font-size: 15px;
	line-height: 1.75;
	font-family: "Shippori Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	outline: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

.inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
}

.vis-hidden {
	display: block;
	visibility: visible;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 4px;
	height: 4px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: none;
}

.vis-sp,
.vis-tb {
	display: none;
}

.cormorant {
	font-family: 'Cormorant', serif;
}

main {
	padding-top: 70px;
	margin-bottom: 180px;
}


/* load */

.load {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right bottom, #F4EDDE, #CFEFE2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.load_icon {
    display: none;
	text-align: center;
}

/* header */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	min-width: 1115px;
}

.head_top_cnt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 45px;
	gap: 20px;
}


.head_top_cnt.-open {
	transition-duration: 0.5s;
	background: unset;
}

.head_top_cnt .tel_number {
	color: #000;
	font-size: 30px;
	font-family: 'Marcellus', serif;
}

.cmnhd {
	/* display: none; */
	background: #F6F8F7;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/* transition-duration: 0.5s; */
}

.cmnhd .cmnnav_list {
	color: #000;
}

/* .cmnhd.-open {
	background: #F6F8F7;
} */

.cmnhd_list {
	display: flex;
	align-items: center;
}

.cmnhd_list .icon {
	display: flex;
	gap: 20px;
	align-items: center;
	padding-left: 30px; 
	margin-left: 30px;
	border-left: solid 1px #000;
}

.menu {
	height: 20px;
}

.menu:hover {
	cursor: pointer;
}

.menu span {
	width: 77px;
	height: 1px;
	background: #000;
	display: block;
}

.menu span:nth-child(1) {
	transform: translateY(4px);
}
.menu span:nth-child(2) {
	transform: translateY(10px);
}

.cmnhd .cmnhd_list .icon {
	border-left: solid 1px #000;
}

.cmnhd .menu span {
	background: #000;
}

.menu span {
	transition-duration: 0.5s;
}

.menu.-open span:first-child {
	transform: translateY(11px) rotate(15deg);
}

.menu.-open span:nth-child(2) {
	transform: translateY(10px) rotate(-15deg);
}

.cmnhd_tel {
	position: fixed;
	right: 2%;
	bottom: 2%;
	display: none;
	background: #fff;
	padding: 5px 50px;
	border-radius: 40px;
	font-size: 25px;
	font-family: 'Marcellus', serif;
	z-index: 1000;
	transition-duration: 0.5s;
}

.cmnhd_tel:hover {
	background: #000;
	color: #fff;
}

.about_list {
	display: none;
}




/* cmnnav */

.cmnnav {
	display: none;
}

.cmnnav_body {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	justify-content: center;
}

.cmnnav_cnt {
	width: 50%;
}

.cmnnav .cmnnav_cnt:first-child {
	background: linear-gradient(to right bottom, #F4EDDE, #CFEFE2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10000;
}

.cmnnav .cmnnav_cnt:nth-child(2) {
	background: #fff;
}

.cmnnav .cmnhd_list {
	padding: 32px 45px;
	justify-content: right;
}

.cmnnav .cmnhd_list .icon {
	border-left: solid 1px #000;
}

.cmnnav .menu span {
	background: #000;
}

.cmnnav_list {
	display: flex;
	gap: 15px;
	align-items: end;
	justify-content: end;
	flex-wrap: wrap;
}

.cmnnav .cmnnav_list {
	flex-flow: column;
	padding: 0 60px 0 20px;
	margin-bottom: 140px;
}

.cmnnav_list li a {
	transition-duration: 0.5s;
}

.cmnnav_list li a:hover {
	opacity: 0.7;
}

.cmnnav_list li.about {
	display: flex;
	gap: 40px;
	position: relative;
}

.cmnnav_list li.about .about_list {
	position: absolute;
    transform: translateX(50%);
    width: 230%;
    background: #F6F8F7;
    display: none;
    flex-flow: column;
    padding: 10px 20px;
    right: 50%;
    top: 140%;
}

.abot_list {
	display: none;
    flex-flow: column;
	align-items: end;
	gap: 5px;
}

.cmnnav_list li.about .about_btn {
	padding-right: 20px;
	position: relative;
}

.about_btn:hover {
	cursor: pointer;
}

/* .cmnnav_list li.about .about_btn::after {
	content: '';
	position: absolute;
	top: 8px;
	right: 0;
	width: 12px;
	height: 12px;
}

.cmnnav_list li.about .about_btn::after {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background: black;
	position: absolute;
	top: 8px;
	right: 5px;
	transition-duration: 0.5s;
} */

.cmnnav_list li.about .about_btn::after {
	content: '';
    width: 9px;
    height: 5px;
    background: url(/img/cmn/icon-arrow_cmnhd.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 40%;
    transform: rotate(180deg);
    right: 4%;
    transition-duration: 0.5s;
}

.cmnnav_list li.about .about_btn.-open::after {
	transform: rotate(0deg);
}
  
/* .cmnnav_list li.about .about_btn::before {
	content: '';
	display: block;
	width: 12px;
	height: 1px;
	background: black;
	position: absolute;
	top: 13px;
	right: 0;
} */

.cmnnav .link {
	justify-content: right;
	padding-right: 60px;
}

/* section */

.sec_head {
	margin-bottom: 60px;
}

.sec_ttl.-en {
	font-family: 'Cormorant', serif;
	font-size: 57px;
	line-height: 60px;
	text-align: center;
}

.sec_ttl.-ja {
	text-align: center;
}

.page_head {
	margin-bottom: 80px;
	position: relative;
	z-index: 10;
}

.page_head_ttl.-en {
	font-size: 80px;
	line-height: 110px;
	text-align: center;
	font-family: 'Cormorant', serif;
}

.page_head_ttl.-ja {
	font-size: 40px;
	text-align: center;
}

.cmn_btn {
	display: block;
	width: 100%;
	max-width: 250px;
	position: relative;
	padding-right: 45px;
	border-bottom: solid 1px #000;
	padding-bottom: 15px;
}

.cmn_btn:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 60%;
	right: 10px;
	width: 20px;
	height: 10px;
	background-image: url(/img/cmn/icon-arrow.svg);
	background-size: cover;
	background-repeat: no-repeat;
	transition-duration: 0.5s;
}

.cmn_btn:hover:after {
	right: 0;
}

.hero_img {
	text-align: center;
	margin-bottom: 100px;
}

.bg {
	padding-top: 110px;
	background: url(/img/cmn/bg-main.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}

.hovact {
	transition-duration: 0.5s;
}

.pnkz {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	max-width: 1240px;
	padding: 0 40px;
	position: relative;
	z-index: 10;
}

.pnkz a:hover {
	opacity: 0.7;
}

.pnkz span {
	display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 0.5;
  position: relative;
  width: 7px;
  height: 7px;
  transform: translateX(-25%) rotate(45deg);
}

.pnkz span::before,
.pnkz span::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.1em;
}

.pnkz span::before {
	top: 0;
	left: 0;
	right: 0;
	height: 0.1em;
}

.pnkz span::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 0.1em;
}


/* news */

.news {
    padding-bottom: 20px;
    position: relative;
}

.news .sec_ttl.-en {
    text-align: left;
    padding-left: 140px;
}

/* .news::after {
    content: '';
    background: url(/img/cmn/bg-gradation.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    aspect-ratio: 1440 / 223;
    position: absolute;
    bottom: 0;
    transform: translateX(50%);
    right: 50%;
} */

.sec_ttl {
    text-align: left;
}

.news_cnt {
    display: flex;
    justify-content: right;
    align-items: end;
    gap: 258px;
}

.news_cnt .news_cnt_row:last-child {
    width: 57%;
}

.news_list li {
    width: 100%;
    max-width: 660px;
}

.news_list li a {
    display: block;
    width: 100%;
    padding: 28px 25px 28px 5px;
    border-bottom: solid 1px #fff;
    position: relative;
}

.news_list li a::after {
    content: '';
    width: 22px;
    height: 10px;
    background: url(/img/cmn/icon-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    transform: translateY(50%);
    bottom: 50%;
	transition-duration: 0.5s;
}

.news_list li a .date {
    color: #959595;
    font-size: 14px;
}

.news_list li a:hover::after {
	right: 0;
}

.link_news {
    position: relative;   
}

.link_news:after {
    content: '';
    width: 22px;
    height: 10px;
    background: url(/img/cmn/icon-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: -30%;
    transform: translateY(50%);
    bottom: 50%;
}



/* footer */

.cmnft {
	padding: 0 0 60px 10%;
	background: linear-gradient(to right bottom, #F4EDDE, #CFEFE2);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

.cmnft-fether {
	position: absolute;
	mix-blend-mode: screen;
	z-index: 0;
}

.cmnft-fether.no1 {
	left: 0;
    top: -7%;
}

.cmnft-fether.no2 {
	right: 0;
    top: 54%;
}

.cmnft_body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* margin-bottom: 150px; */
	position: relative;
	z-index: 1;
}

.cmnft_cnt_row .name {
	font-size: 25px;
	margin-bottom: 15px;
}

.cmnft_cnt_row .access {
	font-size: 15px;
	margin-bottom: 30px;
}

.cmnft_cnt_row .access a {
	text-decoration: underline;
	position: relative;
	margin-left: 10px;
}

.cmnft_cnt_row .access a::after {
	content: '';
	width: 15px;
	height: 13px;
	background: url(/img/cmn/icon-arrow_access.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 50%;
	right: -20px;
	transform: translateY(50%);
}

.cmnft_cnt_row .access a:hover {
	text-decoration: none;
}

.cmnft_cnt_row .tel {
	padding: 25px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border: solid 1px #CBCBCB;
	max-width: 367px;
	margin-bottom: 15px;
}

.cmnft_cnt_row .tel .number {
	font-size: 26px;
	font-family: 'Marcellus', serif;
}

.schedule {
	width: 840px;
	background: #fff;
	padding: 80px 70px 95px;
	transform: translateY(-100px);
}

.schedule_ttl {
	font-size: 22px;
	margin-bottom: 15px;
}

.schedule table {
	width: 100%;
	margin-bottom: 30px;
}

.schedule thead {
    background: #F6F8F7;
    text-align: center;
}

.schedule tr th {
    border-right: solid 1px #CBCBCB;
    border-bottom: solid 1px #CBCBCB;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

.schedule tr td {
    border-right: solid 1px #CBCBCB;
    border-bottom: solid 1px #CBCBCB;
    padding: 10px;
}

.schedule thead tr td:last-child,
.schedule tbody tr td:last-child {
	border-right: none;
}

.schedule tbody tr:last-child th,
.schedule tbody tr:last-child td {
	border-bottom: none;
}

.schedule tbody tr td.-open {
    background: url(/img/cmn/icon-open.svg);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.schedule tbody tr td.-half {
    background: url(/img/cmn/icon-half.svg);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.schedule tbody tr td.-close {
    background: url(/img/cmn/icon-close.svg);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.fax {
	font-family: 'Marcellus', serif;
	font-size: 12px;
}

.link {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 20px;
}

.link a {
	text-decoration: underline;
    position: relative;
	font-size: 15px;
}
.link a:hover {
	text-decoration: none;
}

.link a::after {
	content: '';
    width: 15px;
    height: 13px;
    background: url(/img/cmn/icon-arrow_access.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 50%;
    right: -20px;
    transform: translateY(50%);
}

/* .page_link {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-bottom: 60px;
	position: relative;
	z-index: 10;
}

.page_link li a {
	padding: 0 30px;
	border-right: solid 1px #000;
	transition-duration: 0.5s;
}

.page_link li a:hover {
	opacity: 0.7;
}

.page_link li:first-child a {
	padding-left: 0;
}

.page_link li:last-child a {
	border-right: none;
} */

.page_link {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
    flex-wrap: nowrap; /* 折り返しなし */
	width: 80%;
}

.page_link li {
    /* flex: 1; */
    text-align: center;
}

.page_link li a {
    display: block;
    padding: 0 15px; /* 内側の余白は調整可能 */
    border-right: solid 1px #000;
    transition-duration: 0.5s;
	font-size: 14px;
}

/* 最後の要素の右線を消す */
.page_link li:last-child a {
    border-right: none;
}

.page_link li a:hover {
	opacity: 0.7;
}

.copy {
	color: #B1B1B1;
	font-size: 12px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width:1420px) {
	.cmnnav_list li {
		font-size: 13px;
	}
}

@media screen and (max-width:1350px) {
	.page_link li a {
		font-size: 12px;
	}
}

@media screen and (max-width:1240px) {
	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}
}


@media screen and (max-width:1190px) {
	.head_top_cnt .tel_number {
		font-size: 20px;
	}
}

@media screen and (max-width:767px) {
	body {
		min-width: 0;
	}

	.inner {
		padding: 0 24px;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	main {
		padding-top: 60px;
		margin-bottom: 50px;
	}


	/* load */

	.load_icon img {
        width: 80%;
        height: auto;
    }



	/* header */

	.header {
		min-width: unset;
	}

	.head_top {
		display: none;
	}

	.head_top_cnt {
		padding: 10px 15px;
	}

	.cmnhd .cmnhd_list .icon {
		display: none;
	}

	.head_top_cnt .tel_number {
		width: 60%;
		position: relative;
	}

	.menu span {
		width: 40px;
	}

	.cmnhd {
		display: block !important;
	}

	.cmnhd_tel {
		font-size: 15px;
		padding: 5px 30px;
	}

	.cmnnav_cnt {
		width: 100%;
	}

	.cmnnav_body {
		overflow: scroll;
		background: #fff;
	}

	.cmnnav_body .cmnnav_cnt {
		padding-bottom: 50px;
	}

	.cmnnav_body .cmnnav_cnt:first-child {
		display: none;
	}

	.cmnnav .cmnnav_cnt:nth-child(2) {
		background: unset;
	}

	.cmnnav_list,
	.cmnnav .cmnhd_list {
		padding: 50px 20px;
		margin-bottom: 30px;
	}

	.cmnnav .cmnhd_list {
		padding: 16px 15px;
	}

	.cmnnav .cmnhd_list .icon {
		display: none;
	}

	.cmnnav_list li.about {
		flex-flow: column-reverse;
		gap: 20px;
		align-items: end;
	}

	.cmnhd .cmnnav_list {
		display: none;
	}

	.cmnnav_list li.about .about_list {
		position: unset;
		background: unset;
		width: unset;
		transform: unset;
		padding: 0;
		align-items: end;
	}

	.cmnnav_list.-black {
		color: #000;
	}

	/* footer */

	.cmnft {
		padding-left: 0;
		overflow: hidden;
	}

	.cmnft_body {
		flex-flow: column-reverse;
		align-items: center;
		gap: 30px;
		margin-bottom: 50px;
	}

	.schedule {
		width: 100%;
		padding: 20px 15px;
		transform: unset;
	}

	.schedule table {
		font-size: 10px;
		margin-bottom: 15px;
	}

	.schedule tr td {
		padding: 5px;
		vertical-align: middle;
	}

	.schedule tbody tr td.-open,
	.schedule tbody tr td.-half,
	.schedule tbody tr td.-close {
		background-size: 30%;
	}

	.schedule .note {
		font-size: 13px;
	}

	.cmnft_cnt_row .tel {
		max-width: 100%;
		flex-flow: column;
		gap: 0;
		padding: 10px;
	}

	.cmnft_cnt_row .tel .number {
		text-align: center;
	}

	.fax {
		text-align: center;
	}

	.link {
		justify-content: center;
	}



	.page_link {
		display: none;
	}

	.cmnft-fether {
		width: 60%;
	}

	.cmnft-fether.no1 {
		left: 60%;
		top: 36%;
	}

	.cmnft-fether.no2 {
		right: -8%;
		top: 86%;
	}

	.cmnft_cnt_row .access a {
		margin-left: 0;
	}
	


	/* section */

	.bg {
		background: url(/img/cmn/bg-main_sp.png);
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
		padding-top: 70px;
	}

	.hero_img {
		margin-bottom: 40px;
	}

	.page_head {
		margin-bottom: 40px;
	}

	.page_head_ttl.-en {
		font-size: 50px;
		line-height: 50px;
	}

	.page_head_ttl.-ja {
		font-size: 33px;
	}

	.sec_head {
		margin-bottom: 40px;
	}

	.sec_ttl.-en {
		font-size: 38px;
	}


	.pnkz {
		padding: 0 20px;
	}


}

@media print {
}
