@charset "utf-8";
/* CSS Document */

#menu_btn,
#menu_btn span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
#menu_btn {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
	cursor: pointer;
	background: var(--color_main);
	background: #e6e6ff;
	/* border-radius: 50%; */
}
.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: 2px;
	background-color: var(--color_text);
}
#menu_btn span:nth-of-type(1) {
	top: 15px;
}
#menu_btn span:nth-of-type(2) {
	top: 22px;
}
#menu_btn span:nth-of-type(3) {
	top: 29px;
}
.open #menu_btn span:nth-of-type(1) {
	-webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
	top: 15px;
}
.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: 22px;
}
#menu_btn em {
	font-size: 11px;
	color: var(--color_text);
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
}
#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.1rem;
	font-weight: bold;
	color: var(--color_text);
}
#menu ul.c-gnav li a:hover .ttl {
	color: var(--color_main);
}
#menu ul.c-gnav li a .desc {
	color: var(--color_link);
	font-size: 0.85rem;
	opacity: 1;
	top: 8px;
	margin-left: 1px;
}
.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 #info ul li, #menu #info p, #menu #info #head_contact {
	opacity: 0;
	color: var(--color_text);
}
.open #menu #info p {
	transition-delay: 0.45s;
}
.open #menu #info #head_contact {
	transition-delay: 0.5s;
	margin-top: 1em;
}
#menu #info #ccopy {
	font-size: 0.95rem;
	letter-spacing: 2px;
}
#menu #info #menu_logo {
	font-size: 1.7rem;
  line-height: 1.2;
  margin: 0.5em auto 1em;
  width: 260px;
}
#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: var(--color_text);
  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: var(--color_main);
	font-size: 1.3rem; */
}
#menu .c-gnav>.menu-item>.sub-menu {
	display: none !important;
}
header#header #head_contact {
    position: fixed;
    padding: 3px 1vw 7px 15px;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 0 5px;
	z-index: 10;
}
#head_contact h3 {
	font-weight: normal;
	text-align: center;
	font-family: 'Shippori Mincho' , 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#head_contact h3 em {
	color: var(--color_main);
	font-weight: bold;
	font-size: 110%;
}
#head_contact h3 em::before, #head_contact h3 em::after {
	content: "|";
	transform: rotate(-25deg);
	display: inline-block;
	margin: 0 0.2em;
	position: relative;
	top: -0.5px;
}
#head_contact h3 em::after {
	transform: rotate(25deg);
}
#head_contact ul li {
	margin-bottom: 0;
}
#head_contact #head_tel, .post_content .tel a {
    font-size: 2rem;
    font-weight: 500;
	padding-left: 26px;
    background: url(../../../../uploads/icon_tel.svg) no-repeat top 5px left;
    background-size: 20px;
    color: var(--color_text);
    line-height: 1;
    float: left;
    font-family: "Times New Roman", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    position: relative;
    top: 11px;
}
.post_content .tel a {
	font-size: 2.7rem;
    background: url(../../../../uploads/icon_tel.svg) no-repeat top 10px left;
    background-size: 26px;
    /* top: 14px; */
    padding-left: 32px;
    float: unset;
}
#head_contact #head_tel small {
	display: block;
	font-size:0.8rem;
	letter-spacing: 0;
}
#head_contact .btn, #f_contact ul li .btn {
	font-size: 1rem;
	font-weight: 500;
	width: 250px;
	min-width: unset;
	padding: 16px 20px 17px 35px;
	margin-left: 10px;
	background: url(../../../../uploads/icon_pen.svg) no-repeat center left 20px #e6e6ff;
	background-size: 20px;
	border-radius: 0;
}
#head_contact .btn {
	float: right;
}
#head_contact .btn {
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
}
#head_contact .btn.reserve {
	background: url(../../../../uploads/icon_pen.svg) no-repeat center left 20px #e6e6ff;
	background-size: 20px;
}
#head_contact .btn.line {
	background: url(../../../../uploads/icon_line.svg) no-repeat center left 20px #e6e6ff;
	background-size: 28px;
}
#head_contact .btn:hover {
	/* background: url(../../../../uploads/icon_mail.svg) no-repeat center left 20px var(--color_list_triangle);
	background-size: 20px; */
	filter: brightness(110%);
}
#head_contact .btn::after, #head_contact .btn::before {
	display: none;
}
#head_contact address {
	font-size: 0.83rem;
}
#menu #info #head_contact h3 em {
	display: block;
}
#menu #info #head_contact #head_tel {
	font-size: 2.2rem;
	line-height: 1.6;
	float: none;
    display: block;
	background: url(../../../../uploads/icon_tel.svg) no-repeat top 16px left;
    background-size: 28px;
	margin: 0 auto;
    width: 8.5em;
}
#menu #info #head_contact #head_tel + p {
	text-align: center;
	margin: -10px 0 15px;
}
#menu #info #head_contact .btn {
	float: none;
	margin: 0 auto 1em;
    max-width: 320px;
	width: 100%;
}
#head_contact .btn, #f_contact ul li .btn {
	padding: 18px 20px 17px 35px;
}
footer .copyright {
	padding-bottom: 1em;
}
.post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
	font-family: Garamond , "游明朝" , 'Noto Serif Japanese',  "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 500;
	color: var(--color_text);
}
.post_content h2 {
    font-size: 2rem;
	margin: 2em 0 1em !important;
}
.wp-block-group.has-swl-main-background-color h2 {
	color: #fff;
}
.post_content h3, .post_content .alignfull h3 {
	margin: 2em 0 1em;
	font-size: 1.6rem;
}
.post_content h2 + h3 {
    margin: 1em 0 1em;
}
.post_content .swell-block-column h3 {
    margin: 1em 0 0.75em;
	font-size: 1.3rem;
}
.post_content .ttl {
	margin-bottom: 2em;
	text-align: center;
}
.post_content .ttl > div {
	display: inline-block;
	text-align: left;
}
.post_content .ttl:not(.ja) p {
    color: var(--color_main);
    font-size: 2.2rem;
    font-weight: normal;
    margin: 0 0 0.1em 3px;
    line-height: 1.5;
    font-family: "Hurricane";
}
.post_content .ttl h2 {
    margin: 0 0 1em !important;
    color: var(--color_text);
    background: url(../../../../uploads/brushstrokes_lave.svg) no-repeat bottom right;
    background-size: 130px;
    padding: 0 0 0.4em 0;
}
.post_content .ttl.ja h2 {
	margin: 0 !important;
}
.post_content .ttl.ja p {
	font-weight: 500;
	font-size: 110%;
}
.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 {
	font-size: 1.25rem;
}
.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 p em {
    border-bottom: solid 1px #e3ca53;
    font-weight: bold;
}
ul.btn_sns {
	display: flex;
}
#header ul.btn_sns {
	position: absolute;
    right: 160px;
    top: 2px;
}
footer ul.btn_sns {
	margin-top: 1em;
}
ul.btn_sns li {
    margin-right: 5px;
}
ul.btn_sns li a {
	font-size: 1rem;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #3b5998;
}
ul.btn_sns li a.icon-instagram {
	background: #e4405f;
}
ul.btn_sns li a.icon-tiktok {
    background: #000;
}
ul.btn_sns li a.icon-youtube {
	background: #ea3323;
}
ul.btn_sns li a.icon-line {
    background: #00c300;
}
ul.btn_sns li a:hover {
	filter: brightness(120%);
}
ul.btn_sns li a::before {
	color: #fff;
}
.mark_orange {
    background: -webkit-linear-gradient(transparent 64%, #fdf5ad 0%);
    background: linear-gradient(transparent 64%, #fdf5ad 0%);
}
.post_content .iframe {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.post_content .iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.p-blogParts {
	margin: 0;
}
.p-blogParts .post_content .read .ttl {
	margin: 0 !important;
}
/* 全体 */
.bogo-language-switcher{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:50px; /* テキストとテキストの間 */
    list-style:none;
    margin: 5px 0;
    padding: 0;
    position: relative;
    float: right;
    font-size: 0.9rem;
}
.bogo-language-switcher + ul {
	clear: both;
}
.bogoflags:before {
	display: none;
}

/* liの余白削除 */
.bogo-language-switcher li{
    margin:0;
    padding:0;
}

/* 言語名 */
.bogo-language-switcher .bogo-language-name,
.bogo-language-switcher .bogo-language-name a{
	color:var(--color_text);
	text-decoration:none;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
	font-weight: bold;
}
.bogo-language-switcher .bogo-language-name a{
	opacity: 0.3;
}
.bogo-language-switcher .bogo-language-name a.current {
	pointer-events: none;
	opacity: 1;
}
.bogo-language-switcher .bogo-language-name a:hover {
	/* color: var(--color_main); */
	opacity: 1;
}

/* スイッチ本体 */
.bogo-language-switcher::before{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:36px;
    height:14px;
    background:var(--color_text);
    border-radius:999px;
}

/* 白丸 */
.bogo-language-switcher::after{
    content:"";
    position:absolute;
    left:calc(50% - 25px + 4px);
    top:50%;
    transform:translateY(-50%);
    width:8px;
    height:8px;
    background:#fff;
    border-radius:50%;
    transition:.3s;
}

/* 英語が現在 */
.bogo-language-switcher:has(.en.current)::after{
    left:calc(50% - 15px);
}

/* 日本語が現在 */
.bogo-language-switcher:has(.ja.current)::after{
    left:calc(50% + 6px);
}

.bogo-language-switcher li span {
	margin: 0;
}
.bogo-language-switcher li span:first-child {
	display: none;
}

/* 親 */
.tate{
    display:flex;
    justify-content:center; /* 左右中央 */
}

/* 内側 */
.tate > .wp-block-group__inner-container{
    display: flex;
    flex-direction: row-reverse; /* 段落を右から並べる */
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

/* 縦書き */
.tate p {
    writing-mode:vertical-rl;
    text-orientation:upright;
    margin:0 1em;
	line-height: 2;
}
.tate p em {
  border-right: solid 1px #e3ca53;
  border-bottom: none;
}
.btn, [class*=is-style-btn_] a, .swell-block-button__link a, .wp-block-button__link {
	background: url(../../../../uploads/bg_btn_lave.svg) no-repeat center;
	background-size: contain;
	color: var(--color_text) !important;
	font-size: 1.1rem;
	font-weight: normal;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.3;
	padding: 25px 60px 25px 40px;
	border: none;
	border-radius:0;
	min-width: 380px;
	display: inline-block;
	text-align: center;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
}
.btn span, [class*=is-style-btn_] a span, .swell-block-button__link a span, .wp-block-button__link span {
	background: url(../../../../uploads/arrow.svg) no-repeat center right;
    background-size: 25px;
    padding-right: 35px;
    font-weight: 500;
}
.btn:hover, [class*=is-style-btn_] a:hover, .swell-block-button__link:hover, .wp-block-button__link:hover {
	box-shadow: none;
	filter: brightness(105%);
}
.post_content .is-style-check_list li {
    background: url(../../../../uploads/icon_check.svg) no-repeat top 7px left;
    background-size: 20px;
    margin: 0;
    padding: 0.3em 1.5em 0.3em 1.5em;
}
.post_content .is-style-check_list li::before {
	display: none;
}
.post_content .has-swl-main-thin-background-color {
	background: url(../../../../uploads/bg_wa.jpg);
    background-size: contain;
}
.post_content #feat .swell-block-column.txt {
	background: #fff;
	padding: 0 3em 3em;
	position: relative;
	z-index: 10;
}
.post_content #feat .swell-block-columns:nth-child(odd) .swell-block-column.txt {
	margin: 4em -4em 2em 0 !important;
}
.post_content #feat .swell-block-column.txt h3 {
	color: #D7AB18;
}
.post_content #feat .swell-block-column.txt .num {
    font-family: "Smooch";
    color: #D7AB18;
    font-size: 10rem;
    margin: -50px 0 0 !important;
    line-height: 0.7;
    opacity: 0.4;
    position: relative;
}
#f_contact ul li {
	margin-bottom: 0;
}
#f_contact ul li a.btn {
	background: url(../../../../uploads/icon_pen.svg) no-repeat center left 20px #fff;
	background-size: 20px;
	font-weight: 500;
	font-size: 1.15rem;
    min-width: unset;
    padding: 20px 20px 17px 35px;
}
#f_contact ul li a.btn.line, .post_content .swell-block-button.line a {
	background: url(../../../../uploads/line_fuki.svg) no-repeat center right #fff;
	background-size: contain;
    padding-right: 100px !important;
}
.post_content .swell-block-button.line a {
	background: url(../../../../uploads/line_fuki.svg) no-repeat center right #e3f1e4;
	background-size: contain;
}
#f_contact ul li a.btn.line span, .post_content .swell-block-button.line a span {
	background: url(../../../../uploads/icon_line.svg) no-repeat center left;
	background-size: contain;
	padding: 10px 30px 10px 50px;
}
#f_contact ul li a.btn:hover {
	background: url(../../../../uploads/icon_pen.svg) no-repeat center left 20px var(--color_list_triangle);
	background-size: 20px;
}
#f_contact ul li a.btn.line:hover, .post_content .swell-block-button.line a:hover {
	background: url(../../../../uploads/line_fuki.svg) no-repeat center right var(--color_list_triangle);
	background-size: contain;
}
.post_content .has-swl-main-thin-background-color, .post_content .has-swl-main-thin-background-color p, .post_content table thead th {
	color: var(--color_text);
}

