@charset "utf-8";
/* CSS Document */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=PT+Serif');
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url('https://fonts.googleapis.com/css?family=Alata&display=swap');

  
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*ゴシック　100 300 -400- 500 700 900
　font-family: 'Noto Sans JP', sans-serif; */

@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
/*丸ゴシック：100 300 -400- 500 700 800 900 
  font-family: 'M PLUS Rounded 1c', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Sawarabi+Mincho&display=swap');
/*明朝：200 300 -400- 500 600 700 900 
  font-family: 'Noto Serif JP', serif; */


/* =============================================================================
   clearfix
   ========================================================================== */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE/Mac */
.clearfix{
	display: inline-table;
	zoom: 1;
}
/* Hide from IE/Mac, apply to IE/Win \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.clear {
	clear: both;
	display: block;
}


/* =============================================================================
   デザイン基本
   ========================================================================== */

body {
   margin: 0;
   overflow-y: scroll; /* 2 */
	font-family: 'Noto Sans JP', sans-serif;
   font-weight: 400;
   font-size: 98%;
}

html,body{
   min-width:1170px;
}

ul, ol, dl {
	list-style-type: none;
}

h1,h2,h3,h4,h5,p,ol,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
}

p{
	padding-top:0.5em;
}

img {
   vertical-align:bottom
}


/* -----------------------------------------
   区切り指定
   -----------------------------------------*/

.ne span{
  display:inline-block;
}


/* -----------------------------------------
   文字下げ
   -----------------------------------------*/

.sage{
    padding-left: 1em; 
    text-indent: -1em; 
}

.sage1_5{
    padding-left: 1.5em; 
    text-indent: -1.5em; 
}

.sage2{
    padding-left: 2em; 
    text-indent: -2em; 
}


.sage2_5{
    padding-left: 2.5em; 
    text-indent: -2.5em; 
}

.sage3{
    padding-left: 3em; 
    text-indent: -3em; 
}

.sage4{
    padding-left: 4em; 
    text-indent: -4em; 
}

.sage5{
    padding-left: 5em; 
    text-indent: -5em; 
}

.sage6{
    padding-left: 6em; 
    text-indent: -6em; 
}

.sage7{
    padding-left: 7em; 
    text-indent: -7em; 
}

.ev_sage{
    padding-left: 1em; 
    text-indent: -1em;
    margin-bottom: 7px;
}

/* -----------------------------------------
   下空け
   -----------------------------------------*/

.mb07{
  margin-bottom: 7px;
}

.mb10{
  margin-bottom: 10px;
}

.mb15{
  margin-bottom: 15px;
}

.mb20{
  margin-bottom: 20px;
}

.mb25{
  margin-bottom: 25px;
}

.mb30{
  margin-bottom: 30px;
}

.mb40{
  margin-bottom: 40px;
}

.mb50{
  margin-bottom: 50px;
}

.mb80{
  margin-bottom: 80px;
}

/* -----------------------------------------
   上空け
   -----------------------------------------*/

.mt07{
  margin-top: 7px;
}

.mt10{
  margin-top: 10px;
}

.mt15{
  margin-top: 15px;
}

.mt20{
  margin-top: 20px;
}

.mt25{
  margin-top: 25px;
}

.mt30{
  margin-top: 30px;
}

.mt40{
  margin-top: 40px;
}

.mt50{
  margin-top: 50px;
}

/* -----------------------------------------
   左空け
   -----------------------------------------*/

.ml10{
  margin-left: 10px;
}

.ml15{
  margin-left: 15px;
}

.ml20{
  margin-left: 20px;
}

.ml25{
  margin-left: 25px;
}

.ml30{
  margin-left: 30px;
}

/* -----------------------------------------
   右空け
   -----------------------------------------*/

.mr10{
  margin-right: 10px;
}

.mr15{
  margin-right: 15px;
}

.mr20{
  margin-right: 20px;
}

.mr25{
  margin-right: 25px;
}

.mr30{
  margin-right: 30px;
}



/* -----------------------------------------
   インデックス
   -----------------------------------------*/

h1 {
   position: relative;
   background: #57493F;
   padding: 5px 10px 5px 35px;
   color: #FFFFFF;
   border-radius: 0 30px 30px 0;
   box-sizing: border-box;
   margin-left: 15px;
   font-weight: 900;
   line-height: 1.4;
   font-size: 130%;
}

