@charset "utf-8";
/* CSS Document */
/* a {
	pointer-events: none;
} */
.post_content figure.wp-block-image {
	border-radius: 20px;
	overflow: hidden;
}
.mark_yellow {
    background: -webkit-linear-gradient(transparent 70%, #fff15a 0%);
    background: linear-gradient(transparent 70%, #fff15a 0%);
}
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
	display: unset;
}
#menu_btn,
#menu_btn span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
#menu_btn {
	width: 110px;
	height: 110px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
	cursor: pointer;
	background: url(../../../../uploads/bg_green.gif) #2db6ac;
	background-size: 50px;
	border-radius: 0 0 0 20px;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
#menu_btn:hover {
	filter: brightness(130%);
}
.open #menu_btn {
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	opacity:1;
}
#menu_btn span {
	position: absolute;
    left: 30%;
    width: 45%;
	height: 2px;
	background-color: #fff;
}
#menu_btn span:nth-of-type(1) {
	top: 10px;
}
#menu_btn span:nth-of-type(2) {
	top: 20px;
}
#menu_btn span:nth-of-type(3) {
	top: 30px;
}
.open #menu_btn span:nth-of-type(1) {
	-webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
	top: 18px;
}
.open #menu_btn span:nth-of-type(2) {
	opacity: 0;
}
.open #menu_btn span:nth-of-type(3) {
	-webkit-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg);
	top: 25px;
}
#menu_btn em {
	font-size: 0.8rem;
	font-family: 'M PLUS Rounded 1c' , 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	color: #fff;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	left: 2.5px
}
#menu {
	background: rgb(255 255 255 / 95%);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity .9s ease, visibility .9s ease;
	transform: scale(0.9);
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.open #menu {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
#menu > div {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu > div p {
	color: #fef0e1;
}
#menu ul.c-gnav {
	display: block;
	height: auto;
	text-align: left;
	border-right: solid 1px #eaeaea;
	padding-right: 10%;
	margin-right: 10%;
}
#menu ul.c-gnav li {
  margin: 0;
	padding: 1em 0;
  opacity: 0;
  transition: opacity .1s ease;
  transform: translateX(10px);
}
#menu ul.c-gnav li a {
	padding: 0.3em 0 0.8em;
	display: inline-block;
}
#menu ul.c-gnav li a br {
	display: none;
}
#menu ul.c-gnav li a .ttl {
	font-size: 1.3rem;
	font-weight: 500;
	font-family: "Kiwi Maru", 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
