
/*単体ページ用 イメージありタイトル*/
.fv_category.single{
  height: 200px;
  overflow: hidden;
  position: relative;
}

.fv_category.single picture{
  display: block;
  height: 200px;
  width: 110%;
  overflow: hidden;
}
.fv_category.single picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fv_category .heading_single {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 980px;
}
.heading_single_jp{
  display: block;
  margin-left: -0.2em;
}
.heading_single .small_en{
  font-size: 16px;
  display: block;
  color: #bb9f5b;
}
/*単体ページ用 イメージありタイトル*/

/*---single  common---*/
.single_ttl{
    font-size: 28px;
    margin-bottom: 8px;
}
.single_ttl2{
    font-size: 24px;
    margin-bottom: 20px;
}
.single_con{ margin-bottom: 60px;}
.single_ttl2{color: #bb9f5b;}
.mini_att{font-size:14px; line-height: 1.6; letter-spacing: 0.3px;}
/*---common single--*/

/*---access----*/
.map_con{
  margin-bottom: 30px;
}

.access_map{
  width: 100%;
  margin: 15px 0 0;
}
.access_map iframe{
  width: 100%;
}


.access_Tbl dl{
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.access_Tbl dt{
  font-weight: 600;
  width: 10em;
  margin-top: 0.1em;
}
.access_Tbl dt, .access_Tbl dd , .access_Tbl p{vertical-align: top;}
.access_Tbl .tel_link {
  line-height: 1;
}
.access_Tbl .tel_link a{
  font-size: 24px; 
  line-height: 1;
  display: inline-block; 
  margin-bottom: -0.05em;
  color: #bb9f5b;
}

.pdf_link a{
  color: #278bcc;
  border-bottom: solid 1px;
  line-height: 1.5;
  display: inline-block;
  margin: 0 0.1em;
}


.access_inner {
  text-align: center;
  margin: 60px auto;
}


/*--- link -----*/
.access_link{
  text-align: right;
  margin-top: 10px;
}

.access_link a {
color: #bb9f5b;
    border: solid 1px;
    padding: 12px 25px;
    line-height: 1;
    display: inline-block;
    transition: all .3s;
    font-size: 14px;
}
.access_inner a {
  color: #bb9f5b;
  display: inline-block;
  width: 240px;
  border: solid 1px;
  padding: 0.75em 0 0.7em;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 15px;
  transition: all .3s;
}

.access_inner a:hover, .access_link a:hover{
  color: #fff;
  background: #bb9f5b;
}