h2.gallery-ttl {
  margin: 30vw 0;
  position: relative;
  letter-spacing: -0.02em;
}

h2.gallery-ttl:before {
  content: '';
  width: 58vw;
  height: 1px;
  background-image: url("../img/shared/line.jpg");
  position: absolute;
  left: 19vw;
  top: -9vw;
  transform: rotate(-16.5deg);
}

@media screen and (max-width: 1545px) {
 #gallery header .clearfix nav ul {
	  width: 700px!important;
	}
 #gallery header nav ul li + li {
    margin-left: 25px;
}
}
@media screen and (max-width: 1290px) {
 #gallery header .clearfix nav ul {
    width: 350px!important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
 #gallery header nav ul li + li {
    margin-left: 25px;
}
#gallery header nav ul li:nth-child(4){
	 margin-left:0;
}
	#gallery .clearfix .col-r2 {
    margin-top: -115px;
}
}

@media only screen and (max-width: 1099px){
#gallery .nav-fixed .col-r {
    width: 541px;
    float: right;
    background: url(../img/shared/line_vertical.jpg) repeat-y left top;
    padding-left: 15px;
    top: 10px;
    right: 0;
    position: absolute;
}
}

@media only screen and (min-width: 768px) {
	
#gallery header .nav-fixed nav ul li:nth-child(4){
	 margin-left:25px;
}
#gallery header .nav-fixed nav ul li:nth-child(5){
  margin-left:25px;
}
}

@media only screen and (max-width: 1290px) {
  #gallery header .nav-fixed nav ul li:nth-child(5){
    margin-left:0;
 }
}
	
#gallery header .clearfix .col-r2 {
    width: 541px;
    float: right;
    padding-left: 15px;
    margin-right: 80px;
    margin-top: -90px;
  }
#gallery header .clearfix .col-r2 .ttl {
    letter-spacing: 0.05em;
    line-height: 22px;
    margin: 18px 15px 0 0;
  }
#gallery header .clearfix .col-r2 .item {
    width: 180px;
    margin-right: 18px;
  }
  .clearfix .col-r2 .item .sttl {
    line-height: 20px;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 4px;
  }
#gallery header .clearfix .col-r2 .item .sttl:before {
    content: '';
    width: 32px;
    height: 2px;
    background: #373633;
    position: absolute;
    left: 0;
    top: 10px;
  }
#gallery header .clearfix .col-r2 .item .sttl:after {
    content: '';
    width: 32px;
    height: 2px;
    background: #373633;
    position: absolute;
    right: 0;
    top: 10px;
  }
#gallery header .clearfix .col-r2 .item .tel {
    font-size: 19.59px;
    letter-spacing: 0.05em;
    line-height: 26px;
    white-space: nowrap;
    margin-top: 4px;
  }
#gallery header .clearfix .col-r2 .item .tel small {
    font-size: 14.11px;
    letter-spacing: 0.05em;
  }
#gallery header .clearfix .col-r2 .item .btn a {
    display: block;
    border: 1px solid #373633;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #575550;
  }
#gallery header .clearfix .col-r2 .item .btn a:hover {
    background: #373633;
    color: #fff;
  }
	
  h2.gallery-ttl {
    margin: 214px 0 195px;
  }
  h2.gallery-ttl:before {
    width: 322px;
    left: calc(50% - 161px);
    top: -41px;
  }


.gallery-img h3 {
  margin-bottom: 7vw;
}

.gallery-img .gallery-list {
  flex-wrap: wrap;
}

.gallery-img .gallery-list li {
  width: 49%;
  height: 37vw;
  margin-bottom: 2vw;
  position: relative;
  overflow: hidden;
}

.gallery-img .gallery-list li:after {
  content: '';
  width: 3.5vw;
  height: 4vw;
  background-image: url("../img/shared/icon_share.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 1.5vw;
  top: 2vw;
  z-index: 1;
}

.gallery-img .gallery-list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30%;
}

.gallery-img .gallery-list li:nth-child(even) {
  margin-left: 2%;
}

.gallery-img .btn-link {
  margin-top: 10vw;
}

#restaurant {
  padding-bottom: 30vw;
  position: relative;
}

#restaurant:before {
  content: '';
  width: 50%;
  height: 180vw;
  background-image: url("../img/gallery/restaurant_pattern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -15vw;
  z-index: -1;
}

#restaurant .wrap:before {
  content: '';
  width: 104vw;
  height: 1px;
  background-image: url("../img/shared/line.jpg");
  position: absolute;
  left: 0vw;
  bottom: -14vw;
  transform: rotate(-18deg);
  z-index: -1;
}

#restaurant .wrap:after {
  content: '';
  width: 104vw;
  height: 1px;
  background-image: url("../img/shared/line.jpg");
  position: absolute;
  left: 0vw;
  bottom: 11vw;
  transform: rotate(37deg);
  z-index: -1;
}

#wedding {
  position: relative;
  padding-bottom: 20vw;
}

#wedding:before {
  content: '';
  width: 80%;
  height: 100vw;
  background-image: url("../img/gallery/wedding_pattern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -10vw;
  z-index: -2;
}

@media only screen and (min-width: 768px) {
  .gallery-img h3 {
    margin-bottom: 50px;
  }
  .gallery-img .gallery-list {
    margin: 0 -16px;
  }
  .gallery-img .gallery-list li {
    width: 228px;
    height: 190px;
    margin: 0 15px 29px;
  }
  .gallery-img .gallery-list li:after {
    width: 16px;
    height: 14px;
    right: 6px;
    top: 8px;
  }
  .gallery-img .gallery-list li:nth-child(even) {
    margin-left: 15px;
  }
  .gallery-img .btn-link {
    margin: 47px auto 0;
  }
  #restaurant {
    padding-bottom: 304px;
  }
  #restaurant:before {
    width: calc(50% - 299px);
    height: 1020px;
    top: -124px;
  }
  #restaurant .wrap:before {
    width: 1540px;
    left: calc(50% - 740px);
    bottom: -123px;
    transform: rotate(-19.3deg);
  }
  #restaurant .wrap:after {
    width: 700px;
    left: calc(50% - 21px);
    bottom: 21px;
  }
  #wedding {
    padding-bottom: 195px;
  }
  #wedding:before {
    width: calc(50% + 327px);
    height: 837px;
    top: -117px;
  }
}

@media screen and (min-width: 768px) {
  .top #access:after {
    display: none;
  }
}
