@charset "UTF-8";
/* ======= 共通部分 ======= */
/* 全体 */
body {
  color: #A28A63;
  font-size: 16px;
  line-height: 2em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

a {
  color: #A28A63;
  text-decoration: none; }
  a:hover {
    color: #A28A63;
    text-decoration: none;
    opacity: 0.7; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0; }

ul, ol {
  line-height: 1.8em; }

iframe {
  border: 0; }

section {
  background: url("../image/bg-renga.png") no-repeat left top/45% auto; }

/* 見出し */
.head-ttl-01, .head-ttl-02, .head-ttl-03 {
  color: #A28A63;
  font-weight: 600;
  text-align: center; }

.head-ttl-01 {
  font-size: 24px; }

.head-ttl-02 {
  font-size: 16px; }

.head-ttl-03 {
  font-size: 20px; }

.sub-ttl-03 {
  color: #A28A63;
  font-size: 12px;
  text-align: center; }

/* 余白*/
.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

/* フォントカラー*/
.f-pink {
  color: #EF8787; }

/* 背景 */
.bg-pink {
  background-color: #EF8787; }

/* ボタン */
.btn {
  display: block;
  border-radius: 0;
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
  letter-spacing: 0; }
  .btn:hover {
    color: #fff;
    opacity: 0.8; }

/* #page-header */
#page-header .navbar {
  background-color: rgba(255, 255, 255, 0.9); }

#page-header .header-logo img {
  width: 110px;
  height: 18px; }

#page-header .navbar-nav {
  padding: 1em 15px;
  background-color: rgba(239, 135, 135, 0.2); }
  @media (min-width: 992px) {
    #page-header .navbar-nav {
      padding: 0 1em 0 0;
      background-color: inherit; } }

#page-header .nav-item {
  list-style: none; }

@media (min-width: 992px) {
  #page-header .item-block::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '|';
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    vertical-align: bottom; }
  #page-header .item-block:nth-child(6) {
    margin-right: 1em; } }

#page-header .nav-link {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 0em;
  padding-right: 0em;
  font-weight: 600; }
  @media (min-width: 992px) {
    #page-header .nav-link {
      text-align: center;
      padding-left: 1.5em;
      padding-right: 1.5em; } }

#page-header a.nav-link:hover {
  opacity: 0.7; }

#page-header .nav-link.tel img {
  height: 25px; }

#page-header .sub {
  color: #A28A63;
  font-size: 12px; }

#page-header .nav-contact {
  background-color: #A28A63; }
  #page-header .nav-contact .d-lg-none {
    color: #fff; }

#page-header i {
  color: #fff;
  font-size: 20px;
  padding-top: 0.4em; }
  @media (min-width: 992px) {
    #page-header i {
      font-size: 30px; } }

#page-header .has-sub {
  position: relative; }

#page-header .fa-chevron-down {
  position: absolute;
  top: 18px;
  right: 4em; }

#page-header .nav-link.btn {
  color: #A28A63;
  border-radius: 0;
  margin-top: 1em; }
  @media (min-width: 992px) {
    #page-header .nav-link.btn {
      margin-top: 0; } }

#page-header .navbar-toggler {
  font-size: inherit;
  border: none;
  padding: 0; }
  #page-header .navbar-toggler .navbar-toggler-icon {
    width: 15px;
    height: 15px;
    background-image: url("../image/nt-close.svg"); }

#page-header .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("../image/nt-open.svg"); }

/* #fixed-footer */
.fixed-bottom {
  bottom: 60px; }

#fixed-footer {
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.4); }
  #fixed-footer .btn {
    height: 50px;
    padding: 0;
    line-height: 1.1;
    font-weight: 600;
    display: block;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  #fixed-footer .bg-pink .btn {
    color: #fff;
    font-size: 18px; }
    #fixed-footer .bg-pink .btn i {
      font-size: 18px; }

#page-footer {
  padding-top: 30px;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    #page-footer {
      padding-bottom: 0; } }

.copylight {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 1em; }

/* ======= コンテンツ======= */
#mv {
  width: 100%;
  height: calc(498 / 750 * 100vw);
  background: url("../image/mv-sp.png") no-repeat center top/cover;
  position: relative; }
  @media (min-width: 768px) {
    #mv {
      height: calc(800 / 1920 * 100vw);
      background: url("../image/mv-pc.png") no-repeat center top/cover; } }
  #mv .mv-text {
    width: 60%;
    height: auto;
    position: absolute;
    bottom: 1em;
    right: 0;
    background-color: rgba(255, 255, 255, 0.17);
    padding: 15px; }
    @media (min-width: 768px) {
      #mv .mv-text {
        width: 40%;
        bottom: 100px; } }

.menu-info {
  position: relative;
  height: 100%;
  border: #A28A63 1px solid;
  padding: 30px 15px; }
  .menu-info span {
    color: #EF8787;
    font-weight: 600; }
  .menu-info::before, .menu-info::after {
    position: absolute;
    content: '';
    display: block;
    width: 34px;
    height: 30px;
    background: url("../image/menu-info-brdr.png") no-repeat center top/cover; }
  .menu-info::before {
    top: -7px;
    left: -7px; }
  .menu-info::after {
    bottom: -7px;
    right: -7px; }

#menu .col-md-6:nth-child(odd) .menu-box {
  background-color: #F8F7F5; }

.menu-box {
  height: 100%;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .menu-box {
      background-color: #F8F7F5; } }

.menu-list {
  align-items: flex-end;
  border-bottom: rgba(118, 118, 118, 0.2) 1px dotted;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em; }

.comment {
  color: #EF8787;
  font-size: 12px; }

.tax-in {
  font-size: 12px; }

#shop-info iframe {
  width: 100%;
  height: 300px; }
  @media (min-width: 768px) {
    #shop-info iframe {
      height: 100%; } }

.si-box {
  border-bottom: rgba(118, 118, 118, 0.2) 1px dotted;
  margin: 0 0 0.6em; }
  .si-box .f-pink.mb-4 {
    font-weight: 600; }

.si-head {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0.6em; }

.si-detail {
  padding-bottom: 0.6em; }

.tel-box {
  width: 80%; }
  @media (min-width: 768px) {
    .tel-box {
      width: 40%; } }

#contact .form-row {
  margin-left: 0;
  margin-right: 0; }

#contact label {
  margin: 0; }

#contact .required, #contact .any {
  font-size: 12px;
  color: #fff;
  padding: 0.2em 0.5em 0.3em;
  margin-right: 1em;
  color: #fff;
  border-radius: 5px;
  font-weight: normal; }

#contact .required {
  background-color: #EF8787; }

#contact .any {
  background-color: #767676; }

#contact .form-head {
  font-weight: 600;
  padding-top: 0.9em; }

#contact .form-detail {
  padding-top: 0.6em;
  padding-bottom: 0.7em; }

#contact .form-control {
  padding: 0.75rem; }

#contact textarea {
  height: 150px; }

#contact .item-box {
  padding: 1em 0.5em; }

#contact .btn {
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 0.5em 2em;
  text-align: center; }
  #contact .btn:hover {
    color: #fff;
    opacity: 0.8; }

/*# sourceMappingURL=style.css.map */
