@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


/* Common ====================================== */


body {
	font-family: 'Noto Serif JP', serif;
	position: relative;
	color: #505050;
	line-height: 2;
}
a {
	color: #505050;
}
.fa, .fab, .fad, .fal, .far, .fas{
	line-height: 2;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}
.l_trigger {
	opacity: 0;
	transform: translate(-10px, 0px);
}
.font-family-en {
	font-family: 'EB Garamond', serif;
}
.mask {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #505050;
	z-index: 1000;
	transform: rotateY(90deg);
	transform-origin: right;
	visibility: hidden;
	pointer-events: none;
	transition-property: transform, visibility;
	transition-duration: .5s;
	transition-timing-function: ease;
}
.mask.is-close {
	transform: rotateY(0deg);
	transform-origin: left;
	visibility: visible;
	pointer-events: auto;
}

@media screen and (max-width: 767px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}


/***** loading *****/


#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #EAE2D6;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}
#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#splash-logo img {
	max-width: 300px;
}
.splashbg{
	display: none;
}
body.appear .splashbg{
	display: block;
	content: "";
	position:fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	transform: scaleX(0);
	background-color: #EAE2D6;
	animation-name:PageAnime;
	animation-duration: .7s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
}
@keyframes PageAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}
#container{
	opacity: 0;/*はじめは透過0に*/
}
body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes PageAnimeAppear{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/***** header *****/


header {
	display: block;
	z-index: 1000;
	position: fixed;
	width: 100%;
}
.menu-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	align-items: center;
	height: 100px;
	margin: 0 auto;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.header-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: 380px;
	-ms-flex-preferred-size: 380px;
	flex-basis: 380px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 0 50px;
	padding: 25px 0 25px;
	animation: fadeIn-lr .25s ease .25s 1 normal backwards;
}
.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin: 0 50px 0 auto;
	-webkit-transition: opacity .25s ease .25s,max-width 0s ease .25s,-webkit-flex-basis 0s .25s,-webkit-flex-basis 0s .25s;
	transition: opacity .25s ease .25s,max-width 0s ease .25s,flex-basis 0s .25s;
	transition: opacity .25s ease .25s,max-width 0s ease .25s,flex-basis 0s .25s,-webkit-flex-basis 0s .25s,-webkit-flex-basis 0s .25s,-ms-flex-preferred-size 0s .25s;
}
.menu > ul > li a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 22px 0 22px;
	text-align: center;
}
.menu > ul > li:hover {
	background: #fff;
}
.menu > ul > li > ul > li a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-skip-ink: none;
}
.logo {
	display: none;
}
.burger-btn{
	display: block;
	position: relative;
	z-index: 3;
	border: none;
}
.nav-wrapper{
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}
.header-nav{
	position: relative;
	font-family: 'EB Garamond', serif;
	width: 100%;
	height: 100%;
	background-color: #8ec1ca;
	z-index: 2;
	padding: 100px 0;
	overflow: scroll;
}
.header-nav .header-menu-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	margin: 0 0 50px;
}
.header-nav .nav-list{
	display: flex;
	flex-direction: column;
	text-align: left;
	font-size: 1.2rem;
	position: relative;
	max-width: 500px;
	margin: auto;
}
.header-nav .nav-item{
	width: 200px;
	margin: 0 auto 25px auto;
	overflow: hidden;
}
.header-nav .nav-item:last-child {
	margin: auto;
}
.header-nav .nav-item a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	color: #00192c;
}
.header-nav .nav-item a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #505050;
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
	content: "";
}
.header-nav .nav-item a:hover:after {
	transform: translate(0, 0);
}
.header-nav .nav-item .sub-menu {
	margin: 0 0 0 25px;
}
.header-nav .nav-item .sub-menu li {
	display: table;
}
.header-nav .nav-item .sub-menu li a {
	display: flex;
	align-items: center;
}
.header-nav .nav-item .sub-menu li a:before {
	border-top: 1px solid black;
	content: "";
	width: 20px;
	margin-right: 10px;
}
.openbtn{
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.openbtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	height: 2px;
	background-color: #fff;
}
.openbtn span:nth-of-type(1) {
	top:20px;
	width: 100%;
}
.openbtn span:nth-of-type(2) {
	top:30px;
	width:70%;
}
.openbtn.active span:nth-of-type(1) {
	top: 20px;
	transform: translateY(6px) rotate(-45deg);
	width: 100%;
	/*background-color: #fff;*/
}
.openbtn.active span:nth-of-type(2) {
	top: 32px;
	transform: translateY(-6px) rotate(45deg);
	width: 100%;
	/*background-color: #fff;*/
}
.header-sns {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
	border: none;
	width: 50px;
	gap: 20px;
	line-height: 1;
}
.header-sns i {
	font-size: 25px;
	color: #fff;
}
.header-scroll, .sub-page {
	/* 	background-color: rgba(255,255,255,.8); */
}
.header-scroll .logo, .sub-page .logo {
	font-size: 16px;
	display: block;
}
.header-scroll .header-sns i, .sub-page .header-sns i {
	color: #505050;
}
.header-scroll .openbtn span, .sub-page .openbtn span {
	background-color: #505050;
}

