@charset "UTF-8";
/*----------------------------------------------
mv_area
----------------------------------------------*/
/*keyframes*/
@keyframes ani_mv_fade {
  100% {
    opacity: 1;
  }
}
@keyframes ani_mv_txt {
  100% {
    width: 100%;
  }
}
@keyframes ani_mv_img {
  100% {
    opacity: 1;
  }
}
/*keyframes*/
.mv_area {
  width: 100%;
  height: 100vh;
  position: relative;
  justify-content: center;
  overflow: hidden;
}
.mv_area .swiper-container_mv {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.mv_area .swiper-container_mv .swiper-slide {
  width: 100%;
  height: 100%;
}
.mv_area .swiper-container_mv .swiper-slide.no1 {
  background: url("../images/mv01_2.jpg") no-repeat center center;
  background-size: cover;
}
.mv_area .swiper-container_mv .swiper-slide.no2 {
  background: url("../images/mv02_2.jpg") no-repeat center center;
  background-size: cover;
}
.mv_area .swiper-container_mv .swiper-slide.no3 {
  background: url("../images/mv03_2.jpg") no-repeat center center;
  background-size: cover;
}
.mv_area .mv_txt {
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  right: 0%;
  z-index: 4;
  text-align: center;
  color: #523D32;
}
.mv_area .mv_txt p {
  text-align: center;
  line-height: 1;
  width: 202px;
  margin: 0 auto;
}
.mv_area .mv_txt p img {
  width: 100%;
}
.mv_area .mv_txt h2 {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
  margin: 40px 0 0;
  text-shadow: 0 0 5px rgb(231, 226, 214), 0 0 5px rgb(231, 226, 214);
}
.mv_area .mv_txt h2 span {
  font-size: 4rem;
}

@media screen and (max-width: 1200px) {
  .mv_area .mv_txt {
    width: 50%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    z-index: 4;
    text-align: center;
  }
  .mv_area .mv_txt h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 4rem;
    margin: 30px 0 0;
  }
  .mv_area .mv_txt h2 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 815px) {
  .mv_area {
    height: calc(100vh - 125px);
    margin: 50px 0 0;
  }
  .mv_area .swiper-container_mv {
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .mv_area .swiper-container_mv .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .mv_area .swiper-container_mv .swiper-slide.no1 {
    background: url("../images/mv01_sp_2.jpg") no-repeat center center;
    background-size: cover;
  }
  .mv_area .swiper-container_mv .swiper-slide.no2 {
    background: url("../images/mv02_sp_2.jpg") no-repeat center center;
    background-size: cover;
  }
  .mv_area .swiper-container_mv .swiper-slide.no3 {
    background: url("../images/mv03_sp_2.jpg") no-repeat center center;
    background-size: cover;
  }
  .mv_area .mv_txt {
    width: 80%;
    height: auto;
    position: absolute;
    bottom: 105px;
    top: inherit;
    transform: translateY(0%) translateX(-50%);
    left: 50%;
  }
  .mv_area .mv_txt p {
    width: 150px;
  }
  .mv_area .mv_txt h2 {
    font-size: 3rem;
    margin: 25px 0 0;
  }
  .mv_area .mv_txt h2 span {
    font-size: 2rem;
  }
}
/*----------------------------------------------
dl common
----------------------------------------------*/
section dl {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

/*----------------------------------------------
about
----------------------------------------------*/
#about {
  position: relative;
}
#about .inner {
  color: #523D32;
}
#about .about_box {
  color: #FFF;
  padding: 175px 0 100px;
}
#about .about_box h2 {
  text-align: center;
  font-size: 4rem;
}
#about .about_box h2 img {
  max-width: 336px;
  display: block;
  margin: 0 auto 30px;
}
#about .about_box h2 .col_yr {
  color: #b1ad48;
}
#about .about_box p {
  margin: 40px auto;
  max-width: 685px;
  font-size: 1.4rem;
}
#about .about_box p.txt01 {
  margin: 40px auto 0;
  text-align: center;
  font-size: 1.8rem;
}
#about .about_box p.txt01 strong {
  font-size: 2rem;
}
#about .about_box p.txt01 .col_green {
  color: #529968;
}
#about .about_box .link_area {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
#about .about_box .btn_w {
  width: calc(100% - 42px);
}

