/* travelge_top.css */
img{
  height: unset;
}


/* ---------------------
     top 
--------------------- */

html {
  scroll-behavior: smooth;
}

a:hover{
  color: #666;
}

.special-gothic-500 {
  font-family: "Special Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.special-gothic-600 {
  font-family: "Special Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* メニューここから */
/*============
nav
=============*/
#navArea nav {
  display: block;
  position: fixed;
  top: 110px;
  right: -300px;
  width: 340px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
  border-radius: 15px;
}
#navArea.open nav {
  right: 80px;
  opacity: 1;
 
}
#navArea nav .inner {
  padding: 60px 25px 80px 25px;
}
#navArea nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navArea nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #dadada;
}
#navArea nav .inner ul li a {
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
#navArea nav .inner ul li a:hover {
  background: #e4e4e4;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 25px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 100;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #FFF;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000007a;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #navArea.open nav{
    right: 10%;
  }
  #navArea nav {
    top: 70px;
    width: 80%;
  }
  #navArea nav .inner{
    padding: 30px 15px 50px 15px;
    width: 100%;
  }
  #navArea nav .inner ul li a{
    font-size: 13px;
    padding: 1em 0.5em;
  }
  .toggle_btn{
    top: 10px;
    right: 8px;
  }
  .toggle_btn span{
    width: 26px;
  }
}
/* メニューここまで */



/* 固定ヘッダーのスタイル */
.header-navFixed {
  background-color: #2c5f40;
  color: #fff;
  position: fixed;
  top: -70px;
  transition: top .5s;
  width: 100%;
}

#js-header.is-show {
  top: 0; 
  left: 0;
  z-index: 10;
  padding: 10px;
}
#js-header.is-show .logo img{
  display: inline;
}

header{
  background-color: #2c5f40;
}
.inner1600{
  width: 1600px;
  margin: 0 auto;
  position: relative;
}
.header__inner{
  display: flex;
  align-items: baseline;
  padding: 15px 0 25px 0;
}
.logo img{
  width: 195px;
  margin-bottom: 5px;
}
.logo h1{
  color: #FFF;
    font-size: 18px;
}
header h2{
  font-size: 30px;
    color: #FFF;
    font-weight: bold;
    padding-left: 10px;
}
header .top__btn{
  position: absolute;
    right: 50px;
    top: 15px;
    color: #FFF;
    display: flex;
    margin-top: 10px;
}
section.top{
  background-color: #2c5f40;
}
.inner1800{
  width: 1800px;
  margin: 0 auto;
}
.top .inner1800{
  display: flex;
  justify-content: flex-end;
}
.top img{
  border-radius: 15px;
  margin: 5px;
}
.top .photo{
  display: flex;
  flex-wrap: wrap;
  width: 1615px;
  margin-bottom: 5px;
}
.top .photo_inner{
  display: flex;
  flex-wrap: wrap;  
}
.top .photo_inner01{
  width: 976px;
}
.top .photo_inner01 img{
  display: none;
}

/* トップボタン */

.top__btn__01,.top__btn__03{
  text-align: center;
}

