*{
	margin: 0px;/*ブラウザの仕様による余白を無効にする*/
	padding: 0px;/*ブラウザの仕様による余白を無効にする*/
}
/*回り込み解除*/
.clearfix::after{
	content:"";
	display: blink;
	clear: both;
}
/*body全体に背景色白を指定*/
body{
	background-color: white;
}
/*フォントサイズの初期設定(追加の指定が無ければこのサイズで表示)*/
p {
	font-size: 1rem;
}
/*---------------------------------headerここから----------------------------------------------------------*/
#header_wrap{
	
	width: 100%;/*1140px*/
	padding: 0px;
	height: auto;
	background-color: white;
}

#header_bar{
	position: relative;
	height: 112px;/*ヘッダーバーの高さは固定*/	
	width: 1140px;
	background-color: white;
	margin: 0 auto;
}
#logo_text{
	position: absolute;
	font-size: 24px;
	color: black;
	top: 35px;
	left: 0px;
	font-weight: normal;	
}

#hamburger_menu_nav{
	position: absolute;


	height: auto;/*子要素の高さに合わせる*/
	width: 100%;/*1140px*/
	left: 0%;/*0px*/
	bottom: 0%;/*親要素の下とこの要素の下を合わせる*/
	
}
.header-menu_items{
	
	
}


#hamburger_menu_nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	height: auto;/*子要素の高さに合わせる*/	
	width: auto;/*1140px*/
	background-color: white;
	margin-bottom: 0px;

}
#hamburger_menu_nav li a{	
	flex-shrink: 0;/*flexコンテナ内のこの要素を縮まない様にする*/
	height: auto;/*子要素の高さに合わせる*/
	width: auto;/*1140px*/				
	text-decoration: none;/*テキストの装飾なし*/
	list-style: none;/*文字の前の黒丸なし*/
	margin: 0 auto;
	
}
#hamburger_menu_nav a{
	
	color: #682b22;
	text-align: center;
	font-size: 16pxt;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:30px;
	padding-right: 30px;
	margin: 0px;
	background-color: white;/*灰色 #f0f0f0*/

	
}

/*---------------------------------headerここまで----------------------------------------------------------*/


#top_banner{
	display: inline-block;/*子要素の横幅に合わせる*/
	height: auto;/*子要素の高さに合わせる*/
	width: 100%;/*1140px*/
	margin-top: 110px;
	background-color: white;/*ピンク*/
}

#top_banner img{
	display: block;/*子要素の横幅に合わせる*/
	height: auto;
	width: 512px;/*1140px*/
	margin: 0px auto;
	padding: 0px;
	
	background-color: #f0f0f0;/*灰色*/
}
#site_title{
	display: block;/*子要素の横幅に合わせる*/
	height: auto;/*子要素の高さに合わせる*/
	width: 512px;/*1140px*/
	margin: 0px auto;
	padding: 0px;
	font-size: 40px;
	background-color: white;/*ピンク*/
	
}




#main_menu_bar{
	position:relative;/*親要素からの相対指定*/
	display: block;
	width: 512px;
	height: auto;
	margin-top: 42px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: orange;

}
#main_menu_nav{
	position: relative;/*親要素からの相対指定*/
	display: inline-block;	
	width: 512px;
	height: auto;
	left: 0px;
	background-color: pink;
}
#main_menu_nav ul{	
	
text-decoration: none;/*テキストの装飾なし*/
	list-style: none;/*文字の前の黒丸なし*/
	margin-bottom: 0px;/*独自ブロックエディタ設定によりulできる要素の下の余白をなくす*/
}
#main_menu_nav li a{
text-decoration: none;/*テキストの装飾なし*/
	list-style: none;/*文字の前の黒丸なし*/
	display: block;
	height: auto;
	width: auto;
}
#main_menu_nav a{
	display: block;
	height: auto;
	width: auto;	
	text-align: left;
	color: #682b22;
	font-size: 16px !important;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;

	background-color: white;
	border-bottom: 1px solid #9F99A3;
}



