@charset "utf-8";
*, ::before, ::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: top;
}
body {
  font-family: メイリオ,sans-serif;
  line-height: 1.8;
  color: #630;
  font-size: 1.5rem;
  text-align: center;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 172px;
}

ul {
  list-style-type: none;
}

.sns img {
  width: 30px;
  height: auto;
  margin: 2px 8px;
}
.icon-box {
  display: flex;
}
.add {
  text-align: right;
  padding-left: 27px;
  line-height: 1.6;
}
.shopinfo {
  display: flex;
  padding-left: 0px;
  right: 0px;
  left: auto;
  text-align: right;
}


.information {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    z-index: 2;
}
.menu   {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: 80%;
    justify-content: space-around;
    max-width: 800px;
}

.menu a {
    padding: 5px 5px;
    display: block;
    text-align: center;
    margin: 5px;
    border-bottom: 2px solid rgba(0,0,0,0.00);
    font-size: 16px;
}
.menu a:hover {
  text-decoration: none;
  border-bottom-color: #663300;
}
a {
  text-decoration: none;
  color: #630;
}
header {
    position: fixed;
    align-items: center;
    background-color: rgba(255,255,255,0.75);
    width: 100%;
    padding-top: 3%;
    padding-bottom: 1%;
    z-index: 2;
}
.mv {
    margin-bottom: 0px;
    position: relative;
    padding-top: 250px;
    display: inline-block;
    width: 100%;
    transform: translateY(100px);
    transition: 1.5s;
    opacity: 0;
}
.mv.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.mv-image img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.mv-image {
  display: flex;
  width: 100%;
  justify-content: center;
}

.mv-catch {
  font-size: 3.5rem;
  font-family: しっぽり明朝,serif;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.15em;
}


.text01 p ,.text02 p,.text03 p{
  background-color: rgba(255,235,191,0.75);
  padding: 0 20px;
  width: auto;
  line-height: 1.2;
}
.text01 {
  display: inline-block;
  position: absolute;
  top: 46%;
  right: 40%;
  transition: 3s;
}

.text02 {
  display: inline-block;
  position: absolute;
  top: 57%;
  right: 35%;
  transition: 3s;
}

.text03 {
  display: inline-block;
  position: absolute;
  right: 15%;
  font-size: 4rem;
  top: 71%;
  transition: 3s;
}

.banner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
.banner-box {
  margin: 10px;
}

.banner img {
  height: auto;
  width: 100%;
}


.news {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    background-color: #ffebbf;
    padding-top: 15px;
    padding-bottom: 30px;
    max-width: 800px;
}
.news span a  {
  color: #f08080;
}
.news .news-text {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #663300;
  margin: 0 auto;
  width: 60%;
}
.store {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 30%;
    background-color: #ffebbf;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s;
}
.store.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.store-image img {
  text-align: center;
  padding-left: 0px;
  display: inline-block;
  margin-left: -130px;
  width: 68%;
  height: auto;
}

.store-text {
  position: absolute;
  background-color: rgba(255,235,191,0.75);
  display: inline-block;
  font-family: しっぽり明朝,serif;
  font-size: 2.4rem;
  padding-left: 20px;
  padding-right: 20px;
  bottom: 20%;
}
.title h2 {
  text-align: center;
}
.title h2 img {
  width: 371px;
  height: auto;
}

.menu-box {
  display: flex;
  flex-direction: column;
  margin: 10px;
  text-align: center;
}
.menu-box img {
  margin: 10px 0;
  width: 100%;
  height: auto;

}

.menu-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
.menu-box a:hover {
    color: #EA7A13;
}
.linefriend img {
    width: 65%;
    height: auto;
    margin-bottom: 100px;
    max-width: 800px;
}
.concept-catch {
  font-size: 3.5rem;
  font-family: しっぽり明朝,serif;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.15em;
}

