@charset "utf-8";
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
body {
	-webkit-font-smoothing: antialiased;
}
@media all and (min-width: 1000px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (min-width: 1500px) {
	html {
		font-size: 68.63%;
	}
}
@media all and (max-width: 999px) {
	html {
		font-size: calc(1000vw / 365);
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	html {
		font-size: 1.917vw;
	}
}
@media all and (min-width: 1000px) {
	.comMenuBg .sp {
		display: none !important;
	}
	body.fixed {
		overflow-y: scroll;
	}
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (max-width: 999px) {
	.comMenuBg .pc {
		display: none !important;
	}
	.comMenuBg .sp {
		display: block;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
#container {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
.noScroll {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}
.noScroll body {
	-webkit-overflow-scrolling: auto;
}
#cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #fff;
	transition: all 0.4s;
}
.hideCover #cover {
	opacity: 0;
	visibility: hidden;
}
.dli-loading-1 {
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -1.45rem 0 0 -1.45rem;
	color: #6E6A66;
	line-height: 1;
	width: 2.9rem;
	height: 2.9rem;
	border: 0.03em solid currentColor;
	border-top-color: rgba(102, 102, 102, 0.3);
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotate 1s linear infinite;
	z-index: 10001;
	transition: all 0.4s;
}
.dli-loading-1.hide {
	opacity: 0;
	visibility: hidden;
}
@keyframes rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 3.7rem 4.8rem 0;
	box-sizing: border-box;
	z-index: 99;
	transition: opacity 0.5s, visibility 0.5s;
	font-family: YakuHanMP, "Noto Sans JP", sans-serif;
}
#gHeader.hide {
	opacity: 0;
	visibility: hidden;
}
#gHeader .language {
	position: relative;
	width: fit-content;
}
#gHeader .language p {
	padding: 0 0 0.8rem 1.3rem;
	color: #fff;
	font-size: max(10px,1.1rem);
	background: url(../renew2025/img/common/icon01.png) no-repeat left top 0.7rem;
	background-size: 0.6rem auto;
	cursor: pointer;
}
#gHeader .language ul {
	position: absolute;
	left: -0.5rem;
	top: 100%;
	width: 16.9rem;
	padding-right: 0.5rem;
	font-size: max(10px,1rem);
	text-align: center;
	border: 1px solid #919191;
	background-color: #4D4643;
	border-radius: 0.7rem;
	box-sizing: border-box;
	display: none;
}
#gHeader .language li {
	display: inline-block;
	position: relative;
}
#gHeader .language li:not(:first-child)::before {
	position: absolute;
	left: -0.3rem;
	top: 1.3rem;
	width: 0.2rem;
	height: 0.2rem;
	background-color: #fff;
	border-radius: 100%;
	content: "";
}
#gHeader .language a {
	padding: 0.6rem 1.15rem 0.7rem;
	color: #fff;
	display: inline-block;
}
#gHeader .language a[data-stt-active] {
	opacity: 0.3;
}
#gHeader .hList {
	position: absolute;
	right: 13.5rem;
	top: 3.8rem;
	display: flex;
	flex-direction: row-reverse;
	font-size: max(10px,1.2rem);
	font-weight: 500;
}
#gHeader .hList a {
	padding-left: 1.9rem;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.02em;
	background: url(../renew2025/img/common/icon03.png) no-repeat left top 0.5rem;
	background-size: 1.3rem auto;
}
#gHeader .hList .hTel {
	margin-right: 2.9rem;
}
#gHeader .hList .hTel a {
	padding-left: 1.4rem;
	background: url(../renew2025/img/common/icon02.png) no-repeat left top 0.6rem;
	background-size: 1rem auto;
}
#gHeader .logo {
	width: 9.9rem;
	position: absolute;
	left: 50%;
	top: 4rem;
	transform: translateX(-50%);
}
#gHeader .logo img {
	transition: .3s;
}
#gHeader .logo .off {
	display: none;
}
#gHeader.whiteShow .logo .on {
	display: block !important;
}
#gHeader.whiteShow .logo .off {
	display: none !important;
}
.menu {
	width: 5rem;
	height: 5rem;
	position: absolute;
	right: 4.9rem;
	top: 2.2rem;
	cursor: pointer;
	transition: .3s;
	overflow: hidden;
}
.menu > span {
	width: 4rem;
	height: 1px;
	position: absolute;
	top: 2.3rem;
	left: 0.5rem;
	transition: all 0.3s;
	overflow: hidden;
}
.menu .bottom {
	top: 2.9rem;
}
.menu .line02 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
}
.menu .line01 {
	height: 100%;
	display: block;
	width: 100%;
	background-color: rgba(255,255,255,0.2);
}
.menu.on .top {
	transform: translateY(0.2rem) translateX(0) rotate(22deg);
}
.menu.on .bottom {
	transform: translateY(-0.4rem) translateX(0) rotate(-22deg);
}
.menu.active .top .line02 {
	animation: line 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.menu.active .bottom .line02 {
	animation: line 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards 0.1s;
}
@keyframes line {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(100%);
	}
	50.001% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
#gHeader .language.background--light p {
	color: #4D4643;
	background-image: url(../renew2025/img/common/icon01_on.png);
}
#gHeader .hList.background--light a {
	color: #4D4643;
	background-image: url(../renew2025/img/common/icon03_on.png);
}
#gHeader .hList.background--light .hTel a {
	background-image: url(../renew2025/img/common/icon02_on.png);
}
.menu.background--light .line02 {
	background: #4D4643;
}
.menu.background--light .line01 {
	background: #4D4643;
	opacity: 0.2;
}
#gHeader .logo.background--light .on {
	display: none;
}
#gHeader .logo.background--light .off {
	display: block;
}
#gHeader.white .language.background--light p,
#gHeader.whiteShow .language.background--light p {
	color: #fff;
	background-image: url(../renew2025/img/common/icon01.png);
}
#gHeader.white .hList.background--light a,
#gHeader.whiteShow .hList.background--light a {
	color: #fff;
	background-image: url(../renew2025/img/common/icon03.png);
}
#gHeader.white .hList.background--light .hTel a,
#gHeader.whiteShow .hList.background--light .hTel a {
	background-image: url(../renew2025/img/common/icon02.png);
}
#gHeader.white .menu.background--light .line02,
#gHeader.whiteShow .menu.background--light .line02 {
	background: #fff;
}
#gHeader.white .menu.background--light .line01,
#gHeader.whiteShow .menu.background--light .line01 {
	background: #fff;
}
#gHeader.white .logo {
	display: none !important;
}
.menuBox {
	position: fixed;
	left: 1.5rem;
	right: 1.5rem;
	top: 1.4rem;
	height: calc(100% - 1.4rem);
	box-sizing: border-box;
	z-index: 98;
	overflow-y: scroll;
	background-color: rgba(75,60,54,0.93);
	border-radius: 2.5rem 2.5rem 0 0;
	display: none;
}
.menuBg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #F4F1ED;
	display: none;
	z-index: 5;
}
@media all and (min-width: 1000px)and (max-width: 1300px) {
	#gHeader .language ul {
		width: 17.5rem;
		min-width: 160px;
	}
}
@media all and (min-width: 1000px) {
	#gHeader .language ul {
		min-width: 160px;
	}
	#gHeader.white .menu.background--light.hover .top .line02,
	#gHeader.whiteShow .menu.background--light.hover .top .line02,
	.menu.hover .top .line02 {
		animation: line 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
	}
	#gHeader.white .menu.background--light.hover .bottom .line02,
	#gHeader.whiteShow .menu.background--light.hover .bottom .line02,
	.menu.hover .bottom .line02 {
		animation: line 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards 0.1s;
	}
	.pad .menu.hover .top .line02 {
		animation: none;
	}
	.pad .menu.hover .bottom .line02 {
		animation: none;
	}
	#gHeader .hList a:hover {
		opacity: 0.5;
	}
	.pad #gHeader .hList a:hover {
		opacity: 1;
	}
	#gHeader .language li:not(.on) a:hover {
		opacity: 0.5;
	}
	.pad #gHeader .language li:not(.on) a:hover {
		opacity: 1;
	}
	.menuBox .comMenuBg {
		padding: 0;
		height: 100%;
		min-height: 65rem;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.menuBox .comMenuBg .menuNaviTtl {
		margin-bottom: 3rem;
	}
	.menuBox .comMenuBg .menuSub02 {
		margin-left: 12rem;
	}
	.menuBox .comMenuBg .menuSns {
		margin: -2.4rem 4rem 7.3rem 0;
	}
	.menuBox .comMenuBg .menuBtn {
		right: -3rem;
		bottom: -0.5rem;
	}
}
@media all and (min-width: 1000px) {
	#gHeader .hList .hTel {
		display: none;
	}
}
@media all and (max-width: 999px) {
	#gHeader {
		padding: 2.4rem 2.5rem 0;
	}
	#gHeader .language p {
		padding-left: 1.1rem;
		font-size: 1.1rem;
	}
	#gHeader .language ul {
		font-size: 1rem;
	}
	#gHeader .hList {
		right: 2.5rem;
		top: 6rem;
		display: block;
		font-size: 1.1rem;
	}
	#gHeader .hList li {
		width: fit-content;
		margin-left: auto;
	}
	#gHeader .hList a {
		letter-spacing: 0.02em;
		background-position: left top 0.3rem;
	}
	#gHeader .hList .hTel {
		margin: 1.4rem 0 0 auto;
	}
	#gHeader .hList .hTel a {
		background-position: left top 0.4rem;
	}
	#gHeader.white .hList {
		display: none;
	}
	#gHeader .logo {
		width: 7rem;
		top: 2.5rem;
	}
	.menu {
		height: 5rem;
		right: 1.5rem;
		top: 0.7rem;
	}
	.menu > span {
		top: 2.4rem;
		width: 2.7rem;
		left: 1.1rem;
		overflow: hidden;
	}
	.menu .bottom {
		top: 2.8rem;
	}
	.menu.on .top {
		transform: translateY(-0.1rem) translateX(-0.3rem) rotate(25deg);
	}
	.menu.on .bottom {
		top: 2.9rem;
		transform: translateY(-0.6rem) translateX(-0.3rem) rotate(-25deg);
	}
	.menuBox {
		left: 0.9rem;
		right: 0.9rem;
		top: 0.8rem;
		height: calc(100% - 0.9rem);
		border-radius: 1.2rem 1.2rem 0 0;
	}
	.menuBox .comMenuBg {
		padding: 5.1rem 2.5rem;
	}
	.menuBox .comMenuBg .menuNaviTtl {
		margin-bottom: 1.1rem;
	}
	.menuBox address {
		margin: 5.6rem 0 0;
		font-size: 1.1rem;
		text-align: center;
		font-weight: 300;
	}
}
/*------------------------------------------------------------
	comMenuBg
------------------------------------------------------------*/
.comMenuBg {
	padding: 9.9rem 0 2.9rem;
	position: relative;
	color: #fff;
	line-height: 1.5;
	font-size: max(10px,1.5rem);
	font-weight: 400;
	overflow: hidden;
	font-feature-settings: "palt";
	border-radius: 2rem 2rem 0 0;
	font-family: YakuHanMP, "Noto Sans JP", sans-serif;
}
.comMenuBg a {
	display: block;
	color: #fff;
}
.comMenuBg .menuWid {
	width: 88rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.comMenuBg .menuSub01 {
	width: 18rem;
}
.comMenuBg .menuLink li:not(:last-child) {
	margin-bottom: 0.8rem;
}
.comMenuBg .menuLink a {
	display: inline-block;
	font-weight: 300;
	font-size: max(10px,2.4rem);
	letter-spacing: 0.03em;
}
.comMenuBg .menuLink .target a {
	padding-right: 1.7rem;
	background: url(../renew2025/img/common/icon28.png) no-repeat right center;
	background-size: 1rem auto;
}
.comMenuBg .menuList {
	margin-top: 2.6rem;
}
.comMenuBg .menuList li:not(:last-child) {
	margin-bottom: 1rem;
}
.comMenuBg .menuLink li.on a,
.comMenuBg .menuList li.on a {
	opacity: 0.5;
}
.comMenuBg .menuList a {
	display: inline-block;
	font-weight: 300;
	font-size: max(10px,1.8rem);
	letter-spacing: 0.03em;
}
.comMenuBg .menuList .target a {
	padding-right: 1.7rem;
	background: url(../renew2025/img/common/icon11.png) no-repeat right center;
	background-size: 1rem auto;
}
.comMenuBg .menuNavi {
	width: 36rem;
}
.comMenuBg .menuNaviTtl {
	margin-bottom: 3rem;
	font-weight: 300;
	font-size: max(10px,2.4rem);
	letter-spacing: 0.03em;
}
.comMenuBg .menuNaviTitle {
	margin-bottom: 1.7rem;
	padding-bottom: 0.7rem;
	font-weight: 500;
	font-size: max(10px,1.4rem);
	letter-spacing: 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.comMenuBg .menuNaviTxt {
	margin: 3rem -0.4rem 0;
	text-align: right;
	font-weight: 500;
	font-size: max(10px,1.3rem);
	letter-spacing: 0.03em;
}
.comMenuBg .menuNaviTxt a {
	padding: 0.5rem;
	text-align: center;
	background-color: rgba(255,255,255,0.2);
	border-radius: 0.4rem;
	border: 1px solid transparent;
}
.comMenuBg .menuNavi > ul > li {
	width: 16rem;
}
.comMenuBg .menuNavi > ul > li:last-child {
	width: 17rem;
}
.comMenuBg .menuNaviList a {
	position: relative;
	height: 3.5rem;
	padding-top: 1rem;
	display: block;
	font-size: max(10px,1.4rem);
	letter-spacing: 0.01em;
	border-bottom: 1px solid #796D68;
	box-sizing: border-box;
}
.comMenuBg .menuNaviList a::after {
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	bottom: -1px;
	background: rgba(255, 255, 255, 0.5);
	transition: .6s cubic-bezier(.645,.045,.355,1);
	width: 0;
}
.comMenuBg .menuNaviUl li {
	position: relative;
}
.comMenuBg .menuNaviUl select {
	display: block;
	width: 100%;
	height: 3.5rem;
	padding-top: 0.8rem;
	display: block;
	color: #fff;
	font-size: max(10px,1.4rem);
	letter-spacing: 0.01em;
	background: url(../renew2025/img/common/icon12.png) no-repeat right 0.4rem bottom 0.9rem;
	background-size: 1rem auto;
	border: none;
	border-bottom: 1px solid #796D68;
	appearance: none;
	box-shadow: none;
	cursor: pointer;
	border-radius: 0;
	line-height: 1.5;
	font-family: YakuHanMP, "Noto Sans JP", sans-serif;
	outline: none;
}
.comMenuBg .menuNaviUl select option {
	background: #4B3C37;
}
.comMenuBg .menuNaviUl li::after {
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.5);
	transition: .6s cubic-bezier(.645,.045,.355,1);
	width: 0;
}
.comMenuBg .menuSub02 {
	margin: 0 -2rem 0 10rem;
    width: 20rem;
}
.comMenuBg .menuList.jp {
	margin-top: 3.3rem;
}
.comMenuBg .menuList.jp li:not(:last-child) {
	margin-bottom: 0.3rem;
}
.comMenuBg .menuList.jp a {
	font-weight: 400;
	font-size: max(10px,1.1rem);
	letter-spacing: 0.01em;
}
.comMenuBg .menuSns {
	margin: -2.6rem 6rem 6.5rem 0;
	align-items: center;
	justify-content: flex-end;
}
.comMenuBg .menuSns li {
	margin-left: 1.2rem;
	width: 2rem;
}
.comMenuBg .menuInfo {
	position: relative;
}
.comMenuBg .menuBtn {
	position: absolute;
	right: -6.7rem;
	bottom: -12.8rem;
	width: 44.3rem;
}
.comMenuBg .menuLogoBox {
	order: -1;
}
.comMenuBg .menuLogo {
	width: 10.1rem;
}
.comMenuBg .menuText {
	margin: -1.3rem 0 0 2rem;
	font-size: max(10px,1.2rem);
	letter-spacing: 0;
	line-height: 1.75;
}
.comMenuBg .menuText a {
	margin-top: 0.3rem;
	display: block;
	width: fit-content;
	font-size: max(10px,1.1rem);
	letter-spacing: 0.02em;
	border-bottom: 1px solid #796D68;
}
.comMenuBg .menuUlBox {
	margin: -1rem 3rem 0 0;
	width: 34.6rem;
}
.comMenuBg .menuUlBox p {
	margin-top: 0.6rem;
	font-size: max(10px,1.1rem);
	letter-spacing: 0.02em;
}
.comMenuBg .menuUl li {
	width: 16.8rem;
}
.comMenuBg .menuUl a {
	height: 4.4rem;
	padding-left: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: max(10px,1.2rem);
	font-weight: 500;
	letter-spacing: 0.03em;
	border: 1px solid #796D68;
	box-sizing: border-box;
	border-radius: 0.4rem;
	background: url(../renew2025/img/common/icon10.png) no-repeat left 1rem center;
	background-size: 1.6rem auto;
}
.comMenuBg .menuUl li:first-child a {
	background-image: url(../renew2025/img/common/icon09.png);
	background-size: 1.2rem auto;
	background-position: left 1.1rem center;
}
@media all and (min-width: 1000px) {
	.comMenuBg .menuLink a:hover,
	.comMenuBg .menuList a:hover,
	.comMenuBg .menuSns a:hover,
	.comMenuBg .menuBtn a:hover,
	.comMenuBg .menuText a:hover,
	.comMenuBg .menuNaviTtl a:hover {
		opacity: 0.5;
	}
	.pad .comMenuBg .menuLink a:hover,
	.pad .comMenuBg .menuList a:hover,
	.pad .comMenuBg .menuSns a:hover,
	.pad .comMenuBg .menuBtn a:hover,
	.pad .comMenuBg .menuText a:hover,
	.pad .comMenuBg .menuNaviTtl a:hover {
		opacity: 1;
	}
	.comMenuBg .menuNaviTxt a:hover {
		border-color: #A69D9A;
		background-color: transparent;
	}
	.pad .comMenuBg .menuNaviTxt a:hover {
		border-color: transparent;
		background-color: rgba(255, 255, 255, 0.2);
	}
	.comMenuBg .menuNaviUl li:hover::after {
		width: 100%;
	}
	.pad .comMenuBg .menuNaviUl li:hover::after {
		width: 0;
	}
	.comMenuBg .menuNaviList a:hover::after {
		width: 100%;
	}
	.pad .comMenuBg .menuNaviList a:hover::after {
		width: 0;
	}
	.comMenuBg .menuUl a:hover {
		color: #4D4643;
		border-color: #fff;
		background-image: url(../renew2025/img/common/icon10_on.png);
		background-color: #fff;
	}
	.pad .comMenuBg .menuUl a:hover {
		color: #fff;
		border-color: #4D4643;
		background-color: #4D4643;
		background-image: url(../renew2025/img/common/icon10.png);
	}
	.comMenuBg .menuUl li:first-child a {
		padding-top: 0.1rem;
		font-size: max(10px,1.4rem);
		font-weight: 400;
	}
}
@media all and (max-width: 999px) {
	.comMenuBg {
		padding: 5.9rem 2.7rem 1.6rem;
		font-size: 1.3rem;
		border-radius: 1.2rem 1.2rem 0 0;
	}
	.comMenuBg .menuWid {
		width: auto;
		position: relative;
	}
	.comMenuBg .menuSub {
		display: block;
	}
	.comMenuBg .menuLink {
		float: left;
		width: calc(50% - 0.5rem);
	}
	.comMenuBg .menuLink:nth-child(2) {
		float: right;
	}
	.comMenuBg .menuLink a {
		font-size: 1.6rem;
	}
	.comMenuBg .menuLink .target a {
		background-size: 0.9rem auto;
	}
	.comMenuBg .menuList {
		float: left;
		width: calc(50% - 0.5rem);
	}
	.comMenuBg .menuList:nth-child(2) {
		float: right;
	}
	.comMenuBg .menuList {
		margin-top: 0 !important;
	}
	.comMenuBg .menuList li:not(:last-child) {
		margin-bottom: 1.3rem;
	}
	.comMenuBg .menuList a {
		font-size: 1.6rem;
	}
	.comMenuBg .menuList .target a {
		background-size: 0.8rem auto;
	}
	.comMenuBg .menuNavi {
		margin-bottom: 2.1rem;
		width: auto;
	}
	.comMenuBg .menuNaviTtl {
		margin-bottom: 2.1rem;
		font-size: 1.9rem;
	}
	.comMenuBg .menuNaviTitle {
		margin-bottom: 0.2rem;
		padding-bottom: 0.4rem;
		font-size: 1.4rem;
	}
	.comMenuBg .menuNaviTxt {
		margin: 2rem -0.4rem 0;
		font-size: 1.2rem;
		letter-spacing: 0.02em;
	}
	.comMenuBg .menuNaviTxt a {
		padding: 0.3rem;
	}
	.comMenuBg .menuNavi > ul > li {
		width: calc(50% - 1.4rem);
	}
	.comMenuBg .menuNavi > ul > li:last-child {
		width: calc(50% - 0.5rem);
	}
	.comMenuBg .menuNaviList a {
		height: 3.3rem;
		font-size: 1.3rem;
	}
	.comMenuBg .menuNaviUl select {
		height: 3.3rem;
		font-size: 1.2rem;
		background-position: right 0.5rem bottom 0.7rem;
	}
	.comMenuBg .menuList.jp li:not(:last-child) {
		margin-bottom: 0.7rem;
	}
	.comMenuBg .menuList.jp a {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.comMenuBg .menuSns {
		position: absolute;
		bottom: 21rem;
		left: 0;
		width: 100%;
		margin: 0;
		justify-content: center;
		z-index: 1;
	}
	.comMenuBg .menuSns li {
		margin: 0 1.2rem;
		width: 2.2rem;
	}
	.comMenuBg .menuInfo {
		margin-top: 2rem;
		display: block;
	}
	.comMenuBg .menuBtn {
		position: static;
		width: auto;
		margin: 4rem -2rem 11rem;
	}
	.comMenuBg .menuBtn a {
		display: block;
		width: 30.3rem;
		margin: 0 auto;
	}
	.comMenuBg .menuLogoBox {
		display: block;
	}
	.comMenuBg .menuLogo {
		width: 11.5rem;
		margin: 0 auto 3rem;
	}
	.comMenuBg .menuText {
		margin: 0;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.comMenuBg .menuText a {
		margin: 2.4rem auto 0;
		font-size: 1.3rem;
	}
	.comMenuBg .menuUlBox {
		margin: 0 0 2rem;
		width: auto;
	}
	.comMenuBg .menuUlBox p {
		display: none;
	}
	.comMenuBg .menuUl li {
		width: calc(50% - 0.8rem);
	}
	.comMenuBg .menuUl a {
		height: 4rem;
        padding-left: 1.2rem;
        font-size: 1.2rem;
        letter-spacing: 0;
        background-position: left 0.8rem center;
	}
	.comMenuBg .menuUl li:first-child a {
		padding-left: 0.3rem;
		background-position: left 1rem center;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 0 1.5rem;
	position: relative;
	z-index: 2;
	background-color: #F4F1ED;
	font-family: YakuHanMP, "Noto Sans JP", sans-serif;
}
#gFooter .pageTop {
	position: absolute;
	right: 3.4rem;
	top: 0;
	width: 1.5rem;
	z-index: 2;
}
#gFooter address {
	margin: 19.3rem 3.3rem 0;
	position: relative;
	z-index: 1;
	font-size: max(10px,1.1rem);
	font-weight: 300;
}
@media all and (min-width: 1000px) {
	#gFooter .pageTop a:hover {
		opacity: 0.5;
	}
	.pad #gFooter .pageTop a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	#gFooter {
		padding: 0 0.8rem;
	}
	#gFooter .pageTop {
		top: -1.1rem;
		right: 1.8rem;
	}
	#gFooter address {
		margin: 5.6rem 0 0;
		font-size: 1.1rem;
		text-align: center;
	}
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.roboto {
	font-family: YakuHanMP, "Roboto", sans-serif;
}
.serif {
	font-family: YakuHanMP, "Noto Serif JP",serif; 
}
.noto {
	font-family: YakuHanMP, "Noto Sans JP", sans-serif;
}
.figtree {
	font-family: YakuHanMP, "Figtree", sans-serif;
}
.playfair {
	font-family: YakuHanMP, "Playfair Display", serif;
}
/*------------------------------------------------------------
	checkBg
------------------------------------------------------------*/
#main {
	position: relative;
}
#main > * {
	position: relative;
	z-index: 2;
}
#main .checkBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#main .checkBg img {
	width: 100%;
	height: 100%;
}
#gFooter .comMenuBg {
	position: relative;
}
#gFooter .comMenuBg .checkBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#gFooter .comMenuBg .checkBg img {
	width: 100%;
	height: 100%;
}

