@charset "UTF-8";
@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 共通レイアウト設定
        1.2 全体
        1.3 ヘッダー
        1.4 フッター
        1.5 メインイメージ
        1.6 メインカラム
        1.7 サイドカラム
    3.各デフォルトコンテンツ
        1.1 アクセス
        1.2 お問い合わせ
    3.各追加コンテンツ サイト作成時ここに追加していく
        1.1 
        1.2 
================================================================================*/
/*    fontAwesomeブランドカラー　*/
/*
.fa-instagram{
    color: #d6249f;
    &:before{
        opacity: 1;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    }                    
}
.fa-x-twitter{
    color:#1DA1F2;
}
.fa-line{
    color:#07b53b;
}
.fa-facebook{
    color:#1877f2;
}
.fa-youtube{
    color:#DA1725;
}
*/
/*------------------------------------------------------------------------------
    デフォルト設定 共通パーツ設定　共通css設定
------------------------------------------------------------------------------*/
/*  
  デフォルト設定
------------------------------------------------------------*/
html {
  font-size: 10px;
}

body {
  position: relative;
  font-family: "dnp-shuei-gothic-gin-std", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  background-color: white;
  color: #3e3e3e;
  line-height: 1.7;
}
@media only screen and (min-width: 1279px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  body {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767.9px) {
  body {
    font-size: 1.2rem;
  }
}

a {
  color: #fdab66;
  text-decoration: underline;
  outline: none;
}
a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.4rem;
  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: 1278.9px) {
  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: 1278.9px) {
  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: 1278.9px) {
  BODY.edit-entry .image-center,
  .image-center {
    margin: 0 auto 1rem;
  }
}

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

/*  
  共通パーツ
------------------------------------------------------------*/
.icon_box {
  background-color: #fff;
  padding: 10px 16px;
}
.icon_box i {
  font-size: 1.6rem;
  margin-right: 3px;
}

