@charset "utf-8";
/*
Theme Name: ママチュデザイン
Theme URI: https://mamachu-design.com
Description: ママチュデザインのテンプレート
Author: 小谷優歌
Tags: 
Version: 0.1.0
*/


/*--20241104追加--*/

.tablepress th:hover {
	color: #fff !important;
}



/*　--------------------------------------------------

　　　　　　　　　サイト全体の設定

--------------------------------------------------------- */

*{
 margin: 0;
 padding: 0;
} 

html, body{
    font-family: "Lato","游ゴシック体","Yu Gothic","YuGothic","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
	letter-spacing: 2px;
	line-height: 190%;
	overflow-wrap: break-word;
	font-weight: 500;
	overflow-x: hidden;
	color: #333;
	margin: 0px !important;
	padding: 0px !important;
	position: relative;
	font-size:18px;
}

a ,a img{
  color: #333;
  text-decoration: none;
    font-family: "Lato","游ゴシック体","Yu Gothic","YuGothic","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
}


a:hover{
opacity:0.8;
}

.sub_text {
	font-size: 0.85em;
	line-height: 150%;
}

#wpadminbar a {
  color: #fff !important;
}

img {
	width: auto;
	height: auto;
	display: block;
	max-width: 100%;
}

.flex_box{
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;　/*子要素の指定サイズ通りで表示*/
	justify-content: space-between;　/*左右を左右端にぴったり*/
    justify-content: center;　/*子要素を全体を中央へ配置*/

}

.button_text {
	font-size: 0.7em;
	letter-spacing: 0px;
	margin-bottom: 4px;
}

/*　Googleスパム対策ロゴ非表示　*/
.grecaptcha-badge {
	display: none !important;
}




/*-----------------------------------

	コンテンツレイアウト

-------------------------------------*/



@media screen and (min-width: 768px) {
.sp{
	display:none;
	}
}

@media screen and (max-width: 767.9px) {
.pc{
	display:none;
	}	
}


.menu_sub_text {
	background: #fff;
	color: #0b2759;
	font-size: 0.7em;
	letter-spacing: 0px;
	padding: 2px 8px;
	border-radius: 50px;
	margin-right: 8px;
}


.table_sc table, .table_sc th, .table_sc td {
	border: 1px solid;
	border-collapse: collapse;
	padding: 8px 12px;
}

.table_price table, .table_price th, .table_price td {
	border: 1px solid;
	border-collapse: collapse;
	padding: 8px 12px;
}

.table_price th{
	background:#f8f2ec;
}



/*----投稿----*/

.post_exp {
  color: black;
  height: calc(1.4em * 2); /* 制限したい行数が2の場合 */
  line-height: 1.4em; /* heightと同じ値にする */
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}
.post_exp span {
  margin-right: 1em;
}
.post_exp::before {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 30% /* 背景色 */
  );
  bottom: 0;
  content: "…";
  padding-left: 0.7em;
  position: absolute;
  right: 0;
	font-size:0.7em;
}
.post_exp::after {
  background: #fff; /* 背景色 */
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

/*--目次--*/

ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper::before {
	content: counters(item,"-") " |" !important;
	max-width:60px;
}

.blog_side ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper::before {
	content: counters(item,"-") " " !important;
	max-width:60px;
}

.blog_side ol.elementor-toc__list-wrapper ol {
	margin-bottom: 16px;
	font-size: 0.9em;
	letter-spacing: 0px;
	margin-top: 12px !important;
}




/*---アコーディオンメニュー---*/



@media screen and (min-width: 768px) {
	
.search_box #s {
	padding: 8px;
	border-radius: 4px;
	font-size: 1.1em;
	width: 77%;
}

.search_box #searchsubmit{
	padding: 8px;
	border-radius: 4px;
	font-size: 1.1em;
	width: 20%;	
}	
	
.search_box #searchsubmit {
	padding: 8px;
	border: 0px;
	font-size: 1.1em;
	width: 19%;
	font-weight: bold;
	position: relative;
	background: #0e68b7;
	color: #fff;
    font-family: "Lato","游ゴシック体","Yu Gothic","YuGothic","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
}

.tag_box h5 {
	display: none;
}

.tag_box .tagcloud a {
	display: inline-block;
	width: 48%;
	font-size: 0.9em !important;
	font-weight: bold;
	line-height: 140% !important;
}
}


@media screen and (max-width: 767.9px) {
	
	
	.header_box_right{
		overflow-y:scroll;
	}	
	
.search_box #s {
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 0.8em;
	width: 77%;
}

