@charset "UTF-8";
/* ******** */
/* 共通処理 */
/* ******** */
body{
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    line-height: 1.5;
    color: #333;
    padding: 0 30px;
    min-width: 320px;
    font-weight: 500;
}
ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
a{
    display: block;
	color: #333;
}
.main{
    max-width: 1200px;
    margin: 30px auto;
    text-align: center;
}
.grid {
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	align-items: flex-start;
}
.grid-item{
	margin: 0 18px;
    list-style: none;
}
.grid-col-2 > .grid-item {
    width: 50%;
    position: relative;
}
.grid-col-3 > .grid-item {
    width: 33.3%;
    position: relative;
}
.grid-col-4 > .grid-item {
    width: 25%;
    position: relative;
}
.btn{
    font-size:14px;
    border: 1px solid #000;
    width: 205px;
    padding: 5px 0;
    margin: auto;
}
p{
    font-size: 18px;
}
.container_org{
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
}
main{
    flex: 1 1 80%;
}
aside{
    flex: 1 1 20%;
    min-width: 150px;
    margin: 40px 20px
}
ul.item_type a {
    text-decoration: none;
}
h1{
    font-size: 28px;
}
@media screen and (max-width: 768px){
    body{
        padding: 0 14px;
    }
    .container_org{
        display: block;
    }
    .grid{
        display: block;
    }
    .grid-item{
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .grid-col-3 > .grid-item {
        width: 100%;
    }
}

/* ******** */
/* ヘッダー */
/* ******** */
.header{
    background-color: #ffffff;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    z-index: 10;
    top: 0;
    left: 0;
    border-bottom: 1px solid #c5c5c5;
}
.header-contents{
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.header-li > a:hover{
    border-bottom: 2px solid #33333349;
}
.navlist{
    display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto;
    max-width: 1024px;
    white-space: nowrap;
}
.navitem{
	text-align: center;
	border-right: 1px solid #ddd;
}
.navitem > a{
    display: block;
    padding: 10px 13px;
    border-bottom: 2px solid transparent;
    transition: border-color .25s;
	font-size: 15px;
}
.navitem:first-child{
    border-left: 1px solid #ddd;
}
.navitem > a:hover{
    border-bottom: 2px solid #FF8A0C;;
}
.user{
    text-align: right;
}
.nav a{
    text-decoration: none;
}
@media screen and (max-width: 768px){
    .header{
        padding: 15px 0 5px;
    }
    .header-contents{
        display: block;
        text-align: center;
        padding: 0;
    }
    .user{
        text-align: center;
    }
    .title_name{
        margin: 0 auto;
    }
    .title_name a {
        display: inline;
    }
    .navitem{
        width: 100%;
        border: none;
    }
    .navlist{
        display: block;
    }
    .navitem > a{
        padding: 2px;
    }
    .navitem:first-child {
        border: none;
    }

}

/* ******** */
/* トップ */
/* ******** */
.top{
    text-align: center;
}
.top img{
    height: 180px;
    margin-top: 40px;
    
}
.contents-title{
    font-size: 24px;
    border-bottom: 3px solid #ff8a0c;
    padding: 0 0 8px 4px;
    text-align: left;
    margin-bottom: 25px;
}
@media screen and (max-width: 768px){
    .top img{
        width: 80%;
        height: auto;
    }
}
/* ******** */
/* ログインページ */
/* ******** */
fieldset {
    width: 50%;
}
.div_text input{
	width: 100%;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
	padding: 6px;
	margin-bottom: 10px;
}
#wpmem_restricted_msg {
    margin: 60px 0;
}
.buttons{
	display: inherit;
	margin-top: 5px;
}
.contact-link, .link-text{
    display: none;
    /* margin-top: 10px; */
}
.contact-link a,.link-text a{
    display: inline;
    text-decoration: underline;
}
#wpmem_login .button_div, #wpmem_reg .button_div {
    text-align: left !important;
}
.wpmem_msg {
    width: 100% !important;
}
.wpmem_msg a{
    display: none;
}
@media screen and (max-width: 768px){
    fieldset{
        width: 80%;
        min-width: 300px;
    }
}

