@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #pagetitle {
    background-image: url("../images/pagetitle.jpg");
  }
  .info_content .inner {
    padding: 78px 0 90px;
  }
  .content_wrap {
    width: 800px;
    margin: auto;
  }
  .info_list {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    margin-left: -23px;
  }
  .info_list > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .info_list li {
    width: 250px;
    margin: 0 0 52px 23px;
    vertical-align: top;
  }
  .info_list li * {
    word-wrap: break-word;
  }
  .info_list li .photo {
    width: 100%;
    height: 175px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
  }
  .info_list li .date {
    font-size: 1.5rem;
    color: #31bb1a;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 5px;
  }
  .info_list li .title {
    text-align: left;
    font-size: 1.6rem;
    text-decoration: underline;
  }
  .info_list li a:hover .title {
    text-decoration: none;
  }
  .entry-container {
    width: 800px;
    margin: auto;
  }
  .entry-container .title_area {
    margin-bottom: 38px;
  }
  .entry-container .title_area .date {
    font-size: 2rem;
    color: #31bb1a;
    margin-bottom: 15px;
  }
  .entry-container .title_area .title {
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.4;
  }
  .entry-container .entry-content {
    border-top: solid 1px #b1b1b1;
    padding-top: 38px;
    margin: 35px 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .entry-container .btn_area {
    margin-top: 55px;
  }
  .entry-container .is_arrow.rev {
    width: 394px;
    height: 70px;
    line-height: 70px;
    font-size: 1.6rem;
    margin: auto;
  }
  .entry-container .is_arrow.rev a:after {
    left: 100px;
  }
  .slide {
    position: relative;
  }
  .slide > li {
    width: 800px;
    height: 480px;
    position: relative;
  }
  .slide .content_box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .slide .content_box .photo {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .slide .content_box .photo img {
    margin: auto;
  }
  .slide .content_box p {
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 1.4rem;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 32px;
  }
  .slick-dots {
    bottom: -40px;
  }
  .slick-dots li {
    font-size: 1.6rem;
    margin: 0 6px;
  }
  .slick-dots li button:before {
    width: 17px;
    height: 17px;
    content: '';
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #dcdcdc;
    opacity: 1;
  }
  .slick-dots li.slick-active button:before {
    background-color: #31bb1a;
  }
  .slick-prev,
  .slick-next {
    width: 64px;
    height: 60px;
    z-index: 99;
    top: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .slick-prev:before,
  .slick-next:before {
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    opacity: 1;
    content: '';
    display: block;
    width: 64px;
    height: 60px;
    z-index: 9;
  }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: .7;
  }
  .slick-prev {
    left: -87px;
  }
  .slick-prev:before {
    background-image: url("../images/slide_prev.png");
  }
  .slick-next {
    right: -87px;
  }
  .slick-next:before {
    background-image: url("../images/slide_next.png");
  }
}

@media screen and (max-width: 767px) {
  #pagetitle {
    background-image: url("../images/pagetitle.jpg");
  }
  .info_content .inner {
    padding: 25px 10px 40px;
  }
  .info_list {
    margin-bottom: 65px;
  }
  .info_list li + li {
    margin-top: 30px;
  }
  .info_list li * {
    word-wrap: break-word;
  }
  .info_list li .photo {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
  }
  .info_list li .photo img {
    min-width: 100%;
  }
  .info_list li .date {
    font-size: 1.4rem;
    color: #31bb1a;
    line-height: 1.2;
  }
  .info_list li .title {
    font-size: 1.6rem;
    text-decoration: underline;
  }
  .info_list li a:hover .title {
    text-decoration: none;
  }
  .entry-container .title_area {
    margin-bottom: 22px;
  }
  .entry-container .title_area .date {
    font-size: 1.6rem;
    color: #31bb1a;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .entry-container .title_area .title {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.3;
  }
  .entry-container .entry-content {
    border-top: solid 1px #b1b1b1;
    padding-top: 20px;
    margin: 18px 0;
    font-size: 1.6rem;
  }
  .entry-container .btn_area {
    margin-top: 28px;
  }
  .entry-container .btn {
    width: 280px;
    height: 50px;
    line-height: 50px;
    margin: auto;
  }
  .slide {
    position: relative;
  }
  .slide > li {
    width: 800px;
    height: 480px;
    position: relative;
  }
  .slide .content_box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .slide .content_box .photo {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .slide .content_box p {
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 1.4rem;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 32px;
  }
  .slick-dots {
    bottom: -40px;
  }
  .slick-dots li {
    font-size: 1.6rem;
    margin: 0 4px;
  }
  .slick-dots li button:before {
    width: 14px;
    height: 14px;
    content: '';
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #dcdcdc;
    opacity: 1;
  }
  .slick-dots li.slick-active button:before {
    background-color: #31bb1a;
  }
  .slick-prev,
  .slick-next {
    width: 64px;
    height: 60px;
    z-index: 999;
    top: 50%;
    margin-top: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .slick-prev:before,
  .slick-next:before {
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    opacity: 1;
    content: '';
    display: block;
    width: 64px;
    height: 60px;
    z-index: 99;
  }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: .8;
  }
  .slick-prev {
    left: -87px;
  }
  .slick-prev:before {
    background-image: url("../images/slide_prev.png");
  }
  .slick-next {
    right: -87px;
  }
  .slick-next:before {
    background-image: url("../images/slide_next.png");
  }
}