@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 {
		/* border-bottom: solid 3px var(--color_main); */
	}
	/* [data-scrolled="true"] header#header {
		height: 75px;
	} */
	header#header .l-container {
		/* max-width: none;
		padding: 0 2vw; */
		position: relative;
	}
	.-parallel-bottom .l-header__inner {
    	padding-top: 0;
	}
	header#header .l-header__logo .c-catchphrase {
        line-height: 1.3;
        margin-top: 0;
        font-weight: normal;
        opacity: 1;
        letter-spacing: 0;
        position: absolute;
        left: 350px;
        font-size: 0.8rem;
        height: 90px;
        display: flex;
        align-items: center;
        width: calc(100% - 1120px);
        text-align: left;
	}
	header#header .l-header__logo {
        display: block;
        padding: 0 2vw;
        height: 90px;
        /* max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2); */
	}
	header#header .l-header__logo #logo {
		width: 300px;
		display: block;
	}
	header#header .l-header__logo #logo, header#header .l-header__logo .c-headLogo {
		/* float: left; */
		margin-top: 15px;
	}
	header #gnav {
	}
	[data-scrolled="true"] header #gnav {
		margin-top: 5px;
	}
	header .c-gnav {
	}
	header .c-gnav>.menu-item {
	}
	/* header .c-gnav>.menu-item>a {
        padding: 30px 16px 12px !important;
        background: url(../../../../uploads/bg_btn.svg) no-repeat center bottom 18px;
        background-size: 0;
	}
	#body_wrap .c-gnav>.menu-item>a:hover, #body_wrap .c-gnav>.menu-item>a.current {
        background: url(../../../../uploads/bg_btn.svg) no-repeat center bottom 18px;
        background-size: 70px;
	} */
	#body_wrap .c-gnav > .menu-item > a {
		position: relative;
		z-index: 1;
		padding: 30px 16px 12px !important;
		background: none !important;
	}

	#body_wrap .c-gnav > .menu-item > a::after {
		content: "";
		position: absolute;
		left: calc(50% - 30px);
		bottom: 14px;
		width: 90%;
		height: 18px;

		background: url(../../../../uploads/bg_btn.svg)
					no-repeat left center / 70px 18px;

		transform: scaleX(0);
		transform-origin: left center;
		transition: transform .45s cubic-bezier(.25,.8,.25,1);

		z-index: -1;
		pointer-events: none;
	}

	#body_wrap .c-gnav > .menu-item > a:hover::after,
	#body_wrap .c-gnav > .menu-item > a.current::after,
	#body_wrap .c-gnav > .current-menu-item > a::after {
		transform: scaleX(1);
	}
	header .c-gnav>.menu-item>a .ttl {
        font-size: 1rem;
        line-height: 1.3;
        font-weight: 500;
		-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:hover .ttl {
	}
	header .c-gnav>.menu-item>a .ttl b {
		display: none;
	}
	header .c-gnav>.menu-item>a span.desc {
		font-size: 0.8rem;
		opacity: 1;
        color: #baac6b;
        position: absolute;
        width: 100%;
        left: 0;
        top: 10px;
	}
	#body_wrap .c-gnav>.menu-item>a::after {
		/* position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background: var(--color_link);
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .3s;
		display: none; */
  }
  #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 {
		background: #f5f4e1;
		width: 34em;
	}
	.c-gnav>.menu-item>.sub-menu li {
		width: 49%;
		display: inline-block;
		vertical-align: middle;
	}
	.tel span {
		font-size: 0.7rem;
		display: block;
		padding-left: 30px;
	}
	.wp-block-table td, .wp-block-table th {
		vertical-align: middle;
	}

	#content.l-content {
		margin-bottom: 0;
	}

	#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 {
		/* margin-top: 4em; */
	}
	footer#footer #f_contact {
		padding: 3em 0 3em;
		background: var(--color_main);
		text-align: center;
	}
	footer#footer #f_contact > section {
		max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
		padding-left: var(--swl-pad_container, 0);
		padding-right: var(--swl-pad_container, 0);
		margin: auto;
	}
	footer#footer #f_contact hgroup {
		margin-bottom: 20px;
	}
	footer#footer #f_contact hgroup p {
		margin: 0;
		font-size: 1.6rem;
		line-height: 1.1;
		letter-spacing: 0;
		color:var(--color_text);
		font-family: "Times New Roman", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
	footer#footer #f_contact hgroup h3 {
		text-align: center;
		font-size: 2.2rem;
		line-height: 1.4;
		color:var(--color_text);
	}
	footer#footer #f_contact p {
		font-size: 1.1rem;
		margin: 0 0 1.5em 0;
		text-align: center;
	}
	footer .l-footer__inner {
        padding: 3em 4vw 2em;
        background: url(../../../../uploads/logo_tate.png) no-repeat center top 10%;
        background-size: 20%;
	}
	footer .l-footer__inner p, footer .l-footer__inner a, footer .l-footer__inner address, footer .l-footer__inner dl {
		font-size: 0.95rem;
	}
	footer .l-footer__inner > .flex_cl {
		position: relative;
	}
	footer .l-footer__inner #ft_l {
		width: 40%;
	}
	footer .l-footer__inner #ft_l #f_logo {
		width: 300px;
		margin-bottom: 1em;
	}
	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 {
    clear: both;
	font-weight: 500;
	color: #cab611;
	padding-top: 1em;
	float: none;
  }
  footer .l-footer__inner #ft_l dl dd {
    width: calc(100% - 4em);
  }
	footer .l-footer__inner #ft_r {
		width: 54%;
		min-height: 200px;
	}
	footer .l-footer__inner #ft_r h3 {
		text-align: right;
		font-size: 1.1rem;
		color: var(--color_text);
		line-height: 1.8;
		font-weight: 500;
	}
	footer .l-footer__inner #ft_r {
		width: 54%;
		min-height: unset;
		float: right;
        max-width: 34em;
        position: relative;
        right: -4em;
	}
	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: 0.9rem;
	}
	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.2rem;
        line-height: 1.5;
        font-weight: 500;
        margin: 0 5vw 1.5em 0;
	}
	.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 .copyright {
		text-align: center;
		margin-top: 3em;
	}

	/* .btn::before, .swell-block-button__link::before, .wp-block-button__link::before {
		content: "";
		position: absolute;
		display: block;
		height: 1px;
		background: #fff;
		transition: all .3s ease-out;
		width: 34px;
		top: 50%;
		right: 15px;
		transition: all .6s cubic-bezier(.3,0,.15,1);
	}
	.btn::after, .swell-block-button__link::after, .wp-block-button__link::after {
	  width: 9px;
	  top: calc(50% - 3px);
	  right: 14px;
	  transform: rotate(40deg);
	  content: "";
	  position: absolute;
	  display: block;
	  height: 1px;
	  background: #fff;
	  transition: all .6s cubic-bezier(.3,0,.15,1);
	} */
	/* [class*=is-style-btn_] a:hover {
		filter: brightness(120%);
		color: #fff;
		box-shadow: none;
	} */
	a.btn.left {
		margin-left: 0;
	}
	a.btn.right {
		margin-right: 0;
	}
	.full_r > figure {
		margin-right: calc(50% - 36vw) !important;
	}
	.full_l > figure {
		margin-left: calc(50% - 36vw) !important;
	}
	.post_content #anshin > div {
		max-width: unset;
	}
}

