@charset "UTF-8";

html, body{
  padding: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}



header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #012A00;
  z-index: 999999;
  box-shadow: 0px 0px 10px #222222;;
}
.header{
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
.header_left{
  display: block;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}


.header_right{
  display: block;
  margin-top: 25px;
  font-size: 0.9rem;
}
.header_right nav ul{
  display: flex;
  list-style-type: none;
}
.header_right nav ul li{
  padding-left: 0;
  padding: 0 8px;
}
.header_right nav ul li a{
  text-decoration: none;
  position: relative;
  color: #ffffff;
}

.header_right nav ul li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #ffffff;
bottom: -8px;
transform: scale(0, 1);
transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;  /*変形の時間*/
}
.header_right nav ul li a:hover::after {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
transform-origin: left top; /*左から右に向かう*/
}


.header_right_sp{
  display: none;
  z-index: 999999;
}







main{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.main_view{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 65vh;
  background-color: #EAEAEA;
  z-index: 10;
  overflow: hidden;
  background-image: url("../img/27951466_l.jpg");
  background-size: cover;
  background-position: center center;
}
.main_view_he{
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  width: 120%;
  height: 10vw;
  border-radius: 50% / 100% 100% 0 0;
}




/*スライダー*/
/*=============
slick
=============*/
.slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide .item {
  position: relative;
  height: 65vh;
}
.slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}
.slide .item .image {
  position: relative;
  overflow: hidden;
}
.slide .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}





.content1{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  overflow: hidden;
}
.content1_mds{
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: auto;
  height: auto;
  padding-bottom: 300px;
}
.content1_mds h1{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 70px;
  color: #002B00;
  font-weight: bold;
}
.content1_mds img{
  display: block;
  position: absolute;
  right: -80px;
  top: 0;
  width: 600px;
  height: auto;
}

