/* RESET
------------------------------------------*/
.index.container1 {
	margin-top: 0;
}
img {
	max-width: 100%;
	height: auto;
	margin-top: 0;
	vertical-align: bottom;
}
strong {
	font-size: inherit;
	font-weight: bold;
}
h2,h3,h4,h5,h6 {
	/* font-weight: bold; */
	font-size: 25px;
	line-height: 1.4;
}
small {
	font-size: 0.75em;
}
iframe {
	vertical-align: bottom;
}
.has-background {
	/* padding: 0.5em 1em !important; */
}
.has-background.display-ib {
	display: inline-block;
}
.wp-block-group__inner-container > *:first-child {
	margin-top: 0;
}
.td-none a {
	text-decoration: none !important;
}
@media screen and (max-width: 781px){
	.sp_only {
		display: block !important;
	}
	.wp-block-columns.sp_only {
		display: flex !important;
	}
	.pc_only {
		display: none !important;
	}
}
@media screen and (min-width: 782px){
	.sp_only {
		display: none !important;
	}
	.pc_only {
		display: block !important;
	}
	.wp-block-columns.pc_only {
		display: flex !important;
	}
	a:hover {
		opacity: 0.5;
	}
}


/* アイコン
------------------------------------------*/
.icon {
	display: inline-block;
	margin-top: 0;
  font-size: 0.9em;
	transform: translateY(0.15em);
}
.icon-twitter1 {
	margin-right: -0.1em;
	font-size: 0.95em;
}

header .icon {
  font-size: 1.6em;
}
header .icon-twitter1 {
	font-size: 1.8em;
}

.wp-block-buttons .icon {
	margin-right: 7px;
	font-size: 1.3em;
}


/* エディタ
------------------------------------------*/
.font_red {
	color: #FF6E4B;
}


/* 揃え位置
------------------------------------------*/
.ta-left {
	text-align: left;
}
.ta-center {
	text-align: center;
}
.ta-right {
	text-align: right;
}

/* 共通
------------------------------------------*/
/* 投稿関係 */
.wp-block-cptarchive .taxlist li,
.post01_single .taxlist li,
.hidden_taxlist .taxlist a,
.post-type-archive .summary .taxlist a,
.tax-tax01 .summary .taxlist a {
	width: auto;
	margin-top: 0;
  padding: 6px;
  font-size: 12px;
  line-height: 1;
}
.wp-block-cptarchive .cptarchive_list.term-round li .taxlist li,
.post01_single .taxlist.term-round li,
.hidden_taxlist .taxlist.term-round a,
.post-type-archive .summary .taxlist.term-round a,
.tax-tax01 .summary .taxlist.term-round a {
  padding: 6px 8px;
	border-radius: 20px;
}
.wp-block-cptarchive .cptarchive_list.term-underline li .taxlist li,
.post01_single .taxlist.term-underline li,
.hidden_taxlist .taxlist.term-underline a,
.post-type-archive .summary .taxlist.term-underline a,
.tax-tax01 .summary .taxlist.term-underline a {
	padding: 6px 0;
	background: none;
	border-bottom: 1px solid;
}

/* ヘッダー
------------------------------------------*/
header {
	position: relative;
	padding: 40px 50px;
	z-index: 1000;
}
header.type_a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
header.type_a.fixed {
	position: fixed;
}
header.type_c {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
@media screen and (min-width: 901px){
	header.type_b {
		position: fixed;
		top: 0;
		width: 300px;
		height: 100vh;
		overflow-y: scroll;
		padding-bottom: 100px;
	}
	header.type_b.left {
		left: 0;
	}
	header.type_b.right {
		right: 0;
	}
}
@media screen and (max-width: 900px){
	header.type_b {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 16px 20px;
	}
}
@media screen and (max-width: 781px){
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 30px 20px;
	}
}

header .logo {
	position: absolute;
	top: 40px;
	left: 50px;
	z-index: 1;
}
header.type_b .logo {
	position: relative;
	top: 0;
	left: 0;
}
header .logo a {
	display: inline-block;
}
@media screen and (max-width: 900px){
	header.type_b .logo picture[data-sizesp="large"],
	header.type_b ~ footer .logo picture[data-sizesp="large"],
	header.type_b .logo img[data-sizesp="large"],
	header.type_b ~ footer .logo img[data-sizesp="large"]{
		display: block;
		width: 100px;
		height: auto;
	}
	header.type_b .logo picture[data-sizesp="medium"],
	header.type_b ~ footer .logo picture[data-sizesp="medium"],
	header.type_b .logo img[data-sizesp="medium"],
	header.type_b ~ footer .logo img[data-sizesp="medium"]{
		display: block;
		width: 80px;
		height: auto;
	}
	header.type_b .logo picture[data-sizesp="small"],
	header.type_b ~ footer .logo picture[data-sizesp="small"],
	header.type_b .logo img[data-sizesp="small"],
	header.type_b ~ footer .logo img[data-sizesp="small"]{
		display: block;
		width: 50px;
		height: auto;
	}
}
@media screen and (min-width: 782px){
	header.type_b .logo.logo_left {
		text-align: left;
	}
	header.type_b .logo.logo_center {
		text-align: center;
	}
	header.type_b .logo.logo_right {
		text-align: right;
	}
	header .logo picture[data-sizepc="large"],
	footer .logo picture[data-sizepc="large"],
	header .logo img[data-sizepc="large"],
	footer .logo img[data-sizepc="large"]{
		display: block;
		width: 150px;
		height: auto;
	}
	header .logo picture[data-sizepc="medium"],
	footer .logo picture[data-sizepc="medium"],
	header .logo img[data-sizepc="medium"],
	footer .logo img[data-sizepc="medium"]{
		display: block;
		width: 100px;
		height: auto;
	}
	header .logo picture[data-sizepc="small"],
	footer .logo picture[data-sizepc="small"],
	header .logo img[data-sizepc="small"],
	footer .logo img[data-sizepc="small"]{
		display: block;
		width: 80px;
		height: auto;
	}
}
@media screen and (max-width: 781px){
	header .logo {
		position: relative;
		top: 0;
		left: 0;
	}
	header .logo picture[data-sizesp="large"],
	footer .logo picture[data-sizesp="large"],
	header .logo img[data-sizesp="large"],
	footer .logo img[data-sizesp="large"]{
		display: block;
		width: 100px;
		height: auto;
	}
	header .logo picture[data-sizesp="medium"],
	footer .logo picture[data-sizesp="medium"],
	header .logo img[data-sizesp="medium"],
	footer .logo img[data-sizesp="medium"]{
		display: block;
		width: 80px;
		height: auto;
	}
	header .logo picture[data-sizesp="small"],
	footer .logo picture[data-sizesp="small"],
	header .logo img[data-sizesp="small"],
	footer .logo img[data-sizesp="small"]{
		display: block;
		width: 50px;
		height: auto;
	}
}

