@charset "UTF-8";

/* =======================================

	reset

======================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

html {
  overflow-y: scroll; 
  font-size: 100%;
  scroll-padding-top: 20%;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 0%;
  }
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

input, textarea, select, button {
  margin: 0;
  padding: 0;
  border: none;
}

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;}

*, *:before, *:after {
  box-sizing: border-box; }

/* =======================================

	初期設定

======================================= */


html {
    margin-top: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    color: #3C3C3C;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

p{ 
  font-style: normal;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.04em;
  transform: rotate(0.05deg);
}

a {
  color: #3C3C3C;
  text-decoration: none;
  transition: .3s;
  transform: rotate(0.05deg);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pc{
  display: block;
}

.sp{
  display: none;
}


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

  p{
    font-size: 14px;
    line-height: 180%;
    text-align: left;
  }
  
  .pc{
    display: none;
  }
  
  .sp{
    display: block;
  }

  th,
  td{
    font-size: 14px;
  }

}


/* =======================================

    page-ttl

======================================= */

#page-title {
  position: relative;
}

#page-title img {
  margin: 0 auto;
  width: 100%;
  height: 30vw;
  object-fit: cover;
  position: relative;
}

#page-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* 薄い黒 (透明度30%) */
  pointer-events: none; /* クリックやホバーイベントを無効にする */
}

#page-title .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  margin: 0 auto;
  z-index: 1;
}

.no-image{
  height: 30vw;
  background-color: #ddd;
}

@media screen and (max-width: 768px) {
  #page-title img {
    height: 50vw;
  }

  .no-image{
    height: 50vw;
  }

  #page-title .ttl{
    font-size: 24px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}



/* =======================================

    text

======================================= */

h1.logo{
  width: 280px;
}

h1 {
  font-size: clamp(1rem, 2vw, 3rem);
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: rotate(0.05deg);
}
 
  
h2 {
    display: block;
    margin: 0 auto;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.04em;
    transform: rotate(0.05deg);
}

h2 span {
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 10px auto 0px auto;
    transform: rotate(0.05deg);
}

h2 img {
    display: block;
    margin: 0 auto 10px auto;
}

h3 {
  display: block;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(20px, 2.2vw, 34px);
  line-height: 150%;
  letter-spacing: 0.04em;
  transform: rotate(0.05deg);
}

h4 {
  display: block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  transform: rotate(0.05deg);
}

.section-ttl {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  h1.logo{
  width: 250px;
}
}

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

h2 {
    font-size: 18px;
  }

h4 {
  font-size: 16px;
}

h2 img {
  width: 30px;
}

.section-ttl {
  gap: 5px 0;
  margin-bottom: 40px;
}

.section-ttl img{
  width: 80px;
}

}

.tac{
  text-align: center;
}

.txt-under{
  padding: 2px 0;
  border-bottom: dotted 1px red;
}

.txt-bold{
  font-weight: 700;
  transform: rotate(0.05deg);
}

.lh-loose{
  line-height: 200%;
}

.attention{
  font-size: 14px;
}

.attention__list li{
  margin-bottom: 7px;
}

.txt-green{
  color: #AAD72A;
}

.txt-orange{
  color: #FE9A01;
}

.txt-yellow{
  color: #FFCC00;
}

.txt-light-blue{
  color: #5DADEC;
}

.txt-blue{
  color: #0058A8;
}

.txt-white{
  color: #FFF;
}

.txt-pink{
  color: #E38896;
}

@media screen and (max-width: 768px) {
  .attention__list li{
  margin-bottom: 2px;
}

.sp-br-none br{
  display: none;
}

}

/* =======================================

	ul

======================================= */

.list{
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
  line-height: 1.7em;
}



/* =======================================

	投稿

======================================= */


.blog01-in-area a{
    display: flex;
    gap: 0 20px;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
}

.blog01-in {
  border-top: solid 1px #DEE1E4;
}

.blog01-in:last-of-type{
  border-bottom: solid 1px #DEE1E4;
}

.blog01-in-item {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.pager li{
  margin-bottom: 10px;
}


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

  .blog01-in-item {
    gap: 0 10px;
    margin-bottom: 10px;
  }

  .blog01-in-area a{
    display: block;
    gap: 0 10px;
    font-size: 14px;
    padding: 20px;
}

}