.concept-catch p {
  background-color: rgba(255,235,191,0.75);
  padding: 0 20px;
  width: 70%;
  line-height: 1.2;
  position: absolute;
  display: inline-block;
  bottom: 50%;
  left: 0px;
  margin: 0 auto;
  right: 0px;
}
.concept-catch  span {
  white-space: nowrap;
}


.concept-main {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 250px;
    height: 700px;
    background-image: url(img/conceptmain.jpg);
    background-position: 50% 50%;
    opacity: 0;
    transform: translateY(100px);
    transition: 3s;
}
.concept-main.fade-in {
  opacity: 1;
  transform: translateY(0);
}


.footercontents {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 250px;
    background-image: url(img/fotterimage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.concept-story {
  font-family: しっぽり明朝,serif;
  font-size: 2.8rem;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
  width: 70%;
}
.concept-story span {
  white-space: nowrap;
}
.image-box {
    display: flex;
    margin: 0 auto;
    width: 80%;
    justify-content: space-between;
    padding-bottom: 100px;
    max-width: 1000px;
}
.image-box img {
  width: 100%;
  padding: 0 10px;
  height: auto;
}





.footer-text {
    background-color: rgba(255,235,191,0.75);
    position: absolute;
    display: inline-block;
    right: 0px;
    width: 100%;
    top: 25%;
    align-items: center;
    height: 150px;
}
.footer-text img {
  display: inline-block;
  width: 70px;
  height: auto;
  position: absolute;
  text-align: center;
  left: 0px;
  top: -35%;
  margin: 0 auto;
  right: 0px;
}

.footer-text ul {
    padding-top: 40px;
    padding-bottom: 20px;
}

section {
  margin-top: 100px;
}
.sec05 {
  margin-bottom: 100px;
}
footer {
  margin-top: 100px;
}
table {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
  width: 60%;
}
table td {
  height: 50px;

}
.news-text span, .text03 span, .store-text span ,.menu-box span{
  white-space: nowrap;
}

iframe {
  width: 600px;
  height: 450px;
  filter: sepia(.25);
}
h1 {
  line-height: 1;
}
.mv_sp {
  display: none;
}
.footer-imgsp {
  display: none;
}
footer .copyriight {
  font-size: 1.2rem;
}
.map {
    position: relative;
    width: 80%;
    padding-top: 56.25%;
    margin: 0 auto;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.linefriendsp {
  display: none;
}
.concept-catchsp {
  display: none;
}
.drink {
    padding-top: 220px;
    margin-bottom: 100px;
}
.drink-title img {
  width: 43%;
  margin: 0 auto;
  height: auto;
  padding-bottom: 30px;
  padding-top: 30px;
}
nav .sns {
  display: none;
}
.calender span {
  font-weight: bold;
  color: #FF9999;
  text-decoration: none;
  font-size: larger;
}
.calender th span {
  font-weight: bold;
  color: #630;
  text-decoration: none;
}
.calender th {
  height: 80px;
}
.linefriend img:hover ,.banner-box img:hover{
  -webkit-box-shadow: 0px 6px 0px -2px rgba(102,51,0,0.55);
  box-shadow: 0px 6px 0px -2px rgba(102,51,0,0.55);
}
.contact-title img {
  width: 43%;
  margin: 0 auto;
  height: auto;
  padding-bottom: 50px;
  padding-top: 30px;
}
.about, .contact{
    width: 100%;
    padding-top: 220px;
}
.about table {
    width: 60%;
    height: auto;
    border-collapse: collapse;
    margin-top: 100px;
    margin-bottom: 100px;
}
.about th, .about td {
  padding: 10px;
  font-size: 1.5rem;
  border-bottom: 2px solid #630;

}
.about th h3 {
  font-size: 2.4rem;
}
.privacy {
    padding-top: 250px;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 100px;
}
.privacy h2 {
  font-size: 3rem;
  padding-bottom: 30px;
}
.privacy h3 {
  font-size: 2rem;
  padding-top: 20px;
  padding-bottom: 10px;
}
.privacy li {
  text-align: left;
}
.formtable {
    border-collapse: collapse;
    background-color: #ffebbf;
    margin-bottom: 100px;
}
.formtable tr {
  border: 2px solid #fff;
}
.formtable input[type="text"] ,
.formtable input[type="email"] ,
.formtable input[type="tel"] ,
.formtable textarea{
  width: 95%;
  padding: 5px;
  border-style: none;
}
.formtable th, .formtable td {
  padding: 10px;
}
#submit, #reset {
  padding: 5px 0;
  margin: 2px 4px;
  width: 200px;
  border-style: none;
  background-color: #fff;
  transition: 0.5s;
}
#submit:hover, #reset:hover {
  cursor: pointer;
  background-color: #630;
  color: #fff;
}

.formtable textarea {
  height: 100px;
}
.formtable input:focus, .formtable textarea:focus {
  background-color: rgba(244,220,211,1.00);

}
.formtable th {
  font-size: 1.6rem;
}
.footercontents .menu {
    max-width: 500px;
}
.mv_pc {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.btn_gotop img  {
    width: 150px;
    height: auto;
}
.btn_gotop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    opacity: 1;
    z-index: 1;
	transition: 0.5s;
}

/* Animation */

.btn_gotop {
  animation: floating-y 3s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

.btn_gotop a:hover img {
    opacity: 0.7;
}






























@media (max-width:1115px){
header nav {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffebbf;
  padding-top: 100px;
  top: 0px;
  left: 100%;
  transition: 0.5s;
}
.menu-open nav {
  left: 0px;
}
.menu-open .nav-button span:nth-child(1) {
  top: 23px;
  transform: rotate(315deg);
}
.menu-open .nav-button span:nth-child(2) {
  width: 0px;
  left: 50%;
}
.menu-open .nav-button span:nth-child(3) {
  top: 23px;
  transform: rotate(-315deg);
}
.nav-button span {
  transition: 1s;
}





nav .menu {
  display: block;
  height: 100%;
  padding-bottom: 50px;
  overflow: auto;
}
nav .menu a {
  padding: 20px 0;
  font-size: 2.4rem;
}

nav .sns {
  display: inline;
  z-index: 1;
}
.icon-box {
  justify-content: center;
}
.sns img {
  width: 50px;
  margin: 5px 15px;
  height: auto;
}




header h1 {
    z-index: 2;
}



.mv {
  padding-top: 140px;
}
.add {
  display: none;
}
.sns {
  display: none;
}
.nav-button {
  width: 70px;
  height: 50px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.nav-button span {
  width: 30px;
  height: 2px;
  background-color: #630;
  position: absolute;
  left: 20px;
}
.nav-button span:nth-child(1) {
  top: 12px;
}
.nav-button span:nth-child(2) {
  top: 24px;
}
.nav-button span:nth-child(3) {
  top: 36px;
}
.mv .mv-catch {
  font-size: 3rem;
}
.text03 {
  font-size: 3.2rem;
}
.menu-box {
  font-size: 1.1rem;
}
.concept-main {
  margin-top: 140px;

}
.drink  ,.about,.privacy{
  padding-top: 140px;
}
.footer-text img {
  width: 60px;
  height: auto;
}
















}

@media (max-width:800px){
.information h1 img {
  width: 250px;
  height: auto;
}
header {
    padding-top: 23px;

}
.information {
  padding: 0;
}
.mv_sp {
  display: inline;
}
.mv_pc {
  display: none;
}
.mv {
    padding-top: 90px;
}
.drink    ,.about,.privacy,.contact{
    padding-top: 90px;
}

.mv .mv-catch {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
}
.text03 {
  writing-mode: vertical-rl;
}
.text01 {
  top: 15%;
  right: 10%;
}
.text02 {
  top: 20%;
  right: 23%;
}
.text03 {
  top: 15%;
  right: 40%;
}
.store-text {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  text-align: left;
  font-size: 2rem;
  bottom: 0%;
  padding-top: 15px;
}
.store-image img {
  width: 100%;
  height: auto;
  margin: 0;
  text-align: center;
}

.store   {
  background-color: rgba(0,0,0,0.00);
}
footer .menu {
    flex-direction: column;
    margin-top: 20%;
    margin-bottom: 25%;
    max-width: 800px;
}
footer .menu li {
  padding: 10px;
  white-space: nowrap;



}
footer .menu ul {
  padding-top: 20%;
  padding-bottom: 10%;
  margin-top: 20%;
}

.footer-text img {
  width: 20%;
  top: 10px;
  left: 0px;
  margin: 0 auto;
  right: 0px;
}
.footer-text {
  width: 50%;
  left: 25%;
  height: 100%;
  align-items: center;
  top: 0px;
}
table {
  width: 80%;
}
.text01 p, .text02 p, .text03 p {
  padding: 10px 5px;
}
.footercontents {
  height: 450px;
  background-image: url(img/fotterimage_sp.jpg);
}
.copyriight {


}
.concept-main {
    margin-top: 90px;
    height: 500px;
}
.concept-story {
  font-size: 2.4rem;
}
.concept-catch {
  display: none;
}
.concept-catchsp {
  font-size: 2.8rem;
  font-family: しっぽり明朝,serif;
  text-align: center;
  display: inline-block;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
}
.text04 {
  right: 10%;
  top: 15%;
  position: absolute;
  padding: 10px 0;
  background-color: rgba(255,235,191,0.75);
}
.text05 {
  position: absolute;
  top: 20%;
  right: 20%;
  padding: 10px 0;
  background-color: rgba(255,235,191,0.75);
}
.about th, .about td {
  font-size: 1.4rem;
}
.about table {
  width: 80%;
  height: auto;
}

.about th h3 {
  font-size: 2rem;
}
.linefriend  img {
  width: 80%;
  height: auto;
  margin-bottom: 50px;
}






































}

@media (max-width:600px){
.mv .mv-catch {
  font-size: 2.2rem;
}
.text03 {
  font-size: 2.4rem;
}
.information {
    width: 95%;
}
.information h1 img {
  width: 230px;
}
.title h2 img {
  width: 295px;
  height: auto;
}
.banner {
  flex-direction: column;
  width: 65%;
}
.menu-list {
  flex-direction: column;
  width: 65%;
}
.menu-box {
  font-size: 1.5rem;
}
.linefriend {
  display: none;
}
.linefriendsp {
  display: inline;
}
.linefriendsp img {
  margin-bottom: 50px;
  width: 80%;
  height: auto;
}
.footer-text {
  width: 70%;
  left: 15%;
}
.text04 {
  font-size: 2.6rem;
}
.text05 {
  font-size: 2.6rem;
  right: 25%;
}
.concept-story {
  font-size: 2.2rem;
  padding: 50px 0;
}
.drink-title img ,.contact-title img{
  width: 78%;
  height: auto;
}
.calender th {
  height: 50px;
  font-size: 1.5rem;
}
.calender td {
  height: 30px;
  font-size: 1.3rem;
}
.about th, .about td {
  display: block;
  height: auto;
}
.about th {
  border: none;
  padding-bottom: 0px;
}
.about tr:first-of-type th {
  border-bottom: 2px solid #630;
  padding-bottom: 10px;
}
.privacy {
  font-size: 1.4rem;
}
.privacy h2 {
  padding-bottom: 15px;
  font-size: 2.4rem;
}
.privacy h3 {
  font-size: 1.8rem;
  padding-bottom: 5px;
}
.formtable th {
    font-size: 1.4rem;
}
.formtable th span {
    white-space: nowrap;
}
.btn_gotop img {
    width: 100px;
}



























}
