@charset "utf-8";

body{
	color:#464646;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 16px;
    font-size: 16rem;
/*	width: 100%;
	height: 100%;*/
	line-height: 1.5;
}
a:hover, a:active{
    color: #4acdff;
}
dl dt,
dl dd,
table,
h1,
h2,
p{
	max-height:100%;
}

/*=--------------------------------------------------------------------
■ヘッダー
----------------------------------------------------------------------*/

header{
    position: fixed;
    background-color: #FFF;
    z-index: 999;
    width: 100%;
    height: 150px;
    transition-duration:0.2s;
}
body.menu-fixed header{
    height: 100px;
}
@media (max-width: 959px) {
    header{
        height: calc(100vw / 5.5);
        max-height: 150px;
        overflow: hidden;
    }
    header h1{
        display: inline-block;
        position: relative;
        border-bottom: 1px solid #000;
        padding: 4vw 5vw 2px 8vw;
        line-height: 1;
    }
    header h1 img{
        width:40vw;
        transition-duration:0.2s;
    }
    body.menu-fixed header h1 img{
        width:30vw;
    }
    body.menu-fixed header h1{
        padding: 20px 40px 2px 8vw;
    }
    header h1::after{
        content: "";
        position: absolute;
        top: 3vw;
        left: 5vw;
        width: 1px;
        height: 20vw;
        background-color: #000;
    }
    .headerRight{
        display: none;
    }
/*=---------------------ナビ-----------------------*/
    nav ul.globalNav{
        font-size: 18px;
        font-size: 18rem;
        font-weight: bold;
        z-index: 100;
    }
    nav ul.globalNav li a{
        display: block;
        position: relative;
        padding: 14px 40px 13px 46px;
        border-bottom: 1px dashed #000;
        background:url(../img/cmn/cmn_ico01.png) no-repeat 20px 20px;
    }
    nav ul.globalNav .globalNavMenu{
      color: #FFF;
      padding: 17px 40px 16px 46px;
      background-color: #4acdff;
    }
/*=---------------------sitemap-----------------------*/
    
    nav ul.globalNav li ul.useList{
        margin: 20px auto;
    }
    nav ul.globalNav li ul.useList li{
        padding: 5px 20px;
    }
    nav ul.globalNav li ul.useList li a{
        font-size: 14px;
        font-size: 14rem;
        padding: 0;
        border-bottom: none;
        text-decoration: underline;
        background: none;
    }
    nav ul.globalNav li ul.useList li  a::after {
      display: none;
    }
/*=---------------------言語切替-----------------------*/
    
    nav ul.globalNav li ul.langList{
        margin: 20px auto;
    }
    nav ul.globalNav li ul.langList li{
        display: inline-block;
        padding: 0 20px;
    }
    nav ul.globalNav li ul.langList li:nth-child(1){
        border-right: 1px solid #000;
    }
    nav ul.globalNav li ul.langList li a{
        font-size: 14px;
        font-size: 14rem;
        padding: 0;
        border-bottom: none;
        text-decoration: underline;
        background: none;
    }
    nav ul.globalNav li ul.langList li  a::after {
      display: none;
    }
    nav ul.globalNav li ul.langList li a.langOn{
        color: #4acdff;
        text-decoration: none;
    }
/*=---------------------SNS-----------------------*/
    nav ul.globalNav li ul.snsList{
        margin: 30px auto;
    }
    nav ul.globalNav li ul.snsList li{
        display: inline-block;
    }
    nav ul.globalNav li ul.snsList li a{
        display: inline-block;
        padding: 0;
        border-bottom: none;
        text-decoration: underline;
        background: none;
    }
    nav ul.globalNav li ul.snsList  li a::after {
        display: none;
    }
    nav ul.globalNav li ul.snsList li:first-of-type{
        padding-left: 18px;
    }
/*=---------------------カレンダー-----------------------*/
  .headerCalendar{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 2vw;
    right: calc(160px + 5%);
    background: url(../img/cmn/header_img02.png) no-repeat;
    background-size: 100%;
  }
  .headerCalendar a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .mainGrid .calendar {
      display: none;
    }
  .calendarCont {
    display:none;
    width: 90%;
    position:fixed;
    top: 50%;
    left: 50%;
    z-index:22222;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  #backgroundB{
    display:none;
    background:#000000;
    opacity:0.7;
    filter:alpha(opacity=70);/*黒地の背景の調整はこの数値で調整*/
    position:fixed;
    top:0px;
    left:0px;
    min-width:100%;
    height:100%;
    z-index:11111;
  }
  #closePanel{
    display: none;
    font-size: 28rem;
    color: #FFF!important;
    text-align: center;
    line-height: 28px;
    padding: 0px 6px 2px;
    border: 3px solid #FFF;
    border-radius: 100px;
    background: rgba(0,0,0,0.5);
    position:fixed;
    top: 20px;
    right: 20px;
    z-index:11112;
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  .headerAccess {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 2vw;
    right: calc(80px + 5%);
    z-index: 999;
    background: url(../img/cmn/header_img03.png) no-repeat;
    background-size: 100%;
  }
  .headerAccess a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .access {
    display: none;
}   
.fixed {
    overflow: auto;
    height: 100%;
}
}