@media screen and (max-width: 815px) {
  #about .about_box {
    color: #FFF;
    padding: 50px 0 50px;
  }
  #about .about_box h2 {
    line-height: 1.5em;
    font-size: 2.8rem;
  }
  #about .about_box h2 img {
    max-width: 280px;
    display: block;
    margin: 0 auto 10px;
  }
  #about .about_box p {
    margin: 40px auto;
  }
  #about .about_box p.txt01 {
    margin: 20px auto 0;
    font-size: 1.5rem;
  }
  #about .about_box p.txt01 strong {
    font-size: 1.8rem;
  }
  #about .about_box .link_area {
    width: 100%;
    max-width: 100%;
  }
  #about .about_box .btn_w {
    width: calc(100% - 40px);
  }
}
/*----------------------------------------------
#infomation
----------------------------------------------*/
#infomation {
  margin: 80px 0;
}
#infomation .info_box img {
  width: 100%;
}
#infomation .info_box h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto 25px;
  position: relative;
  letter-spacing: 5px;
  line-height: 1;
}
#infomation .info_box h2 span {
  position: relative;
}
#infomation .info_box h2 span:before {
  background: url(../images/title_icon01.png) no-repeat center center;
  content: "";
  width: 17px;
  height: 26px;
  background-size: contain;
  display: block;
  position: absolute;
  top: -20px;
  left: -27px;
}
#infomation .info_box h2 span:after {
  background: url(../images/title_icon02.png) no-repeat center center;
  content: "";
  width: 17px;
  height: 26px;
  background-size: contain;
  display: block;
  position: absolute;
  top: -20px;
  right: -27px;
}
#infomation .info_box h2:after {
  content: "";
  width: 65px;
  height: 3px;
  background: #523D32;
  display: block;
  margin: 20px auto 0;
}
#infomation .info_box.corona {
  border: 1px solid #A9BEB0;
  padding: 60px;
}
#infomation .info_box.corona .flex_box {
  align-items: stretch;
}
#infomation .info_box.corona .flex_box div {
  width: 62.5%;
  max-width: 650px;
}
#infomation .info_box.corona .flex_box p {
  margin: 10px 0 0;
  padding: 0 10px 0 0;
}
#infomation .info_box.corona .flex_box p:first-of-type {
  margin: 0;
}
#infomation .info_box.corona .flex_box li {
  padding: 0 0 0 1em;
  position: relative;
}
#infomation .info_box.corona .flex_box li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#infomation .info_box.corona .flex_box img {
  width: 38.46%;
  max-width: 400px;
  height: 100%;
}
#infomation .info_box.notice {
  background: #F8F8F0;
  padding: 60px;
  margin: 0 0 40px 0;
}
#infomation .info_box.notice p {
  text-align: center;
}
#infomation .info_box.notice p strong {
  font-size: 1.6rem;
  font-weight: bold;
}
#infomation .info_box.notice p:nth-of-type(2) {
  margin: 20px 0 0;
}
#infomation .info_box.notice p:nth-of-type(2) a {
  text-decoration: underline;
}
#infomation .info_box.notice p:nth-of-type(2) a:hover {
  text-decoration: none;
}
#infomation .info_box.notice p a.bnr_link {
  width: 70%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #infomation .info_box.corona {
    margin: 0 30px;
  }
  #infomation .info_box.notice {
    margin: 0 30px 40px;
  }
  #infomation .info_box.notice p a.bnr_link {
    width: 100%;
  }
}
@media screen and (max-width: 815px) {
  #infomation {
    margin: 30px 0;
  }
  #infomation .info_box h2 {
    letter-spacing: 3px;
    font-size: 1.8rem;
    margin: 0 0 20px;
    line-height: 1.5em;
  }
  #infomation .info_box h2 span {
    position: relative;
    width: 100%;
    display: block;
  }
  #infomation .info_box h2 span:before {
    background: url(../images/title_icon01.png) no-repeat center center;
    content: "";
    width: 12px;
    height: 21px;
    background-size: contain;
    display: block;
    position: absolute;
    top: -15px;
    left: -3px;
  }
  #infomation .info_box h2 span:after {
    background: url(../images/title_icon02.png) no-repeat center center;
    content: "";
    width: 12px;
    height: 21px;
    background-size: contain;
    display: block;
    position: absolute;
    top: -15px;
    right: -3px;
  }
  #infomation .info_box h2:after {
    content: "";
    width: 65px;
    height: 3px;
    background: #523D32;
    display: block;
    margin: 10px auto 0;
  }
  #infomation .info_box.corona {
    padding: 30px 20px;
    margin: 0;
  }
  #infomation .info_box.corona .flex_box {
    align-items: stretch;
  }
  #infomation .info_box.corona .flex_box div {
    width: 100%;
  }
  #infomation .info_box.corona .flex_box p {
    font-size: 1.3rem;
    line-height: 150%;
    margin: 10px 0 0;
    padding: 0;
  }
  #infomation .info_box.corona .flex_box li {
    font-size: 1.3rem;
  }
  #infomation .info_box.corona .flex_box img {
    padding: 40px 0 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #infomation .info_box.notice {
    padding: 30px 20px;
    margin: 0 0 20px;
  }
  #infomation .info_box.notice p {
    text-align: left;
    font-size: 1.3rem;
  }
  #infomation .info_box.notice p strong {
    font-size: 1.4rem;
  }
}
/*----------------------------------------------
#plans
----------------------------------------------*/
#plans {
  padding: 140px 0 100px;
  background: #f8f8f0;
}
#plans h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  margin: 0 auto 80px;
  position: relative;
  letter-spacing: 5px;
  line-height: 1;
  /*&:after{
      content: "";
      display: block;
      width: 120px;
      height: 105px;
      background: url(../images/plan_bubble.svg) no-repeat center center;
      background-size: contain;
      position: absolute;
      right: -130px;
      top: -40px;
  }*/
}
#plans h2 .small {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto 20px;
  display: block;
  letter-spacing: 0px;
}
#plans h2 .sub:before {
  content: "";
  width: 65px;
  height: 3px;
  background: #3f7551;
  display: block;
  margin: 25px auto;
}
#plans h2 .sub img {
  display: block;
  margin: 0 auto;
  width: 71px;
}
#plans .plan_list {
  width: 100%;
  align-items: stretch;
}
#plans .plan_list .plan_contents {
  width: 32%;
  background: #FFF;
  border-bottom: 4px solid #3f7551;
  box-shadow: 0px 0px 3px rgba(82, 44, 30, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  flex-direction: column;
}
#plans .plan_list .plan_contents img {
  width: 100%;
  flex-shrink: 0;
}
#plans .plan_list .plan_contents h3 {
  font-size: 1.6rem;
  padding: 30px 25px 20px;
}
#plans .plan_list .plan_contents p {
  text-align: center;
  margin: auto auto 30px;
  width: 100%;
  max-width: 280px;
}
#plans .plan_list .plan_contents p .btn_br {
  width: calc(100% - 50px);
  max-width: 280px;
  font-size: 1.6rem;
}
#plans .info_txt {
  text-align: center;
  margin: 55px auto 0;
  font-size: 1.8rem;
  font-weight: 500;
  width: 90%;
}
#plans .link_area {
  text-align: center;
  margin: 40px auto 0;
  width: 320px;
}
#plans .link_area .btn_w {
  width: calc(100% - 40px);
  border: 1px solid #523D32;
  background: none;
}
#plans .link_area .btn_w:hover {
  background: #523D32;
}

