* {
  box-sizing: border-box;
}

img {
  max-width:100%;
}

body {
/*  background: rgba(0, 0, 0, 0) url("../images/bg.jpg") repeat scroll 0 0; */
  background:#FBF8F0;
  font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
  letter-spacing: 0.1em;
  color:#5A2200;
  line-height: 2;
}

#catch {
  position:relative;
  height: 500px;
}

#catch_header {
  background: rgba(0, 0, 0, 0) url("../images/bg_top_roof02.png") repeat scroll 0 0;
  height: 60px;
  width: 100%;
  position:absolute;
  top:0;
  z-index:100;
}

#catch_sky {
  background: #F9FEFF url("../images/bg_sky.jpg") repeat-x scroll top center;
  height: 500px;
  width: 100%;
  position:absolute;
  top:0;
  z-index:98;
}

#catch_grass {
  background: rgba(0, 0, 0, 0) url("../images/grass.png") repeat scroll 0 0;
  bottom:0;
  z-index:101;
  height: 90px;
  width: 100%;
  position:absolute;
}

#catch_main {
  width: 100%;
  height: 500px;
  z-index:99;
  position:absolute;
  top:0;
}

#catch_main h2 {
  margin:0;
  padding:0;
  font-size:16px;
}

#information {
  background: rgba(0, 0, 0, 0) url("../images/bg_info.jpg") repeat scroll top center;
  padding:10px;
}

#information p {
  font-size:14px;
}

#information_inner {
  border:3px solid #fff;
  padding:5px;
  color:#5A2200;
  font-size:16px;
}

#menu {
  background: rgba(0, 0, 0, 0) url("../images/bg_menu2.jpg") repeat scroll top center;
  padding:10px;
}

#menu_inner {
  border:3px solid #fff;
  padding:5px;
  font-size:20px;
  color:#5A2200;
}

.maru   {  
  border-radius: 4px;        /* CSS3草案 */  
  -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 4px;   /* Firefox用 */  
}


.effect8
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.mb20 {
  margin-bottom:20px;
}

.mt100 {
  margin-top:100px;
}

h2.title {
  padding: 1em;
  border: 3px solid #B3955D;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  font-size:18px;
}

/*card*/
div.card {
  background: #ffffff;
  display: inline-block;
/*  margin: 8px; */
  border:1px solid #f5f5f5;
  max-width: 300px;
  -webkit-perspective: 1000;
          perspective: 1000;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  z-index: 1;
}
div.card img {
  max-width: 300px;
}
div.card div.card-title {
  background: #ffffff;
  padding: 6px 15px 10px;
  position: relative;
  z-index: 0;
}
div.card div.card-title a.toggle-info {
  border-radius: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 32px;
}
div.card div.card-title a.toggle-info span {
  background: #ffffff;
  display: block;
  height: 2px;
  position: absolute;
  top: 16px;
  -webkit-transition: all 0.15s 0s ease-out;
  transition: all 0.15s 0s ease-out;
  width: 12px;
}
div.card div.card-title a.toggle-info span.left {
  right: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
div.card div.card-title a.toggle-info span.right {
  left: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
div.card div.card-title h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0;
}
div.card div.card-title h2 small {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em;
}
div.card div.card-description {
  padding: 0 15px 10px;
  position: relative;
  font-size: 14px;
}
div.card div.card-actions {
  -webkit-box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
          box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
  padding: 10px 15px 20px;
  text-align: center;
}
div.card div.card-flap {
  background: #d9d9d9;
  position: absolute;
  width: 100%;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}
div.card div.flap1 {
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
  z-index: -1;
}
div.card div.flap2 {
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: -2;
}
div.cards.showing div.card {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
}
.no-touch div.cards.showing div.card:hover {
  opacity: 0.94;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
div.card.show {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
div.card.show div.card-title a.toggle-info {
  background: #ff6666 !important;
}
div.card.show div.card-title a.toggle-info span {
  top: 15px;
}
div.card.show div.card-title a.toggle-info span.left {
  right: 10px;
}
div.card.show div.card-title a.toggle-info span.right {
  left: 10px;
}
div.card.show div.card-flap {
  background: #ffffff;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
div.card.show div.flap1 {
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
div.card.show div.flap2 {
  -webkit-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}

#crepemenu h3.crepename {
  font-size:16px;
}

#crepemenu p.crepeprice {
  font-size:18px;
  line-height: 1.2;
}

#crepemenu p.crepeprice span {
  font-size:14px;
}

.menuimage {
  padding:0;
  border-top:1px solid #B3955D;
  border-bottom:1px solid #B3955D;
}

.menuinfo {
  background:#fff;
  border-top:1px solid #B3955D;
  border-bottom:1px solid #B3955D;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

._2p3a {
    width: 100% !important;
}