@charset "UTF-8";

.contentpage .m_img{background-image: url(../images/about/m_img@2x.jpg);}


/* box1
---------------------------------------------------------*/
.box1{
    margin-bottom: 120px;
}
.box1 .com_btn1{
    margin-top: 1.2em;
}
.box1 .logo{
    margin-top: 40px;
    margin-bottom: 55px;
    text-align: center;
}
.box1 .logo dt{
    font-size: min(270%,4vw);
    letter-spacing: 0.09em;
    line-height: 1em;
    font-weight: bold;
}
.box1 .logo dd{
    margin-top: .9em;
}
.box1 .flexbox{
    position: relative;
    background: #f0f0e4;
    padding: 65px 3.5%;
    box-sizing: border-box;
}
.box1 .flexbox::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/about/abs1.svg")no-repeat bottom center;
    background-size: 100% auto;
    width: 30%;
    max-width: 150px;
    height: 40px;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.box1 .flexbox .flex_l{
    width: 51.5%;
    max-width: 582px;
}
.box1 .flexbox .flex_r{
    width: 43.7%;
}
.box1 .flexbox .flex_r .ft_ang{
    color: #4fc1bd;
    font-size: min(320%,4vw);
    letter-spacing: 0.13em;
    line-height: 1em;
    margin-bottom: .5em;
}
.box1 .flexbox .flex_r li{
    margin-bottom: 40px;
}
.box1 .flexbox .flex_r li:last-child{
    margin-bottom: 0;
}
.box1 .flexbox .flex_r li dl{
    position: relative;
    padding-left: 4.2em;
    box-sizing: border-box;
}
.box1 .flexbox .flex_r li dl::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/about/acc1.svg")no-repeat top left;
    background-size: 100% auto;
    width: 3.2em;
    height: 3.2em;
    top:.4em;
    left: 0;
}
.box1 .flexbox .flex_r li dl.icon1::before{
    background-image: url("../images/about/acc1.svg");}
.box1 .flexbox .flex_r li dl.icon2::before{
    background-image: url("../images/about/acc2.svg");}
.box1 .flexbox .flex_r li dl.icon3::before{
    background-image: url("../images/about/acc3.svg");}

.box1 .flexbox .flex_r li dt{
    font-size: min(105%,2vw);
    letter-spacing: 0.1em;
    line-height: 1.4em;
}
.box1 .flexbox .flex_r li dd{
    font-size: min(170%,2.2vw);
    letter-spacing: 0.1em;
    line-height: 1.3em;
}
.box1 .flexbox .flex_r li dd span{
    font-size:80%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.box1{
    margin-bottom: 10%;
}
.box1 iframe{
    height: 55vw;
}
.box1 .com_btn1{
    margin-top: .3em;
}
.box1 .logo{
    margin-top: 5%;
    margin-bottom: 6%;
}
.box1 .logo dd{
    margin-top: .6em;
}
.box1 .flexbox{
    padding: 4vw 3%;
}
.box1 .flexbox .flex_r li{
    margin-bottom: 8%;
}
.box1 .flexbox .flex_r li dl{
    padding-left: 3.5em;
}
.box1 .flexbox .flex_r li dl::before{
    width: 2.9em;
    height: 2.9em;
    top:.4em;
}
.box1 .flexbox .flex_r li dd{
    letter-spacing: 0.05em;
    line-height: 1.3em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.box1{
    margin-bottom: 12%;
}
.box1 iframe{
    height: 60vw;
    display: block;
}
.box1 .com_btn1{
    margin-top: 0;
}
.box1 .logo{
    margin-top: 13%;
    margin-bottom: 9%;
}
.box1 .logo dt{
    font-size: 170%;
}
.box1 .logo dd{
    margin-top: .5em;
}
.box1 .flexbox{
    display: block;
    padding: 4% 4% 8%;
}
.box1 .flexbox .flex_l{
    width: 100%;
    max-width: 100%;
    margin-bottom: 8%;
}
.box1 .flexbox .flex_r{
    width: 100%;
    text-align: center;
}
.box1 .flexbox .flex_r .ft_ang{
    font-size: 200%;
    text-align: center;
    margin-bottom: .7em;
}
.box1 .flexbox .flex_r ul{
    display: inline-block;
    margin: 0 auto;
}
.box1 .flexbox .flex_r li{
    margin-bottom: 8%;
}
.box1 .flexbox .flex_r li dl{
    padding-left: 3.2em;
    text-align: left;
}
.box1 .flexbox .flex_r li dl::before{
    width: 2.5em;
    height: 2.5em;
    top:.1em;
}
.box1 .flexbox .flex_r li dt{
    font-size: 95%;
}
.box1 .flexbox .flex_r li dd{
    font-size:120%;
}
.box1 .flexbox .flex_r li .com_btn3 a{
    margin-left: auto;
    margin-right: auto;
}
}






/* box2
---------------------------------------------------------*/
.box2{
    margin-bottom: 70px;
}
.box2 .com_contact{
    margin-top: 70px;
}
.box2_list1{
    width: 65%;
    max-width: 662px;
    margin: 0 auto 20px;
}
.box2_list1 li{
    width: 46.5%;
}
.box2 .timetable{
    width: 75%;
    max-width: 750px;
    text-align: center;
    margin: 0 auto;
}
.box2 .timetable dd{
    font-size: min(130%,2vw);
    line-height: 1.4em;
    margin-top: 1em;
}
.box2 .timetable dd span{
    color: #f7bacc;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.box2{
    margin-bottom: 8%;
}
.box2 .com_contact{
    margin-top: 5%;
}
.box2_list1{
    margin: 0 auto 3%;
}
.box2 .timetable dd{
    margin-top: .5em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.box2{
    margin-bottom: 8%;
}
.box2 .com_contact{
    margin-top: 8%;
}
.box2_list1{
    width: 100%;
    margin: 0 auto 3%;
}
.box2_list1 li{
    width: 47%;
}
.box2 .timetable{
    width: 100%;
}
.box2 .timetable dd{
    font-size:90%;
    margin-top: .5em;
}
}






/* box3
---------------------------------------------------------*/
.box3{
    margin-top: 120px;
    margin-bottom: 150px;
}
.route_list li{
    width: 32%;
    text-align: center;
    margin-top: 60px;
}
.route_list li:nth-child(-n+3){
    margin-top: 0;
}
.route_list li div{
    margin-bottom: .9rem;
}
.route_list li dl{
    max-width: 325px;
    margin: 0 auto;
    text-align: left;
}
.route_list li dl dt{
    font-size: min(350%,4vw);
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: .15em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.box3{
    margin-top:8%;
    margin-bottom: 10%;
}
.route_list li{
    margin-top: 5%;
}
.route_list li div{
    margin-bottom: .5rem;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.box3{
    margin-top: 12%;
    margin-bottom: 15%;
}
.route_list{
    display: block;
}
.route_list li{
    width: 100%;
    padding-top: 8%;
    margin-top: 8%;
    border-top:1px solid #ccc;
}
.route_list li:nth-child(1){
    border-top:none;
    padding-top: 0;
}
.route_list li:nth-child(2),
.route_list li:nth-child(3){
    margin-top: 8%;
}
.route_list li div{
    width: 70%;
    margin: 0 auto 3%;
}
.route_list li dl{
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}
.route_list li dl dt{
    font-size: 190%;
    text-align: center;
    margin-bottom: .2em;
}
}