@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Tinos:ital,wght@1,400;1,700&display=swap");
/*================================================================================
    0.変数
        1.1 カラー その他設定
        1.2 レイアウト設定
        1.3 ブレイクポイント設定
    1.デフォルト設定 共通パーツ設定　共通css設定
        1.1 デフォルト設定
        1.2 共通パーツ
        1.3 共通css
    2.共通ページコンテンツ
        1.1 共通レイアウト設定
        1.2 全体
        1.3 ヘッダー
        1.4 フッター
        1.5 メインイメージ
        1.6 メインカラム
        1.7 サイドカラム
    3.各デフォルトコンテンツ
        1.1 アクセス
        1.2 お問い合わせ
    3.各追加コンテンツ サイト作成時ここに追加していく
        1.1 
        1.2 
================================================================================*/
/*------------------------------------------------------------------------------
    デフォルト設定 共通パーツ設定　共通css設定
------------------------------------------------------------------------------*/
/*  
  デフォルト設定
------------------------------------------------------------*/
html {
  font-size: 10px;
}

body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  background-color: white;
  color: #5c534e;
  line-height: 2;
  letter-spacing: 0.06em;
  overflow-x: hidden;
}
@media only screen and (min-width: 897px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  body {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

a,
a:hover,
a:active {
  color: #5c534e;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
}

p {
  margin-bottom: 1.6rem;
}

ol,
ul {
  padding: 1.6rem;
}

img {
  max-width: 100%;
  height: auto;
}

BODY.edit-entry .image-left,
.image-left {
  float: left;
  margin: 0 2rem 2rem 0;
}
@media only screen and (max-width: 896px) {
  BODY.edit-entry .image-left,
  .image-left {
    float: none;
    display: block;
    margin: 0 auto 1rem;
  }
}

BODY.edit-entry .image-right,
.image-right {
  float: right;
  margin: 0 0 2rem 2rem;
}
@media only screen and (max-width: 896px) {
  BODY.edit-entry .image-right,
  .image-right {
    float: none;
    display: block;
    margin: 0 auto 1rem;
  }
}

BODY.edit-entry .image-center,
.image-center {
  display: block;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 896px) {
  BODY.edit-entry .image-center,
  .image-center {
    margin: 0 auto 1rem;
  }
}

a:hover img, a:active img {
  opacity: 0.7;
  text-decoration: none;
}
a:hover img.noeffect, a:active img.noeffect, #site_header_title a:hover img {
  opacity: 1 !important;
  text-decoration: none;
}

/*  
  共通パーツ
------------------------------------------------------------*/
dl.dl_table {
  box-sizing: border-box;
  background: #f3f0e1;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
dl.dl_table dt,
dl.dl_table dd {
  box-sizing: border-box;
  padding: 0.3em 0.3em 0 0.3em;
  border-top: 1px solid #dddddd;
}
dl.dl_table dt {
  width: 20%;
  float: left;
}
dl.dl_table dd {
  background: white;
  margin-left: 20%;
  margin-bottom: 0;
  padding-bottom: 0.3em;
  border-left: 1px solid #dddddd;
}
@media only screen and (max-width: 640px) {
  dl.dl_table {
    margin-top: 0.3em;
    background: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  dl.dl_table dt,
  dl.dl_table dd {
    padding: 0;
    border-top: none;
  }
  dl.dl_table dt {
    width: auto;
    float: none;
  }
  dl.dl_table dd {
    background: none;
    margin-left: 0;
    margin-bottom: 1em;
    padding-bottom: 0;
    border-left: none;
  }
}

dl.dl_table_no_border {
  box-sizing: border-box;
  background: none;
  border-right: 0 none black;
  border-bottom: 0 none black;
  border-left: 0 none black;
}
dl.dl_table_no_border dt,
dl.dl_table_no_border dd {
  box-sizing: border-box;
  padding: 0.3em 0.3em 0 0.3em;
  border-top: 0 none black;
}
dl.dl_table_no_border dt {
  width: 20%;
  float: left;
}
dl.dl_table_no_border dd {
  background: none;
  margin-left: 20%;
  margin-bottom: 0;
  padding-bottom: 0.3em;
  border-left: 0 none black;
}
@media only screen and (max-width: 640px) {
  dl.dl_table_no_border {
    margin-top: 0.3em;
    background: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  dl.dl_table_no_border dt,
  dl.dl_table_no_border dd {
    padding: 0;
    border-top: none;
  }
  dl.dl_table_no_border dt {
    width: auto;
    float: none;
  }
  dl.dl_table_no_border dd {
    background: none;
    margin-left: 0;
    margin-bottom: 1em;
    padding-bottom: 0;
    border-left: none;
  }
}

dl.dl_table_access {
  box-sizing: border-box;
  background: none;
  border-right: 0 none black;
  border-bottom: 0 none black;
  border-left: 0 none black;
}
dl.dl_table_access dt,
dl.dl_table_access dd {
  box-sizing: border-box;
  padding: 0.3em 0.3em 0 0.3em;
  border-top: 0 none black;
}
dl.dl_table_access dt {
  width: 7em;
  float: left;
}
dl.dl_table_access dd {
  background: none;
  margin-left: 7em;
  margin-bottom: 0;
  padding-bottom: 0.3em;
  border-left: 0 none black;
}
@media only screen and (max-width: 640px) {
  dl.dl_table_access {
    margin-top: 0.3em;
    background: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  dl.dl_table_access dt,
  dl.dl_table_access dd {
    padding: 0;
    border-top: none;
  }
  dl.dl_table_access dt {
    width: auto;
    float: none;
  }
  dl.dl_table_access dd {
    background: none;
    margin-left: 0;
    margin-bottom: 1em;
    padding-bottom: 0;
    border-left: none;
  }
}

.responsive_table {
  display: table;
  width: 100%;
  border-style: solid;
  border-color: #dddddd;
  border-width: 1px;
  border-bottom: none;
  border-left: none;
}
.responsive_table .responsive_table_row {
  display: table-row;
}
.responsive_table .responsive_table_title,
.responsive_table .responsive_table_data {
  display: table-cell;
  padding: 0.5em;
  border-style: solid;
  border-color: #dddddd;
  border-width: 1px;
  border-top: none;
  border-right: none;
  vertical-align: top;
}
.responsive_table .responsive_table_title {
  background-color: #f3f0e1;
  width: 20%;
  font-weight: bold;
}
.responsive_table .responsive_table_data {
  background-color: white;
}
@media only screen and (max-width: 640px) {
  .responsive_table {
    display: block;
    border-top: none;
    border-right: none;
  }
  .responsive_table .responsive_table_row {
    display: block;
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #dddddd;
  }
  .responsive_table .responsive_table_title,
  .responsive_table .responsive_table_data {
    display: block;
    padding: 0;
    border-bottom: none;
    border-left: none;
  }
  .responsive_table .responsive_table_title {
    background-color: transparent;
    width: auto;
  }
  .responsive_table .responsive_table_data {
    background-color: transparent;
  }
}

.responsive_table_no_border {
  display: table;
  width: 100%;
  border-style: none;
  border-color: white;
  border-width: 1px;
  border-bottom: none;
  border-left: none;
}
.responsive_table_no_border .responsive_table_row {
  display: table-row;
}
.responsive_table_no_border .responsive_table_title,
.responsive_table_no_border .responsive_table_data {
  display: table-cell;
  padding: 0.3em;
  border-style: none;
  border-color: white;
  border-width: 1px;
  border-top: none;
  border-right: none;
  vertical-align: top;
}
.responsive_table_no_border .responsive_table_title {
  background-color: none;
  width: 20%;
  font-weight: bold;
}
.responsive_table_no_border .responsive_table_data {
  background-color: none;
}
@media only screen and (max-width: 640px) {
  .responsive_table_no_border {
    display: block;
    border-top: none;
    border-right: none;
  }
  .responsive_table_no_border .responsive_table_row {
    display: block;
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #dddddd;
  }
  .responsive_table_no_border .responsive_table_title,
  .responsive_table_no_border .responsive_table_data {
    display: block;
    padding: 0;
    border-bottom: none;
    border-left: none;
  }
  .responsive_table_no_border .responsive_table_title {
    background-color: transparent;
    width: auto;
  }
  .responsive_table_no_border .responsive_table_data {
    background-color: transparent;
  }
}

.page_type_access_entry_list .formatted_entry,
.page_type_access_detail .formatted_entry, .page_type_formatted_entry_list .formatted_entry,
.page_type_formatted_archive_entry_list .formatted_entry,
.page_type_formatted_detail .formatted_entry {
  padding: 0 0 1.6rem;
}
.page_type_access_entry_list .formatted_entry_contaier .formatted_entry:nth-child(even),
.page_type_access_detail .formatted_entry_contaier .formatted_entry:nth-child(even), .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry:nth-child(even),
.page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry:nth-child(even),
.page_type_formatted_detail .formatted_entry_contaier .formatted_entry:nth-child(even) {
  /* background: $defalt-light-bg-color;*/
}
.page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_img,
.page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_img, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_img,
.page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_img,
.page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_img {
  float: left;
}
@media only screen and (max-width: 640px) {
  .page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_img,
  .page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_img, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_img,
  .page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_img,
  .page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_img {
    float: none;
  }
}
.page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_img,
.page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_img, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_img,
.page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_img,
.page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_img {
  float: right;
}
@media only screen and (max-width: 640px) {
  .page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_img,
  .page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_img, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_img,
  .page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_img,
  .page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_img {
    float: none;
  }
}
.page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_txt,
.page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_txt, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_txt,
.page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_txt,
.page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_txt {
  margin-left: 47%;
}
@media only screen and (max-width: 640px) {
  .page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_txt,
  .page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_txt, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_txt,
  .page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_txt,
  .page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_txt {
    margin-left: 0;
  }
}
.page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_txt,
.page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_txt, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_txt,
.page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_txt,
.page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_txt {
  margin-right: 47%;
}
@media only screen and (max-width: 640px) {
  .page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_txt,
  .page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_txt, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_txt,
  .page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_txt,
  .page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_txt {
    margin-right: 0;
  }
}
.page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img,
.page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_col_img, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img,
.page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img,
.page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_col_img {
  width: 45%;
  margin-bottom: 30px;
}
.page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a,
.page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a,
.page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a,
.page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a {
  display: block;
  background: #f3f0e1;
  height: calc(100vw / 5);
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a,
  .page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a,
  .page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a,
  .page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a {
    height: calc(100vw / 4);
  }
}
@media only screen and (max-width: 640px) {
  .page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a,
  .page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a,
  .page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a,
  .page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a {
    height: calc(100vw / 2);
  }
}
.page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a img.noimage,
.page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a img.noimage, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a img.noimage,
.page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a img.noimage,
.page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_col_img.noimage_thumb a img.noimage {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img,
  .page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_col_img, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img,
  .page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img,
  .page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_col_img {
    width: 100%;
    margin-bottom: 0;
  }
}
.page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img img,
.page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_col_img img, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img img,
.page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_col_img img,
.page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_col_img img {
  width: 100%;
}
.page_type_access_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_txt,
.page_type_access_detail .formatted_entry_contaier .formatted_entry .formatted_entry_txt, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_txt,
.page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry .formatted_entry_txt,
.page_type_formatted_detail .formatted_entry_contaier .formatted_entry .formatted_entry_txt {
  margin-bottom: 1.6rem;
}
.page_type_access_entry_list .formatted_entry_contaier .formatted_entry:after,
.page_type_access_detail .formatted_entry_contaier .formatted_entry:after, .page_type_formatted_entry_list .formatted_entry_contaier .formatted_entry:after,
.page_type_formatted_archive_entry_list .formatted_entry_contaier .formatted_entry:after,
.page_type_formatted_detail .formatted_entry_contaier .formatted_entry:after {
  content: "";
  clear: both;
  display: block;
}

/*  
  共通css
------------------------------------------------------------*/
.btn {
  display: inline-block;
  margin: 0 auto 1.6rem;
  padding: 0.8rem 1.6rem;
  border-radius: 5px;
  background-color: #9cce02;
  color: white;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn a {
  color: white;
}
.btn:hover, .btn:active {
  background-color: #00bb35;
  color: white;
  text-decoration: none;
}
.btn.btn_bg:hover, .btn.btn_bg:active {
  background-color: #00bb35;
  color: white;
}

.btn_sub_cat {
  display: inline-block;
  margin: 0 auto 1.6rem;
  padding: 0.8rem 1.6rem;
  border-radius: 5px;
  background-color: #cdfd39;
  color: white;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn_sub_cat a {
  color: white;
}
.btn_sub_cat:hover, .btn_sub_cat:active {
  background-color: #00bb35;
  color: white;
  text-decoration: none;
}
.btn_sub_cat.btn_bg:hover, .btn_sub_cat.btn_bg:active {
  background-color: #00bb35;
  color: white;
}

.btn_mt {
  display: inline-block;
  margin: 0 auto 1.6rem;
  padding: 0.8rem 1.6rem;
  border-radius: 5px;
  background-color: #9cce02;
  color: white;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  margin-top: 0.8rem;
}
.btn_mt a {
  color: white;
}
.btn_mt:hover, .btn_mt:active {
  background-color: #00bb35;
  color: white;
  text-decoration: none;
}
.btn_mt.btn_bg:hover, .btn_mt.btn_bg:active {
  background-color: #00bb35;
  color: white;
}

.top_page_more_link,
.entry_more_link {
  text-align: center;
}
.top_page_more_link a,
.entry_more_link a {
  display: inline-block;
  margin: 0 auto 1.6rem;
  padding: 0.8rem 1.6rem;
  border-radius: 5px;
  background-color: #9cce02;
  color: white;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding: 1.3rem 3rem;
  position: relative;
  min-width: 24rem;
  text-align: center;
  box-sizing: border-box;
}
.top_page_more_link a a,
.entry_more_link a a {
  color: white;
}
.top_page_more_link a:hover, .top_page_more_link a:active,
.entry_more_link a:hover,
.entry_more_link a:active {
  background-color: #00bb35;
  color: white;
  text-decoration: none;
}
.top_page_more_link a.btn_bg:hover, .top_page_more_link a.btn_bg:active,
.entry_more_link a.btn_bg:hover,
.entry_more_link a.btn_bg:active {
  background-color: #00bb35;
  color: white;
}
.top_page_more_link a:after,
.entry_more_link a:after {
  content: "\f105";
  font-family: "Font Awesome 5 pro";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  margin-top: -0.5em;
}
@media only screen and (max-width: 896px) {
  .top_page_more_link a,
  .entry_more_link a {
    max-width: 80%;
  }
}

.title_ll,
.title_l,
.title_m,
.title_s,
.title_ss,
.title_sss,
.title1,
.title2,
.title3 {
  font-family: "Kiwi Maru", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  transform: rotate(0.05deg);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

.title_l,
.title1 {
  font-size: 3.2rem;
  display: block;
  margin: 0 auto 30px;
  padding: 0 15px;
  color: #5f4b3f;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .title_l,
  .title1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_l,
  .title1 {
    font-size: 2rem;
  }
}

.title_m,
.title2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  border-bottom: 2px solid #9cce02;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 2rem;
  color: #9cce02;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .title_m,
  .title2 {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_m,
  .title2 {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.title_m a,
.title2 a {
  color: #9cce02;
}
.title_m.white,
.title2.white {
  border-color: #fff;
}
.title_m.color_typeD,
.title2.color_typeD {
  border-color: #5f4b3f;
}

.title_s,
.title3 {
  font-size: 2rem;
  color: #5f4b3f;
  margin-bottom: 2rem;
  position: relative;
  padding: 1rem 1rem 1rem 4rem;
  background: #f3f0e1;
}
.title_s::before,
.title3::before {
  display: block;
  line-height: 1em;
  color: #9cce02;
  content: "\f06c";
  font-family: "Font Awesome 5 pro";
  position: absolute;
  left: 1rem;
  top: 50%;
  margin-top: -0.5em;
  font-weight: 900;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .title_s,
  .title3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_s,
  .title3 {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.title_ss {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .title_ss {
    font-size: 1.4rem;
  }
}

.txt_ttl {
  font-size: 2.4rem;
  display: block;
  margin: 0 auto 30px;
  padding: 0 15px;
  color: #5f4b3f;
  text-align: center;
  font-family: "Kiwi Maru", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  transform: rotate(0.05deg);
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .txt_ttl {
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 640px) {
  .txt_ttl {
    font-size: 1.6rem;
  }
}

.txt_lll {
  font-size: 3.6rem;
  line-height: 1.5em;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .txt_lll {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .txt_lll {
    font-size: 2.8rem;
  }
}

.txt_ll {
  font-size: 2.4rem;
  line-height: 1.5em;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .txt_ll {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .txt_ll {
    font-size: 1.6rem;
  }
}

.txt_l {
  font-size: 1.8rem;
  line-height: 1.5em;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .txt_l {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .txt_l {
    font-size: 1.4rem;
  }
}

.txt_m {
  font-size: 1.6rem;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .txt_m {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .txt_m {
    font-size: 1.4rem;
  }
}

.txt_s {
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .txt_s {
    font-size: 1.3rem;
  }
}

.txt_ss {
  font-size: 1.3rem;
  line-height: 2rem;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .txt_ss {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .txt_ss {
    font-size: 1.2rem;
  }
}

.img_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.f_l {
  float: left;
}
@media only screen and (max-width: 640px) {
  .f_l {
    float: none;
  }
}

.f_r {
  float: right;
}
@media only screen and (max-width: 640px) {
  .f_r {
    float: none;
  }
}

.fw_n {
  font-weight: normal !important;
}

.fw_b {
  font-weight: bold !important;
}

.ta_l {
  text-align: left !important;
}

.ta_r {
  text-align: right !important;
}

.ta_c,
.align_center {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .sp_ta_c {
    text-align: center !important;
  }
}

.ff_kiwi {
  font-family: "Kiwi Maru", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  transform: rotate(0.05deg);
}

.caution {
  color: firebrick;
  font-weight: bold;
}

/* 余白 */
@media only screen and (min-width: 897px) {
  .mt_l {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .mt_l {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 640px) {
  .mt_l {
    margin-top: 40px !important;
  }
}

@media only screen and (min-width: 897px) {
  .mt_m {
    margin-top: 50px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .mt_m {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 640px) {
  .mt_m {
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 897px) {
  .mb_ll {
    margin-bottom: 150px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .mb_ll {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 640px) {
  .mb_ll {
    margin-bottom: 75px !important;
  }
}

@media only screen and (min-width: 897px) {
  .mb_l {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .mb_l {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 640px) {
  .mb_l {
    margin-bottom: 40px !important;
  }
}

@media only screen and (min-width: 897px) {
  .mb_m {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .mb_m {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 640px) {
  .mb_m {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 897px) {
  .mb_s {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .mb_s {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 640px) {
  .mb_s {
    margin-bottom: 10px !important;
  }
}

.mb_none {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 897px) {
  .pt_l {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .pt_l {
    padding-top: 70px !important;
  }
}
@media only screen and (max-width: 640px) {
  .pt_l {
    padding-top: 40px !important;
  }
}

@media only screen and (min-width: 897px) {
  .pt_m {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .pt_m {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 640px) {
  .pt_m {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 897px) {
  .pb_l {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .pb_l {
    padding-bottom: 70px !important;
  }
}
@media only screen and (max-width: 640px) {
  .pb_l {
    padding-bottom: 40px !important;
  }
}

@media only screen and (min-width: 897px) {
  .pb_m {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .pb_m {
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 640px) {
  .pb_m {
    padding-bottom: 30px !important;
  }
}

.mt_0 {
  margin-top: 0rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_0 {
    margin-top: 0 !important;
  }
}

.mt_5 {
  margin-top: 0.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_5 {
    margin-top: 0 !important;
  }
}

.mt_10 {
  margin-top: 1rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_10 {
    margin-top: 0 !important;
  }
}

.mt_15 {
  margin-top: 1.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_15 {
    margin-top: 0 !important;
  }
}

.mt_20 {
  margin-top: 2rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_20 {
    margin-top: 0 !important;
  }
}

.mt_25 {
  margin-top: 2.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_25 {
    margin-top: 0 !important;
  }
}

.mt_30 {
  margin-top: 3rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_30 {
    margin-top: 0 !important;
  }
}

.mt_35 {
  margin-top: 3.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_35 {
    margin-top: 0 !important;
  }
}

.mt_40 {
  margin-top: 4rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_40 {
    margin-top: 0 !important;
  }
}

.mt_45 {
  margin-top: 4.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_45 {
    margin-top: 0 !important;
  }
}

.mt_50 {
  margin-top: 5rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_50 {
    margin-top: 0 !important;
  }
}

.mt_55 {
  margin-top: 5.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_55 {
    margin-top: 0 !important;
  }
}

.mt_60 {
  margin-top: 6rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_60 {
    margin-top: 0 !important;
  }
}

.mt_65 {
  margin-top: 6.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_65 {
    margin-top: 0 !important;
  }
}

.mt_70 {
  margin-top: 7rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_70 {
    margin-top: 0 !important;
  }
}

.mt_75 {
  margin-top: 7.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_75 {
    margin-top: 0 !important;
  }
}

.mt_80 {
  margin-top: 8rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_80 {
    margin-top: 0 !important;
  }
}

.mt_85 {
  margin-top: 8.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_85 {
    margin-top: 0 !important;
  }
}

.mt_90 {
  margin-top: 9rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_90 {
    margin-top: 0 !important;
  }
}

.mt_95 {
  margin-top: 9.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_95 {
    margin-top: 0 !important;
  }
}

.mt_100 {
  margin-top: 10rem !important;
}
@media only screen and (max-width: 896px) {
  .mt_100 {
    margin-top: 0 !important;
  }
}

.mb_0 {
  margin-bottom: 0rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_0 {
    margin-bottom: 0 !important;
  }
}

.mb_5 {
  margin-bottom: 0.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_5 {
    margin-bottom: 0 !important;
  }
}

.mb_10 {
  margin-bottom: 1rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_10 {
    margin-bottom: 0 !important;
  }
}

.mb_15 {
  margin-bottom: 1.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_15 {
    margin-bottom: 0 !important;
  }
}

.mb_20 {
  margin-bottom: 2rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_20 {
    margin-bottom: 0 !important;
  }
}

.mb_25 {
  margin-bottom: 2.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_25 {
    margin-bottom: 0 !important;
  }
}

.mb_30 {
  margin-bottom: 3rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_30 {
    margin-bottom: 0 !important;
  }
}

.mb_35 {
  margin-bottom: 3.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_35 {
    margin-bottom: 0 !important;
  }
}

.mb_40 {
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_40 {
    margin-bottom: 0 !important;
  }
}

.mb_45 {
  margin-bottom: 4.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_45 {
    margin-bottom: 0 !important;
  }
}

.mb_50 {
  margin-bottom: 5rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_50 {
    margin-bottom: 0 !important;
  }
}

.mb_55 {
  margin-bottom: 5.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_55 {
    margin-bottom: 0 !important;
  }
}

.mb_60 {
  margin-bottom: 6rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_60 {
    margin-bottom: 0 !important;
  }
}

.mb_65 {
  margin-bottom: 6.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_65 {
    margin-bottom: 0 !important;
  }
}

.mb_70 {
  margin-bottom: 7rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_70 {
    margin-bottom: 0 !important;
  }
}

.mb_75 {
  margin-bottom: 7.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_75 {
    margin-bottom: 0 !important;
  }
}

.mb_80 {
  margin-bottom: 8rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_80 {
    margin-bottom: 0 !important;
  }
}

.mb_85 {
  margin-bottom: 8.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_85 {
    margin-bottom: 0 !important;
  }
}

.mb_90 {
  margin-bottom: 9rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_90 {
    margin-bottom: 0 !important;
  }
}

.mb_95 {
  margin-bottom: 9.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_95 {
    margin-bottom: 0 !important;
  }
}

.mb_100 {
  margin-bottom: 10rem !important;
}
@media only screen and (max-width: 896px) {
  .mb_100 {
    margin-bottom: 0 !important;
  }
}

.mr_0 {
  margin-right: 0rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_0 {
    margin-right: 0 !important;
  }
}

.mr_5 {
  margin-right: 0.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_5 {
    margin-right: 0 !important;
  }
}

.mr_10 {
  margin-right: 1rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_10 {
    margin-right: 0 !important;
  }
}

.mr_15 {
  margin-right: 1.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_15 {
    margin-right: 0 !important;
  }
}

.mr_20 {
  margin-right: 2rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_20 {
    margin-right: 0 !important;
  }
}

.mr_25 {
  margin-right: 2.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_25 {
    margin-right: 0 !important;
  }
}

.mr_30 {
  margin-right: 3rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_30 {
    margin-right: 0 !important;
  }
}

.mr_35 {
  margin-right: 3.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_35 {
    margin-right: 0 !important;
  }
}

.mr_40 {
  margin-right: 4rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_40 {
    margin-right: 0 !important;
  }
}

.mr_45 {
  margin-right: 4.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_45 {
    margin-right: 0 !important;
  }
}

.mr_50 {
  margin-right: 5rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_50 {
    margin-right: 0 !important;
  }
}

.mr_55 {
  margin-right: 5.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_55 {
    margin-right: 0 !important;
  }
}

.mr_60 {
  margin-right: 6rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_60 {
    margin-right: 0 !important;
  }
}

.mr_65 {
  margin-right: 6.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_65 {
    margin-right: 0 !important;
  }
}

.mr_70 {
  margin-right: 7rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_70 {
    margin-right: 0 !important;
  }
}

.mr_75 {
  margin-right: 7.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_75 {
    margin-right: 0 !important;
  }
}

.mr_80 {
  margin-right: 8rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_80 {
    margin-right: 0 !important;
  }
}

.mr_85 {
  margin-right: 8.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_85 {
    margin-right: 0 !important;
  }
}

.mr_90 {
  margin-right: 9rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_90 {
    margin-right: 0 !important;
  }
}

.mr_95 {
  margin-right: 9.5rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_95 {
    margin-right: 0 !important;
  }
}

.mr_100 {
  margin-right: 10rem !important;
}
@media only screen and (max-width: 896px) {
  .mr_100 {
    margin-right: 0 !important;
  }
}

.ml_0 {
  margin-left: 0rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_0 {
    margin-left: 0 !important;
  }
}

.ml_5 {
  margin-left: 0.5rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_5 {
    margin-left: 0 !important;
  }
}

.ml_10 {
  margin-left: 1rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_10 {
    margin-left: 0 !important;
  }
}

.ml_15 {
  margin-left: 1.5rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_15 {
    margin-left: 0 !important;
  }
}

.ml_20 {
  margin-left: 2rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_20 {
    margin-left: 0 !important;
  }
}

.ml_25 {
  margin-left: 2.5rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_25 {
    margin-left: 0 !important;
  }
}

.ml_30 {
  margin-left: 3rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_30 {
    margin-left: 0 !important;
  }
}

.ml_35 {
  margin-left: 3.5rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_35 {
    margin-left: 0 !important;
  }
}

.ml_40 {
  margin-left: 4rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_40 {
    margin-left: 0 !important;
  }
}

.ml_45 {
  margin-left: 4.5rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_45 {
    margin-left: 0 !important;
  }
}

.ml_50 {
  margin-left: 5rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_50 {
    margin-left: 0 !important;
  }
}

.ml_55 {
  margin-left: 5.5rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_55 {
    margin-left: 0 !important;
  }
}

.ml_60 {
  margin-left: 6rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_60 {
    margin-left: 0 !important;
  }
}

.ml_65 {
  margin-left: 6.5rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_65 {
    margin-left: 0 !important;
  }
}

.ml_70 {
  margin-left: 7rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_70 {
    margin-left: 0 !important;
  }
}

.ml_75 {
  margin-left: 7.5rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_75 {
    margin-left: 0 !important;
  }
}

.ml_80 {
  margin-left: 8rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_80 {
    margin-left: 0 !important;
  }
}

.ml_85 {
  margin-left: 8.5rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_85 {
    margin-left: 0 !important;
  }
}

.ml_90 {
  margin-left: 9rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_90 {
    margin-left: 0 !important;
  }
}

.ml_95 {
  margin-left: 9.5rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_95 {
    margin-left: 0 !important;
  }
}

.ml_100 {
  margin-left: 10rem !important;
}
@media only screen and (max-width: 896px) {
  .ml_100 {
    margin-left: 0 !important;
  }
}

.pt_0 {
  padding-top: 0rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_0 {
    padding-top: 0 !important;
  }
}

.pt_5 {
  padding-top: 0.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_5 {
    padding-top: 0 !important;
  }
}

.pt_10 {
  padding-top: 1rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_10 {
    padding-top: 0 !important;
  }
}

.pt_15 {
  padding-top: 1.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_15 {
    padding-top: 0 !important;
  }
}

.pt_20 {
  padding-top: 2rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_20 {
    padding-top: 0 !important;
  }
}

.pt_25 {
  padding-top: 2.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_25 {
    padding-top: 0 !important;
  }
}

.pt_30 {
  padding-top: 3rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_30 {
    padding-top: 0 !important;
  }
}

.pt_35 {
  padding-top: 3.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_35 {
    padding-top: 0 !important;
  }
}

.pt_40 {
  padding-top: 4rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_40 {
    padding-top: 0 !important;
  }
}

.pt_45 {
  padding-top: 4.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_45 {
    padding-top: 0 !important;
  }
}

.pt_50 {
  padding-top: 5rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_50 {
    padding-top: 0 !important;
  }
}

.pt_55 {
  padding-top: 5.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_55 {
    padding-top: 0 !important;
  }
}

.pt_60 {
  padding-top: 6rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_60 {
    padding-top: 0 !important;
  }
}

.pt_65 {
  padding-top: 6.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_65 {
    padding-top: 0 !important;
  }
}

.pt_70 {
  padding-top: 7rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_70 {
    padding-top: 0 !important;
  }
}

.pt_75 {
  padding-top: 7.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_75 {
    padding-top: 0 !important;
  }
}

.pt_80 {
  padding-top: 8rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_80 {
    padding-top: 0 !important;
  }
}

.pt_85 {
  padding-top: 8.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_85 {
    padding-top: 0 !important;
  }
}

.pt_90 {
  padding-top: 9rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_90 {
    padding-top: 0 !important;
  }
}

.pt_95 {
  padding-top: 9.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_95 {
    padding-top: 0 !important;
  }
}

.pt_100 {
  padding-top: 10rem !important;
}
@media only screen and (max-width: 896px) {
  .pt_100 {
    padding-top: 0 !important;
  }
}

.pb_0 {
  padding-bottom: 0rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_0 {
    padding-bottom: 0 !important;
  }
}

.pb_5 {
  padding-bottom: 0.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_5 {
    padding-bottom: 0 !important;
  }
}

.pb_10 {
  padding-bottom: 1rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_10 {
    padding-bottom: 0 !important;
  }
}

.pb_15 {
  padding-bottom: 1.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_15 {
    padding-bottom: 0 !important;
  }
}

.pb_20 {
  padding-bottom: 2rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_20 {
    padding-bottom: 0 !important;
  }
}

.pb_25 {
  padding-bottom: 2.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_25 {
    padding-bottom: 0 !important;
  }
}

.pb_30 {
  padding-bottom: 3rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_30 {
    padding-bottom: 0 !important;
  }
}

.pb_35 {
  padding-bottom: 3.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_35 {
    padding-bottom: 0 !important;
  }
}

.pb_40 {
  padding-bottom: 4rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_40 {
    padding-bottom: 0 !important;
  }
}

.pb_45 {
  padding-bottom: 4.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_45 {
    padding-bottom: 0 !important;
  }
}

.pb_50 {
  padding-bottom: 5rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_50 {
    padding-bottom: 0 !important;
  }
}

.pb_55 {
  padding-bottom: 5.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_55 {
    padding-bottom: 0 !important;
  }
}

.pb_60 {
  padding-bottom: 6rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_60 {
    padding-bottom: 0 !important;
  }
}

.pb_65 {
  padding-bottom: 6.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_65 {
    padding-bottom: 0 !important;
  }
}

.pb_70 {
  padding-bottom: 7rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_70 {
    padding-bottom: 0 !important;
  }
}

.pb_75 {
  padding-bottom: 7.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_75 {
    padding-bottom: 0 !important;
  }
}

.pb_80 {
  padding-bottom: 8rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_80 {
    padding-bottom: 0 !important;
  }
}

.pb_85 {
  padding-bottom: 8.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_85 {
    padding-bottom: 0 !important;
  }
}

.pb_90 {
  padding-bottom: 9rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_90 {
    padding-bottom: 0 !important;
  }
}

.pb_95 {
  padding-bottom: 9.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_95 {
    padding-bottom: 0 !important;
  }
}

.pb_100 {
  padding-bottom: 10rem !important;
}
@media only screen and (max-width: 896px) {
  .pb_100 {
    padding-bottom: 0 !important;
  }
}

.pr_0 {
  padding-right: 0rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_0 {
    padding-right: 0 !important;
  }
}

.pr_5 {
  padding-right: 0.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_5 {
    padding-right: 0 !important;
  }
}

.pr_10 {
  padding-right: 1rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_10 {
    padding-right: 0 !important;
  }
}

.pr_15 {
  padding-right: 1.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_15 {
    padding-right: 0 !important;
  }
}

.pr_20 {
  padding-right: 2rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_20 {
    padding-right: 0 !important;
  }
}

.pr_25 {
  padding-right: 2.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_25 {
    padding-right: 0 !important;
  }
}

.pr_30 {
  padding-right: 3rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_30 {
    padding-right: 0 !important;
  }
}

.pr_35 {
  padding-right: 3.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_35 {
    padding-right: 0 !important;
  }
}

.pr_40 {
  padding-right: 4rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_40 {
    padding-right: 0 !important;
  }
}

.pr_45 {
  padding-right: 4.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_45 {
    padding-right: 0 !important;
  }
}

.pr_50 {
  padding-right: 5rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_50 {
    padding-right: 0 !important;
  }
}

.pr_55 {
  padding-right: 5.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_55 {
    padding-right: 0 !important;
  }
}

.pr_60 {
  padding-right: 6rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_60 {
    padding-right: 0 !important;
  }
}

.pr_65 {
  padding-right: 6.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_65 {
    padding-right: 0 !important;
  }
}

.pr_70 {
  padding-right: 7rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_70 {
    padding-right: 0 !important;
  }
}

.pr_75 {
  padding-right: 7.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_75 {
    padding-right: 0 !important;
  }
}

.pr_80 {
  padding-right: 8rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_80 {
    padding-right: 0 !important;
  }
}

.pr_85 {
  padding-right: 8.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_85 {
    padding-right: 0 !important;
  }
}

.pr_90 {
  padding-right: 9rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_90 {
    padding-right: 0 !important;
  }
}

.pr_95 {
  padding-right: 9.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_95 {
    padding-right: 0 !important;
  }
}

.pr_100 {
  padding-right: 10rem !important;
}
@media only screen and (max-width: 896px) {
  .pr_100 {
    padding-right: 0 !important;
  }
}

.pl_0 {
  padding-left: 0rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_0 {
    padding-left: 0 !important;
  }
}

.pl_5 {
  padding-left: 0.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_5 {
    padding-left: 0 !important;
  }
}

.pl_10 {
  padding-left: 1rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_10 {
    padding-left: 0 !important;
  }
}

.pl_15 {
  padding-left: 1.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_15 {
    padding-left: 0 !important;
  }
}

.pl_20 {
  padding-left: 2rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_20 {
    padding-left: 0 !important;
  }
}

.pl_25 {
  padding-left: 2.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_25 {
    padding-left: 0 !important;
  }
}

.pl_30 {
  padding-left: 3rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_30 {
    padding-left: 0 !important;
  }
}

.pl_35 {
  padding-left: 3.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_35 {
    padding-left: 0 !important;
  }
}

.pl_40 {
  padding-left: 4rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_40 {
    padding-left: 0 !important;
  }
}

.pl_45 {
  padding-left: 4.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_45 {
    padding-left: 0 !important;
  }
}

.pl_50 {
  padding-left: 5rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_50 {
    padding-left: 0 !important;
  }
}

.pl_55 {
  padding-left: 5.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_55 {
    padding-left: 0 !important;
  }
}

.pl_60 {
  padding-left: 6rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_60 {
    padding-left: 0 !important;
  }
}

.pl_65 {
  padding-left: 6.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_65 {
    padding-left: 0 !important;
  }
}

.pl_70 {
  padding-left: 7rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_70 {
    padding-left: 0 !important;
  }
}

.pl_75 {
  padding-left: 7.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_75 {
    padding-left: 0 !important;
  }
}

.pl_80 {
  padding-left: 8rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_80 {
    padding-left: 0 !important;
  }
}

.pl_85 {
  padding-left: 8.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_85 {
    padding-left: 0 !important;
  }
}

.pl_90 {
  padding-left: 9rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_90 {
    padding-left: 0 !important;
  }
}

.pl_95 {
  padding-left: 9.5rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_95 {
    padding-left: 0 !important;
  }
}

.pl_100 {
  padding-left: 10rem !important;
}
@media only screen and (max-width: 896px) {
  .pl_100 {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 897px) {
  .pc_mb_0 {
    margin-bottom: 0rem !important;
  }

  .pc_mb_5 {
    margin-bottom: 0.5rem !important;
  }

  .pc_mb_10 {
    margin-bottom: 1rem !important;
  }

  .pc_mb_15 {
    margin-bottom: 1.5rem !important;
  }

  .pc_mb_20 {
    margin-bottom: 2rem !important;
  }

  .pc_mb_25 {
    margin-bottom: 2.5rem !important;
  }

  .pc_mb_30 {
    margin-bottom: 3rem !important;
  }

  .pc_mb_35 {
    margin-bottom: 3.5rem !important;
  }

  .pc_mb_40 {
    margin-bottom: 4rem !important;
  }

  .pc_mb_45 {
    margin-bottom: 4.5rem !important;
  }

  .pc_mb_50 {
    margin-bottom: 5rem !important;
  }

  .pc_mb_55 {
    margin-bottom: 5.5rem !important;
  }

  .pc_mb_60 {
    margin-bottom: 6rem !important;
  }

  .pc_mb_65 {
    margin-bottom: 6.5rem !important;
  }

  .pc_mb_70 {
    margin-bottom: 7rem !important;
  }

  .pc_mb_75 {
    margin-bottom: 7.5rem !important;
  }

  .pc_mb_80 {
    margin-bottom: 8rem !important;
  }

  .pc_mb_85 {
    margin-bottom: 8.5rem !important;
  }

  .pc_mb_90 {
    margin-bottom: 9rem !important;
  }

  .pc_mb_95 {
    margin-bottom: 9.5rem !important;
  }

  .pc_mb_100 {
    margin-bottom: 10rem !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .tb_mb_0 {
    margin-bottom: 0rem !important;
  }

  .tb_mb_5 {
    margin-bottom: 0.5rem !important;
  }

  .tb_mb_10 {
    margin-bottom: 1rem !important;
  }

  .tb_mb_15 {
    margin-bottom: 1.5rem !important;
  }

  .tb_mb_20 {
    margin-bottom: 2rem !important;
  }

  .tb_mb_25 {
    margin-bottom: 2.5rem !important;
  }

  .tb_mb_30 {
    margin-bottom: 3rem !important;
  }

  .tb_mb_35 {
    margin-bottom: 3.5rem !important;
  }

  .tb_mb_40 {
    margin-bottom: 4rem !important;
  }

  .tb_mb_45 {
    margin-bottom: 4.5rem !important;
  }

  .tb_mb_50 {
    margin-bottom: 5rem !important;
  }

  .tb_mb_55 {
    margin-bottom: 5.5rem !important;
  }

  .tb_mb_60 {
    margin-bottom: 6rem !important;
  }

  .tb_mb_65 {
    margin-bottom: 6.5rem !important;
  }

  .tb_mb_70 {
    margin-bottom: 7rem !important;
  }

  .tb_mb_75 {
    margin-bottom: 7.5rem !important;
  }

  .tb_mb_80 {
    margin-bottom: 8rem !important;
  }

  .tb_mb_85 {
    margin-bottom: 8.5rem !important;
  }

  .tb_mb_90 {
    margin-bottom: 9rem !important;
  }

  .tb_mb_95 {
    margin-bottom: 9.5rem !important;
  }

  .tb_mb_100 {
    margin-bottom: 10rem !important;
  }
}
@media only screen and (max-width: 640px) {
  .sp_mb_0 {
    margin-bottom: 0rem !important;
  }

  .sp_mb_5 {
    margin-bottom: 0.5rem !important;
  }

  .sp_mb_10 {
    margin-bottom: 1rem !important;
  }

  .sp_mb_15 {
    margin-bottom: 1.5rem !important;
  }

  .sp_mb_20 {
    margin-bottom: 2rem !important;
  }

  .sp_mb_25 {
    margin-bottom: 2.5rem !important;
  }

  .sp_mb_30 {
    margin-bottom: 3rem !important;
  }

  .sp_mb_35 {
    margin-bottom: 3.5rem !important;
  }

  .sp_mb_40 {
    margin-bottom: 4rem !important;
  }

  .sp_mb_45 {
    margin-bottom: 4.5rem !important;
  }

  .sp_mb_50 {
    margin-bottom: 5rem !important;
  }

  .sp_mb_55 {
    margin-bottom: 5.5rem !important;
  }

  .sp_mb_60 {
    margin-bottom: 6rem !important;
  }

  .sp_mb_65 {
    margin-bottom: 6.5rem !important;
  }

  .sp_mb_70 {
    margin-bottom: 7rem !important;
  }

  .sp_mb_75 {
    margin-bottom: 7.5rem !important;
  }

  .sp_mb_80 {
    margin-bottom: 8rem !important;
  }

  .sp_mb_85 {
    margin-bottom: 8.5rem !important;
  }

  .sp_mb_90 {
    margin-bottom: 9rem !important;
  }

  .sp_mb_95 {
    margin-bottom: 9.5rem !important;
  }

  .sp_mb_100 {
    margin-bottom: 10rem !important;
  }
}
/* グリッドシステム */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 897px) {
  .row-10 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .row-10 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .row-20 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .row-20 > * {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .row-30 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .row-30 > * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .row-40 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .row-40 > * {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .row-50 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .row-50 > * {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .row-60 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .row-60 > * {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .tb-row-10 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .tb-row-10 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .tb-row-20 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .tb-row-20 > * {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .tb-row-30 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .tb-row-30 > * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .tb-row-40 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .tb-row-40 > * {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .tb-row-50 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .tb-row-50 > * {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .tb-row-60 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .tb-row-60 > * {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .sp-row-10 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .sp-row-10 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .sp-row-20 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .sp-row-20 > * {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .sp-row-30 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .sp-row-30 > * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .sp-row-40 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .sp-row-40 > * {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .sp-row-50 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .sp-row-50 > * {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .sp-row-60 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .sp-row-60 > * {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 897px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }

  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-tb-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-tb-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-tb-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-tb-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-tb-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-tb-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-tb-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-tb-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-tb-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-tb-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-tb-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-tb-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-tb-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-tb-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-tb-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-tb-0 {
    margin-left: 0;
  }

  .offset-tb-1 {
    margin-left: 8.333333%;
  }

  .offset-tb-2 {
    margin-left: 16.666667%;
  }

  .offset-tb-3 {
    margin-left: 25%;
  }

  .offset-tb-4 {
    margin-left: 33.333333%;
  }

  .offset-tb-5 {
    margin-left: 41.666667%;
  }

  .offset-tb-6 {
    margin-left: 50%;
  }

  .offset-tb-7 {
    margin-left: 58.333333%;
  }

  .offset-tb-8 {
    margin-left: 66.666667%;
  }

  .offset-tb-9 {
    margin-left: 75%;
  }

  .offset-tb-10 {
    margin-left: 83.333333%;
  }

  .offset-tb-11 {
    margin-left: 91.666667%;
  }

  .flex-tb-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-tb-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-tb-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-tb-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-tb-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-tb-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-tb-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-tb-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-tb-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-tb-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-tb-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-tb-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-tb-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-tb-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-tb-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-tb-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-tb-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-tb-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-tb-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-tb-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-tb-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-tb-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-tb-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-tb-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-tb-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-tb-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-tb-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-tb-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-tb-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-tb-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-tb-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-tb-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-tb-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-tb-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media only screen and (max-width: 640px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }

  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* 表示エリア */
.pc_only {
  display: block;
}
@media only screen and (max-width: 896px) {
  .pc_only {
    display: none;
  }
}

.tablet_more {
  display: block;
}
@media only screen and (max-width: 640px) {
  .tablet_more {
    display: none;
  }
}

.tablet_under {
  display: none;
}
@media only screen and (max-width: 896px) {
  .tablet_under {
    display: block;
  }
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp_only {
    display: block;
  }
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.gglcalendar {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 896px) {
  .gglcalendar {
    padding-bottom: 70%;
  }
}

.gglcalendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.delighter {
  transition: all .5s ease-out;
  transform: translateY(10%);
  opacity: 0;
}

.delighter.started {
  transform: none;
  opacity: 1;
}

/*------------------------------------------------------------------------------
    共通ページコンテンツ
------------------------------------------------------------------------------*/
/*  
  全体
------------------------------------------------------------*/
.content_size {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.two_colmun {
  max-width: 1354px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
.two_colmun:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 896px) {
  .two_colmun {
    display: block;
    padding: 0;
  }
}
.two_colmun #main_col {
  float: left;
  max-width: 1024px;
  width: calc(100% - (300px + 30px));
}
@media only screen and (max-width: 896px) {
  .two_colmun #main_col {
    display: block;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    float: none;
  }
}
.two_colmun #side_col {
  width: 300px;
  float: right;
  display: block;
}
@media only screen and (max-width: 896px) {
  .two_colmun #side_col {
    width: auto;
    padding-right: 0;
    float: none;
    padding-top: 0;
  }
}

/*  
  ヘッダー
------------------------------------------------------------*/
#site_header {
  height: 160px;
  z-index: 100;
  background: transparent;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  #site_header {
    height: 80px;
  }
}
@media only screen and (max-width: 640px) {
  #site_header {
    height: 60px;
  }
}

/* ロゴ */
#site_header_title {
  position: absolute;
  top: 1rem;
  left: 2.4rem;
  width: 27rem;
  z-index: 100;
}
#site_header_title img {
  width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  #site_header_title {
    left: 1.92rem;
    width: 18rem;
  }
}
@media only screen and (max-width: 640px) {
  #site_header_title {
    top: 0.6rem;
    left: 1.6rem;
    width: 14rem;
  }
}

/* ハンバーガーメニュー  */
#main_nav_btn {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  font-size: 3rem;
}
#main_nav_btn a {
  color: white;
  padding: 0 5.2rem;
  line-height: 80px;
  height: 80px;
  display: block;
  text-align: center;
  width: 80px;
  background: #9cce02;
}
#main_nav_btn a i {
  font-weight: 300;
}
@media only screen and (max-width: 896px) {
  #main_nav_btn {
    display: block;
  }
  #main_nav_btn a {
    display: block;
    line-height: 80px;
    height: 80px;
    font-size: 2.8rem;
    padding: 0;
    width: 80px;
  }
}
@media only screen and (max-width: 640px) {
  #main_nav_btn {
    display: block;
  }
  #main_nav_btn a {
    display: block;
    line-height: 60px;
    height: 60px;
    font-size: 1.4rem;
    padding: 0 2.2rem;
    width: 60px;
  }
}
#main_nav_btn #main_nav_btn_close {
  display: none;
  line-height: 80px;
  background: inherit;
  color: #00bb35;
}
@media only screen and (max-width: 896px) {
  #main_nav_btn #main_nav_btn_close {
    line-height: 80px;
  }
}
@media only screen and (max-width: 640px) {
  #main_nav_btn #main_nav_btn_close {
    line-height: 60px;
  }
}
.main_nav_open #main_nav_btn {
  text-align: right;
  background-color: inherit;
}
.main_nav_open #main_nav_btn #main_nav_btn_close {
  display: block;
  background: inherit;
}
.main_nav_open #main_nav_btn #main_nav_btn_menubars {
  display: none;
}

.scroll_prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* ヘッダーインフォメーション  */
@media only screen and (min-width: 897px) {
  #site_header_info {
    position: absolute;
    top: 2rem;
    right: 2.4rem;
    z-index: 100;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
  }
  #site_header_info > * {
    margin-left: 0.8rem;
  }
}
@media only screen and (max-width: 896px) {
  #site_header_info {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    padding: 0 1.6rem;
  }
  #site_header_info #site_header_info_cont {
    margin: 0 0 1.6rem 0;
  }
}

#site_header_info_cont p {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #777;
}
@media only screen and (min-width: 897px) {
  #site_header_info_cont {
    width: 100%;
    text-align: right;
  }
}
@media only screen and (max-width: 896px) {
  #site_header_info_cont {
    text-align: center;
  }
}

ul.sub_nav {
  letter-spacing: 0;
}
ul.sub_nav li.tel a {
  color: #5f4b3f;
  transform: rotate(0.05deg);
  font-family: 'Tinos', 'Kiwi Maru', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  transform: rotate(0.05deg);
  font-weight: 600;
  font-size: 3rem;
  line-height: 1em;
  display: flex;
  align-items: center;
  align-content: center;
}
ul.sub_nav li.tel a small {
  font-size: 1.5rem;
  margin-right: 5px;
}
ul.sub_nav li.tel a i {
  color: firebrick;
  font-size: 2rem;
  margin-right: 5px;
}
ul.sub_nav li.tel a span {
  display: flex;
  align-content: center;
}
ul.sub_nav li.tel a:hover {
  text-decoration: none;
}
ul.sub_nav li.mail a {
  background: #9cce02;
  padding: 8px 30px 10px;
  font-family: 'Kiwi Maru', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #fff;
  border-radius: 5px;
  transform: rotate(0.05deg);
  font-size: 0.8em;
  line-height: 0.8em;
}
ul.sub_nav li.mail a i {
  margin-right: 5px;
}
ul.sub_nav li.mail a:hover {
  text-decoration: none;
}
ul.sub_nav li.facebook a {
  color: #1877f2;
  font-size: 3.4rem;
  line-height: 1em;
  display: block;
}
ul.sub_nav li.twitter a {
  color: #1DA1F2;
  font-size: 3.4rem;
  line-height: 1em;
  display: block;
}
@media only screen and (min-width: 897px) {
  ul.sub_nav {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    align-content: center;
  }
  ul.sub_nav li {
    list-style: none;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 896px) {
  ul.sub_nav {
    margin: 0 0 3rem;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.sub_nav li {
    list-style: none;
    font-size: 3.2rem;
    margin: 0.8rem;
  }
  ul.sub_nav li.tel {
    width: 100%;
  }
  ul.sub_nav li.tel a {
    justify-content: center;
  }
  ul.sub_nav li.mail {
    width: 100%;
  }
  ul.sub_nav li.mail a {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 640px) {
  ul.sub_nav li.tel a {
    font-size: 2.4rem;
  }
}

/* メニュー  */
#main_nav_menu {
  z-index: 9998;
}
@media only screen and (min-width: 897px) {
  #main_nav_menu {
    padding-right: 2.4rem;
  }
}
@media only screen and (max-width: 896px) {
  #main_nav_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    overflow-y: auto;
    background-color: white;
    display: none;
    padding-top: 80px;
  }
  .main_nav_open #main_nav_menu {
    display: block;
  }
}
@media only screen and (max-width: 896px) {
  #main_nav_menu .pc_only {
    display: none;
  }
}
@media only screen and (max-width: 896px) {
  #main_nav_menu #main_nav_menu_inner {
    position: relative;
    width: 100%;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 897px) {
  #main_nav_menu #main_nav_menu_inner #site_header_menu {
    padding-top: 10rem;
    margin: 0 0 0 2.4rem;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav {
    z-index: 9997;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 897px) and (max-width: 896px) {
  #main_nav_menu #main_nav_menu_inner #site_header_menu {
    min-width: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 897px) {
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    position: relative;
    text-align: right;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li img {
    margin-top: 2rem;
    vertical-align: top;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li a {
    display: block;
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
    font-family: 'Kiwi Maru', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    transform: rotate(0.05deg);
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li a:hover {
    text-decoration: none;
    color: #9cce02;
  }
}
@media only screen and (max-width: 896px) {
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li {
    display: block;
    padding: 0 1.6rem;
  }
}
@media only screen and (min-width: 897px) {
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li:hover ul {
    display: inline-block;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li ul {
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    min-width: auto;
    z-index: 100;
    text-align: left;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li ul li {
    position: relative;
    display: inline;
    white-space: nowrap;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li ul li a {
    display: block;
    background: #f3f0e1;
    color: #5c534e;
    border-color: #dddddd;
    border-style: none;
    font-size: 1.6rem;
    padding: 0 1.6rem;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li ul li a:hover {
    background: #ece7cf;
    text-decoration: none;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li ul li a:last-child {
    border-right-style: none;
  }
}
@media only screen and (max-width: 896px) {
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li ul {
    margin: 0 0 1.6rem 0;
    padding: 0;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li ul li {
    list-style: none;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li ul li a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 896px) {
  #main_nav_menu #main_nav_menu_inner #site_header_menu {
    padding-top: 0;
    width: 100%;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav {
    width: 100%;
    display: block;
    position: static;
    height: auto;
    margin-bottom: 1.6rem;
    padding: 0;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > ul {
    padding-bottom: 1.6rem;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li {
    display: block;
    height: auto;
    padding: 0;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li img {
    margin: 0;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li:last-child a {
    border-bottom: solid 1px #dddddd;
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li a {
    padding: 1.6rem;
    text-align: left;
    display: block;
    border-style: none;
    border-top: solid 1px #dddddd;
    height: auto;
    line-height: 1;
    text-decoration: none;
    font-size: 1.3rem;
    font-family: "Kiwi Maru", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    transform: rotate(0.05deg);
  }
  #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li li a {
    border: none;
    padding: 0.8rem 3.2rem;
  }
}

/*  
  サイト全体ハンバーガーメニューのみの場合
------------------------------------------------------------*/
header.nav_bars_only #main_nav_btn {
  display: block;
  padding-right: 1.6rem;
  top: 0;
  background-color: transparent;
}
header.nav_bars_only .main_nav_open #main_nav_menu {
  display: block;
}
@media only screen and (min-width: 897px) {
  header.nav_bars_only .main_nav_open #main_nav_menu {
    padding-top: 80px;
  }
}
header.nav_bars_only #main_nav_menu {
  z-index: 9998;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: white;
  display: none;
  padding-top: 80px;
}
header.nav_bars_only #main_nav_menu #main_nav_menu_inner {
  position: relative;
  width: 100%;
}
header.nav_bars_only #main_nav_menu #main_nav_menu_inner #site_header_menu {
  min-width: 0;
  text-align: left;
  padding-top: 0;
  width: 100%;
}
header.nav_bars_only #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li {
  display: block;
  padding: 0 1.6rem;
}
header.nav_bars_only #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li ul {
  margin: 0 0 1.6rem 0;
  padding: 0;
  display: block;
  position: relative;
  top: auto;
}
header.nav_bars_only #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li ul li {
  display: block;
  list-style: none;
}
header.nav_bars_only #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li ul li a {
  background: none;
}
header.nav_bars_only #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li ul li a:hover {
  text-decoration: none;
}
header.nav_bars_only #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav {
  width: 100%;
  display: block;
  position: static;
  height: auto;
  margin-bottom: 1.6rem;
  padding: 0;
}
header.nav_bars_only #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > ul {
  padding-bottom: 1.6rem;
}
header.nav_bars_only #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li {
  display: block;
  height: auto;
  padding: 0;
}
header.nav_bars_only #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li img {
  margin: 0;
}
header.nav_bars_only #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li:last-child a {
  border-bottom: solid 1px #dddddd;
}
header.nav_bars_only #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li a {
  padding: 1.6rem;
  text-align: left;
  display: block;
  border-style: none;
  border-top: solid 1px #dddddd;
  height: auto;
  line-height: 1;
  text-decoration: none;
  font-size: 1.3rem;
}
header.nav_bars_only #main_nav_menu #main_nav_menu_inner #site_header_menu ul.main_nav > li li a {
  border: none;
  padding: 0.8rem 3.2rem;
}
header.nav_bars_only #site_header_info {
  position: relative;
  display: block;
  top: auto;
  right: auto;
  padding: 0 1.6rem;
}
header.nav_bars_only #site_header_info #site_header_info_cont {
  margin: 0 0 1.6rem 0;
}
header.nav_bars_only #site_header_info #site_header_icon ul {
  display: block;
  text-align: center;
}
header.nav_bars_only #site_header_info #site_header_icon ul li {
  display: inline-block;
  font-size: 3.2rem;
}

/*  
  フッター
------------------------------------------------------------*/
footer#site_footer {
  margin-top: 15rem;
  padding-top: 15rem;
  background: url(/cmn/images/top_bg_footer.jpg) no-repeat top center/cover;
}
footer#site_footer .footer_cont {
  background: rgba(255, 255, 255, 0.8);
  width: 1024px;
  margin: 0 auto;
  padding: 5rem;
  text-align: center;
}
footer#site_footer .footer_cont .sub_nav {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
footer#site_footer .footer_cont .sub_nav .tel,
footer#site_footer .footer_cont .sub_nav .mail {
  width: 100%;
  margin: 0 1rem 2rem;
}
footer#site_footer .footer_cont .sub_nav .tel a,
footer#site_footer .footer_cont .sub_nav .mail a {
  justify-content: center;
}
footer#site_footer .footer_cont .sub_nav .facebook,
footer#site_footer .footer_cont .sub_nav .twitter {
  margin: 0 1rem;
}
footer#site_footer #copyright {
  padding: 5rem 1rem;
  text-align: center;
  background-color: transparent;
  color: white;
}
@media only screen and (min-width: 897px) {
  footer#site_footer .tablet_more {
    width: 1024px;
    margin: 0 auto;
  }
  footer#site_footer .pc_only {
    width: 1024px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 5rem 5rem;
  }
  footer#site_footer #site_header_menu {
    width: 100%;
    margin: 0 auto;
  }
  footer#site_footer .main_nav,
  footer#site_footer .main_nav ul,
  footer#site_footer li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  footer#site_footer .main_nav {
    width: 100%;
    height: 16rem;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
  }
  footer#site_footer .main_nav > li {
    /*width: 100%;*/
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 896px) {
  footer#site_footer {
    padding-top: 10rem;
    margin-top: 10rem;
  }
  footer#site_footer .footer_cont {
    max-width: calc(100% - 40px);
    padding: 3rem;
  }
  footer#site_footer #copyright {
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 640px) {
  footer#site_footer {
    padding-top: 7rem;
    margin-top: 7rem;
  }
  footer#site_footer .footer_cont {
    padding: 2rem;
  }
}

