@charset "UTF-8";
/*　基本色　*/
/*　マスターワイズ　*/
/* 読み上げ文字 */
.vi {
  height: 0px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  margin: 0px;
  padding: 0px; }

/* 一括初期化
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
/* フォーム部品 */
form {
  /* フォームに使う横並びのリスト */
  /*  */ }
  form .table_form {
    margin-top: 0 !important; }
  form input[type=text], form input[type=date], form input[type=tel], form input[type=email], form textarea {
    border: 1px solid #ddd;
    font-size: 1.6rem;
    transition: all .2s ease;
    background-color: #fff;
    border-radius: 2px;
    padding: 5px 1px; }
    form input[type=text]:focus, form input[type=date]:focus, form input[type=tel]:focus, form input[type=email]:focus, form textarea:focus {
      background-color: #f8f8f8; }
  form input[type=date] {
    padding: 6px 4px; }
  form textarea {
    width: 100%;
    height: 10em; }
  form select {
    width: auto;
    height: 2em;
    border: 1px solid #ddd;
    transition: all .2s ease;
    border-radius: 0;
    padding: 0 10px; }
    form select:hover, form select:focus {
      background-position: right 47%; }
  form input[type=radio], form input[type=checkbox] {
    transition: all .2s ease;
    margin: 0 .5em 0 0; }
  form label {
    display: block; }
    form label:hover {
      transition: all .2s ease;
      border-radius: 2px;
      background-color: #f2f2f2;
      cursor: pointer; }
  form .list_flex_form {
    display: flex;
    list-style: none;
    margin-left: 0 !important; }
    form .list_flex_form li {
      display: flex;
      align-items: center;
      margin-right: 1em; }
  form .box_acquiesce {
    text-align: center;
    background-color: #fff;
    padding: 5px 0; }

/*　ページネーション　＿＿＿＿＿　*/
#page_nation {
  width: 100%;
  text-align: center;
  margin: 40px 0 0; }
  #page_nation .wp-pagenavi {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    color: #522d27;
    font-weight: normal;
    line-height: 1; }
    #page_nation .wp-pagenavi .extend, #page_nation .wp-pagenavi a, #page_nation .wp-pagenavi .pages, #page_nation .wp-pagenavi span {
      display: inline-block;
      width: auto;
      color: #1a9e62;
      text-decoration: none !important;
      border-radius: 3px;
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 10px;
      margin: 0 3px; }
    #page_nation .wp-pagenavi a {
      color: #1a9e62; }
    #page_nation .wp-pagenavi a:visited {
      color: #1a9e62; }
    #page_nation .wp-pagenavi .first {
      display: none; }
    #page_nation .wp-pagenavi .pages {
      color: inherit; }
    #page_nation .wp-pagenavi .current {
      font-weight: bold;
      color: inherit; }

/*テーブル*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*ヘッディング*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-style: normal;
  font-weight: normal; }

/*パラグラフ*/
p {
  margin: 0;
  padding: 0; }

/*　水平線　*/
hr {
  border: none;
  border-top: 1px solid #ddd;
  height: 0;
  margin: 0 0 1em; }

/*　アドレス　*/
address {
  font-style: normal; }

/*  */
iframe {
  background-image: url(../images/common/img_dummy.png);
  background-color: #c9c9c9;
  background-position: center center;
  border: 1px solid #bbbbbb; }

/*　現在準備中です。　＿＿＿＿＿　*/
#under {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 4em 0; }
  #under:before {
    display: block;
    font-size: 3rem;
    color: #f39c12;
    content: "\f071";
    font-weight: normal;
    font-family: FontAwesome; }

/* 読み上げ文字	＿＿＿＿＿＿＿＿＿＿　*/
.vi {
  height: 0px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  margin: 0px;
  padding: 0px; }

/*　イメージフローティング	＿＿＿＿＿＿＿＿＿＿　*/
.float_left {
  float: left;
  padding-right: 20px; }

.float_right {
  float: right;
  padding-left: 20px; }

/* flexボックス	＿＿＿＿＿＿＿＿＿＿　*/
/* 単列 */
.list_flex_1 {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  list-style: none; }
  .list_flex_1 li:not(:last-child) {
    margin: 0 1em 0 0; }

/* 複数列 */
.list_flex_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: auto;
  list-style: none; }
  .list_flex_2 img {
    width: 100%;
    height: auto; }

/*クリアー	＿＿＿＿＿＿＿＿＿＿　*/
.clear {
  clear: both; }

/* 見出し	＿＿＿＿＿＿＿＿＿＿　*/
.ttl_cmn_01 {
  font-size: 3.2rem;
  font-family: 'Noto Sans Bold',sans-serif;
  line-height: 1.3;
  letter-spacing: .1em;
  margin: 0 0 40px; }