#menu ul.c-gnav li a:hover .ttl {
	color: #2db6ac;
}
#menu ul.c-gnav li a .desc {
	color: #2db6ac;
	font-size: 0.85rem;
	opacity: 1;
	top: 8px;
}
.open #menu #logo, .open #menu ul.c-gnav li, .open #menu #info ul li, .open #menu #info p, .open #menu #info #head_contact {
	opacity: 1;
	transform: translateX(0px);
	transition:  transform 1s ease, opacity .9s ease;
	transition-delay: 0.2s;
}
.open #menu ul.c-gnav li:nth-child(2) {
	transition-delay: 0.25s;
}
.open #menu ul.c-gnav li:nth-child(3) {
	transition-delay: 0.3s;
}
.open #menu ul.c-gnav li:nth-child(4) {
	transition-delay: 0.35s;
}
.open #menu ul.c-gnav li:nth-child(5) {
	transition-delay: 0.4s;
}
.open #menu ul.c-gnav li:nth-child(6) {
	transition-delay: 0.45s;
}
.open #menu ul.c-gnav li:nth-child(7) {
	transition-delay: 0.5s;
}
.open #menu ul.c-gnav li:nth-child(8) {
	transition-delay: 0.55s;
}
.open #menu ul.c-gnav li:nth-child(9) {
	transition-delay: 0.6s;
}
#menu #info {
	text-align: left;
	/* margin-left: 20%; */
}
#menu #logo, #menu #info ul li, #menu #info p, #menu #info #head_contact {
	opacity: 0;
	color: #3e3a39;
}
.open #menu #info p {
	transition-delay: 0.45s;
}
.open #menu #info #head_contact {
	transition-delay: 0.5s;
	margin-top: 1em;
}
#menu #info #head_contact h3 {
	position: relative;
	max-width: 380px;
	text-align: center;
	margin: 0 auto 0.5em;
	font-size: 1rem;
	font-weight: bold;
}
#menu #info #head_contact h3::before, #menu #info #head_contact h3::after {
	content: "|";
  transform: rotate(-25deg);
  display: inline-block;
  margin: 0 0.3em;
  position: relative;
  top: -0.5px;
}
#menu #info #head_contact h3::after {
	transform: rotate(25deg);
}
#menu #info #head_contact .btn {
	background: url(../../assets/img/icon_arrow_wh.svg) no-repeat center right 13px var(--color_link);
    background-size: 14px;
    color: #fff !important;
	max-width: unset;
	margin-top: 0.5em;
}
#menu #info #head_contact .btn:hover {
	filter: brightness(120%);
}
#menu #info #head_contact ul li {
	margin-bottom: 1em;
}
#menu #info #ccopy {
	font-size: 0.95rem;
	letter-spacing: 2px;
}
#menu #info #menu_logo {
  line-height: 1.2;
  margin: 1em auto 2em;
	width: 170px;
}
#menu #info small {
	font-size: 0.9rem;
	position: relative;
	top: -4px;
	margin-right: 3px;
}
#menu #info #menu_tel {
  font-size: 2.4rem;
  font-weight: 500;
	color: #3e3a39;
  margin-left: 10px;
  letter-spacing: 1px;
  text-align: left;
}
#menu #info #menu_tel + p {
	font-size: 0.8rem;
	margin: -12px 0 40px 38px;
}
#menu #info ul li span {
	color: #fff;
	font-size: 1.3rem;
}
#menu .c-gnav>.menu-item>.sub-menu {
	display: none !important;
}
header#header #head_contact {
	position: absolute;
	right: 100px;
	top: 5px;
}
#head_contact h3 {
	color: #2db6ac;
	font-weight: normal;
}
#head_contact #head_tel {
	font-size: 1.67rem;
	font-weight: bold;
	letter-spacing: 3.5px;
	padding-left: 33px;
	background: url(../../assets/img/icon_tel.png) no-repeat center left;
	background-size: 26px;
	color: #493c3c;
	line-height: 1.2;
}
#head_contact address {
	font-size: 0.83rem;
}
header#header #kobe_logo {
	position: absolute;
	width: 60px;
	right: 120px;
	top: 8px;
}
#menu #info #head_contact #head_tel {
	font-size: 2.2rem;
	line-height: 1.6;
}
#content .p-postList h2 {
	background: none;
	font-weight: 500;
	font-size: 1.1rem;
    margin-bottom: 0 !important;
}
#content .p-postList h2.p-postList__title {
    font-size: 1.05rem;
    line-height: 1.4;
    font-weight: bold;
    font-family: 'Noto Sans JP', '游ゴシック', sans-serif, YuGothic, 'Franklin Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
.post_content .bg > div, .post_content .bg02 > div {
	padding-top: 5em;
	padding-bottom: 5em;
}

