/*
Theme Name:  theme_base
Theme URI:
Description: theme_base
Author:
Author URI:
Version: 1.0.0
*/

/* base
------------------------------------------*/

@charset "utf-8";

/*--------------------------------------
リセットCSS
--------------------------------------*/
*, ::before, ::after { -webkit-box-sizing: border-box; box-sizing: border-box; border-style: solid; border-width: 0; } html { line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; } body { margin: 0; } main { display: block; } p, table, blockquote, address, pre, iframe, form, figure, dl { margin: 0; } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; } ul, ol { margin: 0; padding: 0; list-style: none; } dt { font-weight: 700; } dd { margin-left: 0; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; border-top-width: 1px; margin: 0; clear: both; color: inherit; } pre { font-family: monospace, monospace; font-size: inherit; } address { font-style: inherit; } a { background-color: transparent; text-decoration: none; color: inherit; } abbr[title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } code, kbd, samp { font-family: monospace, monospace; font-size: inherit; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } svg, img, embed, object, iframe { vertical-align: bottom; } button, input, optgroup, select, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; vertical-align: middle; color: inherit; font: inherit; background: transparent; padding: 0; margin: 0; border-radius: 0; text-align: inherit; text-transform: inherit; } [type=checkbox] { -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; } [type=radio] { -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; } button, [type=button], [type=reset], [type=submit] { cursor: pointer; } button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled { cursor: default; } :-moz-focusring { outline: auto; } select:disabled { opacity: inherit; } option { padding: 0; } fieldset { margin: 0; padding: 0; min-width: 0; } legend { padding: 0; } progress { vertical-align: baseline; } textarea { overflow: auto; } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto; } [type=search] { outline-offset: -2px; } [type=search]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } label[for] { cursor: pointer; } details { display: block; } summary { display: list-item; } [contenteditable]:focus { outline: auto; } table { border-color: inherit; } caption { text-align: left; } td, th { vertical-align: top; padding: 0; } th { text-align: left; font-weight: normal;
}

img{
    max-width:100%;
}

:root {
  --main_color: #87bfc5;
  --sub_color: #6DADB3;
  --th_color: #AED6D3;
  --black: #3e3a3a;
  --gray-light: #D9D9D9;
  --gray-dark: #dedcd4;
  --gold-dark: #867141;
  --red01: #a5233b;
}
body::-webkit-scrollbar { width: 12px; }
body::-webkit-scrollbar-track { background-color: var(--bg_color); }
body::-webkit-scrollbar-thumb {
  background-color: var(--main_color);
  border-radius: 100px;
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    font-size: 15px;
    font-family: "Open Sans","游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "sans-serif";
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow: hidden;
    /*文字のカーニング*/
    -ms-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    word-break: break-word;
    scroll-behavior: smooth;
    color: #3D3D3D;
}


body {
    background: #fff;
}

main{
    width: 100%;
    min-height: 750px;
    overflow: hidden;
}

a{
    color: #3c3c3c;
}
a:hover, a:active {
    color: #d6d6d6;
}
section {
    text-align: center;
    padding: 60px 0 60px;
    margin: 0 auto;
}
main section:first-child{
    padding: 55px 0 30px;
}
main section:last-child{
    padding: 40px 0 40px;
    margin-bottom: 20px;
}
main .other_page section:first-child{
    padding: 0 0 40px;
}
main .other_page section:last-child{
    padding: 40px 0;
}
/*---------------------
ローディングアニメーション
---------------------*/
.loader_wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255);
    z-index: 99999;
}
.loader_wrap.other {
    background: #fff;
}
.loader_wrap img{
    max-width: 100%;
}
/*---------------------
アニメーション
---------------------*/
.link_act_01 {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.link_act_01:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
}
.link_act_02_area{
    max-width: 200px;
    overflow: hidden;
    transition: transform .8s cubic-bezier(.16,1,.3,1);
}
.link_act_02_area:hover{
/*    max-width: 200px;
    overflow: hidden;*/
    border: 5px solid #000;
}
.link_act_02 {
    max-width: 200px;
    overflow: hidden;
    /*かくだい*/
    transform: scale(1);
    /*アニメーションスピード*/
    transition: transform .8s cubic-bezier(.16,1,.3,1);
}
.link_act_02:hover {
    /*傾き 拡大*/
    -moz-transform: rotate(10deg) scale(1.1);
    -webkit-transform: rotate(10deg) scale(1.1);
    -o-transform: rotate(10deg) scale(1.1);
    -ms-transform: rotate(10deg) scale(1.1);
    transform: rotate(10deg) scale(1.1);
}

