@charset "utf-8";
/*
Theme Name: AQUAPLUS
Theme URI: 
Description: アクアプラス専用テーマ
Author: AQUAPLUS
Version: 1.0
Tags: 
*/


/* 
-------------------------------------------------------------- */
strong {
	color: rgb(255, 38, 136);
}

table {
	border-collapse: collapse;
	border: 0px;
}

body:not(.mobile) #subNavi input,
.areaContent input ,
.areaContent select ,
.areaContent textarea {
	box-shadow: 0px 0px 2px rgba(0,0,0, 0.2) inset;
	border-radius: 3px;
	margin-bottom: 1px;
}
.areaContent input {
	box-sizing: border-box;
}

body:not(.mobile) #subNavi input[type="submit"] ,
.areaContent input[type="submit"] {
	color: #fff;
	background: #AC3769;
	border-radius: 5px;
	padding: 1px 5px 0;
	border-top: 1px solid rgba(255,255,255, 0.5);
	border-left: 1px solid rgba(255,255,255, 0.5);
	border-right: 1px solid rgba(0,0,0, 0.5);
	border-bottom: 1px solid rgba(0,0,0, 0.5);
	cursor: pointer;
	text-shadow: 0px 1px 1px rgba(0,0,0, 1);
	padding: 0.5em 2em;
}
.areaContent .fas input[type="submit"] {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.areaContent input[type="submit"]:hover {
	background: #444;
}



body.mobile #content { margin: 0 0 10px 0; }


#subNavi #rss {
	position: relative;
	display: inline-block;
	width: 77px;
	height: 12px;
	line-height: 1;
	padding: 4px 0;
	background: #356dca;
	color: #fff;
	text-align: center;

	border-radius: 3px;
/*	margin-right: 7px;*/
	text-decoration: none;
}
#subNavi #rss:hover {
	background-color: #AF8821;
}
#subNavi #rss:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f09e";
	display: inline-block;
	width: 10px;
	position: absolute;
	left: 8px;
	top: calc(50% - 5px);
	font-size: 10px;
}



/* ---------------------------------------------------------------------------
 左エリア・メイン */
body:not(.mobile) .areaLeft {
	width: 740px;
	float: left;
}
body.mobile .areaLeft {
	width: auto;
	float: none;
	margin-top: 30px;
}


/* ---------------------------------------------------------------------------
 右エリア・ウィジェット */
#areaRight {
}

/*小ヘッダー*/
.widget-area h3 {
	margin-bottom: 4px;
	padding: 0;
	height: 21px;
	line-height: 1;
	background-color: transparent;
	border-bottom: 1px solid #333;
	color: #333;
	font-family: "GenShinGothic-P", "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	font-size: 15px;
	border-left: none;
}


.widget_categories h3 {
	margin-top: 0px;
}



li.widget-container ,
li.widget-container li {
	background-image: none;
	padding: 0;
	text-align: left;
}


/* 標準カテゴリーウィジェット＋投稿数カスタム */
li.widget_categories > ul > li {
	background-color: #eee;
}

li.widget_categories li {
	background-image: none;
	padding: 0px;
}
li.widget_categories li:last-child {
	padding-bottom: 3px;
}

li.widget_categories li a {
	display: block;
	padding: 10px 8px;
	color: #fff;
	background-color: #666;
	margin-bottom: 1px;
	transition: 0.3s;
}
li.widget_categories li a:hover {
	opacity: 0.8;
}

li.widget_categories li ul.children a {
	margin-left: 8px;
	padding: 4px 8px;
	background-color: #999;
}

li.widget_categories li ul.children ul.children a {
	margin-left: 16px;
	padding: 1px 8px;
	background-color: #bbb;
}

li.widget_categories span.count {
	display: inline-block;
	float: right;
	background-color: #eee;
	color: #888;
	padding: 0 3px;
	border-radius: 2px;
}



/* 最近の記事 */
.widget_recent_entries a {
	position: relative;
	display: block;
	background: #666;
	color: #fff;
	margin-bottom: 1px;
	padding: 4px 20px 4px 8px;
	transition: 0.3s;
}
.widget_recent_entries a:hover {
	opacity: 0.8;
}

.widget_recent_entries a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";

	position: absolute;
	line-height: 1;
	top: calc(50% - 0.5em);
	right: 4px;
}

.entry-content img.aligncenter {
    display: block;
	margin: auto;
    margin-inline: auto;
}


/* アーカイブ */
.widget_archive select {
	display: block;
	margin: 0 auto;
}



/* ------------------------------------
 モバイル */
body.mobile #areaRight {
	width: auto;
	float: none;;
	margin: 30px 4px 0;
	background-color: #fff;
	padding: 1px 5px 15px;
	border-radius: 8px;
}

body.mobile .widget_categories h3 {
	margin-top: 20px;
}

body.mobile li.widget-container h3 {
	position: relative;
	cursor: pointer;
}

body.mobile li.widget-container h3:after {
	content: "▼";
	position: absolute;
	right: 6px;
	top: 5px;
	font-size: 10pt;
	text-shadow: 0 2px 1px rgba(0,0,0,0.9);
}
body.mobile li.widget-container h3.slideDown:after {
	content: "▲";
}

