@charset "UTF-8";


/**************************************
サイト別　設定
**************************************/
/*--flex--*/
:root {
  --gap: 20px;
}

@media screen and (max-width:899px) {
  :root {
    --gap: 15px;
  }
}

@media screen and (max-width:599px) {
  :root {
    --gap: 1.5%;
  }
}


/**************************************
フォント
**************************************/
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
  line-height: 1.8;
  font-weight: 300;
  color: #000000;
}
.oswald {
  font-family: 'Oswald', sans-serif;
  line-height: 1.8;
  font-weight: 600;
}
.mv_ttl,.sec_ttl,.cnt_ttl{
  margin-left: auto;
  margin-right: auto;
  color:#A70613;
  font-family: serif;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.15rem;
  line-height: 1.3;
  font-weight: 700;
}
.serif {
  font-family: serif;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.15rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width:899px) {
  html {
    font-size: 65%;
  }
}
@media screen and (max-width:599px) {
  html {
    font-size: 55%;
  }
}
/* @media screen and (max-width:399px) {
  html {
    font-size: 55%;
  }
} */
/**************************************
メインタグ
**************************************/

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    overscroll-behavior: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}


/*-----------------------------------*/
/* テキスト関係 */
/*-----------------------------------*/

ul.disc {
    padding-left: 1rem;
    list-style-type: disc;
}

ul.disc>.clm_item {
    display: list-item;
}

p {
    word-wrap: break-word;
    word-break: break-all;
}

span.en {
    font-weight: normal;
    font-size: 110%;
    line-height: 1;
}

.font_r {
  font-weight: 300;
}
.font_m {
  font-weight: 400;
}
.font_semi-b {
  font-weight: 500;
}
.font_bold {
    font-weight: 600;
}


.font0 {
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

.font0:before,
.font0:after {
    display: none;
}

.txt_left {
    text-align: left !important;
}
.txt_right {
  text-align: right;
}

.txt_center {
    text-align: center;
}

.indent {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}

.clm_item.indent {
    display: inline-block;
}

/*-----------------------------------*/
/* メインタグ */
/*-----------------------------------*/

img {
    max-width: 100%;
    height: auto;
    font-size: 0;
    line-height: 1;
}

.img {
    width: 100%;
    line-height: 0;
    text-align: center;
    overflow: hidden;
}

.img.center {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}

.img a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0!important;
}

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

.mt0 {
    margin-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

/*-----------------------------------*/
/* pc sp　切り替え */
/*-----------------------------------*/

@media screen and (min-width:600px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none !important;
  }
}

@media screen and (max-width:599px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block;
  }
}

/*-----------------------------------*/
/* 改行 */
/*-----------------------------------*/

br.br_pc {
  display: inline-block;
}

br.br_sp {
  display: none;
}

br.br_w900 {
  display: none;
}

br.br_w768 {
  display: none;
}

br.br_w1200 {
  display: none;
}

@media screen and (max-width: 1199px) {
  br.br_w1200 {
      display: inline-block;
  }
}

@media screen and (max-width: 599px) {
  br.br_w900 {
      display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  br.br_w768 {
      display: inline-block;
  }
}

@media screen and (max-width: 599px) {
  br.br_pc {
      display: none;
  }
  br.br_sp {
      display: inline-block;
  }
}


/*-----------------------------------*/
/* サイト形成基本タグ */
/*-----------------------------------*/


.all_wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    position: relative;
}