.post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
	margin: 2em 0 1em;
}
.post_content h2 {
	color: var(--color_main);
    font-size: 2.8rem;
    font-weight: 500;
	font-family: "Kiwi Maru", 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	line-height: 1.3;
}
.post_content h2 em, .post_content h3 em {
	color: #007d74;
}
.post_content h3 {
	color: var(--color_main);
	font-family: "Kiwi Maru", 'Noto Sans JP', '游ゴシック', sans-serif, YuGothic, 'Franklin Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	margin: 1em 0 1em;
	font-weight: 500;
	letter-spacing: 0;
	font-size: 2rem;
	line-height: 1.3;
}
.post_content h2 + h3 {
    margin: 1em 0 1em;
}
.post_content .swell-block-column h3 {
	/* color: #2db6ac;
    font-weight: 500;
    font-size: 1.8rem;
    margin: 0 0 1em;
	background: no-repeat;
    padding: 0; */
}
.post_content .ttl {
	margin-bottom: 3em;
}
.post_content .ttl p {
    color: #3f5553;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 0.2em;
    font-family: "Kiwi Maru", 'Noto Sans JP', '游ゴシック', sans-serif, YuGothic, 'Franklin Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    line-height: 1.5;
}
.post_content .ttl h2 {
	margin: 0;
	/* margin: 0 0 1em !important;
	background: none;
  	padding: 0;
	color: unset;
	font-size: 2rem;
	line-height: 1.2;
    letter-spacing: 3px; */
}
.post_content .bg .ttl h2 {
	color: unset;
}
/* .post_content h3 {
	font-size: 1.7rem;
    margin: 1.5em 0 1em;
    background: none;
    font-weight: 500;
    padding: 0;
    letter-spacing: 2px;
    color: #2db6ac;
    line-height: 1.3;
} */
.post_content h3.is-style-section_ttl {
	color: #2db6ac;
}
.post_content .ttl h3 {
	margin-top: -0.1em;
}
.single .post_content h3 {
	font-size: 1.25rem;
}
.page .post_content h2 + h3, .single .post_content h2 + h3 {
	margin: 1em 0 1em;
}
.post_content h3 {
}
.post_content h4, .post_content h5 {
	font-weight: 500;
    font-family: "Kiwi Maru", 'Noto Sans JP', '游ゴシック', sans-serif, YuGothic, 'Franklin Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
.post_content h5 {
	font-size: 1.25rem;
}
.post_content .bg02 .ttl p {
	color: #fff;
}
.p-postList .p-postList__item .c-tagList {
	margin-top: -0.7em;
	line-height: 1.3;
}
.p-postList .p-postList__item .c-tagList li {
	display: inline-block;
	margin-right: 0.5em;
}
.p-postList .p-postList__item .c-tagList li a {
	font-size: 0.9rem;
}
.p-postList .p-postList__item .c-tagList li a::before {
	content: "#";
}
.l-footer__nav .menu-item-1192, .l-footer__nav .menu-item-1191 {
	display: none !important;
}
.swell-block-linkList.is-style-button .swell-block-linkList__link {
	padding: 0.3em 0.9em;
}
.swell-block-linkList.is-style-button .swell-block-linkList__text {
	color: #2db6ac; 
	font-size: 1rem;
	font-weight: 600;
}
.swell-block-linkList.is-style-button .swell-block-linkList__link svg:not([fill]) {
	fill: #2db6ac;
	margin-left: 8px;
}
.post_content #greeting h2 {
	font-size: 2.2rem;
	margin-top: 0.5em;
}
.post_content #greeting figure {
	position: relative;
}
/* .post_content #greeting figure figcaption {
	position: absolute;
	bottom: 5%;
	color: #fff;
	right: 5%;
	text-align: left;
	opacity: 1;
	font-family: "Kiwi Maru", 'Noto Sans JP', '游ゴシック', sans-serif, YuGothic, 'Franklin Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
} */
.post_content #greeting figure figcaption {
	text-align: center;
	opacity: 1;
	font-family: "Kiwi Maru", 'Noto Sans JP', '游ゴシック', sans-serif, YuGothic, 'Franklin Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
.post_content #greeting figure figcaption strong {
	font-size: 130%;
	font-weight: 500;
}
#cta_bnr {
	position: fixed;
    z-index: 100;
    bottom: -300px;
    right: 15px;
    background: #fff;
    border-radius: 15px;
    border: solid 1px var(--color_main);
    text-align: center;
	font-family: "Kiwi Maru", 'Noto Sans JP', '游ゴシック', sans-serif, YuGothic, 'Franklin Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-weight: 500;
	overflow: hidden;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