/*------------------------------------------------------------
	fixLink
------------------------------------------------------------*/
.fixLink {
	position: fixed;
	right: 0;
	top: 50%;
	width: 4rem;
	background-color: rgba(67,51,45,0.92);
	box-sizing: border-box;
	border-radius: 0.7rem 0 0 0.7rem;
	z-index: 99;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.fixLink.show {
	opacity: 1;
	visibility: visible;
}
.fixLink ul {
	padding: 2rem 0 0.8rem;
}
.fixLink li {
	width: 2rem;
	margin: 0 auto 1.6rem;
}
.fixLink a {
	display: block;
}
@media all and (min-width: 1000px) {
	.fixLink a:hover {
		opacity: 0.5;
	}
	.pad .fixLink a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	.fixLink li {
		margin: 0 auto 1.62rem;
	}
}

/*------------------------------------------------------------
	pop
------------------------------------------------------------*/
.pop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.pop.show {
	opacity: 1;
	visibility: visible;
}
.pop .popBg {
	width: 100%;
	height: 100%;
	background-color: #4D4643;
	opacity: 0.93;
}
.pop .popInfo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90rem;
	height: 50rem;
	transform: translate(-50%,-50%);
	background-color: #fff;
	box-sizing: border-box;
}
.pop .popSub {
	padding: 13.2rem 19rem 0 13rem;
	align-items: center;
}
.pop .popSub p {
	color: #222;
	font-size: max(10px,1.4rem);
	line-height: 1.43;
	letter-spacing: 0.01em;
	font-family: "Noto Sans SC", sans-serif;
}
.pop .popSub p span {
	margin-bottom: 1.8rem;
	display: block;
	font-size: max(10px,1.8rem);
	font-weight: 700;
}
.pop .popSub .popImg {
	width: 23rem;
}
#pop01 .popInfo {
	padding-bottom: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
