@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*テーブル開閉のボタン*/
.wp-block-lazyblock-tableac2 .table-open {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    padding: 8px 25px 8px 13px;
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.8em;
}

.wp-block-lazyblock-tableac2 .table-open::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
    transition: all 0.5s;
}


.wp-block-lazyblock-tableac2 .table-open.on:after {
    transform: translateY(1px) rotate(315deg);
}
/* リッチリスト */
dl.rich_list {
	margin: 20px 0;
	padding: 0;
}
dl.rich_list dt {
	position: relative;
	background: var(--color_main);
	padding: 12px 15px 10px;
	margin: 0 0 10px;
	border: 0 !important;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	border-radius: 7px;
}
dl.rich_list dt:before {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 12px 7px 0;
	border-color: var(--color_main) transparent transparent;
	left: 50px;
	bottom: -12px;
}
dl.rich_list dt[style]:before {
	background: inherit;
	border-color: transparent #fff #fff;
}
dl.rich_list dd {
	padding: 0;
	margin: 0 0 15px !important;
	border: 0 !important;
	line-height: 1.5em;
}
.post_content dl.rich_list dd .h5,
dl.rich_list dd .h5 {
	margin: 0 0 5px !important;
	padding: 3px 0 2px 30px;
	background: url(./images/icon-check.png) no-repeat left top !important;
	border: 0 !important;
	background-size: 28px 28px !important;
	font-weight: bold;
	line-height: 1.2em;
	color: #030 !important;
}
dl.rich_list dd p br:first-child,
dl.rich_list dd .h5+br {
	display: none;
}
dl.rich_list dd .h5 b {
	color: #e22;
}
dl.rich_list dd p {
	margin: 0 0 0 20px !important;
	padding: 0;
	line-height: inherit;
}
.article-body dl.rich_list dd ul li {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1.3em !important;
}
.article-body dl.rich_list dd ul li:before {
	background: #a8a8f4;
	top: 5px;
}
@media (max-width: 600px) {
	dl.rich_list dt {
		padding: 10px 12px 8px;
	}
}

