@charset "UTF-8";
@media screen {
  body,
  div,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  span,
  ul,
  li,
  ol,
  img,
  table,
  tr,
  td,
  hr,
  a,
  address,
  nav,
  header,
  footer,
  section,
  article {
    margin: 0;
    padding: 0;
  }
  body,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
    line-height: 100%;
  }
  img {
    border: none;
    vertical-align: baseline;
    max-width: 100%;
    height: auto;
  }
  img[src=""] {
    background-color: lightgray;
    width: 40px;
    height: 40px;
  }
  ul,
  li {
    list-style: none;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans‒serif;
    font-size: 1.4em;
    line-height: 1.4em;
    color: #3f3933;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background-color: #FFF;
  }
  input,
  textarea {
    font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans‒serif;
  }
  button,
  input,
  textarea {
    -webkit-font-smoothing: inherit;
  }
  input[type=file],
  input[type=submit],
  input[type=reset],
  button {
    cursor: pointer;
  }
}
.mincho {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp_only {
    display: initial;
  }
  .sp_hide {
    display: none;
  }
}
.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.preload {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.inner {
  position: relative;
  margin: 0 auto;
}
.inner::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 769px) {
  .inner {
    width: 96%;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    width: 90%;
  }
}

#wrapper {
  position: relative;
  min-width: 1100px;
}
@media screen and (max-width: 769px) {
  #wrapper {
    min-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #wrapper {
    min-width: 100%;
  }
}

/*---------//
// #header
//---------*/
#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
#header .site_logo {
  position: absolute;
  top: 20px;
  z-index: 2000;
  margin-left: 25px;
  width: 240px;
}
#header .global_nav {
  position: relative;
}
#header .global_nav ul {
  display: flex;
  position: absolute;
  top: 25px;
  left: 300px;
}
#header .global_nav ul li a {
  display: block;
  padding: 0 15px;
  color: #000000;
  text-decoration: none;
}
#header .global_nav ul li a.hover {
  color: #333;
}
#header .global_nav .insta_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
#header .btn-toggle-nav {
  display: none;
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  #header .btn-toggle-nav {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 9999;
  }
  #header .btn-toggle-nav .bar {
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background-color: #3f3933;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #header .btn-toggle-nav .bar._1 {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  #header .btn-toggle-nav .bar._2 {
    position: absolute;
    top: 17px;
    left: 10px;
  }
  #header .btn-toggle-nav .bar._3 {
    position: absolute;
    top: 24px;
    left: 10px;
  }
  #header .btn-toggle-nav .text {
    position: absolute;
    top: 33px;
    left: 0px;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1em;
    color: #3f3933;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 640px) {
  #header {
    background-color: transparent;
    box-shadow: none;
  }
  #header .site_logo {
    display: none;
  }
  #header .nav_wrap {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  #header.opened .site_logo {
    -webkit-transform: translate3d(0, 12px, 0);
    -moz-transform: translate3d(0, 12px, 0);
    -o-transform: translate3d(0, 12px, 0);
    -ms-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
  #header.opened .nav_wrap {
    width: 100%;
    height: 419px;
    padding-top: 75px;
  }
  #header.opened .btn-toggle-nav .bar._1 {
    opacity: 0;
  }
  #header.opened .btn-toggle-nav .bar._2 {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 7px, 0) rotate(45deg);
    -o-transform: translate3d(0, 7px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 7px, 0) rotate(45deg);
    transform: translate3d(0, 7px, 0) rotate(45deg);
  }
  #header.opened .btn-toggle-nav .bar._3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header.opened .btn-toggle-nav .text {
    opacity: 0;
  }
}

