@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');

/*************
FMT
*************/


.ffBaskervville {
	font-family: "Baskervville", serif;
	font-style: normal;
}


/*アキ*/
.mgt48 {
	margin-top: 48px !important;
}

.mgt32 {
	margin-top: 32px !important;
}

.mgt24 {
	margin-top: 24px !important;
}

.mgt16 {
	margin-top: 16px !important;
}

.mgt8 {
	margin-top: 8px !important;
}

.mgt0 {
	margin-top: 0 !important;
}

/*テキスト*/
.fs14 {
	font-size: 14px;
}

.fs12 {
	font-size: 12px;
}

.center {
	text-align: center;
}

.ib {
	display: inline-block;
}

.auto_center {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

/* .text_link {
	color: var(--primary-color);
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

.fcPrimary {
	color: var(--primary-color);
} */

/* .relative_wrap {
	position: relative;
} */

/* 箇条書き */
/* ul.text_list li,
p.text_list {
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}

ul.text_list li+li {
	margin-top: 2px;
}

ul.text_list.annotation li {
	font-size: 14px;
} */



/*************
common
*************/
.contents_wrap {
	margin-top: 80px;
}

.section_padding {
	padding-top: 128px;
	padding-bottom: 128px;
	border-top: 1px solid var(--gray-light);
}

.section_head h2 {
	font-size: 40px;
	letter-spacing: 0.05em;
	color: var(--gray-dark);
	text-align: center;
}

.section_head_sub {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: var(--gray-dark);
	padding-top: 34px;
	position: relative;
}

.section_head_sub::before {
	content: "";
	background: url(https://www.icmjapan.co.jp/icm/wp-content/themes/japan/common/img/hd_bar.png) center / cover no-repeat;
	width: 184px;
	height: 12px;
	top: 6px;
	left: calc(50% - 92px);
	position: absolute;
}

@media screen and (max-width: 768px) {
	.contents_wrap {
		margin-top: 54px;
	}

	.section_padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.section_head h2 {
		font-size: 32px;
	}

}


/*************
contact
*************/
#contact {
	background-color: var(--bg2-color);
}

.contact_wrap {
	display: flex;
	justify-content: space-between;
	max-width: 642px;
	margin: 48px auto 0;
}

.contact_block {
	width: 44%;
	text-align: center;
}

.contact_header {
	display: inline-block;
	position: relative;
	padding: 0 5.5em;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 32px;
}

.contact_header::before,
.contact_header::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 78px;
	height: 1px;
	background-color: #CCCCCC;
}

.contact_header::before {
	left: 0;
}

.contact_header::after {
	right: 0;
}

.contact_tel {
	color: #2B4257;
	font-size: 32px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_tel img {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 8px;
}

.contact_btn {
	background-color: #2B4257;
	display: block;
	padding: 16px 36px 16px 84px;
	color: #FFF;
	border-radius: 50px;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	transition: all .3s;
	max-width: 280px;
	margin: 0 auto;
}

.contact_btn::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 36px;
	width: 32px;
	height: 24px;
	background: url(https://www.icmjapan.co.jp/icm/wp-content/themes/japan/common/img/icon_mail.png) center / contain no-repeat;
}

.contact_btn:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	.contact_wrap {
		display: flex;
		margin: 40px auto 0;
		flex-direction: column;
	}

	.contact_block {
		width: 100%;
	}

	.contact_block+.contact_block {
		margin-top: 40px;
	}

	.contact_header {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 768px) {}

/*************
footer
*************/
footer {
	background-color: var(--gray-dark);
}

.footer_container {
	color: #FFF;
	padding: 96px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_logo {
	display: flex;
	align-items: center;
	gap: 24px;
}

.footer_logo img {
	width: 65px;
}

.footer_logo_text {
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: "Baskervville", serif;
	font-style: normal;
}

.footer_nav_wrap {
	display: flex;
	gap: 64px;
}

.footer_nav_cruize_header {
	font-size: 16px;
}

.footer_nav_cruize_list {
	margin: 24px 0 0 8px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 12px 40px;
	max-height: 296px;
}

.footer_nav_cruize_item {
	font-size: 12px;
}

.footer_nav_cruize_item a {
	padding-bottom: 4px;
	position: relative;
}

.footer_nav_cruize_item a::before {
	background: #fff;
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .6s;
}

.footer_nav_cruize_item a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.footer_nav_menu_list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.footer_nav_menu_item {}

.footer_nav_menu_item a {
	padding-bottom: 4px;
	position: relative;
}

.footer_nav_menu_item a::before {
	background: #fff;
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .6s;
}

.footer_nav_menu_item a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}


@media screen and (max-width: 1024px) {
	.footer_container {
		padding: 48px 4vw;
		display: flex;
		flex-direction: column;
	}

	.footer_nav_cruize {
		margin-top: 40px;
	}

	.footer_nav_wrap {
		display: flex;
		gap: 40px;
		flex-direction: column;
	}

	.footer_nav_cruize_list {
		margin: 16px 0 0;
		display: flex;
		flex-direction: row;
		gap: 12px 28px;
		max-height: initial;
	}

	.footer_nav_cruize_item {
		font-size: 10px;
	}

	.footer_nav_menu_list {
		display: flex;
		flex-direction: row;
		gap: 16px 24px;
		flex-wrap: wrap;
	}

	.footer_nav_menu_item {
		font-size: 12px;
	}

}

@media screen and (max-width: 768px) {}


/*************
contactBar
*************/
#contactBar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	background-color: #E0E0E0;
	padding: 16px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
}