/* リッチリスト */
dl.rich_list {
	margin: 20px 0;
	padding: 0;
}
dl.rich_list dt {
	position: relative;
	background: var(--color_main);
	padding: 12px 15px 10px;
	margin: 0 0 10px;
	border: 0 !important;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	border-radius: 7px;
}
dl.rich_list dt:before {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 12px 7px 0;
	border-color: var(--color_main) transparent transparent;
	left: 50px;
	bottom: -12px;
}
dl.rich_list dt[style]:before {
	background: inherit;
	border-color: transparent #fff #fff;
}
dl.rich_list dd {
	padding: 0;
	margin: 0 0 15px !important;
	border: 0 !important;
	line-height: 1.5em;
}
.post_content dl.rich_list dd .h5,
dl.rich_list dd .h5 {
	margin: 0 0 5px !important;
	padding: 3px 0 2px 30px;
	position: relative;
	border: 0 !important;
	background-size: 28px 28px !important;
	font-weight: bold;
	line-height: 1.2em;
	color: #030 !important;
}
dl.rich_list dd .h5:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    box-sizing: border-box;
    background:
        linear-gradient(-55deg, transparent 44%, #d22 46%, #d22 58%, transparent 60%),
        linear-gradient(45deg, transparent 33%, #d22 35%, #d22 47%, transparent 49%);
    background-repeat: no-repeat;
    background-position: 4px 2px, 1px 8px;
    background-size: 100% 100%;
    border-radius: 2px;
}
dl.rich_list dd p br:first-child,
dl.rich_list dd .h5+br {
	display: none;
}
dl.rich_list dd .h5 b {
	color: #e22;
}
dl.rich_list dd p {
	margin: 0 0 0 20px !important;
	padding: 0;
	line-height: inherit;
}
.article-body dl.rich_list dd ul li {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1.3em !important;
}
.article-body dl.rich_list dd ul li:before {
	background: #a8a8f4;
	top: 5px;
}
@media (max-width: 600px) {
	dl.rich_list dt {
		padding: 10px 12px 8px;
	}
}
/* リッチリスト拡張（開閉付き：2024/10/18）＋ 開閉ブロックinブロック（2024/11/12） */
.openclose-inblock > .lazyblock-inner-blocks,
.rich_list_close dl.rich_list {
    margin-bottom: 0;
    padding-bottom: 0;
}
.openclose-inblock,
.rich_list_close {
    margin-bottom: 20px;
    position: relative;
}
.openclose-inblock > .lazyblock-inner-blocks > *:nth-child(n+2),
.rich_list_close dl.rich_list dt:nth-of-type(n+2),
.rich_list_close dl.rich_list dd:nth-of-type(n+2) {
    max-height: 1500px;
    transition: all 0.7s ease-in-out;
}
.openclose-inblock:has(input:checked) > .lazyblock-inner-blocks > *:not(:last-child) {
    margin-bottom: 30px;
}
.openclose-inblock:has(input:not(:checked)) > .lazyblock-inner-blocks > *:nth-child(n+2),
.rich_list_close:has(input:not(:checked)) dl.rich_list dt:nth-of-type(n+2),
.rich_list_close:has(input:not(:checked)) dl.rich_list dd:nth-of-type(n+2) {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0 !important;
    max-height: 0;
    transition: all 0.2s ease-in-out;
}
.openclose-inblock input,
.rich_list_close input {
    display: none;
}
.openclose-inblock:has(input:not(:checked)) label:before,
.rich_list_close:has(input:not(:checked)) label:before {
    content: attr(data-text-open);
}
.openclose-inblock:has(input:checked) label:before,
.rich_list_close:has(input:checked) label:before {
    content: attr(data-text-close);
}
.openclose-inblock label,
.rich_list_close label {
    position: relative;
    display: block;
    margin: auto;
    width: fit-content;
    background: var(--color_main);
    color: var(--color_bg);
    padding: 5px 20px;
    border-radius: 40px;
    box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.5s linear;
    font-size: 90%;
    line-height: 1.2em;
    z-index: 2;
}
.openclose-inblock label:hover,
.rich_list_close label:hover {
    filter: brightness(1.1);
    left: -1px;
    top: -1px;
    box-shadow: rgba(0,0,0,0.5) 3px 3px 5px;
    transition: all 0.2s linear;
}
.openclose-inblock:after,
.rich_list_close:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #fff 0%, transparent 100%);
}
.openclose-inblock:has(input:checked):after,
.rich_list_close:has(input:checked):after {
    display: none;
}
.rich_list ul:not([class]) li,
ul[class="wp-block-list"] li,
.cap_box_content ul:not([class]) li {
    list-style: disc;
}
.rich_list dd ul {
    margin-left: 15px;
}

