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










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

　　　　　　　　　サイト全体の設定

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


html{
	padding:0px;
	margin:0px;
}

@media screen and (min-width: 768px) {
body {
	max-width:2000px;
    font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 19px;
	letter-spacing: 2px;
	line-height: 190%;
	overflow-wrap: break-word;
	font-weight: 500;
	overflow-x: hidden;
	color: #333;
}
	
.sp {
display:none;
}
}

@media screen and (max-width: 767px) {
body {
    font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 190%;
	overflow-wrap: break-word;
	font-weight: 500;
	overflow-x: hidden;
	color: #333;
}
.pc {
display:none;
}
}

p {
	font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	color: #333;
	font-weight: 500;
	font-size: 0.9em;
}
a:hover{
opacity:0.8;
}

.clear{
clear:both;
}

a ,a img{
  color: #333;
  text-decoration: none;
}

p a{
	color:#1a0dab !important;
	text-decoration:underline !important;
}

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

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

hr {
  border-bottom: 1px dotted #ccc;
  border-top: 0 solid #ccc;
  color: #ccc;
  margin: 20px 0;
}

p {
	margin: 15px 0px;
}


ul,li{
	list-style: none;
	padding: 0px;
	margin: 0px;

}

.ul_list li {
	list-style: inside;
}

.ul_list{
	margin:8px 0px !important;
	padding:0px 12px !important;
}


.clear{
clear:both;
}

a {
  color: #333;
  text-decoration: none;
}


.elementor-drop-cap-letter {
	background: #eb92a4;
	color: #fff;
	padding: 7px 15px;
	font-size: 35px !important;
}

.elementor-divider {
	font-weight: bold !important;
}


header .header_button_text01 .elementor-button-text,header .header_button_text02 .elementor-button-text {
	word-break: keep-all;
}




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

}



/*-------------------------------------------
 * 
 * Elementor：メニュー調整
 * 
 * -----------------------------------------*/

.elementor-widget-n-menu .e-n-menu-title-text {
	align-items: center;
	display: flex;
	flex-direction: column; /* これを追加！ */
	font-size: var(--n-menu-title-font-size);
	line-height: var(--n-menu-title-line-height);
	transition: all var(--n-menu-title-transition);
}

.sub_menu {
	font-size: 0.7em;
}



/*-------------------------------------------
 * 
 * Elementor：ページネーション 
 * 
 * ------------------------------------------*/

@media screen and (min-width: 768px) {
.elementor-pagination a {
	border: 1px solid #ccc;
	padding: 14px 20px;
}

.elementor-pagination span {
	padding: 14px 20px;
	background:#333;
	color:#fff;
}
}

@media screen and (max-width: 767.9px) {
.elementor-pagination a {
	border: 1px solid #ccc;
	padding: 9px 10px;
	font-size:0.8em;
}

.elementor-pagination span {
	padding: 9px 10px;
	background:#333;
	color:#fff;
	font-size:0.8em;
}
}

.page-numbers.dots {
	background: #fff;
	color: #333;
}



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

　　　　　　　　お問い合わせフォーム

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

.wpcf7-list-item {
	display: block !important;
	text-align: left;
}

.contact_button {
	text-align: center;
	margin: 30px 0px;
}

.contact_button input {
	background: #8fcae2 !important;
	text-align: center !important;
	color: #fff !important;
	text-shadow: 0px 0px 0px !important;
	box-shadow: 0px 0px 0px !important;
}

@media only screen and (max-width: 640px) {
.contact_button input {
  width: 80%;
}
}

@media only screen and (min-width: 640px) {
.contact_button input {
  width: 40%;
}
}

.wpcf7 input,.wpcf7 textarea {
  text-align: left;
}



 
input[type=text],input[type=tel],input[type=email]{
font-size:15px;
}
 
 
.file{
margin:10px;
display:block;
}
 
span.wpcf7-list-item { display: block; }
input[type=text],input[type=email],input[type=tel]{
   width:100%;
}
 
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #20b2aa;
}
 
input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}
 
.contact_right textarea{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:100%;
   padding:0 3px;
}
 
.contact_right textarea:focus{
   border:solid 1px #20b2aa;
}
 
