@charset "UTF-8";

/*-------------------------------------------------------*/
/* visual */
/*-------------------------------------------------------*/

#visual {
    position: relative;
    background-position: left 0% top 190%;
    overflow: hidden;
    /* background:#95c7e0 url(../img/background_img.png); */
}

#v_title {
    max-width: 100%;
    /* margin:0 auto; */
    /* background-image:url(../img/snow.png); */
}

#v_title img {
    width: 50%;
    margin: 10px 0px 0px 0px;
}

@media screen and (max-width: 990px) {
    #v_title img {
        width: 50%;
    }
}

@media screen and (max-width: 520px) {
    #v_title img {
        width: 60%;
        margin: 10px 0px 0px 15px;
    }
}

/*-------------------------------------------------------*/
/* header */
/*-------------------------------------------------------*/
header {
    /* background: #155263; */
    position: relative;
    width: 100%;
}

.g_nav {
    width: 100%;
    z-index: 10;
}

.g_nav_menu {
    text-align: center;
}

.g-nav-menu {
    color: #fff;
    padding: 0 30px;
    list-style-type: none;
    display: inline-block;
    line-height: 80px;
}

.l_flex {
    max-width: 1200px;
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px;
    margin: 0 auto;
}

.header_color {
    background-color: #ffffff;
}

.main_logo {
    max-width: 80px;
    width: 100%;

}

@media screen and (max-width: 990px) {
    .main_logo {
        width: 10%;
    }
}

@media screen and (max-width: 520px) {
    .l_flex {
        padding: 15px 30px;
    }
}

/*-------------------------------------------------------*/
/* fixed（スクロール） */
/*-------------------------------------------------------*/

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index:100;
}

.fixed .g_nav_menu {
    height: 80px;
    opacity: 0.97;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.fixed #v_title img {
    /* display: block; */
    width: 180px;
}

.fixed #v_title {
    max-width: 100%;
}

.fixed .l_flex {
    max-width: 1200px;
    display: flex;
    align-items: center;
    padding: 5px 50px;
    justify-content: space-between;
    margin: 0 auto;
}

/* .main_logo {
    max-width: 85px;
    width: 100%;
} */

.fixed .main_logo {
    max-width: 45px;
    /* width: 4%; */
}


@media screen and (max-width: 520px) {
    .fixed .l_flex {
        padding: 5px 20px
    }

    .fixed #v_title img {
        /* display: block; */
        width: 140px;
        /* margin:0px 0px 0px 15px; */
    }

    .fixed .g_nav_menu {
        height: 70px;
        opacity: 0.97;
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    }
}

/*-------------------------------------------------------*/
/* menu */
/*-------------------------------------------------------*/

.openbtn1 {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #535353;
    width: 45%;
}

.openbtn1 span:nth-of-type(1) {
    top: 15px;
}

.openbtn1 span:nth-of-type(2) {
    top: 23px;
}

.openbtn1 span:nth-of-type(3) {
    top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
    position: relative;
    right: 20px;
    /* top: 20px; */
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }

  .open .hamburger {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  
  .hamburger__line {
    position: absolute;
    width: 50px;
    height: 3px;
    right: 0;
    background-color: #6d6d6d;
    transition: all 0.5s;
    color: #6d6d6d;
  }

  .open .hamburger__line {
    position: absolute;
    width: 35px;
    height: 3px;
    right: 0;
    background-color: #6d6d6d;
    transition: all 0.5s;
    color: #6d6d6d;
  }
  
  .hamburger__line--1 {
    top: 1px;
  }
  
  .hamburger__line--2 {
    top: 18px;
  }
  
  .hamburger__line--3 {
    top: 36px;
  }
  
  /*ハンバーガーがクリックされたら*/
  .open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
  }
  
  .open .hamburger__line--2 {
    opacity: 0;
  }
  
  .open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 11px;
  }

  @media screen and (max-width: 520px) {

    .hamburger {
        position: relative;
        right: 0px;
        /* top: 20px; */
        width: 50px;
        height: 34px;
        cursor: pointer;
        z-index: 300;
      }


      .open .hamburger {
        position: relative;
        right: 0px;
        /* top: 20px; */
        width: 50px;
        height: 40px;
        cursor: pointer;
        z-index: 300;
      }

      .hamburger__line {
        position: absolute;
        width: 30px;
        height: 2px;
        right: 0;
        background-color: #6d6d6d;
        transition: all 0.5s;
      }

      .hamburger__line--1 {
        top: 6px;
      }
      
      .hamburger__line--2 {
        top: 18px;
      }
      
      .hamburger__line--3 {
        top: 30px;
      }
  }
  
  /* 
  sp-nav(ナビ)
  =================================== */
  .sp-nav {
    position: fixed;
    right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 0;
    width: 40%; /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    /* box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5); */
    
  }
  
  /*ハンバーガーがクリックされたら右からスライド*/
  .open .sp-nav {
    right: 0;
  }

  @media screen and (max-width: 990px) {
    .sp-nav {
        position: fixed;
        right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
        top: 0;
        width: 100%; /* 出てくるスライドメニューの幅 */
      }   
  }
  
  
  /* 
  black-bg(ハンバーガーメニュー解除用bg)
  =================================== */
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  
  /*ハンバーガーメニューが開いたら表示*/
  .open .black-bg {
    opacity: 0.3;
    visibility: visible;
  }

