/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 21 2026 | 08:43:01 */
/*ページの幅*/
@media (max-width: 1360px){
.siteHeader .container,
.page-header .container,/*タイトル*/
.breadSection .container,/*ぱんくず*/
.siteContent .container,/*コンテンツ*/
.siteFooter .container/*フッター*/
{
    max-width: 1200px;
}
}

@media (min-width: 1361px){
.siteHeader .container,
.page-header .container,/*タイトル*/
.breadSection .container,/*ぱんくず*/
.siteContent .container,/*コンテンツ*/
.siteFooter .container/*フッター*/
{
    max-width: 1310px;
}
}

/* 基本文字サイズ */
.entry-body,
.entry-body th,
.entry-body td {
font-size: 12pt;

}

/* 基本文字サイズ */
@media (min-width: 780px){
.entry-body,
.entry-body th,
.entry-body td,
.page-id-22 .postList_title,
.page-id-22 .postList_date {
font-size: 14pt !important
}
}


/* 文字色 */
body .container,
body .container a {
color:black;

}


/* グローバルサブメニューの設定 */
.gMenu_outer .sub-menu li {
background-color: white;
/*border: 5px solid rgba(255,255,255,.15);*/
border: 1px solid;
border-top: 0px;
border-color: silver;
}

.gMenu_outer .sub-menu a {
color: black!important;

}

/* マウスホバー時の背景色 */
.gMenu_outer .sub-menu li a:hover {
background-color: #f2f2f2;
}





/*グローバルメニューフォント*/
/*.gMenu_name{
font-family: Huifont;
font-size: 19px !important;
font-weight:normal !important;
}
*/



/* リスト設定 */
.entry-body ol,
.entry-body ul {
margin: 0px !important;
padding:  0px !important;
padding-left:  1.5em !important; 

}

/*　テーブル設定　*/
table{
  border-collapse: collapse;
  width: 100%;
}

/*　１カラム表示で画面サイズが大きい場合にコンテンツを横幅75％にして中央寄せにする　*/
@media screen and (min-width: 992px) {
  .mainSection-col-one table.w75 {
    width: 75%;
	margin-left: auto;
    margin-right: auto;
  }
}



/* リンク画像のマウスオーバー */
a:hover img { opacity:0.6; }

/* コンテンツ上側の余白調整 */
.siteContent {
    padding-top:1em ;
    }

/* フッター上の線の色 */
footer.siteFooter {
    border-top: 1px solid #8c8c8c;
}

/*フッター背景*/
.siteFooter{
	background-color:#3c3c3c;
}

/*フッター文字*/
.siteFooter p,
.siteFooter a
{
	color:white!important;
}

/*パンくず非表示*/
/*.breadSection { display:none !important; }*/

/*パンくず家のアイコン非表示*/
#panHome .fa-house{ display:none !important; }



/*エラーページ対応*/
.error404 .well {
    display:none !important;
    }

/*IEアラート消す*/
.ie_alert {
    display:none !important;
    }





/*コピーライト消す*/
footer .copySection p:nth-child(2) {
    display:none !important;
    }

/*ページタイトル（黒、左寄せ）*/
.page-header_pageTitle{
/*	color:black !important;*/
	text-align: left !important;
	font-size: 1.8em !important;
}

/*ページタイトル背景（白）*/
.page-header{
	background-color:white;
}





/* reCAPTCHA表示を消す */
.grecaptcha-badge {
	visibility: hidden !important;
}






/* 横並び */
.yoko {
    float: left;
/*    background-color:  #ccc;     背景色指定 */
    padding:  2px;             /* 余白指定 */
	margin: 0px;
	margin-right: 8px;
/*    height: 100px;            高さ指定 */
/*	width: 50%;  */
}

/* お問い合わせ横並び */
.yoko2 {
    float: left;
/*    background-color:  #ccc;     背景色指定 */
    padding:  2px;             /* 余白指定 */
	margin: 0px;
/*    height: 100px;            高さ指定 */
	width: 50%; 
}

