@charset "UTF-8";
/*
Theme Name:		XeoryBaseEx 子テーマ
Template:		xeory_base_ex
Description:	もぐらのM性感様用テーマです
Version:		1.1
Author:			k.imashima
*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
こちらはXeoryBaseの子テーマ用CSSです。
以下にCSSを記入していきましょう。
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* 週間予定表を非表示 */
.cast_detail .booking_week
{
	display: none;
}

/* 御奉仕アイコンを非表示 */
img#img_3_12___
{
	display: none;
}



body
{
	background-color: #000;
	font-size: 14px;
	color: #aaa;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
	background-color: #000!important;
	padding: 0 0 1em;
	border: none;
}

#header_img img
{
	text-align: left;
}

/*-------------------------------------
グローバルナビ
-------------------------------------*/
#gnav{
	background-color: #111!important;
	color: #666!important;
	border: none!important;
	border-top: 1px solid #333!important;
	border-bottom: 1px solid #333!important;
}
#gnav li{
	padding: 0!important;
}
#gnav a{
	background-color: #111!important;
	color: #ff0000!important;
	border: none!important;
	border-top: 1px solid #333!important;
	border-bottom: 1px solid #333!important;
	font-weight: bold;
}
#gnav a:after{
	content: '　｜　';
	color: #ccc;
}
#gnav li:last-child a:after{
	content: '';
}
@media screen and (max-width: 991px)
{


	#gnav a:after{
		content: '';
	}
}

/*-------------------------------------
フッタ
-------------------------------------*/
#footer,
.footer-01,
.footer-02
{
	background-color: #111!important;
	border: none!important;
	color: #666!important;
}
#footer a {
  color: #ff0000!important;
}

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

/* カテゴリーリスト*/
.widget_categories.side-widget label
{
	display: none;
}

/* WPの口コミを消す */
.cat-item.cat-item-783
{
	display: none;
}

/*-------------------------------------
プラグイン List Category Posts のもっと見るリンク
-------------------------------------*/
ul[id^='lcp_instance_listcategorypostswidget']+a
{
	margin: 1em 0 3em;
	display: block;
	text-align: center;
	text-decoration: underline;
}
ul[id^='lcp_instance_listcategorypostswidget']+a:before
{
	content: "\0bb";
}
/*-------------------------------------
その他
-------------------------------------*/
section.post-content>p
{
	XXdisplay: none;
}


/**************************************
以降　武内様 追加分
**************************************/
strong {
	color: #cccccc !important;
}
article {
     background-color: #000000 !important;
	}
box {
    height: 370px;
    width: 230px;
    border-radius: 8px;
	    border: 1px solid #555;
    margin: 2em auto 2em;
    padding: 18px;
	    margin: 0.5em auto 1em;
    float: left;
    margin: 0px 9px 1em;
    position: relative;
}
figure2 {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0.1em;
    margin-inline-end: 0.1em;
}
h1.article2 {}
.figure2 {
		background: none;
    font-size: 100%;
	font-weight: bold;
	text-align: center;
    padding: 0;
    border-radius: 0px;
    color: #FF3333;
    border-bottom: 2px dotted #FF3333 !important;
margin: 0 0 0.2em !important;
	}

.post-content h4 {
    color: #FF0000;
    background: -webkit-linear-gradient(#ff9999, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1em 0 0em;
}

.title1
{
	padding:0.5em 1em;
	color:#fff;
	font-weight: bold;

	background: url(img/title1_bg.png) 0 0 no-repeat;
	background-size: cover;
	border-radius: 5px;
	margin-bottom: 1em;
}

#content {
    padding: 1em 0 0em;
}
.breadcrumb {
    margin: 0 0 1em;
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
    padding: 0;
}
a {
  text-decoration: underline;
  color: #fff!important;
}
a:hover{
	text-decoration: none;
}
a.ui-state-default
{
	color: #333!important;
}
b {
	color: #cc3333;
}
label{
	margin-right: 0.5em;
}

table tbody th {
  	background: #333!important;
}
input[type=text]{
	width: auto;
}


article{
	border: 0px !important;
	-webkit-box-shadow: 0 0 10px 0 #999;
	-moz-box-shadow: 0 0 10px 0 #999;
	box-shadow: 0 0 10px 0 #999;
}

.image-left {
    float: left;
    margin: 0 20px 20px 30px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}

