@charset "UTF-8";


/* html ***********************************************************************/
html {
	  scroll-behavior: smooth;
}

body {
	position: relative;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.8em;
	letter-spacing: 1px;
}

rt {
	font-size: 60%;
}

rp {
	font-size: 50%;
}

hr {
	margin: 16px 0;
	border: none;
	border-top: 1px solid #aaa !important;
	border-bottom: none !important;
}

hr.tight {
	margin: 4px 0;
}

sup {
	margin: 0 0 0 2px;
}

blockquote {
	margin: 2em 0;
	padding: 0 0 0 1em;
	border-left: 4px solid #ccc;
}


/* .block, .blockcontents *****************************************************/
.block {
	box-sizing: border-box;
	width: 100%;
}

.blockcontents {
	box-sizing: border-box;
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 16px;
	*zoom: 1;
}
@media screen and (max-width: 959px) {
	.blockcontents {
		width: 100%;
		padding: 16px;
	}
}


/* headerArea *****************************************************************/
#headerArea {
}

#headerArea .blockcontents {
	display: flex;
	justify-content: space-between;
	gap: 32px;
	padding: 40px 16px;
}
@media screen and (max-width: 959px) {
	#headerArea .blockcontents {
		padding: 40px 16px;
	}
}
@media screen and (max-width: 479px) {
	#headerArea .blockcontents {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 479px) {
	#headerArea #globalmenu {
		display: none;
	}
}

/* titleArea ******************************************************************/
#titleArea .blockcontents {
}

#titleArea h1 {
	margin: 0;
	padding: 40px;
	color: #fff;
	background-image: linear-gradient(90deg, #efa1bd, #efc6c5);
	border-radius: 8px;
}

#titleArea .subtitle {
	margin: 1em 0 0 0;
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
}


/* breadcrumbArea *************************************************************/
#breadcrumbArea .blockcontents {
	line-height: 1.4em;
	font-size: smaller;
	letter-spacing: 1px;
}

#breadcrumbArea a {
	text-decoration: none;
}
#breadcrumbArea a:hover {
	text-decoration: underline 2px;
}


/* contentsArea ***************************************************************/
#contentsArea {
	padding: 16px 0;
}

#contentsArea .blockcontents {
	display: flex;
}
@media screen and (max-width: 479px) {
	#contentsArea .blockcontents {
		display: block;
	}
}

body.home #contentsArea .blockcontents {
	display: block;
}

#mainContentsArea {
	box-sizing: border-box;
	flex: 1;
	min-height: 800px;
}
@media screen and (max-width: 479px) {
	#mainContentsArea {
		min-height: 300px;
	}
}

body.home #mainContentsArea {
	width: 100%;
}

#subContentsArea {
	box-sizing: border-box;
	width: 260px;
	margin-left: 80px;
}
@media screen and (max-width: 959px) {
	#subContentsArea {
		width: 30%;
		margin-left: 32px;
	}
}
@media screen and (max-width: 479px) {
	#subContentsArea {
		width: 100%;
		margin-top: 40px;
		margin-left: 0;
	}
}

#subContentsArea .widgetArea ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subContentsArea .widgetArea ul li.widget {
	margin: 0 0 1em 0;
}


/* サブメニュー */
#subContentsArea ul.subpage {
	box-sizing: border-box;
	margin: 0 0 40px 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 16px;
}

#subContentsArea ul.subpage > li.page_item {
	display: none;
}

#subContentsArea ul.subpage > li.page_item.current_page_item,
#subContentsArea ul.subpage > li.page_item.current_page_ancestor {
	display: block;
}

#subContentsArea ul.subpage > li.page_item.current_page_item > a,
#subContentsArea ul.subpage > li.page_item.current_page_ancestor > a {
	font-size: larger;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2px;
}

#subContentsArea ul.subpage ul {
	margin: 0;
	padding: 0;
}

#subContentsArea ul.subpage li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subContentsArea ul.subpage li a {
	display: block;
	padding: 8px 0 8px 16px;
	text-decoration: none;
}

#subContentsArea ul.subpage > li.page_item.current_page_item ul,
#subContentsArea ul.subpage > li.page_item.current_page_ancestor ul {
	padding: 0 0 0 16px;
}

