@charset "UTF-8";
.content {
  margin: 0 auto;
  width: 1400px;
}

h2:after {
  background: #112B58;
  content: '';
  display: block;
  height: 2px;
  margin-top: 30px;
  width: 60px;
}

.copy {
  font-size: 14px;
  line-height: 2;
  margin-top: 40px;
}

.mv {
  position: relative;
}

.mv .mv-txt {
  color: #fff;
  line-height: 1.8;
  left: 0;
  position: absolute;
  top: 60%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.mv h1 {
  margin: 0 auto 100px;
  width: 1014px;
}

.mv h1 + p {
  padding: 0 5%;
}

.restaurant {
  margin-top: 70px;
  position: relative;
}

.restaurant .bg-wap {
  padding-bottom: 350px;
  position: relative;
}

.restaurant .bg-wap:before {
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 100px;
  position: absolute;
  right: calc((100vw - 1400px) / 2);
  width: 150px;
  z-index: 1;
}

.restaurant .bg-wap:after {
  background: url(../../images/restaurant/restaurant-bg.jpg) no-repeat center center;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100vw - ((100vw - 1400px) / 2));
  z-index: -1;
}

.restaurant h2 {
  margin-left: auto;
  width: 429px;
}

.restaurant .txt-wap {
  background: #fff;
  display: flex;
  font-size: 12px;
  line-height: 2;
  margin-top: 70px;
  padding-right: 120px;
  padding-bottom: 50px;
  position: relative;
  width: 900px;
  z-index: 1;
}

.restaurant .txt-wap:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 200%;
  z-index: -1;
}

.restaurant .txt-wap .pic {
  width: 270px;
}

.restaurant .txt-wap .txt {
  margin-left: 50px;
  width: 575px;
}

.restaurant .txt-wap .txt .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: .5em;
}

.restaurant .txt-wap .txt p + .tit {
  margin-top: 2em;
}

.shop-info-block {
  padding-top: 80px;
}

.shop-info-block-in {
  align-items: center;
  display: flex;
  font-size: 18px;
  line-height: 1.3;
}

.shop-info-block-in table {
	margin-top: 18px;
	th {
		text-align: right;
		padding-right: 20px;
	}
}

.shop-info-block-in p + p,
.shop-info-block-in p + dl {
  margin-top: 1em;
}

.shop-info-block-in dl {
  display: flex;
}

.shop-info-block-in dl dt {
  text-align: right;
  width: 4em;
}

.shop-info-block-in dl.en dt {
  width: 6.5em;
}

.shop-info-block-in .logo {
  text-align: center;
  width: 30%;
}

.shop-info-block-in ul {
  display: flex;
  margin-top: 1em;
}

.shop-info-block-in ul li {
  font-size: 14px;
}

.shop-info-block-in ul li + li {
  margin-left: 20px;
}

.shop-info-block-in ul li .btn {
  margin-top: 5px;
  width: 280px;
}

.shop-info-block-in ul li .btn a {
  background: url(../../images/restaurant/shop-btn-arrow.svg) no-repeat 95% center, #112B58;
  background-size: 7px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 15.5px 0;
  transition: opacity .3s ease-out;
  text-align: center;
}

.shop-info-block-in ul li .btn a:hover {
  opacity: .7;
  text-decoration: none;
}

.shop-info-block-in ul li .btn.tell a {
  background-image: none;
  font-size: 24px;
  pointer-events: none;
  padding: 10px 0;
}

.shop-info-block.shop-opus .logo img {
  width: 205px;
}

.shop-info-block.shop-saryu {
  background: #fff;
  margin-top: 70px;
  padding-bottom: 80px;
}

.shop-info-block.shop-saryu .logo img {
  width: 280px;
}

.dinner {
  margin-top: 200px;
  position: relative;
}

.dinner .content {
  position: relative;
}

.dinner .txt {
  padding: 50px 0 50px 270px;
  position: relative;
}