section{
	display: block;
	width: 100%;
	height: auto;
	background-color: white;
	margin-top: 156px;
	
}
#container{
	display: block;
	width: 800px;
	height: auto;
	margin: 0px auto;
	background-color: white;
}








/*---------------------------------footerここから----------------------------------------------------------*/
#footer_bar{
display: block;/*子要素の横幅に合わせる*/
	height: 150px;
	width: 100%;/*1140px*/
	margin-top: 400px;
	background-color: #f0f0f0;/*灰色 #f0f0f0*/
}

#copy_right{
	display: inline-block;/*子要素の横幅に合わせる*/
	height: auto;
	width: 100%;/*1140px*/
	font-size: 18px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: white;/*灰色 #f0f0f0*/	
}
/*---------------------------------footerここまで----------------------------------------------------------*/

/*自作ウィジット用*/
.widgettitle{
	display: inline-block;/*子要素の横幅に合わせる*/
	height: auto;
	width: 800px;/*1140px*/
	font-size: 50px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left:auto;
	padding-right: auto;
	margin: 0px;
	background-color: white;/*灰色 #f0f0f0*/
	border-bottom: 1px solid #9F99A3;

	}
/*---------------------------------個別投稿----------------------------------------------------------*/
	.content-Header{
	display: block;
	width: 800px;
	height: auto;
	margin: 0px auto;
	background-color: white;
	}

#post-type-title-area{
	display: inline-block;/*子要素の横幅に合わせる*/
	height: auto;
	width: 800px;/*1140px*/
	padding-top: 30px;
	padding-bottom: auto;
	padding-left:auto;
	padding-right: auto;
	margin: 0px;
	background-color: white;/*灰色 #f0f0f0*/
	border-bottom: 1px solid #9F99A3;
	
}
.post-type-title{	
	height: auto;
	width: 800px;/*1140px*/
	font-size: 18px;
	font-weight: normal;/*h1の太文字要素を解除*/
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: white;/*灰色 #f0f0f0*/	
}

#content-title-area{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;/*内容のはみ出し対策折り返して表示*/
	width: 800px;
	height: auto;
	margin: 0px auto;
	background-color: white;
	word-break: break-all;

	height: auto;
	width: 800px;/*1140px*/
	padding-top: 30px;
	padding-bottom: auto;
	padding-left:auto;
	padding-right: auto;
	margin: 0px;
	background-color: white;/*灰色 #f0f0f0*/
	
	margin-bottom: 0px;
}
#post_time_box{

	height: auto;
	width: auto;
	margin-top: auto-flow;
	margin-bottom: auto-flow;	
	margin-left: 0px;
	margin-right: 0px;
}

#post_time_area{
	
	flex-shrink: 0;/*flexコンテナ内のこの要素を縮まない様にする*/
	height: 60px;
	width: 60px;
	margin-top: 60px;
	margin-bottom: 60px;	
	margin-left: 0px;
	margin-right: 60px;
	background-color: #bbb;/*灰色 #f0f0f0*/
	/*子要素を縦横中心に配置するために指定*/
	display: flex;
	justify-content: center;
	align-items: center;
}
/*post_time_areaの子要素*/
#post_time_text p{
	height: auto;
	width: auto;
	font-size: 12px;
	text-align: center;
	margin: 0px;/*ブロックエディタの設定が反映されないようにする*/
	
	color: white;

	
}
.content-title
{
	
	height: auto;
	width: auto;;/*1140px*/
	
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right: 0px;
	margin-top: 60px;
	margin-bottom: 100px;
	margin-left:0px;
	margin-right:0px;
	background-color: white;/*灰色 #f0f0f0*/
}
.content-title h2{
	padding: 0px;
	font-size: 18px;
	margin: 0px;
	
	
}
.content-Body{
	display: block;
	overflow-wrap: break-word;
	flex-wrap: nowrap !important;/*内容のはみ出し対策折り返して表示*/
	width: 800px;
	height: auto;
	margin: 0px auto;
	background-color: white;/*灰色 #f0f0f0*/
	margin-top: 0px;
}
/*.content-Body p{
	font-size: 40px;
}
*/


