@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:#0095e0FF}a:hover { color:#009fe8FF}
/* css setting */
/* -------------------------------------------------- デフォルト --------------------------------------------------*/ 
a{
text-decoration:none;
}
h1 , h2 , h3 {
margin: 0px 0px 0px 0px;
padding: 0px 0px;
margin-top: 0px;
}
.hover_opacity:hover{
    opacity: 0.85;
    transition:0.6s;
}
.hover_opacity_img img:hover { 
opacity:0.85; 
transition:0.6s;
}
.cuosor {
pointer-events: none ;
cursor: default ;
}
/* -------------------------------------------------- エントリーボタン --------------------------------------------------*/ 
#bottomfix {
position: fixed;
z-index: 100;
bottom: 0;
right: 0;
} 
#topfix_A {
position: fixed;
z-index: 10;
top: -10;
right: 0;
}
/*　--------------------　メガナビ　--------------------　*/
.menu ul{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: flex-end;
}
.menu ul li ul.normal-sub li a {
border: 0;
padding: 1rem 0;
/*border-top: 1px solid #666666;*/
}
.menu ul li ul.normal-sub {
padding: 0.25rem 1rem;
}

.menu ul li .nav-selected{
/*background: #ff8317;*/
color: #ff8317!important;
}
.menu ul li a {
text-decoration: none;
padding: 0.9rem 1rem 0.8rem 1rem!important;
}
#menu .menu-mobile:hover{
color:#ffffff!important;
}
#menu .menu ul  li ul li a {
color: #666666;
}
.menu-dropdown-icon:before{
padding: 1em 2em;
}
@media screen and (max-width: 959px){
.menu ul{
display: none;
}
#menu a:hover{
color: #0095e0!important;
}
.menu > ul > li > ul > li{
margin-top: 0px;
}
}

