@charset "UTF-8";
nav li::before {
  content: "";
}

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e1603;
  width: 100%;
}

.bg-primary {
  background-color: #2e1603;
}

a {
  color: #2e1603;
  text-decoration: none;
}

a:hover {
  color: #753909;
}

.page-title {
  color: #d07171;
  /*font-family: 'Kaushan Script', cursive;*/
  margin: 2.5em 0;
  text-align: center;
}
.page-title h1 {
  font-size: 2.3em;
  text-align: center;
  margin: 0;
}
.page-title .page-title-en {
  font-size: 1.2em;
  margin-top: -10px;
}
.page-title h1::before {
  content: url("../images/img_feather_01.png");
  margin-right: 16px;
}
.page-title h1::after {
  content: url("../images/img_feather_02.png");
  margin-left: 16px;
}

h2 {
  font-size: 24px;
}

h2:nth-of-type(n + 2) {
  margin-top: 80px;
}

.w700 {
  width: 700px;
  margin: auto;
}

.mt-30 {
  margin-top: 30px;
}

img.align-left,
.align-left {
  margin: 0 20px 0 0;
  float: left;
}

img.align-right,
.align-right {
  margin: 0 0 0 20px;
  float: right;
}

img.align-center,
.align-center {
  margin: 1em auto;
  text-align: center;
  display: block;
}

.contents_inner {
  margin-bottom: 120px;
}

.button a {
  padding: 8px 20px;
  text-align: center;
  border: 1px solid #2e1603;
  color: #2e1603;
  border-radius: 50px;
  display: block;
}

.header {
  height: 80vh;
  background: url("../images/img_top.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.header .header-wrap {
  position: fixed;
  width: 100%;
  z-index: 100;
}
.header .brand {
  text-align: center;
  width: 100%;
  height: 70px;
  background: #2e1603;
}
.header .brand-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 8px;
}
.header .brand-wrap .phone-box {
  position: absolute;
  right: 0;
  top: 2px;
  color: #fff;
  background: url("../images/img_flame_top.png") no-repeat;
  background-size: contain;
  width: 212px;
  height: auto;
  padding: 12px;
  font-size: 20px;
  font-family: serif;
}
.header .brand-wrap .phone-box a {
  color: #fff;
}
.header .brand-wrap .phone-box::before {
  content: url("../images/img_phone.png");
  margin-right: 0.5em;
}
.header .brand-wrap .shop-address {
  font-size: 10px;
  color: #fff;
  position: absolute;
  bottom: 2px;
  right: 20px;
}
.header .header-menu {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}
.header .header-menu ul {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
  height: 50px;
  line-height: 50px;
}
.header .header-menu li {
  width: 100%;
  text-align: center;
}
.header .header-menu li:hover {
  background: rgba(141, 212, 255, 0.4);
  transition: 0.3s;
  cursor: pointer;
}
.header .header-menu .current-menu {
  background: rgba(141, 212, 255, 0.4);
  color: #fff;
}
.header .header-menu a {
  display: block;
}