/* ------ 色付きボックス ------ */
.box_l {
  background-color: #f8f3f0;
  height: 100%;
}
@media only screen and (min-width: 1279px) {
  .box_l {
    padding: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .box_l {
    padding: 40px;
  }
}
@media only screen and (max-width: 767.9px) {
  .box_l {
    padding: 30px;
  }
}

.box_m {
  background-color: #f8f3f0;
  height: 100%;
}
@media only screen and (min-width: 1279px) {
  .box_m {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .box_m {
    padding: 40px;
  }
}
@media only screen and (max-width: 767.9px) {
  .box_m {
    padding: 20px;
  }
}

.box_s {
  background-color: #f8f3f0;
  height: 100%;
}
@media only screen and (min-width: 1279px) {
  .box_s {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .box_s {
    padding: 24px;
  }
}
@media only screen and (max-width: 767.9px) {
  .box_s {
    padding: 18px;
  }
}

@media only screen and (max-width: 767.9px) {
  .sp_full .box_s {
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 7%;
    padding-right: 7%;
  }
}

dl.dl_table {
  box-sizing: border-box;
  background: #f7f7f7;
  border-right: 1px solid #e7ebf0;
  border-bottom: 1px solid #e7ebf0;
  border-left: 1px solid #e7ebf0;
}
dl.dl_table dt,
dl.dl_table dd {
  box-sizing: border-box;
  padding: 0.3em 0.3em 0 0.3em;
  border-top: 1px solid #e7ebf0;
}
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 #e7ebf0;
}
@media only screen and (max-width: 767.9px) {
  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: 767.9px) {
  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: 767.9px) {
  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: #e7ebf0;
  border-width: 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.responsive_table .responsive_table_row {
  display: table-row;
}
.responsive_table .responsive_table_title,
.responsive_table .responsive_table_data {
  display: table-cell;
  padding: 1.6rem;
  border-style: solid;
  border-color: #e7ebf0;
  border-width: 1px;
  border-top: none;
  border-right: none;
  border-left: none;
  vertical-align: top;
}
.responsive_table .responsive_table_title {
  background-color: transparent;
  width: 20%;
  font-weight: bold;
  vertical-align: top;
}
.responsive_table .responsive_table_data {
  background-color: transparent;
}
@media only screen and (max-width: 767.9px) {
  .responsive_table {
    display: block;
    border-top: none;
    border-top: 1px solid #e7ebf0;
    padding-top: 1.6rem;
    border-right: none;
  }
  .responsive_table .responsive_table_row {
    display: block;
    margin-bottom: 1.8rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #e7ebf0;
  }
  .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;
  border-right: 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;
  border-left: none;
  vertical-align: top;
}
.responsive_table_no_border .responsive_table_title {
  background-color: none;
  width: 20%;
  font-weight: bold;
  vertical-align: top;
}
.responsive_table_no_border .responsive_table_data {
  background-color: none;
}
@media only screen and (max-width: 767.9px) {
  .responsive_table_no_border {
    display: block;
    border-top: none;
    border-top: 1px solid white;
    padding-top: 1.6rem;
    border-right: none;
  }
  .responsive_table_no_border .responsive_table_row {
    display: block;
    margin-bottom: 1.8rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid white;
  }
  .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;
  }
}

@media only screen and (max-width: 767.9px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::before {
    content: "※表が途切れている場合は、横にスライドさせて下さい。";
    font-size: 11px;
    display: inline-block;
    float: left;
    color: #999999;
  }
}

/*  
  共通css
------------------------------------------------------------*/
.icon_cont {
  display: flex;
  border-top: solid 2px #3e3e3e;
  padding: 16px 0;
}
.icon_cont i {
  text-align: center;
  display: block;
  font-size: 4.6rem;
  width: 100px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .icon_cont i {
    width: 80px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767.9px) {
  .icon_cont i {
    width: 60px;
    font-size: 3rem;
  }
}
.icon_cont .txt_area {
  width: calc(100% - 70px);
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .icon_cont .txt_area {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767.9px) {
  .icon_cont .txt_area {
    width: calc(100% - 60px);
  }
}

.flow_typeA {
  position: relative;
}
.flow_typeA .num {
  background-color: #3e3e3e;
  color: #fff;
  width: 46px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  font-family: "Bebas Neue", serif;
  font-weight: normal;
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .flow_typeA .num {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767.9px) {
  .flow_typeA .num {
    width: 32px;
    height: 32px;
    line-height: 34px;
  }
}
.flow_typeA::before {
  content: "";
  position: absolute;
  background-color: #3e3e3e;
  width: 3px;
  bottom: 0;
  left: 50px;
  top: 0px;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .flow_typeA::before {
    left: 40px;
  }
}
@media only screen and (max-width: 767.9px) {
  .flow_typeA::before {
    left: 34px;
  }
}

.table_typeA {
  width: 100%;
  border-bottom: #e7ebf0 1px solid;
}
.table_typeA th {
  width: 100px;
  vertical-align: top;
  line-height: 1.2;
}
@media only screen and (max-width: 767.9px) {
  .table_typeA th {
    width: 70px;
  }
}
.table_typeA th,
.table_typeA td {
  padding: 10px;
  vertical-align: top;
  line-height: 1.3;
  border-top: #e7ebf0 1px solid;
}
@media only screen and (max-width: 767.9px) {
  .table_typeA th,
  .table_typeA td {
    padding: 8px 0;
  }
}

.table_typeB {
  width: 100%;
}
.table_typeB th,
.table_typeB td {
  padding: 8px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
}

.table_typeC {
  width: 100%;
  table-layout: fixed;
}
.table_typeC th {
  background-color: #3e3e3e;
  color: #fff;
}
.table_typeC th span {
  display: block;
}
.table_typeC td {
  background-color: #d8e2ef;
}
.table_typeC.daycamp td {
  background-color: #d8efe6;
}
.table_typeC th,
.table_typeC td {
  padding: 12px 8px;
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
  border-right: #fff solid 2px;
}
@media only screen and (max-width: 767.9px) {
  .table_typeC th,
  .table_typeC td {
    padding: 8px 4px;
  }
}
.table_typeC tr th:nth-last-child(1),
.table_typeC tr td:nth-last-child(1) {
  border-right: none;
}

.img_typeA {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 1278.9px) {
  .img_typeA {
    padding-top: 70%;
  }
}
@media only screen and (max-width: 767.9px) {
  .img_typeA {
    padding-top: 50%;
  }
}
.img_typeA img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.img_typeB {
  width: 100%;
  padding-top: 70%;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 1278.9px) {
  .img_typeB {
    padding-top: 70%;
  }
}
@media only screen and (max-width: 767.9px) {
  .img_typeB {
    padding-top: 50%;
  }
}
.img_typeB img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.img_typeC {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background-color: #fff;
}
.img_typeC img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* ------ list Attention------ */
.ul_typeA {
  padding: 0;
}
.ul_typeA li {
  list-style: none;
}
.ul_typeA li .ul_inner {
  padding: 0 0 0 16px;
  position: relative;
}
.ul_typeA li .ul_inner::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: #ca0808;
}

/* ------ list Basic------ */
.ul_typeB {
  padding: 0;
  line-height: 1.4;
}
.ul_typeB li {
  list-style: none;
  margin-bottom: 8px;
}
.ul_typeB li .ul_inner {
  padding: 0 0 0 16px;
  position: relative;
}
.ul_typeB li .ul_inner::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #3e3e3e;
}

/* ------ list Check------ */
.ul_typeC {
  padding: 0;
}
.ul_typeC li {
  list-style: none;
}
.ul_typeC li .ul_inner {
  display: block;
  position: relative;
  padding: 10px 0 10px 18px;
  border-bottom: 1px solid #3e3e3e;
  height: 100%;
}
.ul_typeC li .ul_inner::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 10px;
  left: 0;
  color: #3e3e3e;
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767.9px) {
  .ul_typeC li .ul_inner::before {
    top: 9px;
  }
}

/* ------ list pricetable------ */
.ul_typeD {
  padding: 0;
  margin: 0;
}
.ul_typeD li {
  list-style: none;
}
.ul_typeD li .ul_inner {
  font-weight: bold;
  padding: 16px;
  border-bottom: 2px solid #fff;
  background-color: #f4f5f8;
  display: flex;
  justify-content: space-between;
}

/* ------ list anchor------ */
.ul_typeE {
  padding: 0;
  margin-bottom: 0;
}
.ul_typeE li {
  list-style: none;
}
.ul_typeE li a {
  display: block;
  text-decoration: none;
  color: #3e3e3e;
}
.ul_typeE li a:hover {
  opacity: 0.7;
}
.ul_typeE li .ul_inner {
  display: block;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #fff;
  height: 100%;
}
.ul_typeE li .ul_inner a::after {
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  background-color: #3e3e3e;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  top: 10px;
  right: 10px;
  text-align: center;
}
.ul_typeE li .ul_inner.page_link a::after {
  content: "\f061";
}

/* ------ list Data------ */
.ul_typeF {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.ul_typeF li {
  padding: 0.5rem 1rem;
  background: #f3ede8;
  margin: 0 5px 5px 0;
  color: #3e3e3e !important;
}

/* ------ list------ */
.ul_typeG {
  padding: 0;
  line-height: 1.4;
}
.ul_typeG li {
  list-style: none;
  margin-bottom: 10px;
}
.ul_typeG li:hover {
  opacity: 0.7;
}
.ul_typeG li .ul_inner {
  border: solid 2px #3e3e3e;
  padding: 16px;
  position: relative;
  border-radius: 5px;
}
@media only screen and (max-width: 767.9px) {
  .ul_typeG li .ul_inner {
    padding: 10px;
  }
}
.ul_typeG li .ul_inner a {
  text-decoration: none;
  color: #3e3e3e;
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 767.9px) {
  .ul_typeG li .ul_inner a {
    font-size: 1.6rem;
  }
}
.ul_typeG li .ul_inner::before {
  content: "\f358";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -15px;
  font-weight: bold;
  font-size: 2.4rem;
  color: #3e3e3e;
}
@media only screen and (max-width: 767.9px) {
  .ul_typeG li .ul_inner::before {
    font-size: 2rem;
    right: 10px;
    margin-top: -13px;
  }
}

/* ------ list ol------ */
.ol_typeA {
  counter-reset: number;
  padding: 0;
  border-top: solid 1px #3e3e3e;
}
.ol_typeA li {
  list-style: none;
}
.ol_typeA li .ol_inner {
  position: relative;
  padding: 10px 0 0 40px;
  border-bottom: solid 1px #3e3e3e;
}
.ol_typeA li .ol_inner:before {
  counter-increment: number;
  content: counter(number);
  text-align: center;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #3e3e3e;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 12px;
}

.ol_typeB {
  counter-reset: number;
  padding: 0;
}
.ol_typeB li {
  list-style: none;
  min-height: 30px;
}
.ol_typeB li .ol_inner {
  position: relative;
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 767.9px) {
  .ol_typeB li .ol_inner {
    padding: 0 0 0 36px;
  }
}
.ol_typeB li .ol_inner:before {
  counter-increment: number;
  content: counter(number);
  text-align: center;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #3e3e3e;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767.9px) {
  .ol_typeB li .ol_inner:before {
    width: 26px;
    height: 26px;
  }
}

/* ------ btn ------ */
.btn {
  display: inline-block;
  margin: 0 auto 1.6rem;
  padding: 1rem 3.6rem 1rem;
  border-radius: 0;
  background-color: #fdab66;
  color: #3e3e3e;
  line-height: 1.6;
  text-decoration: none !important;
}
.btn:hover, .btn:active {
  color: #3e3e3e;
  opacity: 0.7;
  text-decoration: none !important;
}
.btn.btn_bg:hover, .btn.btn_bg:active {
  color: #3e3e3e;
  opacity: 0.7;
  text-decoration: none !important;
}

.btn_typeA {
  display: inline-block;
  margin: 0 auto 1.6rem;
  padding: 1rem 3.6rem 1rem;
  border-radius: 0;
  background-color: #fdab66;
  color: #3e3e3e;
  line-height: 1.6;
  text-decoration: none !important;
  position: relative;
  background-color: #3e3e3e;
  text-align: center;
  padding: 1rem 2rem 1rem;
  width: 100%;
  max-width: 220px;
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
}
.btn_typeA:hover, .btn_typeA:active {
  color: #3e3e3e;
  opacity: 0.7;
  text-decoration: none !important;
}
.btn_typeA.btn_bg:hover, .btn_typeA.btn_bg:active {
  color: #3e3e3e;
  opacity: 0.7;
  text-decoration: none !important;
}
@media only screen and (max-width: 767.9px) {
  .btn_typeA {
    padding: 10px;
  }
}
.btn_typeA i {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px;
}
.btn_typeA:hover {
  color: #fff;
}

.btn_sub_cat {
  display: inline-block;
  margin: 0 auto 1.6rem;
  padding: 1rem 3.6rem 1rem;
  border-radius: 0;
  background-color: #fee2cb;
  color: #3e3e3e;
  line-height: 1.6;
  text-decoration: none !important;
}
.btn_sub_cat:hover, .btn_sub_cat:active {
  color: #3e3e3e;
  opacity: 0.7;
  text-decoration: none !important;
}
.btn_sub_cat.btn_bg:hover, .btn_sub_cat.btn_bg:active {
  color: #3e3e3e;
  opacity: 0.7;
  text-decoration: none !important;
}

.btn_mt {
  display: inline-block;
  margin: 0 auto 1.6rem;
  padding: 1rem 3.6rem 1rem;
  border-radius: 0;
  background-color: #fdab66;
  color: #3e3e3e;
  line-height: 1.6;
  text-decoration: none !important;
  margin-top: 0.8rem;
  padding: 6px 20px;
}
.btn_mt:hover, .btn_mt:active {
  color: #3e3e3e;
  opacity: 0.7;
  text-decoration: none !important;
}
.btn_mt.btn_bg:hover, .btn_mt.btn_bg:active {
  color: #3e3e3e;
  opacity: 0.7;
  text-decoration: none !important;
}

.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: 1rem 3.6rem 1rem;
  border-radius: 0;
  background-color: #fdab66;
  color: #3e3e3e;
  line-height: 1.6;
  text-decoration: none !important;
  padding: 1.5rem 5rem;
}
.top_page_more_link a:hover, .top_page_more_link a:active,
.entry_more_link a:hover,
.entry_more_link a:active {
  color: #3e3e3e;
  opacity: 0.7;
  text-decoration: none !important;
}
.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 {
  color: #3e3e3e;
  opacity: 0.7;
  text-decoration: none !important;
}

.title_ll,
.title_l,
.title_m,
.title_s,
.title_ss,
.title_sss {
  font-weight: bold;
}

.title_l {
  font-size: 3.2rem;
  text-align: center;
  color: #3e3e3e;
}
@media only screen and (min-width: 1279px) {
  .title_l {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .title_l {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.9px) {
  .title_l {
    margin-bottom: 20px;
    display: block;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

.title_m {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .title_m {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.9px) {
  .title_m {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.title_s {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .title_s {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767.9px) {
  .title_s {
    font-size: 1.6rem;
  }
}

.title_ss {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767.9px) {
  .title_ss {
    font-size: 1.4rem;
  }
}

.title_typeA {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .title_typeA {
    font-size: 2.8rem;
    text-decoration-thickness: 2px;
  }
}
@media only screen and (max-width: 767.9px) {
  .title_typeA {
    font-size: 2.2rem;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
  }
}

.title_typeB {
  background-color: #e4d4c6;
  color: #3e3e3e;
  padding: 8px 18px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .title_typeB {
    font-size: 1.8rem;
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 767.9px) {
  .title_typeB {
    font-size: 1.6rem;
    padding: 8px 12px;
  }
}

.title_typeC {
  border-bottom: solid 2px #3e3e3e;
  color: #3e3e3e;
  padding: 0 0 2px;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.9px) {
  .title_typeC {
    font-size: 1.6rem;
    padding: 4px 0;
  }
}

.title_typeEN {
  font-family: "Bebas Neue", serif;
  font-size: 6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .title_typeEN {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767.9px) {
  .title_typeEN {
    font-size: 3.4rem;
  }
}

.bg_caution {
  background-color: #ffeeee !important;
}

.bdrs_typeA {
  border-radius: 8px !important;
}

.txt_ll {
  font-size: 2.4rem;
}

.txt_l {
  font-size: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .txt_l {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767.9px) {
  .txt_l {
    font-size: 1.6rem;
  }
}

.txt_m {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767.9px) {
  .txt_m {
    font-size: 1.4rem;
  }
}

.txt_s {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .txt_s {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767.9px) {
  .txt_s {
    font-size: 1.2rem;
  }
}

.txt_ss {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767.9px) {
  .txt_ss {
    font-size: 1rem;
  }
}

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

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

.color_white {
  color: #fff;
}

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

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

.ff_en {
  font-family: "Bebas Neue", serif;
}

.ff_en_time {
  font-family: "Bebas Neue", serif;
  font-size: 4rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .ff_en_time {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767.9px) {
  .ff_en_time {
    font-size: 2.4rem;
  }
}

.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 (min-width: 1279px) {
  .pc_ta_c {
    text-align: center !important;
  }

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

  .pc_ta_r {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .tb_ta_c {
    text-align: center !important;
  }

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

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

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

  .sp_ta_r {
    text-align: right !important;
  }
}
.caution {
  color: #ca0808;
  font-weight: bold;
}

@media only screen and (min-width: 1279px) {
  .pc_fw_n {
    font-weight: normal !important;
  }

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

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

  .pc_ta_r {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .tb_fw_n {
    font-weight: normal !important;
  }

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

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

  .tb_ta_r {
    text-align: right !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .sp_fw_n {
    font-weight: normal !important;
  }

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

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

  .sp_ta_r {
    text-align: right !important;
  }
}
/* 余白 */
@media only screen and (min-width: 1279px) {
  .mb_l {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .mb_l {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .mb_l {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 1279px) {
  .mb_m {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .mb_m {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .mb_m {
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 1279px) {
  .mb_s {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .mb_s {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .mb_s {
    margin-bottom: 10px !important;
  }
}

@media only screen and (min-width: 1279px) {
  .pt_l {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .pt_l {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .pt_l {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 1279px) {
  .pt_m {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .pt_m {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .pt_m {
    padding-top: 20px !important;
  }
}

@media only screen and (min-width: 1279px) {
  .pt_s {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .pt_s {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .pt_s {
    padding-top: 10px !important;
  }
}

@media only screen and (min-width: 1279px) {
  .pb_l {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .pb_l {
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .pb_l {
    padding-bottom: 30px !important;
  }
}

@media only screen and (min-width: 1279px) {
  .pb_m {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .pb_m {
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .pb_m {
    padding-bottom: 20px !important;
  }
}

@media only screen and (min-width: 1279px) {
  .pb_s {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .pb_s {
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .pb_s {
    padding-bottom: 10px !important;
  }
}

.mt_0 {
  margin-top: 0rem !important;
}

.mt_5 {
  margin-top: 0.5rem !important;
}

.mt_10 {
  margin-top: 1rem !important;
}

.mt_15 {
  margin-top: 1.5rem !important;
}

.mt_20 {
  margin-top: 2rem !important;
}

.mt_25 {
  margin-top: 2.5rem !important;
}

.mt_30 {
  margin-top: 3rem !important;
}

.mt_35 {
  margin-top: 3.5rem !important;
}

.mt_40 {
  margin-top: 4rem !important;
}

.mt_45 {
  margin-top: 4.5rem !important;
}

.mt_50 {
  margin-top: 5rem !important;
}

.mt_55 {
  margin-top: 5.5rem !important;
}

.mt_60 {
  margin-top: 6rem !important;
}

.mt_65 {
  margin-top: 6.5rem !important;
}

.mt_70 {
  margin-top: 7rem !important;
}

.mt_75 {
  margin-top: 7.5rem !important;
}

.mt_80 {
  margin-top: 8rem !important;
}

.mt_85 {
  margin-top: 8.5rem !important;
}

.mt_90 {
  margin-top: 9rem !important;
}

.mt_95 {
  margin-top: 9.5rem !important;
}

.mt_100 {
  margin-top: 10rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb_100 {
  margin-bottom: 10rem !important;
}

.mr_0 {
  margin-right: 0rem !important;
}

.mr_5 {
  margin-right: 0.5rem !important;
}

.mr_10 {
  margin-right: 1rem !important;
}

.mr_15 {
  margin-right: 1.5rem !important;
}

.mr_20 {
  margin-right: 2rem !important;
}

.mr_25 {
  margin-right: 2.5rem !important;
}

.mr_30 {
  margin-right: 3rem !important;
}

.mr_35 {
  margin-right: 3.5rem !important;
}

.mr_40 {
  margin-right: 4rem !important;
}

.mr_45 {
  margin-right: 4.5rem !important;
}

.mr_50 {
  margin-right: 5rem !important;
}

.mr_55 {
  margin-right: 5.5rem !important;
}

.mr_60 {
  margin-right: 6rem !important;
}

.mr_65 {
  margin-right: 6.5rem !important;
}

.mr_70 {
  margin-right: 7rem !important;
}

.mr_75 {
  margin-right: 7.5rem !important;
}

.mr_80 {
  margin-right: 8rem !important;
}

.mr_85 {
  margin-right: 8.5rem !important;
}

.mr_90 {
  margin-right: 9rem !important;
}

.mr_95 {
  margin-right: 9.5rem !important;
}

.mr_100 {
  margin-right: 10rem !important;
}

.ml_0 {
  margin-left: 0rem !important;
}

.ml_5 {
  margin-left: 0.5rem !important;
}

.ml_10 {
  margin-left: 1rem !important;
}

.ml_15 {
  margin-left: 1.5rem !important;
}

.ml_20 {
  margin-left: 2rem !important;
}

.ml_25 {
  margin-left: 2.5rem !important;
}

.ml_30 {
  margin-left: 3rem !important;
}

.ml_35 {
  margin-left: 3.5rem !important;
}

.ml_40 {
  margin-left: 4rem !important;
}

.ml_45 {
  margin-left: 4.5rem !important;
}

.ml_50 {
  margin-left: 5rem !important;
}

.ml_55 {
  margin-left: 5.5rem !important;
}

.ml_60 {
  margin-left: 6rem !important;
}

.ml_65 {
  margin-left: 6.5rem !important;
}

.ml_70 {
  margin-left: 7rem !important;
}

.ml_75 {
  margin-left: 7.5rem !important;
}

.ml_80 {
  margin-left: 8rem !important;
}

.ml_85 {
  margin-left: 8.5rem !important;
}

.ml_90 {
  margin-left: 9rem !important;
}

.ml_95 {
  margin-left: 9.5rem !important;
}

.ml_100 {
  margin-left: 10rem !important;
}

.pt_0 {
  padding-top: 0rem !important;
}

.pt_5 {
  padding-top: 0.5rem !important;
}

.pt_10 {
  padding-top: 1rem !important;
}

.pt_15 {
  padding-top: 1.5rem !important;
}

.pt_20 {
  padding-top: 2rem !important;
}

.pt_25 {
  padding-top: 2.5rem !important;
}

.pt_30 {
  padding-top: 3rem !important;
}

.pt_35 {
  padding-top: 3.5rem !important;
}

.pt_40 {
  padding-top: 4rem !important;
}

.pt_45 {
  padding-top: 4.5rem !important;
}

.pt_50 {
  padding-top: 5rem !important;
}

.pt_55 {
  padding-top: 5.5rem !important;
}

.pt_60 {
  padding-top: 6rem !important;
}

.pt_65 {
  padding-top: 6.5rem !important;
}

.pt_70 {
  padding-top: 7rem !important;
}

.pt_75 {
  padding-top: 7.5rem !important;
}

.pt_80 {
  padding-top: 8rem !important;
}

.pt_85 {
  padding-top: 8.5rem !important;
}

.pt_90 {
  padding-top: 9rem !important;
}

.pt_95 {
  padding-top: 9.5rem !important;
}

.pt_100 {
  padding-top: 10rem !important;
}

.pb_0 {
  padding-bottom: 0rem !important;
}

.pb_5 {
  padding-bottom: 0.5rem !important;
}

.pb_10 {
  padding-bottom: 1rem !important;
}

.pb_15 {
  padding-bottom: 1.5rem !important;
}

.pb_20 {
  padding-bottom: 2rem !important;
}

.pb_25 {
  padding-bottom: 2.5rem !important;
}

.pb_30 {
  padding-bottom: 3rem !important;
}

.pb_35 {
  padding-bottom: 3.5rem !important;
}

.pb_40 {
  padding-bottom: 4rem !important;
}

.pb_45 {
  padding-bottom: 4.5rem !important;
}

.pb_50 {
  padding-bottom: 5rem !important;
}

.pb_55 {
  padding-bottom: 5.5rem !important;
}

.pb_60 {
  padding-bottom: 6rem !important;
}

.pb_65 {
  padding-bottom: 6.5rem !important;
}

.pb_70 {
  padding-bottom: 7rem !important;
}

.pb_75 {
  padding-bottom: 7.5rem !important;
}

.pb_80 {
  padding-bottom: 8rem !important;
}

.pb_85 {
  padding-bottom: 8.5rem !important;
}

.pb_90 {
  padding-bottom: 9rem !important;
}

.pb_95 {
  padding-bottom: 9.5rem !important;
}

.pb_100 {
  padding-bottom: 10rem !important;
}

.pr_0 {
  padding-right: 0rem !important;
}

.pr_5 {
  padding-right: 0.5rem !important;
}

.pr_10 {
  padding-right: 1rem !important;
}

.pr_15 {
  padding-right: 1.5rem !important;
}

.pr_20 {
  padding-right: 2rem !important;
}

.pr_25 {
  padding-right: 2.5rem !important;
}

.pr_30 {
  padding-right: 3rem !important;
}

.pr_35 {
  padding-right: 3.5rem !important;
}

.pr_40 {
  padding-right: 4rem !important;
}

.pr_45 {
  padding-right: 4.5rem !important;
}

.pr_50 {
  padding-right: 5rem !important;
}

.pr_55 {
  padding-right: 5.5rem !important;
}

.pr_60 {
  padding-right: 6rem !important;
}

.pr_65 {
  padding-right: 6.5rem !important;
}

.pr_70 {
  padding-right: 7rem !important;
}

.pr_75 {
  padding-right: 7.5rem !important;
}

.pr_80 {
  padding-right: 8rem !important;
}

.pr_85 {
  padding-right: 8.5rem !important;
}

.pr_90 {
  padding-right: 9rem !important;
}

.pr_95 {
  padding-right: 9.5rem !important;
}

.pr_100 {
  padding-right: 10rem !important;
}

.pl_0 {
  padding-left: 0rem !important;
}

.pl_5 {
  padding-left: 0.5rem !important;
}

.pl_10 {
  padding-left: 1rem !important;
}

.pl_15 {
  padding-left: 1.5rem !important;
}

.pl_20 {
  padding-left: 2rem !important;
}

.pl_25 {
  padding-left: 2.5rem !important;
}

.pl_30 {
  padding-left: 3rem !important;
}

.pl_35 {
  padding-left: 3.5rem !important;
}

.pl_40 {
  padding-left: 4rem !important;
}

.pl_45 {
  padding-left: 4.5rem !important;
}

.pl_50 {
  padding-left: 5rem !important;
}

.pl_55 {
  padding-left: 5.5rem !important;
}

.pl_60 {
  padding-left: 6rem !important;
}

.pl_65 {
  padding-left: 6.5rem !important;
}

.pl_70 {
  padding-left: 7rem !important;
}

.pl_75 {
  padding-left: 7.5rem !important;
}

.pl_80 {
  padding-left: 8rem !important;
}

.pl_85 {
  padding-left: 8.5rem !important;
}

.pl_90 {
  padding-left: 9rem !important;
}

.pl_95 {
  padding-left: 9.5rem !important;
}

.pl_100 {
  padding-left: 10rem !important;
}

@media only screen and (min-width: 1279px) {
  .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: 768px) and (max-width: 1278.9px) {
  .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: 767.9px) {
  .sp_mb_1 {
    margin-bottom: 1px !important;
  }

  .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;
  }
}
@media only screen and (min-width: 1279px) {
  .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: 768px) and (max-width: 1278.9px) {
  .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: 767.9px) {
  .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: 1279px) {
  .row-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-left: -1px;
  }
  .row-2 > * {
    padding-right: 1px;
    padding-left: 1px;
  }

  .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: 768px) and (max-width: 1278.9px) {
  .tb-row-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-left: -1px;
  }
  .tb-row-2 > * {
    padding-right: 1px;
    padding-left: 1px;
  }

  .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: 767.9px) {
  .sp-row-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-left: -1px;
  }
  .sp-row-1 > * {
    padding-right: 1px;
    padding-left: 1px;
  }

  .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-tb-1,
.col-tb-2,
.col-tb-3,
.col-tb-4,
.col-tb-5,
.col-tb-6,
.col-tb-7,
.col-tb-8,
.col-tb-9,
.col-tb-10,
.col-tb-11,
.col-tb-12,
.col-tb,
.col-tb-auto,
.col-sp-1,
.col-sp-2,
.col-sp-3,
.col-sp-4,
.col-sp-5,
.col-sp-6,
.col-sp-7,
.col-sp-8,
.col-sp-9,
.col-sp-10,
.col-sp-11,
.col-sp-12,
.col-sp,
.col-sp-auto {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1279px) {
  .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: 768px) and (max-width: 1278.9px) {
  .col-tb {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-tb-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: 767.9px) {
  .col-sp {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp_only {
  display: none;
}
@media only screen and (max-width: 767.9px) {
  .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: 1278.9px) {
  .gglcalendar {
    padding-bottom: 70%;
  }
}

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

.gglmap {
  position: relative;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1279px) {
  .gglmap {
    padding-bottom: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .gglmap {
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 767.9px) {
  .gglmap {
    padding-bottom: 60%;
  }
}

.gglmap iframe,
.gglmap object,
.gglmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

/*------------------------------------------------------------------------------
    共通ページコンテンツ
------------------------------------------------------------------------------*/
/*  
  全体
------------------------------------------------------------*/
@media only screen and (min-width: 1279px) {
  #container {
    border-right: solid 1px #f7f7f7;
    width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1279px) {
  #colmunContainer {
    padding-bottom: 50px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  #colmunContainer {
    padding-bottom: 40px;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767.9px) {
  #colmunContainer {
    padding-bottom: 30px;
    padding-top: 0px;
  }
}

.page_type_top_page #colmunContainer {
  padding-top: 0;
}

.content_size,
.content_size_m,
.content_size_l {
  box-sizing: content-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1279px) {
  .content_size,
  .content_size_m,
  .content_size_l {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .content_size,
  .content_size_m,
  .content_size_l {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 767.9px) {
  .content_size,
  .content_size_m,
  .content_size_l {
    padding-right: 7%;
    padding-left: 7%;
  }
}

.content_size_m {
  max-width: 1200px;
}

.content_size_l {
  max-width: 1600px;
}

/*  
  ヘッダー
------------------------------------------------------------*/
#site_header {
  padding: 0 5%;
  height: 150px;
  z-index: 100;
  background: transparent;
}
@media only screen and (min-width: 1279px) {
  #site_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #site_header #main_nav {
    width: calc(100% - (219px + 30px + 80px));
    margin-right: calc(80px + 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  #site_header {
    height: 100px;
  }
}
@media only screen and (max-width: 767.9px) {
  #site_header {
    height: 70px;
  }
}

/* ロゴ */
#site_header_title {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (min-width: 1279px) {
  #site_header_title img {
    margin-top: -5px;
    width: 219px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  #site_header_title img {
    width: 150px;
  }
}
@media only screen and (max-width: 767.9px) {
  #site_header_title img {
    width: 100px;
    margin: 0;
  }
}

/* ハンバーガーメニュー  */
#main_nav_btn {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 3.2rem;
}
@media only screen and (min-width: 1279px) {
  #main_nav_btn {
    width: 80px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1278.9px) {
  #main_nav_btn {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
}

/*メニューバー*/
.menubar {
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 80px;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  padding: 26px;
  background-color: #3e3e3e;
}
@media only screen and (min-width: 1279px) {
  .menubar {
    height: 80px;
    width: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .menubar {
    height: 70px;
    width: 70px;
    padding: 22px;
  }
}
@media only screen and (max-width: 767.9px) {
  .menubar {
    height: 56px;
    width: 56px;
    padding: 16px;
  }
}
.menubar:hover {
  opacity: 0.7;
  text-decoration: none;
}

.menubar_line {
  background: #fff;
  display: block;
  height: 2px;
  transition: transform 0.3s;
  width: 100%;
  transform-origin: center;
  margin-bottom: 8px;
  border-radius: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .menubar_line {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.9px) {
  .menubar_line {
    margin-bottom: 6px;
  }
}

.menubar_line_bottom {
  margin-bottom: 0;
}

.menubar_line_center {
  display: none;
}

.menubar.active {
  margin-top: 0;
}
.menubar.active .menubar_line_top {
  transform: rotate(45deg);
  margin-bottom: 0;
}
.menubar.active .menubar_line_center {
  display: none;
}
.menubar.active .menubar_txt {
  margin-top: 40px;
}
.menubar.active .menubar_line_bottom {
  transform: rotate(135deg);
  margin-top: -2px;
}

/*headerボタン*/
.header_btn {
  background-color: #3e3e3e;
  color: #3e3e3e;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 80px;
  width: 80px;
}

.header_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.header_btn .txt {
  font-size: 1rem;
}

.header_btn i {
  text-align: center;
  font-size: 2.4rem;
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  .header_btn {
    height: 70px;
    width: 70px;
    font-size: 1rem;
  }

  .header_btn i {
    text-align: center;
    font-size: 2rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767.9px) {
  .header_btn {
    height: 56px;
    width: 56px;
    font-size: 0.9rem;
  }

  .header_btn i {
    text-align: center;
    font-size: 2rem;
    width: 100%;
  }
}
.header_btn.active {
  background-color: #fff;
}

.access_btn {
  background-color: #e4d4c6;
}

.reserve_btn {
  background-color: #fdab66;
}

/*  
  フッター　ハンバーガーメニュー　共通
------------------------------------------------------------*/
.cmn_menu_item {
  text-align: center;
}

.cmn_logo {
  display: block;
  margin: 0 auto 20px;
  width: 40%;
  max-width: 200px;
}

.cmn_tel {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 5px;
}

.cmn_address {
  color: #fff;
  font-size: 1.2rem;
}
.cmn_address i {
  margin-right: 5px;
}

.cmn_btn {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.9px) {
  .cmn_btn {
    display: block !important;
  }
}
.cmn_btn .btn {
  margin: 0;
}
.cmn_btn i {
  margin-right: 5px;
}

.cmn_sns {
  font-size: 2.4rem;
}
.cmn_sns a {
  color: #3e3e3e;
  margin: 0 5px;
}

/*
.scroll_prevent {
    //動き固定
    position: fixed;
    //奥行きを管理
    z-index: -1;
    //下2つで背景を元のサイズのまま表示することができる
    width: 100%;
    height: 100%;
}
*/
/* メニュー  */
.main_nav_menu.header {
  z-index: 9998;
}
@media only screen and (max-width: 1278.9px) {
  .main_nav_menu.header {
    display: none;
  }
}
.main_nav_menu.header .main_nav_menu_inner .site_header_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main_nav_menu.header .main_nav_menu_inner .site_header_menu ul.main_nav a {
  color: #3e3e3e;
}
.main_nav_menu.header .main_nav_menu_inner .site_header_menu ul.main_nav {
  z-index: 9997;
  width: auto;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  margin-bottom: 0;
}
.main_nav_menu.header .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: left;
  padding: 0 16px;
}
.main_nav_menu.header .main_nav_menu_inner .site_header_menu ul.main_nav > li img {
  margin-top: 2rem;
  vertical-align: top;
}
.main_nav_menu.header .main_nav_menu_inner .site_header_menu ul.main_nav > li a {
  color: #3e3e3e;
  text-decoration: none;
  height: 60px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) and (max-width: 1200px) {
  .main_nav_menu.header .main_nav_menu_inner .site_header_menu ul.main_nav > li a {
    font-size: 1.4rem;
  }
}
.main_nav_menu.header .main_nav_menu_inner .site_header_menu ul.main_nav > li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.main_nav_menu.header .cmn_btn {
  margin-left: 16px;
  margin-bottom: 0;
}
.main_nav_menu.header .cmn_btn a {
  font-size: 1.4rem;
  padding: 14px 24px;
  line-height: 1;
}
.main_nav_menu.header .cmn_sns {
  position: fixed;
  bottom: 40px;
  right: 0;
  width: 80px;
  z-index: 9990;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -51px;
}
.main_nav_menu.header .cmn_sns a {
  font-size: 1.4rem;
  display: block;
  width: 60px;
  text-align: center;
  font-size: 2rem;
  margin: 0;
}
.main_nav_menu.header .cmn_sns a:hover {
  opacity: 0.7;
}

.main_nav_menu.drawer {
  z-index: 9998;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #585858;
  padding-top: 100px;
}
@media only screen and (min-width: 1279px) {
  .main_nav_menu.drawer {
    max-width: 580px;
  }
}
@media only screen and (max-width: 767.9px) {
  .main_nav_menu.drawer {
    padding-top: 70px;
  }
}
.main_nav_menu.drawer .main_nav_menu_inner {
  position: relative;
  width: 100%;
}
.main_nav_menu.drawer .main_nav_menu_inner .site_header_menu {
  padding: 0 30px 100px;
  width: 100%;
}
.main_nav_menu.drawer .main_nav_menu_inner .site_header_menu ul.main_nav a {
  color: #3e3e3e;
}
@media only screen and (max-width: 767.9px) {
  .main_nav_menu.drawer .main_nav_menu_inner .site_header_menu {
    padding: 0 30px 70px;
  }
}
.main_nav_menu.drawer .main_nav_menu_inner .site_header_menu ul.main_nav {
  width: 100%;
  display: block;
  position: static;
  height: auto;
  margin-bottom: 40px;
  padding: 0;
}
.main_nav_menu.drawer .main_nav_menu_inner .site_header_menu ul.main_nav > ul {
  padding-bottom: 1.6rem;
}
.main_nav_menu.drawer .main_nav_menu_inner .site_header_menu ul.main_nav > li {
  text-align: left;
  display: block;
  height: auto;
  padding: 0;
  color: #fff;
}
.main_nav_menu.drawer .main_nav_menu_inner .site_header_menu ul.main_nav > li.ff_en {
  font-size: 3rem;
  line-height: 1.2;
  margin-top: 16px;
}
.main_nav_menu.drawer .main_nav_menu_inner .site_header_menu ul.main_nav > li img {
  margin: 0;
}
.main_nav_menu.drawer .main_nav_menu_inner .site_header_menu ul.main_nav > li:last-child a {
  border-bottom: solid 1px transparent;
}
.main_nav_menu.drawer .main_nav_menu_inner .site_header_menu ul.main_nav > li a {
  color: #fff;
  padding: 16px 16px;
  display: block;
  border-style: none;
  border-top: solid 1px transparent;
  background-color: #717171;
  height: auto;
  line-height: 1;
  text-decoration: none;
  font-size: 1.6rem;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767.9px) {
  .main_nav_menu.drawer .main_nav_menu_inner .site_header_menu ul.main_nav > li a {
    font-size: 1.4rem;
  }
}
.main_nav_menu.drawer .main_nav_menu_inner .site_header_menu ul.main_nav > li a:hover {
  opacity: 0.7;
}
.main_nav_menu.drawer .main_nav_menu_inner .cmn_sns a {
  color: #fff;
}
.main_nav_menu.drawer .cmn_info {
  text-align: center;
}
.main_nav_menu.drawer .cmn_sns {
  text-align: center;
}

.sub_nav {
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .sub_nav {
    flex-wrap: wrap;
  }
}
.sub_nav li {
  list-style: none;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .sub_nav li {
    line-height: 1.6;
  }
}
.sub_nav li a {
  padding: 0 5px;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
}
.sub_nav li a i {
  margin-right: 3px;
}
.sub_nav li a:hover {
  opacity: 0.7;
}

/*  
  フッター
------------------------------------------------------------*/
footer#site_footer {
  max-width: 100%;
  background-color: #3e3e3e;
}
@media only screen and (min-width: 1279px) {
  footer#site_footer {
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
    border-right: solid 1px #f7f7f7;
    width: calc(100% - 80px);
  }
  footer#site_footer > div {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  footer#site_footer {
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767.9px) {
  footer#site_footer {
    padding-top: 40px;
    padding-left: 7%;
    padding-right: 7%;
  }
}
footer#site_footer #copyright {
  padding: 20px;
  text-align: center;
  background-color: #3e3e3e;
  color: white;
}
footer#site_footer .main_nav,
footer#site_footer .main_nav ul,
footer#site_footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1279px) {
  footer#site_footer #copyright {
    padding: 30px 0 20px;
  }
  footer#site_footer .site_header_menu {
    position: relative;
  }
  footer#site_footer .main_nav {
    color: #fff;
    width: 840px;
    margin: 0 0 0 auto;
    column-count: 4;
    column-gap: 20px;
    /* カラム間のスペース */
    list-style: none;
    padding: 0;
  }
  footer#site_footer .main_nav > li {
    line-height: 1.9;
    position: relative;
    padding-left: 16px;
  }
  footer#site_footer .main_nav > li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 0;
  }
  footer#site_footer .main_nav > li.ff_en::before {
    display: none;
  }
  footer#site_footer .main_nav > li.ff_en {
    font-size: 2.8rem;
    padding-left: 0;
    line-height: 1;
    margin-top: 18px;
    margin-bottom: 4px;
  }
  footer#site_footer .main_nav > li.ff_en:first-child {
    margin-top: 0;
  }
  footer#site_footer .main_nav > li a {
    color: #fff;
    text-decoration: none;
  }
  footer#site_footer .main_nav > li a:hover {
    opacity: 0.7;
  }
  footer#site_footer .cmn_info {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
  }
  footer#site_footer .cmn_info .cmn_logo {
    margin: 0 auto 10px 0;
  }
  footer#site_footer .cmn_info .cmn_tel {
    margin-bottom: 0;
  }
  footer#site_footer .cmn_info .cmn_sns a {
    color: #fff;
    margin-right: 5px;
  }
  footer#site_footer .bnr_partner {
    width: 472px;
  }
  footer#site_footer .sub_nav {
    justify-content: flex-start;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  footer#site_footer .main_nav {
    width: 500px;
    column-count: 2;
  }
}
@media only screen and (max-width: 1278.9px) {
  footer#site_footer .main_nav {
    display: none;
  }
  footer#site_footer .cmn_info {
    text-align: center;
  }
  footer#site_footer .bnr_partner {
    max-width: 472px;
    width: 90%;
    margin-bottom: 10px;
  }
}
footer#site_footer .cmn_sns a {
  color: #fff;
}
footer#site_footer .bnr_area {
  margin-top: 100px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (min-width: 1279px) {
  footer#site_footer .bnr_area {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  footer#site_footer .bnr_area {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767.9px) {
  footer#site_footer .bnr_area {
    margin-top: 20px;
  }
}
footer#site_footer .bnr_area li {
  display: block;
  width: 20%;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  footer#site_footer .bnr_area li {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 767.9px) {
  footer#site_footer .bnr_area li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1600px) {
  footer#site_footer .bnr_area {
    margin-top: 160px;
  }
}
@media only screen and (min-width: 1279px) {
  footer#site_footer .cmn_btn {
    display: none;
  }
}

.inqfm_info {
  position: relative;
  background-color: #fdab66;
  color: #3e3e3e;
  position: fixed;
  text-align: center;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
  padding: 20px;
}
@media only screen and (max-width: 767.9px) {
  .inqfm_info {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }
}
.inqfm_info .title_ss {
  text-align: center;
}
.inqfm_info p {
  font-size: 1.2rem;
}
.inqfm_info .btn_typeA {
  display: block;
  margin: 0 auto;
}
.inqfm_info i {
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #fdab66;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  position: absolute;
  top: 10px;
  right: 10px;
}
.inqfm_info i:hover {
  opacity: 0.7;
}

#to_top_btn {
  position: fixed;
  z-index: 9996;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1.6rem;
  right: 1.6rem;
  width: 60px;
  height: 60px;
  font-size: 1.6rem;
  background-color: #fdab66;
  color: #3e3e3e;
  border-radius: 0;
  text-decoration: none;
}
#to_top_btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media only screen and (max-width: 1278.9px) {
  #to_top_btn {
    display: none;
  }
}

/*  
  パンくず
------------------------------------------------------------*/
#breadcrumb {
  padding: 0.5rem 5%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1278.9px) {
  #breadcrumb {
    padding: 0.5rem 5%;
  }
}
@media only screen and (max-width: 767.9px) {
  #breadcrumb {
    padding: 1.5rem 7%;
  }
}
#breadcrumb ol,
#breadcrumb li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#breadcrumb li {
  padding: 0 8px 0 0;
}
#breadcrumb li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  padding-left: 10px;
  font-size: 1rem;
  height: 100%;
  display: flex;
}
#breadcrumb li:last-child:after {
  content: "";
}
#breadcrumb a {
  text-decoration: underline;
}
#breadcrumb a:hover, #breadcrumb a:active {
  text-decoration: none;
}