@media screen and (max-width: 767px){
	.header-logo{
		margin: 0 auto 0 25px;
	}
	.menu {
		margin: 0 25px 0 auto;
	}
	.header-scroll, .sub-page {
		background-color: transparent !important;
	}
	.header-scroll .logo, .sub-page .logo {
		display: none !important;
	}
}


/***** footer *****/


footer {
	position: relative;
	background-color: #8ec1ca;
	z-index: 10;
	padding: 50px 0;
}
.footer-logo {
	text-align: center;
}
.footer-logo img {
	width: 150px;
}
.footer-sns {
	text-align: center;
	margin: 50px auto;
	color: #fff;
	font-weight: bold;
}
.footer-sns ul {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}
.footer-sns ul li+ li {
	border-left: 1px solid #fff;
	padding: 0 0 0 25px;
	margin: 0 0 0 25px;
}
.footer-sns ul li a {
	color: #fff;
}
.footer-sns ul li a i {
	font-size: 20px;
	margin: 0 5px 0 0;
}
.copyright {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}


/* Main ====================================== */


.wrapper{
	position: relative;
}
.wrapper:after{
	content: '';
	display: block;
	visibility: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background-color .1s ease;
	transition: background-color .1s ease;
	z-index: 100;
}
.container {
	max-width: 1000px;
	margin: auto;
}
main{
	position: relative;
	height: 100%;
}

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


/***** mainv *****/


.mainv-wrap{
	position: relative;
	height: 100vh;
	width: 100%;
}
.swiper-container:before{ 
	content: "";
	background-image: url(./images/05.png);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color:rgba(255,255,255,0.1);
	background-blend-mode:lighten;
}
.swiper-container{
	width: 100%;
	height: 100vh;
	position: fixed;
	overflow: hidden;
}
.swiper-slide {
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width:100% !important;
}
.swiper-slide a {
	width: 100%;
}
.swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.swiper-container .swiper-slide {
	line-height: 0; 
}
.swiper-container .swiper-pagination {
	justify-content: center;
	display: flex;
	flex-direction: column;
	width: 40px;
	left: auto;
	right: 35px;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
}
.swiper-container .swiper-pagination-bullet {
	box-sizing: border-box;
	display: block;
	opacity: 1;
	position: relative;
	transform: scale(.7);
	transition: transform .25s ease;
	width: 40px;
	height: 40px;
	border-radius: 0;
	margin: 0;
	padding: 11px 0;
	background-color: transparent;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.slider-logo-img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	color: #fff;
}
.slider-logo-img img {
	width: 100%;
	max-width: 300px;
	filter: drop-shadow(0px 1px 2px rgba(112, 112, 112, .9));
}
.slider-news {
	position: fixed;
	bottom: 50px;
	left: 50px;
	z-index: 10;
	margin: 0 25px 0 0;
}
.slider-news a {
	color: #fff;
	font-weight: bold;
	display: table;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 1px 2px rgb(112 112 112 / 90%);
}
.slider-news a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
	content: "";
}
.slider-news a:hover:after {
	transform: translate(0, 0);
}
.slider-news a time {
	margin: 0 10px 0 0;
}
.nnotation {
	background: #fff;
	padding: 3px;
	font-size: 10px;
	border-radius: 2px;
	font-weight:bold;
}