header.type_c .hidemenu_container {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
}
header.type_c.menu_open .hidemenu_container {
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 900px){
	header.type_b .hidemenu_container {
		position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
		opacity: 0;
		visibility: hidden;
		transition: all 0.2s ease;
	}
	header.type_b.menu_open .hidemenu_container {
		opacity: 1;
		visibility: visible;
	}
	header.type_b .navs_container {
		display: block;
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 781px){
	header.type_a .hidemenu_container {
		position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
		opacity: 0;
		visibility: hidden;
		transition: all 0.2s ease;
	}
	header.type_a.menu_open .hidemenu_container {
		opacity: 1;
		visibility: visible;
	}
	header:not(.type_b) .navs_container {
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 782px){
	header .navs_container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		gap: 30px;
		/* position: absolute;
		top: 40px;
		right: 50px; */
		z-index: 1;
	}
	header.type_b .navs_container {
		position: static;
		margin-top: 40px;
	}
	header.type_b .navs_container.sns_left {
		justify-content: left;
	}
	header.type_b .navs_container.sns_center {
		justify-content: center;
	}
	header.type_b .navs_container.sns_right {
		justify-content: right;
	}
}

header.type_c .gnav_container {
	max-width: 1000px;
	margin: 45vh auto 0 auto;
	padding: 0 50px;
	transform: translateY(-50%);
}
header .gnav_list {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 40px;
}
header.type_c .gnav_list {
	justify-content: flex-start;
}
@media screen and (max-width: 900px){
	header.type_b .gnav_list {
		gap: 8px;
	}
}
@media screen and (min-width: 782px){
	header .gnav_list .current-menu-item {
		border-bottom: 2px solid currentColor !important;
	}
}
@media screen and (max-width: 781px){
	header:not(.type_b) .gnav_list {
		gap: 8px;
	}
	header .gnav_list .current-menu-item a {
		background-color: #DECC69 !important;
	}
}
header .gnav_list a {
	font-size: 14px;
}
header.type_b .gnav_list a,
header.type_c .gnav_list a {
	display: block;
	position: relative;
	padding: 9px 10px 8px 0;
}
header.type_b .gnav_container.underline .gnav_list a {
	padding: 15px 10px 15px 0;
	border-bottom: 1px solid;
}
header.type_c .gnav_list a {
	padding-top: 0;
}
header.type_b .gnav_container.arrow .gnav_list a:after,
header.type_c .gnav_container.arrow .gnav_list a:after {
	content: "";
  position: absolute;
  top: calc(50% - 0.22em);
  right: 0;
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
header.type_c .gnav_list a:after {
	top: 0.7em;
}
@media screen and (min-width: 901px){
	header.type_b .gnav_list {
		gap :0;
	}
	header.type_b .gnav_list li {
		width: 100%;
	}
	header.type_b .gnav_container.underline .gnav_list li:first-of-type a {
		border-top: 1px solid;
	}
}
@media screen and (min-width: 782px){
	header.type_c .gnav_list li {
		width: calc((100% - 80px) / 3);
	}
}
@media screen and (max-width: 900px){
	header.type_b .gnav_container {
		margin: 20vh auto 0 auto;
		padding: 0 20px;
	}
	header.type_b .gnav_list {
		justify-content: flex-start;
	}
	header.type_b .gnav_list li {
		width: 100%;
	}
	header.type_b .gnav_list a {
		padding-top: 0;
	}
	header.type_b .gnav_list a:after {
		top: 0.7em;
	}
}
@media screen and (max-width: 781px){
	header.type_a .gnav_container {
		margin: 20vh auto 0 auto;
		padding: 0 20px;
	}
	header.type_c .gnav_container {
		padding: 0 20px;
	}
	header.type_a .gnav_list {
		justify-content: flex-start;
	}
	header:not(.type_b) .gnav_list li {
		width: 100%;
	}
	header.type_a .gnav_list a {
		display: block;
		position: relative;
		padding: 22px 24px 24px 24px;
		background-color: #fff;
		border-radius: 8px;
	}
	header.type_a .gnav_list a {
		/* padding-top: 0; */
	}
	header.type_a .gnav_list a:after {
		content: "";
		position: absolute;
		top: calc(50% - 0.22em);
		right: 24px;
		width: 0.45em;
		height: 0.45em;
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
		transform: rotate(45deg);
	}
	header.type_a .gnav_list a:after {
		/* top: 0.7em; */
	}
}

header.type_c .sns_container {
	position: absolute;
	left: 50%;
	bottom: 50px;
  width: 100%;
  max-width: 1000px;
  padding: 0 50px;
  transform: translateX(-50%);
}
header .sns_list {
	display: flex;
  align-items: center;
  gap: 15px 8px;
}
@media screen and (max-width: 900px){
	header.type_b .sns_container {
		position: relative;
		left: 0;
		top: 0;
		margin-top: 34px;
		padding: 0 20px !important;
	}
}
@media screen and (max-width: 781px){
	header:not(.type_b) .sns_container {
		position: relative;
		left: 0;
		top: 0;
		margin-top: 34px;
		padding: 0 20px !important;
	}
}

header .contact_btn {
	/* position: absolute;
	top: 80px;
	right: 50px; */
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
	z-index: 1;
}
header.type_c .contact_btn {
	position: absolute;
	top: auto;
	bottom: 95px;
	right: auto;
	left: calc((100% - 1000px) / 2);
	padding: 0 50px;
}
header .contact_btn a,
footer .contact_btn a {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 10px 20px 9px 20px;
	font-size: 16px;
	line-height: 1.6;
}
header .contact_btn.type_b a,
footer .contact_btn.type_b a {
	border-radius: 8px;
}
header .contact_btn.type_c a,
footer .contact_btn.type_c a {
	padding: 0;
	background: none;
	/* color: currentColor; */
	border-bottom: 2px solid currentColor;
}
@media screen and (max-width: 999px) {
	header.type_c .contact_btn {
		left: 0;
	}
}
@media screen and (min-width: 901px) {
	header.type_b .contact_btn.type_a {
	  top: auto;
	  bottom: 0;
	  right: 0;
		width: 100%;
	}
	header.type_b .contact_btn.type_b,
	header.type_b .contact_btn.type_c {
		position: fixed;
		top: auto;
		bottom: 30px;
		left: 50px;
		width: 200px;
	}
	header.type_b .contact_btn a {
		display: block;
		width: 100%;
		padding: 10px 20px 9px 20px;
		text-align: center;
	}
	header.type_b .contact_btn span {
		display: block;
	  margin-bottom: -3px;
	}
	header.type_b .contact_btn.type_b span {
		line-height: 1.4;
	}
}
@media screen and (max-width: 900px) {
	header.type_b .contact_btn {
		top: auto;
		bottom: 75px;
		right: auto;
		left: 0;
		width: 100%;
		max-width: 560px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 20px;
	}
	header.type_b .contact_btn a {
		display: block;
		width: 100%;
		padding: 10px 20px 9px 20px;
		text-align: center;
	}
	header.type_b .contact_btn span {
		display: block;
	  margin-bottom: -3px;
	}
	header.type_b .contact_btn.type_b span {
		line-height: 1.4;
	}
}
@media screen and (max-width: 781px) {
	header.type_a .contact_btn {
		top: auto;
	  bottom: 75px;
	  right: auto;
	  left: 0;
		width: 100%;
		max-width: 500px;
		margin-top: 20px;
	  padding: 0 20px;
	}
	header.type_c .contact_btn {
		bottom: 75px;
		width: 100%;
		max-width: 500px;
		margin-top: 20px;
		padding: 0 20px;
	}
	header:not(.type_b) .contact_btn a {
		display: block;
		width: 100%;
		padding: 10px 20px 4px 20px;
		text-align: center;
	}
	header:not(.type_b) .contact_btn span {
		display: block;
	  margin-bottom: -3px;
	}
	header:not(.type_b) .contact_btn.type_b span {
		line-height: 1.4;
	}
}

header .menu {
	display: flex;
	flex-direction: column;
	gap: 5px;
	position: absolute;
  top: 50px;
  right: 50px;
	z-index: 2;
}
header.type_a .menu,
header.type_b .menu {
	display: none;
}
header .menu:hover {
	cursor: pointer;
}
header .menu_bar {
	display: block;
	width: 15px;
  height: 1px;
  background-color: currentColor;
	transition: all 0.2s ease;
}
header.menu_open .menu_bar:first-of-type {
	transform: translateY(6px) rotate(45deg);
}
header.menu_open .menu_bar:nth-of-type(2) {
	opacity: 0;
}
header.menu_open .menu_bar:last-of-type {
	transform: translateY(-6px) rotate(-45deg);
}
@media screen and (max-width: 900px){
	header.type_b .menu {
		display: flex;
		top: calc(50% - 22px);
		right: 5px;
		width: 45px;
		height: 45px;
		padding: 15px;
	}
}
@media screen and (max-width: 781px){
	header.type_a .menu,
	header.type_c .menu {
		display: flex;
		top: 24px;
		right: 16px;
		width: 44px;
		height: 44px;
		padding: 15px;
		background-color: #DECC69;
		border-radius: 50%;
	}
}


/* メインエリア
------------------------------------------*/
article {
	padding-bottom: 100px;
}
article.pb-zero {
	padding-bottom: 0;
}
@media screen and (min-width: 901px){
	header.type_b + div[data-barba="wrapper"] main {
	  width: calc(100% - 300px);
	}
	header.type_b.left + div[data-barba="wrapper"] main {
	  margin-left: 300px;
	}
	header.type_b.right + div[data-barba="wrapper"] main {
	  margin-right: 300px;
	}
}
@media screen and (max-width: 781px){
	article {
		padding-bottom: 60px;
	}
}


/* グループ
------------------------------------------*/
.index.container1 > .wp-block-group:first-child {
	margin-top: 0;
}
.index.container1 > .wp-block-group.pt-zero {
	padding-top: 0 !important;
}
.wp-block-group + .wp-block-group {
	margin-top: 100px;
}
@media screen and (max-width: 781px){
	.wp-block-group + .wp-block-group {
		margin-top: 60px;
	}
}

.wp-block-column .wp-block-group {
	height: 100%;
}


.wp-block-group .wp-block-group__inner-container {
	width: calc(100% - 40px);
	max-width: 560px;
	margin: 0 auto;
}
@media screen and (min-width: 782px){
	.wp-block-group .wp-block-group__inner-container {
		width: calc(100% - 100px);
		max-width: 1000px;
		margin: 0 auto;
	}
	header.type_a + div[data-barba="wrapper"] .index.container1 > .wp-block-group:first-child,
	header.type_c + div[data-barba="wrapper"] .index.container1 > .wp-block-group:first-child {
		padding-top: 200px;
	}
	header.type_b + div[data-barba="wrapper"] .index.container1 > .wp-block-group:first-child {
		padding-top: 50px;
	}
}
@media screen and (max-width: 781px){
	.index.container1 > .wp-block-group:first-child {
		padding-top: 50px;
	}
}


/* ファーストビュー
------------------------------------------*/
.wp-block-firstview {
	position: relative;
}

.wp-block-firstview .swiper {
	margin-top: 0;
}

.wp-block-firstview .swiper-wrapper,
.wp-block-firstview .swiper-slide,
.wp-block-firstview figure,
.wp-block-firstview figure img {
	margin-top: 0;
}
.wp-block-firstview figure.pc-size-100 img {
	width: 100%;
}
.wp-block-firstview figure.pc-size-75 img {
	width: 75%;
}
.wp-block-firstview figure.pc-size-50 img {
	width: 50%;
}
.wp-block-firstview figure.pc-size-25 img {
	width: 25%;
}
@media screen and (max-width: 781px){
	.wp-block-firstview figure.sp-size-100 img {
		width: 100%;
	}
	.wp-block-firstview figure.sp-size-75 img {
		width: 75%;
	}
	.wp-block-firstview figure.sp-size-50 img {
		width: 50%;
	}
	.wp-block-firstview figure.sp-size-25 img {
		width: 25%;
	}
}

.wp-block-firstview figcaption {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.04em;
	line-height: 1.5;
}
.wp-block-firstview .dummy-picture {
	position: relative;
	width: 100%;
	margin-top: 0;
	aspect-ratio: 16/9;
	background-color:#ccc;
}
.wp-block-firstview .dummy-picture a {
	display: block;
	width: 100%;
	height: 100%;
}
.wp-block-firstview .dummy-picture .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0;
	transform: translate(-50%, -50%);
}


/* カラム
------------------------------------------*/
.wp-block-columns {
	margin-bottom: 0 !important;
	gap: 20px;
}
.wp-block-columns.column-jc-center,
.wp-block-cptarchive .cptarchive_list.column-jc-center {
	justify-content: center;
}
.wp-block-columns.column-jc-end,
.wp-block-cptarchive .cptarchive_list.column-jc-end {
	justify-content: flex-end;
}
.wp-block-columns.gap-ll,
.wp-block-cptarchive .cptarchive_list.gap-ll {
	gap: 20px 60px;
}
.wp-block-columns.gap-l,
.wp-block-cptarchive .cptarchive_list.gap-l {
	gap: 20px 40px;
}
.wp-block-columns.gap-m,
.wp-block-cptarchive .cptarchive_list.gap-m {
	gap: 20px;
}
.wp-block-columns.gap-s,
.wp-block-cptarchive .cptarchive_list.gap-s {
	gap: 10px;
}
.wp-block-columns.gap-zero,
.wp-block-cptarchive .cptarchive_list.gap-zero {
	gap: 0;
}
.wp-block-column {
	margin-top: 0;
}
.wp-block-column:not(:first-child) {
	margin-left: 0 !important;
}
.wp-block-column > *:first-child {
	margin-top: 0;
}
@media screen and (max-width: 780px){
	.wp-block-columns {
		/* row-gap: 20px !important; */
	}
	.wp-block-columns .wp-block-column,
	.wp-block-columns .wp-block-column:not(.only-child) {
		/* flex-basis: 100% !important; */
	}
	/* 2カラム */
	.wp-block-columns.sp-2column .wp-block-column,
	.wp-block-column .wp-block-columns.sp-2column .wp-block-column {
		flex-basis: calc(50% - 10px) !important;
   		flex-grow: 0 !important;
	}
	.wp-block-columns.sp-2column.gap-ll .wp-block-column,
	.wp-block-column .wp-block-columns.sp-2column.gap-ll .wp-block-column {
		flex-basis: calc(50% - 30px) !important;
	}
	.wp-block-columns.sp-2column.gap-l .wp-block-column,
	.wp-block-column .wp-block-columns.sp-2column.gap-l .wp-block-column {
		flex-basis: calc(50% - 20px) !important;
	}
	.wp-block-columns.sp-2column.gap-m .wp-block-column,
	.wp-block-column .wp-block-columns.sp-2column.gap-m .wp-block-column {
		flex-basis: calc(50% - 10px) !important;
	}
	.wp-block-columns.sp-2column.gap-s .wp-block-column,
	.wp-block-column .wp-block-columns.sp-2column.gap-s .wp-block-column {
		flex-basis: calc(50% - 5px) !important;
	}
	.wp-block-columns.sp-2column.gap-zero .wp-block-column,
	.wp-block-column .wp-block-columns.sp-2column.gap-zero .wp-block-column {
		flex-basis: 50% !important;
	}
	/* 3カラム */
	.wp-block-columns.sp-3column .wp-block-column,
	.wp-block-column .wp-block-columns.sp-3column .wp-block-column {
		flex-basis: calc((100% - 40px) / 3) !important;
    flex-grow: 0 !important;
	}
	.wp-block-columns.sp-3column.gap-ll .wp-block-column,
	.wp-block-column .wp-block-columns.sp-3column.gap-ll .wp-block-column {
		flex-basis: calc((100% - 120px) / 3) !important;
	}
	.wp-block-columns.sp-3column.gap-l .wp-block-column,
	.wp-block-column .wp-block-columns.sp-3column.gap-l .wp-block-column {
		flex-basis: calc((100% - 80px) / 3) !important;
	}
	.wp-block-columns.sp-3column.gap-m .wp-block-column,
	.wp-block-column .wp-block-columns.sp-3column.gap-m .wp-block-column {
		flex-basis: calc((100% - 40px) / 3) !important;
	}
	.wp-block-columns.sp-3column.gap-s .wp-block-column,
	.wp-block-column .wp-block-columns.sp-3column.gap-s .wp-block-column {
		flex-basis: calc((100% - 20px) / 3) !important;
	}
	.wp-block-columns.sp-3column.gap-zero .wp-block-column,
	.wp-block-column .wp-block-columns.sp-3column.gap-zero .wp-block-column {
		flex-basis: 33% !important;
	}
	.wp-block-columns.column-switch.sp-2column .wp-block-column:first-child {
    order: 1;
	}
}
@media screen and (min-width: 782px){
	.wp-block-columns.column-switch .wp-block-column:first-child {
    order: 1;
	}
}

/* 見出し
------------------------------------------*/
h2.is-style-underline,
h3.is-style-underline,
h4.is-style-underline,
h5.is-style-underline,
h6.is-style-underline {
	padding-bottom: 0.3em;
	border-bottom: 2px solid;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
.has-heading-ll-font-size,
.has-heading-ll-font-size mark {
	font-size: 30px;
	line-height: 1.4;
}
.has-heading-l-font-size,
.has-heading-l-font-size mark {
	font-size: 25px;
	line-height: 1.4;
}
.has-heading-m-font-size,
.has-heading-m-font-size mark {
	font-size: 21px;
	line-height: 1.4;
}
.has-heading-s-font-size,
.has-heading-s-font-size mark {
	font-size: 18px;
	line-height: 1.4;
}
mark {
	font-weight: inherit;
}
@media screen and (max-width: 781px){
	.has-heading-ll-font-size,
	.has-heading-ll-font-size mark {
		font-size: 28px;
		line-height: 1.4;
	}
	.has-heading-l-font-size,
	.has-heading-l-font-size mark {
		font-size: 24px;
		line-height: 1.4;
	}
	.has-heading-m-font-size,
	.has-heading-m-font-size mark {
		font-size: 20px;
		line-height: 1.4;
	}
	.has-heading-s-font-size,
	.has-heading-s-font-size mark {
		font-size: 17px;
		line-height: 1.4;
	}
}

/* 段落
------------------------------------------*/
p a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
.has-paragraph-l-font-size,
.has-paragraph-l-font-size * {
	font-size: 16px;
	line-height: 1.8;
}
.has-paragraph-m-font-size,
.has-paragraph-m-font-size * {
	font-size: 14px;
	line-height: 1.8;
}
.has-paragraph-s-font-size,
.has-paragraph-s-font-size * {
	font-size: 12px;
	line-height: 1.8;
}
.has-paragraph-ss-font-size,
.has-paragraph-ss-font-size * {
	font-size: 10px;
	line-height: 1.8;
}

/* テーブル
------------------------------------------*/
.wp-block-table {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
}

.wp-block-table table {
	margin-top: 0;
}

.wp-block-table table th,
.wp-block-table table td {
	padding: 8px 10px 6px 10px;
	line-height: 1.5;
	border: 1px solid;
	vertical-align: middle;
}
.wp-block-table.table-2-8 td:first-child {
	width: 20%;
}
table a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}


/* ボタン
------------------------------------------*/
.wp-block-buttons {
	gap: 20px !important;
}
.wp-block-buttons.gap-s {
	gap: 10px !important;
}
.wp-block-buttons.gap-m {
	gap: 20px !important;
}
.wp-block-buttons.gap-l {
	gap: 40px !important;
}
.wp-block-buttons.gap-ll {
	gap: 60px !important;
}

.wp-block-button {
	margin: 0 !important;
	/* margin-bottom: 0 !important;
	margin-left: 5px !important;
	margin-right: 5px !important; */
}
.wp-block-button.is-style-underline {
	/* margin-left: 10px !important;
	margin-right: 10px !important; */
}
.wp-block-button__link {
	position: relative;
	padding: 0.6em 2em 0.75em 1.6em !important;
	line-height: 1.4;
}
.wp-block-buttons.size-l .wp-block-button__link {
	padding-top: 1.5em !important;
	padding-bottom: 1.5em !important;
}
.wp-block-button__link:before {
	content: "";
	position: absolute;
	top: calc(50% - 0.22em);
	right: 1em;
	width: 0.45em;
	height: 0.45em;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}
.wp-block-button.is-style-underline .wp-block-button__link {
	padding: 0 1.2em 0.5em 0 !important;
  background: none;
  border-bottom: 1px solid;
  border-radius: 0;
}
.wp-block-button.is-style-underline .wp-block-button__link:before {
	top: 0.5em;
	right: 0;
}
.wp-block-button.anchor .wp-block-button__link:before {
	transform: translate(3px, -2px) rotate(135deg);
}

/* 画像
------------------------------------------*/
.wp-block-picture.mt-0 {
	margin-top: 0;
}
.wp-block-picture.mt-5 {
	margin-top: 5px;
}
.wp-block-picture.mt-10 {
	margin-top: 10px;
}
.wp-block-picture.mt-20 {
	margin-top: 20px;
}
.wp-block-picture.mt-40 {
	margin-top: 40px;
}
.wp-block-picture.mt-60 {
	margin-top: 60px;
}
.wp-block-picture.mt-80 {
	margin-top: 80px;
}
.wp-block-picture.mt-100 {
	margin-top: 100px;
}

.wp-block-picture * {
	margin-top: 0;
}

.wp-block-picture .br-s {
	display: block;
    border-radius: 8px;
    overflow: hidden;
}
.wp-block-picture .br-m {
	display: block;
    border-radius: 20px;
    overflow: hidden;
}
.wp-block-picture .br-circle {
	display: block;
    border-radius: 50%;
    overflow: hidden;
}

.wp-block-picture figure {
	font-size: 0;
}
.wp-block-picture figure.align-left {
	text-align: left;
}
.wp-block-picture figure.align-center {
	text-align: center;
}
.wp-block-picture figure.align-right {
	text-align: right;
}

.wp-block-picture figure figcaption {
	margin-top: 8px;
	font-size: 12px;
}
@media screen and (max-width: 781px){
	.wp-block-picture figure figcaption {
		font-size: 10px;
	}
}
.wp-block-picture figure.align-left figcaption {
	text-align: left;
}
.wp-block-picture figure.align-center figcaption {
	text-align: center;
}
.wp-block-picture figure.align-right figcaption {
	text-align: right;
}

.wp-block-picture .dummy-picture {
	position: relative;
	width: 100%;
	margin-top: 0;
	aspect-ratio: 16/9;
}
.wp-block-picture .dummy-picture.square {
	aspect-ratio: 1/1;
}
.wp-block-picture .dummy-picture.tate {
	aspect-ratio: 3/4;
}
.wp-block-picture .dummy-picture a {
	display: block;
	width: 100%;
	height: 100%;
}
.wp-block-picture .dummy-picture .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0;
	transform: translate(-50%, -50%);
}