[data-scrolled="true"] #cta_bnr {
    bottom: 10px;
}
#cta_bnr h3 {
    background: var(--color_main);
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
	padding: 4px 0 5px;
}
#cta_bnr h4 {
	color: var(--color_main);
	font-weight: 500;
	font-size: 1.3rem;
}
#cta_bnr ul {	
	padding: 0.5em 1em;
}
#cta_bnr ul li a.btn.mail {
	min-width: unset;
    font-size: 1rem;
    padding: 17px 20px 18px 50px;
}
#body_wrap #cta_bnr ul li a.tel {
    font-size: 1.7rem !important;
    background: url(../../../../uploads/icon_tel.png) no-repeat left top 9px;
    background-size: 16px;
    padding: 0 0 0 18px;
}
#cta_bnr ul li a + p {
	font-size: 0.8rem;
	line-height: 1.1;
    margin-bottom: 1em;
}
.post_content p em {
	border-bottom: solid 1px var(--color_link);
	font-weight: bold;
}
@media all and (min-width: 960px){
	.sp, #menu_btn {
		display:none !important;
	}
	.flo {
	  overflow: hidden;
	}
	.flo_r {
	  float: right;
	}
	.flo_l {
	  float: left;
	}
	.w200 {max-width: 200px;}
	.w300 {max-width: 300px;}
	.w400 {max-width: 400px;}
	.w500 {max-width: 500px;}
	.w600 {max-width: 600px;}
	.w700 {max-width: 700px;}
	.w800 {max-width: 800px;}
	.w900 {max-width: 900px;}
	.w1000 {max-width: 1000px;}
	.w1100 {max-width: 1100px;}
	.w1200 {max-width: 1200px;}
	.w200, .w300, .w400, .w500, .w600, .w700, .w800, .w900, .w1000, .w1100, .w1200 {
		margin-left: auto;
		margin-right: auto;
	}

	h2 {
	}


	/* original style------------------------------ */
	.l-header__bar {
		display: none;
	}
	header#header {
		background: none;
	}
	/* [data-scrolled="true"] header#header {
		height: 75px;
	} */
	header#header .l-container {
		/* max-width: none; */
		padding: 0 3vw;
		position: relative;
		max-width: none;
		/* height: 140px; */
	}
	header#header  .l-header__logo .c-catchphrase, footer .l-footer__inner #ft_l #f_logo p {
		/* position: absolute;
		top: 6px;
		left: 22px; */
		text-align: left;
		line-height: 1.3;
		margin: 0;
		font-size: 0.85rem;
		opacity: 1;
		font-weight: bold;
	}
	header#header .l-header__logo {
        margin: 0;
        height: 80px;
        position: relative;
	}
	header#header .l-header__logo a {
		display: block;
		position: relative;
		z-index: 10;
	}
	header#header .l-header__logo #logo, footer .l-footer__inner #ft_l #f_logo a {
		width: 320px;
		display: block;
        margin: 0 0 6px 0;
        text-align: center;
        font-weight: 300;
        position: relative;
	}
	/* header#header .l-header__logo #logo, header#header .l-header__logo .c-headLogo {
		float: left;
    margin-top: 18px;
	} */
	header #gnav {
		/* height: 75px;
		position: absolute;
		width: 100%; */
		border-top: solid 1px #e5e5e5;
	}
	/* [data-scrolled="true"] header #gnav {
		margin-top: 5px;
	} */
	header .c-gnav {
	}
	header .c-gnav>.menu-item:first-child {
	}
	header.-parallel .l-header__gnav .c-gnav>li>a {
		padding: 19px 5px;
	}
	header .c-gnav>.menu-item {
    	height: 80px;
	}
	header .c-gnav>.menu-item>a {
		height: 100%;
		border-bottom: none;
		padding: 0;
		margin: 0 12px;
	}
	header .c-gnav>.menu-item>a:hover {
		color: #2db6ac;
	}
	header .c-gnav>.menu-item>a .ttl {
		font-size: 1rem;
		line-height: 1.3;
		font-weight: bold;
		letter-spacing: 1px;
	}
	header .c-gnav>.menu-item>a .ttl span {
		font-size: 80%;
		display: block;
		font-weight: normal;
	}
	header .c-gnav>.menu-item>a span.desc {
		font-size: 0.8rem;
		opacity: 1;
		color: #2db6ac;
	}
	#body_wrap .c-gnav>.menu-item>a::after {
		position: absolute;
		bottom: 15px;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: #2db6ac;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .3s;
	}
	#body_wrap #menu .c-gnav>.menu-item>a::after {
		bottom: 3px;
	}
	#body_wrap .c-gnav>.menu-item>a:hover::after, #body_wrap .c-gnav>.menu-item>a.current::after {
		transform-origin: left top;
		transform: scale(1, 1);
	}
	.c-gnav>.menu-item>.sub-menu {
		border-radius: 20px;
		width: max-content;
		margin-top: -5px;
		background: #2db6ac;
	}
	.c-gnav>.menu-item>.sub-menu::before {
		position: absolute;
		left: 50%;
		top: -5px;
		margin-left: -10px;
		z-index: 1;
		display: block;
		width: 20px;
		height: 20px;
		border-radius: 5px;
		transform: rotate(45deg);
		background: #2db6ac;
	}
	.c-gnav>.menu-item>.sub-menu li {
		border-top:dashed 1px #f3f3f3;
	}
	.c-gnav>.menu-item>.sub-menu li:first-child {
		border: none;
	}
	.c-gnav>.menu-item>.sub-menu li a {
		background: url(../../assets/img/icon_arrow_wh.svg) no-repeat center right 10px;
		background-size: 10px;
		padding: 0.75em 40px 0.75em 1.5em;
	}
	.c-gnav>.menu-item>.sub-menu li a::before {
		display: none;
	}
	.c-gnav>.menu-item>.sub-menu li a .ttl {
		color: #fff;
		font-weight: 500;
		font-size: 0.95rem;
	}
	header #util_nav {
		position: absolute;
		right: 0px;
		top: 6px;
	}
	header #util_nav li {
		display: inline-block;
		vertical-align: top;
	}
	header #util_nav li a.btn.tel, footer#footer #f_contact .util_nav li a.btn.tel, #cta_bnr ul li a.tel {
        background: url(../../../../uploads/icon_tel.png) no-repeat left top 9px;
        background-size: 18px;
        color: var(--color_text) !important;
        font-size: 2.2rem;
        font-weight: 500;
        padding: 0 25px 0 25px;
        line-height: 1.2;
        max-width: unset;
        margin-top: -4px;
	}
	header #util_nav li a.btn.tel + p {
        font-size: 0.9rem;
        margin-top: -4px;
	}
	header #util_nav li a.btn.tel, header #util_nav li a.btn.mail {
		min-width: unset;
	}
	header #util_nav li a.btn.mail, .wp-block-button .wp-block-button__link, footer#footer #f_contact .util_nav li a.btn.mail, #cta_bnr a.btn.mail {
		max-width: unset;
		background: url(../../../../uploads/icon_mail.png) no-repeat left 18px center #e9b80f;
		background-size: 18px;
		padding: 20px 25px 21px 60px;
		font-size: 1.1rem;
	}
	.wp-block-button .wp-block-button__link {
		font-size: 1.4rem;
		min-width: 420px;
    	padding: 30px 25px 30px 60px;
		font-family: "Kiwi Maru", 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	}
	header #util_nav li a.btn.mail:hover, .wp-block-button .wp-block-button__link:hover, footer#footer #f_contact .util_nav li a.btn.mail:hover, #cta_bnr a.btn.mail:hover {
		background: url(../../../../uploads/icon_mail.png) no-repeat left 18px center #ff7b00;
		background-size: 18px;
	}
	header #copy {
		position: absolute;
        top: 0;
        left: 350px;
        font-size: 0.75rem;
        height: 100%;
        display: flex;
        align-items: center;
        width: calc(100% - 900px);
        text-align: left;
        line-height: 1.5;
	}
	#fix_header {
		box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
	}
	#fix_header #logo img {
		height: 25px;
	}
	#fix_header .c-gnav>.menu-item>a .ttl {
		line-height: 1.2;
		font-weight: bold;
		font-size: 0.9rem;
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	#fix_header .c-gnav>.menu-item>a:hover .ttl {
		color: var(--color_main);
	}
	#body_wrap #fix_header .c-gnav>.menu-item>a::after {
        bottom: 7px;
	}

	#content.l-content {
		/* padding: 120px 0 0; */
		margin: 0 auto;
	}
	#main_content {
		/* max-width: unset; */
	}
	.wp-block-table td, .wp-block-table th {
		vertical-align: middle;
	}
	#before_footer_widget {
		background: #e1edc4;
		margin: 0 auto 0;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#before_footer_widget .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
		margin-left: 50px;
	}
	footer#footer {
		background: transparent;
		color: unset;
		z-index: 10;
		margin-top: 4em;
	}
	footer#footer #f_contact {
		padding: 4em 0;
		background: url(../../../../uploads/bg_contact.jpg);
		background-size: cover;
		text-align: center;
		position: relative;
		color: #fff;
	}
	footer#footer #f_contact hgroup {
		margin-bottom: 20px;
	}
	footer#footer #f_contact hgroup h2 {
		font-size: 3.2rem;
		font-weight: 500;
		line-height: 1.4;
		font-family: "Kiwi Maru", 'Noto Sans JP', '游ゴシック', sans-serif, YuGothic, 'Franklin Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
		color: #fff;
		margin-bottom: 13px;
	}
	footer#footer #f_contact hgroup h2 em {
		position: relative;
	}
	footer#footer #f_contact hgroup h2 em::before {
		content: "●";
        color: #ffee2f;
        font-size: 0.8rem;
        position: absolute;
        left: 50%;
        margin-left: -0.4rem;
        top: -5px;
	}
	footer#footer #f_contact hgroup ul li {
        display: inline-block;
        background: #fff;
        color: var(--color_main);
        border-radius: 50px;
        padding: 0 15px 1px;
        font-size: 1.4rem;
        font-weight: 500;
		margin: 0 3px;
	}
	footer#footer #f_contact > section {
		background: #fff;
		border-radius: 20px;
		padding: 2em;
	}
	footer#footer #f_contact > p {
        font-size: 1.6rem;
        margin: 1.5em 0;
        line-height: 1.5;
	}
	footer .l-footer__inner {
		background: unset;
		padding: 50px 4vw 0;
		color: unset;
		margin-top: unset;
	}
	footer .l-footer__inner p, footer .l-footer__inner a, footer .l-footer__inner address, footer .l-footer__inner dl {
		font-size: 0.9rem;
	}
	footer .l-footer__inner > .flex_cl {
		position: relative;
	}
	footer .l-footer__inner #ft_l {
		width: 40%;
		float: left;
	}
	footer .l-footer__inner #f_info {
		padding: 0 0 3em 0;
	}
	footer .l-footer__inner #ft_l #f_logo {
		margin: 0 0 2em;
	}
	/* footer .l-footer__inner #ft_l #f_logo a {
		font-size: 1.1rem;
		font-weight: 300;
		width: 150px;
		display: block;
	}
	footer .l-footer__inner #ft_l #f_logo p {
		font-size: 1rem;
		font-weight: 500;
		margin: 0.5em 0;
	} */
	footer .l-footer__inner #ft_l #f_logo span {
		font-size: 0.85rem;
		opacity: 0.7;
	}
	footer .l-footer__inner #ft_l ul li {
		margin-bottom: 0.5em;
		line-height: 1.3;
	}
	footer .l-footer__inner #ft_l address {
		margin: 0 0 0.5em;
		font-style: normal;
	}
	footer .l-footer__inner #ft_l dl {
    overflow: hidden;
  }
  footer .l-footer__inner #ft_l dl dt, footer .l-footer__inner #ft_l dl dd {
    float: left;
    margin-bottom: 0.2em;
  }
  footer .l-footer__inner #ft_l dl dt {
    width: 3em;
    clear: both;
  }
  footer .l-footer__inner #ft_l dl dd {
    width: calc(100% - 4em);
  }
	footer .l-footer__inner #ft_r {
		width: 54%;
		min-height: unset;
		float: right;
		max-width: 25em;
	}
	footer .l-footer__inner #ft_r h3 {
		text-align: right;
		font-size: 1.2rem;
		color: #000;
		line-height: 1.8;
		font-weight: 500;
		margin-top: 20px;
	}
	/* footer .l-footer__inner #ft_r .l-footer__nav {
		justify-content: flex-end;
		position: unset;
		bottom: unset;
		right: unset;
		z-index: 100;
		align-items: center;
		padding: 26px 0 0;
		text-align: center;
		line-height: 1.3;
	} */
	footer .l-footer__inner #ft_r .l-footer__nav {
		display: block;
		text-align: left;
	}
	footer .l-footer__inner #ft_r .l-footer__nav li {
		display: inline-block;
		width: 47%;
		vertical-align: top;
	}
	footer .l-footer__inner #ft_r .l-footer__nav a {
		border: none;
		font-weight: 500;
		padding: 0.5em 0;
		font-family: "Kiwi Maru", 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
		font-size: 1rem;
	}
	footer .l-footer__inner #ft_r .l-footer__nav a br {
		display: none;
	}
	footer .l-footer__inner #ft_r .l-footer__nav li .sub-menu {
		display: none;
	}
	footer .l-footer__inner #ft_r h3 {
		text-align: right;
		font-size: 1.3rem;
		color: #fff;
		line-height: 1.8;
		font-weight: 500;
	}
	.l-footer__widgetArea {
		width: 60%;
	}
	footer .l-footer__inner .w-footer__box, footer .l-footer__inner .l-footer__widgetArea {
		padding: 0;
	}
	footer .l-footer__inner .widget_nav_menu ul li {
		float: left;
		min-width: 12em;
	}
	footer .l-footer__inner .widget_nav_menu ul li:nth-child(odd) {
		clear: both;
	}
	footer .l-footer__inner .widget_nav_menu a {
		border: none !important;
	}
	footer .l-footer__inner .widget_nav_menu a br {
		display: none;
	}
	.l-footer a.btn {
		color: #fff ;
	}
	.l-footer a.btn:hover {
		color: #fff ;
	}
	footer .l-footer__inner .l-footer__foot {
		padding-top: 4em;
		padding-bottom: 1em;
	}
	footer .l-footer__inner #com_imfo {
		border-top: solid 1px #eaeaea;
		padding: 3em 0 8em;
	}
	footer .l-footer__inner .copyright {
		padding-top: 0;
		text-align: right;
	}
	footer#footer #f_contact .util_nav li a.btn.mail {
		font-size: 1.4rem;
        min-width: 420px;
        padding: 30px 25px 30px 60px;
	}
	footer#footer #f_contact .util_nav li a.btn.tel {
		font-size: 3rem;
        background: url(../../../../uploads/icon_tel.png) no-repeat left top 14px;
        background-size: 24px;
        padding-left: 32px;
	}
	footer#footer #f_contact .util_nav li a.btn.tel + p {
		color: var(--color_text)
	}

	.btn, [class*=is-style-btn_] a, .swell-block-button__link, .wp-block-button__link {
        color: #fff !important;
        font-size: 1.2rem;
        font-weight: 500;
        position: relative;
        padding: 28px 60px 30px 60px;
        font-family: "Kiwi Maru", 'Noto Sans JP', '游ゴシック', sans-serif, YuGothic, 'Franklin Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        /* max-width: 440px; */
        min-width: 360px;
        line-height: 1.3;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        background: url(../../assets/img/icon_arrow_circle.svg) no-repeat right 18px center var(--color_main);
        background-size: 20px;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        transition: .3s ease-out;
	}
	.btn:hover, .wp-block-button__link:hover, [class*=is-style-btn_] a:hover {
		/* background: url(../../assets/img/icon_arrow.svg) no-repeat center right 13px var(--color_main);
		background-size: 14px; */
		box-shadow: none;
	}
	.bnt.tel {
		background: url(../../assets/img/icon_mail.svg) no-repeat center right 13px #e9b80f;
		background-size: 20px;
	}
	/* .btn::before, .is-style-btn_normal a::before {
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		z-index:1;
		left:0;
		top:0;
		transition:0.5s;
		background: #3785d4;
		background: -moz-linear-gradient(55deg, #3785d4 0%, #41bbe2 100%);
		background: -webkit-linear-gradient(55deg, #3785d4 0%,#41bbe2 100%);
		background: linear-gradient(55deg, #3785d4 0%,#41bbe2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3785d4', endColorstr='#41bbe2',GradientType=1 );
	}
	.btn::after, .is-style-btn_normal a::after {
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		z-index:0;
		left:0;
		top: 0;
		transition:0.5s;
		background: #3785d4;
		background: -moz-linear-gradient(55deg, #41bbe2 0%, #3785d4 100%);
		background: -webkit-linear-gradient(55deg, #41bbe2 0%,#3785d4 100%);
		background: linear-gradient(55deg, #41bbe2 0%,#3785d4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bbe2', endColorstr='#3785d4',GradientType=1 );
	}
	.btn:hover::before, .is-style-btn_normal a:hover::before  {
		opacity: 0;
	} */
	/* .btn span, .is-style-btn_normal a span {
		position: relative;
		width: 100%;
		display: inline-block;
		z-index: 1;
		background: url(../../assets/img/icon_arrow_wh.svg) no-repeat right center;
		background-size: 14px;
	} */
	/* .btn:hover, .wp-block-button__link:hover, [class*=is-style-btn_] a:hover {
		background: url(../../assets/img/icon_arrow_wh.svg) no-repeat center right 10px;
		background-size: 25px;
		color: #fff !important;
		filter: brightness(130%);
	} */
	/* [class*=is-style-btn_] a:hover {
		filter: brightness(130%);
		color: #fff;
		box-shadow: none;
	} */
	a.btn.left {
		margin-left: 0;
	}
	a.btn.right {
		margin-right: 0;
	}
	figure.full_r, .full_r > figure {
		margin-right: calc(50% - 35vw) !important;
	}
	figure.full_l, .full_l > figure {
		margin-left: calc(50% - 35vw) !important;
	}
	/* #body_wrap .p-fixBtnWrap {
		right: unset;
		left: 2.5em;
	} */
}