#to_top_btn {
  position: fixed;
  z-index: 9996;
  display: inline-block;
  bottom: 1.6rem;
  right: 1.6rem;
  padding: 0.8rem 1.28rem;
  font-size: 1.6rem;
  background-color: #9cce02;
  border: 1px solid #c0fd06;
  color: white;
  border-radius: 5px;
}
#to_top_btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 896px) {
  #to_top_btn {
    bottom: 0.8rem;
    right: 0.8rem;
  }
}

#main_nav_sns {
  text-align: center;
}

#main_nav_sns a {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 3.2rem;
}

#main_nav_sns a:last-child {
  margin-right: 0;
}

#footer_sns {
  text-align: center;
  margin-bottom: 30px;
}

#footer_sns a {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 3.2rem;
}

#footer_sns a:last-child {
  margin-right: 0;
}

/*  
  パンくず
------------------------------------------------------------*/
#breadcrumb {
  padding: 0.5rem 15px;
  background: #f3f0e1;
}
#breadcrumb ol,
#breadcrumb li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumb li {
  display: inline;
}
#breadcrumb li:after {
  content: " > ";
}
#breadcrumb li:last-child:after {
  content: "";
}
#breadcrumb a {
  text-decoration: underline;
}
#breadcrumb a:hover, #breadcrumb a:active {
  text-decoration: none;
}