/*スマホ*/
@media (max-width: 499px) {
    body.menu-fixed header h1{
        padding: 4vw 5vw 2px 8vw;
    }
    body.menu-fixed header h1 img{
        width: 40vw;
    }
    body.menu-fixed header{
        height: calc(100vw / 5.5);
    }
    .headerCalendar{
    position: absolute;
    width: 42px;
    height: 42px;
    top: 2vw;
    right: calc(88px + 5%);
  }
  .headerAccess {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 2vw;
    right: calc(44px + 5%);
    z-index: 999;
  }
}
@media (min-width: 960px) {
    header h1{
        display: inline-block;
        position: relative;
        border-bottom: 1px solid #000;
        padding: 46px 40px 2px 74px;
        line-height: 1;
        transition-duration:0.2s;
    }
    body.menu-fixed header h1{
        padding: 20px 40px 2px 74px;
    }
    header h1 img{
        width: 100%;
        transition-duration:0.2s;
    }
    body.menu-fixed header h1 img{
        width: 85%;
    }
    header h1::before{
        content: "";
        position: absolute;
        top: 30px;
        left: 50px;
        width: 1px;
        height: 120px;
        background-color: #000;
        transition-duration:0.2s;
    }
    body.menu-fixed header h1::before{
        top: 15px;
        height: 150px;
    }
    header h1::after{
        content:"";
        position: absolute;
        width: 80px;
        height: 70px;
        top: 0;
        background: url(/img/cmn/header_img01.png) no-repeat;
        margin: 51px 0 0 40px;
        transition-duration:0.2s;
    }
    body.menu-fixed header h1::after{
        margin: 18px 0 0 40px;
    }
    .headerRight{
        position: absolute;
        top: 0;
        right: 0;
    }
    .headerOperat{
        float: right;
        color: #FFF;
        width: 252px;
        padding: 10px 0 4px;
        text-align: center;
        font-size: 14px;
        font-size: 14rem;
        font-weight: bold;
        transition-duration:0.2s;
    }
    body.menu-fixed .headerOperat{
        width: 240px;
        padding: 5px 0 4px;
        font-size: 12px;
        font-size: 12rem;
    }
    .headerOperat p{
        padding: 4px 0 0 0 ;
    }
    .headerOperat img{
        width: auto;
        height: 33px;
        transition-duration:0.2s;
    }
    body.menu-fixed .headerOperat img{
        width: auto;
        height: 24px;
    }
    .headerOperat img:last-child{
        display: none;
    }
    .headerOperat.open{
        background-color: #16c086;
    }
    .headerOperat.open p{
        border-top: 1px solid #83d0b6;
    }
    .headerOperat.open p:last-child{
        display: none;
    }
    .headerOperat.close{
        background-color: #F65151;
    }
    .headerOperat.close img:first-child{
        display: none;
    }
    .headerOperat.close img:last-child{
        display: inline;
    }
    .headerOperat.close p:first-of-type{
        display: none;
    }
    .headerOperat.close p:last-child{
        display: block;
        border-top: 1px solid #e62c2c;
    }
    .headerAdress{
        display: inline-block;
        font-weight: bold;
        padding: 12px 20px 0 0 ;
        font-size: 14px;
        font-size: 14rem;
        text-align: right;
        transition-duration:0.2s;
    }
    body.menu-fixed .headerAdress{
        padding: 6px 20px 0 0 ;
        font-size: 12px;
        font-size: 12rem;
    }
    .headerTell{
        font-size: 26px;
        font-size: 26rem;
        padding-left: 35px;
        background: url(../img/cmn/cmn_ico07.png) no-repeat 0px 5px;
        transition-duration:0.2s;
    }
     body.menu-fixed .headerTell{
        font-size: 22px;
        font-size: 22rem;
        background: url(../img/cmn/cmn_ico07.png) no-repeat 4px 6px;
        background-size: 11%;
    }
/*=---------------------ナビ-----------------------*/
    nav{
        position: fixed;
        top: 150px;
        left: 50px;
        height: 100vh;
        border-left: 1px solid #000;
        transition-duration:0.2s;
        z-index: 110;
    }
    body.menu-fixed nav{
        top: 100px;
        transition-duration:0.2s;
    }
    nav ul.globalNav{
        font-size: 18px;
        font-size: 18rem;
        font-weight: bold;
    }
    nav ul.globalNav li a{
        display: block;
        position: relative;
        padding: 17px 40px 16px 46px;
        border-bottom: 1px dashed #000;
        background:url(../img/cmn/cmn_ico01.png) no-repeat 20px 20px;
    }    
    nav ul.globalNav li a::after {
      position: absolute;
      bottom: -1px;
      left: 0;
      content: '';
      width: 0;
      height: 3px;
      background-color: #4acdff;
      transition: .3s;
    }
    nav ul.globalNav li a:hover {
      background:url(../img/cmn/cmn_ico00.png) no-repeat 20px 20px;
    }
    nav ul.globalNav li a:hover::after {
      width: 100%;
    }
    nav ul.globalNav li a.current{
      color: #4acdff;
      background:url(../img/cmn/cmn_ico00.png) no-repeat 20px 20px;
    }
    nav ul.globalNav li a.current::after {
      width: 100%;
    }
    nav ul.globalNav .globalNavMenu{
      display: none;        
    }
/*=---------------------sitemap-----------------------*/
    nav ul.globalNav li ul.useList{
        margin: 20px auto;
    }
    nav ul.globalNav li ul.useList li{
        padding: 5px 20px;
    }
    nav ul.globalNav li ul.useList li a{
        font-size: 14px;
        font-size: 14rem;
        padding: 0;
        border-bottom: none;
        text-decoration: underline;
        background: none;
    }
    nav ul.globalNav li ul.useList li  a::after {
      display: none;
    }
/*=---------------------言語切替-----------------------*/
    nav ul.globalNav li ul.langList{
        margin: 20px auto;
    }
    nav ul.globalNav li ul.langList li{
        display: inline-block;
        padding: 0 20px;
    }
    nav ul.globalNav li ul.langList li:nth-child(1){
        border-right: 1px solid #000;
    }
    nav ul.globalNav li ul.langList li a{
        font-size: 14px;
        font-size: 14rem;
        padding: 0;
        border-bottom: none;
        text-decoration: underline;
        background: none;
    }
    nav ul.globalNav li ul.langList li  a::after {
      display: none;
    }
    nav ul.globalNav li ul.langList li a.langOn{
        color: #4acdff;
        text-decoration: none;
    }
/*=---------------------SNS-----------------------*/
    nav ul.globalNav li ul.snsList{
        margin: 30px auto;
    }
    nav ul.globalNav li ul.snsList li{
        display: inline-block;
    }
    nav ul.globalNav li ul.snsList li a{
        display: inline-block;
        padding: 0;
        border-bottom: none;
        text-decoration: underline;
        background: none;
    }
    nav ul.globalNav li ul.snsList  li a::after {
        display: none;
    }
    nav ul.globalNav li ul.snsList li:first-of-type{
        padding-left: 18px;
    }
/*=---------------------カレンダー-----------------------*/
  #closePanel{
  display: none;
  }
}