.blog02-in{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.blog02-in-area{
  width: calc(33% - 10px);
}



@media screen and (max-width: 768px) {
  .category-ttl {
    font-size: 14px;
    display: block;
  }

  .blog01-in-area .category-ttl {
    font-size: 14px;
    line-height: 180%;
  }
  
  .blog02-in-area .category-ttl {
    font-size: 14px;
    line-height: 180%;
  }

  .blog02-in{
    flex-direction: column;
    gap: 0px;
  }

  .blog02-in-area{
    width: 100%;
  }

  .blog02-in-area:not(:first-child) {
    display: none; /* 1つ目以外を非表示 */
  }
  
}

p.category {
  width: max-content;
  padding: 5px 15px;
  border: solid 1px #3C3C3C;
  border-radius: 50px;
  font-size: 14px;
}

.thumbnail {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.date{
  font-size: 15px;
}

.category-ttl {
  display: block;
  font-size: 16px;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.04em;
  transform: rotate(0.05deg);
}


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

  p.category {
    padding: 2px 10px;
    font-size: 12px;
  }

  .category .month li:first-child {
    padding-left: 17px;
  }

  .date-category{
    margin-bottom: 6px;
  }
  
  .date{
    font-size: 14px;
  }

  .category-item{
    width: 100%;
    display: block;
    flex-wrap: wrap;
    gap: 10px;
  }

  .category .category-item li {
    word-break: break-all;
    width: auto;
    padding: 2px 15px;
    border: 1px solid #FEDBE5;
    font-size: 12px;
    color: #3C3C3C;
    text-align: center;
  }

  .category .month li:ahover {
    text-decoration: none;
  }

}


#blog .btn-wrap{
  text-align: right;
}

#minyu-news .btn-wrap{
  text-align: right;
}

#blog .blog02-in-item.col-2{
  gap: 0 5px;
  align-items: center;
}

#blog .blog02-in-item.col-2 > div{
  width: max-content;
}

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

  #blog .blog02-in-item.col-2{
    flex-direction: row;
    align-items: center;
    gap: 0 10px;
  }

}


/* =======================================

	カテゴリーページ

======================================= */

#contents-category .inner {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 0 60px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 10%;
}


@media screen and (max-width: 768px) {
  #contents-category .inner {
    display: flex; /* 768px以下ではflexboxに */
    flex-direction: column-reverse; /* 上下を逆にする */
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
    gap: 20px; /* 縦の間隔を適度に調整 */
  }
}

#category-main .article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #ddd;
}

@media screen and (max-width: 768px) {
  #category-main .article {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}

#category-main .article .date {
  margin-bottom: 15px;
}

#category-side a {
  display: block;
  width: 100%;
  padding: 4px 0;
  text-align: left;
}

#category-side a:hover {
  color: #f8d34b;
  text-decoration: underline;
}

#category-side .category {
  margin-bottom: 20px;
}

#category-side .backnumber .year {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

#category-side .backnumber .year .icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  margin-top: -2px;
}

#category-side .backnumber .year .icon span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #3C3C3C;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#category-side .backnumber .year.open span {
  background-color: #3C3C3C;
}

#category-side .backnumber .year.open span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#category-side .backnumber .month {
  display: none;
}

@media screen and (max-width: 889px) {
  #category-side .backnumber section {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1200px) {
  #category-side {
    width: max-content;
  }
}

#contents-category .post h1, #contents-category .post h2, #contents-category .post h3, #contents-category .post h4, #contents-category .post h5, #contents-category .post h6 {
  margin-bottom: 15px;
}

#contents-category .post h1 {
  font-size: 26px;
}

#contents-category .post h2 {
  font-size: 24px;
}

#contents-category .post h3 {
  font-size: 22px;
}

#contents-category .post h4 {
  font-size: 20px;
}

#contents-category .post h5 {
  font-size: 18px;
}

#contents-category .post h6 {
  font-size: 16px;
}

#contents-category .post p, #contents-category .post ul, #contents-category .post ol {
  margin-bottom: 10px;
}

.cat-news {
  background-color: #DFEED1;
}

.cat-minyu {
  background-color: #FFDDDD;
}


.cat-news-oowada {
  background-color: #FFE4B3;
}

