@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&family=Noto+Sans+JP&family=Noto+Serif+JP:wght@300;400;500;600&display=swap');
/* オリジナルのレイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
}

body {
	color: #000;
	font-family: 'EB Garamond', 'Noto Serif JP', serif;
	background: #FFF;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	min-width: 1200px;
	-webkit-text-size-adjust: 100%;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	overflow-y: scroll;
}
.wrapper {
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	body {
		min-width: 0;
	}
}
a {
	text-decoration: none;
	color: inherit;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

.none {
  pointer-events: none;
  opacity: 0.4;
}
.menu_item_inner .none {
	opacity: 1;
}
.menu_item_inner .none .view {
	opacity: 0.4;
}


/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}

}

/*font
----------------------------------------*/
.en {
	font-family: 'EB Garamond', serif;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
}
.gothic {
	font-family: 'Noto Sans JP', sans-serif;
}
sup {
	font-size: .7em;
}

/*header
----------------------------------------*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 2000;
	min-width: 1200px;
	pointer-events: none;
	background-color: rgba(255,255,255,.9);
}
.header::before {
	content: '';
	display: block;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 65px;
	opacity: 0;
	transition: opacity .3s;
}
.header.bg::before {
	opacity: .85;
}
.header img {
	display: block;
	margin: 0 auto;
}
.header_logo {
	padding: 12px 0 0 15px;
	pointer-events: auto;
}
.header_logo a {
	font-size: 2rem;
	line-height: 1.45;
	letter-spacing: .105em;
	/*display: flex;*/
	align-items: center;
	transition: opacity .3s;
  text-align: center;
}
.header_logo a img {
	width: 78px;
	width: 60px;
	/*margin-right: 9px;*/
}
.header_logo a span {
	display: block;
	letter-spacing: .1em;
	font-size: 1.55rem;
	font-weight: normal;
	text-align: center;
  margin-top: 3px;
}
.header_logo a span small {
	display: block;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	color: #007B8C;
  transform: scale(0.85);
  margin-top: -1px;
}
.header_inner {
	flex: 1;
	margin-right: 30px;
	padding-top: 18px;
}
.header_link {
	margin: 0 0 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	pointer-events: auto;
}
.header_link_inquiry,
.header_link_reserve {
	width: 105px;
	text-align: center;
	display: flex;
}
.header_link_inquiry a,
.header_link_reserve a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #0092A7;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8;
	height: 105px;
	transition: opacity .3s;
}
.header_link_reserve a {
	background: #AB3E32;
}
.header_link_inquiry a::before,
.header_link_reserve a::before {
	content: "";
	width: 26px;
	height: 18px;
	display: block;
	background: url("../img/common/icon_inq.svg") center no-repeat;
	background-size: cover;
	margin-bottom: 5px;
}
.header_link_reserve a::before {
	width: 18px;
	height: 19px;
	background: url("../img/common/icon_res.svg") center no-repeat;
	background-size: cover;
}
.header_link_access {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 23px;
	letter-spacing: .09em;
}
.header_link_access a {
	color: #000;
	display: inline-block;
	font-size: 1.3rem;
	padding-left: 18px;
	transition: opacity .3s;
}
.header_link_access a::before {
	content: '';
	display: block;
	width: 10px;
	height: 15px;
	background: url(../img/common/icon_map.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 2px;
}
.header_link_outline {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	letter-spacing: .09em;
}
.header_link_outline a {
	color: #000;
	display: inline-block;
	font-size: 1.3rem;
	padding-left: 18px;
	transition: opacity .3s;
}
.header_link_outline a::before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	background: url("../img/common/icon_outline.svg") no-repeat;
	position: absolute;
	left: 0;
	top: 4px;
}
.header_link_outline a::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: rgba(171,62,50,1.00);
	position: absolute;
	right: -4px;
	top: -2px;
	animation:blink 1s ease-in-out infinite alternate;
}
@keyframes blink{
	0% {opacity:0;}
	80% {opacity:1;}
	100% {opacity:1;}
}
.header_logo a:hover,
.header_link a:hover {
	opacity: .6;
}
.btn_nav {
	display: none;
}
@media only screen and (max-width: 768px) {
	.header {
		min-width: 0;
		height: 65px;
	}
	.header::before {
		height: 65px;
	}
	.header_logo {
		padding: 14px 0 0 10px;
	}
	.header_logo a {
    display: flex;
	}
	.header_logo a img {
		width: 50px;
		margin-right: 0;
	}
	.header_logo a span {
		font-size: 1.55rem;
	}
	.header_logo a span small {
		transform: scale(0.85);
	}
	.header_link {
		/*display: none;*/
		position: fixed;
		bottom: 0;
		flex-wrap: wrap;
		margin: 0;
		width: 100%;
	}
	.header_link_access {
		width: 100%;
		margin: 0;
		justify-content: center;
	}
	.header_link_access a {
		padding: 13px 0 12px;
		background-color: #fff;
		border-top: 1px solid #00889B;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
	}
	.header_link_access a::before {
		position: static;
		margin-right: 8px;
	}
	.header_link_inquiry,
	.header_link_reserve {
		width: 50%;
	}
	.header_link_inquiry a,
	.header_link_reserve a {
		font-size: 1.4rem;
		padding: 13px 0 12px;
		height: auto;
	}
	.header_link_inquiry a span,
	.header_link_reserve a span,
	.header_link_inquiry a::before,
	.header_link_reserve a::before {
		display: none;
	}
	.header_logo a:hover,
	.header_link a:hover {
		opacity: 1;
	}
	.header_logo a:hover,
	.header_btn a:hover {
		opacity: 1;
	}
	.btn_nav {
		-webkit-appearance: none;
		appearance: none;
		display: block;
		width: 65px;
		height: 65px;
		position: fixed;
		top: 0;
		right: 0;
		background: #007B8C;
		z-index: 1000;
		border: 0;
		pointer-events: auto;
	}
	.btn_nav:focus {
		outline: none;
	}
	.btn_nav::after {
		content: 'MENU';
		font-size: 1rem;
		letter-spacing: .1em;
		color: #fff;
		position: absolute;
		left: .15em;
		right: 0;
		bottom: 10px;
		text-align: center;
	}
	.open .btn_nav::after {
		content: 'CLOSE';
	}
	.btn_nav span {
		display: block;
		width: 32px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 20px;
		left: 17px;
		transition: background-color .3s, transform .3s, top .3s;
	}
	.btn_nav span:nth-child(2) {
		top: 27px;
		width: 24px;
	}
	.btn_nav span:nth-child(3) {
		top: 34px;
	}
	.open .btn_nav span:nth-child(1) {
		transform: rotate(45deg);
		top: 26px;
	}
	.open .btn_nav span:nth-child(2) {
		opacity: 0;
		transform: rotate(45deg);
		top: 26px;
	}
	.open .btn_nav span:nth-child(3) {
		transform: rotate(-45deg);
		top: 26px;
	}
}