.ttl_cmn_02 {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-family: 'Noto Sans Bold',sans-serif;
  background-color: #daede4;
  padding: 10px 16px;
  margin: 1.6em 0 20px; }
  .ttl_cmn_02 .icon_atm {
    display: inline-block;
    width: auto;
    font-family: 'Noto Sans Medium',sans-serif;
    color: #fff;
    line-height: 1;
    font-size: 1.5rem;
    text-align: center;
    background-color: #6597bf;
    padding: 4px 7px;
    margin: 0 0 0 .6em; }

.ttl_cmn_03 {
  font-size: 2rem;
  font-family: 'Noto Sans Bold',sans-serif;
  border-left: 6px solid #1a9e62;
  padding: 0 0 0 11px;
  margin: 1.6em 0 15px; }
  .ttl_cmn_03 span {
    font-size: 1.6rem; }

.ttl_cmn_04 {
  font-size: 1.6rem;
  font-family: 'Noto Sans Bold',sans-serif;
  border-bottom: 1px solid #1a9e62;
  padding: 0 0 5px;
  margin: 1.2em 0 8px; }

.ttl_cmn_05 {
  font-size: 1.6rem;
  font-family: 'Noto Sans Bold',sans-serif;
  margin: 1.2em 0 4px; }

.ttl_cmn_06 {
  font-size: 1.5rem;
  font-family: 'Noto Sans Medium',sans-serif;
  margin: 1.2em 0 4px; }

.ttl_cmn_07 {
  font-size: 1.7rem;
  font-family: 'Noto Sans Medium',sans-serif;
  color: #1a9e62;
  margin: 1.2em 0 4px; }

.ttl_cmn_08 {
  font-size: 2.5rem;
  font-family: 'Noto Sans Bold',sans-serif;
  line-height: 1.3;
  margin: 0 0 40px; }

.ttl_cmn_09 {
  font-size: 2rem;
  font-family: 'Noto Sans Bold',sans-serif;
  color: #1a9e62;
  line-height: 1.3;
  margin: 1.2em 0 10px; }

.ttl_cmn_10 {
  font-size: 1.8rem;
  font-family: 'Noto Sans Bold',sans-serif;
  background-color: #1a9e62;
  color: #fff;
  line-height: 1.3;
  padding: 5px 10px;
  margin: 1.2em 0 10px; }

.ttl_cmn_11 {
  font-size: 2.2rem;
  line-height: 1.4;
  font-family: 'Noto Sans Bold',sans-serif;
  border-bottom: 1px solid #1a9e62;
  padding: 0 0 14px;
  margin: 0 0 8px; }

.ttl_cmn_12 {
  font-size: 3rem;
  font-family: 'Noto Sans Bold',sans-serif;
  line-height: 1.3;
  margin: 0 0 30px; }

/* ドット */
.ttl_dott_01, .ttl_dott_02 {
  display: flex;
  align-items: center;
  font-family: 'Noto Sans Medium';
  font-size: 2.8rem;
  white-space: nowrap;
  color: #1a9e62; }
  .ttl_dott_01:after, .ttl_dott_02:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-image: url(../images/common/border_dott.png);
    margin: 0 0 0 10px; }

.ttl_dott_02 {
  justify-content: center; }
  .ttl_dott_02:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-image: url(../images/common/border_dott.png);
    margin: 0 10px 0 0; }

