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


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


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

body {
    display: block!important;
}

img, iframe {
    vertical-align: middle;
}

span {
    display: inline-block;
}

.top_area {
    width: 100%;
    min-height: 800px;
    position: relative;
}


.top_img_left {
    position: absolute;
    top: 0;
    left: -20%;
    width: 38%;
    max-height: 51vh;
    min-height: 300px;
    object-fit: cover;
    opacity: 0;
    transition: 1.5s;
}

@media screen and (max-width: 1120px) {
.top_img_left {
    height: auto;
}
}

/*フェードイン*/
.top_area .fadein_left {
    left: 0;
    opacity: 1;
}


.top_img_right {
    position: absolute;
    top: 0;
    right:-20%;
    width: 38%;
    max-height: 51vh;
    min-height: 300px;
    object-fit: cover;
    transition: 1.5s;
    opacity: 0;
}

@media screen and (max-width: 1120px) {
.top_img_right {
    height: auto;
}
}


/*フェードイン*/
.fadein_right {
    right: 0;
    opacity: 1;
}

.position {
    width: 100%;
}


.top_img_center {
    z-index: 1;
    width:100%;
    transition: 1.5s;
}

.top_img_center .center_img {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 34.4%;
    max-height: 51vh;
    min-height: 300px;
    object-fit: cover;
    transition: 1.5s;
    opacity: 0;
}

.top_img_center .center_dummy {
    width: 34.4%;
    max-height: 51vh;
    min-height: 300px;
    opacity: 0;
}



/*フェードイン*/
.top_img_center .fadein_center {
    top: 0;
    opacity: 1;
}

.top_comment {
    position: absolute;
    top: 50px;
    right:18%;
    width: 10%;
    max-width: 150px;
    display: none;
    z-index: 5;
}


.message {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    color: #5B3F2B;
    z-index: 3;
    margin: -220px auto 0;
    position: relative;
}



.message h1 {
    font-size: 35px;
    font-weight: 800;
}

.message p {
    font-size: 22px;
    white-space: 600;
    font-weight: 600;
}

.message .top_logo {
    width: 60%;
    max-width: 570px;
    position:relative;
    margin-bottom: 1%;
    margin-left: 50px;
    opacity: 0;
}

.message .logo_show {
    opacity: 1;
    transition: 2s;
}

.top_comment2 {
    opacity: 0;
    transition: 2s;
}

.top_comment3 {
    opacity: 0;
    transition: 2s;
}

.comment_show {
    opacity: 1;
}

.top_area .bg_img4 {
    width: 15%;
    max-width: 196px;
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: 2s;
}

.top_area .bg_img4_show {
    opacity: 1;
}

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



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

.open_area img {
    transform: translateX(-5%);
    z-index: 1;
    width: 110%;
}


.open_bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.open_title {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1100px;
    top: 25%;
}


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

.main_area ul {
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
	position: relative;
	z-index: 5;
}

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

.main_area ul li {
    width: 48%;
}

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

.main_area .is-show {
    opacity: 1;
}


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


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


.main_area .text p {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.main_area .text span {
    display: inline-block;
}

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

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

.main_area .is-show {
    opacity: 1;
}

.main_area .bg_img3 {
    position: absolute;
    width: 15%;
    bottom: -5%;
    right: -10%;
}
.main_area .bg_img2 {
    position: absolute;
    width: 20%;
    top: -10%;
    left: 30%;
    z-index: -1;
}

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






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

.access_flex1 {
    display: flex;
    width: 70%;
    max-width: 1350px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.access_flex1 li {
    width: 48%;
}


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

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

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

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

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

.access_area img {
    width: 100%;
}

.access_area .title_border {
    width: 50%;
}

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

.access_area .bg_img1 {
    position: absolute;
    width: 20%;
    max-width: 356px;
    bottom: 10%;
    right: 10%;
}

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


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





.link_area {
    width: 100%;
}

.link_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4B4B4B;
}

.link_flex .link_title {
    width: 50%;
}

.link_flex li {
    width: 50%;
}

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

.link_img {
    background-image: url("../images/link_img1.png");
    background-size: cover;
    background-position: center center;
    height: 547px;
}

.link_flex h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
}

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

.link_flex .link_title p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
}