/* お問い合わせ横並び インラインブロック未使用*/
.yoko2-misiyou {
    display: inline-block;      /* インラインブロック要素にする */
    background-color:  #ccc;    /* 背景色指定 */
}

/* お問い合わせ横並び テーブルバージョン*/
table.takeout {
    border:0px;     /* 線なし */
margin:0px;
padding:0px;
}

table.takeout td {
    border:0px;     /* 線なし */
margin:0px;
padding:2px;
width: 50%; 
text-align: right;
}


/* 合計表示用横並び */
.total {
    float: left;
/*    background-color:  #ccc;     背景色指定 */
    padding:  2px;             /* 余白指定 */
	margin: 0px;
/*    height: 100px;            高さ指定 */
/*	width: 50%; */
}


/*ブログ一覧のいろいろ非表示*/
/*.entry-meta_items,/*登録日*/
.entry-meta_updated,/*修正日*/
.postList_terms,/*カテゴリ*/
.entry-meta_items_term,/*カテゴリ*/
.entry-meta_items_author/*更新者*/
{
    display:none !important;
}

/*ブログ記事の余分な項目非表示*/
.entry-footer,
/*.vk_posts*/
{
    display:none !important;
}



/*改行させたくない*/
.non { white-space: nowrap;}


/*リンクの下線を消す*/
a {
    text-decoration: none !important;

}

/*投稿記事ページのタイトルサイズ*/
h1.entry-title {
    font-size: 1.5em !important;

}

/*投稿一覧ページのカテゴリタイトルサイズ*/
h1.archive-header_title {
    font-size: 1.5em !important;

}

/*投稿一覧の記事名サイズ*/
h1.media-heading {
    font-size: 1.3em !important;

}





/* エラーページをサイトマップに表示しない */
.veu_sitemap .page_item.page-item-2559{
display: none;
}

/* インラインブロック */
.centering_parent {
/*    padding: 20px;              /* 余白指定 */
/*    background-color:  #ddd;    /* 背景色指定 */
/*    height: 150px;              /* 高さ指定 */
    text-align:  center;        /* 中央寄せ */
/*    background-color: red;  /* 背景色指定 */

}

.centering_item {
/*    background-color: #8BC34A;  /* 背景色指定 */
/*    width: 273px;               /* 画像の幅に合わせた */
/*    height: 90px;               /* 高さ指定 */
    display: inline-block;      /* インラインブロックにする */
 margin-bottom: 10px;   /* 下余白 */
    text-align:  left;        /* 左寄せ */
}

.btm10 {
margin-bottom: 10px;   /* 下余白 */
}

.btm5 {
margin-bottom: 5px;   /* 下余白 */
}

.btm0 {
margin-bottom: 0 !important;
}

/* リンクの矢印 */
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.sample4-1::before{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid gray;
}

/*ギャラリーの前の記事、次の記事を装飾*/

.gallerys-template-default .vk_post_title {
	font-size:12px!important;/*タイトルの文字サイズ*/
}

.gallerys-template-default .postNextPrev_next .vk_post_title {
	text-align: right !important; /*次の記事タイトルを右寄せ*/
}

/*ギャラリーの前の記事、次の記事テキスト変更*/
.gallerys-template-default .postNextPrev_label {
	font-size:0!important;
}
.gallerys-template-default .postNextPrev_label:before {
	font-size:12px!important;
	content:'＜＜'!important;
}
.gallerys-template-default .postNextPrev_next .postNextPrev_label:before {
	content:'＞＞'!important;
}




/*ギャラリーは登録日を非表示*/
.gallerys-template-default .entry-meta_items,/*記事の登録日*/
/*.post-type-archive-gallery .entry-meta_items,/*一覧の登録日*/
.tax-gallery_cate .entry-meta_items/*一覧の登録日*/
{
    display:none !important;
}

/*画像の枠を消す*/
img {
border: none !important;
padding: none !important;
}

/*画面に表示しない*/
.nodisplay {
    display:none !important;
}

/*TOPのCMSエリアのフッター上部を画面に表示しない*/
.page-id-2174 .siteContent_after {
    display:none !important;
}