.wp-block-picture.pc-size-100 img {
	width: 100%;
}
.wp-block-picture.pc-size-75 img {
	width: 75%;
}
.wp-block-picture.pc-size-50 img {
	width: 50%;
}
.wp-block-picture.pc-size-25 img {
	width: 25%;
}
@media screen and (max-width: 781px){
	.wp-block-picture.sp-size-100 img {
		width: 100%;
	}
	.wp-block-picture.sp-size-75 img {
		width: 75%;
	}
	.wp-block-picture.sp-size-50 img {
		width: 50%;
	}
	.wp-block-picture.sp-size-25 img {
		width: 25%;
	}
}


/* スワイパー
------------------------------------------*/
.wp-block-swiper .swiper-wrapper,
.wp-block-swiper .swiper-slide,
.wp-block-swiper figure {
	margin-top: 0;
}

.wp-block-swiper .br-s {
	display: block;
    border-radius: 8px;
    overflow: hidden;
}
.wp-block-swiper .br-m {
	display: block;
    border-radius: 20px;
    overflow: hidden;
}
.wp-block-swiper .br-circle {
	display: block;
    border-radius: 50%;
    overflow: hidden;
}

.swiper {
	margin-top: 0;
}

.wp-block-swiper img {
	margin-top: 0;
}
.wp-block-swiper figure.pc-size-100 img {
	width: 100%;
}
.wp-block-swiper figure.pc-size-75 img {
	width: 75%;
}
.wp-block-swiper figure.pc-size-50 img {
	width: 50%;
}
.wp-block-swiper figure.pc-size-25 img {
	width: 25%;
}
@media screen and (max-width: 781px){
	.wp-block-swiper figure.sp-size-100 img {
		width: 100%;
	}
	.wp-block-swiper figure.sp-size-75 img {
		width: 75%;
	}
	.wp-block-swiper figure.sp-size-50 img {
		width: 50%;
	}
	.wp-block-swiper figure.sp-size-25 img {
		width: 25%;
	}
}