/*=---------------------PC高さ700以下用-----------------------*/
@media screen and (max-height: 700px) {
    nav ul.globalNav li:nth-of-type(2){
        display: none;
    }
    nav ul.globalNav li ul.useList li:nth-of-type(2){
        display: inline-block;
    }
    nav ul.globalNav li a {
        padding: 12px 40px 12px 46px;
        background:url(../img/cmn/cmn_ico01.png) no-repeat 20px 16px;
    }
    nav ul.globalNav li a.current{
      color: #4acdff;
      background:url(../img/cmn/cmn_ico00.png) no-repeat 20px 16px;
    }
    nav ul.globalNav li a:hover {
      background:url(../img/cmn/cmn_ico00.png) no-repeat 20px 16px;
    }
    nav ul.globalNav li ul.useList,
    nav ul.globalNav li ul.langList{
        margin: 10px auto;
    }
    nav ul.globalNav li ul.snsList{
        margin: 20px auto;
    }
}

/*=--------------------------------------------------------------------
■トップページ　
----------------------------------------------------------------------*/

main{
	position: relative;
    width: 90%;
    margin: calc(100vw / 5.5) auto 0;
}
/*タブレット*/
@media (min-width: 750px) {
    main{
    margin: calc(100vw / 5.5) auto 0;
    }
}
@media (min-width: 960px) { 
    main{
        position: relative;
        width: calc(100% - 100px);
        margin: 150px auto 0;
    }
    .wrap{
        padding-left: 300px;
        height: 100%;
    }
}

/*=--------------------------------------------------------------------
■コンテンツ
----------------------------------------------------------------------*/
.mainGrid >* ,.gridlayout02 >*, .gridlayout01>*{
    overflow: hidden;
}

