@charset "UTF-8";

/*
Theme Name:   Frameworks NEO - aileron
Description:  たつみ印刷株式会社のオリジナルテーマ「FrameWorks NEO」
Author:       たつみ印刷株式会社
Author URI:   https://www.tatsumi-insatsu.co.jp/
Template:     aileron
Version:      1.0.0
License:      **
License URI:  **
Text Domain:  aileron-child
*/

/* 共通設定 */
#template {
	display: none;
}

.row:before,
.row:after {
	width: 0px;
}

.clear {
	clear: both;
}

.alignleft::after,
.alignright::after {
	clear: both;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

th,
td {
	padding: .6em 1em;
}

.yen {
	min-width: 120px;
	display: inline-block;
	text-align: right;
}

/* 共通設定：文字 */

p {
	margin: auto;
	position: relative;
}

ul,
ol {
	list-style-position: inside;
}

li {
	margin-left: -1.625rem;
	padding-left: 1rem;
}

/* 共通設定：文字色 */
body,
.site-title a,
.site-title a:visited,
.sf-menu a,
.sf-menu a:visited,
a,
a:hover,
a:focus,
a:visited,
h1,
h2,
h3,
h4,
h5,
h6,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	color: #4E5922;
	border-color: #4E5922;
}

.sf-menu ul a {
	border-color: #C9CACA !important;
}

a {
	text-decoration: underline;
}

a:hover {
	opacity: .7 !important;
	transition: opacity .2s;
}

.custom-logo-link img {
	/* レイヤー合成の裏面描画を防止 */
	/* GPU レイヤー化してアンチエイリアス補間を抑制 */
	backface-visibility: hidden;
	transform: translateZ(0);
}

div h1:first-child,
div h2:first-child,
div h3:first-child {
	margin-top: 0;
}

h2,
.entry-title,
.site-title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
}

h3 {
	font-size: 1.3rem;
}

.page .entry-title {
	text-align: center;
	font-size: 40px;
}

.sf-menu>li>a:after {
	background: #4E5922;
}

.page .hentry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

button:focus {
	outline: none;
}

/* 共通設定：画像 */

img {
	max-width: 100%;
}

.img_wrap {
	position: relative;
	overflow: hidden;
}

.img_wrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	max-width: 130%;
	height: auto;
}

/* 共通設定：フォーム */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	border: 1px solid #CCC;
	padding: 0.1rem 0.4rem;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	box-shadow: none !important;
	text-shadow: none !important;
	border: 0 !important;
}

select {
	width: auto;
}

/* 共通設定：コンテナー */
.site-wrapper {
	overflow: hidden;
}

.site-wrapper::before {
	margin-top: 154px !important;
}

.scroll .site-wrapper::before {
	margin-top: 134px !important;
}

.site-content {
	overflow: hidden;
	margin-bottom: 0;
}

.site-main {
	padding: 0 !important;
}

.container {
	max-width: 1230px !important;
	position: relative;
}

.entry-content>.container,
.container-fluid {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.entry-content>.container:last-child,
.container-fluid:last-child {
	padding-bottom: 4rem;
}

/* 共通設定：レスポンシブ */
.sm,
.tb {
	display: none;
}

.pc {
	display: inherit;
}

/* 共通設定：ヘッダー */

.site-header {
	margin-bottom: 0;
	position: fixed !important;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	padding: 2em 32px 1.2em;
	min-height: auto;
	transition: all .1s;
	max-height: 154px;
}

.scroll .site-header {
	padding-top: 1em;
	padding-bottom: .9em;
	transition: all .1s;
	box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, .1);
}

.site-title,
.custom-logo-link {
	float: left;
}

.site-branding-wrapper {
	position: absolute;
	z-index: 10;
	overflow: visible;
}

.site-branding-wrapper>* {
	margin: 0 !important;
	padding: 0;
	font-size: 0;
}

.custom-logo-link {
	position: relative;
	overflow: visible;
	padding-left: 100px;
	transition: all .1s;
}

.custom-logo-link::before {
	content: url(./img/deco_head2.svg);
	width: 92px;
	height: 60px;
	display: block;
	position: absolute;
	top: -21px;
	right: -60px;
	z-index: 1;
	transition: all .1s;
}

.custom-logo-link::after {
	content: url(./img/deco_head1.svg);
	width: 210px;
	height: 167px;
	display: block;
	position: absolute;
	bottom: -94px;
	left: -16px;
	z-index: 1;
	transition: all .1s;
}

.custom-logo-link img {
	height: calc(115px /2);
	transition: height .1s;
}

.home_icon {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: -100px;
}

.home_icon img {
	display: block;
}

/* スクロール時 */
.scroll .custom-logo-link {
	margin-top: 10px;
	transition: all .1s;
}

.scroll .custom-logo-link::before {
	width: calc(92px * .8);
	height: calc(60px * .8);
	top: -13px;
	right: calc(-60px * .8);
	transition: all .1s;
}

.scroll .custom-logo-link::after {
	width: calc(210px * .7);
	height: calc(167px * .7);
	bottom: calc(-94px * .7);
	left: 18px;
	transition: all .1s;
}

.scroll .custom-logo-link img {
	height: calc((115px /2) * .8);
	transition: height .1s;
}

/* 共通設定：ヘッダーSNS */


.header-sns,
.header-sns * {
	transition: all .2s;
}

.header-sns {
	list-style: none;
	display: flex;
	justify-content: center;
	background: #4E5922;
	border-radius: 9px;
	padding: 2px 4px;
	float: right;
	margin-top: -14px;
	margin-bottom: -10px !important;
}

.header-sns li {
	padding: 2px 8px;
	margin: 6px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-sns img {
	max-width: 34px;
}

/* スクロール時 */
.scroll .header-sns {
	margin-top: -6px;
}

.scroll .header-sns li {
	padding-top: 0;
	padding-bottom: 0;
	margin: 4px 0px;
}

.scroll .header-sns img {
	max-width: 28px;
}

/* 共通設定：ヘッダーコンタクト（電話番号・お問い合わせ） */
.slidetoggle .header-contact {
	display: none;
	margin: 0;
}

.header-contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 0;
}

.header-contact li {
	list-style: none;
	line-height: 28px !important;
	margin: 0;
	padding: 0;
}

.header-contact li:not(.tel) a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
	font-size: 24px;
	background: #EFEFEF;
	padding: 7px 40px 7px 30px;
	margin-top: -8px;
	margin-right: -32px;
	margin-left: 32px;
	display: block;
}

.header-contact li:not(.tel) a::before {
	content: url(./img/mail.svg);
	width: 1em;
	height: 1em;
	display: inline-block;
	margin-right: 8px;
}

.header-contact li.tel {
	font-size: 28px !important;
	font-family: inherit
}

.header-contact li.tel::before {
	width: 28px;
	height: 28px;
}

.home .tel:before,
.page-id-16 .tel:before,
.page-id-20 .tel:before {
	width: 28px !important;
	height: 28px !important;
}

.header-contact a {
	text-decoration: none;
}

.menu-sns-container.sm,
.header-contact.sm {
	display: none;
}

/* 共通設定：グローバルナビゲーション */
#site-navigation>.container {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	float: right;
	padding: 0;
	width: auto !important;
}

.main-navigation {
	margin: 0;
}

.primary-menu {
	padding-top: 1.3em;
	float: right;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 17px;
	font-weight: 700;
}

.scroll .primary-menu {
	padding-top: 1em;
}

.primary-menu,
.page_navi {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.page_navi {
	margin: 1.5em 1em 0 !important;
}

.primary-menu>li,
.page_navi li {
	display: inline-flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #C9CACA;
}

.primary-menu>li:first-child,
.page_navi li:first-child {
	border-left: 1px solid #C9CACA;
}

.primary-menu>li>a,
.page_navi>li>a {
	padding: 0 1em;
	margin: 0;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
}

.primary-menu>li>a {
	margin: auto;
}

.page_navi li {
	margin-bottom: 50px;
}

.page_navi li a::after {
	content: url(./img/arrow.svg);
	transform: rotate(90deg);
	width: 7px;
	height: 7px;
	position: absolute;
	bottom: -19px;
	left: calc(50% - 3.5px + .5em);
}

.primary-menu>li>a span {
	display: block;
	font-size: 12px;
}

.primary-menu>li>a:hover,
.primary-menu>li>a:focus,
.page_navi li a:hover,
.page_navi li a:focus {
	color: #4E5922;
	opacity: .6;
	transition: opacity .2s;
}

.sf-menu ul {
	min-width: 12em;
}

.sf-menu>li>a:hover:after {
	display: none;
}

.sf-menu>li>ul {
	top: 3.6em;
}

.sf-menu a,
.sf-menu a:visited {
	padding-left: 1.7rem !important;
	padding-right: 1.7rem !important;
	font-size: 16px;
}

.recruit_menu,
#menu-item-360 {
	/* position: fixed;
top: 300px;
right: 0; */
	background: #7590B8;
	/* padding: 30px 12px; */
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/* font-size: 30px; */
	font-weight: 700;
	/* width: 66px; */
	/* text-align: center; */
	/* line-height: 1.2; */
	/* text-decoration: none !important; */
	/* box-shadow: 0 0 0 6px #FFF inset; */
	margin-left: 10px;
}

