@charset "UTF-8";
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%;
  scroll-behavior: smooth;
}

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;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

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

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

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

#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);
}
@media screen and (max-width: 960px) {
  #header {
    background-color: transparent;
    box-shadow: none;
  }
  #header .nav_wrap {
    display: none;
  }
}
#header .site_logo {
  position: absolute;
  top: 20px;
  z-index: 2000;
  margin-left: 25px;
  width: 270px;
}
@media screen and (max-width: 960px) {
  #header .site_logo {
    display: none;
  }
}
#header .global_nav {
  position: relative;
}
#header .global_nav ul {
  display: flex;
  position: absolute;
  top: 28px;
  left: 320px;
}
#header .global_nav li a {
  display: block;
  padding: 0 15px;
  color: #000000;
  text-decoration: none;
}
#header .global_nav 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: 960px) {
  #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;
    transform-origin: center center;
    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;
    transition: all 0.3s ease-in-out;
  }
}
#header.opened .site_logo {
  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 {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
#header.opened .btn-toggle-nav .bar._3 {
  transform: rotate(-45deg);
}
#header.opened .btn-toggle-nav .text {
  opacity: 0;
}

#main .catch_section {
  position: relative;
  overflow: hidden;
}
#main .catch_section .inner {
  position: static;
}
@media screen and (max-width: 960px) {
  #main .catch_section {
    height: 210px;
  }
}
#main .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
#main #catch01 {
  position: relative;
  z-index: -1;
  /*最背面に設定*/
  top: -10px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #main #catch01 {
    height: 600px;
  }
}
#main #catch01 #video {
  z-index: -1;
  width: 100vh;
  min-height: 100%;
  min-width: 100%;
}
#main #catch01 #video.catch_img_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #main #catch01 #video {
    position: absolute;
    z-index: -1;
    top: 47%;
    left: 25%;
    transform: translate(-29%, -46%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
  }
}
#main #catch01 .logo-bloomys_pre {
  position: absolute;
  top: 29%;
  left: 50%;
  width: 46%;
  margin-left: -23%;
}
@media screen and (max-width: 960px) {
  #main #catch01 .logo-bloomys_pre {
    top: 200px;
    width: 400px;
    max-width: 80%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#main #catch01 .logo-bloomys {
  position: absolute;
  top: 30%;
  left: 63%;
  width: 20%;
  margin-left: -23%;
}
@media screen and (max-width: 960px) {
  #main #catch01 .logo-bloomys {
    top: 168px;
    left: 0;
    right: 0;
    margin: auto;
    width: 205px;
  }
}
#main #concept h2 {
  margin: 0 0 50px 0;
}
#main #concept .concept_inner1 {
  width: 75%;
  margin: 6em auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  #main #concept .concept_inner1 {
    width: 90%;
    margin: 7em auto;
  }
}
@media screen and (max-width: 428px) {
  #main #concept .concept_inner1 {
    width: 90%;
    margin: 3em auto;
  }
}
#main #concept .concept_inner1 .box2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 428px) {
  #main #concept .concept_inner1 .box2 {
    display: block;
    margin-bottom: 0;
  }
}
#main #concept .concept_inner1 .box2 .box2_txt {
  width: 40%;
}
@media screen and (max-width: 960px) {
  #main #concept .concept_inner1 .box2 .box2_txt {
    width: 45%;
  }
  #main #concept .concept_inner1 .box2 .box2_txt:before {
    right: 40%;
    z-index: -1;
  }
  #main #concept .concept_inner1 .box2 .box2_txt:first-child:before {
    top: -5rem;
  }
}
@media screen and (max-width: 428px) {
  #main #concept .concept_inner1 .box2 .box2_txt {
    width: 100%;
    margin-left: 0px;
  }
  #main #concept .concept_inner1 .box2 .box2_txt:before {
    right: 50%;
  }
  #main #concept .concept_inner1 .box2 .box2_txt:first-child:before {
    top: 0;
  }
}
#main #concept .concept_inner1 .box2 h3 {
  font-size: 1.4em;
  line-height: 2em;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #main #concept .concept_inner1 .box2 h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 428px) {
  #main #concept .concept_inner1 .box2 h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