.link_act_03 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.link_act_03:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}
.link_act_04 {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*拡大縮小*/
.link_act_05{
    animation: anime 2s ease-in-out infinite;
    transform-origin: 50% 50%;
}

@keyframes anime {
    0% {transform:scale(0.9);}
    30% {transform:scale(0.9);}
    40% { transform:scale(1.1);}
    50% { transform:scale(0.9);}
    60% { transform:scale(1.1);}
    70% { transform:scale(0.9);}
    100% { transform:scale(0.9);}
}

.link_act_06{
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.link_act_06:hover{
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}

/* フェードイン*/
.list-mv02 {
    transition: 2s;
    opacity: 0;
}
.mv02 {
    opacity: 1.0;
}
.list-mv03 {
    opacity: 0;
    transition: 2s;
    transform: translate(0,5px);
    -webkit-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
    -moz-transform: translate(0,5px);
}
.mv03 {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
.list-mv04 {
    transition: 3s;
    opacity: 0;
}
.mv04 {
    opacity: 1.0;
}




.inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}
@media screen and (max-width:768px) {
    .inner {
      padding: 0 20px;
  }
}

.text_center {
    text-align: center;
}
.center_100{
    width: 100%;
    margin: auto;
    text-align: center;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right !important;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_30 {
    margin-bottom: 30px;
}
.pb_30 {
    padding-bottom: 30px;
}

.pc_none{
    display: block;
}
.sp_none{
    display: none;
}
.wb {
    font-weight: bold;
}
.fs_14{
    font-size: 14px;
}
.fs_16{
    font-size: 16px;
}
.fs_18{
    font-size: 18px;
}
.fs_20{
    font-size: 20px;
}
.fs_23{
    font-size: 23px;
}
.fs_25{
    font-size: 25px;
}

/*--------------------------------------
パンくず
--------------------------------------*/
.pankuzu {
    padding: 0;
    margin: auto;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0;
    position:  relative;
    padding: 10px;
}
.pankuzu ol li {
    display: inline-block;
    list-style-type: none;
    padding-right: 5px;
    color: #fff;
}
.pankuzu ol li:first-child:before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 900;
}
.pankuzu ol li:before {
    content: " > ";
}
.pankuzu ol li:first-child {
    color: #fff;
}
.pankuzu ol li a {
    color: #fff;
    padding-left: 5px;
}


/*1列*/
.col_1{
    width:100%;
}
/*2列*/
.col_2{
    width: 49%;
    text-align:center;
}
.col_2 img,
.col_3 img,
.col_4 img,
.col_5 img{
    max-width: 100%;
}
.col_2.lg img,
.col_3.lg img,
.col_4.lg img,
.col_5.lg img{
    max-width: 100%;
}
/*3列*/
.col_3{
    width:32%;
    text-align:center;
}
/*4列*/
.col_4{
    width:24%;
    text-align:center;
}
/*5列*/
.col_5{
    width:19%;
    text-align:center;
}



/*---------------------------
ヘッダー
----------------------------*/
header {
    width: 100%;
    position: fixed;
    z-index: 10999;
    background: #fff;
    /* visibility: hidden; */
}
header#other{
    display: hidden;
}
header.sticky,
header#other.sticky{
 visibility: visible;
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 -ms-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
header h1{
    width: auto;
    /* margin: auto; */
}
header .inner {
    padding: 0;
    position:relative;
}
header .area{
    height: 70px;
    display: flex;
    /* justify-content: flex-start; */
    align-items: center;
}
header .inner ul.header_nav{
    width: auto;
    margin: auto 0 auto auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;

}
header .inner ul.header_nav li{
    width: auto;
    margin: auto 0 auto auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.header_nav .bnr_search a{
    width: 100px;
    display: block;
    position: relative;
    color: #4CA1A6;
    border: 1px solid #4CA1A6;
    padding: 5px 0;
    border-radius: 20px;
    font-weight: bold;
}
.header_nav .bnr_contact a{
    width: 100px;
    display: block;
    position:relative;
    color: #fff;
    background: #4CA1A6;
    padding: 5px 0;
    border-radius: 20px;
    font-weight: bold;
}
.header_nav a.active{
    opacity: 0.7;
}

header .inner .logo{
    display: flex;
    align-items: flex-start;
    padding: 15px 10px;
}
header.sticky .inner .logo{
}
header .inner .logo img{
    max-width: 250px;
}

header .inner ul.header_nav li{
    margin: auto 5px;
}
header a{
    color: #fff;
}
header a:hover{
    opacity: 0.8
}


/*---------------------------
メイン画像
----------------------------*/
.mainvisual_wrap{
    /* background: #fff; */
    position: relative;
    z-index: 10000;
    margin-bottom: 30px;
    margin-top: 70px;
}
.mainvisual_inner{
    padding:0;
}
#mainvisual{
    width: 100%;
    margin: 0 auto 0;
    background: #b9e1d8;
}
.mainvisual_txt{
    max-width: 1300px;
    margin: auto;
}

.page_top_outer {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}
.page_top {
    padding: 0;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-align: center;
    height: 380px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50%;
    /* background: rgba(24,0,0,0.4); */
}
.page_top img {
    margin: 0 auto;
    width: 100%;
}



/*-------------------------
フッター
-------------------------*/
footer {
    padding: 40px 0;
    color: #3c3c3c;
    position:
    relative;
    border-top: 1px solid  var(--main_color);
    font-family: Garamond, "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "Sawarabi Mincho", "MS PMincho", serif;
}
footer p {
    text-align: center;
}
footer a{
  color: #fff;
}
footer a:hover{
    opacity: 0.9;
}
footer a.active{
  color: #9c9c9c9c;
}


.copy {
    padding: 10px;

}


/*--------------------------
トップページ バナーサンプル
---------------------------*/



.bnr_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 3px 5px;
    padding: 0;
    align-items: stretch;
    word-break: break-all;
}



