header {
  position: relative;
  height: auto;
  background: #fff;
}

.wedding-flex{
  display: flex;
  flex-wrap: wrap;
}

.wedding-item{
  width: calc(100%/3.4);
  margin: 0 20px;
}

.wedding-item img{
  width: 100%;
/*  height: 180px*/
}


.content_inner .wedding-item .wedding-item-img img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 186px;
}

.wedding-item-img{
  overflow: hidden;
  width: 100%;
  max-height: 186px;
  height: 100%;
}



@media screen and (max-width: 768px){
.content_inner .wedding-item .wedding-item-img img{
  width: 100%;
  height: auto;
    max-height: none;
    height: auto;
  }

  .wedding-item-img {
    overflow: hidden;
    width: 100%;
    max-height: none;
    height: auto;
  }
}
@media screen and (max-width: 768px){
.content_inner .block_content02 .wedding-item {
    width: 100%;
    margin: 30px 10px;
}
}

.wedding-item img:hover{
  opacity: .7;
}

#section .box h4 a{
  margin: 6px 0 9px;
  font-size: 180%;
  line-height: 34px;
  color: #b59412;
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-weight: bold;
}

#section .box h4 a:hover{
  text-decoration: underline;
  cursor: pointer;
}

#section .box .txt_info{
  padding: 15px 0 60px;
  font-size: 86%;
  line-height: 2.1;
  margin: 0 0 2px;
}

.img_left img{
  width: 660px;
}

.block_content02 strong{
  color: rgb(181, 148, 18);
}

.block_content02 .wedding-item{
  width: 23.33%;
  margin: 30px 10px;
}

.block_content02 .wedding-item .txt_info{
  position: relative;
}

.block_content02 .wedding-item .txt_info h4 a{
  margin-top: 10px;
  display: block;
  color: #b59412;
  padding-right: 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  /*background: url(../img_w/plan/detail/icon_arrow.gif) 265px center no-repeat;*/
}

.block_content02 .wedding-item .txt_info h4 a:hover{
  text-decoration: underline;
}

