@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0;box-sizing: border-box;}

/*スクロールエリア強制表示*/
html {
font-family: "Yu Gothic UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 overflow-y: scroll;
  letter-spacing: 0.1em; 
	}

/*///////////////リスト ///////////////////////*/
ul,ol {	list-style-type: none;}
li,dd{ line-break: normal;line-height:1.4em;}
/*///////////////リンク指定///////////////////////*/
a {	color:#000;overflow: hidden;}
a:hover { text-decoration:none;color: #ccc;}
/*///////////////装飾関係////////////////////////////////////////////////////////////////////////*/
/*☆☆見出し☆☆*/
.border_red	{border-bottom:1px solid #CC0000;}

.max img {max-width: 100%;}

/*☆☆テキストカラー☆☆*/
.red{ color:#ff0000;}
.blue{ color:#0099cc;}
.yellow{ color:#ffff00;}
.blue { color:#0677be;}
.green { color:#009933;}
.black{ color:#000000;}
.white{ color:#ffffff;}
.gold {color:#cc9900;}

.red a {  color:#ff0000;}
.blue a {  color:#0677be;}

.shadow {
	text-shadow:
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
	}

.txt_under { text-decoration:underline;}
.txt_bg { background: #ffcc00;}

/*☆☆テキスト サイズ ・ウエイト☆☆*/
.ll { font-size:200%; line-height:140%; font-weight:bold;}
.l { font-size:140%; line-height:140%; font-weight:bold;}
.s { font-size: 80%;}
.ss { font-size: 60%;}

.bold{ font-weight:bold;}

/*☆☆テキスト 配置☆☆ */
.txt_center { text-align:center;}
.txt_left { text-align:left;}
.txt_right { text-align:right;}


.line_yellow {
  background: gradient(linear, left top, left bottom, from(#ffff00) 60%, to(#000) 50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffff00) 60%, to(#000) 50%);
    background: linear-gradient(to bottom, #ffff00 60%, #000e 50%);}

/*背景色指定*/



/* 点線 */
.dottedline {
	border-bottom: #cccccc 1px dashed;
}

/*フロート*/
.left{ float:left; margin-right: 20px;}
.right{ float:right;}

/*/////////////ポイント指定/////////////*/	

/*/////////////アイコン/////////////*/	

.icon_top img {vertical-align:top;}
.icon_middle img {vertical-align:middle;}
.icon_bottom img {vertical-align:bottom;}


.ttl {
  position: relative;
  padding: 0 65px;
  text-align: center;
  margin: 80px 0;
 font-size: 2em;
 font-weight: bold;
    color: #fff;
}

.ttl:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #333;
}

.ttl span {
  position: relative;
  padding: 0 1em;
  background: #000;
}


.ttl_1 {
         margin: 20px 0 100px 0;
         color: #336600;
         padding: 10px;
         font-size: 2em;
}


.box_outer {
    width: 100%;
    margin: 0 0 80px;
	padding: 40px 0 20px 0;
}

.box_inner{
    margin: 0 auto 20px ;
	width: 80%;

}

.flex_box_1  {width: 80%; margin: 100px auto;}
.flex_box_2  {width: 80%; margin: 100px auto;}

.gray_bg{ background:#333; }
.darkgray_bg{ background:#999; }
.white_bg{ background:#fff; }

.bg_gold {
	background-image: url(/img/bg_gold.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	}

.box_border_gray {
    border: 6px solid #ccc;
    padding: 40px 10px;
    margin: 40px 20px;
}


.scroll {
	height: 200px;
	overflow: scroll;
	margin-bottom: 80px;
	padding: 0 20px;
	
}
.scroll::-webkit-scrollbar {
background: #333;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: gray;
  border: 2px solid gray;
}

#acMenu dt{
display:block;
text-align:center;
cursor:pointer;
}
#acMenu dd{
text-align:center;
display:none;
}

.list_tate li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


	

/*☆☆☆☆☆☆☆☆☆☆clearfix☆☆☆☆☆☆☆☆☆☆*/

/*IE7・IE6・Mac版IE5には、after擬似要素が未対応*/
.clearfix {
	min-height: 1%;
	display: inline-table;
}
/*IE7とMac版IE5*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*Dreamweaverプレビュー用*/
.clearfix {
	overflow: hidden;
}
/*☆☆☆☆☆☆☆☆☆☆clearfix☆☆☆☆☆☆☆☆☆☆*/


@media only screen and (min-width: 769px) {
 
/*左右ボックス 通常*/
.flex_box_1 {
		display: flex;
		justify-content: space-around;
		align-items: top;
		width: 80%;
		margin: 100px auto;
		
	}  

	/*左右ボックス 左右逆*/
.flex_box_2 {
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 80%;
		margin: 100px auto;
	    flex-direction: row-reverse;
		
	}    
	/*2カラム*/
	.flex_left{
		width:40%;
	}
	.flex_right{
		width:40%;
	}
	
	/*3カラム*/
	.flex_a {
		width:25%;
	}
	.flex_b {
		width:25%;
	}
	.flex_c {
		width:25%;
	}

    
.darkgray_inner {
	 padding:2% 20%; 
	  }
    
.box_border_black {
    padding: 40px;
    margin: 40px;
}
	}

/*☆☆☆☆☆☆☆☆☆☆☆☆☆　 SP・PC 共通設定　 ☆☆☆☆☆☆☆☆☆☆☆☆*/
/*スクロールエリア強制表示*/
/*ボディー フォント指定*/
body {
  color: #333;
  background: #fff;
}
/*header*/
#wrapper {
  position: relative;
}
#header_pc {
  display: none;
}
#header_sp {
  width: 100%;
  display: block;
}
#logo img {
  width: 60px;
  margin-bottom: 20px;
  float: left;
  margin-right: 20px;
}
#header_sp #header_title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3em;
  width: 80%;
  margin-bottom: 10px;
  margin-top: 10px;
}
#header_sp .description {
  clear: both;
  font-size: 0.9em;
  width: 74%;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
  margin: 0 auto;
}
#kv {
  text-align: center;
  margin-top: 20px;
}
#contents {
  margin: 0;
  padding-top: 10px;
}
#contents .entry {
  text-align: left;
  margin-top: 40px;
  padding: 0;
}
.entry p {
  margin-bottom: 40px;
  font-size: 1em;
line-height: 1.8em;
}
.list_yoko li {
  float: left;
  width: 50%;
  text-align: left;
  background-image: url(../img/g_li.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-left: 20px;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #666;
  opacity: 0.6;
}

#page_top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}
/*ページ内リンク位置調整*/
a.name_link {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}
/*ぱんくず*/
.p_navi {
  width: 100%;
  padding: 24px 10px 0 0;
  margin-bottom: 40px;
  text-align: left;
  padding-left: 2%;
  background: #666;
}
.p_navi ul {
  margin: 0 20px 10px 0;
}
.p_navi li {
  display: inline;
  font-size: 80%;
  color: #fff;
}
.p_navi li a {
  color: #fff;
}
/* 投稿画像を中央寄せ */
.wp-block-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*Footer*/
footer {
  margin-top: 20px;
  padding: 10px;
  background: #339999;
  font-size: 0.8em;
  color: #fff;
  text-align: right;
}
footer p {
  margin-bottom: 10px;
}
footer a {
  color: #fff;
  text-decoration: underline;
  padding: 0 20px;
}
footer a:hover {
  color: #fff;
}
footer h2 {
  text-align: left;
  padding: 10px 0 10px 20px;
  color: #fff;
  border-bottom: 2px dotted #666;
  margin-bottom: 10px;
}
footer h3 {
  text-align: left;
  padding: 10px 0 10px 20px;
  color: #fff;
  border-bottom: 2px dotted #666;
  margin-bottom: 10px;
}
footer ul {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
footer li {
  width: 48%;
  float: left;
  margin: 2px;
  text-align: left;
  letter-spacing: 0;
  padding: 4px;
  font-weight: bold;
  border-right: 1px dotted #ccc;
}
footer li:last-child {
  border: none;
}
/*投稿用*/
.wp-block-heading {
  margin-bottom: 40px;
}
h2, h3 {
  font-size: 1.8em;
}

/* === メディア風サムネ一覧 === */

.list_thum.posts-list {
  list-style: none;
  padding: 0;
  margin: 0 -8px 32px;  /* 両端ちょいはみ出しでカードに余白 */
  display: flex;
  flex-wrap: wrap;
}

/* 各カード */
.posts-list__item {
  box-sizing: border-box;
  padding: 0 8px 16px;
  width: 100%;                  /* SP：1列 */
}

/* カード本体 */
.posts-list__link {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
  height: 100%;
  transition: transform .15s ease, box-shadow .15s ease;
}

/* ホバー時のちょい浮き */
.posts-list__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

/* サムネ部分 */
.posts-list__thumb {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* WP が picture を吐いてきても対応 */
.posts-list__thumb picture,
.posts-list__thumb img,
.posts-list__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* タイトル */
.posts-list__title {
  margin: 12px 12px 14px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  color: #333;
}

/* 2行以上になったときの見た目を揃えたい場合（省略も可） */
/*
.posts-list__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
*/

/* === ブレイクポイント === */

/* タブレット：2列 */
@media (min-width: 600px) {
  .posts-list__item {
    width: 50%;
  }
}

/* PC：3列 */
@media (min-width: 1024px) {
  .posts-list__item {
    width: 33.3333%;
  }
}

.posts-list__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.posts-list__title {
  margin-top: auto; /* ← これが重要！ */
  padding: 12px;
}

.posts-list__thumb {
  aspect-ratio: 16 / 10; /* ← 好きな比率にできる（4/3、3/2 でもOK） */
  overflow: hidden;
}

.posts-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ← 画像切り抜きして比率合わせる */
}

/* パソコンで見たときは"pc"のclassがついたテキストが表示される */
.pc {
  display: none;
}



/*////////////////////PC用スタイル!スタート////★////////////*/
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .hovar img:hover {
    opacity: 0.5;
  }
  #wrapper {
    max-width: 100%;
  }
  #header_sp {
    display: none;
  }
  #header_pc {
    position: sticky;
    top: 0; /* ← これも必須 */
    display: block;
    width: 100%;
    height: 160px;
    max-width: 100%;
    z-index: 100;
    background: #fff;
  }
  #header_pc #logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
  }
  #header_pc #header_title {
    font-size: 1.8em;
    position: absolute;
    top: 10px;
    left: 120px;
  }
  #header_pc .description {
    font-size: 1em;
    position: absolute;
    top: 50px;
    left: 120px;
  }
  #g_navi {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    background: #f7f1f1;
    height: 60px;
  }
  #g_navi ul {
    position: absolute;
    top: 20px;
    left: 100px;
  }
  #g_navi li {
    float: left;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    line-height: 1.2em;
  }
  #g_navi li a {}
  #g_navi li:last-child {
    margin-right: 0;
    border-right: 0;
  }
  #contents {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
  }
  #contents .entry p {
    font-size: 1.2em;
  }
  #kv {
    width: 90%;
    margin: 0 auto;
  }
  #footer ul {
    margin: 0 18%;
  }
 
  
  .default_inner {
    width: 80%;
  }
  .list_yoko {
    float: left;
    width: 25%;
    text-align: left;
    background-image: url(../img/g_li.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 20px;
  }
  footer li {
    width: 20%;
    text-align: center;
  }
}


.single_box p {
	margin-bottom: 80px;
}

/*記事ページ　　上部画像*/
.mj-eyecatch picture,
.mj-eyecatch picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.mj-eyecatch p {
  margin: 0 0 40px 0;
  padding: 0;
}

/*吹き出し下マージン*/
.wp-block-liquid-speech-balloon.liquid-speech-balloon-wrap {
  margin-bottom: 100px !important;
}