#pop01 .popImg {
	width: 66rem;
}
.popClose {
	width: 3.8rem;
	height: 5rem;
	position: absolute;
	right: 5.6rem;
	top: 2.3rem;
	cursor: pointer;
	transition: .3s;
	overflow: hidden;
}
.popClose > span {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 2.3rem;
	left: 0;
}
.popClose .top {
	transform: translateY(0.2rem) translateX(0) rotate(22deg);
}
.popClose .bottom {
	top: 2.9rem;
	transform: translateY(-0.4rem) translateX(0) rotate(-22deg);
}
.popClose .line02 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
}
.popClose .line01 {
	height: 100%;
	display: block;
	width: 100%;
	background-color: rgba(255,255,255,0.2);
}
@media all and (min-width: 1000px) {
	.popClose:hover .top .line02 {
		animation: line 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
	}
	.popClose:hover .bottom .line02 {
		animation: line 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards 0.1s;
	}
	.pad .popClose:hover .top .line02 {
		animation: none;
	}
	.pad .popClose:hover .bottom .line02 {
		animation: none;
	}
}
@media all and (max-width: 999px) {
	.popClose {
		width: 2.5rem;
		right: 3.1rem;
		top: 0.5rem;
	}
	.popClose .top {
		transform: translateY(0.2rem) translateX(0) rotate(25deg);
	}
	.popClose .bottom {
		top: 2.9rem;
		transform: translateY(-0.4rem) translateX(0) rotate(-25deg);
	}
	.pop .popInfo {
		width: 31.9rem;
		height: 49.6rem;
		overflow-y: auto;
		max-height: calc(100vh - 10rem);
	}
	.pop .popSub {
		padding: 6.3rem 0 0;
		display: block;
	}
	.pop#whatsapp .popSub {
		padding-top: 5.3rem;
	}
	.pop .popSub p {
		width: 25rem;
		margin: 0 auto;
		font-size: 1.3rem;
		line-height: 1.54;
	}
	.pop .popSub p span {
		margin-bottom: 1.4rem;
		font-size: 1.7rem;
	}
	.pop .popSub .popImg {
		width: 25rem;
		margin: 3.3rem auto 0;
	}
	#pop01 .popInfo {
		padding-bottom: 0;
		display: block;
		width: calc(100% - 2rem);
		height: auto;
		left: 2rem;
		transform: translate(0,-50%);
		overflow-y: auto;
		background-color: transparent;
	}
	#pop01 .simpleBar::-webkit-scrollbar {
		display: none;
	}
	#pop01 .popImg {
		margin-bottom: 2rem;
		padding: 9rem 3rem;
		width: 72rem;
		background-color: #fff;
	}
	#pop01 .popImg img {
		margin-right: 5rem;
	}
	#pop01 .simplebar-track.simplebar-horizontal {
		right: 4rem;
		background-color: rgba(229,224,219,0.4);
		border-radius: 0.5rem;
		height: 0.5rem;
	}
	.simplebar-scrollbar.simplebar-visible::before {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(229,224,219,1);
		border-radius: 0.5rem;
		opacity: 1;
	}
	.fixLink {
		top: 75%;
	}
}
/*------------------------------------------------------------
	checkBg
------------------------------------------------------------*/
.mainBox {
	padding-bottom: 12rem;
	position: relative;
}
.checkBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.checkBg img {
	width: 100%;
	height: 100%;
}
.mainBox .comWhite {
	position: relative;
	z-index: 2;
/*	background-color: #fff;*/
}
@media all and (max-width: 999px) {
	.mainBox {
		padding-bottom: 10rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 3.4rem 4rem 7.8rem;
	position: relative;
	z-index: 2;
	font-family: YakuHanMP, "Noto Sans JP", sans-serif;
}
#pagePath li {
	margin-right: 0.7rem;
	display: inline-block;
	font-size: max(10px,1.2rem);
}
#pagePath li:last-child {
	margin-right: 0 !important;
	opacity: 0.4;
}
#pagePath a {
	padding-right: 1rem;
	display: inline-block;
}
@media all and (min-width: 1000px) {
	#pagePath a:hover {
		opacity: 0.5;
	}
	.pad #pagePath a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	#pagePath {
		padding: 0;
		position: absolute;
		bottom: 0.9rem;
		left: 1.5rem;
		right: 1.5rem;
	}
	#pagePath ul {
		width: 100%;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow: hidden;
	}
	#pagePath li {
		margin-right: 0.5rem;
		font-size: 1.1rem;
		display: inline;
	}
	#pagePath a {
		padding-right: 0.7rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 1.5rem 1.5rem 0;
	position: relative;
	z-index: 2;
	background-color: #F4F1ED;
}
.pageTitle .photo {
	overflow: hidden;
	border-radius: 2.7rem 2.7rem 0 0;
}
.pageTitle .photo img {
	width: 100%;
	height: 50rem;
	object-fit: cover;
}
.pageTitle h2 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 100;
	font-size: 7rem;
	letter-spacing: 0.04em;
	font-family: YakuHanMP, "Roboto", sans-serif;
	transform: translateY(-14%);
}
@media all and (max-width: 999px) {
	.pageTitle {
		padding: 0.9rem 0.8rem 1rem;
	}
	.pageTitle .photo {
		position: relative;
		border-radius: 1.5rem 1.5rem 0 0;
	}
	.pageTitle .photo::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 16.9rem;
		opacity: 0.3;
		content: "";
		background-image:linear-gradient( to bottom, #000 0%, rgba(0,0,0,0) 100%);
	}
	.pageTitle .photo img {
		height: 28.3rem;
	}
	.pageTitle h2 {
		font-size: 3.8rem;
		letter-spacing: 0.02em;
		transform: translateY(-22%);
	}
}
/*------------------------------------------------------------
	comInfo
------------------------------------------------------------*/
.comInfo {
	padding: 8.5rem 0 3.5rem;
	position: relative;
	z-index: 2;
}
.comInfo .sl-pp-inn-content {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
}
.comInfo .sl-column-inn-content {
	background-color: transparent;
}
.comInfo .sl-column-inn {
	padding: 0;
}
.comInfo .sl-faq-inn-content {
	background-color: transparent;
}
.comInfo .sl-inquiry-inn-content {
	background-color: transparent;
}
@media all and (min-width: 1000px) {
	.comInfo #pagePath {
		padding-left: 5rem;
		padding-bottom: 7rem;
	}
}
@media all and (max-width: 999px) {
	.comInfo {
		padding: 14.1rem 0 10rem;
		margin-bottom: -10.7rem;
	}
}
/*------------------------------------------------------------
	heading01
------------------------------------------------------------*/
.heading01 {
	margin: 0 5rem 3.6rem;
	padding-bottom: 3rem;
	text-align: center;
	color: #4D4643;
	font-size: 3.5rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #707070;
}
.heading01.roboto {
	margin-top: -1.2rem;
	margin-bottom: 2rem;
	padding-bottom: 1.7rem;
	font-size: 6rem;
	font-weight: 100;
}
.heading01.roboto a {
	margin-bottom: -1.7rem;
	display: inline-block;
	padding-bottom: 1.7rem;
}
@media all and (min-width: 1000px) {
	.heading01.roboto a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	.heading01 {
		margin: 0 2rem 1.6rem;
		padding-bottom: 1.1rem;
		text-align: left;
		font-size: 2.2rem;
		letter-spacing: 0;
        line-height: 1.4;
	}
	.heading01.roboto {
		margin-top: -2rem;
		margin-bottom: -1.2rem;
		padding-bottom: 0.2rem;
		font-size: 4.2rem;
		letter-spacing: 0.03em;
	}
	.heading01.roboto a {
		margin-bottom: -0.2rem;
		padding-bottom: 0.2rem;
	}
}
/*------------------------------------------------------------
	reserve
------------------------------------------------------------*/
@media all and (min-width: 1000px) {
/*
	.comWhite .sl-booking-inn-content-info {
		padding-top: 114px;
	}
*/
	.comWhite .sl-access-slider-section-room {
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 999px) {
	.comWhite .sl-booking-inn-content-info {
		padding-top: 40px;
	}
}
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
/*
@media all and (min-width: 1000px) {
	.comWhite #access {
		padding-top: 46px;
	}
}
*/
@media screen and (max-width: 999px) {
	.comWhite #access {
		padding-top: 13px;
	}
}

