@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;500;600&family=Shippori+Mincho+B1:wght@400;500;600&display=swap');

/* オリジナルのレイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
}
body {
	color: #000;
	font-family: 'Cormorant Infant', 'Shippori Mincho B1', 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;
}
body:not(.home) .wrapper {
	background: transparent linear-gradient(150deg, #FBF7F2 0%, #F3F1EC 100%) 0% 0% no-repeat padding-box;
	/*background: #fff;*/
}

@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: 'Cormorant Infant', serif;
}
.mincho {
	font-family: 'Shippori Mincho B1', serif;
}
sup {
	font-size: .7em;
}

/*header
----------------------------------------*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	z-index: 2000;
	min-width: 1200px;
	pointer-events: none;
}
.header::before {
	content: '';
	display: block;
	/*background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.6) 70%,rgba(0,0,0,0.5) 100%);*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	transition: opacity .3s;
}
.header.bg::before {
	background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.6) 70%,rgba(255,255,255,0.5) 100%);
}
.header img {
	display: block;
	margin: 0 auto;
}
.header_logo {
	padding: 20px 0 15px 35px;
	pointer-events: auto;
	transition: .3s;
}
.header.bg .header_logo {
	padding: 20px 0 15px 35px;
}
.login .header_logo,
.limited_header .header_logo,
.visitor_header .header_logo {
	padding: 20px 0 20px 35px;
	pointer-events: auto;
	transition: .3s;
}
.login .header.bg .header_logo,
.limited_header .header.bg .header_logo,
.visitor_header .header.bg .header_logo {
	padding: 20px 0 20px 35px;
}
.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: 367px;
	/*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;
	padding-top: 18px;
}
.header_link {
	margin: 20px 20px 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	pointer-events: auto;
}
.header_link span {
	/*color: #ffffff;*/
}
.header_link_entry {
	width: 160px;
	text-align: center;
	display: flex;
}
.header_link_entry a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #87A0C7;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8;
	height: 45px;
	transition: opacity .3s;
}
.header_link_reserve {
	width: 160px;
	text-align: center;
	display: flex;
	margin-left: 15px;
}
.header_link_reserve a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #B45547;
	/*border: 1px solid #B45547;*/
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8;
	height: 45px;
	transition: opacity .3s;
}
.header_link_login {
	width: 160px;
	text-align: center;
	display: flex;
	margin-right: 15px;
}
.header_link_login a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #8CB8A9;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8;
	height: 45px;
	transition: opacity .3s;
}
.header_link_back {
	width: 160px;
	text-align: center;
	display: flex;
}
.header_link_back + .header_link_back {
	margin-left: 20px;
}
.header_link_back a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #666;
	color: #1C0C00;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8;
	height: 45px;
	transition: opacity .3s;
}
.header_link_access {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*margin-right: 18px;*/
	letter-spacing: .1em;
}
.header_link_access a {
	color: #1C0C00;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	padding-left: 15px;
	transition: opacity .3s;
	letter-spacing: 0;
}
.header_link_access a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: solid 2px #1C0C00;
  border-right: solid 2px #1C0C00;
  position: absolute;
  left: 0;
  top: 5px;
	transform: rotate(45deg);
}
.header_link_outline {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	letter-spacing: .1em;
	margin-right: 20px;
}
.header_link_outline a {
	/*color: #fff;*/
	display: inline-block;
	font-size: 1.2rem;
	padding-left: 15px;
	transition: opacity .3s;
	letter-spacing: 0;
}
.header_link_outline a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: solid 2px #1C0C00;
  border-right: solid 2px #1C0C00;
  position: absolute;
  left: 0;
  top: 5px;
	transform: rotate(45deg);
}
.header_link_outline a::after {
	content: 'NEW';
	display: block;
	position: absolute;
	top: -14px;
	left: 5px;
	color: #fff;
	background-color: #A04436;
	font-size: 9px;
	padding: 0.2em .4em 0.1em 0.3em;
	line-height: 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: 50px;
	}
	.header::before {
		height: 50px;
	}
	.header_logo,
	.header.bg .header_logo {
		padding: 10px 0 0 15px;
		z-index: 1200;
	}
	.header_logo a {
    display: flex;
	}
	.header_logo a img {
		width: 183px;
		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_outline,
	.header_link_access {
		display: none;
	}
	.header_link_access {
		width: 100%;
		margin: 0;
		justify-content: center;
	}
	.header_link_access a {
		padding: 13px 0 12px;
		background-color:#87A0C7;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		color: #fff;
	}
	.header_link_access a::before {
		position: static;
		margin-right: 8px;
		display: none;
	}
	.limited_header .header_link_access {
		display: block;
	}

	.header_link_entry,
	.header_link_reserve.not_limited,
	.header_link_login {
		width: calc(100% / 3);
		margin: 0;
	}
	.header_link_entry a,
	.header_link_login a {
		font-size: 1.4rem;
		padding: 13px 0 12px;
		height: auto;
	}
	.header_link_entry a {
		font-size: 1.3rem;
		padding: 13px 0 12px;
		height: auto;
	}
	.header_link_back {
		width: 36%;
		margin: 0;
	}
	.login .header_link_back {
		width: 100%;
	}
	.visitor_header .header_link_back {
		width: 50%;
		margin: 0;
	}
	.header_link_reserve {
		width: 28%;
		margin: 0;
	}
	.header_link_back + .header_link_back,
	.header_link_reserve:not(.not_limited) {
		border-left: 1px solid #fff;
		margin: 0;
	}
	.header_link_back a {
		font-size: 1.2rem;
		padding: 13px 0 12px;
		height: auto;
		border: none;
		background-color: #8CB8A9;
		color: #fff;
	}
	.header_link_reserve a {
		font-size: 1.3rem;
		padding: 13px 0 12px;
		height: auto;
		border: none;
	}
	.header_link_entry a span,
	.header_link_entry 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: 55px;
		height: 55px;
		position: fixed;
		top: 0;
		right: 0;
		background-color: transparent;
		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: #1C0C00;
		position: absolute;
		left: .15em;
		right: 0;
		bottom: 10px;
		text-align: center;
	}
	.open .btn_nav::after {
		content: 'CLOSE';
	}
	.btn_nav span {
		display: block;
		width: 30px;
		height: 2px;
		background: #1C0C00;
		position: absolute;
		top: 10px;
		left: 13px;
		transition: background-color .3s, transform .3s, top .3s;
	}
	.btn_nav span:nth-child(2) {
		top: 17px;
		width: 30px;
	}
	.btn_nav span:nth-child(3) {
		top: 24px;
	}
	.open .btn_nav span:nth-child(1) {
		transform: rotate(35deg);
		top: 16px;
	}
	.open .btn_nav span:nth-child(2) {
		opacity: 0;
		transform: rotate(45deg);
		top: 16px;
	}
	.open .btn_nav span:nth-child(3) {
		transform: rotate(-35deg);
		top: 16px;
	}
}

