@charset "utf-8";

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.tx-left {
    text-align: left;
    margin: 0 0 30px;
}

a.c-btn02.intx {
    margin: 30px 0 0;
}

.side_item {
    display: flex;
    justify-content: center;
}

.side_item a {
    margin-right: 10px;
}

.img-center {
    text-align: center;
    margin-bottom: 20px;
}

.item-margin {
    margin-bottom: 100px;
}

.c-pagePhotoTxtBox__photo figure.policy-img img {
    max-width: 174px;
}

.attention {
    font-weight: bold;
    color: #414141;
}

.map-area {
    margin-bottom: 50px;
}

.routeWrap {
    margin: 20px 0;
}

.routeWrap.flex-last {
    justify-content: flex-start;
    width: 710px;
    margin: 0 auto;
}

.route_box {
    width: 26.73%;
    float: left;

}

.route_box:last-child {
    width: 19.8%;
}

.route_box:last-child .item_flex {
    display: block;
}

.route_box:last-child .item_flex img {
    margin: 0 auto;
    display: block;

}

.route_box .item_flex .ar {
    margin-left: 14px;
}

.route_box p.flex_tx {
    margin-top: 5px;
    max-width: 210px;
}

.item_flex {
    display: flex;
    justify-content: flex-start;
}

.site_list {
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
}

.sitmap_top{
    padding-bottom:20px;
    border-bottom: 1px solid #e6e6e6;
}
    

.site_list .site_list_cnt {
    width: 50%;
    border-bottom: 1px solid #e6e6e6;
}

.site_detail ul li {
    margin-bottom: 15px;
}
.c-pageTxtBox .c-pageTxtBox__txt .float_left{
    display: block;
    width: 32%;
    float: left;
    margin-left:2%;
}
.c-pageTxtBox .c-pageTxtBox__txt .float_left:first-child{
    margin-left: 0;
}


.c-pagePhotoTxtBox__photo.accessPhoto {
	width: 40%;
	width:  calc(500px);
}
.c-pagePhotoTxtBox__txtWrap.accessPhotoText {
    width: 58%;
	width:  calc(100% - 530px);
}

@media screen and (max-width: 640px) {
    .side_item {
        display: block;
    }

    .side_item a {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .routeWrap {
        margin: 20px 0;
        display: block;

    }

    .route_box {
        float: none;
        margin-bottom: 30px;
        width: 100%;
    }

    .routeWrap .ar {
        display: none;
    }

    .item_flex {
        display: block;
        text-align: center;
        content: "\f103";
    }

    .route_box p.flex_tx {
        position: relative;
        max-width: 100%;
        margin-top: 22px;
    }

    .routeWrap.flex-last {
        width: 100%;
    }

    .arrow {
        margin: 20px 0 0;
    }

    .arrow1 {
        width: 10px;
        height: 10px;
        border: 2px solid;
        border-color: transparent transparent #cfcfcd #cfcfcd;
        transform: rotate(-45deg);
        margin: 0 auto -6px;
    }

    .site_list {
        display: block;
    }

    .site_list .site_list_cnt {
        margin-bottom: 30px;
        width: 100%;
    }

    .sp_border {
        border-bottom: 1px solid #000;
        padding-bottom: 30px;
    }

    .route_box:last-child {
        width: 100%;
    }
    .c-pageTxtBox .c-pageTxtBox__txt .float_left{
        float: none;
        width: 100%;
    }
    .c-pageTxtBox .c-pageTxtBox__txt .float_left:first-child{
        width: 100%;
    }

	.c-pagePhotoTxtBox__photo.accessPhoto {
		width: 100%;
	}
	.c-pagePhotoTxtBox__txtWrap.accessPhotoText {
	    width: 100%;
	}
}

/*新着情報ーーーーーーーーーーーー*/
.newsDay{text-align: left; color: #a38662; margin-bottom: 30px;}
.newsTaxtArea{text-align: left; line-height: 1.75;}

.pc_onlyContent{display:flex;}
.sp_onlyContent{display: none;}
@media screen and (max-width: 640px) {
	.pc_onlyContent{display:none;}
	.sp_onlyContent{display: flex;}
}

/*道順ーーーーーーーーーーーー*/
a.access_routean{text-decoration: underline; display: inline-block; margin-top: 30px;}
.routeanWrap ul{margin-left: -5%;}
.routeanWrap ul:after{content: ""; display: block; clear: both;}
.routeanWrap ul li{float:left; width: 20%; margin-left: 5%; margin-bottom: 30px; position: relative;}
.routeanWrap ul li:after{content: ""; width: 20px; height: 20px; display: block; border-top:3px solid #a38562; border-right: 3px solid #a38562; transform: rotate(45deg);
	position: absolute; right: -32px; top:31%;}
.routeanWrap ul li:nth-child(4n):after,
.routeanWrap ul li:last-child:after{display: none;}
.routeanWrap ul li p{text-align: left; margin-top: 10px; line-height: 1.5;}

@media screen and (max-width: 640px) {
	.routeanWrap ul{margin-left: 0; padding: 0 20px;}
	.routeanWrap ul li{float: none; width: 100%; margin-left: 0; margin-bottom: 60px;}
	.routeanWrap ul li:after{right: 0; left: 0; bottom:-25px; top:inherit; margin: auto; transform: rotate(135deg);}
	.routeanWrap ul li:nth-child(4n):after{display: block;}
}

.sub_title{
  font-size: 26px;
  line-height: 2.5em;
  margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
	.sub_title{
    font-size: 20px;
	}
}
