@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;
}
/*------------------------------------------------------------
	pageTtl
------------------------------------------------------------*/
.pageTtl {
	margin-bottom: 0.5rem;
	min-height: 10.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #03164a;
	border: 1px solid #fff;
}
.pageTtl h2 {
	color: #fff;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-align: center;
}
@media all and (max-width: 896px) {
	.pageTtl {
		min-height: 8rem;
	}
	.pageTtl h2 {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 128rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2.8rem;
		max-width: 100% !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 1.8rem;
	position: relative;
	padding-bottom: 1.7rem;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.headLine01::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
	height: 1px;
	width: 14rem;
	background-color: #03164a;
}
@media all and (max-width: 896px) {
	.headLine01 {
		padding-bottom: 1rem;
		font-size: 1.8rem;
	}
	.headLine01::after {
		width: 10rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 1.6rem;
	padding-bottom: 1.3rem;
	font-weight: bold;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.67;
	color: #658ca8;
	border-bottom: 1px solid #707070;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 1rem;
		padding-bottom: 0.5rem;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	position: absolute;
	left: -0.7rem;
	top: 7rem;
	display: flex;
	align-items: flex-start;
}
.headLine03 .en {
	margin-right: 0.2rem;
	width: 17rem;
	color: #f7f7f7;
	font-size: 17rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.06em;
	font-family: "Oswald", sans-serif;
	text-shadow: -1px 1px #03164a, -1px -1px #03164a, 1px -1px #03164a, 1px 1px #03164a;
}
.headLine03 .jp {
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.67em;
}
@media all and (min-width: 897px) {
	.headLine03 .jp, .headLine03 .en {
		display: inline-block;
		-webkit-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin: 0 2.8rem 2rem;
		position: static;
		align-items: center;
	}
	.headLine03 .en {
		margin-right: 0;
		width: auto;
		font-size: 3.3rem;
		order: 0;
		letter-spacing: 0.07em;
	}
	.headLine03:after {
		margin: 0.5rem 1rem -0.5rem;
		flex: 1;
		content: "";
		border-top: 1px solid #03164a;
		order: 1;
	}
	.headLine03 .jp {
		margin-top: 0.7rem;
		order: 2;
		font-size: 1.2rem;
		letter-spacing: 0.03em;
	}
}
/*------------------------------------------------------------
	tagList
------------------------------------------------------------*/
.tagList {
	gap: 0.7rem 1.1rem;
}
.tagList li {
	min-width: 10.7rem;
	padding: 0.45rem 1rem;
	color: #fff;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 0.3rem;
	transition: .3s;
	background: #03164a;
}
@media all and (min-width: 897px) {
	.tagList .sml {
		font-size: 1.2rem;
	}
}
@media all and (max-width: 896px) {
	.tagList {
		gap: 0.3rem 0.5rem;
	}
	.tagList li {
		min-width: 5rem;
		padding: 0.2rem 1rem;
		font-size: 0.9rem;
		border-radius: 0.2rem;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	gap: 1rem 1.1rem;
}

.comList:not(:last-child) {
	margin-bottom: 9.2rem;
}

.comList > li {
	width: 46.4rem;
	position: relative;
}

.comList > li .cardBox {
	height: 100%;
	padding: 2.5rem 1.7rem 1.9rem 2.1rem;
	border: 1px solid #000;
	background-color: #fff;
	transition: .3s;
	display: flex;
	flex-direction: column;
}

.comList .photo {
	margin-bottom: 1.6rem;
	aspect-ratio: 424 / 239;
	overflow: hidden;
	transition: .3s;
}

.comList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.comList h3 {
	margin-bottom: 1.8rem;
	font-weight: 700;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
}

.comList .infoList {
	margin-bottom: 1.5rem;
	border-top: 1px solid #707070;
	transition: .3s;
}

.comList .infoList > li {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #707070;
	transition: .3s;
}

.comList .infoList .ttl,
.comList .infoList .txt {
	padding: 1rem 0 1.3rem;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.comList .infoList .ttl {
	width: 8.7rem;
}

.comList .infoList .txt {
	flex: 1;
}

.comList .infoList .priceTtl {
	padding-top: 1.5rem;
}

.comList .infoList .price {
	padding: 0.7rem 0;
	font-size: 1.7rem;
	text-align: right;
}

.comList .infoList .price .num {
	margin-right: 0.6rem;
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: 0;
}

.comList .infoList .pointTxt {
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.comList .infoList .liStyle {
	gap: 0 5%;
}

.comList .infoList .liStyle p {
	width: 54.2%;
}

.comList .infoList .liStyle p:nth-child(2) {
	flex: 1;
	width: auto;
	position: relative;
	display: flex;
	align-items: flex-start;
}

.comList .infoList .liStyle p:nth-child(2)::before {
	position: absolute;
	left: -2.4rem;
	top: 50%;
	width: 0;
	margin-top: -1.8rem;
	height: 3.6rem;
	border-left: 1px solid #707070;
	transform: rotate(18deg);
	transition: .3s;
	content: "";
}

.comList .infoList .liStyle .right .ttl {
	font-size: 1.2rem;
}

.comList .infoList .liStyle .right .txt {
	text-align: right;
}

.newIcon {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #e60023;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
	z-index: 2;
}

.comList li {
	position: relative;
}

.comList .btnWrap {
	margin-top: auto;
	padding-top: 1.2rem;
	gap: 1rem;
	display: flex;
}

.comList .btnWrap a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4.6rem;
	border: 1px solid #000;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: .3s;
}

.comList .detailBtn {
	color: #fff;
	background-color: #03164a;
	border-color: #03164a;
}

.comList .contactBtn {
	color: #03164a;
	background-color: #fff;
	border-color: #03164a;
}

@media all and (min-width: 897px) {
	.comList > li:has(.detailBtn:hover) .cardBox {
		color: #fff;
		background-color: #03164a;
	}

	.comList > li:has(.detailBtn:hover) .photo {
		border-radius: 4rem;
	}

	.comList > li:has(.detailBtn:hover) .infoList {
		border-color: #fff;
	}

	.comList > li:has(.detailBtn:hover) .infoList > li {
		border-color: #fff;
	}

	.comList > li:has(.detailBtn:hover) .infoList .liStyle p:nth-child(2)::before {
		border-color: #fff;
	}

	.comList > li:has(.detailBtn:hover) .tagList li {
		color: #03164a;
		background-color: #fff;
	}

	.comList > li:has(.detailBtn:hover) .detailBtn {
		color: #03164a;
		background-color: #fff;
		border-color: #fff;
	}

	.comList > li:has(.detailBtn:hover) .contactBtn {
		color: #fff;
		background-color: transparent;
		border-color: #fff;
	}

	.comList .contactBtn:hover {
		color: #fff;
		background-color: #03164a;
	}
}

@media all and (max-width: 896px) {
	.comList {
		display: block;
	}

	.comList:not(:last-child) {
		margin-bottom: 4rem;
	}

	.comList > li {
		width: auto;
	}

	.comList > li:not(:last-child) {
		margin-bottom: 2rem;
	}

	.comList > li .cardBox {
		padding: 1rem;
	}

	.comList .photo {
		margin-bottom: 1rem;
	}

	.comList h3 {
		margin-bottom: 1rem;
		font-size: 1.5rem;
	}

	.comList .infoList {
		margin-bottom: 1rem;
	}

	.comList .infoList .ttl,
	.comList .infoList .txt {
		padding: 0.7rem 0 1rem;
		font-size: 1.2rem;
	}

	.comList .infoList .priceTtl {
		padding-top: 1.2rem;
	}

	.comList .infoList .price {
		font-size: 1.5rem;
	}

	.comList .infoList .price .num {
		margin-right: 0.3rem;
		font-size: 2.4rem;
	}

	.comList .infoList .liStyle {
		display: block;
	}

	.comList .infoList .liStyle p {
		width: auto;
	}

	.comList .infoList .liStyle p:nth-child(2) {
		border-top: 1px solid #707070;
	}

	.comList .infoList .liStyle p:nth-child(2)::before {
		display: none;
	}

	.comList .infoList .liStyle .right .txt {
		text-align: left;
	}

	.comList .btnWrap {
		padding-top: 1rem;
		gap: 0.6rem;
	}

	.comList .btnWrap a {
		min-height: 3.8rem;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	form
------------------------------------------------------------*/
.comAddUl {
    display: flex;
    flex-wrap: wrap;
}
.comAddUl li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.comAddUl li span {
    margin: 0 0.4rem 0 1.2rem;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.comAddUl li span.big {
    margin: 0 0.3rem 0.8rem 0.6rem;
    font-size: 2.6rem;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] ~ span {
	display: inline-block;
	padding-left: 2.2rem;
	cursor: pointer;
	min-height: 1.9rem;
	background: url(../img/common/check_bg.png) no-repeat left center/1.9rem;
}
input[type="checkbox"]:checked ~ span {
	background-image: url(../img/common/check_on_bg.png);
}
input,
select,
textarea {
	padding: 1rem 1.9rem;
	width: 100%;
	display: block;
	height: 5rem;
	color: #222;
	font-size: 1.5rem;
	font-weight: 500;
	border-radius: 0;
	border: 1px solid #8e8e8e;
	box-sizing: border-box;
	box-shadow: none;
	background-color: #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
input::placeholder,
textarea::placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c1c1c1;
	opacity: 1;
}
input.wid01 {
	width: 14.8rem;
}
.submit input {
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 36.4rem;
	height: 5.9rem;
	cursor: pointer;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	transition: .3s;
	border-radius: 0.8rem;
	background: #03164a;
	border: 1px solid #03164a;
}
@media all and (min-width: 897px) {
	.submit input:hover {
		color: #03164a;
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	input[type="checkbox"] ~ span {
		padding-left: 2.4rem;
	}
	.submit input {
		width: 18.2rem;
		height: 3rem;
		font-size: 1.4rem;
		border-radius: 0.5rem;
	}
	input,
	select,
	textarea {
		padding: 0.5rem 1rem;
		height: 4rem;
		font-size: 1.4rem;
	}
	input.wid01 {
		width: 10rem;
	}
	.comAddUl li span {
		font-size: 1.4rem;
	}
	.comAddUl li span.big {
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 29.7rem;
}
#sideBar .bgBox {
	margin-bottom: 2rem;
	padding: 1.7rem 2rem;
	background: #f4f4f4;
}
#sideBar .bgBox p {
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: 700;
}
#sideBar .bgBox p span {
	display: inline-block;
}
#sideBar .bgBox p span:after {
	content: '/';
	margin: 0 0.3rem;
}
#sideBar .bgBox p span:last-child:after {
	display: none;
}
#sideBar .bgBox .title {
	margin-bottom: 0.5rem;
}
#sideBar .searchBox {
	margin-bottom: 1rem;
	padding: 1.5rem 2rem 3.5rem;
	border: 1px solid #707070;
}
#sideBar .searchBox:last-child {
	margin-bottom: 0 !important;
}
#sideBar .searchBox h3 {
	margin-bottom: 1.4rem;
	padding-bottom: 1.2rem;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #b4b4b4;
}
#sideBar .searchBox h3 img {
	width: 2rem;
	vertical-align: -0.4rem;
}
#sideBar .searchBox .subBox:not(.subBox01) {
	margin-bottom: 1.4rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #b4b4b4;
}
#sideBar .searchBox h4 {
	margin-bottom: 1.7rem;
	color: #b4b4b4;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#sideBar .searchBox .checkList:not(.popCheckList) {
	margin-bottom: 1rem;
}
#sideBar .searchBox .checkList:not(.popCheckList) li {
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#sideBar .searchBox .checkList:not(.popCheckList) .sml {
	font-size: 1.2rem;
}
#sideBar .searchBox .checkList:not(.popCheckList) li:not(:last-child) {
	margin-bottom: 1rem;
}
#sideBar .searchBox .checkList:not(.popCheckList) input[type="checkbox"] ~ span {
	padding-left: 2.5rem;
}
#sideBar .searchBox .checkList:not(.popCheckList).flexB {
	gap: 1rem 0;
}
#sideBar .searchBox .checkList:not(.popCheckList).flexB li {
	margin-bottom: 0;
	width: 43%;
}
#sideBar .searchBox .checkList:not(.popCheckList).flexB li:nth-child(2n) {
	width: 57%;
}
#sideBar .searchBox .textList li {
	width: 54%;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	font-weight: 700;
}
#sideBar .searchBox .textList li:nth-child(2n) {
	margin-right: -1rem;
	width: 47%;
}
#sideBar .searchBox .textList input {
	margin-right: 0.7rem;
	padding: 0 1rem;
	width: 8.1rem;
	border-color: #000;
	height: 3.5rem;
}
#sideBar .searchBox .subBox02 h4 {
	margin-bottom: 1rem;
	font-size: 1.3rem;
}
#sideBar .searchBox .subBox01 h4 {
	margin-bottom: 2.6rem;
	font-size: 1.3rem;
}
#sideBar .searchBox .addBtn {
	margin-bottom: 1.3rem;
}
#sideBar .searchBox .addBtn a {
	display: block;
	padding: 0.8rem 1rem 1.2rem;
	color: #03164a;
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 0.3rem;
	background: #fff;
	border: 1px solid #03164a;
}
#sideBar .searchBox .submit:not(.popSubmit) input {
	width: 100%;
	height: 4.9rem;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	border-radius: 0.3rem;
}
#sideBar .calendarBox {
	margin-bottom: 2.8rem;
}
#sideBar .calendarBox h3 {
	padding: 0.7rem 1rem;
	color: #fff;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	background: #03164a;
	border: 1px solid #03164a;
}
#sideBar .calendar img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#sideBar .searchBox .addBtn a:hover {
		color: #fff;
		background-color: #03164a;
	}
}
@media all and (max-width: 896px) {
	#sideBar {
		margin-top: 4rem;
		width: 100%;
	}
	#sideBar .bgBox {
		padding: 1rem;
	}
	#sideBar .bgBox p {
		font-size: 1.2rem;
	}
	#sideBar .searchBox {
		margin-bottom: 2rem;
		padding: 1rem;
	}
	#sideBar .searchBox h3 {
		margin-bottom: 1rem;
		padding-bottom: 0.6rem;
		font-size: 1.4rem;
	}
	#sideBar .searchBox h3 img {
		width: 1.6rem;
		vertical-align: -0.2rem;
	}
	#sideBar .searchBox .subBox:not(.subBox01) {
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}
	#sideBar .searchBox h4 {
		margin-bottom: 1rem;
	}
	#sideBar .searchBox .checkList:not(.popCheckList) li {
		font-size: 1.2rem;
	}
	#sideBar .searchBox .addBtn a {
		padding: 0.6rem 1rem 1rem;
		font-size: 1.4rem;
		border-radius: 0.5rem;
	}
	#sideBar .searchBox .submit:not(.popSubmit) input {
		height: 4rem;
		font-size: 1.4rem;
		border-radius: 0.5rem;
	}
	#sideBar .calendarBox {
		margin-bottom: 2rem;
	}
	#sideBar .calendarBox h3 {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
    wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: -1rem;
	font-size: 0;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 1rem 0.8rem 0;
	min-width: 3rem;
	min-height: 3.3rem;
	font-size: 1.6rem;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-bottom: 0.1rem solid #707070;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #707070;
	border-color: #03164a;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	min-width: inherit;
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend {
	display: none;
	border-bottom: none;
}
@media all and (max-width: 896px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		min-width: 2rem;
		min-height: 2rem;
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
    comNewsList
------------------------------------------------------------*/
.comNewsList {
	margin: -4.8rem 0 10.5rem;
}
.comNewsList li {
	margin: 4.8rem calc(4%/3) 0 0;
	width: 24%;
}
.comNewsList li:nth-child(4n) {
	margin-right: 0;
}
.comNewsList li a {
	height: 100%;
	display: block;
	font-weight: 700;
}
.comNewsList li .photo {
	margin-bottom: 1rem;
	aspect-ratio: 308/173;
	overflow: hidden;
}
.comNewsList li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comNewsList li .dateBox {
	margin-bottom: 0.8rem;
}
.comNewsList li .date {
	width: 8rem;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	align-items: flex-start;
}
.comNewsList li .tag {
	margin-top: -0.8rem;
	width: calc(100% - 8rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.comNewsList li .tag span {
	margin: 0.5rem 0 0 0.5rem;
	padding: 0 1rem;
	min-height: 2.7rem;
	min-width: 9.9rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.1rem;
	width: fit-content;
	text-align: center;
	border-radius: 1.3rem;
	letter-spacing: 0.1em;
	border: 0.1rem solid #000;
}
.comNewsList li .text {
	font-size: 1.4rem;
	line-height: 1.7;
}
.comNewsList li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comNewsList {
		margin: -1.3rem 0 5rem;
		justify-content: space-between;
	}
	.comNewsList li {
		margin: 1.3rem 0 0 0;
		width: calc(50% - 0.45rem);
	}
	.comNewsList li .photo {
		margin-bottom: 0.6rem;
	}
	.comNewsList li .dateBox {
		margin-bottom: 0.4rem;
	}
	.comNewsList li .date {
		width: 4.5rem;
		font-size: 0.6rem;
	}
	.comNewsList li .tag {
		margin-top: -0.8rem;
		width: calc(100% - 4.5rem);
	}
	.comNewsList li .tag span {
		padding: 0.2rem 1rem 0.1rem;
		min-width: 5rem;
		min-height: 1rem;
		font-size: 0.55rem;
	}
	.comNewsList li .text {
		font-size: 0.7rem;
	}
}
/*------------------------------------------------------------
	comContactList
------------------------------------------------------------*/
.comContactList li {
	width: 48.5%;
}
.comContactList a {
	padding: 2.5rem 3.5rem;
	height: 100%;
	min-height: 16.3rem;
	display: flex;
	align-items: center;
	border-radius: 0.8rem;
	background: #03164a;
	border: 1px solid #03164a;
}
.comContactList a .ico {
	display: inline-block;
	padding: 0 0 0.7rem 8rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	background: url(../img/common/icon06.png) no-repeat left center/5.5rem;
}
.comContactList a .sml {
	margin-top: 0.8rem;
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
.comContactList a .num {
	margin: 0.5rem 0 -0.3rem 0.2rem;
	display: block;
	font-weight: 600;
	font-size: 3.1rem;
	line-height: 1;
	font-family: "Inter", sans-serif;
	letter-spacing: 0.12em;
}
.comContactList .tel a .ico {
	padding-top: 0.5rem;
	letter-spacing: 0.1em;
	background-image: url(../img/common/icon05.png);
}
@media all and (min-width: 897px) {
	.comContactList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comContactList {
		gap: 1.5rem 0;
	}
	.comContactList li {
		width: 100%;
	}
	.comContactList a {
		padding: 1.5rem 2.5rem;
		min-height: 11.5rem;
		border-radius: 0.4rem;
	}
	.comContactList a .ico {
		padding-left: 5.5rem;
		font-size: 1.45rem;
		background-size: 3.9rem;
	}
	.comContactList a .sml {
		font-size: 1.25rem;
	}
	.comContactList a .num {
		font-size: 2.15rem;
		letter-spacing: 0.1em;
	}
}
/*------------------------------------------------------------
	comInfoBox
------------------------------------------------------------*/
.comInfoBox {
	margin-top: 10rem;
	padding: 7.4rem 0;
	position: relative;
	background: #f7f7f7;
	overflow: hidden;
}

.comInfoBox .content {
	max-width: 79.6rem;
}

.comInfoBox .mapBox {
	margin-bottom: 3rem;
}

.comInfoBox .mapBox .txtBox {
	width: 39.8rem;
}

.comInfoBox .mapBox .txtBox p {
	margin-bottom: 2rem;
	line-height: 2;
	letter-spacing: 0.03em;
}

.comInfoBox .mapBox .txtBox .link {
	margin: 2.6rem 0 0 0.7rem;
}

.comInfoBox .mapBox .txtBox .link a {
	display: inline-block;
	padding: 0.4rem 0 0.4rem 4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: url(../img/common/icon04.png) no-repeat left top / 3rem;
}

/* スライド */
.comInfoBox .mapBox .slideBox {
	margin-top: 0.5rem;
	width: 38rem;
}

.comInfoBox .mapBox .infoSlider {
	overflow: hidden;
}

.comInfoBox .mapBox .slideItem {
	aspect-ratio: 380 / 282;
	overflow: hidden;
}

.comInfoBox .mapBox .slideItem img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.infoSlider .slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.infoSlider .slick-dots li {
	margin: 0 4px;
}

.infoSlider .slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ccc;
	border: none;
	text-indent: -9999px;
}

.infoSlider .slick-dots .slick-active button {
	background: #03164a;
}

/* 下部GoogleMap */
.comInfoBox .mapFull {
	margin-bottom: 4.4rem;
}

.comInfoBox .mapFull iframe {
	width: 100%;
	height: 28.2rem;
	display: block;
}

@media all and (min-width: 897px) {
	.comInfoBox .comContactList a {
		padding: 2rem 3rem;
		min-height: 14rem;
	}

	.comInfoBox .comContactList .ico {
		padding-left: 6.8rem;
		font-size: 1.8rem;
		font-weight: 500;
		background-size: 4.7rem;
	}

	.comInfoBox .comContactList .sml {
		font-size: 1.6rem;
	}

	.comInfoBox .comContactList .num {
		font-size: 2.7rem;
	}

	.comInfoBox .mapBox .txtBox .link a:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	.comInfoBox {
		margin-top: 4.2rem;
		padding: 6.1rem 0 2.7rem;
	}

	.comInfoBox .content {
		max-width: inherit;
	}

	.comInfoBox .mapBox {
		margin-bottom: 1.5rem;
		display: block;
	}

	.comInfoBox .mapBox .txtBox {
		width: auto;
	}

	.comInfoBox .mapBox .txtBox p {
		margin-bottom: 0.8rem;
		font-size: 1rem;
		line-height: 1.9;
		letter-spacing: 0.02em;
	}

	.comInfoBox .mapBox .txtBox .link {
		margin: 1.5rem 0 0;
	}

	.comInfoBox .mapBox .txtBox .link a {
		padding: 0.3rem 0 0.3rem 2.5rem;
		font-size: 0.9rem;
		background-size: 1.9rem;
	}

	.comInfoBox .mapBox .slideBox {
		margin-top: 1.3rem;
		width: auto;
	}

	.comInfoBox .mapFull {
		margin-bottom: 2.7rem;
	}

	.comInfoBox .mapFull iframe {
		height: 62vw;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	margin: 0 auto;
	padding: 1rem 5rem 1.6rem 7.5rem;
	width: 26rem;
	display: block;
	text-align: center;
	background: url(../img/common/arrow.png) no-repeat center bottom/100%;
}
.comLink a .txt {
	display: inline-block;
	padding-right: 3rem;
	min-width: 10rem;
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: left;
	color: #03164a;
	background: url(../img/common/icon09.png) no-repeat right 0.7rem/2rem;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink a {
		padding: 0.5rem 2rem 0.7rem 3.2rem;
		width: 13rem;
	}
	.comLink a .txt {
		padding-right: 1.5rem;
		min-width: 5rem;
		font-size: 1.1rem;
		background-position: right 0.2rem;
		background-size: 1.1rem;
	}
}