/*
  Skin Name: Mallow
  Author: Mallow
  Version: 1.0.0
  Priority: 9999000000
*/
/************************************
** レスポンシブデザイン用のメディアクエリ
1023px以下
@media screen and (max-width: 1023px){
834px以下
@media screen and (max-width: 834px){
480px以下
@media screen and (max-width: 480px){
************************************/

/********************************************************
** wp-block上書き
********************************************************/
.wp-block-button__link {
color: #fff;
background-color: var(--wp--preset--color--ex-a);
border-radius: 10px;
transition: .3s;
}
.wp-block-button__link:hover {
color: #fff;
opacity:0.6;
/*background-color: var(--wp--preset--color--ex-d) !important;*/
}

/* 輪郭ボタン */
.is-style-outline>.wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
/*color: currentColor;*/
color: var(--wp--preset--color--ex-a);
/*border-color: var(--wp--preset--color--ex-a)*/
}
.is-style-outline>.wp-block-button__link:not(.has-text-color):hover, .wp-block-button__link.is-style-outline:not(.has-text-color):hover {
color:#fff;
background-color: var(--wp--preset--color--ex-a) !important;
border-color: var(--wp--preset--color--ex-a);
}

/********************************************************
** cocoon設定上書き
********************************************************/
/************************************
** 見出しhタグ
************************************/
/* 固定ぺージのタイトル */
/*.page .entry-title {
  font-weight: bold;
  font-size: 40px;
  color: rgba(0, 0, 0, 0);
  text-shadow: 3px 3px 0 #e1d4e6;
  -webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;
  padding: 0 0 10px;
}
*/
body:not(.home) .page .entry-title {
	line-height:initial;
  font-weight: bold;
  font-size: 50px;
  color: rgba(0, 0, 0, 0);
  text-shadow: 3px 3px 0 #e1d4e6;
  -webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;
  border-bottom: solid 3px #e1d4e6;
}
@media screen and (max-width: 834px){
body:not(.home) .page .entry-title {
	text-align:center;
	}
}
@media screen and (max-width: 480px){
body:not(.home) .page .entry-title {
  font-size: 30px;
	padding: 0;
	}
}

/* 投稿ぺージとアーカイブのタイトル */
.post .entry-title, .archive-title {
  font-size: 26px;
  /*background: url(https://www.mallow-flower.com/wp-content/uploads/2022/06/h1_back_base.jpg);
  background-size: cover;
  color: #fff;
 */
  background: rgb(222,225,241);
  background: -webkit-linear-gradient(339deg, rgba(222,225,241,1) 0%, rgba(249,216,223,1) 39%, rgba(225,212,230,1) 84%);
  background: linear-gradient(339deg, rgba(222,225,241,1) 0%, rgba(249,216,223,1) 39%, rgba(225,212,230,1) 84%);
  box-shadow: 0 2px 3px rgba(100, 100, 100, 0.3)inset;
  border-radius: 4px;
	line-height:80px !important;
	padding-left:50px;
}
@media screen and (max-width: 480px){
  .post .entry-title, .archive-title {
  	line-height:50px !important;
  	padding-left:0px;
  }
  .archive-title {
	text-align:center;
  }
}
body:not(.home) .article h2 {
  position: relative;
  padding: 1rem .5rem;
	background:inherit;
}

body:not(.home) .article h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-linear-gradient(339deg, rgba(222,225,241,1) 0%, rgba(249,216,223,1) 39%, rgba(225,212,230,1) 84%);
  background-image: linear-gradient(339deg, rgba(222,225,241,1) 0%, rgba(249,216,223,1) 39%, rgba(225,212,230,1) 84%);
}
/* この先は変更していない
 .article h3 {
  border-left: 7px solid #888;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  padding: 12px 20px;
}
.article h4 {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.article h5 {
  border-bottom: 2px solid #ddd;
}
.article h6 {
  border-bottom: 1px solid #ddd;
}
*/
/************************************
** サイドバー
************************************/
.widget-sidebar-title, .widget-sidebar-scroll-title{
  box-shadow: 0 2px 3px rgba(100, 100, 100, 0.3)inset;
  border-radius: 4px;
}

/************************************
** グローバルメニュー
************************************/
.header-container-in.hlt-top-menu .logo-image{
  margin-left:20px;
}

@media screen and (max-width: 834px){
  .header-container-in.hlt-top-menu .logo-image{
    margin-left:0px;
  }
}
.navi-in a{
  transition: .3s;
}
.navi-in a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 3px;
  background-color: #d2afdf;
  transition: .3s;
}
.navi-in a:hover::after {
  width: 100%;
}
#navi a{
  font-family: 'PT Serif Caption', "Sawarabi Mincho" ,serif;
}
.text-center{
	text-align:center;
}
/************************************
** フッターボトム
************************************/
@media screen and (max-width: 834px){
  .footer-bottom {
    margin-top: 0;
    font-size: 12px;
    padding: 0px;
   }
}
@media screen and (max-width: 480px){
}
/************************************
** モバイルフッターメニュー
************************************/
.mobile-footer-menu-buttons{
 background-color: #e1d4e6;
}
#navi-menu-input:checked ~ #navi-menu-content,
#sidebar-menu-input:checked ~ #sidebar-menu-content,
#search-menu-input:checked ~ #search-menu-content,
#share-menu-input:checked ~ #share-menu-content,
#follow-menu-input:checked ~ #follow-menu-content {
  opacity: 0.9;
  background-color: #e1d4e6;
}