.content-Footer{
	width: 800px;
	height: auto;
	margin: 0px auto;
	background-color: white;/*灰色 #f0f0f0*/
	
	margin-top: 160px;
}

ul.content-Tags {
	margin-top: 30px;
	margin-bottom: 30px;
}
/*タグ*/
.content-Tags {
	padding-bottom: 140px;
}

.content-Tags li {
	display: inline-block;
	margin-right: .3em;
}

.content-Tags a {
	display: block;
	padding: .3em .7em;
	font-size: 24px;
	text-decoration: none;
	color: #00A1C6;
	border: 1px solid #00A1C6;
	border-radius: 1em;
}
/*ナビゲーション*/
.content-Nav{
	position: relative;
	width: 800px;
	height: 26px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px auto;
	margin-bottom: 180px;/**ナビの下にコメント欄が表示されるので下に余白を作る*/
	background-color: #f0f0f0;/*灰色 #f0f0f0*/

}
.content-Nav_Prev{
	position: absolute;
	height: auto;
	width: 400px;
	text-align: center;
	top: 0%;
	left: 0%;
	font-size: 14px;/*<記号のサイズ*/
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;/*灰色 #f0f0f0*/
	border: 1px solid #9F99A3;
}
.content-Nav_Prev span a{
	font-size: 14px;
	padding-top: 20px;/*文字の当たり判定領域を上下に広げる*/
	padding-bottom: 20px;/*文字の当たり判定領域を上下に広げる*/
	color: black;
	text-decoration: none;/*リンクのアンダーラインなし*/
	background-color: white;
}
.content-Nav_Next{
	position: absolute;
	height: auto;
	width: 400px;
	text-align: center;
	top: 0%;
	right: 0%;
	font-size: 14px;/*>記号のサイズ*/
	padding-top: 20px;
	padding-bottom: 20px;	
	background-color: white;/*灰色 #f0f0f0*/
	border: 1px solid #9F99A3;
}
.content-Nav_Next span a{
	font-size: 14px;
	padding-top: 20px;/*文字の当たり判定領域を上下に広げる*/
	padding-bottom: 20px;/*文字の当たり判定領域を上下に広げる*/
	color: black;
	text-decoration: none;/*リンクのアンダーラインなし*/
	background-color: white;
	
}
.none-content-Nav{
	position: absolute;
	height: auto;
	width: 100%;
	text-align: center;
	top: 0%;
	left: 0%;
	font-size: 14px;/*<記号のサイズ*/
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;/*灰色 #f0f0f0*/
	border: 1px solid #9F99A3;
}


input[type="password" i] {
	font-size: 1rem;
	padding-left: 5px;
	vertical-align: -1px;/*パスワード入力エリアが少し上にずれて見えるので少し下げる*/

}
input[type="submit" i] {
	padding-left: 10px;
	padding-right: 10px;


}
/*---------------------------------個別投稿ここまで----------------------------------------------------------*/
/*---------------------------------コメントリスト----------------------------------------------------------*/
.comments-area{
	height: auto;
	width: 800px;
	margin: 0 auto;
	margin-top; 160px;
}
.content-Comments{
	
	
}

#content-Comments_title-area{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 800px;/*1140px*/
	height: auto;
	

	word-break: break-all;	
	padding-top: 30px;



	background-color: white;/*灰色 #f0f0f0*/
	margin: 0px auto;
	margin-bottom: 90px;
	border-bottom: 1px solid #9F99A3;/*一番下のボーダー*/
}

/*コメント欄見出し*/
.content-Comments_Title {
	height: auto;
	width: 800px;/*1140px*/
	font-size: 16px;
	font-weight: normal;/*h1の太文字要素を解除*/
	text-align: center;
	padding-top: 30px;
	padding-bottom: 0px;
	
	background-color: white;/*灰色 #f0f0f0*/	
	margin: 0px auto;
}

