@charset "UTF-8";
/*
Theme Name: minori2025
Author: altenix
Version: 2.1
Template: source_tcd045
*/

/* zen-maru-gothic-500 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/minori2025/font/zen-maru-gothic-v19-japanese-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/minori2025/font/zen-maru-gothic-v19-japanese-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* zen-maru-gothic-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/minori2025/font/zen-maru-gothic-v19-japanese-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/minori2025/font/zen-maru-gothic-v19-japanese-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* zen-maru-gothic-900 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/minori2025/font/zen-maru-gothic-v19-japanese-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/minori2025/font/zen-maru-gothic-v19-japanese-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* 全体共通タグ ----------------------------------------------------------*/

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出しやすくする*/
}

body {
  font-family: "Zen Maru Gothic", "fot-tsukuardgothic-std", "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.03em;
}

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

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

img { width: 100%; }

.index_free_content {
  width: 100% !important;
  margin: 0 auto;
}
.wrap {
  max-width: 100%;
  width: 1150px;
  margin: 0 auto;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .wrap { width: 100%; }
}
@media screen and (max-width: 767px) {
  .wrap { width: 90% !important; }
  .index_free_content { padding: 0 !important; }
}

.post_content p {
	font-size: 16px;
	line-height: 35px !important;
	color: #525252;
	margin: 0 0 1em 0 !important;
}

a { text-decoration: none !important;}

.post_content ul {
  list-style: disc outside none !important;
}



/* 共通見出し・ボタン --------------------------------------------------*/

h2.h2-style1 {
  font-size: 3rem !important;
  font-weight: 500 !important;
  color: #119776;
  margin-bottom: 1.5em !important;
}
h2.h2-style1::before {
  font-family: 'Font Awesome 7 Free';
  font-size: 1em;
  font-weight: 900;
  padding-right: 8px;
  content: '\f4d8';
}

h3.h3-style1 {
  background: #3DB3B3;
  font-size: 2rem !important;
  color: #fff;
  padding: 1em !important;
  margin: 1em 0 !important;
}

h4.h4-style1 {
  font-weight: 700 !important;
  padding: 0.3em 1em !important;
  border-left: 10px double #119776;
  margin: 3rem 0 1.5rem !important;
}

.btn01 {
  max-width: 100%;
  width: 220px;
  height: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem 1rem 2.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none !important;
  color: #3db3b3;
  border-radius: 100vh;
  background-color: #fff;
  border: 2px solid #3db3b3;
  margin: 2em 0;
}
.btn01:hover {
  color: #fff !important;
  background: #3db3b3;
}
.btn01::after {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f138';
}

.btn02 {
  display: inline-block;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background: #3db3b3;
  color: #fff !important;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0 2em;
}
.btn02:hover {
  opacity: 0.8;
}
.btn02:after {
  font-family: 'Font Awesome 5 Free';
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 2rem;
  margin: 0;
  padding: 0;
  content: '\f138';
}


/* アニメーション --------------------------------------------------*/

.anim-box.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}



/* flexbox --------------------------------------------------*/

.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3em 0 0;
}
.items2::before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
.items2::after{
  content:"";
  display: block;
  width:22%;
}

.col_2 {
  width: 48%;
  margin-bottom: 2em;
}
.col_3 {
  width: 31%;
  margin-bottom: 2em;
}
.col_4 {
  width: 22%;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .col_3, .col_2 {
    width: 100%;
  }
  .col_4 {
    width: 48%;
  }
}



/* TOPページ --------------------------------------------------*/

/* header */
#header {
  background-color: #fff !important;
  height: 100px;
}
#header_inner {
  max-width: 100%;
  width: 100%;
  height: 100px;
}
#header_inner .head_inner_box {
  max-width: 1150px;
  height: 100px;
  margin: 0 auto;
}
#header_inner .info-box {
  display: inline-flex;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
}
#header_inner .info-box img {
  width: 195px;
}
.insta-icon {
  display: inline-block;
  background: #119776;
  font-size: 25px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin: 0 .5em;
}
.g-menu_wrap {
  background: #119776;
}
.pc #global_menu {
  float: unset;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
.pc #global_menu > ul {
  height: 70px;
}
.pc #global_menu ul ul {
  top: 70px;
}
.pc #global_menu > ul > li > a {
  font-size: 16px;
  height: 70px;
  line-height: 70px;
}
.pc .home #global_menu > ul > li > a,
.pc #global_menu > ul > li > a,
.pc .home #global_menu li.current-menu-item > a,
.pc #global_menu li.current-menu-item > a {
  color: #fff !important;
}
#post_title, #page_header .headline, 
.blog_list .box .title a:hover,
#footer_menu a:hover,
#related_post li .title a:hover,
.pc #global_menu > ul > li > a:hover,
.pc #global_menu > ul > li > ul > li > a:hover {
  color: #CBDE68 !important;
}
#header_slider {
  margin-top: 170px;
}

