@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.pc {display:none!important;}
.sp {}

html {
font-family: 'Noto Sans JP', sans-serif;
}


img, iframe {
    vertical-align: middle;
}

.is-show {
    opacity: 1!important;
}


#particles-js {
    width: 100%;
    height: 140vh;
    position: absolute;
    z-index: 3;
}

.vegass {
    width: 100%;
    height: 100vh;
    position: relative;
}

.vegass_black {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    background-color: black;
    opacity: 0.1;
}

.vegass_title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}

.vegass_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 4;
}

.arrowWrap {
  margin-top: 50vh;
}

.arrow {
  width: 15px;
  margin: 0 auto;
  -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
}

.arrow span {
  position: relative;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.arrow span:before {
  content: '';
  width: 30px;
  height: 30px;
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 150px;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}


#loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  z-index: 9000;
  font-size: 22px;
  font-weight: 500;
  color:  #5B3F2B;
}


#animation{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  animation: flush 4s linear 0s infinite;
}

@keyframes flush{
  0%{
    opacity: 0;
  }
  25%{
    opacity: 0.5;
  }
  50%{
    opacity: 1;
  }
  75%{
    opacity: 0.5;
  }
  100%{
    opacity: 0;
  }
}

.loading-circle{
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-top: 10px solid  #5B3F2B;
  border-bottom: 10px solid  #5B3F2B;
  border-left: 10px solid  #5B3F2B;
  border-right: 10px solid transparent;
  border-radius: 50%;
  animation: spin 2s linear 0s infinite;
}