/*コメントはまだありません*/
.none-comment_message_parent{
	width: 800px;
	height: auto;
	/*子要素を縦横中心に配置するために指定*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.none-comment_message{
	font-size: 14px;
	width: 800px;
	color: black;
	border: 1px solid #9f99a3;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;

}




/*リスト要素の左側に付く記号を非表示*/
ul,ol,li{
	list-style-type: none;
}
/*コメント送信時間とコメント送信者名の親要素*/
.comments-meta-list{
	margin-bottom: 0px;/*ブロックエディタ対応設定によるul要素の余計な余白を再設定*/
}
/*コメントリストの1件ごとの外枠*/
.comments-wrapper{
	margin: 10px 0px;
	border: 1px solid #9F99A3;
}

/*コメントリストの1件ごとのタイトル親*/
.comments-title{
	margin-top: 5px;
	margin-bottom: 5px;/*ブロックエディタ対応設定によるul要素の余計な余白を再設定*/
}
/*コメントリストの1件ごとのタイトル子*/
.comments-title a{	
	font-size: 14px;
	color: black;
	margin-left: 20px;
	margin-top: 30px;		
}


/*アバターイメージと.comments-meta-listの親要素*/
.comments-meta{
	display: flex;
	margin-bottom: 0px;
}
/*コメント送信時間とコメント送信者名の親要素*/
.comments-meta-list{
	margin-bottom: 0px;/*ブロックエディタ対応設定によるul要素の余計な余白を再設定*/
}
.comments-meta img{
	height: 46px;
	width: 46px;
	margin-left: 30px;
	
}
.content-Comments .avatar {
	margin-right: 26px;
	border: 1px solid #D5D1CA;
	border-radius: 50%;
}

/*コメント送信時間*/
.comments-date a{
	font-size: 12px;
	color: #9F99A3;
}

/*コメント送信者名*/
.comments-author-name cite.fn{
	font-size: 14px;
}

/*返信ボタンとコメント本文の親要素*/
.comments-main{
	display: flex;
}
.comments-reply{
	flex-shrink: 0;/*flexコンテナ内のこの要素を縮まない様にする*/
}
/*返信ボタン*/
.comment-reply-link {

	flex-shrink: 0;/*flexコンテナ内のこの要素を縮まない様にする*/

	display: inline-block;
	padding: .2em .6em;
	font-family: sans-serif;/*ゴシック体指定*/
	text-decoration: none;
	color: black;
	border-radius: 0.2em;
	border: 1px solid #9f99a3;
	background-color: #f0f0f0;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	
	
	
}


/**コメント本文*/
.content-Comments{
	height: auto;
	width: auto;
	margin: 0 auto;

}
/*コメント本文*/
.comments-content p{
	width: auto;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}




/*コメントリスト用ページネーション*/
.content-Comments_Nav {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color:white;

}
/*コメントリスト用ページネーション*/
.content-Comments .page-numbers {
	display: inline-block;
	padding: 0 .5em;
	text-decoration: none;
	color: #3B4043;
	border: 1px solid #bbb;/*デフォルト#00A1C6*/
	border-radius: 0.2em;
	background-color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif, sans-serif;
	font-size: 16px;
}
/*コメントリスト用ページネーションカレントクラス*/
.content-Comments .page-numbers.current {
	color: #FFFFFF;
	background-color: #bbb;/*デフォルト#00A1C6*/
}








.content-Comments .reply {
	margin-top: 15px;
}









.content-Comments .required {
	color: #de775f;
}

/*---------------------------------コメントリストここまで----------------------------------------------------------*/
/*---------------------------------コメント欄----------------------------------------------------------*/






.content-Comments p[class^="comment-form"] {
	margin-bottom: 1em;
}


/*コメント各入力欄のラベルテキスト*/
.content-Comments p[class^="comment-form"]:not([class="comment-form-cookies-consent"]) label {
	font-weight: normal;
	display: block;
	font-size: 14px;
}






/*コメント入力欄*/
.content-Comments p[class^="comment-form"]:not([class="comment-form-cookies-consent"]) input,
.content-Comments p[class^="comment-form"]:not([class="comment-form-cookies-consent"]) textarea {

	border: 1px solid #9f99a3;
	border-radius: 0.2em;
	font-family: sans-serif;/*ゴシック体指定*/
	font-size: 18px;
	padding:10px;/*入力欄内側*/
}

.content-Comments p[class^="comment-form"]:not([class="comment-form-cookies-consent"]) textarea[name="comment"],/*textarea id = comment*/
.content-Comments p[class^="comment-form"]:not([class="comment-form-cookies-consent"]) input[name="author"] /*input id = author*/{
	
	width: 100%;
	box-sizing:border-box;/*paddingとborderもサイズに含める*/
}
/*コメント送信ボタン*/
.content-Comments .submit {
	padding: 10px 60px;
	cursor: pointer;
	color: black;
	border-radius: 0.2em;
	border: 1px solid #9f99a3;
	background-color: #f0f0f0;
	margin-top: 5px;

	
	
}

/*コメント送信ボタン*/
.form-submit input {
	font-size: 14px;
	padding: 10px;
}



.content-Comments .logged-in-as {
	margin-bottom: 1em;
}
/*～としてログイン中。ログアウトしますか ? * が付いている欄は必須項目です*/
.content-Comments .logged-in-as a {
	color: #00A1C6;
	font-size: 14px;
}

ol.content-CommentsList {
	border-top: 1px dotted #D5D1CA;
	width: 800px;
	margin: 0px auto;
}

.comment.depth-1 {
	border-bottom: 1px dotted #D5D1CA;
}

.comment-body {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #9F99A3;
	flex-wrap: nowrap;/*内容のはみ出し対策折り返して表示*/
}

.comment-body a {
	color: #00A1C6;
}

.comment-author {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.comment-author cite {
	font-style: normal;
}

.comment-meta {
	margin-top: -1em;
	text-align: right;
	font-size: 0.875rem;
}

.comment-meta a {
	text-decoration: none;
	color: #767268;
}

.comment-meta a:hover,
.comment-meta a:focus {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

.comment-awaiting-moderation {
	display: block;
	margin-top: 15px;
	
}
/*各入力欄*/
.comment-respond {
	border: 1px solid #9f99a3;
	border-radius: 0.2em;
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
/*コメントを書く*/
.comment-reply-title {
	margin-bottom: 1em;
	font-size: 14px;
	font-weight: normal;
}
/* が付いている欄は必須項目です*/
.required-field-message{
	font-size: 14px;
}

.comment-notes {
	margin-bottom: 1em;
}

.comment .children {
	margin-left: 40px;/*返信リストを右に下げる*/
}
/*---------------------------------コメント欄ここまで----------------------------------------------------------*/
/*---------------------------------ショートコードアーカイブ一覧----------------------------------------------------------*/

/*ショートコードアーカイブ一覧*/
.module-Article_Item_Link{
	display: flex;/*子要素の横幅に合わせる*/
	height: auto;
	width: 800px;/*1140px*/	
	margin: 0 auto;

	background-color: white;/*灰色 #f0f0f0*/
	
}

.module-Article_Item_body{
	display: flex;
	width: 800px;
	height: auto;
	border-bottom: solid 1px #9F99A3;
}
.module-Article_Item_Img img{
	width: 72px;
	height: 72px;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-right: 30px;
	vertical-align: top;/*画像下に余白が出来るのを防ぐ*/
	
}
.module-Article_Item_meta{
	word-break: break-all;

}







.module-Article_Item_Date{
	text-align: left;
	font-size: 12px;
	color: #9F99A3;
	margin-top: 14px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.module-Article_Item_Title{
	text-align: left;
	color: black;
	font-size: 14px;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 0px;
}

a{
	text-decoration: none;/*リンクのアンダーラインなし*/
}







/*ショートコードのみ一番下のさらに見るボタン*/
.module-archive-link-body{
	display: flex;
	justify-content: center;
	padding-top: 36px
}
.module-archive-link{
	text-align: right;
	font-size: 14px;
	padding: 5px 10px;
	cursor: pointer;/*要素内にマウスポインタがある時のポインタ表示*/
	color: black;
	border: 1px solid #9f99a3;
	border-radius: 0.2em;
	background-color: #f0f0f0;
}

.module-archive-link a{
	color: black !important;
	font-family: sans-serif;/*ゴシック体指定*/
}








/*---------------------------------ショートコードアーカイブ一覧ここまで----------------------------------------------------------*/
/*---------------------------------ショートコードSNSアイコンリンク---------------------------------------------------------------*/
#link_icon_area{
	display: block;
	height: auto;
	width: auto;
	background-color: white;/*灰色 #f0f0f0*/
	border-bottom: 1px solid #9F99A3;
}
#link_icon_container{
	display: flex;/*子要素の横幅に合わせる*/
	flex-wrap: wrap;
	justify-content: center;
	height: auto;
	width: 800px;/*1140px*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;/*灰色 #f0f0f0*/
}
#link_icon{
	display: inline-flex;
	margin: 36px 60px 26px 60px;
	padding: 0px;
}
#link_icon img{
	height: 30px;
	width: 30px;
}
/*---------------------------------ショートコードSNSアイコンリンクここまで----------------------------------------------------------*/
/*---------------------------------ページネーション---------------------------------------------------------*/
.pagination {
	text-align: center;
	margin-top: 160px;
	margin-bottom: 45px;
}

.pagination .nav-links {
	font-family: "Noto Sans JP", sans-serif, sans-serif;
	
}

.pagination .page-numbers {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	
	font-size: 12px !important;
	
	
	color: #3B4043;
	border: 2px solid #edeceb;
	border-radius: 0.2em;
	background-color: #F7F6F5;
	font-size: 0.875rem;
}
/*カーソルが乗った時*/
.pagination .page-numbers:hover {
	border-color: #bbb;/*デフォルト#00A1C6*/
}
/*カレントクラス*/
.pagination .page-numbers.current {
	color: #FFFFFF;/*文字色*/
	border-color: #bbb;/*デフォルト#00A1C6*/
	background-color: #bbb;/*デフォルト#00A1C6*/
}

.pagination .page-numbers.dots {
	padding: 0 .5em;
	border: none;
	background-color: transparent;
}

/*---------------------------------ページネーションここまで---------------------------------------------------------*/
/*---------------------------------ブロックエディタ対応---------------------------------------------------------*/
body {
	font-family: system-ui, -apple-system, sans-serif;
	line-height: 1.7;
}

.editor-post-title__input {
	font-family: inherit;
	font-size: 3.125rem;
}

.block-editor-default-block-appender textarea.block-editor-default-block-appender__content {
	font-family: inherit;
}

.wp-block {
	max-width: 710px;
}

.wp-block[data-align="full"] {
	max-width: none;
}

.wp-block a {
	color: #3B4043;
	text-decoration: none;
}

h2,
h3,
h4,
h5,
h6,
hr {
	clear: both;
}

h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1em;
}

