/*
Theme Name: Switch Child
Theme URI: https://tcd-theme.com/tcd063
Template: switch_tcd063
Author: TCD
Author URI: https://tcd-theme.com/
Description: WordPress theme "Switch" is an LP type website. It has a structure that is good for physical store business promotion, and implements fee structure options, interviews, and FAQ pages. If you put a video on the top page, you can excite the viewer.
Version: 2.2.11.20260530
Updated: 2023-11-09 13:26:48

*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/*----------------------------------------------------　
　共通　
------------------------------------------------------*/
body{
	font-family: 'Zen Maru Gothic', serif !important;
}

.c-logo, .p-page-header__title, .p-page-header__desc, .p-archive-header__title, .p-faq__cat, .p-interview__title, .p-footer-link__title, .p-block01__title, .p-block04__title, .p-index-content02__title, .p-headline02__title, .p-index-content01__title, .p-index-content06__title, .p-index-content07__title, .p-index-content09__title, .p-plan__title, .p-plan__catch, .p-header-content__title, .p-spec__title {
	font-family: 'Zen Maru Gothic', serif !important;
}

.p-cb__item {
    position: relative;
    margin-bottom: 60px;
}

.pc-view {
  }
.sp-view {
    display: none !important;
  }

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

/*----　ヘッダー　----*/

#js-header .l-inner {
	width: auto;
	max-width: 98%;
}
#head_copy {
    margin-bottom: 0.7em;
    color: #898989;
    font-size: 13.5px;
    text-align: center;
}

.c-logo {
    display: inline;
}

.p-global-nav {
    height: auto;
    line-height: 1.5em !important;
}
.p-global-nav > ul > li {
	height: auto;
	padding-top: 10px;
}
.p-global-nav ul li a {
	font-size: 110%;
	font-weight: 600;
	color: #743636 !important;
	transition: 0.3s;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 8px;
	padding-left: 8px;
	height: 30px;
	display: inherit;
	position: relative;
}
.p-global-nav ul li:nth-child(10),.p-global-nav ul li:nth-child(11)   {
	display: none;
}
.p-global-nav ul li:nth-child(9) a{
    color: #DA53D4 !important;
}

.p-global-nav ul li a:hover {
	color: #8F6767 !important;
}
.p-global-nav ul li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0%;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background:#743636;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.p-global-nav ul li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

@media screen and (max-width: 1199px) {
#js-header .l-inner {
    width: auto;
    max-width: 100%; 
    display: flex;
}
	
#head_copy {
    font-size: 10.5px;
    line-height: 2.2em;
    margin-bottom: 0em;
    padding-top: 5px;
}
.l-header__logo:not(.c-logo--retina) img {
    max-height: 25px;
}
	
.p-menu-btn {
    color: #8fc31f !important;
}
.c-menu-btn::before {
    font-size: 30px;
}
.p-global-nav > ul > li {
    height: auto;
    padding-top: 0px;
    padding-bottom: 5px;
}
.p-global-nav {
    background-color: #9CCB37 !important;
    border-bottom: 5px solid #FFFFFF;
}
.p-global-nav ul li a {
    height: auto;
    display: inherit;
    position: relative;
    border-bottom: 1px solid #FFFFFF;
	line-height: 45px;
}
.p-global-nav > ul > li:first-child > a {
    border-bottom: 1px solid #FFFFFF;
}
.p-global-nav > ul > li:last-child > a {
    border-style: none;	
}
.p-global-nav ul li:nth-child(10),.p-global-nav ul li:nth-child(11){
    display: inherit;
}
.p-global-nav ul li:nth-child(10) a,.p-global-nav ul li:nth-child(11) a{
    color: #fff900 !important;
}
	
.p-global-nav ul li:nth-child(9) {
	display: none;
}
.p-global-nav ul li a::after {
    height: 0;
    background-color: transparent;
}
#right_bot{
	display: none;
}
}
@media screen and (max-width: 767px) {
.l-header__logo:not(.c-logo--retina) img {
    width: 100%;
}
.c-logo {
    width: 80%;
}
}

/*----　右ボタン　----*/
#right_bot{
	position: fixed;
	top: 7em;
	right: 0px;
	z-index: 10;
}
#right_bot ul li a{
	transition: 0.3s;
	opacity: 0.94;
    position: relative;
}
#right_bot ul li a:hover{
	opacity: 0.8;
    right: -10px;
}

#right_bot ul li:last-child{
    margin-top: 20px;
}

/*----　フッターバナー　----*/
.p-footer-link__list  {
	justify-content: space-around;
    width: 77%;
}
.p-footer-link__list li {
	width: 31%;
}
.p-footer-link__list img {
    position: relative;
    width: 100%;
    height: auto !important;
}
@media screen and (max-width: 767px) {
.p-footer-link__list  {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-footer-link__list li {
    width: 49%;
    margin-bottom: 10px;
}
}	
/*----　フッター　----*/
footer .p-footer-nav {
	line-height: 40px;
	font-weight: 500;
}

footer .p-copyright {
    height: 40px;
    min-height: unset;
    line-height: 40px;
}
footer .p-pagetop {
	height: 40px;
	background: #513a3a !important;
	border-left: 2px solid #FFFFFF;
}
footer .p-info {
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
footer .p-info__address {
    margin-bottom: 21.6px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}
footer ul li:nth-child(9) {
	display: none;
}

@media screen and (max-width: 767px) {
footer {
}
footer .p-info {
    background: #ebf5d7;
}
	.p-info__logo {
    width: 90%;
}
.p-footer-link__title {
    font-size: 19px;
}
footer .p-info__address {
    font-size: 14px;
}
.p-footer-nav {
	display: none;
}
	
.c-footer-bar__item {
    background-color: #8fc31f;
}
.c-footer-bar__icon::before {
    font-size: 23px;
}
.c-footer-bar a {
    color: #FFF !important;
    font-size: 12px;
}		
#js-footer-link{
	display: none;
	}

	
}

/* フッター固定バー：768px以上では非表示（スマホ767px以下のみ） */
@media screen and (min-width: 768px) {
    #js-footer-bar,
    #js-modal-overlay,
    #js-modal-content {
        display: none !important;
    }

    body {
        padding-bottom: 0 !important;
    }

    #js-pagetop {
        bottom: 0 !important;
    }
}

/*----　見出し　----*/