.cat-news-littleland {
  background-color: #B3E1F7;
}

.blog-youchien .cat-blog{
  color: #AAD72A;
}

.cat-minyuenji{
  background-color: #FFDDDD;
}

.ttl-type03{
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ddd;
  transform: rotate(0.05deg);
}

.category-name{
  margin-bottom: 20px;
}

#contents-category .pager {
	margin-top: 40px;
}

#contents-category .pager ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#contents-category .pager li {
	margin: 0;
}

#contents-category .pager .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 8px;
	border: 1px solid #3c3c3c;
	color: #3c3c3c;
	background: none;
	text-decoration: none;
}

#contents-category .pager .page-numbers.current {
	font-weight: bold;
}

#contents-category .pager a.page-numbers:hover {
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
  #contents-category .pager ul {
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 20px;
  }
}

/* ==================
	col-2
=================== */

.col-wrap{
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}

.col-2{
  display: flex;
  gap: 40px;
}

.col-2 > div {
  width: calc((100% - 40px) / 2);
}

.col-2.reverse{
  flex-direction: row-reverse;
}

.col-2-btn{
  display: flex;
  gap: 10px;
}


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

  .col-2{
    flex-direction:column;
    gap:10px;
  }

  .col-2-btn{
    flex-direction: column;
    gap: 10px 0;
  }

  .col-2.reverse{
    flex-direction:column;
  }
  
  .col-2 > div{
    width: 100%;
  }

  .col-wrap{
    gap: 40px 0;
  }
  
}

/* ==================
	col-3
=================== */

.col-3{
  display: flex;
}

.col-3 > div{
  width: 33.33%;
}

@media screen and (max-width: 768px) {
  .col-3{
    flex-direction:column;
  }
  
  .col-3 > div{
    width: 100%;
  }
  
}


/* ==================
	col-4
=================== */

.col-4{
  display: flex;
}

.col-4 > div{
  width: 25%;
}

@media screen and (max-width: 768px) {
  .col-4{
    flex-direction:column;
  }
  
  .col-4 > div{
    width: 100%;
  }
  
}

/* ==================

col-2__layout

=================== */

.col-2__layout01 h2 span{
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.col-2__layout01 h2{
  text-align: left;
  margin-bottom: 20px;
}

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

  .col-2__layout01 h2{
    margin-bottom: 10px;
  }

}


/* ==================

	btn

=================== */

.txt-area{
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .txt-area{
    margin-bottom: 40px;
  }
}


/* ==================

	btn

=================== */


.btn-wrap{
  margin-top: 20px;
}


.btn-wrap-xl{
  margin-top: 40px;
}

.btn-01 {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: center;
}

.btn-02{
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  color: white;
  border-radius: 50px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  width: 200px;
  text-align: center;
}

.btn-02::before{
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 2px dashed white; /* 破線のボーダー */
  border-radius: 50px; /* 内側の角丸 */
  pointer-events: none; /* ボーダーがクリックできないようにする */
}

