@charset "UTF-8";
/*////////////////////////

access

///////////////////////*/
.page_title{
    width: 100%;
    margin: 8% auto 5%;
}

.page_title h1{
    font-size: 5rem;
    text-align: center;
}


.sec_heri_bg{
    width: 100%;
    height: 460px;
    background: url(../images/heli.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*================================
content_wrap
================================*/
.content_wrap{
    width: 100%;
    display: flex;
}
.content_wrap .cont_sec{
    width: calc(100%/2);
    padding: 5%;
    
}
.content_wrap .cont_sec h2{
    font-size: 1.6em;
    margin-bottom: 1em;
    
}
.content_wrap .cont_sec p{
    font-size: 1.4em;
    line-height: 1.8em;
    letter-spacing: .1em;
    padding: 1.5em;
}
.content_wrap .cont_sec p.small{
    font-size: 1.2em;
    line-height: 1.8em;
    letter-spacing: .1em;
}
.gmap{
    
}


@media screen and (max-width: 767px) {
.content_wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.content_wrap .cont_sec{
    width: calc(100%/1);
    padding: 5%;
    
}
.content_wrap .cont_sec h2{
    font-size: 1.6em;
    margin-bottom: 1em;
    text-align: left;
    
}
.content_wrap .cont_sec p{
    font-size: 1.4em;
    line-height: 1.8em;
    letter-spacing: .1em;
    padding: 1.5em;
    letter-spacing: inherit;
}
    
}







/*================================
concept catch
================================*/
section.concept{
   padding: 0 2%;
   padding-bottom: 3%;
}
.concept h2.ttl{
   font-size: 3.5rem;
   text-align: center;
   line-height: 1.2em;
   margin-bottom: 35px;
}
.concept h2.ttl span{
   font-size: 1.5rem;
   line-height: 1.4em;
   display: block;
}
.concept .openTime{
   text-align: center;
   margin: 0 auto 30px;
   width: 90%;
   font-size: 1.6rem;
   font-weight:bold;
}
.catch{
   text-align: center;
   margin: auto;
   max-width: 800px;
   font-size: 2.6rem;
   font-weight:bolder;
   padding: 20px 0 20px;
   letter-spacing: .05em;
   line-height: 2.5em;
}
.catchSub{
   margin: auto;
   max-width: 750px;
   text-align: left;
   padding:1em;
   /*font-weight:bold;*/
   font-size: 1.6rem;
   line-height: 1.8em;
}
.catchTxt{
   max-width: 800px;
   margin: 1em auto 3em;
    font-weight:bold;
}

@media screen and (max-width: 767px) {
   section.concept{
      padding-top: 4%;
}
   .concept h2.ttl{
   font-size: 2.0rem;
   }
   .concept h2.ttl span{
   font-size: 1.4rem;
   }
   .catch{
      font-size: 2.0rem;
      line-height: 2.2em;
   }
   .catchSub{
       font-size: 1.3em;
   }
}