.wp-block-swiper figcaption {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.04em;
	line-height: 1.5;
}
.wp-block-swiper .dummy-picture {
	position: relative;
	width: 100%;
	margin-top: 0;
	aspect-ratio: 16/9;
}
.wp-block-swiper .dummy-picture a {
	display: block;
	width: 100%;
	height: 100%;
}
.wp-block-swiper .dummy-picture .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0;
	transform: translate(-50%, -50%);
}
.swiper-button-next,
.swiper-button-prev {
	top: calc(50% - 15px);
}
.swiper-button-next:after,
.swiper-button-prev:after {
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	transform: rotate(45deg);
}
.swiper-button-next:after {
	border-top: 1px solid;
	border-right: 1px solid;
}
.swiper-button-prev:after {
	border-bottom: 1px solid;
	border-left: 1px solid;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
.swiper-pagination-bullets {
	position: static;
	margin: 0;
}
.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	opacity: 1;
}


/* Instagram Feed
------------------------------------------*/
#sb_instagram {
	padding: 0;
}

#sb_instagram #sbi_images {
	margin-top: 20px;
}

#sb_instagram #sbi_images *,
#sb_instagram #sbi_load {
	margin-top: 0;
}

/* カスタムHTML
------------------------------------------*/
iframe {
	aspect-ratio: 16/9;
}
iframe.ratio-1-1 {
	aspect-ratio: 1/1;
}
iframe.ratio-3-2 {
	aspect-ratio: 3/2;
}
iframe.ratio-16-9 {
	aspect-ratio: 16/9;
}