@media screen and (max-width: 767px){
	.slider-logo-img img{
		max-width: 250px;
	}
	.slider-news {
		bottom: 25px;
		left: 25px;
	}
}


/***** about *****/


.about-wrap {
	position: relative;
	background-color: #fff;
	z-index: 10;
	padding: 100px 0;
}
.about-slide {
	margin: 50px 0 0;
	position: relative;
}
.swiper-about {
	position: relative;
	overflow: hidden;
	max-width: 500px;
	margin: auto;
}
.swiper-about .swiper-wrapper {
	width: 100%;
	height: 350px;
	margin: auto;
}
.swiper-about .swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 350px;
	text-align: center;
}
.about-slide .swiper-button-wrap{
	position: absolute;
	width: 100%;
	top: 50%;
}
.about-slide .swiper-button-prev,
.about-slide .swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #505050;
	transition: all .3s;
}
.about-slide .swiper-button-prev:hover{
	left: 5px;
}
.about-slide .swiper-button-next:hover{
	right: 5px;
}
.about-slide .swiper-button-prev:after,
.about-slide .swiper-button-next:after {
	display: none;
}
.about-wrap .title {
	margin: 0 0 25px;
}
.about-wrap .title p {
	font-weight: bold;
	font-size: 20px;
}
.swiper-navigation-icon {
    display: none;
}

@media screen and (max-width: 1000px){
	.about-wrap {
		padding: 100px 10px;
	}
}
@media screen and (max-width: 767px){
	.about-wrap {
		padding: 100px 10px;
	}
	.swiper-about {
		margin: 0 25px;
	}
	.swiper-about .swiper-wrapper {
		height: 250px;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 0;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 0;
	}
}


/***** top menu *****/