.dinner .txt:after {
  background: rgba(204, 204, 204, 0.3);
  content: '';
  display: block;
  height: 100%;
  left: -50%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.dinner h2 {
  width: 214px;
}

.dinner .copy {
  width: 554px;
}

.dinner .dinner-pic01 {
  display: block;
  margin-top: 80px;
  width: 57%;
}

.dinner .dinner-pic02 {
  bottom: 50px;
  position: absolute;
  right: calc((100vw - 1400px) / 2);
  width: 485px;
}

.breakfast, .afternoon {
  margin-top: 180px;
  overflow: hidden;
	.content {
		position: relative;
	}
	
	.txt {
		margin-left: auto;
		padding: 50px 190px 50px 0;
		position: relative;
		width: 630px;
	}
	
	.txt:after {
		background: rgba(204, 204, 204, 0.3);
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		top: 0;
		right: -15%;
		width: 100%;
		z-index: -1;
	}
	
	h2 {
		margin-left: 300px;
		width: 320px;
	}
	
	.copy {
		width: 532px;
	}
	
	.breakfast-pic01 {
		width: 80%;
		max-width: 750px;
		transform: translateY(-20px);
		display: flex;
		margin-inline: auto;
	}
	
	.breakfast-pic02 {
		bottom: 390px;
		left: 170px;
		position: absolute;
		width: 362px;
		z-index: 0;
	}
	
	.breakfast-pic03 {
		bottom: 80px;
		left: 0;
		position: absolute;
		width: 362px;
		z-index: -1;
	}
	.afternoon-pic01 {
		width: 80%;
		max-width: 750px;
		transform: translateY(-20px);
	}


}

	

.lunch {
  margin-top: 180px;
	.content {
		position: relative;
	}
	
	.txt {
		padding: 50px 0 50px 270px;
		position: relative;
	}
	
	.txt:after {
		background: rgba(204, 204, 204, 0.3);
		content: '';
		display: block;
		height: 100%;
		left: -50%;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
	}
}

	
.lunch h2 {
  width: 178px;
}

.lunch .copy {
  width: 554px;
}

.lunch .lunch-pic01 {
  bottom: 484px;
  position: absolute;
  right: 0;
  width: 497px;
}

.lunch .lunch-pic02 {
  display: block;
  margin-top: 80px;
  margin-left: auto;
  width: 832px;
}

.party-wedding {
	margin-top: 30px;
	@media screen and (min-width: 601px) {
		margin-top: 180px;
	}

	.content {
		position: relative;
	}
	
	.txt {
		position: relative;
		padding: 30px 0;
		&::after {
			background: rgba(204, 204, 204, 0.3);
			content: '';
			display: block;
			height: 80%;
			left: -10%;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: -1;
		}

		@media screen and (min-width: 601px) {
			padding: 50px 0 50px 10%;
			&::after {
				height: 100%;
				left: -50%;
			}
		}
	}
	

	h2 {
		width: 80%;
		max-width: 440px;

	}
	.copy {
		max-width: 600px;
	}
	.wedding-pic01 {
		width: 80%;
		max-width: 750px;
		display: flex;
		margin-inline: auto;
	}

}

.shop-area {
  color: #fff;
  padding: 30px 0;
	.logo {
		h2 {
			width: 150px;
			padding-right: 20px;
		}
	}
}

.shop-area dl {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin: 0 auto;
  width: 1180px;
}

.shop-area dl dt {
  width: 300px;
}

.shop-area dl dd + dd {
  margin-left: auto;
}

.shop-area dl dd dl {
  width: 100%;
}

.shop-area dl dd dl dt {
  text-align: right;
  width: 4em;
}

.shop-area dl dd dl dd {
  width: auto;
}

.shop-area dl dd dl {
	align-items: flex-start;
}

.shop-area dl dd dl dt {
  min-width: 6.5em;
}

.shop-area dl dd .block + .block {
  margin-top: 15px;
}

.shop-area dl dd.info {
  line-height: 1.5;
  width: 40%;
	table {
		color: #fff;
		margin-top: 18px;
		th {
			text-align: right;
			padding-right: 20px;
		}
	}
}

.shop-area dl dd.info p + p,
.shop-area dl dd.info p + dl {
  margin-top: .8em;
}

.shop-area dl dd .btn {
  margin-top: 5px;
  width: 280px;
	&.menu-download {
		a {
			background: url(../../images/restaurant/reservation-btn-arrow.svg) no-repeat 95% center, #fff;
			background-size: 7px;
			font-size: 16px;
			transition: opacity .3s ease-out;
			&:hover {
				opacity: .7;
				text-decoration: none;
			}
		}
	}
}

.shop-area dl dd .btn + p {
  margin-top: 20px;
}

.shop-area dl dd .btn a {
  background: #fff;
  color: #112B58;
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}

.shop-area dl dd .btn.tell a {
  pointer-events: none;
}

.shop-area dl dd .btn.res-reservation a {
  background: url(../../images/restaurant/reservation-btn-arrow.svg) no-repeat 95% center, #fff;
  background-size: 7px;
  font-size: 16px;
  transition: opacity .3s ease-out;
}

.shop-area dl dd .btn.res-reservation a:hover {
  opacity: .7;
  text-decoration: none;
}

.shop-area h2 {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.shop-area h2:after {
  display: none;
}

.shop-area h2 span {
  display: block;
  font-size: 14px;
  text-align: center;
}

.opus {
  background: url(../../images/restaurant/opus-bg.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 100px;
}

.saryu {
  background: url(../../images/restaurant/saryu-bg.jpg) no-repeat center center;
  background-size: cover;
}

.glay-bg {
  background: #f0f0f0;
  padding: 190px 0 100px;
}

.cafe {
  overflow: hidden;
}

.cafe .bg-wap {
  padding-bottom: 350px;
  position: relative;
}

.cafe .bg-wap:before {
  background: #f0f0f0;
  bottom: 0;
  content: '';
  display: block;
  height: 100px;
  left: calc((100vw - 1400px) / 2);
  position: absolute;
  width: 150px;
  z-index: 1;
}

.cafe .bg-wap:after {
  background: url(../../images/restaurant/cafe-bg.jpg) no-repeat center center;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100vw - ((100vw - 1400px) / 2));
  z-index: 0;
}

.cafe .txt-wap {
  display: flex;
  font-size: 14px;
  line-height: 2;
  margin-top: 70px;
  margin-left: auto;
  padding-bottom: 50px;
  padding-left: 50px;
  position: relative;
  width: 675px;
  z-index: 1;
}

.cafe .txt-wap:after {
  background: #f0f0f0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 200%;
  z-index: -1;
}

.cafe .txt-wap .pic {
  width: 270px;
}

.cafe .txt-wap .txt {
  margin-right: 120px;
  width: 355px;
}

.cafe .txt-wap .txt .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .5em;
}

.cafe h2 {
  width: 634px;
}

.bottle {
  overflow: hidden;
  margin-top: 150px;
}

.bottle .content {
  position: relative;
}

.bottle .txt {
  margin-left: auto;
  padding: 50px 190px 50px 0;
  position: relative;
  width: 630px;
}

.bottle .txt h2,
.bottle .txt p {
  position: relative;
  z-index: 1;
}

.bottle .txt:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15%;
  width: 100%;
  z-index: 0;
}