.main_wrap {
    margin-top: 110px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

.section {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 7rem 0 7.5rem;
    position: relative;
}
.sec_wrap {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.width_fit {
  display: inline-block;
  width: 100%;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap {
  position: relative;
}
.sec_ttl+.inner,
.sec_sub_ttl+.inner {
    padding: 3rem 5.5rem 0;
}

.inner .cnt {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1199px) {
    .sec_ttl+.inner,
    .sec_sub_ttl+.inner {
        padding: 3rem 3.5rem 0;
    }
}

/****************************/



@media screen and (min-width: 900px) {
    .sec_ttl+.inner,
    .sec_sub_ttl+.inner {
        padding: 4rem 3.5rem 0;
    }
    .cnt_box>.txt {
        max-width: 60rem;
        margin-bottom: 3rem;
        padding-left: 4rem;
    }
}


@media screen and (max-width:899px) {
  .sec_ttl+.inner,
  .sec_sub_ttl+.inner {
      width: 95%;
      margin-left: auto;
      margin-right: auto;
      padding: 3rem 0 0;
  }
}

@media screen and (max-width:599px) {
    .section {
      padding: 5vh 0 6vh;
    }
    .inner {
        width: 90%;
        max-width: 90%;
        padding: 0;
    }
    .cnt_box>.txt {
        max-width: 95%;
        margin: 0 auto 3rem;
        margin-bottom: 3rem;
    }
    .sec_ttl2 {
        padding-right: 15px;
    }
    .sec_sub_ttl {
        width: 90%;
    }
    .sec_ttl2 {
        margin-bottom: 1rem;
    }
    .sec_ttl+.inner,
    .sec_sub_ttl+.inner {
        padding: 2rem 0 0;
    }
}


/**************************************
header
**************************************/

.header {
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header .inner.flex{
  width: 100%;
  min-width: 1000px;
  padding: 0 2.5%;
}
.header_ttl a {
    display: contents;
}

@media screen and (max-width:999px) {
    .header .inner.flex {
        width: 100%;
        min-width: 100%;
        padding: 0 2rem;
    }
    .header_ttl {
        justify-content: flex-start;
        height: auto;
        padding-top: 1.5rem;
    }
    .header_ttl .site_type {
        width: 100%;
        margin-top: -3rem;
        text-align: right;
    }
}
@media screen and (max-width:599px) {
  .header {
    width: 100%;
    min-width: 100%;
  }
  .header .inner.flex{
    width: 100%;
    min-width: 100%;
    padding: 0 0 0 2.5%;
  }
}
/**************************************
footer
**************************************/

.footer {
  width: 100%;
  margin: 0;
  position: relative;
  bottom: 0;
  z-index: 1;
}
.footer .cnt_box .left {
    width: 400px;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.footer .cnt_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer .wrap {
    display: flex;
    flex: 0 1 400px;
    gap: 10px;
}

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

.footer_txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0;
}

.footer_tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#menu-footer_menu {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    padding-bottom: 0.1rem;
    font-size: 0.7rem;
}

@media screen and (min-width: 900px) {
    .footer_inner {
        width: 90%;
        max-width: 1920px;
        padding: 2rem 0 2rem;
    }
    .footer.bg {
        background: rgba(255, 255, 255, 1);
    }
    .footer .cnt_box {
        gap: 50px;
    }
    .footer .cnt_box .left {
        flex: 0 1 400px;
        width: 400px;
    }
    .footer .cnt_box .right {
        width: auto;
        max-width: 630px;
    }
    .footer_mark span {
        display: block;
        width: 90px;
        height: 90px;
        padding: 0;
        margin: 0;
    }
    .footer_mark.img {
        flex: 1 0 100px;
    }
    .footer_txt {
        width: 270px;
        height: auto;
        margin: 10px 0 6px;
    }
    .footer_address {
        margin-top: 10px;
        font-size: 1.125rem;
        line-height: 1.2;
    }
}

@media screen and (max-width:899px) {
    .footer_inner {
        max-width: 90%;
        padding: 1.5rem 0;
    }
    .footer .cnt_box {
        gap: 0;
    }
    .footer .cnt_box .left {
        width: 100%;
        margin-bottom: 0;
    }
    .footer .cnt_box .right {
        display: none;
    }
    .footer_mark span {
        display: block;
        width: 60px;
        height: 60px;
        padding: 0;
        margin: 0;
    }
    .footer_mark.img {
        flex: 0 1 60px;
    }
    .footer_txt {
        width: auto;
        max-width: 220px;
        height: auto;
        margin: 0 0 6px;
    }
    .footer_tel {
        width: 150px;
    }
    .footer_address {
        margin-top: 10px;
        font-size: 1rem;
        line-height: 1.2;
    }
    #menu-footer_menu {
        display: none;
    }
}

@media screen and (max-width:599px) {
    .footer_inner {
        padding: 1.5rem 0;
    }
    .footer_address {
        margin-top: 10px;
        font-size: 0.78rem;
        line-height: 1.2;
    }
    .footer .menu a {
        font-size: 0.8rem;
    }
}
/*-----------------------------------*/
/* カラム */
/*-----------------------------------*/

.clm {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--gap);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.clm_item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px;
}

.clm_1 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.clm_1>.clm_item {
  flex: 0 0 100%;
}
.clm_1>.clm_item:last-child {
  margin-bottom: 0 !important;
}
.clm_2>.clm_item {
  width: calc((100% - var(--gap) * 1) / 2);
}
.clm_3>.clm_item {
  width: calc((100% - var(--gap) * 2) / 3);
}
.clm_4>.clm_item {
  width: calc((100% - var(--gap) * 3) / 4);
}



.clm.gap_15 {
  gap: 15px;
}
.clm_2.gap_15>.clm_item {
  width: calc((100% - 15px * 1) / 2);
}
.clm_3.gap_15>.clm_item {
  width: calc((100% - 15px * 2) / 3);
}
.clm_4.gap_15>.clm_item {
  width: calc((100% - 15px * 3) / 4);
}

.clm.border {
  column-gap: 40px;
}

.clm.border>.clm_item {
  padding: 0;
  position: relative;
}

.clm.border>.clm_item:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: -19px;
}