#main #concept .concept_inner1 .box2 p {
  line-height: 3em;
}
@media screen and (max-width: 960px) {
  #main #concept .concept_inner1 .box2 p {
    line-height: 2.4em;
  }
}
@media screen and (max-width: 428px) {
  #main #concept .concept_inner1 .box2 p {
    line-height: 2.4em;
    max-width: 380px;
  }
}
#main #concept .concept_inner1 .concept01 {
  width: 40%;
}
@media screen and (max-width: 960px) {
  #main #concept .concept_inner1 .concept01 {
    width: 45%;
  }
}
@media screen and (max-width: 428px) {
  #main #concept .concept_inner1 .concept01 {
    width: 100%;
    max-width: 380px;
    padding-top: 3em;
  }
}
#main .concept_inner2 {
  width: 100%;
  padding-top: 90px;
  margin: auto;
}
@media screen and (max-width: 428px) {
  #main .concept_inner2 {
    width: 90%;
  }
}
#main .concept_inner2 .box1 .box1_txt .event_link {
  display: block;
  padding: 1.3em 0;
  width: 100%;
  margin: 0 auto 0 0;
  color: #fff;
  background: #666;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
#main .concept_inner2 .box1 .box1_txt .event_link a {
  text-decoration: none;
  color: white;
}
#main .concept_inner2 .box1 .box1_txt .event_app {
  max-width: 150px;
}
#main .concept_inner2 .box1 .concept02 {
  width: 20%;
}
@media screen and (max-width: 960px) {
  #main .concept_inner2 .box1 .concept02 {
    width: 25%;
  }
}
@media screen and (max-width: 428px) {
  #main .concept_inner2 .box1 .concept02 {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
#main .concept_inner2 .box1 .concept03 {
  width: 30%;
  margin: 2em 0 0 6em;
}
@media screen and (max-width: 960px) {
  #main .concept_inner2 .box1 .concept03 {
    width: 30%;
    margin: 8em 0 4em 0;
  }
}
@media screen and (max-width: 428px) {
  #main .concept_inner2 .box1 .concept03 {
    width: 70%;
    margin: 0 auto 0 0;
    display: block;
  }
}
#main .concept_inner3 {
  width: 75%;
  margin: 6em auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  #main .concept_inner3 {
    width: 90%;
    margin: 7em auto;
  }
}
@media screen and (max-width: 428px) {
  #main .concept_inner3 {
    width: 90%;
    margin: 3em auto;
  }
}
#main .concept_inner3 .box6 {
  display: flex;
  justify-content: space-between;
}
#main .concept_inner3 .box6 .box6_txt {
  width: 40%;
}
@media screen and (max-width: 960px) {
  #main .concept_inner3 .box6 .box6_txt {
    width: 45%;
  }
}
@media screen and (max-width: 428px) {
  #main .concept_inner3 .box6 .box6_txt {
    width: 100%;
    margin-left: 0px;
  }
}
#main .concept_inner3 .box6 .concept04 {
  width: 40%;
}
@media screen and (max-width: 960px) {
  #main .concept_inner3 .box6 .concept04 {
    width: 45%;
  }
}
@media screen and (max-width: 428px) {
  #main .concept_inner3 .box6 .concept04 {
    width: 100%;
    padding-top: 3em;
  }
}

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