.search_box #searchsubmit {
	padding: 0px 8px;
	border: 0px;
	font-size: 0.8em;
	width: 19%;
	font-weight: bold;
	position: relative;
	background: #0e68b7;
	color: #fff;
    font-family: "Lato","游ゴシック体","Yu Gothic","YuGothic","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
}

.tag_box h5 {
	display: none;
}
	
.tag_box .tagcloud {
	line-height: 140%;
}	

.tag_box .tagcloud a {
	display: inline-block;
	width: 48%;
	font-size: 0.8em !important;
	font-weight: bold;
	line-height: 100% !important;
}
}

.header_right_box_midashi_height {
	height: 60px;
}


/*----見出しデザイン---*/

.blog_contents h2 {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 40px 0px 24px;
	position: relative;
	z-index: 1;
	background: #5197d5;
	padding: .75em 1em;
	color: #fff;
}

.blog_contents h2::before {
	position: absolute;
	display: block;
	pointer-events: none;
	content: "";
	top: -4px;
	left: 0;
	width: 100%;
	height: calc(100% + 4px);
	box-sizing: content-box;
	border-top: solid 2px #5197d5;
	border-bottom: solid 2px #5197d5;
}

.blog_contents h3 {
	font-size: 1.3em;
	font-weight:700;
}

.blog_contents h3::after {
	content: "";
	width: 100%;
	height: 2px;
	background: repeating-linear-gradient(90deg, #5197d5 0%, #5197d5 29.3%, rgba(150,150,150,.2) 29.3%, rgba(150,150,150,.2) 100%);
	display: inline-block;
}


.blog_contents p {
	margin-top: 0px;
}


/*---ページ送り---*/

.elementor-pagination a, .elementor-pagination span {
	display: inline-block;
	border: 1px solid #f5f5f5;
	padding: 4px 16px;
}

.elementor-pagination span {
	background: #5197d5;
	color: #fff;
}

/*--吹き出し01右--*/

.fukidashi01 {
  position: relative;
  display: inline-block;
  border: solid 2px #ccc;
  box-sizing: border-box;
}

/*.elementor-element.elementor-element-0a32916.fukidashi01.e-flex.e-con-boxed.e-con.e-child::before {
  content: "";
  position: absolute;
  top: 60px;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}*/

.fukidashi01::after {
	content: "";
	position: absolute;
	top: 60px;
	left: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #ccc;
	z-index: 1;
}

.fukidashi01 p {
  margin: 0;
  padding: 0;
}


/*--吹き出し02左--*/

.fukidashi02 {
  position: relative;
  display: inline-block;
  border: solid 2px #ccc;
  box-sizing: border-box;
}

/*.elementor-element.elementor-element-0a32916.fukidashi01.e-flex.e-con-boxed.e-con.e-child::before {
  content: "";
  position: absolute;
  top: 60px;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}*/

.fukidashi02::after {
	content: "";
	position: absolute;
	top: 60px;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #ccc;
	z-index: 1;
}

.fukidashi02 p {
  margin: 0;
  padding: 0;
}



/*----サイドバー----*/

.newpost #npcatch {
	padding: 0px;
	margin: 0px;
}

#npcatch li {
	list-style: none;
}

#npcatch li a {
	display: flex;
}

#npcatch img {
	width:80px;
	height: 80px;
	object-fit: cover;
}

#npcatch figure {
	flex-basis: 80px;
	display: contents;
}

#npcatch li a {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted;
}

#npcatch .detail {
	padding-left: 16px;
	font-size: 0.9em;
	line-height: 150%;
}


.blog_side .search_box #searchsubmit {
	font-size: 1em;
	width: 30%;
	display: ;
}

.blog_side .search_box #s {
	font-size: 1em;
	width: 67%;
}

.category_list li, .category_list ul {
	list-style: none;
	line-height: 170%;
	padding: 0px !important;
	margin: 0px !important;
}

.category_list li {
	font-size: 0.9em;
	border-bottom: 1px dotted #ccc;
	padding: 4px !important;
}

.category_list li::before {
	content: '\e5cc';
	font-family: 'Material Icons Outlined';
	font-size: 20px;
	top: 4px;
	position: relative;
	right: 0px;
	padding-right: 8px;
}


.elementor-widget-sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.elementor-widget-sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.elementor-widget-sidebar {
	border: 2px solid #156839;
	border-radius: 4px;
}

.elementor-widget-sidebar h3 {
	background: #156839;
	color: #fff;
	margin: 0px;
	padding: 12px;
	font-size: 1.1em;
	letter-spacing: 1px;
}



