@charset "UTF-8";
/* header */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 99; }

.header-logo {
  margin: 0 0 0 10px;
  margin-right: auto;
  padding-top: 8px; }

/* nav */
/* スマホメニュー */
@media screen and (max-width: 767px) {
  .nav {
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    height: 100vh;
    background: #fff;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

  .nav-list {
    display: block;
    width: 90%;
    margin: 0 auto; }

  .nav-item, .nav-current {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    border-bottom: 4px dotted #eee;
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    line-height: 3.8rem; }

  .nav-link {
    color: #313131;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block; }

  .nav-current {
    color: #dfb45a; }

  .fa-external-link-alt {
    margin-left: 10px; }

  .nav-sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 100px; }

  .nav-sns {
    display: none; }

  .nav-sns-item {
    margin: 10px 24px; }

  /* スマホのハンバーガーメニュー */
  .nav-hamburger {
    display: block;
    width: 40px;
    height: 40px;
    top: 4px;
    margin: 12px;
    cursor: pointer; }

  .nav-hamburger-line {
    position: relative; }
    .nav-hamburger-line span {
      display: block;
      height: 3px;
      background-color: #313131;
      border-radius: 3px;
      position: absolute;
      width: 100%;
      left: 0;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
      .nav-hamburger-line span:nth-child(1) {
        top: 6px; }
      .nav-hamburger-line span:nth-child(2) {
        top: 18px; }
      .nav-hamburger-line span:nth-child(3) {
        top: 30px; }

  /* スマホのハンバーガーメニューopen時の動き */
  .open .nav-hamburger span:nth-child(1) {
    border-radius: 3px;
    top: 18px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

  .open .nav-hamburger span:nth-child(2) {
    border-radius: 3px;
    width: 0;
    left: 50%; }

  .open .nav-hamburger span:nth-child(3) {
    border-radius: 3px;
    top: 18px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); } }
/* タブレットサイズ以上メニュー */
@media screen and (min-width: 768px) {
  .nav {
    display: block !important; }

  .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 60px;
    align-items: center;
    flex-direction: row; }

  .nav-link, .nav-current {
    display: block;
    margin-right: 24px;
    font-size: 0.875rem;
    letter-spacing: 0.1rem; }

  .nav-sns {
    margin: 0 24px -5px 0; }

  .nav-link {
    color: #313131;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative; }

  .nav-link::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dfb45a;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top; }

  .nav-link:hover::after {
    transform: scale(1, 1); }

  .nav-current {
    color: #dfb45a; }

  .nav-hamburger {
    display: none; }

  .nav-sns-list {
    display: none; }

  .fa-external-link-alt {
    margin-left: 5px; } }
/* common */
/* トップへ戻る */
.page-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 9999; }

.common-wrapper {
  margin-top: 60px;
  background: #f8f8f8 url(../img/bg.png) repeat;
  padding: 10px 0 50px; }

@media screen and (min-width: 960px) {
  .common-wrapper {
    padding: 0 10px 50px; } }
.common-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
  font-weight: normal; }

.common-title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3px;
  /*線の上下位置*/
  display: inline-block;
  width: 40px;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #e9cc44;
  /*線の色*/
  border-radius: 1px;
  /*線の丸み*/ }

.image-link {
  -webkit-transition: all .5s;
  transition: all .5s; }
  .image-link:hover {
    opacity: .5; }

.colorlink {
  color: #558c78;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .colorlink:hover {
    opacity: .3; }