.recruit_menu:hover,
#menu-item-360:hover {
	opacity: 1 !important;
	background: #4D729E;
}

.recruit_menu p,
#menu-item-360 a {
	color: #FFF;
	padding: 16px 0;
}

#menu-item-360::before {
	content: ' ';
	height: calc(100% - 22px);
	width: 1px;
	position: absolute;
	background: #FFF;
	top: 11px;
	left: 14px;
}

#menu-item-360::after {
	content: ' ';
	height: calc(100% - 22px);
	width: 1px;
	position: absolute;
	background: #FFF;
	top: 11px;
	right: 14px;
}

/* 共通設定：スライダー */
.flexslider#slider {
	border: none !important;
	margin: 0 2em;
}

.flexslider#slider,
.flexslider#slider .flex-viewport {
	overflow: hidden;
	border-radius: 0 !important;
}

.flexslider#slider iframe {
	min-width: 100%;
	width: 100%;
}

#slider .flex-control-nav {
	bottom: 4px;
}

#slider .flex-control-paging li a {
	box-shadow: none;
	background: rgba(255, 255, 255, 0.4);
}

#slider .flex-control-paging li a.flex-active {
	background: #FFF;
}

#slider .flex-direction-nav a:before,
#carousel .flex-direction-nav a:before {
	color: rgba(255, 255, 255, 0.6);
	text-shadow: none;
	line-height: 1;
}

#slider .slides li {
	position: relative;
	height: auto;
	height: 400px;
}

#slider .slides li:hover {
	background: #FFF;
}

#slider .slides a img {
	opacity: 1;
}

#slider .slides li img,
#carousel .slides li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#slider .slides a:hover img {
	transition: opacity .25s;
	opacity: .9;
}

#slider .flex-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1vw;
	margin: 0;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	bottom: inherit;
}

#slider .flex-caption span {
	margin-left: 10px;
}

#slider .flex-caption span:first-of-type {
	font-size: 14px;
	line-height: 18px;
}

.page-child #slider .slides li img,
.page-parent #slider .slides li img {
	top: 75% !important;
}

.page-id-16 #slider .slides li img,
.page-id-18 #slider .slides li img,
.page-id-20 #slider .slides li img {
	top: 88% !important;
}

.page-child #slider .slides li,
.page-id-19 #slider .slides li {
	height: 260px;
}

/* .page-parent #slider .slides li {
height: 340px;
} */

#carousel {
	margin-top: -50px;
	background: rgba(246, 243, 225, .5);
	padding: 70px 32px 20px;
	border: 0;
}

#carousel .slides {
	display: flex;
	justify-content: flex-end;
	width: 100% !important;
	max-width: calc(100% - 410px);
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: -16px;
}

#carousel .slides li {
	position: relative;
	max-width: 140px;
	height: 70px;
	margin: 2px 16px 2px 0 !important;
	overflow: hidden;
}

#carousel .flex-active-slide {
	border: 4px solid #CA6855;
}

#carousel.flexslider .slides img {
	width: 100% !important;
}

#carousel.flexslider .slides .flex-active-slide img {
	width: calc(100% + 8px) !important;
	max-width: inherit;
}

.slide_right,
.slide_left {
	position: absolute;
	z-index: 1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.slide_right {
	top: 0;
	right: 0;
	background: rgba(202, 104, 85, .8);
	color: #FFF;
	font-size: 16px;
	padding: 0.8em 1.1em;
	line-height: 24px;
	font-weight: 700;
}

.slide_right p {
	display: inline;
	vertical-align: bottom;
	line-height: 24px;
}

.slide_lead {
	font-size: 1.5em;
	vertical-align: middle;
	margin-left: 2px;
}

.slide_left {
	font-size: 1.2em;
	bottom: 20%;
	left: 0;
	background: rgba(78, 89, 34, .7);
	color: #FFF;
	/* font-size: 13px; */
	padding: 1em 2em;
	line-height: 1.6;
}

/* 共通設定：ページ見出しまで */
.bread {
	margin-top: 1em;
}

.type-page .entry-header {
	margin: 3rem 0 0;
}

/* 共通設定：フッター */
#call {
	display: none;
}

#gotop {
	position: fixed;
	bottom: 30px;
	right: 50px;
	z-index: 1;
	display: block;
}

.page .entry-meta-footer {
	position: absolute;
	top: 0;
	right: 0;
}

.site-info {
	text-align: right;
	background: #4E5922;
	border-color: #4E5922;
}

.site-info *,
.site-info *:visited {
	color: #FFF !important;
	text-decoration: none;
}

.site-info a:hover,
.site-info a:focus {
	color: #DDD !important;
}

.logo_footer {
	float: left;
	display: block;
}

.logo_footer img {
	width: 180px;
}

.logo_footer::after {
	content: url(./img/deco_head1.svg);
	width: 140px;
	height: 110px;
	display: block;
	position: absolute;
	bottom: -10px;
	left: -74px;
	z-index: 1;
	transition: all .1s;
	transform: rotate(10deg);
}

.footer-navigation .footer-menu {
	max-width: 610px;
	float: right;
	margin-bottom: 1em;
}

.footer-navigation .footer-menu li {
	display: inline-block;
	border-right: 1px solid #FFF;
	padding-right: 1rem;
	margin-right: 1rem;
	margin-bottom: .5rem;
	font-size: 14px;
	line-height: 1;
}

.credits-wrapper {
	clear: right;
}

.credits-wrapper .credits-blog {
	text-align: right;
	margin-right: 1rem;
}

.footer-sns {
	float: left !important;
	display: flex !important;
	margin-top: -14px !important;
}

.scroll .header-sns.footer-sns img {
	max-width: 34px !important;
}

.scroll .header-sns.footer-sns li {
	margin: 6px 0px;
}

/* 共通設定：パーツ */

.cat {
	color: #FFF;
	/* background: #4E5922; */
	background: #CA6855;
	text-decoration: none;
	position: relative;
	display: inline-block;
	font-size: .8em;
	text-align: center;
	padding: 2px .5rem;
	line-height: 22px;
}

.border_wrap {
	border: 1px solid;
	border-radius: 10px;
	padding: 2rem;
	margin: 15px 0;
}

.border_wrap.gray {
	border-color: #CCC;
}

.row>* .border_wrap {
	padding: 1.4rem 1.2rem;
}

.border_wrap.gray ul {
	list-style-image: url(./img/arrow.svg);
}

.border_wrap.gray li {
	border-bottom: 1px solid #CCC;
	padding-top: .4rem;
	padding-bottom: .4rem;
}

.border_wrap.gray li:first-child {
	padding-top: 0;
}

.border_wrap.gray li:last-child {
	border: none;
	padding-bottom: 0;
}

.deco {
	position: relative;
	margin-top: 34px;
}

.deco::before {
	content: '';
	width: 100px;
	height: 46px;
	display: block;
	position: absolute;
	top: -28px;
	left: calc(50% - 50px);
}

.deco_top1::before {
	background: url(./img/deco_top1.svg) no-repeat center;
	background-size: contain !important;
}

.deco_top2::before {
	background: url(./img/deco_top2.svg) no-repeat center;
	background-size: contain !important;
}

.deco_top3::before {
	background: url(./img/deco_top3.png) no-repeat center;
	background-size: contain !important;
}

#guidance>.container::before,
#access>.container::before,
#entry>.container::before,
#onayami>.container::before,
#oath>.container::before,
#disclosure>.container::before,
.page-id-16 #facility>.container::before,
.home #volunteer>.container::before,
.page-id-457 #blog>.container::before,
#voice>.container::before,
#feature>.container::before {
	background-size: contain !important;
	position: absolute;
	width: 12vw;
	height: 9vw;
}

#guidance>.container::before,
#entry>.container::before,
#onayami>.container::before,
#oath>.container::before,
.page-id-16 #facility>.container::before,
#feature>.container::before {
	background: url(./img/deco_bg_left.svg) no-repeat center;
	left: -8vw;
	top: calc(-3rem - 3.5vw);
}

.page-id-457 #blog>.container::before,
#access>.container::before,
.home #volunteer>.container::before,

#disclosure>.container::before,
#voice>.container::before {
	background: url(./img/deco_bg_right.svg) no-repeat center;
	right: -8vw;
	bottom: calc(-3rem - 1.5vw);
}

.page-id-457 #blog>.container::before {
	right: inherit;
	transform: rotate(60deg);
	left: -8vw;
}

.bg_gray {
	background: rgba(239, 239, 239, .5);
	padding: .5rem 1.25rem;
	display: inline-block;
	margin-top: 1em;
}

a.more,
span.more,
a.more_link {
	color: #FFF;
	background: #4E5922;
	text-decoration: none;
	position: relative;
	display: inline-block;
	text-align: center;
}

a.more.red {
	background: #CA6855;
}