.topmenu-wrap {
	position: relative;
	background-color: #EAE2D6;
	z-index: 10;
	padding: 100px 0;
}
.menu-box h2 {
	font-size: 30px;
	font-weight: 900;
	position: relative;
	display: inline-block;
	padding: 0 65px;
	text-align: center;
}
.menu-box h2:before,
.menu-box h2:after {
	position: absolute;
	top: calc(50% - 3px);
	width: 50px;
	height: 6px;
	content: '';
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}
.menu-box h2:before {
	left: 0;
}
.menu-box h2:after {
	right: 0;
}
.menu-catch {
	margin: 25px 0 100px;
}
.lunch, .course {
	margin: 0 0 100px;
}
.lunch, .single-menu {
	margin: 0 0 100px;
}
.menu-catch h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px;
}
.menu-title {
	border-bottom: 1px solid #707070;
	padding: 0 0 10px;
	margin: 0 0 50px;
}
.menu-title h3 {
	font-size: 20px;
	font-weight: bold;
}
.menu-title h3 i {
	font-size: 25px;
	margin: 0 10px 0 0;
}
.menu-title h3 span {
	font-size: 12px;
}
.menu-title small {
	line-height: 1;
	display: block;
	text-align: right;
	font-size: 10px;
}
.menu-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 25px;
	padding: 0 50px 0;
	gap: 50px;
}
.menu-list .attention {
	background: #8ec1ca;
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px;
	font-weight: bold;
}
.menu-list .menu-con {
	width: 50%;
	flex-basis: calc((100% - 50px) / 2);
	max-width: calc((100% - 50px) / 2);
}
h4.menu-subtitle {
    width: 100%;
    border-left: 5px solid #8ec1ca;
    padding: 0 0 0 10px;
    font-weight: bold;
}
.menu-con a {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
}
.menu-image-wrap {
	margin: 0 0 10px;
}
.menu-image-wrap .menu-image {
	padding-top: 65%;
	width: 100%;
	height: auto;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	-webkit-transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease,-webkit-transform .25s ease;
}
.menu-image-wrap small {
	display: block;
	font-size: 10px;
}
.menu-text-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex-grow: 1;
}
.menu-text-wrap .menu-name {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}
.menu-text-wrap .remarks {
	display: block;
	line-height: 1.5;
	color: #707070;
}
.menu-text-wrap .price {
	font-size: 16px;
	font-weight: bold;
}
.menu-text-wrap .menu-area p {
	font-weight: bold;
	margin: 0 0 10px;
}
.menu-more a, .more-btn a {
	background: #D5C3AA;
	width: 250px;
	display: block;
	text-align: center;
	border-radius: 50px;
	padding: 10px 15px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.menu-more a:hover, .more-btn a:hover {
	background: #867666;
	color: #fff;
}

@media screen and (max-width: 1000px){
	.topmenu-wrap {
		padding: 100px 10px;
	}
}
@media screen and (max-width: 767px){
	.topmenu-wrap {
		padding: 100px 10px;
	}
	.menu-list {
		padding: 0 10px 0;
		gap: 25px;
	}
	.menu-catch {
		margin: 25px 0 50px;
	}
	.menu-list .menu-con {
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.lunch, .course {
		margin: 0 0 50px;
	}
}


/***** middle space *****/


.middlespc-wrap {
	position: relative;
	z-index: 10;
}
.middlespc-image {
	background: url(../images/middle-bg.jpg);
	height: 350px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}


/***** top news *****/


.topnews-wrap {
	position: relative;
	background-color: #F0EFEA;
	z-index: 10;
	padding: 100px 0;
}
.topnews-box h2 {
	font-size: 30px;
	font-weight: 900;
	position: relative;
	display: inline-block;
}
.topnews-list {
	margin: 25px 0 0;
	padding: 0 50px 0;
}
.topnews-list a {
	margin: 0 0 10px;
	display: table;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	color: #505050;
}
.topnews-list a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #707070;
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
	content: "";
}
.topnews-list a:hover:after {
	transform: translate(0, 0);
}
.topnews-list a time {
	position: absolute;
	left: 0;
	top: 0;
}
.topnews-list a .intext {
	margin-left: 7em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.topnews-list ul {
	list-style: none;
}
.topnews-list ul li a .intext span {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media screen and (max-width: 1000px){
	.topnews-wrap {
		padding: 100px 10px;
	}
}
@media screen and (max-width: 767px){
	.topnews-wrap {
		padding: 100px 10px;
	}
	.topnews-list {
		padding: 0;
	}
	.topnews-list a time {
		position: relative;
	}
	.topnews-list a .intext {
		margin-left: 0;
	}
	.topnews-list ul li {
		border-bottom: 1px solid #707070;
		margin: 0 0 10px;
	}
	.topnews-list ul li a .intext span {
		font-size: 16px;
	}
}


/***** top access *****/


.topaccess-wrap {
	position: relative;
	background-color: #fff;
	z-index: 10;
	padding: 100px 0;
}
.topaccess-box h2 {
	font-size: 30px;
	font-weight: 900;
	position: relative;
	display: inline-block;
}
.topaccess-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 25px 0 0;
	padding: 0 50px 0;
	gap: 50px;
}
.topaccess-list .topaccess-con {
	width: 50%;
	flex-basis: calc((100% - 50px) / 2);
	max-width: calc((100% - 50px) / 2);
}
.topaccess-con dl {
	display: flex;
	flex-wrap: wrap; 
}
.topaccess-con dl dt, .topaccess-con dl dd {
	padding: 5px;
}
.topaccess-con dl dt {
	width: 100px;
	font-weight: bold;
}
.topaccess-con dl dd {
	width: calc(100% - 100px);
}
.topaccess-con dl dd span {
	width: 50px;
	display: inline-block;
}
.topaccess-con dl dt:nth-of-type(2n), 
.topaccess-con dl dd:nth-of-type(2n) {
	border-bottom: 1px dotted #707070;
	margin: 0 0 15px;
	padding: 5px 5px 15px 5px;
}

@media screen and (max-width: 1000px){
	.topaccess-wrap {
		padding: 100px 10px;
	}
}
@media screen and (max-width: 767px){
	.topaccess-wrap {
		padding: 100px 10px;
	}
	.topaccess-list {
		padding: 0;
		gap: 25px;
	}
	.topaccess-list .topaccess-con {
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.topaccess-con dl dt,
	.topaccess-con dl dd {
		width: 100%;
		font-size: 16px;
	}
	.topaccess-con dl dt:nth-of-type(2n), 
	.topaccess-con dl dd:nth-of-type(2n) {
		border: none;
		margin: auto;
		padding: 5px;
	}
	.topaccess-con dl dd {
		border-bottom: 1px dotted #707070 !important;
		margin-bottom: 10px !important;
	}
}


/* Menu ====================================== */


.headarea {
	background: #EAE2D6;
	padding: 150px 0 50px;
}
.headarea h2 {
	font-size: 30px;
	font-weight: 900;
	position: relative;
	display: inline-block;
}
.catch {
	margin: 25px 0 0;
}
.catch h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px;
}
.menu-wrap {
	position: relative;
	background-color: #fff;
	z-index: 10;
	padding: 100px 0;
}
.breadcrumb {
	max-width: 1000px;
	margin: auto;
}
.breadcrumb ol {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
	font-size: 10px;
	color: #707070;
	padding: 5px 0 0;
	position: relative;
	z-index: 1;
}
.breadcrumb ol li a i {
	margin: 0 5px 0 0;
	color: #505050;
}

@media screen and (max-width: 1000px){
	.headarea {
		padding: 150px 10px 50px;
	}
	.breadcrumb {
		padding: 0 10px 0;
	}
	.menu-wrap {
		padding: 100px 10px;
	}
}
@media screen and (max-width: 767px){
	.headarea {
		padding: 100px 10px 50px;
	}
	.breadcrumb {
		padding: 0 10px 0;
	}
	.menu-wrap {
		padding: 100px 10px;
	}
}


/* News ====================================== */


.category-list ol {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: initial;
	align-items: center;
	gap: 15px;
	color: #707070;
	padding: 15px 0 0;
	position: relative;
	z-index: 1;
}
.category-list ol li a {
	background: #D5C3AA;
	font-weight: bold;
	padding: 5px 15px;
	border-radius: 20px;
	color: #505050;
}
.news-list ul {
	list-style: none;	
}
.news-list ul li a {
	background: #F0EFEA;
	display: block;
	margin: 0 0 25px;
	padding: 25px;
}
.news-list ul li a .intext {
	margin: 10px 25px 0 0;
}
.news-list ul li a .intext p {
	font-size: 16px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-wrap {
	position: relative;
	background-color: #fff;
	z-index: 10;
	padding: 100px 0;
}
.newshead {
	display: flex;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	flex-direction: initial;
	gap: 5px;
}
.newshead time {
	margin: 0 0 0 10px;
}
.category {
	background: #867666;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	min-width: 80px;
	max-width: 100px;
	/* 	margin: 0 5px 0 0; */
}
.category:last-child {
	margin: 0;
}
.category.media {
	background: #E1B80D;
}
.category.important {
	background: #5DA7B3;
}
.news-list ul li {
	position: relative;
}
.news-list ul li:after {
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 47%;
	right: 25px;
	transition: all .3s;
}
.news-list ul li:hover::after{
	right: 20px;
}
article.newsd-box {
	display: flex;
}
.l-box {
	display: block;
	width: 100%;
	margin: 0 25px 0 0;
	border-right: 1px solid #707070;
	padding: 0 25px 0 0;
}
.r-box {
	display: block;
	width: 300px;
	min-width: 300px;
	max-width: 300px;
}
.r-box .side-cont {
	margin: 0 0 25px;
}
.r-box .side-cont h3 {
	margin: 0 0 10px;
}
.r-box .side-cont ul {
	list-style: none;
}
/* .l-box .content p {
margin: 0 0 25px;
} */
.l-box .content p.excerpt {
	margin: 10px 0 25px;
}
.l-box .intext {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0 25px;
}
.l-box .intext time {
	font-size: 14px;
	display: block;
	font-weight: normal;
}
.l-box .intext h3 {
	line-height: 1;
}
.article-body h1 {
	font-size: 2em;
	font-weight: bold;
	position: relative;
	line-height: 1;
	margin: 25px 0;
	padding: 10px 25px;
}
.article-body h1:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: .375rem;
	background-color: #D5C3AA;
	border-radius: 99rem;
}
.article-body h2 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1;
	margin: 25px 0;
	border-bottom: 3px solid #D5C3AA;
	padding: 10px 25px;
}
.article-body h3 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1;
	margin: 25px 0;
	padding: 15px 25px;
	background: #f3f3f3;
}
.article-body h4 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	margin: 25px 0;
	position: relative;
	padding: 3px 25px 3px 15px;
}
.article-body h4:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: .3rem;
	background-color: #EAE2D6;
	border-radius: 99rem;
}
.article-body h5 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	margin: 25px 0;
}
.article-body h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	margin: 25px 0;
}
.article-body strong {
	font-weight: bold;
}
.article-body em {
	font-style: italic;
}
.article-body blockquote {
	position: relative;
	background-color: #f6f6f6;
	padding: 25px 25px 25px 70px;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	margin:25px 0;
}
.article-body blockquote p {
	margin:0;
}
.article-body blockquote:before {
	font-family: "Font Awesome 5 Free";
	content: "\f10d";
	font-weight: 900;
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	position: absolute;
	color: #000;
	top: 25px;
	left: 25px;
}
.article-body ul, .article-body ol {
	list-style-position: inside;
}
.article-body a {
	color: #5DA7B3;
	font-weight: bold;
	text-decoration: underline;
}
.article-body a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c1";
	display: inline-block;
	margin-right: 0.25em;
}
.article-body sub {
	vertical-align: sub;
}
.article-body sup {
	vertical-align: super;
}
.article-body table {
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	width: 100%;
}
.article-body table tr th, .article-body table tr td {
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	box-sizing: border-box;
	padding: 10px;
}
.article-body img {
	object-fit: contain;
	height: auto;
}
.media-sns {
	padding: 15px 0px;
	margin: 50px 0 0;
}
.sns-wrap ul {
	display: flex;
	align-items: center;
	list-style: none;
}
.sns-wrap ul li {
	line-height: 1;
}
.sns-wrap ul li:first-child {
	margin: 0 15px 0 0;
}
.sns-wrap ul li a {
	padding: 15px;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.media-sns ul li a i {
	line-height: 1;
	font-size: 20px;
	width: 17px;
	height: 17px;
}
ul.latest li {
	margin: 0 0 15px;
}
ul.latest li a {
	display: flex;
}
.sidethumbnail {
	width: 30%;
}
.sidemeta {
	width: 70%;
	padding: 0 0 0 10px;
}
.sidemeta .date {
	color: #808080;
	font-size: 12px;
}
.sidemeta .title {
	font-size: 12px;
	line-height: 1.5;
}
.r-box .category-wrap ul li a {
	display: flex;
	align-items: center;
	color: #808080;
	background: #f5f5f5;
	padding: 0.5rem 15px;
	transition: all .3s;
	min-height: 40px;
	margin: 0 0 10px;
}
.pager {
	margin: 50px 0 0;
}
.pager ul {
	text-align: center;
}
.pager ul li {
	margin: 0 2px;
	display: inline-block;
	background: #F0EFEA;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	border-radius: 50px;
}
.pager ul li a, .pager ul li span{
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #808080;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border-radius: 50px;
}
.pager ul li a span{
	display:table-cell;
	vertical-align:middle;
}
.pager ul li a:hover, .pager ul li span.current{
	color: #fff;
	background: #D5C3AA;
}

@media screen and (max-width: 1000px){
	.news-wrap {
		padding: 100px 10px;
	}
}
@media screen and (max-width: 767px){
	.news-wrap {
		padding: 100px 10px;
	}
	.l-box {
		border-right: none;
		padding: 0;
		margin: 0;
	}
	.r-box {
		display: none;
	}
}


/* Access ====================================== */


.access-wrap{
	position: relative;
	background-color: #fff;
	z-index: 10;
	padding: 100px 0;
}
.shop, .reserve {
	margin: 0 0 100px;
}
.access-title {
	border-bottom: 1px solid #707070;
	padding: 0 0 10px;
	margin: 0 0 50px;
}
.access-title h3 {
	font-size: 20px;
	font-weight: bold;
}
.access-title h3 i {
	font-size: 25px;
	margin: 0 10px 0 0;
}
.access-title h3 span {
	font-size: 12px;
}
.access-con dl {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
}
.access-con dl dt {
	width: 100px;
	font-weight: bold;
}
.access-con dl dd {
	width: calc(100% - 100px);
}
.access-con dl dd span {
	width: 50px;
	display: inline-block;
}
.access-sns {
	display: flex;
	gap: 15px;
}
.access-sns i {
	font-size: 25px;
	color: #505050;
	line-height: 1;
}
.access-con iframe {
	margin: 25px 0 0;
}
.access-con > p {
	margin: 0 0 25px;
}
.reserve-link {
	margin: 0 0 25px;
}
.reserve-link a {
	color: #867666;
	font-weight: bold;
	background: #F0EFEA;
	padding: 10px;
}

@media screen and (max-width: 1000px){
	.access-wrap {
		padding: 100px 10px;
	}
}
@media screen and (max-width: 767px){
	.access-wrap {
		padding: 100px 10px;
	}
	.access-con {
		padding: 0 10px 0;
	}
	.access-con dl {
		display: block;
	}
	.access-con dl dt {
		width: 100%;
		font-size: 16px;
	}
	.access-con dl dd {
		border-bottom: 1px dotted #707070;
		width: 100%;
		margin: 0 0 10px;
		padding: 0 0 10px 10px;
	}
}


/* Taxonomy ====================================== */


.taxonomy-wrap {
	position: relative;
	background-color: #fff;
	z-index: 10;
	padding: 100px 0;
}

@media screen and (max-width: 1000px){
	.taxonomy-wrap {
		padding: 100px 10px;
	}
}
@media screen and (max-width: 767px){
	.taxonomy-wrap {
		padding: 100px 10px;
	}
}


/* Notfound ====================================== */


.notfound-wrap {
	position: relative;
	background-color: #fff;
	z-index: 10;
	padding: 100px 0;
}

@media screen and (max-width: 1000px){
	.notfound-wrap {
		padding: 100px 10px;
	}
}
@media screen and (max-width: 767px){
	.notfound-wrap {
		padding: 100px 10px;
	}
}


/* FILES ====================================== */


.files-wrap {
	position: relative;
	background-color: #fff;
	z-index: 10;
	padding: 100px 0;
}
.files-box table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #EAE2D6;
}
.files-box table th, .files-box table td{
	padding: 10px;
	text-align: left;
	width: 60%;
	border-right: 1px solid #EAE2D6;
}
.files-box table th {
	width: 20%;
	text-align: center;
}
.files-box table td:last-child {
	width: 20%;
	border-right: none;
}
.files-box table tr:nth-child(odd){
	background-color: #F0EFEA;
}
.files-box table td a{
	background: #8ec1ca;
	display: flex;
	padding: 10px;
	justify-content: center;
	color: #fff;
	font-weight: bold;
}
.files-box table td a i{
	margin: 0 5px 0 0;
}

@media screen and (max-width: 1000px){
	.files-wrap {
		padding: 100px 10px;
	}
}
@media screen and (max-width: 767px){
	.files-wrap {
		padding: 100px 10px;
	}
	.files-box table th, .files-box table td {
		width: 100% !important;
		display: block;
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #EAE2D6;
	}
	.files-box table td:last-child{
		border-bottom: none;
	}
}