.common-info {
  color: #cc5f1b; }

.emergency {
  color: #cc5f1b;
  border: 2px solid #cc5f1b;
  padding: 10px;
  margin: 15px 0 15px 0;
  font-weight: normal; }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.brtext {
  display: inline-block;
  line-height: 0.5em; }

.readmorebutton-link {
  border: 2px solid #558c78;
  background: #fff;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 25px;
  color: #558c78;
  text-decoration: none;
  font-size: 1.0625rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center; }

.readmorebutton-link:hover {
  background: #558c78;
  color: #fff; }

.readmorebutton {
  text-align: center;
  margin: 40px 0 10px 0; }

.fa-caret-right {
  margin-right: 0.5rem; }

.shop-item-list {
  display: block;
  font-size: 1.125rem;
  border: 2px solid #558c78;
  background: #fff;
  padding: 15px;
  margin: 10px;
  color: #558c78;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s; }

.shop-item-list:hover {
  background: #558c78;
  color: #fff; }

.linethrough {
  text-decoration: line-through; }

/* footer */
.footer {
  margin: 0 auto;
  padding: 40px 0 0 0;
  text-align: center;
  font-size: 0.875rem;
  background: #efeee9; }

.footer-nav {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto; }

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.footer-nav-link, .footer-nav-current {
  font-size: 1.0625rem;
  color: #313131;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: all .5s;
  transition: all .5s;
  letter-spacing: 0.1rem;
  position: relative; }

.footer-nav-link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dfb45a;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top; }

.footer-nav-link:hover::after {
  transform: scale(1, 1); }

.footer-nav-current {
  color: #dfb45a; }

@media screen and (max-width: 767px) {
  .footer-nav-item, .footer-nav-current {
    flex: 1 1 30%;
    margin-bottom: 1rem; } }
@media screen and (max-width: 559px) {
  .footer-nav-item, .footer-nav-current {
    margin-left: 0;
    flex: 1 1 50%; } }
@media screen and (min-width: 768px) {
  .footer-nav-item:not(:first-child), .footer-nav-current:not(:first-child) {
    margin-left: 4rem; } }
.footer-sns {
  margin: 40px 0; }

@media screen and (max-width: 559px) {
  .footer-sns {
    margin: 30px 0 80px; } }
.fotter-sns-title {
  font-weight: normal; }

.footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.footer-sns-item {
  margin: 20px 20px 50px 20px; }

.footer-copyright {
  color: #fff;
  letter-spacing: .1rem;
  text-shadow: 0.5px 0.5px 0.5px #333;
  padding: 0.2rem 0;
  margin-top: 40px;
  background-color: #80786f;
  background-image: linear-gradient(120deg, #8abba6 0%, #e4b596 100%); }

.copymark {
  font-size: 0.75rem; }

/* Home */
/* ヒーローイメージ*/
.hero {
  position: relative;
  overflow: hidden;
  height: 100vh; }

.slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000; }

.slider .image {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: anime 30s 0s infinite;
  animation: anime 30s 0s infinite;
  /* 6秒ずつを5枚だから30s */
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

/*
6秒ごとに切り替え
*/
.slider .image:nth-of-type(1) {
  background-image: url("../img/slide/1705.jpg"); }

.slider .image:nth-of-type(2) {
  animation-delay: 6s;
  background-image: url("../img/slide/1706.jpg"); }

.slider .image:nth-of-type(3) {
  animation-delay: 12s;
  background-image: url("../img/slide/1707.jpg"); }

.slider .image:nth-of-type(4) {
  animation-delay: 18s;
  background-image: url("../img/slide/1703.jpg"); }

.slider .image:nth-of-type(5) {
  animation-delay: 24s;
  background-image: url("../img/slide/1704.jpg"); }

@keyframes anime {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    opacity: 1; }
  60% {
    opacity: 0;
    transform: scale(1.1);
    z-index: 8; }
  100% {
    opacity: 0; } }
.hero-body {
  z-index: 11;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto; }

.hero-headline {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 10vmin;
  font-weight: normal;
  letter-spacing: 0.05rem;
  font-family: 'Oleo Script', cursive;
  margin-top: 20vmin; }

.hero-text {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 1.8vmin;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: -2vmin;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); }

/* 768px以下 */
@media screen and (max-width: 767px) {
  .hero-headline {
    font-size: 10vmin;
    margin-top: 25vmin; }

  .hero-text {
    width: 80%;
    font-size: 2vmin;
    margin-top: -2vmin; } }
@media screen and (max-width: 559px) {
  .hero-headline {
    font-size: 15vmin;
    margin-top: 50vmin; }

  .hero-text {
    width: 90%;
    font-size: 3.2vmin; } }
/* homeコンテンツ */
/* 共通*/
.home-wrapper {
  background: #f8f8f8 url(../img/bg.png) repeat;
  padding-bottom: 50px;
  width: 100%; }

@media screen and (min-width: 768px) {
  .home-wrapper {
    padding: 0 10px 50px; } }
.home-container {
  background-color: #fff;
  border-radius: 5px;
  width: 100%; }

.home-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px; }

.home-content {
  padding-top: 30px; }

.home-title {
  font-size: 2.1875rem;
  color: #707070;
  display: inline-block;
  position: relative;
  padding: 0 100px 0 5px; }

@media screen and (min-width: 768px) {
  .home-title {
    font-size: 2.8125rem; } }
.home-title-link {
  font-family: 'Quicksand', sans-serif;
  color: #313131;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .home-title-link:hover {
    opacity: .3; }

/* タイトル横の矢印 */
.home-title::after,
.home-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  right: 14%;
  margin: auto;
  height: 10px; }

.home-title::after {
  bottom: 0;
  width: 55px;
  border-bottom: 2px solid #707070;
  border-radius: 1px; }

.home-title::before {
  bottom: -2px;
  width: 20px;
  border-top: 2px solid #707070;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-radius: 1px; }

/* Home News */
.home-news {
  padding: 10px; }

.home-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0; }

.home-news-itemwrap + .home-news-itemwrap {
  margin: 10px 0;
  border-top: 1px dashed #ccc;
  padding-top: 20px; }

.home-news-text {
  font-weight: normal;
  color: #313131; }

.home-news-image {
  width: 25%;
  margin: 5px 15px 0 3px; }

.home-news-text + .home-news-text {
  margin-top: 1rem; }

.underline {
  background: linear-gradient(transparent 70%, #f5ec9e 70%); }

.home-news-title {
  margin-bottom: 1rem;
  color: #313131;
  text-decoration: none; }

.home-news-textgroup {
  width: 75%; }

.news-up {
  color: #cc5f1b;
  font-size: 0.875rem;
  font-weight: normal; }

.news-up-icon {
  font-size: 0.625rem;
  margin-left: 8px;
  padding: 1px 3px 0 4px;
  background-color: #ccc;
  color: #fff;
  border-radius: 2px;
  letter-spacing: 0.05rem; }

@media screen and (min-width: 768px) {
  .home-news-image {
    margin-right: 20px; }

  .home-news {
    padding: 20px; } }
@media screen and (max-width: 559px) {
  .home-news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .home-news-image {
    width: 99%; }

  .home-news-textgroup {
    width: 100%; } }
.home-news-item {
  position: relative;
  padding-bottom: 15px; }

.home-news-item:before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -4px;
  width: 20%;
  max-width: 100px;
  height: 2px;
  background: #555;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.4s; }

.home-news-item:hover:before {
  transform: scale(1); }

.home-news-item:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: 14.5px;
  width: 20px;
  height: 10px;
  border: 2px solid;
  background: transparent;
  transform: scale(0, 1);
  border-color: transparent transparent #666 transparent;
  transform: rotate(-135deg); }

/* home-works */
.home-works-text {
  margin: -5px 0 5px 5px; }

/* shop */
/* home-shop */
.home-shop-text,
.home-voice-text {
  margin: -5px 0 5px 5px; }

.shop-category-title {
  font-size: 1.125rem;
  position: relative;
  display: inline-block;
  padding: 0 45px;
  margin: 20px auto 0; }

.shop-text-center-parent {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  padding: 10px; }

.shop-category-title:before, .shop-category-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg); }

.shop-category-title:before {
  left: 0; }

.shop-category-title:after {
  right: 0; }

.category-title-current {
  color: #dfb45a;
  text-align: center;
  margin-top: -8px; }

.shop-category {
  background-color: #fff;
  border-radius: 5px;
  width: 100%; }

.shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 3px; }

.shop-item {
  text-align: center;
  padding: 10px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

.shop-list-m {
  text-align: center;
  padding: 0 10px 20px 10px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.shop-item-m {
  width: 100%;
  max-width: 580px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .shop-list-m {
    flex-direction: column;
    padding: 0 0 20px 0; } }
.shop-item-list {
  display: block;
  font-size: 1.125rem;
  border: 2px solid #558c78;
  background: #fff;
  padding: 15px;
  margin: 10 0 0 0px;
  color: #558c78;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s; }

.shop-item-list:hover {
  background: #558c78;
  color: #fff; }

.link-out {
  border: 2px solid #ccc;
  background: #fff;
  padding: 15px;
  margin: 10px;
  color: #ccc; }

.shop-detail {
  margin: 20px auto -10px;
  max-width: 50rem; }

@media screen and (max-width: 767px) {
  .shop-detail {
    text-align: left; } }
/* voice */
.voice-article {
  padding: 20px; }

.voice-text-balloon {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #eee;
  border-radius: 10px;
  padding: 2px 30px 25px 30px;
  position: relative; }

.voice-text-balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eee; }

.voice-icon {
  display: block;
  text-align: center;
  margin: 25px 0 0 0; }

.voice-icon img {
  width: 20%;
  max-width: 60px; }

.voice-icon-figure {
  font-size: 0.9375rem; }

.voice-text {
  margin-top: 1.5rem;
  line-height: 1.8; }

/* works */
/* works一覧ページ*/
.works-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  min-height: calc(100vh - 280px); }

.works-category {
  background-color: #fff;
  border-radius: 5px;
  width: 100%; }

.works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 3px; }

.works-item {
  margin: 3px 3px 0 3px;
  flex: 1 0 20%; }

@media screen and (max-width: 559px) {
  .works-item {
    flex: 1 0 30%; } }
@media screen and (min-width: 768px) {
  .works-list {
    padding: 5px; }

  .works-item {
    margin: 5px 5px 0 5px;
    flex: 1 0 18%; } }
.category-title {
  text-align: center;
  margin-top: -8px; }

/* works個別ページ*/
.works-title {
  text-align: center;
  font-size: 1.375rem;
  font-weight: normal;
  margin-top: 1.5rem;
  letter-spacing: 0.05rem; }

.works-main-text {
  text-align: center;
  margin-bottom: 10px; }

@media screen and (max-width: 559px) {
  .works-main-text {
    text-align: left; } }
.breadcrumbs {
  margin: -20px 0 0 10px; }

.breadcrumbs-item:after {
  content: '>';
  padding: 0 2px 0 8px; }

.breadcrumbs-item:last-child:after {
  content: ''; }

.breadcrumbs-item {
  display: inline;
  font-size: 1.125rem; }
  .breadcrumbs-item a {
    color: #558c78;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .breadcrumbs-item a:hover {
      opacity: .3; }

.works-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: bottom;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 10px 0;
  margin-top: 20px; }

.works-main-item {
  flex: 1 0 100%;
  margin: 0 0 40px 0; }

@media screen and (min-width: 560px) {
  .works-main-item {
    flex: 1 0 48%;
    margin: 0 10px 40px 0; }

  .works-main-item:nth-child(even) {
    margin-right: 0; }

  .works-main-detail {
    padding: 0 10px; } }
.works-main-image {
  border: 1px solid #e5e5e5; }

.works-main-title {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
  letter-spacing: 0.05rem; }

.rubystyle {
  font-size: 0.875rem;
  position: relative;
  top: -.3rem;
  transform: translateY(-0.3rem); }

.works-main-detail {
  margin-top: .8rem; }

.works-category-title {
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
  padding: 0 45px;
  margin: 0 auto 0.6rem; }

.text-center-parent {
  text-align: center;
  margin-top: 50px; }

.works-category-title:before, .works-category-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg); }

.works-category-title:before {
  left: 0; }

.works-category-title:after {
  right: 0; }

.category-title-current {
  color: #dfb45a;
  text-align: center;
  margin-top: -8px; }

.image-current {
  opacity: .5;
  border-bottom: 3px solid #dfb45a; }

/* About */
.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px; }

.about-content {
  margin-top: 2.5rem; }

@media screen and (min-width: 768px) {
  .about-content {
    margin-top: 3.5rem; } }
.about-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.about-title {
  text-align: center;
  font-size: 1.125rem;
  margin: 10px 0 20px 0; }

.about-title:not(:first-child) {
  margin-top: 40px; }

.text-color-link {
  color: #558c78;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .text-color-link:hover {
    opacity: .3; }

.about-article {
  background-color: #fff;
  width: 90%;
  padding: 10px 20px 20px 25px;
  margin-top: -30px;
  border-radius: 5px; }

.about-image {
  width: 75%;
  margin-left: auto;
  margin-top: -20px; }

.about-text {
  margin-top: 1.5rem;
  line-height: 1.8; }

@media screen and (min-width: 768px) {
  .about-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .about-article {
    width: 55%;
    margin-top: 0;
    margin-right: -2%;
    position: relative;
    z-index: 1; }

  .about-image {
    width: 50%;
    margin-top: -50px;
    margin-left: auto; }

  .about-title {
    margin-top: 20px; } }
.about-history {
  margin-top: 300px;
  position: relative; }

.about-history-catch {
  position: absolute;
  width: 85%;
  max-width: 350px;
  top: -240px;
  left: 0; }

.about-history-content {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 25px 10px 10px 20px; }

.about-date {
  width: 7rem;
  float: left;
  line-height: 1.5; }

.about-event {
  margin-left: 8rem;
  line-height: 1.5; }

.about-event:after {
  content: '';
  display: block;
  clear: both; }

.about-item {
  margin-bottom: 1rem; }

@media screen and (min-width: 960px) {
  .about-history-content {
    width: 85%;
    margin-left: auto;
    padding-left: 30px; }

  .about-history {
    margin-top: 250px; }

  .about-history-catch {
    width: 100%;
    max-width: 350px;
    top: -180px;
    left: 0; } }
/* Shop */
/* works一覧ページ*/
.shop-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  min-height: calc(100vh - 280px); }

.shop-category {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 0 0 20px 0; }

.shop-main-text {
  text-align: center; }

@media screen and (max-width: 559px) {
  .shop-main-text {
    text-align: left; } }
/* Contact */
.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  min-height: calc(100vh - 300px); }

