/*
Theme Name:itsumonotest-theme
Template:twentytwenty
Author:saori
Description:twentytwentyの子テーマで、テスト用サイトを一時的に初期状態にしておくためのテーマです。
Text Domain:twentytwenty
*/
@import url('../twentytwenty/style.css');

/* ■■■■■ 共通設定ここから ■■■■■ */
* {
  font-feature-settings: "palt";
  letter-spacing:0.12em;
  line-height:1.7em;
  font-size:17px;
}

/* クリック時の水色枠を消す */
*:focus {
outline: none;
}

/* タップした時の水色枠を消す */
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

body, input, textarea, button, .button, .faux-button, .faux-button.more-link, .wp-block-button__link, .wp-block-file__button, .has-drop-cap:not(:focus)::first-letter, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-cover-image, .entry-content .wp-block-cover-image p, .entry-content .wp-block-latest-comments, .entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-archives *, .entry-content .wp-block-categories *, .entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments *, .entry-content, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file, .comment-content p, .comment-content ol, .comment-content ul, .comment-content dl, .comment-content dt, .comment-content cite, .comment-content figcaption, .comment-content .wp-caption-text, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content cite, .widget-content figcaption, .widget-content .wp-caption-text {
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
}

/* 各ページ全体に反映する基本設定 */
.kihon {
	display:block;
	width:100%;
	margin:auto;
}


/* 各ページヘッダー分の空き */
#site-content {
	padding-top:80px;
}
/* 画面サイズが999px以下の場合ここから */
@media screen and (max-width: 999px) {
#site-content {
	padding-top:80px;
}
}
/* 画面サイズが999px以下の場合ここまで */

/* 画面サイズが699px以下の場合ここから */
@media screen and (max-width: 699px) {
#site-content {
	padding-top:65px;
}
}
/* 画面サイズが699px以下の場合ここまで */


/* entry-content指示上書き用 */
body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width:100%;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width:100%;
}

/* 画面サイズが700px以上のentry-content指示上書き用 */
@media screen and (min-width: 700px) {
body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width:100%;
}

body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width:100%;
}
}


/* アンカーリンクのズレ防止 */
.anka {
	margin-top:-100px;
	padding-top:100px;
}
/* 画面サイズが699px以下の場合ここから */
@media screen and (max-width: 699px) {
.anka {
	margin-top:-70px;
	padding-top:70px;
}
}
/* 画面サイズが699px以下の場合ここまで */


/* ▲▲▲▲▲ 汎用区切り線ここから ▲▲▲▲▲ */
.separator-black {
	border-bottom:1px solid #dcdcdc;
	width:100%;
	display:inline-block;
	box-sizing:border-box;
}

/* maxが1200の灰色区切りここからセットで使用 */
.separator-black-1200-box {
	width:100%;
	margin:auto;
	padding:30px 30px;
	box-sizing:border-box;
	text-align:center;
}
.separator-black-1200 {
	border-bottom:1px solid #dcdcdc;
	width:100%;
	max-width:1200px;
	display:inline-block;
	box-sizing:border-box;
}

/* maxが1200の緑色区切りここからセットで使用 */
.separator-green-1200-box {
	width:100%;
	margin:auto;
	padding:30px 30px;
	box-sizing:border-box;
	text-align:center;
}
.separator-green-1200 {
	border-bottom:1px solid #00724D;
	width:100%;
	max-width:1200px;
	display:inline-block;
	box-sizing:border-box;
}

/* 短い区切りここからセットで使用 */
.separator-black-smallbold-box {
	width:100%;
	margin:auto;
	box-sizing:border-box;
	text-align:center;
}
.separator-black-smallbold {
	border-bottom:3px solid #dcdcdc;
	width:100%;
	max-width:300px;
	display:inline-block;
	box-sizing:border-box;
}
/* 短い区切りここまでセットで使用 */

/* ▲▲▲▲▲ 汎用区切り線ここまで ▲▲▲▲▲ */


/* ▲▲▲▲▲ 汎用テキストボックスここから ▲▲▲▲▲ */