.link_flex .link_title a {
    display: inline-block;
    border: 1px solid #5B3F2B;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}
.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_address {
    font-size: 18px;
    margin-bottom: 1%;
}

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

.footer_copy {
    font-size: 16px;
}


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

.menu_area .menu_title {
    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");
    background-size: cover;
    width: 100%;
}

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

.soup_flex .soup_img {
    width: 55%;
}

.soup_img img {
    width: 100%;
    
}

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

.soup_text_show {
    opacity: 1;
}

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

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

.soup_text01 {
    font-family: 'Noto Serif JP', serif;
    color: #4B4B4B;
    font-size: 25px;
    font-weight: 500;
    margin: 4% 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
}



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

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

.unit {
    font-size: 40px;
}



.price_550 {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 4%;
   flex-wrap: wrap;
}

.price_550 p {
    width: 323px;
}


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

@media screen and (max-width: 1587px) {

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

.price_550 {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   padding: 4%;
   flex-wrap: wrap;
}

.price_550 p {
    width: 100%;
}
}



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

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

.scone_title p {
    line-height: 1.2;
}

.scone_text {
    font-family: 'Noto Serif JP', serif;
    font-size: 25px;
    font-weight: 500;
    width: 72%;
    padding-left: 15%;
    margin-top: 2%;
    display: flex;
    text-align: left;
    justify-content: space-between;
    opacity: 0;
    transition: 2s;
}

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

.scone_price .price {
    font-size: 55px;
    font-weight: 700;
    margin-left: 5%;
}

.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: 500px;
    opacity: 0;
    transition: 2s;
}

.scone {
    margin-left: 15%;
    padding-left: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 120px;
    line-height: 1;
    border-left: 9px solid white;
}

.menu_name {
    font-size: 30px;
}

.menu_text {
    font-size: 18px;
    width: 300px;
    line-height: 1.7;
}

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

.salad_area p {
    overflow: hidden;
}

.salad_area p img {
    height: 100%;
}

.salad_text {
    width: 45%;
    text-align: left;
    margin-left: 15%;
    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%;
    display: flex;
    flex-wrap: wrap;
}

.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;
    width: 100%;
}

.salad_area .salad_price p {
    width:  200px;
}

.salad_price .price {
    font-size: 55px;
    font-weight: 700;
    margin-left: 10%;
}

.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;
}

.smoothie_flex .smoothie_img {
    width: 50%;
}

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


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

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

.smoothie_text01 {
    font-family: 'Noto Serif JP', serif;
    color: #4B4B4B;
    font-size: 25px;
    font-weight: 500;
    margin: 4% 0;
    display: flex;
    justify-content: space-between;
    width: 80%;
    flex-wrap: wrap;
}

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

.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: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.drink_flex  {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
}

.drink_flex .drink_img {
    width: 50%;
}

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


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

.drink_title {
    display: flex;
    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;
    display: flex;
    justify-content: space-between;
    width: 90%;
    flex-wrap: wrap;
    }

.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:2% 0 10%;
    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;
    line-height: 1.4;
}

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

.drink_flex2 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.drink_flex2 p {
    width: 340px;
    margin-bottom: 5%;
}


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

.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: 2% auto 8% 20%;
}

.is-show {
    opacity: 1;
}

.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;
	transition: 0.3s;
}

.sns_link a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.sns_link a img {
	width: 90%;
}

.pdf-link {
	position: absolute;
	left: 30px;
	top: 170px;
}

.balloon4 {
  position: relative;
  padding:15px 40px;
  background: #ff9800;
  border-radius: 30px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid white;
  transition: 0.2s;
}

.balloon4:before {  
  content: "";
  position: absolute;
  right: -45px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #ff9800;
  border-radius: 50%;
 border: 2px solid white;
 transition: 0.2s;
}

.balloon4:after {
  content: "";
  position: absolute;
  right: -27px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #ff9800;
  border-radius: 50%;
   border: 2px solid white;
   transition: 0.2s;
}
.balloon4 p {
  margin: 0; 
  padding: 0;
}

.pdf-link:hover .balloon4{
	background-color: white;
	border: 2px solid #ff9800;
	color: #ff9800;
	transition: 0.2s;
}

.pdf-link:hover .balloon4::before,.pdf-link:hover .balloon4::after {
	background-color: white;
	border: 2px solid #ff9800;
	color: #ff9800;
	transition: 0.2s;	
}

@media screen and (max-width:980px) {
	.balloon4 {
		font-size: 16px;
		padding: 15px 20px;
	}
}