#footer {
  position: relative;
  background-color: #424036;
  height: 270px;
}
@media screen and (max-width: 428px) {
  #footer {
    height: auto;
  }
}
#footer .inner {
  position: static;
}
@media screen and (max-width: 428px) {
  #footer .inner {
    padding: 40px 0;
  }
  #footer .inner:after {
    content: "";
    clear: both;
    display: block;
  }
}
#footer .layout-group {
  position: absolute;
  top: 48px;
  left: 6.36896%;
}
@media screen and (max-width: 428px) {
  #footer .layout-group {
    position: static;
    float: left;
    width: 60%;
  }
}
#footer .footer_logo {
  width: 420px;
}
@media screen and (max-width: 960px) {
  #footer .footer_logo {
    width: 302px;
  }
}
@media screen and (max-width: 428px) {
  #footer .footer_logo {
    width: 90%;
  }
}
#footer .footer_logo img {
  width: 100%;
}
#footer .footer_logo a {
  display: block;
}
#footer .footer_nav {
  position: absolute;
  top: 55px;
  left: 60%;
  padding-left: 22px;
  border-left: solid 1px #fff;
}
@media screen and (max-width: 428px) {
  #footer .footer_nav {
    position: static;
    float: left;
    padding-left: 20px;
  }
}
#footer .footer_nav li {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1em;
}
@media screen and (max-width: 428px) {
  #footer .footer_nav li {
    font-size: 1.4rem;
    line-height: 1.07143em;
  }
}
#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;
}
@media screen and (max-width: 428px) {
  #footer .banner {
    position: static;
    float: left;
    width: 100%;
  }
}
#footer .banner li {
  margin-bottom: 14px;
}
#footer .banner li:last-child {
  margin-bottom: 0;
}
#footer .banner a {
  display: block;
  width: 25px;
}
#footer .banner a.hover {
  opacity: 0.7;
}
#footer .banner img {
  display: block;
  width: 25px;
}
@media screen and (max-width: 428px) {
  #footer .banner img {
    width: 100%;
  }
}
#footer .copy_privacy {
  position: absolute;
  top: 228px;
  left: 6.36896%;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #fff;
  font-style: normal;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 428px) {
  #footer .copy_privacy {
    position: static;
    float: left;
    width: 100%;
    margin-top: 40px;
    font-size: 1rem;
    line-height: 2em;
    display: block;
  }
}
#footer .copy_privacy .privacy {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .catch_img_pc {
    display: none;
  }
  .catch_img_sp {
    display: block;
  }
  body #main #catch01 .logo-bloomys_pre img {
    position: relative;
  }
  body #main #catch01 .logo-bloomys img {
    position: relative;
  }
  body #main #catch01 .scroll_down {
    top: 250px;
  }
}
body #main #catch01 .catch {
  color: #FFF;
  font-size: 1.4em;
  line-height: 2em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 0px 0px 8px #000;
  position: absolute;
  top: 75%;
  left: 5%;
  width: 350px;
}

@media screen and (max-width: 769px) {
  body #main #catch01 .catch {
    position: absolute;
    top: 154px;
    left: 9.11458%;
    width: 116.9px;
  }
  body #main #catch01 .catch {
    display: none;
  }
}
body #main #catch01 .scroll_down {
  position: absolute;
  top: 80%;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1em;
  color: #fff;
}

body #main #catch01 .scroll_down a {
  color: #fff;
  text-decoration: none;
}

body #main #catch01 .scroll_down i {
  display: block;
  margin: 0 auto 10px;
  width: 200px;
}

@media screen and (max-width: 769px) {
  body #main #catch01 .scroll_down {
    position: absolute;
    top: 250px;
    left: 50%;
  }
}
body #main .description .inner {
  padding: 110px 0 100px;
}

body #main .description #page-news.inner {
  padding: 180px 0 100px;
}

body #main .description .inner h2 {
  line-height: 1.3;
}

body #main .description #page-news.inner .news_container {
  margin: 0 auto 100px;
  width: 75%;
  max-width: 800px;
}

body #main .description #page-news.inner .news_container .news_date {
  margin: 0 0 30px;
  /* text-align: right; */
}

body #main .description #page-news.inner .news_container .news_img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

body #main .description #page-news.inner .news_container .free_ctn {
  margin-top: 30px;
}

body #main .description .box1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}

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

body #main .description .box1 .box1_txt {
  width: 28%;
  margin-top: 6em;
}

body #main .description .box1 .box1_txt p {
  line-height: 3em;
}

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

body #main .description .box1 .box1_txt .event_btn {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 2em auto;
  border: 1px solid #ccc;
  text-decoration: none;
}

body #main .description .box1 .box1_txt .event_btn p {
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: bold;
  width: 190px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 0.5em;
  align-items: center;
}

body #main .description .box1 .box1_txt .event_btn p::before {
  content: url(../images/Instagram_Color_icon.svg);
  display: block;
  width: 100%;
}

body #main .description h2 {
  font-size: 3em;
  color: #8C8C8C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: lighter;
  letter-spacing: 4px;
}

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

body #main .description .box3:before {
  width: 254px;
  height: 440px;
  content: url(../images/bg_green1.png);
  position: absolute;
  bottom: -100px;
  left: 0;
}

body #main .description .box3:after {
  width: 287px;
  height: 390px;
  content: url(../images/bg_green2.png);
  position: absolute;
  bottom: -100px;
  right: 0;
}

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

body #main .description .box3 .box3_txt {
  width: 900px;
  margin: 30px auto;
}

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

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