/* PC中央揃え SP中央揃え */
.text-box-center-center {
	max-width:800px;
	width:100%;
	padding:0px 30px;
	box-sizing:border-box;
	display:block;
	text-align:center;
	margin:auto;
}
/* ルビがある場合ここから */
.text-box-center-center ruby {
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
}
.text-box-center-center ruby rt {
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
	font-size:12px;
	text-align:center;
}
/* ルビがある場合ここまで */


/* PC左揃え SP左揃え */
.text-box-left-left {
	max-width:800px;
	width:100%;
	padding:0px 30px;
	box-sizing:border-box;
	display:block;
	text-align: justify;/*文字の均等配置*/
	text-justify: inter-ideograph;/*文字の均等配置IE*/
	margin:auto;
}
/* ルビがある場合ここから */
.text-box-left-left ruby {
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
}
.text-box-left-left ruby rt {
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
	font-size:12px;
	text-align:center;
}
/* ルビがある場合ここまで */

/* 箇条書き用 上記左左box内にspanで入れる */
.text-box-kajo {
	width:100%;
	box-sizing:border-box;
	display:inline-block;
	text-align: justify;/*文字の均等配置*/
	text-justify: inter-ideograph;/*文字の均等配置IE*/
	margin:auto;
}
.text-box-kajo-number {
	width:35px;
	box-sizing:border-box;
	display:inline-block;
	text-align: center;
	vertical-align:top;
	margin:auto;
}
.text-box-kajo-text {
	width:calc(100% - 35px);
	box-sizing:border-box;
	display:inline-block;
	text-align: justify;/*文字の均等配置*/
	text-justify: inter-ideograph;/*文字の均等配置IE*/
	vertical-align:top;
	margin:auto;
}


/* PC中央揃え SP左揃え */
.text-box-center-left {
	max-width:800px;
	width:100%;
	padding:0px 30px;
	box-sizing:border-box;
	display:block;
	text-align:center;
	margin:auto;
}
/* 画面サイズが750px以下の場合ここから */
@media screen and (max-width: 750px) {
.text-box-center-left {
	text-align: justify;/*文字の均等配置*/
	text-justify: inter-ideograph;/*文字の均等配置IE*/
}
}
/* 画面サイズが750px以下の場合ここまで */
/* ルビがある場合ここから */
.text-box-center-left ruby {
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
}
.text-box-center-left ruby rt {
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
	font-size:12px;
	text-align:center;
}
/* ルビがある場合ここまで */


/* 上記テキストボックスなどを読みやすい長さにしたい場合 ブロック要素なら大体使える */
.kadoku-box {
	width:100%;
	max-width:800px;
	margin:auto;
}


/* 汎用注釈 */
.chusyaku-box {
	width:100%;
	max-width:1200px;
	padding:0px 30px;
	margin:auto;
	box-sizing:border-box;
	text-align:left;
}
.chusyaku-kome {
	width:15px;
	display:inline-block;
	box-sizing:border-box;
	text-align:left;
	vertical-align: top;
}
.chusyaku {
	width:94%;
	display:inline-block;
	box-sizing:border-box;
	text-align: justify;/*文字の均等配置*/
	text-justify: inter-ideograph;/*文字の均等配置IE*/
}

/* ▲▲▲▲▲ 汎用テキストボックスここまで ▲▲▲▲▲ */


/* ▲▲▲▲▲ 汎用空きここから ▲▲▲▲▲ */
.space-10 {
	display:inline-block;
	width:100%;
	padding-bottom:10px;
	box-sizing:border-box;
}

.space-20 {
	display:inline-block;
	width:100%;
	padding-bottom:20px;
	box-sizing:border-box;
}

.space-30 {
	display:inline-block;
	width:100%;
	padding-bottom:30px;
	box-sizing:border-box;
}

.space-40 {
	display:inline-block;
	width:100%;
	padding-bottom:40px;
	box-sizing:border-box;
}

.space-50 {
	display:inline-block;
	width:100%;
	padding-bottom:50px;
	box-sizing:border-box;
}

.space-60 {
	display:inline-block;
	width:100%;
	padding-bottom:60px;
	box-sizing:border-box;
}

.space-70 {
	display:inline-block;
	width:100%;
	padding-bottom:70px;
	box-sizing:border-box;
}