@keyframes spin{
  0%{
    transform: rotate(0deg);
  }
  25%{
    transform: rotate(90deg);
  }
  50%{
    transform: rotate(180deg);
  }
  75%{
    transform: rotate(270deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

.top_comment {
    color: #5B3F2B;
    margin-top: 10%;
    width: 85%;
    margin:  10% auto;
    text-align: left;
}

.top_comment h1 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 5%;
}

.top_comment p {
    font-size: 16px;
    font-weight: 500;
}

.open_area {
    width: 100%;
    overflow: hidden;
}

.open_area img {
    z-index: 1;
    width: 100%;
}


.main_area {
    width: 90%;
    max-width: 1280px; 
    margin: 0 auto;
    position: relative;
    margin-bottom: 10%;
    margin-top: 20%;
}

.main_area ul {
    display: flex;
    justify-content: center;
    align-items:flex-end;
    flex-wrap: wrap;
}

.main_area ul.type02 {
   align-items: center;
   margin-top: 100px;
   gap: 30px;
}

.main_area ul li {
    width: 90%;
}

.main_area .text {
    opacity: 0;
    transition: 2s;
}



.main_area .text h2 {
    text-align: left;
    border-left: #85271C 12px solid;
    padding-left: 22px;
    color: #4B4B4B;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 7%;
    position: relative;
    line-height: 1.2;
}


.main_area .text h2 span {
    font-size: 16px;
    display: inline-block;
}


.main_area .text p {
    text-align: left;
    margin-bottom: 12%;
    font-size: 16px;
}

.main_area .img img {
    width: 100%;
}

.main_area .img {
    opacity: 0;
    transition: 2s;
}


.main_area .bg_img3 {
    position: absolute;
    width: 15%;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.main_area .bg_img2 {
    position: absolute;
    width: 150px;
    top: 0;
    right: 0;
    z-index: -1;
}

.title_border {
    width: 5vw;
    border-bottom: solid 1px #5B3F2B;
    position: absolute;
    bottom: 20px;
    margin-left: 20px;
}






.access_area {
    width: 100%;
    background-color: #EAE6E4;
    text-align: left;
    padding:  10% 0;
    position: relative;
}

.access_flex1 {
    display: flex;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
}

.access_flex1 li {
    width: 90%;
}

.access_area h2 {
    border-left: #85271C 12px solid;
    padding-left: 20px;
    color: #4B4B4B;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5%;
    position: relative;
    line-height: 1.2;
}

.access_area h2 span {
    font-size: 16px;
}

.access_area .access_flex2 {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.access_flex2 p {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
    color: #4B4B4B;
    width: 80%;
}

.access_flex2 span {
    font-size: 16px;
}

.access_area .access_title {
    width: 120px;
    text-align: center;
    background-color: white;
    margin-right: 5%;
    color: #5B3F2B;
    font-weight: 500;
}

.access_area img {
    margin-top: 14%;
    width: 100%;
}

.access_area .title_border {
    width: 50%;
}

.access_flex2 span {
    display: inline-block;
}

.access_area .bg_img1 {
    position: absolute;
    width: 40%;
    bottom: 0;
    right: 0;
}

.access_img {
    opacity: 0;
    transition: 2s;
}
.access_img_show {
    opacity: 1;
}

.access_text {
    opacity: 0;
    transition: 2s;
    position: relative;
}

.access_text_show {
    opacity: 1;
}



.link_area {
    width: 100%;
}

.link_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4B4B4B;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 10%;
}

.link_flex .link_title {
    width: 90%;
}

.link_flex li {
    width: 90%;
}


.link_flex .link_img img {
    width: 100%;
    object-fit: cover;
}

.link_flex h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2%;
    margin-top: 5%;
}

.link_flex .link_title img {
    width: 90%;
    max-width: 450px;
    margin-bottom: 2%;
}

.link_flex .link_title p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.link_flex .link_title a {
    display: inline-block;
    border: 1px solid #5B3F2B;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    white-space: nowrap;
    text-decoration: none;
}
.link_title a:hover {
    box-shadow: 2px 2px 4px #5B3F2B;
    color: #5B3F2B
}


footer {
    width: 100%;
    background-color: #5B3F2B;
    color: white;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 20px;
}

.footer_shop {
    font-size: 25px;
    margin-bottom: 10px;
}

footer span {
    font-size: 16px;
}

.footer_address {
    font-size: 18px;
    margin-bottom: 1%;
}

.footer_business {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer_copy {
    font-size: 16px;
}

 span {
    display: inline-block;
}

.footer_contener {
    width: 90%;
    margin: 0 auto;
}

iframe {
    height: 300px;
}

.spshow {
    display: block!important;
}




.menu_area {
    background-image: url("../images/menu_title_bg.png");
    background-position: bottom center;
    background-size: cover;
    height: 300px;
}

.menu_area .menu_title {
    max-width: 335px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    color: white;
    font-weight: 500;
    font-size: 25px;
}

.menu_area .menu_title p {
    margin-top: -30px;
}


.soup_area {
    background-image: url("../images/soup_bg.png");
    width: 100%;
}

.soup_flex  {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.soup_flex .soup_img {
    width: 100%;
}

.soup_img img {
    width: 100%;
    
}

.soup_text {
    text-align: left;
    width: 85%;
    margin: 5% auto;
    opacity: 0;
    transition: 2s;
}

.soup_title {
    display: flex;
    align-items: center;
    gap:5%;
    padding-bottom: 1%;
    border-bottom: 1px solid #4B4B4B;
    color: #5B3F2B;
    font-weight: 500;
    font-size: 25px;
}

.soup_text01 {
    font-family: 'Noto Serif JP', serif;
    color: #4B4B4B;
    font-size: 25px;
    font-weight: 500;
    margin: 8% 0;
}

.soup_menu {
    color: #4B4B4B;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 10%;
    width: 100%;
}

 .price {
    font-family: 'Noto Serif JP', serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    text-align: right;
}

.unit {
    font-size: 40px;
}



.price_550 {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   flex-wrap: wrap;
   margin-bottom: 5%;
}

.price_550 p {
    width: 100%;
}


.price_550 .price {
    width: 200px;
    text-align: right;
    white-space: nowrap;
}

.soup_title_flex {
    display: flex;
    align-items: center;
    gap:15%;
    width: 30%;
    white-space: nowrap;
}

.scone_area {
    background-image: url("../images/scone_bg.png");
    width: 100%;
    color: white;
}

.scone_title {
    width: 85%;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid white;
    padding-top: 15%;
    padding-bottom: 1%;
    gap:5%;
    font-size: 25px;
    font-weight: 500;
    margin: 0 auto;
    opacity: 0;
    transition: 2s;
}

.scone_img {
    width: 80%;
    margin: 0 auto;
}

.scone_img img {
    width: 100%;
}

.scone_title p {
    line-height: 1.2;
}

.scone_text {
    font-family: 'Noto Serif JP', serif;
    font-size: 25px;
    font-weight: 500;
    width: 85%;
    display: flex;
    text-align: left;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 8% auto 0;
    opacity: 0;
    transition: 2s;
    align-items: center;
}

.scone_text p {
    width: 100%;
}

.scone_price {
    display: flex;
    font-size: 25px;
    font-weight: 500;
    align-items: center;
    white-space: nowrap;
    padding-right: 2%;
    flex-wrap: wrap;
    margin-top: 5%;
}

.scone_price .price {
    font-size: 55px;
    font-weight: 700;
}

.scone_price .unit {
    font-size: 40px;
}

.scone_menu {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    font-family: 'Noto Serif JP', serif;
    padding-bottom: 10%;
}

.menu_list {
    text-align: left;
    width: 100%;
    margin: 10% auto;
    opacity: 0;
    transition: 2s;
}

.scone {
    padding-left: 5%;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100px;
    line-height: 1;
    border-left: 9px solid white;
    margin: 0 auto;
    max-width: 400px;
    width: 80%;
}

.menu_name {
    font-size: 30px;
}

.menu_text {
    font-size: 18px;
    margin-top: 3%;
    line-height: 1.2;
}


.salad_area {
    width: 100%;
    background-image: url("../images/salad_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    color: #4B4B4B;
}

.salad_area p {
    width: 100%;
}
.salad_area p img {
    width: 100%;
    margin-bottom: 12%;
}


.salad_text {
    width: 85%;
    text-align: left;
    margin: 0 auto;
    padding-top: 12%;
    padding-bottom: 3%;
    opacity: 0;
    transition: 2s;
}

.salad_title {
    display: flex;
    align-items: baseline;
    gap:5%;
    font-weight: 600;
    font-size: 25px;
}

.salad_text01 {
    font-family: 'Noto Serif JP', serif;
    font-size: 25px;
    font-weight: 500;
    margin-top: 6%;
}

.salad_menu {
    font-size: 18px;
    font-weight: 500;
    margin-top: 5%;
}

.salad_price {
    display: flex;
    margin: 5% 0;
    font-family: 'Noto Serif JP', serif;
    color: #4B4B4B;
    font-size: 25px;
    font-weight: 500;
    align-items: center;
    margin-right: 30%;
    white-space: nowrap;
    flex-wrap: wrap;
}

.salad_price .price {
    font-size: 55px;
    font-weight: 700;
}

.salad_price .unit {
    font-size: 40px;
}

.smoothie_area {
    background-image: url("../images/smoothie_bg.png");
    background-size: cover;
}

.smoothie_flex  {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap-reverse;
    padding-top: 5%;
}

.smoothie_flex .smoothie_img {
    width: 100%;
    margin: 0 auto;
}

.smoothie_img img {
    width: 100%;
    max-width: 846px;
    margin-top: -15%;
}


.smoothie_text {
    text-align: left;
    width: 85%;
    margin: 5% auto;
    opacity: 0;
    transition: 2s;
    
}

.smoothie_title {
    display: flex;
    align-items: baseline;
    gap:5%;
    padding-bottom: 1%;
    border-bottom: 1px solid #4B4B4B;
    color:  #4B4B4B;
    font-weight: 500;
    font-size: 25px;
    flex-wrap: wrap;
}

.smoothie_text01 {
    font-family: 'Noto Serif JP', serif;
    color: #4B4B4B;
    font-size: 25px;
    font-weight: 500;
    margin: 4% 0;
}

.smoothie_menu {
    color: #4B4B4B;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
}

.smoothie_price {
    display: flex;
    margin: 5% 0;
    font-family: 'Noto Serif JP', serif;
    color: #4B4B4B;
    font-size: 25px;
    font-weight: 500;
    align-items: center;
    margin-right: 30%;
    justify-content: space-between;
    white-space: nowrap;
    flex-wrap: wrap;
}

.smoothie_price .price {
    font-size: 55px;
    font-weight: 700;
}

.smoothie_price .unit {
    font-size: 40px;
}


.drink_area {
    background-image: url("../images/drink_bg.png");
    color: white;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10%;
}

.drink_flex  {
    margin: 0 auto;
    width: 85%;
}

.drink_flex .drink_img {
    width: 50%;
}

.drink_img img {
    width: 100%;
    max-width: 846px;
}


.drink_text {
    text-align: left;
    width: 100%;
    padding-top: 5%;
    opacity: 0;
    transition: 2s;
}

.drink_title {
    display: flex;
    align-items: center;
    gap:5%;
    padding-bottom: 1%;
    border-bottom: 1px solid white;
    font-weight: 500;
    font-size: 25px;
    align-items: baseline;
}

.drink_text01 {
    font-family: 'Noto Serif JP', serif;
    font-size: 25px;
    font-weight: 500;
    margin: 8% 0;
}

.drink_menu {
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    display: flex;
    gap:5%;
    margin-top: 5%;
    flex-wrap: wrap;
}

.drink_flex img {
    margin-top: 5%;
}

.drink_price {
    display: flex;
    padding:4% 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 25px;
    font-weight: 500;
    align-items: center;
    margin-right: 30%;
    justify-content: space-between;
    white-space: nowrap;
    flex-wrap: wrap;
    width: 100%;
}

.drink_area .drink_name {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    margin-top: 5%
}

.drink_price .price {
    font-size: 55px;
    font-weight: 700;
}

.drink_price .unit {
    font-size: 40px;
}

.comment_area {
    font-size: 25px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    color: #4B4B4B;
    text-align: left;
    margin: 8% 5% 8% 5%;
}

.comment_area p {
    margin-top: 5%;
}

.drink_flex2 {
    width: 100%;
}

.drink_flex2 p {
    width: 100%;
}

.sns_link {
	position: absolute;
	z-index: 10;
	display: flex;
	left: 0;
	top:10px;
	gap:10px;
	background-color: white;
	border-radius: 0 10px 10px 0;
	padding: 10px;

}
.sns_link a {
	width: 50px;
	height: 50px;
	display: flex;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
}

.sns_link a img {
	width: 90%;
}


.pdf-link {
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px;
	width: 100%;
	z-index: 10;
}

.balloon4 {
  position: relative;
  padding:15px 0;
  width: 90%;
  background:#ff9800;
  border-radius: 30px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid white;
  transition: 0.2s;
  margin: 0 auto;
}


.balloon4 p {
  margin: 0; 
  padding: 0;
}