#contactBar.show {
	opacity: 1;
	pointer-events: inherit;
}

.contactBar_inner {
	display: flex;
	justify-content: center;
	gap: 64px;
	align-items: center;
}

.contactBar_btn {
	background-color: #2B4257;
	display: block;
	padding: 12px 36px 12px 84px;
	color: #FFF;
	border-radius: 50px;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	transition: all .3s;
}

.contactBar_btn:hover {
	opacity: 0.7;
}

.contactBar_btn::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 36px;
	width: 32px;
	height: 24px;
	background: url(https://www.icmjapan.co.jp/icm/wp-content/themes/japan/common/img/icon_mail.png) center / contain no-repeat;
}

.contactBar_tel {
	display: flex;
	gap: 16px;
	align-items: center;
}

.contactBar_tel dt {
	font-weight: normal;
}

.contactBar_tel dd {
	font-size: 21px;
}

.contactBar_time {
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	.contactBar_tel {
		display: none;
	}

	.contactBar_time {
		display: none;
	}
}

.contactBar_tel_btn {
	display: none;
}

.contactBar_btn img {
	display: none;
}

@media screen and (max-width: 820px) {
	.contactBar_inner {
		display: flex;
		justify-content: center;
		gap: 28px;
		align-items: center;
	}
}

@media screen and (max-width: 820px) {
	.contactBar_btn span {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#contactBar {
		padding: 12px;
	}

	.contactBar_inner {
		display: flex;
		justify-content: center;
		gap: initial;
		align-items: center;
		gap: 12px;
	}

	.contactBar_tel_btn {
		background-color: #fff;
		border: 1px solid #2B4257;
		;
		display: block;
		padding: 10px 0;
		color: #2B4257;
		;
		border-radius: 50px;
		font-weight: bold;
		font-size: 16px;
		position: relative;
		transition: all .3s;
		width: 48%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
	}

	.contactBar_tel_btn img {
		width: auto;
		height: 16px;
	}

	.contactBar_btn {
		background-color: #2B4257;
		;
		display: block;
		padding: 12px 0;
		color: #FFF;
		border-radius: 50px;
		font-weight: bold;
		font-size: 14px;
		position: relative;
		transition: all .3s;
		width: 48%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
	}

	.contactBar_btn img {
		display: block;
		width: auto;
		height: 15px;
	}

	.contactBar_btn::before {
		display: none;
	}
}






/*************
メディアクエリ
*************/
/* ------------------------------------------------------------
PC用設定
------------------------------------------------------------ */
.pc {
	display: block
}

.tb {
	display: none
}

.sp {
	display: none
}

.tbsp {
	display: none
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.container {
		width: 100%;
		margin: 0 auto;
		padding: 0 4vw;
	}
}

/* ------------------------------------------------------------
  tb用設定
  ------------------------------------------------------------ */
@media screen and (max-width: 768px) {
	.pc {
		display: none
	}

	.tb {
		display: block
	}

	.sp {
		display: none
	}

	.tbsp {
		display: block
	}

	.container {
		width: 100%;
		margin: 0 auto;
		padding: 0 4vw;
	}
}

/* ------------------------------------------------------------
  sp用設定
  ------------------------------------------------------------ */
@media screen and (max-width: 480px) {
	.pc {
		display: none
	}

	.tb {
		display: none
	}

	.sp {
		display: block
	}

	.tbsp {
		display: block
	}
}