.bottle h2 {
  margin-left: 260px;
  width: 388px;
}

.bottle .bottle-pic01 {
  display: block;
  margin-top: 50px;
  margin-left: auto;
  width: 769px;
}

.bottle .bottle-pic02 {
  bottom: 80px;
  left: 0;
  position: absolute;
  width: 536px;
}

.bottle .bottle-pic02:before, .bottle .bottle-pic02:after {
  background: #f0f0f0;
  content: '';
  display: block;
  position: absolute;
}

.bottle .bottle-pic02:before {
  height: 220px;
  left: 0;
  top: 0;
  width: 157px;
}

.bottle .bottle-pic02:after {
  bottom: 0;
  height: 330px;
  right: 0;
  width: 174px;
}

/*------------------------------
        add-media-1410
------------------------------*/
@media screen and (max-width: 1410px) {
  .content {
    width: 90%;
  }
  .restaurant .bg-wap:before {
    right: calc((100vw - 90%) / 2);
  }
  .restaurant .bg-wap:after {
    width: calc(100vw - ((100vw - 90%) / 2));
  }
  .restaurant .txt-wap {
    padding-right: 5%;
    width: 70%;
  }
  .dinner .txt {
    padding-left: 14%;
  }
  .dinner .copy {
    width: 50%;
  }
  .dinner .dinner-pic01 {
    width: 57%;
  }
  .dinner .dinner-pic02 {
    right: calc((100vw - 90%) / 2);
    width: 35%;
  }
	.breakfast, .afternoon {
		.txt {
			padding-right: 8%;
			width: 45%;
		}
		.copy {
			width: 100%;
		}
		h2 {
			margin-left: auto;
			width: 320px;
		}
		.breakfast-pic02 {
			bottom: 45%;
			left: 12%;
			width: 30%;
		}
		.breakfast-pic03 {
			bottom: 5%;
			width: 30%;
		}
	}

  .lunch .txt {
    padding-left: 10%;
  }
  .lunch h2 {
    width: 178px;
  }
  .lunch .copy {
    width: 50%;
  }
  .lunch .lunch-pic01 {
    bottom: 31.3vw;
    width: 40%;
  }
  .lunch .lunch-pic02 {
    width: 60%;
  }
  .cafe .bg-wap:before {
    left: calc((100vw - 90%) / 2);
  }
  .cafe .bg-wap:after {
    width: calc(100vw - ((100vw - 90%) / 2));
  }
  .bottle .txt {
    padding-right: 8%;
    width: 45%;
  }
  .bottle .txt h2 {
    margin-left: auto;
  }
  .bottle .txt:after {
    right: -15%;
  }
  .bottle .bottle-pic01 {
    width: 55%;
  }
  .bottle .bottle-pic02 {
    bottom: 10%;
    width: 45%;
  }
}