@media (max-width: 959px) {  
  .gridlayout02 ,.gridlayout01{
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: 1fr 8px 1fr;
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 8px 1fr 8px 1fr 8px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
    }
  .gridlayout01{
    -ms-grid-rows: 1fr 8px 1fr ;
        grid-template-rows: 1fr 1fr;
    }
/*=-----------メインビジュアル---------------------------*/
  .mainVisual {
    width: 100%;
    height: calc(100vw / 1.85);
    margin-bottom: 20px;
  }
/*=-----------お知らせ----------------------------*/
  .news div.newsTitle{
    display: none;
  }
  .news div.newsCont{
    display: inline-block;
    width: 100%;
    height: calc(100vw / 2.8);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border: 6px #f7f7f7 solid;
  }
  dl.newsList {
    font-size: 14px;
    font-size: 14rem;
    padding: 10px 10px 0px 10px;
  }
  .news div.newsCont .textRight{
    padding-right: 10px;
  }
  dl.newsList dd{
    padding-bottom: 10px;
  }
  .newsList dt{
    width: 160px;
    position: relative;
  }

/*=---------------------------------------*/
  .title {
    font-size: 20px;
    font-size: 20rem;
    font-weight: bold;
    padding: 20px 14px;
    border-left: 8px solid #444444;
    margin: 8px 0;
    text-align: left;
  }
  .title02 {
    font-size: 18px;
    font-size: 18rem;
    font-weight: normal;
    padding: 14px 14px;
    border-left: 6px solid #444444;
    margin: 8px 0;
    text-align: left;
  }
  .title03 {
    font-size: 16px;
    font-size: 16rem;
    font-weight: bold;
    margin: 8px 0;
    text-align: left;
  }
  .title04 {
    font-size: 14px;
    font-size: 14rem;
    font-weight: bold;
    margin: 8px 0;
    text-align: left;
  }
  .gridCont a{
    position: relative;
    display: block;
    height: calc( 0.41 * calc(90vw - 8px) );
    }
  .gridCont a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vw /10);
    background-color: #000;
    opacity: 0.3;
    }
  #gridContent1 {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent2 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 3;
    -ms-grid-row-span: 1;
    grid-column: span 2;
    grid-row: span 1;
  }
  #gridContent3 {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    grid-column: 2;
    grid-row: 1;
  }
  #gridContent4 {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent5 {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent6 {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent7 {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent8 {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row-span: 1;
    grid-column: span 2;
    grid-row: span 1;
  }
  #gridContent9 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent10 {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent10 {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent11 {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent12 {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent13 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent14 {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
/*=-----------テキスト----------------------------*/
    .buttonBox{
      position:absolute;
      float:left;
      margin: 2vw ;
      width: calc(100% - 4vw);
      height: calc(100% - 4vw);
      z-index: 50;
    }
    .border{
        position:absolute;
        background:none;
        transition:all .5s ease-in-out;
    }
    a.buttonLink01 .buttonBox>.border:nth-of-type(1){
      bottom:0;
      left:-20px;
      border-bottom:1px solid #4acdff;
      width:55%;
    }
    a.buttonLink01 .buttonBox>.border:nth-of-type(2){
      bottom:-20px;
      left:0;
      border-left:1px solid #4acdff;
      height:55px;
    }
    a.buttonLink02 .buttonBox>.border:nth-of-type(1){
      bottom:0;
      left:-20px;
      border-bottom:1px solid #16c086;
      width:55%;
    }
    a.buttonLink02 .buttonBox>.border:nth-of-type(2){
      bottom:-20px;
      left:0;
      border-left:1px solid #16c086;
      height:55px;
    }
    a.buttonLink03 .buttonBox>.border:nth-of-type(1){
      bottom:0;
      left:-20px;
      border-bottom:1px solid #ffd100;
      width:55%;
    }
    a.buttonLink03 .buttonBox>.border:nth-of-type(2){
      bottom:-20px;
      left:0;
      border-left:1px solid #ffd100;
      height:55px;
    }

  a.buttonLink01 p,a.buttonLink02 p,a.buttonLink03 p{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    width: 100%;
    font-size: 4vw;
    padding: 1.75vh 0px 1.75vh 45px;
    background:url(../img/cmn/cmn_ico01.png) no-repeat 20px center;
    transition-duration:0.2s;
    z-index: 10;
  }
  a.buttonLink02 p{
    background:url(../img/cmn/cmn_ico02.png) no-repeat 20px center;
  }
  a.buttonLink03 p{
    background:url(../img/cmn/cmn_ico03.png) no-repeat 20px center;
  }

  .gridCont a.bunnerLink01 p,.gridCont a.bunnerLink02 p,.gridCont a.bunnerLink03 p{
    font-size: 6vw;
    }