.page-gallery .header {
  background: url("../images/DSC06156_96.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.page-access .header {
  background: url("../images/img_gaikan_access.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.page-menu .header {
  background: url("../images/img_menu_header.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.page-concept .header {
  background: url("../images/img_concept_header.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.home main {
  background: #fff;
}
.home main .message {
  background: url("../images/img_concept.png") no-repeat;
  background-position: center;
  height: 500px;
  text-align: center;
}
.home main .message-box {
  display: block;
  width: 550px;
  margin: 0 auto;
  padding-top: 160px;
}
.home main .message-box h1 {
  font-size: 28px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.home main .message-box p {
  font-size: 16px;
  line-height: 1.7;
}
.home main .blog {
  background: url("../images/bg_roze.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.home main .blog .blog-box {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  width: 840px;
  margin: 0 auto;
  padding: 40px;
  font-size: 18px;
}
.home main .blog .blog-box h2 {
  text-align: center;
  color: #da8e00;
  background: -webkit-linear-gradient(
    -45deg,
    #f7de05,
    #da8e00,
    #edac06,
    #f7de05,
    #ecb802,
    #daaf08,
    #b67b03,
    #da8e00,
    #edac06,
    #f7de05,
    #ecb802,
    #edac06
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home main .blog .blog-box h2::after {
  content: url("../images/line.png");
  display: block;
  margin-top: -20px;
}
.home main .flower-menu {
  background-color: #fff;
  background-image: url("../images/bg_leaves_left.png"),
    url("../images/bg_leaves_right.png");
  background-repeat: no-repeat;
  background-position: left top, right top;
}
.home main .flower-menu .flower-box {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
}
.home main .flower-menu .flower-box .flower-menu-wrap {
  padding: 10px 0;
}
.home main .flower-menu .flower-box .flower-menu-wrap a {
  box-sizing: border-box;
  width: 220px;
  text-align: center;
  margin: 20px;
  display: inline-block;
}
.home main .flower-menu .flower-box .menu-box {
  display: block;
  cursor: pointer;
}
.home main .flower-menu .flower-box h2 {
  text-align: center;
}
.home main .flower-menu .flower-box .menu-box p {
  color: #b48f1e;
  z-index: 3;
  position: relative;
  margin-top: 0;
}
.home main .banner {
  background-color: rgba(204, 204, 204, 0.34);
  background-image: url("../images/bg_whiteleaves_left.png"),
    url("../images/bg_whiteleaves_right.png");
  background-repeat: no-repeat;
  background-position: left top, right top;
  height: 396px;
  position: relative;
}
.home main .banner img {
  height: 92px;
  width: auto;
}
.home main .banner span {
  display: block;
}
.home main .banner .banner-box {
  margin: 0 auto;
  padding: 40px;
}
.home main .banner .banner-box .banner-wrap {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home main .banner .banner-box .banner-wrap .col {
  text-align: center;
  padding: 0 100px;
}

.access {
  padding: 40px 0;
  background: url("../images/img_leaf_map.png") no-repeat;
  background-position: right 0px bottom 20px;
}
.access .access-box {
  display: block;
  width: 840px;
  margin: 0 auto;
  padding: 0 40px;
}
.access .access-box h2 {
  text-align: center;
  color: #da8e00;
  background: -webkit-linear-gradient(
    -45deg,
    #f7de05,
    #da8e00,
    #edac06,
    #f7de05,
    #ecb802,
    #daaf08,
    #b67b03,
    #da8e00,
    #edac06,
    #f7de05,
    #ecb802,
    #edac06
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.access .access-box h2::after {
  content: url("../images/line.png");
  display: block;
  margin-top: -20px;
}
.access .access-box .access-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  margin: auto;
}
.access .access-box .access-wrap .col {
  box-sizing: border-box;
  flex: 0 1 calc(100% / 2);
  margin-top: 20px;
  display: inline-block;
}
.access .access-box .access-wrap .col p {
  margin: 0;
}
.access .access-box .access-wrap table {
  margin-top: 16px;
}
.access .access-box .access-wrap td {
  padding: 0 20px 0 0;
}
.access h2 {
  text-align: center;
}

footer .sitemap {
  padding-top: 100px;
  background: rgba(193, 148, 128, 0.15) url("../images/bg_footer_leaves.png")
    no-repeat;
  background-position: center top;
  background-size: cover;
  height: 614px;
}
footer .sitemap .ga {
  font-size: 12px;
  color: #2e1603;
}
footer .sitemap .ga a {
  text-decoration: underline;
}
footer .sitemap .copyrights {
  text-align: center;
  margin-top: 150px;
}
footer .foot-cover {
  height: 20px;
  background: #2e1603;
}

.page h2 {
  text-align: center;
  color: #da8e00;
  background: -webkit-linear-gradient(
    -45deg,
    #f7de05,
    #da8e00,
    #edac06,
    #f7de05,
    #ecb802,
    #daaf08,
    #b67b03,
    #da8e00,
    #edac06,
    #f7de05,
    #ecb802,
    #edac06
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page h2::after {
  content: url("../images/line.png");
  display: block;
  margin-top: -20px;
}

.page-gallery .contents_innner {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}
.page-gallery .gallery .gallery-box {
  display: block;
  width: 840px;
  margin: 0 auto;
}
.page-gallery .gallery .flower-menu-wrap {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.page-gallery .gallery .flower-menu-wrap a {
  width: calc(100% / 3);
}
.page-gallery .gallery img {
  width: 250px;
  height: auto;
  box-sizing: border-box;
  flex: 0 1 calc(100% / 3);
  margin: 10px;
  display: inline-block;
}
.page-gallery .gallery table {
  border-collapse: collapse;
  margin: 0 10px 10px;
  width: 250px;
}
.page-gallery .gallery table th,
.page-gallery .gallery table td {
  border: solid 1px #999;
  color: #666;
  padding: 5px;
  font-size: 80%;
}

.page-access table {
  width: 700px;
  margin: auto;
}
.page-access table td {
  padding: 8px 16px;
}
.page-access table .bg-table01 {
  background: #d1eeff;
  margin: 5px;
  display: block;
  border-radius: 10px;
  text-align: center;
  width: 150px;
}

.page-menu .menu-contents {
  display: block;
  overflow: hidden;
  margin: 0 auto 50px;
  position: relative;
}
.page-menu .menu-contents img {
  width: 300px;
  height: auto;
}
.page-menu .button.align-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

#feed {
  width: 700px;
  margin: auto;
}
#feed dt {
  width: 120px;
  float: left;
}
#feed dd {
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 130px;
}
#feed a {
  text-decoration: none;
}

.page-concept .menu-wrap {
  margin-bottom: 50px;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  .header {
    height: 55vh;
  }

  .flower-box {
    width: 100%;
  }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  .header {
    height: 80vh;
  }

  .flower-box {
    width: 100%;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  .header {
    height: 80vh;
  }

  .flower-box {
    text-align: center;
    max-width: 80%;
  }
}
