@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Abel&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*================================================================================
    0.変数
        1.1 カラー その他設定
        1.2 レイアウト設定
        1.3 ブレイクポイント設定

    1.デフォルト設定 共通パーツ設定　共通css設定
        1.1 デフォルト設定
        1.2 共通パーツ
        1.3 共通css

    2.共通ページコンテンツ
        1.1 共通レイアウト設定a
        1.2 全体
        1.3 ヘッダー
        1.4 フッター
        1.5 メインイメージ
        1.6 メインカラム
        1.7 サイドカラム

    3.各デフォルトコンテンツ
        1.1 アクセス
        1.2 お問い合わせ

    3.各追加コンテンツ サイト作成時ここに追加していく
        1.1
        1.2

================================================================================*/
/*------------------------------------------------------------------------------

	変数

------------------------------------------------------------------------------*/
/*
  カラー その他設定
------------------------------------------------------------*/
/*
  レイアウト設定
------------------------------------------------------------*/
/*レイアウト設定 typeA typeB
typeA デフォルト typeB サイドカラム固定*/
/*ヘッダー設定 typeA typeB
typeA デフォルト typeB fixed*/
/*メインイメージ設定 typeA typeB
typeA デフォルト typeB フルスクリーン*/
/*
  ブレイクポイント設定
------------------------------------------------------------*/
/*------------------------------------------------------------------------------

	デフォルト設定 共通パーツ設定　共通css設定

------------------------------------------------------------------------------*/
/*
  デフォルト設定
------------------------------------------------------------*/
@media only screen and (min-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
    overflow:auto;
  }
}

body {
  position: relative;
  /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック"; */
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  line-height: 2;
  overflow-x: hidden;
}
.ff_en{
  font-family: 'Bebas Neue', cursive;
}

a,
a:hover,
a:active {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  outline: none;
}

a:hover {
  opacity: 0.4 !important;
}
.zdo_drawer_menu a{
  text-decoration: underline !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

ol,
ul {
  padding: 1rem;
}

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

.large_tx {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffc00));
  background: linear-gradient(transparent 50%, #fffc00 50%);
  font-weight: bold;
  color: #2a0dd9;
  font-size: x-large !important;
  display: inline;
}

/*
  共通パーツ
------------------------------------------------------------*/
dl.dlTable {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f7f7f7;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  /* 他の float と干渉したため外している。モダンブラウザで問題無し
dd:after {
content: '';
display: block;
clear: both;
}
*/
}

dl.dlTable dt,
dl.dlTable dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em 0.3em 0 0.3em;
  border-top: 1px solid #ddd;
}

dl.dlTable dt {
  width: 20%;
  float: left;
}

dl.dlTable dd {
  background: #fff;
  margin-left: 20%;
  margin-bottom: 0;
  padding-bottom: 0.3em;
  border-left: 1px solid #ddd;
}

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

dl.dlTableNoBorder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border-right: 0 none #000;
  border-bottom: 0 none #000;
  border-left: 0 none #000;
  /* 他の float と干渉したため外している。モダンブラウザで問題無し
dd:after {
content: '';
display: block;
clear: both;
}
*/
}

dl.dlTableNoBorder dt,
dl.dlTableNoBorder dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em 0.3em 0 0.3em;
  border-top: 0 none #000;
}

dl.dlTableNoBorder dt {
  width: 20%;
  float: left;
}

dl.dlTableNoBorder dd {
  background: none;
  margin-left: 20%;
  margin-bottom: 0;
  padding-bottom: 0.3em;
  border-left: 0 none #000;
}

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

dl.dlTableAccess {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border-right: 0 none #000;
  border-bottom: 0 none #000;
  border-left: 0 none #000;
  /* 他の float と干渉したため外している。モダンブラウザで問題無し
dd:after {
content: '';
display: block;
clear: both;
}
*/
}

dl.dlTableAccess dt,
dl.dlTableAccess dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em 0.3em 0 0.3em;
  border-top: 0 none #000;
}

dl.dlTableAccess dt {
  width: 7em;
  float: left;
}

dl.dlTableAccess dd {
  background: none;
  margin-left: 7em;
  margin-bottom: 0;
  padding-bottom: 0.3em;
  border-left: 0 none #000;
}

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

.responsiveTable {
  display: table;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px;
  border-bottom: none;
  border-left: none;
}

.responsiveTable .responsiveTableRow {
  display: table-row;
}

.responsiveTable .responsiveTableTitle,
.responsiveTable .responsiveTableData {
  display: table-cell;
  padding: 0.5em;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px;
  border-top: none;
  border-right: none;
  vertical-align: top;
}

.responsiveTable .responsiveTableTitle {
  background-color: #f7f7f7;
  width: 20%;
  font-weight: bold;
}

.responsiveTable .responsiveTableData {
  background-color: #fff;
}