/*------------------------------
        add-media-1190
------------------------------*/
@media screen and (max-width: 1190px) {
  .shop-area dl {
    width: 90%;
  }
  .shop-area dl dt {
    width: 20%;
  }
  .shop-area dl dd {
    padding-right: 5%;
  }
  .shop-area dl dd.info {
    width: 50%;
  }
  .shop-area dl dd + dd {
    padding-right: 0;
  }
  .shop-info-block.shop-opus .logo img {
    width: 80%;
  }
  .shop-info-block.shop-saryu {
    background: #fff;
    margin-top: 70px;
    padding-bottom: 80px;
  }
  .shop-info-block.shop-saryu .logo img {
    width: 80%;
  }
}

/*------------------------------
        add-media-1020
------------------------------*/
@media screen and (max-width: 1020px) {
  .mv h1 {
    width: 80%;
  }
  .restaurant {
    margin-top: 40px;
  }
  .restaurant .bg-wap {
    padding-bottom: 25%;
  }
  .restaurant .bg-wap:before {
    height: 50px;
    right: 0;
    width: 20%;
  }
  .restaurant .bg-wap:after {
    bottom: 0;
    height: 40%;
    top: auto;
    width: 100%;
    z-index: -1;
  }
  .restaurant h2 {
    margin-left: 0;
    width: 60%;
  }
  .restaurant .txt-wap {
    background: none;
    flex-direction: row-reverse;
    font-size: 12px;
    margin-top: 20px;
    padding-right: 0;
    padding-bottom: 80px;
    width: 100%;
  }
  .restaurant .txt-wap:after {
    right: 40%;
  }
  .restaurant .txt-wap .pic {
    margin-left: auto;
    width: 40%;
  }
  .restaurant .txt-wap .txt {
    margin-left: 0;
    width: 55%;
  }
  .restaurant .txt-wap .txt .tit {
    font-size: 13px;
    line-height: 1.5;
  }
}