/*---------//
// #footer
//---------*/
#footer {
  position: relative;
  background-color: #424036;
  height: 270px;
}
#footer .inner {
  position: static;
}
#footer .layout-group {
  position: absolute;
  top: 48px;
  left: 6.36896%;
}
#footer .footer_logo {
  width: 180px;
}
#footer .footer_logo a {
  display: block;
}
#footer .footer_nav {
  position: absolute;
  top: 55px;
  left: 40%;
  padding-left: 22px;
  border-left: solid 1px #fff;
}
#footer .footer_nav li {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1em;
}
#footer .footer_nav li:last-child {
  margin-bottom: 0;
}
#footer .footer_nav a {
  color: #fff;
  text-decoration: none;
}
#footer .footer_nav a.hover {
  text-decoration: underline;
}
#footer .banner {
  position: absolute;
  top: 3em;
  right: 2em;
}
#footer .banner li {
  margin-bottom: 14px;
}
#footer .banner li:last-child {
  margin-bottom: 0;
}
#footer .banner a {
  display: block;
  width: 50px;
}
#footer .banner a.hover {
  opacity: 0.7;
}
#footer .banner img {
  display: block;
  width: 50px;
}
#footer .copyright {
  position: absolute;
  top: 228px;
  left: 6.36896%;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #fff;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  #footer {
    height: auto;
  }
  #footer .inner {
    padding: 40px 0;
  }
  #footer .inner::after {
    content: "";
    clear: both;
    display: block;
  }
  #footer .layout-group {
    position: static;
    float: left;
    width: 50%;
  }
  #footer .footer_logo {
    width: 128px;
  }
  #footer .footer_nav {
    position: static;
    float: left;
    padding-left: 20px;
  }
  #footer .footer_nav li {
    font-size: 1.4rem;
    line-height: 1.07143em;
  }
  #footer .banner {
    position: static;
    float: left;
    width: 100%;
  }
  #footer .banner img {
    width: 100%;
  }
  #footer .copyright {
    position: static;
    float: left;
    width: 100%;
    margin-top: 40px;
    font-size: 1rem;
    line-height: 2em;
  }
}

/*
.left_controller {
    position: fixed;
    z-index: 500;
    top: -9999px;
}

@media screen and (max-width: 769px) {
    .left_controller {
        display: none;
    }
}

.left_controller.fixed {
    top: 50%;
    left: 25px;
    margin-top: -84px;
}

.left_controller.fixed-over {
    position: absolute;
}

.left_controller a {
    display: block;
    margin-bottom: 16px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: solid 1px #3f3933;
    background-color: #fff;
}

.left_controller a:last-child {
    margin-bottom: 0;
}

.left_controller a.active {
    background-color: #3f3933;
    border-color: #fff;
}
*/
/*---------//
// #main
//---------*/
#main .catch_section {
  position: relative;
  height: 900px;
  overflow: hidden;
}
#main .catch_section .inner {
  position: static;
}
#main .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
#main .description h2 {
  font-size: 3em;
  color: #424036;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: lighter;
  letter-spacing: 4px;
}
#main .description i {
  display: block;
  width: 46px;
  margin: 0 auto 30px;
}
#main .description i img {
  display: block;
}
#main .description p {
  font-size: 1.4rem;
  line-height: 2em;
  color: #3f3933;
  text-align: left;
}
#main .description .inner {
  padding: 55px 0 100px;
}
#main .description .box1 {
  display: flex;
}
#main .description .box1 img {
  width: 60%;
}
#main .description .box1_txt {
  width: 28%;
  margin-left: 100px;
}
#main .description .box1_txt h3 {
  font-size: 1.4em;
  line-height: 2em;
  margin-bottom: 30px;
}
#main .description .box1_txt p {
  line-height: 3em;
}
#main .description .box1_txt:first-child:before {
  top: -18rem;
}
#main .description .box1_txt:before {
  -webkit-transition: background 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: background 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 7em;
  left: 50%;
  z-index: -1;
  background: #F8F8F8;
}
@media screen and (max-width: 769px) {
  #main .catch_section {
    height: 600px;
  }
}
@media screen and (max-width: 640px) {
  #main .sp-w {
    background-position: center right !important;
  }
}

/*---------//
// #catch01
//---------*/
#catch01 .logo-bloomys {
  position: absolute;
  top: 240px;
  left: 50%;
  width: 293px;
  margin-left: -146.5px;
}
#catch01 .catch {
  color: #FFF;
  font-size: 1.3em;
  line-height: 2em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  top: 300px;
  left: 5%;
  width: 350px;
}
#catch01 .scroll_down {
  position: absolute;
  top: 610px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1em;
  color: #fff;
}
#catch01 .scroll_down a {
  color: #fff;
  text-decoration: none;
}
#catch01 .scroll_down i {
  display: block;
  margin: 0 auto 10px;
  width: 200px;
}
@media screen and (max-width: 640px) {
  #catch01 {
    height: 550px;
  }
  #catch01 .logo-bloomys {
    top: 100px;
    width: 200px;
    margin-left: -100px;
  }
  #catch01 .logo-bloomys img {
    position: relative;
  }
}
@media screen and (max-width: 769px) {
  #catch01 .catch {
    position: absolute;
    top: 154px;
    left: 9.11458%;
    width: 116.9px;
    display: none;
  }
  #catch01 .scroll_down {
    position: absolute;
    top: 390px;
    left: 50%;
  }
  #catch01 .logo-bloomys {
    top: 168px;
    width: 205.1px;
    margin-left: -102.55px;
  }
}

