@charset "utf-8";
/* CSS Document */
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
	display: unset;
}
/* a, #menu_btn {
	pointer-events: none;
} */
body #body_wrap {
	background: url(../../../../uploads/bg.png);
	background-size: 750px;
}
#menu_btn,
#menu_btn span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
#menu_btn {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    top: 15px;
    z-index: 1000;
    cursor: pointer;
    background: var(--color_main);
    border-radius: 50%;
	-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: 25%;
	width: 50%;
	height: 1px;
	background-color: #fff;
}
#menu_btn span:nth-of-type(1) {
	top: 18px;
}
#menu_btn span:nth-of-type(2) {
	top: 24px;
}
#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: 20px;
}
.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: 27px;
}
#menu_btn em {
	font-size: 11px;
	color: #fff;
	position: absolute;
	bottom: 7px;
	width: 100%;
	text-align: center;
	letter-spacing: 0;
}
#menu {
	background: rgb(0 17 49 / 90%);
	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 {
	color: var(--color_main);
	font-size: 1.4rem;
	font-weight: normal;
	-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: var(--color_main);
}
#menu ul.c-gnav li a .desc {
	color: var(--color_text);
	font-size: 0.85rem;
	opacity: 1;
	top: 15px;
}
.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;
}
#menu #info {
	text-align: left;
	/* margin-left: 20%; */
}
#menu #logo, #menu #info ul li, #menu #info p, #menu #info #head_contact, #menu #info .btn_sns {
	opacity: 0;
}
.open #menu #info p, .open #menu #info .btn_sns {
	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 {
    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: 220px;
}
#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 {
    font-size: 1rem;
    background: #f9d300;
    border-radius: 50px;
    color: var(--color_main);
    position: absolute;
    top: -15px;
    z-index: 1;
    left: calc(50% - 55px);
    padding: 0.1em 1em;
} */
#menu .c-gnav>.menu-item>.sub-menu {
	display: none !important;
}
header#header + .cta_btn {
	position: fixed;
    top: 30px;
    right: 30px;
    font-weight: 500;
    z-index: 100;
    width: 250px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: url(../../../../uploads/icon_consul.png) no-repeat left 20px center var(--color_main);
    background-size: 25px;
    color: #fff !important;
    padding: 0 0 0 20px;
    overflow: unset;
    min-width: unset; */
}
header#header + .cta_btn:hover {
	filter: brightness(120%);
}
/* header#header + .cta_btn span {
    position: absolute;
    top: -14px;
    background: #f9d300;
    border-radius: 50px;
    color: var(--color_main);
    padding: 4px 12px;
    font-size: 0.85rem;
    margin-left: -20px;
    font-weight: bold;
}
header#header + .cta_btn span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    margin-left: -5px;
    z-index: -1;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    transform: rotate(45deg);
    background: #f9d300;
} */
header#header #head_contact {
	position: absolute;
	right: 100px;
	top: 5px;
}
#head_contact h3 {
	color: var(--color_main);
	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: 1rem;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 0.5em;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
.post_content > .wp-block-group {
    padding-top: 4em;
    padding-bottom: 4em;
}
.post_content > .wp-block-group.alignfull {
	padding: 4em var(--swl-pad_post_content,0) !important;
	margin-bottom: 0;
}