a.more,
span.more {
	padding: 1em 1em 1em 2em;
}

a.more_link {
	padding: 2px .5em 2px 1.3em;
	font-size: 14px;
	margin-left: 1em;
}

a.more:hover,
a.more_link:hover {
	opacity: .8;
	transition: opacity .2s;
}

a.more::before,
span.more::before,
a.more_link::before {
	content: url(./img/arrow_white.svg);
	display: block;
	width: 7px;
	position: absolute;
	left: 1em;
	top: calc(50% - 1em);
	height: auto;
}

a.more_link::before {
	left: .5em;
	top: calc(50% - .9em);
	width: 6px;
}

.border_wrap a.more {
	padding: .75em 2em .75em 3em;
}

.dot_title {
	text-align: center;
	margin: .5em 0 1em;
}

.dot_title>*:first-child {
	border-bottom: 2px dotted;
	font-weight: 700;
	padding-top: .4em;
	padding-bottom: .3em;
	margin-bottom: 0;
}

.dot_title>*:nth-child(2) {
	padding-top: .6em;
}

.dot_title>*:last-child {
	padding-bottom: .6em;
}

.button_wrap {
	margin: 2em 0 0;
}

.button_wrap>p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.button_wrap a {
	margin: 0 1.5em;
}

.button_wrap a.more {
	padding: 1em 3em 1em 4em;
}

.button_wrap a.more::before {
	left: 2em;
}

.facility_wrap {
	margin: 2.5em 0 0;
}

.facility_wrap>* {
	display: flex;
	flex-flow: column;
	margin-bottom: 1em;
}

.facility_wrap p:first-child {
	height: 14vw;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	max-height: 200px;
}

.facility_wrap .col-lg-2 p:first-child {
	height: 7vw;
	max-height: 120px;
}

.facility_wrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 120%;
	min-height: 100%;
	width: auto;
}

.facility_wrap p:last-child {
	padding: .8em .3em;
	line-height: 1.4;
	font-size: 14px;
	width: 100%;
	height: auto;
	margin: auto;
}

.facility_wrap.gray p {
	background: #EFEFEF;
}

.facility_wrap>*>div {
	background: #EFEFEF;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	align-content: center;
}

.facility_wrap strong {
	font-size: 1.1em;
}

.food_wrap {
	padding-bottom: 1rem;
}

.food_wrap div {
	width: calc(20% - 10px);
	margin: 5px;
}

.food_wrap p {
	width: 100%;
	height: 150px;
	position: relative;
	overflow: hidden;
}

.food_wrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	min-height: 100%;
	width: auto;
}

.dot_table {
	max-width: 980px;
	margin: auto;
}

.dot_table th,
.dot_table td {
	border-bottom: 2px dotted #4E5922;
}

.dot_table tr:last-child th,
.dot_table tr:last-child td {
	border-bottom: none;
}

.dot_table th {
	background: #F7F7F7;
	box-shadow: 0 0 0 0.5em #FFF inset;
	font-weight: 500;
	min-width: 90px;
}

.menulist {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: 700;
	margin: 2em 0 0;
}

.menulist li {
	background: #FFF;
	min-width: 190px;
	padding: .4em .3em;
	text-align: center;
	display: block;
	margin: 0.4em;
}

.menulist.gray li {
	background: #F7F7F7;
}

.content_white>*>* {
	background: #FFF;
	padding: 0 10px;
	height: calc(100% - 1em);
	font-size: 14px;
}

.content_white>*.col-lg-6>* {
	padding: 0 18px;
}

.example {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4rem;
}

.example p:first-child {
	line-height: 1.3;
	font-size: 17px;
	margin-bottom: 4px;
}

.example .row>* {
	border-right: 1px dotted;
}

.example .row>*:last-child {
	border: none;
}

.flow_wrap {
	max-width: 900px;
	margin: 3rem auto 0;
}

.flow_wrap .flow_title {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px dotted;
}

.flow_wrap .flow_title p:first-child {
	background: #4E5922;
	color: #FFF;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.3rem;
	margin-bottom: -1px;
}

.flow_wrap .flow_title p:last-child {
	flex-grow: 1;
	font-weight: 700;
	font-size: 1.2rem;
	padding-left: 1.3rem;
	line-height: 1.2;
	/* margin-bottom: 4px; */
	padding-bottom: 7px;
	/* max-width: calc(100% - 94px); */
	display: inline;
	/* width: auto; */
}

.flow_wrap>div>p:last-child {
	padding: 1rem 3rem 3rem;
}

.service_wrap {
	justify-content: center;
	margin: 1em 0;
}

.service_wrap p {
	border: 1px solid;
	border-radius: 10px;
	margin: .5em;
	padding: .2em 1em;
	font-size: 1.1em;
}

.club_wrap {
	margin-top: 3em;
}

/* ニュース */
.news_wrap a {
	text-decoration: none;
	display: block;
	overflow: hidden;
}

.news_wrap .cat {
	width: calc(43% - 1rem);
	margin-bottom: 4px;
}

.newstop_wrap .date,
.news_wrap .date {
	opacity: .6;
	margin-right: 1rem;
	width: 124px;
	display: inline-block;
}

.news_wrap .title {
	display: inline-block;
	width: calc(43% - 1rem);
	font-size: 1rem;
	margin: 0;
	text-decoration: underline;
}

.tel {
	font-weight: 700;
	font-size: 1.2rem;
}

.tel:before {
	content: url(./img/tel.svg);
	margin-right: 6px;
	display: inline-block;
	width: 1.3rem;
	height: 1.3rem;
	position: relative;
	height: auto;
	line-height: 1;
}

.home .tel,
.page-id-16 .tel,
.page-id-20 .tel {
	font-size: 1.9rem;
}

.home .tel:before,
.page-id-16 .tel:before,
.page-id-20 .tel:before {
	width: 1.9rem;
	height: 1.9rem;
}

/* 共通設定：新着情報アーカイブ */
.blog .site-main,
.archive .site-main,
.search .site-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog .site-main .page-header,
.archive .site-main .page-header,
.search .site-main .page-header {
	width: 100%;
}

.page-title {
	font-size: 2em;
	padding: 14px 0 0;
	margin: 0 0 2px;
}

.blog .site-main>article,
.archive .site-main>article,
.search .site-main>article {
	width: calc(50% - 10px);
	margin-bottom: 1.5em;
	position: relative;
}

.blog .news_wrap .img_wrap,
.archive .news_wrap .img_wrap,
.search .news_wrap .img_wrap {
	width: 50%;
	height: 140px;
	max-height: 12vw;
	max-width: 13vw;
}

.blog .news_wrap .title,
.archive .news_wrap .title,
.search .news_wrap .title {
	width: calc(50% - 1rem);
	text-decoration: none;
}

.blog .news_wrap .cat,
.archive .news_wrap .cat,
.search .news_wrap .cat {
	width: auto;
	position: absolute;
	top: 0;
	padding: 2px .8rem;
	left: 0;
	font-size: 15px;
}

form.search-form {
	width: auto;
	max-width: 340px;
	margin-top: 10px;
}

.sidebar-area form.search-form {
	margin-top: 0;
}

form.search-form label {
	width: 100%;
}

.sidebar {
	padding: 0 1em 0 2em;
}

.widget-title {
	font-size: 20px;
}

.widget li {
	margin-left: 0;
}

.widget {
	margin-bottom: 2em;
}

.widget .accordion>li {
	list-style: none;
}

.widget .accordion>li p {
	font-size: 1em;
	padding: .5em 1em;
	background: #F0F0F0;
}

.widget .accordion .hide {
	display: none;
}

.widget .accordion li p span {
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 6px;
	bottom: 12px;
	margin-right: 5px;
	vertical-align: middle;
}

.widget .accordion li p span:before {
	/* アイコン横棒 */
	content: '';
	height: 1px;
	width: 11px;
	display: block;
	position: absolute;
	top: 7px;
	left: 2px;
	background: #4E5922;
}

.widget .accordion li p span:after {
	/* アイコン縦棒（閉じてるとき） */
	content: '';
	height: 11px;
	width: 1px;
	display: block;
	position: absolute;
	top: 2px;
	left: 7px;
	background: #4E5922;
}

.widget .accordion li p span.acv_open:after {
	/* アイコン縦棒なし（開いてるとき） */
	height: 0;
	width: 0;
}

.widget li ul {
	margin-bottom: .5rem;
}


.widget a,
.widget a:visited {
	color: #4E5922;
}

/************************
* ページごとの設定　　   *
************************/

/* トップページ */

.home #slider .slides li {
	height: 700px;
}

.home .entry-content>.container .row {
	padding-left: 15px;
	padding-right: 15px;
}

.home .flexslider#slider {
	overflow: visible;
}

.home .slide_left {
	background: #FFF;
	color: inherit;
	font-family: inherit;
	position: absolute;
	bottom: -90px;
	left: -32px;
}

.home .slide_left p {
	border-left: 1px solid;
	padding: .2em 0 .2em 1.5em;
	font-size: 16px;
	font-weight: 700;
	margin-left: 1.5em;
}