h1:before {
  content: url("../images/tmp/h_f01.png");
  display: inline-block;
  line-height: 50px;
  position: absolute;
  padding: 0em;
  background: #FFFFFF;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  left: -0.65em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px rgba(87,73,63,1.00); 
  border-radius: 50%;
}

h1.news {
   position: relative;
   background: #57493F;
   padding: 5px 10px 5px 20px;
   color: #FFFFFF;
   border-radius: 0 30px 30px 0;
   box-sizing: border-box;
   margin-left: 15px;
   font-weight: 900;
   line-height: 1.4;
   font-size: 130%;
}

h1.news:before {
  content: url("../images/tmp/h_f01.png");
  display: inline-block;
  line-height: 50px;
  position: absolute;
  padding: 0em;
  background: #FFFFFF;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  left: -1.65em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px rgba(87,73,63,1.00); 
  border-radius: 50%;
}


h2{
  color: #57493F;
  font-weight: 800;
  padding: 0 10px;
  border-top: solid 2px #57493F;
  border-bottom: solid 2px #57493F;
  background: -webkit-repeating-linear-gradient(-45deg, #F7F3EB, #F7F3EB 3px,#EFE8D7 3px, #EFE8D7 7px);
  background: repeating-linear-gradient(-45deg, #F7F3EB, #F7F3EB 3px,#EFE8D7 3px, #EFE8D7 7px);
  font-size: 120%;
}

  
h3 {
  color: rgba(96,85,77,1.00);
  position: relative;
  font-size: 118%;
  padding-bottom: 10px;
}

h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #CBA44D, #CBA44D 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #CBA44D, #CBA44D 2px, #fff 2px, #fff 4px);
}


h4 {
  border-left: solid 10px #CAA34B;
  color: rgba(87,73,63,1.00);
  padding-left: 10px;
  position: relative;
  font-weight: 700;
}


h5 {
   position: relative;
   box-sizing: border-box;
   margin-left: 23px;
   font-weight: 700;
   line-height: 1.4;
   color: rgba(87,73,63,1.00);
  font-size: 105%;
}

h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  display: inline-block;
  line-height: 22px;
  position: absolute;
  padding: 0em;
  color: rgba(241,158,194,1.00);
  width: 16px;
  text-align: center;
  height: 20px;
  left: -1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

h6{
}



/* -----------------------------------------
   リンク装飾
   -----------------------------------------*/
a.link_hover{
 font-weight: 900;
 color: rgba(29,162,255,1.00);
 text-decoration: none;
 border-bottom: rgba(29,162,255,1.00) 1px dashed;
}

a.link_hover:hover{
  background-color: rgba(29,162,255,1.00);
  color: rgba(255,255,255,1.00);
}


.link_img{
 background-color: rgba(255,255,255,1.00);
}

.link_img img:hover{
	opacity: 0.8;
}

/* -----------------------------------------
   注意
   -----------------------------------------*/

.cau_red{
   background-color: rgba(203,0,3,1.00);
   padding: 0 10px;
   color: rgba(255,255,255,1.00);
}

.cau_yellow{
   background-color: rgba(255,237,0,1.00);
   padding: 2px 10px;
    vertical-align: middle;
   color: rgba(255,255,255,1.00);
  letter-spacing : 2px;                /* 文字間 */
  text-shadow    : 
       1px  1px 2px #666666,
      -1px  1px 2px #666666,
       1px -1px 2px #666666,
      -1px -1px 2px #666666,
       1px  0px 2px #666666,
       0px  1px 2px #666666,
      -1px  0px 2px #666666,
       0px -1px 2px #666666;        /* 文字の影 */}

/* -----------------------------------------
   区切りバー
   -----------------------------------------*/
 
.bar01{
   border-bottom: rgba(0,0,0,1.00) 1px solid;
 }
 
.bar02{
   border-bottom: rgba(0,0,0,1.00) 2px dotted;
 }
 
.bar03{
   border-bottom: rgba(91,91,91,1.00) 1px dotted;
 }
   
/* -----------------------------------------
   ボーダー
   -----------------------------------------*/

.border_gray{
  border: rgba(142,142,142,1.00) 1px solid;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.border_pink{
  border: rgba(254,112,150,1.00) 2px solid;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}

.border_white{
  border: rgba(255,255,255,1.00) 1px solid;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.border_blue{
  border: rgba(29,162,255,1.00) 2px solid;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}

.border_blown{
  border: rgba(69,22,0,1.00) 2px solid;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}

.border_blown2{
  border: rgba(202,163,75,1.00) 2px solid;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}

/* -----------------------------------------
   フォントサイズ
   -----------------------------------------*/

.fsize50{
	font-size:50%;
}

.fsize60{
	font-size:60%;
}

.fsize70{
	font-size:70%;
}

.fsize80{
	font-size:80%;
}

.fsize90{
	font-size:90%;
}

.fsize100{
	font-size:100%;
}

.fsize110{
	font-size:110%;
}

.fsize120{
	font-size:120%;
}

.fsize130{
	font-size:130%;
}

/* -----------------------------------------
   フォントカラー
   -----------------------------------------*/

.txt_red1{
	color:#C6002F;
}

.txt_red2{
	color:#CC5F7D;
}

.txt_pink1{
	color:rgba(254,112,150,1.00);
}

.txt_pink2{
	color:#FDD9E5;
}

.txt_pink3{
	color:rgba(255,133,172,1.00);
}

.txt_pink4{
	color:rgba(244,204,207,1.00);
}

.txt_blue1{
	color:rgba(29,162,255,1.00);
}

.txt_blue2{
	color:rgba(0,107,181,1.00);
}

.txt_green1{
	color:#396;
}

.txt_green2{
	color:#00A6A3;
}

.txt_green3{
	color:#7FBF39;
}

.txt_gray1{
	color:#999;
}

.txt_gray2{
	color: rgba(77,77,77,1.00);
}

.txt_Purple1{
	color:#90C;
}

.txt_orange1{
	color:#F60;
}

.txt_yellow{
	color:rgba(245,236,153,1.00);
}

.txt_brown{
  color: rgba(223,174,91,1.00);
}


/* -----------------------------------------
   テキスト寄せ
   -----------------------------------------*/

.txt_center{
  text-align: center;
}

.txt_right{
  text-align: right;
}

.txt_left{
  text-align: left;
}

   
/* -----------------------------------------
   イメージサイズ
   -----------------------------------------*/

.img_100 img{
  width: 100%;
  height: auto;
}

/* -----------------------------------------
   イメージオーバー
   -----------------------------------------*/

.img_over{
   background-color: rgba(255,255,255,1.00);
}

.img_over img:hover{
   opacity: 0.8;
}



/* -----------------------------------------
   youtube埋め込み
   -----------------------------------------*/

.yt_movie{
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     margin-bottom: 40px;
}

.yt_movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

  
/* -----------------------------------------
   TOPへ戻る
   -----------------------------------------*/

#back-top {
  position: fixed;
  right: 1%;
	z-index:100;
  margin-bottom: 0px;
}

#back-top span {
    width: 80px;
    height: 80px;
    display: block;
}



/* -----------------------------------------
   ＰＣ・スマホ表示切り替え
   -----------------------------------------*/

.style_pc{
  display: block;
}

.style_mobile{
  display: none !important;
}

#mobileHeader{
	display:none;
}


/* =============================================================================
   Flex 
   ========================================================================== */
   
.flex_wrapper{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}



.fb08{
  position: relative;
  overflow: hidden;
  width: 8%;
}
.fb10{
  position: relative;
  overflow: hidden;
  width: 10%;
}
.fb18{
  position: relative;
  overflow: hidden;
  width: 18%;
}
.fb20{
  position: relative;
  overflow: hidden;
  width: 20%;
}
.fb23{
  position: relative;
  overflow: hidden;
  width: 23%;
}
.fb24{
  position: relative;
  overflow: hidden;
  width: 24%;
}
.fb25{
  position: relative;
  overflow: hidden;
  width: 25%;
}
.fb28{
  position: relative;
  overflow: hidden;
  width: 28%;
}
.fb30{
  position: relative;
  overflow: hidden;
  width: 30%;
}
.fb33{
  position: relative;
  overflow: hidden;
  width: 33.3333%;
}
.fb32{
  position: relative;
  overflow: hidden;
  width: 32%;
}
.fb38{
  position: relative;
  overflow: hidden;
  width: 38%;
}
.fb40{
  position: relative;
  overflow: hidden;
  width: 40%;
}
.fb48{
  position: relative;
  overflow: hidden;
  width: 48%;
}
.fb49{
  position: relative;
  overflow: hidden;
  width: 49%;
}
.fb50{
  position: relative;
  overflow: hidden;
  width: 50%;
}
.fb55{
  position: relative;
  overflow: hidden;
  width: 55%;
}
.fb58{
  position: relative;
  overflow: hidden;
  width: 58%;
}
.fb60{
  position: relative;
  overflow: hidden;
  width: 60%;
}
.fb68{
  position: relative;
  overflow: hidden;
  width: 68%;
}
.fb70{
  position: relative;
  overflow: hidden;
  width: 70%;
}
.fb78{
  position: relative;
  overflow: hidden;
  width: 78%;
}
.fb80{
  position: relative;
  overflow: hidden;
  width: 80%;
}
.fb100{
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* ---------------------------------------------------------------------------
   段枠横
   ---------------------------------------------------------------------------*/
.w98{
   width: 98%;
   margin-right: auto;
   margin-left: auto;
}

.w95{
   width: 95%;
   margin-right: auto;
   margin-left: auto;
}

.w90{
   width: 90%;
   margin-right: auto;
   margin-left: auto;
}

/* ---------------------------------------------------------------------------
   ページャー
   ---------------------------------------------------------------------------*/

.page {
}

.page-elm {
	overflow:hidden;
}

.pager {
   clear:both;
	margin:30px 0;
	text-align:center;
   font-size: 140%;
   font-weight: 600;
}

.pager span {
	margin:5px;
	padding:5px 8px;
	color:rgba(255,255,255,1.00);
	background:rgba(95,73,27,1.00);
	border:rgba(57,45,39,1.00) 1px solid;
}
.pager span:hover {
	cursor:pointer;
	background:rgba(127,94,25,1.00);
	color:rgba(255,255,255,1.00);
}

.pager span.current {
	color:#fff;
	background:rgba(201,161,72,1.00);
}
.pager span.current:hover {
	cursor:default;
}

.pager span.invalid {
	display:none;
}
.pager span.invalid:hover {
	cursor:default;
}

.pager span.ellipsis {
	color:#939191;
	background:none;
	border:none;
}
.pager span.ellipsis:hover {
	cursor:default;
}

.pager span.first,
.pager span.last,
.pager span.prev,
.pager span.next {
	background:rgba(107,77,14,1.00);
	border:rgba(57,45,39,1.00) 1px solid;
	color:rgba(255,255,255,1.00);
}

.pager span.first:hover,
.pager span.last:hover,
.pager span.prev:hover,
.pager span.next:hover {
	color:#fff;
	background:rgba(76,60,52,1.00);
}

.pageNum {
	margin:30px 0;
	text-align:center;
}


/* ----------------------------*/


.pageFilter{
  width: 100%;
  margin: auto;
}

.pageFilter li{
  float: left;
	padding-bottom:10px;
  padding: 10px 15px 10px 15px;
  margin-right: 10px;
  border: rgba(223,174,91,1.00) 1px solid;
  background-color: rgba(255,255,255,1.00);
  border-radius: 10px;
}

	.pageFilter a{
		color:rgba(0,0,0,1.00) !important;
		text-decoration:none;
	}

	.pageFilter .selected a{
    color:rgba(255,255,255,1.00) !important;
	  font-weight:900;
	}
  
	.pageFilter .selected {

    background-color: rgba(237,152,176,1.00);
	}
	
	.pageFilter a.visited{
		color:rgba(0,0,0,1.00);
		text-decoration:none;
  }



/* ==========================================================================
   記事フィルター
   ========================================================================== */

.filter_wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.filter_wrapper a{
  display: block;
}

.filter_wrapper .list{
  display: block;
  float: left;
  margin-right: 15px;
  line-height: 1.8;
  font-weight: 400;
  padding: 3px 10px 3px 10px;
  background-color: rgba(255,255,255,1.00);
  border: rgba(155,155,155,1.00) 1px solid;
}

.filter_wrapper .list a{
  color: rgba(124,124,122,1.00);
  text-decoration: none;
}
.filter_wrapper .list a:visited{
  color: rgba(124,124,122,1.00);
  text-decoration: none;
}


  /* -----------------------------------------
   ニュースフィルター
   -----------------------------------------*/
.newsFilter li{
  margin-bottom: 15px;
}

.newsFilter a{
   display:block;
   text-decoration: none;
   width: 100%;
   color: rgba(204,166,80,1.00);
   font-size: 100%;
   line-height: 1.3;
   font-family: 'Noto Serif JP', serif; 
   font-weight: 600;
   text-align: left;
   padding-left: 25px;
}


	.newsFilter .selected {
    color: rgba(57,45,39,1.00);
    background-image: url("../images/menu/k_hart.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 21px auto;
	}
	
	.newsFilter li .visited{
    color: rgba(0,0,0,1.00);
	}

 

  /* -----------------------------------------
   メニューFIX
   -----------------------------------------*/

.menufix_main{
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
  
/* =============================================================================
   イメージフロート
   ========================================================================== */

.img_left{
  float: left;
  margin: auto 20px 20px auto;
}



/* ==========================================================================
   グローバルメニュー
   ========================================================================== */


.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  border-bottom: rgba(140,140,140,1.00) 1px solid;
  z-index: 100;
  transition: .5s;
  background-color:rgba(255,255,255,0.95);
}


.b_slide{
  display: none;
}



.head_menu_wrap{
  position: absolute;
  display: flex;
  justify-content: center;
  width: 880px;
  top: 35px;
  right: 10px;
  margin: auto;
  transition: .5s;
  z-index: 102;
}


.head_menu_wrap ol{
  list-style: none;
}
.head_menu_wrap li{
  list-style: none;
  text-align: center;
  margin: 0 5px 14px 10px;
  line-height: 1.0;
   font-family: "Rounded Mplus 1c";
   transform: rotate(0.03deg);
   color: rgba(255,255,255,1.00);
   font-size: 110%;
   font-weight: bold;
   letter-spacing: 2px;
}

.head_menu_wrap li a{
   transition: color 0.5s;
   color: rgba(255,255,255,1.00);
   text-decoration: none;
   z-index: 104;
   text-shadow: 2px 2px 3px rgba(12,114,185,1.00),
             -2px 2px 3px rgba(12,114,185,1.00),
             2px -2px 3px rgba(12,114,185,1.00),
             -2px -2px 3px rgba(12,114,185,1.00);
}

.head_menu_wrap li a:hover{
   transition: color 0.5s;
   color: rgba(255,240,0,1.00);
}

.head_menu_wrap li.select{
   border-bottom: rgba(255,240,0,1.00) 2px solid;
}

.head_menu_wrap .select a{
   color: rgba(249,244,166,1.00);
}



.head_menu_wrap2{
  position: relative;
  display: flex;
  justify-content: center;
  width: 1100px;
  margin: auto;
  font-family: 'Noto Sans JP', sans-serif;
  transition: .5s;
  z-index: 103;
}


.head_menu_wrap2 ol{
  list-style: none;
}
.head_menu_wrap2 li{
  width: 190px;
  float: left;
  list-style: none;
  text-align: center;
  border: rgba(166,166,166,1.00) 1px solid;
  letter-spacing: 3px;
  font-size: 80%;
  margin: 10px 10px 20px 10px;
  background-color: rgba(255,255,255,1.00);
  transition: background-color 0.5s;
}

.head_menu_wrap2 li a{
  color: rgba(0,0,0,1.00);
  text-decoration: none;
  padding: 5px 0;
}

.head_menu_wrap2 li a:hover{
  background-color: rgba(220,220,220,1.00);
  transition: background-color 0.5s;
}






.is-animation {
  height: 80px;
  margin: auto;
  transition: .5s;
}
.is-animation .head_logo {
  width: 200px;
  margin-bottom: 0;
  transition: .5s;
}

.is-animation .head_menu_wrap{
  display: none;
  transition: .5s;
}

.is-animation .b_slide{
  display: block;
  text-align: center;
  width: 20px;
  margin: auto;
  font-size: 120%;
  cursor: pointer;
}



#slideL {
	position: fixed;
	top: 81px;
  width: 100%;
	height: auto;
	padding: 0 0 0 0;
	background: rgba(255,255,255,0.95);
  color: rgba(65,65,65,1.00);
  z-index: 96;
}

#slideL.off{
  opacity: 0;
  transition: .3s;
}



.gmenu_wrap li{
  display:inline-block;
}
.gmenu_wrap li a{
  width: 100%;
  display: block;
}

.menufix_head{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}



/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   タブレット版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 1024px) {

html,body{
   min-width:760px;
}


/* =============================================================================
   記事フィルター
   ========================================================================== */

.newsFilter ol{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-bottom: 20px;
}

.newsFilter li{
  margin-bottom: 10px;
  width: 48%;
  box-sizing: border-box;
}

.newsFilter a{
   display:block;
   text-decoration: none;
   width: auto;
   font-size: 100%;
   line-height: 1.3;
   text-align: center;
   border: rgba(76,62,51,1.00) 1px solid;
   background-color: rgba(250,243,231,1.00);
   padding-left: 0;
   color: rgba(76,62,51,1.00);
   padding-bottom: 5px;
}

.mpad{
   padding: 3px 0 2px 0;
}

.newsFilter .selected {
   color: rgba(255,255,255,1.00);
   background-color: rgba(76,62,51,1.00);
   background-image: none;
}

.newsFilter .selected a {
   color: rgba(255,255,255,1.00);
   background-color: rgba(76,62,51,1.00);
   background-image: none;
}
	
	.newsFilter li .visited{
    color: rgba(0,0,0,1.00);
	}

	.spList{
		width: 1000px;
	}
  
   /* -----------------------------------------
   メニューFIX
   -----------------------------------------*/

.menufix_main{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
   

}



/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   スマホ版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 480px) {


/* ==========================================================================
   デザイン基本
   ========================================================================== */

html,body{
	min-width:100%;
	max-width:100%;
  font-size: 110%;
	overflow: auto;
}


img{
	width:100%;
	height:auto;
}


body{
  font-size: 77%;
}

/* =============================================================================
   イメージフロート
   ========================================================================== */

.img_left{
  float: none;
  width: 90%;
  margin: auto auto 20px auto;
}

/* -----------------------------------------
   ＰＣ・スマホ表示切り替え
   -----------------------------------------*/

.style_pc{
  display: none;
}

.style_mobile{
  display: block !important;
}

#mobileHeader{
	display:block;
	position:fixed;
	width:0px;
	height:50px;
  z-index: 999;
  top: 0;
}