/*gnav
----------------------------------------*/
.gnav {
	width: 100%;
	margin: 0;
	pointer-events: auto;
}
.gnav a {
	transition: opacity .3s;
}
.gnav a:hover {
	opacity: .6;
}
.gnav_list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	margin: 0 auto;
}
.gnav_list li {
	width: calc(100% / 9);
	/*width: 100%;*/
	/*text-align: center;*/
	/*display: flex;*/
	position: relative;
	/*display: none;*/
	text-align: center;
}
.gnav_list li:nth-last-child(2),
.gnav_list li:last-child {
	display: none;
}
.gnav_list li + li {
	/*margin-left: 25px;*/
}
.gnav_list li + li::before {
	content: "";
	width: 1px;
	height: 24px;
	position: absolute;
	left: 0;
	top: calc(50% - 12px);
	background-color: #1C0C00;
	opacity: 0.4;
}
.gnav_list li:nth-child(2)::after,
.gnav_list li:nth-child(4)::after,
.gnav_list li:nth-child(7)::after,
.gnav_list li:nth-child(10)::after,
.gnav_list li:nth-child(12)::after,
.gnav_list li:nth-child(13)::after {
	content: 'NEW';
	display: block;
	position: absolute;
	top: -12px;
	right: 5px;
	color: #fff;
	background-color: #A04436;
	font-size: 10px;
	padding: 0.2em .4em;
	line-height: 1;
}
.gnav_list a {
	width: 100%;
	display: block;
	font-size: 1rem;
	letter-spacing: .05em;
	font-weight: bold;
	color: #1C0C00;
	transition: opacity .3s;
	padding: 0 0 10px;
}
.gnav_list a span {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .05em;
	margin-top: 1px;
	color: #1C0C00;
	line-height: 1.4;
}
.gnav_list a span small {
	display: block;
	font-size: 1rem;
}
.gnav_list a::after {
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	width: 0;
	background: linear-gradient(to right,  rgba(28,12,0,0.3) 0%,rgba(28,12,0,1) 50%,rgba(28,12,0,0.3) 100%);
	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 li a.off {
	opacity: 0.3;
	pointer-events: none;
}
.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: 0;
		left: 0;
		right: 0;
		height: 100%;
		padding: 80px 6.4102% 30px;
		overflow: auto;
		background: rgba(255,255,255,0.9);
		z-index: 990;
	}
	.gnav a:hover {
		opacity: 1;
	}
	.gnav_list {
		width: 100%;
		display: block;
		margin-right: 0;
	}
	.gnav_list li {
		display: block;
		text-align: center;
	}
	.gnav_list li {
		width: 100%;
		margin-left: 0;
		/*margin-bottom: 5px;*/
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.gnav_list li:nth-last-child(2),
	.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: 10px 0;
	}
	.gnav_list a span {
		display: inline;
    padding-left: 20px;
	}
	.gnav_list a span small {
		display: none;
	}
	.gnav_list a span::after {
		content: '';
		width: 5px;
		height: 5px;
		border-top: solid 2px #1C0C00;
		border-right: solid 2px #1C0C00;
		position: absolute;
		left: 0;
		top: 5px;
		transform: rotate(45deg);
	}
	.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: #ffffff;
	color: #000000;
	padding: 0 0 65px;
  text-align: center;
	border-top: 1px solid #EEEAE1;
	border-bottom: 1px solid #EEEAE1;
}
.contact_block.contact_limited {
	padding: 60px 20px;
}
.contact_block h2 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .1em;
	margin-bottom: 10px;
}
.contact_block h2 small {
	font-size: 1.4rem;
}
.contact_block h2 + p {
	font-size: 1.2rem;
}
.contact_inner {
	/*transform: translateY(-65px);*/
	padding-top: 60px;
}
.home .contact_inner {
	/*transform: translateY(-65px);*/
	padding-top: 0;
}
.contact_limited .contact_inner {
	transform: translateY(0);
	padding-top: 0;
}
.entry_btn {
	width: 800px;
	margin: 0 auto 30px;
	text-align: left;
	background-color: #ffffff;
	z-index: 10;
}
.contact_inner .entry_btn {
	margin-bottom: 68px;
}
.home .contact_inner .entry_btn {
	margin-bottom: -66px;
}
.entry_btn a {
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 38px;
	width: 100%;
	height: 120px;
	background: #87A0C7;
	box-shadow: 0px 4px 6px rgba(0,0,0,.3);
	/*border: 1px solid #bba981;*/
	position: relative;
	z-index: 100;
	transition: .5s;
}
.entry_btn a strong {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 3.1rem;
	font-size: 2.2rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	width: 230px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffffff;
}
.entry_btn a strong::after {
	content: "";
	width: 21px;
	height: 5px;
	background: url("../img/common/arrow.svg") center no-repeat;
	background-size: contain;
	margin-right: 20px;
	transition: .4s;
}
.entry_btn a:hover {
	opacity: .8;
}
.entry_btn a:hover strong::after {
	margin-right: 10px;
}
.entry_btn a small {
	font-size: 0.75em;
}
.contact_btn {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 20px 0 60px;
}
.contact_btn p {
	width: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	font-size: 1.6rem;
}
.contact_btn p + p {
	margin-left: 20px;
}
.contact_btn p a {
	color: #ffffff;
	width: 100%;
	display: block;
	background: #87A0C7;
	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: #B45547;
}
.contact_btn .contact_btn_map a {
	background: #CFC3AA;
}
.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;
	letter-spacing: .1em;
}
.contact_tel_number {
	font-size: 4.2rem;
	line-height: 1.05;
	margin-bottom: 10px;
}
.contact_tel_number a {
	display: inline-block;
	letter-spacing: .05em;
	pointer-events: none;
}
.contact_tel_time {
	font-size: 1.2rem;
	letter-spacing: .1em;
}
@media only screen and (max-width: 768px) {
	.contact_block {
		padding: 40px 0;
		display: block;
	}
	.home .contact_block {
		padding: 0 0 40px;
	}
	.contact_block.contact_limited {
		padding: 40px 0;
	}
	.contact_block h2 {
		font-size: 1.8rem;
	}
	.contact_block h2 small {
		font-size: 1.2rem;
	}
	.contact_inner {
		/*transform: translateY(-75px);
		margin-bottom: -40px;*/
		padding-top: 0;
	}
	.contact_limited .contact_inner {
		margin-bottom: 0;
	}
	.entry_btn {
		width: 90%;
	}
	.contact_inner .entry_btn {
		margin-bottom: 30px;
	}
	.home .contact_inner .entry_btn {
		margin-bottom: 0;
	}
	.entry_btn a {
		font-size: 1.3rem;
		display: block;
		text-align: center;
		line-height: 1.8;
		padding: 15px 10px;
		height: auto;
	}
	.entry_btn a strong {
		font-size: 2rem;
		width: 200px;
		margin: 10px auto;
		padding: 0 10px 5px;
	}
	.entry_btn a strong::after {
		margin-right: 10px;
	}
	.contact_btn {
		/*justify-content: space-between;*/
		margin-bottom: 40px;
		display: block;
	}
	.contact_btn p {
		max-width: 300px;
		width: 100%;
		font-size: 1.5rem;
		margin: 0 auto;
	}
	.contact_btn p + p {
		margin: 10px auto 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.6rem;
	}
	.contact_tel_number a {
		pointer-events: auto;
	}
	.contact_tel_time {
		font-size: .8rem;
	}
}


