@charset "UTF-8";

/*!
Theme Name: Cocoon Child tm
Description: Cocoonのタウンみやざき用子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}




/* 以下、SON追加 */

/* MEMO */
/* おおまかにBP　1024px以上/780px/600px *


/* ハンバーガー用にreset系を追加 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
::before , ::after {
  box-sizing: inherit;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}
/* ハンバーガー用resetここまで */


body {
font-family:'Century Gothic', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  sans-serif;
background-color: #FFF;
color: #333333;
padding: 0;
margin: 0;
line-height: 1;
}

/* スマホページでフォントサイズ指定がうまく行かない場合の回避 */
body {
-webkit-text-size-adjust: 100%;
}

#wrap {
width: 100%;
text-align: center;
margin: 0 auto;
}

.wrap {
  width: 100%;
}

img { max-width: 100%; }

/* 右側の余分の隙間を消す */
div.top {
overflow: hidden;
}

/* TOPページの余分な隙間をなくす (WP固有) */
div.top .content {
margin: 0 auto;
}

div.top .main {
  padding: 0;
}


/* 最上部のバナースペース */
#head_banner_space {
width: 100%;
height: auto;
top: 0;
left: 0;
z-index: 10; /* フルスクリーンナビ以外では最上部に表示 */
}
#head_banner_space a img:hover,
#header-space-pc .cat-icon a img:hover,
.global-nav .cat-icon a img:hover,
.event-narrow-btns a img:hover {
opacity: 1;
}

/* 最下部のバナースペース */
#bottom_banner_space {
position: fixed;
width: 100%;
bottom: 0;
}
#bottom_banner_space a {
width: 100%;
padding: 0;
text-align: center;
display: block;
}

/* header関連 */
#header {
width: 100%;
text-align: center;
margin: 0 auto;
padding: 0 auto;
height: 100px;
padding-top: 25px;
}

/* SP用header 780以下 */
div#header-space-sp {
width: 100%;
display: flex;
position: relative;
}

/* 781px以上では */
@media screen and (min-width: 781px) {
div#header-space-sp {
  display: none; /* 画面幅が781px以上では非表示 */
}
}

div#header-space-sp div.logo {
max-width: 60%;
padding-top: 5px;
padding-left: 10px;
}

div#header-space-sp .hamburger-nav {
}

/* PC用header 781px以上 */
div#header-space-pc {
max-width: 1024px;
width: 100%;
text-align: left;
margin: 0 auto;
padding: 0 auto;
border-bottom: 1px solid #CCC;
}

div.header-space-margin {
margin-top: 4px;
}

/* 780px以下では消す */
@media screen and (max-width: 780px) {
div.header-space-margin {
  display: none;
}
}


div#header-space-pc div.slogan-area,
div#header-space-pc div.nav-area {
display: flex;
align-items: flex-end; /* flexの中身を下揃え */
line-height: 0;
}

div#header-space-pc div.slogan-area {
margin-bottom: 8px;
}


div#header-space-pc div.slogan-area h1 {
font-size: 0.75em;
margin: 0;
}

div#header-space-pc div.slogan-area div.h1-area {
padding-left: 2%;
width: 63%;
}
div#header-space-pc div.slogan-area div.ad-guide-area {
text-align: right;
width: 22%;
}
div#header-space-pc div.slogan-area div.search-area {
text-align: right;
width: 15%;
padding-left: 1%;
}

/* 検索フォームのデザイン */
.searchform .screen-reader-text {
  display: none;
}

.searchform{
  position: relative;
  padding: 0;
  margin: 0 10px 0 0;
  width: 100%;
}

.searchform input{
  line-height: 18px;
  padding: 5px 45px 5px 13px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-weight: bold;
  border-radius: 100px;
  outline: none;
}

.searchform #searchsubmit {
  position: absolute;
  top: 1px;
  right: 8px;
  vertical-align: top;
  line-height: 18px;
  border: none;
  border-radius: 3px;
  background: 0 0;
  font-size: 16px;
  cursor: pointer;
  width: 30px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding: 4px 0px;
}


div#header-space-pc div.nav-area div.logo {
width: 40%;
padding-left: 2%;
text-align: left;
}

div#header-space-pc div.nav-area div.logo img {
max-width: 250px;
width: 100%;
}

div#header-space-pc div.nav-area div.cat-icon {
border-left: 1px solid #CCC;
width: 10%;
vertical-align: bottom;
}

div#header-space-pc div.nav-area div.cat-icon:last-child {
border-right: 1px solid #CCC;
}


/* TOP section系 */
section, footer {
max-width: 1024px;
width: 100%;
margin: 0 auto;
}

section.whatsnew,
section.event,
section.recommend,
section.youtube,
section.youtube-top,
section.instagram,
section.news,
section.magazine,
section.sns-embed,
section.banner {
margin-top: 40px;
margin-bottom: 60px;
}

section.magazine {
background-color: #f3f3f3;
}



/* 緊急速報エリア */
section.emergency .post-area {
	background-color: #F73E3E;
	padding: 0.25em 1em;
	margin: 0.5em 0.5em;
	border-radius: 1em;
}
section.emergency .post-text {
	padding: 0.25em 1em;
	font-size: 1em;
	color: #FFF;
}
section.emergency .post-text::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a1";
	font-weight: 900;
	margin-right: 0.5em;
}
section.emergency .post-text a {
	font-weight: bold;
	color: #FFF;
}


/* 今日・今週・来週のイベント　絞り込みボタン */
section.event-narrow {
margin-top: 10px;
padding: 3px 10px;
background-color: #FFFF00;
}

div.event-narrow-btns {
display: flex;
}

div.event-narrow-btns div {
width: 33%;
}

/* SWIPER 記事スライダー */
section.post-slider {
padding-top: 0;
margin-bottom: 30px;
}

