@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* --------topページ */Ï


.c-gnav>.menu-item>a .ttl {
    display: block;
    font-size: 15px;
    font-weight: bold;
}
h2.wp-block-heading.is-style-section_ttl {
    font-size: 3em;
    /* font-family: "Barlow Condensed", sans-serif; */
    font-weight: 800;
    font-style: normal;
    color: #001140;
  }


.is-style-section_ttl span {
    color:  #e03000;
}


.c-scrollHint {
  display: none;
}
.is-style-btn_line a{

  background-color: #FFf;
}

h1.c-headLogo.-img {
  opacity: 0;
}
@media (max-width: 960px) {
h1.c-headLogo.-img {
  opacity: 1;
}
}
/* ----アニメーション用 */



.content-img {
position: relative;
overflow: hidden;
  /* margin: 100px 0; */
}
.content-img-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #001140;
  z-index: 0;
  left: 5%;
  width: 100%;
  height: 100%;
  top: -5%;
}
.content-img img {
  position: relative; 
  z-index: 999;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: clip-path 1.5s ease-in-out, opacity 1s ease-in-out;
  padding: 10px 20px 0 0;

}

.content-img.show img {
  clip-path: inset(0 0 0 0);
  opacity: 1;

}



/* ----------スライド */


.swiper-horizontal>.swiper-pagination-bullets,
 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom, .swiper-pagination-fraction
   {
    bottom: 110px!important;
    left: 0;
    width: 100%;
}
/* 共通 */
.swiper-postListWrap2 .p-postList ,
.swiper-postListWrap1 .p-postList,
.swiper-postListWrap3 .p-postList,
.swiper-postListWrap4 .p-postList {
	flex-wrap: nowrap;
	margin: 0;
}

.swiper-postListWrap1.-type-card .p-postList__item ,.swiper-postListWrap2.-type-card .p-postList__item,.swiper-postListWrap3.-type-card .p-postList__item,.swiper-postListWrap4.-type-card .p-postList__item{
	padding: 0;
}
.swiper-postListWrap1 .swiper-pagination-bullet ,.swiper-postListWrap2 .swiper-pagination-bullet,.swiper-postListWrap3 .swiper-pagination-bullet,.swiper-postListWrap4 .swiper-pagination-bullet{
    background: currentcolor;
    color: inherit;
}
.swiper-wrapper{ 
    margin-bottom:50px!important;}


.swiper-postListWrap .-type-thumb .p-postList__item {
	padding: 0;
}
.p-postList.-type-thumb + .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination2{
	bottom: -4.5px;
}
/* ------------------------ */


.swell-block-fullWide.has-bg-img.about-bg {
    background-size: 5%;
    background-position: 7%;
}


/* グループリンク */
.group-box {
    display: flex;
   align-items: center;
    position: relative;
	max-width: 1600px;
    margin: 0 auto;
	
	
}

.group-img {
   z-index: 2;
    width: calc(79% + (100vw - 100%) / 2);
    position: relative;
    flex-direction: column;
    display: flex;
   /* margin: 0 -14% 0 calc((100vw - 100%) / -2); */
}

.group-btn-wrap {
   position: relative;
   padding: 0% 10%;
    z-index: 1;
    display: flex;
    width: calc(92% + (100vw - 100%) / 2);
    margin: 0 calc((100vw - 100%) / -2) 0 -7.2368421053%;
}
.group-btn {
   width: 100%;
    position: relative;
    padding: 6% 6% 6% 23.5%;
    z-index: 1;
    display: flex
;
}
dl.btn-img img {
    width: 310px;
}

p.group-ttl {
    writing-mode: vertical-lr;
    font-size: 2em;
    font-weight: bold;
    font-family: "Barlow Condensed", sans-serif;
    color: #000;
	border-right: 1px solid;
}
p.group-ttl-e {
    writing-mode: vertical-lr;
    font-size: 4em;
    font-weight: bold;
    font-family: "Barlow Condensed", sans-serif;
    color: #000;
    margin: 0 -13px;
}
p.group-ttl-e span{

  color:  #e03000;

}