/*---------//
// #newslines
//---------*/
#newslines {
  box-sizing: border-box;
  margin: 0 auto 20px;
  padding: 0.5em;
  width: 70%;
  max-width: 760px;
  background-color: #F8F8F8;
}
#newslines ul {
  margin-bottom: 0.5em;
}
#newslines ul .topic {
  display: grid;
  grid-template-columns: 9em auto;
  margin: 0 0 0.5em;
  line-height: 1.4em;
}
#newslines ul .topic p {
  margin-bottom: 0.5em;
  line-height: 1.2;
}
#newslines ul .topic ul.wp-block-list {
  margin: 1em 0 1em 2em;
}
#newslines ul .topic ul.wp-block-list li {
  margin-bottom: 0.2em;
  list-style-type: disc;
  list-style-position: outside;
}
#newslines ul .topic ul.wp-block-list:last-child {
  margin-bottom: 0;
}
#newslines ul .topic .date {
  color: #9e826c;
}
#newslines ul .topic .newsline {
  color: #333333;
}
#newslines ul .topic:last-child {
  margin: 0;
}
@media screen and (max-width: 769px) {
  #newslines {
    width: 96%;
  }
  #newslines ul .topic {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #newslines {
    width: 90%;
  }
}

body #main .description .box2 {
  display: flex;
}

body #main .description .box2 .box2_txt:first-child:before {
  top: -18rem;
}

body #main .description .box2 .box2_txt:before {
  -webkit-transition: background 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: background 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  z-index: -1;
  background: #F8F8F8;
}

body #main .description .box2 .box2_txt {
  width: 30%;
  margin-left: 100px;
}

body #main .description .box2 .box2_txt p {
  line-height: 3em;
}

body #main .description .box2 .box2_txt h3 {
  font-size: 1.4em;
  line-height: 2em;
  margin-bottom: 30px;
}

body #main .description .box2 img {
  position: absolute;
  width: 45%;
  top: 0;
  right: 0;
}

body #main .description .box3 {
  position: relative;
}

body #main .description .box3:before {
  /*content: url(../images/bg_green1.png);*/
  position: absolute;
  top: 0;
  left: 0;
}

body #main .description .box3 h2 {
  text-align: center;
  margin-bottom: 100px;
}

body #main .description .box3 .box3_txt {
  width: 100%;
  margin: 100px auto;
  position: relative;
  padding: 0 20%;
  box-sizing: border-box;
}

body #main .description .box3 .box3_txt table {
  width: 100%;
}

body #main .description .box3 .box3_txt table tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em;
}

body #main .description .box3 .box3_txt .side_tit_t table tbody {
  display: block;
}

body #main .description .box3 .box3_txt td {
  padding-bottom: 30px;
}

body #main .description .box3 .box3_txt .menu_name {
  font-size: 1.2em;
}

body #main .description .box3 .box3_txt .menu_price {
  font-size: 1.2em;
  vertical-align: top;
  margin-bottom: 10px;
}

body #main .description .box3 .box3_txt .side_tit_t .menu_price {
  margin-bottom: 30px;
}

body #main .description .box3 .box3_txt .dot {
  width: 200px;
  height: 1px;
  position: relative;
}

body #main .description .box3 .box3_txt .dot::before {
  content: "";
  background-image: linear-gradient(to right, #3f3933, #3f3933 2px, transparent 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 0;
  right: 0;
}

body #main .description .box3 .box3_txt .menu_name .menu_ja,
body #main .description .box3 .box3_txt .menu_name .menu_price {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.85em;
  padding-left: 10px;
  line-height: 1.8em;
  color: #666;
}

body #main .description .box3 .box3_txt .menu_name .menu_image img {
  width: 100%;
}