#subContentsArea ul.subpage > li.page_item.current_page_item > ul,
#subContentsArea ul.subpage > li.page_item.current_page_ancestor > ul {
	padding: 0;
}

#subContentsArea .current_page_item > a {
	color: #FF7898;
	pointer-events: none;
}
/*
#subContentsArea .current_page_item > a:before {
	content: '» ';
	color: #FF7898;
}
 */

/* 記事一覧 */
#subContentsArea .post_list.byshortcode .post {
	margin: 0 0 1em 0;
}

#subContentsArea .post_list.byshortcode .post .meta {
	margin: 0 0 0.6em 0;
}

#subContentsArea .post_list.byshortcode .post .meta .date {
	font-size: smaller;
}

#subContentsArea .post_list.byshortcode .post .title {
	line-height: 1.4em;
}


/* footerArea *****************************************************************/
#footerArea {
	background-color: #FBFBFB;
}

#footerArea .blockcontents {
	display: flex;
	justify-content: space-between;
	gap: 32px;
	padding: 60px 16px;
}
@media screen and (max-width: 959px) {
	#footerArea .blockcontents {
		padding: 40px 16px;
	}
}
@media screen and (max-width: 479px) {
	#footerArea .blockcontents {
		display: block;
		text-align: center;
	}
}

#footerArea .name {
	margin: 0 0 32px 0;
}

#footerArea .address {
	line-height: 1.6em;
	letter-spacing: 1px;
}


/* #copyright *****************************************************************/
#copyright {
	padding: 0.5em 1em;
	text-align: right;
	font-size: 0.7em;
	letter-spacing: 1px;
}


/* img, figure ****************************************************************/
img {
	display: block;
	max-width: 100%;
}
@media screen and (max-width: 479px) {
	img {
		margin: 0 auto;
	}
}


/* list ***********************************************************************/
ul {
	margin: 1.4em 0;
}

