/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
  margin-bottom: 20px; }
  #main .sec01 {
    padding: 31px 10px 36px 10px;
    box-sizing: border-box;
    background: url("../img/index/sec01_bg.jpg") no-repeat center/auto 630px; }
    #main .sec01 .inner {
      margin: 0 auto 0 auto;
      maxx-width: 1028px;
      display: flex;
      align-items: flex-start;
      justify-content: center; }
    #main .sec01 .lBox {
      margin: 0 10px 0 0;
      padding-bottom: 14px;
      border-radius: 12px;
      width: 68%; }
    #main .sec01 .lBox1 {
      margin: 0px 10px 10px 0;
      padding-bottom: 14px;
      border: 1px solid #B7A388;
      border-radius: 12px;
      width: 100%;
      background-color: #FFF; }
      #main .sec01 .lBox1 .h2Ttl {
        margin-bottom: 28px;
        padding: 16px 10px 12px 81px;
        font-size: 1.8rem;
        letter-spacing: 3.6px;
        font-weight: normal;
        border-bottom: 6px solid #B7A388;
        background: url("../img/index/sec01_icon01.png") no-repeat left 10px top 7px/50px auto; }
    #main .sec01 .lBoxImg {
      width: 100%;
      text-align: center;
      margin: 0 auto 10px auto; }
      #main .sec01 .lBoxImg img {
        width: 100%;
        height: auto; }
    #main .sec01 .newsList {
      margin: 0 18px; }
      #main .sec01 .newsList li:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 8px;
        border-bottom: 1px solid #B7A388; }
      #main .sec01 .newsList a {
        display: flex;
        justify-content: space-between; }
        #main .sec01 .newsList a:hover {
          opacity: 0.7; }
      #main .sec01 .newsList .photo {
        width: 195px; }
      #main .sec01 .newsList .txtBox {
        margin-top: 12px;
        width: calc(100% - 208px); }
      #main .sec01 .newsList .info {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        font-size: 1.6rem;
        letter-spacing: 6px;
        color: #076684; }
        #main .sec01 .newsList .info .tag {
          margin-right: 15px;
          display: inline-flex;
          width: 102px;
          height: 36px;
          background-color: #3D7DD8;
          align-items: center;
          justify-content: center;
          color: #FFF;
          font-size: 1.4rem;
          letter-spacing: 0.28px; }
          #main .sec01 .newsList .info .tag.color01 {
            background-color: #D69B3E; }
          #main .sec01 .newsList .info .tag.color02 {
            background-color: #3D840F; }
      #main .sec01 .newsList .ttl {
        margin-bottom: 6px;
        display: block;
        font-size: 1.6rem;
        letter-spacing: 0.8px;
        color: #076684;
        font-weight: 500; }
      #main .sec01 .newsList .txt {
        display: block;
        line-height: 1.75; }
    #main .sec01 .lBox2 {
      margin: 0 10px 0 0;
      padding-bottom: 14px;
      border: 1px solid #B7A388;
      border-radius: 12px;
      width: 100%;
      background-color: #FFF; }
      #main .sec01 .lBox2 .h2Ttl {
        text-align: center;
        margin-bottom: 28px;
        padding: 16px 0px 12px 0px;
        font-size: 1.8rem;
        letter-spacing: 3.6px;
        font-weight: bold;
        border-bottom: 6px solid #B7A388; }
    #main .sec01 .txt2 {
      display: flex;
      padding: 20px;
      box-sizing: border-box;
      line-height: 1.75; }
      #main .sec01 .txt2 ol.newsList2 {
        padding: 0 0 0 20px;
        list-style-type: decimal; }
      #main .sec01 .txt2 .photo img {
        width: 100px; }
    #main .sec01 .eventBox {
      margin: 0 0 10px 0; }
    #main .sec01 .facebookBox {
      padding: 21px 10px 10px;
      width: 288px;
      box-sizing: border-box;
      background: #1E4187 url("../img/index/sec01_icon02.png") no-repeat right top/41px auto; }
      #main .sec01 .facebookBox h2 {
        padding: 0 14px 10px; }
    #main .sec01 .rBox {
      margin: 0 0 0 10px;
      padding: 0px;
      margin-right: 3px;
      width: 288px; }
      #main .sec01 .rBox h2 {
        padding: 0 14px 10px; }
      #main .sec01 .rBox h3 {
        display: block;
        text-align: center;
        background: #870406 l;
        color: #FFF; }

 .language{display: flex; flex-wrap: wrap;margin: 10px 0;}
 .language li{width: 50%; padding: 4px 0;font-size: 1.6rem;}

