@charset "utf-8";
/*
Theme Name: pluscloud
Theme URI: http://www.plust.jp/
Description: プラスクラウド
Version: 1
Author: plust
Author URI: http://www.plust.jp/
License: GNU General Public License
License URI: license.txt
Tags: Two-columns
*/
/* ----------------------------

1. Common Style

2. Header Style

3. Footer Style

4. Home Style

5. Page Style
---------------------------- */
/* 1. Common Style
-------------------------------------------------------------------------------*/
body {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6em;
  font-size: 15px;
}
body,
html {
  overflow-x: hidden;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
.scrollStop {
  overflow: hidden;
  touch-action: none;
}
body.scrollStop-add {
  overflow-y: scroll;
}
#map {
  width: 100%;
  height: 625px;
}
.home #map {
  width: 100%;
  height: 100%;
}
.gmnoprint {
  display: none;
}
.fadeInUp {
  animation: fadeInUp 0.5s;
  visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.clear {
  clear: both;
}
.font--eng {
  font-family: museo-slab, serif;
  font-weight: 700;
  font-style: normal;
}
.font--orn {
  font-family: american-scribe, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.common__btn,
.common__btn:active,
.common__btn:hover,
.common__btn:visited,
.common__btn:link {
  font-size: 18px;
  border: solid 1px #fff;
  border-radius: 30px;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 200px;
  height: 40px;
  line-height: 2.1em;
  color: #fff;
  transform: all 0.3s;
  font-family: museo-slab, serif;
  font-weight: 700;
  font-style: normal;
  transition: all .2s ease-in-out;
}

.common__btn:hover  {
  background: #fff;
}
a {
  transform: all 0.3s;
  text-decoration: none;
}
a:active,
a:hover,
a:visited,
a:link {
  text-decoration: none;
}
.alignleft {
  float: left;
  margin-right: 25px;
}
.alignright {
  float: right;
  margin-left: 25px;
}
h1 {
  font-weight: normal;
  font-size: 12px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
li,
ul {
  list-style: none;
  padding: 0;
}
.sidebar ul {
  list-style: none;
  margin-bottom: 35px;
}
/* add shareBtn */
.a2a_kit a  {
  background: #fff;
  width: 60px;
  border-radius: 7px;
  height: 32px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
  right: 53px;
  position: fixed;
  top: 75px;
  width: 70px;
  text-align: center;
}
.home.is-fixed .a2a_kit a  {
  opacity: 1;
  visibility: visible;
}
.a2a_kit a::before  {
  content: "share";
  position: absolute;
  color: #13462e;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  font-size: 18px;
  font-family: museo-slab, serif;
}


.a2a_kit span {
  display: none;
}
.a2a_menu .a2a_mini_services a {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-size: 14px;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  /* add shareBtn */
  .a2a_kit a  {
    top: 120px;
    right: 70px;
  }
}

@media screen and (max-width: 600px) {
  .a2a_kit a  {
    background: #13462e;
    width: 60px;
    border-radius: 7px;
    height: 60px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    right: 10px;
    position: fixed;
    bottom: 20px;
    top: auto;
  }
  .a2a_kit  {
    bottom: 10px !important;
    top: auto !important;
  }
  .a2a_kit a::before,
  .a2a_kit a::after  {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
  .a2a_kit a::before  {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

}

/* 2. Header Style
-------------------------------------------------------------------------------*/
.global-header .inner {
  margin: 0 auto;
  width: 100%;
  position: fixed;
  z-index: 9999;
  height: 100px;
}
.global-header .header-logo {
  position: absolute;
  bottom: -25px;
  left: 150px;
}
/*menu*/
.menu {
  height: 20px;
  position: absolute;
  width: 30px;
  z-index: 99;
  bottom: 0;
  cursor: pointer;
  right: 150px;
  color: #fff;
  padding: 0 0 0 5px;
}
.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
  box-shadow: 0 1px 27px #c3b19f, 0 1px 27px #c3b19f;
}
.menu__line--center {
  top: 9px;
}
.menu__line--bottom {
  bottom: 0;
}
.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}
.menu__line--center.active {
  transform: scaleX(0);
}
.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}
.menu__line--menu {
  position: absolute;
  left: -55px;
  text-shadow: 0 1px 27px #c3b19f, 0 1px 27px #c3b19f;
}
a.menu:focus,
a.menu:hover {
  color: #fff;
  text-decoration: none;
}
/*gnav*/
.gnav {
  background: rgba(19,70,46,0.95);
  background: url("images/common/menu_bk.png") center repeat;
  display: none;
  height: 100%;
  position: fixed;
  width: 50%;
  z-index: 98;
  right: 0;
}
.gnav__menu {
  padding: 0;
  margin: 0 7%;
}
.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.gnav__menu__item {
  margin: 40px 0;
}
.gnav__menu__item a {
  color: #466758;
  font-size: 40px;
  text-decoration: none;
  transition: 0.5s;
  letter-spacing: 0.04em;
}
.gnav__menu__item span {
  font-size: 14px;
  display: block;
  letter-spacing: 0.2em;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}
.gnav__menu__item a:hover,
.gnav__menu__item.current a,
.post-type-archive-latteart .gnav__menu__news.current a:hover,
.tax-latteart_cat .gnav__menu__news.current a:hover,
.category .gnav__menu__latte a:hover {
  color: #fff;
}
.hero {
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
}
.tax-latteart_cat .gnav__menu__news.current a,
.post-type-archive-latteart .gnav__menu__news.current a,
.category .gnav__menu__latte a {
  color: #466758;
}
/* 3. Footer Style
-------------------------------------------------------------------------------*/
.global-footer {
  width: 100%;
  color: #fff;
  background: #113b27;
  position: relative;
}
.global-footer a {
  color: #fff;
}
.footer__box01 {
  background: url("images/footer/footer01_bk.jpg") center no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
  height: 400px;
}
.footer__box01Wrap {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.footer__box02,
.global-footer .copyright {
  background: #113b27;
}
.global-footer .copyright {
  text-align: center;
  color: #2f5744;
  font-size: 14px;
}
.pagetop .totop {
  position: relative;
}
.pagetop .totop::before,
.pagetop .totop::after {
  position: absolute;
  content: "";
}
.pagetop .totop::before {
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -127px;
  z-index: 1;
}
.pagetop .totop::after {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #113b27;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -155px;
  z-index: 0;
}
.pagetop a {
  z-index: -1;
}
.footer__box02__info02lef h2 {
  margin: 0;
  line-height: 2.5em;
  font-size: 28px;
}
.footer__box01__infolef {
  padding: 0 20px 0 0;
  white-space: nowrap;
}
.footer__box01__name span {
  font-size: 17px;
  position: relative;
  bottom: -18px;
}
.footer__box01__name h1 {
  margin: 0 0 10px 0;
  font-size: 86px;
}
.footer__box01__info__tel__traveler {
  font-size: 23px;
  margin: 0 0 15px 0;
}
.footer__box01__info__tel {
  font-size: 17px;
  margin: 10px 0;
}
.footer__box01__info__tel span {
  font-size: 42px;
  padding: 0 0 0 13px;
}
.footer__box01__info__time {
  white-space: nowrap;
}
.footer__box01__info__time span {
  font-size: 18px;
  background: #9b9276;
  padding: 5px 10px;
  margin: 2px 5px 2px 0;
  display: inline-block;
}
.footer__box01__name {
  max-width: 350px;
  margin: 0 auto;
  text-align: right;
}
.footer__box01__infoWrap {
  max-width: 810px;
  margin: 0 auto;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
  display: flex;
}
.footer__box02__info02rig p {
  line-height: 2.28em;
}
.footer__box02 {
  max-width: 650px;
  margin: 0 auto;
  padding: 111px 0 111px 0;
}
.footer__box02__infoWrap02 {
  display: flex;
  position: relative;
  padding: 0 0 20px 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.footer__box02__btns {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__box02__btns a:hover  {
  color: #113b27;
}
.footer__box02__sns p {
  font-size: 20px;
  color: #536e61;
}
.footer__box02__sns {
  display: flex;
  position: absolute;
  right: 40px;
  bottom: 58px;
}
.footer__box02__sns__tw img {
  width: 29px;
  height: 35.63px;
  margin: 0 25px 0px 20px;
  padding: 0 0 8px 0;
}
.footer__box02__sns__ins img {
  width: 29px;
  height: 29px;
  vertical-align: baseline;
}
/* 4. Home Style
-------------------------------------------------------------------------------*/
body.home {
  color: #fff;
}
.main-visual {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("images/top/main-visual.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}
.main-visual__inner {
  border: solid 32px #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
.main__rabb {
  position: absolute;
  width: 100%;
  max-width: 136px;
  height: auto;
  right: -15px;
  bottom: -5px;
}
.main__logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 400px;
  width: 100%;
  height: auto;
}
.main-visual__inner__txt {
  position: absolute;
  z-index: 10;
  bottom: 115px;
  left: 150px;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
}
.main-visual__inner__txt__br {
  display: none;
}
.top__box01 {
  position: relative;
}
.top__box01__cont01 {
  width: 100%;
  display: flex;
  height: 735px;
  background: url("images/top/topbox01_bk.png") center repeat;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top__box01__cont01lef,
.top__box01__cont01rig {
  position: relative;
  z-index: 11;
  width: 50%;
}
.top__box01__cont01rig {
  padding: 0 0 0 125px;
}
.top__box01__cont01lef {
  margin: 0 0 0 10px;
  text-align: right;
}
.top__box01__cont01lef img {
  margin: 110px 0 0 0;
  width: 100%;
  max-width: 662px;
}
.top__box01__cont02__txt {
  margin: 0 200px 0 auto;
  max-width: 370px;
}
.top__box01__cont01rig h2 {
  padding: 0;
  font-size: 56px;
  border-bottom: solid 1px;
  display: block;
  margin: 0 0 21px 0;
}
.top__box01__cont01rig p {
  margin: 0;
  font-size: 28px;
  line-height: 2.14;
}
.top__box01__cont01rig__span01 {
  padding: 0 0 0 100px;
}
.top__box01__cont01rig__span02 {
  padding: 0 0 0 75px;
}
.top__box01__cont01rig__span03 {
  padding: 0 0 0 87px;
}
.top__box01__cont01rig__span04 {
  padding: 0 0 0 35px;
}
.top__box01__cont02__txt__top {
  margin: 0 0 35px 0;
}
.top__box01__cont02__txt__top p {
  font-size: 14px;
  line-height: 1.86em;
  margin: 0;
}
.top__box01__cont02__txt__top p:first-child {
  border-bottom: solid 1px #fff;
  padding: 0 0 15px 0;
}
.top__box01__cont02__txt__top p:last-child {
  padding: 15px 0 0 0;
}
.top__box01__cont02__txt__bottom {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top__box01__cont02__txt__bottom .common__btn {
  max-width: 180px;
}
.top__box01__cont02__txt__bottom .common__btn:hover {
  color: #13462e;
}
.top__box01__cont02 {
  width: 50%;
  position: absolute;
  background: #13462e;
  z-index: 10;
  height: auto;
  bottom: -250px;
  padding: 100px 0;
}
.top__box02 {
  display: flex;
  height: 850px;
}
.top__box02__lef {
  background: url("images/top/topbox02_bk.png") center no-repeat;
  background-size: cover;
  height: 100%;
  width: 50%;
}
.top__box02__rig {
  width: 50%;
  position: relative;
}
.top__box02__rig iframe {
  height: 100%;
  width: 100%;
}
.top__box03 {
  display: flex;
}
.top__box03__rig {
  width: 100%;
  background: url("images/top/topbox03_bk.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}
.top__box03__lef {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
}
.top__box03__lef__img {
  height: 316px;
  position: relative;
  width: 50%;
}
.top__box03__lef__img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #b31212;
  opacity: 0.3;
  mix-blend-mode: overlay;
}
.top__box03__rig__txt {
  padding: 0 0 75px 0;
}
.top__box03__rig__txt h2 {
  font-size: 40px;
  line-height: 2;
  margin: 0;
  text-align: center;
}
.top__box03__rig__txt__cont p {
  display: inline;
  letter-spacing: 0.04em;
  line-height: 4.5em;
  padding: 0 0 0 90px;
}
.top__box03__rig__txt__cont span {
  padding: 0 0 0 20px;
}
.top__box03__rig__txt h2,
.top__box03__rig__txt__cont {
  border-bottom: solid 1px #fff;
  position: relative;
}
.top__box03__rig__txtWrap {
  max-width: 630px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.top__box03__rig__txt h2::before,
.top__box03__rig__txt h2::after,
.top__box03__rig__txt__cont::before,
.top__box03__rig__txt__cont::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  bottom: -3.5px;
}
.top__box03__rig__txt h2::before,
.top__box03__rig__txt__cont::before {
  left: -3.5px;
}
.top__box03__rig__txt h2::after,
.top__box03__rig__txt__cont::after {
  right: -3.5px;
}
.top__box03__rig__txt a {
  position: relative;
  color: #fff;
  display: block;
}
.top__box03__rig__txt a:hover {
  color: #fff;
  text-decoration: none;
}
.top__box03__rig__txt a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -5px;
  right: 0;
  transition: all 0.3s;
}
.top__box03__rig__txt a:hover::after {
  right: 20px;
}
.top__box03__rig__txtWrap .common__btn {
  text-align: center;
  display: block;
  margin: 75px auto 0 auto;
}
.top__box03__rig__txtWrap .common__btn::after {
  content: none;
}
.top__box03__rig__txtWrap .common__btn:hover  {
  color: #352013;
}
@supports (-ms-ime-align: auto) {
  .top__box03__lef__img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #986538;
    opacity: 0.2;
  }
}
@media all and (-ms-high-contrast: none) {
  .top__box03__lef__img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #986538;
    opacity: 0.2;
  }
}
.top__box03__lef__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 316px;
}
/* 5. Page Style
-------------------------------------------------------------------------------*/
.lowerpage__header {
  width: 100%;
  height: 580px;
  position: relative;
  margin: 0 0 100px 0;
}
.lowerpage__header__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.lowerpage__header__ttl h2 {
  font-size: 120px;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
.guide__header .lowerpage__header__ttl h2 {
  margin-bottom: 35px;
}
.lowerpage__header__ttl p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}
.post-type-archive-latteart .lowerpage__header {
  margin: 0 0 40px 0;
}
/*----- recruiting -----*/
.recruit__header {
  background: url("images/recruit/pagehead.jpg") center no-repeat;
}
.recruit__box01 p {
  font-size: 16px;
  line-height: 2.1em;
  text-align: center;
}
.recruit-contents {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
}
.recruit-contents {
  margin: 0 auto 100px auto;
}
.recruit__box01 {
  padding: 0 0 70px 0;
}
.recruit__box02,
.recruit-contents {
  position: relative;
  padding: 0 0 80px 0;
}
.recruit__box02 {
  padding: 80px 0 40px 0;
}
.recruit__box02::before,
.recruit-contents::after {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1000px;
  height: 33px;
  background-size: cover;
}
.recruit__box02::before {
  background: url("images/recruit/line-top.png") center no-repeat;
  top: 0;
}
.recruit-contents::after {
  bottom: 0;
  background: url("images/recruit/line-bottom.png") center no-repeat;
}
.recruit__box02 h2 {
  font-size: 24px;
  line-height: 1.8em;
  text-align: center;
  color: #113b27;
  margin: 20px 0 30px 0;
}
.recruit__box03,
.recruit__box02 table {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.recruit__box02 table {
  border-bottom: solid 1px #ddd9c9;
}
.recruit__box02 table tr {
  height: 60px;
  border-top: solid 1px #ddd9c9;
}
.recruit__box02 table .recruit__box02__lef {
  width: 160px;
  background: #f2f0e9;
  text-align: center;
}
.recruit__box02 table .recruit__box02__rig {
  padding: 0 0 0 20px;
}
.recruit__box02 table td {
  font-size: 16px;
  letter-spacing: 0.04em;
}
.recruit__box03 {
  color: #113b27;
  text-align: center;
  background: #f9f6f1;
}
.recruit__box03Wrap {
  padding: 45px 0;
}
.recruit__box03Wrap h2 {
  font-size: 24px;
  margin: 0;
}
.recruit__box03Wrap p {
  font-size: 16px;
  padding: 0;
  letter-spacing: 0.04em;
}
.recruit__box03Wrap h3 {
  font-size: 23px;
  margin: 0;
}
.recruit__box03Wrap h3 span {
  font-size: 42px;
  letter-spacing: 0.02em;
  padding: 0 0 0 10px;
}
/*----- orderflow -----*/
.order__header {
  background: url("images/order/pagehead.jpg") center no-repeat;
}
.order__box .order__box__img {
  max-width: 327px;
  width: 100%;
  height: 327px;
  background-size: cover;
}
.order__box__no01 .order__box__img {
  background: url("images/order/img01.jpg") center no-repeat;
}
.order__box__no02 .order__box__img {
  background: url("images/order/img02.jpg") center no-repeat;
}
.order__box__no03 .order__box__img {
  background: url("images/order/img03.jpg") center no-repeat;
}
.order__box__no04 .order__box__img {
  background: url("images/order/img04.jpg") center no-repeat;
}
.order__box__no05 .order__box__img {
  background: url("images/order/img05.jpg") center no-repeat;
}
.order__box__no01 .order__box__img,
.order__box__no03 .order__box__img,
.order__box__no05 .order__box__img {
  float: left;
  margin: 0 50px 0 0;
}
.order__box__no02 .order__box__img,
.order__box__no04 .order__box__img {
  float: right;
  margin: 0 0 0 50px;
}
.order-contents {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
  padding: 0 0 110px 0;
}
.order__box {
  max-width: 980px;
}
.order__box__no01,
.order__box__no03,
.order__box__no05 {
  margin: 0 auto 90px 0;
}
.order__box__no02,
.order__box__no04 {
  margin: 0 0 90px auto;
}
.order__box__text h3 {
  line-height: 1.35em;
  font-size: 28px;
  letter-spacing: 0.02em;
}
.order__box__text__ja {
  font-size: 14px;
  line-height: 2.1em;
}
.order__box__text__eng {
  letter-spacing: 0.04em;
  font-size: 14px;
  color: #b4b4b4;
  line-height: 2.1em;
}
/*----- menu list -----*/
.menu-contents h2,
.menu-contents h3,
.menu-contents h4,
.menu-contents h5 {
  margin: 0;
}
.menu__header {
  background: url("images/menu/pagehead.jpg") center no-repeat;
}
.menu__box01Wrap,
.menu__box02Wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
}
.menu__box02 {
  background-image: url("images/menu/img01_bk.png");
  background-color: #efebe4;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding: 0 0 300px 0;
}
.menu__box01__cont03 {
  background: #efebe4;
  margin: 90px 0 0 0;
}
.menu__box01__cont03Wrap {
  max-width: 1000px;
  margin: 0 auto;
  color: #451515;
  padding: 70px 0 80px 0;
}
.menu__box01__cont02__bk {
  background-color: #f7f5f1;
  width: 100%;
  height: 370px;
  position: relative;
  z-index: -5;
  bottom: 280px;
  margin: 0 0 -370px 0;
}
.menu__box01__cont01__ttl h2 {
  font-size: 60px;
  color: #13462e;
  letter-spacing: 0.02em;
}
.menu__box01__cont01__ttl p {
  font-size: 24px;
  padding: 0 0 0 200px;
  color: #13462e;
  letter-spacing: 0.02em;
}
.menu__box01__cont01__txt {
  display: flex;
  color: #13462e;
  padding: 0 0 0 200px;
}
.menu__box01__cont01__txt__lef {
  padding: 0 0 0 50px;
  text-align: left;
}
.menu__box01__cont01 {
  margin: 0;
  position: relative;
  width: 100%;
  padding: 0 0 0 185px;
}
.menu__box01__cont01::before {
  content: "";
  position: absolute;
  background: url("images/menu/img01.jpg") center no-repeat;
  width: 349px;
  height: 349px;
  z-index: -1;
  left: 0;
}
.menu__box01__cont01__ttl {
  padding: 60px 0 0 0;
}
.menu__box01__cont01__txt p {
  letter-spacing: 0.02em;
  font-size: 16px;
}
.menu__box01__cont02 {
  max-width: 780px;
  margin: 143px auto 0 200px;
  background: #efebe4;
  padding: 70px 80px;
  position: relative;
  z-index: 1;
}
.menu__box01__cont02Wrap {
  max-width: 500px;
}
.menu__box01__cont02::before {
  position: absolute;
  content: "";
  background: url("images/menu/img02.jpg") center no-repeat;
  width: 391px;
  height: 379px;
  z-index: 0;
  right: -320px;
}
.menu__box01__cont02__ttl h2 {
  font-size: 48px;
  color: #451515;
  margin: 0 0 20px 0;
}
.menu__box01__cont02__menu {
  color: #451515;
  border-bottom: solid 1px #c6bdad;
  padding: 20px 0 30px 0;
}
.menu__box01__cont02__menu:last-child {
  border: 0;
  padding: 20px 0 0 0;
}
.menu__box01__cont02__menu h3 {
  font-size: 24px;
  letter-spacing: 0.02em;
}
.menu__box01__cont02__menu__en {
  font-size: 13px;
}
.menu__box01__cont02__menu__desc {
  color: #b2aea8;
  line-height: 1.8em;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.menu__box02__cont01__dessert__desc h4,
.menu__box01__cont03__today__desc h4,
.menu__box01__cont02__menu h4,
.menu__box01__cont04__weekly__desc h4 {
  color: #a63e3e;
  font-size: 16px;
}
.menu__box02__cont01__dessert__desc span,
.menu__box01__cont03__today__desc span,
.menu__box01__cont04__weekly__desc span,
.menu__box01__cont02__menu span {
  font-size: 22px;
  padding: 0 3px 0 15px;
}
.menu__box01__cont03__today h3,
.menu__box01__cont04__weekly h3 {
  font-size: 48px;
  color: #451515;
  max-width: 370px;
  width: 100%;
}
.menu__box01__cont03__today,
.menu__box01__cont04__weekly {
  display: flex;
}
.menu__box01__cont03__today {
  margin: 0 0 100px 0;
}
.menu__box01__cont03__today__desc,
.menu__box01__cont04__weekly__desc {
  max-width: 600px;
  width: 100%;
  margin: 0 0 0 80px;
}
.menu__box01__cont03__today__desc h5,
.menu__box01__cont04__weekly__desc h5 {
  font-size: 24px;
}
.menu__box01__cont03__menu__en,
.menu__box01__cont04__menu__en {
  font-size: 13px;
  letter-spacing: 0.1em;
}
.menu__box01__cont03__menu__desc,
.menu__box01__cont04__menu__desc,
.menu__box02__cont01__menu__desc {
  font-size: 14px;
  color: #b2aea8;
}
.menu__box02__cont01 {
  color: #451515;
  padding: 70px 0 0 0;
}
.menu__box01__cont02__drink,
.menu__box02__cont01__dessert {
  background: #fff;
  position: relative;
}
.menu__box02__cont01__dessert {
  max-width: 780px;
  padding: 70px 80px 110px 80px;
}
.menu__box01__cont02__drink {
  max-width: 810px;
  padding: 80px 70px;
  margin: 70px 100px 0 auto;
}
.menu__box01__cont02__drink::before,
.menu__box02__cont01__dessert::before {
  position: absolute;
  content: "";
}
.menu__box02__cont01__dessert::before {
  width: 491px;
  right: -421px;
  height: 479px;
  background: url("images/menu/img03.jpg");
}
.menu__box01__cont02__drink::before {
  width: 370px;
  height: 531px;
  background: url("images/menu/img04.jpg");
  left: -490px;
  top: 0;
}
.menu__box02__cont01__dessert__desc {
  border-bottom: 1px solid #c6bdad;
  max-width: 480px;
  padding: 50px 0 40px 0;
}
.menu__box02__cont01__dessert__desc:last-child {
  border-bottom: 0;
  padding: 50px 0 0 0;
}
.menu__box02__cont01__dessert h3 {
  margin: 0 0 20px 0;
  font-size: 48px;
}
.menu__box02__cont01__dessert__desc h3 {
  font-size: 24px;
}
.menu__box01__cont02__drink h3 {
  font-size: 32px;
}
.menu__box01__cont02__drink__name {
  font-size: 16px;
  width: 33%;
  padding: 0 0 20px 0;
}
.menu__box01__cont02__drink__nameWrap {
  display: flex;
  flex-wrap: wrap;
}
.menu__box01__cont02__drink__desc {
  padding: 50px 0 0 0;
  margin: 0;
}
.menu__box01__cont02__drink__comment {
  margin: 0;
}
.menu__box01__cont02__drink__topImg,
.menu__box02__cont01__dessert__topImg,
.menu__box01__cont02__topImg {
  display: none;
}
.menu__box03 {
  background: url("images/menu/img07_bk.jpg") center;
  background-repeat: repeat;
  color: #fff;
  padding: 0 0 150px 0;
}
.menu__box03__wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
}
.menu__box03Wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.menu__box03__ttl h2 {
  font-size: 120px;
  text-align: right;
  position: relative;
  top: -60px;
}
.menu__box03__cont03 img {
  display: block;
  margin: 0 auto 60px auto;
}
.menu__box03__cont03__lef h3,
.menu__box03__cont01__hotdrink__rig h3,
.menu__box03__cont03__rig h3 {
  font-size: 32px;
}
.menu__box03__cont01Wrap,
.menu__box03__cont03__lef__01,
.menu__box03__cont03__rig__01,
.menu__box03__cont03Wrap {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu__box03__cont01__hotdrink__lef {
  background: url("images/menu/img05.jpg") center no-repeat;
  height: 404px;
  width: 426px;
}
.menu__box03__cont01__hotdrink__rig {
  width: 100%;
  margin: 0 0 0 50px;
}
.menu__box03__cont01__hotdrink__rig__00 {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0 25px;
}
.menu__box03__cont01__hotdrink__rig__01 {
  width: 65%;
}
.menu__box03__cont01__hotdrink__rig__02 {
  width: 35%;
}
.menu__box03__cont01__hotdrink__rig__01 {
  padding: 0 0 0 22px;
}
.menu__box03__cont01__hotdrink__rig__02 {
  text-align: right;
}
.menu__box03__cont01__hotdrink__rig h3 {
  margin: 0 0 20px 20px;
}
.menu__box03__cont03__much {
  font-size: 14px;
}
.menu__box03__cont01__hotdrink__rigWrap p,
.menu__box03__cont03Wrap p {
  line-height: 2.5em;
}
.menu__box03__cont03__name {
  font-size: 15px;
}
.latte__design__yes {
  position: relative;
}
.latte__design__yes::before {
  content: "★";
  color: #dfbc41;
  font-size: 17px;
  position: absolute;
  top: 6px;
  left: 0;
}
.menu__box03__cont02 {
  position: relative;
  display: flex;
  padding: 5px 0 5px 10px;
  margin: 35px 0 70px 0;
}

.menu__box03__cont02 h3 {
  font-size: 80px;
  white-space: nowrap;
}
.menu__box03__cont02 p {
  position: relative;
}
.menu__box03__cont02 p {
  padding: 0 0 0 50px;
  margin: 16px 0 0 0;
  white-space: nowrap;
}
.menu__box03__cont02 p span {
  color: #dfbc41;
}
.menu__box03__cont03__rig,
.menu__box03__cont03__lef {
  width: 48.5%;
}
.menu__box03__cont03__name span {
  font-size: 12px;
}
.menu__box03__cont03Wrap h3 {
  margin: 0 0 25px 0;
}
/*----- latte art -----*/
.latte__header {
  background: url("images/latte/pagehead.jpg") center no-repeat;
  background-size: cover;
}
.overLay__cover {
  visibility: hidden;
  opacity: 0;
  z-index: -100;
  overflow-y: scroll;
}
.openModal {
  visibility: visible;
  animation: openanime 0.3s ease forwards;
  -webkit-animation: openanime 0.3s ease forwards;
  z-index: 1;
}
@-webkit-keyframes openanime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.latte__box01 {
  max-width: 1000px;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
  margin: 0 auto 30px auto;
  display: flex;
  flex-wrap: wrap;
}
.latte__box01 a {
  font-size: 24px;
  color: #d4c9bb;
  transition: all .2s ease-in-out
}
.latte__box01 a:hover {
  color: #13462e;
}
.latte__box01 li {
  width: 33%;
  margin: 30px 0;
  text-align: center;
}
.latte__box01 li.cat-item-2 {
  display: none;
}
.latte__box01 li.current-cat a {
  color: #13462e;
}
.latte__box02 {
  width: 100%;
  position: relative;
  background: url("images/latte/img01_bk.jpg");
}
.latte__box02 .latte__box02__post {
  width: 20%;
  margin: 0 0 70px 0;
}
.latte__box02 .pagenav {
  padding: 0 0 120px 0;
}
.latte__box02Wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1570px;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
  margin: 0 auto;
  padding: 90px 0 0 0;
}
.overLay__cover {
  position: fixed;
  background: rgba(236,231,202,0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto !important;
}
.overLay__coverWrap {
  display: flex;
  max-width: 1200px;
  margin: 40px auto;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  position: absolute;
  width: 100%;
  height: 80%;
  outline: none;
}
.overLay__coverlef {
  max-width: 500px;
  width: 100%;
}
.overLay__coverrig {
  padding: 50px 0 0 120px;
  color: #490f0f;
  position: relative;
  width: 100%;
  height: 71%;
}
.overLay__coverrig p {
  font-size: 16px;
  line-height: 2em;
}
.overLay__coverrig h4 {
  font-size: 32px;
  padding: 0 0 35px 0;
}
.overLayImg {
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.clickImg {
  width: 230px;
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin: 0 auto;
  transition: all .2s ease-in-out;
}
.clickImg:hover {
  opacity: .7;
}
.prev-arrow,
.next-arrow {
  border-bottom: solid 4px #490f0f;
  border-right: solid 4px #490f0f;
  border-top: 0;
  border-left: 0;
  cursor: pointer;
  width: 27px;
  height: 27px;
  background: transparent;
  outline: 0;
  position: absolute;
  z-index: 10000;
}
.prev-arrow {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.next-arrow {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  right: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.overLayBtn {
  width: 120px;
  height: 120px;
  border: solid 1px #490f0f;
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: 0;
  left: 0;
  margin: 0 auto;
  cursor: pointer;
}
.overLayBtn::before,
.overLayBtn::after {
  content: "";
  width: 3px;
  height: 64px;
  background: #490f0f;
  position: absolute;
  left: 57px;
  top: 27px;
}
.overLayBtn::before {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.overLayBtn::after {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.slick-slider {
  margin: 0;
}
.slick-list {
  height: 100%;
}
.slick-initialized .slick-slide {
  display: flex;
  outline: none;
}
.draggable .slick-track {
  height: 100%;
}
/*----- about -----*/
.about__header {
  background: url("images/about/pagehead.jpg") center no-repeat;
}
.about__box04__txt {
  display: none;
  padding: 40px 0 0 125px;
  min-height: 550px;
}
.about__box04__txt__ja {
  display: block;
}
.about__box01 h2 {
  font-size: 40px;
  letter-spacing: 0.14em;
  font-family: ryo-text-plusn, serif;
  font-weight: 200;
  font-style: normal;
}
.about__box01__p01 {
  color: #e0dac6;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.about__box01__p02 {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.about__box01 {
  padding: 15px 10px 250px 10px;
  text-align: center;
  position: relative;
}
.about__box01::after {
  position: absolute;
  content: "";
  background: url("images/about/img01.png") center no-repeat;
  width: 195px;
  height: 237px;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about__box02 {
  background: url("images/about/img02.jpg") center no-repeat;
  width: 100%;
  height: 602px;
  text-align: center;
  color: #fff;
  margin: 0 0 125px 0;
  padding: 10px 0 110px 0;
}
.about__box02__ttl h2 {
  font-size: 60px;
}
.about__box02__ttl h2 span {
  font-size: 14px;
  letter-spacing: 0.03em;
}
.about__box02__ttl__p,
.about__box02__menu__post p {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.about__box02__ttl__p {
  margin: 0 10px 10px 10px;
}
.about__box02__menu__post h3 {
  font-size: 32px;
  margin: 0;
  padding: 40px 0 5px 0;
}
.about__box02__menuWrap {
  max-width: 1600px;
  margin: 0 auto;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 190px 0 0 0;
}
.about__box02__menuWrap a {
  position: relative;
  color: #fff;
  transition: all .3s ease-in-out
}
.about__box02__menuWrap a:link,
.about__box02__menuWrap a:active,
.about__box02__menuWrap a:hover {
  color: #fff;
}

.about__box02__menuWrap a:hover {
  opacity: .7;
}
.about__box02__menuWrap a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
}
.about__box02__menu__guide a::before {
  background: url("images/about/img03.png") center no-repeat;
  width: 73px;
  height: 87px;
  margin-left: -36.5px;
}
.about__box02__menu__access a::before {
  background: url("images/about/img04.png") center no-repeat;
  width: 89px;
  height: 89px;
  margin-left: -44.5px;
}
.about__box02__menu__menu a::before {
  background: url("images/about/img05.png") center no-repeat;
  width: 61px;
  height: 98px;
  margin-left: -30.5px;
}
.about__box02__menu__latte a::before {
  background: url("images/about/img06.png") center no-repeat;
  width: 105px;
  height: 77px;
  margin-left: -52.5px;
}
.about__box02__menu__order a::before {
  background: url("images/about/img07.png") center no-repeat;
  width: 72px;
  height: 94px;
  margin-left: -50px;
}
.about__box03,
.about__box04 {
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
}
.about__box04 {
  margin: 0 auto 100px auto;
}
.about__box03Wrap h2,
.about__box04Wrap h2 {
  font-size: 100px;
  color: #13462e;
  letter-spacing: 0.02em;
}
.about__box04Wrap ul,
.about__box04Wrap ul li,
.about__box04Wrap h2 {
  display: inline-block;
}
.about__box04Wrap ul {
  vertical-align: bottom;
  padding: 0 0 15px 0;
}
.about__box03Wrap h2 {
  text-align: right;
  max-width: 755px;
  padding: 50px 0 0 0;
  margin: 0 0 60px 0;
}
.about__box03Wrap h3,
.about__box04Wrap h3 {
  font-size: 36px;
  margin: 0 0 30px 0;
}
.about__box03Wrap p,
.about__box04Wrap p {
  font-size: 15px;
  line-height: 2.1em;
}
.about__box03Wrap {
  position: relative;
  max-width: 1300px;
  margin: 0 0 0 100px;
}
.about__box03Wrap::before,
.about__box04Wrap::before {
  position: absolute;
  content: "";
  width: 640px;
  height: 560px;
  z-index: -1;
}
.about__box03Wrap__topImg,
.about__box04Wrap__topImg {
  display: none;
}
.about__box04Wrap {
  position: relative;
  max-width: 1300px;
  padding: 170px 0 0 580px;
}
.about__box03Wrap::before {
  background: url("images/about/img08.jpg") center no-repeat;
  right: 0;
}
.about__box04Wrap::before {
  background: url("images/about/img09.jpg") center no-repeat;
  left: 0;
}
.about__box04Wrap input[type=radio] {
  display: none;
}
.about__box04Wrap label {
  width: 115px;
  cursor: pointer;
  line-height: 2.2em;
  height: 35px;
  text-align: center;
  border: solid 1px;
  font-size: 15px;
  transition: all 0.3s;
}
.about__box04__btnja {
  position: relative;
  left: 6px;
}
.about__box04Wrap input:checked + label {
  color: #fff;
  background: #000;
  border: solid 1px #000;
}
.about__box04Wrap p.about__box04__txt02__p {
  font-size: 16px;
  line-height: 1.6em;
  padding: 20px 0 0 0;
}
.about__box04__txt02__h3 {
  font-size: 24px;
}
.about__box04__txt02__h3 span {
  font-size: 15px;
  padding: 0 0 0 10px;
}
.about__box05 {
  background: #efebe4;
  z-index: -10;
}
.about__box05__cont01 {
  padding: 150px 0 0 0;
  position: relative;
  z-index: 1;
}
.about__box05__cont01::before {
  position: absolute;
  content: "";
  background: url("images/about/img10.jpg") center no-repeat;
  width: 640px;
  height: 560px;
  z-index: -1;
  right: -20px;
}
.about__box05__cont01 h2 {
  font-size: 100px;
  color: #13462e;
  letter-spacing: 0.02em;
  margin: 0;
}
.about__box05__cont01 h3 {
  font-size: 32px;
  color: #fff;
  margin: 80px 0 45px 0;
}
.about__box05__cont01 p {
  font-size: 15px;
  line-height: 2.1em;
}
.about__box05__cont01__topImg {
  display: none;
}
.about__box05Wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
  padding: 0 0 150px 100px;
  z-index: 0;
}
.about__box05__cont02 {
  padding: 130px 0 0 0;
}
.about__box05__cont02 h2 {
  font-size: 80px;
  color: #13462e;
}
.about__box05__cont02 p {
  font-size: 15px;
  line-height: 2.1em;
}
.about__box06,
.about__box07 {
  max-width: 1200px;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
  margin: 0 auto;
  position: relative;
}
.about__box06 h2,
.about__box07 h2 {
  font-size: 80px;
  letter-spacing: 0.02em;
  color: #13462e;
}
.about__box06 h2 {
  position: relative;
  top: -53px;
}
.about__box06Wrap {
  max-width: 1000px;
  padding: 0 0 100px 155px;
  width: 100%;
}
.about__box07Wrap {
  max-width: 850px;
  padding: 0 0 105px 100px;
  width: 100%;
  margin: 60px auto 0 auto;
}
.about__box06__list__lef {
  width: 170px;
  border-right: solid #d2d2d2 1px;
  text-align: center;
}
.about__box06__list__rig,
.about__box07__rig {
  width: 830px;
  padding: 20px 0 20px 35px;
  position: relative;
  text-align: left;
  line-height: 1.8em;
}
.about__box06Wrap tr {
  position: relative;
}
.about__box06Wrap tr::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 60%;
  background: #d2d2d2;
  left: 330px;
}
.about__box06Wrap tr:first-child::after {
  content: none;
}
#about__box06__list p {
  font-size: 16px;
  color: #092919;
  width: 180px;
  height: 40px;
  text-align: center;
  border: 1px solid;
  border-radius: 20px;
  line-height: 2.4em;
  margin: 40px auto 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
#about__box06__list p:hover {
  color: #fff;
  background: #13462e;
}
.about__box07::before {
  position: absolute;
  content: "";
  background: url("images/about/img11.png") center no-repeat;
  width: 619px;
  height: 171px;
  z-index: -1;
  right: -110px;
  top: 20px;
}
.about__box07__lef {
  width: 150px;
  padding: 0 0 0 15px;
}
.about__box07__rig {
  width: 650px;
}
.about__box07Wrap tr {
  border-bottom: solid #d2d2d2 1px;
}
.about__box07Wrap tbody {
  border-top: solid #d2d2d2 1px;
}
/*----- news archive -----*/
.guide__header {
  background: url("images/guide/pagehead.jpg") center no-repeat;
}
.guide__box01 {
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
}
.guide__box01 h2 {
  color: #113b27;
  font-size: 48px;
  margin: 0 0 55px 0;
}
.guide__box01Wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 110px auto;
}
.guide__box01__cont01__lef {
  background: url("images/guide/img01.jpg") center no-repeat;
  width: 240px;
  height: 219px;
  margin: 0 60px 0 0;
}
.guide__box01__cont01 {
  display: flex;
}
.guide__box01__cont01 p {
  font-size: 20px;
}
.guide__box01__cont01__lef__span01 {
  padding: 0 0 0 81px;
}
.guide__box01__cont01__lef__span02 {
  padding: 0 0 0 68px;
}
.guide__box01__cont01__lef__span03 {
  padding: 0 0 0 75px;
}
.guide__box01__cont01__lef__span04 {
  padding: 0 0 0 47px;
}
.guide__box01__cont02,
.guide__box01__cont03 {
  max-width: 590px;
}
.guide__box01__cont02 h3,
.guide__box01__cont03 h3 {
  font-size: 20px;
  border-bottom: solid 1px;
  margin: 0;
  padding: 0 0 10px 0;
}
.guide__box01__cont02 {
  margin: 50px 0 60px 0;
}
.guide__box01__cont03 h3 {
  font-size: 20px;
  border-bottom: solid 1px;
  padding: 0 0 10px 0;
}
.guide__box01__cont03__txt,
.guide__box01__cont02__txt {
  font-size: 16px;
  line-height: 2em;
  margin: 0 0 30px 0;
}
.guide__box01__cont02 .footer__box01__info__tel,
.guide__box01__cont03 .footer__box01__info__tel {
  font-size: 23px;
}
.guide__box03 {
  width: 100%;
}
.guide__box03 .common__btn {
  color: #113b27;
  border: solid 1px #113b27;
  margin: 35px 0 25px 0;
  transition: all .2s ease-in-out;
}
.guide__box03 .common__btn:hover  {
  color: #fff;
  background: #113b27;
}
.guide__box03 iframe {
  width: 100%;
  height: 625px;
}
.guide__box03 h2 {
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
  font-size: 48px;
  color: #113b27;
}
.guide__box03__ttl,
.guide__box04Wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
}
.guide__box04 {
  background: #efebe4;
  margin: 130px 0 0 0;
  padding: 0 0 20px 0;
}
.guide__box04 h2 {
  font-size: 48px;
  position: relative;
  color: #113b27;
  margin: 0;
  top: -30px;
}
.guide__box04__cont01 {
  max-width: 1200px;
  margin: 0 auto;
}
.guide__box04__cont01__lef {
  background: url("images/guide/img05.jpg") center no-repeat;
  width: 126px;
  height: 123px;
  margin: 0 30px 0 0;
}
.guide__box04__cont01Wrap {
  display: flex;
  margin: 0 0 45px 0;
}
.guide__box04__cont01__youtube {
  margin: 0 0 110px 0;
}
.guide__box04__cont01__youtube iframe {
  width: 100%;
  max-width: 675px;
}
.guide__box04__cont02,
.guide__box04__cont03 {
  max-width: 1200px;
  margin: 0 auto;
}
.guide__box04__cont02Wrap,
.guide__box04__cont03Wrap {
  max-width: 1000px;
}
.guide__box04__cont02Wrap p,
.guide__box04__cont03Wrap p {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 2.1em;
  margin: 0;
}
.guide__box04__cont02Wrap h4,
.guide__box04__cont03Wrap h4 {
  font-size: 16px;
  color: #113b27;
  position: relative;
  left: -30px;
  margin: 35px 0 25px 0;
}
.guide__box04__cont02__en,
.guide__box04__cont03__en {
  border-top: solid 1px #c9c9c9;
  margin: 30px 0 0 0;
}
.guide__box04__cont03 .guide__box04__cont03Wrap {
  margin: 65px 0 0 0;
}
.guide__box04__cont02__access {
  margin: 0 0 100px 0;
}
/*----- news archive -----*/
.news__header {
  background: url("images/news/pagehead.jpg") center no-repeat;
}
.selectBox {
  height: 280px;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.catSelect {
  padding: 0 80px 0 0;
}
.selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eee;
  border: 0;
  padding: 5px 10px 5px 60px;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  width: 320px;
}
.selectBox label {
  position: relative;
}
.selectBox label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -5px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5.5px 0 5.5px;
  border-color: #fff transparent transparent transparent;
  pointer-events: none;
}
.selectBox label::before {
  background: #113b27;
  width: 45px;
  height: 40px;
  content: "";
  position: absolute;
  left: 0px;
  pointer-events: none;
}
.news__posts {
  background: #ebeae7 url("images/news/news_bk.png") no-repeat -40px -10px;
}
.news__postsWrap {
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 110px 0 0 0;
}
.news__post {
  width: 100%;
  text-align: center;
  max-width: 380px;
  margin: 0 130px 100px 0;
}
.news__post:nth-child(3),
.news__post:nth-child(6) {
  margin: 0;
}
.news__post__txt {
  text-align: left;
  max-width: 380px;
  background: #fff;
  padding: 20px 40px;
  min-height: 160px;
}
.news__post__imgInner {
  width: 100%;
  max-width: 380px;
  height: 250px;
  background: no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.news__post__imgInner::before {
  content: "MORE";
  position: absolute;
  font-size: 32px;
  color: #fff;
  opacity: 0;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
  z-index: 2;
  transition: all 0.3s;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 13px 15px;
}
.news__post__imgInner::after {
  content: "";
  position: absolute;
  background: #113b27;
  opacity: 0.7;
  width: 100%;
  max-width: 380px;
  height: 250px;
  left: 0;
  z-index: 1;
  top: -250px;
  transition: all 0.3s;
}
.news__post__imgInner:hover::after {
  top: 0;
}
.news__post__imgInner:hover::before {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
.news__post__txt__ymd {
  display: block;
  font-size: 13px;
  color: #113b27;
  border-bottom: solid 1px #e5e5e5;
}
.news__post__txt a,
.news__post__txt a:hover,
.news__post__txt a:active,
.news__post__single__dates a,
.news__post__single__dates a:hover,
.news__post__single__dates a:active {
  color: #fff;
  font-size: 12px;
  background: #113b27;
  padding: 3px 10px;
  margin: 10px 0 0 0;
  display: inline-block;
}
.news__post__txt h2 {
  margin: 10px 0 0 0;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.pagenav {
  padding: 0 0 100px 0;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  background: #113b27;
  color: #fff;
  font-size: 14px;
  border-radius: 15px;
  padding: 3px 15px 6px 15px;
}
.wp-pagenavi span.current {
  font-weight: normal;
  opacity: 0.6;
}
.news__post__txt__single__ymd {
  display: inline;
  font-size: 13px;
  border: 0;
}
.news__post__single__dates {
  text-align: left;
  margin: 0 0 70px 15px;
}
.news__post__single__dates time {
  padding: 0 20px 0 0;
}
.pagelink .common__btn {
  color: #113b27;
  border: #113b27 solid 1px;
  width: 180px;
  transition: all 0.2s;
  display: inline-block;
  line-height: 2.2em;
}
.pagelink .common__btn:hover  {
  color: #ebeae7;
  background: #113b27;
  border: solid 1px #ebeae7;
}
.pagelink {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
}
.pagelink a.common__btn {
  display: inline-block;
}
.pagelink .pagereturn {
  margin: 0 40px;
}
.pagereturnNex,
.pagereturnPre,
.pagereturn {
  width: 33%;
}
/*----- gallery -----*/
.gallery__header {
  background: url("images/gallery/pagehead.jpg") center no-repeat;
}
.gallery__box__inst h2,
.gallery__box__youtu h2 {
  font-size: 40px;
  text-align: center;
  color: #13462e;
}
.gallery__box__youtu h2 {
  margin: 0 auto 75px auto;
}
.gallery-contents {
  max-width: 1400px;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
  margin: 0 auto;
}
.gallery__box__youtu__cont01,
.gallery__box__youtu__cont02 {
  display: flex;
}
.gallery__box__youtu__cont01__01,
.gallery__box__youtu__cont01__02,
.gallery__box__youtu__cont01__03,
.gallery__box__youtu__cont02__01,
.gallery__box__youtu__cont02__02,
.gallery__box__youtu__cont02__03 {
  width: 33%;
  margin: 0 2.5px;
}
.gallery__box__youtu__cont01 iframe,
.gallery__box__youtu__cont02 iframe {
  width: 100%;
}
.gallery__box__youtu .common__btn {
  color: #113b27;
  border: #113b27 solid 1px;
  margin: 120px auto 130px auto;
  font-size: 15px;
  line-height: 2.6em;
}
.gallery__box__youtu .common__btn:hover {
  background: #113b27;
  color: #fff;
}
.gallery__box__inst .common__btn {
  color: #113b27;
  border: #113b27 solid 1px;
  display: inline-block;
  font-size: 15px;
  line-height: 2.6em;
}
.gallery__box__inst {
  text-align: center;
}
.inst__btnlef {
  margin: 40px 15px 100px 0;
}
#sb_instagram.sbi_fixed_height {
  overflow: visible;
  overflow-y: visible;
}
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load a.sbi_load_btn {
  font-size: 18px;
  border: solid 1px #fff;
  border-radius: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
  max-width: 200px;
  height: 40px;
  line-height: 2.1em;
  font-family: museo-slab, serif;
  font-weight: 700;
  font-style: normal;
  border: solid 1px;
  padding: 0 40px 0 40px;
  color: #13462e;
  min-width: 200px;
  margin: 0 10px;
  transition: all .2s ease-in-out !important;
}
#sb_instagram .sbi_load_btn .sbi_btn_text {
  transition: all .0s ease-in-out !important;
}
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram #sbi_load a.sbi_load_btn:hover {
  color: #fff !important;
  background: #13462e !important;
}
#sbi_load {
  margin: 40px 0 100px 0;
}
.gallery__box__instWrap {
  max-width: 1400px;
  width: 100%;
}
/*----- 404 error -----*/
/*----- single -----*/
.pagelink {
  padding: 45px 0 100px 0;
}
.pagelink a {
  color: #000;
  text-decoration: none;
}
.pageprev {
  width: 48%;
  float: left;
  text-align: left;
}
.pagenext {
  width: 48%;
  float: right;
  text-align: right;
}
.news__post__single p {
  text-align: left;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 2.28em;
}
.news__posts__singleWrap {
  max-width: 860px;
  margin: 0 auto;
}
.news__post__single {
  max-width: none;
  background: #fff;
  margin: 0;
  padding: 60px 100px 80px 100px;
}
.news__post__single__img img {
  width: auto;
  height: auto;
  max-width: 640px;
}
.news__post__single h2 {
  font-size: 20px;
  text-align: center;
  margin: 45px 0 50px 0;
  line-height: 1.8em;
}
.news__post__single .news__post__txt {
  max-width: 500px;
  margin: 0 auto;
}
.news__post__single p img {
  max-width: 500px;
  margin: 15px 0;
}
@media screen and (max-width: 1500px) {
  .about__box05__cont01::before {
    width: 540px;
    height: 460px;
    background-size: cover;
    margin: 0 20px 0 0;
  }
  .about__box07::before {
    width: 419px;
    height: 111px;
    background-size: cover;
    margin: 0 20px 0 0;
    right: 0;
  }
}
@media screen and (max-width: 1450px) {
  .news__post {
    margin: 0 30px 100px 0;
  }
  .news__postsWrap {
    max-width: 1200px;
  }
  .news__post__single {
    max-width: none;
    margin: 0;
  }
  .news__posts__singleWrap {
    max-width: 860px;
  }
  .menu__box01__cont01 {
    margin: 0 0 0 200px;
  }
  .menu__box01__cont02::before {
    right: -220px;
  }
  .menu__box02__cont01__dessert {
    margin: 0 auto;
  }
  .menu__box02__cont01__dessert::before {
    width: 390px;
    right: -191px;
    height: 320px;
    background-size: cover;
  }
  .menu__box01__cont02__drink {
    margin: 70px auto 0 auto;
  }
  .menu__box01__cont02__drink::before {
    width: 220px;
    height: 300px;
    left: -190px;
    top: 40px;
    background-size: cover;
  }
}
@media screen and (max-width: 1400px) {
  .gnav__menu {
    margin: 0 4%;
  }
}
@media screen and (max-width: 1360px) {
  .overLayImg {
    width: 460px;
    margin: 0 auto;
  }
  .prev-arrow {
    left: 0;
  }
  .next-arrow {
    right: 0;
  }
  .overLay__coverlef {
    max-width: 540px;
  }
  .overLay__coverrig {
    padding: 50px 0 0 40px;
  }
}
@media screen and (max-width: 1366px) {
  .overLay__cover {
    height: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .gnav__menu__item a {
    font-size: 35px;
  }
  .top__box01__cont01rig h2 {
    font-size: 51px;
  }
  .top__box01__cont01rig p {
    font-size: 25px;
  }
  .top__box03__lef {
    width: 65%;
  }
  .top__box03__rig__txt h2 {
    font-size: 35px;
  }
  .top__box03__rig__txtWrap {
    max-width: 580px;
  }
  .top__box01__cont02__txt {
    margin: 0 auto;
  }
  .guide__box04__cont02Wrap h4,
  .guide__box04__cont03Wrap h4 {
    left: 0;
  }
  .guide__box04__cont02Wrap p,
  .guide__box04__cont03Wrap p {
    margin: 0 0 0 20px;
  }
  .lowerpage__header {
    height: 400px;
  }
  .about__box03Wrap::before,
  .about__box04Wrap::before {
    width: 490px;
    height: 410px;
    background-size: cover;
  }
  .about__box03Wrap::before {
    top: 160px;
  }
  .about__box04Wrap::before {
    top: 300px;
  }
  .about__box04__txt {
    padding: 40px 40px 0 0;
  }
  .about__box05__cont01::before {
    width: 440px;
    height: 360px;
  }
}
@media screen and (max-width: 1280px) {
  .menu__box03__cont02  {
    display: block;
  }
  .menu__box03__cont02 p {
    padding: 0;
    margin: 0px 0 0 0;
    white-space: normal;
  }
  .menu__box03__cont02 h3 {
    white-space: normal;
  }
}

@media screen and (max-width: 1220px) {
  .news__post {
    max-width: 320px;
  }
  .news__postsWrap {
    max-width: 1020px;
  }
  .news__post {
    margin: 0 30px 50px 0;
  }
  .news__post__single {
    max-width: none;
    margin: 0;
  }
  .news__posts__singleWrap {
    max-width: 860px;
  }
  .overLayImg {
    width: 360px;
    height: 520px;
  }
  .overLay__coverlef {
    max-width: 470px;
    margin: 0 0 0 40px;
  }
  .overLay__coverrig {
    width: 50%;
  }
  .menu__box01__cont02__drink::before,
  .menu__box02__cont01__dessert::before,
  .menu__box01__cont02::before {
    content: none;
  }
  .menu__box01__cont02__drink__topImg,
  .menu__box02__cont01__dessert__topImg,
  .menu__box01__cont02__topImg {
    display: block;
    width: 100%;
    height: 220px;
    max-width: 780px;
  }
  .menu__box01__cont02,
  .menu__box01__cont02__drink {
    margin: 0 auto 0 auto;
  }
  .menu__box01__cont02__drink__topImg {
    margin: 70px auto 0 auto;
    background: url("images/menu/img04.jpg") center no-repeat;
    background-size: cover;
  }
  .menu__box02__cont01__dessert__topImg {
    background: url("images/menu/img03.jpg") center no-repeat;
    background-size: cover;
    margin: 0 auto;
  }
  .menu__box01__cont02__topImg {
    background: url("images/menu/img02.jpg") center no-repeat;
    margin: 134px auto 0 auto;
    background-size: cover;
  }
  .menu__box01__cont02__drink {
    max-width: 780px;
  }
  .menu__box03__ttl h2 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .clickImg {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1150px) {
  .top__box03__lef {
    width: 100%;
  }
  .top__box03__rig {
    padding: 70px 0 40px 0;
  }
  .top__box03__lef__img {
    width: 33.33333%;
    height: 246px;
  }
  .top__box03__rig__txtWrap {
    width: calc(100% - 40px);
    -webkit-width: calc(100% - 40px);
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
  }
  .top__box03 {
    display: block;
  }
  .about__box03Wrap {
    margin: 0 0 0 40px;
  }
  .about__box04Wrap {
    padding: 70px 0 0 450px;
  }
  .about__box04Wrap::before {
    top: 190px;
  }
  .about__box05__cont01 h2,
  .about__box03Wrap h2,
  .about__box04Wrap h2 {
    font-size: 70px;
  }
  .about__box06 h2,
  .about__box07 h2,
  .about__box05__cont02 h2 {
    font-size: 50px;
  }
  .about__box06 h2,
  .about__box07 h2 {
    padding: 0 0 0 50px;
  }
  .about__box05Wrap {
    padding: 0 0 150px 40px;
  }
  .about__box05__cont01::before {
    top: 100px;
  }
  .about__box05__cont02 {
    padding: 60px 0 0 0;
  }
  .about__box06Wrap {
    padding: 0 0 100px 40px;
  }
  .about__box07Wrap {
    padding: 0 0 105px 0;
    margin: 60px auto 0 90px;
  }
  .about__box03Wrap::before,
  .about__box04Wrap::before {
    width: 420px;
    height: 370px;
  }
  .about__box06Wrap tr::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #d2d2d2;
    left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .gnav__menu__item span {
    font-size: 13px;
  }
  .gnav__menu__item a {
    font-size: 30px;
  }
  .top__box01__cont01rig {
    padding: 0 0 0 70px;
  }
  .clickImg {
    width: 170px;
    height: 170px;
  }
  .latte__box02 .latte__box02__post {
    margin: 0 0 30px 0;
  }
  .overLay__coverrig {
    padding: 50px 20px 0 40px;
  }
}
@media screen and (max-width: 1040px) {
  .news__post {
    max-width: 270px;
    margin: 0 15px 50px 0;
  }
  .news__post__imgInner {
    height: 190px;
  }
  .news__post__txt {
    padding: 20px 25px;
  }
  .news__postsWrap {
    max-width: 840px;
  }
  .news__post__single {
    max-width: none;
    margin: 0;
  }
  .news__posts__singleWrap {
    max-width: 860px;
  }
}
@media screen and (max-width: 1024px) {
  .global-header .header-logo {
    left: 50px;
  }
  .menu {
    right: 80px;
  }
  .gnav {
    width: 65%;
  }
  .top__box01__cont01rig p {
    font-size: 23px;
  }
  .top__box01__cont01rig h2 {
    font-size: 41px;
  }
  .top__box01__cont01rig__span04 {
    padding: 0px 0 0 45px;
  }
  .lowerpage__header {
    margin: 0 0 60px 0;
  }
  .selectBox {
    height: 190px;
  }
  .gallery__box__youtu__cont01,
  .gallery__box__youtu__cont02 {
    display: block;
  }
  .gallery__box__youtu__cont01__01,
  .gallery__box__youtu__cont01__02,
  .gallery__box__youtu__cont01__03,
  .gallery__box__youtu__cont02__01,
  .gallery__box__youtu__cont02__02,
  .gallery__box__youtu__cont02__03 {
    width: 50%;
    margin: 0 auto 40px auto;
  }
  .gallery__box__youtu h2 {
    margin: 0 auto 40px auto;
  }
  .gallery__box__youtu .common__btn {
    color: #113b27;
    border: #113b27 solid 1px;
    margin: 50px auto 100px auto;
    font-size: 15px;
    line-height: 2.6em;
  }
  .about__box02__menu__post h3 {
    font-size: 24px;
    padding: 25px 0 5px 0;
  }
  .about__box02__ttl h2 {
    font-size: 40px;
  }
  .about__box02__menuWrap {
    padding: 130px 0 0 0;
  }
  .about__box02 {
    height: auto;
    background-size: cover;
  }
  .guide__box03 iframe {
    width: 100%;
    height: 400px;
  }
  .latte__box01 li {
    margin: 10px 0;
  }
  .latte__box01 a {
    font-size: 20px;
  }
  .overLay__coverrig p {
    font-size: 15px;
    line-height: 1.5em;
  }
  .overLay__coverrig h4 {
    font-size: 24px;
  }
  .overLay__cover,
  .overLay__coverWrap {
    height: 100%;
  }
  .overLay__coverrig {
    padding: 100px 20px 0 40px;
  }
  .menu__box01__cont03__today h3,
  .menu__box01__cont04__weekly h3 {
    font-size: 35px;
    padding: 0 0 0 20px;
  }
  .menu__box01__cont02__ttl h2 {
    font-size: 35px;
  }
  .menu__box01__cont01__ttl h2 {
    font-size: 45px;
  }
  .menu__box01__cont01 {
    margin: 0 auto;
  }
  .menu__box01__cont01::before {
    content: none;
  }
  .menu__box01__cont01__topImg {
    display: block;
    background: url("images/menu/img01.jpg") center no-repeat;
    width: 100%;
    height: 220px;
    margin: 0 auto;
    background-size: cover;
    max-width: 780px;
  }
  .menu__box01__cont01__ttl {
    padding: 30px 0 0;
    text-align: left;
  }
  .menu__box01__cont01__txt,
  .menu__box01__cont01__ttl p {
    padding: 20px 0 0;
  }
  .menu__box01__cont01 {
    padding: 0;
    max-width: 650px;
  }
  .menu__box01__cont02__topImg {
    margin: 80px auto 0 auto;
  }
  .menu__box02__cont01__dessert__desc {
    padding: 40px 0 15px 0;
    margin: 0 auto;
  }
  .menu__box01__cont02__drink {
    padding: 40px 70px 60px 70px;
  }
  .menu__box01__cont02__drink__desc {
    padding: 30px 0 0;
  }
  .menu__box01__cont02__drink__name {
    padding: 0 0 10px 0;
  }
  .menu__box02 {
    padding: 0 0 170px 0;
  }
  .menu__box03__cont01Wrap {
    display: block;
  }
  .menu__box03__cont01__hotdrink__lef {
    margin: 0 auto;
  }
  .menu__box03__cont01__hotdrink__rig {
    margin: 30px auto 0 auto;
  }
  .menu__box03__cont01__hotdrink__rigWrap {
    max-width: 650px;
    margin: 0 auto;
  }
  .menu__box03__cont01__hotdrink__rig h3 {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .menu__box03__ttl h2 {
    font-size: 70px;
    top: -40px;
  }
  .menu__box03__cont02 {
    display: block;
  }
  .menu__box03__cont03Wrap {
    display: block;
  }
  .menu__box03__cont03__rig,
  .menu__box03__cont03__lef {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }
  .menu__box03__cont03__rig {
    margin: 60px auto 0 auto;
  }
  .menu__box03__cont03Wrap h3 {
    margin: 0 0 10px 0;
  }
  .menu__box02__cont01__dessert {
    padding: 50px 80px 90px 80px;
  }
  .menu__box02__cont01__dessert h3 {
    font-size: 35px;
  }
  .menu__box02__cont01__dessert__desc h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .menu__box02__cont01__dessert__desc h3.font--eng {
    font-size: 35px;
    margin: 0;
  }
  .menu__box01__cont02__drink h3 {
    font-size: 30px;
  }
  .menu__box01__cont02__drink__name {
    padding: 0;
    width: 50%;
  }
  .menu__box01__cont02__drink__comment {
    margin: 15px 0 0;
  }
  .menu__box03__cont03__lef {
    border-bottom: solid 1px;
    padding: 0 0 30px 0;
  }
  .menu__box03__cont02 p {
    margin: 0 0 10px 0;
  }
  .menu__box01__cont01 {
    padding: 0 0 0 10px;
  }
  .menu__box03__cont02 {
    width: calc(100% - 20px);
    margin: 30px auto 80px auto;
  }
  .menu__box03__cont02 p::before {
    bottom: -19px;
    right: 0;
  }
  .menu__box03__cont02 p::after {
    top: -76px;
    right: 0;
  }
  .about__box03Wrap {
    margin: 0 0 0 10px;
  }
  .about__box05Wrap {
    padding: 0 0 150px 10px;
  }
  .about__box06 h2,
  .about__box07 h2 {
    padding: 0 0 0 10px;
  }
  .about__box06__list__lef {
    width: 110px;
    text-align: left;
  }
  .about__box06Wrap {
    padding: 0 0 100px 10px;
  }
  .about__box07Wrap {
    margin: 60px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .overLay__coverWrap {
    display: block;
  }
  .overLay__coverlef {
    margin: 0 auto;
    height: 50%;
  }
  .slick-slider {
    height: 100%;
  }
  .overLayImg {
    height: 421px;
  }
  .overLay__cover {
    height: 100%;
    overflow-y: scroll;
  }
  .overLay__coverrig {
    padding: 0 0 120px 0;
    width: 500px;
    margin: 0 auto;
    height: auto;
  }
  .overLay__coverrig h4 {
    padding: 0;
  }
  .overLayBtn {
    bottom: 60px;
    margin: 0 0 0 auto;
    width: 40px;
    height: 40px;
  }
  .overLayBtn::before,
  .overLayBtn::after {
    left: 18px;
    top: 7px;
    height: 25px;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
}
@media screen and (max-width: 970px) {
  .about__box03Wrap::before,
  .about__box04Wrap::before {
    content: none;
  }
  .about__box03Wrap__topImg,
  .about__box04Wrap__topImg {
    width: 420px;
    height: 370px;
    display: block;
    width: 100%;
  }
  .about__box03Wrap__topImg {
    background: url("images/about/img08.jpg") 0 center no-repeat;
    height: 260px;
  }
  .about__box04Wrap__topImg {
    background: url("images/about/img09.jpg") center no-repeat;
    background-size: cover;
    height: 200px;
  }
  .about__box03 .about__box03Wrap h2.font--eng {
    padding: 0;
    margin: 30px 0 20px 20px;
    text-align: left;
  }
  .about__box04Wrap {
    padding: 0;
  }
  .about__box04__txt {
    padding: 20px 0 50px;
    min-height: auto;
  }
  .about__box03,
  .about__box04 {
    width: 100%;
  }
  .about__box04 {
    margin: 0 auto 0px auto;
  }
  .about__box03Wrap {
    margin: 0 0 50px 0;
  }
  .about__box03Wrap h2,
  .about__box04Wrap h2,
  .about__box03Wrap h3,
  .about__box03Wrap p,
  .about__box04__txt {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
  .about__box04Wrap h2 {
    margin-top: 30px;
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .latte__box02 .latte__box02__post {
    width: 50%;
  }
  .clickImg {
    width: 320px;
    height: 170px;
  }
  .menu__box01__cont03__today,
  .menu__box01__cont04__weekly {
    display: block;
    max-width: 780px;
    margin: 0 auto 50px auto;
  }
  .menu__box01__cont03__today h3,
  .menu__box01__cont04__weekly h3 {
    font-size: 30px;
    padding: 0 0 20px 20px;
  }
  .about__box04Wrap ul {
    padding: 0 0 15px 20px;
  }
}
@media screen and (max-width: 900px) {
  .main__rabb {
    max-width: 96px;
  }
  .main-visual__inner__txt {
    left: 80px;
  }
  .footer__box01__infoWrap {
    text-align: center;
  }
  .top__box01__cont01 {
    height: auto;
    padding: 50px 0;
  }
  .top__box01__cont01rig,
  .top__box01__cont01lef {
    margin: 0 auto;
    padding: 0;
  }
  .top__box01__cont01lef img {
    margin: 0 auto;
    display: block;
    padding: 0 0 60px 0;
  }
  .top__box01__cont02 {
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 70px 0;
  }
  .top__box01__cont02__txt {
    margin: 0 auto;
    width: calc(100% - 20px);
  }
  .top__box02 {
    height: auto;
  }
  .top__box02__lef {
    width: 100%;
    height: 200px;
  }
  .home #map {
    width: 100%;
    height: 300px;
  }
  .footer__box01__infoWrap,
  .top__box01__cont01,
  .top__box02 {
    display: block;
  }
  .top__box01__cont01rig {
    width: 100%;
    margin: 0 0 0 15%;
  }
}
@media screen and (max-width: 860px) {
  .news__post {
    max-width: 240px;
  }
  .news__post__txt {
    padding: 15px 15px;
  }
  .news__post__imgInner {
    height: 150px;
  }
  .news__postsWrap {
    max-width: 750px;
  }
  .news__post__single {
    max-width: none;
    margin: 0;
    padding: 50px 50px 40px 50px;
  }
  .news__posts__singleWrap {
    max-width: 860px;
  }
  .gallery__box__youtu__cont01__01,
  .gallery__box__youtu__cont01__02,
  .gallery__box__youtu__cont01__03,
  .gallery__box__youtu__cont02__01,
  .gallery__box__youtu__cont02__02,
  .gallery__box__youtu__cont02__03 {
    width: 80%;
  }
  .about__box02__menuWrap a::before {
    background-size: contain;
  }
  .about__box02__menu__menu a::before {
    width: 41px;
    height: 68px;
    margin-left: -19.5px;
  }
  .about__box02__menu__access a::before {
    width: 64px;
    height: 64px;
    margin-left: -29.5px;
  }
  .about__box02__menu__guide a::before {
    width: 53px;
    height: 67px;
    margin-left: -23.5px;
  }
  .about__box02__menu__latte a::before {
    width: 85px;
    height: 57px;
    margin-left: -42.5px;
  }
  .about__box02__menu__order a::before {
    width: 52px;
    height: 74px;
    margin-left: -39px;
  }
  .about__box02__menu__post h3 {
    font-size: 20px;
    padding: 12px 0 5px 0;
  }
  .about__box02__menuWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about__box02__menu__post {
    width: 33%;
  }
  .about__box02__menuWrap {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: left;
  }
  .about__box02__menu__post {
    padding: 0 0 100px 0;
  }
  .about__box02 {
    padding: 10px 0 0 0;
  }
  .about__box02__menuWrap {
    padding: 100px 0 0 0;
  }
}
@media screen and (max-width: 810px) {
  .about__box05__cont01::before {
    content: none;
  }
  .about__box05__cont01__topImg {
    display: block;
    background: url("images/about/img10.jpg") center no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
  }
  .about__box05__cont01 {
    padding: 0px 0 0 0;
  }
  .about__box05__cont01 h2,
  .about__box03Wrap h2,
  .about__box04Wrap h2 {
    font-size: 50px;
  }
  .about__box06 h2,
  .about__box07 h2,
  .about__box05__cont02 h2 {
    font-size: 35px;
  }
  .about__box05__cont01 h3 {
    font-size: 30px;
    margin: 0px 0 30px 0;
  }
  .about__box05__cont02 {
    padding: 0;
  }
  .about__box06 h2 {
    top: -40px;
  }
}
@media screen and (max-width: 800px) {
  .gnav__menu__item a {
    font-size: 26px;
  }
}
@media screen and (max-width: 769px) {
  .news__post {
    margin: 0;
  }
  .news__post:nth-child(1),
  .news__post:nth-child(3),
  .news__post:nth-child(5) {
    margin: 0 15px 30px 0;
  }
  .news__postsWrap {
    max-width: 495px;
  }
  .selectBox {
    display: block;
    height: auto;
    padding: 0 0 60px 0;
  }
  .catSelect {
    padding: 0;
  }
  .lowerpage__header {
    height: 290px;
  }
  .lowerpage__header__ttl h2 {
    font-size: 90px;
    line-height: 1;
  }
  .footer__box01 {
    display: none;
  }
  .news__post.news__post__single {
    max-width: none;
    margin: 0;
    padding: 50px 50px 40px 50px;
  }
  .news__posts__singleWrap {
    max-width: 860px;
  }
  .news__post__single__img img {
    width: 100%;
  }
  .order__box__no01 .order__box__img,
  .order__box__no03 .order__box__img,
  .order__box__no05 .order__box__img,
  .order__box__no02 .order__box__img,
  .order__box__no04 .order__box__img {
    float: none;
    margin: 0;
    width: 100%;
    background-size: cover;
    max-width: none;
    height: 250px;
  }
  .order-contents {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .order__box__text {
    width: calc(100% - 20px);
    -webkit-width: calc(100% - 20px);
    margin: 0 auto;
  }
  .recruit__box01 {
    padding: 0 0 50px 0;
  }
  .recruit__box01__br {
    display: none;
  }
  .recruit__box01 p {
    font-size: 15px;
  }
  .recruit__box02 h2 {
    font-size: 21px;
  }
  .recruit__box03Wrap {
    padding: 45px 10px;
  }
  .gallery-contents {
    margin: 60px auto;
  }
  .guide__box01 h2,
  .guide__box03 h2,
  .guide__box04 h2 {
    font-size: 35px;
    margin: 0 0 15px 0;
  }
  .menu__box01Wrap,
  .menu__box02Wrap {
    width: 100%;
  }
  .menu__box01Wrap,
  .menu__box02Wrap {
    text-align: center;
  }
  .menu__box03__ttl h2 {
    font-size: 50px;
    top: -25px;
    right: 30px;
  }
  .menu__box01__cont02__drink {
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  .footer__box02__infoWrap02,
  .footer__box02__btns {
    display: block;
    text-align: center;
  }
  .footer__box02__infoWrap02 {
    padding: 0;
  }
  .footer__box02__info02rig p {
    line-height: 1.6em;
  }
  .footer__box02__btns .common__btn {
    margin: 15px auto;
  }
  .footer__box02 {
    padding: 20px 0 30px 0;
    position: relative;
  }
  .pagetop .totop {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
  }
  .footer__box02__sns {
    bottom: 20px;
  }
  .footer__box02__info02lef h2 {
    line-height: 2em;
  }
  .gnav {
    width: 100%;
  }
  .clickImg {
    width: 260px;
    height: 170px;
  }
  .menu__box03__wrap {
    width: 100%;
  }
  .menu__box03__cont03 img {
    width: 100%;
    height: auto;
    min-height: 200px;
    min-width: 515px;
  }
  .menu__box03__cont03__rig,
  .menu__box03__cont03__lef,
  .menu__box03__cont01__hotdrink__rigWrap {
    width: calc(100% - 20px);
    -webkit-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 650px) {
  .guide__box01__cont01 {
    display: block;
  }
  .guide__box01__cont01__lef {
    margin: 0 auto 20px 0;
  }
  .guide__box01__cont01 p {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .guide__box01__cont02 .footer__box01__info__tel,
  .guide__box01__cont03 .footer__box01__info__tel {
    font-size: 17px;
  }
  .footer__box01__info__tel__traveler {
    font-size: 20px;
  }
  .footer__box01__info__tel span {
    font-size: 27px;
    padding: 0 0 0 10px;
  }
  .guide__box01__cont03__txt,
  .guide__box01__cont02__txt {
    font-size: 15px;
    line-height: 1.5em;
  }
  .guide__box01__cont03__txt,
  .guide__box01__cont02__txt {
    font-size: 15px;
    line-height: 1.5em;
    margin: 10px 0 20px 0;
  }
  .about__box02__ttl {
    width: cakc(80%);
    margin: 0 auto;
  }
  .about__box03Wrap__topImg {
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  .main-visual__inner__txt {
    left: 35px;
  }
  .main-visual__inner {
    border: solid 20px #fff;
  }
  .top__box03__rig__txt__cont p {
    padding: 0 0 0 20px;
  }
  .top__box03__rig__txt__cont span {
    padding: 0px 0 0 10px;
  }
  .top__box03__rig__txt {
    padding: 0 0 50px 0;
  }
  .top__box01__cont01rig h2 {
    font-size: 31px;
  }
  .top__box01__cont01rig p {
    font-size: 18px;
  }
  .global-header .header-logo img {
    width: 75%;
  }
  .global-header .header-logo {
    left: 25px;
    bottom: 25px;
  }
  .lowerPage__inner .header-logo {
    left: 10px;
    bottom: 30px;
  }
  .menu {
    right: 45px;
    bottom: 44px;
  }
  .lowerPage__inner .menu {
    right: 30px;
    bottom: 49px;
  }
  .top__box01__cont01lef img {
    padding: 0 0 25px 0;
  }
  .top__box01__cont01rig__span01 {
    padding: 0 0 0 80px;
  }
  .top__box01__cont01rig__span02 {
    padding: 0 0 0 65px;
  }
  .top__box01__cont01rig__span03 {
    padding: 0 0 0 73px;
  }
  .top__box01__cont01rig__span04 {
    padding: 0px 0 0 39px;
  }
  .pagelink {
    display: block;
    padding: 20px 0 70px 0;
  }
  .pagereturnNex,
  .pagereturnPre,
  .pagereturn {
    width: 100%;
    display: block;
    text-align: center;
  }
  .pagelink a.common__btn {
    display: block;
    width: 100%;
    margin: 10px auto;
  }
  .lowerpage__header__ttl h2 {
    font-size: 50px;
  }
  .lowerpage__header__ttl p {
    font-size: 14px;
  }
  .recruit__box03Wrap p,
  .recruit__box02 table td {
    font-size: 14px;
    padding: 20px 0;
  }
  .recruit__box03Wrap h3 span {
    font-size: 32px;
  }
  .gallery__box__youtu__cont01__01,
  .gallery__box__youtu__cont01__02,
  .gallery__box__youtu__cont01__03,
  .gallery__box__youtu__cont02__01,
  .gallery__box__youtu__cont02__02,
  .gallery__box__youtu__cont02__03 {
    width: 100%;
  }
  .menu__box01__cont02 {
    padding: 40px 10px;
  }
  .menu__box01__cont02Wrap {
    margin: 0 auto;
  }
  .menu__box01__cont03Wrap {
    padding: 30px 10px 20px 10px;
    width: 100%;
  }
  .menu__box02__cont01__dessert {
    padding: 40px 10px 50px 10px;
  }
  .menu__box02__cont01__dessert__desc:last-child,
  .menu__box02__cont01__dessert__desc {
    padding: 25px 0 15px 0;
  }
  .menu__box01__cont03__today__desc,
  .menu__box01__cont04__weekly__desc {
    margin: 0 0 0 10px;
  }
  .menu__box01__cont03__today h3,
  .menu__box01__cont04__weekly h3 {
    padding: 0 0 20px 0px;
  }
  .menu__box01__cont02__drink {
    padding: 40px 10px 50px 10px;
  }
  .menu__box03__cont02 p {
    padding: 0;
  }
  .menu__box03__cont02 h3 {
    font-size: 60px;
    margin: 10px 0 5px;
  }
  .menu__box03__cont02 p::after {
    top: -68px;
  }
  .about__box03Wrap__br {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .clickImg {
    width: 210px;
  }
  .overLay__coverrig {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .menu__box01__cont03__today__desc,
  .menu__box01__cont04__weekly__desc {
    margin: 0;
  }
  .menu__box01__cont02__menu h3,
  .menu__box01__cont03__today__desc h5,
  .menu__box01__cont04__weekly__desc h5 {
    font-size: 22px;
    margin: 0 0 5px 0;
  }
  .menu__box01__cont02__menu__desc {
    line-height: 1.5em;
  }
  .menu__box01__cont03__today h3,
  .menu__box01__cont04__weekly h3 {
    font-size: 25px;
  }
  .menu__box02__cont01__dessert h3.font--eng,
  .menu__box01__cont02__ttl h2 {
    font-size: 30px;
  }
  .menu__box02__cont01__dessert h3 {
    margin: 0 0 10px 0;
  }
  .menu__box01__cont02__drink h3 {
    font-size: 25px;
  }
  .menu__box03__cont03__name,
  .menu__box03__cont03__much,
  .menu__box03__cont01__hotdrink__rig__much__00,
  .menu__box03__cont01__hotdrink__rig__name__00 {
    flex-wrap: nowrap;
  }
  .menu__box03__cont03__name,
  .menu__box03__cont01__hotdrink__rig__name__00 {
    margin: 0;
  }
  .menu__box03__cont01__hotdrink__rigWrap p {
    line-height: 1.5em;
  }
  .menu__box03__cont03__much,
  .menu__box03__cont01__hotdrink__rig__much__00 {
    margin: 0 0 25px auto;
  }
  .latte__design__yes::before {
    top: 0;
  }
  .menu__box03__cont03__rig__01,
  .menu__box03__cont03__lef__01,
  .menu__box03__cont01__hotdrink__rig__00 {
    border-bottom: solid 1px rgba(255,255,255,0.3);
    margin: 0 0 20px 0px;
  }
  .menu__box03__cont03__much {
    text-align: right;
  }
  .menu__box03__cont01__hotdrink__rig__00:last-child {
    border: 0;
  }
  .menu__box03__cont03Wrap p.menu__box03__cont03__much,
  .menu__box03__cont03Wrap p.menu__box03__cont03__name {
    flex-wrap: nowrap;
    line-height: 1.5em;
  }
  .menu__box03__cont03__lef {
    border: 0;
  }
  .menu__box01__cont02__drink__name {
    width: 100%;
  }
  .menu__box03__ttl h2 {
    text-align: left;
    right: -10px;
    font-size: 40px;
  }
  .menu__box03__cont01__hotdrink__rig h3 {
    text-align: left;
    padding: 0 0 0 10px;
  }
  .about__box07__lef {
    min-width: 60px;
    padding: 0 0px 0 5px;
  }
}
@media screen and (max-width: 514px) {
  .overLayImg {
    height: 100%;
    margin: 35px auto 0 auto;
  }
}
@media screen and (max-width: 514px) {
  .news__post:nth-child(1),
  .news__post:nth-child(2),
  .news__post:nth-child(3),
  .news__post:nth-child(4),
  .news__post:nth-child(5),
  .news__post:nth-child(6) {
    margin: 0 0 30px 0;
  }
  .news__postsWrap {
    max-width: 380px;
    width: calc(100% - 40px);
    -webkit-width: calc(100% - 40px);
  }
  .news__post {
    max-width: 380px;
  }
  .selectBox {
    width: calc(100% - 20px);
    -webkit-width: calc(100% - 20px);
    margin: 0 auto;
  }
  .selectBox select {
    width: 300px;
  }
  .news__post__imgInner {
    height: 200px;
  }
  .lowerpage__header {
    height: 240px;
  }
  .news__post__txt {
    min-height: 140px;
  }
  .news__posts__singleWrap {
    max-width: 860px;
  }
  .guide__box01__cont03__booking img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .main-visual__inner__txt {
    font-size: 17px;
  }
  .footer__box01__name {
    text-align: center;
  }
  .footer__box01__name h1 {
    font-size: 50px;
  }
  .footer__box01__info__tel span {
    font-size: 26px;
  }
  .footer__box01__info__tel__traveler {
    font-size: 21px;
  }
  .footer__box01__info__tel {
    font-size: 15px;
  }
  .footer__box01__name span {
    bottom: -8px;
    font-size: 11px;
    right: -35px;
  }
  .footer__box01__info__time span {
    font-size: 14px;
    padding: 4px 7px 3px 7px;
  }
  .common__btn,
  .common__btn:active,
  .common__btn:hover,
  .common__btn:visited,
  .common__btn:link {
    font-size: 15px;
    line-height: 2.6em;
  }
  .top__box03__rig__txt h2 {
    font-size: 26px;
  }
  .top__box03__rig__txt__cont span {
    font-size: 11px;
  }
  .top__box03__rig__txt__cont p {
    padding: 0 0 0 10px;
    font-size: 15px;
    display: block;
    line-height: 1;
  }
  .footer__box01__info__time {
    white-space: normal;
  }
  .top__box03__lef__img {
    height: 166px;
  }
  .footer__box01__info__tel__traveler {
    font-size: 21px;
  }
  .main__rabb {
    max-width: 76px;
    right: -5px;
  }
  .gnav__menu__item {
    margin: 25px 0;
  }
  .gnav__menu__item a {
    font-size: 22px;
  }
  .news__post.news__post__single {
    max-width: none;
    margin: 0;
    padding: 50px 15px 40px 15px;
  }
  .news__post__single h2 {
    margin: 5px 0 20px 0;
  }
  .news__post__single p img {
    width: 100%;
    height: auto;
  }
  .news__post__single__dates {
    margin: 0 0 15px 15px;
  }
  .news__post__single p {
    line-height: 1.5em;
  }
  .news__postsWrap {
    padding: 50px 0 0 0;
  }
  .order__box__no01 .order__box__img,
  .order__box__no03 .order__box__img,
  .order__box__no05 .order__box__img,
  .order__box__no02 .order__box__img,
  .order__box__no04 .order__box__img {
    height: 200px;
  }
  .order__box__text__ja,
  .order__box__text__eng {
    line-height: 1.5em;
  }
  .order__box__text h3 {
    font-size: 23px;
  }
  .recruit__box02 table .recruit__box02__lef {
    width: 130px;
  }
  .recruit__box02 table .recruit__box02__rig {
    padding: 5px 0 5px 15px;
    line-height: 1.5em;
  }
  .recruit__box01 p {
    font-size: 15px;
    line-height: 1.5em;
    text-align: left;
  }
  .gallery__box__inst h2,
  .gallery__box__youtu h2 {
    font-size: 24px;
  }
  .gallery__box__youtu__cont01 iframe,
  .gallery__box__youtu__cont02 iframe {
    height: 300px;
  }
  .guide__box04__cont01Wrap {
    display: block;
    margin: 0 0 20px 0;
  }
  .guide__box04__cont01__lef {
    margin: 0 auto 10px 0;
  }
  .guide__box04__cont01__youtube iframe {
    height: 300px;
  }
  .guide__box04__cont01__youtube {
    margin: 0 0 30px 0;
  }
  .guide__box04__cont02Wrap p,
  .guide__box04__cont03Wrap p {
    margin: 0 0 0 15px;
    line-height: 1.8em;
  }
  .guide__box04__cont02Wrap h4,
  .guide__box04__cont03Wrap h4 {
    margin: 35px 0 15px 0;
  }
  .guide__box04__cont02__access {
    margin: 0 0 60px 0;
  }
  .guide__box03 .common__btn {
    margin: 10px 0 20px 0;
  }
  .guide__box04 {
    margin: 90px 0 0 0;
    padding: 0 0 40px 0;
  }
  .menu__box01__cont03__menu__desc,
  .menu__box01__cont04__menu__desc,
  .menu__box02__cont01__menu__desc,
  .menu__box01__cont02__menu__desc {
    line-height: 1.5em;
  }
  .menu__box03__cont02 p {
    padding: 0;
  }
  .menu__box01__cont02Wrap,
  .menu__box02__cont01__dessert {
    text-align: left;
  }
  .menu__box01__cont03 {
    margin: 40px 0 0 0;
  }
  .menu__box01__cont01__ttl h2 {
    font-size: 40px;
  }
  .menu__box01__cont03Wrap h5 {
    line-height: 1.3em;
  }
  .menu__box01__cont02__menu h3,
  .menu__box01__cont03__today__desc h5,
  .menu__box01__cont04__weekly__desc h5 {
    font-size: 20px;
  }
  .menu__box01__cont02__ttl h2 {
    margin: 0;
  }
  .menu__box02 {
    padding: 0 0 70px 0;
  }
  .menu__box03__cont03__rig {
    margin: 10px auto 0 auto;
  }
  .menu__box03__cont03Wrap h3 {
    margin: 0 0 20px 0;
  }
  .menu__box03 {
    padding: 0 0 80px 0;
  }
  .menu__box03__cont01__hotdrink__rig {
    margin: 40px auto 0 auto;
  }
  .menu__box03__cont03 img {
    display: block;
    margin: 0 auto 40px auto;
  }
  .about__box01 h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
  }
  .about__box03Wrap h2,
  .about__box04Wrap h2,
  .about__box03Wrap h3,
  .about__box03Wrap p,
  .about__box04__txt {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
  }
  .about__box04Wrap ul {
    padding: 0 0 15px 10px;
  }
  .about__box03 .about__box03Wrap h2.font--eng {
    margin: 30px 0 20px 10px;
  }
  .about__box05__cont01 p,
  .about__box05__cont02 p,
  .about__box03Wrap p,
  .about__box04Wrap p {
    line-height: 1.8em;
  }
  .about__box03Wrap h3,
  .about__box04Wrap h3 {
    font-size: 25px;
  }
  .about__box05__cont01 h2,
  .about__box03Wrap h2,
  .about__box04Wrap h2 {
    font-size: 40px;
  }
  .about__box05__cont01 h3 {
    font-size: 20px;
    margin: 5px 0 30px 0;
  }
  .about__box05__cont02 {
    padding: 1px 0 0 0;
  }
  .about__box05Wrap {
    padding: 0 0 60px 10px;
  }
  .about__box06__list__rig,
  .about__box07__rig {
    line-height: 1.5em;
  }
  .about__box06__list__rig {
    padding: 20px 0 20px 10px;
  }
  .about__box06Wrap {
    padding: 0 0 100px 0;
  }
  .about__box07__rig {
    width: 100%;
    padding: 20px 0 20px 15px;
  }
  .prev-arrow {
    left: 30px;
  }
  .next-arrow {
    right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .latte__box02 .latte__box02__post {
    width: 100%;
  }
  .clickImg {
    width: 310px;
  }
  #sb_instagram .sbi_follow_btn a,
  #sb_instagram #sbi_load .sbi_load_btn {
    display: block;
    margin: 20px auto;
  }
  #sbi_load {
    margin: 10px 0 50px 0;
  }
}
@media screen and (max-width: 439px) {
  .gallery__box__inst .common__btn {
    display: block;
    margin: 20px auto;
  }
  .gallery__box__inst {
    padding: 0 0 50px 0;
  }
  .about__box02__menu__post {
    width: 50%;
  }
  .about__box02__menu__post {
    padding: 0 0 75px 0;
  }
  .about__box02__menu__guide a::before {
    width: 43px;
    height: 57px;
    margin-left: -18.5px;
  }
  .about__box02__menu__access a::before {
    width: 54px;
    height: 54px;
    margin-left: -24.5px;
  }
  .about__box02__menu__menu a::before {
    width: 36px;
    height: 58px;
    margin-left: -17.5px;
  }
  .about__box02__menu__latte a::before {
    width: 75px;
    height: 47px;
    margin-left: -34.5px;
  }
  .about__box02__menu__order a::before {
    width: 42px;
    height: 64px;
    margin-left: -32px;
  }
  .about__box02__menu__post h3 {
    padding: 7px 0 5px 0;
  }
  .latte__box01 a {
    font-size: 17px;
  }
  .overLayImg {
    height: 100%;
    width: 280px;
  }
  .prev-arrow {
    left: 10px;
  }
  .next-arrow {
    right: 10px;
  }
}
@media screen and (max-width: 400px) {
  .top__box01__cont02__txt__bottom {
    display: block;
  }
  .top__box01__cont02__txt__bottom .common__btn {
    max-width: 180px;
    margin: 15px auto;
  }
  .top__box01__cont02 {
    padding: 45px 0 35px 0;
  }
  .footer__box02__info02rig p {
    font-size: 14px;
  }
  .top__box01__cont01rig {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .top__box01__cont01rig h2 {
    margin: 0 0 10px 0;
  }
  .top__box01__cont01rig__span01 {
    padding: 0px 0 0 70px;
  }
  .top__box01__cont01rig__span02 {
    padding: 0 0 0 55px;
  }
  .top__box01__cont01rig__span03 {
    padding: 0 0 0 65px;
  }
  .top__box01__cont01rig__span04 {
    padding: 0 0 0 31px;
  }
  .main-visual__inner__txt__br {
    display: block;
  }
  .main-visual__inner__txt {
    bottom: 100px;
  }
  .gnav__menu__item a {
    font-size: 20px;
  }
  .gnav__menu01 {
    margin: 0 4% 0 0;
  }
  .gnav__menu02 {
    margin: 0 0 0 4%;
  }
  .gnav__menu__item span {
    font-size: 11px;
  }
  .recruit__box02 table .recruit__box02__lef {
    width: 100px;
  }
  .order__box__text h3 br {
    display: none;
  }
  .footer__box01__info__tel__traveler {
    font-size: 19px;
  }
  .menu__box03__cont03__rig__01,
  .menu__box03__cont03__lef__01 {
    display: block;
    margin: 0 0 20px 0px;
  }
  .menu__box01__cont01__txt {
    display: block;
    text-align: left;
  }
  .menu__box01__cont01__txt__lef {
    padding: 0 0 0 20px;
  }
  .about__box05__cont01 h2,
  .about__box03Wrap h2,
  .about__box04Wrap h2 {
    font-size: 30px;
  }
  .about__box04Wrap p.about__box04__txt02__p {
    font-size: 15px;
  }
  .about__box04__txt02__h3 {
    font-size: 20px;
  }
  .about__box06 h2,
  .about__box07 h2,
  .about__box05__cont02 h2 {
    font-size: 24px;
  }
  .about__box05__cont01 p,
  .about__box05__cont02 p,
  .about__box03Wrap p,
  .about__box04Wrap p {
    line-height: 1.7em;
  }
  .about__box05Wrap {
    padding: 0 0 60px 0;
  }
  .about__box05__cont01 p br {
    display: none;
  }
  .about__box07Wrap tbody {
    font-size: 14px;
  }
  .about__box07__rig {
    padding: 20px 0 20px 5px;
  }
}
@media screen and (max-width: 360px) {
  .latte__box01 li {
    width: 50%;
  }
}
@media screen and (max-width: 340px) {
  .clickImg {
    width: 100%;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes openanime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes openanime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes openanime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes openanime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* 20210225追加 */
@media screen and (min-width: 901px) {
  #map {
    overflow: hidden;
  }
  #map iframe {
    height: calc(100% + 170px);
    margin-top: -170px;
  }
}