@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
/* CSS Document */
.page-pankuzu li,
.page-pankuzu li a {
  color: #f67694;
}
main{
	padding-bottom: 100px;
}
main:has(.min_detail){
	padding-bottom: 0px;
}
.f_zen{
  font-family: "Zen Maru Gothic", sans-serif;
}

/* ピンクheader */
.h_top {
    border-top: #F97394 solid 3px;
    border-bottom: #F97394 solid 1px;
}
.h_under_flex .h_cont {
    background-color: #F97394;
    color: #fff;
    width: 160px;
    text-align: center;
}
.h_small {
    font-size: 1.2rem;
    font-weight: bold;
    color:  #F97394;
}
/* ピンクheader */
.drop-down-menu li a::after {
    color: #f97394;
}
.drop-down-menu li a:hover {
    color: #f97394;
}
.tel {
    color: #F97394;
}
.contact {
  display: none;
}
.copyright {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    background-color: #F97394;
    padding: 15px 0;
}
.footer_sitemap .allow::before {
    content: url(../img/f_allow.png);
    position: relative;
    right: 5px;
}
/* 中身 */

.min_top {
  background: linear-gradient(180deg,#fff 0,#fff 60%,#F7F2E9 60%);
}
.top_inner {
  max-width: 1152px;
  width: 90%;
  margin: auto;
}
.top_head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 100px;
  position: relative;
  z-index: 1;
  &::before{
    content: '';
    display: block;
    width: 638px;
    height: 638px;
    border-radius: 50%;
    position: absolute;
    bottom: -100px;
    background: #fff;
  }
}
.top_eff{
  position: relative;
  top: 40px;
}
.top_logo{
  position: relative;
}
.top_body{
  background: #FCDC4A;
  position: relative;
  &::before{
    content: '';
    display: block;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 2px solid #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
  }
}
.top_midashi {
  padding: 120px 0 0;
  text-align: center;
}
.top_cont {
  max-width: 1024px;
  width: 90%;
  margin: 30px auto 0;
}
.slick-arrow {
  all: unset;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  bottom: 19px;
}
.slick-prev.slick-arrow {
  left: calc(50% - 70px);
}
.slick-next.slick-arrow {
  right: calc(50% - 70px);
}
.top_cont .slick-slide {
  margin: 0 10px; /* 左右で合計20pxのギャップ */
}
.top_list {
  margin: 0 -10px; /* slick-trackの横幅調整用 */
  & .slick-track {
    padding-top: 10px;
  }
}
.top_card {
  max-width: 328px;
  width: 100%;
  position: relative;
  background: #fff;
  min-height: 500px;
  &::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    position: absolute;
    top: -10px;
    left: -10px;
    pointer-events: none;
  }
  &:hover{
    & .top_thumb {
      & img{
        transform: scale(1.1);
      }
    }
    & .top_name{
      text-decoration: underline;
    }
    & .top_com{
      text-decoration: underline;
    }
  }
}
.top_thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 232px;
  overflow: hidden;
  & img{
    max-width: 100%;
    width: 100%;
    transition: .3s;
  }
}
.top_plate{
  padding: 10px 20px;
}
.top_cate{
  display: flex;
  overflow: auto;
  gap:2px 5px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top_cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #339999;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 20px;
  padding: 2px 5px;
  white-space: nowrap;
}
.top_date {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.top_link{
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
  z-index: 2;
}
/*.top_name {
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}*/
.top_name {
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
  margin-top: 10px;
}
.top_com {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2;
}
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 15px 0 20px;
}
.slick-dots  button {
  border-radius: 50%;
  border: 2px solid #339999;
  width: 20px;
  height: 20px;
  text-indent: -9999999999999999em;
  color: rgba(0, 0, 0, 0);
  background: rgba(51, 153, 153, 0);
  transition: .3s;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background: rgba(51, 153, 153, 1);
}