ul.style_check li {
	position: relative;
	list-style-type: none;
	color: #796a56;
}
ul.style_check li::after {
	display: block;
	content: '';
	position: absolute;
	top: .7em;
	left: -1em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #cfaf3b;
	border-bottom: 2px solid #cfaf3b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.style_arrow li {
	position: relative;
	list-style-type: none;
}
ul.style_arrow li::after,
ul.style_arrow li::before {
	display: block;
	content: '';
	position: absolute;
}
ul.style_arrow li::after {
	top: 8px;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #40210F;
	border-bottom: 1px solid #40210F;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
ul.style_arrow li::before {
	top: 11px;
	left: -1.025em;
	width: 8px;
	height: 1px;
	background-color: #40210F;
}

table ul, table ol {
	margin: 0;
	padding-left: 1.5em;
}

li {
	margin: 1em 0;
	line-height: 1.4em;
}

dl {
	margin: 0 0 1.6em 0;
}

dt {
	line-height: 1.6em;
	font-size: smaller;
}

dd {
	line-height: 1.2em;
	margin: 0.5em 0 1em 0;
}


/* table **********************************************************************/
.wp-block-table table,
table {
	box-sizing: border-box;
	width: 100%;
	margin: 1em 0;
	border-bottom: none;
	border-collapse: collapse;
	word-break: break-word;
}

table caption {
	margin: 0 0 4px 0;
	text-align: right;
}

.wp-block-table table thead,
table thead {
	border: none;
}

.wp-block-table table tr,
table tr {
	vertical-align: top;
}

.wp-block-table table th,
table th {
	box-sizing: border-box;
	text-align: left;
	font-weight: bold;
	font-size: smaller;
	border: 1px solid #ccc;
	padding: 8px;
	line-height: 1.6em;
	background-color: rgba(247, 239, 219, 0.3);
	white-space: nowrap;
}
@media screen and (max-width: 959px) {
	.wp-block-table table th,
	table th {
		white-space: normal;
	}
}

.wp-block-table table td,
table td {
	box-sizing: border-box;
	padding: 8px;
	line-height: 1.6em;
	border: 1px solid #ccc;
}

.wp-block-table.border table,
table.border,
.border table {
	border: none;
	border-top: 1px solid #ccc;
}

.wp-block-table.border table th,
table.border th,
.border table th {
	border: none;
	border-bottom: 1px solid #ccc;
}

.wp-block-table.border table th:last-child,
table.border th:last-child,
.border table th:last-child {
	border-right: none;
}

.wp-block-table.border table td,
table.border td,
.border table td {
	border: none;
	border-bottom: 1px solid #ccc;
}

.wp-block-table.bordernone table,
table.bordernone,
.bordernone table,
table.bordernone {
	border: none;
}

.wp-block-table.bordernone table th,
.bordernone table th,
table.bordernone th {
	border: none;
	background: none;
}

.wp-block-table.bordernone table td,
.bordernone table td,
table.bordernone td {
	border: none;
}

@media screen and (max-width: 479px) {
	.wp-block-table.flatten table,
	table.flatten {
		position: relative;
		border-top: 1px solid #ccc;
	}

	.wp-block-table.flatten table tr,
	table.flatten tr {
		border-bottom: 1px solid #ccc;
	}

	.wp-block-table.flatten table th,
	table.flatten th {
		display: block;
		border-bottom: 1px dashed #ccc;
	}

	.wp-block-table.flatten table th:last-child,
	table.flatten th:last-child {
		display: block;
		border: none;
	}

	.wp-block-table.flatten table td,
	table.flatten td {
		display: block;
		border: none;
		border-bottom: 1px dashed #ccc;
	}

	.wp-block-table.flatten table td:last-child,
	table.flatten td:last-child {
		display: block;
		border: none;
	}
}


/* align **********************************************************************/
.leftarea {
	clear: both;
	box-sizing: border-box;
	float: left;
	width: 50%;
}
@media screen and (max-width: 479px) {
	.leftarea {
		float: none;
		width: 100%;
	}
}

.rightarea {
	box-sizing: border-box;
	float: right;
	width: 50%;
}
@media screen and (max-width: 479px) {
	.rightarea {
		float: none;
		width: 100%;
	}
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.alignright {
	margin: 0 0 8px 32px;
	float: right;
}
@media screen and (max-width: 959px) {
	.alignright {
		float: none;
		margin: 16px auto;
	}
}

.aligncenter {
	margin: 32px auto;
}

.alignleft {
	margin: 0 32px 8px 0;
	float: left;
}
@media screen and (max-width: 959px) {
	.alignleft {
		float: none;
		margin: 1em auto;
	}
}

img.alignright {
	display: block;
}

img.aligncenter {
	display: block;
}

img.alignleft {
	display: block;
}


/* clear, clearfix ************************************************************/
.cf:before, .cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

.clear {
	clear: both;
}


/* tab ************************************************************************/
.tab_index {
	display: flex;
	align-items: flex-end;
	margin: 16px 0 32px 0;
}
@media screen and (max-width: 479px) {
	.tab_index {
		overflow: scroll;
	}
}

.tab_index > div {
	box-sizing: border-box;
	position: relative;
	padding: 8px 16px;
	text-align: center;
	white-space: nowrap;
	border-bottom: 4px solid #999;
	cursor: pointer;
}

.tab_index > div.open:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #FF7898;
	z-index: 1;
}

.tab_index > div span {
	font-family: "Zen Maru Gothic", serif;
}

.tab_contents > div {
	display: none;
}

.tab_contents > div.open {
	display: block;
}


/* inlinemnu ******************************************************************/
.inlinemenu ul {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.inlinemenu ul li {
	display: inline-block;
	margin: 0.4em 1em 0.4em 0;
	padding: 0;
	line-height: 1em;
	list-style-type: none;
}
.inlinemenu ul li:last-of-type {
	margin: 0;
}
@media screen and (max-width: 479px) {
	.inlinemenu ul li {
		display: block;
		margin: 0.5em 0;
		line-height: 1.4em;;
	}
}

.inlinemenu ul li a:link,
.inlinemenu ul li a:visited {
	color: #555;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2px;
}

.inlinemenu ul li a:hover {
	text-decoration: underline 2px;
}


/* pageindex ******************************************************************/
#pageindex {
	position: relative;
	box-sizing: border-box;
	margin: 2em 0;
	padding: 1em 1em 1em 6em;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 16px;
}
@media screen and (max-width: 479px) {
	#pageindex {
		padding: 1em 1em 1em 0;
	}
}

