@charset "UTF-8";

/*=========================================================*/
/*ベース設定*/
/*=========================================================*/
body {
  font-family: 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  background: #fff;
}

.mamapan a {
  color: blue;
}

#iframe_search {
  border: 0 none;
  height: 40px;
  right: 0;
  margin: 0;
  position: fixed;
  bottom: 0px;
  width: 360px;
  z-index: 1000;
}

.wrapper {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pc_h {
  display: inline;
}

.smp_h {
  display: none;
}

/*=========================================================*/
/**/
/*=========================================================*/
.fv {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.container h1 {
  font-size: 100px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff,
    1px 1px 0 #fff,
    1px -1px 0 #fff,
    1px -1px 0 #fff;
  margin: 0 0;
  padding-top: 40px;
  margin-bottom: 0px;
}

.container h2 {
  font-size: 28px;
  text-align: center;
  text-shadow: 0px 0px 0 #fff,
    0px 0px 0 #fff,
    0px -0px 0 #fff,
    0px -0px 0 #fff;
  margin-bottom: 10px;
}

.line-p {
  overflow: hidden;
  text-align: center;
  padding: 40px 0 30px 0;
}

.line-p span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}

.line-p span:before,
.line-p span:after {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
}

.line-p span:before {
  right: 100%;
}

.line-p span:after {
  left: 100%;
}

#nav {
  list-style: none;
}

#nav li {
  width: 260px;
  text-align: center;
  background-color: #7ac2e3;
  display: inline-block;
  margin: 2px;
}

#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: medium;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_cssslider {
  width: 1200px;
  padding-top: 400px;
  position: relative;
  margin: 2em auto;
  text-align: center;
}

.cp_cssslider>img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  border-radius: 3px;
}

.cp_cssslider input[name='cp_switch'] {
  display: none;
}

.cp_cssslider label {
  margin: 15px 5px 0 5px;
  border: 2px solid #fff;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0.6;
  border-radius: 3px;
}

.cp_cssslider label:hover {
  opacity: 0.9;
}

.cp_cssslider label img {
  display: block;
  width: 200px;
  border-radius: 2px;
}

.cp_cssslider input[name='cp_switch']:checked+label {
  border: 2px solid #FF7043;
  opacity: 1;
}

.cp_cssslider input[name='cp_switch']~img {
  opacity: 0;
}

.cp_cssslider input[name='cp_switch']:checked+label+img {
  opacity: 1;
}

.p-top-goods__ttl {
  text-align: center;
  margin-bottom: 35px;
}

.p-top-goods__ttl img {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}

.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.line_h2 {
  border-bottom: 1px #ccc solid;
  padding-bottom: 10px;
}

.line_h4 {
  border-bottom: 1px #ccc solid;
  padding-bottom: 8px;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.row_bottom {
  margin-bottom: 30px;
}

.col-sm-3 .moji_c {
  margin-bottom: 30px;
}

.jumbo_bg1 {
  background: #800000;
}

.fontcolor_fff {
  color: #fff;
}

.container_img img {
  margin-bottom: 20px;
}

.btn-godi {
  background-color: #b9943a;
  border-color: #b9943a;
  color: #fff;
  font-weight: bold;
  font-family: Helvetica, "??S?V?b?N", "Yu Gothic", sans-serif;
}

.btn-warning {
  font-weight: bold;
  font-family: Helvetica, "??S?V?b?N", "Yu Gothic", sans-serif;
}

.table_center {
  display: table-cell;
  vertical-align: middle;
}

.button {
  display: inline-block;
  width: 100%;
  height: 75px;
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  outline: none;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  background-color: #7ac2e3;
  color: #666;
}

.button:hover {
  background-color: #7ac2e3;
}

.point_center {
  text-align: center;
}

.point_v_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.moji p {
  margin-top: 10px;
  font-size: 12px;
}

.moji h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.moji h4 {
  font-size: 16px;
}

.link a {
  text-decoration: underline;
}

/*=========================================================*/
/*box設定*/
/*=========================================================*/
.box29 {
  margin: 2em 0;
  background: #fff;
}

.box29 .box-title {
  font-size: 2.3em;
  background: #048E27;
  padding: 32px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.box29 p {
  padding: 15px 20px;
  margin: 0;
}

.box26 {
  position: relative;
  margin: 2.5em 1em;
  padding: 1.4em 1.4em;
  border: solid 3px #7ac2e3;
  border-radius: 8px;
  text-align: justify;
  line-height: 26px;
}

.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #333;
  font-weight: bold;
}

.box26 p {
  margin: 0;
  padding: 0;
}

.box25 {
  position: relative;
  padding: 0.5em 0.7em;
  margin: 2em 0;
  background: #7ac2e3;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.box25:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #7ac2e3;
  width: 0;
  height: 0;
}

.box25 p {
  margin: 0;
  padding: 0;
  color: #fff;
}

.box24 {
  position: relative;
  padding: 1em 1em;
  margin: 2em 0;
  background: #fb807a;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.box24:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #fb807a;
  width: 0;
  height: 0;
}

.box3 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #333;
  background: #fff5f4;
}