/* ヘッダー */
#fix_header {
	box-shadow: none;
}
#fix_header .l-fixHeader__inner {
	padding-top: 8px;
	padding-bottom: 8px;
}
.l-header {
	box-shadow: none;
}
.l-header .l-header__inner,
#fix_header .l-fixHeader__inner {
	max-width: 100%;
}
.l-header .l-header__menuBtn.sp_ {
	transform: scale(1.3);
	position: fixed;
	background-color: #fff;
	border-radius: 0 0 0 10px;
	width: auto;
	top: 0;
	height: auto;
}
.l-header .l-header__menuBtn.sp_ .c-iconBtn {
	padding: 18px 0 12px 0;
}
@media not all and (min-width: 960px) {
	.l-header[data-spfix="1"] {
		position: relative;
		top: 0;
	}
}
.l-header nav .c-gnav li,
.l-fixHeader .c-gnav li {
    font-weight: bold;
}
.l-header nav .c-gnav li:hover,
.l-fixHeader .c-gnav li:hover {
    color: #f49d9a;
}
.l-header nav .c-gnav li:nth-of-type(4):not(.sub-menu li) i,
.l-fixHeader .c-gnav li:nth-of-type(4):not(.sub-menu li) i,
.l-header nav .c-gnav li:nth-of-type(5):not(.sub-menu li) i,
.l-fixHeader .c-gnav li:nth-of-type(5):not(.sub-menu li) i,
.l-header nav .c-gnav li:nth-of-type(6):not(.sub-menu li) i,
.l-fixHeader .c-gnav li:nth-of-type(6):not(.sub-menu li) i,
.l-header nav .c-gnav li:nth-of-type(7):not(.sub-menu li) i,
.l-fixHeader .c-gnav li:nth-of-type(7):not(.sub-menu li) i {
    display: none;
}
.l-header nav .c-gnav li:nth-of-type(7),
.l-fixHeader .c-gnav li:nth-of-type(7) {
    color: #3f7a62;
}
.l-header nav .c-gnav>.menu-item> li:nth-of-type(7):hover,
.l-fixHeader .c-gnav>.menu-item> li:nth-of-type(7):hover {
    color: #3f7a62;
}
.l-header nav .c-gnav li:nth-of-type(8),
.l-fixHeader .c-gnav li:nth-of-type(8) {
	color: #f49d9a;
}
.l-header nav .c-gnav li:nth-of-type(8) span:first-child,
.l-fixHeader .c-gnav li:nth-of-type(8) span:first-child {
	display: flex;
	align-items: center;
}
.l-header nav .c-gnav>.menu-item> li:nth-of-type(8):hover,
.l-fixHeader .c-gnav>.menu-item> li:nth-of-type(8):hover {
	color: #f49d9a;
}
.l-header nav .c-gnav>.menu-item>a .ttl,
.l-fixHeader .c-gnav>.menu-item>a .ttl {
    font-size: 16px;
}
.l-header nav .c-gnav li .sub-menu,
.l-fixHeader .c-gnav li .sub-menu {
    width: 730px;
	  padding: 36px 40px 28px;
	  display: flex;
	  flex-wrap: wrap;
	  gap: 16px;
}
.l-header nav .c-gnav .sub-menu,
.l-fixHeader .c-gnav .sub-menu {
    border-radius: 8px;
}
.l-header nav .c-gnav .sub-menu:before,
.l-fixHeader .c-gnav .sub-menu:before {
    border-radius: 8px;
}
.l-header nav .c-gnav .sub-menu li:first-child,
.l-fixHeader .c-gnav .sub-menu li:first-child {
    width: 100%;
	  border-bottom: solid 5px #fffaf2;
}
.l-header nav .c-gnav .sub-menu li:first-child a,
.l-fixHeader .c-gnav .sub-menu li:first-child a {
    pointer-events: none;
	  font-size: 26px;
	  font-weight: bold;
	  padding-left: 0;
}
.l-header nav .c-gnav .sub-menu li:first-child a:before,
.l-fixHeader .c-gnav .sub-menu li:first-child a:before {
    display: none;
}
.l-header nav .c-gnav .sub-menu li,
.l-fixHeader .c-gnav .sub-menu li {
    color: #333;
	  font-weight: normal;
	  align-content: center;
}
.l-header nav .c-gnav .sub-menu li a,
.l-fixHeader .c-gnav .sub-menu li a {
    font-size: 16px;
	  font-weight: bold;
}
.l-header nav .c-gnav .sub-menu li a:hover,
.l-fixHeader .c-gnav li .sub-menu a:hover {
    background-color: #fffaf2;
	  border-radius: 8px;
}
.l-container .textwidget .tel-content {
    position: absolute;
    right: 0;
    top: 64px;
    background-color: #fff;
    padding: 8px 62px 8px 16px;
    border-radius: 0px 0px 6px 6px;
    font-size: 28px;
	z-index: 999;
}
.l-container .textwidget .tel-content span:first-child {
    font-size: 18px;
	font-weight: bold;
}