/* 781px以上では消す */
@media screen and (min-width: 781px) {
  section.post-slider div.sp-only {
    display:none;
  }
}

.swiper {
max-width: 1024px;
width: 100%;
margin: 30px 0;
}

.slide-img {}

.slide-img img {
width: 100%;
}

.eyecatch {
width: 100%;
height: auto;
}

.eyecatch img {
  top: 50%;
  left: 50%;
  width: auto;
}

.swiper-slide .slide-content div.title-label {
position: absolute;
bottom: 0;
left: 0;
color: #333;
font-size: 1.8em;
font-weight: bold;
z-index: 500;
background-color: #FFF;
padding: 0.5em 0.2em;
width: 100%;
text-align: left;
}
  /* 580px以下では */
  @media screen and (max-width: 580px) {
  .swiper-slide .slide-content div.title-label {
    font-size: 1.4em;
  }
}
  /* 420px以下では */
  @media screen and (max-width: 420px) {
  .swiper-slide .slide-content div.title-label {
    font-size: 1em;
  }
}


.swiper-slide .slide-content div.category-label {
position: absolute;
top: 1%;
left: 1%;
color: #333;
font-size: 0.75em;
background-color: #FFF;
padding: 0.5em 0.5em;
border-left: 5px solid #F73E3E;
}
/* 480px以下では */
@media screen and (max-width: 480px) {
  .swiper-slide .slide-content div.category-label {
  }
}

.swiper-slide .slide-content div.ad-label {
  position: absolute;
  top: 1%;
  right: 1%;
  color: #333;
  font-size: 0.75em;
  background-color: #FFF;
  padding: 0.5em 0.5em;
  }


.swiper-slide .slide-content .gourmet,
div.post-all div.post-box div.post-area .gourmet,
div.post-all .left-area div.post-box .gourmet,
div.post-all .right-area div.post-box .gourmet {
border-left: 5px solid #F73E3E!important;
}

.swiper-slide .slide-content .event,
div.post-all div.post-box div.post-area .event,
div.post-all .left-area div.post-box .event,
div.post-all .right-area div.post-box .event {
border-left: 5px solid #49BFBF!important;
}

.swiper-slide .slide-content .goout,
div.post-all div.post-box div.post-area .goout,
div.post-all .left-area div.post-box .goout,
div.post-all .right-area div.post-box .goout {
  border-left: 5px solid #45AD45!important;
}

.swiper-slide .slide-content .life,
div.post-all div.post-box div.post-area .life,
div.post-all .left-area div.post-box .life,
div.post-all .right-area div.post-box .life {
border-left: 5px solid #D1DB49!important;
}

.swiper-slide .slide-content .newopen,
div.post-all div.post-box div.post-area .newopen,
div.post-all .left-area div.post-box .newopen,
div.post-all .right-area div.post-box .newopen {
border-left: 5px solid #1E60AF!important;
}

.swiper-slide .slide-content .special,
div.post-all div.post-box div.post-area .special,
div.post-all .left-area div.post-box .special,
div.post-all .right-area div.post-box .special {
border-left: 5px solid #EF7C14!important;
}

.swiper-slide .slide-content .recruit,
div.post-all div.post-box div.post-area .recruit,
div.post-all .left-area div.post-box .recruit,
div.post-all .right-area div.post-box .recruit {
border-left: 5px solid #d773ef!important;
}


.swiper-pagination {
position: relative!important;
z-index: 5!important;
}

.swiper-pagination-bullets {
position: static;
margin-top: 16px;
} 

.swiper-pagination-bullet {
border-radius: inherit !important;
width: 54px !important;
height: 5px !important;
margin: 0 0 0 10px !important;
background: #999 !important;
}
/* 420px以下では ページネーションのサイズ調整 */
@media screen and (max-width: 420px) {
.swiper-pagination-bullet {
  width: 24px !important;
  height: 3px !important;
}	
}

.swiper-pagination-bullet-active {
background: #FF0000 !important;
opacity: 1;
}

.swiper-pagination-bullet:first-child {
margin: 0 !important;
}


/* TOPのヒーロー記事 781以上のみ*/

/* 780px以下では非表示 */
@media screen and (max-width: 780px) {
section.post-hero .pc-only {
  display: none;
}
}

section.post-hero div.left-area {
width: 55%!important;
}
section.post-hero div.right-area {
width: 45%!important;
}

section.post-hero div.post-all div.post-box {
width: 100%;
}

section.post-hero div.right-area .post-mini {
display: flex; /* 記事一覧の並び用flex */
flex-wrap: wrap;
justify-content: space-between;
}
section.post-hero div.right-area .post-mini .post-box {
width: 50%!important;
padding-left: 1%;
}

section.post-hero div.left-area .post-box div.hero-img,
section.post-hero div.right-area .post-box div.hero-img {
width: 100%;
position: relative;
}

section.post-hero div.left-area .post-box div.title-label,
section.post-hero div.right-area .post-box div.title-label {
  bottom: 0;
  left: 0;
  color: #333;
  font-size: 1.8em;
  font-weight: bold;
  z-index: 500;
  background-color: #FFF;
  padding: 0.5em 0.2em;
  width: 100%;
  text-align: left;
}

div.left-area div.post-box div.category-label,
div.right-area div.post-box div.category-label {
  position: absolute;
  color: #333;
  font-size: 0.5em;
  background-color: #FFF;
  padding: 0.5em 0.5em;
  bottom: 1%;
  right: 1%;
}

div.post-all .left-area div.post-box div.hero-content {
  width: 100%;
  padding: 0.1em 0.1em;
  line-height: 100%;
}




/* hr 区切り */
hr.kugiri {
  height: 4px;
  background-color: #666;
  width: 10%;
  border: none;
  margin: 0 auto;
}


/* タイトル */
/* 吹き出し本体 */
div.title-area {}