#pageindex:before {
	content: '目 次';
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 3em;
	margin: 0;
	padding: 4px 1em;
	text-align: center;
	color: #fff;
	font-size: smaller;
	font-weight: bold;
	background-color: #FF7898;
	border-radius: 2em;
}
@media screen and (max-width: 479px) {
	#pageindex:before {
		position: relative;
		top: 1em;
		margin-bottom: 3em;
	}
}

#pageindex #toc div {
	margin: 1em 0;
}

#pageindex #toc div.level-0 {

}

#pageindex #toc div.level-1 {
	padding-left: 2em;
}

#pageindex #toc div.level-2 {
	padding-left: 4em;
}


/* accordion ******************************************************************/
.indexofaccordion {
	position: relative;
	padding: 0.5em 0;
	font-weight: bold;
	font-size: larger;
	border: none;
	border-bottom: 1px dotted #777;
	cursor: pointer;
}
.indexofaccordion:after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 7px);
	right: 16px;
	width: 8px;
	height: 8px;
	border-right: solid 2px #777;
	border-top: solid 2px #777;
	transform: rotate(135deg);
	transition: transform .5s ease-in-out, top .5s ease-in-out;
}
.indexofaccordion.open:after {
	top: 45%;
	transform: rotate(-45deg);
}

.endofaccordion {
	display: none;
}


/* form ***********************************************************************/
fieldset {
	margin: 16px 0;
	padding: 16px;
	border: 1px solid  #aaa;
}

legend {
	margin: 0 4px;
	padding: 0 4px;
}

label {
	display: inline-block;
	margin: 0;
	padding: 0.5em 0;
	font-weight: bold;
	letter-spacing: 1px;
}

legend label {
	margin: 0;
}

textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 300px;
	padding: 4px;
	font-size: 1em;
	border: 1px solid #aaa;
	border-radius: 6px;
}

input[type=text], input[type=number] {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 4px;
	font-size: 1em;
	border: 1px solid #aaa;
	border-radius: 6px;
}

input[type=radio] {
	margin: 0 4px 0 0;
	vertical-align: 2px;
}

input[type=checkbox] {
	margin: 0 4px 0 0;
	border: 1px solid #aaa;
	border-radius: 6px;
	cursor: pointer;
}

input::-placeholder {
    color: #555;
}
input::-webkit-input-placeholder {
    color: #555;
}
input::-moz-placeholder {
    color: #555;
}
input:-ms-input-placeholder {
    color: #555;
}

select {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px;
	font-size: 1em;
	border: 1px solid #aaa;
	border-radius: 6px;
	background-color: #fff;
}

select option {
	padding: 4px;
}

button {
	display: inline-block;
	margin: 8px;
	padding: 0.6em 2em;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 2em;
	background-color: #FF7898;
	letter-spacing: 1px;
	transition: all 0.3s 0s ease;
}
button:hover {
	transform: scale(1.1);
}

form .notice {
	margin: 4px 0;
	color: #f00;
}

form .action {
	margin: 2em 0;
}

form .input {
	margin-bottom: 1em;
}

form dd {
	font-size: larger;
}

/* 本文先頭のmarginを0にする */
#contentsArea h1:first-child,
#contentsArea table:first-child,
#contentsArea div.note:first-child,
#contentsArea div.caution:first-child,
#contentsArea div.column:first-child,
#mainContentsArea h2:first-child,
#mainContentsArea table:first-child,
#mainContentsArea div.note:first-child,
#mainContentsArea div.caution:first-child,
#mainContentsArea div.column:first-child,
#mainContentsArea #pageindex,
#subContentsArea h2:first-child,
#subContentsArea table:first-child
#subContentsArea div.note:first-child,
#subContentsArea div.caution:first-child
#subContentsArea div.column:first-child
{
	margin-top: 0;
}

hr + h2,
hr + h3
{
	margin-top: 0;
}


/* for WordPress **************************************************************/
.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	margin: 8px 0;
	font-size: smaller;
	line-height: 1.4em;
}

.wp-block-columns {
	margin: 0 !important;
}

.wp-element-caption {
	font-size: smaller;
}

figure.aligncenter figcaption {
	text-align: center;
}

.wp-block-columns {
	margin-bottom: 2em !important;
}