/* フォーム
------------------------------------------*/
.mw_wp_form {
	margin-top: 50px;
}
.form_container .row {
	display: flex;
	flex-wrap: wrap;
}
.form_container .row dt {
	width: 27%;
	margin-top: 0;
	padding: 6px 10px 5px 0;
	font-size: 16px;
	line-height: 1.8;
}
.form_container .select dt {
	align-self: center;
}
.form_container .row dd {
	position: relative;
	width: 73%;
	margin-top: 0;
	align-self: center;
}
.mw_wp_form_input .form_container .row.select dd:after {
	content: "";
  position: absolute;
  top: 19px;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
}
.form_container .row.check dd,
.form_container .row.radio dd {
	align-self: center;
}
.form_container .text input,
.form_container .textarea textarea,
.form_container .select select {
	width: 100%;
	padding: 6px 10px 5px 10px;
	font-size: 16px;
	line-height: 1.8;
	border: none;
	resize: vertical;
	outline: none;
	appearance: none;
	color: currentColor;
}
.form_container .select select {
	padding: 14px 10px 13px 10px;
}
.form_container .mwform-checkbox-field,
.form_container .mwform-radio-field {
	padding: 6px 0 5px 0;
}
.form_container .mwform-checkbox-field label,
.form_container .mwform-radio-field label {
	position: relative;
	padding-left: 25px;
}
.form_container .mwform-checkbox-field label:before,
.form_container .mwform-radio-field label:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 17px;
	height: 17px;
}
.form_container .mwform-radio-field label:before {
	border-radius: 50%;
}
.form_container .mwform-checkbox-field input:checked + span:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 7px;
	width: 9px;
	height: 15px;
	border-top: 2px solid currentColor;
	border-left: 2px solid currentColor;
	transform: rotate(-135deg);
}
.form_container .mwform-radio-field input:checked + span:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 4px;
	width: 9px;
	height: 9px;
	background-color: currentColor;
	border-radius: 50%;
}
.form_container .mwform-checkbox-field input,
.form_container .mwform-radio-field input {
	display: none;
}
.form_container .mwform-checkbox-field span,
.form_container .mwform-radio-field span {
	font-size: 16px;
	line-height: 1.8;
}
.form_container a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
input[type="submit"] {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 13px 0 11px 0;
	font-size: 16px;
	line-height: 1.8;
	border: none;
	border-radius: 60px;
}
@media screen and (min-width: 782px){
	.form_container .mwform-checkbox-field + .mwform-checkbox-field,
	.form_container .mwform-radio-field + .mwform-radio-field {
		margin-left: 30px !important;
	}
	.form_container .select select:hover,
	.form_container .mwform-checkbox-field label:hover,
	.form_container .mwform-radio-field label:hover,
	input[type="submit"]:hover {
		cursor: pointer;
	}
}
@media screen and (max-width: 781px){
	.form_container .row dt,
	.form_container .row dd {
		width: 100%;
	}
	.form_container .mwform-checkbox-field + .mwform-checkbox-field,
	.form_container .mwform-radio-field + .mwform-radio-field {
		display: block;
		margin-top: 0;
		margin-left: 0 !important;
	}
}
/* 確認ページ */
.mw_wp_form_confirm .form_container dd {
	padding: 6px 0 5px 0;
	font-size: 16px;
	line-height: 1.8;
}

