@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
.c5-container {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'Noto Sans JP',"メイリオ", "Meiryo", sans-serif;
  margin: 0 auto 170px;
  padding: 0; }

h1, h2, h3, h4, h5, h6, dl, dt, dd, p, li, textarea, figure {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  border: none; }

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

.c5-pc {
  display: block; }

.c5-sp {
  display: none; }

.c5-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.c5-flexbox.c5-around {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.fl_42 {
  width: 42%; }

.fl_45 {
  width: 45%; }

.fl_49 {
  width: 49%; }

.fl_54 {
  width: 54%; }

.mw60 {
  max-width: 60% !important; }

.mw70 {
  max-width: 70% !important; }

.mw80 {
  max-width: 80% !important; }

.mw90 {
  max-width: 90% !important; }

.c5-page_wrap {
  width: 100%;
  height: auto; }

.c5-page_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1090px;
  margin: 0 auto 60px;
  padding: 0 20px; }

/*top*/
.c5-page_hero {
  margin: 0 auto 65px;
  background: #fff; }
  .c5-page_hero img {
    max-width: 100%;
    margin: 0 auto; }

.c5-head {
  margin-bottom: 120px; }

.c5-txt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px; }
  .c5-txt:last-child {
    margin-bottom: 0; }

.c5-page_inner {
  margin-bottom: 110px; }

.c5-content_ttl {
  font-size: 30px;
  color: #ad956b;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 2px solid #dacdb8;
  text-align: center; }

.c5-fl_txt {
  width: 60%;
  max-width: 600px; }

.c5-fl_img {
  width: 39%;
  max-width: 400px; }
  .c5-fl_img img {
    display: block; }
  .c5-fl_img figcaption {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    padding: 5px 10px;
    background-color: #dacdb8; }

.c5-banner-wrap {
  max-width: 100%;
  margin: 0 auto 80px; }

.c5-info-txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 100px;
  padding: 30px 3%;
  border: 1px dotted #ad956b; }
  .c5-info-txt p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2; }

.c5-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .c5-product-wrap .c5-product-img {
    width: 30%;
    max-width: 270px;
    text-align: center; }
  .c5-product-wrap .c5-product-info {
    width: 69%; }
    .c5-product-wrap .c5-product-info small {
      font-size: 12px;
      font-weight: bold;
      position: relative;
      top: 20px; }
    .c5-product-wrap .c5-product-info .c5-product-ttl {
      font-size: 30px;
      color: #ad956b;
      font-weight: bold; }
    .c5-product-wrap .c5-product-info .c5-product-txt {
      font-size: 14px; }

@media screen and (max-width: 768px) {
  .c5-container {
    margin-bottom: 80px; }
  .c5-pc {
    display: none; }
  .c5-sp {
    display: block; }
  .c5-flexbox {
    /*    display: block;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .c5-column_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .c5-flexbox.c5-around {
    display: block; }
  .fl_42,
  .fl_45,
  .fl_49,
  .fl_54 {
    width: 100%; }
  .c5-page_hero {
    background: none; }
    .c5-page_hero img {
      width: 100%; }
  .c5-head {
    margin-bottom: 80px; }
  .c5-page_inner {
    margin-bottom: 70px; }
  .c5-txt:last-child {
    margin-bottom: 30px; }
  .c5-fl_txt {
    width: 100%;
    margin: 0 auto; }
  .c5-fl_img {
    width: 100%;
    max-width: 560px;
    margin: 0 auto; }
  .c5-banner-wrap {
    max-width: 70%; } }

@media screen and (max-width: 450px) {
  .c5-container {
    margin-bottom: 40px; }
  .c5-page_hero {
    margin: 0 auto 35px; }
  .c5-head {
    margin-bottom: 60px; }
  .c5-page_inner {
    margin-bottom: 50px; }
  .c5-txt {
    font-size: 14px;
    margin-bottom: 20px; }
  .c5-content_ttl {
    font-size: 18px;
    padding-bottom: 5px; }
  .c5-banner-wrap {
    max-width: 100%;
    margin-bottom: 40px; }
  .c5-info-txt {
    margin-bottom: 50px;
    padding: 15px; }
    .c5-info-txt p {
      font-size: 12px; }
  .c5-product-wrap .c5-product-img {
    width: 30%; }
  .c5-product-wrap .c5-product-info {
    width: 62%;
    margin-left: 8%; }
    .c5-product-wrap .c5-product-info small {
      font-size: 12px; }
    .c5-product-wrap .c5-product-info .c5-product-ttl {
      font-size: 18px; }
      .c5-product-wrap .c5-product-info .c5-product-ttl img {
        width: 20%;
        padding-left: 20%; }
    .c5-product-wrap .c5-product-info .c5-product-txt {
      font-size: 12px; } }

/* ============================================
  mouseover effect
   ============================================*/
.c5-mod-effect img {
  -webkit-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important; }

.c5-mod-effect img:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: alpha(opacity=80) !important; }