.bnr_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  margin-bottom: 20px;
  position: relative;
}

/*バナータイトル*/
.bnr_item_title{
    display: flex;
    align-items: center;
    padding: 7px 5px 7px 0;
    text-align: left;
    font-weight: bold;
    background: #f0f0f0;
}
.bnr_item_title span.bnr_item_no{
   text-transform: capitalize;
   background: var(--sub_color);
   color: #fff;
   font-weight: normal;
   padding: 4px 8px 4px 8px;
   position:relative;
   font-size: 12px;
}

.bnr_item_title span.bnr_item_name{
  position: relative;
  font-size: 12px;
  margin-left: 20px;
}
.bnr_item_title span.bnr_item_name::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid var(--sub_color);
    transform: rotate(270deg);
}

@media screen and (max-width:768px) {
    .bnr_item_title {
    width: 100%;
    flex-wrap:wrap;
    justify-content: center;
    text-align: center;
    align-content: baseline;
    padding: 0px;
    }

    .bnr_item_title span.bnr_item_no{
     text-transform: capitalize;
     background: var(--sub_color);
     color: #fff;
     font-weight: normal;
     padding: 4px 8px 4px 8px;
     position:relative;
    }
    .bnr_item_title span.bnr_item_no{
        width: 100%;
        padding: 2px;
        font-size: 10px;
    }

    .bnr_item_title span.bnr_item_name{
        margin: 5px;
        /* margin-bottom: 10px; */
        line-height: 16px;
    }

    .bnr_item_title span.bnr_item_name span{
       display: block;
    }

    .bnr_item_title span.bnr_item_name::after {
        display:none;
    }

}