@media all and (min-width: 768px) {
	.flex_cl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.flex_cl.cl_2 > section, .flex_cl.cl_2 > li {
		width: 47%;
	}
	.flex_cl.cl_3 > section, .flex_cl.cl_3 > li {
		width: 31%;
		margin-bottom: 8%;
	}
	.flex_cl.cl_4 > section, .flex_cl.cl_4 > li {
		width: 23%;
	}
	.flex_cl .od1 {
		order: 1;
	}
	.flex_cl .od2 {
		order: 2;
	}
	.al_cen {
		display: flex;
		align-items: center;
	}
}

@media all and (min-width: 768px) and (max-width: 960px) {
	#menu > div {
		display: block;
	}
	#menu ul.c-gnav {
		text-align: center;
		margin: 0 0 6%;
		padding: 0 0 5%;
		border: none;
		border-bottom: solid 1px #eaeaea;
	}
}
@media all and (min-width: 960px) and (max-width: 1300px) {
	header #copy {
		display: none;
	}
}
@media all and (min-width: 960px) and (max-width: 1050px) {
	header .c-gnav>.menu-item>a .ttl {
		font-size: 0.8rem;
	}
	header#header #kobe_logo {
		display: none;
	}
}

@media all and (min-width: 960px) and (max-width: 1350px) {
	.post_content .bg > div {
		padding: 5em 2vw;
	}
}