.contact_right textarea {
   outline: none;
width:100%;
}
 
input[type=submit]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:33%;
   height:50px;
font-size:20px;
   padding:0 3px;
   margin:5px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
}
 
.contact_form input[type=submit]{
width:50%;
}
 
.contact_form input[type=text],.contact_form input[type=email]{
width:100%;
height:50px;
font-size:1.5em;
}
 
input[type="radio"]{
margin: 0 0 4px 0 !important;
}









/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



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

	テーブル

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


@media screen and (min-width: 768px) {
.scroll{
overflow: auto !important;
white-space:auto !important;
	margin:10px 0px 20px;
}
th {
	border-bottom: 1px solid #ccc;
	border-left:3px solid #222;
	margin: 0px;
	padding: 5px 16px;
	box-sizing: border-box;
	white-space: auto;
	color: #333;
}

td {
	border-bottom: 1px solid #ccc;
	padding: 7px 16px;
	white-space: auto;
	color:#333;
}
}

@media screen and (max-width: 767px) {
.scroll{
overflow: auto !important;　　　　/*tableをスクロールさせる*/
white-space: nowrap !important;　　/*tableのセル内にある文字の折り返しを禁止*/
	margin:10px 0px 20px;
}
th {
	background: #f5f5f5;
	border: 1px solid #ccc;
	width: 30%;
	margin: 0px;
	padding: 5px 15px;
	box-sizing: border-box;
	white-space: nowrap;
	color:#333;
}

td {
	border: 1px solid #ccc;
	padding: 7px 10px;
	white-space: nowrap;
	color:#333;
}
}

.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 3px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

  .contact_table table,
  .contact_table tbody,
  .contact_table tr {
    display: block;
    width: 100%;
  }

.contact_table .sub_text p {
  word-wrap: break-word;  /* 長い単語やURLも折り返す */
  overflow-wrap: break-word; /* こちらも折り返し指定 */
  white-space: normal;    /* 改行を許可 */
  margin: 0;              /* 不要な余白をリセット（任意） */
}


.contact_table {
	background: #363636;
	padding: 16px;
}
.contact_table table {
	font-size: 1em !important;
	font-weight: 500 !important;
	background: #fff;
	border-top: 12px solid #fff !important;
	border-bottom: 12px solid #fff !important;
}


.contact_table th {
	border-left: 0px !important;
	background: #fff !important;
	border-right: 0px !important;
	text-align: left;
	display: block;
	width: 100%;
	border-top: 0px !important;
	border-bottom: 0px !important;
	padding: 8px 24px 0px 24px;
	font-weight:bold !important;
}

.contact_table th p{
	font-weight:bold !important;
}

.contact_his {
	background: #a80d0c;
	color: #fff;
	padding: 4px 8px;
	margin-right: 12px;
	font-size: 0.85em;
}

.contact_nini {
	background: #666;
	color: #fff;
	padding: 4px 8px;
	margin-right: 12px;
	font-size: 0.85em;
}

.contact_table td textarea {
	width: 100%;
	height: 180px;
}

.contact_table_button {
	margin: 0 auto !important;
	text-align: center;
}

.contact_table_button input {
	text-align: center !important;
	letter-spacing: 10px !important;
	font-size: 1.4em !important;
	background: #ccc;
	text-shadow: 0px 0px 0px !important;
}

.contact_table td {
	border-left: 0px !important;
	background: #fff !important;
	border-right: 0px !important;
	text-align: left;
	display: block;
	width: 100%;
	border-top: 0px !important;
	border-bottom: 0px !important;
	padding: 4px 24px 24px 24px;
}



.contact_table td input,.contact_table td textarea {
	border: 1px solid #ccc;
	padding: 4px 12px;
	border-radius: 8px;
}

.contact_table th p,.contact_table td p {
	margin: 0px;
	padding: 0px;
}

.contact_table table {
	font-size: 1em !important;
	font-weight: 500 !important;
	background: #fff;
	/* border-radius: 8px; */
	/* border: 0px !important; */
}





table {
	font-size: 0.9em;
}








/*-------------------------------------------------
 * 
 * リセット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;
}