@charset "UTF-8";

/* -----------------------------
modelroom
----------------------------- */
#content_Wrap{ position: relative;}

.lower_ttl{
    width: 100%;
    background: url(../img/main.jpg) center no-repeat;
    background-size: cover;
        margin-bottom: 30px;
}
.lower_ttl h2 {
    white-space: nowrap;
}
.lower_ttl h2 span {
    font-size: 0.7em;
}

.head_ttl {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
	padding: 6% 0;
}

.slide_box {
    margin: 0 auto;
    max-width: 1200px;
    width: 94%;
    display: none;
}
.slide_box.active {
    display: block;
}

.tab_list {
}
.tab_list ul {
display: flex;
justify-content: center;
width: 90%;
margin: 60px auto 60px;
gap: 20px 40px;
}
.tab_list li {
text-align: center;
width: 100%;
max-width: 320px;
padding: 1em 0;
background: #fff;
border: 1px solid #124785;
cursor: pointer;
transition: 0.3s;
position: relative;
}
.tab_list li:hover {
color: #fff;
background: #124785;
border: 1px solid #124785;
}
.tab_list li.active {
color: #fff;
background: #124785;
border: 1px solid #124785;
}
.tab_list li::before {
	content: "";
	display: block;
	width: 15px;
	height: 10px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #124785;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	transition-duration: .15s;
}
.tab_list li:hover::before,
.tab_list li.active::before {
	bottom: -10px;
	opacity: 1;
}

.notes_Wrap .notes {
display: none;
}
.notes_Wrap .notes.active {
display: block;
}
/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {

.lower_ttl h2 {
    font-size: 48px;
}

}


/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

	.lower_ttl{ padding-top: 30%;}
    .lower_ttl h2 {
        font-size: 30px;
        letter-spacing: 0.05em;
    }
	.head_ttl {
		font-size: 21px;
		letter-spacing: 0.1em;
		line-height: 1.8;
		padding: 8% 0;
	}
.tab_list ul {
/*flex-wrap: wrap;*/
margin: 40px auto 40px;
gap: 0 10px;
font-size: 15px;
}

}
