/* PC用のCSSはメディアクエリの外に記述する */

html {
	font-size: 100%;
}
body {
	font-family: "Noto Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
img {
    width: 100%;
}
h1 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}
h2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 22px 0 16px;
    text-align: center;
}
h4 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-top: 3rem;
	margin-bottom: 4rem;
}
p {
	font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}
a {
    cursor: pointer;
}
.italic {
	font-style: italic;
}
.link-text {
	border-bottom: 1px solid #000;
}
.nl-sp {
	display: none;
}
.nl-pc {
	display: block;
}
.li-box > a:hover {
	opacity: 0.85;
}
.wrapper {
    display: flex;
    justify-content: space-between;
}
.wrapper2 {
    display: flex;
    justify-content: space-between;
}
.red {
	color: #f00;
}


.phone-number {
	display: flex;
	justify-content: center;
}
.phone-number > p {
	font-weight: 600;
	font-size: 2rem;
}
.phone-icon {
	height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url(../image/icon-phone.png);
    margin: auto 10px auto 0;
}
.contact > .wrapper > .box {
	width: 50%;
	color: #fff;
	margin: 0 20px;
}
.contact > .wrapper {
	display: flex;
	align-items: center;
	margin-top: 2rem;
	width: 1000px;
    margin: 2rem auto 0;
}
.footer__address {
	font-size: 1rem;
	line-height: 2rem;
}
.map {
	padding: 15px;
	width: 100%;
	height: 70vh;
}
.phone {
	text-decoration: none;
    pointer-events: none;
}

/* ↓↓↓ サジェスト機能 ↓↓↓ */
#clear-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    display: none;
}
#clear-btn.show {
    display: inline;
	background-color: #fff;
	background-image: url(https://artray.co.jp/image/close-1.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
.search-container {
    position: relative;
    width: 100%;
    max-width: 800px;
	margin: 4rem auto;
    border: 2px solid #e85400;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.search-icon {
    position: absolute;
    left: 10px;
    height: 20px;
    width: 20px;
    pointer-events: none;
}
#search-input {
    width: 100%;
    padding: 12px;
    padding-left: 40px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease-in-out;
}
#search-input:focus {
    border-color: #f3a97f;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
#search-input::placeholder {
    color: #e85400;
    opacity: 1;
	font-weight: 600;
}

.suggestions-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    width: inherit;
}
.suggestions-list li {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}
.suggestions-list li:hover {
    background-color: #f4f4f4;
}
#suggestions {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 1;
    width: inherit;

    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.highlight {
    background-color: #f9d4bf;
}
/* ↑↑↑ サジェスト機能 ↑↑↑ */


.button {
	display: inline-block;
	width: 240px;
	padding: 1em;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
	transition: background-color 0.2s, color 0.2s, width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-radius 0.2s;
	color: #e85400;
	border: 1px solid #e85400;
	border-radius: 0.2em;
	background: transparent;
    text-align: center;
    margin-top: 1.2rem;
}
.button:hover {
	width: 260px;
	color: #ffffff;
	border-radius: 0.2em;
	border: 1px solid #e85400;
	background-color: #e85400;
	filter: opacity(100%);
}
.button:active {
	border-color: #e85400;
	background-color: #e85400;
}
.button:focus {
	color: #e85400;
	border: 1px solid #e85400;
}
.button:focus:hover {
	color: #ffffff;
}

.button-1 {
	display: inline-block;
	outline: none;
	cursor: pointer;
	background: #fff;
	border: 1px solid #e85400;
	border-radius: 0;
	color: #e85400;
	transition-timing-function: ease-in-out;
	transition-property: box-shadow;
	transition-duration: 150ms;
	width: 100%;
	text-align: center;
	padding: 1rem;
	margin-top: 1.2rem;
	font-weight: 600;

}
.button-1:hover {
	color: #e85400;
	box-shadow: 0 5px 5px rgb(39 44 52 / 12%);
}
.button-1-download {
	width: 15px;
	height: 15px;
}
a.button-2 {
	position: relative;
	display: block;
	width: 300px;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #000;
	border:1px solid #fff;
	overflow: hidden;
	margin-top: 1.2rem;
	margin-left: auto;
	margin-right: auto;
}
a.button-2:before {
	content:"";
	position: absolute;
	top: 0px;
	left: -285px;
	height: 100%;
	width: 300px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}
a.button-2:hover:before {
	left:0;
}

/* LINE007 */
.button_line007 a {
    position: relative;
    display: flex;
    justify-content: center;
	gap: 10px;
    align-items: center;
    padding: 30px;
    color: #313131;
    transition: 0.15s ease-in-out;
    font-weight: 600;
    background: #fff;
}
.button_line007 a:hover {
    background: #fff;
    color: #e85400;
}
.button_line007 a:before, .button_line007 a:after {
	box-sizing: inherit;
	content: "";
	position: absolute;
	border: 2px solid transparent;
	width: 0;
	height: 0;
}
.button_line007 a:before {
	top: 0;
	left: 0;
}
.button_line007 a:after {
	bottom: 0;
	right: 0;
}
.button_line007 a:hover:before, .button_line007 a:hover:after {
	width: 100%;
	height: 100%;
}
.button_line007 a:hover:before {
	border-top-color: #e85400;
	border-right-color: #e85400;
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.button_line007 a:hover:after {
	border-bottom-color: #e85400;
	border-left-color: #e85400;
	transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
}

/* PC用のCSSはメディアクエリの外に記述する */
@media screen and (max-width: 1024px) {
	/* 1024px以下に適用されるCSS（タブレット用） */

	.contact > .wrapper {
		width: 100%;
	}
	.download-menu {
        grid-template-columns: repeat(1, 1fr);
    }
    .download_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 599px) {
	/* 599px以下に適用されるCSS（スマホ用） */

	.nl-sp {
		display: block;
	}
	.nl-pc {
		display: none;
	}
	.contact > .wrapper > .box {
		width: 100%;
		margin: 0;
	}
	.contact > .wrapper {
		display: block;
	}
	.contact > p {
		margin: 0 20px;
	}

	.button_line007 a {
		margin: 2rem 20px 0;
	}
	.phone {
		text-decoration: underline;
		pointer-events: auto;
	}
	.search-container {
		width: 100%;
	}
}