/*------------------------------
        add-media-940
------------------------------*/
@media screen and (max-width: 940px) {
  .shop-area dl {
    flex-wrap: wrap;
  }
  .shop-area dl dt {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .shop-area dl dd dl dt {
    text-align: left;
    margin-bottom: 0;
    width: 100%;
  }
  .shop-area dl dd dl dd {
    width: 100%;
  }
  .opus dl dd {
    padding-right: 0;
    width: 48%;
  }
  .shop-info-block-in {
    display: block;
  }
  .shop-info-block-in .logo {
    margin-bottom: 30px;
    width: 30%;
  }
  .shop-info-block.shop-opus {
    padding-bottom: 80px;
  }
}

/*------------------------------
        add-media-900
------------------------------*/
@media screen and (max-width: 900px) {
  .mv h1 {
    margin-bottom: 10px;
  }
}

/*------------------------------
              sp
------------------------------*/
@media screen and (max-width: 600px) {
  h2:after {
    margin-top: 15px;
    width: 30px;
  }
  .copy {
    font-size: 12px;
    margin-top: 20px;
  }
  .mv .mv-txt {
    font-size: 12px;
  }
  .restaurant {
    margin-top: 40px;
  }
  .restaurant .bg-wap {
    padding-bottom: 0;
  }
  .restaurant .bg-wap:before {
    display: none;
  }
  .restaurant .bg-wap:after {
		position: static;
    bottom: auto;
    height: 100px;
    left: auto;
    right: 5%;
    top: 0;
    width: 62%;
    z-index: -1;
		margin-top: 30px;
  }
  .restaurant h2 {
    margin-left: 0;
    width: 60%;
  }
  .restaurant .txt-wap {
    display: block;
    background: none;
    flex-direction: row-reverse;
    font-size: 12px;
    margin-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .restaurant .txt-wap:after {
    display: none;
  }
  .restaurant .txt-wap .pic {
    margin-left: 0;
    width: 37%;
  }
  .restaurant .txt-wap .txt {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
  .restaurant .txt-wap .txt .tit {
    font-size: 13px;
    line-height: 1.5;
  }
  .dinner {
    margin-top: 40px;
  }
  .dinner .txt {
    padding: 30px 0;
  }
  .dinner .txt:after {
    left: -25%;
  }
  .dinner h2 {
    width: 38%;
  }
  .dinner .copy {
    width: 100%;
  }
  .dinner .dinner-pic01 {
    margin-top: 30px;
    width: 62%;
  }
  .dinner .dinner-pic02 {
    bottom: 3%;
    width: 30%;
  }
  .breakfast, .afternoon {
    margin-top: 40px;
		.content {
			padding-bottom: 5%;
		}
		.txt {
			margin-left: auto;
			padding: 50px 0 50px 0;
			position: relative;
			width: 100%;
		}
		.txt:after {
			background: rgba(204, 204, 204, 0.3);
			content: '';
			display: block;
			height: 100%;
			position: absolute;
			top: 0;
			right: -15%;
			width: 100%;
			z-index: -1;
		}
		h2 {
			margin: 0 auto;
			width: 55%;
		}
		.copy {
			width: 100%;
		}
		.copy br {
			display: none;
		}
		.breakfast-pic02 {
			bottom: 20%;
			left: 20%;
			width: 40%;
		}
		.breakfast-pic03 {
			bottom: 0;
			left: -5%;
			width: 30%;
		}
  }

  .lunch {
    margin-top: 40px;
  }
  .lunch .txt {
    padding: 30px 0 0;
  }
  .lunch .txt:after {
    height: 80%;
    left: -20%;
  }
  .lunch h2 {
    width: 30%;
  }
  .lunch .copy {
    width: 100%;
  }
  .lunch .lunch-pic01 {
    bottom: 5%;
    right: -5%;
    width: 40%;
  }
  .lunch .lunch-pic02 {
    margin-top: 15%;
    margin-left: -5%;
    width: 55%;
  }
	.shop-area {
		.logo {
			h2 {
				width: 120px;
			}
		}
	}
  .shop-area dl {
    display: block;
    font-size: 12px;
    text-align: center;
  }
  .shop-area dl dt {
    margin-bottom: 20px;
    width: 100%;
  }
  .shop-area dl dd {
    padding-right: 0;
    width: 100%;
  }
  .shop-area dl dd + dd {
    display: flex;
    margin-top: 20px;
		flex-wrap: wrap;
		justify-content: space-between;
  }
  .shop-area dl dd + dd .block {
    width: 48%;
  }
  .shop-area dl dd + dd .block + .block {
    margin-top: 0;
  }
  .shop-area dl dd dl dt {
    text-align: center;
    width: 100%;
  }
  .shop-area dl dd dl.en dt {
    width: 100%;
  }
  .shop-area dl dd.info {
    line-height: 2;
    width: 100%;
  }
  .shop-area dl dd .btn {
    margin-top: 10px;
    width: 100%;
		&.menu-download {
			a {
				background: url(../../images/restaurant/reservation-btn-arrow.svg) no-repeat 95% center, #fff;
				background-size: 7px;
				font-size: 12px;
				&:hover {
					opacity: 1;
				}

			}
		}
  }
  .shop-area dl dd .btn + p {
    margin-top: 20px;
  }
  .shop-area dl dd .btn a {
    font-size: 12px;
    padding: 15px 0;
  }
  .shop-area dl dd .btn.tell a {
    pointer-events: auto;
  }
  .shop-area dl dd .btn.res-reservation a {
    background: url(../../images/restaurant/reservation-btn-arrow.svg) no-repeat 95% center, #fff;
    background-size: 7px;
    font-size: 12px;
  }
  .shop-area dl dd .btn.res-reservation a:hover {
    opacity: 1;
  }
  .shop-area h2 {
    font-size: 30px;
  }
  .shop-area h2 span {
    font-size: 10px;
  }
  .opus {
    background: url(../../images/restaurant/sp/opus-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 40px;
  }
  .saryu {
    background: url(../../images/restaurant/sp/saryu-bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .glay-bg {
    padding: 40px 0;
  }
  .cafe .bg-wap {
    padding-bottom: 25%;
  }
  .cafe .bg-wap:before {
    height: 30px;
    left: 0;
    width: 10%;
  }
  .cafe .bg-wap:after {
    bottom: 0;
    height: 40%;
    top: auto;
    width: 100%;
  }
  .cafe .txt-wap {
    display: block;
    font-size: 12px;
    margin-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
  }
  .cafe .txt-wap:after {
    bottom: -20px;
    height: 50%;
    left: 40%;
    width: 200%;
    z-index: -1;
  }
  .cafe .txt-wap .pic {
    margin-left: auto;
    width: 30%;
  }
  .cafe .txt-wap .txt {
    margin-right: 0;
    width: 100%;
  }
  .cafe .txt-wap .txt .tit {
    font-size: 13px;
    line-height: 1.5;
  }
  .cafe h2 {
    width: 100%;
  }
  .bottle {
    margin-top: 40px;
  }
  .bottle .txt {
    margin-left: auto;
    padding: 30px 0;
    width: 100%;
  }
  .bottle .txt h2 {
    margin-left: 0;
  }
  .bottle .txt h2,
  .bottle .txt p {
    position: relative;
    z-index: 1;
  }
  .bottle .txt:after {
    background: rgba(204, 204, 204, 0.3);
    left: -6%;
    right: auto;
    width: 80%;
  }
  .bottle h2 {
    margin-left: 0;
    width: 70%;
  }
  .bottle .bottle-pic01 {
    margin-top: 30%;
    margin-right: -6%;
    position: relative;
    width: 60%;
  }
  .bottle .bottle-pic02 {
    bottom: 5%;
    left: -6%;
    width: 46%;
  }
  .bottle .bottle-pic02:before {
    height: 40%;
    width: 35%;
  }
  .bottle .bottle-pic02:after {
    height: 53%;
    width: 30%;
  }
  .page-top-wap {
    background: #f0f0f0;
    padding-top: 40px;
  }
  .shop-info-block {
    padding-top: 40px;
  }
  .shop-info-block-in {
    font-size: 13px;
    line-height: 1.5;
  }
	.shop-info-block-in table {
		margin-top: 13px;
	}
  .shop-info-block-in dl + dl {
    margin-top: .5em;
  }
  .shop-info-block-in dl dt {
    white-space: nowrap;
    width: 4.5em;
  }
  .shop-info-block-in .logo {
    text-align: left;
    width: 100%;
  }
  .shop-info-block-in ul {
    justify-content: space-between;
  }
  .shop-info-block-in ul li {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    width: 48%;
  }
  .shop-info-block-in ul li + li {
    margin-left: 0;
  }
  .shop-info-block-in ul li .btn {
    margin-top: 5px;
    width: 100%;
  }
  .shop-info-block-in ul li .btn a {
    font-size: 13px;
    padding: 13px 0;
  }
  .shop-info-block-in ul li .btn a:hover {
    opacity: 1;
  }
  .shop-info-block-in ul li .btn.tell a {
    pointer-events: auto;
    font-size: 13px;
    padding: 13px 0;
  }
  .shop-info-block.shop-opus {
    padding-bottom: 40px;
  }
  .shop-info-block.shop-opus .logo img {
    width: 120px;
  }
  .shop-info-block.shop-saryu {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .shop-info-block.shop-saryu .logo img {
    width: 140px;
  }
}
	.sun {
		letter-spacing: -1px;
	}