#qa [class*=is-style-btn_].-size-l a {
	min-width: 100%;
	padding: 24px 80px 25px 40px;
}
#qa .post_content .swell-block-accordion__item {
	margin-bottom: 2em;
	background: #fff;
}
#qa .post_content .swell-block-accordion__title {
	background: var(--color_main_thin);
	padding: 1.5em;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
#qa .post_content .swell-block-accordion__title:hover {
	background: var(--color_main_thin);
}
#qa .post_content .swell-block-accordion__label strong {
    padding: 12px 16px 15px;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#qa .post_content .swell-block-accordion__label {
    padding-left: 50px;
    font-size: 1.2rem;
	font-weight: 500;
}
#qa .post_content .swell-block-accordion__label strong {
    background: var(--color_main);
    color: var(--color_text);
}
#qa .post_content .swell-block-accordion__body p {
    margin: 0 0 0 58px;
}

@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;
	}
	footer#footer #f_contact ul li {
	}
	footer#footer #f_contact ul li a {
        width: 100%;
        min-height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
	}
	footer#footer #f_contact ul li#btn_tel a {
        color: #BF1212;
        font-size: 2.7rem;
        position: relative;
        background: url(../../../../uploads/icon_tel_red.svg) no-repeat top 33px left 15px;
        background-size: 28px;
        line-height: 1;
		margin-top: -10px;
        font-family: "Times New Roman", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
	footer#footer #f_contact ul li#btn_tel a + span {
		margin: -1.2em 0 0 -1.5em !important;
		display: block;
	}
	footer#footer #f_contact ul li#btn_tel p {
		margin: -5px 0 0 -14px;
		font-size: 0.9rem;
	}
	footer#footer #f_contact ul li a#btn_mail {
		padding: 24px 40px 24px 80px;
		background: url(../../../../uploads/icon_reserve.svg) no-repeat center left 20px var(--color_main);
		background-size: 20px;
	}
	footer#footer #f_contact ul li a#btn_mail:hover {
		background: url(../../../../uploads/icon_reserve.svg) no-repeat center left 20px var(--color_link);
		background-size: 20px;
	}
	footer#footer #f_contact ul li a#btn_mail::before, footer#footer #f_contact ul li a#btn_mail::after {
		display: none;
	}
	.post_content #feat .swell-block-column.txt {
		margin: 4em 0 2em -3em !important;
	}
}

@media all and (min-width: 960px) and (max-width: 1150px) {

}

@media all and (min-width: 960px) and (max-width: 1300px) {
}

/* 英語版 */

body .en-US .post_content h2 {
    font-size: 2.5rem;
}

.en-US .post_content h2, .en-US .post_content h3, .en-US .post_content h4, .en-US .post_content h5, .en-US .post_content h6 {
	font-weight: 600;
}
.en-US .post_content .swell-block-column h3 {
    font-size: 1.8rem;
}