.login_block {
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	background: url("../img/login/bg.jpg") center no-repeat;
	background-size: cover;
	/*min-height: 440px;*/
	padding-top: 66px;
	margin-bottom: 66px;
	display: none;
	position: relative;
}
.login_block::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(4px);
}
.contact_inner .login_block {
	padding-top: 0;
}
.home .login_block {
	display: flex;
	/*padding-top: 96px;*/
	/*padding-bottom: 50px;*/
	flex-direction: column;
	padding: 50px 0;
}
.home .contents .login_block {
	margin-bottom: 0;
}
.home .login_block > p {
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
.login_block > div:not(.entry_btn) {
	width: 90%;
	position: relative;
	z-index: 10;
}

.login_block .inner{
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.login_block .inner h2 {
	font-size: 3.1rem;
	letter-spacing: 0.2em;
	color: #1C0C00;
	margin-bottom: 20px;
}
.login_block .inner h2 + div {
	display: flex;
	justify-content: center;
}
.login_block .inner h2 + div > div {
	border: 4px solid rgba(255,255,255,1);
	/*background: url("../img/limited/ttl_bg.jpg") center no-repeat;*/
	background: url("../img/visitor/ttl_bg.jpg") center no-repeat;
	background-size: cover;
	padding: 20px 30px 30px;
	position: relative;
}
.login_block .inner h2 + div > div + div {
	margin-left: 40px;
	background: url("../img/visitor/ttl_bg.jpg") center no-repeat;
	background-size: cover;
}
.login_block .inner h2 + div > div::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background-color: rgba(0,0,0,.5);*/
	z-index: 0;
}
.login_block .inner div p {
	font-size: 2rem;
	letter-spacing: 0.1em;
	color: #000000;
	font-weight: 500;
	margin-bottom: 30px;
	padding-bottom: 1em;
	/*display: inline-block;*/
	/*border: 1px solid;*/
	/*background-color: rgba(255,255,255,0.1);*/
	border-bottom: 1px solid rgba(0,0,0,1);
	position: relative;
	z-index: 1;
}


@media only screen and (max-width: 768px) {
	.login_block .inner{
		width: 100%;
	}
	.login_block {
		/*min-height: 400px;*/
		/*margin-top: -76px;
		padding-top: 66px;*/
		margin-bottom: 40px;
	}
	.home .login_block {
		padding: 40px 0;
	}
	.contact_inner .login_block {
		margin-top: 0;
		padding-top: 0;
	}
	.home .login_block > p {
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	.login_block .inner h2 + div {
		display: block;
	}
	.login_block .inner h2 + div > div {
		padding: 20px 15px;
	}
	.login_block .inner h2 + div > div + div {
		margin: 15px 0 0;
	}
	.login_block .inner div p {
		font-size: 1.6rem;
		padding-bottom: 1em;
	}
}

/* form リセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
	box-sizing: border-box;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

form {
	display: flex;
	justify-content: center;
	line-height: 60px;
	position: relative;
	z-index: 1;
}
input[type="password"] {
	background-color: rgba(255,255,255,1);
	padding: 0 24px;
	width: 320px;
	height: 60px;
	display: block;
	color: #000;
	line-height: 60px;
}
input[type="password"]::placeholder {
	color: #999999;
	font-size: 1.3rem;
	font-family: 'Shippori Mincho B1', serif;
	letter-spacing: 0.1em;
	line-height: 60px;
}
input[type="button"] {
	font-size: 1.4rem;
	letter-spacing: .2em;
	background-color: #8CB8A9;
	color: #fff;
	width: 120px;
	height: 60px;
	text-align: center;
	display: block;
	transition: .4s;
	line-height: 60px;
}
input[type="button"]:hover {
	background-color: #fff;
	color: #8CB8A9;
}
input[type="button"].btn02 {
	background-color: #8CB8A9;
}
input[type="button"].btn02:hover {
	background-color: #fff;
	color: #8CB8A9;
}
.err_txt {
	position: absolute;
	margin-top: 20px;
	font-size: 1.4rem;
	letter-spacing: .1em;
	color: #c00;
	left: 0;
	right: 0;
	z-index: 1;
}
@media only screen and (max-width: 768px) {
	input[type="password"] {
		max-width: 320px;
		width: 68%;
		height: 50px;
		line-height: 50px;
	}
	input[type="password"]::placeholder {
		line-height: 50px;
	}
	input[type="button"] {
		max-width: 134px;
		width: 32%;
		height: 50px;
		line-height: 50px;
	}
}


/*note_block
----------------------------------------*/
.note_block {
	padding: 30px 20px 0;
	background: #f3f1ed;
	color: #0F0600;
}
.note_block ul,
.note_block p {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.note_block li {
	margin-left: 1em;
	text-indent: -1em;
	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 #0F0600;
	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: 20px 5%;
	}
	.note_block ul,
	.note_block p {
		padding-bottom: 20px;
	}

}

.yokoku {
	color: #fff;
	background-color: #0F0600;
	padding: 40px 0;
}
.yokoku dl {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}
.yokoku dt {
	font-size: 1.2rem;
	margin-right: 60px;
}
.yokoku dd {
	font-size: 1rem;
	line-height: 1.8;
}
@media only screen and (max-width: 768px) {
	.yokoku {
		padding: 20px 0;
	}
	.yokoku dl {
		flex-direction: column;
	}
	.yokoku dt {
		margin: 0 0 10px;
	}
}


/*footer
----------------------------------------*/
.footer {
	background: #ffffff;
	color: #000000;
	padding: 59px 4.6% 54px;
	display: flex;
	justify-content: space-between;
	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% 80px;
		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);
}
.inview02 {
	opacity: 0;
	filter: blur(10px);
}
.inview03 {
	opacity: 0;
	filter: blur(10px);
	animation-fill-mode: forwards;
	animation-duration: 2.6s;
	animation-name: movey04;
}
.inview04 {
	opacity: 0;
	filter: blur(10px);
	animation-fill-mode: forwards;
	animation-duration: 2.2s;
  animation-delay: 1.4s;
	animation-name: movey04;
}
.inview-slide {
	opacity: 0;
	transform: translateX(-100px);
}
.inview-slide02 {
	opacity: 0;
	transform: translateX(100px);
}
.inview.show {
	animation-fill-mode: forwards;
	animation-duration: 1.6s;
	animation-name: movey;
	filter: blur(0);
}
.inview02.show {
	animation-fill-mode: forwards;
	animation-duration: 1.6s;
  animation-delay: 1s;
	animation-name: movey04;
	filter: blur(0);
}
.inview-slide.show {
	animation-fill-mode: forwards;
	animation-duration: 2s;
	animation-name: movey02;
}
.inview-slide02.show {
	animation-fill-mode: forwards;
	animation-duration: 2s;
	animation-name: movey03;
}
@keyframes movey {
	0% {
		opacity: 0;
		transform: translateY(100px);
		filter: blur(5px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		filter: blur(0);
	}
}
@keyframes movey04 {
	10% {
		opacity: 0;
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		filter: blur(0);
	}
}
@keyframes movey02 {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes movey03 {
	0% {
		opacity: 0;
		transform: translateX(100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}




/*page-title
----------------------------------------*/

.page-title h2 {
	width: 1000px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #1C0C00;
	font-weight: 600;
	font-size: 1.6rem;
	letter-spacing: .1em;
	margin: 100px auto 0;
	text-shadow: 0 0 10px rgba(255,255,255,1),0 0 10px rgba(255,255,255,1);
}
.page-title span {
	font-size: 4.6rem;
	font-weight: 500;
	padding-right: 50px;
}


@media only screen and (max-width: 768px) {
	.page-title h2 {
		font-size: 1.4rem;
		padding: 0 30px;
		display: block;
		margin: 0 auto;
	}
	.page-title span {
		font-size: 3rem;
		display: block;
	}
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  /*right: 20px;*/
  right: 0;
  bottom: 0;
  background: #CFC3AA;
  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,
.footer ~ 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);
}


.fixed_link {
	position: fixed;
	right: 0;
	bottom: 195px;
}
.fixed_link span {
	color: #ffffff;
}
.fixed_link .fixed_link_login a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50px;
	background: #8CB8A9;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	writing-mode: vertical-rl;
	letter-spacing: .2em;
	line-height: 1;
	transition: opacity .3s;
	padding: 2em 0;
	pointer-events: auto;
	position: relative;
}
.fixed_link .fixed_link_login a:hover {
	opacity: .7;
}
.fixed_link .fixed_link_reserve a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50px;
	background: #B45547;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	writing-mode: vertical-rl;
	letter-spacing: .2em;
	line-height: 1;
	transition: opacity .3s;
	padding: 2em 0;
	pointer-events: auto;
	position: relative;
	margin-bottom: 5px;
}
.fixed_link .fixed_link_reserve a:hover {
	opacity: .7;
}
@media only screen and (max-width: 768px) {
	.fixed_link {
		display: none;
	}
}