/*=-----------リンクバナー----------------------------*/

  .gridCont a.bunnerLink01{
    background-color: #4acdff;
    }
  .gridCont a.bunnerLink02{
    background-color: #16c086;
    }
  .gridCont a.bunnerLink01::before,.gridCont a.bunnerLink02::before,.gridCont a.bunnerLink03::before{
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 0px;
    height: 0px;
    right: 0;
    border-top: 16px solid #4acdff;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 18px solid transparent;
    transform: rotate(-180deg);
    opacity: 1;
    }
  .gridCont a.bunnerLink02::before{
    border-top: 16px solid #16c086;
    }
  .gridCont a.bunnerLink01::after,.gridCont a.bunnerLink02::after,.gridCont a.bunnerLink03::after{
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 0px;
    height: 0px;
    border-top: 16px solid #4acdff;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 18px solid transparent;
    opacity: 1;
    }
  .gridCont a.bunnerLink02::after{
    border-top: 16px solid #16c086;
    }
  .gridCont a.bunnerLink01::after,.gridCont a.bunnerLink02::after
  .gridCont a.bunnerLink03{
    content: "";
    display: none;
    }
  .gridCont a.bunnerLink01 p,.gridCont a.bunnerLink02 p,.gridCont a.bunnerLink03 p{
    position: absolute;
    left: 7%;
    top: 7%;
    color: #FFF;
    font-size: 40px;
    font-size: 6vw;
    width: 28vw;
    }
  .gridCont a.bunnerLink01 img,.gridCont a.bunnerLink02 img,.gridCont a.bunnerLink03 img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    }
}
@media (min-width: 960px) {
  .mainGrid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: calc( 0.399 * calc(100vw - 390px) );
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 8px 1fr 8px 1fr 8px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
    }
  .gridlayout02 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
        grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr 8px 1fr;
        grid-template-rows: 1fr 1fr;
    grid-gap: 8px;
    }
  .gridlayout01 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
        grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr ;
        grid-template-rows: 1fr;
    grid-gap: 8px;
    -ms-height: 43.5vw;
    }
/*=-----------メインビジュアル--------------------*/
  .mainVisual {
    -ms-grid-column: 1; 
        grid-column-start: 1; 
    -ms-grid-column-span: 3; 
    grid-column-end: 3; 
    -ms-grid-row: 1; 
        grid-row-start: 1; 
    -ms-grid-row-span: 7; 
    grid-row-end: 5; 
  }
/*=-----------カレンダー-------------------------*/
  .headerCalendar , .calendarCont {
    display: none;
  }
  .calendar {
    -ms-grid-column: 5; 
    grid-column-start: 3; 
    -ms-grid-column-span: 1; 
    grid-column-end: 4; 
    -ms-grid-row: 1; 
        grid-row-start: 1; 
    -ms-grid-row-span: 3; 
    grid-row-end: 3; 
    border: 2px solid #f7f7f7;
  }
/*=-----------お知らせ----------------------------*/
  .headerAccess{
    display: none;
  }
  .access {
    -ms-grid-column: 5; 
    grid-column-start: 3; 
    -ms-grid-column-span: 1; 
    grid-column-end: 4; 
    -ms-grid-row: 5; 
        grid-row-start: 3; 
    -ms-grid-row-span: 3; 
    grid-row-end: 5;
  }
  .access img{
      width: 100%;
    }