p,
ul,
ol,
dl,
figure {
	margin-bottom: 1.5em;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.375rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 1rem;
}

a {
	color: #00A1C6;
}

.wp-block-cover.home-Hero {
	min-height: 50vh;
}

.wp-block-cover.home-Hero p {
	font-family: "Noto Sans JP", sans-serif, sans-serif;
	text-shadow: 2px 2px 3px rgba(67, 65, 59, 0.8);
}





.wp-block-button__link {
	text-decoration: none;
	border-radius: 0.2em;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	font-family: "Noto Sans JP", sans-serif;
	padding: 1em;
	display: inline-block;
/*	background-color: #FFFFFF;*/
/*	color: #00A1C6;*/
	border: 1px solid #00A1C6;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:visited {
/*	background-color: #00A1C6;*/
/*	color: #FFFFFF;*/
}

.wp-block-button__link:visited {
/*	color: #00A1C6;*/
/*	background-color: #FFFFFF;*/
}

.wp-block-button__link:hover {
/*	background-color: #00A1C6;*/
/*	color: #FFFFFF;*/
	filter: contrast(150%);
}

.wp-block-button.is-style-fill .wp-block-button__link {
	text-decoration: none;
	border-radius: 0.2em;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	font-family: "Noto Sans JP", sans-serif;
	padding: 1em;
	display: inline-block;
/*	background-color: #00A1C6;*/
/*	color: #FFFFFF;*/
}

.wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:focus,
.wp-block-button.is-style-fill .wp-block-button__link:visited {
/*	background-color: #00A1C6;*/
/*	color: #FFFFFF;*/
}

.wp-block-button.is-style-fixed .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
	border: 1px solid #00A1C6;
	padding: 1em;
}

.wp-block-button.is-style-fixed .wp-block-button__link:hover,
.wp-block-button.is-style-fixed .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
/*	background-color: #00A1C6;*/
/*	color: #FFFFFF;*/
	filter: contrast(100%);
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
/*	color: #00A1C6;*/
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):focus {
/*	color: #FFFFFF;*/
}

.wp-block-button.is-style-arrow .wp-block-button__link {
	display: flex;
	align-items: center;
/*	background-color: #00A1C6;*/
/*	color: #FFFFFF;*/
}

.wp-block-button.is-style-arrow .wp-block-button__link::after {
	content: '';
	margin-left: 0.5em;
	width: 10px;
	height: 18px;
	display: flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 15a1 1 0 01-.77-1.64L5.71 8 1.39 2.63a1 1 0 01.15-1.41A1 1 0 013 1.37l4.83 6a1 1 0 010 1.27l-5 6A1 1 0 012 15z' fill='%23fff'/%3E%3C/svg%3E");
}

.wp-block-button.is-style-fixed .wp-block-button__link {
	width: 80vw;
	max-width: 20em;
	font-size: 1rem;
}

