@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:#38aba9}a:hover { color:#a4d197}
/* css setting */
/*公開時に消去

header {
    position: fixed;
}

*/

/* -------------------- オートナビ -------------------- */

#navi .fsNavMenuList li {
    background: rgba(10,21,31,0.8);
}



/* -------------------- h1h2h3 -------------------- */

h1 , h2 , h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    margin-top: 0px;
}



/* -------------------- 文字関係 -------------------- */

a   {
text-decoration:none;
}

.eiji{
font-family: Century Gothic , Futura-Medium , メイリオ , Meiryo ,sans-serif;
}

.eiji_b{
font-family: Arial , Helvetica , Gill Sans , Century Gothic , Futura-Medium , メイリオ , Meiryo ,sans-serif;
font-weight: bold;
}

.space {
 letter-spacing: 0.4rem;
}

.space_a {
 letter-spacing: 1.2rem;
}

.space_b {
 letter-spacing: 0.2rem;
}



/* -------------------- ホバーアクション -------------------- */

.hover_opacity:hover { 
opacity:0.6; 
transition:0.6s;
}

.hover_opacity_img img:hover { 
opacity:0.6; 
transition:0.6s;
}


/* -------------------- ホバー時拡大 -------------------- */

.transform img:hover{ 
  transition: 2.0s;
  -webkit-transform: scale(1.05); 
  -moz-transform: scale(1.05); 
  -ms-transform: scale(1.05); 
  -o-transform: scale(1.05); 
  transform: scale(1.05); 
}

.overflow {
  overflow: hidden;
}

/* -------------------- ホバー時ボーダーボトム -------------------- */

.hover_line {
	position: relative;
	display: inline-block;
	transition: 0.5s;
}

.hover_line::before,
.hover_line::after {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background-color: #38a9ab;
	transition: 0.5s;
}

.hover_line::before {
	top: 0;
	left: 0;
}
.hover_line::after {
	bottom: 0;
	right: 0;
}
.hover_line:hover::before,
.hover_line:hover::after {
	width: 100%;
}



/* -------------------- おそらくスライドショー -------------------- */

.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); 
}

.bx-wrapper {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}



/* -------------------- 色関係 -------------------- */

.white_rgba {
    background-color: rgba(255,255,255,0.75);
}

.black_rgba {
    background-color: rgba(10,20,30,0.7);
}



/* --------------- ボタンに関する設定 --------------- */

.fs_btn {
    background : none;
}

.fs_btn02 {
    background-color: rgba(255,255,255,0.55);
}

/*  .fs_btn {
line-height: 1.5rem;
} */


/* -------------------- マルチイメージ -------------------- */

.cuosor {
  pointer-events: none ;
  cursor: default ;
}



/* -------------------- ドロップシャドウ -------------------- */

.box-shadow img {
    box-shadow: 0.1rem 0.1rem #cccccc;
    -webkit-box-shadow: 0.1rem 0.1rem #cccccc;
    -moz-box-shadow: 0.1rem 0.1rem #cccccc;
}



/* -------------------- ページリスト -------------------- */

.top_news .entryTitle {
    font-size: 0.8rem;
}

.top_news .entrySummary {
    font-size: 0.8rem;
}

.top_news .entryData:after {
background: #a5d296 !important;
font-size: 0.7rem !important;
color: #ffffff !important;
margin-left: 0.2rem !important;
}

#fsInfoBlock dl {
    border-bottom: 1px solid #f2f2f2 ;
}

#fsInfoBlock dl:last-child {
    border-bottom: none;
}

#fsInfoBlock .entryData {
    width: 22%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Gill Sans , Century Gothic , Futura-Medium , メイリオ , Meiryo ,sans-serif;
    display: block;
    font-size: 0.9rem;
    padding: 0.5rem;
}

.bx-wrapper .bx-caption {
    background: rgba(200, 0, 0, 0);
}

div.cal_wrapper table.cal tr th p {
    float: left;
    padding: 0px;
    margin: 0px 0px 0.5rem 0px;
    color: #ffffff;
    font-size: 1rem;
    font-family: Gill Sans , Century Gothic , Futura-Medium , メイリオ , Meiryo ,sans-serif;
}

div.cal_wrapper table.cal tr.headline {
    background-color: #1c5454;
}

div.cal_wrapper table.cal tr.headline td {
    padding: 0.5rem 0px;
    color: #ffffff;
}

div.cal_wrapper table.cal tr td div {
    position: relative;
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
    text-align: center;
    background-color: #0a151f;
    color: #ffffff;
}

div.cal_wrapper table.cal tr td div.Birthday {
    font-weight: bolder;
    background-color: #1c5454;
    color: #ffffff;
    border-radius: 0px;
}

div.cal_wrapper table.cal tr td div.pointer:hover {
    background-color: #38aba9;
}

#fsInfoBpager .numbers {
    font-family:  Gill Sans , Century Gothic , Futura-Medium , メイリオ , Meiryo ,sans-serif;
    background: #38aba9;
}

#fsInfoBpager .active {
    font-family:  Gill Sans , Century Gothic , Futura-Medium , メイリオ , Meiryo ,sans-serif;
    background: #333333;
}

#fsInfoBpager .ccm-page-left a,
#fsInfoBpager .ccm-page-right a {
    background: #38aba9;
}

#fsInfoBpager .ccm-page-left span,
#fsInfoBpager .ccm-page-right span{
    background: #333333 ;
}



/* -------------------- コンポーザー -------------------- */

#pt101-2-1 .fs_c_title ,#pt102-2-1 .fs_c_title {
  background-repeat: no-repeat;
  margin: 0 2rem 2rem 2rem;
  padding: 0 0 1rem 0;
  border-bottom: 1px dotted #1c5454;
  font-size: 1.2rem;
  color: #38aba9;
}

#pt101-2-1 .fs_content , #pt102-2-1 .fs_content {
  background-repeat: no-repeat;
  padding: 0 2rem 3rem 2rem;
  font-size: 1rem;
  line-height: 1.7rem;
  color: #ffffff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #38aba9;
}

.fs-info-list {
font-size: 0.9rem;
}