body #main .description .box3 .box3_txt .side_tit_t .menu_name .menu_image img {
  max-width: 50%;
}

body #main .description .box4 {
  display: flex;
  margin: 100px auto;
  justify-content: center;
}

body #main .description .box4 .map iframe {
  width: 600px;
  height: 450px;
}

body #main .description .box4 .box4_txt {
  width: 23%;
  margin-left: 100px;
}

body #main .description .box4 .box4_txt h3 span {
  font-size: 0.6em;
}

body #main .description .box4 .box4_txt p {
  line-height: 2.6em;
}

body #main .description .box4 .box4_txt h3 {
  font-size: 1.4em;
  line-height: 1.6em;
  margin-bottom: 30px;
}

body #main .description .box5 {
  background: #F8F8F8;
}

body #main .description .box5 h2 {
  text-align: center;
  margin-bottom: 100px;
}

body #main .description .box5 .box5_txt {
  width: 900px;
  margin: 30px auto;
}

body #main .description .box5 .box5_txt .gift-menu {
  display: flex;
  margin: 2.6em auto;
}

body #main .description .box5 .box5_txt .bouquet {
  margin: 0.5em;
}

body #main .description .box5 .box5_txt .bouquet_name {
  text-align: center;
  line-height: 3em;
}

@media screen and (max-width: 769px) {
  body #main .description .box3 .box3_txt {
    width: 100%;
  }
  body #main .description .box3 .box3_txt table tbody {
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
  body #main .description .box5 .box5_txt {
    margin: 0;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
  }
  body #main .description .box5 .box5_txt .gift-menu {
    display: block;
  }
  body #gift .inner {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  body #main .description .box4 .map iframe {
    width: 400px;
    height: 330px;
  }
  body #main .description .box4 .box4_txt {
    width: 50%;
    margin-left: 40px;
  }
  body #main .description .box4 .box4_txt h3 {
    margin-bottom: 20px;
  }
  body #main .description .box4 .box4_txt p {
    line-height: 2em;
  }
  body #main .description .box4 {
    margin: 50px auto;
  }
  body #main .description .box3:before {
    bottom: -330px;
  }
  body #main .description .box3:after {
    bottom: -330px;
  }
  body #main .description .box2 .box2_txt {
    width: 48%;
    margin-left: 40px;
  }
  body #main .description .box2 .box2_txt:first-child:before {
    top: -5rem;
  }
  body #main .description .box2 .box2_txt:before {
    right: 40%;
    z-index: -1;
  }
  body #main .description .box2 img {
    width: 40%;
  }
  body #main .description .box1 .box1_txt h3 {
    margin-bottom: 20px;
    font-size: 1.2em;
  }
  body #main .description .box2 .box2_txt h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  body #main .description .box1 .box1_txt p {
    line-height: 2.4em;
  }
  body #main .description .box2 .box2_txt p {
    line-height: 2.4em;
  }
  body #main .description .box1 .box1_txt:before {
    bottom: -50px;
  }
  body #main .description .box1 .box1_txt {
    width: 40%;
    margin-left: 40px;
  }
  body #main .description .box1 img {
    width: 372px;
    height: 220px;
  }
  /*
  body #main #catch01 .logo-bloomys {
      top: 168px;
      width: 205.1px;
      margin-left: -102.55px;
  }
  */
  .description .box1 {
    margin-bottom: 50px;
  }
  body #main .description .box3:after {
    display: none;
  }
  body #main .description .box3:before {
    display: none;
  }
  body #main .description .box3 .box3_txt .menu_name .menu_image img {
    max-width: initial;
  }
}
@media screen and (max-width: 820px) {
  body #main .description .box1 .box1_txt {
    width: 32%;
    margin-left: 50px;
  }
  body #main .description .box2 .box2_txt {
    width: 40%;
    margin-left: 50px;
  }
  body #main .description .box3 h2 {
    text-align: center;
    margin-bottom: 70px;
  }
  body #main .description .box3:after {
    bottom: -140px;
  }
  body #main .description .box3:before {
    bottom: -140px;
  }
  .description .box1 {
    margin-bottom: 100px;
  }
  body #main .description .box2 .box2_txt:first-child:before {
    top: -10rem;
  }
}
@media screen and (max-width: 640px) {
  body #main .description .box3 .box3_txt {
    margin: 0;
  }
  body #main .description .box3 .box3_txt .side_tit_t .menu_name .menu_image img {
    max-width: initial;
  }
  body #main .description .inner {
    padding: 40px 0 50px;
  }
  body #main #photo .description .inner {
    padding: 0;
  }
  body #gift {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 769px) {
  body #main .description i {
    width: 32.2px;
  }
  body #main .description .box1 .box1_txt {
    width: 40%;
    margin-left: 40px;
  }
  body #main .description .box2 .box2_txt {
    width: 50%;
    margin-left: 40px;
    margin-bottom: 50px;
  }
}
/*---------//
// #nav
//---------*/
#nav {
  display: none;
}
@media screen and (max-width: 640px) {
  #nav {
    display: block;
    position: absolute;
    height: 50vh;
    width: 120%;
    right: 110%;
    top: 0;
    background: #2E7250;
    transition: 0.7s;
    z-index: 9999;
    text-align: center;
    opacity: 0.9;
  }
  #nav ul {
    padding-top: 50px;
  }
  #nav ul li {
    list-style-type: none;
    font-size: 20px;
  }
  #nav ul li a:hover {
    color: #2E7250;
    background: #F6F3EC;
    border-bottom: none;
  }
  #nav a {
    font-size: 1.2em;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    margin: 0 15px;
    padding: 10px;
    transition: 0.5s;
  }
  #nav .insta_icon_sp img {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  #nav ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  body #main .description .box2 .box2_txt:before {
    right: 50%;
  }
  body #main .description .box2 img {
    width: 50%;
  }
  body #main .description .box1 img {
    width: 100%;
    height: auto;
  }
  body #main .description .box1 .box1_txt:before {
    bottom: 0;
  }
  body #main .description .box2 .box2_txt:first-child:before {
    top: 0;
  }
  body #main .description .box1 {
    display: block;
  }
  body #main .description h2 {
    font-size: 1.7em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 auto 30px;
  }
  body #main .description .box1 .box1_txt {
    width: 100%;
    margin-left: 0;
  }
  body #main .description .box1 .box1_txt h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  body #main .description .box1 .box1_txt p {
    line-height: 2.4em;
  }
  body #main .description .box2 .box2_txt {
    width: 100%;
    margin-left: 0px;
    margin-top: 90px;
  }
  body #main .description .box2 .box2_txt h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  body #main .description .box2 .box2_txt p {
    line-height: 2.4em;
  }
  body #main .description .box2 {
    margin-bottom: 0;
  }
  body #main .description .box3 h2 {
    margin-bottom: 50px;
  }
  body #main .description .box3 .box3_txt .menu_name {
    font-size: 1em;
  }
  body #main .description .box4 {
    display: block;
    margin: 40px auto;
  }
  body #main .description .box4 .map iframe {
    width: 100%;
    height: 200px;
  }
  body #main .description .box4 .box4_txt {
    width: 100%;
    margin-left: 0;
  }
  body #main .description .box4 .box4_txt p {
    line-height: 2em;
  }
  body #main .description .box5 h2 {
    margin-bottom: 50px;
  }
  body #main .description i {
    width: 23px;
  }
  body #main .description p {
    font-size: 1.3rem;
    line-height: 1.8em;
  }
  #hamburger {
    display: block;
    position: absolute;
    top: 15px;
    right: -7px;
    width: 40px;
    height: 34px;
    cursor: pointer;
    transition: 1s;
    z-index: 9999;
  }
  .inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 36px;
    height: 3px;
    background-color: #ffffff;
    transition: 1s;
    border-radius: 4px;
  }
  #line1 {
    top: 0;
  }
  #line2 {
    top: 15px;
  }
  #line3 {
    bottom: 0px;
  }
  .in {
    transform: translateX(100%);
  }
  .line_1,
  .line_2,
  .line_3 {
    background: #FFFFFF;
  }
  .line_1 {
    transform: translateY(20px) rotate(-45deg);
    top: 0;
  }
  .line_2 {
    opacity: 0;
  }
  .line_3 {
    transform: translateY(-10px) rotate(45deg);
    bottom: 0;
  }
  .description .box1 {
    margin-bottom: 0px;
  }
}
/*---------//
// #concept
//---------*/
#concept h2 {
  margin: 30px 0 50px 30px;
}

