@charset "utf-8";

/******************* 統一設定 *******************/
* {
	color: white;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: 'ZenOldMincho', sans-serif, 'Font Awesome 6 Free';
	font-weight: normal;
	table-layout: fixed;
	border-spacing: 0;
	box-sizing: border-box;
}

:root {
	--sm-font-size-12px: clamp(6px, 2.75vw, 12px);
	--sm-font-size-13px: clamp(7px, 3vw, 13px);
	--sm-font-size-14px: clamp(8px, 3.25vw, 14px);
	--sm-font-size-15px: clamp(10px, 3.5vw, 15px);
	--sm-font-size-16px: clamp(12px, 3.75vw, 16px);
	--sm-font-size-18px: clamp(12px, 4vw, 18px);
	--sm-font-size-20px: clamp(15px, 4.5vw, 20px);
	--sm-font-size-22px: clamp(14px, 4.75vw, 22px);
	--sm-font-size-24px: clamp(16px, 5vw, 24px);
	--sm-font-size-26px: clamp(16px, 5.25vw, 26px);
	--sm-font-size-30px: clamp(18px, 5vw, 30px);
	--sm-font-size-33_57px: clamp(19px, 5.75vw, 33.57px);
	--sm-font-size-36_59px: clamp(20px, 6.25vw, 36.59px);
	--sm-font-size-38px: clamp(20px, 6vw, 38px);
	--sm-font-size-45px: clamp(24px, 6.5vw, 45px);
}

.flexbox {
	display: flex;
}

.button {
	width: fit-content;
	width: -moz-fit-content;
}

a {
	color: #000;
	transition: .3s;
}

a:hover {
	opacity: .7;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

body {
	color: #333;
	font-size: var(--sm-font-size-16px);
	background: url("./../img/scenery.png") center /cover;
	width: 100%;
	overflow-x: hidden;
}

div.wrapper {
	margin: 0 auto;
}

div.button a {
	width: 100vw;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	transition: .3s;
}

img {
	width: 100%;
	object-fit: contain;
}

address {
	text-align: center;
	background-color: #000;
	padding: 20px;
}

.js-scroll-trigger {
	/* または block */
	width: auto;
	/* 必要に応じてサイズ明示 */
	height: auto;
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 3s ease, transform 3s ease;
	will-change: opacity, transform;
}

.js-scroll-trigger.is-active {
	opacity: 1;
	transform: translateY(0);
}

/******************* ヘッダー *******************/
header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}

/* 
div.wrapper::before {
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
} */

header.top {
	width: 100%;
	height: 100%;
}

header nav.pcView {
	width: 1118px;
	height: 100%;
	margin: 0 auto;
	flex-direction: row;
	align-items: center;
	align-content: center;
	text-shadow: 1px 1px 8px #000;
}

header nav.smView {
	display: none;
}

header nav.pcView .tel a {
	margin-left: 2px;
	color: #fff;
}

header nav.pcView .tel a::before, .pure-drawer ul li div.inquiry a::before {
	padding-right: 5px;
	font-size: .9em;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	content: "\f095";
}

header nav.pcView div.item ul {
	width: 918px;
	height: 90px;
	margin: 7.5px auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

header nav.pcView div.item ul li {
	height: 80px;
}

header nav.pcView div.item ul li.Facebook {
	margin-right: -55px;
}

header nav.pcView div.item ul li.language:nth-child(1) {
	margin-left: 55px;
}

header nav.pcView div.item ul li.contacts {
	height: 100px;
}

header nav.pcView div.item ul a {
	width: 110px;
	height: 100%;
	/* color:#337d98; */
	text-align: center;
	transition: .3s;
	flex-direction: column;
	justify-content: center;
}

header nav.pcView div.item ul a img {
	height: 28px;
	margin: 0 auto;
}

header nav.pcView div.item ul a span {
	margin-top: 10px;
	line-height: 1.3em;
}

header nav.pcView div.item ul a:hover {
	opacity: .7;
}

#top li.language a span {
	border: solid 1px #fff;
	padding: 5px;
	margin: 5px;
	box-shadow: 1px 1px 8px #000;
}

/******************* フッター *******************/
footer {
	width: 100%;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

footer a {
	color: #fff;
}

footer .copyright .innerbox {
	column-gap: 20px;
	align-items: center;
	justify-content: center;
}

footer .innerbox {
	width: 90%;
	max-width: 1366px;
	margin: 0 auto;
}

footer .bg {
	background: url("./../img/screen4.png") no-repeat center/cover;
}

footer .copyright {
	padding: 40px 0;
}

footer .info-table {
	width: 60%;
	display: flex;
	flex-direction: column;
	color: #fff;
	font-size: var(--sm-font-size-20px);
	border-radius: 8px;
	line-height: 1.6;
	/* float: right; */
}

footer div.textbox {
	padding: 50px 0;
}

footer div.textbox i {
	margin: 20px 20px 0;
}

.info-table div {
	display: flex;
	border-bottom: 1px solid #fff;
	padding: 8px 0;
	align-items: center;
}

.info-table div:first-child {
	border-top: 1px solid #fff;
}

.info-table dt {
	width: 25%;
	/* 項目名の幅を固定 */
}

.info-table dd {
	width: 75%;
	margin: 0;
	word-wrap: break-word;
}

@media (max-width:1151px) {
	header {
		height: 74px;
	}

	header div.tel {
		display: none;
	}

	header nav.pcView {
		display: none;
	}

	header nav.smView {
		height: 100%;
		display: block;
	}

	footer .innerbox div.img {
		display: none;
	}

	footer .innerbox {
		width: 100%;
	}

	footer .info-table {
		width: 100%;
	}

	footer .copyright {
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}

	.footer > div.bg > div > div > dl > div:nth-child(10) > dd {
		word-break: break-all;
	}
}

@media (max-width:999px) {
	/******************* ヘッダー *******************/
	header {
		height: 65px;
	}

	header nav.pcView {
		display: none;
	}

	header nav.smView {
		height: 100%;
		display: block;
	}

	/******************* コンテンツ *******************/
	main .contents .bnrpc {
		display: none;
	}
}

@media (max-width:767px) {
	footer .sitemap .innerbox a {
		width: calc(100% / 2);
	}

	footer .copyright .innerbox {
		flex-direction: column;
	}

	footer .copyright .company {
		text-align: center;
	}

	footer .info-table {
		width: 100%;
	}

	footer .copyright .img .info-table {
		justify-content: center;
	}
}

@media (max-width:450px) {

}