.side-buttons{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.side-button{
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  display: block;
}

.side-button.visible{
  opacity: 1;
  pointer-events: auto;
}

.side-button-inner{
  height: 180px;
  border-radius: 10px 0 0 10px;
  padding: 10px 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.side-button__minyu .side-button-inner{
  background-color: #F067A6;
}

.side-button__guidance .side-button-inner{
  background-color: #FFCC00;
}


.side-button__minyu .side-button-inner:hover{
  background-color: #AAD72A;
}

.side-button__guidance .side-button-inner:hover{
  background-color: #AAD72A;
}


.side-button-image{
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.side-button-text{
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.1;
}





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

  .btn-wrap{
    margin-top: 20px;
  }

  .btn-wrap-xl{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  

  .fixed_btn {
    padding: 16px;
    font-size: 14px;
  }

  .side_btn.btn-asobou,
  .side_btn.btn-kengaku{
    display: none;
  }

  .btn-02{
    font-size: 14px;
    padding: 15px;
    width: 180px;
    white-space: nowrap;
  }

  .btn-wrap-sm{
    margin-top: 10px;
  }

  .side-buttons{
  display: none;
  }

}

.btn-support {
	background:#00ac9a;
	color:#fff;
	width:60%;
	height:100px;
	line-height:3.5;
	padding:20px;
	font-size:19px;
	position:relative;
	margin:20px auto 30px;
	text-align:center;
	border-radius:4px;
}

.btn-support a {
	background:#00ac9a;
	color:#fff;
	position:absolute;
	width:100%;
	height:100%;
  border-radius:4px;
	top:50%;
	left:50%;
  transform: translate(-50%,-50%);
}
.btn-support a:hover {
	background:#addfcc;
	border-radius:4px;
}

@media screen and (max-width: 768px) {
  .btn-support {
	width:100%;
	height:40px;
	line-height:3;
	font-size:15px;
	margin:20px auto;
}
  
}

.form-btn-wrap {
	background:#addfcc;
	border:1px solid #addfcc;
	margin-top:30px;
	padding:30px auto 40px;
	text-align:center;
	background-image: repeating-linear-gradient(-45deg,#fff, #fff 7px,transparent 0, transparent 14px);
}


/* ==================

  contact

=================== */


#contact .contents {
 max-width: 800px;
 margin: 0 auto;
 text-align: left;
}


.contact-form-wrap {
 margin: 60px 0;
}


.cf7 {
 text-align: left;
}


.cf7__list {
 display: grid;
 grid-template-columns: 35% 65%;
 row-gap: 30px;
 margin-bottom: 20px;
}


.cf7__list dt,
.cf7__list dd {
 margin: 0;
 box-sizing: border-box;
 text-align: left;
}


.cf7__list dt p{
 display: flex;
 gap: 10px;
 align-items: flex-start;
}


.cf7__list dt span{
 display: inline-block;
}


.cf7__list dd {
 width: 100%;
}


.cf7__required,
.cf7__optional {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 flex-shrink: 0;
 padding: 6px 14px;
 color: #fff;
 font-size: 12px;
 line-height: 1;
 white-space: nowrap;
}


.cf7__required {
 width: max-content;
 background: red;
}


.cf7__optional {
 background: #878D8E;
}


.cf7__label-text {
 display: inline-block;
 line-height: 1.8;
}


.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
 width: 100%;
 padding: 15px 20px;
 background: #fff;
}


.cf7__list dd input[type="date"] {
 width: max-content;
 padding: 15px 20px;
 background: #f4f4f4;
}


.cf7__select {
 position: relative;
 color: #3C3C3C;
}


.cf7__select::before {
 position: absolute;
 top: 50%;
 right: 20px;
 z-index: 10;
 transform: translateY(-50%);
 width: 0;
 height: 0;
 border-top: 8px solid #3C3C3C;
 border-right: 6px solid transparent;
 border-left: 6px solid transparent;
 pointer-events: none;
 content: '';
}


.cf7__select select {
 width: 100%;
 padding: 19px 20px;
 background: #f4f4f4;
 color: #3C3C3C;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}


.cf7__list dd .wpcf7-radio {
 display: flex;
 flex-wrap: wrap;
 gap: 0 30px;
 padding-top: 3px;
}


.cf7__list dd .wpcf7-radio .wpcf7-list-item {
 display: inline-block;
 margin: 0;
}


.cf7__list dd .wpcf7-checkbox {
 display: block;
}


.cf7__list dd .wpcf7-checkbox .wpcf7-list-item {
 display: block;
 margin: 0;
}


.cf7__list dd .wpcf7-list-item label {
 cursor: pointer;
}


#contact input[type="checkbox"],
#contact input[type="radio"] {
 position: relative;
 width: 18px;
 height: 18px;
 margin-right: 8px;
 border: 1px solid #bcbcbc;
 vertical-align: -3px;
 cursor: pointer;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}


#contact input[type="checkbox"]:checked {
 border: 1px solid #3C3C3C;
 background: #3C3C3C;
}


#contact input[type="checkbox"]:checked::before {
 position: absolute;
 top: 2px;
 left: 5px;
 transform: rotate(50deg);
 width: 6px;
 height: 10px;
 border-right: 2px solid #fff;
 border-bottom: 2px solid #fff;
 content: '';
}


#contact input[type="radio"] {
 border-radius: 50%;
}


#contact input[type="radio"]:checked::before {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 9px;
 height: 9px;
 border-radius: 50%;
 background: #3C3C3C;
 content: '';
}


.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
 color: #a5a5a5;
}