.home .entry-content>.container img {
	border: 1px solid #DDD;
	margin-bottom: 1.5em;
}

.home .entry-content>.container .row>* a.more {
	background: #CA6855;
	opacity: .9;
	right: -6px;
	bottom: 8px;
}

.home .wp-image-132 {
	margin-top: -90px;
	width: 330px;
	margin-right: 5%;
}

.home #recruit a.more {
	background: #7590B8;
}

.home a.more {
	position: absolute;
	right: 0;
	bottom: 0;
}

.home a.more::before {
	left: 1em;
}

.home .border_wrap a.more {
	padding: .75em 2em .75em 3em;
	right: calc(-2rem - 15px);
	bottom: 1em;
}

.newstop_wrap {
	border-top: 1px solid #CCC;
	margin: 0 1rem 6rem;
}

.home .news_wrap {
	margin: 0 1rem 3rem;
}

.home .news_section>div>div,
.home .news_section .border_wrap {
	height: 100%;
}

.home .news_section a.more {
	padding-right: 1em;
	right: calc(-1rem + 4px);
	bottom: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.page-id-457 .blog_wrap .more {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.newstop_wrap li {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 0;
	list-style: none;
}

.newstop_wrap li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: .5rem 1em;
	text-decoration: none;
}

.newstop_wrap li a span.title {
	display: block;
	text-decoration: underline;
}

.newstop_wrap li a span.cat {
	margin-right: .8rem;
}

.news_wrap .img_wrap {
	width: 57%;
	max-width: 300px;
	height: 220px;
	float: left;
	margin-right: 1em;
}

.home #recruit .border_wrap {
	padding: 2rem;
}

.home #recruit .flex p {
	margin-bottom: auto;
	margin-top: 0;
}

.home #recruit .flex p:first-child {
	max-width: 25%;
}

.home #recruit .flex p:last-child {
	max-width: 22%;
}

.home #recruit .flex p:nth-child(2) {
	max-width: 51%;
}

.home .bg_gray span {
	display: inline-block;
}

.home .bg_gray span::first-letter {
	color: #7590b8;
}

/* 特養とか */
.col-xs-6 img {
	margin-bottom: 1em;
}

/* デイサービス */
.page-parent.page-id-12 #slider .slides li img,
.page-child.page-id-15 #slider .slides li img {
	top: 65% !important;
}

/* ケアセンター */
.page-id-16 #business img.alignright {
	margin-top: 3em;
	margin-bottom: 0;
	max-width: 30%;
}

/* 地図 */

.map_container {
	position: relative;
	padding-top: 24%;
	width: 100%;
	height: 440px;
	margin: 0 auto;
}

.map_canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.map_canvas iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* 岡部福祉会について */
.page-id-18 #about img {
	border: 1px solid #DDD;
	margin-bottom: 1.5em;
}

.page-id-18 #about table th {
	word-break: keep-all;
}

.page-id-18 #history table {
	max-width: 700px;
	margin: auto;
}

.page-id-18 #history table td {
	line-height: 1.45;
}

.page-id-18 #history table th,
.page-id-18 #history table td {
	border-color: #DDD;
}

#oath h2 {
	font-size: 34px;
	margin-bottom: 2rem;
}

#oath p {
	font-size: 1.1em;
	text-shadow: 1px 1px #E0E0E0;
	line-height: 1.5em;
	margin: .7em 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#disclosure {
	text-align: center;
}

#disclosure>.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#disclosure h2 {
	width: 100%;
}

#disclosure .file {
	width: 50%;
	padding: 0 2rem;
}

#disclosure h3 {
	border-bottom: 2px dotted;
	padding: 4px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-weight: 700;
}

#disclosure .file:first-of-type h3,
#disclosure .file:nth-of-type(2) h3 {
	margin-top: .2rem;
}

#disclosure .flex {
	flex-flow: column;
	align-items: center;
}

#disclosure a {
	display: inline-block;
	text-decoration: none;
	margin-bottom: .5rem;
}

#disclosure .icon_wamnet,
#disclosure .icon_pdf {
	width: 98px;
	color: #FFF;
	margin-left: .5rem;
	padding: 4px 8px;
	display: inline-block;
	line-height: 1;
}

#disclosure a:hover .icon_wamnet,
#disclosure a:hover .icon_pdf {
	opacity: .8;
}

#disclosure .icon_wamnet {
	background: #41719C;
}

#disclosure .icon_pdf {
	background: #CA6855;
}

/* 採用情報 */

#requirements {
	max-width: 900px;
}

#requirements table {
	max-width: 720px;
	margin: auto;
}

#requirements .tab_wrap h5 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
}

#requirements .tab_wrap h5 span {
	font-size: 18px;
	font-weight: 500;
}

#requirements .tab_wrap h5 br {
	display: none;
}

#requirements table th {
	word-break: keep-all;
	padding: .5em;
}

#requirements table td {
	text-align: left;
	margin: 0;
}

#requirements table table {
	width: auto;
	margin: 0;
}

#requirements table table th,
#requirements table table td {
	padding: 0 5px 0 0;
	border-bottom: none;
}

#requirements table ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	max-width: 600px;
}

#requirements table li {
	width: 50%;
	margin: 0;
}

.offer_none {
	color: #f00000;
}

.flex3.jobtitle li {
	background: #F6AA00;
}

.job ul {
	margin-left: 0;
}

.job li {
	overflow: hidden;
	margin-bottom: 30px;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 3.5rem auto;
	max-width: 1060px;
}

.job li .jobL {
	flex-grow: 1;
	width: calc(100% - 330px);
	margin-right: 30px;
}

.job li .jobL h4 {
	font-size: 25px;
	background: none;
	border-left: 10px solid #60912B;
	margin-bottom: 20px;
}

.jobL .lead {
	color: #FFF;
	padding: 8px 20px;
	background: #4E5922;
	margin-bottom: 20px;
	font-weight: 700;
	border-radius: 8px;
}

.job li .jobR {
	position: relative;
}

.job li .jobR img {
	border-radius: 50%;
}

.job li .jobR p.person {
	margin-bottom: 0;
}

.job-name {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	margin-top: 1em;
	position: absolute;
	bottom: 5px;
	right: 4px;
	background: #FFF;
	padding: 6px 10px 8px;
	border: 1px solid;
}

.job-name span {
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 4px;
}

/* お問い合わせ */
#mailformpro table {
	max-width: 760px;
	margin: auto;
}

/* プライバシーポリシー */
.page-id-3 h2 {
	font-size: 1.5em;
	margin-bottom: .5em;
}

.page-id-3 h3 {
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: .2em;
}

/* 新着情報　個別 */

.single .entry-title,
.sidebar-area {
	padding-top: 42px;
}

.single footer.entry-meta>a:last-of-type {
	display: none;
}

.entry-meta ul li:first-child {
	display: none;
}

.single .entry-content img {
	margin: 4px 12px 12px 0;
}

.blog .site-main,
.archive .site-main,
.search .site-main,
.single .site-main .post-navigation {
	margin-bottom: 2em;
}

.single .entry-meta-footer,
.post-thumbnail {
	display: none;
}

.single .hentry {
	margin-bottom: 1em;
}

.post-navigation i.fa,
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active,
.widget a:hover,
.widget a:focus,
.widget a:active {
	color: #7590B8;
}

.nav-links {
	line-height: 1.4;
}

.nav-links a {
	text-decoration: none;
}

/************************
* ブラウザ幅ごとの設定   *
************************/

/* コンテンツ幅 min-width */
@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}

/* 
Bootstrap
Extra large ／ 画面幅 特大 （1200px以上）
*/
@media (max-width: 1449px) {

	/* 共通設定：ヘッダー */

	.site-wrapper::before {
		margin-top: 149px !important;
	}

	.scroll .site-wrapper::before {
		margin-top: 123px !important;
	}

	.custom-logo-link {
		padding-left: 30px;
	}

	.custom-logo-link::after {
		width: calc(210px * .65);
		height: calc(167px * .65);
		bottom: -66px;
		left: -42px;
	}

	/* スクロール時 */
	.scroll .custom-logo-link::after {
		width: calc(210px * .55);
		height: calc(167px * .55);
		bottom: -55px;
		left: -35px;
	}

	.primary-menu>li>a {
		padding: 0 14px !important;
	}

	#menu-item-360 a {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	#menu-item-360::before {
		left: 8px;
		height: calc(100% - 8px);
		top: 4px;
	}

	#menu-item-360::after {
		right: 8px;
		height: calc(100% - 8px);
		top: 4px;
	}

	/* 共通設定：フッター */
	.site-info {
		padding: 40px 20px 100px 100px;
	}

	/* 共通設定：パーツ */
	#guidance>.container::before,
	#entry>.container::before,
	#onayami>.container::before,
	#oath>.container::before,
	.page-id-16 #facility>.container::before,
	#feature>.container::before {
		left: 8px;
	}

	#access>.container::before,
	.home #volunteer>.container::before,
	#disclosure>.container::before,
	#voice>.container::before {
		right: 8px;
	}

	#guidance>.container::before,
	#entry>.container::before,
	#onayami>.container::before,
	#oath>.container::before,
	.page-id-16 #facility>.container::before,
	#feature>.container::before,
	#access>.container::before,
	.home #volunteer>.container::before,
	#disclosure>.container::before,
	#voice>.container::before {
		width: 150px;
		height: 130px;
	}
}