@media screen and (max-width: 640px) {
  #photo .catch_section {
    height: 210px;
  }
}

/***追従するトップへ戻るボタン***/
#page-top {
  position: fixed;
  right: 0px;
  bottom: 20px;
  height: 80px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: #333333;
  padding: 0 0 0 35px;
}
#page-top::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 20px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(-45deg);
  top: 3px;
  right: 60px;
}

/***トップへ戻るボタンここまで***/
.side_tit_c::before {
  content: "Coffee Menu";
  position: absolute;
  display: inline-block;
  height: 100%;
  background: #424036;
  color: #FFF;
  writing-mode: vertical-rl;
  padding: 10px;
  height: 100%;
  left: 0;
}

.side_tit_f::before {
  content: "Frappe Menu";
  position: absolute;
  display: inline-block;
  height: 100%;
  background: #424036;
  color: #FFF;
  writing-mode: vertical-rl;
  padding: 10px;
  left: 0;
}

.side_tit_t::before {
  content: "Tea Menu";
  position: absolute;
  display: inline-block;
  height: 100%;
  background: #424036;
  color: #FFF;
  writing-mode: vertical-rl;
  padding: 10px;
  left: 0;
}

.side_tit_t::after {
  content: url(../images/bg_green2.png);
  position: absolute;
  bottom: 0;
  right: 0;
}