/* main_contents */
#main_contents {
  margin-top: 70px;
}
#top_minori .items:first-of-type {
  margin-bottom: 5em;
}
#top_minori .h2-style1 {
  font-size: 2.5rem !important;
  margin-bottom: 1em !important;
}
#top_recruit {
  padding: 5% 0;
}
.back-green {
  background: #edf9e6;
}
#top_recruit .col_3 {
  width: 33%;
  text-align: center;
}
#top_recruit .col_3 img {
  max-width: 100%;
  width: 240px;
}
#top_recruit .col_3 .btn01 {
  margin: 1em 0;
  text-align: left;
}
#index_news_list {
  margin: 7% auto;
}
#index_news_list .h2-style1 {
  font-weight: 400;
}
.news_list li {
  background: #edf9e6;
  border: none;
  margin-bottom: 15px;
}
.news_list .date {
  font-size: 16px;
  font-weight: 700;
  color: #48be04;
}
.news_list .title {
  font-size: 16px;
  font-weight: 500;
}
#access-list th, #access-list td {
  border: none;
  border-bottom: 1px solid #e7e5e5;
  padding: 18px;
  background: transparent;
  font-size: 16px;
}
#access-list th {
  font-weight: 700;
}
#access #insta_btn::before {
  content: "";
  display: inline-block;
  background-image: url('/wp-content/themes/minori2025/img/top/insta_qr01.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 100px;
  left: 2rem;
  margin: 0;
  padding: 0;
}

/* footer */
#footer-contact {
  background: url('/wp-content/uploads/2025/08/footer_back.jpg') no-repeat center center / cover;
  padding: 7% 0;
  margin-top: 8%;
}
#footer-contact .wrap {
  width: 1000px;
  background: #ffffffa3;
  height: 400px;
  border-radius: 20px;
  padding: 5% 8%;
}
#footer-contact .wrap p {
  font-size: 1.4em;
  line-height: 1.8;
  margin: 2em 0 0;
}
#footer-contact .items {
  margin-top: 1em;
}
#footer-contact .items .col_2 {
  text-align: center;
}
#footer-contact .btn01 {
  width: 375px;
  height: 60px;
  text-align: center;
  font-size: 2rem;
  padding: 1.5rem 4rem;
}
#footer-contact .btn01 i {
  margin-right: 1rem;
}
#footer-contact .btn01::after {
  display: none;
}
#footer_menu ul {
  display: inline-flex;
  width: 100%;
  text-align: center;
}
#footer_menu li {
  width: calc(100% / 8);
  font-size: 1.6rem;
  padding: 0 1.5rem;
}
#footer_bottom, .mobile #copyright {
  background-color: #fff !important;
}
#footer_bottom, #footer_bottom a, .mobile #copyright {
  color: #119776 !important;
}
#footer_box {
  display: inline-flex;
  justify-content: left;
}
#footer_box div {
  margin: 13px 10px;
}
#footer_box div img {
  height: 35px;
}
#copyright {
  display: inline-block;
  float: right;
}


/*  園の紹介ページ ----------------------------------------------- */
#main_col {
  margin: 20px auto 0;
}
.wp-singular section {
  margin: 0 0 8%;
}
.wp-singular section:last-of-type {
  margin: 0;
}
#greet {
  padding: 6%;
}
#greet.back-green {
  border-radius: 10px;
}
.box1 {
  background: #3DB3B3;
  border-radius: 10px;
  padding: 2% 3%;
}
.box1 p {
  color: #fff;
}
#setubi .col_4 p {
  text-align: center;
}
#eventlist .col_3 h3 {
  background: #3DB3B3;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 0;
}


/* お知らせページ -----------------------------------------------*/
.page_navi {
  margin-top: 4em;
}


/* 求人情報ページ ---------------------------------------------- */
.infobox .items {
  margin: 0;
}
.infobox .col_2 {
  margin-bottom: .5em;
}
.infobox .btn01 {
  width: 90%;
  margin: 0 0 0.6em;
  padding: 1rem 2rem;
}
.infobox .btn01::after {
  display: none;
}
#volunteer_recruit .col_2 img {
  border-radius: 10px;
}
.voicebox {
  padding: 0.5rem 3rem 1rem;
  margin-bottom: 2em;
  background: #edf9e6;
}
#staff-voice figure {
  width: 15%;
  float: left;
  margin: 0 20px 20px 0;
}
#staff-voice figure img {
  border-radius: 10px;
}
.post_content .s_table {
  word-break: break-all;
  white-space: normal !important;
}