@media only screen and (min-width: 767px) {
  .responsiveTable {
    display: block;
    border-top: none;
    border-right: none;
  }
  .responsiveTable .responsiveTableRow {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
  }
  .responsiveTable .responsiveTableTitle,
  .responsiveTable .responsiveTableData {
    display: block;
    padding: 0;
    border-bottom: none;
    border-left: none;
  }
  .responsiveTable .responsiveTableTitle {
    background-color: transparent;
    width: auto;
  }
  .responsiveTable .responsiveTableData {
    background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .responsiveTable {
    display: block;
    border-top: none;
    border-right: none;
  }
  .responsiveTable .responsiveTableRow {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
  }
  .responsiveTable .responsiveTableTitle,
  .responsiveTable .responsiveTableData {
    display: block;
    padding: 0;
    border-bottom: none;
    border-left: none;
  }
  .responsiveTable .responsiveTableTitle {
    background-color: transparent;
    width: auto;
  }
  .responsiveTable .responsiveTableData {
    background-color: transparent;
  }
}

.responsiveTableNoBorder {
  display: table;
  border-style: none;
  border-color: #fff;
  border-width: 1px;
  border-bottom: none;
  border-left: none;
}

.responsiveTableNoBorder .responsiveTableRow {
  display: table-row;
}

.responsiveTableNoBorder .responsiveTableTitle,
.responsiveTableNoBorder .responsiveTableData {
  display: table-cell;
  padding: 0.3em;
  border-style: none;
  border-color: #fff;
  border-width: 1px;
  border-top: none;
  border-right: none;
  vertical-align: top;
}

.responsiveTableNoBorder .responsiveTableTitle {
  background-color: none;
  width: 20%;
  font-weight: bold;
}

.responsiveTableNoBorder .responsiveTableData {
  background-color: none;
}

@media only screen and (min-width: 767px) {
  .responsiveTableNoBorder {
    display: block;
    border-top: none;
    border-right: none;
  }
  .responsiveTableNoBorder .responsiveTableRow {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
  }
  .responsiveTableNoBorder .responsiveTableTitle,
  .responsiveTableNoBorder .responsiveTableData {
    display: block;
    padding: 0;
    border-bottom: none;
    border-left: none;
  }
  .responsiveTableNoBorder .responsiveTableTitle {
    background-color: transparent;
    width: auto;
  }
  .responsiveTableNoBorder .responsiveTableData {
    background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .responsiveTableNoBorder {
    display: block;
    border-top: none;
    border-right: none;
  }
  .responsiveTableNoBorder .responsiveTableRow {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
  }
  .responsiveTableNoBorder .responsiveTableTitle,
  .responsiveTableNoBorder .responsiveTableData {
    display: block;
    padding: 0;
    border-bottom: none;
    border-left: none;
  }
  .responsiveTableNoBorder .responsiveTableTitle {
    background-color: transparent;
    width: auto;
  }
  .responsiveTableNoBorder .responsiveTableData {
    background-color: transparent;
  }
}

/*
  共通css
------------------------------------------------------------*/
.bg_shape01 {
  position: absolute;
  top: 110px;
  left: -120px;
}

.bg_shape02 {
  position: absolute;
  top: 600px;
  right: 0px;
}
.bg_shape03 {
  position: absolute;
  bottom: 0px;
  right: -100px;
}
.bg_shape04 {
  position: absolute;
  top: 40%;
  right: -100px;
}
.bg_shape05 {
  position: absolute;
  top: 80%;
  left: 0px;
}
.bg_shape06 {
  position: absolute;
  top: 50%;
  left: 0px;
}
@media only screen and (max-width: 767px) {
  .bg_shape01,.bg_shape02,.bg_shape03,.bg_shape04,.bg_shape05,.bg_shape06{
    width: 50%;
  }
}

blockquote {
  background-color: #f7f7f7;
  padding: 40px 90px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  blockquote {
    padding: 20px 60px;
  }
}

blockquote::before {
  position: absolute;
  content: '\f10d';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 40px;
  top: 15px;
  left: 30px;
  line-height: 1.6;
  vertical-align: top;
  color: #e0e0e0;
}

@media only screen and (max-width: 767px) {
  blockquote::before {
    font-size: 30px;
    top: 10px;
    left: 20px;
  }
}

blockquote::after {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f10e";
  font-size: 40px;
  bottom: 15px;
  right: 30px;
  line-height: 1.6;
  vertical-align: top;
  color: #e0e0e0;
}

@media only screen and (max-width: 767px) {
  blockquote::after {
    font-size: 30px;
    bottom: 10px;
    right: 20px;
  }
}
.reservation {
  width: 90%;
  margin: 20px auto 0;
}
.reservation .btn{
  width: 100%!important;
}

.btn {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  border: solid 1px #000;
  position: relative;
  font-size: 0.8rem;
  margin: 0 0.3rem 0.3rem 0;
}

.btn:hover, .btn:active {
  background-color: white;
  color: #000;
  text-decoration: none;
}
.zdo_drawer_menu .btn a{
  display: block;
  padding: 10px 30px;
  text-decoration: none !important;
}
.contact_area .cont_inner .btn{
  width: 90%;
}
.contact_area .cont_inner .btn a{
  padding: 20px 60px;
}


.btnSubCat {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  background-color: white;
  color: #000;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  border: solid 1px #000;
  position: relative;
  font-size: 0.8rem;
  margin: 0 0.3rem 0.3rem 0;
}

.btnSubCat:hover, .btnSubCat:active {
  background-color: white;
  color: #000;
  text-decoration: none;
}

.btnMt {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  border: solid 1px #000;
  position: relative;
  margin-top: 0.5rem;
}

.btnMt:hover, .btnMt:active {
  background-color: white;
  color: #000;
  text-decoration: none;
}

.btn_typeA,
.topPageMoreLink,
.entryMoreLink {
  text-align: center;
}

.btn_typeA a,
.topPageMoreLink a,
.entryMoreLink a {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  border: solid 1px #000;
  position: relative;
  margin: 0;
  padding: 20px 50px 20px 30px;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 1rem;
}

.btn_typeA a:hover, .btn_typeA a:active,
.topPageMoreLink a:hover,
.topPageMoreLink a:active,
.entryMoreLink a:hover,
.entryMoreLink a:active {
  background-color: white;
  color: #000;
  text-decoration: none;
}

.btn_typeA a::before,
.topPageMoreLink a::before,
.entryMoreLink a::before {
  position: absolute;
  content: "\f061";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  margin-top: -8px;
  right: 15px;
}

.btn_typeA a:hover,
.topPageMoreLink a:hover,
.entryMoreLink a:hover {
  outline: 3px solid #000;
  outline-offset: -3px;
  opacity: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.topPageMoreLink,
.entryMoreLink {
  font-family: 'Abel', sans-serif;
  font-size: 1.2rem;
}

.titleLL,
.titleL,
.titleM,
.titleS,
.titleSS,
.titleSSS {
  font-weight: bold;
}

.title_typeA,
.title_typeB {
  font-weight: bold;
  font-size: 1.6rem;
  display: table;
  margin: 0 auto 20px;
  padding: 0;
  color: #000;
  display: table;
  position: relative;
  padding: 0 40px 0;
  letter-spacing: 3px;
  text-align: center;
}

.title_typeA .title,
.title_typeB .title {
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}

.title_typeA .subtitle,
.title_typeB .subtitle {
  font-size: 0.9rem;
  text-align: center;
  display: block;
  font-family: 'Abel', sans-serif;
  font-weight: normal;
}

.title_typeA::before {
  content: "";
  position: absolute;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  border-right: 1px solid #000;
  width: 1px;
  height: 30px;
  top: 10px;
  left: 0;
}

.title_typeA::after {
  content: "";
  position: absolute;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  border-right: 1px solid #000;
  width: 1px;
  height: 30px;
  top: 10px;
  right: 0;
}

.titleL {
  font-size: 1.6rem;
  display: table;
  margin: 0 auto 20px;
  padding: 0;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .titleL {
    display: block;
  }
}

.titleM {
  font-size: 1.5rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.titleS {
  font-size: 1.25rem;
}

.titleSS {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.textLL {
  font-size: 1.5rem;
}

.textL {
  font-size: 1.25rem;
}

.textM {
  font-size: 1rem;
}

.textS {
  font-size: 0.8rem;
}

.textSS {
  font-size: 0.6rem;
}

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

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

.alignCenter {
  text-align: center;
}

img.hoverImg:hover, img.hoverImg:active {
  opacity: 0.7;
}

.f_l {
  float: left !important;
}

.f_r {
  float: right !important;
}

/* テーブル */
.table_typeA {
  width: 100%;
}

.table_typeA th {
  width: 20%;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .table_typeA th {
    width: 25%;
  }
}

.table_typeA th,
.table_typeA td {
  padding: 10px;
  padding-left: 0;
}

.table_typeB {
  width: 100%;
}

.table_typeB th {
  width: 20%;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .table_typeB th {
    width: 25%;
  }
}

.table_typeB th,
.table_typeB td {
  padding: 10px;
  border-top: solid 1px #eee;
}

/* 余白 */
@media only screen and (min-width: 767px) {
  .m_A {
    margin: 0 auto !important;
  }
  .mt_0 {
    margin-top: 0 !important;
  }
  .mt_5 {
    margin-top: 5px !important;
  }
  .mt_10 {
    margin-top: 10px !important;
  }
  .mt_15 {
    margin-top: 15px !important;
  }
  .mt_20 {
    margin-top: 20px !important;
  }
  .mt_25 {
    margin-top: 25px !important;
  }
  .mt_30 {
    margin-top: 30px !important;
  }
  .mt_35 {
    margin-top: 35px !important;
  }
  .mt_40 {
    margin-top: 40px !important;
  }
  .mt_45 {
    margin-top: 45px !important;
  }
  .mt_50 {
    margin-top: 50px !important;
  }
  .mt_55 {
    margin-top: 55px !important;
  }
  .mt_60 {
    margin-top: 60px !important;
  }
  .mt_65 {
    margin-top: 65px !important;
  }
  .mt_70 {
    margin-top: 70px !important;
  }
  .mt_75 {
    margin-top: 75px !important;
  }
  .mt_80 {
    margin-top: 80px !important;
  }
  .mt_85 {
    margin-top: 85px !important;
  }
  .mt_90 {
    margin-top: 90px !important;
  }
  .mt_95 {
    margin-top: 95px !important;
  }
  .mt_100 {
    margin-top: 100px !important;
  }
  .mr_0 {
    margin-right: 0 !important;
  }
  .mr_5 {
    margin-right: 5px !important;
  }
  .mr_10 {
    margin-right: 10px !important;
  }
  .mr_15 {
    margin-right: 15px !important;
  }
  .mr_20 {
    margin-right: 20px !important;
  }
  .mr_25 {
    margin-right: 25px !important;
  }
  .mr_30 {
    margin-right: 30px !important;
  }
  .mr_35 {
    margin-right: 35px !important;
  }
  .mr_40 {
    margin-right: 40px !important;
  }
  .mr_45 {
    margin-right: 45px !important;
  }
  .mr_50 {
    margin-right: 50px !important;
  }
  .mr_55 {
    margin-right: 55px !important;
  }
  .mr_60 {
    margin-right: 60px !important;
  }
  .mr_65 {
    margin-right: 65px !important;
  }
  .mr_70 {
    margin-right: 70px !important;
  }
  .mr_75 {
    margin-right: 75px !important;
  }
  .mr_80 {
    margin-right: 80px !important;
  }
  .mr_85 {
    margin-right: 85px !important;
  }
  .mr_90 {
    margin-right: 90px !important;
  }
  .mr_95 {
    margin-right: 95px !important;
  }
  .mr_100 {
    margin-right: 100px !important;
  }
  .mb_0 {
    margin-bottom: 0 !important;
  }
  .mb_5 {
    margin-bottom: 5px !important;
  }
  .mb_10 {
    margin-bottom: 10px !important;
  }
  .mb_15 {
    margin-bottom: 15px !important;
  }
  .mb_20 {
    margin-bottom: 20px !important;
  }
  .mb_25 {
    margin-bottom: 25px !important;
  }
  .mb_30 {
    margin-bottom: 30px !important;
  }
  .mb_35 {
    margin-bottom: 35px !important;
  }
  .mb_40 {
    margin-bottom: 40px !important;
  }
  .mb_45 {
    margin-bottom: 45px !important;
  }
  .mb_50 {
    margin-bottom: 50px !important;
  }
  .mb_55 {
    margin-bottom: 55px !important;
  }
  .mb_60 {
    margin-bottom: 60px !important;
  }
  .mb_65 {
    margin-bottom: 65px !important;
  }
  .mb_70 {
    margin-bottom: 70px !important;
  }
  .mb_75 {
    margin-bottom: 75px !important;
  }
  .mb_80 {
    margin-bottom: 80px !important;
  }
  .mb_85 {
    margin-bottom: 85px !important;
  }
  .mb_90 {
    margin-bottom: 90px !important;
  }
  .mb_95 {
    margin-bottom: 95px !important;
  }
  .mb_100 {
    margin-bottom: 100px !important;
  }
  .mb_150 {
    margin-bottom: 150px !important;
  }
  .ml_0 {
    margin-left: 0 !important;
  }
  .ml_5 {
    margin-left: 5px !important;
  }
  .ml_10 {
    margin-left: 10px !important;
  }
  .ml_15 {
    margin-left: 15px !important;
  }
  .ml_20 {
    margin-left: 20px !important;
  }
  .ml_25 {
    margin-left: 25px !important;
  }
  .ml_30 {
    margin-left: 30px !important;
  }
  .ml_35 {
    margin-left: 35px !important;
  }
  .ml_40 {
    margin-left: 40px !important;
  }
  .ml_45 {
    margin-left: 45px !important;
  }
  .ml_50 {
    margin-left: 50px !important;
  }
  .ml_55 {
    margin-left: 55px !important;
  }
  .ml_60 {
    margin-left: 60px !important;
  }
  .ml_65 {
    margin-left: 65px !important;
  }
  .ml_70 {
    margin-left: 70px !important;
  }
  .ml_75 {
    margin-left: 75px !important;
  }
  .ml_80 {
    margin-left: 80px !important;
  }
  .ml_85 {
    margin-left: 85px !important;
  }
  .ml_90 {
    margin-left: 90px !important;
  }
  .ml_95 {
    margin-left: 95px !important;
  }
  .ml_100 {
    margin-left: 100px !important;
  }
  .pt_0 {
    padding-top: 0 !important;
  }
  .pt_5 {
    padding-top: 5px !important;
  }
  .pt_10 {
    padding-top: 10px !important;
  }
  .pt_15 {
    padding-top: 15px !important;
  }
  .pt_20 {
    padding-top: 20px !important;
  }
  .pt_25 {
    padding-top: 25px !important;
  }
  .pt_30 {
    padding-top: 30px !important;
  }
  .pt_35 {
    padding-top: 35px !important;
  }
  .pt_40 {
    padding-top: 40px !important;
  }
  .pt_45 {
    padding-top: 45px !important;
  }
  .pt_50 {
    padding-top: 50px !important;
  }
  .pt_55 {
    padding-top: 55px !important;
  }
  .pt_60 {
    padding-top: 60px !important;
  }
  .pt_65 {
    padding-top: 65px !important;
  }
  .pt_70 {
    padding-top: 70px !important;
  }
  .pt_75 {
    padding-top: 75px !important;
  }
  .pt_80 {
    padding-top: 80px !important;
  }
  .pt_85 {
    padding-top: 85px !important;
  }
  .pt_90 {
    padding-top: 90px !important;
  }
  .pt_95 {
    padding-top: 95px !important;
  }
  .pt_100 {
    padding-top: 100px !important;
  }
  .pr_0 {
    padding-right: 0 !important;
  }
  .pr_5 {
    padding-right: 5px !important;
  }
  .pr_10 {
    padding-right: 10px !important;
  }
  .pr_15 {
    padding-right: 15px !important;
  }
  .pr_20 {
    padding-right: 20px !important;
  }
  .pr_25 {
    padding-right: 25px !important;
  }
  .pr_30 {
    padding-right: 30px !important;
  }
  .pr_35 {
    padding-right: 35px !important;
  }
  .pr_40 {
    padding-right: 40px !important;
  }
  .pr_45 {
    padding-right: 45px !important;
  }
  .pr_50 {
    padding-right: 50px !important;
  }
  .pr_55 {
    padding-right: 55px !important;
  }
  .pr_60 {
    padding-right: 60px !important;
  }
  .pr_65 {
    padding-right: 65px !important;
  }
  .pr_70 {
    padding-right: 70px !important;
  }
  .pr_75 {
    padding-right: 75px !important;
  }
  .pr_80 {
    padding-right: 80px !important;
  }
  .pr_85 {
    padding-right: 85px !important;
  }
  .pr_90 {
    padding-right: 90px !important;
  }
  .pr_95 {
    padding-right: 95px !important;
  }
  .pr_100 {
    padding-right: 100px !important;
  }
  .pb_0 {
    padding-bottom: 0 !important;
  }
  .pb_5 {
    padding-bottom: 5px !important;
  }
  .pb_10 {
    padding-bottom: 10px !important;
  }
  .pb_15 {
    padding-bottom: 15px !important;
  }
  .pb_20 {
    padding-bottom: 20px !important;
  }
  .pb_25 {
    padding-bottom: 25px !important;
  }
  .pb_30 {
    padding-bottom: 30px !important;
  }
  .pb_35 {
    padding-bottom: 35px !important;
  }
  .pb_40 {
    padding-bottom: 40px !important;
  }
  .pb_45 {
    padding-bottom: 45px !important;
  }
  .pb_50 {
    padding-bottom: 50px !important;
  }
  .pb_55 {
    padding-bottom: 55px !important;
  }
  .pb_60 {
    padding-bottom: 60px !important;
  }
  .pb_65 {
    padding-bottom: 65px !important;
  }
  .pb_70 {
    padding-bottom: 70px !important;
  }
  .pb_75 {
    padding-bottom: 75px !important;
  }
  .pb_80 {
    padding-bottom: 80px !important;
  }
  .pb_85 {
    padding-bottom: 85px !important;
  }
  .pb_90 {
    padding-bottom: 90px !important;
  }
  .pb_95 {
    padding-bottom: 95px !important;
  }
  .pb_100 {
    padding-bottom: 100px !important;
  }
  .pl_0 {
    padding-left: 0 !important;
  }
  .pl_5 {
    padding-left: 5px !important;
  }
  .pl_10 {
    padding-left: 10px !important;
  }
  .pl_15 {
    padding-left: 15px !important;
  }
  .pl_20 {
    padding-left: 20px !important;
  }
  .pl_25 {
    padding-left: 25px !important;
  }
  .pl_30 {
    padding-left: 30px !important;
  }
  .pl_35 {
    padding-left: 35px !important;
  }
  .pl_40 {
    padding-left: 40px !important;
  }
  .pl_45 {
    padding-left: 45px !important;
  }
  .pl_50 {
    padding-left: 50px !important;
  }
  .pl_55 {
    padding-left: 55px !important;
  }
  .pl_60 {
    padding-left: 60px !important;
  }
  .pl_65 {
    padding-left: 65px !important;
  }
  .pl_70 {
    padding-left: 70px !important;
  }
  .pl_75 {
    padding-left: 75px !important;
  }
  .pl_80 {
    padding-left: 80px !important;
  }
  .pl_85 {
    padding-left: 85px !important;
  }
  .pl_90 {
    padding-left: 90px !important;
  }
  .pl_95 {
    padding-left: 95px !important;
  }
  .pl_100 {
    padding-left: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_mb_0 {
    margin-bottom: 0 !important;
  }
  .sp_mb_5 {
    margin-bottom: 5px !important;
  }
  .sp_mb_10 {
    margin-bottom: 10px !important;
  }
  .sp_mb_15 {
    margin-bottom: 15px !important;
  }
  .sp_mb_20 {
    margin-bottom: 20px !important;
  }
  .sp_mb_25 {
    margin-bottom: 25px !important;
  }
  .sp_mb_30 {
    margin-bottom: 30px !important;
  }
  .sp_mb_40 {
    margin-bottom: 40px !important;
  }
  .sp_mt_0 {
    margin-top: 0 !important;
  }
  .sp_mt_5 {
    margin-top: 5px !important;
  }
  .sp_mt_10 {
    margin-top: 10px !important;
  }
  .sp_mt_15 {
    margin-top: 15px !important;
  }
  .sp_mt_20 {
    margin-top: 20px !important;
  }
  .sp_mt_25 {
    margin-top: 25px !important;
  }
  .sp_mt_30 {
    margin-top: 30px !important;
  }
}

/* テキスト */
@media only screen and (min-width: 767px) {
  .ta_c {
    text-align: center !important;
  }
  .ta_l {
    text-align: left !important;
  }
  .ta_r {
    text-align: right !important;
  }
  .fw_n {
    font-weight: normal !important;
  }
  .fw_b {
    font-weight: bold !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_ta_c {
    text-align: center !important;
  }
  .sp_ta_l {
    text-align: left !important;
  }
  .sp_ta_r {
    text-align: right !important;
  }
  .sp_fw_n {
    font-weight: normal !important;
  }
  .sp_fw_b {
    font-weight: bold !important;
  }
}

/* グリッドシステム */
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-10 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.row-10 > * {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.row-20 > * {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-30 > * {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.row-40 > * {
  padding-right: 20px;
  padding-left: 20px;
}

.row-50 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.row-50 > * {
  padding-right: 25px;
  padding-left: 25px;
}

.row-60 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

.row-60 > * {
  padding-right: 30px;
  padding-left: 30px;
}

.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-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: 767px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.000000%;
    -webkit-box-flex: 0;
            flex: 0 0 8.000000%;
    max-width: 8.000000%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.000000%;
    -webkit-box-flex: 0;
            flex: 0 0 58.000000%;
    max-width: 58.000000%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.000000%;
    -webkit-box-flex: 0;
            flex: 0 0 83.000000%;
    max-width: 83.000000%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-1 {
    margin-left: 8.000000%;
  }
  .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.000000%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.000000%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media only screen and (max-width: 767px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.000000%;
    -webkit-box-flex: 0;
            flex: 0 0 8.000000%;
    max-width: 8.000000%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.000000%;
    -webkit-box-flex: 0;
            flex: 0 0 58.000000%;
    max-width: 58.000000%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.000000%;
    -webkit-box-flex: 0;
            flex: 0 0 83.000000%;
    max-width: 83.000000%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.000000%;
  }
  .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.000000%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.000000%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

/* 表示エリア */
.pcOnly {
  display: none;
}
.pcInline{
  display: inline !important;
}

@media only screen and (min-width: 1024px) {
  .pcOnly {
    display: block;
  }
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
  .pcInline{
    display: none !important;
  }
}

.TabletMore {
  display: none;
}

@media only screen and (min-width: 767px) {
  .TabletMore {
    display: block;
  }
}

.tabletUnder {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .tabletUnder {
    display: block;
  }
}

.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;';
}

/*
  コーディング
------------------------------------------------------------*/
#mainImg {
  position: relative;
  z-index: 6;
}

#mainImg .img_catch {
  width: 100%;
  height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
}

@media only screen and (max-width: 767px) {
  #mainImg .img_catch {
    height: 500px;
  }
}

#mainImg #catch_copy {
  position: absolute;
  z-index: 10;
  top: 150px;
  left: -100%;
  right: -100%;
  margin: auto;
  max-width: 1000px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #mainImg #catch_copy {
    padding: 0 10px;
    top: 150px;
  }
}

#mainImg #catch_copy img {
  width: 100%;
}

.menu_wrap {
	background: #E71410;
	display: block;
	height: 60px;
	width: 70px;
	position: fixed;
	z-index: 1001;
	right: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  background: url(../images/bg_05.png) left top repeat;
  background-size: 100px;
  width: 30%;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open{
  border: 5px solid #E71410;
  padding: 0 15px;
  background: #E71410;
}
@media only screen and (max-width: 767px) {
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open{
    width: 70%;
  }
}
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 80px 0px !important;
}

.zdo_drawer_menu .zdo_drawer_nav li {
  list-style-type: none;
  border-top: 1px solid #E71410;
  margin: 0 !important;
  background: #fff;
}

.zdo_drawer_menu .zdo_drawer_nav li:last-child {
  border-bottom: 5px solid #E71410;
}

.zdo_drawer_menu .zdo_drawer_nav li a {
  display: block;
  padding: 10px 20px;
  font-size: medium;
  color: #E71410;
  font-weight: bold;
  text-decoration: none !important;
}

.zdo_drawer_menu .zdo_drawer_nav li a:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #E71410;
  padding-right: 5px;
}

.zdo_drawer_menu .zdo_drawer_button {
	top: 15px !important;
	right: 14px !important;
	z-index: 1001;
}

@media only screen and (max-width: 1024px) {
  .zdo_drawer_menu .zdo_drawer_button {
    display: block !important;
  }
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #fff !important;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_text {
  color: #2a0dd9;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_menu_text {
  color: #2a0dd9;
}

#colmunContainer {
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  /* まずは当院について知ってください！ */
  /* KAWASE’S DATA */
  /* 働くママに優しい歯科医院 */
  /* STAFF VOICE */
  /* 募集要項 */
  /* 医院概要 */
  /* お問い合わせ */
}

#colmunContainer .cont_inner {
  max-width: 1150px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

#colmunContainer nav.pcmenu {
  background: #2a0dd9;
  color: #fff;
  position: relative;
  z-index: 6;
}