/*  
  メインイメージ
------------------------------------------------------------*/
.main_img {
  position: relative;
  width: 100%;
}
.main_img img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  margin: 0 auto 0;
}
@media only screen and (max-width: 896px) {
  .main_img img {
    height: 380px;
  }
}
.main_img:hover img, .main_img:active img {
  opacity: 1 !important;
  text-decoration: none;
}

.main_img a {
  text-decoration: none;
}
.main_img a:hover, .main_img a:active {
  text-decoration: none;
}

.main_img .main_img_effect_inner {
  position: relative;
  display: none;
}
.main_img .slick-initialized .main_img_effect_inner {
  display: block;
}
.main_img .main_img_txt_align_left .img_over_txt {
  text-align: left;
}
.main_img .main_img_txt_align_center .img_over_txt {
  text-align: center;
}
.main_img .main_img_txt_align_right .img_over_txt {
  text-align: right;
}
.main_img .img_over_txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.main_img .img_over_txt_black {
  color: #333;
  text-shadow: 1.5px 1px 20px #fff;
}
.main_img .img_over_txt_white {
  color: #fff;
  text-shadow: 1px 1px 20px #000;
}
.main_img .img_over_txt_l {
  font-size: 3.2rem;
  margin-bottom: 0.3em;
  font-family: "Kiwi Maru", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  transform: rotate(0.05deg);
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .main_img .img_over_txt_l {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .main_img .img_over_txt_l {
    font-size: 2rem;
  }
}
.main_img .img_over_txt_s {
  font-size: 2.4rem;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .main_img .img_over_txt_s {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .main_img .img_over_txt_s {
    font-size: 1.6rem;
  }
}

/* スライダー　*/
.slick-dots li {
  margin: 0;
}

.slick-prev:before,
.slick-next:before {
  color: #5c534e;
  font-family: fontawesome;
}

/*.slick-prev:before {
    content: "\f053";
}*/
/*.slick-next:before {
    content: "\f054";
}*/
.slick-prev {
  left: 25px;
}

.slick-next {
  right: 25px;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-dots {
  position: initial;
}

.slick-dots li.slick-active button:before {
  color: #5c534e;
}

.slick-dots li button:before {
  color: #5c534e;
  font-size: 10px;
}

.slick-dotted.slick-slider {
  margin-bottom: 1.5rem;
}

.slick-slide {
  outline: none;
}
.slick-slide img {
  margin: auto;
}

/*  
  メインカラム
------------------------------------------------------------*/
#main_col {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  /* ページャー */
}
#main_col a:hover, #main_col a:active {
  text-decoration: none;
}
#main_col .top_page_list {
  max-width: 1024px;
  margin: 0 auto;
}
#main_col .entry_list_col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
@media only screen and (max-width: 640px) {
  #main_col .entry_list_col {
    align-items: baseline;
    /*display: block;*/
  }
}
#main_col .entry_list_col .entry_list_col_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  margin-bottom: 30px;
  /*width: 33%;
  display: inline-block;
  vertical-align: top;*/
}
.two_colmun #main_col .entry_list_col .entry_list_col_item {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  /*width: 49%;
  display: inline-block;
  vertical-align: top;*/
}
@media only screen and (max-width: 640px) {
  .two_colmun #main_col .entry_list_col .entry_list_col_item {
    display: block;
    padding-left: 0rem;
    padding-right: 0rem;
    -ms-flex: 0;
    flex: 1 1 auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 896px) {
  #main_col .entry_list_col .entry_list_col_item {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #main_col .entry_list_col .entry_list_col_item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
#main_col .entry_list_col .entry_list_col_item .entry_list_col_item_inner {
  width: 100%;
  /*padding: 1.6rem;
  background-color: #f7f7f7;*/
  min-width: 0;
}
#main_col .entry_list_col .entry_list_col_item .entry_list_col_item_inner a.btn {
  margin-bottom: 0.5rem;
}
#main_col .entry_list_col .entry_list_col_item .entry_list_col_img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
#main_col .entry_list_col .entry_list_col_item .entry_list_col_img.noimage_thumb {
  background: #f3f0e1;
  text-align: center;
  /*padding: 6rem;*/
}
#main_col .entry_list_col .entry_list_col_item .entry_list_col_img.noimage_thumb img {
  width: 50%;
}
#main_col .entry_list_col .entry_list_col_item .entry_list_col_img img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}
#main_col .entry_list_col .entry_list_col_item .entry_list_col_img a {
  display: block;
  height: 100%;
}
#main_col .entry_list_col .entry_list_col_item .entry_list_col_title {
  margin-bottom: 0.4rem;
}
#main_col .entry_list_col .entry_list_col_item .entry_list_col_txt {
  margin-bottom: 0.8rem;
}
#main_col .blog_day {
  color: #aaa;
  font-size: 0.8em;
}
#main_col .list_page_copytxt {
  margin-bottom: 30px;
}
#main_col .pager {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#main_col .pager .current_page,
#main_col .pager a {
  display: inline-block;
  border-radius: 5px;
  color: white;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
}
#main_col .pager a {
  background-color: #9cce02;
  text-decoration: none;
}
#main_col .pager a:hover,
#main_col .pager .current_page {
  background-color: #e7fe9e;
}
#main_col .archive_link {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  #main_col .archive_link {
    text-align: left;
  }
}
#main_col .category_list {
  background-color: #f3f0e1;
  padding: 15px;
  margin-bottom: 30px;
}
#main_col .toc {
  width: 100%;
  margin: 0 auto 1.6rem;
  padding: 3.2rem;
  background-color: #f3f0e1;
}
#main_col .toc li {
  margin-bottom: 0.5em;
}
#main_col .toc li a {
  text-decoration: underline;
}
#main_col .toc li a:hover {
  text-decoration: none;
}
#main_col .top_page_list {
  padding-top: 2.4rem;
}