ul.content-CreditList {
	padding: 1em;
	background: rgba(0, 161, 198, 0.03);
	border: 1px solid rgba(0, 161, 198, 0.3);
	font-size: smaller;
}

ul.content-CreditList > li {
	display: flex;
}

ul.content-CreditList > li > * {
	flex-basis: 7.2em;
}

ul.content-CreditList > li > strong {
	font-weight: 400;
}

ul.content-CreditList > li > em {
	font-style: normal;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
	text-align: center;
}

.has-skyblue-background-color {
	background-color: #00A1C6;
}

.has-skyblue-color {
	color: #00A1C6;
}

.has-light-skyblue-background-color {
	background-color: #ECF5F7;
}

.has-light-skyblue-color {
	color: #ECF5F7;
}

.has-light-gray-background-color {
	background-color: #F7F6F5;
}

.has-light-gray-color {
	color: #F7F6F5;
}

.has-gray-background-color {
	background-color: #767268;
}

.has-gray-color {
	color: #767268;
}

.has-dark-gray-background-color {
	background-color: #43413B;
}

.has-x-small-font-size {
	font-size: 0.875rem;
}

.has-small-font-size {
	font-size: 1rem;
}

.has-normal-font-size {
	font-size: 1.125rem;
}

.has-large-font-size {
	font-size: 1.5rem;
}

.has-huge-font-size {
	font-size: 2.25rem;
}



















ul.wp-block-social-links li {
	padding: 0;
}

ul.wp-block-social-links a {
	color: inherit;
	fill: inherit;
}

.wp-block-search .wp-block-search__input {
	min-height: 1.5em;
	padding: .2em;
	border: 1px solid #767268;
	border-radius: 0.2em;
	flex-grow: 1;
	min-width: 3em;
}

.wp-block-search .wp-block-search__button {
	background-color: #43413B;
	color: #FFFFFF;
	border: none;
	border-radius: 0.2em;
	fill: #FFFFFF;
	padding: .375em .625em;
	margin-left: .625em;
}

.wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border-color: #767268;
	border-radius: 0.2em;
}

.wp-block-latest-posts__post-excerpt {
	clear: both;
	margin-bottom: 0;
	color: #767268;
	font-size: 0.875rem;
}

.wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) li {
	padding: .5em 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) li:not(:last-child) {
	border-bottom: 1px solid #D5D1CA;
}

.wp-block-tag-cloud a.tag-cloud-link {
	font-size: .875rem !important;
	display: inline-block;
	margin-bottom: .5em;
	padding: .3em .7em;
	text-decoration: none;
	color: #00A1C6;
	border: 1px solid #00A1C6;
	border-radius: 1em;
}

.wp-block-tag-cloud a.tag-cloud-link:hover,
.wp-block-tag-cloud a.tag-cloud-link:focus {
	color: #FFFFFF;
	background-color: #00A1C6;
}

.wp-block-archives-list.wp-block-archives {
	list-style-type: none;
	padding-left: 0;
}

.wp-block-archives-list.wp-block-archives li {
	padding: .5em 0;
}

.wp-block-archives-list.wp-block-archives li:not(:last-child) {
	border-bottom: 1px solid #D5D1CA;
}

.wp-block-categories-list,
.wp-block-categories__list {
	padding-left: 0;
	list-style-type: none;
}

.wp-block-categories-list li,
.wp-block-categories__list li {
	padding: .5em 0;
}

.wp-block-categories-list li:not(:last-child),
.wp-block-categories__list li:not(:last-child) {
	border-bottom: 1px solid #D5D1CA;
}

.wp-block-page-list {
	list-style-type: none;
	padding-left: 0;
}

.wp-block-page-list li {
	padding: .5em 0;
}

.wp-block-page-list li:not(:last-child) {
	border-bottom: 1px solid #D5D1CA;
}

.wp-block-calendar table {
	overflow: hidden;
	background-color: #FFFFFF;
}

.wp-block-calendar table caption {
	padding: .3em;
	text-align: left;
}

.wp-block-calendar table thead th {
	text-align: center;
	color: #3B4043;
	background-color: #D5D1CA;
}

.wp-block-calendar table thead th,
.wp-block-calendar table thead td {
	border-top: 1px solid #767268;
	border-right: 0;
	border-bottom: 1px solid #767268;
	border-left: 0;
}

.wp-block-calendar table tfoot td#next {
	text-align: right;
}

.wp-block-calendar table tbody th,
.wp-block-calendar table tbody td {
	border-right: none;
	border-bottom: 1px solid #767268;
	border-left: none;
}

.wp-block-calendar table tbody td {
	text-align: center;
}

.wp-block-calendar table tbody td.pad {
	border-right: none;
}

.wp-block-calendar table tbody #today {
	font-weight: bold;
	color: #3B4043;
}

.wp-block-calendar table tbody a {
	font-weight: bold;
	color: #00A1C6;
}

.wp-calendar-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.home-Title {
	text-align: center;
	font-size: 1.5rem;
}

.home-SubTitle {
	display: block;
	margin-top: 0.5em;
	color: #00A1C6;
	font-size: 0.75rem;
}

.home-Style {
	background-color: #F7F6F5;
}

.home-News,
.home-Style,
.home-ShopInfo {
	padding-top: 60px;
	padding-bottom: 60px;
}



.wp-block-cover.home-Hero {
	min-height: 70vh;
}

.home-Title {
	font-size: 2.25rem;
}

.home-SubTitle {
	font-size: 1rem;
}

.home-News,
.home-Style,
.home-ShopInfo {
	padding-top: 90px;
	padding-bottom: 90px;
}
/*各ブロックの下に余白を設ける*/
.wp-block-cover,
.wp-block-buttons,
.wp-block-calendar,
.wp-block-table,
.wp-block-pullquote
{
	margin-bottom: 1.5rem;
}
.has-blush-light-purple-gradient-background {
    
	}

/*---------------------------------ブロックエディタ対応---------------------------------------------------------*/