.clm.border>.clm_item:last-child:after {
  display: none;
}

@media screen and (min-width: 900px) {
  .clm_2 ul {
      display: flex;
      justify-content: space-between;
      width: 100%;
  }
  .clm_2 ul li {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 49%;
      height: 100%;
  }
}

@media screen and (min-width:600px) and (max-width:899px) {
  .clm>.clm_item:last-child {
      margin-bottom: 0;
  }
  .clm.clm_2 {
      flex-wrap: wrap;
  }
  .clm.clm_2>.clm_item {
      width: calc((100% - var(--gap) * 1) / 2);
      margin-right: 0;
      margin-bottom: 0.5rem;
      position: relative;
  }

  .clm.clm_3.tab_clm_1 {
      flex-wrap: wrap;
  }
  .clm.clm_3.tab_clm_1>.clm_item {
      flex: 0 0 100%;
      margin-right: 0;
      margin-bottom: 40px;
  }
  .clm.clm_3.tab_clm_1.border>.clm_item:last-child {
      padding-bottom: 0;
  }
  .clm.clm_3.tab_clm_1.clm.border>.clm_item:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: -19px;
      right: 0;
  }
  .clm.clm_2.border>.clm_item:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: -19px;
      right: 0;
  }
  .clm.clm_2>.clm_item:nth-of-type(2n) {
      margin-bottom: 0;
  }
}

@media screen and (max-width:599px) {
  .clm>.clm_item {
      flex: 0 1 100%;
      margin-right: auto;
      margin-left: auto;
  }
  .clm_1>.clm_item {
      flex-wrap: wrap;
  }
  .clm_2 {
      flex-wrap: wrap;
  }
  .clm_3 {
      flex-wrap: wrap;
  }
  .clm_3.wrap {
      gap: 40px;
  }
  .clm.border>.clm_item {
      flex: 0 0 100%;
      margin-right: 0;
      margin-bottom: 80px;
      padding: 0;
      position: relative;
  }
  .clm.border>.clm_item:last-child {
      margin-bottom: 0;
  }
  .clm.border>.clm_item:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: -35px;
      right: 0;
  }
}

/*-----------------------------------*/
/* KV */
/*-----------------------------------*/
@media screen and (min-width: 900px) {}

@media screen and (max-width:899px) {}

@media screen and (max-width:599px) {}