#colmunContainer nav.pcmenu ul {
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#colmunContainer nav.pcmenu ul li {
  list-style-type: none;
}

#colmunContainer nav.pcmenu ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 20px 35px;
}

#colmunContainer h2 {
  margin-bottom: 40px;
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

#colmunContainer h2 span {
  display: block;
  font-size: medium;
  color: #000;
  letter-spacing: 0;
  line-height: 170%;
}

#colmunContainer h2 img {
  display: block;
  margin: 0 auto 25px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer h2 {
    margin-bottom: 15px;
    font-size: 2.5em;
    line-height: 1.5;
  }
  #colmunContainer h2 img {
    width: 150px;
    margin: 0 auto 10px;
  }
}

#colmunContainer h3 {
  font-weight: bold;
  font-size: 1.8em;
  line-height: 170%;
  margin-bottom: 30px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  #colmunContainer h3 {
    font-size: x-large;
    margin-bottom: 20px;
  }
}

#colmunContainer h4 {
  font-size: x-large;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
  color: #000;
}

#colmunContainer h4 span {
  color: #000;
  display: block;
  line-height: 1;
  font-size: large;
}

@media only screen and (max-width: 767px) {
  #colmunContainer h4 {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: x-large;
  }
}

#colmunContainer table {
  width: 100%;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
}