div.post-index div.title-area {
  margin-top: 20px;
}


div.title-area div.title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 3em;
  color: #333;
  font-weight: bold;

  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

section.post-index-area div.title-area {
  margin-top: 2em;
}

/* 記事一覧カテゴリタイトル下の色付け */
section.post-index-area div.title-area div.title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 82px;/*線の長さ*/
  height: 5px;/*線の太さ*/
  background-color: #C4C4C4;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
div.title-area div.whatsnew:before {
  background-color: #FFFF00!important;/*線の色*/
}
div.title-area div.gourmet:before {
  background-color: #F73E3E!important;/*線の色*/
}
div.title-area div.event:before {
  background-color: #49BFBF!important;/*線の色*/
}
div.title-area div.goout:before {
  background-color: #45AD45!important;/*線の色*/
}
div.title-area div.life:before {
  background-color: #D1DB49!important;/*線の色*/
}
div.title-area div.newopen:before {
  background-color: #1E60AF!important;/*線の色*/
}
div.title-area div.special:before {
  background-color: #EF7C14!important;/*線の色*/
}
div.title-area div.recruit:before {
  background-color: #d773ef!important;/*線の色*/
}
div.title-area div.magazine:before {
  background-color: #F272A3!important;/*線の色*/
}
div.title-area div.youtube:before {
  background-color: #C4C4C4!important;/*線の色*/
}


.fukidashi {
  height: 2.5em;
  margin-top: 1em;
  margin-left: 25px;
  position: relative;
  padding: 0.5em 1em;
  background-color: #FFF;
  border: 2.5px solid;
  font-size: 0.8em;
  color: #666;
  font-weight: bold;
}

.newopen-fuki {
  font-size: 0.75em;
}

.link-to-event-past {
  text-align: right;
  padding: 1em 0.5em;
  font-size: 0.75em;
}
.link-to-event-past::after {
  font-family: "Font Awesome 5 Free";
  content: "\f6bb";
  font-weight: 900;
  margin-left: 0.5em;
}


/* 480px以下では タイトルと吹き出しの文字サイズ調整 */
@media screen and (max-width: 480px) {
  div.title-area div.title {
    font-size: 2em;
  }
  .fukidashi {
    font-size: 0.5em;
  }
}

.fukidashi:before{
  position: absolute;
  content: "";
  top: 35%;
  right: 100%;
  width: 1rem;
  height: 1.5rem;
  background-image: url(common/images/fukidashi-marumi.png);
  transform: translateY(-50%);
}


/* TOP記事一覧 WHAT'S NEW */
/* TOP記事一覧 EVENT */
/* TOP記事一覧 RECOMMEND */

div.post-all {
  -webkit-align-items: flex-start; /* Safari */
  display: flex; /* 記事一覧の並び用flex */
  flex-wrap: wrap;
  justify-content: space-between;
}

/* PC 781px以上では記事一覧は4つ並び */
div.post-all div.post-box {
  width: 23%;
  text-align: left;
  margin-bottom: 10px;
}

  /* 記事一覧が4つ並びで最後の行の記事が4つでない場合の対処 */
  div.post-all::before {
    content:"";
    display: block;
    width:23%;
    order:1;
  }
  div.post-all::after {
    content:"";
    display: block;
    width:23%;
  }
    

/* 780px以下では 縦に1列並び */
@media screen and (max-width: 780px) {
  div.post-all div.post-box {
    width: 100%;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}


div.post-all div.post-box div.post-area {
  -webkit-align-items: flex-start; /* Safari */
  display: flex; /* 記事一覧の中身用flex */
  flex-wrap: wrap;
}

/* PC 781px以上では記事一覧の中身は縦並び */
div.post-all div.post-box div.post-area div.post-image {
  width: 100%;
  position: relative;
}

div.post-all div.post-box div.post-area div.post-text {
  width: 100%;
  padding: 0.1em 0.1em;
  line-height: 100%;
}

/* 780px以下では 縦に1列並び */
@media screen and (max-width: 780px) {
  div.post-all div.post-box div.post-area div.post-image {
    width: 40%;
  }
  div.post-all div.post-box div.post-area div.post-text {
    width: 60%;
    line-height: 120%;
    padding: 0.1em 1em;
  }
}


/* PC 781px以上 記事一覧の中身 */
div.post-all div.post-box div.post-area div.category-label {
  position: absolute;
  color: #333;
  font-size: 0.5em;
  background-color: #FFF;
  padding: 0.5em 0.5em;
}

div.post-all div.post-box div.post-area div.category-label {
  bottom: 2%;
  left: 2%;
}

div.post-all div.post-box div.post-area div.ad-label,
div.post-all .left-area div.post-box div.ad-label,
div.post-all .right-area div.post-box div.ad-label {
  position: absolute;
  top: 1%;
  right: 2%;
  color: #333;
  font-size: 0.5em;
  background-color: #FFF;
  padding: 0.5em 0.5em;
}

div.post-all div.post-box div.post-area div.recruit-label,
div.post-all .left-area div.post-box div.recruit-label,
div.post-all .right-area div.post-box div.recruit-label {
  position: absolute;
  top: 1%;
  right: 2%;
  color: #333;
  font-size: 0.5em;
  background-color: #ffff00;
  padding: 0.5em 0.5em;
}

/* 780px以下では 縦に1列並び */
@media screen and (max-width: 780px) {
  div.post-all div.post-box div.post-area div.category-label {
    bottom: 2%;
    font-size: 0.6em;
  }

  div.post-all div.post-box div.post-area div.ad-label,
  div.post-all div.post-box div.post-area div.recruit-label,	{
    font-size: 0.6em;
  }
}

/* 420px以下では タイトルの文字サイズ調整 */
@media screen and (max-width: 420px) {
  div.post-all div.post-box div.post-area div.title-label {
    font-size: 0.75em;
  }
}



div.post-all div.post-box div.post-area div.title-label,
div.post-all div.left-area div.post-box div.title-label,
div.post-all div.right-area div.post-box div.title-label {
  font-weight: bold;
  font-size: 0.75em;
}

div.post-all div.post-box div.post-area div.place-label,
div.post-all div.post-box div.post-area div.event-date-label,
div.post-all div.post-box div.post-area div.event-finished-label {
  color: #666;
  font-size: 0.5em;
}

div.post-all div.post-box div.post-area div.place-label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 0.5em;
}

