@charset "UTF-8";
html {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}
h1 {
	font-size: 4.8rem;
}
a {
	text-decoration: none;
}
/*---------------------- トップ ----------------------*/
.photographer {
	text-align: end;
}
.photographer a {
	color: #fff;
	opacity: 0.5;
}
.photographer p {
	display: inline-block;
	padding: 10px;
}
.top {
	background-image: url(./seisho_image/top_firstvew.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	background-position: center;
}
.catchcopy {
	font-size: 4.8rem;
	text-align: center;
	position: absolute; 
	color: #fff; 
	width: 100%;
	top: 40%; 
	left: 50%; 
	transform: translateY(-50%) translateX(-50%);  
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,.8));
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,.8));
}	
@media (max-width: 800px){
	.catchcopy {
		writing-mode: vertical-rl;
		align-items: center;
		display: flex;
		font-size: 3vh;
	}
}
/*---------------------- ボタン ----------------------*/
.button {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 80%;   
	left: 50%;  
	transform: translateY(-80%) translateX(-50%);
}
.button h3 {
	color: #fff;
	font-size: 3.2rem;
	text-align: center;
}
.button_takashima_wrapper {
	width: 500px;
	height: 200px;
	background-color: #9452FF;
	border-radius: 5px;
	opacity: 0.6;
	transition: .4s;
	display: table;
}

.button_takashima {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.button_fukushima_wrapper {
	width: 500px;
	height: 200px;
	background-color: #0A8000;
	border-radius: 5px;
	transition: .4s;
	opacity: 0.6;
	display: table;
	margin-left: 50px;
}
.button_fukushima_wrapper:hover,
.button_takashima_wrapper:hover {
	opacity: 1;
	transform: scale(1.1);
}
.button_fukushima {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.button_fukushima img,
.button_takashima img {
	width: 300px;
	padding-bottom: 10px;
}
@media (max-width: 1080px) {
	.button_fukushima_wrapper,
	.button_takashima_wrapper {
		width: 45vw;
		height: 18vw;
	}
	.button_fukushima img,
	.button_takashima img {
		width: 30vw;
	}
	.button h3 {
		font-size: 2.6vw;
	}
	.button_fukushima_wrapper {
		margin-left: 5vw;
	}
}

/*---------------------- フッター ----------------------*/
footer {
	background-color: #A40033;
	height: 70px;
	position: fixed;
	bottom: 0;
}
.tel {
	display: flex;
	justify-content: center;
	vertical-align: middle;
	width: 100vw;
}
.button_tel {
	display: flex;
	background-color: #fff;
	border-radius: 5px;
	width: 300px;
	height: 50px;
	margin: 10px 0 10px 20px;
	justify-content: center;
	transition-duration: .4s;
}
.button_tel:hover {
	transform: scale(1.1);
}
.button_tel img {
	height: 20px;
	width: 20px;
	margin: 15px 5px;
}
.button_tel h3 {
	color: black;
	font-size: 2.2rem;
	line-height: 50px;
}
.tel_discliption_pc {
	color: #fff;
	font-size: 3.2rem;
	line-height: 50px;
	display: block;
}
.tel_discliption_sp {
	display: none;
}
.tel_discliption_pc h3 {
	line-height: 70px;
}
.tel_discliption {
	display: grid;
	place-items: center center;
}

@media (max-width: 860px) {
	.tel_discliption_pc {
		display: none;
	}
	.tel_discliption_sp {
		display: block;
		font-size: 2.4rem;
		color: #fff;
		
	}
	.button_tel h3 {
		font-size: 3rem;
	}
	.button_tel {
		width: 50vw;
		max-width: 300px;
	}
}
@media (max-width: 600px) {
	.tel_discliption_pc {
		display: none;
	}
	.tel_discliption_sp {
		display: block;
		font-size: 1.6rem;
		color: #fff;
	}
	.button_tel h3 {
		font-size: 2rem;
	}
	.button_tel {
		width: 50vw;
		max-width: 300px;
	}
}
@media (max-width: 340px) {
	.tel_discliption_sp {
		font-size: 1.2rem;
	}
	.button_tel h3 {
		font-size: 1.6rem;
	}
}