#colmunContainer table th {
  width: 40%;
  color: #000;
  border: 5px solid #FFFC2C;
  background: #FCFFAC;
  padding: 15px;
}

#colmunContainer table td {
  background: #ffffff;
  color: #000;
  border: 5px solid #FFFC2C;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer {
    padding-top: 600px;
  }
}

#colmunContainer h2 {
  text-align: center;
}

#colmunContainer p {
  line-height: 170%;
}

@media only screen and (max-width: 767px) {
  #colmunContainer p {
    font-size: small;
    line-height: 1.8;
  }
}

#colmunContainer .about_area {
  background: url(../images/bg_gray.png) right 100px top 0 no-repeat;
  margin-bottom: 0;
  overflow: hidden;
  padding: 100px 0 0px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .about_area {
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
  }
  #colmunContainer .about_area p {
    text-align: left;
  }
}

#colmunContainer .about_area .cont_detail {
  position: relative;
  clear: both;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .about_area .cont_detail {
    margin-bottom: 40px;
  }
}

#colmunContainer .about_area .cont_detail img {
  position: absolute;
  right: -60px;
  top: -0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .about_area .cont_detail img {
    position: static;
  }
}

#colmunContainer .about_area .cont_detail .tx_area {
  max-width: 660px;
  width: 100%;
  padding: 70px 40px;
  background: #fff;
  margin-top: 100px;
  display: inline-block;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}