body #main .description .box3 .box3_txt .menu_price {
  font-size: 1.2em;
  width: 100px;
  vertical-align: top;
  text-align: right;
}

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 div {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.75em;
  padding-left: 20px;
  margin-top: 10px;
}

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

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

body #main .description .box4 .box4_txt {
  margin-left: 100px;
  flex: 1;
}

body #main .description .box4 .box4_txt .access_ctn .access_itm {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  padding-bottom: 5px;
}

body #main .description .box4 .box4_txt .access_ctn .access_itm p {
  line-height: 2;
}

body #main .description .box4 .box4_txt .access_ctn .access_itm p .inline_block {
  display: inline-block;
}

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 .access_img {
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
}

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 {
    margin: 0;
    width: 100%;
  }
  body #main .description .box5 .box5_txt {
    margin: 0;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
  }
  body #main .description .box4 {
    width: 95%;
  }
  body #main .description .access_img {
    width: 95%;
  }
  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: 300px;
    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 .box1 .box1_txt h3 {
    margin-bottom: 20px;
    font-size: 1.2em;
  }
  body #main .description .box1 .box1_txt p {
    line-height: 2.4em;
  }
  body #main .description .box1 .box1_txt:before {
    bottom: -50px;
  }
  body #main .description .box3:after {
    display: none;
  }
  body #main .description .box3:before {
    display: none;
  }
}
/*
@media screen and (max-width: 820px) {
    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;
    }

    body #main .description .box2 .box2_txt:first-child:before {
        top: -10rem;
    }
}
*/
@media screen and (max-width: 640px) {
  body #main #photo .description .inner {
    padding: 0;
  }
  body #gift {
    margin-bottom: 3em;
  }
  body #main .description .box4 {
    width: 100%;
  }
  body #main .description .access_img {
    width: 100%;
  }
}
body #main .description i {
  display: block;
  width: 46px;
  margin: 0 auto 30px;
}

#nav {
  display: none;
}

@media screen and (max-width: 769px) {
  body #main .description .inner {
    padding: 70px 0 50px;
  }
  body #main .description i {
    width: 32.2px;
  }
  body #main .description .box1 .box1_txt {
    width: 100%;
    margin: 3em 3em;
  }
  #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 a {
    font-size: 1.2em;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    margin: 0 15px;
    padding: 10px;
    transition: 0.5s;
  }
  #nav li a:hover {
    color: #2E7250;
    background: #F6F3EC;
    border-bottom: none;
  }
  #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;
  }
  .inner_line.gray {
    background: #8C8C8C;
  }
  #line1 {
    top: 0;
  }
  #line2 {
    top: 15px;
  }
  #line3 {
    bottom: 0px;
  }
  .in {
    transform: translateX(100%);
  }
  .line_1,
  .line_2,
  .line_3 {
    background: #FFFFFF;
  }
  .inner_line.gray.line_1,
  .inner_line.gray.line_2,
  .inner_line.gray.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;
  }
  #nav .insta_icon_sp img {
    width: 50px;
  }
}
@media screen and (max-width: 640px) {
  body #main .description .box1 img {
    width: 100%;
    height: auto;
  }
  body #main .description .box1 .box1_txt:before {
    bottom: 0;
  }
  body #main .description .box1 {
    display: block;
  }
  body #main .description h2 {
    font-size: 1.7em;
    letter-spacing: 4px;
    text-align: center;
    margin: 10px auto 30px;
  }
  body #main .description h2.left {
    text-align: left;
  }
  body #main .description #page-news.inner h2 {
    margin-bottom: 0;
  }
  body #main .description .box1 .box1_txt {
    width: 90%;
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
  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 {
    margin-bottom: 0;
    display: block;
  }
  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 .box4 .box4_txt h3 {
    margin-top: 20px;
  }
  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;
  }
  .description .box1 {
    margin-bottom: 0px;
  }
}
body #main .description i img {
  display: block;
}

body #main .description p {
  font-size: 1.4rem;
  line-height: 2em;
  color: #3f3933;
  text-align: left;
}

@media screen and (max-width: 480px) {
  #nav ul li {
    font-size: 14px;
  }
}
/***追従するトップへ戻るボタン***/
#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;
}

/***トップへ戻るボタンここまで***/
#news {
  background: #F8F8F8;
  margin-top: -50px;
}

#news .news_list {
  width: 75%;
  margin: 4em auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5em 3em;
}

#news .news_list a {
  text-decoration: none;
}

