@charset "utf-8";

/* ---------------------- */
/* base
/* ---------------------- */

body {
  font: 16px/1.8 'NotoSansCJKjp', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-size-adjust: 100%;
  font-weight: 400;
}

body.use-fixed {
    padding-top: 70px !important;
}

a {
  color:#000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
	transition: all 0.3s ease-in-out 0.0s;
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
}

img {
  max-width: 100%;
  height: auto;
}

.align-left {
  text-align: left !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body {
  font-size: 16px;
  font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}

.table-wrap > table {
  min-width: 820px;
}

}


/* ****************************************************************************************************
   * 共通 PC /スマホ表示振り分け
**************************************************************************************************** */

.pc-content {}

.sp-content {
  display: none !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.pc-content {
  display: none !important;
}

.sp-content {
  display: block !important;
}

}


/* ****************************************************************************************************
   * div
**************************************************************************************************** */

.column + * { margin-top:20px; }

* + .column { margin-top:20px; }

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .column + * { margin-top:40px; }

  * + .column { margin-top:40px; }

}

/* ****************************************************************************************************
   * テキスト
**************************************************************************************************** */

.color-red { color:#f00; }
.color-orange { color:#ff6e1e; }

.align-l { text-align:left !important; }
.align-c { text-align:center !important; }
.align-r { text-align:right !important; }


/* ****************************************************************************************************
   * 画像
**************************************************************************************************** */

.inline-left  { margin-right:4.70%; margin-bottom:0.75em; float:left; }
.inline-right { margin-left:4.70%; margin-bottom:0.75em; float:right; }

.inline-left img,
.inline-right img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.valign-t { vertical-align:top; }
.valign-m { vertical-align:middle; }
.valign-b { vertical-align:bottom; }

.parallax {
    background-attachment: fixed !important;
}

/** ***************************************************************************
 * アイコン
 * ************************************************************************* */

a[target="_blank"].text-link:not(.button-style)::after {
  content: '';
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  background: url("../../_images/_common/icon-blank.png") no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  display: inline-block;
}
a[target="_blank"] > .text-link:not(.button-style)::after {
  content: '';
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  background: url("../../_images/_common/icon-blank.png") no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  display: inline-block;
}

/* ****************************************************************************************************
   * リスト
**************************************************************************************************** */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ul
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul.default,
ul.default li {
  margin: 0;
  padding: 0;
}

ul.default {
  margin-left: 1.25em;
}

ul.default li {
  list-style: disc;
}

ul.default li ~ li {
  margin-top: 0.5em;
}

ul.default + * { margin-top:1.5em; }

* + ul.default { margin-top:1.5em; }


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ol
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ol.default,
ol.default li {
  margin: 0;
  padding: 0;
}

ol.default {
  margin-left: 1.75em;
}

ol.default li {
  list-style: decimal;
}

ol.default li ~ li {
  margin-top: 0.5em;
}

ol.default + * { margin-top:1.5em; }

* + ol.default { margin-top:1.5em; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * dl
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

dl.default,
dl.default dt,
dl.default dd {
  margin: 0;
  padding: 0;
}

dl.default dt {
  font-weight: inherit;
}

dl.default dd {
  margin-top: 0.5em;
  margin-left: 2.25em;
  display: list-item;
  list-style: disc;
}

dl.default + * { margin-top:1.5em; }

* + dl.default { margin-top:1.5em; }


/* ****************************************************************************************************
   * table
**************************************************************************************************** */

table { font-size:inherit; empty-cells:show; }

table.default + * { margin-top:0.75em; }

* + table.default { margin-top:0.75em; }

table.default { 
  border-collapse:collapse;
  font-size: 15px;
  width: 100%;
}

table.default th {
	font-weight: normal;
}

table.default > thead > tr > th,
table.default > tbody > tr > th,
table.default > tbody > tr > td {
  padding:10px 20px;
}

table.default > thead > tr > th {
  border: solid 1px #eaeaea;
  background: #f6f6f6;
  text-align: left;
  font-weight: bold;
}

table.default > tbody > tr > th {
  text-align: left;
}

table.default > tbody > tr > td {
  border: 1px solid #eaeaea;
  color:#000;
  background: #fff;
  padding: 10px 20px;
  vertical-align: middle;
}

table.default > thead > tr > th[scope="col"] {
  text-align: left;
  font-weight: bold;
  background: #f6f6f6;
  border: 1px solid #eaeaea;
}

table.default > tbody > tr > th[scope="row"] {
  text-align: left;
  font-weight: bold;
  background: #f6f6f6;
  border: 1px solid #eaeaea;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

table.default > tbody > tr > th[scope="row"] {
  border-bottom: 0;
}

table.default > tbody > tr > th,
table.default > tbody > tr > td {
  padding:15px;
}

table.default > tbody > tr > td {
  margin-bottom: 10px;
}

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * レスポンシブ テーブル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::: ブレイクポイント（スマホ表示時） :::::::: */

@media screen and (max-width:736px) {

  table.flex-table {
    display: block;
  }

  table.flex-table > thead {
    display: none;
  }

  table.flex-table > tbody {
    display: block;
  }

  table.flex-table > tbody > tr {
    display: block;
    background: transparent !important;
  }

  table.flex-table > tbody > tr ~ tr {
    padding-top: 1em;
    border-top: none;
  }

  table.flex-table > tbody > tr > th {
    padding: 0.25em 0.5em;
  }

  table.flex-table > tbody > tr > th[scope="col"] {
    display: none;
  }

  table.flex-table > tbody > tr > th[scope="row"] {
    width: 100%;
    text-align: left;
    display: block;
  }

  table.flex-table > tbody > tr > td {
    padding: 0.5em 0;
    text-align: left;
    display: block;
    border: none;
  }

  table.flex-table > thead ~ tbody > tr > td::before {
    content: attr(data-th);
    margin-bottom: 0.5em;
    padding: 0.25em 0.5em;
    border: solid 1px #d2bbc3;
    background: #fff6fb;
    display: block;
  }

  table.flex-table > tbody > tr > td ~ td::before {
    margin-top: 1em;
  }

  table.flex-table > tbody > tr > td:empty {
    height: 1em;
  }

  table.flex-table caption {
    display: block;
  }

}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

table.default:not(.no-responsive),
table.default:not(.no-responsive) tbody,
table.default:not(.no-responsive) tfoot,
table.default:not(.no-responsive) tr,
table.default:not(.no-responsive) tr > * {
  width: 100%;
  display: block;
}


table.default:not(.no-responsive) tr ~ tr {
  margin-top: /*20px*/0;
}

table.default:not(.no-responsive) tr > th {
  margin-bottom: /*5px*/0;
  padding: 5px 10px 2px;
}

table.default:not(.no-responsive) tr > td {
/*  border: none;*/
}

table.default:not(.no-responsive) caption {
  display: block;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
}

}



/* ****************************************************************************************************
   * layout
**************************************************************************************************** */

[class*="layout-flex"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: stretch;
}

.layout-flex-2 > * {
  width: 48%;
}

.layout-flex-2 > *:nth-child(n+3) {
  margin-top: 40px;
}

.layout-flex-3 > * {
  width: 30%;
  padding: 0.5em 1%;
}

.layout-flex-4 > * {
  width: 23%;
}

.layout-flex-4 > *:nth-child(n+5) {
  margin-top: 30px;
}

@media (max-width:736px) {
  .layout-flex-2 > * {
    width: 100%;
  }
  .layout-flex-2 > *~* {
    margin-top: 40px;
  }
  .layout-flex-3 > * {
    width: 50%;
  }
  .layout-flex-4 > * {
    width: 49%;
  }
  .layout-flex-4 > *:nth-child(n+3) {
    margin-top: 30px;
  }
}


/* ****************************************************************************************************
   * ボタン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * ボタン（ショッピングカート）
/* ------------------------------------------------------------------------------------------------- */

.link-btn {
  margin-top: 40px;
  text-align: center;
}

.btn {
  position: relative;
  z-index: 1;
  width: 250px;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  padding:20px 1em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  background: #f9e40a;
  border:1px solid #f9e40a;
  transition: 0.3s;
}

.btn > * {
  display: block;
  position: relative;
  z-index: 1;
}
.btn::before {}

.btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -6px;
  transition: 0.2s right;
}
.btn:hover {
  opacity: 0.7;
}

.btn:hover:after {
  right: 1.2em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.link-btn {
  margin-top: 20px;
}

.btn {
  position: relative;
  z-index: 1;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  color: #000;
  text-align: center;
  padding:15px 1em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  background: #f9e40a;
  border:1px solid #f9e40a;
  transition: box-shadow 0.2s, color 0.2s;
}

.btn > * {
  display: block;
  position: relative;
  z-index: 1;
}
.btn::before {}

.btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -6px;
  transition: 0.2s right;
}
.btn:hover {
  opacity: 0.7;
}

.btn:hover:after {
  right: 1.2em;
}
}

/* ****************************************************************************************************
   * ページャー
**************************************************************************************************** */

div.pager-archive {
  overflow: hidden;
}

div.pager-archive ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}
div.pager-archive ul li ~ li {
  margin: 0 0.5em;
}
div.pager-archive ul li {
  margin: 0 1px;
  position: relative;
  left: -50%;
  float: left;
  color: #f9e40a;
}
div.pager-archive ul li a {
  color: #f9e40a;
}