.head_m{
  position: fixed;
  top: 0;
  left: 0;
	width:30px;
  height: 60px;
}


.head_logo{
	position: absolute;
	width: 40%;
	top: 5px;
	left: 10px;
	z-index: 998;
}


.mbc{
   margin-left: 0;
   margin-right: 0;
}

/* -----------------------------------------
   インデックス
   -----------------------------------------*/

h1 {
   padding: 5px 10px 5px 20px;
   font-size: 110%;
   color: #FFFFFF;
   border-radius: 0 30px 30px 0;
   box-sizing: border-box;
   margin-left: 15px;
   font-weight: 900;
   line-height: 1.4;
}

h1:before {
  content: url("../images/tmp/h_f01m.png");
  line-height: 35px;
  position: absolute;
  padding: 0em;
  width: 30px;
  text-align: center;
  height: 30px;
  left: -1.35em;
}

h1.news {
   padding: 5px 10px 5px 20px;
   font-size: 110%;
   color: #FFFFFF;
   border-radius: 0 30px 30px 0;
   box-sizing: border-box;
   margin-left: 15px;
   font-weight: 900;
   line-height: 1.4;
}

h1.news:before {
  content: url("../images/tmp/h_f01m.png");
  line-height: 35px;
  position: absolute;
  padding: 0em;
  width: 30px;
  text-align: center;
  height: 30px;
  left: -1.35em;
}