/*　ボタンモジュール	＿＿＿＿＿＿＿＿＿＿　*/
/* 共通ボタン */
.btn_cmn_01 {
  display: inline-block;
  width: auto;
  line-height: 1.4;
  color: #222 !important;
  font-family: FontAwesome;
  background-color: #fbcc4f;
  text-decoration: none;
  transition: all .2s ease;
  border-radius: 3px;
  padding: 4px 10px; }
  .btn_cmn_01:hover {
    opacity: .8;
    cursor: pointer;
    text-decoration: none; }
  .btn_cmn_01:visited {
    color: #fff; }
  .btn_cmn_01:hover, .btn_cmn_01:active {
    opacity: 1; }

.btn_cmn_02, .btn_cmn_03, .btn_cmn_04, .btn_cmn_05, .btn_cmn_06, .btn_cmn_07 {
  display: inline-block;
  width: auto;
  line-height: 1.4;
  font-size: 1.7rem;
  color: #222 !important;
  font-family: FontAwesome;
  background-color: #fbcc4f;
  border-bottom: 2px solid #e9a737;
  text-decoration: none;
  transition: all .2s ease;
  border-radius: 5px;
  padding: 9px 46px 8px; }
  .btn_cmn_02:hover, .btn_cmn_03:hover, .btn_cmn_04:hover, .btn_cmn_05:hover, .btn_cmn_06:hover, .btn_cmn_07:hover {
    opacity: .8;
    cursor: pointer;
    text-decoration: none; }
  .btn_cmn_02:visited, .btn_cmn_03:visited, .btn_cmn_04:visited, .btn_cmn_05:visited, .btn_cmn_06:visited, .btn_cmn_07:visited {
    color: #fff; }
  .btn_cmn_02:hover, .btn_cmn_02:active, .btn_cmn_03:hover, .btn_cmn_03:active, .btn_cmn_04:hover, .btn_cmn_04:active, .btn_cmn_05:hover, .btn_cmn_05:active, .btn_cmn_06:hover, .btn_cmn_06:active, .btn_cmn_07:hover, .btn_cmn_07:active {
    opacity: 1;
    text-decoration: none;
    box-shadow: none; }

.btn_cmn_03, .btn_cmn_05, .btn_cmn_07 {
  font-size: inherit;
  color: inherit !important;
  background-color: #fbcc4f;
  border-bottom: 2px solid #e9a737; }

.btn_cmn_04 {
  padding: 13px 90px; }

.btn_cmn_05 {
  font-size: 1.7rem;
  color: inherit !important;
  font-weight: bold;
  padding: 10px 90px; }

.btn_cmn_06 {
  font-size: 1.5rem;
  padding: 10px 25px; }

.btn_cmn_07 {
  padding: 7px 25px; }

.btn_cmn_08 {
  width: 30%;
  margin: 5px !important;
  text-align: center; }

/*　送信ボタン　＿＿＿＿＿　*/
.btn_submit_01 {
  width: auto;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  font-family: FontAwesome;
  background-color: #1a9e62;
  padding: 7px 30px; }
  .btn_submit_01:hover {
    cursor: pointer; }

.btn_submit_02 {
  width: auto;
  border-radius: 4px;
  background-color: #ddd;
  padding: 2px 10px; }
  .btn_submit_02:hover {
    cursor: pointer; }

/* 汎用アイフレームの設定	＿＿＿＿＿＿＿＿＿＿　*/
.iframe_400 {
  width: 100%;
  height: 400px; }

/* リスト	＿＿＿＿＿＿＿＿＿＿　*/
.list_cmn_01 {
  margin-left: 20px; }

.list_cmn_02 {
  list-style: none;
  margin-left: 0 !important; }

.dl_cmn_01 dt {
  font-weight: normal; }

/* 括弧付きリスト */
.list_brackets {
  list-style-type: none;
  margin-left: 0 !important; }
  .list_brackets li {
    counter-increment: cnt;
    text-indent: -1.7em;
    padding-left: 1.7em; }
    .list_brackets li:before {
      content: "（" counter(cnt) "）";
      margin: 0 .5em 0 0; }

/* 注意リスト */
.list_caution {
  font-size: 1.4rem;
  list-style: none;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin-left: 0 !important; }
  .list_caution li:before {
    content: "※";
    font-family: sans-serif; }

/* 複数列 */
.list_flex_center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  list-style: none; }
  .list_flex_center li {
    margin: 0 10px; }

/*　テキスト操作	＿＿＿＿＿＿＿＿＿＿　*/
body {
  /* フォントサイズ大 */
  /* フォントカラー */
  /* 背景色変更 */
  /* アイコン_ブランク */
  /* アイコン_PDF */ }
  body .align_left {
    text-align: left !important; }
  body .align_right {
    text-align: right !important; }
  body .align_center {
    text-align: center !important; }
  body .font_large {
    font-size: 1.4em;
    font-family: 'Noto Sans Bold', sans-serif; }
  body .font_middle {
    font-size: 1.2em;
    font-family: 'Noto Sans Bold', sans-serif; }
  body .font_small {
    font-size: .9em; }
  body .color_green {
    color: #1a9e62; }
  body .color_red {
    color: #dd0000;
    font-family: sans-serif; }
  body .color_white {
    color: #fff; }
  body .back_green {
    background-color: #daede4; }
  body .icon_blank:after, body .icon_pdf:after {
    font-family: FontAwesome;
    content: "\f08e";
    font-size: 1.2rem;
    margin: 0 0 0 5px; }
  body .icon_pdf:after {
    content: "\f1c1"; }

/* マージン	＿＿＿＿＿＿＿＿＿＿　*/
body #wrapper main {
  /* マージンボトム */
  /* マージンレフト */
  /* マージンライト */ }
  body #wrapper main .mar00 {
    margin-bottom: 0px; }
  body #wrapper main .mar05 {
    margin-bottom: 5px; }
  body #wrapper main .mar10 {
    margin-bottom: 10px; }
  body #wrapper main .mar15 {
    margin-bottom: 15px; }
  body #wrapper main .mar20 {
    margin-bottom: 20px; }
  body #wrapper main .mar25 {
    margin-bottom: 25px; }
  body #wrapper main .mar30 {
    margin-bottom: 30px; }
  body #wrapper main .mar35 {
    margin-bottom: 35px; }
  body #wrapper main .mar40 {
    margin-bottom: 40px; }
  body #wrapper main .mar45 {
    margin-bottom: 45px; }
  body #wrapper main .mar50 {
    margin-bottom: 50px; }
  body #wrapper main .mar60 {
    margin-bottom: 60px; }
  body #wrapper main .mar70 {
    margin-bottom: 70px; }
  body #wrapper main .mar80 {
    margin-bottom: 80px; }
  body #wrapper main .mar_left_10 {
    margin-left: 10px; }
  body #wrapper main .mar_left_20 {
    margin-left: 20px; }
  body #wrapper main .mar_left_30 {
    margin-left: 30px; }
  body #wrapper main .mar_left_40 {
    margin-left: 40px; }
  body #wrapper main .mar_right_10 {
    margin-right: 10px; }
  body #wrapper main .mar_right_20 {
    margin-right: 20px; }
  body #wrapper main .mar_right_30 {
    margin-right: 30px; }
  body #wrapper main .mar_right_40 {
    margin-right: 40px; }