div.pager-archive ul li.prev,
div.pager-archive ul li.next{
  padding: 0.3em 0.8em;
}
div.pager-archive ul li.prev:hover,
div.pager-archive ul li.next:hover {
  transform: none;
}
div.pager-archive ul li.prev.nolink a,
div.pager-archive ul li.next a{
  color: #f9e40a;
}
div.pager-archive ul li.prev.nolink a:hover,
div.pager-archive ul li.next.nolink a:hover{
  opacity: 0.7;
}
div.pager-archive ul li.prev a:hover,
div.pager-archive ul li.next a:hover{
  text-decoration:underline;
  background: inherit;
  transform: none;
}

div.pager-archive ul li.num {
  border:1px solid #333;
  background: #fff;
}

/* ----------------------------------------------------------------------------------------------------
   * 現在の番号
/* ------------------------------------------------------------------------------------------------- */

div.pager-archive ul li.num.current {
  background: #f9e40a;
  border:1px solid #f9e40a;
  color: #fff !important;
}
div.pager-archive ul li.num.current a {
  color: #fff !important;
}
div.pager-archive ul li.current a:hover {
  color: #f9e40a !important;
  background: #fff !important;
}

div.pager-archive ul li.num a {
  text-decoration: none;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 0 10px;
  color: #444444;
}
div.pager-archive ul li.num:hover{
  border:1px solid #f9e40a;
  transform: none;
}
div.pager-archive ul li.num a:hover{
  color:#fff;
  background: #f9e40a;
}
div.pager-archive ul li.dot{
padding-top: 10px;
margin: 0 1em;
}



/* ****************************************************************************************************
   * ページトップ
**************************************************************************************************** */

.pagetop {
  display: block;
  width: 70px;
  height: 70px;
  padding-top: 38px;
  color: #fff;
  font-size: 0.923em;
  line-height: 1.2;
  font-family: "oswald";
  text-align: center;
  background: url(../../_images/_common/ico_arrow_04.png) center 20px no-repeat #419771;
  z-index: 1000;
}
.pagetop:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .pagetop.is-stay {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: rgba(65,151,113,.5);
  }
  .pagetop:not(.is-stay) {
    position: absolute;
    right: 30px;
    top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .pagetop.is-stay {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: rgba(65,151,113,.5);
  }
  .pagetop:not(.is-stay) {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: rgba(65,151,113,.5);
  }
}
@media screen and (max-width: 640px) {
  .pagetop {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    padding-top: 26px;
    background-position: center 10px;
    background-color: rgba(65,151,113,.5);
    background-size: 12px auto;
    font-size: 11px;
  }
}

/* ****************************************************************************************************
   * フロートクリア
**************************************************************************************************** */

.clearfix:after { content:''; display:block; clear:both; }

.clear { clear:both; }