h2{
  padding: 0 10px;
  font-size: 100%;
}

  
h3 {
  font-size: 105%;
  padding-bottom: 5px;
  font-weight: 600;
}

h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
}


h4 {
  padding-left: 6px;
  font-size: 100%;
  font-weight: 600;
}


h5 {
   position: relative;
   font-size: 100%;
   box-sizing: border-box;
   margin-left: 17px;
   line-height: 1.4;
  font-weight: 600;
}

h5:before {
  line-height: 24px;
  position: absolute;
  padding: 0em;
  width: 16px;
  text-align: center;
  height: 20px;
  left: -1.6em;
  top: 9px;
}



h6{
}



/* =============================================================================
   Flex 
   ========================================================================== */
   
.flex_wrapper{
  display:block;
}




.fb08{
  width: 100%;
}
.fb10{
  width: 100%;
}
.fb18{
  width: 100%;
}
.fb20{
  width: 100%;
}
.fb23{
  width: 100%;
}
.fb24{
  width: 100%;
}
.fb25{
  width: 100%;
}
.fb28{
  width: 100%;
}
.fb30{
  width: 100%;
}
.fb33{
  width: 100%;
}
.fb32{
  width: 100%;
}
.fb38{
  width: 100%;
}
.fb40{
  width: 100%;
}
.fb48{
  width: 100%;
}
.fb49{
  width: 100%;
}
.fb50{
  width: 100%;
}
.fb55{
  width: 100%;
}
.fb58{
  width: 100%;
}
.fb60{
  width: 100%;
}
.fb68{
  width: 100%;
}
.fb70{
  width: 100%;
}
.fb78{
  width: 100%;
}
.fb80{
  width: 100%;
}
.fb100{
  width: 100%;
}