main h2{
    font-size: 32px;
}
main h3{
    font-size: 28px;
}
main h4{
    font-size: 24px;
}
main h5{
    font-size: 20px;
}
main h6{
    font-size: 16px;
}
@media screen and (max-width: 767px) {
main h2{
    font-size: 32px;
}
.p-block04__title {
    font-size: 22px !important;
    margin-bottom: 1em;
}
	
main h4{
    font-size: 18px;
    line-height: 1.8em;
}
main h5{
    font-size: 18px;
    line-height: 1.6em;
}
main h6{
    font-size: 16px;
}
    .p-page-header__title {
    min-width: 250px;
}
}	
	
	
	
.txt_s{
    font-size: 80%;
}

.txt_color_green{
    color: #8fc31f;
}
.txt_color_blue{
    color: #5abac7;
}
.txt_color_brown{
    color: #442606;
}

.home h2,.home h3,.home h4,.home h5,.home h6{
    font-size: auto;
}
p{
    line-height: 1.8em;
}

/*----------------------------------------------------　
　中ページ共通　
------------------------------------------------------*/

.single .p-page-header {
    margin-bottom: 30px;
}
.p-breadcrumb {
    margin-top: 0px;
}

.p-entry {
    background-color: #FFFFFF;
}
/*----------------------------------------------------　
　TOP
------------------------------------------------------*/
.home .p-index-content01 {
	padding: 51px 0 60px;
	position: relative;
}
.p-index-content01__title{
    width: 20em;
    margin: auto;
    margin-bottom: 15px;
}


.home .p-index-content01 .l-inner {
    z-index: 2;
}
.home .p-index-content01 .ill_01,
.home .p-index-content01 .ill_02,
.home .p-index-content01 .ill_03,
.home .p-index-content01 .ill_04{
	position: absolute;
}
.home .p-index-content01 .ill_01{
    left: -2%;
    bottom: -19%;
    width: 17%;
}
.home .p-index-content01 .ill_02{
    left: 13%;
    top: -4%;
    width: 12%;
}
.home .p-index-content01 .ill_03{
	bottom: -2em;
	right: 11%;
}
.home .p-index-content01 .ill_04{
	right: 0px;
	top: 0px;	
}
.home .p-index-content01__desc {
    font-size: 17px;
    line-height: 2;
}

.home .p-index-content01__link::before {
    width: 35px;
    height: 35px;
    font-size: 35px;
}

@media screen and (max-width: 767px) {
.p-index-content01__title {
    width: 13em;
    font-size: 24px;
    margin-bottom: 0.8em;
}
	.home .p-index-content01__desc {
    font-weight: 600;
    font-size: 15px;
    line-height: 2;
}

.home .p-index-content01 .ill_02 {
    left: -3%;
    top: -7%;
    width: 20%;
}
.home .p-index-content01 .ill_03 {
    bottom: -1em;
    right: -7%;
    width: 33%;
}
.home .p-index-content01 .ill_01 {
    left: -9%;
    bottom: -7%;
    width: 37%;
}	
.home .p-index-content01 .ill_04 {
    width: 32%;
}
}
@media screen and (max-width: 767px) {
  .p-header-slider {
      margin-top: 60px;
  }
}
	
/*----　見出し　----*/

.p-headline02__title {
    font-size: 33px !important;
}
.p-headline02 {
    margin-bottom: 15px;
}
.p-entry__body h1, .p-entry__body h2, .p-entry__body h3, .p-entry__body h4, .p-entry__body h5, .p-entry__body h6 {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {	
	.p-index-content02__desc {
    font-size: 15px !important;
    line-height: 1.8em!important;
    font-weight: 500!important;
}
.p-headline02__title {
    font-size: 26px !important;
    text-align: center;
}
.p-headline02 {
    justify-content: center;
}
}	

/*----　4画像コンテンツ　----*/
.p-index-content02__desc {
    font-size: 18px;
    line-height: 2;
}
	
/*----　3点紹介コンテンツ　----*/
.p-index-content03 .p-triangle {
	z-index: 1;
	position: static;
	width: 100%;
	height: auto;
	padding-left: 0;
	overflow: visible;
	background-color: #5abac7;
	color: #FFFFFF !important;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.p-index-content03 .p-triangle::before {
	display: none;
}
.p-index-content03 .p-article08__content {
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 25px;
}
.p-index-content03 .p-article08__desc {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
}
.p-index-content03 .p-btn {
	border-radius: 40px;
	font-weight: 600;
}
/*----　施設紹介　----*/
#top_shisetsu{
	background-color: #8fc31f;
	padding-top: 4em;
	padding-bottom: 4em;
    margin-bottom: -32px;
	width: 100%;
	display: block;
}
#top_shisetsu .p-headline02__title{
	color: #FFFFFF;
}
#top_shisetsu .map_flex{
	display: flex;
	justify-content: space-between;
}
#top_shisetsu .map_flex div:nth-child(1){
	width: 68%;
	
}
#top_shisetsu .map_flex div:nth-child(2){
	width: 30%;
	
}
@media screen and (max-width: 767px) {
	#top_shisetsu .map_flex{
    display: inherit;
}
#top_shisetsu .map_flex div:nth-child(1){
	width: 100%;
	
}
#top_shisetsu .map_flex div:nth-child(2){
	width: 100%;
	
}
}

#top_shisetsu .map_flex div h3{
    color: #FFFFFF;	
    margin-bottom: 10px;
}
#top_shisetsu ul {
	margin-left: 0px;
	list-style-type: none;
	line-height: 1.6em;
}
#top_shisetsu ul li {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    padding-right: 20px;
    text-decoration: none;
}
#top_shisetsu ul li a {
	color: #FFFFFF;
}
#top_shisetsu ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {	
#top_shisetsu {
    padding-top: 2em;
    padding-bottom: 1em;
    margin-bottom: -2em;
}
	
#top_shisetsu iframe {
    height: 350px;
}
	}
	
/*----　お知らせ　----*/
.p-index-content04 {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {		
.p-article09__date {
    font-size: 13px;
}
}

/*----　求人情報　----*/
	
/*----------------------------------------------------　
　ウィジェット
------------------------------------------------------*/
.ad_widget a{
    transition: 0.3s;
}
.ad_widget a:hover{
    opacity: 0.8;
}

.p-widget__title {
    margin-bottom: 12px;
}
.widget_nav_menu ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #575757;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 1em;
    padding-bottom: 5px;
}