.space-80 {
	display:inline-block;
	width:100%;
	padding-bottom:80px;
	box-sizing:border-box;
}

.space-90 {
	display:inline-block;
	width:100%;
	padding-bottom:90px;
	box-sizing:border-box;
}

.space-100 {
	display:inline-block;
	width:100%;
	padding-bottom:100px;
	box-sizing:border-box;
}

/* ▲▲▲▲▲ 汎用空きここまで ▲▲▲▲▲ */


/* ▲▲▲▲▲ 汎用テキストサイズここから ▲▲▲▲▲ */
p {
	font-size:17px;
}

.heading-box {
	width:100%;
	max-width:1200px;
	padding:0px 30px;
	margin:auto;
	text-align:center;
	box-sizing:border-box;
	position: relative;
	z-index: -100;
}

.heading {
	box-sizing:border-box;
	display:inline-block;
}

.heading-top {
	min-width:100px;
	width:100%;
	font-size:40px;
	font-weight: bold;
	line-height: 45px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	display:inline-block;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	box-sizing:border-box;
	margin-bottom:5px;
}

.heading-bottom {
	width:100%;
	font-size:17px;
	display:inline-block;
	box-sizing:border-box;
}

/* 画面サイズが750px以下の場合ここから */
@media screen and (max-width: 750px) {
.heading-top {
	font-size:30px;
	line-height: 35px;
}
}
/* 画面サイズが750px以下の場合ここまで */


.subheading-box {
	width:100%;
	max-width:1200px;
	margin:auto;
	padding:0px 30px;
	box-sizing:border-box;
	text-align: justify;/*文字の均等配置*/
	text-justify: inter-ideograph;/*文字の均等配置IE*/
}

.subheading {
	font-size:20px;
	font-weight: bold;
	padding-left:10px;
	border-left:solid 5px #00724D;
	box-sizing:border-box;
	display:inline-block;
}

.subheading-centerbox {
	width:100%;
	max-width:1200px;
	margin:auto;
	padding:0px 30px;
	box-sizing:border-box;
	text-align:center;
}

.subheading-center {
	font-size:25px;
	font-weight: bold;
	padding:0px 30px;
	border-bottom:solid 5px #00724D;
	box-sizing:border-box;
	display:inline-block;
}

.small {
	font-size:14px;
}

.big {
	font-size:20px;
}

/* ▲▲▲▲▲ 汎用テキストサイズここまで ▲▲▲▲▲ */


/* ▲▲▲▲▲ 汎用カラーここから ▲▲▲▲▲ */
.color-lightbrown {
	color:#C9BC9C;
}

.color-brown {
	color:#A48B78;
}

.color-redbrown {
	color:#8B3F40;
}

/* ▲▲▲▲▲ 汎用カラーここまで ▲▲▲▲▲ */


/* ▲▲▲▲▲ 汎用スライド指示ここから ▲▲▲▲▲ */
.slide-pc {
	width:100%;
	max-width:1200px;
	margin:auto;
}

.slide-sp {
	display:none;
}

/* 画面サイズが750px以下の場合ここから */
@media screen and (max-width: 750px) {
.slide-pc {
	display:none;
}

.slide-sp {
	display:block;
	width:100%;
	margin:auto;
}
}
/* 画面サイズが750px以下の場合ここまで */

/* ▲▲▲▲▲ 汎用スライド指示ここまで ▲▲▲▲▲ */

/* ■■■■■■■ 共通設定ここまで ■■■■■■■ */



/* ■■■■■■■ ヘッダーここから ■■■■■■■ */
/* ヘッダーついてくるようにする、高さも指定 */
#site-header {
	position:fixed;
	top:0px;
	width:100%;
	height:80px;
	box-sizing:border-box;
	background-color:#00724D !important;
	z-index:1000;
}
/* 画面サイズが699px以下の場合ここから */
@media screen and (max-width: 699px) {
#site-header {
	height:65px;
}
}
/* 画面サイズが699px以下の場合ここまで */



