/* CSS Document */



/* swiper */
.swiper_top{
    width: 100%;
    position: relative;
    display: inline-block;
}
.swiper_top .swiper-wrapper{
    transition-timing-function: linear;
}
.swiper_top .swiper-slide{
    width: 540px;
}

/* news */
.top_news{
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    padding: 35px 0;
    background-color: #E8E8DE;
}
.top_news ul{
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.top_news ul li{
    margin-right: 15px;
}
.top_news ul li.top_news_content:after{
    padding-left: 50px;
    padding-right: 50px;
    content: "→";   
}
.top_news ul a.news_link{
    border: 1px #ccc solid;
    font-size: 12px;
    position: relative;
    width: 130px;
    height: 32px;
    text-align: center;
    border-radius: 15px;
    margin-left: 40px;
}
.top_news ul a.news_link:hover li{
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

.top_news ul a.news_link li{
    border-radius: 15px;
    padding-top: 8px;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    color: #333;
    text-decoration: none;
    background-color: #FFFFFF;
}
.top_about {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction:row-reverse;
    align-items: center;
    padding: 100px 0;
}
.top_about h2{ 
    margin-left: 40px;
}
.about_tate {
    writing-mode: vertical-rl;
}

.about_tate p{
    margin-left: 0px;
    line-height: 200%;
}
.about_img{
    
}

.top_stay{
    padding: 100px 0;
    background-color: #E8E8DE;
}

.top_stay_wrap{
    max-width: 960px;
    margin: 0 auto;
    display: flex;
}

.top_stay_wrap > div{
    width: 50%;
}

.top_stay_wrap_share{
    padding: 50px;
    border: 1px solid #999;
}
.top_stay_p{
    padding-right: 35px;
}

.swiper_stay{
    text-align: center;
}
.swiper_stay img{
}

.swiper_stay .swiper-button-next,
.swiper_stay .swiper-button-prev{
    color: #666;
    transform: scale(0.6);
    margin-left: -10px;
    margin-right: -10px;   
}
.swiper_food{
    text-align: center;
}
.swiper_food img{
}

.swiper_food .swiper-button-next,
.swiper_food .swiper-button-prev{
    color: #666;
    transform: scale(0.6);
    margin-left: -10px;
    margin-right: -10px;   
}

.swiper_share_office{
    text-align: center;
}
.swiper_share_office img{
}

.swiper_share_office .swiper-button-next,
.swiper_share_office .swiper-button-prev{
    color: #666;
    transform: scale(0.6);
    margin-left: -10px;
    margin-right: -10px;
}


.top_stay_setsubi{
    max-width: 960px;
    margin: 50px auto 0;
    background-color: #fff;
    display: table;
    width: 100%;
    padding: 50px 0;
}
.top_stay_setsubi div {
    display: table-cell;
    width: 50%;
    padding-left: 5%;
}
.top_stay_setsubi ul {
    width: 100%;
}
.top_stay_setsubi li {
    float: left;
    background-color: #f3f3f3;
    padding: 7px 0 7px 15px;
    width: 40%;
    margin: 0 10px 10px 0;
    font-size: 13px;
}


.top_cafe{
    max-width: 960px;
    margin: 100px auto 0;
    background-color: #fff;
}


.top_tour{
    padding: 100px 0;
    background-color: #E8E8DE;
    
}

.top_tour_wrapper{
    max-width: 960px;
    margin: 50px auto 50px;
    display: flex;
}
.top_tour_wrapper > div{
    padding-right: 100px;    
}

.top_tour_wrapper img{
    padding-left: 50px;
    border-left: 1px solid #999;    
}


.swiper_tour_list{
    max-width: 960px;
}
.swiper_tour_list .swiper-slide{
    padding:70px 90px 40px;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    border: 1px solid #ccc;
}
.swiper_tour_list .swiper-slide > img{
   object-fit: contain;
}

.swiper_tour_list .swiper-slide > div{
    padding: 0 0 0 30px;
}

.swiper_tour_list .swiper-slide > div .more{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}


.swiper_tour_list .swiper-button-next,
.swiper_tour_list .swiper-button-prev{
    color: #666;
    transform: scale(0.8);
    margin-left: 10px;
    margin-right: 10px;   
    margin-top: -30px;
}


.top_access {
    margin: 0 auto;
    padding: 100px 0;
    background-color: #FFFFFF;
}
.top_access_wrapper {
    max-width: 960px;
    margin:0 auto;
}

.google-maps {
    position: relative;
    padding-bottom: 36%;
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
    margin: -5% auto -70px auto;
    overflow: hidden;
}

.google-maps iframe {
    margin-top: -67px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    /*filter: sepia(.25);*/
    pointer-events: none;
}

@media only screen and (max-width: 1024px){
    
    
    .top_about{flex-direction: column;padding:50px 5% 20px;}
    .top_stay,.top_cafe,.top_tour,.top_access { padding: 100px 5%;}
    .route_map img{max-width: 100%;}
    .swiper_tour_list .swiper-slide > img{max-width: 50%;}
    .swiper_share_office .swiper-button-next, .swiper_share_office .swiper-button-prev{color: #fff;margin:0 0 0 0;}
    .swiper_food .swiper-button-next,.swiper_food .swiper-button-prev{color: #fff;margin:0 0 0 0;}
    
}


@media only screen and (max-width: 740px){
    .swiper_top {margin-top: -160px;}
    .top_news ul{flex-direction: column;}
    .top_news ul li,top_news ul a{display: block; margin: 0 0 15px;padding: 0px 20px; line-height: 160%;}
    
    .top_about img{width: 100%;margin-bottom: 50px;}
    .about_tate{writing-mode:initial;margin: 0;padding:0 4%;}
    .top_about h2{margin-left: 0}
    .about_tate p{margin-left: 0; line-height: 170%;}
    
    .top_stay_wrap{flex-direction: column;}
    .top_stay_wrap > div{width: 100%;}
    .top_stay_wrap_share{padding: 50px 5%;}
    .top_stay_wrap_share .top_stay_p{padding-bottom: 0;}
    
    .top_stay_p{padding:0 1% 30px;}
    .swiper_stay .swiper-button-next, .swiper_stay .swiper-button-prev{color: #fff;margin:0 0 0 0;}
    
    .top_stay_setsubi div{width: 95%;}
    .box_setsubi {display: block;}
    .top_stay_setsubi div {display: flex;flex-direction: column;}
    .top_stay_setsubi div:nth-child(2){margin-top: 20px;}
    .top_stay_setsubi li{width: 45%;}
    
    .top_cafe{padding:0 5%;}
    
    .top_tour_wrapper{flex-direction: column;padding:0 1%;margin:0 0 30px 0;}
    .top_tour_wrapper > div {padding-right: 0;margin-bottom: 20px;}
    .top_tour_wrapper > a{display: flex;}
    .top_tour_wrapper img{border: 0px;margin: 0 auto;padding:0 5%;text-align: center;}
    .swiper_tour_list .swiper-slide{padding:26px 7% 26px;flex-direction: column;}
    .swiper_tour_list .swiper-button-next, .swiper_tour_list .swiper-button-prev{margin: -210px 20px 0 20px;color:#fff;}
    .swiper_tour_list .swiper-slide > img{object-fit:cover;max-width: 100%;}
    .swiper_tour_list .swiper-slide > div{padding: 20px 0 0;}
    .swiper_tour_list .swiper-slide .more{margin-bottom: 0;}
    
    .fmenu{margin-bottom: 30px;}
    
    .top_access_wrapper{padding: 0 5%;}
    
    .google-maps {padding-bottom: 100%;}
    
    .route_map{overflow-x: scroll;}
    .route_map img{max-width: none;}
    /*仮*/
    /*.menu,.follow{display: none;}*/
    
    
    
}