/*gnav
----------------------------------------*/
.gnav {
	width: 100%;
	margin: 15px 0 0;
	pointer-events: auto;
}
.gnav a {
	transition: opacity .3s;
}
.gnav a:hover {
	opacity: .6;
}
.gnav_list {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
}
.gnav_list li {
	/*width: 100%;*/
	/*text-align: center;*/
	display: flex;
	position: relative;
}
.gnav_list li:last-child {
	display: none;
}
.gnav_list li + li {
	margin-left: 35px;
}
.gnav_list li.new::after {
	content: 'NEW';
	display: block;
	position: absolute;
	top: -15px;
	right: 20px;
	color: #fff;
	background-color: #B7A686;
	font-size: 10px;
	padding: 0 .4em;
}
.gnav_list a {
	width: 100%;
	display: block;
	font-size: 1rem;
	letter-spacing: .05em;
	font-weight: bold;
	color: #737373;
	transition: opacity .3s;
}
.gnav_list a span {
	display: block;
	font-size: 1.4rem;
	letter-spacing: .05em;
	margin-top: 1px;
	color: #000000;
	font-weight: normal;
}
.gnav_list a::after {
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	right: 50%;
	width: 0;
	background: #007B8C;
	transition: width .3s, left .3s, right .3s;
	margin-left: 0;
}
.gnav_list a:hover::after,
.gnav_list li.current a::after {
	width: 100%;
	left: 0;
	right: auto;
}
.gnav_list a:hover {
	opacity: .6;
}
.gnav_link {
	display: none;
}
@media only screen and (max-width: 768px) {
	.gnav {
		display: none;
		margin: 0;
		position: fixed;
		top: 65px;
		left: 0;
		right: 0;
		height: calc(100% - 65px);
		padding: 0 6.4102% 30px;
		overflow: auto;
		background: rgba(0,123,140,.80);
		z-index: 1100;
	}
	.gnav a:hover {
		opacity: 1;
	}
	.gnav_list {
		display: block;
		margin-right: 0;
	}
	.gnav_list li {
		display: block;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, .6);
	}
	.gnav_list li {
		margin-left: 0;
	}
	.gnav_list li:last-child {
		display: block;
	}
	.gnav_list li + li {
		margin-left: 0;
	}
	.gnav_list li + li::before {
		display: none;
	}