.groupbtn:hover img{
  opacity: 0.9;
 transform: scale(1.05);
}
.groupbtn img{
  transition: transform 0.3s ease;
}

dl.btn-img li {
    list-style: none;
    padding: 3% 5%;
}
.l-footer__nav {
  gap: 1em;
  padding: 1em 0 4em;
}

.l-footer__nav a {
  border-right: none;
}

.l-footer__nav li:first-child a {
  border-left: none;
}

.l-footer__nav > li > a {
  font-weight: 700;
  font-size: 14px;
}

.l-footer__nav .sub-menu {
  margin-top: 0.25em;
  display: grid;
  gap: 0.15em;
}

.l-footer__nav .sub-menu > li {
  margin-left: 0.75em;
}

.l-footer__nav .sub-menu > li a {
  padding: 0 0.75em;
  position: relative;
  font-size: 13px;
}

.l-footer__nav .sub-menu > li a::before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: var(--color_footer_text);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* ーーー雪嶺会について */


.a-link {
  display: flex;
  justify-content: center;
}
.a-link.swell-block-linkList li{
  width: 22%!important;
 
}
.a-link a{
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
.a-link.swell-block-linkList li {
  width: 100%!important;
}

}
/* 
---沿革ーーーーーーーーー */
   .history-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 3rem 1rem;
    color: #333;
    position: relative;
  }
  
  
  .history-list {
    position: relative;
    /* padding-left: 160px; */
  }
  
  .history-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 17%;
    width: 1px;
    height: 100%;
    background-color: #ddd;
  }
  
  .history-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 3.5rem;
  }
  
  .history-year {
    width: 120px;
    text-align: right;
    font-size: 1.5em;
    font-weight: 700;
    flex-shrink: 0;
    position: relative;
  }
  

  .history-year::after {
    content: "";
    position: absolute;
    right: -23%;
    top: 0.7em;
    width: 10px;
    height: 10px;
    background: #001140;
    border-radius: 50%;
  }
  

  .history-content {
    /* flex: 1; */
    padding-left: 3em;
  }
  
  .history-month {
    font-weight: 600;
    color: #001140;
    display: inline-block;
    width: 3em;
  }
  
  .history-content p {
    line-height: 1.8;
    margin: 0.2em 0 0.5em;
    font-size: 0.95rem;
  }
  

  .history-photo {
    margin-top: 1rem;
  }
  
  .history-photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
  }
  
  .history-photo img:hover {
    transform: scale(1.02);
  }
  
  .history-caption {
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.4rem;
    text-align: center;
  }
  

  @media (max-width: 768px) {
    .history-list {
      padding-left: 0;
    }
  
    .history-list::before {
      left: 8px;
    }
  
    .history-item {
      flex-direction: column;
      margin-left: 1.5rem;
      margin-bottom: 2.5rem;
    }
  
    .history-year {
      text-align: left;
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
    }
  
    .history-year::after {
      left: -14px;
      right: auto;
    }
  
    .history-content {
      padding-left: 0;
    }
  }
  


/* -----支部紹介 */

.shibu-link.swell-block-linkList li{
  width: 19%!important;
 
}
.swell-block-accordion__title {
  align-items: center;
  background: #fff;
  cursor: pointer;
  display: flex
;
  font-weight: 400;
  justify-content: space-between;
  padding: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
.shibu-link.swell-block-linkList li {
  width: 100% !important;
}
}