/*-------------------------------------------------------*/
/* main_visual */
/*-------------------------------------------------------*/

.main_visual {
    padding: 50px 0px;
    text-align: center;
}

img.visual {
    max-width: 980px;
    width: 100%;
}

/*-------------------------------------------------------*/
/* column */
/*-------------------------------------------------------*/

h2.sub_title {
    text-align: center;
    font-family: math;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
    border-bottom: 1px solid #2f2f2f;
}

.l_column {
    padding-top: 30px
}

.contents._flex {
    display: flex;
}

.l_contents {
    width: 300px;
    display: flex;
}

img.content_img {
    width: 100%;
}

.txt_block {
    flex: 1;
    padding-left: 15px;
    background: #ffffff;
}

.txt_block {
    font-family: 'Noto Serif JP', serif;
    padding: 20px 20px;
    z-index: -1;
}


.contents_txt {
    color: #4d0a10;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.contents_sub_txt {
    padding-bottom: 20px;
}

.more_txt {
    /* display: block; */
    text-align: right;
    font-size: 14px;
    color: #333;
    float: right;
    position: relative;
    border: none;
    border-bottom: 1px solid #666;
    width: 119px;
    max-width: 90%;
}

.more_txt::before {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background: #666;
    rotate: 40deg;
    position: absolute;
    right: -3px;
    bottom: 5px;
}

p.p_txt {
    margin: 0px 25px 0px 0px;
}

@media screen and (max-width: 990px) {
    .l_contents {
        display: block;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    img.content_img {
        width: 100%;
    }

    .contents._flex {
        display: block;
    }

    .txt_block {
        font-family: 'Noto Serif JP', serif;
        padding: 20px 20px 50px 20px;
        position: relative;
        z-index: -1;
    }
}

@media screen and (max-width: 520px) {

    /* #v_title img {
        width: 100%
    } */
    .l_contents {
        /* width:300px; */
        display: block;
        width: 100%;
    }

    .l_column {
        padding-top: 70px;
    }
}

/*-------------------------------------------------------*/
/* main */
/*-------------------------------------------------------*/

#main_tit {
    text-align: center;
    padding: 20px 50px 0px 50px;
    font-size: 51px;
}

#main_tit img {
    display: block;
    max-width: 100%;
    margin: auto;
}

#main_date {
    color: #461E0E;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin: 0px 0 10px;
}


#main .txt {
    margin: 15px auto;
    max-width: 750px;
    padding: 0 15px;
    position: relative;
}

.news_txt {
    padding: 0 7%;
}

.txt_center {
    max-width: 760px;
    margin: 0% 17%;
}

#main .section {
    margin: auto;
    max-width: 750px;
    padding: 0px 15px 130px 15px;
}

#main .txt::before {
    content: '';
    margin-top: 6px;
    left: -4px;
    background: #461E0E;
    position: absolute;
    width: 12px;
    height: 12px;
}

#main .list {
    max-width: 750px;
}

/* ---------全体的な枠組----------*/

/* .sec_in {
	max-width: 1400px;
	margin: auto;
	padding: 0px 0px 3% 0px;
	
}

.sec_in_food {
	max-width: 1400px;
	margin: auto;
} */


.sec_in {
    max-width: 980px;
    margin: auto;
    padding: 0px 50px 100px 50px;
}

.attention {
    padding-bottom: 80px;
    text-align: center;
    font-size: 14px;
}

.sp {
    display: none;
}

span.small {
    font-size: 14px;
}

.center {
    padding: 0px 50px;
}

ul.list {
    list-style-type: none;
    padding-left: 0;
}