/*バナー画像*/
.bnr_img{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
}
.bnr_img button{
    width: 100%;
    height:100%;
    cursor:pointer;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.bnr_img button:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
}
.bnr_img img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height: 200px;
}
/*バナータグ*/
.bnr_tag{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #f0f0f0;
    padding: 5px;
}
.bnr_tag span{
    width: 20%;
    max-height: 25px;
    border: 1px solid var(--sub_color);
    color: var(--sub_color);
    font-size: 10px;
    padding: 0 2px;
    margin: 0 5px;
    background: #fff;
    font-weight: bold;
    overflow:hidden;
}

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

    .bnr_box {
        grid-template-columns: repeat(2, 1fr);
    }
    .bnr_tag {
        flex-wrap: wrap;
    }
    .bnr_tag span{
        width: 46%;
        margin: 2px;
    }
}

/*ページネーション*/
.pagination{
    display:flex;
    justify-content: center;
}
.pagination .page-numbers{
    width:50px;
    margin: 0 5px;
    padding: 10px;
    background: #fff;
    color: var(--sub_color);
    border: 1px solid var(--sub_color);
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.pagination .page-numbers:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
}

.pagination .page-numbers.current{
    background: var(--sub_color);
    color: #fff;
    cursor: auto;
    opacity: 1;
}

.pagination .prev,
.pagination .next{
    background:none;
    border:none;
    color: var(--sub_color);
    cursor: pointer;
}


/*バナーのモーダル*/