/* カスタム投稿アーカイブ
------------------------------------------*/
.wp-block-cptarchive * {
	margin-top: 0;
}
.wp-block-cptarchive .cptarchive_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
/* .wp-block-cptarchive .cptarchive_list.style2 {
	row-gap: 0 !important;
} */
@media screen and (min-width: 782px){
	.wp-block-cptarchive .cptarchive_list.pc-1column > li {
		width: 100%;
	}
	/* 2カラム */
	.wp-block-cptarchive .cptarchive_list.pc-2column > li {
		width: calc(50% - 10px);
	}
	.wp-block-cptarchive .cptarchive_list.pc-2column.gap-ll > li {
		width: calc(50% - 30px);
	}
	.wp-block-cptarchive .cptarchive_list.pc-2column.gap-l > li {
		width: calc(50% - 20px);
	}
	.wp-block-cptarchive .cptarchive_list.pc-2column.gap-s > li {
		width: calc(50% - 5px);
	}
	.wp-block-cptarchive .cptarchive_list.pc-2column.gap-zero > li {
		width: 50%;
	}
	/* 3カラム */
	.wp-block-cptarchive .cptarchive_list.pc-3column > li {
		width: calc((100% - 40px) / 3);
	}
	.wp-block-cptarchive .cptarchive_list.pc-3column.gap-ll > li {
		width: calc((100% - 120px) / 3);
	}
	.wp-block-cptarchive .cptarchive_list.pc-3column.gap-l > li {
		width: calc((100% - 80px) / 3);
	}
	.wp-block-cptarchive .cptarchive_list.pc-3column.gap-s > li {
		width: calc((100% - 20px) / 3);
	}
	.wp-block-cptarchive .cptarchive_list.pc-3column.gap-zero > li {
		width: calc(100% / 3);
	}
	/* 4カラム */
	.wp-block-cptarchive .cptarchive_list.pc-4column > li {
		width: calc((100% - 60px) / 4);
	}
	.wp-block-cptarchive .cptarchive_list.pc-4column.gap-ll > li {
		width: calc((100% - 180px) / 4);
	}
	.wp-block-cptarchive .cptarchive_list.pc-4column.gap-l > li {
		width: calc((100% - 120px) / 4);
	}
	.wp-block-cptarchive .cptarchive_list.pc-4column.gap-s > li {
		width: calc((100% - 30px) / 4);
	}
	.wp-block-cptarchive .cptarchive_list.pc-4column.gap-zero > li {
		width: calc(100% / 4);
	}
	/* 5カラム */
	.wp-block-cptarchive .cptarchive_list.pc-5column > li {
		width: calc((100% - 80px) / 5);
	}
	.wp-block-cptarchive .cptarchive_list.pc-5column.gap-ll > li {
		width: calc((100% - 240px) / 5);
	}
	.wp-block-cptarchive .cptarchive_list.pc-5column.gap-l > li {
		width: calc((100% - 160px) / 5);
	}
	.wp-block-cptarchive .cptarchive_list.pc-5column.gap-s > li {
		width: calc((100% - 40px) / 5);
	}
	.wp-block-cptarchive .cptarchive_list.pc-5column.gap-zero > li {
		width: calc(100% / 5);
	}
	/* 6カラム */
	.wp-block-cptarchive .cptarchive_list.pc-6column > li {
		width: calc((100% - 100px) / 6);
	}
	.wp-block-cptarchive .cptarchive_list.pc-6column.gap-ll > li {
		width: calc((100% - 300px) / 6);
	}
	.wp-block-cptarchive .cptarchive_list.pc-6column.gap-l > li {
		width: calc((100% - 200px) / 6);
	}
	.wp-block-cptarchive .cptarchive_list.pc-6column.gap-s > li {
		width: calc((100% - 50px) / 6);
	}
	.wp-block-cptarchive .cptarchive_list.pc-6column.gap-zero > li {
		width: calc(100% / 6);
	}
}
@media screen and (max-width: 781px){
	.wp-block-cptarchive .cptarchive_list.sp-1column > li {
		width: 100%;
	}
	/* 2カラム */
	.wp-block-cptarchive .cptarchive_list.sp-2column > li {
		width: calc(50% - 10px);
	}
	.wp-block-cptarchive .cptarchive_list.sp-2column.gap-ll > li {
		width: calc(50% - 30px);
	}
	.wp-block-cptarchive .cptarchive_list.sp-2column.gap-l > li {
		width: calc(50% - 20px);
	}
	.wp-block-cptarchive .cptarchive_list.sp-2column.gap-s > li {
		width: calc(50% - 5px);
	}
	.wp-block-cptarchive .cptarchive_list.sp-2column.gap-zero > li {
		width: 50%;
	}
	/* 3カラム */
	.wp-block-cptarchive .cptarchive_list.sp-3column > li {
		width: calc((100% - 40px) / 3);
	}
	.wp-block-cptarchive .cptarchive_list.sp-3column.gap-ll > li {
		width: calc((100% - 120px) / 3);
	}
	.wp-block-cptarchive .cptarchive_list.sp-3column.gap-l > li {
		width: calc((100% - 80px) / 3);
	}
	.wp-block-cptarchive .cptarchive_list.sp-3column.gap-s > li {
		width: calc((100% - 20px) / 3);
	}
	.wp-block-cptarchive .cptarchive_list.sp-3column.gap-zero > li {
		width: calc(100% / 3);
	}
}

.wp-block-cptarchive .cptarchive_list li > a {
	display: block;
}
.wp-block-cptarchive .cptarchive_list.style2 li > a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	/* align-items: center; */
	height: 100%;
	padding: 17px 0 12px 0;
	border-bottom: 1px solid;
}
.wp-block-cptarchive .cptarchive_list.style2 li > a:after {
	content: "";
	position: absolute;
	top: calc(50% - 0.22em);
	right: 0;
	width: 0.6em;
	height: 0.6em;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: rotate(45deg);
}

.wp-block-cptarchive .cptarchive_list.style2 .column1 {
  width: 80px;
	aspect-ratio: 1/1;
}

.wp-block-cptarchive .cptarchive_list.style2 .column2 {
	width: 100%;
	padding-right: 15px;
}
.wp-block-cptarchive .cptarchive_list.style2 .column1 + .column2 {
	width: calc(100% - 100px);
}

.wp-block-cptarchive .cptarchive_list.style2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wp-block-cptarchive .cptarchive_list.style2 .noimage {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-left: 0.2em;
	font-size: 0.8em;
}
.wp-block-cptarchive .cptarchive_list.br-s img {
	display: block;
	overflow: hidden;
	border-radius: 8px;
}
.wp-block-cptarchive .cptarchive_list.br-m img {
	display: block;
	overflow: hidden;
	border-radius: 20px;
}
.wp-block-cptarchive .cptarchive_list.br-circle img {
	display: block;
	overflow: hidden;
	border-radius: 50%;
}

.wp-block-cptarchive .cptarchive_list li time {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}
.wp-block-cptarchive .cptarchive_list.style2 li time {
	margin-top: -5px;
}

.wp-block-cptarchive .cptarchive_list li .title {
	/* font-weight: bold; */
	font-size: 14px;
	line-height: 1.5;
}
.wp-block-cptarchive .cptarchive_list li .taxlist {
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
	gap: 10px;
}
/* .wp-block-cptarchive .cptarchive_list li .taxlist li {
	width: auto;
	padding: 6px;
	font-size: 12px;
	line-height: 1;
} */

/* Q&A
------------------------------------------*/
.wp-block-qa * {
	margin-top: 0;
	font-size: 13px;
}

.wp-block-qa.accordion li:hover {
	cursor: pointer;
}

.wp-block-qa dl {
	position: relative;
	padding: 15px 0;
}
.wp-block-qa.style1 dl {
	border-bottom: 1px solid;
}
.wp-block-qa li:first-of-type dl {
	padding-top: 0;
}
.wp-block-qa.accordion dl:before {
	content: "";
  position: absolute;
  bottom: 30px;
  right: 0;
	width: 15px;
	height: 1px;
	background-color: currentColor;
}
.wp-block-qa.accordion dl:after {
	content: "";
  position: absolute;
  bottom: 23px;
  right: 7px;
	width: 1px;
	height: 15px;
	background-color: currentColor;
}
.wp-block-qa.accordion dl.open:after {
	display: none;
}

.wp-block-qa dt {
	position: relative;
	padding-left: 35px;
	padding-right: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wp-block-qa dt:before {
  content: "Q";
  position: absolute;
  top: -0.35em;
  left: 0;
  font-size: 25px;
}
@media screen and (min-width:782px){
	.wp-block-qa.accordion dt:hover {
		opacity: 0.5;
	}
}
@media screen and (max-width: 781px){
	.wp-block-qa dt {
		font-size: 16px;
	}
}

.wp-block-qa dd {
	position: relative;
	width: calc(100% - 35px);
	margin-top: 8px;
  margin-left: 35px;
  padding-left: 35px;
}
.wp-block-qa.accordion dd {
	display: none;
}
.wp-block-qa dd:before {
  content: "A";
  position: absolute;
  top: -0.4em;
  left: 0;
  font-size: 25px;
}
@media screen and (max-width: 781px){
	.wp-block-qa dd {
		width: 100%;
		margin-left: 0;
	}
}

.wp-block-qa dd * + * {
  margin-top: 1em;
}



/* 緊急のお知らせ
------------------------------------------*/
.urgent_fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	max-width: 800px;
	width: 100%;
	z-index: 1;
}
@media screen and (min-width: 782px){
	.wp-block-group.urgent_fixed .wp-block-group__inner-container {
		width: calc(100% - 40px);
	}
}