/*-----------------------------------*/
/* テキスト下線マーカー */
/*-----------------------------------*/
.u-line {
    background: linear-gradient(transparent 70%, rgba(191, 227, 156, 1) 0%);
    display: inline;
    /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整*/
    padding: 0 2px 0;
}


/*-----------------------------------*/
/* テキストの左右にライン */
/*-----------------------------------*/

.ttl.lr-line {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 1);
}

.ttl.lr-line:before,
.ttl.lr-line:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background: rgba(0, 0, 0, 1);
}

.ttl.lr-line:before {
    margin-right: 1rem;
}

.ttl.lr-line:after {
    margin-left: 1rem;
}


/*-----------------------------------*/
/* リンク関係  */
/*-----------------------------------*/

a {
    text-decoration: none;
}
.btn {
    display: inline-block;
    z-index: 0;
    pointer-events: painted;
    transition: opacity 0.5s;
}

.btn:hover {
    opacity: 0.8;
    transition: opacity 0.5s;
}

.txt .btn:hover {
    opacity: 0.5;
    transition: opacity 0.5s;
}

a img {
    transition: opacity 0.5s;
    opacity: 1.0;
}

a:hover img {
    opacity: 0.7;
    transition: opacity 0.5s;
}


/*-----------------------------------*/
/* テキスト&写真のブロック */
/*-----------------------------------*/
.block_box {
    width: auto;
    margin: 0 auto;
    position: relative;
}

.block_ttl {
    margin-bottom: 1.5rem;
    padding: 0.8rem;
    font-size: 1.5rem;
    line-height: 1;
    background: rgba(234, 224, 212, 1);
}

.block_box .block_txt {
    font-size: 1.125rem;
    line-height: 1.8;
    position: relative;
}

.block_box .block_txt .ttl {
    margin-bottom: 1rem;
    font-size: 1.375rem;
    font-weight: 500;
    text-align: left;
}

.block_box .block_photo {
    width: auto;
    max-width: 50%;
    position: relative;
}

@media screen and (max-width:599px) {
    .block_box .block_photo {
        max-width: 100%;
        margin: 0;
        padding-bottom: 1rem;
    }
    .block_ttl {
        padding: 0.5rem 0.8rem;
        font-size: 1.25rem;
    }
    .block_box .block_txt {
        font-size: 1rem;
        clear: both;
    }
}

/*-----------------------------------*/
/* テキスト&写真のブロック float */
/*-----------------------------------*/

.block_box.float {
    margin: 0 auto 2rem;
}

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

.block_box.float .photo_right {
    float: right;
    margin: 0 0 0.5rem 2rem;
}

.block_box.float .photo_left {
    float: left;
    margin: 0 2rem 1rem 0;
}

.block_box.float.separate .block_txt {
    overflow: hidden;
}

@media screen and (max-width:599px) {
    .block_box.float .photo_left {
        float: left;
        margin: 0 0 1rem 0;
    }
    .block_box.float .photo_right {
        float: right;
        margin: 0 0 0.5rem 0;
    }
    .block_box.float {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}



/*-----------------------------------*/
/* テキスト&写真のブロック flex */
/*-----------------------------------*/
.block_box.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
}

.block_box.flex .photo_right {
    margin: 0 0 0.5rem 2rem;
}

.block_box.flex .photo_left {
    margin: 0 2rem 1rem 0;
}

@media screen and (max-width:599px) {
    .block_box.flex {
        flex-wrap: wrap;
    }
    .block_box.flex .photo_right {
        width: 100%;
        margin: 0 0 0.5rem 0;
    }
    .block_box.flex .photo_left {
        width: 100%;
        margin: 0 0 1rem 0;
    }
}
/*-----------------------------------*/
/* テキスト&写真のブロック flex リストボックス */
/*-----------------------------------*/

.list_area .block_box.flex {
    gap: 30px;
    padding: 0 0 3rem;
}

.list_area .block_box.flex a {
    flex: 0 1 40%;
}