.float {
    display: flex;
    max-width: 622px;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.float li {
    float: left;
    padding: 0px 20px;
}

li.inside_no {
    list-style: none;
    margin: 0px 0px !important;
}

@media screen and (max-width: 520px) {
    .sp {
        display: block;
    }

    .sec_in {
        max-width: 980px;
        margin: auto;
        padding: 0px 20px 70px 20px;
    }

    .center {
        padding: 0px 20px;
    }

    span.small {
        font-size: 13px;
    }
}

li {
    list-style: none;
    margin: 5px 0px;
}

/*==================================================
アコーディオンのためのcss 【スケジュール・Q&A】
===============================================*/

/*==================================================
header
==================================================*/

.txt_c img {
    margin-bottom: 0px;
    max-width: 280px;
    /* width: 35%; */
}

.txt_c {
    text-align: center;
}

img.img_map {
    width: 90%;
}

.h_txt_c._flex {
    max-width: 1400px;
    /* width: 100%; */
    display: block;
    padding: 80px 50px 10px 50px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    color:#333 !important;
}

.f_sub_block {
    text-align: left;
    /* padding-left: 20px; */
}

.f_block {
    text-align: left;
}

.footer_nav {
    padding-bottom: 70px;
    font-weight: 500;
    width: calc((100% - (-62px * 3)) / 4);
    text-align: left;
    /* margin:0px 26px; */
}

.header_block {
    display: inline-flex;
    flex-direction: column;
}

.h_header_nav {
    padding-bottom: 70px;
    font-weight: 500;
    text-align: left;
    width:100%;
}

.b_footer {
    width: 100%;
    background: #fff;
    padding: 10px;
    font-size: 12px;
}

.copy_txt {
    color: #000;
    text-align: center;
}

.b_border {
    border-bottom: 1px solid;
}

.h_top_list {
    font-weight: bold;
    /* border-bottom: 1px solid; */
    display: inline-block;
    padding: 0px 0px 10px 0px;
    color:#333;
}

.arrow:before {
    margin-right: 1em;
    content: "";
    display: inline-block;
    position: relative;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    margin: 0px 16px 0px 0px;
}

.h_arrow:before {
    margin-right: 1em;
    content: "";
    display: inline-block;
    position: relative;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    margin: 0px 16px 0px 0px;
}

li.h_arrow {
    color:#333333;
}

.a_block {
    display: inline-block;
}

@media screen and (max-width:520px) {
    .h_txt_c._flex {
        padding: 80px 20px 10px 20px;
    }
}

@media screen and (max-width:990px) {
    .footer_nav {
        padding-bottom: 50px;
        font-weight: 500;
        width: calc((100% - (-62px * 3)) / 3);
        text-align: left;
        margin: 0px 20px;
    }
}

@media screen and (max-width:710px) {
    .footer_nav {
        padding-bottom: 50px;
        font-weight: 500;
        width: calc((100% - (-62px * 3)) / 1);
        text-align: left;
        margin: 0px 20px;
    }

    .txt_c._flex {
        padding: 50px 10px 0px 10px;
    }
}

/*==================================================
フッター
==================================================*/

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 0;
    background-color: #2f2f2f;
    padding: 20px 0px 0px 0px;
    color: #ffffff;
    font-size: 14px;
    z-index: 100 !important;
}

.txt_c img {
    margin-bottom: 0px;
    max-width: 280px;
    /* width: 35%; */
}

.txt_c {
    text-align: center;
}

img.img_map {
    width: 90%;
}

.txt_c._flex {
    max-width: 1400px;
    width: 100%;
    display: flex;
    padding: 50px 50px 0px 50px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f_sub_block {
    text-align: left;
    /* padding-left: 20px; */
}

.f_block {
    text-align: left;
}

.footer_nav {
    padding-bottom: 70px;
    font-weight: 500;
    width: calc((100% - (-62px * 3)) / 4);
    text-align: left;
}

.b_footer {
    width: 100%;
    background: #fff;
    padding: 10px;
    font-size: 12px;
}

.copy_txt {
    color: #000;
    text-align: center;
}

.b_border {
    border-bottom: 1px solid;
}

.top_list {
    font-weight: bold;
    /* border-bottom: 1px solid; */
    display: inline-block;
    padding: 0px 0px 10px 0px;
}

.arrow:before {
    margin-right: 1em;
    content: "";
    display: inline-block;
    position: relative;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    margin: 0px 16px 0px 0px;
}

.a_block {
    display: inline-block;
}

@media screen and (max-width:990px) {
    .footer_nav {
        padding-bottom: 50px;
        font-weight: 500;
        width: calc((100% - (-62px * 3)) / 3);
        text-align: left;
        margin: 0px 20px;
    }
}

@media screen and (max-width:710px) {
    .footer_nav {
        padding-bottom: 50px;
        font-weight: 500;
        width: calc((100% - (-62px * 3)) / 1);
        text-align: left;
        margin: 0px 20px;
    }

    .txt_c._flex {
        padding: 50px 10px 0px 10px;
    }
}