/* お問い合わせページ -----------------------------------------------*/
.tel_img {
  width: 200px;
}
#info-form1 {
  width: 80%;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
}
#info-form1 th {
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
}
.single .entry-content table#info-form1,
.page .entry-content table#info-form1 {
  display: table;
}
#info-form1 p {
  font-size: 1.4rem;
  margin: 0 !important;
}
.CF7_req {
  font-size: .9em;
  padding: 5px;
  background: #f88400;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
#info-form1 input, #info-form1 textarea {
  border: 1px solid #d8d8d8;
}
#info-form1 ::placeholder {
  color: #797979;
}
@media screen and (min-width: 768px){
  #info-form1 th {
    width: 30%;
  }
}
@media screen and (max-width: 768px){
  #info-form1 {
    width: 95%;
  }
  #info-form1 tr, #info-form1 th, #info-form1 td {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
  #info-form1 th {
  background-color: #ebedf5;
  }
}
.wpcf7 input.wpcf7-submit {
  background-color: #3DB3B3 !important;
  border: 0;
  color: #fff !important;
  font-size: 1.6rem !important;
  font-weight: bold !important;
  margin: 0 auto;
}
.wpcf7 input.wpcf7-submit:hover {
  opacity: 0.8;
}
.CF7_btn {
  text-align: center;
  margin-top: 20px;
}
.wpcf7-spinner {
  width: 0;
  margin: 0;
}



/* レスポンシブ ------------------------------------------------- */
@media only screen and (max-width: 1199px) {
    a.menu_button {
      top: 0;
      background: #119776;
    }
    #global_menu a {
      background-color: #3db3b3 !important;
    }
}
@media only screen and (max-width: 991px) {
  #footer_menu ul#menu-footer_menu1 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 20px);
  }
  #footer_menu ul#menu-footer_menu1 li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  #header_inner {
    height: 60px !important;
  }
  #logo_image {
    top: 70% !important;
  }
  #header_inner .info-box {
    top: 100%;
  }
  #header_slider {
    margin-top: 80px;
  }
  #top_recruit .col_3 {
    width: 100%;
  }
  #access-list th {
    width: 25%;
  }
  #access-list th, #access-list td {
    padding: 10px;
  }
  #footer-contact .wrap {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  /* header */
  #header_inner .head_inner_box {
    height: 100px;
  }
  #header_inner .info-box {
    top: 100%;
  }
  #header_slider {
    margin-top: 90px;
  }
  #header_slider, #header_slider .item {
    height: 80vh !important;
  }
  #bread_crumb {
    border-top: 1px solid #ddd;
  }
  #main_contents {
    margin-top: 80px !important;
  }
  /* footer */
  #footer-contact .h2-style1 {
    margin-top: 1em;
  }
  #footer-contact .wrap p {
    font-size: 1.6rem;
  }
  #footer-contact .btn01 {
    margin: 0.3em 0 0;
  }
  #footer_bottom_inner {
    text-align: center;
  }
  #copyright {
    float: none;
  }
  /* 見出し・ボタン */
  #page_header h1.headline {
    font-size: 35px !important;
  }
  h2.h2-style1 {
    font-size: 2.5rem !important;
    margin-bottom: 1em !important;
  }
  .btn01 {
    width: 100%;
  }
  /* TOPページ*/
  #top_minori .items:first-of-type .col_2:first-of-type {
    order: 2;
  }
  #top_minori .items:first-of-type .col_2:last-of-type {
    order: 1;
  }
  #top_minori .items .btn01 {
    margin: 0 auto;
  }
  #top_recruit .h2-style1 {
    padding-top: 2em;
  }
  #top_recruit .col_3 {
    width: 100%;
  }
  #index_news_list .h2-style1 {
    padding-top: 2em;
  }
  .index_list_header {
    margin: 0 auto !important;
  }
  #index_news_list .mobile_archive_link {
    display: none;
  }
  #access .items:first-of-type .col_2 {
    margin-bottom: 0;
  }
  #access-list th {
    width: 22%;
  }
  #access-list th, #access-list td {
    padding: 10px;
    line-height: 1.8;
  }
  /* 園の紹介ページ */
  #greet {
    padding: 5%;
    margin-bottom: 5em;
  }
  .box1 {
    padding: 2% 5%;
  }
  /* 里親募集ページ */
  #kitakyu-satooya .col_2:first-of-type {
    order: 2;
  }
  #kitakyu-satooya .col_2:last-of-type {
    order: 1;
  }
  /* 求人情報ページ */
  #staff-voice figure {
    width: 25%;
  }
  #recruit_table th {
    width: 25%;
  }
  /* 法人概要ページ */
  #corporate_prof table th {
    width: 30%;
  }
  #history table th, #history table td {
    display: block;
    width: 100%;
  } 
}
@media only screen and (max-width: 380px) {
  #header_slider, #header_slider .item {
    height: 100vh !important;
  }
}