div.post-all div.post-box div.post-area div.event-date-label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 900;
  margin-right: 0.5em;
}

span.event-finished-label {
  color: #666;
  font-size: 0.75em;
}
  

/* 780px以下では 縦に1列並び */
@media screen and (max-width: 780px) {
  div.post-all div.post-box div.post-area div.title-label {
    font-size: 1em;
    margin-bottom: 0.25em;
  }

  div.post-all div.post-box div.post-area div.place-label,
  div.post-all div.post-box div.post-area div.event-date-label,
  div.post-all div.post-box div.post-area div.event-finished-label {
    color: #666;
    font-size: 0.75em;
    margin-bottom: 0.25em;
  }
}

.more-post-area {
  width: 200px;
  margin: 0 auto;
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 40px;
}

.more-post {
  display: flex;
} 

.more-post::after {
  content: '';
  width: 100px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}

.more-post-area a:link,
.more-post-area a:visited {
  font-weight: bold;
  color: #1B5E8C;
}

.more-post-area a:hover {
  font-weight: bold;
  color: #FF0000;
}




/* TOP記事一覧 YOUTUBE */
/* PC 781px以上 */
section.youtube-top div.post-box {
  width: 48%;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 1em; 
  margin : 0 auto;
}
  /* 780px以下では 縦に2列並び */
  @media screen and (max-width: 780px) {
    section.youtube-top div.post-box {
      width: 80%;
    }
  }
section.youtube-top div.post-image {
  padding: 0.5em 0 ;
}
section.youtube-top div.post-text {
}
  

/* Youtube記事一覧 */
section.youtube div.post-box {
  width: 48%;
  text-align: left;
  font-size: 0.75em;
  font-weight: bold;
  padding-bottom: 1em; 
}
section.youtube div.post-text {
  padding: 0.5em 0!important;
}
section.youtube div.title-label {
  font-size: 1em!important;
  line-height: 1.75em;
}
section.youtube div.post-all::before {
  content:"";
  display: block;
  width:0%;
  order:1;
}
section.youtube div.post-all::after {
  content:"";
  display: block;
  width:48%;
}