/* サイズ補正用	＿＿＿＿＿＿＿＿＿＿　*/
body #wrapper main {
  /* 毎週の弁当用 */ }
  body #wrapper main .width05 {
    width: 5%; }
  body #wrapper main .width10 {
    width: 10%; }
  body #wrapper main .width13 {
    width: 13%; }
  body #wrapper main .width15 {
    width: 15%; }
  body #wrapper main .width18 {
    width: 18%; }
  body #wrapper main .width20 {
    width: 20%; }
  body #wrapper main .width25 {
    width: 25%; }
  body #wrapper main .width30 {
    width: 30%; }
  body #wrapper main .width35 {
    width: 35%; }
  body #wrapper main .width40 {
    width: 40%; }
  body #wrapper main .width48 {
    width: 48%; }
  body #wrapper main .width50 {
    width: 50%; }
  body #wrapper main .width55 {
    width: 55%; }
  body #wrapper main .width60 {
    width: 60%; }
  body #wrapper main .width65 {
    width: 65%; }
  body #wrapper main .width70 {
    width: 70%; }
  body #wrapper main .width75 {
    width: 75%; }
  body #wrapper main .width80 {
    width: 80%; }
  body #wrapper main .width85 {
    width: 85%; }
  body #wrapper main .width90 {
    width: 90%; }
  body #wrapper main .width100 {
    width: 100%; }
  body #wrapper main .width_bento {
    width: 48%; }