@media screen and (max-width: 1200px) {
  #plans .plan_list {
    flex-direction: column;
    justify-content: center;
  }
  #plans .plan_list .plan_contents {
    width: 60%;
    margin: 40px auto;
  }
  #plans .plan_list .plan_contents:first-of-type {
    margin: 0 auto;
  }
  #plans .plan_list .plan_contents h3 {
    font-size: 1.5rem;
  }
  #plans .plan_list .plan_contents p {
    padding: 0 25px;
    text-align: center;
    margin: auto auto 30px;
    width: 100%;
    width: calc(100% - 50px);
    max-width: 280px;
  }
  #plans .plan_list .plan_contents p .btn_br {
    width: calc(100% - 50px);
    max-width: 280px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 815px) {
  #plans {
    padding: 60px 0;
  }
  #plans h2 {
    /*width: 158px;*/
    margin: 0 auto 40px;
    position: relative;
    font-size: 2.6rem;
    /*&:after{
            content: "";
            display: block;
            width: 90px;
            height: 79px;
            background: url(../images/plan_bubble.svg) no-repeat center center;
            background-size: contain;
            position: absolute;
            right: -95px;
            top: -40px;
    }*/
  }
  #plans h2 .small {
    font-size: 1.2rem;
    margin: 0 auto 10px;
  }
  #plans h2 .sub:before {
    content: "";
    width: 65px;
    height: 3px;
    background: #3f7551;
    display: block;
    margin: 10px auto;
  }
  #plans h2 .sub img {
    display: block;
    margin: 0 auto;
    width: 35px;
  }
  #plans .plan_list {
    margin: 0 auto;
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  #plans .plan_list .plan_contents {
    width: 100%;
    background: #FFF;
    border-bottom: 4px solid #523D32;
    box-shadow: 0px 0px 3px rgba(82, 44, 30, 0.5);
    margin: 40px auto;
  }
  #plans .plan_list .plan_contents:first-of-type {
    margin: 0 auto;
  }
  #plans .plan_list .plan_contents img {
    width: 100%;
  }
  #plans .plan_list .plan_contents h3 {
    font-size: 1.6rem;
  }
  #plans .plan_list .plan_contents p {
    padding: 0 25px;
    text-align: center;
    margin: auto auto 30px;
    width: 100%;
    width: calc(100% - 50px);
    max-width: 280px;
  }
  #plans .plan_list .plan_contents p .btn_br {
    width: calc(100% - 50px);
    max-width: 280px;
    font-size: 1.6rem;
  }
  #plans .info_txt {
    margin: 0 auto;
    font-size: 1.4rem;
  }
  #plans .link_area {
    text-align: center;
    width: 90%;
  }
}
@media screen and (max-width: 320px) {
  /*#plans {
          padding: 60px 0;

         h2 {
              width: 140px;
              margin: 0 auto 40px;
              position: relative;
              &:after{
                  content: "";
                  display: block;
                  width: 80px;
                  height: 69px;
                  background: url(../images/plan_bubble.svg) no-repeat center center;
                  background-size: contain;
                  position: absolute;
                  right: -85px;
                  top: -40px;
              }
          }
  }*/
}
/*----------------------------------------------
#point
----------------------------------------------*/
#point {
  padding: 100px 0;
  color: #523D32;
}
#point h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  margin: 0 auto 80px;
  position: relative;
  letter-spacing: 5px;
  line-height: 1;
  position: relative;
  width: 15em;
}
#point h2:after {
  content: "";
  display: block;
  width: 71px;
  height: 70px;
  background: url(../images/point_fuki.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -70px;
  top: -40px;
}
#point h2 .small {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto 20px;
  display: block;
  letter-spacing: 0px;
}
#point h2 .sub:before {
  content: "";
  width: 65px;
  height: 3px;
  background: #3f7551;
  display: block;
  margin: 25px auto;
}
#point h2 .sub img {
  display: block;
  margin: 0 auto;
  width: 170px;
}
#point .point01.flex_box {
  align-items: stretch;
}
#point .point01 .text_area {
  width: 33.25%;
}
#point .point01 .text_area img {
  width: 100%;
}
#point .point01 h3 {
  max-width: 413px;
  margin: 30px auto 25px;
}
#point .point01 p {
  margin: 0 0 40px;
}
#point .point01_img01 {
  width: 64%;
  background: url(../images/point01_img_01_2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#point .point01_img01 img {
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
}
#point .point02 {
  padding: 120px 0;
}
#point .point02.flex_box {
  align-items: stretch;
}
#point .point02 .text_area {
  width: 32%;
  padding: 30px;
}
#point .point02 .text_area img {
  width: 100%;
}
#point .point02 h3 {
  max-width: 391px;
  margin: 30px auto 25px;
}
#point .point02 p {
  margin: 0 0 40px;
}
#point .point02_img01 {
  width: 33%;
  min-height: 446px;
  background: url(../images/point02_img_01_2.jpg) no-repeat center center;
  background-size: cover;
}
#point .point02_img02 {
  width: 33%;
  min-height: 446px;
  background: url(../images/point02_img02_2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#point .point02_img02:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -15px;
  width: 112px;
  height: 124px;
  background: url(../images/point02_fuki.svg) no-repeat center center;
  background-size: contain;
}
#point .point03.flex_box {
  align-items: stretch;
}
#point .point03 .text_area {
  width: 33.25%;
}
#point .point03 .text_area img {
  width: 100%;
}
#point .point03 h3 {
  max-width: 391px;
  margin: 30px auto 25px;
}
#point .point03 p {
  margin: 0 0 40px;
}
#point .point03_img02 {
  width: 64%;
  background: url(../images/point03_img_02_202508.jpg) no-repeat center center;
  background-size: cover;
}
#point .point04 {
  padding: 120px 0 0;
}
#point .point04 > img {
  width: 100%;
}
#point .point04 h3 {
  width: 507px;
  margin: 40px 0 25px;
}
#point .point04 img {
  width: 100%;
}
#point .point04 .flex_box {
  align-items: flex-start;
}
#point .point04 .flex_box .text_area {
  padding: 0 40px 0 0;
}
#point .point04 .flex_box p.link_area {
  margin: 0;
}
#point p.link_area {
  width: 320px;
  margin: 0 auto;
}
#point .btn_w {
  width: calc(100% - 40px);
  border: 1px solid #523D32;
  font-size: 1.6rem;
  background: none;
}
#point .btn_w:hover {
  background: #523D32;
}