.elementor-widget-sidebar h4 {
	background: #f8f2ec;
	margin: 0px;
	padding: 8px 12px;
	font-size: 1em;
	letter-spacing: 1px;
	width: 90%;
	margin: 24px auto 12px;
}

.elementor-widget-sidebar h5 {
	background: #156839;
	margin: 0px;
	padding: 8px;
	font-size: 0.9em;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 24px;
}


.elementor-widget-sidebar .wp-block-latest-posts__list.wp-block-latest-posts a {
	display: block;
	padding: 4px 12px;
	font-size: 0.9em;
	line-height: 1.5;
	list-style: ;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 0px;
}

.elementor-widget-sidebar #block-20 {
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 12px 16px;
}

.elementor-widget-sidebar #nav_menu-2 li a {
	border-bottom: 1px dotted #ccc;
	padding: 4px 16px;
	font-size: 0.95em;
	letter-spacing: 0px;
	display: block;
}


/*　--------------------------------------------------

　　　　　　　　お問い合わせフォーム

--------------------------------------------------------- */

.contact_table {
}

.contact_table p {
	margin: 0px;
	margin: ;
	padding: 0px;
}



.contact_table td input {
margin:0px !important;
}

.his {
	padding: 3px 5px;
	background: #f54642;
	color: #fff;
	margin-right: 7px;
	font-size: 0.8em;
}
 
.nini{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
	margin-right: 7px;
	font-size: 0.8em;
}
 
.contact_table th{
	text-align: left;
	font-weight: normal;
	background:#fff;
	font-weight:bold;
}
 
.contact_table input, .contact_table textarea {
	margin: 0px !important;
	padding: 5px 10px;
	font-size: 1rem;
	box-sizing: border-box;
	font-family: 'Quicksand',"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	border: 1px solid #ccc;
	border-radius: 5px;
	background:#fff;
}



input[type="submit"], input[type="button"] {
	text-align: center !important;
}

.contact_button input {
	background: #333 !important;
	border: 0px;
	padding: 10px 0px;
	box-sizing: border-box;
	width: 250px !important;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 5px !important;
}

.wpcf7-text {
	width: 100%;
}

.wpcf7-textarea {
	width: 100%;
	height: 150px;
}

.wpcf7-checkbox .wpcf7-list-item {
	display: block;
}

.wpcf7-select {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
}

.contact_table_button input {
	width: 100%;
	padding: 8px !important;
	height: auto;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 5px;
	background:#333 !important;
	color:#fff !important;
	margin-top:24px !important;
}

 
@media screen and (min-width: 62.5em) {

.contact_table th, .contact_table td {
	border-top: 1px solid #ccc !important;
	padding: 12px !important;
}	
	
	.contact_button {
	margin: 30px auto 0px;
	text-align: center !important;
}

.contact_table th {
	width: 30%;
	background: #fff !important;
	vertical-align: top;
	padding-top: 16px !important;
}	
	
.contact_table table {
	overflow: hidden;
	table-layout: fixed;
	margin: 0 auto;
	border: 0px solid !important;
}

.contact_table th {
	width: 30%;
	background: #fff !important;
	vertical-align: top;
}
	
.contact_table td {
	width: 100%;
	display: block;
	margin-left:-2px;
}
.contact_table table {
	background: #fff;
	padding: 56px 56px 12px;
}
	
.contact_table {
	background: #f5f5f5;
	padding: 32px !important;
}
    }
     
@media screen and (max-width: 62.4em) {

.contact_table th{
	border-top: 1px solid #ccc !important;
	padding: 12px !important;
}	
	
.contact_table td {
	border-top: 0px solid #fff !important;
	padding: 0px 12px 12px !important;
}	
	
.contact_button {
	margin: 30px auto 0px;
}
	
.contact_table table {
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0px solid;
}
	
.contact_table{
  display:block;
}     
       
.contact_table tbody,
.contact_table tr{
    display: block;
    width: 100%;
  }
.contact_table th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
	padding-top:12px !important;
}
.contact_table td {
	display: list-item;
	list-style-type: none;
	margin: 0px 0px;
	padding: 0px 0px 16px;
	width: 100%;
	border-top: 0px solid !important;
	border-left: 0px solid !important;
	border-right: 0px solid !important;
	border-bottom: 0px dotted #ccc;
}


/*-------------------------------------------------
 * 
 * リセットCSS
 * 
 * 	---------------------------------------------*/



/* ress.css リセットCSS */

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}