/*　レスポンシブ対応（ブレークポイント 768px）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (max-width: 768px) {
  /* マージン	*/
  body #wrapper main {
    /* マージンレフト */
    /* マージンライト */ }
    body #wrapper main .mar25,
    body #wrapper main .mar30,
    body #wrapper main .mar40,
    body #wrapper main .mar48,
    body #wrapper main .mar50,
    body #wrapper main .mar60,
    body #wrapper main .mar70,
    body #wrapper main .mar80 {
      margin-bottom: 20px; }
    body #wrapper main .mar_left_10, body #wrapper main .mar_left_20, body #wrapper main .mar_left_30, body #wrapper main .mar_left_40 {
      margin-left: 10px; }
    body #wrapper main .mar_right_10, body #wrapper main .mar_right_20, body #wrapper main .mar_right_30, body #wrapper main .mar_right_40 {
      margin-right: 10px; }

  /*　サイズ補正用　*/
  body #wrapper main .width05,
  body #wrapper main .width10,
  body #wrapper main .width13,
  body #wrapper main .width15,
  body #wrapper main .width18,
  body #wrapper main .width20,
  body #wrapper main .width25,
  body #wrapper main .width30,
  body #wrapper main .width40,
  body #wrapper main .width48,
  body #wrapper main .width50,
  body #wrapper main .width55,
  body #wrapper main .width60,
  body #wrapper main .width70,
  body #wrapper main .width80,
  body #wrapper main .width90,
  body #wrapper main .width100 {
    width: auto; }
  body #wrapper main .width_sp {
    width: 100%; }

  /*  */
  iframe {
    width: 100%; }

  /*　イメージフローティング	＿＿＿＿＿＿＿＿＿＿　*/
  .float_right, .float_left {
    float: none;
    width: 80%;
    padding: 0;
    margin-right: auto !important;
    margin-left: auto !important; }
    .float_right img, .float_left img {
      width: 100%;
      height: auto; }

  /*テーブル	＿＿＿＿＿＿＿＿＿＿　*/
  /*　トップページに戻る　*/
  #pageTop {
    bottom: 3em;
    right: .4em; }

  /* 見出し	＿＿＿＿＿＿＿＿＿＿　*/
  .ttl_cmn_01 {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: .1em;
    margin: 0 0 1em; }

  /* ドット */
  .ttl_dott_01, .ttl_dott_02 {
    display: flex;
    align-items: center;
    font-family: 'Noto Sans Medium';
    font-size: 2.1rem;
    white-space: nowrap;
    color: #1a9e62; }
    .ttl_dott_01:after, .ttl_dott_02:after {
      display: block;
      content: "";
      width: 100%;
      height: 2px;
      background-image: url(../images/common/border_dott.png);
      margin: 0 0 0 10px; }

  .ttl_dott_02 {
    justify-content: center; }
    .ttl_dott_02:before {
      display: block;
      content: "";
      width: 100%;
      height: 2px;
      background-image: url(../images/common/border_dott.png);
      margin: 0 10px 0 0; }

  /* 複数列 */
  .list_flex_center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    list-style: none; }
    .list_flex_center li {
      margin: 5px 10px; }

  .list_flex_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
    list-style: none; }

  /* 見出し	＿＿＿＿＿＿＿＿＿＿　*/
  .ttl_cmn_01 {
    font-size: 2.3rem;
    letter-spacing: 0;
    margin: 0 0 1em; }

  .ttl_cmn_02 {
    font-size: 2rem;
    margin: 1em 0; }

  .ttl_cmn_03 {
    font-size: 1.8rem;
    margin: .8em 0 .8em; }
    .ttl_cmn_03 span {
      font-size: 1.4rem; }

  .ttl_cmn_04 {
    font-size: 1.6rem;
    font-family: 'Noto Sans Bold';
    border-bottom: 1px solid #1a9e62;
    padding: 0 0 5px;
    margin: 1.2em 0 8px; }

  .ttl_cmn_05 {
    font-size: 1.6rem;
    font-family: 'Noto Sans Bold';
    margin: 1.2em 0 4px; }

  .ttl_cmn_06 {
    font-size: 1.5rem;
    font-family: 'Noto Sans Medium';
    margin: 1.2em 0 4px; }

  .ttl_cmn_07 {
    font-size: 1.7rem;
    font-family: 'Noto Sans Medium';
    color: #1a9e62;
    margin: 1.2em 0 4px; }

  .ttl_cmn_08 {
    font-size: 2.5rem;
    font-family: 'Noto Sans Bold';
    line-height: 1.3;
    margin: 0 0 40px; }

  .ttl_cmn_09 {
    font-size: 2rem;
    font-family: 'Noto Sans Bold';
    color: #1a9e62;
    line-height: 1.3;
    margin: 1.2em 0 10px; }

  .ttl_cmn_10 {
    font-size: 1.8rem;
    font-family: 'Noto Sans Bold';
    background-color: #1a9e62;
    color: #fff;
    line-height: 1.3;
    padding: 5px 10px;
    margin: 1.2em 0 10px; }

  /* ドット */
  .ttl_dott_01, .ttl_dott_02 {
    display: flex;
    align-items: center;
    font-family: 'Noto Sans Medium';
    font-size: 2.1rem;
    white-space: nowrap;
    color: #1a9e62; }
    .ttl_dott_01:after, .ttl_dott_02:after {
      display: block;
      content: "";
      width: 100%;
      height: 2px;
      background-image: url(../images/common/border_dott.png);
      margin: 0 0 0 10px; }

  .ttl_dott_02 {
    justify-content: center; }
    .ttl_dott_02:before {
      display: block;
      content: "";
      width: 100%;
      height: 2px;
      background-image: url(../images/common/border_dott.png);
      margin: 0 10px 0 0; }

  /*　ページネーション　＿＿＿＿＿　*/
  #page_nation {
    margin: 40px 0; }
    #page_nation .wp-pagenavi .first, #page_nation .wp-pagenavi .last, #page_nation .wp-pagenavi .extend, #page_nation .wp-pagenavi .pages {
      display: none; }

  .btn_cmn_08 {
    width: 100%; } }
/*　ここまで　*/