@media (max-width: 1284px) {

	.blog .site-content>.container,
	.archive .site-content>.container,
	.single .site-content>.container,
	.search .site-content>.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* 
Bootstrap
large ／ 画面幅 大 （992px以上 1200px未満）
*/
@media (max-width: 1215px) {


	/* 共通設定：ヘッダー */

	.site-wrapper::before {
		margin-top: 152px !important;
	}

	.scroll .site-wrapper::before {
		margin-top: 138px !important;
	}

	.site-header {
		padding: 24px 24px 10px;
	}

	.scroll .site-header {
		padding-bottom: 4px;
	}

	.header-sns {
		margin-top: -10px;
	}

	.header-sns li {
		padding: 0px 8px;
	}

	.header-sns img {
		max-width: 30px;
	}

	.header-contact {
		margin-left: 14px;
	}

	.header-contact li:not(.tel) a {
		font-size: 20px;
		padding: 7px 24px 7px 16px;
		margin-left: 20px;
	}

	.primary-menu,
	.scroll .primary-menu {
		max-width: 700px;
		justify-content: flex-end;
		padding-top: 10px;
	}

	.primary-menu>li {
		margin: 4px 0;
	}

	.primary-menu li br {
		display: none;
	}

	.primary-menu>li>a {
		margin: auto;
		padding: 4px 10px !important;
	}

	.primary-menu>li>a span {
		display: inline-block;
		margin-left: 3px;
	}

	.sf-menu>li>ul {
		top: 40px;
	}

	/* 共通設定：スライダー */
	#slider .slides li {
		height: 35vw !important;
	}

	.home #slider .slides li {
		height: 45vw !important;
	}

	.page-child #slider .slides li {
		height: 25vw !important;
	}

	#slider .slide_right {
		font-size: 14px;
		padding: 0.5em 1.2em;
	}

	.slide_left {
		font-size: .9em;
		bottom: 5%;
		padding: .5em 1em;
	}

	/************************
  * ページごとの設定　　   *
  ************************/

	/* トップページ */
	.home .bg_gray {
		margin-bottom: 3em;
		margin-right: 0;
	}

	.home .wp-image-132 {
		margin-top: -8vw;
		width: 25vw;
		margin-right: -2vw;
	}

	/* .home #recruit a.more {
    right: calc(-2rem + 4px);
  } */

	/* 特養とか */
	.food_wrap p {
		height: 12vw;
	}

	/* 岡部福祉会について */
	.page-id-18 #about h3 {
		font-size: 16px;
	}
}

@media (max-width: 1023px) {

	/* 共通設定：レスポンシブ */
	.sm,
	.pc {
		display: none;
	}

	.tb {
		display: inherit;
	}

	/* 共通設定 */
	.site-wrapper::before {
		margin-top: 152px !important;
	}

	.scroll .site-wrapper::before {
		margin-top: 138px !important;
	}

	/* 共通設定：スライダー */
	.flexslider#slider {
		margin: 0 24px;
	}

	#carousel {
		padding-left: 24px;
		padding-right: 24px;
	}

	/* 共通設定：フッター */

	.logo_footer {
		float: none;
		text-align: left;
		margin-bottom: 20px;
	}

	.footer-navigation .footer-menu {
		float: none;
		text-align: left;
		padding-left: 0;
		margin-left: 80px;
	}

	.logo_footer::after {
		top: 0;
		left: -70px;
	}

	.footer-sns {
		top: 0 !important;
		right: 0 !important;
		position: absolute;
	}

	/* 共通設定：パーツ */
	.row>* .border_wrap {
		padding: 1rem .8rem;
	}

	/************************
  * ページごとの設定　　   *
  ************************/

	/* トップページ */
	.home .slide_left {
		bottom: -64px;
	}

	#carousel .slides {
		max-width: 100%;
		margin-top: 60px;
	}

	#carousel .slides li {
		max-width: 100px;
		height: 60px;
	}

	.home .bg_gray {
		margin-bottom: 1em;
	}

	.home .col-md-6 h2,
	.home #onayami h2 {
		font-size: 24px;
	}

	.home #onayami a.more {
		bottom: -18px;
	}

	.news_wrap .cat {
		width: auto;
		margin-right: 10px;
	}

	.news_wrap .title {
		width: calc(100% - (300px));
		max-width: 43%;
	}

	.home #recruit .flex p:first-child {
		max-width: 38vw;
	}

	.home #recruit .flex p:nth-child(2) {
		order: 3;
		max-width: 100%;
		margin-top: 1em;
	}

	.home #recruit .flex p:last-child {
		max-width: 22vw;
	}

	.home #recruit .border_wrap {
		padding-bottom: 5rem;
	}

	.home #recruit .border_wrap strong span {
		display: block;
	}

	.home #recruit a.more {
		bottom: -4em;
	}

	/* 特養とか */
	.food_wrap {
		max-width: 600px;
		margin: auto;
	}

	.food_wrap div {
		width: calc(33.3% - 10px);
		max-width: 160px;
	}

	.food_wrap p {
		height: 10vw;
		min-height: 100px;
	}

	.blog .site-main>article,
	.archive .site-main>article,
	.search .site-main>article {
		width: 100%;
	}

	.blog .news_wrap .img_wrap,
	.archive .news_wrap .img_wrap,
	.search .news_wrap .img_wrap {
		width: 35%;
		height: 110px;
		margin-bottom: 0;
		max-width: inherit;
		max-height: 27vw;
	}

	.blog .news_wrap .img_wrap img,
	.archive .news_wrap .img_wrap img,
	.search .news_wrap .img_wrap img {
		max-width: 110%;
	}

	.blog .news_wrap .title,
	.archive .news_wrap .title,
	.search .news_wrap .title {
		width: calc(65% - 1rem);
	}
}