/************************************
**モバイルスライドインメニュー
************************************/
.navi-menu-close-button span.fas.fa-times::before{
font-family: "Font Awesome 5 Free";
content: "\f060";
font-weight: 900;
}
.sidebar-menu-close-button span.fas.fa-times::before{
font-family: "Font Awesome 5 Free";
content: "\f061";
font-weight: 900;
}
ul.menu-drawer:before{
  font-size: 1.5em;
  border-bottom: 2px solid #d2afdf;
  content: " M E N U ";
  padding-left: 50px;
  padding-right: auto;
  margin-left: 50p;
  display: inline-flex;
  background-color: #fff;
  width: 100%;
}
.menu-drawer a{
font-size:1.1em;
margin: .5em 0;
}

.menu-drawer .sub-menu li{
font-size: .9em;
}
.menu-drawer .sub-menu li a::before {
font-family: "Font Awesome 5 Free";
content : "\f105";
margin:0 .5em 0 1em;
font-weight: 900;
}

/************************************
**SNSボタン
************************************/
/* ========SNSボタン==========*/
/*シェアボタン*/
.sns-share>.sns-buttons .button-caption{
	display:none !important;
}
.sns-share>.sns-buttons>.share-button {
	width:50px !important;
	height:50px !important;
	background-color:#c5b3d3;
	filter: saturate(70%);
}
.sns-share>.sns-buttons>.share-button:nth-of-type(odd){
	border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
.sns-share>.sns-buttons>.share-button:nth-of-type(even){
	border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}
.sns-share>.sns-buttons>.share-button:nth-of-type(3n){
	border-radius: 80% 30% 50% 50%/50%;
}
/*フォローボタン*/
.sns-follow>.sns-buttons>.follow-button{
	background-color:#e1d4e6;
	filter: saturate(70%);
}
/* =====// SNSボタン==========*/

@media screen and (max-width: 834px){
.ss-top .sns-share-buttons a, .ss-bottom .sns-share-buttons a {
    font-size: 26px;
}
}
/************************************
** 入力フォーム
 フォーム共通クラス　m-form
************************************/
label{

}

option {
  padding: 12px;
}

.m-form input[type="text"],
.m-form input[type="password"],
.m-form input[type="date"],
.m-form input[type="datetime"],
.m-form input[type="email"],
.m-form input[type="number"],
.m-form input[type="search"],
.m-form input[type="tel"],
.m-form input[type="time"],
.m-form input[type="url"],
.m-form textarea,
.m-form select {
  padding: 11px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  width: 100%;
	background-color: var(--wp--preset--color--ex-b);
	font-family: "Sawarabi Gothic" ,sans-serif;
	font-size: 0.8em;
}
/* Chrome */
::-webkit-input-placeholder {
  color: #999;
}
/* Firefox */
::-moz-placeholder {
  color: #999;
}
/* IE */
:-ms-input-placeholder {
  color: #999;
}

.m-form input[type="text"]:forcus,
.m-form input[type="password"]:forcus,
.m-form input[type="date"]:forcus,
.m-form input[type="datetime"]:forcus,
.m-form input[type="email"]:forcus,
.m-form input[type="number"]:forcus,
.m-form input[type="search"]:forcus,
.m-form input[type="tel"]:forcus,
.m-form input[type="time"]:forcus,
.m-form input[type="url"]:forcus,
.m-form textarea:forcus,
.m-form select:forcus {
background-color:#fff;
outline: 2px solid var(--wp--preset--color--key-color);
}

.m-form input[type='submit'] {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  background-color: var(--wp--preset--color--key-color);
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
/* width:inherit;*/
  padding: 15px 40px;
	font-size:18px;
}
.m-form input[type='submit']:hover,
.m-form input[type='submit']:focus {
  transform: translateY(-5px);
  background-color: #fff;
	color: #dc9bb7; /* リンク色 */
	border-color: #dc9bb7;
  box-shadow: 0px 13px 16px -6px  rgb(0 0 0 / 30%);
}

.entry-content div.m-form{
	width:80%;
	margin:20px auto;
}
/************************************
** リスト
************************************/
.article ul:not(.wp-block-social-links):not(.wp-block-latest-posts__list):not(.timeline){
  list-style: none;
	text-indent: -1em;
  padding-left: 1em;
}
.article ul:not(.wp-block-social-links):not(.wp-block-latest-posts__list):not(.timeline) li:before{
  font-family: "Font Awesome 5 Free";
  content: "\f0c8  ";
  font-size: 0.9em;
	color: var(--wp--preset--color--key-color);
}
/* スタイルなし */
.article ul.no_before li:before{
  content: "";
}

.article ol {
  counter-reset:num;
  list-style-type: none!important;
}
.article ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.article ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: var(--wp--preset--color--key-color);
  color: #FFF;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}
.article ul.no-indent, .article  ol.no-indent{
	padding:0;
  margin:0;
}
/************************************
** アイコンボックス
************************************/
.is-style-information-box, .information-box, .information {
  background: #fcf3ff;
  border: 1px solid #e1d4e6;
}

.is-style-information-box::before, .information-box::before, .information::before {
  content: '\f05a';
  color: #e1d4e6;
  border-right: 1px solid #e1d4e6;
}