h1.post-title {	    
	text-align: center !important;
    position: relative;
    line-height: 1em;
    letter-spacing: 1px;
    text-transform: none;
	color: #dedede;
    background: rgba(255,255,255, 0.05) url(/wp-content/uploads/2019/03/silkback.jpg) repeat scroll center top;
    border: 6px double rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 6px rgba(0, 0, 0, 1);
	border-radius: 10px;
    font-size: 26px;
	margin: 10px;
    padding: 18px;
    text-shadow: 2px 3px 2px #000000;
}
ul[id^='lcp_instance_listcategorypostswidget']+a {
    margin: 0em 0em 0em 0em;
}
.button-box {
 	text-align: center !important;
    position: relative;
    line-height: 1em;
    letter-spacing: 1px;
    text-transform: none;
	color: #dedede;
    background: rgba(255,255,255, 0.05) url(/wp-content/uploads/2019/03/silkback.jpg) repeat scroll center top;
    border: 6px double rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 6px rgba(0, 0, 0, 1);
	border-radius: 10px;
    font-size: 1.1em;
	font-weight: bold;
    margin: 0.5em 0em 0.5em 0em;
	padding: 1em 0em 1em 0em;
    text-shadow: 2px 3px 2px #000000;
}
.button-box a{
	color: #ff6666 !important;
}
/*ご奉仕バナー*/
.gohoushi-box {
 	text-align: center !important;
    position: relative;
    line-height: 1.4em;
    letter-spacing: 1px;
    text-transform: none;
	color: #dedede;
    background: rgba(255,255,255, 0.05) url(/wp-content/uploads/2019/05/gohoushi_banner.jpg) no-repeat scroll center top;
	background-size: 100% auto;
    border: 6px double rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 6px rgba(0, 0, 0, 1);
	border-radius: 10px;
    font-size: 1.1em;
	font-weight: bold;
    margin: 0.5em 0em 0.5em 0em;
	padding: 0.6em 0em 0.6em 0em;
	    text-shadow: 2px 3px 2px #000000;
}
.gohoushi-box a{
	color: #ffffff !important;
}
/*じらし隊バナー*/
.jirashi-box {
 	text-align: center !important;
    position: relative;
	line-height: 1.4em;
    letter-spacing: 1px;
    text-transform: none;
	color: #dedede;
    background: rgba(255,255,255, 0.05) url(/wp-content/uploads/2019/05/jirashi_banner.jpg) no-repeat scroll center top;
	background-size: 100% auto;
    border: 6px double rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 6px rgba(0, 0, 0, 1);
	border-radius: 10px;
    font-size: 1.1em;
	font-weight: bold;
    margin: 0.5em 0em 0.5em 0em;
	padding: 0.6em 0em 0.6em 0em;
	    text-shadow: 2px 3px 2px #000000;
}
.jirashi-box a{
	color: #ffffff !important;
}

/*もぐちゃんねるバナー*/
.moguch-box {
 	text-align: center !important;
    position: relative;
	line-height: 1.4em;
    letter-spacing: 1px;
    text-transform: none;
	color: #dedede;
    background: rgba(255,255,255, 0.05) url(/wp-content/uploads/2019/12/moguch_banner.jpg) no-repeat scroll center top;
	background-size: 100% auto;
    border: 6px double rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 6px rgba(0, 0, 0, 1);
	border-radius: 10px;
    font-size: 1.1em;
	font-weight: bold;
    margin: 0.5em 0em 0.5em 0em;
	padding: 0.6em 0em 0.6em 0em;
	    text-shadow: 2px 3px 2px #000000;
}
.jirashi-box a{
	color: #ffffff !important;
}

/*タグクラウドのデザイン*/
.tagcloud a{
	background: #111111;
	border:1px solid #333333;
	color: #666666 !important;
	padding:6px;
	margin:3px;
	border-radius:1px;
	text-decoration:none;
	font-size:12px;
}
.tag-cloud-link a{
	color:#333333;
}

 /* テスト　
h2.post-title{
	font-size: 1.3em;
	color: #FF0000;
	background: -webkit-linear-gradient(#ff9999, #ff0000);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	margin: 1.25 0 2em !important;
}
ここまで消しときます */

h2.post-title {
		font-size: 1.2em;
	color: #FFF;
     position: relative;
     padding:0.3em 0.3em 0.3em 0.6em;
     border: 0px solid #CCC;
     border-radius: 0px;
	background-color: #990000;
	margin-bottom: 1em;
}

  /* テスト
h2.post-title::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:25px;
     background-color: #FFF;
}
ここまで消しときます */

legend {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    border: 6px double rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 0.5em 1em;
    background: rgba(255,255,255, 0.05) url(/wp-content/uploads/2019/03/silkback.jpg) repeat scroll center top;
}

fieldset {
	border: 1px solid #555;
	padding: 15px;
	border-radius: 8px;
	margin: 3em 0.5em;
}
fieldset ul
{
	padding-left: 2em;
}