.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
 color: #a5a5a5;
}


.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
 color: #a5a5a5;
}


.cf7__button {
 display: flex;
 justify-content: center;
 margin: 0 auto;
}


#contact input[type="submit"] {
 width: 260px;
 height: 60px;
 background: red;
 color: #fff;
 transition: opacity .6s;
}


#contact input[type="submit"]:hover {
 opacity: .6;
}


.wpcf7-response-output {
 text-align: center;
 padding: 20px 0;
 color: red;
 font-weight: bold;
 text-decoration: underline;
}


.wpcf7-spinner {
 vertical-align: middle;
}


.policy-txt p {
 margin-top: 10px;
 text-align: center;
 font-size: 12px !important;
}


.policy {
 text-align: left;
}


.policy h2 {
 margin-bottom: 10px;
}


.policy p {
 margin-bottom: 10px;
}


.policy ul li {
 margin-bottom: 10px;
}


.grecaptcha-badge {
 visibility: hidden;
}

.box-contact {
  margin-bottom: 60px;
  text-align: center;
  margin-top: 20px;
  border-radius: 20px;
  border: 3px solid #AAD72A;
  text-align: center;
  font-size: 18px;
  overflow: hidden; 
}

  .box-contact p {
    text-align: center;
    padding: 10px 0; 
  }

  .box-contact .name {
    border-bottom: 1px dotted #AAD72A; 
  }

  .box-contact .tel {
    padding-bottom: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2; 
  }

  .cf7__turnstile {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}


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


 .cf7__list dt {
   margin-bottom: 15px;
 }


 .cf7__list dd {
   margin-bottom: 30px;
 }


 .cf7__list dt span br{
 display: none;
 }


 .cf7__list dd .wpcf7-radio {
   padding-top: 0;
 }


 .cf7__button {
   display: block;
   margin: 0 auto;
 }


 #contact input[type="submit"] {
   width: 100%;
 }

.box-contact {
  margin-top: 0;
  margin-bottom: 40px;
  }

	.box-contact p{
    text-align: center!important;
  }

  .box-contact .tel {
    font-size: 25px;
  }

}



/* =======================================

	header

======================================= */

#header{
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 80px;
    z-index: 1000;
    flex-wrap: nowrap;
    margin: 0 auto;
}

#header .col-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6%;
    border-radius: 20px;
    background-color: #FFF;
    width: 100%;
    gap: 0 40px;
    height: 90px;
}

#header .col-2 > div{
    width: auto;
}


.txt-menu {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}

.dropdown-toggle {
  display: flex;
  flex-direction: column; /* 縦並びにする */
  align-items: center; /* 中央揃え */
}

.dropdown-toggle span img {
  margin-bottom: 5px; /* 画像とテキストの間に余白 */
}

/* ドロップダウンメニューのスタイル */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%; /* 親要素の中央に配置 */
  transform: translateX(-50%); /* 中央揃え */
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  font-size: 14px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* 必要に応じて影を追加 */
}

.dropdown-menu li {
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  font-weight: normal;
}

.dropdown-menu.green li{
  border-bottom: 1px dotted #AAD72A;
}

.dropdown-menu.green li:hover{
  background-color: #AAD72A;
}

.dropdown-menu.orange li{
  border-bottom: 1px dotted #FE9A01;
}

.dropdown-menu.orange li:hover{
  background-color:#FE9A01;
}

.dropdown-menu.blue li{
  border-bottom: 1px dotted #5DADEC;
}

.dropdown-menu.blue li:hover{
  background-color:#5DADEC;
}

.dropdown-menu.pink li{
  border-bottom: 1px dotted #FFDDDD;
}

.dropdown-menu.pink li:hover{
  background-color:#FFDDDD;
}

.dropdown-menu li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

/* ホバー時にメニューが表示されるように設定 */
.txt-menu:hover .dropdown-menu {
  display: block;
}

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

#header .col-2{
    padding: 0px 40px;
    gap: 0 40px;
}

}

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

  #header .col-2{
    display: none;
  }

  }



/* =======================================

	footer

======================================= */

/* =======================================
	sp menu
======================================= */

.sp-menu{
  display: none;
}

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

.sp-menu{
  display: block;
}
  
.fixed-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* 上方向の影 */
  z-index: 1000;
}