.top__btn__01 a{
  display: inline-block;
  color: #ffffff;
  padding: 0.5em 2em 0.3em 2em;
  font-size: 24px;
  background-color: #8a3a30;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 6px;
  box-sizing: border-box;
/*   max-width: 360px; */
  margin: 0 auto;
  position: relative;
}
.top__btn__03 a{
  background-color: #a07c15;
  font-size: 18px;
}
.top__btn__01 i{
  font-size: 0.8em;
}
.top__btn__01 a span {
  position: relative;
  display: block;
  transform: translate(0px, -3px);
  transition: 0.3s;
  z-index: +1;
}
.top__btn__01 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #b73727;
  border-radius: 6px;
  box-sizing: border-box;
  transform: translate(0px, -3px);
  transition: 0.3s;
}
.top__btn__03 a:after {
  background:#caa846;
}
.top__btn__01 a:hover span{
  transform: translate(0, 0);
}
.top__btn__01 a:hover:after {
  transform: translate(0, 0);
}
@media all and (max-width: 1023px) {
  .top__btn__01 a {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .top__btn__01 a {
    font-size: 16px;
  }
}

/* トップボタンここまで */

.top__btn__02{
  display: flex;
  justify-content: center;
  margin-left: 20px;
}
.top__btn__02 a{
  font-size: 26px;
  font-weight: bold;
  padding: 5px 10px;
  color: #FFF;
}

@media only screen and (max-width:1800px){
  .inner1800{
    width: 100%;
  }
  .top .inner1800{
    position: relative;
    height: 725px;
    overflow: hidden;
  }
  .top .photo{
    position: absolute;
    left: 5%;
  }
}
@media only screen and (max-width:1700px){
  .inner1600{
    width: 95%;
  }
}
@media only screen and (max-width:1180px){
  .header__inner{
    display: block;
  }
}
@media only screen and (max-width:768px){
  .header__inner{
    padding: 12px 0 10px 0;
    display: block;
  }
  .header__fixed{
    position: fixed;
    z-index: 1;
    background-color: #498b75;
    width: 100%;
    margin: 0;
    padding: 10px;
    top: 0;
    left: 0;
  }
  .header__btn__fixed{
    z-index: 2;
    position: fixed;
  }
  .logo img{
    width: 100px;
  }
  .logo h1{
    font-size: 14px;
/*     padding: 10px 0; */
    padding: 5px 0;
  }
  header h2{
/*     font-size: 22px;
padding-left: 0;
padding: 10px 0; */
    padding: 0;
    font-size: 20px;
  }
  header .top__btn{
    top: 15px;
    right: 40px;
    margin-top: 0;
  }
  .top__btn__01 a {
      padding: 15px;
      width: 100%;
  }
  .top__btn__01.pt01 a{
    font-size: 15px;
    padding: 5px 10px;
    width: auto;
  }
  .top__btn__02{
    margin-left: 0;
    margin-top: -2px;
  }
  .top__btn__02 a{
    font-size: 15px;
    padding: 5px;
  }
  .top .inner1800{
    height: 320px;
  }
  .top .photo_inner01{
    width: 300px;
  }
  .top .photo{
    justify-content: flex-start;
    width: 600px;
  }
  .top img{
    border-radius: 5px;
    margin: 3px;
  }
  .top img.no01{
    width: 209px;
  }
  .top img.no02{
    width: 103px;
  }
  .top img.no03{
    width: 51px;
  }
}

/* ---------------------
     共通
--------------------- */

.pcOnry{
  display: block;
}
.spOnry{
  display: none;
}
.bgG{
  background-color: #f5f5f5;
}

.ttl__pt01{
  color: #2c5f40;
  font-weight: bold;
  font-size: 33px;
  text-align: center;
  margin-bottom: 30px;
}
.ttl__pt01 span{
  color: #2c5f40;
  font-weight: bold;
  font-size: 22px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}
.main p{
  font-size: 18px;
}
span.bold{
  color: #2c5f40;
  font-weight: bold;
}
@media only screen and (max-width:768px){
  .pcOnry{
    display: none;
  }
  .spOnry{
    display: block;
  }
  .ttl__pt01{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .ttl__pt01 span{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .main p{
    font-size: 16px;
  }
}


/* ---------------------
     mission
--------------------- */

.mission p{
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width:768px){
  .mission p{
    font-size: 16px;
  }
}
/* ---------------------
     service 
--------------------- */

.service h4{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
}
.service__inner{
  background-color: #e1c778;
  padding: 80px 0;
  position: relative;
}
.service__inner:before{
  content: "";
  position: absolute;
  top: 0px;
  left: calc(50% - 88px);
  border: 100px solid transparent;
  border-top: 50px solid #FFF; 
}
.service__inner .inner1200{
  display: flex;
  justify-content: center;
}
.service__inner__box{
  background-color: #FFF;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
}
.service__inner__box p{
  margin-bottom: 15px;
}
.service__inner__box p span{
  font-weight: bold;
}
.service__inner__box img{
  width: 98px;
}
@media only screen and (max-width:768px){
  .service h4{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .service__inner{
    padding: 40px 0;
  }
  .service__inner .inner1200{
    flex-wrap: wrap;
  }
  .service__inner__box{
    width: 48%;
    margin: 1%;
    padding: 15px;
  }
  .service__inner__box img{
    width: 45%;
  }
  .service__inner:before{
    left: calc(50% - 60px);
    border: 60px solid transparent;
    border-top: 30px solid #FFF;
  }
}

/* ---------------------
     bnr 
--------------------- */

.bnr a.bnr__item{
  position: relative;
  margin-bottom: 60px;
  display: block;
}
.bnr .bnr__item img{
  border-radius: 15px;
}
.bnr__item__ttl{
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 2px 2px 10px #312112 ,
  -2px 2px 10px #312112 ,
  2px -2px 10px #312112 ,
  -2px -2px 10px #312112;
}
.bnr__item__btn{
  position: absolute;
  top: 60%;
  width: 100%;
  text-align: center;
}
.bnr__item__btn span{
  background-color: #FFF;
  padding: 10px 70px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.bnr__item__btn span i{
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  font-size: 15px;
}

@media only screen and (max-width:768px){
  .bnr .bnr__item{
    margin-bottom: 30px;
  }
  .bnr__item__ttl{
    font-size: 20px;
  }
  .bnr__item__btn span{
    font-size: 14px;
  }
}
@media all and (min-width: 767px) {
  #js-header.is-show {
    padding: 10px 30px;
  }
  header #js-header .top__btn{
    top: 5px;
    right: 80px;
  }
  #js-header .top__btn__01 a{
    font-size: 24px;
  }
}