#colmunContainer .tx_area_w {
  max-width: 1000px;
  width: 100%;
  padding: 70px 40px;
  background: #fff;
  margin: 30px auto 60px;
  z-index: 2;
  position: relative;
  text-align: center;
}
.bg_yellow{
  background: #FCFFAC;
  padding: 20px;
}
.bg_yellow h5{
  text-align: center;
}


#colmunContainer .about_area .cont_detail:nth-child(odd) img {
  left: -60px;
}

#colmunContainer .about_area .cont_detail:nth-child(odd) .tx_area {
  float: right;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .about_area .cont_detail .tx_area {
    margin-top: 10px;
    padding: 20px;
    margin-bottom: 0;
  }
  #colmunContainer .tx_area_w{
    padding: 10px;
    margin-bottom: 30px;
  }
  #colmunContainer .about_area .cont_detail:nth-child(odd) .tx_area {
    float: none;
    margin-bottom: 0px;
  }
}


#colmunContainer .cont_l_area {
  background: url(../images/bg_gray.png) left 100px bottom 180px no-repeat;
  margin-bottom: 0;
  overflow: hidden;
  padding: 100px 0 70px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .cont_l_area {
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
  }
  #colmunContainer .cont_l_area p {
    text-align: left;
  }
}

#colmunContainer .cont_l_area .cont_detail {
  position: relative;
  clear: both;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .cont_l_area .cont_detail {
    margin-bottom: 40px;
  }
}