.fixed-menu a {
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  flex: 1;
  position: relative; /* 線の配置用 */
}

.fixed-menu a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%; /* 線の高さ */
  width: 1px; /* 線の太さ */
  background-color: #ffffff; /* 線の色 */
}

.fixed-menu i {
  font-size: 24px; /* アイコンサイズ */
  margin-bottom: 5px;
}

.fixed-menu span {
  display: block;
  font-size: 10px; /* ラベルの文字サイズ */
}

/* 全画面メニューの初期状態 */
.full-screen-menu {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  transition: top 0.3s ease-in-out; /* スライドアニメーション */
  z-index: 999;
  padding: 40px 0;
}

/* メニュー表示状態 */
.full-screen-menu.show {
  top: 0; /* 全画面表示 */
}

/* メニュー内のスタイル */
.menu-content {
  width: 100%;
}

.menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-content ul li {
  padding: 10px 20px;
  border-bottom: dotted 1px #ccc;  
}

.menu-content ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: color 0.2s ease;
}

.menu-content ul li a:hover {
  color: #000; /* ホバー時の色 */
}

.group-menu,
.minyu-menu{
  padding: 0 20px;
  margin-bottom: 40px;
}

.group-menu a,
.minyu-menu a{
  display: block;
  margin-top: 20px;
}

.group-menu__item--txt,
.minyu-menu__item--txt{
  padding: 20px;
}

.group-menu__item img,
.minyu-menu__item img{
  height: 150px;
  width: 100%;
}

.group-menu__item h3,
.minyu-menu__item h3{
  margin-bottom: 10px;
}


/* 閉じるボタン */
#close-menu,
#close-group-menu,
#close-minyu-menu {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
  color: #3C3C3C;
}

}


#page_top {
  position: fixed;
  right: 5px;
  width: 55px;
  height: 55px;
  background: #AAD72A;
  border-radius: 50px;
  z-index: 99;
}

#page_top.page_top-oowada{
  background: #FFE4B3;
}

#page_top.page_top-little{
  background: #B3E1F7;
}


#page_top a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  color: #FFF;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 25px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page_top {
  bottom: 100px;
}
}

/* =======================================

	footer

======================================= */

.footer-item{
  margin-top: 100px;
  width: 100%;
  height: 100%;
}

.footer-link{
  display: flex;
}

.add{
  font-size: 14px;
}

.footer-item__txt{
  margin-bottom: 40px;
}

.footer-link__item--txt{
  margin: 0 auto;
  padding: 40px 0 25px 0;
}

.footer-link__item--txt h3{
  margin-bottom: 10px;
}

.footer-txt{
  padding: 20px 0;
}

.footer-txt h3{
  margin-bottom: 10px;
}

.footer-txt span{
  font-size: 14px;
}

.footer-txt small{
  font-size: 12px;
  font-weight: normal;
}

#footer .btn-wrap{
  margin-top: 20px;
}


.footer-link__item img{
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.footer-pdf-links {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 12px;
}

.footer-pdf-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 13px;
	text-decoration: underline;
}

.footer-pdf-links a:hover {
	opacity: 0.7;
}

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

  .footer-item .col-3{
    flex-direction:column;
  }
  
  .footer-item .col-3 > div{
    width: 100%;
  }

}

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

  .footer-item{
    margin-top: 60px;
  }

  .footer-item__txt{
    padding: 0 20px;
    text-align: left;
  }

  .footer-link__item--txt{
    padding: 20px 0;
  }
  

  .footer-link__item img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }

  .footer-link__item--txt .add{
    text-align: center;
  }

  .footer-txt{
    font-weight: bold;
    padding: 30px 20px;
  }

  .footer-txt p{
    font-size: 12px;
    margin-bottom: 40px;
  }

  .sp-menu-wrap{
    display: block;
    height: 80px;
  }

}

/* =======================================

	section

======================================= */

.top-inner{
  position: relative;
}

.inner {
  margin: 120px 0;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 10%;
  padding-right: 10%;
}

.container {
  padding: 0 10%;
}

.container-sm{
  max-width: 1000px;
  margin: 0 auto;
}

.container-item__ttl{
  margin-bottom: 20px;
  white-space: nowrap;
}

.container-item__ttl .sub-ttl{
  font-size: 14px;
  font-weight: bold;
  line-height: 2.4rem;
}