#conts {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between; }
  #conts .comBox {
    width: 74%;
    margin-bottom: 20px; }
    #conts .comBox .topPhoto {
      margin-bottom: 4px; }
    #conts .comBox .rTxt {
      margin-bottom: 27px;
      text-align: right; }
    #conts .comBox .mapPhoto {
      margin-bottom: 15px;
      text-align: center; }
      #conts .comBox .mapPhoto:last-child {
        margin-bottom: 0; }
    #conts .comBox .lTxt {
      margin-bottom: 24px;
      font-size: 1.6rem;
      letter-spacing: 1.23px; }

.bannerBox{
 margin-top: 20px;
}
@media all and (max-width: 896px) {
  #main {
    margin-bottom: 41px; }
    #main .sec01 {
      padding: 12px 5px 10px;
      background: none; }
      #main .sec01 .inner {
        width: auto;
        display: block; }
      #main .sec01 .lBox {
        margin:  0 0 5px 0;
        padding-bottom: 13px;
        border-radius: 6px;
        width: auto; }
        #main .sec01 .lBox .h2Ttl {
          margin-bottom: 13px;
          padding: 9px 5px 5px 40px;
          letter-spacing: 1.9px;
          border-bottom: 3px solid #B7A388;
          background-size: 25px auto;
          background-position: left 5px top 3px; }
      #main .sec01 .lBox2 .h2Ttl {
        padding: 9px 0px 5px 0px;
        font-size: 1.6rem;
        letter-spacing: 1.2px; }
      #main .sec01 .newsList {
        margin: 0 9px; }
        #main .sec01 .newsList li:not(:last-child) {
          margin-bottom: 5px;
          padding-bottom: 4px; }
        #main .sec01 .newsList .photo {
          width: 97px; }
        #main .sec01 .newsList .txtBox {
          margin-top: 6px;
          width: calc(100% - 104px); }
        #main .sec01 .newsList .info {
          margin-bottom: 5px;
          letter-spacing: 3px; }
          #main .sec01 .newsList .info .tag {
            margin-right: 7px;
            width: 100px;
            height: 18px;
            font-size: 1.2rem;
            letter-spacing: 0.14px; }
        #main .sec01 .newsList .ttl {
          margin-bottom: 3px;
          letter-spacing: 0.4px; }
        #main .sec01 .newsList .txt {
          font-size: 1.4rem; }
      #main .sec01 .txt2 {
        font-size: 1.4rem; }
      #main .sec01 .rBox {
        padding: 10px 5px 5px;
        width: 280px;
        margin: 0 auto;
        background-size: 20px auto; }
        #main .sec01 .rBox h2 {
          padding: 0 7px 4px;
          line-height: 1;
          width: 112px; }
        #main .sec01 .rBox h3 {
          padding: 0 7px 4px;
          line-height: 1;
          width: 100%; }
  #conts {
    margin: 0 5px;
    width: auto;
    flex-wrap: wrap; }
    #conts .comBox {
      margin-bottom: 30px;
      width: auto; }
      #conts .comBox .topPhoto {
        margin-bottom: 15px; }
      #conts .comBox .photo {
        margin: 26px 0 9px;
        text-align: center; } }
