@charset "UTF-8";

/* ページタイトル */
.page-header {
	margin: 0 0 20px 0;
	text-align: center;
}
.acms-page-header {
	border-bottom: 0;
}

.title-prefectures {
    margin: 20px 0;
    color: #0f83bb;
    font-size: 1.0em;
}
/* テーブル */
.table-information {
    margin: 40px 0 50px;
}

.table-information th {
    width: 100%;
    box-sizing: border-box;
}
@media(min-width: 768px){
.entry-column tr:nth-child(odd) {
    background: none;
}

.table-information th {
    width: 200px;
    box-sizing: border-box;
}
}

.flower_tag + .flower_tag::before {
    content: ", ";
}
.flower_tag {
    display: inline-block;
}


/*************
インデックスページ
*************/
.flex-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/*@media(min-width: 480px){
.flex-body {
    flex-direction: row;
}
}*/
.category_name {
    border-bottom: 0;
    font-size: 16px;
    text-align: center;
    color: #3a98a2;
    font-weight: normal;
}
.category_name a, .category_name a:visited {
        color: #fff;
    font-weight: bold;
    background: #3a98a2;
    padding: 6px 20px;
    border-radius: 5px;
}
/*************
写真展
*************/
.img-shadow {
    box-shadow: 0 3px 5px #ccc;
}
.photo-center {
    display: flex;
    justify-content: center;
}
.sub-photo-title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.sub-photo-place {
    margin: 10px 0;
    color: #3a98a2;
    font-size: 1.1em;
}
.sub-photographer {
    margin-bottom: 20px;
}
/*************
コメント欄
*************/
.section-space30 {
    margin: 10px;
    padding: 20px 10px 30px;
    border-top: 5px solid #f7dce5;
    border-bottom: 5px solid #f7dce5;
    background: #fbf4f8;
}
.entry-column .flower-entry-h2 {/*見出し*/
    border-left: 0;
}
.comment-icon::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/marker/icon_comment.png) no-repeat left;
    background-size: contain;
    /*ding-right: 0.5em;*/
}
div#comment-form {
    margin: 0 10px;
}
.comment_box {
    border-bottom: 1px solid #eee;
}
.comment_box p {
	font-size: 1em;
    margin: .85em 0;
	line-height: 1;
}
.comment_title {
    display: flex;
    justify-content: space-between;
    margin: 1em 0;
}
.comment_title a {
    color: #333;
    font-weight: bold;
}
.comment_title a:hover {
    text-decoration: none;
}
p.text-small {
    font-size: 14px;
    margin-bottom: 0;
}
.bisibilynone {
    display: none;
}
/*アコーディオン*/
.title_h2 {/*見出しの装飾*/
    display: block;
    font-size: 1em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.acd-check{
    display: none;
}
.acd-label{
    background: #f1f1ee;
    color: #444;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:after{
    background: #f1f1ee;
    box-sizing: border-box;
    content: '＋';
    display: block;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    background: #fff;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
	box-shadow: 0px 1px 3px rgb(0 0 0 / 5%);
}
.acd-check:checked + .acd-label:after{
    content: 'ー';
}
.acd-check:checked + .acd-label + .acd-content{
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
.button_box {
    text-align: center;
    padding-top: 10px;
}
.acms-admin-btn-flat {
	padding: 1px 6px;
}
/*************
サーチ用パネル
*************/
.card-item3:hover {
    opacity: .75;
}
.serach-thumbnail-title {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}
.thumbnail-detail {
    margin: 5px 0;
}
.card-item {
    display: block;
}
.tag-label {
    display: inline-block;
    background: #eee;
    margin-right: 5px;
    padding: 5px;
    border-radius: 5px;
	border: 1px solid #fff;
}
/*************
admin
*************/
.admin-custom-table th {
    background: #f5f5f5;
}
.acms-admin-table-admin-edit {
    margin-bottom: 10px;
}