@media all and (min-width: 1000px) {
	.maskFadeHPc,
	.maskFadeVPc {
		opacity: 0;
	}
	.maskFadeHPc.visible,
	.maskFadeVPc.visible {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	.maskFadeHSp,
	.maskFadeVSp {
		opacity: 0;
	}
	.maskFadeHSp.visible,
	.maskFadeVSp.visible {
		opacity: 1;
	}
}
.recaptchaTxt {
	margin: 3rem 0 0 0;
    text-align: center;
    font-size: 1.2rem;
    font-family: YakuHanMP, "Noto Serif JP", serif;
}
.recaptchaTxt a {
    text-decoration: underline;
    padding-right: 1.5rem;
    background: url(../renew2025/img/common/icon29.png) no-repeat right 3px top 55%;
    background-size: 0.8rem auto;
}
@media all and (min-width: 1000px) {
	.recaptchaTxt a:hover {
		text-decoration: none;
	}
}
.grecaptcha-badge { visibility: hidden; }

.wpcf7-not-valid-tip {
	font-size: 11px !important;
}
@media all and (max-width: 999px) {
	.wpcf7-not-valid-tip {
		font-size: 10px !important;
	}
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
#main .headLine04 {
	margin-bottom: 1.9rem;
	text-align: center;
	color: #4D4643;
	font-size: 7.6rem;
	font-weight: 100;
	letter-spacing: 0.02em;
	font-family: YakuHanMP, "Roboto", sans-serif;
}
@media all and (max-width: 999px) {
	#main .headLine04 {
		margin-bottom: 2.1rem;
		font-size: 4.6rem;
		letter-spacing: 0.03em;
	}
}
/*------------------------------------------------------------
	comReservation
------------------------------------------------------------*/
#main .comReservation {
	padding: 8.7rem 0 11.6rem;
	position: relative;
	line-height: 1.5;
	font-family: YakuHanMP, "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
}
#main .comReservation .content {
	position: relative;
	z-index: 2;
}
#main .comReservation .imgBox {
	width: 90.5rem;
	margin: 0 auto;
	align-items: flex-end;
}
#main .comReservation .checkBg {
	width: calc(100% - 5.7rem);
	border-radius: 0 1.5rem 1.5rem 0;
	overflow: hidden;
}
#main .comReservation .textBox {
	width: 44rem;
}
#main .comReservation .headLine04 {
	margin-bottom: 2.3rem;
	text-align: left;
	font-size: 5.2rem;
	letter-spacing: 0;
}
#main .comReservation .ttl {
	margin-bottom: 3.3rem;
	font-size: max(10px,1.8rem);
	font-weight: 500;
	line-height: 2.11;
	letter-spacing: 0.06em;
}
#main .comReservation .time {
	color: #5D5957;
	font-weight: 500;
	font-size: max(10px,1.5rem);
	letter-spacing: 0.02em;
}
#main .comReservation ul {
	width: 41.2rem;
	margin: 0 -0.3rem 0.5rem 0;
}
#main .comReservation li:first-child {
	margin-bottom: 1.4rem;
}
#main .comReservation li a {
	height: 7.2rem;
	padding: 0 0 0.2rem 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: max(10px,1.6rem);
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.06em;
	border: 1px solid #4D4643;
	background: #4D4643 url(../renew2025/img/common/icon10.png) no-repeat left 3.3rem center;
	background-size: 2.5rem auto;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 0.5rem;
}
#main .comReservation li:first-child a {
	font-size: max(10px,1.2rem);
	background-image: url(../renew2025/img/common/icon09.png);
	background-size: 1.9rem auto;
	background-position: left 3.5rem center;
}
#main .comReservation li:first-child a span {
	margin: 0.1rem 0 0 2rem;
	font-size: max(10px,2rem);
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.01em;
}
#main .comReservation .enText {
	position: absolute;
	left: -2.2rem;
	bottom: -3.9rem;
	color: #F3F1ED;
	opacity: 0.3;
	font-size: 25rem;
	font-weight: 100;
	line-height: 1;
	letter-spacing: 0.01em;
	z-index: 1;
}
@media all and (min-width: 1000px) {
	#main .comReservation li a:hover {
		color: #4D4643;
		border-color: #707070;
		background-color: transparent;
		background-image: url(../renew2025/img/common/icon10_on.png);
	}
	.pad #main .comReservation li a:hover {
		color: #fff;
		border-color: #4D4643;
		background-color: #4D4643;
		background-image: url(../renew2025/img/common/icon10.png);
	}
}
@media all and (max-width: 999px) {
	#main .comReservation {
		padding: 7.2rem 0 7.6rem;
		overflow: hidden;
	}
	#main .comReservation .imgBox {
		width: auto;
		display: block;
	}
	#main .comReservation .checkBg {
		width: calc(100% - 0.9rem);
	}
	#main .comReservation .textBox {
		margin: 0 1rem 4.2rem 3rem;
		width: auto;
	}
	#main .comReservation .headLine04 {
		font-size: 4rem;
	}
	#main .comReservation .ttl {
		margin-bottom: 2.9rem;
		font-size: 1.5rem;
		line-height: 1.86;
		letter-spacing: 0.03em;
	}
	#main .comReservation .time {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#main .comReservation ul {
		width: 30.5rem;
		margin: 0 auto;
	}
	#main .comReservation li:first-child {
		margin-bottom: 1.4rem;
	}
	#main .comReservation li a {
		height: 5.4rem;
		padding: 0 0 0.2rem 0.2rem;
		font-size: 1.4rem;
		letter-spacing: 0.03em;
		background-position: left 2.5rem center;
		background-size: 1.8rem auto;
	}
	#main .comReservation li:first-child a {
		font-size: 1rem;
		flex-wrap: wrap;
		align-items: center;
		background-size: 1.9rem auto;
		background-position: left 2.5rem center;
	}
	#main .comReservation li:first-child a span {
		width: 100%;
		margin: -0.7rem 0 0;
		font-size: 1.7rem;
		display: block;
		letter-spacing: 0.02em;
	}
	#main .comReservation .enText {
		left: auto;
		right: -0.5rem;
		bottom: auto;
		top: 3.4rem;
		opacity: 0.67;
		font-size: 8.8rem;
		letter-spacing: 0;
		writing-mode: vertical-rl;
	}
}

