@charset "utf-8";

/*------------------------------------------------------------

	汎用スタイル

------------------------------------------------------------*/

/* 81-LSM */

/* 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;}

/*------------------------------------------------------------

	font

------------------------------------------------------------*/

.cabin {

	font-family: "Cabin", sans-serif;

}

.serif {

	font-family: "Noto Serif JP", serif;

}

/*------------------------------------------------------------

	content

------------------------------------------------------------*/

.content {

	margin: 0 auto;

	max-width: 104rem;

}

@media all and (max-width: 896px) {

	.content {

		margin: 0 2rem;

		max-width: 100%;

	}

}

/*------------------------------------------------------------

	comAccessBox

------------------------------------------------------------*/

.comAccessBox {

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

}

.comAccessBox .lBox {

	width: 45rem;

}

.comAccessBox .lBox .logo {

	margin-bottom: 1.4rem;

}

.comAccessBox .lBox .text {

	margin-bottom: 2.9rem;

	line-height: 1.625;

	letter-spacing: 0.16rem;

}

.comAccessBox .lBox .tabBox {

	margin-bottom: 0.8rem;

	padding-bottom: 1.1rem;

	border-bottom: 1px solid var(--base-color);

}

.comAccessBox .lBox .tabBox table {

	width: 100%;

	border-collapse: collapse;

}

.comAccessBox .lBox .tabBox thead {

	background: var(--brown2);

}

.comAccessBox .lBox .tabBox thead th {

	padding: 0.4rem 0 0.5rem;

	width: 8.8%;

	color: var(--white);

	font-size: 1.8rem;

	font-weight: 500;

	text-align: center;

	letter-spacing: 0.16rem;

	box-sizing: border-box;

}

.comAccessBox .lBox .tabBox thead th:first-child {

	padding-left: 1rem;

	border-radius: 0.4rem 0 0 0.4rem;

	width: 33.5%;

}

.comAccessBox .lBox .tabBox thead th:last-child {

	padding-right: 2.1rem;

	border-radius: 0 0.4rem 0.4rem 0;

	width: auto;

}

.comAccessBox .lBox .tabBox tbody th {

	padding: 0.7rem 1.7rem 0 0;

	font-size: 1.8rem;

	font-weight: 500;

	letter-spacing: 0.18rem;

	text-align: right;

	font-feature-settings: "palt";

	-moz-font-feature-settings: "palt";

}

.comAccessBox .lBox .tabBox tbody td {

	padding-top: 0.9rem;

	font-size: 1.8rem;

	text-align: center;

	color: var(--brown2);

}

.comAccessBox .lBox .tabBox tbody td:last-child {

	padding-right: 2.1rem;

}

.comAccessBox .lBox .tabBox tbody tr:last-child th {

	padding: 0.4rem 1.7rem 0 0;

}

.comAccessBox .lBox .tabBox tbody tr:last-child td {

	padding-top: 0.4rem;

}

.comAccessBox .lBox .text.style01 {

	margin-bottom: 3.4rem;

	font-feature-settings: "palt";

	-moz-font-feature-settings: "palt";

}

.comAccessBox .lBox .telBtn {

	width: 28rem;

}

.comAccessBox .lBox .telBtn a {

	min-height: 6rem;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

	text-align: center;

	border-radius: 0.8rem;

	background-color: var(--white);

}

.comAccessBox .lBox .telBtn a span {

	padding: 0 1.8rem 0 2.6rem;

	font-size: 2.8rem;

	font-weight: 600;

	letter-spacing: 0.02em;

	font-family: "Cabin", sans-serif;

	background: url(../img/common/icon03.webp) no-repeat left top calc(50% - 0.1rem) / 1.8rem,url(../img/common/icon02.webp) no-repeat right center / 0.8rem;

}

.comAccessBox .rBox {

	margin-top: 0.2rem;

	width: 50rem;

}

.comAccessBox .rBox .map {

	margin-bottom: 0.2rem;

}