/* 780px以下では 縦に2列並び */
@media screen and (max-width: 780px) {
  section.youtube div.post-box {
    width: 48%;
    margin: 0 auto;
    border: none;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  section.youtube div.post-box div.post-image {
    width: 100%!important;
  }
  section.youtube div.post-box div.post-text {
    width: 100%!important;
  }
}
/* 600px以下では 縦に2列並び */
@media screen and (max-width: 600px) {
  section.youtube div.post-box {
    width: 100%;
    margin: 0 auto;
    border: none;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

/* TOP記事一覧 NEWS */
section.news div.news-all {
text-align: left;
margin-bottom: 20px;
line-height: 160%;
}

section.news div.news-box {
max-width: 1000px;
width: 98%;
margin: 0 auto;
border-top: 1px solid #666;
border-left: 1px solid #666;
border-right: 1px solid #666;
padding: 30px;
}

/* 780px以下 */
@media screen and (max-width: 780px) {
section.news div.news-box {
  width: 98%;
}
}

section.news div.news-box:last-child {
border-bottom: 1px solid #666;
}

section.news div.news-date-label {}

section.news div.news-date-label:before {
font-family: "Font Awesome 5 Free";
content: "\f017";
font-weight: 900;
margin-right: 0.5em;
}

/* TOP記事一覧  MAGAZINE */
section.magazine div.title {
text-align: center;
padding-top: 20px;
margin-bottom: 20px;
font-size: 3em;
color: #333;
font-weight: bold;
}

section.magazine div.magazine-all,
section.magazine-cat div.magazine-all {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 0 20% 20px 20%;
}

section.magazine div.magazine-box,
section.magazine-cat div.magazine-box {
width: 30%;
}

section.magazine-cat div.magazine-box {
  padding: 1em 2em;
  font-size: 1em;
  text-align: left;
  font-weight: bold;
}
  /* 780px以下 */
  @media screen and (max-width: 780px) {
    section.magazine-cat div.magazine-box {
      padding: 1em 0.5em;
      font-size: 0.75em;
    }
  }    
  /* 480px以下 */
  @media screen and (max-width: 480px) {
    section.magazine-cat div.magazine-box {
      padding: 1em 0.25em;
    }
  }

  /* 780px以下 */
  @media screen and (max-width: 780px) {
    section.magazine div.magazine-all {
      padding: 0 10% 20px 10%;
    }
    section.magazine div.magazine-box {
      width: 30%;
    }
    section.magazine div.magazine-box img {
      max-width: 240px;
      width: 80%;
      padding-bottom: 2em;
    }
  }
  /* 480px以下 */
  @media screen and (max-width: 480px) {
      section.magazine div.magazine-all {
        padding: 0 20% 20px 20%;
    }
      section.magazine div.magazine-box {
        width: 100%;
        text-align: center;
    }
  }

section.magazine div.more-post-area {
padding-bottom: 30px;
}

div.magazine-text {
  font-size: 0.75em;
  padding: 0.5em 0;
}


  /* 記事一覧が3つ並びで最後の行の記事が3つでない場合の対処 */
  section.magazine-cat div.post-all::before {
  }
  section.magazine-cat div.post-all::after {
    content:"";
    display: block;
    width:30%;
  }


/* TOP SNSタイムライン埋め込み */
div.sns-flex {
  display: flex; /* タイムライン埋め込みの並び用flex */
  flex-wrap: wrap;
  justify-content: space-between;
}

section.sns-embed div.fb-tl,
section.sns-embed div.twitter-tl {
  width: 49%;
}

  /* 780px以下 */
  @media screen and (max-width: 780px) {
    section.sns-embed div.fb-tl,
    section.sns-embed div.twitter-tl {
      width: 99%;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      padding: 1em 0.5em;
    }

    section.sns-embed div.fb-tl iframe {
      width: 100% !important;
    }
  }
    




/* LINK BANNER */
.banner-all {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.banner-box {
width: 31%;
padding-bottom: 20px;
}

/* 780px以下 */
@media screen and (max-width: 780px) {
.banner-box {
  width: 48%;
}
}	
/* 480px以下 */
@media screen and (max-width: 480px) {
.banner-box {
  width: 100%;
}
}	


/* 記事ページ 上部エリア */
.post-1st-info-area {
padding: 1.5em 0;
}

.post-subtitle {
  color: #1f6ea3;
  font-size: 1.6em;
  padding-bottom: 0.5em;
  line-height: 1.5em;
}

/* 781px以上 */
@media screen and (min-width: 781px) {
.post-1st-info-box {
  display: flex;
  flex-wrap: wrap;
}
.post-icon-area {
  width: 20%;
}
.post-title-box {
  width: 80%;
}
.cat-box {
  border: 2px solid #333;
  padding: 0.5em;
}
.cat-title,
.post-date-box {
  font-weight: bold;
  text-align: left;
}
.post-date-box {
  font-size: 0.8em;
  padding-top: 0.8em;
}
.cat-icon-box img {
  max-width: 160px;
  width: 80%;
}

.post-title-box {
  text-align: left;
  padding-left: 2em;
}
.post-title {
  font-size: 2em;
  padding-bottom: 0.25em;
  line-height: 1.5em;
}
.post-place-name {
  color: #FF0000;
  font-size: 1.25em;
  padding-bottom: 0.5em;
}
.post-startday {
  font-size: 1em;
  font-weight: bold;
  color: #666;
  padding-bottom: 0.5em;
}
.post-startday::before {
	font-family: "Font Awesome 5 Free";
	content: "\f073";
	font-weight: 900;
	margin-right: 0.25em;
  font-size: 0.75em;
}

.post-tags ul {
  padding: 0;
}
.post-tags ul li {
  display: inline-block;
  padding: 0 0.5em 0 0.025em;
  border-right: 1px solid #999;
}
.post-eyecatch {
  padding-top: 1em;
  padding-bottom: 1em;
}
}


/* 780px以下 */
@media screen and (max-width: 780px) {
  .post-1st-info-area {
    padding: 0 ;
  }

  .cat-title {
    font-size: 0.75em;
  }
  

.post-icon-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
}
.cat-box {
  width: 65%;
  display: flex;
  align-items: center;
}
  .cat-name-box {
    width: 50%;
    text-align: left;
  }
  .cat-icon-box {
    width: 50%;
  }
.post-date-box {
  width: 35%;
  text-align: right;
}
.cat-icon-box img {
  max-width: 100px;
}

.post-title-box {
  text-align: left;
}
.post-title {
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 0.25em;
  line-height: 1.5em;
}
.post-place-name {
  color: #FF0000;
  font-size: 1em;
  padding-bottom: 0.5em;
}
.post-startday {
  font-size: 1em;
  font-weight: bold;
  color: #666;
  padding-bottom: 0.5em;
}
.post-startday::before {
	font-family: "Font Awesome 5 Free";
	content: "\f073";
	font-weight: 900;
	margin-right: 0.25em;
}

.post-tags {
  font-size: 0.8em;
  color: #666;
  padding-bottom: 0.5em;
}
.post-tags ul {
  padding: 0;
}
.post-tags ul li {
  display: inline-block;
  padding: 0 0.5em;
  border-right: 1px solid #999;
}
}

.post-eyecatch {
padding: 2em 0.1em;
}

/* 記事ページの2カラム処理 */
div.post-col {
display: flex;
flex-wrap: wrap;
max-width: 1024px;
width: 100%;
margin: 0 auto;
}

/* 781px以上 */
@media screen and (min-width: 781px) {
  div.post-col section.main {
    flex: 1;
    padding-right: 20px;
    margin-bottom: 40px!important;
    width: calc( 100% - 300px )!important;
  }
  div.post-col section.side {
    width: 300px;
    margin-bottom: 40px;
  }
    
}



/* サイドバー　元のCSS書き換え */
.no-sidebar .sidebar {
  display: block;
}
.sidebar {
  width: 300px;
  padding: 0;
}
.content {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.content-in {
  text-align: left;
  flex-wrap: nowrap;
}
@media screen and (min-width: 781px) and (max-width: 1023px) {
  .content-in {
    display: flex;
  }
  .post .main {
    padding: 0;
  }
  .single-page .main {
    padding: 0;
    width: 67.4%;
  }
 }
 @media screen and (max-width: 780px) {
  .content-in {
    display: block;
  }
  .main {
    width: 100%;
  }
 }


.main {
  flex: 1;
  padding-right: 20px;
  margin-bottom: 40px;
}

/* 780px以下 */
@media screen and (max-width: 780px) {
  .main {
    width: 100%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .side {
    width: 100%;
    margin-bottom: 20px;
  }	
}

.toc {
  width: 95%;
}


/* 780px以下 */
@media screen and (max-width: 780px) {
section.main {
  width: 100%;
  padding-right: 20px;
  margin-bottom: 20px;
}
section.side {
  width: 100%;
  margin-bottom: 20px;
}	
}

/* 本文のアイキャッチが縦長の場合の対策 */
.eye-catch img {
  max-height: 1000px;
  width: auto;
}

.post-toc {
border: 1px solid #666;
padding: 3em;
width: 95%;
margin: 0 auto;
margin-bottom: 2em;
}
.post-toc .mokuji-title {
text-align: center;
padding: 0.5em 0 ;
}
.post-toc .mokuji-cont {
text-align: left;
padding: 0.5em 0 ;
}

.post-contents {
text-align: left;
line-height: 200%;
padding: 0 0.5em;
}

.post-contents h2 {
font-size: 1.6em;
font-weight: bold;
margin-bottom: 1em;
margin-top: 1em;
letter-spacing: 0.1em;
}

.post-contents h3 {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 1em;
padding: 0.25em 1em;
border-left: 6px double #F73E3E;
letter-spacing: 0.1em;
}

.post-contents p {
font-size: 1em;
padding-bottom: 0.25em;
letter-spacing: 0.1em;
}

.post-contents img {
padding: 1em 0;
}

.post-contents .caption {
font-size: 0.75em;
padding-top: 0.25em;
}


/* google map のレスポンシブ */
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.place-info-box {
border: 1px solid #666;
padding: 1em;
margin: 1em 0;
}

.place-info-title {
font-size: 1.6em;
text-align: center;
font-weight: bold;
color: #666;
padding: 0.5em 0 1em 0;
}

.place-info-subtitle {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0;
  color:  #1f6ea3;
  margin-bottom: 1em;
}
  
.place-info-name {
font-size: 1em;
font-weight: bold;
padding: 0 1em;
border-left: 1em solid #F73E3E;
margin-bottom: 1em;
}

.place-info-box dl {
font-size: 1em;
margin: 0;
line-height: 200%;
}
.place-info-box dt {
font-weight: bold;
padding-top: 0.5em;
border-top: 1px solid #CCC;
margin-bottom: 0.25em;
}
.place-info-box dd {
padding-bottom: 0.5em;
margin-left: 0;
margin-bottom: 0;
}

.place-info-box p {
  margin-bottom: 0;
}

/* SNS シェアボタン */
.sns-share {
padding: 1em 0;
}

.sns-share-btn {
display: inline-block;
padding-right: 0.25em;
}
.sns-share-btn img {
max-width: 30px;
padding: 0;
}

/* 記事下のカテゴリとタグ */
.cat-link,
.tag-link {
  background-color: #FFF;
  border: none;
}
.cat-link:hover {
  color: #333;
}
.fa-folder:before,
.fa-tag::before {
  content: "\23"!important;  
}




/* 記事ページのコンテンツ内 */
.article h2,
.article h3 {
  margin-top: 2em;
  margin-bottom: 1em;
}

.article h2 {
  font-size: 1.6em;
  font-weight: bold;
  background-color: #FFF;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 1em;
}
.article h3 {
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.75rem 1rem;
  border-left: 12px double #f73e3e;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

table th,
table td {
  font-size: 0.8em;
}




/* 記事ページのSIDE */
section.side div.side__inner {
border-top: 1px solid #666;
padding: 1em 30px 1em 30px;
}

section.side .title-area {}

.side-title {
font-size: 1em;
font-weight: bold;
padding-bottom: 1em;
text-align: left;
}

section.side div.post-all div.post-box {
width: 100%;
text-align: left;
margin-bottom: 1.5em;
}
/* 780px以下 */
@media screen and (max-width: 780px) {
section.side div.post-all div.post-box {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
section.side .pc-only {
  display: none;
}
}	


/* サイドバーの人気記事 */
ul.wpp-list {
  padding: 0;
}




/* オススメ記事のbtn */
div.osusume-btn {
font-size: 0.65em;
padding-top: 1em;
}

div.osusume-btn a.btn {
padding: 1em 4em 1.5em 4em;
}


a.btn-border-shadow {
padding: calc(1.5rem - 12px) 3rem 1.5rem;
background: #fff;
}

a.btn-border-shadow:before {
position: absolute;
top: -6px;
left: -6px;

width: 100%;
height: 100%;

content: "";
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;

border: 2px solid #333;
border-radius: 1em;
}

a.btn-border-shadow:hover {
padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
top: 0;
left: 0;
}

a.btn-border-shadow--color {
border-radius: 0;
background: yellow;
}

a.btn-border-shadow--color:before {
border-radius: 0.5em;
}



/* 関連記事 */
section.related-post .related__inner {
padding: 2em 30px 1em 30px;
}

section.related-post .title {
position: relative;
padding: 1em 1.5em;
color: #FFF;
border-radius: 10px;
background: #7DCFE2;

text-align: left;
font-size: 1em;
font-weight: bold;
width: 30%;
margin-bottom: 2em;
}
section.related-post .title:after {
position: absolute;
bottom: -9px;
left: 1em;
width: 0;
height: 0;
content: '';
border-width: 10px 10px 0 10px;
border-style: solid;
border-color: #7DCFE2 transparent transparent transparent;
}
/* 780px以下 */
@media screen and (max-width: 780px) {
  section.related-post .title {
    width: 50%;
    }
  }		
/* 480px以下 */
@media screen and (max-width: 480px) {
section.related-post .title {
  width: 80%;
  }
}		

section.related-post div.post-all div.post-box {
width: 30%;
text-align: left;
margin-bottom: 10px;
}
/* 780px以下 */
@media screen and (max-width: 780px) {
section.related-post div.post-all div.post-box {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
}	



/* 固定ページ系 */
/* 会社概要 プライバシーポリシー 問い合わせ */
.post-form {
  font-size: 1em;
}
.hissu {
	color: #F73E3E;
}

section.contact dd {
  width: 60%;
}
/* 780px以下 */
@media screen and (max-width: 780px) {
  section.contact dd {
    width: 98%;
  }
}

dt {
	line-height: 160%;
	margin-bottom: 0.75em;
}
dd {
	margin-bottom: 2em;
}
section.company dd {
  padding-left: 1.5em;
}
h4 {
  font-size: 1em;
	font-weight: bold;
	color: #666;
	border-left: 10px #49BFBF solid;
	padding-left: 15px;
}
.privacy-area {
  padding: 3%;
  font-size: 1em;
}
section.privacy h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.privacy-area p {
  line-height: 1.8em;
}
.privacy-area li {
  line-height: 1.6em;
  padding-bottom: 0.5em;
}

.company-map {
  padding: 1em 0 3em 0;
}

section.contact .text-area {
  font-size: 1em;
  line-height: 1.8em;
  padding-bottom: 2em;
}

::placeholder {
  color: #999;
  font-size: 0.75em;
}

.submit-area {
  width: 300px;
  margin: 0 auto;
}

/* Google Recaptchaの保護マークを非表示（ポリシーの表示が必須：済） */
.grecaptcha-badge { visibility: hidden; }


.btn--red {
  padding:8px 40px 10px;
  font-size: 14px;
  background-color: #5abcd1;
  color: #fff;
  border-style: none;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
}
input.btn--red {
  color: #666;
  background-color: #e3e3e3;
}
input.btn--red:hover {
  color: #fff;
  background: #f56500;
}



/* 編集ページのCSS */
.editor-styles-wrapper p {
  line-height: 2em;
}


/* テキスト系 */
.text-XL {
font-size: clamp(1.6em, 1.5vw, 2.4em);
line-height: 180%;
text-align: left;
}

.text-01 {
font-size: clamp(1.6em, 1.5vw, 2.4em);
line-height: 180%;
text-align: left;
}

.text-02 {
font-size: clamp(0.75rem, 1vw + 1rem, 1rem);
line-height: 160%;
text-align: left;
}

p {
margin-bottom: 10px;
}





/* FOOTER */

footer {
padding-bottom: 20px;
margin-bottom: 120px;
}
@media screen and (max-width: 780px) {
footer {
  padding-bottom: 20px;
  margin-bottom: 80px;
}
}	
@media screen and (max-width: 600px) {
footer {
  padding-bottom: 20px;
  margin-bottom: 50px;
}
}	

.footer-area {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
.footer-area {
  margin-bottom: 0;
}
}

footer.entry-footer {
  padding: 0;
  margin: 0;
}

.link-box {
width: 65%;
}
.link-text {
float: left;
font-size: 0.75em;
padding: 0 0.5em;
border-right: 1px solid #666;
}

.last-link {
border-right: none;
}


/* 780px以下 */
@media screen and (max-width: 780px) {
.link-box {
  width: 100%;
}

.link-box__inner {
  display: flex;
  flex-wrap: wrap;
}
.link-box__inner .link-text {
  width: 50%;
  padding: 2em;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  text-align: left;
}
.link-box__inner .link-text:nth-of-type(2n+1) {
  width: 50%;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
.link-box__inner .bottom-line {
  border-bottom: 1px solid #666;
}
}


.sns-box {
width: 35%;
}
.sns-icons {
float: left;
padding: 0 0.5em;
}
.sns-box__inner .sns-icons img {
max-width: 40px;
width: 100%;
}
/* 780px以下 */
@media screen and (max-width: 780px) {
.sns-box {
  width: 100%;
  margin: 0 auto;
  padding: 2em 35%;
}
.sns-box__inner {
  display: flex;
  flex-wrap: wrap;
}
.sns-box__inner .sns-icons {
  width: 25%;
  padding: 0.25em;
}
.sns-box__inner .sns-icons img {
  max-width: 40px;
  width: 100%;
}
}


footer .copyright {
font-size: clamp(0.5rem, 1vw + 1.25rem, 0.75rem);
}


/* ページ先頭へ戻る */
.pagetop {
  position: fixed;
  bottom: 120px;
  right: 20px;
cursor:pointer;
}
@media screen and (max-width: 780px) {
.pagetop {
  bottom: 90px;
}
}
@media screen and (max-width: 540px) {
.pagetop {
  bottom: 65px;
}
}




/* 記事一覧 POST-INDEX 次のページへボタン */

.btn,
a.btn,
button.btn {
font-size: 1em;
font-weight: 700;
line-height: 1.5;
position: relative;
display: inline-block;
padding: 0.5em 4em;
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;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.1em;
color: #212529;
border-radius: 0.5rem;
}

.btn--gray,
a.btn--gray {
color: #fff;
background-color: #f3f3f3;
border: 1px solid #999;
}

.btn--gray:hover,
a.btn--gray:hover {
color: #fff;
background: #F73E3E;
}

.next-post-area {
width: 100%;
padding-bottom: 30px;
}

.next-post-area .pagination {
  font-size: 0.65em;
}

/* 共通装飾系 */

ul,
li {
list-style: none;
}

/* 404 */
.text-404 {
  line-height: 2em;
  padding-top: 2em;
}


/* 記事中のリンク */
main p a:link {
  text-decoration: underline;
}

main p a:hover {
  color:#1b7184;
}


/* リンク全般 */
a img:hover { /* リンクの画像のhover半透明 */
opacity: 0.8;
}

a:link { /*未訪問のリンクの色*/
color:#333333;
text-decoration: none;
}

a:visited { /*訪問済みのリンクの色*/
color:#333333;
text-decoration: none;
}

a:hover { /*カーソルが乗っているリンクの色*/
color:#333333;
text-decoration: underline;
}

a:active {color:#134867;} /*クリック中のリンクの色*/

.bold {font-weight: bold;}


/* --- 求人カテゴリ　検索フォームスタイル --- */
.recruit-form {
    display: flex;           /* Flexboxコンテナにする */
    flex-wrap: wrap;         /* PCでも幅が足りない場合は折り返す */
    align-items: flex-end;   /* 各グループの下端を揃える */
    gap: 20px;               /* 各グループ間の隙間 */
    padding: 30px;           /* フォーム全体の内側の余白 */
    border-radius: 12px;     /* 角を丸くする */
    background: linear-gradient(135deg, rgba(220, 230, 255, 0.7) 0%, rgba(220, 240, 255, 0.6) 50%, rgba(255, 220, 235, 0.5) 100%), #ffffff; /* 淡いグラデーション背景 */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07); /* 少し影をつける */
    margin-bottom: 30px;
}

.recruit-form-group {
    display: flex;
    flex-direction: column; /* ラベルと入力要素を縦に積む */
    flex: 1 1 0;             /* 各グループが均等に幅を分け合う */
    min-width: 160px;        /* あまりに狭くなりすぎないための最小幅（調整可能） */
    margin-bottom: 0;        /* Flexboxのgapで調整するので基本的に不要 */
	margin-top: 0.5rem;
}

.recruit-form-label {
    display: flex;        /* ★アイコンとテキストを横並びにするため */
    align-items: center;  /* ★アイコンとテキストを垂直方向中央に揃える */
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #3e5067;
    text-align: left;
}


.recruit-form-icon {
    width: 18px;      /* アイコンの幅（お好みで調整してください） */
    height: 18px;     /* アイコンの高さ（お好みで調整してください） */
    margin-right: 8px; /* アイコンとラベルテキストの間の余白 */
}

.recruit-form-label-text {
    /* ラベルテキスト自体のスタイルが必要な場合はここに記述 */
}

.recruit-form-select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d1d9e4;
    border-radius: 8px;
    font-size: 1rem;
    background-color: #fff;
    box-sizing: border-box;
    color: #3e5067;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23888888' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

.recruit-form-select:hover {
    border-color: #a8b8c9;
}

.recruit-form-select:focus {
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.1);
    outline: none;
}

.recruit-form-submit {
    display: inline-block;
    background-color: #ffff00!important; /* 明るい黄色 */
    color: #333;
    border: 2px solid transparent;
    padding: 10px 25px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.1s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    width: 100%;
	margin-top: 1rem;
}

.recruit-form-submit:hover,
.recruit-form-submit:focus {
    background-color: #e9e9e9;
    border-color: #ffff00;
    color: #333;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    outline: none;
}

.recruit-form-submit:active {
    transform: translateY(0px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* --- スマホ表示 (縦並び) --- */
@media (max-width: 768px) {
    .recruit-form {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
        gap: 0;
    }

    .recruit-form-group {
        width: 100%;
        margin-bottom: 20px;
        min-width: 0;
        flex: none;
    }
    .recruit-form-group:last-child {
        margin-bottom: 0;
    }
    /* チェックボックス専用ラベルのスタイルは削除したので、関連するスマホ用調整も不要 */
}

/* --- /cat-recruit-search/ ページ専用のラッパースタイル調整 --- */
.recruit-search-form-on-results {
    border: none;
    padding: 0;
    background: none;
    margin-bottom: 30px;
}

.recruit-search-form-on-results h4 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #3e5067;
    font-weight: bold;
}

/* --- 求人カテゴリ　記事ページのスタイル --- */

/* 「募集中」で募集人数がある場合の全体のコンテナ */
.post-recruit-info {
    margin: 1rem !important;
    padding: 1.5rem !important;
    text-align: center;
    background: -webkit-repeating-linear-gradient(-45deg, #FAF0E6, #FAF0E6 3px, #FFF8F0 3px, #FFF8F0 7px);
    background: repeating-linear-gradient(-45deg, #FAF0E6, #FAF0E6 3px, #FFF8F0 3px, #FFF8F0 7px);
    color: #333; /* 文字色。背景色に合わせて調整が必要な場合があります */
    border-radius: 8px;
}

/* 正社員・パートの募集人数を横並びにするためのラッパー */
.recruit-numbers-wrapper {
    display: flex;            /* Flexboxを有効化 */
    justify-content: center;  /* 水平方向中央揃え */
    align-items: center;      /* 垂直方向中央揃え */
    flex-wrap: wrap;          /* 画面幅が狭い場合に折り返す */
    gap: 1rem 2.5rem;         /* アイテム間の隙間（上下1rem, 左右2.5rem） */
}

/* 各募集人数情報（正社員、パート）のスタイル */
.recruit-number-item {
    font-size: 1.1em; /* 少し文字を大きく */
    font-weight: 500;
    /* 必要に応じて個別のパディングやマージンを追加 */
}

/* 「募集終了」メッセージのスタイル */
.recruit-status-closed {
    text-align: center;
    margin: 2rem; /* 上下2remマージン、左右はautoで中央寄せ */
    padding: 1.5rem;
    border: 1px solid #e0e0e0;   /* 薄いグレーの枠線 */
    background-color: #f9f9f9; /* 薄いグレーの背景 */
    color: #555;              /* 少し濃いめのグレー文字 */
    border-radius: 8px;        /* 少し角を丸く */
    font-size: 1.1em;
}

/* オプション: 「募集中（詳細はお問い合わせください）」などのメッセージ用スタイル */
.recruit-status-open-no-numbers {
    text-align: center;
    margin: 2rem auto;
    padding: 1.5rem;
    background-color: rgba(65, 136, 166, 0.8); /* 少し薄めの背景色 */
    color: #fff;
    border-radius: 8px;
    font-size: 1.1em;
}

/* 元のクラス名に対する個別スタイル（必要であれば） */
.recruit-full-open-num {
    /* 正社員の募集人数に特有のスタイルがあればここに */
}
.recruit-part-open-num {
    /* パートの募集人数に特有のスタイルがあればここに */
}