/*=-----------お知らせ----------------------------*/
  .news {
    height: 130px;
    margin: 8px 0 0;
  }
  .news div.newsTitle{
    float: left;
    width: 25%;
    height: 100%;
    background-color: #f99c9c;
    display: flex;
    align-items: center;
  }
  .news p{
    color: #FFF;
    font-size: 22px;
    font-size: 22rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #5C5C5C ;
    padding-left: 20px;
  }
  .news div.newsCont{
    display: inline-block;
    width: 75%;
    height: 100%;
    overflow-y: scroll;
    border-top: 4px #f7f7f7 solid;
    border-bottom: 4px #f7f7f7 solid;
  }
  .news div.newsCont .textRight{
    padding-right: 10px;
  }
  dl.newsList {
    padding: 10px 10px 0 10px;
  }
  dl.newsList dt{
    float: left;
    width: 170px;
    position: relative;
  }
  dl.newsList dd{
    padding: 0 0 10px 170px;
  }
  dl.newsList dd::after {
  content: '';
  display: block;
  clear: both;
}
/*=---------------------------------------*/
  .title {
    font-size: 24px;
    font-size: 24rem;
    font-weight: bold;
    padding: 24px 16px;
    border-left: 8px solid #444444;
    margin: 8px 0;
    line-height: 1;
    text-align: left;
  }
  .title02 {
    font-size: 21px;
    font-size: 21rem;
    font-weight: bold;
    padding: 16px 16px;
    border-left: 6px solid #444444;
    margin: 8px 0;
    line-height: 1;
    text-align: left;
  }
  .title03 {
    font-size: 18px;
    font-size: 18rem;
    font-weight: bold;
    margin: 8px 0;
    line-height: 1.3;
    text-align: left;
  }
  .title04 {
    font-size: 16px;
    font-size: 16rem;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.3;
    text-align: left;
  }
  .gridCont a{
    position: relative;
    display: block;
    height: calc( 0.2 * calc(100vw - 414px) );
    }
    *::-ms-backdrop, .gridCont a{
    height: 14vw; /* IE11 */
}
  .gridCont a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #000;
    opacity: 0.5;
    }
  #gridContent1 {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent2 {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row-span: 1;
    grid-column: span 2;
    grid-row: span 1;
  }
  #gridContent3 {
    -ms-grid-column: 7;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent4 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent5 {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent6 {
    -ms-grid-column: 5;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent7 {
    -ms-grid-column: 7;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent8 {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row-span: 1;
    grid-column: span 2;
    grid-row: span 1;
  }
  #gridContent9 {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent10 {
    -ms-grid-column: 7;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent11 {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent12 {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent13 {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  #gridContent14 {
    -ms-grid-column: 7;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
/*=-----------リンクホバー----------------------------*/
    .buttonBox{
      position:absolute;
      float:left;
      margin:10px ;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      z-index: 50;
    }
    .border{
        position:absolute;
        background:none;
        transition:all .5s ease-in-out;
    }
    a.buttonLink01 .buttonBox>.border:nth-of-type(1){
      bottom:0;
      left:-20px;
      border-bottom:1px solid #4acdff;
      width:55%;
    }
    a.buttonLink01 .buttonBox>.border:nth-of-type(2){
      bottom:-20px;
      left:0;
      border-left:1px solid #4acdff;
      height:55px;
    }
    a.buttonLink01 .buttonBox>.border:nth-of-type(3){
      top:0;
      right:-20px;
      border-top:1px solid #4acdff;
      width:1px;
    }
    a.buttonLink01 .buttonBox>.border:nth-of-type(4){
      top:-20px;
      right:0;
      border-right:1px solid #4acdff;
      height:1px;
    }
    a.buttonLink02 .buttonBox>.border:nth-of-type(1){
      bottom:0;
      left:-20px;
      border-bottom:1px solid #16c086;
      width:55%;
    }
    a.buttonLink02 .buttonBox>.border:nth-of-type(2){
      bottom:-20px;
      left:0;
      border-left:1px solid #16c086;
      height:55px;
    }
    a.buttonLink02 .buttonBox>.border:nth-of-type(3){
      top:0;
      right:-20px;
      border-top:1px solid #16c086;
      width:1px;
    }
    a.buttonLink02 .buttonBox>.border:nth-of-type(4){
      top:-20px;
      right:0;
      border-right:1px solid #16c086;
      height:1px;
    }
    a.buttonLink03 .buttonBox>.border:nth-of-type(1){
      bottom:0;
      left:-20px;
      border-bottom:1px solid #ffd100;
      width:55%;
    }
    a.buttonLink03 .buttonBox>.border:nth-of-type(2){
      bottom:-20px;
      left:0;
      border-left:1px solid #ffd100;
      height:55px;
    }
    a.buttonLink03 .buttonBox>.border:nth-of-type(3){
      top:0;
      right:-20px;
      border-top:1px solid #ffd100;
      width:1px;
    }
    a.buttonLink03 .buttonBox>.border:nth-of-type(4){
      top:-20px;
      right:0;
      border-right:1px solid #ffd100;
      height:1px;
    }
    a:hover .buttonBox .border:nth-of-type(1){
      width:130%;
      border-bottom:1px solid #ffd100;
    }
    a:hover .buttonBox .border:nth-of-type(2){
      height:130%;
      border-left:1px solid #ffd100;
    }
    a:hover .buttonBox .border:nth-of-type(3){
      width:130%;
      border-top:1px solid #ffd100;
    }
    a:hover .buttonBox .border:nth-of-type(4){
      height:130%;
      border-right:1px solid #ffd100;
    }
  a.buttonLink01 p,a.buttonLink02 p,a.buttonLink03 p{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    width: 100%;
    font-size: 20px;
    font-size: 1.35vw;
    font-weight: bold;
    padding: 0px 0px 12px 46px;
    background:url(../img/cmn/cmn_ico01.png) no-repeat left 20px bottom 1.25vw;
    transition-duration:0.2s;
    z-index: 10;
  }
  a.buttonLink02 p{
    background:url(../img/cmn/cmn_ico02.png) no-repeat left 20px bottom 1.25vw;
  }
  a.buttonLink03 p{
    background:url(../img/cmn/cmn_ico03.png) no-repeat left 20px bottom 1.25vw;
  }
  a.buttonLink01:hover p,a.buttonLink02:hover p,a.buttonLink03:hover p{
    background:url(../img/cmn/cmn_ico03.png) no-repeat left 20px bottom 1.25vw;    
    }
/*=-----------リンクバナー----------------------------*/

  .gridCont a.bunnerLink01{
    background-color: #4acdff;
    }
  .gridCont a.bunnerLink02{
    background-color: #16c086;
    }
  .gridCont a.bunnerLink01::before,.gridCont a.bunnerLink02::before,.gridCont a.bunnerLink03::before{
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 0px;
    height: 0px;
    right: 0;
    border-top: 16px solid #4acdff;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 18px solid transparent;
    transform: rotate(-180deg);
    opacity: 1;
    }
  .gridCont a.bunnerLink02::before{
    border-top: 16px solid #16c086;
    }
  .gridCont a.bunnerLink01::after,.gridCont a.bunnerLink02::after,.gridCont a.bunnerLink03::after{
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 0px;
    height: 0px;
    border-top: 16px solid #4acdff;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 18px solid transparent;
    opacity: 1;
    }
  .gridCont a.bunnerLink02::after{
    border-top: 16px solid #16c086;
    }
  .gridCont a.bunnerLink01::after,.gridCont a.bunnerLink02::after
  .gridCont a.bunnerLink03{
    content: "";
    display: none;
    }
  .gridCont a.bunnerLink01 p,.gridCont a.bunnerLink02 p,.gridCont a.bunnerLink03 p{
    position: absolute;
    left: 7%;
    top: 7%;
    color: #FFF;
    font-size: 40px;
    font-size: 2.6vw;
    width: 12vw;
    }
  .gridCont a.bunnerLink01 img,.gridCont a.bunnerLink02 img,.gridCont a.bunnerLink03 img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    }
}
/*=-----------共通お知らせ----------------------------*/
  dl.newsList dt.newslist01::after,
  dl.newsList dt.newslist02::after,
  dl.newsList dt.newslist03::after,
  dl.newsList dt.newslist04::after{
    content: "休館日";
    color: #FFF;
    display: inline-block;
    position: absolute;
    width: 60px;
    top: 2px;
    right: 8px;
    font-size: 12px;
    font-size: 12rem;
    background-color: #f65151;
    text-align: center;
  }
  dl.newsList dt.newslist02::after{
    content: "お知らせ";
    background-color: #f99c9c;
  }
  dl.newsList dt.newslist03::after{
    content: "イベント";
    background-color: #16c086;
  }

/*=-----------IE用----------------------------*/
@media (min-width: 960px) and (max-width: 1200px) {
    *::-ms-backdrop,  .mainGrid {
    height: 23.5vw; 
    }
    *::-ms-backdrop, .gridCont a{
    height: 11vw;
    }
}
@media (min-width: 1201px) and (max-width: 1600px) {
    *::-ms-backdrop,  .mainGrid {
    height: 27.5vw; 
    }
    *::-ms-backdrop, .gridCont a{
    height: 13.5vw;
    }
}
@media (min-width: 1601px) {
    *::-ms-backdrop,  .mainGrid {
    height: 31.5vw; 
    }
    *::-ms-backdrop, .gridCont a{
    height: 15.5vw;
    }
}

/*=--------------------------------------------------------------------
■フッター
----------------------------------------------------------------------*/

@media (max-width: 959px) {
footer{
    position: relative;
    margin: 60px 0 70px;
}
footer .footerArea{
    color: #888888;
    font-size: 12px;
    font-size: 12rem;
    font-weight: bold;
    padding: 0px 5% 0;
}
.footerArea p{
    padding-right: 80px;
}
footer ul{
    font-size:0; /* footerOperatのinline-block調整 */       
}
footer #pageTop{
    position: relative;
    float: right;
    top:0;
    right:5%;
    width: 70px;
    height: 105px;
    background: url(../img/cmn/footer_img01.png) no-repeat center 5px;
    background-size: 70px;
    z-index: 55;    
    transition-duration:0.2s;
}
footer #pageTop:hover{
    background: url(../img/cmn/footer_img00.png) no-repeat center 5px;
    background-size: 70px;
}
footer ul.footerTxt {
    padding:10px 0 24px ;
    font-size: 20px;
    font-size: 20rem;
    font-weight: bold;
}
footer ul.footerTxt li{
    display: inline-block;
    padding: 0 16px;
    border-left: 1px solid #000;
}
footer ul.footerTxt li:nth-child(1){
    padding: 0 16px 0 0;
    border-left: 0px;
}
footer ul.footerTxt li a{
    text-decoration: underline;
}
footer ul.footerTxt li.footerSns{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: none;
    padding: 20px 0px 0;
}
footer ul.footerTxt li.footerSns p{
    color: #464646;
    font-size: 12px;
    font-size: 12rem;
    padding-right: 18px;
}
footer ul.footerTxt li.footerSns p span{
    font-size: 20px;
    font-size: 20rem;
}
footer ul.footerTxt li.footerSns p img{
    width: 50px;
    height: auto;
}
ul.footerOperat{
    opacity: 0;
    transition-duration:0.5s;
}
.menu-fixed ul.footerOperat{
    opacity: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size:0;
    z-index: 60;
}
ul.footerOperat li{
    display: block;
    position: relative;
    color: #FFF;
    height: 50px;
    width: 100%;
    font-size: 30px;
    font-size: 30rem;
    font-weight: bold;
    background:url(../img/cmn/footer_img02.png) no-repeat 2vw 5px;
    background-size: 50px;
    background-color: #16c086;
    padding: 6px 0 0 12vw;
}
ul.footerOperat li span{
    font-size: 18px;
    font-size: 18rem;
    padding-left: 10px;
}
ul.footerOperat li:last-child{
    display: none;
}
ul.footerOperat.close{
    background-color: #F65151;
}
ul.footerOperat.close li:first-child{
    display: none;
}
ul.footerOperat.close li:last-child{
    display: inline-block;
}
ul.footerOperat.close li:last-child{
    background:url(../img/cmn/footer_img05.png) no-repeat 2vw 5px;
    background-size: 50px;
}
#pageCargo {
    position: fixed;
    bottom: 50px;
    left: 0;
    line-height: 0;
    z-index: 1000;
}
#pageCargo p{
    position: absolute;
    top: 0px;
    left: 75px;
    width: 110px;
    color: #000000;
    font-size: 14px;
    font-size: 14rem;
    line-height: 1.3;
    background-color: #FFF;
    padding: 6px 5px 5px 11px;
    border-radius: 15px;
    box-shadow:0px 0px 12px -5px #000;
}
#pageCargo p::after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/cmn/cmn_ico01.png);
    background-size: contain;
    vertical-align: middle;
}
#pageCargo img{
    width: 100px;
}
#closeCargo{
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 5px;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #000;
  transform: rotate(45deg);
  z-index: 1111;
}
#closeCargo::before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}
#closeCargo::after{
  content: "";
  position: absolute;
  width: 20px;
  height:20px;    
  left:-10px;
    }
}
/*スマホ*/
@media (max-width: 499px) {
footer{
    margin: 60px 0 35px;
}
footer .footerArea{
    padding: 0 5% 0;
}
.footerArea p{
    padding-right: 0px;
}
footer #pageTop{
    height: 90px;
}
ul.footerOperat li {
    font-size: 16px;
    font-size: 16rem;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
    height: 34px;
    background:url(../img/cmn/footer_img02.png) no-repeat 6px 6px;
    background-size: 28px;
    background-color: #16c086;
    padding: 10px 0 4px 13vw;
}
ul.footerOperat.close li:last-child{
    background:url(../img/cmn/footer_img05.png) no-repeat 6px 6px;
    background-size: 28px;
}
ul.footerOperat li span{
    font-size: 12px;
    font-size: 12rem;
}
#pageCargo {
    position: fixed;
    bottom: 34px;
}
}
@media (min-width: 960px) {
footer{
    position: relative;
    padding: 65px 50px 15px;
    text-align: right;
    z-index: 100;
}
.footerArea{
    width: 100%;
    padding-right: 80px;
}
footer p{
    color: #888888;
    font-size: 12px;
    font-size: 12rem;
    font-weight: bold;
    margin-left: 300px;
}
footer #pageTop{
    position: fixed;
    right: 50px;
    bottom: 10px;
    width: 110px;
    height: 110px;
    background: url(../img/cmn/footer_img01.png) no-repeat center 5px;
    transition-duration:0.2s;
    z-index: 999;
    cursor: pointer;
}
footer #pageTop:hover{
    background: url(../img/cmn/footer_img00.png) no-repeat center 0px;
}
footer ul.footerTxt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding:10px 0 14px ;
    font-size: 14px;
    font-size: 14rem;
    font-weight: bold;
}
footer ul.footerTxt li{
    padding: 0 16px;
}
footer ul.footerTxt li:nth-child(1){
    padding: 0 0 0 16px;
    border-left: 1px solid #000;
}
footer ul.footerTxt li p{
    display: inline-block;
    color: #464646;
    line-height: 1;
    text-align: left;
    padding: 0 10px;
}
footer ul.footerTxt li p span{
    font-size: 20px;
    font-size: 20rem;
}
footer ul.footerTxt li.footerLang a{
    text-decoration: underline;
}
footer ul.footerOperat{
    display: none;
    }
#pageCargo{
    position: fixed;
    bottom: 0;
    left: 0;
    line-height: 0;
    z-index: 1000;
}
#pageCargo p{
    position: fixed;
    left: 100px;
    color: #000000;
    font-size: 14px;
    font-size: 14rem;
    background-color: #FFF;
    padding: 7px 16px 5px 16px;
    border-radius: 15px;
    margin: 20px 0 0 0 ;
    box-shadow:0px 0px 12px -5px #000;
}
#pageCargo p::after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/cmn/cmn_ico01.png);
    background-size: contain;
    vertical-align: middle;
}
#closeCargo{
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 5px;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #000;
  transform: rotate(45deg);
  z-index: 1111;
}
#closeCargo::before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}
#closeCargo::after{
  content: "";
  position: absolute;
  width: 20px;
  height:20px;    
  left:-10px;
    }
}
/*--------------PC-------------------------*/
@media (min-width: 960px) and (max-width: 1250px) {
    footer #pageTop{
        right: 20px;
    }    
}
/*--------------------------------------------------------------------
■clearFix
----------------------------------------------------------------------*/


header:after,
.newsList:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