/* ヘッダーメニュー内 */
#sp_menu .p-spMenu__closeBtn {
	width: auto;
}
#sp_menu .p-spMenu__closeBtn .c-iconBtn  i {
	font-size: 26px;
}
#sp_menu .p-spMenu__closeBtn .c-iconBtn {
	background-color: #fffaf2;
	border-radius: 0 0 0 10px;
	width: 60px;
	height: 60px;
}
#sp_menu .p-spMenu__inner {
	width: 100%;
	padding-top: 0;
}
#sp_menu .p-spMenu__body {
	padding: 0 56px 56px 56px;
}
#sp_menu .p-spMenu__body .c-widget__title {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	padding: 20px;
}
#sp_menu .p-blogParts p:last-child {
	color: #3f7a62;
}
#sp_menu .p-blogParts p:last-child span {
	color: #333;
}
#sp_menu .p-blogParts:last-child {
	position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fffaf2;
    left: 0;
	  z-index: 99;
}
#sp_menu .p-blogParts:last-child .wp-block-columns {
	padding: 12px 48px;
}
#sp_menu .p-blogParts:last-child .wp-block-column a {
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	align-items: center;
}
#sp_menu .p-blogParts:last-child .wp-block-column a span:first-child {
	background-color: #fff;
	width: 20px;
	height: 20px;
	color: #333;
}
#sp_menu_bottom {
	padding: 68px 0;
}
#sp_menu .p-spMenu__body .p-spMenu__nav {
	padding: 120px 0 40px 0;
}
#sp_menu .p-spMenu__body .p-spMenu__nav .c-spnav {
	font-weight: bold;
	font-size: 17px;
}
#sp_menu .p-spMenu__body .p-spMenu__nav .c-spnav  li {
	border-bottom : solid 1px #E6E6E6;
}
#sp_menu .p-spMenu__body .p-spMenu__nav .c-spnav  li:nth-of-type(7) {
	color: #3f7a62;
}
#sp_menu .p-spMenu__body .p-spMenu__nav .c-spnav  li:nth-of-type(7) i {
	color: #333;
}
#sp_menu .p-spMenu__body .p-spMenu__nav .c-spnav  li:not(.sub-menu li):last-child {
	display: none;
}
#sp_menu .p-spMenu__body .p-spMenu__nav .c-spnav  li a {
	border-bottom : none;
}
#sp_menu .p-spMenu__body .p-spMenu__nav .c-spnav  li a {
	display: flex;
	justify-content: space-between;
	background-color: #fff; 
	padding: 22px 0;
}
#sp_menu .p-spMenu__body .p-spMenu__nav .c-spnav  li a i {
	padding-right: 6px;
}
#sp_menu .p-spMenu__body .p-spMenu__nav .c-spnav  .sub-menu {
	font-weight: normal;
	font-size: 14px;
}
#sp_menu .p-spMenu__body .p-spMenu__nav .c-spnav  .sub-menu li{
	border-bottom: none;
}
#sp_menu .p-spMenu__body .p-spMenu__nav .c-spnav  .sub-menu li{
	color: #333;
}
#sp_menu .p-spMenu__body .p-spMenu__nav .c-spnav  .sub-menu li:first-child{
	display: none;
}
#sp_menu .p-spMenu__body .p-spMenu__nav .c-spnav  .sub-menu a {
	border-bottom: none;
	padding: 20px 12px;
	display: block;
	font-size: 14px;
}
#sp_menu .c-submenuToggleBtn {
	width: 1em;
	font-weight: bold;
}
#sp_menu .c-submenuToggleBtn:after {
	border: none;
}
#sp_menu .c-submenuToggleBtn:before {
	content: "\e91c";
}
#sp_menu .c-submenuToggleBtn.is-opened:before {
	content: "\e919";
}

/* フッター */
.l-footer {
	position: static;
}
@media screen and (max-width: 959px) {
	#before_footer_widget {
	  display: none;
  }
}
#before_footer_widget {
	background-color: #fffaf2;
	padding-top: 30px;
	margin-bottom: 0;
}
#before_footer_widget .l-container .widget_text .textwidget .p-blogParts .wp-block-columns {
	padding: 12px 0;
	border-bottom: dotted 1px #CCCCCC;
}
#before_footer_widget .l-container .widget_text .textwidget .p-blogParts .wp-block-columns:last-child {
	border-bottom: none;
}
#before_footer_widget .l-container .widget_text .textwidget .p-blogParts .wp-block-columns .wp-block-columns {
	padding: 0;
	border-bottom: none;
	margin-bottom: 2px;
}
#before_footer_widget .l-container .widget_text .textwidget .p-blogParts .wp-block-columns .wp-block-column {
	font-size: 18px;
}
#before_footer_widget .l-container .widget_text .textwidget .p-blogParts .wp-block-columns .wp-block-column a {
	color: #333;
}
#before_footer_widget .l-container .widget_text .textwidget .p-blogParts .wp-block-columns .wp-block-column a:hover {
	color: #f49d9a;
}
#before_footer_widget .l-container .widget_text .textwidget .p-blogParts .wp-block-columns .wp-block-columns .wp-block-column {
	font-size: 16px;
}
#before_footer_widget .l-container .widget_text .textwidget .p-blogParts .wp-block-columns .wp-block-columns .wp-block-column a:hover {
	text-decoration-color: #f49d9a;
	text-decoration: underline;
}
#before_footer_widget .l-container .swell-block-fullWide {
	margin-bottom: 0;
}
#before_footer_widget .l-container .swell-block-fullWide .wp-block-column p {
	font-size: 16px;
}
#before_footer_widget .l-container .p-blogParts:nth-of-type(2) .wp-block-columns a {
	font-size: 16px;
}
#before_footer_widget .l-container .p-blogParts:nth-of-type(2) .wp-block-columns a:hover {
	text-decoration: underline;
	text-decoration-color: #f49d9a;
}
#footer .copyright {
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	#footer .copyright {
	  font-size: 13px;
  }
}
#before_footer_widget .l-container .widget_text .textwidget .p-blogParts .wp-block-columns .wp-block-column:first-child  a {
	font-weight: bold;
}
#before_footer_widget .l-container .widget_text .textwidget .p-blogParts .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column a,
#before_footer_widget .l-container .widget_text .textwidget .p-blogParts:nth-of-type(2) .wp-block-columns .wp-block-column a {
	font-weight: normal;
}
#before_footer_widget .l-container .widget_text .textwidget .p-blogParts .swell-block-fullWide .wp-block-columns .wp-block-column:nth-of-type(2) p span,
#footer .p-blogParts .swell-block-fullWide .wp-block-columns .wp-block-column:nth-of-type(2) p span {
	font-weight: bold;
}