.contact-content {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 10px 0 20px 0;
  position: relative; }

.contact-main {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 0 10px; }

.contact-form-main {
  width: 100%;
  max-width: 450px;
  margin: 20px auto 40px; }

.contact-main-text {
  max-width: 450px;
  margin: 1rem 0 .5rem 0; }

.contact-label {
  margin-left: 5px;
  font-size: 1.0625rem; }

.contact-name:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-weight: 900;
  margin-right: 10px;
  color: #313131; }

.contact-email:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
  color: #313131; }

.contact-comment:before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";
  font-weight: 900;
  margin-right: 10px;
  color: #313131; }

.input-focus {
  color: #898989;
  font-weight: 500;
  font-size: 1.125rem;
  border-radius: 5px;
  line-height: 1.5rem;
  background-color: #fbfbfb;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 3px solid #eee;
  -webkit-appearance: none; }

.input-focus:focus {
  background: #fff;
  border: 3px solid #749e9b;
  color: #558c78;
  outline: none;
  padding: 10px; }

.text-area {
  width: 100%;
  height: 150px;
  line-height: 1.5rem;
  resize: vertical; }

.input-focus:hover, .input-focus:focus {
  background-color: #fff; }

.contact-form-submit {
  width: 100%;
  cursor: pointer; }

.form-button {
  width: 100%;
  cursor: pointer;
  font-size: 1.25rem;
  padding: 1rem 0;
  color: #fff;
  font-weight: bold;
  border-radius: 5px; }

.form-button-go {
  background-color: #558c78;
  margin-top: 20px; }

.form-button-back {
  background-color: #898989;
  margin-top: 20px; }

.contact-catch {
  max-width: 250px;
  margin: 0 auto;
  text-align: right;
  padding: 0 10px; }

.contact-catch-image {
  width: 100%; }

@media screen and (min-width: 960px) {
  .contact-catch {
    position: absolute;
    right: 0;
    bottom: 0; }

  .contact-catch-image {
    width: 100%; } }
.check-text {
  margin-bottom: 20px; }

.check-caution {
  color: #cc5f1b;
  font-weight: bold; }

/* fin */
.contact-fin-title {
  margin: 50px 0;
  text-align: center; }

.fin-content {
  min-height: 500px; }

.contact-fin-text {
  margin-bottom: 20px; }

.pre-home {
  width: 100%;
  max-width: 300px;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  padding: 0.8rem 0;
  color: #fff;
  font-weight: bold;
  background-color: #749e9b;
  margin: 40px auto 20px;
  display: none;
  border-radius: 5px; }

@media screen and (max-width: 767px) {
  .pre-home {
    display: block; } }