/* 
Bootstrap
Medium ／ 画面幅 中 （768px以上 992px未満）
*/
@media (max-width: 991px) {

	/* 共通設定：文字 */
	.page .entry-title,
	.single .entry-title,
	.site-title {
		font-size: 34px;
	}

	h2,
	#oath h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}

	/* 共通設定：コンテンツ幅 */
	.entry-content>.container,
	.container-fluid {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	/* 共通設定：ヘッダー */
	.custom-logo-link img {
		height: 50px;
	}

	.custom-logo-link::after {
		width: calc(210px * .6);
		height: calc(167px * .6);
		bottom: -54px;
		left: -45px;
	}

	.scroll .custom-logo-link {
		margin-top: 4px;
	}

	.site-header {
		max-height: inherit;
		min-height: 124px;
	}

	.scroll .site-header {
		min-height: 110px;
		/* background: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .9); */
	}

	.site-wrapper::before {
		margin-top: 124px !important;
	}

	.scroll .site-wrapper::before {
		margin-top: 110px !important;
	}

	.header-sns {
		position: absolute;
		top: 53px;
		right: 217px;
	}

	.scroll .header-sns {
		top: 46px;
	}

	.sf-menu>li>ul {
		display: flex !important;
		position: relative !important;
		top: 0;
		box-shadow: none;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 6px;
		opacity: 1 !important;
	}

	.primary-menu>li {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.sf-menu ul li {
		background: transparent;
	}

	.sf-menu a {
		padding: 4px 10px !important;
		font-size: 14px;
		margin: 2px 4px;
		border: none !important;
		line-height: 1em;
	}

	.sf-menu>li>ul a::before {
		content: url(./img/arrow.svg);
		width: 7px;
		height: 7px;
		position: absolute;
		bottom: calc(50%);
		left: -3px;
	}

	/* .header-sns {
  position: absolute;
  right: 56px;
  bottom: -50px;
  }

  .scroll .header-sns {
    bottom: -44px;
    right: 60px;
  } */
	.home_icon {
		right: -40px;
		z-index: 1;
	}

	.slidetoggle {
		display: none;
		width: 100%;
	}

	.primary-menu,
	.scroll .primary-menu {
		width: 100%;
		max-width: inherit;
		padding-bottom: 4px;
		justify-content: space-around;
	}

	.primary-menu>li {
		width: calc(33.3% - 54px);
		min-width: 200px;
		border: none !important;
	}

	.primary-menu>li>a {
		padding: 10px !important;
		width: 100%;
	}

	#menu-item-360::before {
		left: 5%;
		height: calc(100% - 12px);
		top: 6px;
	}

	#menu-item-360::after {
		right: 5%;
		height: calc(100% - 12px);
		top: 6px;
	}

	#menu-item-360 {
		margin-left: 0;
	}

	.menu-toggle {
		display: block;
		position: absolute;
		top: 45px;
		right: -14px;
		/* border: 1px solid #4E5922!important; */
		background: transparent;
		border-radius: 0;
		font-size: 20px;
		padding: 6px 20px;
		color: #4E5922;
	}

	.scroll .menu-toggle {
		top: 40px;
	}

	.scroll .menu-toggle:hover {
		opacity: .8;
		transition: opacity .2s;
	}

	.menu-toggle img {
		width: 30px;
		height: 32px;
		margin-left: 14px;
	}

	.header-contact {
		margin-bottom: 56px;
	}

	#site-navigation>.container {
		display: block;
		float: none;
	}

	/* 共通設定：パーツ */

	.button_wrap {
		margin: 0;
	}

	.button_wrap a {
		margin: 1em auto;
		display: block;
	}

	.facility_wrap>* {
		padding: 10px;
	}

	.facility_wrap p {
		line-height: 2.5;
	}

	.facility_wrap a {
		height: 26vw;
	}

	.facility_wrap .col-lg-2 p:first-child {
		height: 28vw;
		max-height: 170px;
	}

	.facility_wrap>div>p:first-child,
	.facility_wrap>div>p:first-child a {
		height: 30vw;
	}

	.facility_wrap p img {
		width: 100%;
		height: auto;
	}

	.page_navi li {
		margin-bottom: 10px;
		border: none !important;
	}

	.page_navi>li>a {
		padding: 4px 10px;
		margin: 0 4px;
		border: 1px solid;
		border-radius: 8px;
	}

	.page_navi li a::after {
		content: none;
	}

	.facility_wrap {
		margin: 1.5em 0 0;
	}

	.dot_title>*:first-child {
		font-size: 18px;
		line-height: 1.3;
	}

	/************************
  * ページごとの設定　　   *
  ************************/
	/* トップページ */
	#carousel {
		margin-bottom: 20px;
	}

	.home .news_wrap {
		margin: 0 2rem -2rem;
	}

	.home .news_section>div:first-of-type {
		margin-bottom: 4em;
	}

	.home .news_wrap {
		margin: 0 1rem 0rem;
	}

	/* 岡部福祉会について */
	.page-id-18 #about h3 {
		font-size: 14px;
	}

	#disclosure .file {
		width: 100%;
	}

	/* 採用情報 */

	.page-id-20 .dot_title>*:first-child {
		min-height: 61px;
		display: flex;
		align-items: center;
	}

	.job li {
		margin: 1.5em 0;
	}

	/* 新着情報　個別 */
	.post-navigation a {
		min-height: 70px;
	}

	.post-navigation .nav-next a {
		padding-left: 10px;
		padding-right: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.post-navigation i.fa-chevron-right {
		right: 10px;
	}

	.post-navigation .nav-previous a {
		padding-left: 40px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.post-navigation i.fa-chevron-left {
		left: 10px;
	}

	.page .entry-title,
	.single .entry-title {
		font-size: 26px;
	}
}

/* 
Bootstrap
Small ／ 画面幅 小（544px以上 768px未満）
*/
@media (max-width: 767px) {

	/* 共通設定：レスポンシブ */
	.tb,
	.pc {
		display: none;
	}

	.sm {
		display: inherit;
	}

	/* 共通設定：ヘッダー */

	.menu-sns-container.sm,
	.menu-sns-container.sm .header-sns,
	.header-contact.sm {
		display: inherit;
	}

	.menu-sns-container.sm {
		padding-bottom: 4px;
	}

	.menu-sns-container.sm .header-sns {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		float: none;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		max-width: 110px;
	}

	.menu-sns-container.pc,
	.header-contact.pc {
		display: none;
	}

	.header-contact li:not(.tel) {
		display: none;
	}

	.header-contact.sm {
		float: right;
	}

	.header-sns {
		top: 73px;
		right: 234px;
	}

	.scroll .header-sns {
		top: 60px;
	}

	.slidetoggle {
		text-align: center;
		margin-bottom: 10px;
	}

	.primary-menu {
		margin-top: 14px;
		/* background: #fbf9f0; */
		padding: 10px 20px !important;
		margin-bottom: 0;
	}

	.primary-menu>li {
		margin: 2px;
	}

	#carousel {
		display: none;
	}

	.flexslider#slider {
		margin: 0 18px 60px;
	}

	#slider .slides li {
		height: 38vw !important;
	}

	.slide_left {
		bottom: -12px;
	}

	body:not(.home) .slide_left {
		bottom: -52px;
		color: rgba(78, 89, 34, 1);
		background: transparent;
		left: -6px;
	}

	.slide_left p {
		font-size: 12px !important;
	}

	.slide_lead {
		font-size: 1.2em;
	}

	.flexslider#slider {
		overflow: visible;
	}

	#slider .slide_right {
		font-size: 13px;
		padding: 0.3em .8em;
	}

	.slidetoggle .header-contact {
		display: block;
	}

	.slidetoggle .header-contact li {
		display: none;
	}

	.slidetoggle .header-contact li.pc {
		display: inline-block;
		width: 100%;
	}

	#menu-item-360 {
		max-width: 300px;
	}

	.slidetoggle .header-contact li.pc a {
		margin: auto;
		display: block;
		max-width: 300px;
		text-align: center;
		margin-bottom: 6px;
	}

	/* 共通設定：パーツ */
	div h1:first-child,
	div h2:first-child,
	div h3:first-child {
		margin-top: 6px;
	}

	.page .entry-title,
	.single .entry-title,
	.site-title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.primary-menu>li>a {
		font-size: 18px;
	}

	.page_navi {
		margin: 0 !important;
	}

	.page_navi>li>a {
		font-size: 15px;
	}

	.primary-menu>li>a {
		padding: 8px !important;
	}

	/* トップページ */

	.home .slide_left {
		background: #fbf9f0;
	}

	.home .row {
		max-width: 95%;
		margin: auto;
	}

	.home .entry-content>.container .row>div:first-of-type {
		margin-bottom: 2em;
	}

	.home .wp-image-132 {
		width: 35vw;
	}


	.home .col-md-6 h2,
	.home #onayami h2 {
		font-size: 22px;
	}

	.home #onayami a.more {
		position: relative;
		float: right;
		margin-bottom: -24px;
		margin-top: -8px;
	}

	.news_wrap .img_wrap {
		width: 50%;
		height: 30vw;
	}

	.news_wrap .img_wrap img {
		max-width: inherit;
		min-height: 100%;
	}

	.news_wrap .title {
		width: calc(50% - 16px);
		max-width: inherit;
	}

	/* 特養とか */
	#flow .dot_table th,
	#flow .dot_table td {
		display: block;
		width: 100%;
	}

	#flow .dot_table tr {
		position: relative;
		display: block;
		border-bottom: 2px dotted #4E5922;
	}

	#flow .dot_table tr:last-of-type {
		border-bottom: none;
	}

	#flow .dot_table th {
		padding-top: .8em;
		padding-bottom: .8em;
		width: 30%;
	}

	#flow .dot_table th,
	#flow .dot_table td {
		border-bottom: none;
	}

	#flow .dot_table td:first-of-type {
		width: 70%;
		position: absolute;
		top: 16px;
		right: 0;
		padding: 0;
		line-height: 1;
	}

	#flow .dot_table td:last-of-type {
		padding-top: 0;
	}

	.flow_wrap>div>p:last-child {
		padding: .5rem .5rem 1.5rem;
	}

	/* 岡部福祉会について */
	.page-id-16 .tel,
	.page-id-20 .tel {
		display: block;
	}

	.page-id-18 .job li .jobL {
		width: 100%;
	}

	.page-id-18 .job li .jobR {
		float: right;
		max-width: 30vw;
		margin-top: 1em;
	}

	.page-id-18 .job li {
		display: block;
	}

	.page-id-18 #about h3 {
		font-size: 1.3rem;
	}

	.page-id-18 #about img {
		text-align: center !important;
		margin: 0 auto !important;
		display: block;
	}

	.page-id-18 #about img.alignright {
		float: none !important;
	}

	.page-id-18 #history table th {
		width: 35%;
	}

	.page-id-16 #business img.alignright {
		margin-top: 0;
	}

	.page-id-18 #history table th {
		width: 100%;
	}

	.sidebar {
		padding: 0 1em;
	}
}

@media (max-width: 634px) {
	.header-sns {
		display: none;
	}
}

@media (max-width: 600px) {

	/* 採用情報 */
	.yen {
		min-width: auto;
	}

	/* お問い合わせフォーム */
	table#mfp_confirm_table tr th,
	table#mfp_confirm_table tr td {
		width: auto;
	}

	table#mfp_confirm_table tr.mfp_colored {
		background-color: #FFF;
	}

	#page th.mfp,
	#page td.mfp {
		text-align: center;
		min-width: auto;
		padding: 8px;
		position: relative;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	td.mfp ol {
		text-align: left;
	}

	td.mfp textarea {
		width: calc(100% - 26px) !important;
	}

	.must {
		position: absolute;
		top: 13px;
		right: 4px;
		margin: -4px 5px;
	}

	#contact textarea {
		width: 90% !important;
	}

	#contact input,
	#contact select {
		max-width: 62vw !important;
	}

	.page-id-19 .wp-image-344 {
		max-width: 33%;
		margin-bottom: 4px;
		margin-left: 6px;
	}
}

