@charset "UTF-8";
.pagelinkimg li .img img {
  min-height: 57px;
}
.pagelinkimg li .txt{
  /* margin-top: -3px;
  padding-top: 0; */
}
.section {
  padding: 35px 0 65px;
}
.section .title{
  margin-bottom: 45px;
}
.section .title .ttl_en{
  color: #7fa5a4;
}
.section .title .icon{
  margin-right: 22px;
}
.section .big_img{
  margin-bottom: 25px;
}
.section .sec_txt{
  line-height: 1.9;
}
.btn.detail{
  background: url(../images/common/btn_arrow.svg),#4d8181;
  background-repeat: no-repeat;
  background-position: right 5.5% center;
  background-size: 7px auto;
}
.btn.detail:after {
  background: #b2c9c8;
}

.list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list3 li{
  width: 32%;
  max-width: 320px;
  margin-bottom:  65px;
}
/* map */
.map{
  padding-bottom: 85px;
}
.map .google_map iframe{
  width: 100%;
  height: 400px;
  margin-bottom: 35px;
}

/* station */
.station{
  background: #e1e0e0;
  padding: 50px 0 65px;
}
.station .ttl{

}
.station .ttl_en{
  color: #7fa5a4;
  /* font-size: 62px; */
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.station .ttl > p{
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

.station .green:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url(../images/top/sec_ttl.svg) no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.station .green:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url(../images/top/sec_ttl_right.svg) no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.station .img{
  margin: 20px 0;
}
.station .btns{
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.station .btns .btn{
  max-width: 225px;
  margin: 0 10px;
}

/* type barown */
.type_brown{
  padding-bottom: 20px;
}
.type_brown .ttl{
  border-bottom: 3px solid #7fa5a4;
  position: relative;
  margin: -2px 0 20px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  padding-top: 12px;

}
.type_brown .ttl:after{
  content: "";
  width: 100%;
  height: 1.5px;
  background: #7fa5a4;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .7;
}
.type_brown .ttl .maru{
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #004b4a;
  text-align: center;
  padding-top: 7px;
  margin-right: 12px;
}
.type_brown .ttl .maru .ttl_en{
  color: #7fa5a4;
  display: inline-block;
  vertical-align: bottom;
}
.type_brown .ttl .maru .month{
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: bottom;
}

/* list flex */
.section .list_flex .img{
  width: 50%;
}
.section .list_flex .img img{
  height: 346px;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.section .list_flex .txt{
  width: 50%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
}
.section .list_flex .txt .green_box,
.culture .list .green_box,
.tour .list .green_box,
.food .list .green_box{
  display: inline-block;
  background: #004b4a;
  padding: 2px 10px;
}
.section .list_flex .ttl,
.culture .list .ttl,
.food .list .ttl{
  border-bottom: 3px solid #7fa5a4;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 13px;
  padding-top: 20px;
}
.section .list_flex .ttl:after,
.culture .list .ttl::after,
.food .list .ttl::after{
  content: "";
  width: 100%;
  height: 1.5px;
  background: #7fa5a4;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .7;
}
.section .list_flex .btns{
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.section .list_flex .btns .btn{
  max-width: 225px;
  margin: 0;
}


/* event */
.event .list li .btn{
  margin-top: 25px;
}
.event .list li,
.culture .list li,
.tour .list li{
  display: flex;
  flex-direction: column;
}
.event .list li .img,
.event .list li .img img,
.culture .list li .img,
.culture .list li .img img,
.tour .list li .img,
.tour .list li .img img{
  min-height: 0%;
}
.event .list li .sec_txt,
.culture .list li .sec_txt,
.tour .list li .sec_txt{
  margin-bottom: 25px;

}
.event .list li .btn,
.culture .list li .btns,
.tour .list li .btns{
  margin-top: auto;
}


/* culture */
.culture{
  background: #e1e0e0;
  padding-bottom: 20px;
}
.culture .list,
.tour .list{
  margin: 60px 0 0;
}

.culture .list .ttl{
  padding: 11px 0;
}
.culture .list .green_box,
.tour .list .green_box,
.food .list .green_box{
  margin-top: 15px;
}
.culture .list .btns,
.tourism .list .btns{
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.culture .list .btns .btn,
.tourism .list .btns .btn{
  max-width: 155px;
  margin: 0;
}
.culture .kakko_left{
  margin-left: -10px;
}
.culture .kakko_right{
  margin-right: -10px;
}

/* food */
.food{
  background: #e1e0e0;
  padding: 25px 0 10px;
}
.food .list .ttl{
  padding: 10px 0;
  margin-bottom: 20px;
}

/* links */
.links .table th{
  background: #ccdbdb;
  width: 30%;
}
.links .table td {
  width: 70%;
}


@media screen and (max-width: 878px){

}

@media screen and (max-width: 768px){
  .section {
    padding: 25px 3% 35px;
  }
  .section .title {
    margin-bottom: 25px;
  }
  .station .green{
    padding: 0 1.5em;
    display: block;
    text-align: center;
    position: relative;
  }
  .station .green:before{
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
  }
  .station .green:after{
    bottom: 0;
    right: 0;
    display: block;
    position: absolute;
  }
  .station .ttl > p{
    text-align: left;
  }
  .type_brown{
    padding-bottom: 5px;
  }
  /* station */
  .station .btns {
    display: block;
    margin-top: 20px;
  }
  .station .btns .btn {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .station .btns .btn:first-child {
    margin-bottom: 15px;
  }

  .list3 li{
    width: 100%;
    max-width: none;
    margin: 0 auto 30px;
  }
  .event .list li .btn{
    max-width: none;
  }
  .event .list li .sec_txt, .culture .list li .sec_txt, .tour .list li .sec_txt {
    margin-bottom: 15px;
  }

  .section .list_flex .img {
    width: 100%;
  }
  .section .list_flex .txt {
    width: 100%;
    padding-left: 0;
    display: block;
    margin-top: 20px;
  }
  .culture,
  .tour,
  .food{
    padding-bottom: 5px;
  }

  .culture .list, .tour .list {
    margin: 30px 0 0;
  }
  .section .list_flex .btns,
  .culture .list .btns,
  .tourism .list .btns {
    display: block;
    margin-top: 15px;
  }
  .section .list_flex .btns .btn,
  .culture .list .btns .btn,
  .tourism .list .btns .btn{
    max-width: none;
  }
  .section .list_flex .btns .btn:first-child,
  .culture .list .btns .btn:first-child,
  .tourism .list .btns .btn:first-child{
    margin-bottom: 15px;
  }

  .links .table th,
  .links .table td{
    width: 100%;
  }


}

@media screen and (max-width: 600px){
  .information .list{
    justify-content: center;
  }
  .information .list li {
    width: 24%;
    margin-right: 1.25%;
  }
  .information .list li:nth-child(5),
  .information .list li:nth-child(10){
    margin-right: 1.25%;
  }
  .information .list li:nth-child(4),
  .information .list li:nth-child(8),
  .information .list li:nth-child(12){
    margin-right: 0;
  }
}
@media screen and (max-width: 500px){
  .information .list{
    justify-content: center;
  }
  .information .list li {
    width: 32.5%;
    margin-right: 1.25%;
  }
  .information .list li:nth-child(4),
  .information .list li:nth-child(8){
    margin-right: 1.25%;
  }
  .information .list li:nth-child(3),
  .information .list li:nth-child(6),
  .information .list li:nth-child(9){
    margin-right: 0;
  }

  .links .table td a{
    word-break: break-all;
  }
}
