@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
*{
	margin:0;
	padding:0;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

*::before,
*::after{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	}

html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

input,
select,
textarea{
	font-family: 'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif;
	color:#303030;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-feature-settings: 'palt';
	touch-action: manipulation;
	resize: none;
	display: block;
}

button{
	border: none;
	background: none;
	border-radius: 0;
	cursor: pointer;
}

body{
	color: #303030;
	font-size: 16px;
	font-family:'メイリオ', 'Meiryo', sans-serif;
	font-family: 'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

img{
	display: block;
	object-position: center;
	width: 100%;
}

#body_wrap{
	overflow: hidden;
}

.container{
	padding:0 20px;
}


a{
	color: #303030;
}

.fax a{
	pointer-events: none;
}

@media (any-hover:hover){
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/*
------------------------------------
アニメーション関係
------------------------------------
*/

.common_hover_opa{
	transition: 0.4s;
}


@media (any-hover:hover){
	.common_hover_opa:hover{
		opacity: 0.7;
	}
	
}


.coming_section{
	padding-top: 90px;
	padding-bottom: 90px;
	min-height: 100vh;
}

.coming_section .coming_text{
	text-align: center;
	font-size: 40px;
	line-height:3;
	text-align: center;
	color: #bfa78b;
	max-width: 632px;
	margin:0 auto;
}

.coming_section .site_logo{
	width: 486px;
	max-width: 100%;
	margin:0 auto;
	margin-top: 80px;
}

.coming_section .coming_text02{
	margin-top: 64px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.3em;
	line-height: 1.3;
	text-align: center;
}

.coming_section .sns_list{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:0 48px;
	margin-top: 124px;
}

.coming_section .sns_list a{
	width: 50px;
}

.coming_section .copy{
	margin-top: 64px;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;

}