/*　———　スマホ時改行なし　———　*/
@media screen and (max-width: 480px){
.sp-br-none br {display:none;}
}
/*　———　スマホ時改行あり　———　*/
@media only screen and (min-width: 769px){
.sp-br br {display:none;}
}
/* -------------------------------------------------- 文字関係 -------------------------------------------------- */
.writing-mode {
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
}
.eiji{
font-family: Arial , Arial black , メイリオ , Meiryo ,sans-serif;
}
.impact {
font-family:  Impact , Haettenschweiler , Helvetica Neue , Helvetica , arial , メイリオ , Meiryo ,sans-serif;
}
.tx-shw{
text-shadow:1px 2px 3px #999999;
}
.bold {
font-weight: bold;
}
.bold-bg-ye{
background-image: linear-gradient(transparent 50%, #ffff00 50%);
}
.space {
letter-spacing: 0.1rem;
}
.space_2 {
    letter-spacing: 0.2rem;
}
.space_3 {
letter-spacing: 0.3rem;
}
.br-sp{
display:none;
}
.tx-waku {
    color: #ff0000;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow:0 1px 0 #fff,1px 0 0 #fff,0 -1px 0 #fff,-1px 0 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
}

/*　--------------------　スクロールリスト　--------------------
.fs-scroll a, .fs-scroll a:visited, .fs-scroll a:active {
color: #ffffff;
}
.fs-scroll a:hover {
color: #BBD1E9;
}
*/
/*　--------------------　パンくず色　--------------------　*/
.fs_breadcrumb, .fs_breadcrumb a, .fs_breadcrumb a:visited, .fs_breadcrumb  a:active {
color: #ffffff;
}
.fs_breadcrumb a:hover {
color: #ffffff;
text-decoration: underline;
}
/* -------------------------------------------------- 色関係 -------------------------------------------------- */
.main_color {
color: #0095e0;
}
.main_border {
border: 2px solid #0095e0;
}
.main-r_color {
color: #ffffff;
}
.main_backgroundcolor {
background-color: #0095e0;
}

.white_rgba {
    background-color: rgba(255,255,255,0.85);
}
.yellow_rgba {
background-color: rgba(250,245,235,0.85);
}
.orange_rgba {
background-color: rgba(245,123,0,0.45);
}
.green_rgba {
background-color: rgba(0,148,66,0.85);
}
.blue_rgba {
background-color: rgba(0,149,225,1);
}
.blue-l_rgba {
background-color: rgba(227,246,255,1);
}
.pink_rgba {
background-color: rgba(255,141,172,0.75);
}
.black_rgba {
background-color: rgba(25,25,30,0.75);
}
.gray_rgba {
background-color: rgba(46,54,66,0.85);
}
/* --------------------------------------------------　ボタン　-------------------------------------------------- */
.fs_btn {
background: none;
}
.fs_btn {
line-height: 1.5rem;
}
/* -------------------- マルチイメージのポインター変更無 -------------------- */
.cuosor {
pointer-events: none ;
cursor: default ;
}
/* -------------------- ホバー時拡大 -------------------- */
.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: #f00000;
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%;
}
/* -------------------------------------------------- コンポーザー・ページリスト関係 -------------------------------------------------- */
/*#fsInfoBlock .entryTitle {
font-weight: bold;
}*/
.news .entryData:after{
background: #c8c8c8 !important;
font-size: 0.8rem !important;
color: #ffffff !important;
margin-left: 0.2rem !important;
}
#pt101-2-1 .fs_c_title , #pt102-2-1 .fs_c_title , #pt103-2-1 .fs_c_title , #pt104-2-1 .fs_c_title {
background-repeat: no-repeat;
margin: 0 2rem 0 2rem;
padding: 2rem 0 2rem 0;
font-size: 1.2rem;
color: #0095e0 ;
}
#pt101-2-1 .fs_content , #pt102-2-1 .fs_content , #pt103-2-1 .fs_content , #pt104-2-1 .fs_content {
background-repeat: no-repeat;
padding: 2rem 0 4rem 0;
margin: 0 2rem 0 2rem;
border-top: 1px solid #0095e0;
font-size: 1rem;
}
#fsInfoBpager .numbers {
font-family: Century Gothic , Futura-Medium , メイリオ , Meiryo ,sans-serif;
background: #c8c8c8 ;
}
#fsInfoBpager .active {
font-family: Century Gothic , Futura-Medium , メイリオ , Meiryo ,sans-serif;
background: #969696 ;
}
#fsInfoBpager .ccm-page-left a,
#fsInfoBpager .ccm-page-right a {
background: #c8c8c8 ;
}
#fsInfoBpager .ccm-page-left span,
#fsInfoBpager .ccm-page-right span{
background: #969696 ;
}
div.cal_wrapper table.cal tr td div.Birthday {
font-weight: bolder;
background-color: #e8e8e8;
color: #009442;
border-radius: 0px;
}
/*　--------------------　ギャラリーブロック　--------------------　 */
#imageLightbox-container li {
display: inline-block;
margin: 0.5rem;
}
#imageLightbox-container img {
border: 2px solid rgba( 255, 255, 255, .5 );
}
#imageLightbox-container img:hover {
border-color: #00b7cf;
box-shadow: 0 0 0.25rem rgba( 0, 0, 0, .25 );
}
/* --------------------------------------------------　角丸　-------------------------------------------------- */
.border-radius {
border-radius: 1rem;
}
.border-radius_under {
-ms-border-bottom-right-radius:1rem ;  
-ms-border-bottom-left-radius:1rem ;  
-moz-border-bottom-right-radius:1rem;   
-moz-border-bottom-left-radius:1rem;  
-webkit-border-bottom-right-radius:1rem;  
-webkit-border-bottom-left-radius:1rem;  
border-bottom-right-radius:1rem; 
border-bottom-left-radius:1rem;
}

.border-radius_top {
-ms-border-top-right-radius:1rem ;  
-ms-border-top-left-radius:1rem ;  
-moz-border-top-right-radius:1rem;   
-moz-border-top-left-radius:1rem;  
-webkit-border-top-right-radius:1rem;  
-webkit-border-top-left-radius:1rem;  
border-top-right-radius:1rem; 
border-top-left-radius:1rem;
}
/*　--------------------　bxスライダー　--------------------　*/
.bx-wrapper .bx-viewport {
-moz-box-shadow: nonw;
-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);
}
/*　--------------------　ボックスシャドウ　--------------------　*/
.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;
}