#colmunContainer .data_area {
  margin-bottom: 100px;
  position: relative;
}

#colmunContainer .data_area h2 {
}

#colmunContainer .data_area h2 span {
  margin-top: 20px;
}

#colmunContainer .data_area .graph_wrap {
  padding: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffb300), to(#faed28));
  background: linear-gradient(0deg, #ffb300 0%, #faed28 100%);
}

#colmunContainer .data_area .graph_wrap .grap_inner {
  background: #fff;
  text-align: center;
  padding: 20px 0 50px;
}
#colmunContainer .data_area .graph_wrap .grap_inner p{
  padding: 20px 20px 0 20px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .data_area .graph_wrap{
    margin-bottom: 20px;
  }
  #colmunContainer .data_area .graph_wrap .grap_inner {
    padding: 20px 0;
  }
  #colmunContainer .data_area {
    padding: 0 10px 0;
    overflow: hidden;
    margin-bottom: 30px;
  }
  #colmunContainer .data_area h2{
    text-align: center;
  }
  #colmunContainer .data_area h2 span {
    margin-top: 0px;
  }
}

#colmunContainer .pickup1_area, #colmunContainer .pickup2_area, #colmunContainer .pickup3_area {
  background: #FFFC2C;
  padding: 90px 0 100px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .pickup1_area, #colmunContainer .pickup2_area, #colmunContainer .pickup3_area {
    padding: 50px 10px;
  }
}

#colmunContainer .pickup1_area h2, #colmunContainer .pickup2_area h2, #colmunContainer .pickup3_area h2 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .pickup1_area h2, #colmunContainer .pickup2_area h2, #colmunContainer .pickup3_area h2 {
    margin-bottom: 20px;
  }
}

#colmunContainer .pickup1_area h2 span, #colmunContainer .pickup2_area h2 span, #colmunContainer .pickup3_area h2 span {
  display: block;
  font-size: large;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .pickup1_area h2 span, #colmunContainer .pickup2_area h2 span, #colmunContainer .pickup3_area h2 span {
    margin-top: 0px;
  }
}

#colmunContainer .pickup1_area .point_detail, #colmunContainer .pickup2_area .point_detail, #colmunContainer .pickup3_area .point_detail {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(185, 146, 157, 0.71);
          box-shadow: 1px 1px 2px 1px rgba(185, 146, 157, 0.71);
  padding: 50px 18px 30px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .pickup1_area .point_detail, #colmunContainer .pickup2_area .point_detail, #colmunContainer .pickup3_area .point_detail {
    margin-bottom: 60px;
  }
}

#colmunContainer .pickup1_area .point_detail h5, #colmunContainer .pickup2_area .point_detail h5, #colmunContainer .pickup3_area .point_detail h5 {
  font-weight: bold;
  font-size: large;
  text-align: center;
  line-height: 150%;
  margin-bottom: 15px;
}

#colmunContainer .pickup1_area .point_detail img, #colmunContainer .pickup2_area .point_detail img, #colmunContainer .pickup3_area .point_detail img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -60px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .pickup1_area .point_detail img, #colmunContainer .pickup2_area .point_detail img, #colmunContainer .pickup3_area .point_detail img {
    width: 90px;
    top: -40px;
  }
}

#colmunContainer .pickup1_area .point_detail p, #colmunContainer .pickup2_area .point_detail p, #colmunContainer .pickup3_area .point_detail p {
  line-height: 170%;
}

#colmunContainer .pickup1_area .point_detail p img, #colmunContainer .pickup2_area .point_detail p img, #colmunContainer .pickup3_area .point_detail p img {
  position: static;
  display: block;
  margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .pickup1_area .point_detail p img, #colmunContainer .pickup2_area .point_detail p img, #colmunContainer .pickup3_area .point_detail p img {
    width: 50px;
    margin: 10px auto 0;
  }
}

.bg_cont{
  background: #FCFFAC;
  padding: 10px;
  margin-bottom: 20px;
}
.bg_cont p{
  font-size: small !important;
}
ul.list_area li{
  list-style: none;
  text-align: left;
  border-bottom: 1px dashed #000;
}
}
#colmunContainer .pickup2_area {
  background: #f6f6f6;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .pickup2_area {
    background-size: 100px;
  }
}

#colmunContainer .pickup3_area {
  background: #d6eef4;
  text-align: center;
}

#colmunContainer .pickup3_area .cont_inner {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 70px 50px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .pickup3_area .cont_inner {
    padding: 30px;
  }
  #colmunContainer .pickup3_area {
    background-size: 100px;
  }
}

#colmunContainer .voice_area {
  background: url(../images/bg_05.png) left top repeat;
  padding: 100px 0 60px;
}

#colmunContainer .voice_area .file_area {
  position: absolute;
  right: 0;
  bottom: -100px;
}

#colmunContainer .voice_area .voice_detail {
  background: -webkit-gradient(linear, left bottom, left top, from(#6717cd), to(#2871fa));
  background: linear-gradient(0deg, #6717cd 0%, #2871fa 100%);
  padding: 10px;
}

#colmunContainer .voice_area .voice_detail .inner {
  background: #fff;
  padding: 30px;
}

#colmunContainer .voice_area .voice_detail .inner th {
  text-align: center;
}

