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

style.css

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

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

.f_l {font-size: 140%}
.f_m {font-size: 120%}
.f_s {font-size: 90%}

.bold {font-weight: bold}

.f_blue {color: #036eb8;}

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

/* main

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

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

h1.h1ttl {
    font-size: 1.5rem;
    margin: 4rem auto 0rem;
    padding: .5rem 0rem;
    background-color: #deebf7;
    letter-spacing: .15rem;
    text-align: center;
    position: relative;
}

h1.h1ttl::before {
    position: absolute;
    bottom: -1px;
    left: 9px;
    z-index: -1;
    transform: rotate(-3deg);
    width: 35%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}

h1.h1ttl::after {
    position: absolute;
    bottom: -1px;
    right: 9px;
    z-index: -1;
    transform: rotate(3deg);
    width: 35%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}

.main_catch{
    position: relative;
    padding:.5rem .5rem;
    max-width: 750px;
    margin: 3rem auto;
}

.main_catch::before,
.main_catch::after {
    content:'';
    width: 20px;
    height: 100%;
    position: absolute;
    display: inline-block;
}

.main_catch::before {
    border-left: solid 1px #036eb8;
    border-top: solid 1px #036eb8;
    border-bottom: solid 1px #036eb8;
    top:0;
    left: 0;
}

.main_catch::after {
    border-right: solid 1px #036eb8;
    border-top: solid 1px #036eb8;
    border-bottom: solid 1px #036eb8;
    bottom:0;
    right: 0;
}

.main_catch p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.5rem;
    letter-spacing: .15rem;
}

.main_message {
  max-width: 750px;
  margin: 0 auto 4rem;
}
.main_message > p {
  text-align: justify;
	line-height: 2rem;
}



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

    h1.h1ttl {
    font-size: 1.4rem;
    margin: 2rem 1rem 0rem;
}

.main_catch{
    padding:.05rem .5rem;
    max-width: 90%;
    margin: 2rem auto;
}
    
    .main_catch p {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: .1rem;
}
	
	
  .main_message {
    width: 90%;
	  margin: 0 auto;
  }
    
    .main_message p {
    font-size: 1.1rem;
    line-height: 2rem;
}

.main_message p.asta {
    font-size: .9rem;
}

.main_message p.asta::before {
    content: "※";
}
	
}



/* day_place

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

.day_place_col3 {
    display: flex;
    justify-content: center;
    column-gap: 3.5rem;
}

.day_place_col3 dl {
    background-color: #deebf7;
    padding: 0rem 1.5rem 1rem;
    box-shadow: 1px 1px #036eb8;
    position: relative;
}

.day_place_col3 dl::before {
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0 0px 20px 20px;
    border-style: solid;
    border-color: #c0cfdf #fff;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
    content: '';
}

.day_place_col3 dl dt {
    font-size: 1rem;
    border-bottom: 1px solid #036eb8;
}

.day_place_col3 dl dt p {
    margin: 1rem 0 .5rem;
}

.day_place_col3 dl dd {
    font-size: 1rem;
}

.day_place_col3 dl dd p {
    margin: .5rem 0 0;
}

.s_conte {
    max-width: 650px;
    margin: 3rem auto 0;
}

.s_conte p {
    line-height: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dotted #036eb8;
    text-align: center;
}

.s_conte ul {
    margin: 1rem 0;
    border-top: 1px dotted #036eb8;
    padding: 1rem 0 .5rem;
}

.s_conte ul li {
    margin: 1rem 0;
    text-indent: -4.8rem;
    margin-left: 4.8rem;
    font-size: 1.1rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .day_place_col3 {
    display: block;
}
    
    .day_place_col3 dl {
        width: 80%;
        margin: .5rem auto 1rem;
        padding: .5rem 2rem .5rem;
        display: flex;
}
    
    .day_place_col3 dl dt {
    border-bottom: none;
}
    
    .day_place_col3 dl dt p {
    margin: 0rem 0rem 0rem 1rem;
}
    
    .day_place_col3 dl dd p {
    margin: 0rem 0 0 1rem;
}
    
    .s_conte {
    width: 90%;
    margin: 2rem auto 0;
}
    
    .s_conte p {
    line-height: 1.6rem;
        text-align: left;
}
    
    .s_conte ul {
    margin: 1.5rem 0 0rem;
    padding: 1rem 0 .5rem;
}
	

	
}







/* application

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

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

.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: 2rem;
}
	
}


/* phone

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