/* ヘッダーロゴ関連 */
.site-logo img {
	max-height:50px;
}
/* ヘッダーの高さ調整（画像が横長の場合の高さ増し）もここで指定 */
/* 画面サイズが999px以下の場合ここから */
@media screen and (max-width: 999px) {
.site-logo img {
	max-height:50px;
	max-width:400px;
	padding-top:5px;
	box-sizing:border-box;
}
}
/* 画面サイズが999px以下の場合ここまで */

/* 画面サイズが699px以下の場合ここから */
@media screen and (max-width: 699px) {
.site-logo img {
	max-height:35px;
	max-width:300px;
	padding-top:2px;
}
}
/* 画面サイズが699px以下の場合ここまで */

/* 画面サイズが499px以下の場合ここから */
@media screen and (max-width: 499px) {
.site-logo img {
	max-height:35px;
	max-width:250px;
	padding-top:5px;
}
}
/* 画面サイズが499px以下の場合ここまで */

.site-logo img:hover {
	transition: .3s;
  -webkit-transition: .3s;/*サファリで動くように*/
  -moz-transition: .3s;/*ファイアーフォックスで動くように*/
  -ms-transition: .3s;/*IEで動くように*/
  opacity: 0.5;
  	filter: alpha(opacity=50);
  	-ms-filter: "alpha(opacity=50)";
}


/* ヘッダーのpadding変更 */
.header-inner {
	padding:15px 0px;
	position: absolute; /* #site-headerにfixedしてある */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto; /* #site-headerの高さ中央に位置付けするために0とauto */
}


/* ●●●●● ヘッダーメニューのブレイクポイント類ここから ●●●●● */
/* ===== PC用メニューの表示非表示部分 ===== */
/* 画面サイズが1000px以上の場合ここから */
@media screen and (min-width: 1000px) {
.primary-menu-wrapper {
	display:none;
}
}
/* 画面サイズが1000px以上の場合ここまで */
/* 画面サイズが1300px以上の場合ここから */
@media screen and (min-width: 1300px) {
.primary-menu-wrapper {
	display:block;
	width:100%;
}
}
/* 画面サイズが1300px以上の場合ここまで */


/* ===== SP用メニューの表示非表示部分 ===== */
/* 画面サイズが1000px以上の場合ここから */
@media screen and (min-width: 1000px) {
.header-titles-wrapper {
	max-width:400px;
	width:100%;
}
.mobile-search-toggle, .mobile-nav-toggle {
	display:block !important;
}
.toggle,.mobile-nav-toggle {
	right:2rem;
}
.header-inner .toggle {
	right:0px;
	position:absolute;
	padding:0px 15px;
}
.section-inner {
	width:calc(100% - 8rem);
}
.menu-modal-inner {
	width:100%;
}
.mobile-menu {
	display:block;
}
}
/* 画面サイズが1000px以上の場合ここまで */
/* 画面サイズが1300px以上の場合ここから */
@media screen and (min-width: 1300px) {
.mobile-search-toggle, .mobile-nav-toggle {
	display:none !important;
}
}
/* 画面サイズが1300px以上の場合ここまで */

/* ●●●●● ヘッダーメニューのブレイクポイント類ここまで ●●●●● */


/* PC版のヘッダーメニューここから */
/* 文字色変更ここから */
body:not(.overlay-header) .primary-menu > li > a {
	color:#fff !important;
}

body:not(.overlay-header) .primary-menu > li > a:hover {
	text-decoration:none;
	color:#ccc !important;
}

.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration:none;
}
/* 文字色変更ここまで */

/* PC版ヘッダーの子メニュー矢印色変更 */
body:not(.overlay-header) .primary-menu > li > .icon {
	color:#fff !important;
}

/* PC版ヘッダーの子メニュー文字オンマウス時 */
.primary-menu ul a:hover {
	text-decoration:none;
	transition: .3s;
  -webkit-transition: .3s;/*サファリで動くように*/
  -moz-transition: .3s;/*ファイアーフォックスで動くように*/
  -ms-transition: .3s;/*IEで動くように*/
  opacity: 0.6;
  	filter: alpha(opacity=60);
  	-ms-filter: "alpha(opacity=60)";
}
/* PC版のヘッダーメニューここまで */


/* SP版のヘッダーメニューここから */