.sub-ttl{
  font-weight: bold;
  text-transform: uppercase;
  transform: rotate(0.05deg);
}

@media screen and (max-width: 1440px) {
.container {
  padding: 0;
}
}

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

  .top-inner{
    margin-top: 0px;
  }

  .inner {
    margin: 60px 0;
  }
  
  .section {
    padding: 60px 20px;
  }

  .container {
    padding: 0px;
  }

  .sub-ttl img{
    width: 80px;
  }

  .container-item__ttl{
    margin-bottom: 10px;
  }

  .container-item__ttl .sub-ttl{
    font-size: 12px;
    line-height: 2rem;
  }

  .container-sm{
    width: 100%;
  }
}

/* =======================================

	mt

======================================= */

.mt-xl {
  margin-top: 100px;
}

.mt-lg {
  margin-top: 80px;
}

.mt-md {
  margin-top: 60px;
}

.mt-sm {
  margin-top: 40px;
}

.mt-xs {
  margin-top: 20px;
}

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

  .mt-xl {
    margin-top: 80px;
  }
  
  .mt-lg {
    margin-top: 60px;
  }
  
  .mt-md {
    margin-top: 40px;
  }
  
  .mt-sm {
    margin-top: 20px;
  }
  
  .mt-xs {
    margin-top: 10px;
  }
  
}

/* =======================================

	mb

======================================= */

.mb-xl {
  margin-bottom: 100px;
}

.mb-lg {
  margin-bottom: 80px;
}

.mb-md {
  margin-bottom: 60px;
}

.mb-sm {
  margin-bottom: 40px;
}

.mb-xs {
  margin-bottom: 20px;
}

/* =======================================

	contents-page

======================================= */

.page-inner{
  padding: 120px 0 200px 0;
}

.page-nav{
  padding: 40px 0;
  text-align: center;
  background-color: #E6F2E4;
}

.page-nav__list{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-nav__list p{
  font-size: 15px;
}

.page-nav__item{
  display: flex;
  gap: 0 5px;
  padding: 10px 20px;
  border-radius: 50px;
  align-items: center;
  border: solid 1px #FFF;
  background-color: #FFF;
}

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

  .page-nav{
    padding: 20px;
  }
  
  .page-nav__list{
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .page-nav__list a{
    font-size: 12px;
  }

  .page-nav__item{
    padding: 10px;
  }

  .page-inner{
    padding: 60px 0px;
  }

}



.contents{
  max-width: 1280px;
  margin: 0 auto;
}

.contents__ttl{
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

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

  .contents{
    max-width: 100%;
    margin: 0 auto;
  }
  
  .contents__ttl{
    margin-bottom: 20px;
  }
}

.contents__ttl:before,
.contents__ttl:after {
  content: "";
  height: 3px;
  flex-grow: 1;
  border-radius: 50px;
}


  /* =======================================

	bg

======================================= */


.bg-light-green {
  background-color: #F4F9EC; /* 薄いグリーン */
}

.bg-medium-green {
  background-color: #DFEED1; /* 中間のグリーン */
}

.bg-dark-green {
  background-color: #AAD72A; /* 濃いグリーン */
}


.bg-light-orange{
  background-color: #FAF8F4;
}

.bg-medium-orange{
  background-color: #FFE4B3;
}

.bg-dark-orange{
  background-color: #FE9A01;
}

.bg-light-blue{
  background-color: #E3F4FB;
}

.bg-medium-blue{
  background-color: #B3E1F7;
}

.bg-dark-blue{
  background-color: #5DADEC;
}

.bg-gray{
  background-color: #F6F6F6;
}

.bg-pink{
  background-color: #FEDBE5;
}

.bg-blue{
  background-color: #0058A8;
}

/* =======================================

	slideshow

======================================= */


.slideshow-container div img {
  padding: 0 10px;
  object-fit: cover;
  height: 300px;
  width: 100%;
  border-radius: 40px;
}

.slideshow-container .even {
  margin-top: 20px;
}

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

    #slideshow section{
      margin-bottom: 20px;
    }
    
    .slideshow-container div img {
      border-radius: 30px;
      width: 100%;
      height: 150px;
    }
}



/* =======================================

	table

======================================= */