/*  
  サイドカラム
------------------------------------------------------------*/
#side_col {
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}
#side_col .side_col_menu,
#side_col .side_col_bnr {
  margin-bottom: 30px;
}
#side_col .side_col_menu .title_l {
  background-color: #f3f0e1;
  color: #5f4b3f;
  font-size: 2rem;
  font-weight: bold;
  line-height: 100%;
  display: block;
  padding: 15px;
  text-align: center;
  border: none;
  margin-bottom: 0;
}
#side_col .side_col_menu ul,
#side_col .side_col_menu li {
  margin: 0;
  list-style: none;
  padding: 0;
}
#side_col .side_col_menu a,
#side_col .side_col_menu span.side_col_menu_no_item {
  text-decoration: none;
  display: block;
  padding: 15px;
  color: #5c534e;
  border-bottom: 1px solid #dddddd;
}
#side_col .side_col_menu a:hover,
#side_col .side_col_menu a:active {
  background: #f3f0e1;
}
#side_col .side_col_menu li li a,
#side_col .side_col_menu li li span.side_col_menu_no_item {
  text-indent: 0.5em;
}
#side_col .side_col_bnr .title_l {
  margin-bottom: 0.8rem;
}
#side_col .side_col_bnr ul,
#side_col .side_col_bnr li {
  margin: 0;
  list-style: none;
  padding: 0;
}
#side_col .side_col_bnr li {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 1rem;
}
#side_col .side_col_bnr li:last-child {
  margin-bottom: 0;
}
#side_col .side_col_bnr img {
  width: 100%;
}
#side_col .side_col_bnr span {
  display: inline-block;
  padding: 0 1rem 1rem;
}

