@charset "UTF-8";
/* CSS Document */
/*drink-title-area*/
.main_title{
  background-image: url("../imgs/drink/drink-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 150px;
}
.title_container{
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #ffffff; 
  font-weight: 400;
  padding: 40px 0;
}

.title_ja{
	padding-bottom:20px;
	font-size: 4.0rem;
	letter-spacing: 1.0rem;
	border-bottom: solid 1px #fff;
	display: inline-block;
}
.title_en{
 padding-top: 10px;
 font-size: 2.5rem;
 letter-spacing: 0.2rem;
 display: block;
}
/*sp-size*/
@media screen and (max-width: 799px){
  .main_title{
	background-position: center;	
	}
  .title_ja{
	padding-bottom:10px;
	font-size: 2.5rem;
	letter-spacing: 1.0rem;
	border-bottom: solid 1px #fff;
	display: inline-block;
}
.title_en{
 padding-top: 10px;
 font-size: 2.0rem;
 letter-spacing: 0.2rem;
 display: block;
}
}
/*drink&coffee-area*/
.drink_container{
 width: 80%;
 margin: 70px auto 0;
}
.coffee__area{
 display: flex;
 justify-content: space-around;
 width: 100%;
}
.coffee__image{
 width: 50%;
 max-width: 650px;
}
.coffee__image img{
 width: 100%;
}
.coffee__txt{
 margin:30px 0 0 50px;
 text-align: left;
 max-width: 700px;
 width: 50%;
}
.coffee__txt h3{
 font-size: 3.0rem;	
 border-bottom: double #333;
 padding-bottom: 10px;
 font-family: "Yu Mincho", "YuMincho", serif;
 width:100%;
}
.american-coffee__heading,.melonsoda__heading{
  display: inline-block;
  width: 70%;
}
.american-price,.melonsoda-price{
  display: inline-block;
  width: 30%;
}
.coffee__txt p{
 margin-top: 50px;
 font-size: 2.3rem;
 font-weight: 300;
 line-height: 1.5;
}
.melonsoda__area{
 display: flex;
 justify-content: space-around;
 width: 100%;
 margin-top: 100px;
}
.melonsoda__image{
 width: 50%;
 max-width: 650px;
 order: 2;
}
.melonsoda__txt{
 margin: 30px 50px 0 0;
 text-align: left;
 max-width: 700px;
 width: 50%;
 order: 1;
}
.melonsoda__txt h3{
 font-size: 3.0rem;	
 font-family: "Yu Mincho", "YuMincho", serif;
 white-space: nowrap;
 border-bottom: double #333;
 padding-bottom: 10px;
}
.melonsoda__txt p{
 margin-top: 50px;
 font-size: 2.3rem;
 font-weight: 300;
 line-height: 1.5;
}
/*tablet-size*/
@media only screen and (min-width: 560px) and (max-width: 1024px) {
.coffee__area,.melonsoda__area{
 display: block; 
 margin: 0 auto;
	}
 .coffee__image,.melonsoda__image{
 width: 100%;
 max-width: 500px;
 margin: 0 auto;
 }
 .coffee__txt,.melonsoda__txt{
	width: 100%;
	margin: 50px auto 70px;;
	}	
 .coffee__txt p,.melonsoda__txt p{
	margin-top: 30px;	
	}
}
/*sp-size*/
@media screen and (max-width: 559px){
  .drink_container{
	margin: 50px auto 0;
	}	
.coffee__area,.melonsoda__area{
 display: block; 
 margin: 0 auto;
	}
 .coffee__image,.melonsoda__image{
 width: 100%;
 max-width: 300px;
 margin: 0 auto;
 }
 .coffee__txt,.melonsoda__txt{
	width: 100%;
	margin: 30px auto 70px;
	}
	
.coffee__txt h3,.melonsoda__txt h3{
  font-size: 2.2rem;	
	}	
 .coffee__txt p,.melonsoda__txt p{
	margin-top: 30px;
	font-size: 1.8rem;
	}	
	}
	
	

/*tab-area*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:100px auto;
  max-width: 1300px;
  width: 90%;
}

.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ad665d;
  display: block;
  order: -1;
}
.tab-label {
  color: #333;
  background: #ede8e7;
  font-weight: 700;
  font-size: 2.0rem;
  letter-spacing: 2px;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* active-tab */
.tab-switch:checked+.tab-label {
  background: #ad665d;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* radio-button */
.tab-switch {
  display: none;
}

/*tab-menu-contents*/
.tab-content__txt{
  display: flex;
  flex-wrap: wrap;
  font-size: 2.3rem;
  width: 100%;
  line-height: 1.5;
}

.tab-content__txt li{
  width: 50%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.drink_name,.drink_price{
	width: 50%;
	white-space: nowrap;
}
.drink_name::before{
 content: "・";
 width: 10px;
 height: 10px;
}
.drink_price{
	text-align: center;
}
.price_tax{
	font-size: 2.0rem;
}
/*/tab-size*/
@media only screen and (min-width: 560px) and (max-width: 1024px) {
.tab-content__txt{
    display: block;
    padding-left: 0px;
    font-size: 2.8rem;
    font-weight: 600;
  }
	.drink_name{
   margin-left: 25px;	
	}
  .drink_price{
	text-align: center;
}
  .drink-wrap{
    width: 90%;
  }
  .tab-content__txt li{
    width:100%;
  }	
}

/*sp-size*/
@media screen and (max-width: 559px){
	
  .tab-content__txt{
    display: block;
    padding-left: 0px;
    font-size: 2.0rem;
    font-weight: 600;
  }
  .drink_price{
	text-align: right;
}
  .drink-wrap{
    width: 90%;
  }
  .tab-content__txt li{
    width:100%;
  } 
}
