/*************************************

style.css

*************************************/
.br_sp {display: none;}
.br_pc {display: block;}

.f_ll {font-size: 150%;}
.f_l {font-size: 130%;}
.f_m {font-size: 110%;}
.f_s {font-size: 90%;}
.f_ss {font-size: 80%;}

.f_bold {font-weight: bold;}

.fc_mblue {color: #036eb8;}
.fc_mugreen {color: #00aebb;}


@media screen and (orientation: portrait) and (max-width: 767px) {
.br_sp {display: block;}
.br_pc {display: none;}
	
}

/* main_title

============================ */

#main_content {
	letter-spacing: .1rem;
}

#main_content > .main_title {
		display: flex;
	justify-content: center;
	align-items: center;
	margin: 3rem 0 1rem;
}

#main_content > .main_title h5 {
	font-weight: bold;
	padding: .5rem 1rem;
	margin-right: 2rem;
	border: 2px solid #00aebb;
	border-radius: 10px;
}

#main_content > .main_title h1 {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .1rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	#main_content > .main_title {
	display: block;
	margin-top: 1rem;
}
	#main_content > .main_title h5 {
	padding: .1rem .5rem;
	margin: 0 1rem .5rem;
}
	
	#main_content > .main_title h1 {
	font-size: 1.7rem;
		margin: 0 1.5rem;
}
	
}


/* top_message

============================ */
#main_content > .top_message {
	margin: 3rem 4rem 4rem;
	text-align: center;
}

#main_content > .top_message h2 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #00aebb;
}

#main_content > .top_message p {
	line-height: 2rem;
}



@media screen and (orientation: portrait) and (max-width: 767px) {
	
	#main_content > .top_message {
	margin: 2rem 1.5rem 2rem;
        text-align: left;
}
    
    #main_content > .top_message h2 {
    margin-bottom: 1rem;
}
    
    #main_content > .top_message p {
	line-height: 1.8rem;
    text-align: justify;
        letter-spacing: .05rem;
}

	
}




/* day_place

============================ */

.day_place {
    width: fit-content;
    margin: 0 auto;
    letter-spacing: .15rem;
}

.day_place > dl dt {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.day_place > dl dd {
    font-size: 1.1rem;
    line-height: 2rem;
    border-left: 2px solid #00aebb;
    padding-left: 1rem;
    margin-left: .5rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
}


/* u_message

============================ */

.u_message {
    width: 90%;
    margin: 2rem auto 0;
    background-color: #f5fffa;
    padding: 2rem 2.5rem;
    box-shadow: 2px 3px 0 #00aebb;
}

.u_message p {
    margin: 0;
    letter-spacing: .1rem;
    line-height: 2rem;
    text-align: justify;
}


@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .u_message {
    padding: 1rem 1.5rem;
}
    
    .u_message p {
    letter-spacing: .08rem;
    line-height: 1.8rem;
}
    
}



/* application

============================ */
.application {
	text-align: center;
	margin-top: 4rem;
}

.application p {
	font-size: 1.2rem;
	font-weight: bold;
	color: #00aebb;
}

.application .triangle {
	width:0;
height:0;
border-style:solid;
border-width: 40px 40px 0 40px;
border-color: #00578a transparent transparent transparent;
	margin: 0 auto;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
	.application {
	margin-top: 3rem;
}
	
}


/* phone

============================ */
.contact_banner.phone .contact_txt {
  display: none;
}

.contact_banner.phone .phone_ikebukuro,
.contact_banner.phone .phone_kichijoji,
.contact_banner.phone .phone_shibuya {
  display: none;
}