/*------------------------------------------------------------------------------
    各デフォルトコンテンツ
------------------------------------------------------------------------------*/
/*  
  トップページ
------------------------------------------------------------*/
.page_type_top_page .formatted_entry {
  padding: 3.2rem 0;
}

.page_type_top_page .formatted_entry {
  padding: 1.6rem;
}
.page_type_top_page .formatted_entry .content_size {
  padding-left: 0;
  padding-right: 0;
}
.page_type_top_page .formatted_entry_contaier .formatted_entry:nth-child(even) {
  /*background: $defalt-light-bg-color;*/
}
.page_type_top_page .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_img {
  float: left;
}
@media only screen and (max-width: 640px) {
  .page_type_top_page .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_img {
    float: none;
  }
}
.page_type_top_page .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_img {
  float: right;
}
@media only screen and (max-width: 640px) {
  .page_type_top_page .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_img {
    float: none;
  }
}
.page_type_top_page .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_txt {
  margin-left: 47%;
}
@media only screen and (max-width: 640px) {
  .page_type_top_page .formatted_entry_contaier .formatted_entry .formatted_entry_float_l .formatted_entry_col_txt {
    margin-left: 0;
  }
}
.page_type_top_page .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_txt {
  margin-right: 47%;
}
@media only screen and (max-width: 640px) {
  .page_type_top_page .formatted_entry_contaier .formatted_entry .formatted_entry_float_r .formatted_entry_col_txt {
    margin-right: 0;
  }
}
.page_type_top_page .formatted_entry_contaier .formatted_entry .formatted_entry_col_img {
  width: 45%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .page_type_top_page .formatted_entry_contaier .formatted_entry .formatted_entry_col_img {
    width: 100%;
    margin-bottom: 0;
  }
}
.page_type_top_page .formatted_entry_contaier .formatted_entry .formatted_entry_col_img img {
  width: 100%;
}
.page_type_top_page .formatted_entry_contaier .formatted_entry .formatted_entry_txt {
  margin-bottom: 0.8rem;
}
.page_type_top_page .formatted_entry_contaier .formatted_entry:after {
  content: "";
  clear: both;
  display: block;
}