/* 画面サイズが700px以上の場合ここから */
@media screen and (min-width: 700px) {
.nav-toggle {
	right:0px;
}
}
/* 画面サイズが700px以上の場合ここまで */


/* メニューの三点リーダー位置微調整 */
.nav-toggle .toggle-inner {
	padding-top:0px;
}

/* メニューの三点リーダーsvg画像の色変え */
.toggle-icon .svg-icon path {
	fill: #fff;
}

/* 文字色変更ここから */
.modal-menu li.current-menu-item > .ancestor-wrapper > a {
	text-decoration:none;
}

/* メニューの項目の文字色 */
.modal-menu a {
	color:#000 !important;
}

.modal-menu a:hover {
	text-decoration:none;
	color:#777 !important;
}
/* 文字色変更ここまで */

/* メニューカタカナ位置調整と色修正 */
.toggle-inner .toggle-text {
	top:25px;
	color:#fff !important;
}
/* 画面サイズが999px以下の場合ここから */
@media screen and (max-width: 999px) {
.toggle-inner .toggle-text {
	top:15px;
}
}
/* 画面サイズが999px以下の場合ここまで */


/* メニューを開いた際に「閉じるボタン」を一番上に表示させる為 */
.menu-modal {
	z-index:1500;
	font-weight:normal;
}

/* メニュー文字太さなど調節 */
.modal-menu > li > .ancestor-wrapper > a {
	font-weight:normal;
	font-feature-settings: "palt";
  letter-spacing:0.12em;
  line-height:1.7em;
  font-size:17px;
}

/* SP版のヘッダーメニューここまで */

/* ■■■■■■■ ヘッダーここまで ■■■■■■■ */



/* ■■■■■ 固定ページここから ■■■■■ */
.singular .entry-header {
	padding:0px;
}

/* ===== トップページここから ===== */

/* ===== トップページここまで ===== */


/* ■■■■■ 固定ページここまで ■■■■■ */



/* ■■■■■ 投稿ページここから ■■■■■ */


/* ■■■■■ 投稿ページここまで ■■■■■ */



/* ■■■■■■■■■ ここからフッター ■■■■■■■■■ */
#site-footer {
	background-color:#00724D !important;
	color:#fff;
}

/* ページトップへのスクロールボタンここから */
.page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align:center;
}

/* 画面サイズが750以下の場合ここから */
@media screen and (max-width: 750px) {
	.page-top {
		bottom: 20px;
		right: 20px;
		text-align:center;
}
}
/* 画面サイズが750以下の場合ここまで */


.page-top a {
	display:inline-block;
	width:55px;
	height:55px;
	padding:5px;
	background-color:#009944;
	color:#FFF;
	text-decoration:none;
	border-radius:50%;
	line-height:1.2em;
	letter-spacing:normal;
	box-shadow: 2px 2px rgba(0,0,0,0.2);
	transition: .2s;
  -webkit-transition: .2s;/*サファリで動くように*/
  -moz-transition: .2s;/*ファイアーフォックスで動くように*/
  -ms-transition: .2s;/*IEで動くように*/
}

.page-top a:hover {
	background-color:#6FBA2C;
	color:#FFF;
	text-decoration:none !important;
}

/* ページトップへのスクロールボタンここまで */


/* フッターの内容ここから */
.footer-box {
	width:100%;
	box-sizing:border-box;
}
/* 画面サイズが900px以下の場合ここから */
@media screen and (max-width: 900px) {
.footer-box {
	margin-bottom:55px;
}
}
/* 画面サイズが900px以下の場合ここまで */

.footer-box-content-link {
	color:#fff;
	box-sizing:border-box;
}

.footer-box-content-link a {
	color:#fff;
	text-decoration:none;
	padding:5px 0px;
	box-sizing:border-box;
}
.footer-box-content-link a:hover {
	color:#98d98e;
	text-decoration:none !important;
}


.footer-box-content-link-kugiri {
	padding:5px 0px;
	margin-top:30px;
	margin-bottom:5px;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
}

/* フッターの内容ここまで */

/* ■■■■■■■■■ ここまでフッター ■■■■■■■■■ */