.fb_m80{
   width: 80%;
   margin-left: 0;
}

.fb_m60{
   width: 60%;
   margin-left: 0;
}

/* ---------------------------------------------------------------------------
   段枠横
   ---------------------------------------------------------------------------*/
.w_mlc{
  width: 100%; 
}

/* ==========================================================================
   テーブル整形
   ========================================================================== */

.tbl2{
  width: 100%;
  margin-top: 10px;
}

.tbl2 td, .tbl2 th {
  display: block;
  width: calc(100% - 20px);
  padding: 10px;
}

.tbl2 th{
  border-bottom: rgba(254,112,150,1.00) 1px dotted;
  font-weight: bold;
}



.tbl3{
  width: 100%;
  margin-top: 10px;
}

.tbl3 td, .tbl3 th {
  display: block;
  width: calc(100% - 20px);
  padding: 10px;

}

.tbl3 th{
  border-bottom: rgba(254,112,150,1.00) 1px dotted;
  font-weight: bold;
  text-align: left;
}


/* ==========================================================================
   記事フィルター
   ========================================================================== */

.filter_serect_wrapper .list{
  display: block;
  float: left;
  width: 15%;
  font-size: 90%;
  line-height: 1.8;
  margin-bottom: 10px;
  margin-right: 2%;
  text-align: center;
}