.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 280px;
}

.top_blog01_latest_box .imageAutoHight-top-blog01 {
  position: relative;
}
.top_blog01_latest_box .imageAutoHight-top-blog01 img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}

.top_blog02_latest_box .imageAutoHight-top-blog02 {
  position: relative;
}
.top_blog02_latest_box .imageAutoHight-top-blog02 img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}

.top_blog02_latest_box .formatted_entry_contaier {
  margin-bottom: 2rem;
}

.top_voice_latest_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.top_voice_latest_box .top_voice_latest_list {
  position: relative;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 896px) {
  .top_voice_latest_box .top_voice_latest_list {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.top_voice_latest_box .top_voice_latest_list img {
  display: block;
  margin: 0 auto 1rem;
}
.top_voice_latest_box .top_voice_latest_list .noimage_thumb {
  position: relative;
  background: #eee;
}
.top_voice_latest_box .top_voice_latest_list .noimage_thumb a {
  display: block;
}
.top_voice_latest_box .top_voice_latest_list .noimage_thumb .noimage {
  width: 60%;
}
@media only screen and (max-width: 896px) {
  .top_voice_latest_box .top_voice_latest_list .noimage_thumb .noimage {
    width: 50%;
  }
}
.top_voice_latest_box .top_voice_latest_list .imageAutoHight-top-voice {
  position: relative;
  margin-bottom: 1rem;
}
.top_voice_latest_box .top_voice_latest_list .imageAutoHight-top-voice img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_voice_latest_box .top_voice_latest_list .blog_day {
  color: #fff !important;
}

.top_grid_latest_box ul.top_grid_latest_list {
  padding: 0 2rem;
  list-style: none;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.top_grid_latest_box ul.top_grid_latest_list li.slick-slide {
  position: relative;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.top_grid_latest_box ul.top_grid_latest_list li.slick-slide img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}
.top_grid_latest_box .slick-prev {
  left: 10px;
}
.top_grid_latest_box .slick-next {
  right: 10px;
}

.modaal-content-container img {
  display: block;
}

.top_gallery_latest_box ul.top_gallery_latest_list {
  padding: 0 2rem;
  list-style: none;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.top_gallery_latest_box ul.top_gallery_latest_list li.slick-slide {
  position: relative;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.top_gallery_latest_box ul.top_gallery_latest_list li.slick-slide img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}
.top_gallery_latest_box .slick-prev {
  left: 10px;
}
.top_gallery_latest_box .slick-next {
  right: 10px;
}

.top_staff_latest_box ul.top_staff_latest_list {
  padding: 0 2rem;
  list-style: none;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.top_staff_latest_box ul.top_staff_latest_list li.slick-slide {
  position: relative;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  background: #eee;
}
.top_staff_latest_box ul.top_staff_latest_list li.slick-slide img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}
.top_staff_latest_box ul.top_staff_latest_list li.slick-slide .noimage {
  width: 60%;
}
.top_staff_latest_box ul.top_staff_latest_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_staff_latest_box .slick-prev {
  left: 10px;
}
.top_staff_latest_box .slick-next {
  right: 10px;
}

.top_qa_latest_box {
  list-style: none;
}
.top_qa_latest_box li {
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.top_qa_latest_box li .fa-angle-right {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.8rem;
}
.top_qa_latest_box li:before {
  position: absolute;
  content: "Q";
  font-size: 28px;
  top: 50%;
  margin-top: -0.5em;
  left: 10px;
  line-height: 1;
  font-weight: bold;
}
.top_qa_latest_box a {
  display: block;
  padding: 1.5rem 3rem 1.5rem 4rem;
  width: 100%;
  height: 100%;
}
.top_qa_latest_box a:hover {
  background: #f3f0e1;
}

.top_ba_latest_box .top_ba_latest_list {
  list-style: none;
  padding: 0;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.top_ba_latest_box .top_ba_latest_list li.slick-slide {
  position: relative;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  background: #eee;
}
.top_ba_latest_box .top_ba_latest_list li.slick-slide img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}
.top_ba_latest_box .top_ba_latest_list li.slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_ba_latest_box .slick-prev {
  left: 10px;
}
.top_ba_latest_box .slick-next {
  right: 10px;
}

.top_movie_latest_box ul.top_movie_latest_list {
  padding: 0 2rem;
  list-style: none;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.top_movie_latest_box ul.top_movie_latest_list li.slick-slide {
  position: relative;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.top_movie_latest_box ul.top_movie_latest_list li.slick-slide img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}
.top_movie_latest_box ul.top_movie_latest_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_movie_latest_box .slick-prev {
  left: 10px;
}
.top_movie_latest_box .slick-next {
  right: 10px;
}

/* 実際に施術を受けた患者様からのお声 */
#top_voice {
  background: url(/cmn/images/top_bg_voice.jpg) no-repeat top center/cover;
}
#top_voice .title_l {
  color: #fff;
}
#top_voice .entry_more_link a {
  background: #fff;
  color: #5f4b3f;
}
#top_voice .entry_more_link a:after {
  color: #5f4b3f;
}
#top_voice .entry_more_link a:hover {
  background: #9cce02;
  color: #fff;
}
#top_voice .entry_more_link a:hover:after {
  color: #fff;
}

