@charset "UTF-8";

/* CSS Document */

/*----------------------------------------------*/
/* Guide */
/*----------------------------------------------*/
#guide_wrap{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.subpage_inner{
    width: 100%;
    max-width: 1348px;
    padding: 0 30px;
    margin: 150px auto;
}
.guide_img_wrap{
    width: 100%;
    overflow: hidden;
}
.guide_img_wrap img{
    width: 100%;
}
.guide_detail_wrap{
    margin: 100px auto;
}
.detail_contents{
    width: 80%;
}
.guide_site_name{
    font-size: 40px;
    margin-bottom: 40px;
}
.detail_contents .lead_ja ,.detail_contents .lead_en{
    margin-bottom: 20px;
}
.detail_info{
    margin-top: 60px;
}
.detail_ja{
    margin-bottom: 10px;
}
p.detail_ja span{
    width: 120px;
    display: inline-block;
    border: 1px solid #414141;
    border-radius: 5px;
    padding: 5px 15px;
    text-align: center;
    margin-right: 20px;
}
.detail_en{
    margin-bottom: 35px
}
.drawing_img{
    margin: 80px 0;
}
.area_flex{
    width: 80%;
    margin: 60px 0;
    display: flex;
    justify-content: space-between;
}
.area_info{
    width: 50%;
    padding: 0 20px;
}
.area_time{
    font-size: 18px;
    font-weight: bold;
}
.area_title{
    margin: 20px 0 10px 0;
}
.area_map{
    width: 50%;
    padding: 0 20px;
}
/*----------------------------------------------*/
/* table */
/*----------------------------------------------*/
.area_flex table{
  width: 100%;
}
tbody {
    display: table-row-group;
    vertical-align: top;
    border-color: inherit;
}
.area_flex table th{
  position: relative;
  text-align: left;
  width: 150px;
  font-weight: normal;
  padding: 7px 0;
}

.area_flex table th:after{
  display: block;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top:calc(50% - 1px);
  left:105px;
}

.area_flex table td{
  text-align: left;
  padding:7px 0;
}