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

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;}


@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 #ff4500;
	border-radius: 10px;
}

#main_content > .main_title h1 {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .1rem;
    line-height: 2.4rem;
}

@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.3rem;
    margin-bottom: 2rem;
    color: #ff4500;
}

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



@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;
        font-size: 1.2rem;
}
    
    #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 3rem;
    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 #ff4500;
    padding-left: 1rem;
    margin-left: .5rem;
}

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


/* u_message

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

.u_message {
    width: 98%;
    margin: 2rem auto 0;
    background-color: #fffaf0;
    padding: 2.5rem 4rem;
    box-shadow: 2px 3px 0 #ff4500;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 1rem;
    position: relative;
}

.u_message figure {
    width: 25%;
}

.u_message figure img {
    width: 100%;
}

.u_message figure figcaption dl dt {
    margin: .5rem 0;
}

.u_message figure figcaption dl dd {
    font-size: .85rem;
    text-align: justify;
    letter-spacing: .05rem;
}

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

.u_asta {
    margin: 2rem 1rem;
}

.u_asta li {
    font-size: .9rem;
    text-indent: -1.5rem;
    margin-left: 1.5rem;
    text-align: justify;
}

.u_asta li::before {
    content: "※";
    margin-right: .5rem;
}


@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .u_message {
        width: 92%;
    padding: 1rem 1rem;
        display: block;
}
    
    .u_message p {
    letter-spacing: .08rem;
    line-height: 1.8rem;
    margin: 0 0 1rem 0;
}
    
    .u_message figure {
    width: 100%;
    display: flex;
        margin-top: 2rem;
}
    
    .u_message figure img {
    width: 30%;
        object-fit: cover;
        margin-right: 1rem;
}
    
    .u_message figure figcaption {
    flex: 1;
}
    
    .u_message figure figcaption dl dt {
    margin: 0rem 0 .5rem;
}
    
    .u_message figure figcaption dl dd {
    font-size: .9rem;
    letter-spacing: .05rem;
}
    
}



/* application

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

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

.application .triangle {
	width:0;
height:0;
border-style:solid;
border-width: 40px 40px 0 40px;
border-color: #036eb8 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_tokyo,
.contact_banner.phone .phone_shibuya {
  display: none;
}