@media screen and (max-width: 1200px) {
  #point p.link_area {
    width: 100%;
    margin: 0 auto;
  }
  #point .btn_w {
    width: calc(100% - 40px);
    font-size: 1.4rem;
  }
  #point .point04 .flex_box p.link_area {
    margin: 0;
    max-width: 320px;
  }
}
@media screen and (max-width: 815px) {
  #point {
    padding: 110px 0 0;
    color: #523D32;
  }
  #point h2 {
    width: 14em;
    margin: 0 auto 60px;
    font-size: 2.2rem;
    line-height: 1.6em;
  }
  #point h2:after {
    content: "";
    display: block;
    width: 51px;
    height: 50px;
    background: url(../images/point_fuki.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
  }
  #point h2 .small {
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto 10px;
  }
  #point h2 .sub:before {
    content: "";
    width: 65px;
    height: 3px;
    background: #3f7551;
    display: block;
    margin: 15px auto;
  }
  #point h2 .sub img {
    display: block;
    margin: 0 auto;
    width: 85px;
  }
  #point .point01.flex_box {
    flex-direction: column;
  }
  #point .point01 .text_area {
    width: 90%;
    margin: 0 auto;
  }
  #point .point01 .text_area img {
    width: 100%;
  }
  #point .point01 h3 {
    max-width: 263px;
    margin: 30px auto 15px;
  }
  #point .point01 p {
    margin: 0 0 40px;
  }
  #point .point02 {
    padding: 60px 0;
  }
  #point .point02.flex_box {
    flex-direction: column;
  }
  #point .point02 .text_area {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  #point .point02 .text_area img {
    width: 100%;
  }
  #point .point02 h3 {
    max-width: 244px;
    margin: 30px auto 15px;
  }
  #point .point02 p {
    margin: 0 0 40px;
  }
  #point .point02_img01 {
    width: 100%;
    min-height: 446px;
    background: url(../images/point02_img_01_2.jpg) no-repeat center center;
    background-size: cover;
  }
  #point .point02_img02 {
    width: 100%;
    min-height: 446px;
    background: url(../images/point02_img_02_2.jpg) no-repeat center center;
    background-size: cover;
  }
  #point .point03.flex_box {
    flex-direction: column;
  }
  #point .point03 .text_area {
    width: 90%;
    margin: 0 auto;
  }
  #point .point03 .text_area img {
    width: 100%;
  }
  #point .point03 h3 {
    max-width: 241px;
    margin: 30px auto 15px;
  }
  #point .point03 p {
    margin: 0 0 40px;
  }
  #point .point03_img02 {
    width: 100%;
    background: url(../images/point03_img_02_202508.jpg) no-repeat center center;
    background-size: cover;
  }
  #point .point04 {
    padding: 60px 0 45px;
  }
  #point .point04 > img {
    width: 100%;
  }
  #point .point04 > img.sp_show {
    display: block !important;
  }
  #point .point04 h3 {
    width: 100%;
    max-width: 327px;
    margin: 30px auto 15px;
  }
  #point .point04 .flex_box {
    align-items: center;
  }
  #point .point04 .flex_box .text_area {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  #point .point04 .flex_box p.link_area {
    max-width: none;
    width: 90%;
    margin: 40px auto 0;
  }
  #point p.link_area {
    width: 100%;
    margin: 0 auto;
  }
  #point .btn_w {
    width: calc(100% - 40px);
    font-size: 1.6rem;
  }
}
/*----------------------------------------------
#news
----------------------------------------------*/
#news {
  padding: 80px 0;
}
#news .inner {
  padding: 65px 60px;
  background: #FFF;
  width: calc(100% - 120px);
}
#news h2 {
  width: 155px;
  margin: 0 auto 50px;
  position: relative;
}
#news h2 img {
  width: 100%;
}
#news h2:after {
  content: "";
  width: 65px;
  height: 3px;
  background: #523D32;
  display: block;
  margin: 25px auto;
}
#news .news_list {
  overflow-y: scroll;
  height: 250px;
  padding: 0 50px 0 0;
  width: calc(100% - 50px);
}
#news ul li {
  padding: 30px 0;
  border-bottom: 1px solid #A9BEB0;
}
#news ul li p a {
  color: #765c00;
  text-decoration: underline;
}
#news ul li p a:hover {
  text-decoration: none;
}
#news h3.flex_box {
  justify-content: flex-start;
  align-items: stretch;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 20px;
}
#news h3.flex_box span {
  color: #3F7650;
  padding: 0 1em 0 0;
}