@media screen and (max-width: 767px) {
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .order4 {
    order: 4;
  }
  .l-footer__nav {
    gap: 0.5em;
    flex-direction: column;
  }

  .l-footer__nav > li:nth-of-type(n + 2) {
    padding-bottom: 0.5em;
  }

  .l-footer__nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .l-footer__nav > li > a {
    font-size: 13px;
  }

  .l-footer__nav .sub-menu {
    margin-top: 0.2em;
    gap: 0.5em;
  }

  .l-footer__nav .sub-menu > li a {
    font-size: 12px;
  }
  .group-box {
    flex-direction: column;
	
	
}

.swell-block-fullWide.has-bg-img.about-bg {
  background-size: 9%;
  background-position: 8%;
}
.group-btn-wrap {
  position: relative;
  padding: 0% 10%;
  z-index: 1;
  display: flex
;
  width: 100%;
  margin: 0 auto;
}
.group-btn {
  width: 100%;
  position: relative;
  padding: 5%;
  z-index: 1;
  display: flex
;
justify-content: center;
}
p.group-ttl {
 font-size: 1.5em;

}
p.group-ttl-e {
 font-size: 3em;

}
}




/* ----各種フォーム */
dd.flex-box {
  display: flex;
  gap: 3em;
  align-items: center;
}
dd.year-flex {
  display: flex;
  align-items: center;
  gap: 0.6em;
}

dd.birth-flex {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.form_table .radio-flex {
  display: flex;
  gap: 3em;
  align-items: center;
  flex-wrap: nowrap;
}

.form_table .radio-flex label {
  display: flex;
  align-items: center;
  gap: 0.4em;
  white-space: nowrap;
}




/*お問い合わせ*/
.form_table {
    margin: 0px auto;
        border: 1px solid #ddd;
    background: #fff;
    padding: 5%;
}
.mw_wp_form input[name="__children[privacypolicy][]"] + .error {
    display : inline;
    padding-right:.5em;
}
.form_table dl{
    padding: 5px 20px!important;
}
.form_table dt.required:after {
    background: #9e445e66;
    bottom: 0;
    color: #000;
    content: "必須";
    display: inline-block;
    font-size: 0.5rem;
    height: 20px;
   margin: 5px; right: 10px;
    text-align: center;
    width: 30px;
}
.form_table dt.option:after {
    background: #72aee6a1;
    bottom: 0; */
    color: #000;
    content: "任意";
    display: inline-block;
    font-size: 0.5rem;
    height: 20px;
   margin: 5px; right: 10px;
    text-align: center;
    width: 30px;
}


label {
/*    display: inline-block;*/
    margin-bottom: 5px;
    font-weight: bold;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
}
span.mwform-checkbox-field-text {
    display: none;
}

input.btn.send {
 background: #1579c3;
 color: #fff;

}
input.btn.back {
    background: #77777729;
}




select {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    border: #444 solid 1px;
    max-width: 100%;
    background: #fff;
    padding: .55em .5em;
    
}
button, input, select, textarea{
  background: #fff;
  border:#444 solid 1px;
  width: 100%;
}


dd.birth-flex select,
dd.birth-flex .unit,
dd.flex-box input,
dd.flex-box select{
  width: auto !important;
  min-width: 90px; 
}


textarea {
    width: 100%;
    background: #fff;
    border:#444 solid 1px;
}

textarea#text {
    height: auto;
}

input[type="hidden"] {
    height: auto;
}
input[type="checkbox"] {
    height: auto;
    width: 20px;
}

p.check {
    margin-bottom: 2%;
}

input.InquiryButton.-back {
    width: 100%;
    margin-top: 20px;
    padding: 1%;
    height: auto;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}



@media screen and (max-width: 768px) {
  .form_table dl {
    padding: 5px 10px !important;
}

  dd.flex-box {
    display: block; 
  }
  dd.flex-box input{
    max-width: 100%;
    margin-bottom: 0.7em;
  }
  dd.birth-flex {
    flex-wrap: wrap;
  }
  dd.birth-flex select {
    width: auto;
    min-width: 90px;
  }
  dd.birth-flex span {
    margin-right: 0.8em;
  }
  dd.birth-flex select, dd.birth-flex .unit, dd.flex-box input, dd.flex-box select {
    width: auto !important;
    min-width: 50px;
}
}
/*お問い合わせここまで*/