.box3 p {
  margin: 0;
  padding: 0;
}

/*=========================================================*/
/*動画設定*/
/*=========================================================*/
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*=========================================================*/
/*材料の枠*/
/*=========================================================*/
table.table01 {
  width: 100%;
  border-right: #f1f1f1 solid 1px;
  border-collapse: collapse;
}

table.table01 thead th {
  background: #f1f1f1;
  color: #333;
  padding: 10px 9px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
}

table.table01 thead th:last-child {
  border-right: #f1f1f1 solid 1px;
}

table.table01 tbody th {
  background: #f1f1f1;
  color: #fff;
  padding: 10px 15px;
  border-bottom: #fff solid 1px;
  vertical-align: top;
}

table.table01 tbody tr:last-child th {
  border-bottom: #f1f1f1 solid 1px;
}

table.table01 tbody td {
  padding: 10px 15px;
  border-left: #f1f1f1 solid 1px;
  border-bottom: #f1f1f1 solid 1px;
  vertical-align: top;
}

table.material01s {
  margin-top: 20px;
  width: 100%;
  border-right: #f1f1f1 solid 1px;
}

table.material01s thead th {
  background: #f1f1f1;
  color: #333;
  padding: 10px 15px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
}

table.material01s thead th:last-child {
  border-right: #f1f1f1 solid 1px;
  border-right: #f1f1f1 solid 1px;
}

table.material01s tbody th {
  background: #f1f1f1;
  color: #fff;
  padding: 10px 15px;
  border-bottom: #fff solid 1px;
  vertical-align: top;
}

table.material01s tbody tr:last-child th {
  border-bottom: #f1f1f1 solid 1px;
}

table.material01s tbody td {
  background: #fff;
  padding: 10px 15px;
  border-left: #f1f1f1 solid 1px;
  border-bottom: #f1f1f1 solid 1px;
  vertical-align: top;
}

/*=========================================================*/
/*プリントアウト*/
/*=========================================================*/
@media print,
screen and (min-width: 960px) {
  .p-top-goods__ttl img {
    max-width: 500px;
    vertical-align: bottom;
  }
}

/*=========================================================*/
/*979px以上*/
/*=========================================================*/
@media (max-width: 979px) {
  .container h1 {
    font-size: 50px;
    text-align: center;
    text-shadow: 1px 1px 0 #000000,
      1px 1px 0 #000000,
      1px -1px 0 #000000,
      1px -1px 0 #000000;
    margin: 0 0;
    margin-top: 7px;
    margin-bottom: 0px;
  }

  .container h2 {
    font-size: 18px;
    text-shadow: 0px 0px 0 #000000,
      0px 0px 0 #000000,
      0px -0px 0 #000000,
      0px -0px 0 #000000;
    margin-bottom: 10px;
  }
}

/*=========================================================*/
/*～768px*/
/*=========================================================*/
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .title_logo {
    position: relative;
  }

  .title_logo img {
    position: absolute;
    top: 40px;
    width: 200px;
  }

  .col-xs-6 {
    padding: 0 5px 0 5px;
  }

  div.col-xs-padding {
    width: 49%;
  }

  .pc_h {
    display: none;
  }

  .smp_h {
    display: inline;
  }
}

/*=========================================================*/
/*～640px*/
/*=========================================================*/
@media screen and (max-width: 640px) {
  .box25 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #7ac2e3;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }

  .box25:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 45%;
    border: 15px solid transparent;
    border-top: 15px solid #7ac2e3;
    width: 0;
    height: 0;
  }

  .box25 p {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center
  }

  table.table01 thead {
    display: compact;
  }

  table.table01 tbody th {
    display: compact;
  }

  table.table01 tbody td {
    display: compact;
  }

  table.table01 tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }

  table.table01 tbody td p {
    text-align: left;
    font-size: 0.9em;
  }

  .box24 p {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center
  }

  .box24:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 45%;
    border: 15px solid transparent;
    border-top: 15px solid #fb807a;
    width: 0;
    height: 0;
  }

  .moji h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .moji h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  table.material01s thead {
    display: compact;
  }

  table.material01s tbody th {
    display: compact;
  }

  table.material01s tbody td {
    display: compact;
  }

  table.material01s tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }

  table.material01s tbody td p {
    padding-left: 1em;
  }
}