#colmunContainer .voice_area .voice_detail .inner td {
  text-align: center;
}

#colmunContainer .voice_area .voice_detail .inner h3 {
  font-size: xx-large;
  margin-bottom: 0px !important;
}

#colmunContainer .voice_area .voice_detail .inner p {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .voice_area {
    background-size: 100px;
    padding: 40px 10px 20px;
  }
  #colmunContainer .voice_area .file_area{
    position: static;
  }
  #colmunContainer .voice_area img {
    margin-bottom: 20px;
  }
}

#colmunContainer .voice_area .q_detail {
  background: #6717cd;
  background: -webkit-gradient(linear, left bottom, left top, from(#6717cd), to(#2871fa));
  background: linear-gradient(0deg, #6717cd 0%, #2871fa 100%);
  padding: 10px;
  position: relative;
  margin-top: 75px;
}

#colmunContainer .voice_area .q_detail .detail_inner {
  background: #fff;
  padding: 30px 50px;
}

#colmunContainer .voice_area .q_detail .detail_inner p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .voice_area .q_detail .detail_inner{
    padding: 30px;
  }
  #colmunContainer .voice_area .q_detail {
    padding: 10px;
    margin-top: 30px;
  }
}

#colmunContainer .voice_area .q_detail img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .voice_area .q_detail img {
    width: 40px;
    top: -20px;
  }
}

#colmunContainer .voice_area .q_detail h5 {
  color: #2a0dd9;
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
  border-bottom: dashed 1px #2a0dd9;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .voice_area .q_detail h5 {
    font-size: large;
  }
}

#colmunContainer .voice_area .q_detail span {
  color: #c00000;
  font-weight: bold;
}

#colmunContainer .voice_area .q_area .q_detail:last-child {
  margin-bottom: 40px;
}

#colmunContainer .cont_area {
  margin: 100px 0;
  padding: 100px 0;
  background: #FFFC2C;
}
#colmunContainer .cont_area h5{
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .cont_area {
    margin: 40px 0;
    padding: 30px 10px;
  }
}

#colmunContainer .cont_w_area {
  margin-bottom: 100px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .cont_w_area {
    padding: 0 10px;
    margin-bottom: 40px;
  }
}

#colmunContainer .cont_w_area table {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .contact_area {
    padding: 0 10px;
  }
}

#colmunContainer .contact_area .cont_inner {
	background: #fff;
	padding: 90px 0 70px;
	text-align: center;
	margin-bottom: 100px;
	border: 10px solid #E71410;
	box-sizing: border-box;
}

#colmunContainer .contact_area .cont_inner h2 {
  margin-bottom: 10px !important;
}

#colmunContainer .contact_area .cont_inner p {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #colmunContainer .contact_area .cont_inner {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
}

#colmunContainer .contact_area .cont_inner img {
  margin-bottom: 20px;
}

#bottomCta {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 5;
}

#bottomCta .frame {
	display: flex;
	justify-content: space-between;
	padding-left: 0 !important;
	padding-right: 0 !important;
	height: 80px;
}

#bottomCta .frame ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

#bottomCta .frame ul li {
  list-style-type: none;
  float: left;
  width: 80px;
}

#bottomCta .frame ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: .3rem 0;
}

#bottomCta .frame ul li.pagetop a {
  background: #E71410;
  color: #fff;
  height: 80px;
  text-decoration: none !important;
}

#bottomCta .frame ul li.pagetop a .fas {
  display: block;
  font-size: xx-large;
  margin-top: 15px;
}

#bottomCta .frame ul li.pagetop a .txt {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: small;
}

#bottomCta .frame ul li.home a {
  background: #a2dbff;
  color: #2a0dd9;
  height: 80px;
  text-decoration: none;
}

#bottomCta .frame ul li.home a .fas {
  display: block;
  font-size: x-large;
}

#bottomCta .frame ul li.home a .txt {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: small;
}

#bottomCta .frame ul li.contact a {
  background: #d6eef4;
  color: #2a0dd9;
  height: 80px;
}

#bottomCta .frame ul li.contact a .fas {
  font-size: x-large;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  #bottomCta .frame ul li.home a .fas {
    margin-top: 10px;
  }
  #bottomCta .frame ul{
    width: 100%;
  }
  #bottomCta .frame ul li.tel a .fas{
    margin-right: 0 !important;
    margin-top: 10px;
  }
  #bottomCta .frame ul li a .icon {
    text-align: center;
    line-height: 1;
    width: 100%;
  }
}

#bottomCta .frame ul li.tel {
  width: 280px;
}


#bottomCta .frame ul li.tel a {
  background: #f2f2f2;
  color: #2a0dd9;
  text-decoration: none;

  height: 80px;
}

#bottomCta .frame ul li.tel a .txt {
  font-weight: bold;
  font-size: 1.6em;
  line-height: .7;
}

#bottomCta .frame ul li.tel a .txt .hour {
  font-size: small;
}

#bottomCta .frame ul li.tel a .fas {
  font-size: x-large;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #bottomCta .frame ul li{
    width: 25% !important;
  }
}


footer {
  text-align: center;
  padding: 15px 0;
  background: #E71410;
  color: #fff;
}

.ggmap,
.frame-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.frame-wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* slick */
.pickup1_area .carousel {
  padding: 0;
  margin-bottom: 50px !important;
}

.pickup1_area .carousel .slick-dots li button:before {
  font-size: large;
  color: #fff;
  opacity: 1;
  content: '●';
}

.pickup1_area .carousel .slick-dots li.slick-active button::before {
  color: #E71410;
  opacity: 1;
}
.slick-initialized .slick-slide{
  outline: none;
}
.pickup1_area .carousel .inner {
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  background: url(../images/icon_logo.png) center bottom 20px no-repeat #fff;
  min-height: 400px;
  margin: 0 40px 20px;
}
.pickup1_area .carousel .inner h5 {
  color: #000;
  font-weight: bold;
}

.pickup1_area .carousel .inner span {
  border-radius: 50%;
  background: #E71410;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.pickup1_area .carousel .inner p {
  text-align: left;
  font-size: small;
}
@media only screen and (max-width: 767px) {
  .pickup1_area .carousel .inner{
    margin: 0 10px 20px;
    min-height: 320px;
  }
}

/* カルーセル PICKUPコンテンツ用 */
.data_area .carousel {
  padding: 0;
  margin-bottom: 50px !important;
}

.data_area .carousel .slick-dots li button:before {
  font-size: large;
  color: #ccc;
  opacity: 1;
  content: '●';
}