/* スライダー　*/
.slick-dots {
  margin-top: 10px;
}

.slick-dots li {
  margin: 0;
}

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

.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: #3e3e3e;
}

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

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

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

/*  
  Q&A
------------------------------------------------------------*/
.accordion .qa_ttl {
  background: #e7ebf0;
  text-align: left;
  padding: 16px 44px;
  margin-bottom: 1rem;
  display: block;
  cursor: pointer;
  position: relative;
  color: #3e3e3e;
  font-weight: bold;
}
@media only screen and (max-width: 767.9px) {
  .accordion .qa_ttl {
    padding: 10px 36px;
    line-height: 1.4;
  }
}

.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: 2.8rem;
  top: 14px;
  left: 16px;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 767.9px) {
  .accordion .qa_ttl::before {
    top: 10px;
    left: 10px;
    font-size: 2.4rem;
  }
}

.accordion .qa_ttl::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  margin-top: -0.6rem;
  width: 10px;
  height: 10px;
  border-right: 3px solid #3e3e3e;
  border-bottom: 3px solid #3e3e3e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767.9px) {
  .accordion .qa_ttl::after {
    right: 16px;
  }
}

.accordion .qa_ttl.active::after {
  border-right: none;
  border-bottom: none;
  border-top: 3px solid #3e3e3e;
  border-left: 3px solid #3e3e3e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -0.4rem;
}

.accordion .entryBody {
  margin: 0;
  padding: 0.6rem 0 3rem 4rem;
  background-repeat: no-repeat;
  background-position: 10px top;
  position: relative;
}
@media only screen and (max-width: 767.9px) {
  .accordion .entryBody {
    padding: 0.6rem 0 3rem 3.8rem;
  }
}

.accordion .entryBody::before {
  position: absolute;
  content: "A";
  font-size: 28px;
  top: 3px;
  left: 14px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767.9px) {
  .accordion .entryBody::before {
    left: 12px;
    font-size: 2.4rem;
  }
}

.accordion .entryBody {
  display: none;
}