.post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
}
.post_content h2 {
    font-size: 2.4rem;
	margin: 2em 0 1em !important;
	color: #d8c382;
    background: -webkit-linear-gradient(0deg, #d8c382, #e8dec8, #d8c382);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wp-block-group.has-swl-main-background-color h2 {
	color: #fff;
}
.post_content h3 {
	margin: 2em 0 1em;
	color: var(--color_main);
	font-size: 1.8rem;
	font-weight: normal;
}
.post_content h2 + h3 {
    margin: 1em 0 1em;
}
.post_content .swell-block-column h3 {
    font-size: 1.3rem;
    margin: 0 0 1em;
}
.post_content .ttl {
	margin-bottom: 1em;
	text-align: center;
}
.post_content .ttl p {
    color: var(--color_main);
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 0.2em;
    line-height: 1.5;
    font-family: Garamond, "Times New Roman", "游明朝", 'Noto Serif Japanese', "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.post_content .ttl h2 {
    margin: 0 0 1em !important;
    padding: 0;
    /* color: unset; */
    font-size: 2.8rem;
    line-height: 1.2;
    /* letter-spacing: 3px; */
    font-weight: normal;
	display: inline-block;
}
.post_content .bg .ttl h2, .post_content .bg .ttl p {
	color: #fff;
}
/* .post_content h3 {
	font-size: 1.7rem;
    margin: 1.5em 0 1em;
    background: none;
    font-weight: 500;
    padding: 0;
    letter-spacing: 2px;
    color: var(--color_main);
    line-height: 1.3;
} */
.post_content h3.is-style-section_ttl {
	color: var(--color_main);
}
.post_content .ttl h3 {
	margin-top: -0.1em;
}
.single .post_content h3 {
}
.page .post_content h2 + h3, .single .post_content h2 + h3 {
	margin: 1em 0 1em;
}
.post_content h3::before {
}
.post_content h4 {
}
.page .post_content h5 {
	font-size: 1.1rem;
	margin: 1.5em 0 0.5em;
}
.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: var(--color_main); 
	font-size: 1rem;
	font-weight: 600;
}
.swell-block-linkList.is-style-button .swell-block-linkList__link svg:not([fill]) {
	fill: var(--color_main);
	margin-left: 8px;
}
.p-postList.-type-simple .p-postList__link:hover {
	background: none;
}
.p-postList.-type-simple .p-postList__link:hover h2.p-postList__title {
	color: var(--color_main);
}
.p-postList .p-postList__meta :before {
	display: none;
}
.p-postList .p-postList__cat {
	background: var(--color_main);
    border-radius: 50px;
    color: #fff;
    padding: 4px 15px;
}
.btn, [class*=is-style-btn_] a, .swell-block-button__link, .wp-block-button__link, .swell-block-button.is-style-btn_line a:hover {
	color: #fff !important;
	font-size: 1rem;
	position: relative;
	padding: 26px 40px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	/* max-width: 300px; */
    min-width: 300px;
    line-height: 1.3;
    display: inline-block;
	text-align: center;
	overflow: hidden;
	/* background: url(../../../../uploads/icon_arrow.png) no-repeat right 20px center var(--color_main);
	background-size: 25px; */
	background: linear-gradient(90deg, #ba9d1b 0%, #dac464 50%, #ba9d1b 100%);
	border: solid 4px rgb(100 85 18 / 40%);
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
	font-family: 'Noto Serif JP', "游明朝" , Garamond , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.btn span, [class*=is-style-btn_] a span, .swell-block-button__link span, .wp-block-button__link span, .swell-block-button.is-style-btn_line a:hover span {
	background: url(../../../../uploads/icon_cane.png) no-repeat right center;
	background-size: 25px;
	padding-right: 32px;
	text-shadow: 0px 0.5px 1px rgb(79 65 8);
	font-weight: bold;
}
/* .swell-block-button.is-style-btn_line a {
	background: url(../../../../uploads/icon_arrow_gr.png) no-repeat right 20px center #fff;
	background-size: 25px;
	color: var(--color_main) !important;
	border: none;
}
.swell-block-button.btn_cta a {
    background: url(../../../../uploads/icon_arrow_gr.png) no-repeat right 20px center #f9d300;
    background-size: 25px;
    color: var(--color_main) !important;
} */
.btn:hover, .wp-block-button__link:hover, [class*=is-style-btn_] a:hover {
	filter: brightness(120%);
}
/* .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;
} */
footer#footer #f_contact {
    text-align: center;
    position: relative;
    padding: 3.5em 3em 4em;
    background: rgb(0 0 0 / 50%);
}
footer#footer #f_contact .ttl h2 {
	font-size: 2.6rem;
	line-height: 1.4;
}
footer#footer #f_contact .ttl p {
	color: var(--color_main);
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 0.25em;
    line-height: 1.5;
    font-family: Garamond, "Times New Roman", "游明朝", 'Noto Serif Japanese', "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* footer#footer #f_contact a.btn {
    width: 370px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../../../../uploads/icon_consul_gr.png) no-repeat left 20px center #fff;
    background-size: 29px;
    color: var(--color_main) !important;
    padding: 0 0 0 20px;
    overflow: unset;
    min-width: unset;
    position: relative;
    margin: 2em auto 0;
    font-weight: bold;
    font-size: 120%;
}
footer#footer #f_contact a.btn span {
	position: absolute;
	top: -14px;
	background: #f9d300;
	border-radius: 50px;
	color: var(--color_main);
	padding: 4px 12px;
	font-size: 1rem;
	margin-left: -20px;
}
footer#footer #f_contact a.btn span::before {
	content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -7px;
    z-index: 0;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    transform: rotate(45deg);
    background: #f9d300;
}
footer#footer #f_contact a.btn span em {
	background: #f9d300;
	position: relative;
}
footer#footer #f_contact a.btn:hover {
	filter: unset;
	background: url(../../../../uploads/icon_consul.png) no-repeat left 20px center var(--color_main);
    background-size: 29px;
    color: #fff !important;
} */
/* .post_content .swell-block-column p {
	line-height: 1.8;
} */
.post_content figure.wp-block-image, .post_content figure.wp-block-embed, .post_content .-type-card .p-postList__thumb {
     border: solid 7px rgb(0 8 26 / 50%);
}
.post_content .p-postList .p-postList__title {
	font-family: 'Noto Serif JP', "游明朝" , Garamond , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 1.2rem;
}
header .btn_sns {
    position: absolute;
    right: 390px;
    top: 38px;
}
.btn_sns li a {
    color: var(--color_text);
    font-size: 1.2rem;
}
.btn_sns li a:hover {
	color: var(--color_main);
}
@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 {
		position: absolute;
		background: none;		
	}
	header#header::after {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 140px;
		display: block;
		background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 100%, rgba(255, 255, 255, 0) 120%);
	}
	/* [data-scrolled="true"] header#header {
		height: 75px;
	} */
	header#header .l-container {
		position: relative;
		max-width: none;
		height: 90px;
		padding: 15px 2vw 0;
	}
	header#header  .l-header__logo .c-catchphrase {
        position: absolute;
        top: 13px;
        left: 160px;
        text-align: left;
        line-height: 1.5;
        margin: 0;
        font-weight: 500;
        font-size: 0.7rem;
        opacity: 1;
        color: var(--color_text);
        width: 21em;
	}
	header#header .l-header__logo {
        padding: 0;
        margin: 0;
		position: relative;
	}
	header#header .l-header__logo a {
		display: block;
		position: relative;
		z-index: 10;
	}
	header#header .l-header__logo #logo {
		width: 150px;
        display: block;
        margin: -10px 0 0 0;
	}
	/* 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%;
	}
	/* [data-scrolled="true"] header #gnav {
		margin-top: 5px;
	} */
	header .c-gnav {
		justify-content: center;
		/* margin-right: 7%; */
	}
	header .c-gnav>.menu-item:first-child {
	}
	header.-parallel .l-header__gnav .c-gnav>li>a {
		padding: 19px 15px;
	}
	header .c-gnav>.menu-item {
    	height: 90px;
	}
	header .c-gnav>.menu-item.menu-item-3306 {
		display: none;
	}
	header .c-gnav>.menu-item>a {
		height: 100%;
		border-bottom: none;
		padding: 0;
		margin: 0 12px;
		color: #36260b;
	}
	header .c-gnav>.menu-item>a:hover .ttl {
		/* color: var(--color_main); */
	}
	header .c-gnav>.menu-item>a .ttl {
        font-size: 1.3rem;
        line-height: 1;
        letter-spacing: 0.5px;
		color: var(--color_main);
		font-family: Garamond , "Times New Roman", "游明朝" ,'Noto Serif Japanese',  "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
	}
	header .c-gnav>.menu-item>a .ttl span {
		font-size: 80%;
		display: block;
		font-weight: normal;
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	header .c-gnav>.menu-item>a span.desc {
		font-size: 0.8rem;
		opacity: 1;
		color: var(--color_text);
	}
	#body_wrap .c-gnav>.menu-item>a::after {
		position: absolute;
		bottom: 13px;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: var(--color_main);
		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: -15px;
	}
	.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: #fff;
	}
	.c-gnav>.menu-item>.sub-menu li {
		border-top:solid 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_blu.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: #3c3c3c;
		font-weight: 500;
		font-size: 0.95rem;
	}
	.tel span {
		font-size: 0.7rem;
		display: block;
		padding-left: 30px;
	}
	.tel a {
		font-size: 1.5rem;
		background: url(../../../../uploads/icon_tel.png) no-repeat center left;
		background-size: 24px;
		padding-left: 30px;
	}

	#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: var(--color_text);
		z-index: 10;
		margin-top: 0;
	}
	/* footer#footer #f_contact a.btn {
		background: url(../../assets/img/icon_arrow_gre.svg) no-repeat center right 20px #fff;
		background-size: 14px;
		max-width: unset;
		font-size: 1rem;
		font-weight: 600;
		max-width: 350px;
		padding: 30px 25px 30px 10px;
		width: 100%;
		border: none;
	}
	footer#footer #f_contact a.btn:hover {
		background: url(../../assets/img/icon_arrow_wh.svg) no-repeat center right 20px var(--color_main);
		background-size: 14px;
		color: #fff;
	} */
	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 {
		width: 250px;
		margin: 0;
	}
	footer .l-footer__inner #ft_l #f_logo a {
        width: 150px;
        display: block;
        margin: 0 0 1em;
	}
	footer .l-footer__inner #ft_l #f_logo p {
        font-size: 0.74rem;
        margin: -10px 0 0 54px;
        font-weight: 500;
	}
	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: 26em;
	}
	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: 600; */
		padding: 0.5em 0;
		font-size: 1rem;
		font-family: Garamond , "Times New Roman", "游明朝" ,'Noto Serif Japanese',  "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
		color: var(--color_text);
	}
	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;
	}
	footer#footer #f_contact ul li:nth-child(1) {
		background: url(../../../../uploads/icon_tel.svg) no-repeat top 7px left;
		background-size: 40px;
	}
	footer#footer #f_contact ul li a.btn.tel {
		font-size: 3rem;
		position: relative;
		color: #d8c382 !important;
		background: -webkit-linear-gradient(0deg, #d8c382, #e8dec8, #d8c382);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		line-height: 1;
		padding: 0 0 0 25px;
		letter-spacing: 1px;
		border: none;
		border-radius: 0;
	}
	footer#footer #f_contact ul li a.btn.tel + p {
		margin: -2px 0 0 -14px;
		font-size: 1rem;
		letter-spacing: 2px;
	}
	.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 #38476c;
		padding: 3em 0 8em;
	}
	footer .l-footer__inner .copyright {
		padding-top: 0;
		text-align: right;
	}
	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 .swell-block-columns__inner {
        align-items: center;
        display: flex;
    }
}

@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: 1150px) {
	header .c-gnav>.menu-item.menu-item-2561 {
		display: none;
	}
}
@media all and (min-width: 960px) and (max-width: 1050px) {
	header .c-gnav>.menu-item>a {
        margin: 0 7px;
	}
	/* 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;
	}
}