.urgent_src_in #sb_instagram {
	display: none;
}

script + .wp-block-urgent {
	margin-top: 0;
}

.wp-block-urgent * {
	margin-top: 0;
}

.urgent_list li {
	display: flex;
	width: 100%;
	position: relative;
	padding-right: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid;
}
.urgent_list.style2 li {
	display: none;
}
.urgent_list.style1 li + li {
  padding-top: 14px;
}
.urgent_list.style2 li:not(:first-child){
	display: none;
}
.urgent_fixed .wp-block-urgent .urgent_list li {
	padding-top: 15px;
  border: none;
}


.urgent_list li a:after {
	content: "";
  position: absolute;
  bottom: calc(50% + 3px);
  right: 0;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
.urgent_list.style2 li.show {
	display: flex;
}

.urgent_list li > a {
  display: flex;
	width: 100%;
}

.urgent_list time {
  width: 120px;
}

.urgent_list time + .title {
	position: relative;
  width: calc(100% - 120px);
	overflow: hidden;
}

.urgent_list.style2 .title span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
  white-space: nowrap;
	animation: ticker 15s linear;
}
@keyframes ticker {
	0% { transform: translateX(0); }
	15% { transform: translateX(0); }
	85% { transform: translateX(-100%); }
	100% { transform: translateX(-100%); }
}

/* ---------- 画像 ---------- */
.wp-block-image {
	margin-bottom: 0 !important;
}


/* 追加CSSクラス
------------------------------------------*/
/* 横幅 */
.wp-block-group.w-ll > .wp-block-group__inner-container {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.wp-block-group.w-l > .wp-block-group__inner-container {
	width: calc(100% - 40px);
	max-width: 560px;
	margin: 0 auto;
}
.wp-block-group.w-m > .wp-block-group__inner-container {
	width: calc(100% - 50px);
	max-width: 560px;
	margin: 0 auto;
}
.wp-block-group.w-700 > .wp-block-group__inner-container {
	width: calc(100% - 50px);
	max-width: 560px;
	margin: 0 auto;
}
.wp-block-group.w-s > .wp-block-group__inner-container {
	width: calc(100% - 60px);
	max-width: 560px;
	margin: 0 auto;
}
@media screen and (min-width: 782px){
	.wp-block-group.w-ll > .wp-block-group__inner-container {
		max-width: 100%;
	}
	.wp-block-group.w-l > .wp-block-group__inner-container {
		width: calc(100% - 100px);
		max-width: 1000px;
		margin: 0 auto;
	}
	.wp-block-group.w-m > .wp-block-group__inner-container {
		width: calc(100% - 100px);
		max-width: 800px;
		margin: 0 auto;
	}
	.wp-block-group.w-700 > .wp-block-group__inner-container {
		width: calc(100% - 100px);
		max-width: 700px;
		margin: 0 auto;
	}
	.wp-block-group.w-s > .wp-block-group__inner-container {
		width: calc(100% - 100px);
		max-width: 600px;
		margin: 0 auto;
	}
	.wp-block-group.w-ss > .wp-block-group__inner-container {
		width: calc(100% - 100px);
		max-width: 400px;
		margin: 0 auto;
	}
}

/* 上マージン */
.mt-ll {
	margin-top: 100px !important;
}
.mt-l {
	margin-top: 40px !important;
}
.mt-m {
	margin-top: 20px !important;
}
.mt-s {
	margin-top: 10px !important;
}
.mt-ss {
	margin-top: 5px !important;
}
.mt-zero {
	margin-top: 0 !important;
}
@media screen and (max-width: 781px){
	.mt-ll {
		margin-top: 60px !important;
	}
	.mt-l {
		margin-top: 40px !important;
	}
}

/* 左マージン */
.gap-ll:not(.wp-block-columns):not(.cptarchive_list):not(.urgent_list) {
	margin-left: 60px;
}
.gap-l:not(.wp-block-columns):not(.cptarchive_list):not(.urgent_list) {
	margin-left: 40px;
}
.gap-m:not(.wp-block-columns):not(.cptarchive_list):not(.urgent_list) {
	margin-left: 20px;
}
.gap-s:not(.wp-block-columns):not(.cptarchive_list):not(.urgent_list) {
	/* margin-left: 10px; */
}
.gap-zero:not(.wp-block-columns):not(.cptarchive_list):not(.urgent_list) {
	margin-left: 0;
}

/* 角丸 */
.wp-block-group.br-s,
.wp-block-group.br-s .wp-block-group__inner-container {
	display: block;
    border-radius: 8px;
    overflow: hidden;
}
.wp-block-group.br-m,
.wp-block-group.br-m .wp-block-group__inner-container {
	display: block;
    border-radius: 20px;
    overflow: hidden;
}
.wp-block-group.br-circle,
.wp-block-group.br-circle .wp-block-group__inner-container {
	display: block;
    border-radius: 50%;
    overflow: hidden;
}


/* 投稿（一覧・詳細ページ）
------------------------------------------*/
main[data-barba-namespace="post01_page"],
main[data-barba-namespace="post01_single"],
main[data-barba-namespace="urgent_single"] {
	padding-top: 50px;
}
@media screen and (max-width: 900px){
	header.type_b + div[data-barba="wrapper"] > main[data-barba-namespace="post01_page"],
	header.type_b + div[data-barba="wrapper"] > main[data-barba-namespace="post01_single"],
	header.type_b + div[data-barba="wrapper"] > main[data-barba-namespace="urgent_single"] {
		padding-top: 90px;
	}
}
@media screen and (max-width: 781px){
	main[data-barba-namespace="post01_page"],
	main[data-barba-namespace="post01_single"],
	main[data-barba-namespace="urgent_single"] {
		padding-top: 90px;
	}
}
.post01_page {
	width: calc(100% - 50px);
	max-width: 560px;
	margin: 0 auto;
}
.post01_page.w-l {
	width: calc(100% - 40px);
	max-width: 560px;
}
.post01_page.w-700 {
	width: calc(100% - 50px);
	max-width: 560px;
}
.post01_page.w-s {
	width: calc(100% - 60px);
	max-width: 560px;
}
@media screen and (min-width: 782px){
	.post01_page {
		width: calc(100% - 100px);
		max-width: 800px;
		margin: 0 auto;
	}
	.post01_page.w-l {
		width: calc(100% - 100px);
		max-width: 1000px;
	}
	.post01_page.w-l {
		width: calc(100% - 100px);
		max-width: 700px;
	}
	.post01_page.w-s {
		width: calc(100% - 100px);
		max-width: 600px;
	}
}
.post01_page * {
	margin-top: 0;
}
.post01_page .page_title {
	font-size: 18px;
}
@media screen and (max-width: 781px){
	.post01_page .page_title {
		font-size: 17px;
	}
}
.open_taxlist {
  display: inline-block;
	margin-top: 20px;
	padding: 4px 10px 2px 10px;
}
.open_taxlist.sort-round {
	border-radius: 20px;
}
.open_taxlist.sort-underline {
	padding: 4px 0 2px 0;
	border-bottom: 1px solid;
	background: none !important;
}
@media screen and (min-width: 782px){
	.open_taxlist:hover {
		cursor: pointer;
		opacity: 0.5;
	}
}

.post01_page .wp-block-cptarchive {
	margin-top: 38px;
}

.hidden_taxlist {
	position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
}
.hidden_taxlist.open {
	opacity: 1;
	visibility: visible;
}
.hidden_taxlist .window {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
  max-height: 30vh;
	padding: 40px 50px;
	overflow-y: scroll;
}
.hidden_taxlist .title {
  text-align: center;
	font-size: 18px;
}
.hidden_taxlist .taxlist,
.post-type-archive .summary .taxlist,
.tax-tax01 .summary .taxlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 45px;
}
@media screen and (max-width: 781px){
	.hidden_taxlist .taxlist,
	.post-type-archive .summary .taxlist,
	.tax-tax01 .summary .taxlist {
		margin-top: 24px;
	}
}
.post-type-archive .summary.ta-left .taxlist,
.tax-tax01 .summary.ta-left .taxlist {
	justify-content: flex-start;
}
.post-type-archive .summary.ta-center .taxlist,
.tax-tax01 .summary.ta-center .taxlist {
	justify-content: center;
}
.post-type-archive .summary.ta-right .taxlist,
.tax-tax01 .summary.ta-right .taxlist {
	justify-content: flex-end;
}
.closebtn {
	position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}
