@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt10 {
  font-size: 1rem;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}

.fnt15 {
  font-size: 1.5rem;
}
.fnt15.spfnt {
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .fnt15.spfnt {
    font-size: 1.5rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 .txtList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .txtList li {
    font-size: 1.6rem;
  }
}
.fnt16 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .numList li {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.lineheight2 {
  line-height: 2;
}

.txt--w {
  color: #fff;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

.contentsInr {
  padding: 0 !important;
}
.contentsInr a {
  text-decoration: none !important;
  transition: all 0.3s;
}
.contentsInr a:hover {
  opacity: 0.6;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

.no-point a {
  pointer-events: none;
  opacity: 0.8;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  padding-bottom: 50px;
}
@media screen and (min-width: 740px) {
  .sec {
    padding-bottom: 100px;
  }
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

.sec__ttl .ttlLv1 .heading img {
  max-height: 50px;
}
@media screen and (min-width: 740px) {
  .sec__ttl .ttlLv1 .heading img {
    max-height: 62px;
  }
}

.top-lead {
  border: 2px solid #1E42A3;
  padding: 20px 10px;
}
.top-lead p {
  color: #1E42A3;
  font-size: 1.6rem;
}
@media screen and (min-width: 740px) {
  .top-lead p {
    font-size: 2rem;
  }
}
.top-lead p .fs2L {
  font-size: 2rem !important;
  display: block;
}
@media screen and (min-width: 740px) {
  .top-lead p .fs2L {
    font-size: 2.6rem !important;
    display: inline;
  }
}

.info-top {
  background: #EEEAE2;
  padding: 25px 0;
}
@media screen and (min-width: 740px) {
  .info-top {
    padding: 50px 0;
  }
}
.info-top .info__top-txt {
  font-size: 2rem;
}
@media screen and (min-width: 740px) {
  .info-top .info__top-txt {
    font-size: 2.6rem;
  }
}
.info-top .info__top-txt .fcRD {
  font-size: 3rem;
}
@media screen and (min-width: 740px) {
  .info-top .info__top-txt .fcRD {
    font-size: 3.4rem;
  }
}
.info-top .acodBlock .inr span {
  font-size: 1.5rem;
}

.info-btm .info-btm__ttl .ttlLv1 {
  background: #3D5C19;
  padding: 15px 10px 10px;
}
@media screen and (min-width: 740px) {
  .info-btm .info-btm__ttl .ttlLv1 {
    padding: 30px 10px 20px;
  }
}
.info-btm .info-btm__ttl .ttlLv1 .heading {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.2;
}
@media screen and (min-width: 740px) {
  .info-btm .info-btm__ttl .ttlLv1 .heading {
    font-size: 2.6rem;
  }
}
.info-btm .info-btm__ttl .ttlLv1 .heading .fnt-big {
  font-size: 2rem;
}
@media screen and (min-width: 740px) {
  .info-btm .info-btm__ttl .ttlLv1 .heading .fnt-big {
    font-size: 3.4rem;
  }
}
.info-btm .stepBlock .ttlLv3 {
  border-bottom: 0;
}
.info-btm .stepBlock .ttlLv3 .stepLabel {
  background-color: #3d5c19;
  font-size: 1.6rem;
  padding: 3px 15px 0px 15px;
}
@media screen and (min-width: 740px) {
  .info-btm .stepBlock .ttlLv3 .stepLabel {
    font-size: 2rem;
  }
}
.info-btm .stepBlock .ttlLv3 .stepLabel::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 15px solid #3d5c19;
  border-right: 0;
}
@media screen and (min-width: 740px) {
  .info-btm .stepBlock .ttlLv3 .stepLabel::after {
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
  }
}

.about .about__top-img {
  max-width: 620px;
  margin: auto;
}
.about .about__ttl .ttlLv1 {
  margin-top: 0;
}
.about .about__ttl .ttlLv1 .heading {
  font-size: 2.4rem;
  text-align: left;
}
@media screen and (min-width: 740px) {
  .about .about__ttl .ttlLv1 .heading {
    text-align: center;
    font-size: 3.2rem;
  }
}
.about .about__bg {
  background: #98C02A;
  padding: 25px 0;
  color: #fff;
}
@media screen and (min-width: 740px) {
  .about .about__bg {
    padding: 50px 0;
  }
}
.about .about__bg .inner {
  position: relative;
}
.about .about__bg .about__img {
  position: absolute;
  top: 0;
  right: 20px;
  max-width: 100px;
}
@media screen and (min-width: 740px) {
  .about .about__bg .about__img {
    top: -10px;
    right: 8%;
    max-width: 100px;
    max-width: 160px;
  }
}

.map {
  padding-bottom: 20px;
}
.map .map__ttl .ttlLv1 {
  margin-bottom: 0;
  padding: 0;
}
.map .map__ttl .ttlLv1 .heading {
  font-size: 2.2rem;
  color: #00744D;
}
@media screen and (min-width: 740px) {
  .map .map__ttl .ttlLv1 .heading {
    font-size: 3.4rem;
  }
}
.map .map__list {
  position: relative;
}
@media screen and (min-width: 740px) {
  .map .map__list .map__btn {
    position: absolute;
  }
}
.map .map__list .map__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 10px 13px 10px;
  min-width: 290px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .map .map__list .map__btn a {
    width: auto;
    font-size: 1.8rem;
  }
}
.map .map__list .map__btn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
.map .map__list .map__btn a::after {
  content: none;
}
.map .map__list .map__btn a .btnInr span {
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (min-width: 740px) {
  .map .map__list .map__btn a .btnInr span {
    font-size: 1.4rem;
  }
}
.map .map__list .map__btn.btn-01 {
  bottom: 76px;
  right: 17px;
}
.map .map__list .map__btn.btn-01 a {
  background: #DA8C10;
}
.map .map__list .map__btn.btn-02 {
  bottom: 155px;
  left: 0px;
}
.map .map__list .map__btn.btn-02 a {
  background: #227044;
}
.map .map__list .map__btn.btn-03 {
  bottom: 75px;
  left: 0px;
}
.map .map__list .map__btn.btn-03 a {
  background: #6E6E44;
}

.recommend {
  background: #EEEAE2;
  padding: 20px 0 30px;
}
@media screen and (min-width: 740px) {
  .recommend {
    padding: 40px 0 90px;
  }
}
.recommend .recommend__ttl .ttlLv1 {
  margin-bottom: 0;
  padding: 0;
}
.recommend .recommend__ttl .ttlLv1 .heading {
  font-size: 2.2rem;
  color: #00744D;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__ttl .ttlLv1 .heading {
    font-size: 3.4rem;
  }
}
.recommend .recommend__box .recommend__box--top {
  color: #fff;
  border-radius: 26px 26px 0 0;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__box .recommend__box--top {
    border-radius: 36px 36px 0 0;
  }
}
.recommend .recommend__box .recommend__box--top .recommend__box--inner {
  padding: 20px 15px;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__box .recommend__box--top .recommend__box--inner {
    padding: 30px 26px 22px;
  }
}
.recommend .recommend__box .recommend__box--top .colWrap .col:first-of-type {
  position: relative;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__box .recommend__box--top .colWrap .col:first-of-type {
    padding-bottom: 0;
    border-bottom: none;
    border-right: 2px solid #Fff;
    width: calc(40% - 15px);
  }
}
.recommend .recommend__box .recommend__box--top .colWrap .col:first-of-type .recommend__box--img {
  width: 20%;
  position: absolute;
  right: 20px;
  top: -10px;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__box .recommend__box--top .colWrap .col:last-of-type {
    width: calc(60% - 15px);
  }
}
.recommend .recommend__box .recommend__box--top .place-label {
  width: fit-content;
  background: #fff;
  padding: 4px 15px 0;
}
.recommend .recommend__box .recommend__box--top .place-ttl .ttlLv2 {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}
.recommend .recommend__box .recommend__box--top .place-ttl .ttlLv2 .heading {
  font-weight: 300;
}
.recommend .recommend__box .recommend__box--top .place-ttl .ttlLv2 .heading span {
  font-size: 1.6rem;
  margin-left: 20px;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__box .recommend__box--top .place-ttl .ttlLv2 .heading span {
    font-size: 1.8rem;
  }
}
.recommend .recommend__box .recommend__box--btm {
  background: #fff;
  border-radius: 0 0 26px 26px;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__box .recommend__box--btm {
    border-radius: 0 0 36px 36px;
  }
}
.recommend .recommend__box .recommend__box--btm .recommend__box--inner {
  padding: 20px 15px;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__box .recommend__box--btm .recommend__box--inner {
    padding: 30px 26px;
  }
}
.recommend .recommend__box .recommend__box--btm .colWrap {
  justify-content: space-between;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__box .recommend__box--btm .colWrap .col {
    width: 32%;
    margin-left: 0;
  }
}
.recommend .recommend__box .recommend__box--btm .colWrap .col:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__box .recommend__box--btm .colWrap .col:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.recommend .recommend__box .recommend__box--btm .region-ttl {
  color: #AA9139;
}
.recommend .recommend__box.box-01 .recommend__box--top {
  background: #DA8C10;
}
.recommend .recommend__box.box-01 .recommend__box--top .place-label {
  color: #da8c10;
}
.recommend .recommend__box.box-01 .recommend__box--top .place-en {
  letter-spacing: 0.5em;
}
.recommend .recommend__box.box-01 .recommend__box--btm .recommend__box--inner {
  padding: 20px 15px;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__box.box-01 .recommend__box--btm .recommend__box--inner {
    padding: 30px 26 12px;
  }
}
.recommend .recommend__box.box-02 .recommend__box--top {
  background: #227044;
}
.recommend .recommend__box.box-02 .recommend__box--top .place-label {
  color: #227044;
}
.recommend .recommend__box.box-02 .recommend__box--top .place-ttl .ttlLv2 {
  letter-spacing: 2.8em;
}
.recommend .recommend__box.box-02 .recommend__box--top .place-ttl .ttlLv2 .heading {
  font-weight: 300;
}
.recommend .recommend__box.box-02 .recommend__box--top .place-ttl .ttlLv2 .heading span {
  letter-spacing: 0;
}
.recommend .recommend__box.box-02 .recommend__box--top .place-en {
  letter-spacing: 1.25em;
}
.recommend .recommend__box.box-03 .recommend__box--top {
  background: #6E6E44;
}
.recommend .recommend__box.box-03 .recommend__box--top .place-label {
  color: #6E6E44;
}
.recommend .recommend__box.box-03 .recommend__box--top .place-en {
  letter-spacing: 0.3em;
}