@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;
}
main {
    margin: 0 30px;
}
/*---------------------- 背景 ----------------------*/

.bg {
    position: relative;
}
.bg_top {
    position: fixed;
    top: 100px;
    right: 100px;
    z-index: -1;
}
.bg img {
    width: 90vh;
}
@media (max-width: 1080px) {
    .bg_top {
        right: 10px;
        top: 50px;
    }
}
@media (max-width: 800px) {
    .bg img {
        width: 40vw;
    }
}
/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 120px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/
/*---------------------- ヘッダー ----------------------*/
.header {
    display: flex;
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 10000;
    background-color: rgb(255, 255, 255, 0.5);
}
.header_R,
.header_L {
    width: 100%;
    padding: 10px;
    display: flex;
	place-items: center center;
}
.header_R {
    justify-content: end;
}
.header_L {
    justify-content: start;
    font-weight: 600;
}
.header_R p,
.header_L p {
    padding: 0px 5px;
    color: #000000;
}
.header_R p {
    font-size: 16px;
}
.header_L p {
    font-size: 20px;
}
.header_R_wrapper,
.header_L_wrapper {
    display: flex;
}
@media (max-width: 1080px) {
    .header {
        height: 48px;
    }
    .header_R,
    .header_L {
        padding: 5px;
    }
    .header_R_wrapper,
    .header_L_wrapper {
        display: block;
    }
    .header_R p {
        font-size: 14px;
    }
}
/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 120px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/
/*---------------------- ファーストビュー ----------------------*/

.firstvew_ttl {
    text-align: center;
    max-width: 850px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 200px;
}
.firstvew_guide {
    width: 650px;
    font-size: 3.6rem;
    margin: 150px auto;
}
.firstvew_guide h2 {
    line-height: 56px;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(255, 148, 217, 0.8));
    filter: drop-shadow(0px 0px 10px rgba(255, 148, 217, 0.8));
}
@media (max-width: 1080px) {
    .firstvew_ttl {
        padding-top: 100px;
    }
    .firstvew_guide {
        width: 430px;
        margin: 50px auto; 
    }
    .firstvew_guide h2 {
        line-height: 36px;
        font-size: 2.4rem;
    }
}
@media (max-width: 600px) {
    .firstvew_guide h2 {
        font-size: 1.6rem;
        line-height: 24px;
    }
    .firstvew_guide {
        width: 285px;
    }
}
/*---------------------- インテリア ----------------------*/

.interior {
    max-width: 1000px;
    margin: 0 auto;
}
.content {
    display: flex;
    position: relative;
    margin-bottom: 100px;
}
.even {
    flex-direction: row-reverse;
}
.content img {
    width: 600px;
}
.gokakukei {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    background: rgb(126, 126, 126);
    clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
    height: 65px;
    width: 45px;
} 
.gokakukei p {
    font-size: 3.6rem;
    text-align: center;
    line-height: 65px;
    color: #fff;
}
.gokakukei {
    position: absolute;
    top: 15px;
    left: 15px;
}
.content_txt p {
    position: relative;
}
.content_txt {
    position: absolute;
    font-size: 2.4rem;
    width: 550px;
    height: auto;
    padding: 50px;
    background-color: #F7F7F7;
    opacity: 0.9;
    top: 50%;
    transform: translateY(-50%);
}
.txt_even {
    left: 0;
}
.txt_odd {
    right: 0;
}
.interior_txt {
    padding: 40px 100px;
    background-color: #FCF4F1;
    margin-bottom: 100px;
    font-size: 2.4rem;
}
.interior_txt p {
    padding: 40px;
    background-color: #ffffff;
}
.interior_txt span {
    font-size: 1.6rem;
}

@media (max-width: 1080px) {
    .content {
        margin-bottom: 20px;
        display: block;
        position: static;
        text-align: center;
    }
    .content img {
        max-width: 800px;
        width: 100%;
        height: auto;
    }
    .content_txt {
        position: relative;
        top: 0;
        transform: none;
        width: auto;
        max-width: 700px;
        margin: 0 auto;
    }
    .interior_txt {
        padding: 5vw;
        margin: 50px auto;
    }
}
@media (max-width: 600px) {
    .interior_txt {
        font-size: 1.6rem;
    }
    .interior_txt span {
        font-size: 1rem;
    }
    .content_txt {
        font-size: 1.6rem;
        padding: 20px 20px 20px 60px;
    }
    .gokakukei {
        height: 50px;
        width: 30px;
    } 
    .gokakukei p {
        font-size: 2.4rem;
        text-align: center;
        line-height: 50px;
        color: #fff;
    }
}
/*---------------------- ボタン ----------------------*/
.button_wrapper {
    position: relative;
    height: 200px;
    margin-bottom: 100px;
}
.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 {
    background-color: #9452FF;
}
.button_fukushima_wrapper {
	background-color: #0A8000;
}
.button_takashima_wrapper,
.button_fukushima_wrapper {
    width: 500px;
    height: 200px;
    border-radius: 5px;
    transition: .4s;
    display: table;
}
.button_takashima,
.button_fukushima {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.button_fukushima_wrapper:hover,
.button_takashima_wrapper:hover {
	transform: scale(1.1);
}
.button_fukushima img,
.button_takashima img {
	width: 300px;
	padding-bottom: 10px;
}
@media (max-width: 1080px) {
	.button_fukushima_wrapper,
	.button_takashima_wrapper {
		width: 40vw;
		height: 18vw;
	}
	.button h3 {
		font-size: 2.6vw;
	}
	.button_fukushima_wrapper {
		margin-left: 5vw;
	}
    .button_wrapper {
        margin-bottom: 50px;
        height: 18vw;
    }
    .button_fukushima img,
	.button_takashima img {
		width: 30vw;
	}
}
/*---------------------- コピーライト ----------------------*/
.copylight {
    margin-bottom: 80px;
    margin-top: 10px;
}
.copylight p {
    text-align: center;
}
/*---------------------- フッター ----------------------*/
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: 40px;
	width: 40px;
	margin: 5px;
}
.button_tel h3 {
	color: black;
	font-size: 3.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;
	}
}