@charset "utf-8";

/* ****************************************************************************************************
   * タイトル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 1
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-1 {
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: 'NotoSerifCJKjp', serif;
  text-align: center;
}

.title-1 img {
  margin: 0 auto 5px;
  display: block;
}

.title-1 + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .title-1 {
    margin-bottom: 40px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 2
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-2 {
  margin-bottom: 20px;
  padding-left: 0.5em;
  letter-spacing: 1px;
  line-height: 1.3;
  font-family: 'NotoSerifCJKjp', serif;
  font-size: 1.25em;
  border-left: 4px solid #000;
}

.title-2 + * {
  margin-top: 0;
}

/* ****************************************************************************************************
   * ボタン
**************************************************************************************************** */

.button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition:
    color 0.3s ease-in-out 0.0s,
    background-color 0.3s ease-in-out 0.0s;
  position: relative;
  z-index: 1;
}

.button::-webkit-search-decoration {
  display: none;
}

.button::focus {
  outline-offset: -2px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 1
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.button-1 {
  padding: 0.5em 1.5em;
  padding-right: 2em;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'NotoSerifCJKjp', serif;
  border: 2px solid #000;
  background-color: rgba(0, 0, 0, 1.0);
}

.button-1:hover {
  color: inherit;
  background-color: rgba(255, 255, 255, 1.0);
}

.button-1::before {
  content: '';
  border: 1px solid #000;
  position: absolute;
  z-index: -1;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.button-1::after {
  content: '\e92a';
  line-height: 1;
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0.5em;
  margin-top: -6px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 2
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.button-2 {
  padding: 0.5em 1.5em;
  padding-right: 2em;
  color: initial;
  letter-spacing: 1px;
  font-family: 'NotoSerifCJKjp', serif;
  border: 2px solid #000;
  background-color: rgba(255, 255, 255, 1.0);
  color: #000;
}

.button-2:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 1.0);
}

.button-2::before {
  content: '';
  border: 1px solid #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button-2::after {
  content: '\e92a';
  line-height: 1;
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0.5em;
  margin-top: -6px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 検索
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.button-search-1 {
  padding: 0.75em 1.5em;
  color: #fff;
  letter-spacing: 2px;
  font-family: 'NotoSerifCJKjp', serif;
  font-size: 1.125em;
  background-color: rgba(0, 122, 185, 1.0);
}

.button-search-1:hover {
  color: #fff;
  background-color: rgba(0, 122, 185, 0.8);
}

.button-search-1::before {
  content: '\e905';
  margin-right: 0.5em;
  line-height: 1;
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ****************************************************************************************************
   * ホバー エフェクト
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 1
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.effect-1 {
  font-family: 'NotoSerifCJKjp', serif;
  background-color: #0064aa;
}

.effect-1 a {
  color: inherit;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.effect-1 a:hover {
  color: inherit;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {
}

/* -------------------------------------------------------------------------------------------------
   * ホバー時のボーダー
/* ---------------------------------------------------------------------------------------------- */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  /* 上下 */

  .effect-1 a::before {
    content: '';
    height: calc(100% - 40px);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: calc(100% - (100% - 20px));
    transition:
      width 0.4s ease-in-out 0.0s,
      left 0.4s ease-in-out 0.0s,
      opacity 0.3s ease-in-out 0.0s;
    width: 0;
    left: 50%;
    opacity: 0;
  }

  .effect-1 a:hover::before {
    width: calc(100% - 40px);
    left: calc(100% - (100% - 20px));
    opacity: 1;
  }

  /* 左右 */

  .effect-1 a::after {
    content: '';
    width: calc(100% - 40px);
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    left: calc(100% - (100% - 20px));
    transition:
      height 0.4s ease-in-out 0.0s,
      top 0.4s ease-in-out 0.0s,
      opacity 0.3s ease-in-out 0.0s;
    height: 0;
    top: 50%;
    opacity: 0;
  }

  .effect-1 a:hover::after {
    height: calc(100% - 40px);
    top: calc(100% - (100% - 20px));
    opacity: 1;
  }

}

/* -------------------------------------------------------------------------------------------------
   * タイトル
/* ---------------------------------------------------------------------------------------------- */

.effect-1 .title {
  padding: 0.375em 0.5em;
  color: #fff;
  font-size: 1.25em;
  word-break: keep-all;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
}

#special div.list .title strong {
  text-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .effect-1 .title {
    transition:
      background-color 0.3s ease-in-out 0.0s,
      top 0.3s ease-in-out 0.0s;
  }

  .effect-1 a:hover .title {
    background-color: rgba(0, 0, 0, 0.0);
    top: 42%;
  }

}

/* -------------------------------------------------------------------------------------------------
   * ボタン
/* ---------------------------------------------------------------------------------------------- */

.effect-1 .button {
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 10%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .effect-1 .button {
    font-size: 0.8em;
    transition:
      opacity 0.3s ease-in-out 0.0s,
      bottom 0.3s ease-in-out 0.0s,
      background-color 0.3s ease-in-out 0.0s;
    opacity: 0;
    bottom: 10%;
  }

  .effect-1:hover .button {
    opacity: 1;
    bottom: 20%;
  }

  .effect-1 .button::after {
    margin-top: -5px;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 画像
/* ---------------------------------------------------------------------------------------------- */

.effect-1 img {
  margin-top: 0;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .effect-1 a:hover img {
    opacity: 0.5;
  }

}

/* ****************************************************************************************************
   * テキスト
**************************************************************************************************** */

.caption {
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875em;
  text-align: left;
  display: table;
}

.caption + *,
* + .caption {
  margin-top: 0.5em !important;
}

.color-red { color:#e60005; }

.align-l { text-align:left; }
.align-c { text-align:center; }
.align-r { text-align:right; }

.inline-block { display:inline-block; }

/* ****************************************************************************************************
   * 画像
**************************************************************************************************** */

.valign-t { vertical-align:top; }
.valign-m { vertical-align:middle; }
.valign-b { vertical-align:bottom; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 左寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.image-l {
  margin: 0 2em 1em 0;
	float: left;
}

.image-l + p {
  margin-top: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 右寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.image-r {
  margin: 0 0 1em 2em;
	float: right;
}

.image-r + p {
  margin-top: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 中央寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.image-c {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
	display: block;
  text-align: center;
}

.image-c + p {
  margin-top: 0;
}

/* ****************************************************************************************************
   * テーブル
**************************************************************************************************** */

table.default { border-collapse:collapse; }

table.default caption {
  margin-bottom: 0.5em;
}

table.default + * { margin-top:1.5em; }

* + table.default { margin-top:1.5em; }

table.default > tbody > tr > th {
  font-weight: normal;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

table.default > tbody > tr > th[scope="col"] {
}

table.default > tbody > tr > th[scope="row"] {
}

table.default > tbody > tr > td {
  padding-left: 1em;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

/* ****************************************************************************************************
   * フレキシブル：テーブル
**************************************************************************************************** */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

  table.flex-table {
    display: block;
  }

  table.flex-table > tbody {
    display: block;
  }

  table.flex-table > tbody > tr {
    margin-bottom: 1.5em;
    display: block;
    background: transparent !important;
  }

  table.flex-table > tbody > tr > th {
    margin-bottom: 0.5em;
    padding: 0;
    padding-left: 0.75em;
    border: none;
  }

  table.flex-table > tbody > tr > th[scope="col"] {
    display: none;
  }

  table.flex-table > tbody > tr > th[scope="row"] {
    width: 100%;
    padding-left: 0.75em;
    font-size: 1.062em;
    border-left: solid 4px #666;
    display: block;
  }

  table.flex-table > tbody > tr > td {
    padding: 0;
    padding-left: 1.25em;
    display: block;
    border: none;
  }

  table.flex-table > tbody > tr > td:empty {
    height: 1em;
  }

  table.flex-table caption {
    display: block;
  }

}

/* ****************************************************************************************************
   * フレキシブル：グーグルマップ
**************************************************************************************************** */

.flex-map {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

.flex-map * {
  max-width: none;
}

.flex-map > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .flex-map {
    padding-bottom: 50%;
  }

}

/* ****************************************************************************************************
   * フレキシブル：動画
**************************************************************************************************** */

.flex-video {
	height: 0;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.flex-video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* ****************************************************************************************************
   * リスト
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ul
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul.default,
ul.default li {
  margin: 0;
  padding: 0;
}

ul.default {
  margin-left: 1.75em;
}

ul.default li ~ li {
  margin-top: 0.5em;
}

ul.default + * { margin-top:2em; }

* + ul.default { margin-top:2em; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ol
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ol.default,
ol.default li {
  margin: 0;
  padding: 0;
}

ol.default {
  margin-left: 1.75em;
}

ol.default li ~ li {
  margin-top: 0.5em;
}

ol.default + * { margin-top:2em; }

* + ol.default { margin-top:2em; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 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.25em;
  margin-left: 2.25em;
  display: list-item;
  list-style: disc;
}

dl.default + * { margin-top:2em; }

* + dl.default { margin-top:2em; }

/* ****************************************************************************************************
   * 表示／非表示
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ブレイクポイント以下の場合に表示
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .show-sp {
    position: fixed;
    top: -100%;
    left: -100%;
    z-index: -99999;
  }
  
  br.show-sp {
    display: none;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ブレイクポイントを超える場合に表示
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.show-pc {
  position: fixed;
  top: -100%;
  left: -100%;
  z-index: -99999;
}

br.show-pc {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .show-pc {
    position: static;
    z-index: inherit;
  }

  br.show-pc {
    display: inline;
  }

}

/* ****************************************************************************************************
   * ホバー画像
**************************************************************************************************** */

.hover-image {
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.hover-image img {
  transition: opacity 0.3s ease-in-out 0.0s;
  opacity: 1;
}

.hover-image:hover img {
  opacity: 0;
}

.hover-image .hover-image-active {
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out 0.0s;
  opacity: 0;
}

.hover-image:hover .hover-image-active {
  z-index: 1;
  opacity: 1;
}

/* ****************************************************************************************************
   * フォーム
**************************************************************************************************** */

#main label {
  cursor: pointer;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * チェックボックス
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main label.checkbox {
  padding: 4px;
  padding-right: 1.5em;
  padding-left: 26px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 1;
}

#main label.checkbox::before {
  content: '';
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #007ab9;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
}

#main label.checkbox.checked::after {
  content: '\e834';
  width: 18px;
  height: 18px;
  margin-top: -10.5px;
  color: #007ab9;
  line-height: 1;
  font-family: icomoon;
  font-size: 23px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -2px;
}

#main label.checkbox input[type="checkbox"] {
  display: none;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ラジオボタン
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main label.radio {
  padding: 4px;
  padding-right: 1.5em;
  padding-left: 26px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 1;
}

#main label.radio::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-top: -9px;
  border-radius: 100%;
  border: 2px solid #007ab9;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
}

#main label.radio.checked::after {
  content: '\e940';
  margin-top: -11px;
  color: #007ab9;
  line-height: 1;
  font-family: icomoon;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 1px;
}

#main label.radio input[type="radio"] {
  display: none;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * セレクトメニュー
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main label.select {
  margin: 2px;
  border: 1px solid #ddd;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#main label.select::before {
  content: '\f107';
  margin-top: -0.5em;
  line-height: 1;
  font-family: icomoon;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0.5em;
}

#main label.select select {
  width: 100%;
  padding: 0.25em 0.5em;
  padding-right: 3em;
  cursor: pointer;
  font: inherit;
  font-size: 0.9em;
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 2;
}

/* IE */

#main label.select select::-ms-expand {
  display: none;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * フォームボタン
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main div.form-button ul.list,
#main div.form-button ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main div.form-button ul.list {
  margin-bottom: -20px;
  letter-spacing: -0.4em;
  text-align: center;
  overflow: hidden;
}

#main div.form-button ul.list li {
  margin-bottom: 20px;
  padding: 0 10px;
  letter-spacing: normal;
  text-align: initial;
  vertical-align: top;
  display: inline-block;
}

/* ****************************************************************************************************
   * フロート
**************************************************************************************************** */

.float-r { float:right; }

.float-l { float:left; }

/* ****************************************************************************************************
   * フロートクリア
**************************************************************************************************** */

.clearfix:after { content:"."; display:block; line-height:0; clear:both; visibility:hidden; }

.clear { clear:both; }