/*  
  アクセス
------------------------------------------------------------*/
.page_type_access_entry_list #main_col .title_l a {
  text-decoration: none;
}

/*  
  お問い合わせ
------------------------------------------------------------*/
.form_must {
  display: inline-block;
  background-color: firebrick;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  padding: 0.3em;
  line-height: 100%;
  font-size: 1.36rem;
}
@media only screen and (max-width: 640px) {
  .form_must {
    margin-bottom: 0.5em;
  }
}

.inquiry_form .responsive_table {
  width: 100%;
  margin-bottom: 1.6rem;
}
.inquiry_form .input_txt_short,
.inquiry_form .input_time {
  width: 4em;
}
.inquiry_form .input_txt_medium,
.inquiry_form .input_email,
.inquiry_form .input_date {
  width: 25em;
}
@media only screen and (max-width: 640px) {
  .inquiry_form .input_txt_medium,
  .inquiry_form .input_email,
  .inquiry_form .input_date {
    width: 100%;
  }
}
.inquiry_form .input_txt_long,
.inquiry_form .input_url {
  width: 100%;
}
.inquiry_form .input_number {
  width: 6em;
}
.inquiry_form textarea {
  width: 100%;
  height: 8em;
}
.inquiry_form .form_radio,
.inquiry_form .form_check {
  display: inline-block;
  margin-right: 1.6rem;
}
.inquiry_form .form_error_bg {
  background-color: #fdd;
}
@media only screen and (max-width: 640px) {
  .inquiry_form .form_error_bg {
    margin-top: 0.8rem;
    padding: 0.8rem;
  }
}
.inquiry_form .form_address_zip {
  margin-bottom: 0.8rem;
}
.inquiry_form #cancel_btn input {
  margin-right: 0.8rem;
}

/*  
  定型ページ
------------------------------------------------------------*/
.page_type_formatted_entry_list .formatted_entry_txt a {
  text-decoration: underline;
}

.page_type_formatted_entry_list .two_colmun .formatted_entry,
.page_type_formatted_archive_entry_list .two_colmun .formatted_entry,
.page_type_formatted_detail .two_colmun .formatted_entry {
  padding: 0 0 4rem;
}

.imageAutoHight-top-blog01,
.imageAutoHight-top-blog02 {
  position: relative;
}
.imageAutoHight-top-blog01 img,
.imageAutoHight-top-blog02 img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}