/* ******** */
/* コンテンツ1*/
/* ******** */
.con1 img{
    width: 100%; /* 横幅を画面幅に合わせる */
    height: 515px;
    object-fit: cover;
}
.con1 a{
    transition: background-color 0.3s ease;
}
.con1 a:hover{
    background-color: #eee;
}
.con1 .description{
    font-size: 20px;
}
.con1 .overlap{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    width: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}
.con1 .grid-item:hover{
    opacity:0.6;
    filter:alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}
@media screen and (max-width: 768px){
    .con1 .description{
        font-size: 16px;
    }
    .con1 .overlap{
    max-height: 70px;
    }

}
/* ==========================
追加部分
========================== */
.topmenu-container{
    display: flex;
    justify-content: space-between;
}
.topmenu-container a{
    text-decoration: none;
}
.topmenu-container .topmenublock{
    border: 1px solid #FF8A0C;
    width: 380px;
}
.topmenu-container .image{
    text-align: center;
    width: 80px;
    margin: 0 auto;
}
.topmenu-container img{
    margin-top: 20px;
}
.topmenu-container .title{
    text-align: center;
    color: #FF8A0C;
    font-size: 22px;
}









/* ******** */
/* コンテンツ2 /
/* ******** */
.con2 .top_row{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.con2 .top_row:after {
    content: "";
    display: block;
    width: calc(33.33% - 10px);
    height: 0;
}
.con2 .column {
    width: calc(33.33% - 10px);
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 5px -10px rgba(10, 10, 10, 0.02);
}
.con2 .column a{
    transition: background-color 0.3s ease;
}
.card-headline{
    margin: 0;
}
.card-description{
    margin: 0;
}
.con2 .item_type{
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}
.con2 .item_type a{
    border: 1px solid #ac7822;
    border-radius: 3px;
    color: #ac7822;
    font-size: 12px;
    line-height: 1.4;
    padding: 2px 8px 3px 8px;
    margin: 0 2px 2px 2px;
}
.con2 .custom-thumbnail{
    width: 100%;
}
.con2 .list_link{
    display: block;
    padding: 15px;
    width: 200px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 15px auto 0;
    border: none;
    text-decoration: none;
}
.con2 .list_link:hover {
    box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
    transform: translateY(-4px);
    opacity:0.7;
}
.con2 a:hover .custom-thumbnail{
    opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}
.con2 .blog-card-title{
    text-align: left;
    padding: 5px;
}
.con2 .blog-card-date{
    text-align: left;
    font-size: 10px;
    padding: 5px;
}
@media screen and (max-width: 768px){
    .con2 .column{
        width: calc(50% - 10px);
    }
}

/* ******** */
/* フッター */
/* ******** */
.con_footer{
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
}
.con_footer hr{
    margin: 8px 8px 8px 0;
}
.con_footer > div{
    width: 50%;
}
.con_footer a{
    text-decoration: none;
}
.footer-map{
    margin: 0;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-map > iframe{
    width: 60%;
}
.footer-mapinfo{
    widows: 40%;
    padding: 15px;
}
.footer-maplogo > svg{
    fill: transparent;
    margin-right: 10px;
}
.footer-mapaddress > a{
    color: #fff;
}
.footer-line{
    border-color: #444;
}
.footer-copy{
    display: block;
    text-align: center;
    padding: 10px;
}
.footer a:hover{
    color: #0bd;
}
@media screen and (max-width: 768px) {
    .footer-map{
        padding: 15px;
        display: block;
    }
    .footer-map > iframe{
        width: 100%;
        height: 200px;
    }
    .footer-mapinfo{
        width: 100%;
        text-align: center;
    }
}
.page-sec{
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
/* ******** */
/* 投稿ページ */
/* ******** */

.single-main{
    max-width: 1200px;
    margin: 0 auto;
}
.single-thumbnail{
    margin-bottom: 30px;
}
.single-thumbnail img{
    width: 80%;
    height: auto;
}
.single-contents p{
    font-size: 18px;
    line-height: 2;
}
.wp-block-button__link:hover{
    opacity: 0.8;
}

.submenu li{
    border-bottom: 1px solid #ddd;
}
.submenu a{
    color: #432;
    padding:10px;
}
.submenu a:hover{
    color: #0bd;
}
.categorylist .item_type a {
    border: 1px solid #ac7822;
    border-radius: 3px;
    color: #ac7822;
    font-size: 14px;
    line-height: 1.4;
    padding: 2px 8px 3px 8px;
    margin: 0 2px 2px 2px;
}
.categorylist .item_type {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}
.single-main .item_type{
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    margin-top: 30px;
}
.single-main .item_type{
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}
.single-main .item_type a{
    border: 1px solid #ac7822;
    border-radius: 3px;
    color: #ac7822;
    font-size: 14px;
    line-height: 1.4;
    padding: 2px 8px 3px 8px;
    margin: 0 2px 2px 2px;
}

/* 会話をテーブル形式にして枠線を削除する、文字装飾CSS */
/* 会話の場合、ブロックエディタ内の高度設定から「talk」クラスを追加する */
.single-contents .talk{
    font-size: 18px;
}
.single-contents .talk td{
	border:none;
}
.single-contents  .talk tr td:first-child{
	color: green;
	font-weight: bold;
	width: 80px;
	vertical-align: top;
}
/* ******** */
/* サイドバー */
/* ******** */
.submenu-title{
    border-bottom: 3px solid #ff8a0c;
    padding: 0 0 8px 4px;
}
.side-contents {
    margin-bottom: 60px;
}

/* ******** */
/* ページネーション */
/* ******** */
.paging{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    margin-top: 20px;
}
.paging > span,
.paging > a{
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    display: grid;
    place-items: center;
    text-decoration: none;
}
.paging > span{
    /* opacity: 0.2; */
    background-color: #006549;
    color: white;
}
.paging > .dots{
    width: auto;
    height: auto;
    border: 0;
    opacity: 1;
}
.paging a:hover:not(.current) {
    background-color: #ddd;
    transition: background-color .3s;
}

/* ******** */
/* お問い合わせフォーム */
/* ******** */
#cf-tbl{
    width: 800px;
    margin: 0 auto;
}
    
#cf-tbl table{
    width: 100%;
    border-collapse: collapse;
    border: solid #CCC;
    border-width: 1px;
    color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
    padding: 0.5em;
    text-align: left;
    vertical-align: top;
    border: solid #CCC;
    border-width: 1px;
    vertical-align: middle;
}
#cf-tbl table tr th{
    width: 35%;
    background: #eee;
}
#cf-tbl p{
        margin: 0;
    }
    @media screen and (max-width:768px){
    #cf-tbl{
        width: 100%;
    }
    
    #cf-tbl table,
    #cf-tbl table tbody,
    #cf-tbl table tr,
    #cf-tbl table tr th,
    #cf-tbl table tr td{
        display: block;
    }
    
    #cf-tbl table{
        width: 100%;
        border-width: 0 0 1px 0;
    }
    
    #cf-tbl table tr th,
    #cf-tbl table tr td{
        width: 100%;
        padding: 3% 5%;
    }
    
    #cf-tbl table tr td{
        border-width: 0px 1px 0px 1px;
    }
}
/*「必須」文字デザイン*/
.required{
    font-size:.8em;
    padding: 5px;
    background: #F57500;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
}
    
/*「任意」文字デザイン*/
.optional{
    font-size:.8em;
    padding: 5px;
    background: #000080;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
}
    
/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
    background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
        height: 200px;
}
    
/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 15px auto 0;
    border: none;
}
@media screen and (max-width:768px){
    input.wpcf7-submit {
        width: 250px;
    }
}
    
input.wpcf7-submit:hover {
    box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
    transform: translateY(-4px);
    opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}
h2{
    border-left: 5px solid #000;
    background: #eee;
    padding: 8px 10px 8px 15px;
    margin-top: 20px;
}
.wp-block-file a{
    display: inline;
    text-decoration: underline;
    /* line-height: 30px; */
}
/* ******** */
/* 検索メニュー */
/* ******** */
.search-result{
    font-size: 45px;
    text-align: left;
    margin:60px 0 30px;
}
.search > p{
    text-align: left;
}
.search-field{
    height: 30px;
}