@charset "UTF-8";
/* CSS Document */
body {
  background-color: #FFF9E4;
}
.main {
  max-width: 1208px; /* 1160px + padding: 24px */
  margin: 0 auto;
}
.gradient_box {
  margin: 0 auto;
  background-image: linear-gradient(90deg, rgba(131, 164, 212, 1), rgba(182, 251, 255, 1) 66%);
}
.section-top h2 {
  margin: 0 auto;
	padding: 20px 0;
  color: midnightblue;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
 
}
.drink_pagenation {
  text-align: center;
}
.drink_pagenation__list li {
  display: inline-block;
  border: solid 2px #071E5B;
	border-radius: 3px;
}
.drink_pagenation__list li a {
  display: block;
  padding: 10px;
  max-width: 40px;
  max-height: 46px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  background-color: #FFF9E4;
  border-radius: 3px;
}
.drink_pagenation__list li a.selected {
  background-color: darkcyan;
  color: #FFF;
	border-radius: 3px;
}
@media (min-width: 960px) {
  .main {
    max-width: 1208px;
  }
	.section-top h2 {
		font-size: 4.0rem;
		padding: 50px 0;
	}
  .drink_pagenation__list {
    font-size: 0;
  }
 
  .drink_pagenation__list li:first-child {
    margin-right: 20px;
    border: solid 2px #333;
  }
  .drink_pagenation__list li:last-child {
    margin-left: 20px;
    border: solid 2px #333;
  }
  .drink_pagenation__list li a {
    padding: 18px;
    max-width: none;
    max-height: none;
    font-size: 3.0rem;
    font-weight: 600;
  }
  .desktop-hidden {
    display: none;
  }
}



.section-drink-1p {
  padding: 30px 0 30px;
  text-align: left;
}

.section-drink-1p ul {
  margin: 0 24px;
  list-style: none;
	
}
.section-drink-1p ul li {
  max-width: 480px;
  padding-bottom: 20px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 40px;
  border-radius: 6px;
  text-align: left;
}

.section-drink-1p ul li h3 {
  padding: 20px 0 10px 10px;
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 2.0rem;
	font-weight: 700;
  border-bottom: 5px dotted darkcyan;
}
.menu_from {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: peru;
	padding-right: 10px;
	
}
.menu_description {
  color: #333;
	font-size: 1.6rem;
	font-weight: 600;
}
.wine-name {
	font-size: 1.6rem;
	font-weight: 700;
	color: #333;
	text-align: left;
	padding-left: 10px;
	
}
.menu_content-wrapper {
	padding: 10px 10px 0 10px;
	display: flex;
	justify-content: space-between;
	
}

.drink-name {
	color: midnightblue;
	font-size: 1.8rem;
	font-weight: 600;
}

.exclided-tax {
	font-size: 1.8rem;
	font-weight: 600;
}
.included-tax {
	padding-right: 10px;
	font-size: 1.4rem;
	text-align: right;
}

.section-floor__excerpt-from-menu {
  padding: 0 20px 20px;
  text-align: left;
  color: #333;
  font-size: 1.4rem;
}
@media (min-width: 960px) {
	 .section-drink-1p {
    padding: 60px 0 60px;
  }
  .section-drink-1p-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-drink-1p ul {
    margin: 0 auto ;

    display: flex;
    justify-content: space-between;
  }
  .section-drink-1p ul li {
	  max-width: 580px;
    margin: 0 auto;
	  padding: 0 60px 20px;
	  
	  
  }
	
	
	
	
  .section-floor-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-floor__picture {
    width: 100%;
    height: 310px;
  }
  .section-floor ul {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
  .section-floor ul li {
    margin: 0;
  }
}



.section-information {
  background-color: #eb5a02;
  padding: 20px 24px;
  color: #FFF;
  position: relative;
}
.section-information ul li {
  line-height: 2.6rem;
  list-style: none;
  display: flex;
  justify-content: center;
}
.section-information__free-dial-comment, .section-information__dial-comment {
  margin-right: 30px;
  font-weight: 700;
}
.section-information__number {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
@media (min-width: 960px) {
  .section-information {
    padding: 30px 30px;
  }
  .section-information-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-information__dial-comment {
    display: block;
  }
  .section-information__free-dial-comment, .section-information__dial-comment {
    margin-right: 30px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .section-information__number {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
  }
  .section-information ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .section-information ul li {
    margin: 0;
  }
}