.gnav_list li.new::after {
		top: 5px;
	}
	.gnav_list a {
		padding: 12px 0;
		color: #fff;
	}
	.gnav_list a span {
		margin-top: -2px;
		color: #fff;
	}
	.gnav_list a::after {
		display: none;
	}
	.gnav_list a:hover {
		opacity: 1;
	}
	.gnav_link {
		color: #fff;
		text-align: center;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.gnav_link_access {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .15);
	}
	.gnav_link_access a {
		display: block;
		padding: 16px 10px 19px;
	}
	.gnav_link_access a::before {
		content: '';
		display: inline-block;
		width: 12px;
		height: 16px;
		margin-right: 5px;
		vertical-align: -4px;
		background: url(../img/common/icon_access.svg) no-repeat left top / 100% auto;
	}
	.gnav_tel {
		width: 100%;
	}
	.gnav_tel_number a {
		display: block;
		font-size: 3.2rem;
		padding: 15px 0 0;
		letter-spacing: .05em;
	}
	.gnav_tel_number a::before {
		content: '';
		display: inline-block;
		width: 44px;
		height: 26px;
		margin-right: 3px;
		vertical-align: -2px;
		background: url(../img/common/icon_freedial.svg) no-repeat left center / 44px auto;
	}
	.gnav_tel_time {
		font-size: .8rem;
		margin: -3px 0 19px;
		letter-spacing: .1em;
	}
	.gnav_link_inquiry,
	.gnav_link_reserve {
		width: 50%;
	}
	.gnav_link_inquiry a,
	.gnav_link_reserve a {
		display: block;
		background: #641F19;
		font-size: 1.5rem;
		letter-spacing: .08em;
		padding: 15px 10px;
	}
	.gnav_link_reserve a {
		background: #9D8C49;
	}
}

/*contents
----------------------------------------*/
@media only screen and (max-width: 768px) {
}

/*contact_block
----------------------------------------*/
.contact_block {
  background-color: #313131;
	color: #fff;
	padding: 70px 20px 80px;
  text-align: center;
}
.contact_block h2 {
	font-size: 3.6rem;
	font-weight: normal;
	letter-spacing: .09em;
	margin-bottom: 40px;
}
.contact_inner {
}
.contact_btn {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 30px;
}
.contact_btn p {
	width: 280px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	font-size: 1.8rem;
}
.contact_btn p + p {
	margin-left: 20px;
}
.contact_btn p a {
	width: 100%;
	display: block;
	background: #0092A7;
	padding: 16px 15px 15px 17px;
	letter-spacing: .1em;
	transition: opacity .3s;
}
.contact_btn p a:hover {
	opacity: .6;
}
.contact_btn .contact_btn_reserve a {
	background: #AB3E32;
}
.contact_btn p a::after {
	content: '';
	display: block;
	width: 26px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}