.table-wrap {
  margin-bottom: 40px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.table-wrap h4{
  margin-bottom: 5px;
}

/* =======================================
  グリーン (table01)
======================================= */
.table01 {
  box-sizing: border-box;
  border-collapse: collapse;
}

.table01 th,
.table01 td {
  border: 1px solid #E6F2E4;
  padding: 20px;
}

.table01 th {
  text-align: center;
  width: 300px;
  background: #E6F2E4;
  vertical-align: middle;
}

.table01 td {
  text-align: left;
  width: 700px;
  background-color: #FFF;
}

/* =======================================
  オレンジ (table02)
======================================= */
.table02 {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
}

.table02 th,
.table02 td {
  border: 1px solid #3C3C3C;
  padding: 20px;
}

.table02 th {
  text-align: center;
  width: 300px;
  background: #FFE4B3;
  vertical-align: middle;
}

.table02 td {
  text-align: left;
  width: 700px;
  background-color: #FFF;
}

/* =======================================
  ブルー (table03)
======================================= */
.table03 {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  margin-bottom: 40px;
}

.table03 th,
.table03 td {
  border: 1px solid #3C3C3C;
  padding: 20px;
}

.table03 th {
  text-align: center;
  width: 300px;
  background: #B3E1F7;
  vertical-align: middle;
}

.table03 td {
  text-align: left;
  width: 700px;
  background-color: #FFF;
}

/* =======================================
  スマホ(SP)時の共通設定
======================================= */
@media (max-width: 768px) {
  .table-wrap {
    width: 100%;
  }

  .table01 {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-top: 1px solid #E6F2E4;
  }

  .table01 tbody,
  .table01 tr {
    display: block;
    width: 100%;
  }

  .table01 th,
  .table01 td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px 20px;
    border-top: none !important;
    border-bottom: 1px solid #E6F2E4 !important;
    border-left: 1px solid #E6F2E4 !important;
    border-right: 1px solid #E6F2E4 !important;
  }

  .table01 th {
    text-align: left;
  }

  .table02,
  .table03 {
    width: 100%;
    display: block;
    border-top: 1px solid #3C3C3C;
  }

  .table02 th,
  .table02 td,
  .table03 th,
  .table03 td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px 20px;
    border-top: none !important;
    border-bottom: 1px solid #3C3C3C !important;
    border-left: 1px solid #3C3C3C !important;
    border-right: 1px solid #3C3C3C !important;
  }
}

/* =======================================
  横スクロールテーブル (table04)
======================================= */
.table-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-wrap p {
  font-weight: bold;
  margin-bottom: 5px;
}

.table04 {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  min-width: 1000px;
  margin-bottom: 10px;
}

.table04 th,
.table04 td {
  border: 1px solid #3C3C3C;
  padding: 20px;
}

.table04 th {
  text-align: center;
  background: #B3E1F7;
  vertical-align: middle;
  white-space: nowrap;
}

.table04 th span {
  font-size: 14px;
}

.table04 td {
  text-align: left;
  background-color: #FFF;
  white-space: nowrap;
}

.table-attention {
  display: none;
}

@media screen and (max-width: 1260px) {
  .table-attention {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {

  .table04 {
  min-width: 800px;
}

  .table04 th,
  .table04 td {
    padding: 10px 16px;
    font-size: 14px;
  }
  
  .table-wrap04 {
    position: relative;
  }

  .table-wrap04::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
  }
}

/* =======================================
	animation
======================================= */

.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =======================================
	sitemap
======================================= */

.page-sitemap{
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.sitemap {
  font-size: 20px; }
.sitemap li {
  margin-bottom: 20px;
  border-radius: 10px;
  border: 3px solid #A8BCEF; 
}
.sitemap li a {
display: block;
width: 100%;
padding: 10px 20px; }
.sitemap li a:hover {
  color: #A8BCEF; 
}
.sitemap li i {
color: #A8BCEF;
padding-right: 10px; 
}
.sitemap li ul {
  margin: 0 0 10px;
  border-top: 1px dotted #3C3C3C; 
  }
.sitemap li li {
  margin-bottom: 0;
  border: none;
  font-size: 16px; 
  }


.hr{
  display: block;
  border: solid 1px #EEE;
  width: 100%;
  margin: 20px 0;
}