@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LTT */
/* 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;
}
.seo-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.lato {
	font-weight: 700;
	font-family: "Lato", sans-serif;
}
/*------------------------------------------------------------
	fade
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
	transition: all 1s;
}
.fadeIn.on {
	opacity: 1;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 113.2rem;
	margin: 0 auto;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 12rem;
	background-color: #EAE6E1;
}
.pageTitle .pageInner {
	max-width: 113.8rem;
	margin: 0 auto;
	padding-bottom: 0.4rem;
	min-height: 28rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.pageTitle .headLine03 {
	width: 100%;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 6rem;
	}
	.pageTitle .pageInner {
		padding: 1rem 1.7rem 0;
		min-height: 15.6rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.4rem;
	padding-bottom: 2.6rem;
	position: relative;
	color: #111;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2rem;
}
.headLine01::before {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 3rem;
	height: 0.2rem;
	transform: translateX(-50%);
	background-color: #111;
	content: "";
}
.headLine01 .en {
	margin-bottom: 0.9rem;
	display: block;
	font-size: 6.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.384rem;
	font-family: "Lato", sans-serif;
}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 1.3rem;
	position: relative;
	color: #111;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
}
.headLine02 .en {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 1.7rem;
		font-size: 3rem;
	}
	.headLine02 .en {
		margin-bottom: 0.3rem;
		font-size: 1.6rem;
		letter-spacing: 0.096rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	padding-bottom: 3.2rem;
	position: relative;
	color: #111;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.3rem;
}
.headLine03::before {
	position: absolute;
	left: 0.3rem;
	bottom: 0;
	width: 3rem;
	height: 0.2rem;
	background-color: #111;
	content: "";
}
.headLine03 .en {
	margin: 0.3rem 0.3rem 0;
	display: block;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.2rem;
	font-family: "Lato", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine03 {
		padding-bottom: 2.2rem;
		font-size: 3.2rem;
	}
	.headLine03::before {
		left: 0.3rem;
		width: 2.4rem;
	}
	.headLine03 .en {
		margin: 1.2rem 0.3rem 0;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 3rem;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.4rem;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 2rem;
		font-size: 3.2rem;
		letter-spacing: 0.32rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 2rem;
		font-size: 1.6rem;
		font-weight: 600;
	}
}
/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
	max-width: 100.8rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.comInner {
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	padding: 6.1rem 0 6.9rem;
	position: relative;
}
.comBox::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 100%;
	background-color: #D9D9D9;
	content: "";
}
.comBox::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 8rem;
	background-color: #111;
	content: "";
}
@media all and (max-width: 896px) {
	.comBox {
		padding: 1.3rem 0 8rem;
	}
	.comBox::after {
		width: 4.8rem;
	}
}
/*------------------------------------------------------------
	comLink01
------------------------------------------------------------*/
.comLink01 a {
	margin: 0 auto;
	width: 24rem;
	height: 6.4rem;
	position: relative;
	z-index: 1;
	padding-bottom: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	border: 1px solid #000;
	overflow: hidden;
}
.comLink01 a:after {
	background: #000;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
}
.comLink01 .icon {
	padding: 0 3.4rem;
	display: inline-block;
	background: url("../img/common/icon03.png") no-repeat right center / 0.7rem;
}
@media all and (min-width: 897px) {
	.comLink01 a:hover {
		color: #fff;
	}
	.comLink01 a:hover:after {
		opacity: 1;
		transform: translateY(-50%) scale(1.1);
		transition-delay: 0s;
		transition: opacity .8s, transform .6s ease-in-out;
	}
	.comLink01 a:hover .icon {
		background-image: url("../img/common/icon03_white.png");
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	border-bottom: 1px solid #B2B2B2;
}
.comNewsList li {
	border-top: 1px solid #B2B2B2;
}
.comNewsList a {
	display: block;
	color: #111;
	padding: 3.7rem 3rem 3.5rem 0;
	background: url(../img/common/icon04.png) no-repeat right center/2rem;
}
.comNewsList a:hover {
	opacity: 0.7;
}
.comNewsList .dateBox {
	margin-bottom: 1.3rem;
	display: flex;
	align-items: flex-start;
}
.comNewsList .date {
	margin: 0.3rem 1.2rem 0 0;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
}
.comNewsList .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.comNewsList .tag span {
	min-width: 8rem;
	padding: 0.3rem 0.5rem;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	background: #C72222;
}
.comNewsList .tag .bgBlue {
	background: #0A8ABD;
}
.comNewsList .ttl {
	font-weight: 600;
}
@media all and (max-width: 896px) {
	.comNewsList a {
		padding: 3rem 0 3rem;
		background: none;
	}
	.comNewsList .dateBox {
		margin-bottom: 1.7rem;
	}
	.comNewsList .date {
		margin: 0.3rem 0.4rem 0 0;
	}
	.comNewsList .tag span {
		min-width: 7.3rem;
	}
	.comNewsList .ttl {
		line-height: 1.8;
	}
}
/*------------------------------------------------------------
    comTours
------------------------------------------------------------*/
#main .comTours {
	padding: 5rem 0 5.7rem;
	background: #EAE6E1;
}
#main .comTours h3 {
	margin-bottom: 3rem;
	color: #000;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.4rem;
}
#main .comTours .comLink01 a {
	width: 33rem;
	min-height: 7rem;
	background-color: #fff;
	padding: 0.5rem 2.6rem;
}
#main .comTours .comLink01 .icon {
	display: block;
	width: 100%;
	text-align: center;
}
@media all and (max-width: 896px) {
	#main .comTours h3 {
		font-size: 3rem;
	}
	#main .comTours {
		padding: 4rem 0;
	}
}
/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.popBox {
	margin: 0 auto;
	max-width: 108rem;
}
.popInner {
	padding: 4rem;
	background-color: #fff;
	align-items: center;
	position: relative;
}
.popInner .close {
	position: absolute;
	right: 0;
	top: -5.2rem;
	width: 2.4rem;
}
.popInner .close a:hover {
	opacity: 0.7;
}
.mfp-container {
	padding: 8rem 2rem;
	overflow-y: auto;
	position: fixed;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.84;
	background: #000;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-zoom-out-cur {
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
}
@media all and (max-width: 896px) {
	.popBox {
		max-width: inherit;
	}
	.popInner .close {
		top: -5.5rem;
	}
	.popInner {
		padding: 2rem 2rem 3rem;
		display: block;
	}
}
/*------------------------------------------------------------
    wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: -1rem;
	font-size: 0;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 1rem 1.1rem 0;
	padding: 0 0.5rem;
	min-width: 4.4rem;
	height: 4.4rem;
	color: #808080;
	font-size: 1.6rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	vertical-align: top;
	border: 1px solid #B2B2B2;
}
.wp-pagenavi span.current {
	color: #FFF;
	background-color: #000;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	font-size: 0;
	background: url("../img/common/icon09.png") no-repeat center center / 1rem;
}
.wp-pagenavi .nextpostslink {
	background-image: url("../img/common/icon10.png");
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	min-width: inherit;
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		color: #FFF;
		background-color: #000;
	}
	.wp-pagenavi .previouspostslink:hover {
		background-image: url("../img/common/icon09_ov.png");
	}
	.wp-pagenavi .nextpostslink:hover {
		background-image: url("../img/common/icon10_ov.png");
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 1rem 0.5rem 0;
	}
}
/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
	display: none;
	position: fixed;
	right: 6rem;
	bottom: 6rem;
	width: 30rem;
	z-index: 80;
}
@media all and (min-width: 897px) {
	.fixBtn a {
		display: block;
		height: 6.2rem;
		position: relative;
	}
	.fixBtn img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		transition: .5s;
	}
	.fixBtn .over {
		opacity: 0;
	}
	.fixBtn a:hover .over {
		opacity: 1;
	}
	.fixBtn a:hover .out {
		opacity: 0;
	}
}
@media all and (max-width: 896px) {
	.fixBtn {
		right: 2rem;
		bottom: 4rem;
		width: 26rem;
	}
	.fixBtn .over {
		display: none;
	}
}