/* 
Bootstrap
Extra small ／ 画面幅 極小（544px未満）
*/
@media (max-width: 575px) {

	/* 共通設定：文字 */
	body,
	button,
	input,
	select,
	textarea {
		line-height: 1.6;
	}

	h2 {
		font-size: 23px;
	}

	h3 {
		font-size: 20px;
	}

	th,
	td {
		padding: .4em .6em;
		line-height: 1.4;
	}

	/* 共通設定：コンテンツ幅 */
	.entry-content>.container {
		padding: 2rem 1em;
	}

	.container-fluid {
		padding: 2rem 2px;
	}

	/* 共通設定：ヘッダー */

	.site-header,
	.scroll .site-header {
		min-height: 76px;
		padding: 4px 14px;
		box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, .1);
	}

	.scroll .header-sns li {
		margin: 6px 0px;
	}

	.scroll .header-sns img {
		max-width: 30px;
	}

	.site-wrapper::before {
		margin-top: 76px !important;
	}

	.custom-logo-link {
		padding-left: 10px;
		padding-top: 10px;
	}

	.menu-toggle,
	.scroll .menu-toggle {
		top: 18px;
	}

	.scroll .custom-logo-link {
		margin-top: 0;
	}

	.custom-logo-link img {
		height: calc((115px /2) * .8);
	}

	.custom-logo-link::before {
		width: calc(92px * .8);
		height: calc(60px * .8);
		top: -13px;
		right: calc(-60px * .8);
		transition: all .1s;
	}

	.custom-logo-link::after {
		display: none;
	}

	.primary-menu {
		margin-top: 66px;
	}

	.primary-menu>li {
		width: 100%;
	}

	.header-contact {
		display: none;
	}

	.slidetoggle .header-contact {
		display: block;
	}

	.menu-toggle span {
		display: none;
	}

	body:not(.home) .flexslider#slider {
		margin-top: 40px;
	}

	body:not(.home).page-id-19 .flexslider#slider,
	body:not(.home).page-id-20 .flexslider#slider {
		margin-top: 0;
		margin-bottom: 0;
	}

	.page-id-19 #slider .slides li,
	.page-id-20 #slider .slides li {
		height: 22vw !important;
	}

	body:not(.home) #slider .slide_right {
		top: -40px;
		font-size: 12px;
	}

	.bread {
		background: #F4F3F3;
		padding: .2em 1em;
		font-size: 14px;
	}

	.page-child #slider .slides li {
		height: 38vw !important;
	}

	/* 共通設定：パーツ */
	#guidance>.container::before,
	#entry>.container::before,
	#onayami>.container::before,
	#oath>.container::before,
	.page-id-16 #facility>.container::before,
	#feature>.container::before,
	#access>.container::before,
	.home #volunteer>.container::before,
	#disclosure>.container::before,
	#voice>.container::before {
		width: 30vw;
		height: 26vw;
	}

	.border_wrap {
		padding: 1rem;
	}

	.facility_wrap>* {
		padding: 4px;
	}

	.menulist li {
		min-width: 110px;
	}

	.dot_table th {
		min-width: 70px;
	}

	.facility_wrap {
		margin: 0;
	}

	.map_container {
		height: 300px;
	}


	.flow_wrap .flow_title p:first-child {
		font-size: 1.2rem;
	}

	.flow_wrap .flow_title p:last-child {
		font-size: 1.2rem;
		padding-left: .8rem;
		/* max-width: calc(100% - 88px); */
	}

	/* 共通設定：フッター */

	.logo_footer {
		margin-left: -10px;
	}

	.logo_footer img {
		width: 150px;
	}

	.logo_footer::after {
		display: none;
	}

	.site-info {
		padding-left: 20px;
	}

	#call {
		display: block;
		position: fixed;
		z-index: 3;
		bottom: 0;
		left: 0;
		margin: 0;
		border-radius: 0 13px 0 0;
		background: #4E5922;
		border-top: 1px solid #fbf9f0;
		border-right: 1px solid #fbf9f0;
	}

	#call a {
		display: block;
		padding: 9px 18px;
	}

	#gotop {
		right: 8px;
		bottom: 8px;
		width: 48px;
	}

	.credits-wrapper .credits-blog {
		text-align: center;
		margin-right: 0;
	}

	.footer-navigation .footer-menu {
		margin-left: 0;
	}

	/************************
  * ページごとの設定　　   *
  ************************/

	/* トップページ */

	.home .row {
		max-width: 100%;
	}

	.home .entry-content>.container {
		padding: 2rem 0em;
	}

	.home #onayami h2 span {
		display: inline-block;
	}

	.home .wp-image-132 {
		margin-top: -13vw;
		margin-bottom: 6px;
		width: 40vw;
		max-width: 200px;
	}

	.newstop_wrap li a span.title {
		display: block;
		width: 100%;
	}

	.home .news_section .border_wrap {
		padding-bottom: 2rem;
	}

	.newstop_wrap {
		margin: 0 .5em;
	}

	.home .news_wrap {
		margin: 0.5em;
	}

	/* 特養とか */
	.food_wrap div {
		max-width: inherit;
	}

	.food_wrap p {
		height: 17vw;
		min-height: inherit;
	}

	.menulist li {
		min-width: auto;
		padding: .4em .5em;
		margin: 0.3em;
	}

	.content_white>*>* {
		padding: 0 7px;
	}

	.dot_title>*:first-child {
		font-size: 15px;
	}

	.content_white>*:nth-child(2n) {
		padding-left: 6px;
	}

	.content_white>*:nth-child(2n+1) {
		padding-right: 6px;
	}

	/* 岡部福祉会について */
	#disclosure h3 {
		margin-top: 1rem;
	}

	#disclosure .file:first-of-type h3 {
		margin-top: .2rem;
	}

	#disclosure .file {
		padding: 0;
	}

	.page-id-18 #about h3 {
		font-size: 1.3rem;
	}

	.page-id-18 #history table th {
		padding-bottom: 0;
		display: block;
		border: none !important;
	}

	.page-id-18 #history table td {
		padding-top: 0;
		display: block;
	}

	.page-id-20 .tab_wrap label {
		width: calc(50% - 11px);
	}

	/* 採用情報 */
	.jobL .lead {
		padding: 9px 10px;
		margin-bottom: 12px;
		border-radius: 4px;
		line-height: 1.3;
	}

	.page-id-20 .dot_title>*:first-child {
		min-height: auto;
	}

	/* 新着情報 */

	.blog .site-content>.container,
	.archive .site-content>.container,
	.single .site-content>.container,
	.search .site-content>.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.blog .site-main>article,
	.archive .site-main>article,
	.search .site-main>article {
		width: calc(100% - 2em);
		margin-left: auto;
		margin-right: auto;
	}

	.single .entry-title {
		padding-top: 1em;
	}

	.sidebar-area {
		padding-top: 0;
	}

	.blog .news_wrap .img_wrap,
	.archive .news_wrap .img_wrap,
	.search .news_wrap .img_wrap {
		width: 45%;
	}

	.blog .news_wrap .title,
	.archive .news_wrap .title,
	.search .news_wrap .title {
		width: calc(55% - 1rem);
	}
}

@media (max-width: 424px) {

	/* 共通設定：パーツ */
	#access>.container::before,
	.home #volunteer>.container::before,
	#disclosure>.container::before,
	#voice>.container::before {
		bottom: calc(-3rem - 7.5vw);
		right: -6px;
	}

	/* .sf-menu>li>ul {
    display: none !important;
    //特養等のリンクが親のsuperfish.jsで動かない
  } */
	.primary-menu #menu-item-34>a,
	.primary-menu #menu-item-35>a,
	.primary-menu #menu-item-36>a {
		padding: 6px 6px 2px !important;
	}

	.sf-menu a {
		padding: 4px 6px !important;
	}

	.sf-menu>li>ul a::before {
		bottom: calc(50% + 2px);
		width: 6px;
		height: 6px;
		left: -4px;
	}

	#menu-item-360 {
		margin-top: 6px;
	}

	#menu-item-360 a {
		padding: 8px 16px !important;
	}

	.primary-menu {
		padding: 10px 0 !important;
	}

	.header-contact li:not(.tel) a {
		font-size: 18px;
	}

	/* 共通設定：フッター */
	.site-info {
		padding: 30px 10px 70px 10px;
	}

	/* トップページ */
	.home .container-fluid>.container,
	.home .entry-content>.container .row {
		/* padding-left: 6px;
		padding-right: 6px; */
		padding-left: 0;
		padding-right: 0;
	}

	.newstop_wrap {
		margin: 0;
	}

	.news_wrap .title {
		width: 100%;
	}

	.newstop_wrap li a {
		padding: .5rem .4rem;
	}

	.home .news_section .border_wrap {
		padding-bottom: 1rem;
	}

	.news_wrap .img_wrap {
		width: 100%;
		height: 40vw;
		margin-bottom: 16px;
	}

	.home #recruit .border_wrap {
		padding-top: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.home .border_wrap a.more {
		right: calc(-2rem + 4px);
	}

	/* プライバシーポリシー */
	.page-id-3 h2 {
		font-size: 1.2em;
	}

	.page-id-3 h3 {
		line-height: 1.2;
	}
}

