@charset "UTF-8";
/*
    Theme Name: 町田木曽ティザー
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}
html {
	overflow-wrap: break-word;
	overflow-x: hidden;
	text-size-adjust: 100%;
	letter-spacing: calc(80 / 1000) + em;
}
body {
	// overflow: hidden;
	font-feature-settings: "palt"; // 自動カーニング
	line-height: 1.5;
	background: white;
	position: relative;
	font-optical-sizing: auto;
	font-style: normal;
}
a {
	color: inherit;
	text-decoration: none;
	&:hover {
		color: inherit;
		text-decoration: none;
	}
}
ul,
ol {
	list-style: none;
}
input {
	color: inherit;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
img {
	max-width: 100%;
	margin: 0;
	vertical-align: bottom;
	// display: block;
}
figure {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-size: inherit;
	font-weight: inherit;
}

.fs {
	@media screen and (min-width: 435px) {
		position: relative;
		height: 90vh;
		min-height: 810px;
	}

	.bg {
		width: 100%;
		object-position: 74% 0px;
		@media screen and (min-width: 435px) {
			object-fit: cover;
			width: 100%;
			height: 100%;
		}
	}
	.txt {
		position: absolute;
		top: 0;
		left: 0;
		max-width: 900px;
		max-height: 900px;
		min-width: 420px;
		width: calc(100% - 820px);
		@media screen and (max-width: 434px) {
			display: none;
		}
	}
	.img {
		position: absolute;
		bottom: 0;
		right: 0;
		max-width: 625px;
		max-height: 575px;
		width: calc(100% - 900px);
		min-width: 360px;
		@media screen and (max-width: 434px) {
			display: none;
		}
	}
}

.ac {
	max-width: 710px;
	margin: 0 auto;
	padding: 0 20px;
	padding-top: 40px;
	padding-bottom: 80px;
	h2 {
		font-weight: bold;
		font-size: 1.5rem;
		text-align: center;
		color: #1f3c88;
	}
	p {
		padding: 1rem 0;
	}
}

.g-map{
		position: relative;
		overflow-y: hidden;
		width: 100%;
		padding-top: 65%;
	iframe{
		position: absolute;
		top: -150px;
		left: 0;
		width: 100%;
		height: calc(100% + (150px * 2));
		aspect-ratio: 9/6;
	}
}