.data_area .carousel .slick-dots li.slick-active button::before {
  color: #E71410;
  opacity: 1;
}
.slick-initialized .slick-slide{
  outline: none;
}
.data_area .carousel .inner {
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  background: #fff;
  min-height: 400px;
  margin: 0 40px 20px;
}
.data_area .carousel .inner h5 {
  color: #000;
  font-weight: bold;
}

.data_area .carousel .inner span {
  /* border-radius: 50%;
  background: #E71410;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px; */
}

.data_area .carousel .inner p {
  text-align: left;
  font-size: small;
}
@media only screen and (max-width: 767px) {
  .data_area .carousel .inner{
    margin: 0 10px 20px;
    min-height: 320px;
  }
}

/* お申込みの流れ 分割 */
.pickup1_area .col_inner{
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  background: url(../images/icon_logo.png) center bottom 20px no-repeat #fff;
  min-height: 400px;
  margin-bottom: 20px;
}

.pickup1_area .col_inner h5 {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.pickup1_area .col_inner span {
  border-radius: 50%;
  background: #E71410;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.pickup1_area .col_inner p {
  text-align: left;
  font-size: small;
}
@media only screen and (max-width: 767px) {
  .pickup1_area .col_inner{
    margin: 0 10px 20px;
    min-height: 440px;
  }
}

/* BENEFITS */
.benefits_area {
  background: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
  margin-top: 100px !important;
}

.benefits_area ul {
  padding: 0;
}

.benefits_area ul li {
  list-style: none;
  font-weight: bold;
}

.benefits_area ul li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  font-weight: 900;
  color: #2a0dd9;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .benefits_area{
    padding: 40px 20px;
  }
  .benefits_area ul{
    margin-bottom: 0;
  }
}
.catch_area{
  position: relative;
}
.catch_area .catch_copy{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 10;
  text-align: center;
  width: 100%;
}
.catch_area .logo_area{
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 10px;
  left: -100%;
  right: -100%;
}
.catch_area .logo_area p{
  font-weight: normal;
  color: #2a0dd9;
}
.catch_img_pc{
  /* height: 100vh; */
  height: auto;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .catch_area{}
  .catch_area .logo_area p{
    font-size: xx-small;
  }
  .catch_area .logo_area img{
    width: 150px;
  }
}

#slide {
  width:100%;
  height:800px;
  position:relative;
  }
  #slide li{
    width: 100% !important;
  }
  #slide img {
  position:absolute;
  top:0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  }
.catch_btn{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: -100%;
  right: -100%;
  bottom: 60px;
}
.catch_btn ul{
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
.catch_btn ul li{
  list-style-type: none;
  text-align: center;
  background: #fffc00;
  width: 30%;
  border-radius: 50px;
  vertical-align: middle;
  float: left;
  margin: 0 1.6%;
  min-height: 70px;
}
.catch_btn ul li a{
  width: 100%;
  color: #2a0dd9 !important;
  font-weight: bold;
  padding: 12px 0;
  display: block;
  line-height: 1;
}
.catch_btn ul li a span{
  display: block;
  line-height: 1;
  font-size: small;
}
.catch_btn ul li a .fas{
  display: block;
}

@media only screen and (max-width: 767px) {
  .catch_btn ul li a{
    padding: 20px 0;
  }
  #slide {
    height: auto;
  }
  #slide img{
    left: 0;
  }
  #slide li{
    width: 1000px !important;
    height: 600px !important;
  }
  .catch_area .catch_copy{
    width: 100%;
    height: 100%;
    /*left: 0;
    top: 100px;*/
    padding: 0 0px;
    top: 60px;
  }
  
  .catch_area .catch_copy img{
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
  .catch_btn{
    left: 0;
    right: 0;
    top: 340px;
    }
  .catch_btn .inner{
    position: relative;
    }
    .catch_btn ul{
      padding: 0 10px;

    }
    .catch_btn ul li{
      width: 100%;
      margin: 0 0 10px;
      min-height: auto;
      z-index: 10;
      position: relative;
    }
}

.text-editor{
  text-align: center;
}
.box-w {
  display: table;
  box-sizing: border-box;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
}
.box-w li {
  display: table-cell;
  color: #000;
  width: 25%;
  box-sizing: border-box;
  border: 2px solid #FFFC2C;
  margin: 0 5px;
  padding: 30px 20px;
  vertical-align: top;
  font-size: small;
  background: #fff;
}
.box-w span {
  font-size: x-large;
  margin-bottom: 10px;
  display: block;
}
.box-w h5 {
  margin-bottom: 5px;
  padding: 0;
  line-height: 100%;
}
h5::before {
  content: "- ";
}
h5::after {
  content: " -";
}
.list{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.caution{
  font-weight: bold;
  color: #c00000;
}


@media only screen and (max-width: 767px) {
.box-w li{
  display: block;
  margin: 0 0 15px 0;
  padding: 15px 5px;
  text-align: center;
  width: 100%;
}
.box-w span{
  font-size: large;
  font-weight: bold;
}
}

/* アコーディオン */
#acMenu dt{
  display:block;
  width:100%;
  line-height:170%;
  cursor:pointer;
  padding-right:15px;
  padding-bottom: 20px;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 20px;
  position: relative;
  border-bottom: 2px solid #eee;
  }
  #acMenu dt::before{
    content: "Q.";
    padding-right: 10px;
  }
  #acMenu dt::after{
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
  }
  #acMenu dt.active::after{
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    bottom: 50%;
  }
  #acMenu dd{
  width:100%;
  line-height:170%;
  text-align: left;
  margin:0 auto 30px;
  font-size: medium;
  display:none;
  max-width: 800px;
  background:#FFFC2C;
  padding: 30px;
  }
  #acMenu dd::before{
    content: "A.";
    font-weight: bold;
    padding-right: 10px;
  }
  #acMenu dt.active{
  
  
  }
  @media only screen and (max-width: 767px) {
    #acMenu dd{
      font-size: small;
    }
  }

  .news_area li{
    list-style-type: none;
  }

.nodeco{
  text-align: left!important;
}
.nodeco:after,
.nodeco:before{
  display: none;
}
.col_inner_d{
  background: #FCFFAC;
  border: 4px solid #b2003b;
  padding: 20px 20px 1px;
  margin-bottom: 20px;
}
.col_inner_k{
  background: #FCFFAC;
  border: 4px solid #00b285;
  padding: 20px 20px 1px;
  margin-bottom: 20px;
}
.col_inner_t{
  background: #FCFFAC;
  border: 4px solid #3366cc;
  padding: 20px 20px 1px;
  margin-bottom: 20px;
}