@charset "UTF-8";
/* CSS Document */
/*reset css--------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, improve, nav, section {
  display: block; }

nav ul {
  list-style: none; }

li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  overflow: auto; }

body {
  overflow: hidden; }

/*reset css--------------------*/
/*base--------------------*/
a {
  transition: 0.3s;
  color: #948175; }
  a:hover {
    opacity: 0.8;
    transition: 0.3s; }

/*base--------------------*/
/*size--------------------*/
.spview {
  display: none; }
  @media (max-width: 768px) {
    .spview {
      display: block; } }

.tabview {
  display: none; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .tabview {
      display: block; } }

.pcview {
  display: none; }
  @media (min-width: 1024px) and (max-width: 1280px) {
    .pcview {
      display: block; } }

/*size--------------------*/
/*color--------------------*/
/*color--------------------*/
/*font--------------------*/
body {
  font-family: 'ＭＳ Ｐゴシック','MS PGothic','ＭＳ ゴシック',sans-serif; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; }
  @media (max-width: 768px) {
    html {
      font-size: 55%; } }

.txt {
  font-size: 1.6rem;
  line-height: 1.4375; }

/*font--------------------*/
/*component--------------------*/
html.open {
  height: 100vh;
  width: 100%;
  overflow: hidden; }

.container {
  width: 75%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .container {
      width: 95%; } }

#topscroll {
  position: fixed;
  bottom: 90px;
  right: 25px; }
  @media (max-width: 768px) {
    #topscroll {
      bottom: 30px; } }
  #topscroll:hover {
    opacity: 0.8; }
  #topscroll img {
    width: 84px; }
    @media (max-width: 768px) {
      #topscroll img {
        width: 70px; } }