.list_area .block_box.flex .photo_left {
    margin: 0;
    /* border: 1px solid #DEDBCF; */
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

.list_area .block_box.flex .photo_left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
}

.list_area .block_box.flex a img {
    transition: 0.3s transform;
}

.list_area .block_box.flex a:hover img {
    transform: scale(1.1);
    transition: 0.3s transform;
}

.list_area .block_box.flex .list-info {
    width: 100%;
    margin: 0;
}

.block_box .block_txt.list-info .date {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.15rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1;
}

.block_box .block_txt.list-info .ttl {
    font-size: 1.375rem;
    font-weight: 500;
    text-align: left;
}

@media screen and (max-width:599px) {
    .list_area .block_box.flex {
        gap: 10px;
        padding: 0 0 2rem;
    }
}

/*-----------------------------------*/
/* 三角ボタン */
/*-----------------------------------*/

.btn.link_page.sankaku.right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    background: none;
    border-radius: 0;
    left: unset;
}

.btn.link_page.sankaku.bg_brown {
    border-color: transparent transparent rgba(83, 61, 44, 1) transparent;
}

.btn.link_page.sankaku.bg_green {
    border-color: transparent transparent rgba(133, 183, 85, 1) transparent;
}

.btn.link_page.sankaku .arrow {
    transform: translate(0, 0) rotate(-45deg);
    right: 12px;
    top: 35px;
}

.btn.link_page.sankaku:hover .arrow {
    animation: icon_arrow2 1.5s infinite ease-out;
}

@keyframes icon_arrow2 {
    0% {
        transform: translate(0, 0) rotate(-45deg);
    }
    10% {
        transform: translate(5px, 0) rotate(-45deg);
    }
    20% {
        transform: translate(0, 0) rotate(-45deg);
    }
}

/*-----------------------------------*/
/* リンクボタン */
/*-----------------------------------*/

.link_ex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0 -1rem;
    padding: 0 2px 0 5px;
    font-size: 1rem;
    line-height: 1.2;
    border-bottom: 1px solid;
    position: relative;
}

.link_ex:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
}

.link_ex .arrow {
    width: 1.5rem;
    height: 1.3rem;
    margin-top: -0.5rem;
    background: url(../img/icon_link-ex_blk.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -1.5rem;
    bottom: 0;
}

.link_ex.white .arrow:after {
    background: url(../img/icon_link-ex_wh.svg) no-repeat;
}

.txt_link {
    padding-bottom: 0;
    border-bottom: 1.5px solid rgb(24, 52, 205);
}

.txt_link:hover {
    color: rgb(141 117 80);
    border-bottom: 1.5px solid rgb(141, 117, 80);
}

.page-top .txt_link {
    border-bottom: 1.5px solid rgb(141, 117, 80);
}

.btn.link_page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    height: 50px;
    margin: 0 auto;
    font-size: 1.125rem;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.btn.link_page .arrow {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-left-width: 0;
    border-top-width: 0;
    transform: translate(0, -50%) rotate(-45deg);
    position: absolute;
    right: 8%;
    top: 50%;
}

.btn.link_page:hover .arrow {
    animation: icon_arrow 1.5s infinite ease-out;
}

.btn.link_page.right {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width:599px) {
    .btn.link_page.right {
        margin: 0 auto;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
    }
}

@keyframes icon_arrow {
    0% {
        transform: translate(0, -50%) rotate(-45deg);
    }
    10% {
        transform: translate(5px, -50%) rotate(-45deg);
    }
    20% {
        transform: translate(0, -50%) rotate(-45deg);
    }
}

@media (max-width:599px) {
    .btn.link_page {
        width: 100%;
        max-width: 250px;
        height: 45px;
        font-size: 1rem;
    }
    .is-mobile .btn.link_page {
        height: 40px;
    }
}

@media screen and (orientation: landscape) {
    /* 横向きの場合のスタイル */
    .btn.link_page {
        height: 35px;
    }
}

/*-----------------------------------*/
/* スクロールナビ */
/*-----------------------------------*/


.scroll_navi {
    word-break: normal;
    position: absolute;
    z-index: 0;
    left: 2.8rem;
    bottom: 10px;
}

.scroll_navi a {
    display: inline-block;
    position: absolute;
    right: -20px;
    bottom: 0;
    z-index: 1;
    padding: 10px 10px 90px;
    overflow: hidden;
    color: rgb(120, 120, 120, 1);
    font-size: 20px;
    line-height: 1;
    letter-spacing: .2em;
    /* text-shadow: 0 1px 3px rgb(120 120 120 / 55%); */
    text-transform: none;
    text-decoration: none;
    writing-mode: vertical-lr;
    pointer-events: none;
}

.scroll_navi a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 42%;
    width: 1px;
    height: 80px;
    background: rgb(120, 120, 120, 1);
    /* box-shadow: 0px 1px 2px 1px rgb(190 190 190 / 55%); */
    animation: scrollAnime 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@media screen and (max-width:599px) {
    .scroll_navi {
        word-break: normal;
        position: absolute;
        left: 1rem;
        bottom: 10px;
    }
    .scroll_navi a {
        font-size: 1rem;
    }
}

@keyframes scrollAnime {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

/*-----------------------------------*/
/* TOPへ戻る */
/*-----------------------------------*/

#pagetop {
    position: fixed;
    bottom: 130px;
    right: 20px;
    font-size: 12px;
    line-height: 1.2;
    z-index: 1;
}

#pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #2E8B57;
    border:1px solid #ffffff;
    border-radius: 70%;
    text-decoration: none;
    color: #fff;
    padding: 24px 5px 0;
    text-align: center;
    display: block;
    /* opacity: 0.8; */
    transition: all .3s ease;
    position: relative;
}