.comAccessBox .rBox .textUl {

	margin-bottom: 1.8rem;

}

.comAccessBox .rBox .textUl li {

	padding: 1rem 0 0 3.6rem;

	font-size: 1.4rem;

	line-height: 1.8;

	letter-spacing: 0.14rem;

	background: url(../img/common/icon06.webp) no-repeat left top 0.8rem / 2.6rem;

}

.comAccessBox .rBox .pLink {

	text-align: right;

}

.comAccessBox .rBox .pLink a {

	display: inline-block;

	padding: 0 1.5rem 0 0;

	font-size: 1.4rem;

	letter-spacing: 0.14rem;

	background: url(../img/common/icon05.webp) no-repeat right center / 0.7rem;

}

.comAccessBox .rBox .pLink a:hover {

	opacity: 0.65;

}

@media all and (max-width: 896px) {

	.comAccessBox {

		display: block;

	}

	.comAccessBox .lBox {

		width: auto;

	}

	.comAccessBox .lBox .logo {

		margin-bottom: 1.4rem;

		width: 31.9rem;

	}

	.comAccessBox .lBox .text {

		margin-bottom: 1.6rem;

		letter-spacing: 0.14rem;

	}



	.comAccessBox .lBox .tabBox {

		margin-bottom: 0.8rem;

		padding-bottom: 0.9rem;

	}

	.comAccessBox .lBox .tabBox thead th {

		padding: 0.75rem 0;

		font-size: 1.4rem;

		width: 9.2%;

	}

	.comAccessBox .lBox .tabBox thead th:first-child {

		padding-left: 1rem;

		border-radius: 0.4rem 0 0 0.4rem;

		width: 33%;

	}

	.comAccessBox .lBox .tabBox thead th:last-child {

		padding-right: 0.7rem;

		border-radius: 0 0.4rem 0.4rem 0;

		width: auto;

	}

	.comAccessBox .lBox .tabBox tbody th {

		padding-right: 1rem;

		font-size: 1.4rem;

		letter-spacing: 0.14rem;

	}

	.comAccessBox .lBox .tabBox tbody td {

		padding-top: 0.9rem;

		font-size: 1.4rem;

	}

	.comAccessBox .lBox .tabBox tbody td:last-child {

		padding-right: 0.5rem;

	}

	.comAccessBox .lBox .tabBox tbody tr:last-child th {

		padding-right: 1rem;

	}

	.comAccessBox .lBox .text.style01 {

		margin-bottom: 3.1rem;

		font-size: 1.2rem;

		line-height: 1.8;

		letter-spacing: 0.12rem;

	}

	.comAccessBox .lBox .telBtn {

		margin: 0 auto 4rem;

	}

	.comAccessBox .rBox {

		margin-top: 0;

		width: auto;

	}

	.comAccessBox .rBox .map {

		margin-bottom: 0.6rem;

	}

	.comAccessBox .rBox .map img {

		width: 100%;

	}

	.comAccessBox .rBox .textUl {

		margin-bottom: 3.6rem;

	}

	.comAccessBox .rBox .textUl li {

		padding: 0.7rem 0 0 2.8rem;

		font-size: 1.2rem;

		letter-spacing: 0.12rem;

		background-size: 2.2rem auto;

	}

}

/*------------------------------------------------------------

	comBtnList

------------------------------------------------------------*/

.comBtnList li {

	margin: 0 4rem;

	width: 38rem;

}

.comBtnList a {

	padding: 0 0 0.5rem 0.5rem;

	min-height: 12rem;

	font-size: 2.8rem;

	font-weight: 700;

	display: flex;

	align-items: center;

	justify-content: center;

	border-radius: 1.2rem;

	line-height: 1;

	letter-spacing: 0.056rem;

	background-color: var(--brown3);

}

.comBtnList span {

	padding: 0.5rem 4rem 0.5rem 3.8rem;

	background: url(../img/common/icon03.webp) no-repeat left center / 2.4rem ,url(../img/common/icon02.webp) no-repeat right top 1.5rem /0.8rem;

}

