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


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');



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

　　　　　　　　　サイト全体の設定

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


html, body{
    font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 2px;
	line-height: 190%;
	overflow-wrap: break-word;
	font-weight: 500;
	overflow-x: hidden;
	color: #121212;
	margin: 0px !important;
	padding: 0px !important;
	position: relative;
	font-size:20px;
}

a ,a img{
  color: #333;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}

ol {
  position: relative;
  margin: 0;
  padding: 0 10px 0 6px;
}
ol li {
  position: relative;
  margin: 12px 20px 0 24px;
  padding: 0;
}


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;
}

.home .elementor-slides-wrapper.elementor-main-swiper.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
	border-radius: 50px 0px 0px 50px!important;
}

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

	コンテンツレイアウト

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

.tate_text{
	  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;	
}

.tate_text span{
		border-right:2px solid;
	padding:0px 16px;
}

.tate_text span span {
	writing-mode: horizontal-tb;
	letter-spacing: 0px;
	border: 0px solid !important;
	font-size: 1.1em;
	letter-spacing: 0px;
	font-style: italic;
	color: #ffce5b;
}


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

aside {
  float: left;
  margin-bottom: 40px;
  text-align: left;
  width: 24%;
}
.inner {
	width: 90%;
	margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
	
	.pc{display:none;}	
main {
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: left;
  width: 100%;
}

aside {
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}
.inner{
width:90%;
margin:0 auto;
}
}







.elementor-image-box-description {
	font-size: 0.9em !important;
	line-height: 170% !important;
	margin-top: 8px !important;
}







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

	ブログ	前のページ・次のページ

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