/*------------------------------------------------------------
	pagi
------------------------------------------------------------*/
.pagi {
	width: 30rem;
	margin: 0 auto;
	position: relative;
	font-family: YakuHanMP, "Roboto", sans-serif;
}
.pagi a {
	color: #4D4643;
	font-size: 2.3rem;
	opacity: 0.3;
}
.pagi .pagi-center {
	width: fit-content;
	margin: 0 auto;
}
.pagi-prev {
	position: absolute;
	left: 0.2rem;
	top: 0.6rem;
}
.pagi-next {
	position: absolute;
	right: 0;
	top: 0.6rem;
}
.pagi-prev a,
.pagi-next a {
	color: #222;
	font-size: 1.7rem;
	font-weight: 300;
	opacity: 1;
	background: url(../renew2025/img/common/icon15.png) no-repeat left top 0.4rem;
	background-size: 0.8rem auto;
}
.pagi-prev a {
	padding-left: 1.7rem;
}
.pagi-next a {
	padding-right: 1.8rem;
	background-image: url(../renew2025/img/common/icon14.png);
	background-position: right top 0.4rem;
}
.pagi a.noLink  {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1000px) {
	.pagi a:hover {
		opacity: 1;
	}
	.pad .pagi a:hover {
		opacity: 0.3;
	}
	.pagi-prev a:hover,
	.pagi-next a:hover {
		opacity: 0.5;
	}
	.pad .pagi-prev a:hover,
	.pad .pagi-next a:hover {
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {
	.pagi {
		width: auto;
		margin: 0 1.9rem;
	}
	.pagi-prev {
		left: 0;
		top: 0.2rem;
	}
	.pagi-next {
		right: 0;
		top: 0.2rem;
	}
	.pagi a {
		font-size: 1.8rem;
	}
	.pagi-prev a,
	.pagi-next a {
		font-size: 1.6rem;
		background-position: left top 0.4rem;
	}
	.pagi-prev a {
		padding-left: 1.5rem;
	}
	.pagi-next a {
		padding-right: 1.6rem;
		background-position: right top 0.4rem;
	}
}

/*------------------------------------------------------------
	p-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	clear: both;
	text-align: center;
	flex-wrap: wrap;
}
.wp-pagenavi a,
.wp-pagenavi span {
	order: 3;
	font-size: 2.3rem;
	margin: 0 1.5rem;
	opacity: 0.3;
	color: #4D4643;
	font-family: YakuHanMP, "Roboto", sans-serif;
}
.wp-pagenavi span.current {
	opacity: 1;
}
.wp-pagenavi .first {
	order: 2;
}
.wp-pagenavi .last {
	order: 4;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	color: #222;
	font-size: 1.7rem;
	font-weight: 300;
	opacity: 1;
	background: url(../renew2025/img/common/icon15.png) no-repeat left top 0.7rem;
	background-size: 0.8rem auto;
}
.wp-pagenavi .previouspostslink {
	padding-left: 1.8rem;
	margin: 0 9.8rem 0 0;
	order: 1;
}
.wp-pagenavi .nextpostslink {
	order: 5;
	margin: 0 0 0 9.8rem;
	padding-right: 1.8rem;
	background-image: url(../renew2025/img/common/icon14.png);
	background-position: right top 0.8rem;
}
.wp-pagenavi .noLink {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1000px) {
	.wp-pagenavi a:hover {
		opacity: 1;
	}
	.pad .wp-pagenavi a:hover {
		opacity: 0.3;
	}
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover {
		opacity: 0.5;
	}
	.pad .wp-pagenavi .previouspostslink:hover,
	.pad .wp-pagenavi .nextpostslink:hover {
		opacity: 1;
	}
}
@media all and (max-width: 768px) {
	.wp-pagenavi {
		margin: 0 2.5rem;
		position: relative;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 1.6rem;
		margin: 0 1rem;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		font-size: 1.5rem;
		background-position: left top 0.4rem;
	}
	.wp-pagenavi .previouspostslink {
		position: absolute;
		left: -0.6rem;
		top: 0.1rem;
		padding-left: 1.5rem;
		margin: 0;
	}
	.wp-pagenavi .nextpostslink {
		position: absolute;
		right: -0.6rem;
		top: 0;
		margin: 0;
		padding-right: 1.6rem;
		background-position: right top 0.6rem;
	}
}