.filter_serect_wrapper .list a{
}



/* =============================================================================
   記事フィルター
   ========================================================================== */

.newsFilter ol{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-bottom: 20px;
}

.newsFilter li{
  margin-bottom: 10px;
  width: 48%;
  box-sizing: border-box;
}

.newsFilter a{
   display:block;
   text-decoration: none;
   width: auto;
   font-size: 100%;
   line-height: 1.3;
   text-align: center;
   border: rgba(76,62,51,1.00) 1px solid;
   background-color: rgba(250,243,231,1.00);
   padding-left: 0;
   color: rgba(76,62,51,1.00);
   padding-bottom: 5px;
}

.mpad{
   padding: 3px 0 2px 0;
}

.newsFilter .selected {
   color: rgba(255,255,255,1.00);
   background-color: rgba(76,62,51,1.00);
   background-image: none;
}

.newsFilter .selected a {
   color: rgba(255,255,255,1.00);
   background-color: rgba(76,62,51,1.00);
   background-image: none;
}
	
	.newsFilter li .visited{
    color: rgba(0,0,0,1.00);
	}

	.spList{
		width: 1000px;
	}
  
   /* -----------------------------------------
   メニューFIX
   -----------------------------------------*/

.menufix_main{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
   
/* -----------------------------------------
   TOPへ戻る
   -----------------------------------------*/

#back-top {
  position: fixed;
  right: 2%;
	z-index:100;
  margin-bottom: 30px;
    width: 60px;
    height: 60px;
}


.mlc{
   margin-left: 0;
}



}