/*general*/
html{
    font-size: 16px;
    color: #59443C;
    font-family: '游明朝';
}

/*header*/
.header_top{
    /* background-color: #0D518CCF; */
    background-color: #2D618F;
    padding: 0.5rem 0;
    color: rgb(238, 238, 238);
    text-align: center;
}
/* .header_top h1{
    font-size: 2rem;
    text-align: center;
    font-family: 'Satisfy', cursive;
} */
.header_top img{
    width: 5rem;
}
.header_bottom{
    background-color: #D8E7F3AB;
}
.header_bottom ul{
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    padding-right: 2rem;
    margin-bottom: -0.1rem;
}
.inner{
    display: inline-block;
}
.header_bottom a{
    text-decoration: none;
    color: #59443C;
}
.header_bottom li{
    display: table-cell;
    list-style: none;
    padding: 1rem;
    text-align: center;
    font-family: '游明朝';
}
.header_bottom i{
    font-size: 1.5rem;
}


/*main top*/
.main_top{
    font-family: 'Shippori Mincho B1', serif;
    color: #fff;
    /* background-image: url(../img/home/travel_top.png);
    background-size: cover;
    background-repeat: no-repeat; */
    background:#ddd url(../img/home/travel_top.png) no-repeat center center;
    background-size:cover;
    background-repeat: no-repeat;

}
.background{
    background: rgba(0, 0, 0, 0.7);
    padding: 15% 0;
    text-align: center;
}
.contents_middle{
    display: table-cell;
}
h2 .main_title{
    font-size: 2.5rem;
}
.main_top h3{
    font-size: 1.2rem;
    font-family: 'HG教科書体';
    line-height: 2rem;
    padding: 1rem;
}

/*text animation*/
.main_title{
    border-right: 2px solid #fff;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%); 
}
.text_active{
    animation: typewriter 4s steps(44) 1s 1 normal both,
    blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
    from{width: 0;}
    to{width: 12em;}
}
@keyframes blinkTextCursor{
    from{border-right-color: rgba(255,255,255,.75);}
    to{border-right-color: transparent;}
}

/*news*/
.news{
    margin-top: 2rem;
}
.news h2{
    font-size: 2rem;
    font-family: 'Shippori Mincho B1', serif;
    color: #59443C;
    text-align: center;
}
.neumophism_outline{
    border-radius: 1px;
    background-color: rgba(192,192,192,0.1);
    box-shadow: -5px -5px 10px rgba(192,192,192,0.8);
}
.neumophism_inline{
    border-radius: 1px;
    background-color: #fff;
    border: 1px solid rgba(192,192,192,0.1);
    box-shadow: 3px 3px 6px rgba(192,192,192,0.8);
}
.news_outline{
    width: 60%;
    margin: 3rem auto;
    padding: 0.2rem 0;
}
.news_inline{
    width: 97%;
    margin: 0.5rem auto;
    padding: 1rem 0;
}
.article {
    width: 70%;
    margin: 0 auto;
}
.news_line{
    border-bottom: 1px dotted #BFA004;
}
.news time{
    font-size: 1.2rem;
    display: inline-block;
    color: #59443C;
    font-family: '游明朝';
    padding: 0 1rem;
    line-height: 4rem;
    margin-bottom: -2rem;

}
.article time{
    font-size: 1.2rem;
    display: inline-block;
    color: #59443C;
    font-family: '游明朝';
    padding: 0 1rem;
    margin-bottom: -2rem;
}
.article h3{
    font-size: 1.2rem;
    display: inline-block;
    color: #59443C;
    font-family: '游明朝';
    padding: 0 1rem;
    line-height: 4rem;
    margin-bottom: -2rem;
}
.article a{
    text-decoration: none;
}
.news_bottom{
    text-align: right;
    padding-top: 1rem;
}
.news_add{
    border: 1px solid #59443C;
    background-color: #fff;
    margin-right: 25%;
    font-family: '游明朝';
    color: #59443C;
    width: 6.5rem;
}
.mark{
    width: 7rem;
    background-color: #fff;
    margin-right: 10px;
}

