﻿@media screen and (min-width: 768px) {
  .pc-visible-wrap {
    width: 800px;
    margin: 0 auto;
  }
  .block-event-page--header-img {
    text-align: center;
  }
  .pc-visible-wrap .about {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fbf8f2;
    border: 1px solid #f2e8d3;
    padding: 15px 0;
  }
  .pc-visible-wrap .about h2 {
    text-align: center;
    display: block;
    background: url(../image/about_ttl.png) no-repeat center bottom;
    padding-bottom: 45px;
    width: 800px;
    margin: 0 auto 50 auto;
    color: #663300;
    font-size: 31px;
    font-weight: bold;
  }
  .pc-visible-wrap .about .about_list_ {
    width: 720px;
    margin: 0 auto;
    overflow: hidden;
  }
  .pc-visible-wrap .about .about_list_ a.btn {
    display: block;
    width: 210px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background-color: #401c04;
    border-radius: 5px;
    margin: 20px auto 0 auto;
  }
  .pc-visible-wrap .about .about_list_ a.btn:hover {
    text-decoration: none;
  }
  .pc-visible-wrap .about .about_list_ p.img {
    text-align: center;
    margin-top: 20px;
  }
  .pc-visible-wrap .goods_column02_ {
    margin: 0 0 10px;
  }
  .pc-visible-wrap .goods_column02_:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
  }
  .pc-visible-wrap .goods_column02_ .img_ {
    float: right;
    margin: 0 0 0px 30px;
  }
  .pc-visible-wrap .goods_column02_box_ li:nth-of-type(odd) .img_ {
    float: left;
    margin: 0 30px 10px 0;
  }
  .pc-visible-wrap .goods_column02_ .img_.leftImg_ {
    float: left;
    margin: 0 30px 10px 0;
  }
  .pc-visible-wrap .goods_column02_ .img_.rightImg_ {
    float: right;
    margin: 0 0 10px 30px;
  }
  .pc-visible-wrap .spacer50 {
    height: 50px;
  }
  .pc-visible-wrap #kyotsu_footer {
    width: 800px;
    margin: 30px auto;
  }
  .pc-visible-wrap #kyotsu_footer img {
    padding-bottom: 5px;
  }
  .pc-visible-wrap #kyotsu_hc {
    float: left;
  }
  .pc-visible-wrap #kyotsu_c3 {
    float: left;
    padding-left: 20px;
  }
  .pc-visible-wrap .kyotsu_footer_clear {
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .sp-visible-wrap .about {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fbf8f2;
    border: 1px solid #f2e8d3;
    padding: 15px 0;
  }
  .sp-visible-wrap .about h2 {
    text-align: center;
    display: block;
    background: url(../image/about_ttl.png) no-repeat center bottom;
    padding-bottom: 45px;
    margin: 0 auto 50 auto;
    color: #663300;
    font-size: 20px;
    font-weight: bold;
  }
  .sp-visible-wrap .about .about_list_ {
    width: 720px;
    margin: 0 auto;
    overflow: hidden;
  }
  .sp-visible-wrap .about .about_list_ a.btn {
    display: block;
    width: 210px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background-color: #401c04;
    border-radius: 5px;
    margin: 20px auto 0 auto;
  }
  .sp-visible-wrap .about .about_list_ a.btn:hover {
    text-decoration: none;
  }
  .sp-visible-wrap .about .about_list_ p.img {
    text-align: center;
    margin-top: 20px;
  }
  .sp-visible-wrap .goods_column02_ {
    margin: 0 0 10px;
  }
  .sp-visible-wrap .goods_column02_:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
  }
  .sp-visible-wrap .goods_column02_ .img_ {
    float: right;
    margin: 0 0 0px 30px;
  }
  .sp-visible-wrap .goods_column02_box_ li:nth-of-type(odd) .img_ {
    float: left;
    margin: 0 30px 10px 0;
  }
  .sp-visible-wrap .goods_column02_ .img_.leftImg_ {
    float: left;
    margin: 0 30px 10px 0;
  }
  .sp-visible-wrap .goods_column02_ .img_.rightImg_ {
    float: right;
    margin: 0 0 10px 30px;
  }
  .sp-visible-wrap a {
    display: contents !important;
  }
}
/*# sourceMappingURL=event-only.css.map */