@charset "utf-8";
/*----------------------------------------------------
 Default Font Size
----------------------------------------------------*/
#changeArea {
  font-size: 62.5%;
}


/*----------------------------------------------------
 elements
----------------------------------------------------*/
* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }

html { font-size: 62.5%; color:#000; } /* 10px */
body { font-size: 1.6rem; } /* 16px */
p  { font-size: 1.6rem; } /* 16px */
li { font-size: 1.6rem; } /* 16px */
li p { font-size: 1.6rem; } /* 16px */

* img {max-width: 100%;}

a {color:#0088ef; text-decoration: none;}
a:hover{opacity: 0.7; transition: opacity 0.3s; cursor: pointer;}

.large{font-size: 120%;}
.small{font-size: 80%;}

.red{color: #e30000;}
.gray{color: #808080;}

.txtIco{
  display: inline-block;
  font-size: 1.3rem;
  background-color: #ed7f91;
  color: #fff;
  padding:0px 10px;
  margin: 0 5px;
}

.cancel{text-decoration: line-through;}

body{
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Futura, 'Century Gothic', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}
.font-go{
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.font-min{
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font-marugo{
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.wf-roundedmplus1c {
    font-family: "Rounded Mplus 1c";
}

/*----------------------------------------------------
 display
----------------------------------------------------*/
.dispN  { display: none !important; }
.dispB  { display: block !important; }
.dispI  { display: inline !important; }
.dispIB { display: inline-block !important; }
.dispT  { display: table !important; }
.dispTC { display: table-cell !important; }
br.pc{display: inline;}
br.sp{display: none;}

@media screen and (max-width:640px) {
  .spdispN  { display: none !important; }
  .spdispB  { display: block !important; }
  .spdispI  { display: inline !important; }
  .spdispIB { display: inline-block !important; }
  .spdispT  { display: table !important; }
  .spdispTC { display: table-cell !important; }
  br.pc{display: none;}
  br.sp{display: inline;}
}

/*----------------------------------------------------
 header
----------------------------------------------------*/
header {
  width: 100%;
  min-width: 1152px;
  background: #FFE626;
  color:#737373;
}

#spHeader{ display: none; }
ul.spMenu1st{ display: none;}

/*--------------------------------
 pcHeader siteId
--------------------------------*/
.pcHeader{
  padding: 20px 0 30px;
  position: relative;
}
/*.pcHeader .siteId{
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 999;
}*/

.pcHeader .siteId a{
  display: block;
  position: relative;
  width: 320px;
}
.f-logo {
  width: 220px;
}


/* .pcHeader .siteId a:before{
  content: '';
  display: inline-block;
  width: 165px;
  height: 147px;
  background-image: url(../img/common/siteId.png);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -43px;
  vertical-align: middle;
  z-index: 999;
} */
.pcHeader .siteId a:hover{
  z-index: 999;
}

.pcHeader .siteId .jp{
  display: block;
  color: #404040;
  font-size: 2.8rem;
  letter-spacing: 0.6rem;
  margin-bottom: 10px;
  font-weight: 900;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.pcHeader .siteId .en{
  display: block;
  color: #0088ef;
  font-size: 1.8rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*--------------------------------
 pcHeader hdr_link
--------------------------------*/
.pcHeader .hdr_link{
  width: 1152px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*--------------------------------
 pcHeader hdr_link hdr_btn_1
--------------------------------*/
.pcHeader .hdr_btn_1{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.pcHeader .hdr_btn_1 .lang,
.pcHeader .hdr_btn_1 .size,
.pcHeader .hdr_btn_1 .color{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pcHeader .hdr_btn_1 .lang li a{
  font-size: 1.6rem;
  color: #484848;
}
.pcHeader .hdr_btn_1 .lang li a:after{
  content: '／';
}
.pcHeader .hdr_btn_1 .lang li:last-child a:after{
  content: none;
}
.pcHeader .hdr_btn_1 .lang li a.active{
  color: #0088ef;
}

.pcHeader .hdr_btn_1 .size,
.pcHeader .hdr_btn_1 .color{
  margin-left: 20px;
}
.pcHeader .hdr_btn_1 .size dt,
.pcHeader .hdr_btn_1 .color dt{
  font-size: 1.3rem;
  color: #000;
}
.pcHeader .hdr_btn_1 .size a,
.pcHeader .hdr_btn_1 .color a{
  font-size: 1.6rem;
  padding: 3px 5px ;
  border: solid 1px #000;
  margin-left: 5px;
}
.pcHeader .hdr_btn_1 .size a.active{
  background-color: #0088ef;
  color: #fff;
}

.pcHeader .hdr_btn_1 .color a#bgcolor-black{
  border: solid 1px #000;
  background-color: #000;
  color: #fff;
}
.pcHeader .hdr_btn_1 .color a#bgcolor-yellow{
  border: solid 1px #000;
  background-color: #ffff00;
  color: #000;
}

/*--------------------------------
 pcHeader hdr_link hdr_btn_2
--------------------------------*/
.pcHeader .hdr_btn_2{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pcHeader .hdr_btn_2 .btn_ticket a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #ff7e00;
  padding:10px 20px ;
  font-size: 1.7rem;
  font-weight: 700;
  border: solid 2px #ff7e00;
  border-radius: 50px;
}
.pcHeader .hdr_btn_2 .btn_ticket a:before{
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/common/hdr_ticket.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.pcHeader .hdr_btn_2 .searchBox{
  margin-left: 20px;
}
.pcHeader .hdr_btn_2 .searchBox p{
  color: #0088ef;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.pcHeader .hdr_btn_2 .searchBox input{
  border:solid 1px #454545;
  border-radius: 0;
  outline: none;
  padding: 5px 5px;
}
.pcHeader .hdr_btn_2 .searchBox input.fas{
  background-color: #0088ef;
  color: #fff;
  font-size: 1.6rem;
  margin-left: 3px;
  border: none;
}
.pcHeader .hdr_btn_2 .searchBox input.fas:hover{
  cursor: pointer;
  opacity: 0.7; 
  transition: opacity 0.3s;
}

/*.spMenuWrap{
  display: none;
}
*/

.spMenuWrap {
  background-color: #FFE626;
}

@media screen and (max-width:640px) {
  /*----------------------------------------------------
   header
  ----------------------------------------------------*/
  header {
    min-width: 100%;
  }
  header .pcHeader{
    display: none;
  }
  header #spHeader{
    display: block;
    padding: 0px 0;
  }
  header #spHeader .spHeaderInner{
    width:94%;
    height: 15vw;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .siteId a span.font-marugo{
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .siteId a span.font-go{
    font-size: 1.1rem;
  }

  header #spHeader .spHeaderInner .siteId a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 210px;
  }
  header #spHeader .spHeaderInner .siteId img{
    max-width: 100%;
    max-height: 15vw;
    margin-right: 15px;
  }
  header #spHeader .siteId .jp{
    display: block;
    color: #404040;
    font-size: 2.4rem;
    letter-spacing: 0.6rem;
    margin-bottom: 5px;
  }
  header #spHeader .siteId .en{
    display: block;
    color: #0088ef;
    font-size: 1.6rem;
  }
  header #pcHeader{
    display: none;
  }
  .secWrapper.topPage #topNavi{
    display: none;
  }


  /* menuBtn */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 50px;
    height: 44px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000000;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }


  /* Accordion 1st */
  .spMenuWrap{
    position: relative;
  }
  ul.spMenu1st{
    display: none;
    border-top: solid 1px #fff;
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    z-index: 1000;
  }
  ul.spMenu1st > li{
    border-bottom: solid 1px #fff;
    background-color: #0088ef;
    color: #fff;
    font-weight: 100;
    position: relative;
  }
  ul.spMenu1st > li.multilingual{
    background-color: #333333 !important;
  }
  ul.spMenu1st > li > a{
    padding: 15px 5%;
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    display: block;
  }
  ul.spMenu1st > li > span{
    padding: 15px 5%;
    font-weight: 100;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -1rem;
    right: 20px;
  }
  ul.spMenu1st > li > span:after{
    position: absolute;
    font-size: 2.0rem;
    font-family: 'Font Awesome 5 Free';
    content: '\f067';
    font-weight: 900;
    display: inline-block;
    width: 1em;
    color: #fff;
    text-indent: 0;
    padding: 10px 10px;
  }

  ul.spMenu1st > li > span.ico-none:after{
      content: none;
  }
  ul.spMenu1st > li > span.active:after{
      content: '\f068';
  }
  ul.spMenu1st > li > span:hover{
    opacity: 0.7;
  }

  /* Accordion 2nd */
  ul.spMenu2nd{
    display: none;
    border-top: solid 1px #c0d0f5;
  }

  ul.spMenu2nd > li{
    border-bottom: solid 1px #0088ef;
    background-color: #fff;
    color: #50b0d4;
  }
  ul.spMenu2nd > li:last-child{
    border-bottom: none;
  }
  ul.spMenu2nd > li > a{
    padding: 15px 5% 15px 8%;
    text-decoration: none;
    color: #0088ef;
    display: block;
  }
}

/*----------------------------------------------------
 gnav
----------------------------------------------------*/
.secWrapper.gnav{
  padding: 0;
  border-top: solid 1px #7f7f7f;
  background-color: #EBEBEB;
  /* background: linear-gradient(180deg, #0088ef 0%, #0088ef 92%, #0071c7 92%, #0071c7 100%); */
}
.gnav ul.secondNav{
  display: flex;
  align-items: center;
}
.gnav ul.secondNav > li{
  width: calc( 100% / 5 );
  border-right: solid 1px #7f7f7f;
  position: relative;
}


.gnav ul.secondNav > li > a{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 20px 0;
  background-color: #fff;
  position: relative;
}
.gnav ul.secondNav > li > a:after {
    position: absolute;
    content: "";
    right: 6px;
    bottom: 6px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 10px solid #fff;
}
.gnav ul.secondNav > li:nth-child(1) > a{ color: #142e83;}
.gnav ul.secondNav > li:nth-child(2) > a{ color: #1f642f;}
.gnav ul.secondNav > li:nth-child(3) > a{ color: #c94c00;}
.gnav ul.secondNav > li:nth-child(4) > a{ color: #c19600;}
.gnav ul.secondNav > li:nth-child(5) > a{ color: #6b138c;}

.gnav ul.secondNav > li:nth-child(1) > a{ border-bottom: solid 8px #0a37cb;}
.gnav ul.secondNav > li:nth-child(2) > a{ border-bottom: solid 8px #1a5327;}
.gnav ul.secondNav > li:nth-child(3) > a{ border-bottom: solid 8px #a73f00;}
.gnav ul.secondNav > li:nth-child(4) > a{ border-bottom: solid 8px #a07d00;}
.gnav ul.secondNav > li:nth-child(5) > a{ border-bottom: solid 8px #591074;}

.gnav ul.secondNav > li > a span.m{font-size: 2.3rem;}
.gnav ul.secondNav > li > a span.l{font-size: 2.7rem;}

.gnav .dropWrap{
  display: none;
}
.gnav ul.secondNav > li:hover .dropWrap{
  display: block;
  transition: 0.6s;
  /*background-color: rgba(255,255,255,0.95);*/
  background-color: rgb(233 246 255);
  position: absolute;
  left: 0;
  /*width: 100%;*/
  min-width: 230px;
  z-index: 999;
  box-shadow: 0px 1px 7px #bdbdbd;
}
.dropWrap .dropInner{
  /*width:1152px ;*/
  margin: 0 auto;
  padding: 15px 20px;
}
.dropWrap .dropInner ul.thirdNav{
  /* display: flex;*/
  display: block;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.dropWrap .dropInner ul.thirdNav li{
  /*width: calc( 100% / 4 );*/
  width: 100%;
  margin-right: 30px;
}
.dropWrap .dropInner ul.thirdNav li a{
  display: block;
  padding: 10px 10px 10px 0;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
}
.dropWrap .dropInner ul.thirdNav li a:before{
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    display: inline-block;
    font-size: 1.3rem;
    color: #0066b3;
    text-indent: 0;
    font-weight: 900;
    margin-right: 5px;
}
@media screen and (max-width:640px) {
  .secWrapper.gnav{
    display: none;
  }
}

/*----------------------------------------------------
 content
----------------------------------------------------*/
#content {
  width: 100%;
  background: #fff;
  position: relative;
}

/*----------------------------------------------------
TITLEs
----------------------------------------------------*/
.imgTit{
  text-align: center;
}
.imgTit img{
  max-width: 100%;
}
.topSecTit{
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: 0.2rem;
}
p.txt{
  font-size: 1.5rem;
  line-height: 2.0;
}
.pagecont {
	line-height:2.0 !important;
 }
.calendar {
	line-height:1.0 !important;
 }

@media screen and (max-width:640px) {
  .topSecTit{
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  p.txt{
    font-size: 1.4rem;
    line-height: 2.0;
  }
}
/*====================================================
 toppage
====================================================*/

/*----------------------------------------------------
 important
----------------------------------------------------*/
.secWrapper.important{
  padding: 40px 0 ;
  border-top: solid 7px #EBEBEB;
}
.important p{
  font-size: 1.8rem;
  line-height: 1.8;
}
.important a{
  color: #0088ef;
}

@media screen and (max-width:640px) {
  .secWrapper.important{
    padding: 20px 0 ;
  }
  .important p{
    font-size: 1.6rem;
    line-height: 1.6;
  }  
}

/*----------------------------------------------------
 slider
----------------------------------------------------*/
/* slider */
.slider{
  min-width: 1152px;
  padding-bottom: 1px;
  border-bottom: solid 10px #EBEBEB;
  margin-top: 3px;
  margin-bottom: 50px;
}
.slider img{
  width: 100%;
  max-width: 100%;
}
.slick-dots{
  bottom: -45px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.slick-arrow{
  display: none !important;
}*/

/**/
.slick-prev {
    left: 0px;
    z-index: 999;
}
.slick-next {
    right: 0px;
    z-index: 999;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #cb0300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 21px;/*画像の幅*/
  height: 21px;/*画像の高さ*/
  background-image: url(../img/top/ico_slick_prev.png);
  background-size: contain;
  vertical-align: middle;
}
.slick-next:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 21px;/*画像の幅*/
  height: 21px;/*画像の高さ*/
  background-image: url(../img/top/ico_slick_next.png);
  background-size: contain;
  vertical-align: middle;
}
.slick-prev,
.slick-next{
    background: rgba(255,255,255,0.5);
    height: 100%;
    width: 60px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: rgba(255,255,255,0.6);
}

@media screen and (max-width:640px) {
  .slider{
    min-width: 100%;
    margin-bottom: 50px;
  } 
  .slick-prev,
  .slick-next{
      width: 8vw;
      background-color: transparent;
  }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
      background: transparent;
  }
  .slick-dots{
    bottom: -25px;
  }
}

/*----------------------------------------------------
 secWrapper
----------------------------------------------------*/

.secWrapper{
  width: 100%;
  min-width: 1152px;
  padding:90px 0;
}
.secWrapper.bdr-btm{
  border-bottom: solid 1px #004180;
}
.secOuter {
  width: 1152px;
  margin: 0 auto;
  zoom: 1;
}
.secInner {
  width: 800px;
  margin: 0 auto;
  zoom: 1;
}

@media screen and (max-width:640px) {
  .secWrapper{
    width: 100%;
    min-width: 100%;
    padding:30px 0;
  }
  .secOuter {
    width: 96%;
    margin:0 auto;
  }
  .secInner {
    width: 100%;
  }
}

/*----------------------------------------------------
 .secWrapper.topPage
----------------------------------------------------*/
.secWrapper.topPage{
  padding: 0;
}
.secWrapper.topPage .secOuter{
  width: 1152px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto;
  zoom: 1;
}
@media screen and (max-width:640px) {
  .secWrapper.topPage{
    width: 100%;
  }
  .secWrapper.topPage .secOuter{
    width: 100%;
    display: block;
  }
}

/*----------------------------------------------------
 sideBar
----------------------------------------------------*/
.secWrapper .sideBar{
    order: 0;
    background-color: #f4f4f4;
    width: 1375px;
    padding-left: 1000px;
    margin-left: -1000px;
    padding-top: 50px;
    padding-right: 30px;
}

.sideCont{
  padding: 25px 20px;
  background-color: #fff;
  border-top: solid 7px #0088ef;
  margin-bottom: 20px;
}
.sideCont h4.sideTit{
  font-size: 2.2rem;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}
.sideCont h4.sideTit span{
  font-size: 2.4rem;
  color: #0088ef;
}


/* 「スタッフだより」STYLE */
.sideCont.staff{
  max-height: 400px;
  overflow-y: scroll;
}
.sideCont.staff ul.sideStaff li a{
  display: block;
  padding: 7px 0px;
  border-bottom: solid 1px #ccc;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}
.sideCont.staff ul.sideStaff li a:before{
  content: '\f054';
  display: inline-block;
  font-weight: 700;
  font-size: 1.2rem;
  width: 1em;
  color: #0088ef;
  font-family: 'Font Awesome 5 Free';
  text-indent: 0;
}

@media screen and (max-width:640px) {
  .secWrapper .sideBar{
      width: 100%;
      margin: 0 auto;
      padding:30px 5% 50px;
  }
}
/*--------------------------------
 table.calendar
--------------------------------*/
h5.calendarTit{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
h5.calendarTit{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.holidayMark{
	color:#f39800;
	font-size:2.0rem;
}
table.calendar{
  width: 100%;
}
table.calendar th,
table.calendar td{
  width: calc( 100% / 7 );
  padding: 7px 10px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #c2c5c7;
}
table.calendar th.sunday,
table.calendar td.sunday{
  /*background-color: #eaf6fd;*/
  color: #ec2a2a;
}
table.calendar th.saturday,
table.calendar td.saturday{
  /*background-color: #eeefef;*/
  color: #0088ef !important;
}
table.calendar th.holiday,
table.calendar td.holiday{
  background-color: #eaf6fd;
  color: #ec2a2a;
}
table.calendar th.close,
table.calendar td.close{
  background-color: #f39800;
}
span.close{color: #f39800;}
table.calendar td.prev,
table.calendar td.next{
  background-color: #c9c9ca;
  color: #fff;
}
table.calendar td.prev a,
table.calendar td.next a{
  display: block;
  color: #fff;
}
table.calendar td.prev a:before{
  font-family: "Font Awesome 5 Free";
  content: '\f053';
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  text-indent: 0;
  font-weight: 900;
  margin-right: 10px;
}
table.calendar td.next a:after{
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  text-indent: 0;
  font-weight: 900;
  margin-left: 10px;
}

.holidayInfo{
  margin-top: 5px;
  text-align: right;
  font-size: 1.4rem;
}
.holidayInfo span{
  color:#f39800 ;
  font-size: 2.4rem;
}

/*--------------------------------
 PAGES-calendar3col
--------------------------------*/
.calendar3col{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.calendar3col > .calendarInnerCol{
  width: calc( (100% - 60px) / 3 );
  margin-right: 30px;
  margin-bottom: 30px;
}
.calendar3col > .calendarInnerCol:nth-child(3n){
  margin-right: 0;
}
.calendar3col table.calendar th, 
.calendar3col table.calendar td {
    padding: 7px 5px;
}
@media screen and (max-width:640px) {
  .calendar3col{
    display: block;
  }
  .calendar3col > .calendarInnerCol{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/*--------------------------------
 table.timetable
--------------------------------*/
table.timetable{
  width: 100%;
  margin-bottom: 15px;
}
table.timetable thead th{
  background-color: #9fa0a0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 100;
}
table.timetable th,
table.timetable td{
  padding: 7px 3px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #c2c5c7;
  font-size: 1.4rem;
}
table.timetable td.title{
  text-align: left;
  padding-left: 10px;
}
table.timetable tr.end td{
  background-color: #eeefef;
}
table.timetable td.count{
  color: #00a0e9;
  font-weight: 700;
}
table.timetable tr.end td.count,
table.timetable td.count.reserved{
  color: #000;
  font-weight: 100;
}

/*--------------------------------
 timeLong
--------------------------------*/
.timeLong{
  border-radius: 7px;
  border: solid 2px #f39800;
  background-color: #fff;
  padding: 7px 0 7px;
  margin-bottom: 15px;
}
.timeLong dl{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
}
.timeLong dl dt{
  font-size: 1.8rem;
  color: #f39800;
  margin-right: 15px;
  font-weight: 700;
}
.timeLong dl dd{
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
}
.timeLong dl dd span{
  font-size: 2.4rem;
}
.timeLong p{
  font-size: 1.2rem;
  text-align: center;
  color: #000;
}

/*--------------------------------
 sidecont staff
--------------------------------*/
.sideCont .staffImg{
  margin-bottom: 30px;
  text-align: center;
}
.sideCont h5.staffName{
  font-size: 2.4rem;
  color: #444;
  margin-bottom: 30px;
}
.sideCont h5.staffName:first-letter{
  color: #0088ef;
}
.sideCont dl.staffInfo{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}
.sideCont dl.staffInfo > dt{
  width: 25%;
  position: relative;
}
.sideCont dl.staffInfo > dt:after{
  content: ':';
  display: inline-block;
  position: absolute;
  right:10px;
}
.sideCont dl.staffInfo > dd{
  width: 75%;
}
.sideCont dl.staffInfo > dd.time{
  font-size: 2.1rem;
}

/*--------------------------------
 browser
--------------------------------*/
.sideBar .browser{
  border-radius: 7px;
  background-color: #f39800;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 7px 0 ;
}

/*--------------------------------
 btn_ticket
--------------------------------*/
.sideBar .btn_ticket{
  width: 90%;
  margin: 30px auto 15px;
}
.sideBar .btn_ticket a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #ff7e00;
  padding:10px 20px ;
  font-size: 1.7rem;
  font-weight: 700;
  border: solid 2px #ff7e00;
  border-radius: 50px;
}
.sideBar .btn_ticket a:before{
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/common/hdr_ticket.png);
  background-size: contain;
		background-repeat:no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.sideBar h4.ticket_notice{
  font-size: 1.9rem;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 15px;
}
.sideBar h4.ticket_notice span{
  font-size: 2.5rem;
  color: #ff6000;
}
.sideBar p.ticket_notice{
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.sideBar .btn_staff{
  margin: 30px auto 30px;
}
.sideBar .btn_staff a{
  display: block;
  text-align: center;
  background-color: #fff;
  padding:15px 8px ;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  color: #000;
  line-height: 1.4;
}
.sideBar .btn_staff a span{
  font-size: 1.8rem;
  color: #0088ef ;
}
.sideBar .btn_staff a:after{
  position: absolute;
  content: "";
  right: 6px;
  bottom: 6px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 10px solid #0088ef;
}

.sideBar .btn_access{
  width: 90%;
  margin: 30px auto 30px;
}
.sideBar .btn_access a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #ff7e00;
  padding:10px 20px ;
  font-size: 1.7rem;
  font-weight: 700;
  border: solid 2px #ff7e00;
  border-radius: 50px;
}
.sideBar .btn_access a:before{
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/common/hdr_access.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

/*----------------------------------------------------
 mainContent
----------------------------------------------------*/
.secWrapper.topPage .mainContent{
  width: 745px;
  order: 1;
}
@media screen and (max-width:640px) {
  .secWrapper.topPage .mainContent{
    width: 100%;
    padding: 0 3%;
  }  
}
/*----------------------------------------------------
 title
----------------------------------------------------*/
.topPage .tit02{
  padding: 60px 0;
  text-align: center;
}
.topPage .tit02 span.en{
  display: inline-block;
  font-size: 3.0rem;
  color: #3f3f3f;
  margin-bottom: 10px;
  letter-spacing: 0.6rem;
}
.topPage .tit02 span.en:first-letter{
  color: #0088ef;
}
.topPage .tit02 span.jp{
  display: inline-block;
  font-size: 1.6rem;
  color: #747474;
}
.topPage .tit02.news{
  border-bottom: solid 1px #0088ef;
      margin-bottom: 15px;
    padding-bottom: 15px;
  position: relative;
  padding-top: 0;
  line-height: 1.0;
}
.topPage .tit02.news span.en{
  margin-bottom: 0;
}
.topPage .tit02.news:after{
  content: '';
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url(../img/top/ico_news.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: calc( 50% - 16px );
}
@media screen and (max-width:640px) {
  .topPage .tit02{
    padding: 30px 0;
  }
  .topPage .tit02 span.en {
      font-size: 2.6rem;
      margin-bottom: 5px;
      letter-spacing: 0.4rem;
  }
  .topPage .tit02.news{
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------
 news_list
----------------------------------------------------*/
.news_list{
  max-height: 480px;
  overflow-y: scroll;
  margin-bottom: 60px;
}
.news_list dl a{
  display: block;
  padding: 25px 0;
  border-bottom: dashed 2px #dcdcdc;
  color: #505050;
}
.news_list dl:first-child a{
  padding-top:20px;
}
.news_list dl:last-child a{
  border-bottom: none;
}
.news_list dl dt{
  font-size: 1.6rem;
  font-weight: 700;
  color: #505050;
  margin-bottom: 10px;
}
.news_list dl dd .lead{
  font-size: 1.6rem;
}
.news_list dl dd .txt{
  font-size: 1.6rem;
}

@media screen and (max-width:640px) {
  .news_list{
    max-height: 360px;
    overflow-y: scroll;
    margin: 0 auto 40px;
    width: 90%;
  }
  .news_list dl a{
    padding: 25px 0;
    border-bottom: dashed 2px #dcdcdc;
  }
  .news_list dl:first-child a{
    padding-top:10px;
  }
  .news_list dl dt{
    font-size: 1.6rem;
    font-weight: 700;
    color: #505050;
    margin-bottom: 10px;
  }
  .news_list dl dd .lead{
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .news_list dl dd .txt{
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

/*----------------------------------------------------
 reserve_btn2Col
----------------------------------------------------*/
.reserve_btn2Col{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.reserve_btn2Col > .reserve_btn{
  width: calc( ( 100% - 50px ) / 2 );
  margin-right: 50px;
}
.reserve_btn2Col > .reserve_btn:nth-child(2n){
  margin-right: 0;
}
.reserve_btn2Col > .reserve_btn a{
  display: block;
}
@media screen and (max-width:640px) {
  .reserve_btn2Col{
    display: block;
    width: 80%;
    margin: 0 auto 40px;
  }
  .reserve_btn2Col > .reserve_btn{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/*----------------------------------------------------
 top_link2Col
----------------------------------------------------*/
.top_link2Col{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.top_link2Col > dl.top_link a{
  display: block;
}
#pages .top_link2Col > dl.top_link a{
  padding-bottom: 20px;
}
.top_link2Col > dl.top_link{
  width: calc( ( 100% - 50px ) / 2 );
  margin-right: 50px;
}
.top_link2Col > dl.top_link:nth-child(2n){
  margin-right: 0;
}
.top_link2Col > dl.top_link dd h3{
  padding:20px 0 ;
  text-align: center;
}
#pages .top_link2Col > dl.top_link dd h3{
  padding:20px 0 0 ;
}
.top_link2Col > dl.top_link dd h3 span{
  display: inline-block;
}
.top_link2Col > dl.top_link dd h3 span.tit{
  font-size: 2.2rem;
  color: #002155;
  margin-bottom: 15px;
}
.top_link2Col > dl.top_link dd h3 span.more{
  font-size: 1.6rem;
  position: relative;
}
.top_link2Col > dl.top_link dd h3 span.more:after{
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  display: inline-block;
  font-size: 1.3rem;
  color: #0066b3;
  text-indent: 0;
  font-weight: 900;
  margin-left: 10px;
}
.top_link2Col > dl.top_link dd p.txt{
  line-height: 1.3;
}
.top_link2Col > dl.top_link dd h3 span.ico{
  display: inline-block;
  font-size: 1.5rem;
  background-color:#ed7f91 ;
  color: #fff;
  padding: 2px 10px;
  position: relative;
  margin-left: 10px;
}

@media screen and (max-width:640px) {
  .top_link2Col{
    display: block;
    margin-bottom: 30px;
  }
  .top_link2Col > dl.top_link{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top_link2Col > dl.top_link dt {
    text-align: center;
  }
  .top_link2Col > dl.top_link dd h3{
    padding:10px 0 ;
    text-align: center;
  }
  .top_link2Col > dl.top_link dd h3 span.tit{
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .top_link2Col > dl.top_link dd h3 span.more{
    font-size: 1.5rem;
  }
}

/*----------------------------------------------------
 gmap
----------------------------------------------------*/
@media screen and (max-width:640px) {
  .gmap{
    margin-bottom: 30px;
  }
}
/*----------------------------------------------------
 sns2Col
----------------------------------------------------*/
.sns2Col{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
/* .sns2Col > .twitter{
  width: 360px;
  position: relative;
  border: solid 1px #b7b7b7;
}
h3.twitterTit{
  position: absolute;
  left: 10px;
  top: 10px;
}
ul.twitterTab{
  background-color: #55acee;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 5px 0 5px;
}

ul.twitterTab li span{
  display: block;
  padding: 6px 8px;
  background-color: #55acee;
  color: #246495;
  border: solid 1px #fff;
  border-bottom: none;
  margin-left: 2px;
  font-weight: 700;
}
ul.twitterTab li span:hover{
  cursor: pointer;
}
ul.twitterTab li.active span{
  background-color: #fff;
  color: #55acee;
}

.timeline .tabCont{
  display: none;
}
.timeline .tabCont.is_now{
  display: block;
}
.timeline-Footer{
  display: none !important;
}

.sns2Col > .other{
  width: calc( 100% - 360px );
} */
.sns2Col .snsBnr{
  text-align: center;
  margin-bottom: 40px;
}
.sns2Col .twitter, .sns2Col .other {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}

.sns2Col .twitter {
  width: 60%;
}
.sns2Col .other {
  width: 40%;
}
.sns2Col .snsBnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
}
.sns2Col .snsBnr img {
  width: 50px;
}
.sns2Col .twitter .snsBnr a {
  background-color: #000;
}
.sns2Col .twitter .snsBnr img {
  width: 42px;
}
@media screen and (max-width:640px) {
  .sns2Col{
    display:block;
  }
  /* .sns2Col > .twitter{
    width: 100%;
    margin-bottom: 30px;
  }
  .sns2Col > .other{
    width: 100%;
  } */
  .sns2Col .twitter, .sns2Col .other {
    width: 100%;
}
}

/*----------------------------------------------------
 ftrBnr
----------------------------------------------------*/
.secWrapper.ftrBnr{
  padding: 90px 0;
}
.secWrapper.ftrBnr ul{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.secWrapper.ftrBnr ul li{
  width: calc( ( 100% - 36px ) / 4 );
  margin-right: 12px;
  margin-bottom: 12px;
}
.secWrapper.ftrBnr ul li:nth-child(4n){
  margin-right: 0;
}
@media screen and (max-width:640px) {
  .secWrapper.ftrBnr{
    padding: 30px 0;
  }
  .secWrapper.ftrBnr ul{
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .secWrapper.ftrBnr ul li{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    text-align: center;
  }
  .secWrapper.ftrBnr ul li:nth-child(4n){
    margin-right: 0;
  }  
  .secWrapper.ftrBnr ul li:last-child{
    margin-bottom: 0;
  }
}

/*----------------------------------------------------
 ftrNav
----------------------------------------------------*/
.secWrapper.ftrNav{
  padding: 40px 0 20px;
  background-color: #f2f2f2;
}

.ftrNav .secOuter{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ftrNav .secOuter ul{
  width: calc(  100% / 4 );
}
.ftrNav .secOuter ul li a{
  display: block;
  font-size: 1.6rem;
  margin-bottom: ;
  position: relative;
  margin-bottom: 20px;
}
.ftrNav .secOuter ul li a:before{
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  display: inline-block;
  font-size: 1.3rem;
  color: #0088ef;
  text-indent: 0;
  font-weight: 900;
  /*position: absolute;*/
  top: 0;
  left: 0;
  margin-right: 5px;
}
@media screen and (max-width:640px) {
  .ftrNav .secOuter{
    display: block;
  }
  .ftrNav .secOuter ul{
    width: 90%;
    margin: 0 auto;
  }
  .ftrNav .secOuter ul li a{
    display: block;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer {
  width: 100%;
  min-width: 1152px;
  background: #fff;
  position: relative;
}
#footerInner {
  width: 1152px;
  padding: 35px 0 35px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#footerInner .siteId{
  margin-right: 100px;
}
#footerInner .siteId a{
  display: block;
}
#footerInner .siteId .jp{
  display: block;
  color: #404040;
  font-size: 2.8rem;
  letter-spacing: 0.6rem;
  margin-bottom: 15px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#footerInner .siteId .en{
  display: block;
  color: #0088ef;
  font-size: 1.8rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.ftr_address{
  font-size: 1.7rem;
  line-height: 1.6;
}
.ftr_address a{
  color:#000;
  text-decoration: none;
}
@media screen and (max-width:640px) {
  footer {
    width: 100%;
    min-width: 100%;
  }
  #footerInner {
    padding:20px 0;
    width: 96%;
    margin:0 auto;
    height: 100%; 
    display: block;
  }
  #footerInner .siteId{
    margin-right: 0;
    margin-bottom: 15px;
  }

  #footerInner .siteId .jp{
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
  #footerInner .siteId .en{
    font-size: 1.6rem;
  }
  .ftr_address{
    font-size: 1.5rem;
  }

}

#copyRight{
  width: 100%;
  min-width: 1152px;
  background-color: #000;
  color:#fff;
}
#copyRight p{
  min-width: 1152px;
  margin:0 auto;
  padding:10px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width:640px) {
  #footerLink{
    display: none;
  }
  #footerLink > ul {
      width: 96%;
      margin:0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  #footerLink > ul > li {
      margin: 0 0;
  }
  #footerLink > ul > li > a {
      display: block;
      font-size: 1.0rem;
  }
  #copyRight{
    width: 100%;
    min-width: 100%;
  }
  #copyRight p{
    min-width: 96%;
    margin:0 auto;
    font-size: 0.8rem;
  }
}

#page_top{
  width: 44px;
  height: 44px;
  position: fixed;
  right: 5%;
  bottom: -50px;
  z-index: 999;
}





/*----------------------------------------------------
 page-sec
----------------------------------------------------*/
.page-sec{
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width:640px) {
  .page-sec{
    margin-bottom: 50px;
  }  
}
/*----------------------------------------------------
 imgCol
----------------------------------------------------*/
.imgCol{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.imgCol > .img{width: 400px; margin-bottom: 15px;}
.imgCol > .txtCont{width: calc( 100% - 430px );}
.imgCol.imgR > .txtCont{order: 0;}
.imgCol.imgR > .img{order: 1;}
.imgCol.imgL > .txtCont{order: 1;}
.imgCol.imgL > .img{order: 0;}

.imgCol > .img img{width: 100%; max-width: 100%;}

@media screen and (max-width:640px) {
  .imgCol{
    display: block;
  }
  .imgCol > .img{width: 100%;}
  .imgCol > .txtCont{width: 100%; margin-bottom: 15px;}
}

/*----------------------------------------------------
 TXT style
----------------------------------------------------*/

a.txtLink {
    color: #0088ef;
    text-decoration: none;
    word-break: break-all;
}
a.txtLink:visited{
    color: #0088ef;
}
a.txtLink:before{
  content: '\f054';
    display: inline-block;
    font-weight: 700;
    font-size: 1.4rem;
    width: auto;
    color: #0088ef;
    font-family: 'Font Awesome 5 Free';
    text-indent: 0;
    margin-right: 5px;
}

/*----------------------------------------------------
 BUTTON STYLES
----------------------------------------------------*/
.btn-basic{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin:30px auto;
}
.btn-basic .btn{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.btn-basic .btn a{
  border: solid 1px #0088ef;
  padding:25px 10px ;
  width: 100%;
  margin:0 auto;
  color:#fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  position: relative;
  font-size: 1.8rem;
  color: #3f3f3f;
  line-height: 1.2;
}
/*.btn-basic .btn a:hover{
  box-shadow: 1px 1px #dadada;
}*/
.btn-basic .btn a:after {
  position: absolute;
  content: "";
  right: 6px;
  bottom: 6px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 10px solid #0088ef;
}

.btn-basic .btn a:hover{
  text-decoration: none;
}
/* btn-1col */
.btn-basic.btn-1col{justify-content: center;}
.btn-basic.btn-1col .btn a{padding:15px 30px 15px 30px;}
/* btn-2col */
.btn-2col .btn{ width: calc((100% - 30px) / 2);}
.btn-2col .btn{margin-right: 30px;}
.btn-2col .btn:nth-child(2n){margin-right: 0;}
/* btn-3col */
.btn-3col .btn{ width: calc((100% - 60px) / 3);}
.btn-3col .btn{margin-right: 30px;}
.btn-3col .btn:nth-child(3n){margin-right: 0;}
/* btn-4col */
.btn-4col .btn{ width: calc((100% - 90px) / 4);}
.btn-4col .btn{margin-right: 30px;}
.btn-4col .btn:nth-child(4n){margin-right: 0;}

@media screen and (max-width: 640px) {
  .btn-basic{
    display: block;
    margin:30px auto;
  }
  .btn-basic .btn{
    display: block;
    margin-bottom: 20px;
  }
  .btn-basic .btn:last-child{
    margin-bottom: 0;
  }
  .btn-basic .btn a{
    padding:10px 10px 10px 10px;
    text-align: center;
    display: block;
  }
  /* ボタン：1列 */
  .btn-basic.btn-1col{text-align: center;}
  .btn-basic.btn-1col .btn a{padding:10px 50px 10px 25px;}
  /* ボタン：2列 */
  .btn-2col .btn{ width: 100%;}
  .btn-2col .btn{ margin-right: 0;}
  /* ボタン：3列 */
  .btn-3col .btn{ width: 100%;}
  .btn-3col .btn{ margin-right: 0;}
  /* ボタン：4列 */
  .btn-4col .btn{ width: 100%;}
  .btn-4col .btn{ margin-right: 0;}
}

/*----------------------------------------------------
 CHRONO STYLES
----------------------------------------------------*/
dl.chrono{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding:15px 0;
  font-size: 1.5rem;
  color:#000;
  text-decoration: none;
  border-bottom: solid 1px #dbcfc6;
}
dl.chrono > dt{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
dl.chrono > dt.w10{width: 10%;}
dl.chrono > dt.w20{width: 20%;}
dl.chrono > dt.w30{width: 30%;}
dl.chrono > dt.w40{width: 40%;}
dl.chrono > dt.w50{width: 50%;}

dl.chrono > dt p{
  padding-left: 40px;
}
dl.chrono > dd{
  line-height: 1.2;
}

dl.chrono > dt.w50{width: 50%;}
dl.chrono > dt.w60{width: 60%;}
dl.chrono > dt.w70{width: 70%;}
dl.chrono > dt.w80{width: 80%;}
dl.chrono > dt.w90{width: 90%;}

@media screen and (max-width: 640px) {
  dl.chrono{
    display: block;
    padding:15px 0;
    font-size: 1.3rem;
  }
  dl.chrono > dt{
    width: 100%;
    margin-bottom: 5px;
  }
  dl.chrono > dd{
    width: 100%;
  }
  dl.chrono > dt p{
    font-size: 1.3rem;
    padding-left: 0;
  }
}

/*--------------------------------
画像
---------------------------------*/
.flexImgC{
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexImgL{
  display: flex;
  justify-content: flex-start;
}
.flexImgL > img.alignleft{
  order:0;
  margin: 0 20px 20px 0;
}
.flexImgR{
  display: flex;
  justify-content: space-between;
}
.flexImgR > img.alignright{
  order:1;
  margin: 0 0 20px 20px;
}
@media screen and (max-width:640px) {
  .flexImgC{
    display: block;
  }
  .flexImgC > img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
  .flexImgL{
    display: block;
  }
  .flexImgL > img.alignleft{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
  .flexImgR{
    display: block;
  }
  .flexImgR > img.alignright{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 20px auto 0 auto;
  }
}

.img2Col{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.img2Col > .imgInnerCol{
  width: 45%;
  margin-right: 10%;
}
.img2Col > .imgInnerCol:nth-child(2n){
  margin-right: 0;
}
.img2Col > .imgInnerCol p.img{
  margin-bottom: 10px;
}
/*.img2Col > .imgInnerCol p.caption{
  font-size: 80%;
}*/
@media screen and (max-width:640px) {
  .img2Col{
    display:block;
  }
  .img2Col > .imgInnerCol{
    width: 100%;
    margin-right: 0;
  }  
}

/*--------------------------------
見出し
---------------------------------*/
.newsContent table {
  margin-top:30px ;
  margin-bottom:30px ;
}
.newsContent table th,
.newsContent table td{
  padding:10px 15px;
  border:solid 1px #ccc;
}
.newsContent table th{
  background-color: #e2f8ff;
}


/*--------------------------------
EVENT sideColumn add 20220316
---------------------------------*/
.sideCont.event{
  max-height: 400px;
  overflow-y: scroll;
}
.sideCont.event ul.year > li > a{
  display: block;
  padding: 7px 0px;
  border-bottom: solid 1px #ccc;
  font-size: 1.6rem;
  line-height: 1.5;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}
.sideCont.event ul.year > li > a:before{
  content: '\f054';
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  width: 1em;
  color: #0088ef;
  font-family: 'Font Awesome 5 Free';
  text-indent: 0;
}
.sideCont.event ul.year > li > a.active:before{
  content: '\f107';
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  width: 1em;
  color: #0088ef;
  font-family: 'Font Awesome 5 Free';
  text-indent: 0;
}

.sideCont.event ul.year > li ul.monthly{
  display: none;
}
.sideCont.event ul.year > li ul.monthly > li > a{
  display: block;
  padding: 5px 0px;
  border-bottom: solid 1px #ccc;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}
.sideCont.event ul.year > li ul.monthly > li > a:before{
  content: '\f054';
  display: inline-block;
  font-weight: 700;
  font-size: 1.2rem;
  width: 1em;
  color: #0088ef;
  font-family: 'Font Awesome 5 Free';
  text-indent: 0;
}


/*====================================================
 ADJUST
====================================================*/
/* adjust margin-bottom */
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb65 {margin-bottom: 65px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb75 {margin-bottom: 75px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb85 {margin-bottom: 85px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb95 {margin-bottom: 95px !important;}
.mb100 {margin-bottom: 100px !important;}

/* adjust width */
.w05{width: 5% !important;}
.w10{width: 10% !important;}
.w15{width: 15% !important;}
.w20{width: 20% !important;}
.w25{width: 25% !important;}
.w30{width: 30% !important;}
.w40{width: 40% !important;}
.w45{width: 45% !important;}
.w50{width: 50% !important;}
.w55{width: 55% !important;}
.w60{width: 60% !important;}
.w65{width: 65% !important;}
.w70{width: 70% !important;}
.w75{width: 75% !important;}
.w80{width: 80% !important;}
.w85{width: 85% !important;}
.w90{width: 90% !important;}
.w95{width: 95% !important;}
.w100{width: 100% !important;}

.pcW05{width: 5%; margin-left:auto; margin-right:auto;}
.pcW10{width: 10%; margin-left:auto; margin-right:auto;}
.pcW15{width: 15%; margin-left:auto; margin-right:auto;}
.pcW20{width: 20%; margin-left:auto; margin-right:auto;}
.pcW25{width: 25%; margin-left:auto; margin-right:auto;}
.pcW30{width: 30%; margin-left:auto; margin-right:auto;}
.pcW40{width: 40%; margin-left:auto; margin-right:auto;}
.pcW45{width: 45%; margin-left:auto; margin-right:auto;}
.pcW50{width: 50%; margin-left:auto; margin-right:auto;}
.pcW55{width: 55%; margin-left:auto; margin-right:auto;}
.pcW60{width: 60%; margin-left:auto; margin-right:auto;}
.pcW65{width: 65%; margin-left:auto; margin-right:auto;}
.pcW70{width: 70%; margin-left:auto; margin-right:auto;}
.pcW75{width: 75%; margin-left:auto; margin-right:auto;}
.pcW80{width: 80%; margin-left:auto; margin-right:auto;}
.pcW85{width: 85%; margin-left:auto; margin-right:auto;}
.pcW90{width: 90%; margin-left:auto; margin-right:auto;}
.pcW95{width: 95%; margin-left:auto; margin-right:auto;}
.pcW100{width: 100%; margin-left:auto; margin-right:auto;}

@media screen and (max-width:640px) {
  .pcW05{width: 100% ;}
  .pcW10{width: 100% ;}
  .pcW15{width: 100% ;}
  .pcW20{width: 100% ;}
  .pcW25{width: 100% ;}
  .pcW30{width: 100% ;}
  .pcW40{width: 100% ;}
  .pcW45{width: 100% ;}
  .pcW50{width: 100% ;}
  .pcW55{width: 100% ;}
  .pcW60{width: 100% ;}
  .pcW65{width: 100% ;}
  .pcW70{width: 100% ;}
  .pcW75{width: 100% ;}
  .pcW80{width: 100% ;}
  .pcW85{width: 100% ;}
  .pcW90{width: 100% ;}
  .pcW95{width: 100% ;}
  .pcW100{width: 100% ;}  

  .spW05{width: 5% ;}
  .spW10{width: 10% ;}
  .spW15{width: 15% ;}
  .spW20{width: 20% ;}
  .spW25{width: 25% ;}
  .spW30{width: 30% ;}
  .spW35{width: 35% ;}
  .spW40{width: 40% ;}
  .spW45{width: 45% ;}
  .spW50{width: 50% ;}
  .spW55{width: 55% ;}
  .spW60{width: 60% ;}
  .spW65{width: 65% ;}
  .spW70{width: 70% ;}
  .spW75{width: 75% ;}
  .spW80{width: 80% ;}
  .spW85{width: 85% ;}
  .spW90{width: 90% ;}
  .spW95{width: 95% ;}
  .spW100{width: 100% ;} 
}

/* text-align */
.alnR {text-align: right !important;}
.alnL { text-align: left !important; }
.alnC { text-align: center !important; }

/*----------------------------------------------------
 Wp-Cancel
----------------------------------------------------*/
.entry-footer{display: none !important;}

.entry-header{display: none !important;}

.screen-reader-text{display: none !important;}


/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
.clearfix:after {
  content:".";
  display:block;
  height:0.1px;
  visibility:hidden;
  clear:both;
  font-size:0.1em;
  line-height:0;
  }
.clearfix { min-height:1px; }
* html .clearfix  { height:1px; };