.post-content p, .post-content pre{
	margin: 0 0 1em;
    line-height: 1.6em;
	padding-top: 10px;
}
.side-widget {
	margin-bottom: 5px;
    padding-bottom: 5px;
    line-height: 1.6;
    font-size: 14px;
}
.post-content ul.ul01 {
	border: solid 1px #555;
	border-radius: 8px;
	padding: 1em 1em 1em 2.5em;
	position: relative;
}

.post-content ul.ul01 li {
	line-height: 1.5;
	padding: 0.5em 0.5em 0em 0.2em;
	list-style-type: none!important;
}
.post-content ul.ul01 li a{
	padding-left: 0.2em !important;
}

.post-content ul.ul01 li:before {

  font-family: "FontAwesome";
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #999;/*アイコン色*/
}
/*visual form builderの送信成功ページスタイル*/
p#form_success, .vfb-form-success {
    background: none !important;
		    border: 1px solid #555;
    border-radius: 8px !important;
    color: #999999 !important;
    font-size: 16px;
    font-weight: normal;
    padding: 20px;
	text-align: left !important;
}
 /* システムページ　フレックスボックスコンテナ */
	.flex_test-box {
    padding:  0 0 1em;             /* 余白指定 */
		    display: flex;         /* フレックスボックスにする */
}
	.flex_test-box2 {
    padding:  0 0 1em;           /* 余白指定 */
		    display: flex;         /* フレックスボックスにする */
			display: -webkit-flex;
}
	.flex_test-box3 {
    padding:  0 0 1em;             /* 余白指定 */
		    display: flex;         /* フレックスボックスにする */
		   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;


}
.flex_test-item {
    padding: 3%;
    margin:  2% 1% 2% 1%;              /* 外側の余白 */
    border-radius:  8px;        /* 角丸指定 */
	border: 1px solid #555;
	background-color:  none; /* 背景色指定 */
	flex-basis: 31%;
}
	/* システムページ　料金フレックスボックス */
.flex_price {
    padding: 1em;
    color:  #fff;               /* 文字色 */
    margin:  0.4em;              /* 外側の余白 */
     /* 外側の余白 */
    border-radius:  8px;        /* 角丸指定 */
	    border: 1px solid #555;
	    background-color:  none; /* 背景色指定 */
	flex-basis: 50%;
		text-align: center;
}

 /* システムページ　オプション　フレックスボックス */
.flex_option-box {
	    padding: 1em;
    color:  #fff;               /* 文字色 */
    margin:  0.5em;              /* 外側の余白 */
	    border-radius:  8px;        /* 角丸指定 */
	    border: 1px solid #555;
	flex-basis: 50%;

}

 /* システムページ　オプション　フレックスコンテナ */
.flex_option-container {
    color:  #ccc;               /* 文字色 */
	    display: flex;              /* フレックスボックスにする */
	flex-basis: 50%;
font-size: 1em;
}

 /* システムページ　オプション */
.flex_option {
    padding: 0.5em 0em 0.5em 0.5em;
    color:  #ccc;               /* 文字色 */
    margin-left:  0.5em;              /* 外側の余白 */
     /* 外側の余白 */
		text-align: left;
	flex: 1;
	font-size: 1.1em;
	line-height: 1.8em;

}