/*shopping*/
.shopping{
    margin: 5rem 0;
    text-align: center;
    position: relative;
}
.circle{
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #0396A659;
    position: absolute;
    top: 0;
    left: 38%;
    z-index: 0;
}
.circle::before{
    content: '●';
    color: #0396A6AD;
    font-size: 3rem;
    position: absolute;
    top: 33%;
    left: -25%;
}
.shopping h2{
    font-family: 'Shippori Mincho B1', serif;
    text-align: center;
    color: #59443C;
}
.shopping span{
    font-size: 4rem;
    color: #59443C;
    margin: 0.5em;
}
.shopping_outline{
    width: 90%;
    margin: 4rem auto;
    padding: 0.7rem 0;
}
.shopping_inline{
    width: 93%;
    margin: 0 auto;
}
.shopping_img{
    width: 50vw;
    margin: 3rem auto;
}
.add{
    border: 1px solid #59443C;
    background-color: #fff;
    font-family: '游明朝';
    font-size: 1.5rem;
    color: #59443C;
    width: 20rem;
    text-decoration: none;
    padding: 0.5rem 2rem;
}
.add:hover{
    color: #59443C;
    opacity: 0.9;
    
}
.border{
    border: none;
    opacity: 0;
}
.border:hover{
    opacity: 0;
}

/*column*/
.column_header{
    position: relative;
    height: 30rem;
}
.airplane{
    width: 30%;
    position: absolute;
    top: 12%;
    left: 13%;
    z-index: 1;
}
.map{
    width: 35%;
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 0;
}
.column_title{
    color: #59443C;
    font-family: 'Shippori Mincho B1', serif;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2rem;
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 1;
}
.column_title span{
    font-size: 2.2rem;
}

/*flow*/
.scroll_person img{
    width: 3rem;
    margin-top: 2rem;
}
.flow_outline{
    width: 100%;
    margin: 3rem auto;
    padding: 0.2rem 0;
}
.flow_inline{
    width: 97%;
    margin: 0.5rem auto;
    padding: 1rem 0;
}
.flow_inline i{
    font-size: 3rem;
}
.icon{
    border-radius: 50%;
    width: 5rem;
    padding: 1rem;
    text-align: center;
}
.flow_1{
    background-color: #F2F2F2;
}
.flow_2{
    background-color: #F2BC8D;
}
.flow_3{
    background-color: #6BB0BF;
}
.flow_4{
    background-color: #D98F8F;
    transform: rotate(-90deg);
}

/*blog*/
.blog div {
    box-sizing: border-box;
    color: #59443C;
    font-family: 'Shippori Mincho B1', serif;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* height: 80vh; */
    /* height: 100%;
    /* padding: 20%; */
}
.parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;

}
.blog_img1 {
    background-image: url('../img/home/airport1.png');
}
.blog_img2 {
    background-image: url('../img/home/sky1.png');
}
.blog_img3 {
    background-image: url('../img/home/airport2.png');
}
.scrollbox {
    background-color: #fff;
    padding: 5%;
}

.blog h2{
    font-size: 3rem;
}
.blog_add{
    text-decoration: none;
    border-bottom: 1.5px solid #BFA004;
    color: #59443C;
    width: 100%;
    margin-left: 80%;
}
.blog_add:hover{
    color: #59443C;
    opacity: 0.9;
}
.fix{
    text-align: center;
}

.instagram{
    margin: 2rem 0;
}



/*footer*/
footer{
    background-color: #2D618F;
    color: #fff;
    padding: 3rem 0;
}
.company h2{
    font-family: 'Corbel';
}
.square{
    width: 20%;
    height: 1px;
    border: 1px solid #B6DFEA;
}
.company ul{
    font-family: 'メイリオ';
    margin-top: 1rem;
}
/* .relative{
    position: relative;
}
.square_logo{
    border: 1px solid #B6DFEA;
    height: 6rem;
    width: 10rem;
    position: absolute;
    top: 3rem;
    left: 6rem;
} */
.footer_logo{
    background-color: #fff;
    font-family: 'Satisfy', cursive;;
    color: #59443C;
    display: inline-block;
    padding: 1rem 2rem;
    margin-top: 2rem;
}
.footer_right{
    text-align: right;
}
.contact{
    margin-top: 6.5rem;
    background-color: #fff;
    color: #383D59;
    border: 2px solid #383D59;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 0.5rem 1rem 0.1rem 1rem;
}
.contact i{
    font-size: 2rem;
}
.contact p{
    font-size: 0.3rem;
}