@media (max-width: 374px) {

	.blog .site-main>article,
	.archive .site-main>article,
	.search .site-main>article {
		width: 100%;
	}
}

/* 20200110 */
.single .entry-content p {
	width: inherit !important;
	height: inherit !important;
}

/* 20200323 */
/* .news_blog_section.news_section>div>div,
.news_blog_section.news_section .border_wrap {
	height: auto !important;
}

.news_blog_section.news_section .border_wrap {
	padding-bottom: 80px;
}

.news_blog_section.news_section .border_wrap.rec {
	padding-bottom: 52px;
}

.news_blog_section .news_wrap {
	margin: 0 1rem;
}

.newstop_blog_wrap li a {
	align-items: center;
	padding: .75rem 1em;
}

.newstop_blog_wrap li a span.title {
	width: 100%;
	margin-left: 8px;
	text-decoration: none;
}

.newstop_blog_wrap li a span.cat {
	line-height: 1.3;
	padding: 2px 6px;
	margin-right: .5rem;
}

.news_blog_section .news_wrap .img_wrap {
	width: 40%;
	max-width: 200px;
	height: 150px;
width: 50%;
max-width: 240px;
height: 186px;
}

.newstop_blog_wrap {
	max-width: 800px;
	margin: auto;
}

.news_blog_section .news_wrap .cat {
	width: auto;
	margin-right: .8em;
}

.page-id-457 .news_section a.more {
	bottom: 1rem;
}

.newstop_blog_wrap li a span.title {
	width: auto;
}

*/

/* 20200403スタッフブログ追加 */
.blog_wrap .top article {
	border-bottom: 1px solid #CCC;
	margin-bottom: 3em;
	padding-bottom: 18px;
	padding-top: 18px;
	overflow: hidden;
}

.blog_wrap a {
	text-decoration: none;
}

.blog_wrap a:hover .title,
.blog_wrap a:hover .content {
	opacity: .8;
}

.blog_wrap .title,
.blog_wrap .content {
	display: block;
	width: 100%;
}

.blog_wrap .top .title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.blog_wrap .other span.title {
	display: inline-block;
	width: auto;
}

.blog_wrap .more {
	position: absolute;
	right: 0;
	bottom: 1rem !important;
}

.page-id-457 .news_section {
	margin-bottom: 3em;
}

.wp-image-473 {
	width: 170px;
	position: absolute;
	right: 0;
	top: -80px;
}

.blog_wrap .img_wrap {
	width: 140px;
	height: 100px;
	float: left;
	margin: 0 18px 0 0;
}

/* 20200403その他 */

@media screen and (max-width: 991px) {
	.page-id-457 #blog>.container::before {
		display: none;
	}

	.blog_wrap .top article {
		border-bottom: none;
		margin-bottom: 0;
	}

	.blog_wrap .top .title {
		display: inline;
		text-decoration: underline;
	}

	.blog_wrap {
		max-width: 780px;
		margin: auto;
	}

	.wp-image-473 {
		top: -68px;
	}

	.page-id-457 .blog_wrap span.more {
		display: none;
	}

	.page-id-457 .blog_wrap a.more {
		position: relative;
		float: right;
		bottom: 0 !Important;
		margin-top: 1em;
	}
}

@media screen and (max-width: 767px) {
	.blog_wrap h2 {
		text-align: left !important;
		margin-left: 5%;
	}

	.blog_wrap .top .title {
		display: block;
	}

	.wp-image-473 {
		top: inherit;
		width: 24vw;
		bottom: -70px;
		min-width: 112px;
	}

	.blog_wrap .newstop_wrap {
		margin: 0 !important;
	}

	.blog_wrap .newstop_wrap li a {
		padding-left: 0;
		padding-right: 0;
	}
}

/* 20200408 */
.bannar-wrapper {
	position: absolute;
	top: -43px;
	right: 0;
}

.bannar-wrapper ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.footer-navigation,
.credits-wrapper {
	margin-right: 300px;
}

.footer-navigation .footer-menu {
	max-width: 550px;
}

.f-banner1 {
	width: 250px;
	height: auto;
}

.f-banner2 {
	margin: 9px 0;
}

@media (max-width: 1449px) {
	.bannar-wrapper {
		top: -33px;
		right: 60px;
	}
}

@media (max-width: 1330px) {
	.bannar-wrapper {
		position: relative;
		margin-top: 20px;
		top: -50px;
		right: 74px;
	}

	.footer-navigation .footer-menu {
		max-width: 610px;
	}

	.footer-navigation,
	.credits-wrapper {
		margin-right: 0;
	}

	.bannar-wrapper ul {
		flex-direction: row;
		align-items: center;
	}

	.bannar-menu li {
		padding: 0;
		margin: 0;
	}

	.bannar-menu .f-banner1 img {
		height: 60px;
	}

	.bannar-menu .f-banner2 {
		margin: 0 10px;
		padding: 0;
	}
}

@media (max-width: 1126px) {
	.bannar-wrapper {
		margin-top: 70px;
	}
}

@media (max-width: 1023px) {
	.bannar-wrapper {
		width: fit-content;
		margin: 80px auto 0 15%;
	}

	.bannar-wrapper ul {
		width: fit-content;
	}

	.f-banner1 {
		width: fit-content;
	}
}

@media (max-width: 768px) {
	.bannar-wrapper ul {
		flex-direction: column;
	}

	/* .bannar-menu .f-banner1 img {
		height: auto;
		width: 234px;
	} */
}

@media (max-width: 650px) {
	.bannar-wrapper {
		margin: 80px auto 0 31%;
	}

	.bannar-menu .f-banner2 {
		margin: 10px 0;
	}
}

@media (max-width: 575px) {
	.bannar-wrapper {
		margin: 80px auto 0 41%;
	}
}

@media (max-width: 425px) {
	.bannar-wrapper {
		width: 100%;
		margin: 80px auto 0 37%;
	}
}

@media (max-width: 375px) {
	.bannar-wrapper {
		margin: 80px auto 0 35%;
	}
}

@media (max-width: 320px) {
	.bannar-wrapper {
		margin: 80px auto 0 32%;
	}
}

/* 20241030 補助事業ページ追加 */
.jka-title {
	margin-right: 1rem;
}

#post-918 .container p {
	margin: 0 auto;
	width: fit-content;
}

#post-918 .container ul {
	margin-left: 2rem;
	margin: 0 auto;
	width: fit-content;
}

#post-918 .container li {
	text-indent: -1.4rem;
	padding-left: 1.4rem;
}

.jka-imgflex {
	display: flex;
	max-width: 700px;
	margin: 20px auto 0 auto;
	flex-wrap: wrap;
}

.jka-imgflex img {
	width: calc(50% - 10px);
	margin: 5px;
}

.jka-place {
	margin: 0 auto;
	width: fit-content;
}

#post-918 table {
	width: fit-content;
	margin: 0 0 24px;
	margin: 0 auto 1.5rem auto;
}

.page-id-20 #slider .slides li img {
	top: 113% !important;
}

footer .bannar-wrapper {
	position: relative;
	top: 0;
	right: 0;
	margin: 40px auto 0 auto;
}

.bannar-wrapper ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.bannar-wrapper ul li:not(.f-banner2) {
	margin-left: unset;
	padding-left: 0;
}

.bannar-wrapper ul li img {
	height: 60px;
	object-fit: contain;
}

.f-banner1 {
	width: auto;
}

.f-banner2 {
	margin: 0 10px;
	padding-left: 0;
}

.f-banner3 {
	margin: 0;
	padding: 0;
	margin: 0 10px;
}

.footer-navigation,
.credits-wrapper {
	margin-right: 0;
}

@media (max-width: 1440px) {
	.page-id-20 #slider .slides li img {
		top: 95% !important;
	}
}

@media (max-width: 1330px) {
	.bannar-menu li {
		margin: 0 10px;
	}

	.bannar-menu .f-banner1 {
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.bannar-wrapper ul {
		flex-direction: column;
	}

	.bannar-menu .f-banner1 img {
		height: auto;
	}

	.bannar-wrapper ul li img {
		height: auto;
		object-fit: unset;
	}

	.bannar-menu li {
		margin: 0 10px;
		width: 234px;
	}

	.bannar-menu .f-banner2,
	.bannar-menu li {
		margin: 5px 0;
	}
}

@media (max-width: 600px) {
	#post-918 .entry-header {
		padding: 0 10px;
	}

	#post-918 .container tr td {
		display: block;
	}

	.jka-imgflex {
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: center;
	}

	.jka-imgflex img {
		width: -webkit-fill-available;
		margin: 5px 0;
	}

	.page-id-20 #slider .slides li img {
		top: 113% !important;
	}

	footer .bannar-wrapper {
		display: flex;
		justify-content: center;
	}
}