.option {
	font-size: 1.1em;
	font-weight: bold;
    color: #FF0000;
    background: -webkit-linear-gradient(#ff9999, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0em 0 0.5em;
	text-align: center;
}

 /* システムページ　ロング　フレックスボックス */
.flex_long-box {
	    padding: 1em;
	margin-bottom: 1.2em;
    color:  #fff;               /* 文字色 */
	    border-radius:  8px;        /* 角丸指定 */
	    border: 1px solid #555;
	flex-basis: 50%;

}
 /* システムページ　ロング */
.flex_long {

    color:  #ccc;               /* 文字色 */
     /* 外側の余白 */
		text-align: center;
			    flex: 1;
	font-size: 1.1em;
	line-height: 2em;

}

.price{
	color: #ccc !important;
	font-size: 1.2em !important;
	line-height: 2em !important;
}


@media screen and (min-width:64.2em) {
		.post-content h1{
			font-size: 1.5em;
		color: #FF0000;
background: -webkit-linear-gradient(#ff9999, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin-top: 0.3em!important;

	}
	.post-content h2{
		font-size: 1.3em;
		color: #ff0000;
		background: -webkit-linear-gradient(#ffffff, #666666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
		border-bottom: double 5px #ff0000!important;
margin: 1.25 0 2em;
	}
				.post-content h3{
		font-size: 1.3em;
		color: #ff0000;
		background: -webkit-linear-gradient(#999999, #ffffff, #999999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
				border-left: 5px solid #ff0000!important;
				border-bottom: 5px solid #333;	
	}

				.post-content h3:first-child{
					margin-top: 0px
	}

			/*一旦消す
		.post-title{
				font-size: 1.5em;
				color: #FF0000;
background: -webkit-linear-gradient(#ff9999, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}
	*/
	.post-content, .cta-post-title, .post-cta, .post-cta-inner, .post-share, .post-author, article.page .post-header{
padding: 20px 50px 20px 50px;
	}
				.post-header {
padding: 20px 20px 20px 20px !important;
	}
.shamenikki_pc { display: block !important; }
.shamenikki_sp { display: none !important; }
		.shamenikki_tab { display: none !important; }

/*.visual-form-builder*/
.visual-form-builder ul{
	margin: 0 0.9em!important;
    padding: 1em 1em 1em 1em!important;
    background: none!important;
    list-style: none!important;
    list-style-type: none!important;
    list-style-image: none!important;
    font-size: 13px;
    line-height: inherit;
}

}

@media screen and ( min-width:56.2em) and (max-width: 64.1em) {
			.discription {
	     display: none !important;
       }
			#header_img img {
    width: 100%;
		display:none !important;
}
#header {
		background-image: url(/wp-content/uploads/2024/03/header_sp12-.webp)!important;
    background-size: 75% auto !important;
    background-repeat: no-repeat !important;
    border: none!important;
    padding: 4em 40em 2.5em 30em !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 2.5em !important;
    z-index: 999;
}
						#header-menu-tog {
    display: block;
	position: fixed;
 top: 1.3em;
 right: 0.7em;
    font-size: 1.5em !important;
}
	#content {
		margin-top: 5.5em !important;
	}
		.post-content h1{
			font-size: 1.5em;
		color: #FF0000;
background: -webkit-linear-gradient(#ff9999, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
		margin-top: 0.3em!important;
	}
	.post-content h2{
		font-size: 1.3em;
		color: #ff0000;
		background: -webkit-linear-gradient(#ffffff, #666666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
		border-bottom: double 5px #ff0000!important;
	}
				.post-content h3{
		font-size: 1.3em;
		color: #ff0000;
		background: -webkit-linear-gradient(#999999, #ffffff, #999999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
				border-left: 5px solid #ff0000!important;
					border-bottom: 5px solid #333;
										margin-top: 1rem;
			padding: 0 13px 7px!important;
	}
			/*一旦消す
		.post-title{
				font-size: 1.5em;
				color: #FF0000;
background: -webkit-linear-gradient(#ff9999, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}
	*/
		.post-content, .cta-post-title, .post-cta, .post-cta-inner, .post-share, .post-author, article.page .post-header{
padding: 20px 50px 20px 50px;
	}
				.post-header {
padding: 20px 20px 20px 20px !important;
	}
.shamenikki_pc { display: block !important; }
.shamenikki_sp { display: none !important; }
		.shamenikki_tab { display: none !important; }

/*.visual-form-builder*/
.visual-form-builder ul{
	margin: 0 0.9em!important;
    padding: 1em 1em 1em 1em!important;
    background: none!important;
    list-style: none!important;
    list-style-type: none!important;
    list-style-image: none!important;
    font-size: 13px;
    line-height: inherit;
}

}

@media screen and (min-width:30em) and ( max-width:56.2em)
 /* 480px~896px（タブレット） */ {
	 					.discription {
	     display: none !important;
       }
			#header_img img {
    width: 100%;
		display:none !important;
}
#header {
 background-image: url(/wp-content/uploads/2024/03/header_sp12-.webp)!important;
    background-size: 75% auto !important;
    background-repeat: no-repeat !important;
    border: none!important;
    padding: 4em 40em 2.5em 30em !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 2.5em !important;
    z-index: 999;
}
	 			#header-menu-tog {
    display: block;
	position: fixed;
 top: 1.3em;
 right: 0.7em;
    font-size: 1.5em !important;
}
	 #content {
		margin-top: 5.5em !important;
	}
	.post-content h1{
		font-size: 1.5em;
		color: #FF0000;
background: -webkit-linear-gradient(#ff9999, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
		margin-top: 0.3em!important;
	 }
	.post-content h2{
		font-size: 1.3em;
		color: #ff0000;
		background: -webkit-linear-gradient(#ffffff, #666666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
				border-bottom: double 5px #ff0000!important;
margin: 0px 0px 10px 0px!important;

	}
			.post-content h3{
		font-size: 1.3em;
		color: #ff0000;
		background: -webkit-linear-gradient(#999999, #ffffff, #999999);
  -webkit-background-clip: text;

				border-left: 5px solid #ff0000!important;
				border-bottom: 5px solid #333;
		margin: 0px 0px 10px 0px!important;
							padding: 0 13px 7px!important;
	}
		/*一旦消す
	.post-title{
				font-size: 1.3em;
				color: #FF0000;
background: -webkit-linear-gradient(#ff9999, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
margin: 10px 0px 0px 10px!important;
	}
			*/
	.post-content, .cta-post-title, .post-cta, .post-cta-inner, .post-share, .post-author, article.page .post-header{
padding: 20px 50px 20px 50px;
	}
	 			.post-header {
padding: 20px 20px 20px 20px !important;
	}
	.shamenikki_pc { display: none !important; }
.shamenikki_sp { display: none
!important; }
		.shamenikki_tab { display: block !important; }
	 .tagcloud{
    display: none;
}
	 /*.visual-form-builder*/
.visual-form-builder ul{
	margin: 0 0.9em!important;
    padding: 1em 1em 1em 1em!important;
    background: none!important;
    list-style: none!important;
    list-style-type: none!important;
    list-style-image: none!important;
    font-size: 13px;
    line-height: inherit;
}

}

@media screen and ( max-width:30em)
    /* ~480px（スマホ縦） */ {
					.discription {
	     display: none !important;
       }
			#header_img img {
    width: 100%;
		display:none !important;
}
#header {
		background-image:url("/wp-content/uploads/2024/03/header_sp2-.webp")!important;
				background-size: 90% auto !important;
	background-repeat: no-repeat !important;
    border: none!important;
	padding: 3em 20em 2.5em 20em !important;
				position: fixed;
    top: 0;
    left:0;
	height: 2.5em !important;
				z-index: 999;
}
#content {
		margin-top: 4.5em !important;
	}
			#header-menu-tog {
    display: block;
	position: fixed;
 top: 1.3em;
 right: 0.7em;
    font-size: 1.5em !important;
}
			#gnav ul {
    margin-top:3em;
    padding: 0;

}
.image-left {
    float: left;
    margin: 0 20px 20px 10px;
padding: 5px 5px 5px 5px;
background-color: #FFFFFF;
border-style: solid;
border-width: 2px;
border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}

	.post-content h1{
		font-size: 1.3em;
		color: #FF0000;
background: -webkit-linear-gradient(#ff9999, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
		margin-top: 0.3em!important;

	}
	.post-content h2{
		font-size: 1.2em;
		color: #ff0000;
		background: -webkit-linear-gradient(#ffffff, #666666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
				border-bottom: double 5px #ff0000!important;
		margin: 10px 0px 20px 0px!important;

	}
		.post-content h3{
		font-size: 1.2em;
		color: #ff0000;
		background: -webkit-linear-gradient(#999999, #ffffff, #999999);
  -webkit-background-clip: text;

			border-left: 5px solid #ff0000!important;
			border-bottom: 5px solid #333;
			margin: 10px 0px 10px 0px!important;
			padding: 0 13px 7px!important;
	}
	.cat-content .post-header, article.page .post-header{
		padding: 0px !important;
		margin-bottom: 0px !important;
		background-color: #000 !important;
	}
			.cat-content {
		padding: 0px !important;
		margin-bottom: 40px !important;
		background-color: #000 !important;
		border: none !important;
	}
.cat-content-area {
    margin-top: 0px;
}
	.post-content, .cta-post-title, .post-cta, .post-cta-inner, .post-share, .post-author, article.page .post-header {
padding: 3% !important;
	}
			.post-header {
padding: 20px 20px 20px 20px !important;
	}
	.shamenikki_pc { display:none !important; }
.shamenikki_sp { display: block !important; }
	.shamenikki_tab { display: none !important; }
#gnav ul li{
				margin-bottom: 0px !important;
			}
.tagcloud{
    display: none;
}
			.post-content ul.ul01 {
  border: solid 1px #555;
  border-radius: 8px;
  padding: 0.5em 1em 0.2em 1.5em;
  position: relative;
}

.post-content ul.ul01 li {
  line-height: 1.5;
  padding: 0.2em 0.2em 0em 0.2em;
  list-style-type: none!important;
}
.post-content ul.ul01 li a{
padding-left: 0.2em !important;
}

.post-content ul.ul01 li:before {

  font-family: "FontAwesome";
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 0.5em;/*左端からのアイコンまでの距離*/
  color: #999;/*アイコン色*/
}
/*visual-form-builderスマホ版*/
.visual-form-builder ul{
	margin: 0.2em!important;
    padding: 1em 1em 1em 1em!important;
    background: none!important;
    list-style: none!important;
    list-style-type: none!important;
    list-style-image: none!important;
    font-size: 13px;
    line-height: inherit;
}
			.flex_test-box {
    background-color: none;     /* 背景色指定 */
    padding:  1px;             /* 余白指定 */
}

		.flex_test-item {
    padding: 3%;
    margin:  2 1 2 1%;              /* 外側の余白 */
    border-radius:  8px;        /* 角丸指定 */
	    border: 1px solid #555;
	    background-color:  none; /* 背景色指定 */
		flex-basis: 48%;
}
		/* システム */
		.flex_price {
    padding: 1em 0.8em 0.5em 0.8em;
 margin:  0em 0em 1em 0em;/* 外側の余白 */
    border-radius:  8px;        /* 角丸指定 */
	    border: 1px solid #555;
	    background-color:  none; /* 背景色指定 */
		flex-basis: 50%;
		text-align: center;
}
			.flex_test-box {
				display: block !important; /* フレックスボックスをスマホ表示で無効にする */
}

.flex_test-box2 {
				display: block !important; /* フレックスボックスをスマホ表示で無効にする */
}

}

/*visual-form-builder*/
.visual-form-builder fieldset {
	background: #000;
	border: 0px solid rgba(255, 255, 255, 0.15);
}
.visual-form-builder .vfb-legend h3 {
	font-size: 1.5em;
    color: #ff0000;
    background: -webkit-linear-gradient(#999999, #ffffff, #999999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-left: 5px solid #ff0000!important;
	border-bottom: 5px solid #333;
    margin: 0em 0em 0.5em 0em !important;
	padding: 0.1em 0.2em 0.1em 0.4em !important;
}
.visual-form-builder .vfb-legend {
	border-bottom: 0px solid #555555;
	color: #ffffff;
	font-size: inherit;
	margin: 5px 14px;
	padding: 0 6px;
}
.visual-form-builder label, label.vfb-desc {
	color: #999999;
	display: block;
	margin: 0;
	padding: 0 0 3px;
	font-weight: normal;
	font-size: 1.2em;
}
input.vfb-text, input.vfb-text[type="text"], input.vfb-text[type="tel"], input.vfb-text[type="email"], input.vfb-text[type="url"], textarea.vfb-textarea, select.vfb-select {

	background-image: none;
	border: 0 solid #CCCCCC;
	border-radius: 0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	display: block;
	font-size: 16px;
	line-height: 1.42857;
	padding: 10px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.select.vfb-select {
	font-size: 18px;
}
input.vfb-text, input.vfb-text[type="text"], input.vfb-text[type="tel"], input.vfb-text[type="email"], input.vfb-text[type="url"], textarea.vfb-textarea, select.vfb-select:focus {
	outline: 0 none;
}
input.vfb-text:focus, input.vfb-text[type="text"]:focus, input.vfb-text[type="tel"]:focus, input.vfb-text[type="email"]:focus, input.vfb-text[type="url"]:focus, textarea.vfb-textarea:focus {
	border-color: rgba(189, 179, 146, 0.8) !important;
	box-shadow: none !important;
	outline: 0 none;
}
input.vfb-text, input.vfb-text[type="text"], input.vfb-text[type="tel"], input.vfb-text[type="email"], input.vfb-text[type="url"], textarea.vfb-textarea, select.vfb-select:-moz-placeholder {
 color: #999999;
}
input.vfb-text, input.vfb-text[type="text"], input.vfb-text[type="tel"], input.vfb-text[type="email"], input.vfb-text[type="url"], textarea.vfb-textarea, select.vfb-select::-moz-placeholder {
 color: #999999;
 opacity: 1;
}
input.vfb-text, input.vfb-text[type="text"], input.vfb-text[type="tel"], input.vfb-text[type="email"], input.vfb-text[type="url"], textarea.vfb-textarea, select.vfb-select {
	color: #000000;
}
input.vfb-text, input.vfb-text[type="text"], input.vfb-text[type="tel"], input.vfb-text[type="email"], input.vfb-text[type="url"], textarea.vfb-textarea, .vfb-select.valid, .vfb-select {

	color: #000000;
	font-size: 16px;
	opacity: 1;
	padding: 10px;
	clear:both;
}

textarea.vfb-text {
	height: auto;
}
.vfb-submit, input.vfb-submit[type="submit"] {
	background-color: #333333 !important;
	border: 1px solid #444444;
	border-radius: 3px;
	color: #999999 !important;
	margin-bottom: 15px;
	padding: 10px 20px;
}
.vfb-select.vfb-medium {
	font-size: 18px;
	padding: 15px;
}
.vfb-submit:hover, input.vfb-submit[type="submit"]:hover {
	background-color: #333333 !important;
	border-color: #555555;
	color: #FFFFFF !important;
}
.vfb-section-div {
	background-color: #666666 !important;
	border-radius: 0px !important;
	float: none;
	margin-bottom: 30px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 30px;
	padding: 10px !important;
	width: 98% !important;
}
.visual-form-builder .vfb-section-div h4 {
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 18px;
	line-height: inherit;
	margin: 0;
	padding: 0;
}
.visual-form-builder span.vfb-right input, .visual-form-builder span.vfb-right input[type="text"], .visual-form-builder span.vfb-right select, .visual-form-builder span.vfb-left input, .visual-form-builder span.vfb-left input[type="text"], .visual-form-builder span.vfb-left select {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.086);
	font-size: 16px;
	padding: 10px;
	width: 100%;
}
.visual-form-builder li div label, .visual-form-builder li span label {
	font-size: 16px;
	margin: 0 0 20px;
}
label.vfb-error {
	background: #990000 none repeat scroll 0 0;
	border-radius: 0;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: normal;
	padding: 10px !important;
	text-align: center;
}
p#form_success, .vfb-form-success {
	background: none repeat scroll 0 0 #666666;
	border-radius: 0px;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
	text-align: center;
}

.visual-form-builder ul li:before{
	 font-family: initial !important;
  content: none;
  position: absolute;
  left : 1em;
}
.visual-form-builder label.vfb-choice {
    margin: -16px 0 0 23px;
    padding: 0 0 5px;
    width: 88%;
    font-size: 100%;
    line-height: 2em;
}
.vfb-desc {
    color: #ee6666 !important;
    display: block;
    margin: 0;
    padding: 0 0 3px;
    font-weight: normal;
    font-size: 16px;
}



/*　出勤予定 */
.post-content .date_list ul
{
	border: none;
	padding: 0!important;
}
.post-content .date_list ul li
{
	padding: 0;
	margin: 0;
}
.post-content .date_list ul li a
{
	padding: 0.5em 1.5em!important;
	color:#cccccc!important;
}
.date_list ul li:before
{
	display: none;
}
.yellow {
    color: #ee6666 !important;
}


/* ------ ページナビ ------ */
.page_navi {text-align: center; font-size: 85%; line-height: 1.5em;}
.page_navi li {display: inline;list-style: none;}
.page_navi li.current span {color: #FFFFFF; font-weight: bold; display: inline-block; padding: 2px 6px; background: #414444; border: solid 1px #414444; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.page_navi li a {color: #414444!important;padding: 2px 6px; background: #FFFFFF; display: inline-block; border: solid 1px #414444;text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.page_navi li a:hover {color: #414444;}
.page_navi li.page_nums span {color: #FFFFFF;padding: 3px 7px;background: #414444;display: inline-block;border: solid 1px #414444; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}

/* ------ 個別記事 ------ */
body.color04 .post-meta li {
    background: #000 !important;
}
.post-meta li {
    background: #000 !important;
    float: left;
    margin-top: -0.7em;
    margin-right: 20px;
    padding-right: 24px;
    font-size: 14px;
}
.post-meta {
    margin-top: 0;
    margin-bottom: 42px;
    padding: 0;
	   border-top: 0px !important;
}
body.color04 .post-meta {
   border-top: 0px !important;
}
.post-footer ul li {
    display: inline-block;
    /* vertical-align: top; */
    margin: 0 0 0;
}
.post-footer {
    border-radius: 0 0 3px 3px;
    padding: 0px 10px 0px;
    text-align: right;
}
body.color04 .post-meta {
    border-top: 0px !important;
    float: right;
}
.post-footer ul li {
    margin: 0 0 0;
}
.fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* ------ 女性プロフィールテーブル ------ */
body.color04 .post-content table th, body.color04 .post-content table td {border: #666 solid 1px !important;
}
/* ------ 女性プロフィールコメント ------ */
.manager_memo {
    color: #aaa;
}

/* ------ 投稿コンテンツ ------ */
.post-loop-wrap .post-content {
    XXXwidth: auto;
 XXXpadding: 20px 64px 42px;
}
/* ------ h2 ------ */
.post-content h2 {
    margin: 32px 0 32px !important;
}
.post-content h2:first-child {
    XXXmargin-top: 0!important;
}

/* ------ 記事タイトルh2 ------ */
.post-title {

    font-size: 28px;
    clear: both;
    font-weight: bold;
}


@media screen and ( min-width:56.2em) {
.tel a{
 background-color: #cc3333;

    color: #ffffff;
    text-decoration: blink;
    text-align: center;
	width: 2em;
	height: 2em;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    display: none;
    border-radius: 50px;
    position: fixed;
    right: 43px;
    top: 25px;
	line-height: 33px;
	z-index: 1000;
}
}

@media screen and ( max-width:56.2em) {
.tel a{
 background-color: #cc3333;

    color: #ffffff;
    text-decoration: blink;
    text-align: center;
	width: 2em;
	height: 2em;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    display: inline-block;
    border-radius: 50px;
    position: fixed;
    right: 43px;
    top: 25px;
	line-height: 33px;
	z-index: 1000;
	-webkit-font-smoothing: antialiased;
	}
}



/* ------ その他 ------ */
header.post-header
{
	XXXpadding-bottom: 0!important;
}
header.post-header+section.post-content
{
	padding-top: 0!important;
}

/* ------ サイドバーのタイトル ------ */
.side-widget .side-title {
  margin: 0 0 32px;
font-size: 1.3em;
    color: #ff0000;
    background: -webkit-linear-gradient(#ffffff, #666666);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: bold;
}

.side-widget .side-title {
  margin: 0 0 13px;
font-size: 1.3em;
    color: #ff0000;
    background: -webkit-linear-gradient(#ffffff, #666666);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
		font-weight: bold;
}

/* ------ ツイッターアイコン ------ */
img.twitter_logo {
    width: 30px;
    height: 30px;
}
/*
 * Recent posts Widget Extended
 */
 
/* ウィジェットタイトル → プロフィールに合わせる */
 
/* 一覧レイアウト ul li */
.rpwe-block ul {
  list-style: none!important;
  margin: 0;
  padding: 0;
}
.rpwe-block li{
border-bottom: 2px dotted #999;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}

.rpwe-block a{
display: inline !important;
text-decoration: none;
}
 
/* 投稿タイトル */
.rpwe-block h3 {
  clear: none;
  margin: 0 0 .2em 0!important;;
  padding: 0!important;;
  font-size: 12px!important;;
	    border-left: none!important;
    border-bottom: none!important;;
}
 
/* サムネイル（アイキャッチ） */
.rpwe-thumb{
border: 1px solid #999 !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
}
 
/* 投稿記事 */
.rpwe-summary {
  font-size: 14px;
	line-height: 1.8em;
}
 
/* 日時 */
.rpwe-time {
  display: block;     /* 追加:ブロック要素にする */
	padding-bottom: 8px;
  color: #999;
  font-size: .8em;
}
 
/* コメント */
.rpwe-comment {
  color: #bbb;
  font-size: 11px;
  padding-left: 5px;
}
 
/* 左回り込み */
.rpwe-alignleft {
  display: inline;
  float: left;
}
 
/* 右回り込み */
.rpwe-alignright {
  display: inline;
  float: right;
}
 
/* 中央 */
.rpwe-aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
 
.rpwe-clearfix:before, .rpwe-clearfix:after {
  content: "";
  display: table!important;
}
 
.rpwe-clearfix:after {
  clear: both;
}
 
.rpwe-clearfix {
  zoom: 1;
}

.more-link {
  border: 1px #990000 solid!important;
  padding: 4px 4px!important;
  line-height: 26px;
	  margin-top: 20px!important;
  margin-bottom: 64px!important;
  box-sizing: border-box!important;
  clear: both;
  color: #990000;
  font-size: 14px;
}
.more-link:hover {
  background: #990000!important;
  color: #fff;
  text-decoration: none;
}

.postie-img {
max-width: 85%;
height: auto;
}


 
/* 写メ日記のアイキャッチ画像を非表示にする
.post-thumbnail {
    display: none !important;
}
一時的に消す */




/* アーカイブ */
.archive_row .main_img
{
	padding-right: 1em;
	max-width: 50%;
	display: inline-block;
}
.archive_row a.readmore
{
	color: #cc3333!important;
	display: inline-block;
	padding-left: 1em;
}

/* アーカイブ2 アーカイブに記事全体を表示するパターン　*/
.archive_row2 img.mt-image-left 
{
	padding-right: 1em;
	padding-bottom: 1em;
	max-width: 50%;
	display: inline-block;
	float: left;
}




/* 投稿 */
.archive_detail .postie-attachments
{
	padding: 0 0em 1em;
	height: 0!important;
	margin: 0!important;
}

.archive_detail .postie-attachments img.attachment
{
	margin-right: 10px;
}


/* 前記事、次記事 */
.archive_detail .prev_next
{
	text-align: center;
	padding: 2em 0;
	color: #cc3333!important;
}
.archive_detail .prev_next a
{
	display: inline-block;
	cursor: hand;
	margin: 0 0.5em;
	color: #cc3333!important;
}


/* もぐらウィジェット２　写メ日記以外の新着　 */
ul.mogura_widget2 {
  padding: 0 0.5em;
  position: relative;
}

ul.mogura_widget2 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

ul.mogura_widget2 li:before {
  font-family: FontAwesome;
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ffffff; /*アイコン色*/
}

ul.mogura_widget2 li:last-of-type {
  border-bottom: none;
}

ul.mogura_widget2 li,
ul.mogura_widget2 li a
{
	display: block!important;
}
/* スマホH1タグ */
@media screen and (max-width: 767px)
{
h1 {
font-size: 14px;
margin-top: 1px;
margin-right: 0px;
margin-bottom: 1px;
clear: both;
}
}