/*----------------------------------------------------　
　お知らせ 一覧
------------------------------------------------------*/
.post-type-archive-news{}
.post-type-archive-news .p-news-list a .p-article04__header,
.tax-news_category .p-news-list a .p-article04__header{
    background-color: #5abac7;
    color: #FFFFFF;
    border-style: none;
    transition: 0.3s;
}
.post-type-archive-news .p-news-list a:hover .p-article04__header{
    background-color: #80C9D3;
}
.p-article04__date {
    color: #FFFFFF;
}
.p-article04__title a{
    color: #FFFFFF;
}
.widget_nav_menu ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #575757;
}
.tax-news_category{}


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

.post-type-archive-event .p-page-header__img img {
    object-position: 27% 50%;
}
	
.post-type-archive-news .p-page-header,
.post-type-archive-event .p-page-header{
    height: 150px;
}
}

/*----------------------------------------------------　
　お知らせ・ヒナブログ　詳細
------------------------------------------------------*/
.single .p-page-header{
    height: 500px;
}
.single .p-entry__inner {
    padding: 0px;
}
.single .p-entry__body h1{
    font-size: 30px;
    color: #8fc31f;
}
.single .p-entry__body h2{
    font-size: 26px;
    color: #5abac7;
}
.single .p-entry__body h3{
    font-size: 24px;
    color: #442606;
}
.single .p-entry__body h4{
    font-size: 20px;
    background-color: #8fc31f;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.single .p-entry__body h5{
    font-size: 18px;
    background-color: #9A9A9A;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.single .p-entry__body h6{
    font-size: 18px;
    border-bottom: 1px solid #838282;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.single p-entry__body p{
    line-height: 2;
}

.widget_nav_menu ul li a {
    background-color: #F0F0F0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    margin-bottom: 4px;
	position: relative;
}
.widget_nav_menu ul li a::before {
	content: '';
	position: absolute;
	top: 48%;
	left: 5px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #333;
}
.widget_nav_menu ul li a:hover {
    background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {	
	

    
	.p-article04__date {
    font-size: 12px;
	}
	.p-entry {
    margin-top: 0;
    margin-bottom: 35px;
    margin-left: 0px;
    margin-right: 0px;
}
.ad_widget {
    display: none;    
    
    
    }
	
.news-template-default {}
	

.news-template-default .p-page-header {
    height: 150px;
    margin-bottom: 0px;
}
	
.single-event{}
	
.single-event .p-page-header {
    height: 150px;
    margin-bottom: 0px;
}
.single-event .p-page-header__img img {
    object-position: 27% 50%;
}

	
}	

/*----------------------------------------------------　
　私たちの強み
------------------------------------------------------*/
.page-id-118{}
.p-block04__title{
    font-size: 32px;    
    margin-bottom: 1em;
}

.page-id-118 h5{
    color: #442606;
    margin-bottom: 0.5em;
}
.page-id-118 .p-block01__title--sm {
    margin-bottom: 60px;
    color: #8fc31f !important;
    font-size: 36px;
    line-height: 1.5;
}
.page-id-118 .p-block02__item-title {
    margin-bottom: 0.8em;
    font-size: 32px;
    line-height: 1.5;
}
/*----------------------------------------------------　
　入居までの流れ
------------------------------------------------------*/
.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  padding-left: 0;
  border-bottom: solid 1px #8fc31f;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #8fc31f;
}

.flow09 > li dl dt {
  font-size: 1.6em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
    color: #8fc31f;
}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 2.5em;
  font-weight: bold;
  color: #8fc31f;
  text-align: center;
  width: 100px;
  position: relative;
  margin-top: 0;
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  margin: auto;
}