/*component--------------------*/
/*header--------------------*/
.header {
  display: flex;
  max-width: 1600px;
  margin: 0 auto; }
  .header__nav {
    width: 22%;
    background-image: url(../image/header_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 150px;
    height: 861px; }
    @media (max-width: 768px) {
      .header__nav {
        visibility: hidden;
        opacity: 0;
        transition: 0.5s;
        width: 100%;
        height: 100vh;
        position: absolute;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999999;
        padding-top: 20px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__nav {
        display: block;
        padding-top: 30px;
        padding-bottom: 20px;
        height: 580px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .header__nav {
        display: block;
        padding-top: 30px;
        padding-bottom: 20px;
        height: 680px; } }
  .header__nav.open {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    padding-top: 20px; }
  @media (min-width: 768px) {
    .header__nav.fix {
      position: fixed;
      top: 0px;
      left: 0px;
      width: 62%;
      max-width: 800px;
      height: 112px;
      padding: 20px 0 0 20px;
      z-index: 999999; } }
  .header__container-1 {
    width: 187px;
    margin: 0 auto;
    text-align: left; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__container-1 {
        width: 150px; } }
  .header__container-1.fix {
    display: flex;
    margin-left: 30px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__container-1.fix {
        display: flex;
        flex-wrap: wrap;
        margin: 0 30px;
        width: 100%; } }
  .header__container-2 {
    width: 131px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  .header__container-2.fix {
    display: none; }
  .header__list {
    margin-bottom: 30px;
    display: inline-block; }
    @media (max-width: 768px) {
      .header__list {
        margin-bottom: 35spx; } }
  @media (min-width: 768px) {
    .header__list.fix {
      margin-left: 20px; } }
  @media (min-width: 768px) {
    .header__item.fix {
      display: flex;
      align-items: center;
      width: 100%; } }
  .header__logo {
    width: 187px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .header__logo {
        width: 100px;
        margin-bottom: 0px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__logo {
        width: 80px;
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .header__logo {
        width: 80px;
        margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .header__logo.fix {
      width: 40px;
      margin-bottom: 0px; } }
  .header__news {
    width: 148px; }
    @media (max-width: 768px) {
      .header__news {
        width: 88px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__news {
        width: 68px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .header__news {
        width: 88px; } }
  @media (min-width: 768px) {
    .header__news.fix {
      width: 68px; } }
  .header__concept {
    width: 210px; }
    @media (max-width: 768px) {
      .header__concept {
        width: 130px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__concept {
        width: 110px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .header__concept {
        width: 130px; } }
  @media (min-width: 768px) {
    .header__concept.fix {
      width: 90px; } }
  .header__menu {
    width: 179px; }
    @media (max-width: 768px) {
      .header__menu {
        width: 109px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__menu {
        width: 89px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .header__menu {
        width: 109px; } }
  @media (min-width: 768px) {
    .header__menu.fix {
      width: 79px; } }
  .header__access {
    width: 163px; }
    @media (max-width: 768px) {
      .header__access {
        width: 103px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__access {
        width: 83px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .header__access {
        width: 103px; } }
  @media (min-width: 768px) {
    .header__access.fix {
      width: 73px; } }
  .header__contact {
    width: 217px; }
    @media (max-width: 768px) {
      .header__contact {
        width: 137px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__contact {
        width: 117px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .header__contact {
        width: 137px; } }
  @media (min-width: 768px) {
    .header__contact.fix {
      width: 97px; } }
  .header__home {
    width: 52px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__home {
        width: 40px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .header__home {
        width: 40px; } }
  .header__tel {
    width: 52px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__tel {
        width: 40px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .header__tel {
        width: 40px; } }
  .header__view {
    width: 78%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 768px) {
      .header__view {
        width: 100%;
        margin: 0 calc(50% - 50vw);
        width: 100vw; } }
  .header__info {
    padding-top: 14px;
    text-align: right;
    height: 112px;
    background-color: #ffffff; }
    @media (max-width: 768px) {
      .header__info {
        text-align: center;
        height: auto;
        position: fixed;
        height: 80px;
        width: 100vw;
        padding-top: 14px;
        z-index: 9999; } }
  .header__info.fix {
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    width: 100%; }
  @media (max-width: 768px) {
    .header__fv {
      width: 100%;
      margin-top: 80px; } }
  .header__link {
    font-size: 4.2rem;
    display: block;
    margin: 0 50px 10px 0;
    color: #66cdaa; }
    @media (max-width: 768px) {
      .header__link {
        font-size: 1.8rem;
        margin: 0 auto 20px auto;
        width: 250px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__link {
        font-size: 20px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .header__link {
        font-size: 20px; } }
  .header__txt {
    font-size: 1.6rem;
    margin: 0 33px 20px 0;
    background-color: #595757;
    color: #ffffff;
    display: inline-block;
    padding: 5px;
    width: 341px;
    text-align: center; }
    @media (max-width: 768px) {
      .header__txt {
        margin: 0 0 20px 0;
        max-width: 200px;
        padding: 5px;
        font-size: 1.0rem; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__txt {
        font-size: 14px;
        text-align: right;
        width: 240px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .header__txt {
        font-size: 14px;
        text-align: right;
        width: 240px; } }
  .header__img {
    width: 100%; }
  .header__sp-logo {
    display: none; }
    @media (max-width: 768px) {
      .header__sp-logo {
        display: block;
        background-image: url(../image/header_logo.png);
        background-repeat: no-repeat;
        background-size: 40px;
        background-position: center;
        background-color: #66cdaa;
        position: fixed;
        z-index: 99999;
        top: 0px;
        left: 0%;
        width: 50px;
        height: 69px;
        padding: 5px;
        border-radius: 0 0 5px 0; } }
  .header__sp-link {
    width: 100%;
    height: 100%;
    display: block; }
  .header .js-btn-open {
    display: none;
    position: relative; }
    @media (max-width: 768px) {
      .header .js-btn-open {
        display: block;
        position: fixed;
        top: 10px;
        right: 20px;
        font-size: 30px;
        color: #66cdaa;
        z-index: 99999; }
        .header .js-btn-open::after {
          content: 'メニュー';
          width: 50px;
          position: absolute;
          top: 40px;
          left: -10px;
          font-size: 1.2rem; } }
  .header .js-btn-close {
    display: none; }
    @media (max-width: 768px) {
      .header .js-btn-close {
        display: block;
        position: absolute;
        top: 8px;
        right: 22px;
        font-size: 35px;
        color: #ffffff; } }

/*header--------------------*/
/*news--------------------*/
.news {
  margin: -20px auto 0 auto;
  padding-bottom: 130px;
  max-width: 1600px; }
  @media (max-width: 768px) {
    .news {
      padding-top: 40px;
      padding-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .news {
      margin-top: -60px; } }
  .news__ttl {
    text-align: center;
    margin-bottom: 50px; }
  .news__ttl-img {
    width: 263px; }
    @media (max-width: 768px) {
      .news__ttl-img {
        width: 163px; } }
  .news__area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 3%;
    margin-bottom: 45px; }
    @media (max-width: 768px) {
      .news__area {
		grid-template-columns: repeat(2, 1fr);
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .news__area {
        flex-wrap: wrap;
        justify-content: space-between; } }
  .news__item {
    background-color: #66cdaa;
    border-radius: 10px;
    border: 1px solid #ccc; }
    @media (max-width: 768px) {
      .news__item { } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .news__item {} }
  .news__img {
    width: 100%;
    height: 200px;
    margin-bottom: 0px;
    object-fit: cover;
    border-radius: 10px 10px 0 0; }
  .news__info {
    font-size: 1.6rem;
    color: #948175;
    padding: 18px 16px 0 16px;
    height: 111px;
    margin-top: -1px;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    border-radius: 0 0 10px 10px; }
  .news__date {
    margin-bottom: 10px; }
  .news__content {
    line-height: 1.4; }
  .news__link {
    text-align: center; }
  .news__btn {
    display: inline-block;
    width: 120px; }
    @media (max-width: 768px) {
      .news__btn {
        width: 80px; } }

/*news--------------------*/
/*concept--------------------*/
.concept {
  padding-bottom: 200px;
  max-width: 1600px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .concept {
      width: 95%;
      margin: 0 auto;
      padding-bottom: 0px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .concept {
      width: 95%;
      margin: 0 auto;
      padding-bottom: 0px; } }
  .concept__ttl {
    text-align: center;
    margin-bottom: 35px; }
  .concept__img {
    width: 365px; }
    @media (max-width: 768px) {
      .concept__img {
        width: 265px; } }
  .concept__img-2 {
    width: 660px; }
    @media (max-width: 768px) {
      .concept__img-2 {
        width: 460px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .concept__img-2 {
        width: 500px; } }
  .concept__area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 385px;
    color: #948175;
    font-size: 2.1rem;
    line-height: 1.6666666667;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 30px; }
    @media (max-width: 768px) {
      .concept__area {
        flex-direction: column-reverse;
        height: auto;
        width: 95%;
        margin: 0 auto; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .concept__area {
        flex-direction: column-reverse;
        height: auto;
        width: 95%;
        margin: 0 auto; } }
    .concept__area::after {
      content: "";
      background-color: #bee0ce;
      height: 500px;
      width: 3000px;
      position: absolute;
      top: -10px;
      left: 0px;
      z-index: -1;
      width: 100%;
      clip-path: polygon(100% 0, 100% 60%, 0 100%, 0 40%); }
      @media (max-width: 768px) {
        .concept__area::after {
          width: 100%;
          clip-path: inherit;
          height: 100vh;
          margin: 0 calc(50% - 50vw);
          width: 100vw; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .concept__area::after {
          width: 100%;
          clip-path: inherit;
          height: 100vh;
          margin: 0 calc(50% - 50vw);
          width: 100vw; } }
  .concept__lead {
    margin-bottom: 25px; }
  .concept__txt {
    text-align: right; }

#concept {
  padding-top: 105px;
  margin-top: -105px; }
  @media (max-width: 768px) {
    #concept {
      padding-top: 205px;
      margin-top: -205px; } }

/*concept--------------------*/
/*menu--------------------*/
.menu {
  position: relative;
  height: auto;
  padding: 100px 0 80px 0;
  background-color: #f0f8ff;
  margin: 0 auto 130px auto;
  max-width: 1600px; }
  @media (max-width: 768px) {
    .menu {
      width: 100%;
      margin: 0 auto;
      padding-bottom: 40px; } }
  lead
  .menu::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0px;
    display: block;
    height: 50px;
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%), linear-gradient(225deg, #ffffff 25%, transparent 25%);
    background-position: 0 0;
    width: 100%;
    height: 30px; }
  .menu::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0px;
    display: block;
    height: 50px;
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, #f0f8ff 25%, transparent 25%), linear-gradient(225deg, #f0f8ff 25%, transparent 25%);
    background-position: 0 0;
    width: 100%;
    height: 30px; }
  .menu__ttl {
    text-align: center;
    margin-bottom: 55px; }
  .menu__img {
    width: 305px; }
    @media (max-width: 768px) {
      .menu__img {
        width: 205px; } }
  .menu__item {
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 768px) {
      .menu__item {
        flex-direction: column; } }
  .menu__item-1 {
    margin-bottom: 40px;
    justify-content: flex-end; }
  .menu__item-2 {
    margin-bottom: 70px;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .menu__item-2 {
        flex-direction: column; } }
  .menu__item-3 {
    margin-bottom: 90px;
    justify-content: flex-end;
    flex-direction: row-reverse; }
    @media (max-width: 768px) {
      .menu__item-3 {
        margin-bottom: 40px;
        flex-direction: column; } }
  .menu__feature {
    width: 706px; }
    @media (max-width: 768px) {
      .menu__feature {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .menu__feature {
        width: 350px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .menu__feature {
        width: 550px; } }
  .menu__detail {
    background-color: #e0ffff;
    width: 654px;
    height: 400px;
    color: #948175;
    padding: 55px 60px 0 60px; }
    @media (max-width: 768px) {
      .menu__detail {
        width: 100%;
        padding: 30px 5%;
        height: auto; } }
  .menu__lead {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 75px;
    color: #595757;
    position: relative;
    z-index: 999; }
    .menu__lead::before {
      position: absolute;
      left: 51%;
      bottom: -5px;
      transform: translate(-50%);
      color: #66cdaa;
      z-index: 100;
      opacity: 0.4; }
    .menu__lead:after {
      content: '';
      position: absolute;
      bottom: 5px;
      display: inline-block;
      width: 50px;
      height: 2px;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translate(-50%);
      background-color: #66cdaa;
      transform: rotate(-45deg);
      z-index: -1; }
  .menu__lead-1::before {
    content: "Lunchmenu"; }
  .menu__lead-2::before {
    content: "Drink"; }
  .menu__lead-3::before {
    content: "Sweets"; }
  .menu__box {
    width: 270px;
    height: 195px; }
    @media (max-width: 768px) {
      .menu__box {
        width: 100%;
        text-align: center;
        height: auto; } }
  .menu__box-2 {
    margin-left: auto; }
  .menu__index {
    font-size: 2.4rem;
    margin-bottom: 10px; }
  .menu__price {
    font-size: 2.4rem;
    text-align: right;
    margin-bottom: 25px; }
  .menu__txt {
    background-color: #ffffff;
    font-size: 1.6rem;
    border-radius: 10px;
    line-height: 1.4375;
    padding: 15px 10px; }
    @media (max-width: 768px) {
      .menu__txt {
        text-align: left; } }
  .menu__group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 70px; }
    @media (max-width: 768px) {
      .menu__group {
        flex-wrap: wrap;
        flex-direction: row; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .menu__group {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between; } }
  @media (max-width: 768px) {
    .menu__content {
      width: 47%; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .menu__content {
      width: 24%; } }
  @media (min-width: 1024px) and (max-width: 1280px) {
    .menu__content {
      width: 24%; } }
  .menu__list {
    width: 263px; }
    @media (max-width: 768px) {
      .menu__list {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .menu__list {
        width: 100%; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .menu__list {
        width: 100%; } }
  .menu__link {
    display: flex;
    justify-content: center; }
  .menu__btn {
    width: 120px; }
    @media (max-width: 768px) {
      .menu__btn {
        width: 80px; } }

/*menu--------------------*/
/*incide--------------------*/
.inside {
  padding-bottom: 95px;
  margin-bottom: 95px;
  max-width: 1600px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .inside {
      padding-bottom: 0px;
      margin-bottom: 0px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .inside {
      padding-bottom: 0px;
      margin-bottom: 0px; } }
  @media (min-width: 1024px) and (max-width: 1280px) {
    .inside {
      padding-bottom: 0px;
      margin-bottom: 0px; } }
  .inside__ttl {
    text-align: center;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .inside__ttl {
        padding-top: 40px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .inside__ttl {
        padding-top: 40px; } }
  .inside__img {
    width: 293px; }
    @media (max-width: 768px) {
      .inside__img {
        width: 193px; } }
  .inside__group {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media (max-width: 768px) {
      .inside__group {
        flex-direction: column;
        align-items: center; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .inside__group {
        justify-content: space-between; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .inside__group {
        justify-content: space-between; } }
  .inside__item {
    max-width: 400px;
    position: relative; }
    @media (max-width: 768px) {
      .inside__item {
        width: 100%;
        margin-bottom: 80px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .inside__item {
        width: 24%;
        margin-bottom: 80px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .inside__item {
        width: 24%;
        margin-bottom: 80px; } }
    @media (min-width: 1280px) {
      .inside__item {
        width: 24%;
        margin-bottom: 80px; } }
  .inside__view {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
    border: 1px solid #66cdaa;
    height: 240px; }
    @media (max-width: 768px) {
      .inside__view {
        width: 100%;
        height: 150px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .inside__view {
        width: 100%;
        height: 150px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .inside__view {
        width: 100%;
        height: 150px; } }
  .inside__view-last {
    border-right: 1px solid #66cdaa; }
  .inside dt {
    height: auto; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .inside dt {
        height: auto; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .inside dt {
        height: auto; } }
  .inside__info {
    background-color: #66cdaa;
    width: 269px;
    height: 133px;
    border-radius: 10px;
    margin: 0 auto;
    position: absolute;
    top: 118%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 13px 20px 15px;
    text-align: center;
    color: #ffffff;
    margin-top: -1px; }
    @media (max-width: 768px) {
      .inside__info {
        width: 100%;
        position: static;
        top: 0;
        left: 0;
        transform: none;
        border-radius: 0px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .inside__info {
        width: 100%;
        position: static;
        top: 0;
        left: 0;
        transform: none;
        border-radius: 0px;
        height: 150px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .inside__info {
        width: 100%;
        position: static;
        top: 0;
        left: 0;
        transform: none;
        border-radius: 0px;
        height: 150px; } }
  .inside__mark {
    width: 12px;
    margin-bottom: 5px; }
  .inside__lead {
    font-weight: 600;
    font-size: 1.6rem;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    margin-bottom: 8px; }
  .inside__txt {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.4375; }

/*incide--------------------*/
/*footer--------------------*/
.footer {
  background-color: #66cdaa;
  padding-top: 60px;
  max-width: 1600px;
  margin: 0 auto; }
  .footer__ttl {
    text-align: center;
    margin-bottom: 43px; }
  .footer__img {
    width: 328px; }
    @media (max-width: 768px) {
      .footer__img {
        width: 228px; } }
  .footer__access {
    padding-bottom: 60px; }
    .footer__access dt {
      height: 208px; }
      @media (max-width: 768px) {
        .footer__access dt {
          height: auto; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .footer__access dt {
          height: auto; } }
      @media (min-width: 1024px) and (max-width: 1280px) {
        .footer__access dt {
          height: auto; } }
      @media (min-width: 1280px) {
        .footer__access dt {
          height: auto; } }
    .footer__access-catch {
      font-size: 1.6rem;
      line-height: 1.4375;
      color: #ffffff;
      text-align: center;
      margin-bottom: 50px; }
    .footer__access-group {
      display: flex;
      flex-direction: row;
      justify-content: space-around; }
      @media (max-width: 768px) {
        .footer__access-group {
          flex-direction: row;
          flex-wrap: wrap; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .footer__access-group {
          flex-direction: row;
          flex-wrap: wrap; } }
    @media (max-width: 768px) {
      .footer__access-item {
        margin-bottom: 40px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .footer__access-item {
        margin-bottom: 40px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .footer__access-item {
        margin-bottom: 40px; } }
    .footer__access-item1 {
      width: 270px; }
    .footer__access-item2 {
      width: 600px; }
      @media (min-width: 1024px) and (max-width: 1280px) {
        .footer__access-item2 {
          width: 400px; } }
    .footer__access-view {
      width: 100%; }
    .footer__access-info {
      background-color: #ffffff;
      height: 105px;
      padding: 10px 15px 0 15px;
      border-radius: 0 0 10px 10px; }
      @media (max-width: 768px) {
        .footer__access-info {
          height: auto;
          padding-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .footer__access-info {
          height: auto;
          padding-bottom: 20px; } }
      @media (min-width: 1024px) and (max-width: 1280px) {
        .footer__access-info {
          height: auto;
          padding-bottom: 20px; } }
      @media (min-width: 1280px) {
        .footer__access-info {
          height: auto;
          padding-bottom: 20px; } }
    .footer__access-lead {
      font-weight: 600;
      font-size: 1.8rem;
      color: #66cdaa;
      text-align: center;
      border-bottom: 2px solid #66cdaa;
      padding-bottom: 8px;
      margin-bottom: 8px; }
    .footer__access-txt {
      font-size: 1.6rem;
      color: #948175;
      line-height: 1.4375; }
    .footer__access-detail {
      font-size: 1.8rem;
      color: #ffffff;
      line-height: 1.4375;
      padding-top: 30px; }
    .footer__access-detail1 {
      padding-bottom: 30px;
      border-bottom: 2px dashed #ffffff; }
  .footer__map-frame {
    width: 100%;
    height: 608px; }
  .footer__nav {
    padding: 10px 0;
    background-color: #66cdaa; }
    .footer__nav-group {
      display: flex;
      flex-direction: row;
      justify-content: center; }
      @media (max-width: 768px) {
        .footer__nav-group {
          padding-top: 50px;
          flex-direction: column;
          justify-content: center;
          text-align: center; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .footer__nav-group {
          padding-top: 50px;
          flex-direction: column;
          justify-content: center;
          text-align: center; } }
    .footer__nav-item {
      border-left: 1px solid #ffffff; }
      @media (max-width: 768px) {
        .footer__nav-item {
          border: none;
          margin-bottom: 50px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .footer__nav-item {
          border: none;
          margin-bottom: 50px; } }
    .footer__nav-item:last-of-type {
      border-right: 1px solid #ffffff; }
      @media (max-width: 768px) {
        .footer__nav-item:last-of-type {
          border: none; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .footer__nav-item:last-of-type {
          border: none; } }
    .footer__nav-list {
      color: #ffffff;
      font-size: 1.8rem;
      padding: 0 10px; }
  .footer__container {
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
    text-align: center;
    padding: 35px 0 50px 0; }
  .footer__feature-img {
    width: 334px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .footer__feature-img {
        width: 234px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .footer__feature-img {
        width: 234px; } }
  .footer__feature-detail {
    font-size: 1.6rem;
    line-height: 1.4375;
    margin-bottom: 10px; }
  .footer__feature-time {
    background-color: #66cdaa;
    color: #ffffff;
    font-size: 1.6rem;
    padding: 5px 0;
    width: 370px;
    text-align: center;
    display: inline-block; }
  .footer__copyright {
    padding: 20px 0;
    text-align: center;
    color: #ffffff; }
    .footer__copyright-txt {
      font-size: 1.2rem;
      margin-bottom: 20px; }
    .footer__copyright-link {
      font-size: 1.2rem;
      display: inline-block;
      color: #ffffff; }

/*footer--------------------*/

/*追加0216--------------------*/
.menu__item-4 {
    margin-bottom: 90px;
    justify-content: flex-end;
}
.menu__item-4 .menu__lead-3::before {
    content: "Drink";
}
.menu__box_drink {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.menu__box_drink h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.menu__box_drink_item {
  /* margin-right: 30px; */
  width: 48%;
}
.menu__item-4 .menu__detail {
  height: auto;
  padding-bottom: 50px;
  padding: 50px 30px;
}

.menu__box_drink li {
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #948175;
  padding-bottom: 5px;
}
.menu__box_drink li .drink_price {
  text-align: right;
  margin-top: 10px;
}
.tea_list {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .menu__box_drink {
    display: block;
  }
  .menu__box_drink_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .menu__item-4 .menu__detail {
    padding: 30px 18px;
  }
}