.post_ex {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.post-navigation__prev--title,.post-navigation__next--title{
	padding: 0px 32px;
}

/*--------20200110 前の記事とかラベルない方がいいかも追加-------*/
.prev-next-label {
	display: none !important;
}



.prev-next-link a {
	display: block;
	text-decoration: none;
	padding: 14px 40px 20px;
}

.prev-next-link a:hover {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px) {
.pager {
	margin-top: 40px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom:30px;
}
.prev-next-label {
	font-size: 0.8em;
	/* margin: 0px 0px 0px 15px; */
	padding: 5px 10px;
	background: #f5f5f5;
	border-radius: 20px;
	text-align: center;
	/* color: #fff; */
	letter-spacing: 0px;
	line-height: 150%;
	height: 20px;
	width: 100px;
	margin-left: 10px;
}
}
@media screen and (max-width: 767px) {
.pager {
	margin-top: 20px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.prev-next-label {
	display:none;
}
}

/* Arrows */
.prev-link {
  background: url(img/simple_default_prev.png) no-repeat 10px center;
}
.next-link {
  background: url(img/simple_default_next.png) no-repeat right 10px center;
}
.prev-link,
.next-link {
  background-size: 16px 28px;
}

/* Images */
.thumb-wrap {
  display: flex;
}
.thumb-wrap p {
	margin: 0 0 0 16px;
	font-size: 0.85em;
	text-align: left;
}
.thumb-wrap img {
  width: 140px;
  height: 100%;
}

.thumb-wrap p {
	margin: 6px 0px 0 16px;
	text-align: left;
}

/* Larger devices */
@media screen and (min-width: 768px) {
  .prev-next-link {
    display: flex;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a,
  .prev-next-link

 a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}







	






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

	プラグイン　ページャー（共通）

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

.wp_navi01 {
	padding: 20px 0;
	margin: 0px auto;
	text-align: center;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #ccc !important;
	margin: 2px;
	padding: 5px 10px !important;
	text-align: center;
	text-decoration: none;
	background: #333;
	color: #fff !important;
}

.wp-pagenavi .pages {
	display: none;
}

/*---------------------------------------------------------
 * 
		 制作事例・ブログ共通　関連記事
 * 
 * -------------------------------------------------------*/


@media screen and (min-width: 768px) {
.related_box {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.related_box_list {
	width: 24%;
	margin: 0.5%;
	padding: 2%;
	box-sizing: border-box;
	border: 1px solid #f5f5f5;
}
}

@media screen and (max-width: 767px) {
.related_box {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.related_box_list {
	width: 49%;
	margin: 0.5%;
	padding: 2%;
	box-sizing: border-box;
	border: 1px solid #f5f5f5;
}
}	

.related_box_list_title {
	margin-top: 15px;
	font-size: 0.85em;
	line-height: 170%;
}





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

	フッター

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




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

スマホ用固定フッター

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

.footer_menu {
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 50;
	box-sizing: border-box;
	background:#8fcae2;
}

.footer_menu_text {
	line-height: 100%;
	font-size: 0.7rem;
	letter-spacing:1px;
}

.footer_menu_item01 a {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	border-right: 1px dotted #f5f5f5;
	padding: 3% 0%;
	box-sizing: border-box;
	font-weight:bold;
	font-size:0.9rem;
	color:#fff !important;
}

.footer_menu_item02 a {
	display: block;
	width: 25%;
	text-align: center;
	border-right: 1px dotted #f5f5f5;
	padding: 3% 0%;
	float: left;
	box-sizing: border-box;
	font-weight:bold;
	font-size:0.9rem;
}







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

　　　　　　　　お問い合わせフォーム

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

@media screen and (min-width: 768px) {
.contact_table_button input {
	background: #ffce5b;
	font-weight: normal;
	font-size: 1.3em;
	padding: 12px;
	letter-spacing: 3px;
	text-align: center !important;
	width: 300px;
	text-shadow: 0px 0px 0px !important;
	box-shadow: 0px 0px 0px !important;
	padding: 16px !important;
	border-radius: 8px !important;
	margin-top: 24px;
}
}

@media screen and (max-width: 767px) {
.contact_table_button input {
	background: #ffce5b;
	font-weight: normal;
	font-size: 1.3em;
	padding: 12px;
	letter-spacing: 3px;
	text-align: center !important;
	width: 300px;
	text-shadow: 0px 0px 0px !important;
	box-shadow: 0px 0px 0px !important;
	padding: 16px !important;
	border-radius: 8px !important;
	margin-top: 24px;
}
}

.contact_table tr {
	margin-bottom: 12px !important;
}

.contact_table input,.contact_table textarea {
	border: 1px solid #ccc;
	padding: 4px 8px;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
}


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

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

.contact_button input {
	background: #ef5a24 !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;
}

.contact_his {
	background: #ffce5b;
	margin-right: 12px;
	font-size: 0.8em;
	border-radius: 50px;
	padding: 4px 12px;
}

.contact_nini{
	background: #BDBDBD;
	margin-right: 12px;
	font-size: 0.8em;
	border-radius: 50px;
	padding: 4px 12px;
}

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

.select_box {
	position: relative;
}

.select_box::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #b4b3b3;
	border-right: solid 2px #b4b3b3;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}
.contact_table select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 50px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 40px 0 10px;
	border: 1px solid #b4b3b3;
	border-radius: 4px;
}

/* 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) {


th {
	/*background: #fafafa;*/
	border-top: 1px dotted #999;
	width: auto;
	padding: 12px 16px;
	text-align: left;
	font-weight: normal;
	width: 25%;
}

td {
	border-top: 1px dotted #999;
	padding: 12px 24px;
	white-space: auto;
}
}

@media screen and (max-width: 767px) {

th {
	border-top: 1px dotted #999;
	width: 100%;
	display:block;
	margin: 0px;
	padding: 16px 16px 0px;
	box-sizing: border-box;
text-align:left;
}

td {
	width:100%;
	display:block;
	/*border: 1px solid #ccc;*/
	padding: 0px 16px;
}

td:last-child {
	width:100%;
	display:block;
	/*border: 1px solid #ccc;*/
	padding: 0px 16px 16px;
}
}

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


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

	リスト

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

ul {
  list-style: none;
}
#licon {
  position: relative;
  padding-left: 10px;
}
#licon::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
  background-color: #e94f19;
  border-radius: 10px;
}



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