.side_tit_j::before {
  content: "Juice Menu";
  position: absolute;
  display: inline-block;
  height: 100%;
  background: #424036;
  color: #FFF;
  writing-mode: vertical-rl;
  padding: 10px;
  left: 0;
}

.side_tit_m::before {
  content: "Food Menu";
  position: absolute;
  display: inline-block;
  height: 100%;
  background: #424036;
  color: #FFF;
  writing-mode: vertical-rl;
  padding: 10px;
  right: 0;
}

.side_tit_m::after {
  content: url(../images/bg_green1.png);
  position: absolute;
  bottom: -500px;
  left: 0;
  z-index: -1;
}

.side_tit_s::before {
  content: "Sweets Menu";
  position: absolute;
  display: inline-block;
  height: 100%;
  background: #424036;
  color: #FFF;
  writing-mode: vertical-rl;
  padding: 10px;
  right: 0;
}

.about-tea {
  border: #CCC 1px solid;
  padding: 2em;
  margin-bottom: 3em;
}

.about-tea ul {
  display: flex;
}

.tea_txt {
  padding-left: 1.5em;
  line-height: 1.8em;
}

.side_tit_t span {
  font-size: 0.86em;
}

@media screen and (max-width: 640px) {
  .side_tit_c {
    padding-top: 5em;
    margin-top: 3em;
  }
  .side_tit_c::before {
    height: auto;
    writing-mode: horizontal-tb;
    left: -20px;
    top: 0px;
  }
  .side_tit_f {
    padding-top: 5em;
    margin-top: 3em;
  }
  .side_tit_f::before {
    height: auto;
    writing-mode: horizontal-tb;
    left: -20px;
    top: 0px;
  }
  .side_tit_t {
    padding-top: 5em;
    margin-top: 3em;
  }
  .side_tit_t::before {
    height: auto;
    writing-mode: horizontal-tb;
    left: -20px;
    top: 0px;
  }
  .side_tit_j {
    padding-top: 5em;
    margin-top: 3em;
  }
  .side_tit_j::before {
    height: auto;
    writing-mode: horizontal-tb;
    left: -20px;
    top: 0px;
  }
  .side_tit_m {
    padding-top: 5em;
    margin-top: 3em;
  }
  .side_tit_m::before {
    height: auto;
    writing-mode: horizontal-tb;
    right: initial;
    left: -20px;
    top: 0px;
  }
  .side_tit_s {
    padding-top: 5em;
    margin-top: 3em;
  }
  .side_tit_s::before {
    height: auto;
    writing-mode: horizontal-tb;
    right: initial;
    left: -20px;
    top: 0px;
  }
  body #main .description .box3 .box3_txt {
    padding: 0;
  }
  .about-tea ul {
    display: block;
  }
  .tea_img {
    text-align: center;
  }
  .tea_img img {
    width: 60%;
  }
  .tea_txt {
    padding-left: 0;
  }
  .side_tit_t::after {
    display: none;
  }
  .side_tit_m::after {
    display: none;
  }
}