@charset "utf-8";
@media screen and (min-width: 1201px) { html{font-size:16px; } }@media screen and (max-width: 1200px) { html{font-size:15px; } }@media screen and (max-width: 1024px) { html{font-size:14px; } }@media screen and (max-width: 768px) {  html{font-size:13px; } }@media screen and (max-width: 480px) {  html{font-size:12px; } }a,a:visited,a:active { color:#0d00c2}a:hover { color:#0010bf}
/* css setting */
/*　==============================　ヘッダー　==============================　*/

/*　--------------------　SP用（Fatナビ）に関する設定　--------------------　*/
.fat-nav li {
    list-style-type: none;
    text-align: center;
    padding: 1.5rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #fff;
}
.fat-nav{
    background: rgba(25, 25, 25, 0.96);
}
.hamburger .hamburger__icon, .hamburger .hamburger__icon:before, .hamburger .hamburger__icon:after {
    background-color: #232D64;
}
.topfix_A {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}
.topfix_B {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
}

/*　==============================　フッター　==============================　*/

/*　———　ページトップボタン　———　*/

.pagetop_btm{
    position: fixed;
    z-index: 20;
    bottom: 0;
    right: 0;
}
.pagetop_btm .fs_btn{
   line-height: 1rem;
}
.pagetop_btm_sp {
   background-color: rgba(150,150,150,0.5);
}


/*　==============================　デフォルト　==============================　*/

a   {
      text-decoration:none;
      }

h1 , h2 , h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    margin-top: 0px;
}

/*　———　ホバー時半調　———　*/

.hover_opacity:hover{
    opacity: 0.8;
    transition:0.6s;
}

.hover_opacity_img img:hover {
opacity:0.7;
transition:0.6s;
}

/*　———　telリンク - スマホ版のみ　———　*/

@media screen and (min-width: 480px) {
     .tel_splink {
         pointer-events: none;
     }
 }

/*　———　SP版センター　———　*/

@media screen and (max-width: 480px) {
     .sp_center {
         text-align: center!important;
     }
 }

/*　———　スマホ時改行なし　———　*/

@media screen and (max-width: 480px){
.sp_br_none br {
  display:none;
 }
}

/*　———　スマホ時改行あり　———　*/

@media only screen and (min-width: 769px){
.sp_br br {
  display:none;
 }
}

/*　———　マルチイメージ、スリックスライドのポインター無　———　*/

.cuosor {
  pointer-events: none ;
  cursor: default ;
}

/* -------------------- スライドに関する設定 -------------------- */

.bx-wrapper .bx-viewport { 
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none; 
    border: none; 
    left: 0; 
    background: none; 
    -webkit-transform: translatez(0); 
    -moz-transform: translatez(0); 
    -ms-transform: translatez(0); 
    -o-transform: translatez(0); 
    transform: translatez(0); 
}

/* -------------------- コンポーザー・ページリストに関する設定 -------------------- */

.news .entryData:after{
background: #c8c8c8 !important;
font-size: 0.8rem !important;
color: #ffffff !important;
margin-left: 0.2rem !important;
}

#pt101-3-1 .fs_c_title,#pt102-3-1 .fs_c_title {
  background-repeat: no-repeat;
  margin: 3rem 2rem 2rem 2rem;
  padding: 0 0 1rem 0;
  font-size: 1.3rem;
  border-bottom: double 3px #693B00;
}

#pt101-3-1 .fs_content,#pt102-3-1 .fs_content {
  background-repeat: no-repeat;
  padding: 2rem 2rem 2rem 0;
  margin: 0 0 0 2rem;
  font-size: 1rem;
}

#archiveBoxesC3 .archiveEachBox .eachArticle p.post-time,
#archiveBoxesC2 .archiveEachBox .eachArticle p.post-time
 {
    color: #000000;
    font-size: 0.9rem;
    font-weight: bold;
    font-family: メイリオ , Meiryo ,sans-serif;
    padding: 0.25rem 1rem;
    background: #e6e6e6;
}

#archiveBoxesC3 .archiveEachBox .eachArticle h3.post-title {
    font-size: 1rem;
    margin: 0.5rem 0 0.25rem 0;
}

/*.archiveEachBox .eachArticle .description ,*/
.archiveEachBox .eachArticle .post-time{
  display:none;
}

@media screen and (max-width: 480px) { 
#archiveBoxesC2 .archiveEachBox, #archiveBoxesC3 .archiveEachBox{ 
    margin:0; 
} 
}