.content1_nk{
  display: block;
  width: 100%;
  margin: 80px auto 0px;
  padding: 80px 0;
  background-color: #D9E2D9;
}
.content1_nk_flex{
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
.content1_nk_flex_left{
  display: block;
  width: 50%;
  margin-top: 0px;
}
.content1_nk_flex_left .mds_span{
  display: block;
  width: 100px;
  height: 40px;
  background-color: #BE0003;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
.muryo_p{
  display: block;
  width: 100%-20px;
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #002C00;
  font-weight: bold;
}
.muryo_p_span1{
  text-decoration: line-through;
}
.muryo_p_span2{
  color: #D30000;
}
.hsk{
  font-weight: 300;
}
.sankaku_pc{
}
.sanaku_sp{
  display: none;
}
.content1_nk_flex_left h1{
  font-size: 1.6rem;
}
.content1_nk_flex_right{
  display: block;
  width: 40%;
  height: 410px;
  background-color: #F2F2F2;
  border-radius: 5%;
  background-image: url("../img/phot1.jpg");
  background-size: cover;
  background-position: center center;
}


.news{
  display: block;
  width: 100%;
  height: auto;
  background-color: #002B00;
  margin: -22px auto 0;
}
.news_nk{
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 95%;
  max-width: 1000px;
  height: auto;
  padding: 50px 0 ;
  margin: auto;
}
.news_nk_left{
  display: block;
  width: 30%;
}
.news_nk h1{
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #FFFFFF;
}
.news_nk h1 span{
  font-size: 1.2rem;
  padding-left: 10px;
}
.news_nk_right{
  display: block;
  width: 70%;
}
.news_nk_right ul{
  list-style-type: none;
  padding-left: 20px;
  margin-top: 30px;
}
.news_nk_right ul li{
  display: flex;
  border-bottom: solid 1px #AC7400;
  margin-top: 20px;
  color: #FFFFFF;
  padding-bottom: 10px;
  line-height: 30px;
}
time{
  display: block;
  padding: 0 20px;
  font-size: 0.8rem;
  font-weight: 200;
}




.content1_st{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-image: url("../img/1860235_l.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 10;
}
.content1_st_cover{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: #002B00;
  opacity: 0.3;
  z-index: 20;
}



.content2{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-image: url("../img/31330391_l.png");
  background-size: cover;
  background-position: center center;
  z-index: 20;
  overflow: hidden;
}
.content2_cover{
  display: block;
  position: absolute;
  width: 100%;
  height: 150vw;
  background-color: #000000;
  opacity: 0.5;
}
.content2_nk{
  display: block;
  position: relative;
  width: 95%;
  max-width: 1000px;
  height: auto;
  padding: 80px 0 150px 0;
  margin: auto;
}
.content2_nk h1{
  display: block;
  font-size: 5rem;
  font-weight: 500;
  color: #FFFFFF;
}
.content2_nk h1 span{
  display: block;
  font-size: 1.2rem;
  padding-left: 10px;
}
.content2_tktn{
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto 30px;
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
}
.content2_tktn_left{
  display: block;
  width: 35%;
}
.content2_tktn_left h2{
  display: block;
  font-size: 1.5rem;
  margin-top: 55px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
  color: #222222;
}
.content2_tktn_left h2 span{
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 10px;
  font-weight: 300;
  font-size: 1rem;
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background-color: #A5B19E;
  text-align: center;
  margin-bottom: 10px;
}
.content2_tktn_center{
  display: block;
  width: 32%;
  margin-top: 0px;
  text-align: justify;
}
.content2_tktn_right{
  display: block;
  width: 25%;
  height: 250px;
  background-color: #E1E1E1;
  border-radius: 10px;
}
.phot1{
  background-image: url("../img/phot2.jpg");
  background-size: cover;
  background-position: center center;
}
.phot2{
  background-image: url("../img/phot3.jpg");
  background-size: cover;
  background-position: center center;
}
.phot3{
  background-image: url("../img/2067862_s.jpg");
  background-size: cover;
  background-position: center center;
}
.content2_tktn_right_hr{
  border-right: solid 1px gray;
}



.content3{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.content3_nk{
  display: block;
  position: relative;
  width: 95%;
  max-width: 1000px;
  height: auto;
  padding: 80px 0 450px 0;
  margin: auto;
}
.content3_nk h1{
  display: block;
  font-size: 5rem;
  font-weight: 500;
  color: #002B00;
}
.content3_nk h1 span{
  display: block;
  font-size: 1.2rem;
  padding-left: 10px;
}
.content3_nk table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  background-color: #ECECEC;
  border: solid 1px #002B00;
  padding: 30px;
}
.content3_nk table tr{
  width: 100%;
  display: block;
  border-bottom: solid 1px #002B00;
  padding: 5px 0;
}
.content3_nk table tr th{
  width: 200px;
  text-align: start;
  padding-left: 20px;
  height: 60px;
  background-color: #002B00;
  color: #FFFFFF;
  font-weight: 500;
}
.content3_nk table tr td{
  width: 700px;
  text-align: start;
  padding-left: 20px;
  height: 60px;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
}


.main_contact{
  display: block;
  position: absolute;
  width: 80%;
  max-width: 600px;
  height: auto;
  background-color: #D7E2D8;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 20px 0 35px 0;
  border: solid 3px #002B00;
}
.main_contact h1{
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2rem;
  color: #002B00;
}
.main_contact h1 span{
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}
.main_contact_hr{
  display: block;
  margin: auto;
  width: 50px;
  height: 3px;
  background-color: #5A4F00;
  margin-top: -20px;
}
.main_contact_tel{
  text-align: center;
  font-weight: 800;
  font-size: 3rem;
  line-height: 6rem;
  color: #002B00;
}
.main_contact_uktk{
  text-align: center;
  width: 80%;
  margin: auto;
  background-color: #002B00;
  color: #FFFFFF;
}

.tel_ns1{
  ointer-events: none;
  text-decoration: none;
  color: #2D2D2E;
}
.tel_ns2{
  ointer-events: none;
  text-decoration: none;
  color: #002B00;
}






footer{
  display: block;
  width: 100%;
  height: auto;
  background-color: #012A00;
  padding: 50px 0 30px 0;
}
footer img{
  display: block;
  width: 400px;
  margin: auto;
}
footer nav{
  display: flex;
  justify-content: center;
  width: 95%;
  max-width: 1000px;
  margin: 30px auto;
}
footer nav a{
  text-decoration: none;
  color: #FFFFFF;
  font-size: 0.8rem;
  margin: 0px 10px;
  transition: 0.3s;
  opacity: 1;
}
footer nav a:hover{
  opacity: 0.6;
}
.footer_st{
  display: block;
  text-align: center;
  color: #575500;
  font-size: 0.7rem;
}





/*個人情報取扱について*/
.main_view_sub{
  display: block;
  position: relative;
  width: 100%;
  height: 230px;
  margin: auto;
  background-color: #D9E2D9;
}
.main_view_sub h1{
  text-align: center;
  line-height: 320px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #002B00;
}
.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 80px auto 0;
  padding-bottom: 450px;
}



.list span{
  display: block;
  font-size: 0.8rem;
}






@media screen and (max-width: 950px) {
	/* 950px以下に適用されるCSS */
.content1{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
.content1_mds{
  display: block;
  position: relative;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: auto;
  height: auto;
  padding-bottom: 0px;
}
.content1_mds h1{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 70px;
  font-weight: bold;
  color: #002B00;
  text-align: center;
}
.content1_mds img{
  display: block;
  position: relative;
  right: 0%;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  width: 80%;
  height: auto;
}


}





@media screen and (max-width: 830px) {
	/* 800px以下に適用されるCSS */
  
.header_right{
  display: none;
  margin-top: 25px;
  font-size: 0.9rem;
}
.header_right_sp{
  display: block;
  position: relative;
  z-index: 999999;
}
.header__inner {
        position: relative;
        z-index: 10;
    }
/*
  .header__menu {
        position: fixed;
        z-index: 5;
        top: 0px;
        right: 0;
        width: 100%;
        height: calc(100vh);
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease;
    }
    .header__inner.active .header__menu {
        opacity: 1;
        visibility: visible;
    }
    .menu__list {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 95%;
        border-top: 1px solid #d7d7d7;
      list-style-type: none;
      padding-left: 0px;
    }
  .menu__list h1{
    font-size: 2rem;
    color: #002B00;
    line-height: 20px;
  }
    .menu__item {
        border-bottom: 1px solid #d7d7d7;
    }
    .menu__link {
        display: block;
        padding: 13px 10px;
        color: #222222;
      text-decoration: none;
      font-size: 1.2rem;
    }
    .header__menu-btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: end;
        width: 50px;
        height: 30px;
        padding: 5px;
        cursor: pointer;
      margin-top: 30px;
      background-color: #FFFFFF;
      border-radius: 10px;
      z-index: 999999;
    }
    .header__menu-btn span:nth-child(-n+3) {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background: #002B00;
    }
    .header__menu-btn span:nth-child(1) {
        top: 10px;
        transition: all .2s ease;
    }
    .header__inner.active .header__menu-btn span:nth-child(1) {
        top: 20px;
        transform: rotate(45deg);
    }
    .header__menu-btn span:nth-child(2) {
        top: 18px;
        transition: opacity .2s ease;
    }
    .header__inner.active .header__menu-btn span:nth-child(2) {
        opacity: 0;
    }
    .header__menu-btn span:nth-child(3) {
        top: 26px;
        transition: all .2s ease;
    }
    .header__inner.active .header__menu-btn span:nth-child(3) {
        top: 20px;
        transform: rotate(-45deg);
    }
*/
  
  /* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999999; /* メニューを開いている時もクリックできるよう設定 */
  top: 40px;
  right: 5vw;
}
/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: #FFFFFF;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #002B00;
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #002B00;
}
/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 80%;
  height: 100%;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}
.drawer__nav__link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 1rem 1rem;
  border-bottom: solid 1px lightgray;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

/* 見た目の調整 */
section {
  width: 100%;
  height: 30vh;
}
section:nth-child(even) {
  background-color: skyblue;
  
  
}





@media screen and (max-width: 700px) {
  
  header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #012A00;
  z-index: 999999;
  box-shadow: 0px 0px 10px #222222;;
}
.header{
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: auto;
  height: auto;
}
.header_left{
  display: block;
  width: 40%;
  margin-top: 20px;
  margin-bottom: 10px;
}


.header__inner {
        position: relative;
        z-index: 10;
    }
  .header__menu {
        position: fixed;
        z-index: 5;
        top: 0px;
        right: 0;
        width: 100%;
        height: calc(100vh);
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease;
    }
    .header__inner.active .header__menu {
        opacity: 1;
        visibility: visible;
    }
    .menu__list {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 95%;
        border-top: 1px solid #d7d7d7;
      list-style-type: none;
      padding-left: 0px;
    }
  .menu__list h1{
    font-size: 2rem;
    color: #002B00;
    line-height: 20px;
  }
    .menu__item {
        border-bottom: 1px solid #d7d7d7;
    }
    .menu__link {
        display: block;
        padding: 13px 10px;
        color: #222222;
      text-decoration: none;
      font-size: 1.2rem;
    }
    .header__menu-btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: end;
        width: 50px;
        height: 30px;
        padding: 5px;
        cursor: pointer;
      margin-top: 3vw;
      background-color: #FFFFFF;
      border-radius: 10px;
      z-index: 999999;
    }
    .header__menu-btn span:nth-child(-n+3) {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background: #002B00;
    }
    .header__menu-btn span:nth-child(1) {
        top: 10px;
        transition: all .2s ease;
    }
    .header__inner.active .header__menu-btn span:nth-child(1) {
        top: 20px;
        transform: rotate(45deg);
    }
    .header__menu-btn span:nth-child(2) {
        top: 18px;
        transition: opacity .2s ease;
    }
    .header__inner.active .header__menu-btn span:nth-child(2) {
        opacity: 0;
    }
    .header__menu-btn span:nth-child(3) {
        top: 26px;
        transition: all .2s ease;
    }
    .header__inner.active .header__menu-btn span:nth-child(3) {
        top: 20px;
        transform: rotate(-45deg);
    }
  







