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

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

.page #works a {
  text-decoration: underline; }

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

ul, ol {
  line-height: 1.8em;
  list-style: none;
  padding-left: 0;}

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, .head-ttl-04 {
  font-weight: 600;
  text-align: center; }

.head-ttl-01 {
  color: #76dcc5;
  font-size: 34px; }

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

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

.head-ttl-04 {
  color: #fff;
  font-size: 34px; }
  @media (min-width: 768px) {
    .head-ttl-04 {
      font-size: 60px; } }



.sub-ttl-03 {
  color: #333;
  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-green {
  background-color: #76dcc5; }

/* ボタン */
.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: 40px; }

#page-header .navbar-nav {
  padding: 1em 15px;
  background-color: rgba(76, 236, 204, 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; }

#page-header .nav-item ul {
  padding-left: 1em; }

@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: #333;
  font-size: 12px; }

#page-header .nav-contact {
  background-color: #333; }
  #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: #333;
  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%;
  position: relative; }
  .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; } }

#mv {
  background-color: #76dcc5;}

.home #mv {
  height: 400px;
  background-image: url("../image/mv.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;}
  @media (min-width: 768px) {
    .home #mv {
      height: 500px;
      background-size: contain;} }

.page #mv {
  height: 120px;}
  @media (min-width: 768px) {
    .page #mv {
      height: 200px; } }


.menu-info {
  position: relative;
  height: 100%;
  border: #333 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; }

#works .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: #7c7c7c;
  font-size: 12px; }

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

.card-body {
  padding: 0.5rem 0.5rem;}
    @media (min-width: 768px) {
      .card-body {
        padding: 1rem 1rem;} }

.card-title {
  font-size: 14px;}
  @media (min-width: 768px) {
    .card-title {
      font-size: 20px; } }

.card-title {
  font-size: 14px;}
  @media (min-width: 768px) {
    .card-title {
      font-size: 20px; } }

.card-img-top {
  width: 100%; 
  height: 130px;
  object-fit: cover;}
  @media (min-width: 768px) {
    .card-img-top {
      height: 260px; } }

.card-title {
  font-size: 14px;
  font-weight: bold;}
  @media (min-width: 768px) {
    .card-title {
      font-size: 20px; } }

.card-detail {
  font-size: 12px;
  color: #76dcc5;
  text-align: right;}
  @media (min-width: 768px) {
  .card-detail {
      font-size: 16px; } }

.price-head {
  font-size: 24px;
  font-weight: bold;}




#sns iframe {
  width: 100%;
  height: 300px; }
  @media (min-width: 768px) {
    #sns 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; } */

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

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