.closebtn:before,
.closebtn:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: currentColor;
}
.closebtn:before {
	margin-top: 50%;
	transform: rotate(45deg);
}
.closebtn:after {
	transform: rotate(-45deg);
}
@media screen and (min-width: 782px){
	.closebtn:hover {
		cursor: pointer;
	}
}
@media screen and (max-width: 781px){
	.hidden_taxlist .window {
		padding: 40px 20px;
	}
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	position: relative;
	gap: 0 40px;
	margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid;
}
.wp-pagenavi a,
.wp-pagenavi span {
	padding: 0 3px;
	font-size: 16px;
}
.wp-pagenavi span {
  border-bottom: 1px solid;
}
.wp-pagenavi .previouspostslink {
	position: absolute;
  top: 59px;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-left: 1px solid;
  transform: rotate(-45deg);
}
.wp-pagenavi .nextpostslink {
	position: absolute;
  top: 59px;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
/* @media screen and (max-width: 781px){
	.post01_page {
		padding-top: 130px;
	}
} */

/* 投稿（シングル）
------------------------------------------*/
.post01_single,
.urgent_single {
	width: calc(100% - 50px);
	max-width: 560px;
	margin: 0 auto;
}
.post01_single.w-l,
.urgent_single.w-l {
	width: calc(100% - 40px);
	max-width: 560px;
}
.post01_single.w-700,
.urgent_single.w-700 {
	width: calc(100% - 50px);
	max-width: 560px;
}
.post01_single.w-s,
.urgent_single.w-s {
	width: calc(100% - 60px);
	max-width: 560px;
}
@media screen and (min-width: 781px){
	.post01_single,
	.urgent_single {
		width: calc(100% - 100px);
		max-width: 800px;
		margin: 0 auto;
	}
	.post01_single.w-l,
	.urgent_single.w-l {
		width: calc(100% - 100px);
		max-width: 1000px;
	}
	.post01_single.w-700,
	.urgent_single.w-700 {
		width: calc(100% - 100px);
		max-width: 700px;
	}
	.post01_single.w-s,
	.urgent_single.w-s {
		width: calc(100% - 100px);
		max-width: 600px;
	}
}

.post01_single .summary,
.urgent_single .summary {
	margin-top: 0;
	/* padding-bottom: 30px;
	border-bottom: 1px solid currentColor; */
}
.post01_single .summary time,
.urgent_single .summary time {
	font-size: 12px;
}
.post01_single .summary .page_title,
.urgent_single .summary .page_title {
	margin-top: 10px;
	font-size: 30px;
}
@media screen and (max-width: 781px){
	.post01_single .summary .page_title,
	.urgent_single .summary .page_title {
		font-size: 24px;
	}
}

.post01_single .taxlist {
	display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 10px;
}
.post01_single .taxlist li {
	margin-top: 0;
}
.post01_single .summary.ta-left .taxlist {
	justify-content: flex-start;
}
.post01_single .summary.ta-center .taxlist {
	justify-content: center;
}
.post01_single .summary.ta-right .taxlist {
	justify-content: flex-end;
}

.post01_single .content_area,
.urgent_single .summary .page_title {
	margin-top: 50px;
}
.post01_single .content_area p,
.post01_single .content_area p span,
.urgent_single .content_area p,
.urgent_single .content_area p span {
	font-size: 16px;
	line-height: 2;
	overflow-wrap: break-word;
}
.post01_single .content_area iframe,
.urgent_single .content_area iframe {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 781px){
	.post01_single .content_area p,
	.post01_single .content_area p span,
	.urgent_single .content_area p,
	.urgent_single .content_area p span {
		font-size: 14px;	
	}
}
.post01_single .content_area div + p,
.urgent_single .content_area div + p {
	margin-top: 10px;
}

.post01_single .has-heading-l-font-size,
.post01_single .has-heading-m-font-size,
.urgent_single .has-heading-l-font-size,
.urgent_single .has-heading-m-font-size {
	margin-top: 60px;
}
.post01_single .is-style-underline,
.urgent_single .is-style-underline {
	padding-bottom: 0.3em;
	border-bottom: 2px solid;
}

.post01_single .controller,
.urgent_single .controller {
  display: flex;
  justify-content: space-between;
  align-items: center;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid currentColor;
}
.post01_single .controller_prev,
.post01_single .controller_next {
	margin-top: 0;
}
.post01_single .controller_prev a,
.post01_single .controller_next a {
  display: block;
  width: 10px;
  height: 10px;
	margin-top: 0;
	font-size: 0px;
  border-top: 1px solid;
}
.post01_single .controller_prev a {
	border-left: 1px solid;
	transform: rotate(-45deg);
}
.post01_single .controller_next a {
	border-right: 1px solid;
	transform: rotate(45deg);
}
.post01_single .viewall,
.urgent_single .viewall {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}


/* 404
------------------------------------------*/
.error_page .summary {
	min-height: 60vh;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 220px 20px 0 20px;
}
.error_page .page_title {
	width: 100%;
	text-align: center;
}
.error_page .pageback {
	margin-top: 40px;
	text-align: center;
}
.error_page .pageback a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

/* Footer
------------------------------------------*/
@media screen and (min-width: 901px){
	header.type_b ~ footer {
	  width: calc(100% - 300px);
	}
	header.type_b.left ~ footer {
	  margin-left: 300px;
	}
	header.type_b.right ~ footer {
	  margin-right: 300px;
	}
}

footer .map_container iframe {
	width: 100%;
	height: 400px;
}

footer .footer_container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 100px;
	width: 100%;
	padding: 40px 50px;
}
footer .icon {
	margin-right: 0.3em;
}
@media screen and (min-width: 782px){
	header.type_b ~ footer .info {
		width: 100%;
	}
}
@media screen and (max-width: 781px){
	footer .footer_container {
		gap: 35px;
		padding: 40px 25px 24px 25px;
	}
	footer .info {
		width: 100%;
	}
}

footer .fnav_container {
	position: absolute;
	bottom: 40px;
	right: 50px;
}
footer .fnav_list {
	display: flex;
	justify-content: flex-end;
	gap: 40px;
}
footer .fnav_list a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
	font-size: 12px;
}
@media screen and (max-width: 781px){
	footer .fnav_container {
		position: static;
	}
	footer .fnav_list {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 10px 40px;
	}
	footer .fnav_list li {
		width: 100%;
	}
}

footer .contact_btn {
	position: absolute;
	top: 40px;
	right: 50px;
}
@media screen and (max-width: 781px){
	footer .contact_btn {
		top: auto;
		bottom: 0;
		right: 0;
		width: 100%;
	}
	footer .contact_btn{
		position: static;
	}
	footer .contact_btn a {
		justify-content: center;
	}
}

footer .copyright {
  display: block;
  width: 100%;
}