.min_abo{
  background: #F7F2E9;
}
.abo_inner {
  max-width: 850px;
  margin: -20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.abo_box {
  max-width: 328px;
  width: 100%;
}
.abo_head {
  font-size: 4rem;
  font-weight: bold;
  color: #339999;
  margin-bottom: 20px;
}

.min_list {
  background: #f7f2e9;
}
.archive .min_list {
  background: linear-gradient(180deg,#fff 0,#fff 50%,#f7f2e9 50%);
}
.list_head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 104px;
  background: url("../img/bg_top_c.png") no-repeat center bottom,url("../img/bg_top_r.png") repeat-x bottom;
}
.list_tit {
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  border-bottom: 5px dotted #339999;
  &::after{
    content: '';
    display: block;
    background: url("../img/icon_pen.svg") no-repeat center bottom;
    width: 26px;
    height: 47px;
    position: absolute;
    bottom: 0;
    right: -28px;
  }
}
.list_body {
  background: #fcdc4a;
  padding: 60px 0 30px;
  position: relative;
  &::before{
    content: '';
    background: url("../img/yel_bg_l.png") repeat-y top right;
    max-width: 315px;
    width: calc(50% - 512px);
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  &::after{
    content: '';
    background: url("../img/yel_bg_r.png") repeat-y top left;
    max-width: 315px;
    width: calc(50% - 512px);
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.list_inner{
  max-width: 1024px;
  width: 90%;
  margin: auto;
  display: flex;
  gap:20px;
  flex-wrap: wrap;
}
.list_card {
  max-width: 241px;
  width: 100%;
  position: relative;
  background: #fff;
  &::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    position: absolute;
    top: -10px;
    left: -10px;
    pointer-events: none;
  }
}
.list_thumb {  
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
  overflow: hidden;
  & img{
    min-width: 100%;
    max-width: none;
    width: auto;
    min-height: 100%;
    height: auto;
    transition: .3s;
  }
}
.list_plate{
  padding: 10px 20px;
}
.list_cate{
  display: flex;
  overflow: auto;
  flex-wrap: wrap;
  gap:2px 5px;
  align-items: flex-start;
}
.list_cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #339999;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 20px;
  padding: 2px 5px;
}
.list_date {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.list_link{
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
  z-index: 2;
}
/*.top_name {
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}*/
.list_name {
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 120px;
  margin-top: 10px;
}
.list_com {
  display: none;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 3; /* 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2;
}
.list_bot{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 104px;
  background: url("../img/bg_bot_c.png") no-repeat center top,url("../img/bg_bot_r.png") repeat-x top;
}
a.list_more {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  background: #339999;
  max-width: 241px;
  border: 1px solid #339999;
  width: 100%;
  border-radius: 50px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 0 35px;
  box-sizing: border-box;
  transition: .3s;
  &::after{
    content: '';
    display: block;
    background:#fff url("../img/arrow.svg") no-repeat center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
  transition: .3s;
  }
  &:hover{
    opacity: 1;
    background: #fff;
    color: #399;
    &::after{
      background:#399 url("../img/arrow_rev.svg") no-repeat center;
    }
  }
}
.list_card:hover{
  & .list_thumb {
    & img{
      transform: scale(1.1);
    }
  }
  & .list_name {
    text-decoration: underline;
  }
  & .list_com {
    text-decoration: underline;
  }
}
.min_bnr {
  background: #f7f2e9;
  padding: 60px 0;
}
.bnr_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  &::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #339999;
    position: absolute;
    top: -10px;
    left: -10px;
    pointer-events: none;
  }
}
.bnr_tit {
  display: flex;
  justify-content: center;
  font-size: 4rem;
  color: #339999;
  font-weight: bold;
}
.bnr_logo {
  display: flex;
  align-items: center;
}
.bnr_com {
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}
.bnr_img,
.bnr_img > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 20px 0 40px;
}
a.bnr_more,
.bnr_more > a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  background: #339999;
  border: 1px solid #339999;
  max-width: 328px;
  width: 100%;
  margin: auto;
  border-radius: 50px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 0 35px;
  box-sizing: border-box;
  transition: .3s;
  &::before{
    content: '';
    display: block;
    background:url("../img/icon_blank.svg") no-repeat center;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 25px;
  }
  &::after{
    content: '';
    display: block;
    background:#fff url("../img/arrow.svg") no-repeat center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    transition: .3s;
  }
  &:hover{
    opacity: 1;
    background: #fff;
    color: #399;
    &::after{
      background:#399 url("../img/arrow_rev.svg") no-repeat center;
    }
  }
}
.btn_more > a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  background: #339999;
  border: 1px solid #339999;
  min-width: 241px;
  width: auto;
  margin: auto;
  border-radius: 50px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 0 45px 0 35px;
  box-sizing: border-box;
  transition: .3s;
  &::after{
    content: '';
    display: block;
    background:#fff url("../img/arrow.svg") no-repeat center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    transition: .3s;
  }
  &:hover{
    opacity: 1;
    background: #fff;
    color: #399;
    &::after{
      background:#399 url("../img/arrow_rev.svg") no-repeat center;
    }
  }
}
/*archive*/
.arc_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: -160px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.list_nav {
  background: #fcdc4a;
}
.list_nav_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  display: flex;
  padding: 90px 0 0;
  gap: 20px;
}
.list_nav_head {
  font-size: 2.4rem;
  font-weight: bold;
  color: #339999;
}
.list_nav_flex {
  display: flex;
  max-width: 770px;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}
a.list_nav_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  background: #fff;
  border: 1px solid #339999;
  border-radius: 50px;
  position: relative;
  color: #339999;
  font-weight: bold;
  padding: 0 40px 0 15px;
  box-sizing: border-box;
  &::after{
    content: '';
    display: block;
    background:#339999 url("../img/arrow_rev.svg") no-repeat center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
  }
}
a.list_nav_btn.act,
a.list_nav_btn:hover{
  opacity: 1;
  background: #339999;
  border: 1px solid #339999;
  color: #fff;
  &::after{
    background:#fff url("../img/arrow.svg") no-repeat center;
  }
}
.page-numbers,
a.page-numbers {
  display: flex;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #339999;
  line-height: 0;
  box-sizing: border-box;
}
.page-numbers.current,
a.page-numbers:hover {
  opacity: 1;
  background: #339999;
  color: #fff;
}
.page-numbers.prev {
  padding-right: 5px;
}
.page-numbers.next {
  padding-left: 5px;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.min_detail{
  background: #FCDC4A;
  position: relative;
  padding-top: 90px;
  margin-top: 120px;
  padding-bottom: 65px;
  margin-bottom: 104px;
  &::before{
    content: '';
    display: block;
    width: 100%;
    height: 104px;
    background: url("../img/bg_top_r.png") repeat-x bottom;
    position: absolute;
    top: -104px;
    left: 0;
  }
  &::after{
    content: '';
    display: block;
    width: 100%;
    height: 104px;
    background: url("../img/bg_bot_c.png") no-repeat center top,url("../img/bg_bot_r.png") repeat-x top;
    position: absolute;
    bottom: -104px;
    left: 0;
  }
  & .det_bg{
    &::before{
      content: '';
      background: url("../img/yel_bg_l.png") repeat-y top left;
      max-width: 315px;
      width: calc(50% - 512px);
      overflow: hidden;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }
    &::after{
      content: '';
      background: url("../img/yel_bg_r.png") repeat-y top right;
      max-width: 315px;
      width: calc(50% - 512px);
      overflow: hidden;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
    }
  }
}
.det_inner{
  max-width: 1024px;
  width: 90%;
  margin: auto;
  background: #fff;
  position: relative;
}
.det_cate{
  display: flex;
  overflow: auto;
  flex-wrap: wrap;
  gap:5px;
  align-items: flex-start;
  max-width: 850px;
  width: 90%;
  margin: auto;
  padding: 25px 0 10px;
}
.det_cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #339999;
  color: #fff;
  border-radius: 20px;
  padding: 3px 15px;
  font-weight: bold;
  min-height: 30px;
  box-sizing: border-box;
}
.det_date{
  max-width: 850px;
  width: 90%;
  margin: auto;
  text-align: right;
  color: #339999;
  font-weight: bold;
}
.det_head {
  padding: 10px 0;
  border-top: 5px dotted #FCDC4A;
  border-bottom: 5px dotted #FCDC4A;
}
.det_tit {
  max-width: 850px;
  width: 90%;
  margin: auto;
  font-size: 3.2rem;
  font-weight: bold;
}
.det_top{
  max-width: 850px;
  width: 90%;
  margin: 25px auto 0;
}
.det_main{
}
.min_det_block{
  position: relative;
  margin: 60px 0 0;
  scroll-margin-top: 120px;
  &:last-child{
    padding-bottom: 60px;
  }
  & h2{
    font-size: 2.4rem;
    font-weight: bold;
    max-width: 850px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap:10px;
    & .det_num{
      font-weight: bold;
      color: #399;
      font-size: 7rem;
      padding-right: 10px;
      display: inline-block;
      text-shadow:
        -1px -1px 0 #000,  /* 左上 */
         1px -1px 0 #000,  /* 右上 */
        -1px  1px 0 #000,  /* 左下 */
         1px  1px 0 #000;  /* 右下 */
    }
  }
}
.min_det_content {
  max-width: 850px;
  width: 90%;
  margin: auto;
  padding-top: 40px;
  &::before{
    content: '';
    display: block;
    border-bottom: 5px dotted #FCDC4A;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -15px;
  }
  & h3{
    color: #0E6BD2;
    font-weight: bold;
    font-size: 2rem;
    margin-top: 10px;
  }
  & h4{
    font-weight: bold;
    margin-top: 10px;
  }
  & ul{
    list-style: inside;
    & li{
      text-indent: -1.5em;
      padding-left: 1.5em;
    }
  }
  & table{
    margin-top: 10px;
  }
  & th {
    background: #F7F2E9;
  }
  & td {
    height: auto;
    text-align: inherit;
  }

}
.det_mv {
  max-width: 850px;
  width: 100%;
  & img{
    width: 100%;
    max-width: none;
    height: auto;
  }
}
.det_index {
  max-width: 676px;
  width: 90%;
  margin: auto;
  background: #F7F2E9;
  padding: 40px 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
  margin-top: -60px;
  & > p{
    font-weight: bold;
  }
  & a{
    display: flex!important;
    & .det_num{
      font-weight: bold;
      color: #399;
      font-size: 2.4rem;
      padding-right: 10px;
      min-width: 40px;
      display: inline-block;
    }
  }
}
.det_bnr {
  background: #F7F2E9;
  padding: 60px 0;
  margin-top: 60px;
}
.min_detail .list_inner{
  width: 100%;
  max-width: 100%;
}
.min_detail .min_list {
  width: 100%;
  max-width: 1024px;
  width: 90%;
  margin: auto;
  background: #fcdc4a;
}
.min_detail .list_head {
  background: none;
}
.min_detail a.list_more {
  margin: 0 auto -60px;
}
.det_bnr{
 & img:is([sizes="auto" i], [sizes^="auto," i]) {
      contain-intrinsic-size: revert-layer !important;
    }
}
/* 固有のスマホ対応記述
==============================================================================
==============================================================================*/

/* 700pxより小さい場合 */
@media screen and ( max-width: 767px ){
#wpadminbar {
  display: none;
}
main{
  overflow: hidden;
	padding-bottom: 50px;
}
#sp-menu_btn {
  background: #ff6482;
}
.products_bg {
  position: relative;
  z-index: 2;
}
.list_card {
  max-width: 100%;
}
.top_head {
  gap: 0;
  padding-top: 30px;
  gap:1%;
  &::before {
    width: 75vw;
    height: 75vw;
    bottom: -20vw;
  }
}
.top_eff {
  max-width: 23%;
  top: auto;
}
.top_midashi {
  padding: 25vw 0 0;
  text-align: center;
  position: relative;
}
.top_card {
  max-width: 95%;
  position: relative;
  left: 5%;
}
.abo_inner {
  flex-direction: column;
  gap: 15px;
  margin: 0 0 -30px;
  padding: 30px 0 0;
}
.abo_box {
  max-width: 328px;
  width: 90%;
  margin: auto;
}
.abo_head {
  font-size: 3.2rem;
}
.bnr_inner {
  padding: 30px 5%;
}
.bnr_img,
.bnr_img > div {
  flex-direction: column;
  gap: 0;
}
.bnr_tit > span {
  width: 50%;
  font-size: min(4rem, 6vw);
}
a.bnr_more,
.bnr_more > a {
  padding: 0 25px;
  &::before{
    left: 15px;
  }
  &::after{
    right: 15px;
  }
}

.list_nav_inner {
  flex-direction: column;
  padding: 40px 0 0;
}
.arc_head {
  margin-bottom: -20px;
  gap: 15px;
}
.min_detail {
  margin-top: 0;
}
.det_index {
  padding: 20px 5%;
  margin-top: -25px;
}
.det_bnr {
  padding: 40px 5%;
  & .bnr_tit > span {
    font-size: min(4rem, 5vw);
  }
}
@media screen and ( max-width: 360px ){
}