.swiperModalButton {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.7);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
    position: relative;
    width: 100%;
    max-width: 700px;
    /* padding: 20px; */
}
.modal_inner {
    width: 100%;
    margin: 0 auto;
    /* border-radius: 2px; */
    /* padding: 20px 25px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* 閉じるボタン */
.modal__close-btn {
    position: absolute;
    right: 0;
    top: -40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 20;
}
.modal__close-btn:hover {
    opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
    display: inline-block;
    vertical-align: middle;
    color: #313131;
    line-height: 1;
    width: 2rem;
    height: 0.1rem;
    background: rgb(255 255 255);
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.swiper-slide-bnr img{
    width: auto;
    height: auto;
    max-height:300px;
    margin: auto auto 10px auto;
    text-align: center;
    display: block;
}

/*バナータグ*/
.swiper-slide-tag{
    display: flex;
    flex-wrap:wrap;
    justify-content: start;
    /* padding: 8px 5px; */
}
.swiper-slide-tag span{
    width: 90px;
    border: 1px solid var(--sub_color);
    color: var(--sub_color);
    font-size: 10px;
    font-weight: bold;
    padding: 0 10px;
    margin: 0 5px 0 0;
    background: #fff;
    text-align: center;
}
@media screen and (max-width:768px) {
    /*バナータグ*/
    .swiper-slide-tag span{
        width: 23%;
    }
}

/*バナータイトル*/
.swiper-slide-title{
    text-align: left;
    font-weight: bold;
}
.swiper-slide-title span.swiper-slide-no{
   text-transform: capitalize;
   background: var(--sub_color);
   color: #fff;
   font-weight: normal;
   padding: 6px 8px 6px 8px;
   position:relative;
}

.swiper-slide-title span.swiper-slide-name{
  position: relative;
}
.swiper-slide-title span.swiper-slide-name::after{
    content: "";
    position: absolute;
    top: 5px;
    left: -10px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid var(--sub_color);
    transform: rotate(270deg);
}

.swiper-slide-content, .swiper-slide-title {
    color: #fff;
    margin-bottom: 10px;
}
.swiper-slide-content{
    font-size:12px;
}

/*検索部分*/
#search:target {
    scroll-margin-top: 70px; /* 固定ヘッダーの高さ分を調整 */
}


.searchandfilter_area{
    max-width:840px;
    margin: auto;
    background: #e4f4f3;
    border: 1px solid #6DADB3;
    padding: 40px;
}
    @media screen and (max-width:768px) {
    .searchandfilter_area {
        width:90%;
        padding: 20px;
    }
}

/*検索ふぉーむ開閉ボタン*/
@media (max-width: 768px) {

  /* 初期状態：子リストを非表示 */
  .searchandfilter > div > ul:first-of-type > li:nth-child(2) > ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }
  .searchandfilter > div > ul:first-of-type > li:nth-child(2){
    position: relative;
  }

  /* 開閉部分のテキスト */
  .searchandfilter > div > ul:first-of-type > li:nth-child(2)::before {
    width: 100%;
    content: '絞り込み条件追加';
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    color: var(--sub_color);
    transition: color 0.3s ease;
    border-bottom: 1px solid #AED6D3;
    padding-bottom: 13px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  /* 矢印を右端に表示 */
  .searchandfilter > div > ul:first-of-type > li:nth-child(2)::after {
     content: '▼';
     display: inline-block;
     margin-left: auto;
     font-size: 14px;
     color: var(--sub_color);
     transition: transform 0.3s ease;
     position: absolute;
     top: 0;
     right: 0;
     /* bottom: 0; */
     content: '\f107';
     font-family: 'Font Awesome 6 Free';
     font-weight: 900;
  }

  /* ホバー時の色変更 */
  .searchandfilter > div > ul:first-of-type > li:nth-child(2)::before:hover,
  .searchandfilter > div > ul:first-of-type > li:nth-child(2)::after:hover {
    color: #0056b3;
  }

  /* 子リストが開いている状態 */
  .searchandfilter > div > ul:first-of-type > li:nth-child(2).open > ul {
    max-height: 100%;
    opacity: 1;
  }

  .searchandfilter > div > ul:first-of-type > li:nth-child(2).open::before {
    content: '絞り込み条件を閉じる'; /* 開閉テキスト切り替え */
  }

  .searchandfilter > div > ul:first-of-type > li:nth-child(2).open::after {
    /* content: '▲'; */
    content: '\f106';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
  }

/*  .searchandfilter > div > ul:first-of-type > li:nth-child(3).open{
    position: fixed;
  }*/

}



/*1列目 フリー検索*/
.searchandfilter_area form > div > ul > li:first-of-type{
    display: flex;
    align-items: baseline;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #AED6D3;
}
@media screen and (max-width:768px) {
.searchandfilter_area form > div > ul > li:first-of-type{
    flex-wrap:wrap;
}
}
.searchandfilter_area form > div > ul > li:first-of-type input{
    width: 100%;
    background:#fff;
    padding: 3px 10px;
    border-radius: 4px;
}
.searchandfilter_area form > div > ul > li:first-of-type input::before{
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}
.searchandfilter_area form > div > ul > li:first-of-type input::placeholder{
    color:#b7b7b7;
    font-size:12px;
}
.searchandfilter_area form > div > ul > li:first-of-type input::placeholder{
    color: lightgray;
    font-size:12px;
}

.cat-item input[type="checkbox"] {
    display: none;
}

/*ボタンデザイン*/
.cat-item-38 .children label,
.cat-item-39 .children label,
.cat-item-42 .children .children label{
    cursor: pointer;
}
.cat-item-38 .children label,
.cat-item-39 .children label,
.cat-item-42 .children .children label{
    display: block;
    align-items: center;
    gap: 0 5px;
    position: relative;
    min-width: 120px;
    max-width: 121px;
    max-height: 30px;
    padding: 5px;
    margin: 0 3px 5px 0;
    border-radius: 3px;
    background: var(--gray-light);
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}
@media screen and (max-width:768px) {
    .cat-item-38 .children li,
    .cat-item-39 .children li{
        width: 50%;
    }
    .cat-item-42 .children .children li{
        width: 33.3%;
    }
    .cat-item-38 .children label,
    .cat-item-39 .children label,
    .cat-item-42 .children .children label{
        max-width: 100%;
        min-width: auto;
    }
}

.cat-item-38 .children label:has(:checked),
.cat-item-39 .children label:has(:checked){
    background-color: var(--sub_color);
    color: #fff;
}

.cat-item-42 .children .cat-item-40 .children label:has(:checked) {
    background-color: #B9AF78;
    color: #fff;
}
.cat-item-42 .children .cat-item-41 .children label:has(:checked) {
    background-color: #BE7E7E;
    color: #fff;
}


.cat-item-38 > label,
.cat-item-39 > label,
.cat-item-42 > label,
.searchandfilter ul > li:first-child h4{
  position: relative;
  width:150px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}

@media screen and (max-width:768px) {
    .cat-item-38 > label,
    .cat-item-39 > label,
    .cat-item-42 > label,
    .searchandfilter ul > li:first-child h4{
        margin-bottom:10px;
        pointer-events: none;
    }
}


.cat-item-40 > label,
.cat-item-41 > label{
  width:157px;
  font-size:12px;
  pointer-events: none;
}

.cat-item-38 > label::after,
.cat-item-39 > label::after,
.cat-item-42 > label::after,
.searchandfilter ul > li:first-child h4::after{
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid var(--sub_color);
    transform: rotate(270deg);
}


.searchandfilter .cat-item-38{
    display: flex;
    align-items: baseline;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #AED6D3;
}
.searchandfilter .cat-item-38 .children{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.searchandfilter .cat-item-39{
    display: flex;
    align-items: baseline;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--main_color);
}
.searchandfilter .cat-item-39 .children{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.searchandfilter .cat-item-42{
    display: flex;
    align-items: baseline;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--main_color);
}
.searchandfilter .cat-item-42 > .children{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.searchandfilter .cat-item-41{
    width: 100%;
    display: flex;
    align-items: baseline;
}
.searchandfilter .cat-item-41 > .children{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.searchandfilter .cat-item-40{
    width: 100%;
    display: flex;
    align-items: baseline;
}
.searchandfilter .cat-item-40 > .children{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:768px) {
    .searchandfilter .cat-item-38,
    .searchandfilter .cat-item-39,
    .searchandfilter .cat-item-40,
    .searchandfilter .cat-item-41,
    .searchandfilter .cat-item-42{
        flex-wrap:wrap;
        margin-bottom: 15px;
    }
}


.searchandfilter input[type="submit"] {
    width: 100%;
    max-width: 250px;
    margin: 10px auto 0;
    background-color: var(--main_color);
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    text-align: center;
    display: block;
    /* letter-spacing: 0.8em; */
    font-size: 17px;
    font-weight: bold;
}

#resetbutton{
    text-align: center;
    display: block;
    margin: 10px auto;
    font-size: 13px;
    /* text-decoration: underline; */
    color: #A4A4A4;
    border-bottom: 1px solid;
}



/* トップに戻るボタンのスタイル */
#back_to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px;
    background-color: var(--sub_color);
    color: white;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;;
}

#back_to_top.show {
    opacity: 1;
    visibility: visible;
}

#back_to_top:hover {
    opacity: 0.8;
}

/*フリーワード検索用のテキストを隠す*/
.search_list{
    display: none;
}


@media screen and (max-width: 500px) {
     /*---------------------------
    共有
    ---------------------------*/
    .loader_wrap {
        align-items: center;
        justify-content: center;
    }
    section {
        padding: 30px 0;
    }

    footer {
        padding: 40px 0 20px;
    }
    main {
        min-height: auto;
        /* padding-top: 70px; */
    }
    main.other{
        min-height: auto;
        padding-top: 90px;
    }
    main section:last-child {
        padding: 30px 0 0px;
    }

    .inner {
        padding: 0 10px;
    }
    .pc_none{
        display: none;
    }
    .sp_none{
        display: block;
    }

     /*---------------------------
    メイン画像
    ---------------------------*/
    #mainvisual li.no01 .mainvisual_photo {

    }
    .mainvisual_txt {

    }

     /*---------------------------
    フッター
    ---------------------------*/
    .copy {
        background: #fff;
        /* padding: 10px 10px 70px; */
    }


}



/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;min-height: 400px;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 35px;}.swiper-button-next,.swiper-button-prev{position:absolute;top: 40%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color: #fff;}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left: -27px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right: -26px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}/*
