﻿@charset "UTF-8";
/* 画面幅別レイアウト設定 */
/* フォント設定 */
/* -------------------------------- */
/* コンテンツ用ボックス */
#contents {
  width: 100%;
  text-align: left;
  background-color: #D5CBB5; }
  #contents p {
    padding: 5px 20px; }
  #contents h3 {
    padding: 5px 20px;
    text-align: center; }
  #contents .cont-detail-tx {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 16px; }

/*-----------------------------------------*/
/* スライドショー用設定 */
#slideshow {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden; }
  #slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
    display: block;
    width: 100%;
    height: auto;
    max-height: 300px; }
    #slideshow img.active {
      z-index: 10;
      opacity: 1; }
    #slideshow img.last-active {
      z-index: 9; }

/*-----------------------------------------*/
#dandy_x a {
  width: 80%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 8px auto 16px auto; }
  @media screen and (min-width: 401px) and (max-width: 899px) {
    #dandy_x a {
      width: 90%; } }
  @media screen and (max-width: 400px) {
    #dandy_x a {
      width: 96%; } }
  #dandy_x a .banner {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.5); }

#shop {
  width: 100%; }
  #shop .item-group {
    width: 31%;
    float: left;
    margin: 0 1%;
    overflow: hidden; }
    @media screen and (min-width: 401px) and (max-width: 899px) {
      #shop .item-group {
        width: 48%;
        margin: 0 1%;
        float: left; }
        #shop .item-group:nth-child(3) {
          clear: both; } }
    @media screen and (max-width: 400px) {
      #shop .item-group {
        width: 100%;
        margin: 0;
        float: none; } }
  #shop .shop-img {
    display: block;
    width: 96%;
    height: auto;
    margin: 0 auto;
    box-shadow: 3px 3px 3px rgba(104, 77, 57, 0.5); }

#notice {
  padding: 0px 50px; }
  @media screen and (min-width: 401px) and (max-width: 899px) {
    #notice {
      padding: 0 16px; } }
  @media screen and (max-width: 400px) {
    #notice {
      padding: 0 8px; } }

#pagelink {
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px; }
  #pagelink .blog-btn-pos {
    width: 50%;
    float: left;
    text-align: center; }
    @media screen and (min-width: 401px) and (max-width: 899px) {
      #pagelink .blog-btn-pos {
        width: 100%; }
        #pagelink .blog-btn-pos + .blog-btn-pos {
          margin-top: 32px; } }
    @media screen and (max-width: 400px) {
      #pagelink .blog-btn-pos {
        width: 100%; }
        #pagelink .blog-btn-pos + .blog-btn-pos {
          margin-top: 24px; } }
  #pagelink .blog-btn {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 60px;
    background-color: #684d39;
    border-bottom: 4px solid #342419;
    border-radius: 10px;
    color: #FFF;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 64px; }
    #pagelink .blog-btn::before {
      position: absolute;
      top: 6px;
      left: 10px;
      content: "";
      width: 48px;
      height: 48px;
      border-right: 1px solid #A08563;
      padding-right: 16px;
      background-image: url("img/icon03.png");
      background-size: 48px 48px;
      background-repeat: no-repeat; }
    #pagelink .blog-btn span {
      margin-left: 56px; }

#contents table#event {
  width: 800px; }

#link {
  width: 100%; }
  #link .link-group {
    width: 100%;
    padding: 16px 0;
    overflow: hidden; }
  #link .link-text {
    display: block;
    width: 33%;
    padding: 10px 0;
    text-align: center;
    float: left; }
    @media screen and (min-width: 401px) and (max-width: 899px) {
      #link .link-text {
        width: 48%; } }