.contact_tel {
}
.contact_tel_inner {
	font-size: 1.4rem;
	padding-left: 30px;
	letter-spacing: .1em;
}
.contact_tel_number {
	font-size: 4.1rem;
	line-height: 1.05;
	margin-bottom: 6px;
}
.contact_tel_number a {
	display: inline-block;
	letter-spacing: .05em;
	pointer-events: none;
}
.contact_tel_time {
	font-size: 1.3rem;
	letter-spacing: .1em;
}
@media only screen and (max-width: 768px) {
	.contact_block {
		padding: 30px 5%;
		display: block;
	}
	.contact_block h2 {
		font-size: 2.6rem;
		margin-bottom: 20px;
	}
	.contact_inner {
		padding-left: 0;
	}
	.contact_btn {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.contact_btn p {
		width: 48%;
		font-size: 1.5rem;
	}
	.contact_btn p + p {
		margin-left: 0;
	}
	.contact_btn p a {
		padding: 16px 10px 15px;
		letter-spacing: .05em;
		pointer-events: auto;
	}
	.contact_btn p a:hover {
		opacity: 1;
	}
	.contact_btn p a::after {
		width: 18px;
	}
	.contact_tel {
		display: block;
	}
	.contact_tel h3 {
		width: 100%;
		height: 50px;
		margin-bottom: 20px;
	}
	.contact_tel_inner {
		font-size: 1.3rem;
		padding-left: 0;
		text-align: center;
		letter-spacing: .05em;
	}
	.contact_tel_inner > p:first-child {
		margin-bottom: 10px;
	}
	.contact_tel_number {
		font-size: 3.2rem;
	}
	.contact_tel_number a {
		pointer-events: auto;
	}
	.contact_tel_time {
		font-size: .8rem;
	}
}

/*note_block
----------------------------------------*/
.note_block {
	padding: 52px 20px 54px;
	background: #fff;
}
.note_block ul,
.note_block p {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.note_block li {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.1rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

/*.note_block p {
	font-size: 1.1rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}*/
.note_block p {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	border: none;
	font-size: 1.1rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.note_block p a {
	font-size: 1.2rem;
	padding-bottom: 2px;
	border-bottom: 1px solid #333;
	transition: .4s;
}
.note_block p a img {
	width: 1.1rem;
	vertical-align: -1px
}
.note_block p a:hover {
	opacity: .7;
}


.asterisk {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1rem;
	line-height: 1.8;
}

@media only screen and (max-width: 768px) {
	.note_block {
		width: auto;
		padding: 30px 5%;
	}


}

/*footer
----------------------------------------*/
.footer {
	background: #00889B;
	color: #fff;
	padding: 59px 4.6% 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.footer a[href^="tel:"] {
	pointer-events: none;
}
.footer img {
	display: block;
}
.footer_info {
	font-size: .9rem;
	letter-spacing: .1em;
}
.footer_info p {
	/*margin-left: 36px;*/
}
.footer_info p span {
	font-size: 1.1rem;
}
.footer_info h2 {
	width: 341px;
	margin: 5px 0 15px;
}
.footer_info h2 + p {
	letter-spacing: .2em;
	margin-bottom: 7px;
}
.footer_info h2 a {
	display: block;
	transition: opacity .3s;
}
.footer_info h2 a:hover,
.footer_link li a:hover {
	opacity: .6;
}
.footer_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 1.1rem;
	letter-spacing: .2em;
	margin: 0 4px 24px 0;
}
.footer_link li a {
	transition: opacity .3s;
}
.footer_link li + li {
	margin-left: 15px;
	padding-left: 18px;
}
.footer_link li + li::before {
	content: '';
	display: block;
	width: 1px;
	left: 0;
	position: absolute;
	top: 3px;
	bottom: 3px;
	background: #fff;
}
.footer .copyright {
	font-size: .9rem;
	letter-spacing: .2em;
	display: block;
	margin: 0 7px 1px 0;
}
@media only screen and (max-width: 768px) {
	.footer {
		padding: 40px 5% 110px;
		display: block;
	}
	.footer a[href^="tel:"] {
		pointer-events: auto;
	}
	.footer_info {
		margin-bottom: 30px;
	}
	.footer_info h2 {
		width: 100%;
		max-width: 341px;
		margin: 5px 0 15px;
	}
	.footer_info h2 a:hover,
	.footer_link li a:hover {
		opacity: 1;
	}
	.footer_link {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 24px;
	}
	.footer_link li + li {
		margin-left: 10px;
		padding-left: 12px;
	}
	.footer .copyright {
		letter-spacing: .02em;
		text-align: center;
		margin: 0;
	}
}

/*inview
----------------------------------------*/
.inview {
	opacity: 0;
	transform: translateY(100px);
}
.inview.show {
	animation-fill-mode: forwards;
	animation-duration: .8s;
	animation-name: movey;
}
@keyframes movey {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



/*page-title
----------------------------------------*/

.page-title h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #ffffff;
	font-weight: normal;
	font-size: 1.8rem;
	letter-spacing: .1em;
	text-align: center;

}
.page-title span {
	font-size: 3.3rem;
	font-weight: normal;
	display: block;
	font-family: 'EB Garamond', serif;
}


@media only screen and (max-width: 768px) {

	.page-title h2 {
	    font-size: 1.4rem;
    }

    .page-title span {
	    font-size: 3rem;
    }

}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 0;
  background: #2fa9bb;
  opacity: 1;
	z-index: 999;
	transition: .4s;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
	#page_top{
		display: none !important;
	}
}
.wrapper ~ img,
.wrapper02 ~ img {
	height: 0;
}

.slideInWrap {
	overflow: hidden;
}
.slideIn {
	transform: translateX(-100%);
  overflow: hidden;
  transition: transform 0.8s ease-in-out;
	display: block;
}
.slideIn img {
	transform: translateX(100%);
	transition: transform 0.8s ease-in-out;
}
.slideIn.is-show {
	transform: translateX(0);
}
.slideIn.is-show img {
	transform: translateX(0);
}