#news .news_list a .news_img_ctn {
  position: relative;
  overflow: hidden;
}

#news .news_list a .news_img_ctn::before {
  content: "";
  padding-top: 100%;
  display: block;
}

#news .news_list a .news_img_ctn img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

#news .news_list a p {
  line-height: 1.7;
}

#news .news_list a p.date {
  padding: 1em 0 0.3em;
}

#news .description p.noevent_msg {
  text-align: center;
  margin: 3em 0;
  font-size: 1.6rem;
}

#news .news_btn {
  display: block;
  padding: 1.3em 0;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  color: #fff;
  background: #666;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

#news .pagination {
  width: 75%;
  margin: 0 auto;
}

#news .pagination ol {
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size: 1.7rem;
}

#news .pagination ol li {
  color: #3f3933;
  font-weight: bold;
}

#news .pagination ol li a {
  text-decoration: none;
  color: #8C8C8C;
  font-weight: bold;
}

#menu .menu_inner {
  padding: 150px 0 0;
  margin: 0 6em;
}

#menu .menu_inner .img_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  padding-bottom: 100px;
}

#menu .menu_inner .img_box .menu_img02 {
  padding-top: 2em;
}

#menu .menu_inner .img_box .menu_img03 {
  padding-top: 4em;
}

#menu .menu_inner h2 {
  margin-bottom: 50px;
}

#menu .menu_inner .menu_list .menu_itm {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 5em;
  padding-bottom: 50px;
  align-items: center;
}

#menu .menu_inner .menu_list .menu_itm .text h3 {
  line-height: 1.3;
  padding-bottom: 1em;
}

#menu .menu_inner .menu_list .menu_itm .text p {
  line-height: 1.3;
  font-size: 1.3rem;
}

#menu .menu_inner .menu_list .menu_itm .text p.menu_exp {
  padding-bottom: 2em;
}

#menu .menu_inner .menu_list .menu_itm .text p.menu_value {
  text-align: right;
  position: relative;
  width: 80px;
  margin-left: auto;
}

#menu .menu_inner .menu_list .menu_itm .text p.menu_value::before {
  content: "";
  display: block;
  width: 100px;
  border-bottom: dotted 2px #707070;
  position: absolute;
  top: 8px;
  left: -80px;
}

#photo .photo_inner {
  padding: 120px 0 0;
}

#photo .photo_inner h2 {
  padding: 0 0 60px;
}

#photo .photo_inner .sp_imgs {
  display: none;
}

#photo .photo_inner .sp_imgs img {
  margin-bottom: -10px;
}

@media screen and (max-width: 769px) {
  body #main #news .description .inner {
    padding: 70px 0 100px;
  }
  body #main #news .description #page-news.inner {
    padding: 100px 0 100px;
  }
  #news .news_list {
    width: 95%;
  }
  #news .pagination {
    width: 95%;
  }
  body #main .description #page-news.inner .news_container {
    width: 95%;
  }
  .concept_inner2 {
    padding-top: 0;
  }
  body #main #catch01 .scroll_down img {
    width: 50%;
  }
  #menu .menu_inner {
    padding: 50px 0 0;
    margin: 0;
  }
  #menu .menu_inner .menu_list .menu_itm {
    gap: 2em;
  }
  #photo .photo_inner {
    padding: 70px 0 0;
  }
  .parallax-mirror {
    display: none;
  }
  #photo .photo_inner .pc_imgs {
    display: none;
  }
  #photo .photo_inner .sp_imgs {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  body #main #catch01 .scroll_down {
    position: absolute;
    top: 250px;
    left: 50%;
  }
  body #main #news .description .inner {
    padding: 50px 0 60px;
  }
  body #main #news .description #page-news.inner {
    padding: 80px 0 60px;
  }
  #news .news_list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em 3em;
  }
  #news .news_list .news_itm {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1em;
  }
  #news .news_list .news_itm .text_box .date {
    padding-top: 0;
  }
  #news .pagination {
    width: 100%;
  }
  body #main .description #page-news.inner .news_container {
    width: 100%;
    margin: 0 auto 50px;
  }
  #photo .photo_inner {
    padding: 30px 0 0;
  }
  #photo .photo_inner h2 {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  #menu .menu_inner .menu_list .menu_itm {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger img {
  width: 100%;
}

.fadeUpTrigger {
  opacity: 0;
}