body.mobile #primary li.widget-container h3+* {
	display: none;
	background-color: #eee;
	margin: 0px 4px;
	padding-bottom: 4px;
	border-radius: 0 0 5px 5px;
}


body.mobile .areaContent ul li.widget-container ,
body.mobile .areaContent ul li.widget-container li {
	padding-left: 0;
	background: none;
}


body.mobile li.widget-container input,
body.mobile li.widget-container select {
	height: 40px;
}
body.mobile li.widget-container ul.children li.cat-item {
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 5px 15px;
	overflow: hidden;
}

body.mobile li.widget-container ul.children ul.children li.cat-item {
	float: left;
}



/* ---------------------------------------------------------------------------
 [Plugin]Wordpress Custom Fields Search (WP Custom Search )*/

/*form*/
.custom_search { position: relative; }

/*項目名*/
.searchform-label {
	font-weight: normal !important;
	font-size: 8pt !important;
	width: 95px !important;
	margin-left: 5px;
}

/*select*/
.searchform-input-wrapper {
	width: 100px !important;
}

/*copyright*/
.searchform-spoiler {
	text-align: left !important;
	font-size: 8pt !important;
	position: absolute;
	bottom: -0.5em;
	width: auto !important;
}



/* ---------------------------------------------------------------------------
 [Plugin]Breadcrumb NavXT*/
#pageTop #breadcrumb span {
	position: relative;
	top: 0;
}



/* ---------------------------------------------------------------------------
 ヘッダー */
#header_title a {
	line-height: 32px;
	text-indent: 7px;
	font-weight: bold;
	font-size: 12pt;
	color: #fff;
}
#header_title a:hover {
	color: #fdd;
}


.screen-reader-text { display: none; }/*ラベル*/



#header #searchform {
/*AQUAPLUS css/common.css */
}


#header #searchform #s {
	border: 1px solid #ddd;
	padding: 6px;
	width: 250px;
	background: #fff;
	border-radius: 5px;
	font-size: 15px;
}
body.mobile #header #searchform #s {
	width: 99%;
}
#header #searchform #searchsubmit {
	padding: 5px;
	height: 37px;
}


/* ---------------------------------------------------------------------------
 記事タイトル */
.entry-title {
	margin: 0 0 15px;
	height: auto;
}
/*リンク付含む*/
.entry-title ,
.entry-title a	{
	font-family: Meiryo,'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size: 10pt;
	line-height: 1;
	color: #fff !important;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

/*リスト*/
h2.entry-title {
	padding: 0;
}
h2.entry-title a {
	position: relative;
	display: block;
	padding: 12px 10px 10px;
	background: #333;
	transition: 0.3s;
}
h2.entry-title a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";

	position: absolute;
	line-height: 1;
	top: calc(50% - 0.5em);
	right: 8px;
}

h2.entry-title a:hover {
	opacity: 0.9;
}

/*エントリー*/
h1.entry-title {
	padding: 12px 10px 10px;
	background: #333;
}



/* ---------------------------------------------------------------------------
 記事本文 */
.entry-content ,
.entry-summary	{
	position: relative;
	text-align: left;
	margin: 0;
	color: #333;
}

.entry-content p {zoom: 100%;}
.entry-content p:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}


.entry-content p,
.entry-summary p	{
	line-height: 1.5em;
	font-size: 10pt;
}

.inLoop p { margin-bottom: 0; }

.entry-content h4 {
	font-size: 10pt;
	font-weight: bold;
	margin: 1em 0 3px;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	background: #eee;
	color: #333;
	overflow: hidden;
	_zoom: 1;
	clear: both;
	border-left: none;
}

/* エントリー｜サムネイル */
.entry-content img {
	margin-right: 10px;
}

.attachment-thumbnail ,
.attachment-post-thumbnail {
	float: left;
	width: 240px;
	height: 240px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #d6cdcf;
	border-radius: 3px;
	overflow:hidden;
	_zoom: 1;
}
body.mobile .attachment-thumbnail ,
body.mobile .attachment-post-thumbnail {
	width: 120px;
	height: 120px;
}
@media screen and (max-width: 360px) {
	.entry-content .attachment-post-thumbnail {
		float: none;
		display: block;
		margin: 0 auto 5px;
	}
}


.entry-content a:hover img.attachment-thumbnail ,
.entry-content a:hover img.attachment-post-thumbnail {
	border: 1px solid #c00;
}


.entry-content .alignleft	{ float: left; margin-right: 10px; overflow: hidden; }
.entry-content .alignright	{ overflow: hidden; }



/* ---------------------------------------------------------------------------
 記事末 */
/* （日付・ツイート） */
.entry-meta {
	text-align: right;
}
.entry-meta * {
	font-size: 8pt;
}

.meta-sep ,
.author ,
.comments-link,
.nocomments
	{ display: none; }

.post {
	position: relative;
	margin-bottom: 4em;
}

body.mobile .areaContent {
	background-color: transparent !important;
	padding: 0 !important;
}