.comBtnList .li01 a {

	color: var(--white);

	background-color: var(--brown2);

}

.comBtnList .li01 span {

	padding: 0.5rem 3.5rem 0.5rem 4.7rem;

	background-image: url(../img/common/icon04.webp),url(../img/common/icon01.webp);

	background-size: 3.2rem auto,0.8rem auto;

}

.comBtnList a:hover {

	opacity: 0.65;

}

@media all and (max-width: 896px) {

	.comBtnList {

		display: block;

	}

	.comBtnList li {

		margin: 0 auto 2rem;

		width: 33.5rem;

	}

	.comBtnList li:last-child {

		margin-bottom: 0;

	}

	.comBtnList a {

		padding: 0 0 0.5rem 2rem;

		min-height: 8rem;

		font-size: 2.4rem;

		letter-spacing: 0.048rem;

	}

	.comBtnList span {

		padding: 0.5rem 5.5rem 0.5rem 3rem;

		background-size: 2.1rem auto,0.8rem auto;

	}

	.comBtnList .li01 span {

		padding: 0.5rem 4.7rem 0.5rem 3.7rem;

		background-size: 3rem auto,0.8rem auto;

	}

}

/*------------------------------------------------------------

	headLine01

------------------------------------------------------------*/

.headLine01 {

	text-align: center;

	font-size: 8rem;

	letter-spacing: 0.16rem;

}

.headLine01 .en {

	margin-bottom: 0.2rem;

	padding-bottom: 1rem;

	position: relative;

	display: block;

	font-size: 3rem;

	letter-spacing: 0.06rem;

}

.headLine01 .en::after {

	position: absolute;

	bottom: 0;

	left: 50%;

	transform: translateX(-50%);

	z-index: 1;

	width: 6rem;

	height: 0.2rem;

	content: "";

	background-color: var(--base-color);

}

.headLine01 .jp .col {

	color: var(--brown2);

}

@media all and (max-width: 896px) {

	.headLine01 {

		font-size: 3rem;

		letter-spacing: 0.06rem;

	}

	.headLine01 .en {

		margin-bottom: 0.8rem;

		font-size: 2rem;

		letter-spacing: 0.04rem;

	}

	.headLine01 .en::after {

		width: 4rem;

	}

}

/*------------------------------------------------------------

	comBtn

------------------------------------------------------------*/

.comBtn {

	width: 26rem;

}

.comBtn a {

	padding: 1.8rem 3rem;

	display: block;

	color: var(--white);

	font-size: 1.8rem;

	line-height: 1.33;

	background: var(--base-color) url(../img/common/icon01.webp) no-repeat right 2.8rem center / 0.8rem;

	border-radius: 0.8rem;

}

.comBtn a:hover {

	opacity: 0.65;

}

@media all and (max-width: 896px) {

	.comBtn {

		margin: 0 auto !important;

		width: 28rem;

	}

	.comBtn a {

		padding: 1.9rem 3rem;

		font-size: 1.6rem;

	}

}

/*------------------------------------------------------------

	fixedBtn

------------------------------------------------------------*/

.fixedBtn.comBtnList {

	width: 100%;

	position: fixed;

	display: flex;

	z-index: 1000;

	bottom: 0;

	left: 0;

}

.fixedBtn.comBtnList li {

	margin: 0;

	width: 50%;

}

.fixedBtn.comBtnList a {

	padding: 0 0 0.5rem;

	min-height: 6rem;

	font-size: 1.6rem;

	border-radius: 0;

}

.fixedBtn.comBtnList span {

	padding: 2.4rem 0 0;

	background: url(../img/common/icon03.webp) no-repeat center top / 1.4rem;

}

.fixedBtn.comBtnList .li01 span {

	background-image: url(../img/common/icon04.webp);

	background-size: 2.2rem auto;

}

@media all and (max-width: 896px) {



}