#pagetop a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    position: absolute;
    top: 13px;
    left: 50%;
}

@media screen and (max-width:959px) {
    #pagetop {
        bottom: 100px;
        right: 40px;
    }
}

@media screen and (max-width:599px) {
    #pagetop {
      bottom: 80px;
      right: 10px;
    }
    #pagetop a {
      width: 58px;
      height: 58px;
      padding: 20px 5px 0;
    }
  }

/*-----------------------------------*/
/* 電話リンクボタン */
/*-----------------------------------*/


a.tel-link {
    pointer-events: none;
}

/*-----------------------------------*/
/* ボタン・フォーム関係 */
/*-----------------------------------*/
.disnon {
  display: none;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: painted;
  cursor: pointer;
}
.btn.arrow {
  position: relative;
}
.btn.arrow:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border: 1.5px solid #ffffff;
  border-left-width: 0;
  border-top-width: 0;
  transform: translate(0,-50%) rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 50%;
}
.btn a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex: none;
}
input[type="submit"].disabled,
button.disabled {
  border:none;
  pointer-events: none;
  cursor: none;
}
.btn.disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.5;
}
button {
  pointer-events: painted;
  cursor: pointer; 
}
.btn button,
.btn input[type="submit"],
.btn input[type="reset"],
.btn input[type="button"] {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex: none;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border:none;
  pointer-events: painted;
  cursor: pointer;
}
input, textarea, select {
  margin: 3px 0;
  padding: 5px;
  color:#000000;
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 500;
  background: #ffffff;
  border-style: solid;
  border-width: 1px;
  /* -webkit-appearance: none;
  appearance: none; */
}
input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #606060;
    font-size: 1.6rem;
    font-family: inherit;
    font-weight: 300;
}



/**************************************
投稿テキストエディタ
**************************************/

.txt_editor ul {
    padding-left: 2em !important;
    list-style-type: disc !important;
}

.txt_editor ol {
    padding-left: 2em !important;
    list-style: decimal !important;
}
/**************************************
テーブルタグ
**************************************/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr {
  border: 1px solid #707070;
}
.table th, .table td {
  border-right: 1px solid #707070;
  text-align: center;
  padding: 1rem 0.5rem;
  border-spacing: 0;
  vertical-align: middle;
  z-index: 1;
}