main{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.main_view{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 65vh;
  background-color: #EAEAEA;
  z-index: 10;
  overflow: hidden;
  background-image: url("../img/27951466_l.jpg");
  background-size: cover;
  background-position: center center;
}
.main_view_he{
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  width: 120%;
  height: 10vw;
  border-radius: 50% / 100% 100% 0 0;
}




/*スライダー*/
/*=============
slick
=============*/
.slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide .item {
  position: relative;
  height: 65vh;
}
.slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}
.slide .item .image {
  position: relative;
  overflow: hidden;
}
.slide .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.slide-animation{
    animation: fadezoom 8s 0s forwards;
}





.content1{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
.content1_mds{
  display: block;
  position: relative;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: auto;
  height: auto;
  margin-bottom: -15vw;
}
.content1_mds h1{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0vw;
  font-weight: bold;
  color: #002B00;
  text-align: center;
  font-size: 6vw;
}
.content1_mds img{
  display: block;
  position: relative;
  right: 0%;
  left: 50%;
  top: 0vw;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
}

  
  
  
  
  


.content1_nk{
  display: block;
  width: 100%;
  margin: 15vw auto 0px;
  padding: 10vw 0;
  background-color: #D9E2D9;
}
.content1_nk_flex{
  display: block;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
.content1_nk_flex_left{
  display: block;
  width: 100%;
  margin-top: 0px;
}
.content1_nk_flex_left .mds_span{
  display: block;
  width: 100px;
  height: 40px;
  background-color: #BE0003;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
.content1_nk_flex_left h1{
  font-size: 4.5vw;
}
.content1_nk_flex_right{
  display: block;
  width: 100%;
  height: 50vw;
  margin-top: 8vw;
  background-color: #F2F2F2;
  border-radius: 5%;
  background-image: url("../img/phot1.jpg");
  background-size: cover;
  background-position: center center;
}


.news{
  display: block;
  width: 100%;
  height: auto;
  background-color: #002B00;
  margin: -22px auto 0;
}
.news_nk{
  display: block;
  justify-content: space-between;
  position: relative;
  width: 95%;
  max-width: 1000px;
  height: auto;
  padding: 10vw 0 ;
  margin: auto;
}
.news_nk_left{
  display: block;
  width: 100%;
}
.news_nk h1{
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #FFFFFF;
}
.news_nk h1 span{
  font-size: 1.2rem;
  padding-left: 10px;
}
.news_nk_right{
  display: block;
  width: 100%;
}
.news_nk_right ul{
  list-style-type: none;
  padding-left: 0px;
  margin-top: 30px;
}
.news_nk_right ul li{
  display: flex;
  border-bottom: solid 1px #AC7400;
  margin-top: 20px;
  color: #FFFFFF;
  padding-bottom: 10px;
  line-height: 30px;
}
time{
  display: block;
  padding: 0 20px;
  font-size: 0.8rem;
  font-weight: 200;
}




/*
.content1_st{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-image: url("../img/1860235_l.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 10;
}
.content1_st_cover{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #002B00;
  opacity: 0.3;
  z-index: 20;
}
*/



.content2{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-image: url("../img/31330391_l.png");
  background-size: cover;
  background-position: center center;
  z-index: 20;
  overflow: hidden;
}
.content2_cover{
  display: block;
  position: absolute;
  width: 100%;
  height: 150vw;
  background-color: #000000;
  opacity: 0.5;
}
.content2_nk{
  display: block;
  position: relative;
  width: 95%;
  max-width: 1000px;
  height: auto;
  padding: 0vw 0 10vw 0;
  margin: auto;
}
.content2_nk h1{
  display: block;
  font-size: 4rem;
  font-weight: 500;
  color: #FFFFFF;
}
.content2_nk h1 span{
  display: block;
  font-size: 1rem;
  padding-left: 10px;
}
.content2_tktn{
  display: block;
  justify-content: space-between;
  width: 94%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto 30px;
  background-color: #FFFFFF;
  padding: 3%;
  border-radius: 10px;
}
.content2_tktn_left{
  display: block;
  width: 100%;
}
.content2_tktn_left h2{
  display: block;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 0vw;
}
.content2_tktn_left h2 span{
  display: block;
  font-weight: 300;
  font-size: 1rem;
  color: #FFFFFF;
}
.content2_tktn_center{
  display: block;
  width: 100%;
  margin-top: 0vw;
}
.content2_tktn_right{
  display: block;
  width: 100%;
  height: 50vw;
  background-color: #E1E1E1;
  border-radius: 10px;
}
.content2_tktn_right_hr{
  border-right: solid 1px gray;
}

  
.phot1{
  background-image: url("../img/phot2.jpg");
  background-size: cover;
  background-position: center center;
}
.phot2{
  background-image: url("../img/phot3.jpg");
  background-size: cover;
  background-position: center center;
}
.phot3{
  background-image: url("../img/2067862_s.jpg");
  background-size: cover;
  background-position: center center;
}
  


.content3{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.content3_nk{
  display: block;
  position: relative;
  width: 95%;
  max-width: 1000px;
  height: auto;
  padding: 5vw 0 60vw 0;
  margin: auto;
}
.content3_nk h1{
  display: block;
  font-size: 4rem;
  font-weight: 500;
  color: #002B00;
}
.content3_nk h1 span{
  display: block;
  font-size: 1rem;
  padding-left: 10px;
}
.content3_nk table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  background-color: #ECECEC;
  border: solid 1px #002B00;
  padding: 3%;
}
.content3_nk table tr{
  width: 100%;
  display: block;
  border-bottom: solid 1px #002B00;
  padding: 5px 0;
  font-size: 3vw;
}
.content3_nk table tr th{
  width: 22vw;
  text-align: start;
  padding-left: 20px;
  height: 10vw;
  background-color: #002B00;
  color: #FFFFFF;
  font-weight: 500;
}
.content3_nk table tr td{
  width: 60vw;
  text-align: start;
  padding-left: 2%;
  padding-right: 1%;
  height: auto;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none;
}


.main_contact{
  display: block;
  position: relative;
  width: 95%;
  max-width: 600px;
  height: auto;
  background-color: #D7E2D8;
  bottom: 10vw;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 0vw 0 5vw 0;
  border: solid 3px #002B00;
  margin-top: -40vw;
}
.main_contact h1{
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2rem;
  color: #002B00;
}
.main_contact h1 span{
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}
.main_contact_hr{
  display: block;
  margin: auto;
  width: 50px;
  height: 3px;
  background-color: #5A4F00;
  margin-top: -20px;
}
.main_contact_tel{
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  line-height: 4rem;
  color: #002B00;
  text-decoration: none;
}
.main_contact_uktk{
  text-align: center;
  width: 80%;
  margin: auto;
  background-color: #002B00;
  color: #FFFFFF;
}







footer{
  display: block;
  width: 100%;
  height: auto;
  background-color: #012A00;
  padding: 5vw 0 3vw 0;
}
footer img{
  display: block;
  width: 70%;
  margin: 0 0 0 5%;
}
footer nav{
  display: block;
  justify-content: center;
  width: 95%;
  max-width: 1000px;
  margin: 3vw auto;
}
footer nav a{
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1rem;
  margin: 0px 10px;
  transition: 0.3s;
  opacity: 1;
  line-height: 8vw;
}
footer nav a:hover{
  opacity: 0.6;
}
.footer_st{
  display: block;
  text-align: center;
  color: #575500;
  font-size: 0.7rem;
}





/*個人情報取扱について*/
.main_view_sub{
  display: block;
  position: relative;
  width: 100%;
  height: 30vw;
  margin: auto;
  background-color: #D9E2D9;
}
.main_view_sub h1{
  text-align: center;
  line-height: 40vw;
  font-size: 2rem;
  font-weight: 500;
  color: #002B00;
}
.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 10vw auto 0;
  padding-bottom: 65vw;
}



.list span{
  display: block;
  font-size: 0.8rem;
}

}

  
  
  
  
  
  
@media screen and (max-width: 450px) {
  


  
  
.header_right_sp{
  display: block;
  top: 0;
  right: 0;
  position: relative;
  z-index: 999999;
}
  
  .drawer__button {
    position: absolute;
    top: 2vw;
    right: 2vw;
        z-index: 10;
    }
  .header__menu {
        position: fixed;
        z-index: 5;
        top: 0px;
        right: 0;
        width: 100%;
        height: calc(100vh);
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease;
    }
    .header__inner.active .header__menu {
        opacity: 1;
        visibility: visible;
    }
    .menu__list {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 95%;
        border-top: 1px solid #d7d7d7;
      list-style-type: none;
      padding-left: 0px;
    }
  .menu__list h1{
    font-size: 2rem;
    color: #002B00;
    line-height: 20px;
  }
    .menu__item {
        border-bottom: 1px solid #d7d7d7;
    }
    .menu__link {
        display: block;
        padding: 13px 10px;
        color: #222222;
      text-decoration: none;
      font-size: 1.2rem;
    }
    .header__menu-btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: end;
        width: 50px;
        height: 30px;
        padding: 5px;
        cursor: pointer;
      margin-top: 3vw;
      background-color: #FFFFFF;
      border-radius: 10px;
      z-index: 999999;
    }
    .header__menu-btn span:nth-child(-n+3) {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background: #002B00;
    }
    .header__menu-btn span:nth-child(1) {
        top: 10px;
        transition: all .2s ease;
    }
    .header__inner.active .header__menu-btn span:nth-child(1) {
        top: 20px;
        transform: rotate(45deg);
    }
    .header__menu-btn span:nth-child(2) {
        top: 18px;
        transition: opacity .2s ease;
    }
    .header__inner.active .header__menu-btn span:nth-child(2) {
        opacity: 0;
    }
    .header__menu-btn span:nth-child(3) {
        top: 26px;
        transition: all .2s ease;
    }
    .header__inner.active .header__menu-btn span:nth-child(3) {
        top: 20px;
        transform: rotate(-45deg);
    }
  
  
.muryo_p_span1{
  text-decoration: line-through;
  text-align: center;
}
.muryo_p_span2{
  margin-left: -5%;
  color: #D30000;
}
.sankaku_pc{
  display: none;
}
.sanaku_sp{
  display: block;
  margin-left: 5%;
}
  
  
  
  .news{
  display: block;
  width: 100%;
  height: auto;
  background-color: #002B00;
  margin: -22px auto 0;
}
.news_nk{
  display: block;
  justify-content: space-between;
  position: relative;
  width: 95%;
  max-width: 1000px;
  height: auto;
  padding: 10vw 0 ;
  margin: auto;
}
.news_nk_left{
  display: block;
  width: 100%;
}
.news_nk h1{
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #FFFFFF;
}
.news_nk h1 span{
  font-size: 1.2rem;
  padding-left: 10px;
}
.news_nk_right{
  display: block;
  width: 100%;
}
.news_nk_right ul{
  list-style-type: none;
  padding-left: 0px;
  margin-top: 30px;
}
.news_nk_right ul li{
  display: flex;
  border-bottom: solid 1px #AC7400;
  margin-top: 20px;
  color: #FFFFFF;
  padding-bottom: 10px;
  font-size: 3.5vw;
  line-height: 7vw;
}
time{
  display: block;
  padding: 0 20px;
  font-size: 0.8rem;
  font-weight: 200;
}

  
.content2_tktn_left h2{
  display: block;
  font-weight: bold;
  font-size: 6vw;
  margin-top: 0vw;
}
  
  
  
  
}