/*  
  ブログ
------------------------------------------------------------*/
.formatted_entry.blog_list {
  padding: 0 !important;
  border-bottom: 1px solid #ddd;
}
.formatted_entry.blog_list .content_size {
  padding: 0;
}
.formatted_entry.blog_list a {
  display: block;
  width: 100%;
  padding: 1.5rem;
}
.formatted_entry.blog_list a:hover {
  background-color: #f7f7f7;
}
.formatted_entry.blog_list a p.btn:hover {
  background-color: white;
}
.formatted_entry.blog_list a .title_m {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

/*  
  お客様の声
------------------------------------------------------------*/
@media only screen and (min-width: 897px) {
  .page_voice {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .page_voice .page_voice_img,
  .page_voice .page_voice_txt {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .page_voice .page_voice_img {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .page_voice .page_voice_img p {
    font-size: 1.3rem;
  }
  .page_voice .page_voice_txt {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media only screen and (max-width: 896px) {
  .page_voice_img p {
    font-size: 1.3rem;
  }
}
/*  
  Grid ギャラリー
------------------------------------------------------------*/
#colorbox section .galler_grid_ttl {
  font-size: 2.0rem;
  margin-bottom: 1rem;
}
#colorbox section img {
  display: block;
  margin: 0 auto 1rem;
}

@media only screen and (max-width: 640px) {
  .galcolumn {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }

  .item {
    display: block;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
  }

  /* #device a.inline {
       display: none;
   }
   #device div.item div {
       display: block !important;
  }*/
  .galler_grid_ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  img {
    display: block;
    margin: 0 auto 1rem;
  }
}
/*  
  ヘアギャラリー
------------------------------------------------------------*/
.gallery_detail .gallery_detail_info table {
  width: 100%;
}
.gallery_detail .gallery_detail_info th {
  width: 25%;
}
.gallery_detail .gallery_detail_info th, .gallery_detail .gallery_detail_info td {
  border-bottom: 1px solid #dddddd;
  padding: 1rem;
}
@media only screen and (max-width: 640px) {
  .gallery_detail .gallery_detail_info th {
    width: 100%;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .gallery_detail .gallery_detail_info td {
    margin-bottom: 2rem;
    border: none;
    padding: 0;
  }
  .gallery_detail .gallery_detail_info th, .gallery_detail .gallery_detail_info td {
    display: block;
  }
}
.gallery_detail .gallery_detail_info .facetype {
  width: 52px;
  height: 70px;
  fill: #eee;
}
.gallery_detail .gallery_detail_info .facetype.face_on {
  fill: #5c534e;
}
.gallery_detail .gallery_detail_info .type_check svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.gallery_detail .gallery_detail_info .galleryDetail svg {
  transform: translate(0, 0);
}
.gallery_detail .gallery_detail_info .type_check {
  color: #eee;
  display: inline-block;
  margin-right: 2rem;
  width: 90px;
}
.gallery_detail .gallery_detail_info .type_check.type_checked {
  color: #5c534e;
}
.gallery_detail .gallery_detail_info .type_check_mark {
  fill: rgba(0, 0, 0, 0);
}
.gallery_detail .gallery_detail_info .type_checked .type_check_mark {
  fill: firebrick;
}

/*  
  スタッフ
------------------------------------------------------------*/
ul.staff_list {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
ul.staff_list li {
  position: relative;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 896px) {
  ul.staff_list li {
    display: block;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
ul.staff_list li .noimage {
  width: 60%;
}

.imageAutoHight-staff {
  position: relative;
  background: #eee;
  margin: 0 0 1rem;
}
.imageAutoHight-staff img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}

.staff_2clm {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
@media only screen and (max-width: 640px) {
  .staff_2clm {
    padding-left: 0rem;
    padding-right: 0rem;
    -ms-flex: 0;
    flex: 0;
  }
}
.staff_2clm .staff_2clm_img {
  -ms-flex: 0 0 40%;
  -webkit-box-flex: 0;
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .staff_2clm .staff_2clm_img {
    display: block;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.staff_2clm .staff_2clm_info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 0 58%;
  -webkit-box-flex: 0;
  flex: 0 0 58%;
  max-width: 58%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  margin-bottom: 1.6rem;
  margin-left: 2%;
}
@media only screen and (max-width: 640px) {
  .staff_2clm .staff_2clm_info {
    display: block;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.staff_2clm table {
  width: 100%;
}
.staff_2clm th {
  width: 35%;
}
.staff_2clm th, .staff_2clm td {
  border-bottom: 1px solid #dddddd;
  padding: 1rem;
}
@media only screen and (max-width: 640px) {
  .staff_2clm th {
    width: 100%;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
  .staff_2clm td {
    margin-bottom: 2rem;
    border: none;
    padding: 0;
  }
  .staff_2clm th, .staff_2clm td {
    display: block;
  }
}

.staff_1clm table {
  width: 100%;
  margin-bottom: 2rem;
}
.staff_1clm th {
  width: 25%;
}
.staff_1clm th, .staff_1clm td {
  border-bottom: 1px solid #dddddd;
  padding: 1rem;
}
@media only screen and (max-width: 640px) {
  .staff_1clm table {
    margin-bottom: 0;
  }
  .staff_1clm th {
    width: 100%;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
  .staff_1clm td {
    margin-bottom: 2rem;
    border: none;
    padding: 0;
  }
  .staff_1clm th, .staff_1clm td {
    display: block;
  }
}

/*  
  Q&A
------------------------------------------------------------*/
.accordion .qa_ttl {
  background: #f3f0e1;
  text-align: left;
  padding: 1.2rem 4rem 1.1rem 4rem;
  margin-bottom: 1rem;
  display: block;
  cursor: pointer;
  position: relative;
  color: #5c534e;
  font-weight: bold;
}

.accordion .qa_ttl:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  text-decoration: none;
}

.accordion .qa_ttl::before {
  position: absolute;
  content: "Q";
  font-size: 28px;
  top: 50%;
  margin-top: -0.5em;
  left: 10px;
  line-height: 1;
  font-weight: bold;
}

.accordion .qa_ttl::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  margin-top: -0.4rem;
  width: 6px;
  height: 6px;
  border-right: 2px solid #5c534e;
  border-bottom: 2px solid #5c534e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion .qa_ttl.active::after {
  border-right: none;
  border-bottom: none;
  border-top: 2px solid #5c534e;
  border-left: 2px solid #5c534e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}

.accordion .entryBody {
  margin: 0;
  padding: 0 0 1.5rem 4rem;
  background-repeat: no-repeat;
  background-position: 10px top;
  position: relative;
}

.accordion .entryBody::before {
  position: absolute;
  content: "A";
  font-size: 28px;
  top: 3px;
  left: 12px;
  font-weight: bold;
  line-height: 1;
  color: #9cce02;
}

.accordion .entryBody {
  display: none;
}

.accordion_noeffect .entryBody {
  display: block !important;
}
.accordion_noeffect .qa_ttl:hover {
  opacity: 1 !important;
  cursor: default;
}

/*  
  ビフォーアフター
------------------------------------------------------------*/
.ba_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 896px) {
  .ba_box {
    display: block;
  }
}
.ba_box .ba_img {
  position: relative;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
@media only screen and (max-width: 896px) {
  .ba_box .ba_img {
    flex: 0;
    max-width: 100%;
  }
}
.ba_box .ba_img img {
  display: block;
  margin: 0 auto 1rem;
}
.ba_box .ba_info {
  position: relative;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
  margin-left: 2%;
}
@media only screen and (max-width: 896px) {
  .ba_box .ba_info {
    flex: 0;
    max-width: 100%;
    margin-left: 0;
  }
}
.ba_box .ba_info .title_m {
  margin-bottom: 1rem;
}
.ba_box .ba_info .entry_more_link {
  text-align: right;
}
@media only screen and (max-width: 896px) {
  .ba_box .ba_info .entry_more_link {
    text-align: center;
  }
}
.ba_box .ba_info .entry_more_link a {
  padding: 1.3rem 3rem;
}
@media only screen and (max-width: 896px) {
  .ba_box .ba_info .entry_more_link a {
    padding: 1.5rem 5rem;
  }
}

#table_ba01,
#table_ba02 {
  background: #f3f0e1;
  padding: 2rem 1rem 1rem;
  margin-bottom: 2rem;
}

#table_ba01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 896px) {
  #table_ba01 {
    display: block;
  }
}
#table_ba01 .ba_img_b,
#table_ba01 .ba_img_a {
  position: relative;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
@media only screen and (max-width: 896px) {
  #table_ba01 .ba_img_b,
  #table_ba01 .ba_img_a {
    flex: 0;
    max-width: 100%;
  }
}
#table_ba01 .ba_img_b img,
#table_ba01 .ba_img_a img {
  margin-bottom: 1rem;
}
#table_ba01 .ba_arrow {
  position: relative;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
@media only screen and (max-width: 896px) {
  #table_ba01 .ba_arrow {
    flex: 0;
    max-width: 100%;
    padding: 0 1.5rem 5rem;
  }
}
#table_ba01 .ba_arrow:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 40%;
  left: 50%;
  margin: 0 0 0 -5px;
  color: #5c534e;
}
@media only screen and (max-width: 896px) {
  #table_ba01 .ba_arrow:before {
    content: "\f078";
    top: 0;
  }
}

#table_ba02 {
  text-align: center;
}

.ba_thumb {
  max-width: 640px;
  margin: 0 auto;
  background: #f3f0e1;
  padding: 2rem 2rem 1rem;
}

/*  
  ムービーギャラリー
------------------------------------------------------------*/
ul.movie_list {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
ul.movie_list li {
  position: relative;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 896px) {
  ul.movie_list li {
    display: block;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/*------------------------------------------------------------------------------
    各追加コンテンツ サイト作成時ここに追加していく
------------------------------------------------------------------------------*/
/* bg */
.bg_grey {
  background: #f7f7f7;
}

.bg_alpha_white {
  background: rgba(255, 255, 255, 0.8);
}

.bg_typeA {
  background-color: #9cce02;
}

.bg_typeB {
  background-color: #00bb35;
}

.bg_typeC {
  background-color: #17875b;
}

.bg_typeD {
  background-color: #5f4b3f;
}

.bg_typeE {
  background-color: darkorange;
}

/* box */
.box_m {
  padding: 5rem;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .box_m {
    padding: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .box_m {
    padding: 2rem;
  }
}

.flex_block {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 1rem;
}

/* ------ photo_area ------ */
.photo_area {
  height: 400px;
  background: #5f4b3f;
  position: relative;
}
.photo_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  opacity: 0.6;
}
.photo_area .photo_area_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
  align-content: center;
  text-align: center;
}
.photo_area .photo_ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
  align-content: center;
  font-family: "Kiwi Maru", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  transform: rotate(0.05deg);
}
.photo_area .photo_ttl h2 {
  width: 100%;
}
.photo_area .photo_ttl span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5em;
  color: #fff;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 640px) {
  .photo_area .photo_ttl span {
    font-size: 1.6rem;
  }
}
.photo_area.lighten {
  background: #fff;
}
.photo_area.lighten img {
  opacity: 0.6;
}
.photo_area.photo_contents {
  height: 500px;
  background: transparent;
}
.photo_area.photo_contents img {
  opacity: 1;
}
.photo_area.photo_contents .photo_area_wrap .content_size {
  padding: 30px;
  width: 100%;
}
.photo_area.photo_contents .photo_area_wrap .row {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .photo_area.photo_contents {
    height: initial;
    background: none;
  }
  .photo_area.photo_contents img {
    height: 200px;
  }
  .photo_area.photo_contents .photo_area_wrap {
    position: relative;
  }
}
.photo_area.op_top img {
  object-position: top;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .photo_area {
    height: 350px;
  }
}
@media only screen and (max-width: 640px) {
  .photo_area {
    height: 240px;
  }
}
.photo_area.photo_bnr {
  height: 300px;
}
.photo_area.photo_bnr::after {
  content: "\f138";
  font-family: "Font Awesome 5 pro";
  color: #fff;
  position: absolute;
  font-size: 3rem;
  top: 50%;
  right: 4rem;
  margin-top: -1.5rem;
  line-height: 1em;
  font-weight: 300;
}
.photo_area.photo_bnr::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  border: 2px solid #fff;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 896px) {
  .photo_area.photo_bnr {
    height: 240px;
  }
}
@media only screen and (max-width: 640px) {
  .photo_area.photo_bnr {
    height: 200px;
  }
  .photo_area.photo_bnr::after {
    font-size: 2rem;
    margin-top: -1rem;
  }
}

/* color */
.white {
  color: #fff;
}

.color_typeA {
  color: #9cce02;
}

.color_typeB {
  color: #00bb35;
}

.color_typeC {
  color: #17875b;
}

.color_typeD {
  color: #5f4b3f;
}

.color_typeE,
.pointcolor1 {
  color: darkorange;
}

.color_typeF,
.pointcolor2 {
  color: firebrick;
}

/* ------ リスト ------ */
.li_attention,
.li_check,
.li_point,
.li_number {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.li_attention li,
.li_check li,
.li_point li,
.li_number li {
  margin: 0;
  padding: 1rem 0 1rem 2em;
  position: relative;
  border-bottom: dotted 1px #bbb;
}

.li_attention li::before {
  content: "※";
  position: absolute;
  top: 1rem;
  left: 5px;
  color: firebrick;
}

.li_check li::before {
  content: "\f14a";
  font-family: "Font Awesome 5 pro";
  position: absolute;
  top: 1rem;
  left: 5px;
  color: #00bb35;
}

.li_point li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 pro";
  position: absolute;
  top: 1rem;
  left: 5px;
  color: #9cce02;
}

.li_number {
  counter-reset: counter-list;
}
.li_number li::before {
  content: "";
  background: #9cce02;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
}
.li_number li::after {
  counter-increment: counter-list;
  content: counter(counter-list);
  color: #fff;
  position: absolute;
  top: 1rem;
  left: 0;
  font-weight: bold;
  width: 1.8em;
  text-align: center;
}

/* ------ 症状一覧カテゴリリスト ------ */
.case_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.case_list p {
  width: 23%;
  display: flex;
  margin: 0 1%;
}
.case_list p .btn {
  display: flex;
  width: 100%;
  text-align: center;
  padding: 2rem 1rem;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
  line-height: 1.5em;
}
.case_list p .btn:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  bottom: 4px;
  right: 4px;
}
.case_list p:nth-of-type(odd) .btn {
  background: #00bb35;
}
.case_list p:nth-of-type(odd) .btn:hover {
  background: #9cce02;
}
.case_list p:nth-of-type(even) .btn {
  background: #17875b;
}
.case_list p:nth-of-type(even) .btn:hover {
  background: #9cce02;
}
@media only screen and (max-width: 896px) {
  .case_list p {
    width: 48%;
  }
}

/*　このような症状の方へ */
.case_detail .formatted_entry_contaier .formatted_entry .content_size .entryBody table,
.blog_detail .formatted_entry_contaier .formatted_entry .content_size .entryBody table {
  width: 100% !important;
  margin-bottom: 2rem;
  border: none;
  background: #f7f7f7;
}
.case_detail .formatted_entry_contaier .formatted_entry .content_size .entryBody table tr th, .case_detail .formatted_entry_contaier .formatted_entry .content_size .entryBody table tr td,
.blog_detail .formatted_entry_contaier .formatted_entry .content_size .entryBody table tr th,
.blog_detail .formatted_entry_contaier .formatted_entry .content_size .entryBody table tr td {
  padding: 1rem;
}
.case_detail .formatted_entry_contaier .formatted_entry .content_size .entryBody span,
.blog_detail .formatted_entry_contaier .formatted_entry .content_size .entryBody span {
  margin-bottom: 1rem;
  display: inline-block;
}
.case_detail .formatted_entry_contaier .formatted_entry .content_size .entryBody .image-none,
.blog_detail .formatted_entry_contaier .formatted_entry .content_size .entryBody .image-none {
  margin: 0 auto 2rem;
}

.li_check_box {
  border: 4px solid #f1e5d0;
  background: #ffffff;
  padding: 20px 20px 15px;
  margin-bottom: 30px;
}

/* table */
table.price,
.price_table {
  width: 100% !important;
  margin-bottom: 2rem;
}
table.price tr th, table.price tr td,
.price_table tr th,
.price_table tr td {
  padding: 1rem;
  border: 1px solid #ccc;
  width: 33.33%;
}
table.price tr th,
.price_table tr th {
  background: #f3f0e1;
}
table.price tr td,
.price_table tr td {
  text-align: center;
}
table.price tr:first-of-type th,
.price_table tr:first-of-type th {
  text-align: center;
}
