/* ##############################################################################

    COMMON

############################################################################## */


  html {
    font-size: 16px;
  }
  body {
    font-family:  'Noto Sans JP', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 1.8;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .08em;
    *font-size: small;
    *font: x-small;
    color: #000000;
    -webkit-font-smoothing: antialiased;
  }


/*トップページだけ横幅がはみでないようにする*/
@media screen and (max-width: 767px) {

  html:has(body.home),
  body.home {
    overflow-x: hidden;
  }

}



  section {/*アンカーリンク用調整*/
    scroll-margin-top: 140px;
}



  ul,
  ol { list-style: none; }
  small { font-size: .875rem; /* 14px */ }
  a,
  a[href="javascript:void(0);"]:hover {
    color: #333;
    text-decoration: none;
    transition: all .4s ease-out;
    outline : none;
  }
  a[href="javascript:void(0);"],
  a[href="javascript:void(0);"]::before {
    color: inherit;
    cursor: default;
    opacity: 1;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  a:focus {
    text-decoration: none !important;
  }
  img {
    vertical-align: middle;
  }
  address,
  em,
  i {
    font-style: normal;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  svg {
    transition: all .4s ease-out;
  }

  @media screen and (max-width: 767px) {
    html {
      font-size: 14px;
    }
    body {
      -webkit-text-size-adjust: none;
      word-break: break-word;
    }
    img {
      max-width: 100%;
      height: auto;
    }
    small { font-size: .813rem; /* 13px */ }
  }

/* layout
**************************************** */

  /* --- float --- */
  .flt-rgt { float: right; }
  .flt-lft { float: left; }

  /* --- position --- */
  .pos_rel {
    position: relative;
  }
  .pos_ab {
    position: absolute;
  }

  /* --- margin --- */
  .mgn-btm8 { margin-bottom: 8px; }
  .mgn-btm16 { margin-bottom: 16px; }
  .mgn-btm24 { margin-bottom: 24px; }
  .mgn-btm32 { margin-bottom: 32px; }
  .mgn-btm40 { margin-bottom: 40px; }
  .mgn-btm48 { margin-bottom: 48px; }
  .mgn-btm56 { margin-bottom: 56px; }
  .mgn-btm64 { margin-bottom: 64px; }
  .mgn-btm72 { margin-bottom: 72px; }
  .mgn-btm80 { margin-bottom: 80px; }

  /* --- font-size --- */
  .fz-12 { font-size: .75rem; /* 12px */ }
  .fz-13 { font-size: .813rem; /* 13px */ }
  .fz-14 { font-size: .875rem; /* 14px */ }
  .fz-15 { font-size: .938rem; /* 15px */ }
  .fz-16 { font-size: 1rem; /* 16px */ }
  .fz-17 { font-size: 1.063rem; /* 17px */ }
  .fz-18 { font-size: 1.125rem; /* 18px */ }
  .fz-20 { font-size: 1.25rem; /* 20px */ }
  .fz-24 { font-size: 1.5rem; /* 24px */ }
  .fz-26 { font-size: 1.625rem; /* 26px */ }
  .fz-28 { font-size: 1.75rem; /* 28px */ }
  .fz-30 { font-size: 1.875rem; /* 30px */ }
  .fz-32 { font-size: 2rem; /* 32px */ }
  .fz-36 { font-size: 2.25rem; /* 36px */ }
  .fz-40 { font-size: 2.5rem; /* 40px */ }
  .fz-44 { font-size: 2.75rem; /* 44px */ }
  .fz-48 { font-size: 3rem; /* 48px */ }
  .fz-56 { font-size: 3.5rem; /* 56px */ }
  .fz-64 { font-size: 4rem; /* 64px */ }

  /* --- pc or sp --- */
  .pc-none,
  .pc-none-inline,
  .pc-none-table,
  .pc-none-flex { display: none; }
  .sp-none { display: block; }
  .sp-none-inline { display: inline; }
  .sp-none-table { display: table; }
  .sp-none-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  @media screen and (max-width: 767px) {

    /* --- margin --- */
    .mgn-btm16 { margin-bottom: 8px; }
    .mgn-btm24 { margin-bottom: 16px; }
    .mgn-btm32 { margin-bottom: 16px; }
    .mgn-btm40 { margin-bottom: 24px; }
    .mgn-btm48 { margin-bottom: 24px; }
    .mgn-btm56 { margin-bottom: 32px; }
    .mgn-btm64 { margin-bottom: 32px; }
    .mgn-btm72 { margin-bottom: 40px; }
    .mgn-btm80 { margin-bottom: 40px; }

    /* --- font-size --- */
    .fz-12 { font-size: .786rem; /* 11px */ }
    .fz-13 { font-size: .857rem; /* 12px */ }
    .fz-14 { font-size: .929rem; /* 13px */ }
    .fz-15 { font-size: 1rem; /* 14px */ }
    .fz-16 { font-size: 1.071rem; /* 15px */ }
    .fz-17 { font-size: 1.143rem; /* 16px */ }
    .fz-18 { font-size: 1.214rem; /* 17px */ }
    .fz-20 { font-size: 1.286rem; /* 18px */ }
    .fz-24 { font-size: 1.429rem; /* 20px */ }
    .fz-26 { font-size: 1.429rem; /* 20px */ }
    .fz-28 { font-size: 1.714rem; /* 24px */ }
    .fz-30 { font-size: 1.714rem; /* 24px */ }
    .fz-32 { font-size: 1.857rem; /* 26px */ }
    .fz-36 { font-size: 1.857rem; /* 26px */ }
    .fz-40 { font-size: 2rem; /* 28px */ }
    .fz-44 { font-size: 2rem; /* 28px */ }
    .fz-48 { font-size: 2.143rem; /* 30px */ }
    .fz-56 { font-size: 2.286rem; /* 32px */ }
    .fz-64 { font-size: 2.571rem; /* 36px */ }

    /* --- pc or sp --- */
    .sp-none,
    .sp-none-inline,
    .sp-none-table,
    .sp-none-flex { display: none; }
    .pc-none { display: block; }
    .pc-none-inline { display: inline; }
    .pc-none-table { display: table; }
    .pc-none-flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }

/* flex
**************************************** */

  /* --- 繝悶Ο繝�け隕∫ｴ� --- */
  .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  /* --- 繧､繝ｳ繝ｩ繧､繝ｳ隕∫ｴ� --- */
  .flex-inline {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  /* --- 騾�髄縺� --- */
  .flex-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  /* --- 邵ｦ荳ｦ縺ｳ --- */
  .flex-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* --- 豌ｴ蟷ｳ譁ｹ蜷第純縺� --- */
  .flex-j-start {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-j-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-j-ctr {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-j-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-j-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* --- 蝙ら峩譁ｹ蜷第純縺� --- */
  .flex-a-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-a-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex-a-ctr {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-a-baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .flex-a-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  /* --- 蟄占ｦ∫ｴ�縺ｮ謚倥ｊ霑斐＠險ｭ螳� --- */
  .flex-c-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-c-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* --- 蟄占ｦ∫ｴ�縺ｮ隍�焚陦瑚ｨｭ螳� --- */
  .flex-c-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-c-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .flex-c-start {
    -webkit-align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .flex-c-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .flex-c-ctr {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .flex-c-baseline {
    -webkit-align-content: baseline;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
  }
  .flex-c-stretch {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  @media screen and (max-width: 1140px) {
    .flex-tb-block {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  
  @media screen and (max-width: 767px) {
    .flex-sp-block {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }

/* txt
**************************************** */
  .txt-ctr,
  .txt-ctr-pc {
    text-align: center;
  }
  .txt-rgt,
  .txt-rgt-pc {
    text-align: right;
  }

  .txt-lft,
  .txt-lft-pc {
    text-align: left;
  }

  .txt-ctr-mincho {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", serif;
    font-size: 1.625rem; /* 26px */
    font-weight:600;
    text-align: center;
  }



  @media screen and (max-width: 767px) {
    .txt-ctr-pc,
    .txt-rgt-pc { text-align: left; }
  }





/* page-heading-title
**************************************** */
/*H2見出し*/
.page_ttl--bg h2.wp-block-heading {
    margin:60px auto 0px;
    color: #ffffff;/*文字色（黒）*/
    background-color: transparent;/*背景色（白）*/
    font-size: 20px;/*文字サイズ*/
    padding: 6px 50px;/*文字回りの余白（上下 左右）*/
    display: inline-block;
    border: 1px solid #ffffff;/*囲み線（太さ 実線 色）*/
    position: relative;
    font-size: 3rem; /* 48px */
    text-align:center;
    z-index: 1;
}
.page_ttl--bg h2.wp-block-heading:before,
.page_ttl--bg h2.wp-block-heading:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;/*左右四角の幅*/
    height: 40px;/*左右四角の高さ*/
    border: 1px solid #ffffff;/*囲み線（太さ 実線 色）*/
}
.page_ttl--bg h2.wp-block-heading:before {
    left: -20px;
    top: -20px;
}
.page_ttl--bg h2.wp-block-heading:after {
    right: -20px;
    bottom: -20px;
}


  @media screen and (max-width: 767px) {
    .page_ttl--bg h2.wp-block-heading {
        margin:60px auto 0px;
        color: #ffffff;/*文字色（黒）*/
        background-color: transparent;/*背景色（白）*/
        padding: 6px 50px;/*文字回りの余白（上下 左右）*/
        display: inline-block;
        border: 1px solid #ffffff;/*囲み線（太さ 実線 色）*/
        position: relative;
        font-size: 1.25rem; /* 20px */
        text-align:center;
    }

    .page_ttl--bg h2.wp-block-heading:before,
    .page_ttl--bg h2.wp-block-heading:after {
        content: "";
        display: block;
        position: absolute;
        width: 20px;/*左右四角の幅*/
        height: 20px;/*左右四角の高さ*/
        border: 1px solid #ffffff;/*囲み線（太さ 実線 色）*/
    }
    .page_ttl--bg h2.wp-block-heading:before {
        left: -10px;
        top: -10px;
    }
    .page_ttl--bg h2.wp-block-heading:after {
        right: -10px;
        bottom: -10px;
    }




  } /* @media screen and (max-width: 767px) */






  h4.page-block-title {
    margin:0px auto 60px;
    padding: 0 20px;
    position: relative;
    width:400px;
    text-align: center;
    font-size: 1.5rem; /* 24px */
    font-weight: bold;
    color: #06a5f8;
    display: inline-block;
    z-index: 1;
}

  h4.page-block-title.brown {
    color: #d57815;
}

  h4.page-block-title.lightBlue {
    color: #06a5f8;
}

  h4.page-block-title.lightGreen {
    color: #12bca6;
}

  h4.page-block-title.darkBlue {
    color: #093391;
}

  h4.page-block-title.size150 {
    width:150px;
}
  h4.page-block-title.size250 {
    width:250px;
}

/* 水色の帯 */
  h4.page-block-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px; /* テキストとの位置調整 */
    transform: translateX(-50%);
    width: 120%;
    height: 16px;
    background: #cfe5fb;
    z-index: -1;
}

  h4.page-block-title.brown::after {
    background: #fbca95;
}

  h4.page-block-title.lightBlue::after {
    background: #cfe5fb;
}

  h4.page-block-title.lightGreen::after {
    background: #c1ebe5;
}

  h4.page-block-title.darkBlue::after {
    background: #c5d5fa;
}


  h5.page-block-title {
    margin:0px auto 60px;
    padding: 0 20px;
    position: relative;
    width:400px;
    text-align: center;
    font-size: 1.5rem; /* 24px */
    font-weight: bold;
    color: #06a5f8;
    display: inline-block;
    z-index: 1;
}








/* FLOATING BANNER
**************************************** */

#floating-banner {
    height: 656px;
    margin-top: -200px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 56px;
    z-index: 9999;
}
.floating-banner-inner {
    height: 656px;
    position: relative;
    width: 56px;
}
/*.floating-banner-inner a img {
	vertical-align: middle;
}*/

.floating-banner-btn {
    bottom: 316px;
    position: absolute;
    right: 0;
 transition: all 0.3s ease;
  opacity: 1;
}

.floating-banner-btn:hover {
opacity: 1;
  transform: translateX(0px); /* 上に5px移動 */
}

  @media screen and (max-width: 767px) {
    #floating-banner { display: none;}
  }







/* common_contact
********************************************** */
  .common_contact {
    margin: 0px 0px 30px 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f4eed1;
  }
  .common_contact--contents {
    margin:0px auto 0px;
  }


  .common_contact_text01 {
    margin:0px auto 50px;
    text-align:center;
  }

  .common_contact_link_btn01 {
    margin: 0px 0px 20px 0px;
  }



/* common city anime
********************************************** */

  .common-city-anime {
    margin:0px 0px 60px 0px;
    padding:0px 0px 100px 0px;
    background-color: #f8f8f8;
  }

  .common-city-anime-line {
    margin:0px 0px 100px 0px;
    background-color:#033988;
    height:20px;

  }


/* common banner
********************************************** */

  .common-banner-link-sec {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
  }


  .common-banner-link-wrapper {
    margin:0px auto 30px;
    padding:0px 0px 0px 0px;
    width:1080px;
  }

@media (max-width: 768px) {
  .common-banner-link-wrapper {
    width:80%;
  }
}


  .common-banner-link-wrapper a:link {
    opacity: 1;
  }
  .common-banner-link-wrapper a:hover {
    opacity: 0.5;
  }




  .common-banner02-link-wrapper {
    margin:0px 0px 30px 0px;
    padding:0px 0px 0px 0px;
  }

  .common-banner02-link-wrapper a:link {
    opacity: 1;
  }
  .common-banner02-link-wrapper a:hover {
    opacity: 0.5;
  }