@media screen and (max-width: 1200px) {
  #news .inner {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 815px) {
  #news {
    width: calc(100% - 40px);
    padding: 60px 20px;
  }
  #news .inner {
    width: calc(100% - 20px);
    padding: 40px 0 40px 20px;
    background: #FFF;
  }
  #news h2 {
    width: 116px;
    margin: 0 auto 20px;
    padding: 0 20px 0 0;
  }
  #news h2 img {
    width: 100%;
  }
  #news h2:after {
    content: "";
    width: 65px;
    height: 3px;
    background: #523D32;
    display: block;
    margin: 15px auto;
  }
  #news .news_list {
    overflow-y: scroll;
    height: 340px;
    padding: 0;
    width: 100%;
  }
  #news ul li {
    padding: 30px 0;
    margin: 0 20px 0 0;
    border-bottom: 1px solid #A9BEB0;
  }
  #news ul li:first-of-type {
    padding: 0 0 30px;
  }
  #news ul li p {
    font-size: 1.3rem;
  }
  #news h3.flex_box {
    justify-content: flex-start;
    align-items: stretch;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 20px;
  }
  #news h3.flex_box span {
    color: #3F7650;
    padding: 0 1em 0 0;
  }
}
/*----------------------------------------------
#access
----------------------------------------------*/
#access.flex_box {
  align-items: stretch;
}
#access .google_map {
  width: 62.5%;
}
#access .access_title {
  width: calc(37.5% - 160px);
  padding: 90px 100px;
}
#access .access_title h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  margin: 0 auto 40px;
  position: relative;
  letter-spacing: 5px;
  line-height: 1;
  position: relative;
  color: #FFF;
}
#access .access_title h2 .small {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto 20px;
  display: block;
  letter-spacing: 0px;
}
#access .access_title h2 .sub:before {
  content: "";
  width: 65px;
  height: 3px;
  background: #FFF;
  display: block;
  margin: 25px auto;
}
#access .access_title h2 .sub img {
  display: block;
  margin: 0 auto;
  width: 71px;
  height: 100%;
}
#access .access_title p {
  color: #FFF;
  margin: 0 0 40px;
}
#access p.link_area {
  width: 320px;
  margin: 0 auto;
}
#access .btn_w {
  width: calc(100% - 40px);
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  #access .google_map {
    width: 55%;
  }
  #access .access_title {
    width: calc(45% - 80px);
    padding: 90px 40px;
  }
  #access p.link_area {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 815px) {
  #access.flex_box {
    align-items: stretch;
  }
  #access .google_map {
    width: 100%;
    height: 280px;
  }
  #access .access_title {
    width: calc(100% - 20px);
    padding: 60px 20px;
  }
  #access .access_title h2 {
    width: 100%;
    margin: 0 auto 40px;
    font-size: 2.6rem;
  }
  #access .access_title h2 .sub:before {
    content: "";
    width: 65px;
    height: 3px;
    background: #FFF;
    display: block;
    margin: 15px auto;
  }
  #access .access_title h2 .sub img {
    display: block;
    margin: 0 auto;
    width: 35px;
  }
  #access .access_title p {
    color: #FFF;
    margin: 0 0 40px;
  }
  #access p.link_area {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  /* タブレット */
  #info .daytrip {
    background: url("t_images/daytrip_bg.jpg") no-repeat left center;
    background-size: cover;
    width: calc(100% - 80px);
    padding: 50px 40px;
  }
}/*# sourceMappingURL=style2.css.map */