.flow09 > li dl dd {
  margin: 0;
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {	
.flow_design09{}
	
	
	
	
}
	
	
/*----------------------------------------------------　
　企業情報
------------------------------------------------------*/
.page-id-147{}

.page-id-147 main h2{
    font-size: 32px;    
    color: #442606;
}


.page-id-147 .table_01{
    margin-bottom: 5em;
}
.page-id-147 .table_01 th{
    background-color: #5abac7;
    color: #FFFFFF;
    vertical-align: top;
    width: 15%;
}
.page-id-147 .table_01 td div{
    display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-id-147 .table_01 td div dl{
    width: 48%;
    margin-right: 2%;
    margin-bottom: 5px;
}
.page-id-147 .table_01 td h5{
    border-top: 1px solid #C2C2C2;
    padding-top: 25px;
}

.page-id-147 .table_01 td h5:nth-child(1){
    border-top: none;
    padding-top: 10px;
}

.page-id-147 .table_02 th{
    background-color: #5abac7;
    color: #FFFFFF;
    width: 30%;
    font-size: 18px;    
}
.page-id-147 .table_02 td p {
    margin-bottom: 10px;
}
.page-id-147 .table_02 td dl{
    display: flex;
    margin-bottom: 0px;
}
.page-id-147 .table_02 dt {
    font-weight: normal;
    width: 5em;
}
.page-id-147 .table_02 dd{
    margin-bottom: 0px;
}


.page-id-147 .p-entry__body dd {
    margin-bottom: 0.5em;
}
.page-id-147 .pdf-link {
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
    margin-bottom: 30px;
}
.page-id-147 .pdf-link a{
    color: #FFFFFF !important;
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-left: 20px;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 90%;
    transition: 0.3s;
}
.page-id-147 .pdf-link a:hover{
	opacity: 0.5;
}

.page-id-147 .pdf-link a:nth-child(1){
    background-color: #929aad;
    margin-right: 10px;
}
.page-id-147 .pdf-link a:nth-child(2){
    background-color: #c7a388;
}
.page-id-147 .pdf-link a:before {
    content: '';
    width: 6px;
    height: 6px;
    border-left: 0;
    border-bottom: 0;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
}
.page-id-147 .table_02 .pdf-link {
    margin-bottom: 50px;
}

.page-id-147 .table_02 tbody tr td div:last-child.pdf-link {
    margin-bottom: 20px;
}



@media screen and (max-width: 767px) {	
.page-id-147 table th,
.page-id-147 table td{
  width:100%;
  display:block;
}
.page-id-147 .table_01 th {
    width: 100%;
}
.page-id-147 .table_01 td div dl {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2em;
}

.page-id-147 .table_02 th {
    font-size: 15px;
    width: 100%;
}
.page-id-147 .table_02 dd {
    margin-bottom: 0px;
    width: 70%;
}
.page-id-147 .p-entry__body td, .p-entry__body th {
    line-height: 1.8;
}
}	
		
/*----------------------------------------------------　
　求人情報
------------------------------------------------------*/
.single-post .p-page-header {
    height: 20em;
}
.single-post .p-entry__img img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    width: auto;
}
.blog{
}
    .p-date{
	color: #676767;
    display: flex;
}

.p-date__day {
    font-size: 14px;
    margin: 0px 0 0px;
}

.p-article01__content {
    line-height: 1.5;
}
.home .p-blog-list__item {
    margin-bottom: 0px;
}
    
/* 一覧 */

.blog .p-archive-header{
    display: none;
}
.blog .p-blog-list__item,.category .p-blog-list__item{
    width: 33%;
    margin-bottom: 20px;
}
.p-entry__movie{
    margin-top: 20px;	
	width: 100%;
	text-align: center;
}


@media screen and (max-width: 767px) {	
    .p-blog-list__item {
    width: 50% !important;
}
.blog .p-page-header {
    height: 100px;
}
.p-date {
    font-size: 12px !important;
    display: flex;
}
    .p-date__day {
    font-size: 12px !important;
    margin: 0px 0 0px;
}
  .p-index-content07__desc {
    font-weight: 700;
    font-size: 14px;
    line-height: 2;
}
	.p-blog-list {
    margin-bottom: 32px;
}
    
.single-format-standard .p-entry__title {
    font-size: 20px !important;
}  
   } 
    
/* カテゴリー */

.category{
}
.category .p-archive-header {
    margin-bottom: 1.5em;
    font-size: 26px;
}

/* 詳細 */
.p-article01__cat {
    margin-bottom: 0.5em;
}
.p-entry__body {
    line-height: 1.8em;
    margin-bottom: 2em;
}

.p-entry__body td, .p-entry__body th {
    font-size: 15px;
    line-height: 2;
}

.single-format-standard{}

.single-format-standard .p-entry__img {
    margin-bottom: 25px;
}
.single-format-standard .p-date {
    display: flex;
	justify-content: flex-end;
}
.single-format-standard .p-entry__title {
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #442606;
    font-size: 27px;
}
.single .p-entry__body h1 {
    font-size: 28px;
    color: #8fc31f;
}
.single .p-entry__body h2 {
    margin-top: 30px;
}
.p-entry__body p {
    margin-bottom: 10px;
    line-height: 2;
}

.single-format-standard .p-entry__body table,
.single.single-post.single-format-standard .p-entry__body table {
    margin: 0 0 24px 0;
    border-collapse: collapse;
    width: 100%;
}

/* design-plus.css（TCD3.1.2）より後に読み込まれても効くよう詳細度を上げる */
.single-format-standard .p-entry__body table th,
.single.single-post.single-format-standard .p-entry__body table th {
    background-color: #5abac7;
    color: #FFFFFF;
    vertical-align: top;
    width: 20%;
    font-weight: normal;
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-100 a{
    color: #FFFFFF;
    font-weight: 700;
}
.wp-block-button__link {
    color: #fff;
    background-color: #F36BAA;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding-top: 1.5em;
    padding-right: 0.667em;
    padding-bottom: 1.5em;
    font-size: 1.125em;
    transition: 0.3s;
    display: block;
    text-align: center;
    margin-top: 1em;
}

.wp-block-button__link:hover{
    background-color: #F3A3C8;
}
.p-entry__body a:hover{
    text-decoration: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}

.formbox .btnbox {
    display: flex;
    justify-content: center;
}
[name="ご希望日時"] {
    width: 360px;
}

@media screen and (max-width: 767px) {
    
.category .p-page-header,
    .single-post .p-page-header {
    height: 100px;
}
    .formbox .btnbox {
        display: flex;
        flex-direction: column-reverse;
    }
    [name="ご希望日時"] {
        width: 320px;
        font-size: 14px;
    }
    
.single-post .p-entry__body table th,
.single-post .p-entry__body table td {
  width:100% !important;
  display:block;
}
.single-post .p-entry__body table th {
    width: 100%;
    background-color: #5abac7;
    color: #FFFFFF;
}
 .single-post .p-entry__body h2 {
    font-size: 23px;
}
  
.single-post .p-entry .s_table,
.single-post .p-entry .wp-block-table {
    overflow: auto;
    white-space: normal;
}
}

.mw_wp_form_confirm .caution,
.mw_wp_form_confirm .formbox > .text01,
.mw_wp_form_confirm .formbox .after_label {
    display: none;
}

/*----------------------------------------------------　
　よくある質問
------------------------------------------------------*/
.post-type-archive-faq{}

.post-type-archive-faq .p-page-header {
    height: 300px;
    }
    
@media screen and (max-width: 767px) {
.post-type-archive-faq .p-page-header {
    height: 150px;
    }
    
.post-type-archive-faq .p-page-header__img img {
    object-position: 99% 50%;
}
    
    }

/*----------------------------------------------------　
　フォーム関連
------------------------------------------------------*/
@media screen and (max-width: 767px) {
    button, select {
    text-transform: none;
    max-width: 100%;
}
}
/*----------------------------------------------------　
　求人情報ウィジェット
------------------------------------------------------*/
.l-secondary .widget_recent_entries ul li {
    font-size: 90%;
}
.l-secondary .widget_recent_entries ul li:first-line {
    font-size: 110%;
    font-weight: 600;	
}
.p-blog-list .p-article01__title{
    font-size: 110%;
    font-weight: 600;	
}
.p-blog-list .status{
    font-size: 85%;
}
.p-blog-list .facility{
    font-size: 85%;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}
.p-blog-list .address{
    font-size: 80%;
}
@media screen and (max-width: 767px) {
.p-blog-list .status {
	display: block;
}}

/*----------------------------------------------------　
　フォーム
------------------------------------------------------*/

/* ラジオボタン：各選択肢の文字は改行しない（選択肢ごとに折り返し可） */
.mw_wp_form .formbox table td.radiobtn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    gap: 10px 24px;
}

.mw_wp_form .formbox table td.radiobtn .mwform-radio-field {
    display: inline-flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    margin-right: 0;
    max-width: none;
}

.mw_wp_form .formbox table td.radiobtn label {
    display: inline-flex !important;
    align-items: center;
    flex-wrap: nowrap !important;
    flex-shrink: 0;
    white-space: nowrap !important;
    word-break: keep-all;
    overflow-wrap: normal;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

.mw_wp_form .formbox table td.radiobtn .mwform-radio-field-text {
    white-space: nowrap !important;
    word-break: keep-all;
}

.mw_wp_form .formbox table td.radiobtn input[type="radio"] {
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .mw_wp_form .formbox table td.radiobtn {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
    }
}

/* ラジオボタンの各項目の右側に間隔をあける */
.mwform-radio-field {
    margin-right: 30px; /* ここの数値を変更して間隔を調整してください（例: 20px, 2em など） */
    display: inline-block; /* 余白を確実に効かせるため */
}

/* 一番最後（「その他」）の右側には不要な余白を作らない */
.mwform-radio-field:last-of-type {
    margin-right: 0;
}

/*----------------------------------------------------
　施設一覧 /shisetsu/ （facility-list.css 相当）
------------------------------------------------------*/
.post-type-archive-interview .l-contents,
.archive.post-type-archive-interview .l-contents {
    overflow: visible;
}
.post-type-archive-interview .p-page-header,
.archive.post-type-archive-interview .p-page-header {
    height: 300px;
    margin-bottom: 30px;
}
.post-type-archive-interview .p-entry__body--page,
.archive.post-type-archive-interview .p-entry__body--page {
    margin-bottom: 0;
}

.facility_wrap img {
    max-width: 100%;
}
.facility_wrap .select_area {
    padding-top: 20px;
    display: flex;
    gap: 2%;
    padding-bottom: 20px;
}
.facility_wrap .select_area select {
    width: 300px;
    padding: 10px;
    font-size: 18px;
    background-color: #afafaf;
    border-style: none;
    color: #fff;
}
.facility_table {
    padding: 40px 0;
}
.facility_table .result_text {
    padding-bottom: 20px;
}
.facility_table .table_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.facility_table .table_in .table_item {
    width: 32%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    transition: all .3s;
    font-weight: 500;
    padding-top: 7px;
}
.facility_table .table_in .table_item a {
    display: block;
    padding: 5px 15px 15px;
}
.facility_table .table_in .table_item .district {
    color: #442606;
    font-size: 15px;
}
.facility_table .table_in .table_item .name {
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.facility_table .table_in .table_item .image {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.facility_table .table_in .table_item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.facility_table .table_in .table_item .access {
    display: block;
    padding: 5px 0;
    color: #333;
    font-size: 13px;
    line-height: 1.6em;
}
.facility_table .table_in .table_item:hover {
    opacity: .7;
}
.facility_table .table_in .table_item:hover .image img {
    transform: scale(1.1);
}

.post-type-archive-interview .pagination,
.archive.post-type-archive-interview .pagination {
    text-align: center;
    padding: 20px 0;
}
.post-type-archive-interview .pagination a,
.post-type-archive-interview .pagination span,
.archive.post-type-archive-interview .pagination a,
.archive.post-type-archive-interview .pagination span {
    display: inline-block;
    margin: 8px 4px;
    text-decoration: none;
    background: #fff;
    width: 45px;
    height: 45px;
    padding: 10px 0;
    box-sizing: border-box;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    transition: all .3s;
}
.post-type-archive-interview .pagination a:hover,
.archive.post-type-archive-interview .pagination a:hover {
    background-color: #eee;
}
.post-type-archive-interview .pagination .current,
.archive.post-type-archive-interview .pagination .current {
    background-color: #eee;
}

@media screen and (max-width: 767px) {
    .facility_wrap .select_area {
        padding-bottom: 0;
        justify-content: space-between;
    }
    .facility_wrap .select_area select {
        width: 48%;
        margin-bottom: 7px;
        font-size: 14px;
        padding: 8px;
    }
    .facility_table {
        padding: 30px 0;
    }
    .facility_table .table_in .table_item {
        width: 100%;
    }
    .facility_table .table_in .table_item .name {
        font-size: 16px;
    }
    .facility_table .table_in .table_item .image {
        height: 150px;
    }
    .post-type-archive-interview .p-page-header,
    .archive.post-type-archive-interview .p-page-header {
        height: 150px;
    }
}

/*----------------------------------------------------
　施設詳細 /shisetsu/xxx/ （facility.css + lightbox.css 相当）
------------------------------------------------------*/
.single .l-contents {
  overflow: visible;
}
.single .p-page-header {
  height: 300px;
  margin-bottom: 30px;
}
.single .p-entry__body--page {
  margin-bottom: 0;
}
.single .p-entry__body h2 {
  margin-top: 26px;
  margin-bottom: 29px
}
.intro img {
  max-width: 100%;
}
.intro_title {
  padding: 0 0 30px;
  font-size: 31px !important;
  color: #442606 !important;
  text-align: center;
}
.intro_title span {
  display: inline-block;
  padding: 0 10px;
  font-size: 34px;
  vertical-align: baseline;
}
.intro .top_image {
  position: relative;
  margin: 0 auto;
}
.intro .top_image .open_icon {
  position: absolute;
  top: -11%;
  right: -3%;
  /* max-width: 242px;
    width: 21%;
    border-radius: 999px;
    padding: 20px;
    background-color: #ff5555;
    color: #fff; */
}
.intro .top_image .open_icon {
  width: 25%;
  max-width: 242px;
  background-color: #ff5555;
  border-radius: 50%;
}
.intro .top_image .open_icon .inner {
  position: relative;
  padding-top: 100%;
  height: 0;
}
.intro .top_image .open_icon .inner .desc {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.intro .top_image .open_icon p {
  line-height: 1;
  margin-bottom: 5px;
}
.intro .top_image .open_icon .text01 {
  font-size: min(2.8vw, 26px);
}
.intro .top_image .open_icon .text01 span {
  font-size: min(3.2vw, 35px);
}
.intro .top_image .open_icon .text02 {
  font-size: min(3.2vw, 44px);
}
.intro .top_image .open_icon .text02 span {
  font-size: min(4vw, 58px);
}
.intro .top_image .open_icon .text03 {
  font-size: min(3.5vw, 40px);
}
.intro .page_link {
  padding: 45px 0 50px;
  display: flex;
  justify-content: center;
}
.intro .page_link a {
  position: relative;
  margin: 0 10px;
  padding: 5px 10px;
  color: #442606;
  font-size: 20px;
  font-weight: bold;
  transition: all .3s;
}
.intro .page_link a::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0%;
  width: 100%;
  height: 2px;
  background: #743636;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.intro .page_link a:hover::before {
  transform: scale(1, 1);
}
.intro .page_link a:hover {
  opacity: .7;
}
.intro .page_link a:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
  background-color: #442606;
  position: absolute;
  right: -10px;
  top: 5px;
}
.intro_block01 {
  max-width: 890px;
  margin: 0 auto;
  padding: 40px 0 90px;
}
.intro_block01 .block_title {
  max-width: 165px;
  /* width: 19%; */
  margin: 0 auto 40px;
}
.intro_block01 .desc {
  padding: 0 0 45px;
  font-size: 21.5px;
  font-weight: bold;
  color: #68524b;
  text-align: center;
}
.intro_block01 .box01 {
  margin-bottom: 25px;
  padding: 30px 5%;
  border-radius: 30px;
  background-color: #f8efeb;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.intro_block01 .box01 .item {
  width: 32%;
  display: flex;
  align-items: center;
}
.intro_block01 .box01 .item:nth-child(-n+3) {
  padding-bottom: 30px;
}
.intro_block01 .box01 .item_icon {
  width: 20%;
  margin-right: 10px;
}
.intro_block01 .box01 .item_text {
  width: 80%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #a58476;
  margin-bottom: 0;
}
.intro_block01 .box02 {
  padding: 10px 0 0;
}
.intro_block01 .box02 .box_title {
  max-width: 390px;
  /* width: 45%; */
  margin: 0 auto -30px;
}
.intro_block01 .box02 .inner {
  padding: 50px 50px 30px;
  background-color: #ecface;
}
.intro_block01 .box02 .inner .text {
  font-size: 20.5px;
  font-weight: bold;
  color: #68524b;
  margin-bottom: 0;
}
.intro_block01 .box02 .inner .text span {
  background: linear-gradient(transparent 60%, #fcd475 60%);
}
.intro_block02 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 90px 0;
  background-image: url(../../../uploads/2024/01/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.intro_block02 .block_title {
  max-width: 550px;
  /* width: 42%; */
  margin: 0 auto -25px;
}
.intro_block02 .inner {
  width: 92.1875%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 7% 40px;
  background-color: #fff;
}
.intro_block02 .inner .amount {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  color: #e94829;
  background-image: url(../../../uploads/2024/01/border.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.intro_block02 .inner .amount .size_l {
  font-size: 44px;
}
.intro_block02 .inner .amount .size_m {
  font-size: 30px;
}
.intro_block02 .inner .amount .size_s {
  font-size: 28px;
}
.intro_block02 .inner .amount_detail {
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #68524b;
  background-image: url(../../../uploads/2024/01/border.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.intro_block02 .inner .amount_detail .title {
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.intro_block02 .inner .amount_detail ul {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.intro_block02 .inner .amount_detail ul li {
  width: 70%;
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: 500;
  position: relative;
  margin: 0 auto;
}
.intro_block02 .inner .amount_detail ul li .text::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  border-radius: 100px;
  background-color: #8fc31f;
}
.intro_block02 .inner .amount_detail ul li .text .sub {
  display: inline-block;
  font-size: 13px;
  vertical-align: text-top;
}
.intro_block02 .inner .amount_detail ul li .size_s {
  font-size: 15px !important;
}
.intro_block02 .inner .amount_detail ul li .money span {
  font-size: 20px;
}
.intro_block02 .inner .note01 {
  line-height: 1.7;
  font-weight: bold;
  font-size: 15px;
  color: #68524b;
  padding: 0 20px;
}
.intro_block02 .inner .box01 {
  max-width: 800px;
  margin: 80px auto 10px;
  text-align: center;
  font-weight: bold;
}
.intro_block02 .inner .box01 .box_top {
  margin: 0;
  font-size: 26px;
  color: #fff;
  background-color: #a58476;
}
.intro_block02 .inner .box01 .box_bottom {
  padding: 10px 0;
  font-size: 27px;
  color: #68524b;
  background-color: #f1ece8;
}
.intro_block02 .inner .box01 .box_bottom p::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  border-radius: 100px;
  background-color: #a58476;
}
.intro_block02 .inner .box01 .box_bottom .size_s {
  font-size: 17px;
}
.intro_block02 .inner .box01 .box_bottom .red {
  font-size: 29px;
  color: #e94829;
  margin-left: 0.5em;
}
.intro_block02 .inner .box02 {
  max-width: 485px;
  margin: 0 auto 20px;
  padding: 10px;
  font-size: 23px;
  font-weight: bold;
  color: #68524b;
  text-align: center;
  border: 3px solid #fcd475;
}
.intro_block02 .inner .box02 p {
  margin: 0;
}
.intro_block02 .inner .box02 .red {
  color: #e94829;
}
.intro_block02 .inner .note02 {
  margin: 0;
  line-height: 1.7;
  font-weight: bold;
  font-size: 15px;
  color: #68524b;
  text-align: center;
}
.intro_block02 .inner .inner-title, .intro_block02 .inner .inner-title {
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  text-align: center;
  color: #68524b;
  font-weight: bold;
}
.intro_block02 .inner.group .inner-title {
  background-color: #ecface;
}
.intro_block02 .inner.service .inner-title {
  background-color: #DFE9F7;
}
.intro_block02 .inner.nursing .inner-title {
  background-color: #F0DFEB;
}
.intro_block02 .inner.home .inner-title {
  background-color: #F1E3D0;
}
.intro_block02 .inner.facility .inner-title {
  background-color: #D0E3DF;
}
.intro_block02 .inner.rental .inner-title {
  background-color: #FEE8E7;
}
.intro_block02 .inner.day .inner-title {
  background-color: #DBECF1;
}
.intro_block02 .inner.day .day_content_detail {
  text-align: center;
  color: #68524b;
  font-weight: bold;
  margin-bottom: 30px;
}
.intro_block02 .inner.day .day_content_detail .content {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5em;
}
.intro_block02 .inner.day .day_content_detail > p:nth-child(3) {
  font-size: 20px;
}
.intro_block02 .inner.facility .amount_detail ul li.no-symbol .text::before {
  content: none;
}
.intro_block02 .inner.facility .amount_detail ul li.no-symbol .text {
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .intro_block02 .inner .amount_detail ul li {
    width: 95%;
  }
}
.intro_btns {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 35px 0 30px;
  background-image: url(../../../uploads/2024/01/bg02.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.intro_btns .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  gap: 1%
}
.intro_btns .inner .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition: all .3s;
}
.intro_btns .inner .btn:hover {
  opacity: .8;
}
.intro_btns .inner .btn01 {
  background-color: #f37351;
}
.intro_btns .inner .btn02 {
  background-color: #f671e8;
}
.intro_btns .inner .btn03 {
  background-color: #74c1d2;
}
.intro_btns .inner .btn04 {
  background-color: #4fb558;
}
.intro_btns .inner .btn05 {
  background-color: #f38e16;
}
.intro_btns .inner .btn .icon {
  display: inline-block;
  width: 34px;
}
.intro_btns .inner .btn .arrow {
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  vertical-align: middle;
}
.intro_block03 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0;
  background-color: #fde19d;
}
.intro_block03 .block_title {
  max-width: 640px;
  /* width: 48%; */
  margin: 0 auto 40px;
}
.intro_block03 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}
.intro_block03 .inner .item {
  width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 25px 23px;
  font-size: 22px;
  font-weight: bold;
  color: #68524b;
  border-radius: 10px;
  background-color: #fff;
}
.intro_block03 .inner .item .check {
  display: inline-block;
  width: 26px;
  margin-right: 30px;
}
.intro_block04 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 90px 0;
  background-image: url(../../../uploads/2024/01/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.intro_block04 .block_title {
  max-width: 640px;
  /* width: 48%; */
  margin: 0 auto 40px;
}
.intro_block04 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  gap: 2%;
}
.intro_block04 .inner .item {
  flex: 1;
  max-width: 285px;
  padding: 25px;
  font-size: 23px;
  font-weight: bold;
  color: #67524a;
  text-align: center;
  background-color: #fff;
  border-radius: 113px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro_block04 .inner .item p {
  margin: 0;
  line-height: 1.3;
}
.intro_block05 {
  padding: 90px 0 70px;
}
.intro_block05 .block_title {
  max-width: 520px;
  /* width: 45%; */
  margin: 0 auto 40px;
}
.intro_block05 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.intro_block05 .inner .image {
  text-align: center;
}
.intro_block05 .inner .image + .image {
  margin-top: 35px;
}
.intro_block06 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 90px 0;
  background-image: url(../../../uploads/2024/01/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.intro_block06 .block_title {
  max-width: 520px;
  /* width: 45%; */
  margin: 0 auto 40px;
}
.intro_block06 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.intro_block06 .inner.gallery ul {
  display: flex;
  justify-content: center;
  margin: 0;
  flex-wrap: wrap;
}
.intro_block06 .inner.gallery ul li {
  width: 220px;
  margin: 0 0.5% 50px;
  height: 150px;
  object-fit: cover;
  list-style: none;
}
.intro_block06 .inner.gallery ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro_block06 .inner.gallery ul li .caption {
  font-size: 0.8em;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro_block06 .inner.gallery ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .intro_block06 .inner.gallery ul li {
    width: 49%;
    margin: 0 0 30px;
    height: 100px;
  }
  .intro_block02 .inner .amount_detail ul li .size_s {
    font-size: 14px !important;
  }
}
.intro_block06 .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: 15%;
}
.intro_block07 {
  padding: 60px 0;
}
.intro_block07 .block_title {
  max-width: 520px;
  /* width: 45%; */
  margin: 0 auto 40px;
}
.intro_block07 table {
  width: 100%;
}
.intro_block07 table th, .intro_block07 table td {
  padding: 10px 15px 7px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 2.2;
}
.intro_block07 table th {
  background-color: #5abac7;
  color: #FFFFFF;
  vertical-align: top;
  width: 18%;
  text-align: center
}
.intro_block07 table td {
  width: 32%;
}
.intro_block07 .map {
  margin-top: 20px;
  aspect-ratio: 3/1;
}
.show_sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .intro .page_link {
    padding: 45px 0 30px;
    flex-wrap: wrap;
  }
  .intro .page_link a {
    margin: 0 10px 15px;
  }
  .intro_block04 .inner {
    flex-wrap: wrap;
  }
  .intro_block04 .inner .item {
    flex: unset;
    width: 35%;
    min-height: 180px;
    font-size: 26px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .intro_block06 .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: 20%;
  }
  .intro_block07 .map {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 767px) {
  .show_pc {
    display: none;
  }
  .show_sp {
    display: inline;
  }
  .intro_title {
    padding: 0 0 30px;
    font-size: 28px !important;
  }
  .intro .page_link {
    padding: 45px 0 20px;
  }
  .intro .page_link a {
    font-size: 17px;
  }
  .intro_block01 {
    padding: 30px 0 60px;
  }
  .intro_block01 .block_title {
    margin: 0 auto 25px;
    width: 40%;
  }
  .intro_block01 .desc {
    padding: 0 0 30px;
    font-size: 16px;
    text-align: left;
  }
  .intro_block01 .box01 {
    margin-bottom: 25px;
    padding: 25px 5% 15px;
  }
  .intro_block01 .box01 .item {
    width: 100%;
    padding-bottom: 15px;
  }
  .intro_block01 .box01 .item:nth-child(-n+3) {
    padding-bottom: 20px;
  }
  .intro_block01 .box01 .item_icon {
    width: 40px;
  }
  .intro_block01 .box01 .item_text {
    font-size: 16px;
    flex: 1;
  }
  .intro_block01 .box02 .box_title {
    width: 85%;
  }
  .intro_block01 .box02 .inner {
    padding: 50px 5% 30px;
  }
  .intro_block01 .box02 .inner .text {
    font-size: 17px;
  }
  .intro_block02 {
    padding: 50px 0;
  }
  .intro_block02 .block_title {
    width: 80%;
    margin-bottom: -15px;
  }
  .intro_block02 .inner {
    padding-right: 7%;
    padding-left: 7%;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .intro_block02 .inner .amount {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    background-size: 230%;
  }
  .intro_block02 .inner .amount .size_l {
    font-size: 30px;
  }
  .intro_block02 .inner .amount .size_m {
    font-size: 22px;
  }
  .intro_block02 .inner .amount .size_s {
    font-size: 18px;
  }
  .intro_block02 .inner .amount_detail {
    background-size: 230%;
  }
  .intro_block02 .inner .amount_detail .title {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .intro_block02 .inner .amount_detail ul li {
    width: 95% !important;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 18px;
    display: inherit;
  }
  .intro_block02 .inner .amount_detail ul .text {
    width: 70% !important;
    text-align: left !important;
  }
  .intro_block02 .inner .amount_detail ul .money {
    width: 30% !important;
    text-align: center !important;
  }
  .intro_block02 .inner .note01 {
    font-size: 12px;
    padding: 0;
  }
  .intro_block02 .inner .box01 {
    margin: 35px auto 25px;
  }
  .intro_block02 .inner .box01 .box_top {
    padding: 5px;
    font-size: 22px;
  }
  .intro_block02 .inner .box01 .box_bottom {
    padding: 10px 0 5px;
    font-size: 22px;
  }
  .intro_block02 .inner .box01 .box_bottom .red {
    display: block;
    font-size: 26px;
  }
  .intro_block02 .inner .box02 {
    padding: 7px 5px;
    font-size: 18px;
  }
  .intro_block02 .inner .note02 {
    font-size: 13px;
    text-align: left;
  }
  .intro_btns {
    padding: 25px 0 20px;
  }
  .intro_btns .inner {
    flex-wrap: wrap;
  }
  .intro_btns .inner .btn {
    width: 90%;
    margin: 0 auto;
    flex: unset;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 17px;
    min-height: 58px;
  }
  .intro_btns .inner .btn .icon {
    width: 25px;
  }
  .intro_block03 {
    padding: 40px 0;
  }
  .intro_block03 .block_title {
    width: 95%;
    margin: 0 auto 40px;
  }
  .intro_block03 .inner .item {
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  .intro_block03 .inner .item .check {
    width: 22px;
    margin-right: 18px;
  }
  .intro_block04 {
    padding: 40px 0 20px;
  }
  .intro_block04 .block_title {
    width: 95%;
    margin: 0 auto 25px;
  }
  .intro_block04 .inner {
    gap: 4%;
  }
  .intro_block04 .inner .item {
    flex: unset;
    width: 40%;
    min-height: 130px;
    font-size: 16px;
    padding: 18px;
    margin-bottom: 20px;
  }
  .intro_block05 {
    padding: 50px 0;
  }
  .intro_block05 .block_title {
    width: 95%;
    margin: 0 auto 40px;
  }
  .intro_block05 .inner {
    padding: 0;
  }
  .intro_block06 {
    padding: 50px 0;
  }
  .intro_block06 .block_title {
    width: 85.3%;
    margin: 0 auto 40px;
  }
  .intro_block07 {
    padding: 50px 0;
  }
  .intro_block07 table th, .intro_block07 table td {
    display: block;
    width: 100%;
    padding: 10px;
    min-height: 45px;
  }
  .intro_block07 table th {
    border: none;
  }
  .intro_block07 .map {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 425px) {
  .intro_title {
    padding: 0 0 15px;
    font-size: 20px !important;
  }
}
/*----------------------------------------------------　
　MTX
------------------------------------------------------*/
.intro_block02 .inner .amount_detail ul .text {
  width: 50%;
}
.intro_block02 .inner .amount_detail ul .money {
  width: 40%;
  text-align: right;
}
.intro_block02 .inner .amount_detail ul .tax {
  width: 10%;
  font-size: 13px;
  margin-bottom: 0px;
}
.intro_block02 .additional_fee_attention {
  line-height: 1.7;
  font-weight: bold;
  font-size: 15px;
  color: #68524b;
  text-align: center;
  margin-bottom: 20px;
}
.intro_block01 .col_group .inner {}
.intro_block01 .col_service .inner {
  background-color: #DFE9F7;
}
.intro_block01 .col_nursing .inner {
  background-color: #F0DFEB;
}
.intro_block01 .col_home .inner {
  background-color: #F1E3D0;
}
.intro_block01 .col_facility .inner {
  background-color: #D0E3DF;
}
.intro_block01 .col_rental .inner {
  background-color: #FEE8E7;
}
.intro_block01 .col_day .inner {
  background-color: #DBECF1;
}
.intro_block04 > p {
  width: 90%;
  line-height: 1.7;
  font-weight: bold;
  font-size: 17px;
  color: #68524b;
  text-align: center;
  margin-bottom: 2em;
  margin-right: auto;
  margin-left: auto;
}

#gallery_atte{
    width: 90%;
    line-height: 1.7;
    font-weight: bold;
    font-size: 17px;
    color: #68524b;
    text-align: center;
    margin-bottom: 2em;
    margin-right: auto;
    margin-left: auto;
}
#gallery_atte::before {
  content: url(./img/shisetsu/search.png);
  vertical-align: middle;
  padding-right: 5px;
}

/*---施設カテゴリごと----*/
.type-day {}
.type-facility {}
.type-day .intro_block01 .box01 .item, .type-facility .intro_block01 .box01 .item {
  width: 100%;
  padding-bottom: 30px;
}
.type-day .intro_block01 .box01 .item_icon, .type-facility .intro_block01 .box01 .item_icon {
  width: 10%;
  margin-right: 0px;
}
.type-day .intro_block01 .box01 .item_text, .type-facility .intro_block01 .box01 .item_text {
  width: 90%;
}
.type-day .intro_block04 .inner .item {
  max-width: 100%;
}
.type-day .intro_block04 .inner .item p {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .single .p-page-header {
    height: 150px;
  }
  .intro_block06 .inner {
    max-width: 90%;
  }
  .single .l-primary {
    margin-bottom: 0px;
  }
  .amount_detail p {
    line-height: 1.5;
  }
  .inner .pt30 {
    padding-top: 0px !important;
  }
  .intro_block02 .inner .box01 .box_bottom .size_s {
    font-size: 15px;
    display: block;
  }
  .type-day .intro_block01 .box01 .item_icon, .type-facility .intro_block01 .box01 .item_icon {
    width: 15%;
    margin-right: 4%;
  }
  .type-day .intro_block01 .box01 .item_text, .type-facility .intro_block01 .box01 .item_text {
    width: 80%;
  }
  .intro_block02 .inner.day .day_content_detail .content {
    font-size: 22px;
  }
  .intro_block02 .inner.day .day_content_detail > p:nth-child(3) {
    font-size: 16px;
  }
  .intro_block02 .inner.facility .amount_detail ul li.no-symbol .text {
    padding-left: 0px;
  }
  .type-day .intro_block04 .inner .item {
    width: 90%;
    border-radius: 40px;
  }
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

