/* カスタム CSS をここに入力してください */
/*グローバルナビ*/
@media only screen and (min-width: 60em){/*PC*/
    #mainnav-wrap {background:#cbb6e1;}
    #mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {background:#a886ce; color:#fff;}
    #mainnav-menu li.menu-item:hover a,#mainnav-menu a:hover {background:#dccfeb; color:#fff;}
    #mainnav-menu a{ padding:0.8em 0; font-family:apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; color:#fff !important;}
    #mainnav-menu li {border-left-color:#fff;}
}
@media only screen and (max-width: 60em){/*tablet以下*/
  h3#mainnav-icon, #mainnav-icon:hover{background: #cbb6e1;color:#fff;border-bottom:none;}
}
/*見出し*/
.entry h2, .page-ttl {
    border-left-color:#8656ba;
    background-color:#e5dbf0;
}
.entry-head h2.entry-title {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 0;
}
.entry h3 {
    border-bottom-color:#8656ba;
    color:#8656ba;
}
/*ウィジット*/
.widget{border:1px solid #dccfeb;}
.widgettitle{background:#dccfeb;}
.widget ul > li {background:none;}
.cat-item > a{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
	background:none;
}
.cat-item > a::before,
.cat-item > a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.cat-item > a::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #ccc;
}
.cat-item > a::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}
/*ボタン*/
.btn {
    position: relative;
    display: inline-block;
    padding: 5px 7px;
    text-decoration: none;
    color: #FFF !important;
    background: #48b1d0;/*色*/
    border: solid 1px #2f97b6;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.btn.tel{background:#fd8a00;border-color:#c97301;}
/*記事*/
 .entry-title a:link, .entry-title a:visited {
    color: #7545a9;
    text-decoration: none;
}
.entry-head h2.entry-title{border-left:none;padding:0;}
.entry-head{ background:#eee7f5; border-bottom:3px solid #a07ac9;}
/*スケジュール*/
.schdule th, .schdule td{text-align:center;border-right:1px solid #ddd;}
.first{background:#ecfced;}
.relax{background:#e2f6fb;}
.power{background:#ffffdc;}
/*よくある質問*/
.cp_qa *, .cp_qa *::after, .cp_qa *::before {
	font-family: 'Font Awesome 5 Free';
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt,.cp_qa dd {
	position: relative;
	padding: 0.5em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
  
}
.cp_qa dt {
	margin: 0 3em 1em 3em;
	background: #ffe0b2;
}
.cp_qa dd {
	margin: 0 3em 3em 3em;
	background: #b2ebf2;
}
/* 吹き出し▶︎ */
.cp_qa dt::before{
	position: absolute;
	z-index: 99;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し▶︎ */
.cp_qa dt::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #ffe0b2 transparent transparent;
}
/* ?!アイコン */
.cp_qa dt::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}
/* ?アイコン */
.cp_qa dt::after {
	left: -2.5em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.4em;
  font-family: 'Font Awesome 5 Free';
	content: '\f128';
	background: #f57c00;
}
/*お問い合わせ*/
@media only screen and (min-width: 38em){
  .contact-table th{width:25%;}
  .entry tr th {background:#efefef;border-top: 1px solid #ddd;}
}
@media only screen and (max-width: 38em){
  .contact-table th,.contact-table td {display:block;}
}
/*送信ボタン*/
/* 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;
}

.LC_Contact_Submit input { display:block; width:200px; padding:10px 0; margin:0 auto; background:#0FB5C9; color:#fff; font-size:18px; border:0;}
.LC_Contact_Submit input:hover {border:0; background:#afe7ee;color:#fff;}