/* SPフッター */
#footer .l-container {
	padding: 0 44px;
}
#footer .p-blogParts:first-child p {
	margin-bottom: 0;
	padding: 12px 0;
	border-bottom: dotted 1px #CCCCCC;
}
#footer .p-blogParts:first-child p:nth-of-type(8) {
	margin-bottom: 40px;
}
#footer .p-blogParts:first-child .swell-block-fullWide p {
	border-bottom: none;
}
#footer .p-blogParts:first-child .wp-block-columns {
	gap: 0 !important;
}
#footer .p-blogParts:first-child .wp-block-columns p {
	border-bottom: none;
}
#footer .p-blogParts:first-child .wp-block-columns p a {
	display: contents;
}
#footer .p-blogParts:first-child a {
	display: flex;
	justify-content: space-between;
}
#footer .p-blogParts:first-child .wp-block-image a {
	display: block;
}

/* 固定フッター */
@media screen and (max-width: 959px) {
	#footer .l-footer__foot {
	  margin-bottom: 80px;
  }
}
@media screen and (max-width: 325px) {
	#footer .l-footer__foot {
	  margin-bottom: 130px;
  }
}
@media screen and (max-width: 295px) {
	#footer .l-footer__foot {
	  margin-bottom: 140px;
  }
}
@media screen and (min-width: 959px) {
	#footer .l-footer__widgetArea {
		display: none;
	}
}
#footer .p-blogParts:nth-of-type(2) {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fffaf2;
    left: 0;
	  z-index: 99;
}
#footer .p-blogParts:nth-of-type(2) .wp-block-columns {
	padding: 12px 42px;
}
#footer .p-blogParts:nth-of-type(2) .wp-block-column a {
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	align-items: center;
}
#footer .p-blogParts:nth-of-type(2) .wp-block-column:first-child a span:first-child {
	background-color: #fff;
	width: 20px;
	height: 20px;
}

/* アイコン */
.global-header-nav__icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 34px;
    height: 34px;
    margin: 0 10px 0 0;
    color: #ffffff;
    border-radius: 12px;
    background-color: var(--color_main);
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
	  font-size: 20px !important;
	  width: 30px;
	  height: 30px;
}

/* 投稿記事でのパンくず内の記事タイトル表示 */
.single .p-breadcrumb .p-breadcrumb__list li.p-breadcrumb__item,
.p-breadcrumb .p-breadcrumb__list li.p-breadcrumb__item,
.single .p-breadcrumb .p-breadcrumb__list li.p-breadcrumb__item:last-child > span.p-breadcrumb__text,
.p-breadcrumb .p-breadcrumb__list li.p-breadcrumb__item:last-child > span.p-breadcrumb__text {
    display: inline !important;
    white-space: wrap;
}
.single .p-breadcrumb__item:after,
.p-breadcrumb__item:after {
    display: inline-block;
    margin: 0 8px;
}
.single .p-breadcrumb .p-breadcrumb__list,
.p-breadcrumb .p-breadcrumb__list {
    display: block !important;
    width: auto !important;
    font-size: 14px;
    white-space: wrap;
}
@media (min-width: 768px) {
    .single .p-breadcrumb .p-breadcrumb__list,
    .p-breadcrumb .p-breadcrumb__list {
        font-size: 15px;
    }
}