@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  height: 100%;
  opacity: 20;
  font-family: YuMincho, 'Yu Mincho',	serif;
  color: #3c452f; }
  body > header, body > section {
    width: 100%;
    height: 100%;
    opacity: 20; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

ul, ol, li {
  list-style-type: none; }

a:link, a:visited {
  text-decoration: none; }

p {
  line-height: 1.45em; }

a {
  color: #3E603B; }
  a:hover, a:active {
    color: #D3BBA9;
    outline: 0; }

.Rockwell {
  font-family: Rockwell, serif; }
  .Rockwell a {
    font-family: Rockwell, serif; }

.ask {
  display: inline-block; }

.center {
  text-align: center;
  display: block;
  margin: 0px auto; }

/*マウスオーバー時にヌルっと拡大*/
.imgWrap {
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #3C452F; }
  .imgWrap img {
    display: block;
    transition-duration: 0.8s; }
    .imgWrap img:hover {
      transform: scale(1.14);
      transition-duration: 0.8s;
      opacity: .5; }

/*
---------------------------------------------------------------------------------------------------------------------
トップへ戻るボタン
---------------------------------------------------------------------------------------------------------------------
*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 5;
  opacity: 0;
  transform: translateY(100px);
  border: 1px solid #3E603B;
  border-radius: 50%; }
  #page-top a {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #3E603B;
    text-align: center;
    font-size: 0.9em;
    transition: all 0.3s;
    padding-top: 18px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Rockwell, serif; }
    #page-top a::after {
      position: absolute;
      content: '';
      top: 12px;
      width: 10px;
      height: 10px;
      border-top: solid 1px #3E603B;
      border-right: solid 1px #3E603B;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transition: .5s; }
    #page-top a:hover {
      background: rgba(255, 255, 255, 0.8); }

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
h2.TitleText {
  text-align: center;
  clear: both;
  font-size: 1.8em;
  font-weight: lighter;
  letter-spacing: 0.15em; }
  h2.TitleText.color1 {
    color: #d9d19b; }
  h2.TitleText.color2 {
    color: #4B563B; }
  h2.TitleText.color3 {
    color: #D3BBA9; }
  @media (min-width: 768px) {
    h2.TitleText {
      font-size: 2.6em; } }

/*
---------------------------------------------------------------------------------------------------------------------
店舗紹介
---------------------------------------------------------------------------------------------------------------------
*/
.Recommend {
  max-width: 1130px;
  width: 94%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px; }
  @media (min-width: 450px) {
    .Recommend {
      padding-bottom: 100px; } }
  .Recommend h2 {
    margin: 60px 0; }
    @media (min-width: 768px) {
      .Recommend h2 {
        margin: 100px 0; } }
  .Recommend .ShopBox {
    margin-bottom: 30px; }
    @media (min-width: 450px) {
      .Recommend .ShopBox {
        margin-bottom: 60px; } }
    .Recommend .ShopBox img {
      width: 100%;
      height: auto; }
    .Recommend .ShopBox h4 {
      text-align: left;
      margin-top: 10px; }
      .Recommend .ShopBox h4 a {
        font-size: 0.8em;
        line-height: 1.4em;
        transition: .5s;
        font-weight: lighter; }
        @media (min-width: 450px) {
          .Recommend .ShopBox h4 a {
            font-size: 1.2em; } }
        .Recommend .ShopBox h4 a:hover {
          color: #D3BBA9; }
  .Recommend ul {
    display: none; }
    @media (min-width: 768px) {
      .Recommend ul {
        display: inherit;
        text-align: center;
        padding-bottom: 40px;
        margin-top: 100px; } }
    .Recommend ul li {
      display: inline-block;
      padding: 0 50px; }
      .Recommend ul li a {
        font-size: 1.5em;
        transition: .5s;
        letter-spacing: 0.1em; }
        .Recommend ul li a:hover {
          opacity: 0.8; }
    .Recommend ul li.White a {
      color: #fff; }
    .Recommend ul li.color2 a {
      color: #3C452F; }
  .Recommend .White h4 a {
    color: #fff; }
  .Recommend .color2 h4 a {
    color: #3C452F; }
  .Recommend .color4 h2 {
    color: #00531d; }

@media only screen and (min-width: 768px) {
  .o-6column .col-6 {
    padding: 0 10px; }

  .o-6column {
    margin: 0 -10px; } }
@media only screen and (min-width: 1200px) {
  .o-6column .col-6 {
    padding: 0 15px; }

  .o-6column {
    margin: 0 -15px; } }