#wp-tweet {
	margin-left: 6px;
	vertical-align: text-bottom;
}


/* Twitter公式プラグイン */
.twitter-share {
	position: absolute;
	bottom: -47px;
	left: 4px;
}


/*エントリー末*/
.entry-utility {
	border-top: 1px solid #ddd;
	padding: 5px 1px;
	text-align: right;
	color: #999;
	background: #fafafa;
	clear: both;
}

.entry-utility * {
	font-size: 8pt;
}
.page-title {
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 1.5em;
	border: 1px solid #ddd;
	padding: 4px;
	background-color: #FFF;
} 
.page-title span {
	font-size: 12pt;
}


/*DL（定義リスト）*/
/*dl {
	margin-top: 0.7em;
	margin-bottom: 5px;
	_zoom: 1;
	overflow: hidden;
}

dt {
	float: left;
	color: rgb(255, 38, 136);
	position: relative;
	width: 105px;
}
dt:after {
	content:"：";
	display: block;
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
}
dd {
	_zoom: 1;
	overflow: hidden;
}*/




/*カスタムフィールド*/
.post-meta {
	clear: both;
	padding: 0.5em 0 0;
}

.post-meta li {
	height: auto !importnant; height: 1em !importnant;
	min-height: 1em;
	clear: both;
}
.post-meta-key {
	display: block;
	float: left;
	width: 80px;
}
.post-meta-key:after {
	content: "：";
	float: right;
}
.post-meta-value {
	display: block;
	overflow: hidden;
}




/* ---------------------------------------------------------------------------
 ナビゲーション */
.navigation {
	position: relative;
	padding: 0;
	display: table;
	width: 100%;
	margin: 0px;
}

#nav-above {/*上部*/
	margin-bottom: 20px;
	display: none;
}
body.mobile #nav-above {
	margin-top: 35px;
}

#nav-above.loop ,
body.mobile #nav-above {
	display: table;
}

#nav-below {/*下部*/
	margin-top: 20px;
}


.navigation .split {
	display: table-cell;
	width: 6px;
}
.navigation a {
	display: table-cell;
	vertical-align: middle;

	color: #333;
	background-color: #ccc;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2),0px 0px 3px #FFF inset;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3)0%, rgba(255, 255, 255, 0.3)50%, rgba(255, 255, 255, 0)50%);
	background-image: linear-gradient(rgba(255, 255, 255, 0.3)0%, rgba(255, 255, 255, 0.3)50%, rgba(255, 255, 255, 0)50%);

	border-width: 1px;
	border-style: solid;
	border-color: #999;
	transition: 0.3s;
}


.navigation.single a {/*記事ページ（タイトル）*/
	height: 50px;
}
.navigation.loop a {/*一覧ページ（古い投稿｜新しい投稿）*/
	width: 49.5%;
	height: 22px;
}

.navigation a:hover {
	opacity: 0.8;
}

.navigation a.prev {
	text-align: left;
	padding: 5px 10px 5px 32px;
	border-radius: 8px 0 0 8px;
}
.navigation a.next {
	text-align: right;
	padding: 5px 32px 5px 10px;
	border-radius: 0 8px 8px 0;
}

.navigation .meta-nav {
	display: block;
	height: 15px;
	width: 15px;
	overflow: hidden;
	position: absolute;
	top: calc(50% - 7px);
}
.navigation a:hover .meta-nav {
	background-position: 0px -96px;
}

.navigation a.next .meta-nav { right: 10px; text-indent:  9999px; }
.navigation a.prev .meta-nav { left:  10px; text-indent: -9999px; }

.navigation a .meta-nav:after {
	position: absolute;
	left: 1px;
	top: 0;

	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-indent: 0;
	font-size: 14px;
	color: #444;
}

.navigation a.next .meta-nav:after { content: "\f138"; }
.navigation a.prev .meta-nav:after { content: "\f137"; }


/* ---------------------------------------------------------------------------
 youtube 埋め込み */
.ebYoutube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
 
.ebYoutube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* ---------------------------------------------------------------------------
 問い合わせフォーム */
.wpcf7 textarea ,
.wpcf7-text				{ width: 100%; }
.wpcf7 .tblLabel		{ color: #aaa; }
.wpcf7 .tblLabel td		{ background-color: #eee ; border-bottom: 1px solid #aaa; }


.wpcf7 table { background-color: #f8faff; }

.wpcf7 th ,
.wpcf7 td {
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
}
.wpcf7 th { padding: 2px 6px 2px 4px; }
.wpcf7 td { padding: 2px 2px 2px 4px; }

.wpcf7-radio input {
	background: none;
	border: none;
}


/*必須入力*/
.wpcf7-validates-as-required {
	background: #fee;
}


.captchac				{ margin: 0 2px 0 0 !important; border: 1px solid #aaa; vertical-align: top;}
.captchar				{ width: 4em; height: 24px;}

.wpcf7 .areaSubmit		{ margin-top: 1em; }



/* WF2011版権申請フォーム */
.wpcf7 .qty		input	{ width: 4em !important; }
.wpcf7 .price	input	{ width: 8em !important; }



/*{EOF}*/