@charset "utf-8";
/* ****************************************************
Title: layout.css
***************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');
/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */
body {
  color: #333333;
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
  /* font-family:	"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/
  /*font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", Verdana, Osaka, "MS PGothic", Sans-Serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
  text-align: center;
  text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
}
.fontYuMin01 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.webFontOswald {
  font-family: 'Oswald', sans-serif;
}
#top {
  overflow: hidden;
  /*min-width: 1500px;*/
}
#wrap {
  /*overflow: hidden;*/
  /*width: 640px;*/
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  /*min-width: 1000px;*/
}
#wrap.wrap02 {
  background-color: #ffffff;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a {
  display: inline-block;
}
.relative-wrap {
  position: relative;
}
.contDispN {
  display: none;
}
p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
  max-height: 999999px;
  background-image: url(../img/spacer.gif);
}
.c-02567E {
  color: #02567E !important;
}
.c-007B78 {
  color: #007B78 !important;
}
.slick-prev {
  left: 3%;
}
.slick-next {
  right: 4%;
}
.slick-prev, .slick-next {
  z-index: 1000;
}
.slick-prev:before, .slick-next:before {
  font-size: 40px !important;
}
/*-----------------------*/
.anc {
  position: relative;
  font-size: 0px;
  line-height: 0px;
}
.ancIn {
  position: absolute;
  /*top: -66px;*/
}
#top {
  /*padding-top: 66px;*/
}
/*-----------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.pcBr {
  display: inline;
}
.spBr {
  display: none;
}
.pcTable {
  display: table !important;
}
.spTable {
  display: none !important;
}
.contIn1200 {
  box-sizing: border-box;
  width: 1200px;
  max-width: 100%;
  margin: 0px auto;
  position: relative;
}
.radius300 {
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  -o-border-radius: 300px;
  -ms-border-radius: 300px;
  border-radius: 300px;
}
.radius3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.radius2 {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  /*@media screen and (max-width:799px) {*/
  /*デバイスwidth、～799px用のスタイルを記入*/
  body {
    /* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/
  }
  #top {
    /*overflow: hidden;*/
    min-width: 375px;
  }
  #wrap {
    /*overflow: hidden;*/
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    /*min-width: 375px;*/
  }
  img {
    /*max-width: 700px;*/
    width: 100%;
    height: auto;
  }
  /*-----------------------*/
  .anc {
    position: relative;
  }
  .ancIn {
    position: absolute;
    /*top: -66px;*/
  }
  #top {
    /*padding-top: 66px;*/
    /*position: relative;
	z-index: 1;
	min-width: 0px;*/
  }
  /*-----------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: inline;
  }
  .pcTable {
    display: none !important;
  }
  .spTable {
    display: table !important;
  }
}
/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */
.headerWrap01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 40px 40px 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.headerWrap01 .h101 {
  max-width: 1200px;
  margin: auto;
  text-align: left;
  position: relative;
}
.headerWrap01 .h101 img {
  width: 183px;
  height: auto;
}
/*-------------------*/
.headerMenu01Wrap {
  width: 90px;
}
.headerMenu01 {
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #d1d9d1;*/
  width: 90px;
  height: 85px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
}
.headerMenu01 img {
  width: 31px;
  height: auto;
}
/*---*/
.slideNaviWrap01 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.2s;
}
.slideNaviWrap01.open {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
}
.slideNaviWrap01In {
  background-color: #ffffff;
  box-sizing: border-box;
  text-align: left;
  padding: 30px 30px 30px 30px;
  width: 420px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -600px;
  transition-duration: 0.4s;
  overflow: auto;
}
.open .slideNaviWrap01In {
  right: 0px;
}
.slideNaviBg01 {
  background-color: #ffffff;
  opacity: 0.55;
  width: 120vw;
  height: 120vh;
  position: fixed;
  top: 0px;
  left: 0px;
}
.closeBtn01 {
  position: absolute;
  top: 21px;
  right: 21px;
}
.closeBtn01 img {
  width: 18px;
  height: auto;
}
.naviTit01 {
  margin-bottom: 18px;
}
/*.naviTit01 img {
	width: 260px;
	height: auto;
}*/
.naviContBox01 {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
.naviContBox01.borderNon {
  border-bottom: none;
}
.naviFlexBox01 {
  padding: 12px 0px 4px 0px;
}
.naviFlexBox01 img {
  width: 55px;
  height: auto;
}
.naviFlexBox02 {
  padding: 24px 0px 4px 0px;
}
.naviFlexBox02 .link01 {
  font-size: 12px;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 32px;
}
.naviFlexBox02 .link01 span {
  font-size: 14px;
}
.slideNaviWrap01In a:link {
  color: #333333;
  text-decoration: none;
}
.slideNaviWrap01In a:visited {
  color: #333333;
  text-decoration: none;
}
.slideNaviWrap01In a:hover {
  color: #333333;
  text-decoration: underline;
}
.slideNaviWrap01In a:active {
  color: #333333;
  text-decoration: none;
}
.naviFlexBox02 .link02 a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.naviFlexBox02 .link02 a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -4px;
}
.naviSnsWrap01 {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.naviSnsWrap01 .snsTit01 {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.0em;
  font-weight: bold;
  margin-right: 22px;
}
.naviSnsWrap01 .snsTit01 img {
  width: 42px;
  height: auto;
}
.naviSnsWrap01 .snsBtn {
  margin-right: 20px;
}
.naviSnsWrap01 .snsBtn img {
  width: auto;
  height: 17px;
  ;
}
/*---------------------------*/
.naviTit01 .p01 {
  font-size: 14px;
  line-height: 1.6em;
}
.naviTit01 .p02 {
  font-size: 39px;
  line-height: 1.45em;
}
.naviTit01 .p03 {
  font-size: 17px;
  line-height: 1.45em;
}
.naviFlexBox02 .link01 img {
  width: auto;
  height: 34px;
}
/*---------------------*/
.link00 {
  position: relative;
}
.link00 a .off {
  position: relative;
  top: 0px;
  left: 0px;
  opacity: 1;
  transition-duration: 0.3s;
}
.link00 a .on {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition-duration: 0.3s;
}
.link00 a:hover .off {
  opacity: 0;
  transition-duration: 0.3s;
}
.link00 a:hover .on {
  opacity: 1;
  transition-duration: 0.3s;
}
.bn-wildflower {
  width: 588px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-bottom: 15px;
}
@media screen and (max-width:768px) {
  /*@media screen and (max-width:799px) {*/
  .bn-wildflower {
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* padding-bottom: 30px; */
  }
  .headerWrap01 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0px 10px 24px;
  }
  .headerWrap01 .h101 {
    width: auto;
    max-width: 1200px;
    margin: auto;
    text-align: left;
  }
  .headerWrap01 .h101 img {
    width: 100px;
    height: auto;
  }
  /*-------------------*/
  .headerMenu01Wrap {
    width: 90px;
  }
  .headerMenu01 {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #d1d9d1;*/
    width: 50px;
    height: 52px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
  }
  .headerMenu01 img {
    width: 28px;
    height: auto;
  }
  /*---*/
  .slideNaviWrap01 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .slideNaviWrap01.open {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    transition-duration: 0.2s;
  }
  .slideNaviWrap01In {
    box-sizing: border-box;
    text-align: left;
    padding: 30px 30px 30px 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -600px;
    transition-duration: 0.4s;
    overflow: auto;
  }
  .open .slideNaviWrap01In {
    right: 0px;
  }
  .slideNaviBg01 {
    background-color: #ffffff;
    opacity: 0.55;
    width: 120vw;
    height: 120vh;
    position: fixed;
    top: 0px;
    left: 0px;
  }
  .closeBtn01 {
    position: absolute;
    top: 21px;
    right: 21px;
  }
  .closeBtn01 img {
    width: 18px;
    height: auto;
  }
  .naviTit01 {
    margin-bottom: 18px;
  }
  /*.naviTit01 img {
		width: 230px;
		height: auto;
	}*/
  .naviContBox01 {
    display: flex;
    border-bottom: 1px solid #ffffff;
  }
  .naviContBox01.borderNon {
    border-bottom: none;
  }
  .naviFlexBox01 {
    padding: 12px 0px 4px 0px;
  }
  .naviFlexBox01 img {
    width: 55px;
    height: auto;
  }
  .naviFlexBox02 {
    padding: 24px 0px 4px 0px;
  }
  .naviFlexBox02 .link01 {
    font-size: 12px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 32px;
  }
  .naviFlexBox02 .link01 span {
    font-size: 14px;
  }
  .slideNaviWrap01In a:link {
    color: #000000;
    text-decoration: none;
  }
  .slideNaviWrap01In a:visited {
    color: #000000;
    text-decoration: none;
  }
  .slideNaviWrap01In a:hover {
    color: #000000;
    text-decoration: underline;
  }
  .slideNaviWrap01In a:active {
    color: #000000;
    text-decoration: none;
  }
  .naviFlexBox02 .link02 a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  .naviFlexBox02 .link02 a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -4px;
  }
  .naviSnsWrap01 {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .naviSnsWrap01 .snsTit01 {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.0em;
    font-weight: bold;
    margin-right: 22px;
  }
  .naviSnsWrap01 .snsTit01 img {
    width: 42px;
    height: auto;
  }
  .naviSnsWrap01 .snsBtn {
    margin-right: 20px;
  }
  .naviSnsWrap01 .snsBtn img {
    width: auto;
    height: 17px;
  }
}
/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */
.mainvisualWrap01 {
  /*background-image: url("../img/mainvisual01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
  height: 100vh;
  position: relative;
  /*display: flex;
	align-items: center;
	justify-content: center;*/
}
.mainvisualWrap01 .h201 img {
  width: 550px;
  height: auto;
}
.mainScroll01 {
  position: absolute;
  left: 50%;
  margin-left: -29px;
  bottom: -1px;
}
.mainScroll01 img {
  width: 57px;
  height: auto;
}
/*-------------------*/
.contBlock01 {
  box-sizing: border-box;
  width: 100%;
  padding: 65px 40px 90px 40px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.contFlex01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*width: 1200px;
	margin: auto;*/
}
.flexBox01 div {
  font-size: 9px;
  color:#666;
  margin-bottom: 1.75em;
}
.flexBox01 img {
  width: 150px;
  height: auto;
}
.topSnsFlex01 {
  display: flex;
  align-items: center;
}
.topSnsFlex01 li {
  margin-left: 23px;
}
.topSnsFlex01 .li01 {
  margin-right: 14px;
}
.topSnsFlex01 .li01 img {
  width: 62px;
  height: auto;
}
.topSnsFlex01 .li02 img {
  width: 40px;
  height: auto;
}
.topSnsFlex01 .li03 img {
  width: 24px;
  height: auto;
}
.topSnsFlex01 .li04 img {
  width: 24px;
  height: auto;
}
.topSnsFlex01 .li05 img {
  width: 23px;
  height: auto;
}
/*---------------------*/
.contMapBlock01 {
  background-color: #F8F8F8;
  padding: 100px 40px 84px 40px;
}
.contH301 {
  font-size: 40px;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 70px;
}
.contText01 {
  font-size: 20px;
  line-height: 2.0em;
  font-weight: 500;
}
.contMap01 {
  padding-left: 35px;
}
.contMap01 img {
  width: 454px;
  height: auto;
}
/*-----------------*/
.conAncBlock01 {
  padding: 90px 40px 150px 40px;
}
.contH302 {
  margin-bottom: 140px;
}
.contH302 img {
  width: 377px;
  height: auto;
}
.contAncFlex01 {
  display: flex;
  justify-content: space-between;
  width: auto;
  max-width: 900px;
  margin: auto;
}
.contAncFlex01 li {
  /*width: 30%;*/
  width: 260px;
  margin: 0px 20px;
}
.contAncFlex01 li a {
  display: block;
  position: relative;
  padding-bottom: 56px;
}
.contAncFlex01 li a::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -10px
}
.contAncFlex01 a:link {
  color: #333333;
  text-decoration: none;
}
.contAncFlex01 a:visited {
  color: #333333;
  text-decoration: none;
}
.contAncFlex01 a:hover {
  color: #333333;
  text-decoration: none;
}
.contAncFlex01 a:active {
  color: #333333;
  text-decoration: none;
}
.contAncNum {
  position: absolute;
  left: 0px;
  top: 0px;
}
.contAncNum img {
  width: auto;
  height: 78px;
}
.contAncFlex01 li .text01 {
  font-size: 12px;
  line-height: 2.0em;
  font-weight: 500;
  margin-top: 10px;
}
.contAncFlex01 li .text02 {
  margin-top: 60px;
}
.contAncFlex01 li .text02 img {
  width: auto;
  height: 77px;
}
/*-----------------------*/
.contBlock02 {
  background-color: #EAF5F5;
  padding-bottom: 200px;
}
.contMainwrap01 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 994px;
}
.contMainwrap01.contMain01 {
  background-image: url("../img/cont01_img01.jpg");
}
.contMainH3Wrap01 {
  padding: 120px 40px 40px 40px;
}
.contMainH3Wrap01 img {
  width: auto;
  height: 384px;
}
.contRight01 {
  text-align: right;
}
.contMainCopy01 {
  font-size: 10px;
  line-height: 2.0em;
  font-weight: 500;
  margin-top: 2px;
  text-align: right;
}
.contMidashiBlock {
  padding: 66px 40px 85px 40px;
}
.contMidashiFlex01 {
  display: flex;
  justify-content: space-between;
}
.contMidashiLeft {
  width: 690px;
  text-align: left;
}
.contMidashiLeft dt {
  font-size: 36px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 30px;
}
.contMidashiLeft dd {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}
.contMidashiImg01 {
  width: 400px;
}
.contMidashiImg01 img {
  width: 319px;
  font-weight: normal;
}
.contBlockIn01 {
  background-color: #EAF5F5;
  padding: 140px 40px 60px 40px;
}
.contBox01 {
  position: relative;
  display: flex;
  align-items: center;
  /*margin-bottom: 80px;*/
}
.contBox01.flexRe {
  flex-direction: row-reverse;
}
.contImg01 {
  position: relative;
  width: 700px;
}
.contImgCopy01 {
  font-size: 10px;
  line-height: 1.6em;
  font-weight: 500;
  position: absolute;
  right: 0px;
  bottom: -15px;
}
.contBox01ContIn {
  position: relative;
  text-align: left;
}
.contInBoxLeft {
  background-color: #ffffff;
  box-sizing: border-box;
  width: 560px;
  padding: 40px;
  margin-right: -60px;
}
.contInBoxRight {
  background-color: #ffffff;
  box-sizing: border-box;
  width: 560px;
  padding: 40px;
  margin-left: -60px;
}
.contH401 {
  margin-bottom: 25px;
}
.contH401 .s01 {
  display: block;
  font-size: 32px;
  line-height: 1.36em;
}
.contH401 .s02 {
  display: block;
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.2em;
  color: #ADA8A8;
}
.contH401 .s02 img {
  width: auto;
  height: 16px;
}
.accessText01 {
  text-align: right;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
  margin-top: 8px;
  padding-right: 10px;
}
.accessText01 .s01 img {
  width: 13px;
  height: auto;
  vertical-align: middle;
  margin-right: 6px;
}
.accessText01 .s02 {
  color: #CB4E00;
  font-weight: bold;
  margin-right: 10px;
}
.contText02 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}
.contBox02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  /*border: 1px solid #000000;*/
  border: 1px solid #AEC0C0;
  border-radius: 40px;
  padding: 60px 60px 42px 60px;
  margin: 180px auto 180px auto;
}
.contBox02Left {
  width: 50%;
  text-align: center;
}
.contBox02Left .imgWrap01 {
  position: relative;
}
.contBox02Left .imgWrap01 .p01 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.contBox02Left .imgWrap01 .p01 img {
  width: auto;
  height: 38px;
}
.contBox02Right {
  width: 46%;
  text-align: left;
}
.contBox02Right dt {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 40px;
}
.contBox02Right dd {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 300;
}
.contBox02.flexAlTop {
  align-items: flex-start;
}
.flexReverse {
  flex-direction: row-reverse;
}
/*-------------------*/
.contImgWrap01 {
  /*background-image: url("../img/cont01_img07.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
  height: 692px;
  width: 100%;
  /*background: transparent;*/
}
.parallax-slider {
  top: 0;
  left: 0;
}
.contBoxLeft01 {
  text-align: left;
  width: 480px;
}
.contBoxRight01 {
  text-align: left;
  width: 660px;
}
.contFlex02 {
  display: flex;
  justify-content: space-between;
  margin: 44px auto 0px auto;
}
.contBox03 {
  margin-bottom: 70px;
}
.contBtnWrap01 {
  text-align: center;
}
.contBtn01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
  background-color: #CB4E00;
  box-sizing: border-box;
  height: 56px;
  padding: 4px 50px;
  margin: auto;
}
a.contBtn01:link {
  color: #ffffff;
  text-decoration: none;
}
a.contBtn01:visited {
  color: #ffffff;
  text-decoration: none;
}
a.contBtn01:hover {
  color: #ffffff;
  text-decoration: none;
}
a.contBtn01:active {
  color: #ffffff;
  text-decoration: none;
}
.contBtn01 span {
  display: inline-block;
  position: relative;
}
.contBtn01 span::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: -24px;
}
.col02 .contBtn01 {
  background-color: #02567E;
}
.col03 .contBtn01 {
  background-color: #007B78;
}
/*-------------------------*/
.contMainwrap01.contMain02 {
  background-image: url("../img/cont02_img01.jpg");
}
.contMainwrap01.contMain03 {
  background-image: url("../img/cont03_img01.jpg");
}
.contLeft01 {
  text-align: left;
}
.contBlockIn02 {
  background-color: #F2EFEA;
  padding: 140px 40px 60px 40px;
}
.contImgWrap01.contImgWrap02 {
  /*background-image: url("../img/cont02_img04.jpg");*/
}
.contImgWrap01.contImgWrap03 {
  /*background-image: url("../img/cont02_img06.jpg");*/
}
.contImgWrap01.contImgWrap04 {
  /*background-image: url("../img/cont03_img03.jpg");*/
}
.contImgWrap01.contImgWrap05 {
  /*background-image: url("../img/cont03_img04.jpg");*/
}
.contBlockIn03 {
  background-color: #F1F5EA;
  padding: 140px 40px 60px 40px;
}
/*----------------------*/
.contMidashiImg02 {
  width: 400px;
}
.contMidashiImg02 img {
  width: 371px;
  font-weight: normal;
}
.contMidashiImg03 {
  width: 400px;
}
.contMidashiImg03 img {
  width: 119px;
  font-weight: normal;
}
.contMt65 {
  margin-top: 65px;
}
/*-------------------*/
.contBlock03 {
  background-image: url("../img/cont04_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 110px 40px 90px 40px;
  margin: 120px auto 180px auto;
}
.contH301.colBlack {
  color: #333333;
}
.contMb90 {
  margin-bottom: 90px;
}
.contBox02Left .imgWrap01 .p01.p02 img {
  width: auto;
  height: 30px;
}
.contBox04 {}
.contBox04Flex01 {
  display: flex;
  justify-content: space-between;
}
.contBox04Flex01 li {
  width: 31%;
}
.contText03 {
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 300;
}
.contBoxIn01 {
  text-align: left;
  padding-top: 50px;
}
.contBannerWrap01 {
  margin: 0px auto 80px auto;
}
.contBannerWrap01 ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
	margin-top: -14px;
}
.contBannerWrap01 ul li {
  margin-top: 10px;
  width: 588px;
}
.contFlex03 {
  display: inline-flex;
  align-items: center;
}
.footerTourismLogo01 {}
.footerTourismLogo01 img {
  width: 120px;
  height: auto;
}
.contFlex03 .topSnsFlex01 li {
  margin-left: 20px;
}
/*---2022/09/11 追加------------------------*/
.mainvisualWrap01 .h201 {
  color: #ffffff;
}
.mainvisualWrap01 .h201 .s01 {
  display: block;
  margin-bottom: 42px;
}
.mainvisualWrap01 .h201 .s02 {
  display: block;
  font-size: 96px;
  line-height: 1.45em;
  letter-spacing: 0.6em;
  font-weight: 300;
  padding-left: 0.6em;
}
.mainvisualWrap01 .h201 .s03 {
  display: block;
  font-size: 48px;
  line-height: 1.2em;
  letter-spacing: 0.06em;
  margin-top: 46px;
}
.cont00Box01 {
  max-width: 1100px;
  margin: auto;
  text-align: left;
}
.contAncFlex02 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 130px;
}
.ancBox01 {
  width: 42%;
}
.ancBox02 {
  width: 58%;
}
.ancUl01 li {
  margin-top: 30px;
}
.ancUl01 li:first-child {
  margin-top: 0px;
}
.ancUl01 li a {
  display: block;
}
/*.ancUl01 .ancBg01 img {
	width: 700px;
	height: auto;
}*/
/*------------------*/
.contTitWrap01 {
  position: relative;
}
.contTitIn01 {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 70px;
  text-align: left;
}
.contInH301 img {
  width: auto;
  height: 104px;
}
.tit_map01 {
  position: absolute;
  right: -300px;
  bottom: -156px;
}
.tit_map01 img {
  width: 786px;
  height: auto;
}
.titCopyWrap01 {
  text-align: left;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.4em;
  position: absolute;
  left: 38px;
  bottom: 22px;
  width: 50%;
}
.tit_map02 {
  position: absolute;
  right: -300px;
  bottom: -156px;
}
.tit_map02 img {
  width: 786px;
  height: auto;
}
.titCopyWrap02 {
  text-align: left;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.4em;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.tit_map03 {
  position: absolute;
  right: -300px;
  bottom: -156px;
}
.tit_map03 img {
  width: 786px;
  height: auto;
}
.titCopyWrap03 {
  text-align: left;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.4em;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
/*--------------------*/
.slick-dots {
  display: none !important;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 30px;
}
.slick-dots li {
  display: inline-block;
  padding: 0px 10px;
}
.slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline: none;
  background: transparent;
  vertical-align: middle;
  font-size: 0px;
  line-height: 0px;
  text-indent: -9999px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-radius: 30px;
  border: 2px solid transparent;
  background-color: #ffffff;
  opacity: 0.6;
}
.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  background-color: transparent;
  opacity: 1;
}
.slick-list {
  overflow: visible !important;
}
/*--------------------*/
.mainSlide01 {}
.mainSlide01 .slickImg {
  width: 100vw !important;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mainSlide01 .slickImg01 {
  background-image: url("../img/mainvisual01.jpg");
}
.mainSlide01 .slickImg02 {
  background-image: url("../img/mainvisual02.jpg");
}
.mainSlide01 .slickImg03 {
  background-image: url("../img/mainvisual03.jpg");
}
.mainSlide01 .slick-dots {
  bottom: 22%;
}
.mainTitWrap01 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  left: 0px;
}
/*----------------------*/
.contSlide01 {}
.contSlide01 .slickImg {
  width: 100vw !important;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contSlide01 .slickImg01 {
  background-image: url("../img/tit_img01_01.jpg");
}
.contSlide01 .slickImg02 {
  background-image: url("../img/tit_img01_02.jpg");
}
.contSlide01 .slickImg03 {
  background-image: url("../img/tit_img01_03.jpg");
}
/*----------------------*/
.contSlide02 {}
.contSlide02 .slickImg {
  width: 100vw !important;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contSlide02 .slickImg01 {
  background-image: url("../img/tit_img02_01.jpg");
}
.contSlide02 .slickImg02 {
  background-image: url("../img/tit_img02_02.jpg");
}
.contSlide02 .slickImg03 {
  background-image: url("../img/tit_img02_03.jpg");
}
/*----------------------*/
.contSlide03 {}
.contSlide03 .slickImg {
  width: 100vw !important;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contSlide03 .slickImg01 {
  background-image: url("../img/tit_img03_01.jpg");
}
.contSlide03 .slickImg02 {
  background-image: url("../img/tit_img03_02.jpg");
}
.contSlide03 .slickImg03 {
  background-image: url("../img/tit_img03_03.jpg");
}
/*--------------------*/
.block01 {
  margin: 180px auto 180px auto;
}
.blockInBox01 {
  max-width: 1000px;
  margin: 40px auto auto auto;
}
.titCopyWrap01.colBlack {
  color: #333333;
}
a.contLink01 {}
a.contLink01:link {
  color: #2294E3;
  text-decoration: none;
}
a.contLink01:visited {
  color: #2294E3;
  text-decoration: none;
}
a.contLink01:hover {
  color: #2294E3;
  text-decoration: underline;
}
a.contLink01:active {
  color: #2294E3;
  text-decoration: none;
}
/*------------------------*/
.contBlock04 {
  padding: 130px 0px 130px 0px;
}
.contBox05 {
  box-sizing: border-box;
  max-width: 1040px;
  margin: auto;
  border: 1px solid #000000;
  border-radius: 25px;
  padding: 30px 35px 50px 50px;
  text-align: left;
}
.contH303 {
  font-size: 36px;
  line-height: 1.45em;
  font-weight: 500;
  margin-bottom: 15px;
}
.contBox05Flex01 {
  display: flex;
  justify-content: space-between;
}
.contBox05Flex01 .box01 {
  width: 33.5%;
}
.contBox05Flex01 .box02 {
  width: 61%;
}
.contText16_18 {
  font-size: 16px;
  line-height: 1.8em;
}
.contBtnWrap02 {
  text-align: right;
  margin-top: 25px;
}
.contBtn02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 50px;
  border: 1px solid #000000;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.3em;
  margin: auto 0px auto auto;
}
.contBtn02::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 2px 0px 0px 10px;
}
/*-----------------------*/
.anc04Block01 {
  position: relative;
  background-image: url("../img/cont05_bgimg01.jpg");
  background-repeat: no-repeat;
  background-position: center top -120px;
  background-size: cover;
  height: 2100px;
  padding-top: 60px;
  text-align: left;
}
.anc04Bg01 {
  background-image: url("../img/cont05_bg01.png");
  background-repeat: repeat-x;
  background-position: center top;
  height: 493px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.anc04Box01 {
  background-color: #D80072;
  border-radius: 33px;
  display: inline-flex;
  align-items: center;
  height: 66px;
  padding: 4px 20px 4px 16px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 45px;
}
.anc04Box01 .p01 {
  display: inline-block;
  background-color: #ffffff;
  padding: 3px 20px;
  border-radius: 30px;
  color: #D80072;
  font-size: 24px;
  margin-right: 10px;
}
.contH304 {
  color: #ffffff;
  font-size: 72px;
  line-height: 1.2em;
  margin-bottom: 58px;
}
.ancBox03 {
  box-sizing: border-box;
  width: 422px;
  background-color: #ffffff;
  padding: 25px;
}
.anc04Box02Wrap01 {
  background-image: url(../img/cont05_bg02.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-bottom: 180px;
}
.anc04Box02 {
  min-width: 1200px;
  background-image: url("../img/cont05_bgimg02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 1200px;
  height: 1200px;
}
.dispN {
  display: none;
}
.contBannerNew01 {
    margin: 0 auto 0px auto;
}
.contBannerNew01 img {
  max-width: 588px;
  height: auto;
}
/*------------------------*/
.anc04MainCopy01 {
    box-sizing: border-box;
    padding: 0px 10px;
     width: 100%; 
    position: absolute;
    left: -3%;
    bottom: 9%;
}
  .arrow-3 .slick-prev {
    left: 10% !important;
  }
  .arrow-3 .slick-prev:before,  .arrow-3 .slick-next:before {
    font-size: 30px !important;
}
  .arrow-3 .slick-prev:before,  .arrow-3 .slick-next:before {
    font-size: 30px !important;
}
  .arrow-4 .slick-next {
    right: 12% !important;
  }
  .arrow-4 .slick-prev:before, .arrow-4 .slick-next:before {
    font-size: 30px !important;
}
.arrow-4 .slick-prev:before, .arrow-4 .slick-next:before {
    font-size: 30px !important;
}
.contMainCopy02{
	text-align: right;
}
@media screen and (max-width:768px) {
  /*@media screen and (max-width:799px) {*/
  .mainvisualWrap01 {
    /*height: 400px;*/
    position: relative;
    /*display: flex;
		align-items: center;
		justify-content: center;*/
  }
  .mainvisualWrap01 .h201 img {
    width: 300px;
    height: auto;
  }
  .mainScroll01 {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -1px;
  }
  .mainScroll01 img {
    width: 30px;
    height: auto;
  }
  /*-------------------*/
  .contBlock01 {
    padding: 20px 30px 10px 30px;
    position: relative;
    background-color: #F8F8F8;
  }
  .contFlex01 {
    display: block;
    align-items: center;
    justify-content: space-between;
    /*width: 1200px;
		margin: auto;*/
  }
  .flexBox01 img {
    width: 140px;
    height: auto;
  }
  .topSnsFlex01 {
    display: inline-flex;
    align-items: center;
    margin-top: 25px;
  }
  .topSnsFlex01 li {
    margin-left: 10px;
  }
  .topSnsFlex01 li:first-child {
    margin-left: 0px;
  }
  .topSnsFlex01 .li01 {
    margin-right: 14px;
  }
  .topSnsFlex01 .li01 img {
    width: 62px;
    height: auto;
  }
  .topSnsFlex01 .li02 img {
    width: 40px;
    height: auto;
  }
  .topSnsFlex01 .li03 img {
    width: 30px;
    height: auto;
  }
  .topSnsFlex01 .li04 img {
    width: 30px;
    height: auto;
  }
  .topSnsFlex01 .li05 img {
    width: 28px;
    height: auto;
  }
  /*---------------------*/
  .contMapBlock01 {
    background-color: #F8F8F8;
    padding: 40px 20px 40px 20px;
  }
  .contH301 {
    font-size: 25px;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .contText01 {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
    text-align: left;
  }
  .contMap01 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contMap01 img {
    width: 100%;
    height: auto;
  }
  /*-----------------*/
  .conAncBlock01 {
    padding: 40px 20px 40px 20px;
  }
  .contH302 {
    margin-bottom: 40px;
  }
  .contH302 img {
    width: 150px;
    height: auto;
  }
  .contAncFlex01 {
    display: block;
  }
  .contAncFlex01 li {
    width: auto;
    margin-bottom: 20px;
  }
  .contAncFlex01 li a {
    display: block;
    position: relative;
    padding-bottom: 0px;
  }
  .contAncFlex01 li a::after {
    content: '';
    width: 25px;
    height: 16px;
    background-image: url("../img/spAncAr01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
    border: none;
    border-top: none;
    border-right: none;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    bottom: auto;
    left: auto;
    margin-left: 0px;
    right: 10px;
    top: 50%;
    margin-top: -8px;
  }
  .contAncFlex01 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .contAncFlex01 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .contAncFlex01 a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .contAncFlex01 a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .contAncNum {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .contAncNum img {
    width: auto;
    height: 30px;
  }
  .contAncFlex01 li .text01 {
    font-size: 10px;
    line-height: 1.3em;
    font-weight: 500;
    margin-top: 0px;
    text-align: right;
  }
  .contAncFlex01 li .text02 {
    margin-top: 20px;
  }
  .contAncFlex01 li .text02 img {
    width: auto;
    height: 50px;
  }
  /*------------------------*/
  .spAncBtn01 {
    display: flex !important;
    align-items: center;
    text-align: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 3px;
    box-sizing: border-box;
    height: 70px;
    width: 100%;
    padding: 10px 20px 10px 20px !important;
    color: #ffffff;
    font-weight: 500;
  }
  .spAncBtn01.spAncBtnImg01 {
    background-image: url("../img/cont01_img01.jpg");
  }
  .spAncBtn01.spAncBtnImg02 {
    background-image: url("../img/cont02_img01.jpg");
  }
  .spAncBtn01.spAncBtnImg03 {
    background-image: url("../img/cont03_img01.jpg");
  }
  .spAncBtn01 .p01 {
    /*font-size: 28px;*/
    margin-right: 15px;
  }
  .spAncBtn01 .p01 img {
    width: auto;
    height: 30px;
  }
  .spAncBtn01 .p02 {
    font-size: 14px;
    line-height: 1.4em;
    /*text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);*/
    text-shadow:
      1px 1px 1px rgba(0, 0, 0, 0.49), -1px 1px 1px rgba(0, 0, 0, 0.49), 1px -1px 1px rgba(0, 0, 0, 0.49), -1px -1px 1px rgba(0, 0, 0, 0.49), 1px 0px 1px rgba(0, 0, 0, 0.49), 0px 1px 1px rgba(0, 0, 0, 0.49), -1px 0px 1px rgba(0, 0, 0, 0.49), 0px -1px 1px rgba(0, 0, 0, 0.49);
  }
  /*------------------------*/
  /*-----------------------*/
  .contBlock02 {
    padding-bottom: 60px;
  }
  .contMainwrap01 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
  }
  .contMainwrap01.contMain01 {
    background-image: url("../img/cont01_img01.jpg");
  }
  .contMainH3Wrap01 {
    padding: 30px 20px 40px 20px;
  }
  .contMainH3Wrap01 img {
    width: auto;
    height: 100px;
  }
  .contRight01 {
    text-align: right;
  }
  .contMainCopy01 {
    font-size: 10px;
    line-height: 2.0em;
    font-weight: 500;
    margin-top: 0px;
    padding: 0px 10px;
  }
 .contMainCopy02 {
    font-size: 10px;
    line-height: 2.0em;
    font-weight: 500;
	text-align: right;
    margin-top: -120px;
    padding: 0px 10px;
  }
	.contMidashiBlock {
    padding: 40px 20px 40px 20px;
  }
  .contMidashiFlex01 {
    display: block;
    justify-content: space-between;
  }
  .contMidashiLeft {
    width: auto;
    text-align: left;
  }
  .contMidashiLeft dt {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .contMidashiLeft dd {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 500;
  }
  .contMidashiImg01 {
    width: auto;
    margin-top: 20px;
  }
  .contMidashiImg01 img {
    width: 200px;
    font-weight: normal;
  }
  .contBlockIn01 {
    background-color: #EAF5F5;
    padding: 40px 20px 5px 20px;
  }
  .contBox01 {
    position: relative;
    display: block;
    align-items: center;
    /*margin-bottom: 40px;*/
  }
  .contBox01.flexRe {
    flex-direction: row-reverse;
  }
  .contImg01 {
    position: relative;
    width: auto;
    z-index: 1;
  }
  .contImgCopy01 {
    font-size: 10px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: auto;
    top: 100%;
    z-index: 1;
    padding: 0px 10px;
  }
  .contBox01ContIn {
    position: relative;
    text-align: left;
  }
  .contInBoxLeft {
    background-color: #ffffff;
    box-sizing: border-box;
    width: auto;
    padding: 40px 20px 20px 20px;
    margin-right: 0px;
  }
  .contInBoxRight {
    background-color: #ffffff;
    box-sizing: border-box;
    width: auto;
    padding: 40px 20px 20px 20px;
    margin-left: 0px;
  }
  .contH401 {
    margin-bottom: 15px;
  }
  .contH401 .s01 {
    display: block;
    font-size: 18px;
    line-height: 1.36em;
  }
  .contH401 .s02 {
    display: block;
    margin-top: 5px;
    font-size: 14px;
  }
  .contH401 .s02 img {
    width: auto;
    height: 14px;
  }
  .accessText01 {
    text-align: right;
    color: #333333;
    font-size: 10px;
    line-height: 0.8em;
    font-weight: 500;
    margin-top: 0px;
    padding: 0px 20px;
  }
  .accessText01 .s01 img {
    width: 13px;
    height: auto;
    vertical-align: middle;
    margin-right: 6px;
  }
  .accessText01 .s02 {
    font-weight: bold;
  }
  .contText02 {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .contBox02 {
    display: block;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #AEC0C0;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    margin: 40px 20px 40px 20px;
  }
  .contBox02Left {
    width: auto;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .contBox02Left .imgWrap01 {
    position: relative;
  }
  .contBox02Left .imgWrap01 .p01 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .contBox02Left .imgWrap01 .p01 img {
    width: auto;
    height: 38px;
  }
  .contBox02Right {
    width: auto;
    text-align: left;
  }
  .contBox02Right dt {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .contBox02Right dd {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 300;
  }
  /*-------------------*/
  .contImgWrap01 {
    background-image: url("../img/cont01_img07.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
  }
  .contBoxLeft01 {
    text-align: left;
    width: auto;
  }
  .contBoxRight01 {
    text-align: left;
    width: auto;
  }
  .contFlex02 {
    display: block;
    justify-content: space-between;
    margin: 40px auto 0px auto;
    padding: 0px 20px 0px 20px;
  }
  .contBox03 {
    margin-bottom: 40px;
  }
  .contBtnWrap01 {
    text-align: center;
    padding: 0px 20px 0px 20px;
  }
  .contBtn01 {
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: #06B9A4;
    width: 100%;
    height: 50px;
    margin: auto;
  }
  a.contBtn01:link {
    color: #ffffff;
    text-decoration: none;
  }
  a.contBtn01:visited {
    color: #ffffff;
    text-decoration: none;
  }
  a.contBtn01:hover {
    color: #ffffff;
    text-decoration: none;
  }
  a.contBtn01:active {
    color: #ffffff;
    text-decoration: none;
  }
  .contBtn01 span {
    display: inline-block;
    position: relative;
  }
  .contBtn01 span::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: -24px;
  }
  /*-------------------------*/
  .contMainwrap01.contMain02 {
    background-image: url("../img/cont02_img01.jpg");
  }
  .contLeft01 {
    text-align: left;
  }
  .contBlockIn02 {
    background-color: #F2EFEA;
    padding: 40px 20px 5px 20px;
  }
  .contImgWrap01.contImgWrap02 {
    background-image: url("../img/cont02_img04.jpg");
  }
  .contImgWrap01.contImgWrap03 {
    background-image: url("../img/cont02_img06.jpg");
  }
  .contImgWrap01.contImgWrap04 {
    background-image: url("../img/cont03_img03.jpg");
  }
  .contImgWrap01.contImgWrap05 {
    background-image: url("../img/cont03_img04.jpg");
  }
  .contBlockIn03 {
    background-color: #F1F5EA;
    padding: 40px 20px 5px 20px;
  }
  /*----------------------*/
  .contMidashiImg02 {
    width: auto;
  }
  .contMidashiImg02 img {
    width: auto;
    font-weight: normal;
  }
  .contMidashiImg03 {
    width: auto;
  }
  .contMidashiImg03 img {
    width: 76px;
    font-weight: normal;
  }
  .contMt65 {
    margin-top: 40px;
  }
  /*-------------------*/
  .contBlock03 {
    background-image: url("../img/cont04_bg01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 20px 5px 20px;
    margin: 40px auto 40px auto;
  }
  .contH301.colBlack {
    color: #333333;
  }
  .contMb90 {
    margin-bottom: 40px;
  }
  .contBox02Left .imgWrap01 .p01.p02 img {
    width: auto;
    height: 30px;
  }
  .contSpWrap01 {
    padding: 0px 20px 0px 20px;
  }
  .contBox04 {}
  .contBox04Flex01 {
    display: block;
    justify-content: space-between;
  }
  .contBox04Flex01 li {
    width: auto;
    margin-bottom: 40px;
  }
  .contText03 {
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 300;
  }
  .contBoxIn01 {
    text-align: left;
    padding-top: 40px;
  }
  .contBannerWrap01 {
    margin: 40px auto 40px auto;
  }
  .contBannerWrap01 ul {
    display: block;
    justify-content: space-between;
  }
  .contBannerWrap01 ul li {
    width: auto;
    margin-bottom: 20px;
  }
  .contFlex03 {
    display: block;
    align-items: center;
  }
  .footerTourismLogo01 {}
  .footerTourismLogo01 img {
    width: 150px;
    height: auto;
  }
  .contFlex03 .topSnsFlex01 li {
    margin-left: 20px;
  }
  .contFlex03 .topSnsFlex01 li:first-child {
    margin-left: 0px;
  }
  /*---2022/09/11 追加------------------------*/
  .mainvisualWrap01 .h201 {
    color: #ffffff;
  }
  .mainvisualWrap01 .h201 .s01 {
    display: block;
    margin-bottom: 25px;
  }
  .mainvisualWrap01 .h201 .s02 {
    display: block;
    font-size: 42px;
    line-height: 1.45em;
    letter-spacing: 0.25em;
    padding-left: 0.25em;
  }
  .mainvisualWrap01 .h201 .s03 {
    display: block;
    font-size: 21px;
    line-height: 1.2em;
    margin-top: 25px;
  }
  .cont00Box01 {
    max-width: 1100px;
    margin: auto;
    text-align: left;
  }
  .contAncFlex02 {
    display: block;
    margin-top: 20px;
  }
  .ancBox01 {
    width: auto;
  }
  .ancBox02 {
    width: auto;
  }
  .ancUl01 li {
    margin-top: 14px;
  }
  .ancUl01 li:first-child {
    margin-top: 0px;
  }
  .ancUl01 li a {
    display: block;
  }
  /*.ancUl01 .ancBg01 img {
		width: 700px;
		height: auto;
	}*/
  /*------------------*/
  .contTitWrap01 {
    position: relative;
  }
  .contTitIn01 {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: auto;
    top: 15px;
    text-align: left;
    padding-left: 20px;
  }
  .contInH301 img {
    width: auto;
    height: 46px;
  }
  .tit_map01 {
    position: absolute;
    right: -180px;
    bottom: -26px;
  }
  .tit_map01 img {
    width: 360px;
    height: auto;
  }
  .titCopyWrap01 {
    text-align: left;
    color: #ffffff;
    font-size: 10px;
    line-height: 1.4em;
    position: absolute;
    left: 15px;
    bottom: 15px;
  }
  .tit_map02 {
    position: absolute;
    right: -180px;
    bottom: -26px;
  }
  .tit_map02 img {
    width: 380px;
    height: auto;
  }
  .titCopyWrap02 {
    text-align: left;
    color: #ffffff;
    font-size: 10px;
    line-height: 1.4em;
    position: absolute;
    left: 15px;
    bottom: 15px;
  }
  .tit_map03 {
    position: absolute;
    right: -180px;
    bottom: -26px;
  }
  .tit_map03 img {
    width: 360px;
    height: auto;
  }
  .titCopyWrap03 {
    text-align: left;
    color: #ffffff;
    font-size: 10px;
    line-height: 1.4em;
    position: absolute;
    left: 15px;
    bottom: 15px;
  }
  /*--------------------*/
  .slick-dots {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 10px;
  }
  .slick-dots li {
    display: inline-block;
    padding: 0px 6px;
  }
  .slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    background: transparent;
    vertical-align: middle;
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    border: 2px solid transparent;
    background-color: #ffffff;
    opacity: 0.6;
  }
  .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    background-color: transparent;
    opacity: 1;
  }
  /*--------------------*/
  .mainSlide01 {}
  .mainSlide01 .slickImg {
    width: 100vw !important;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .mainSlide01 .slickImg01 {
    background-image: url("../img/mainvisual01.jpg");
  }
  .mainSlide01 .slickImg02 {
    background-image: url("../img/mainvisual02.jpg");
  }
  .mainSlide01 .slickImg03 {
    background-image: url("../img/mainvisual03.jpg");
    background-position: left -50px center;
  }
  .mainSlide01 .slick-dots {
    bottom: 22%;
  }
  .mainTitWrap01 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    left: 0px;
  }
  /*----------------------*/
  .contSlide01 {}
  .contSlide01 .slickImg {
    width: 100vw !important;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .contSlide01 .slickImg01 {
    background-image: url("../img/tit_img01_01.jpg");
  }
  .contSlide01 .slickImg02 {
    background-image: url("../img/tit_img01_02.jpg");
  }
  .contSlide01 .slickImg03 {
    background-image: url("../img/tit_img01_03.jpg");
  }
  /*----------------------*/
  .contSlide02 {}
  .contSlide02 .slickImg {
    width: 100vw !important;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .contSlide02 .slickImg01 {
    background-image: url("../img/tit_img02_01.jpg");
  }
  .contSlide02 .slickImg02 {
    background-image: url("../img/tit_img02_02.jpg");
  }
  .contSlide02 .slickImg03 {
    background-image: url("../img/tit_img02_03.jpg");
  }
  /*----------------------*/
  .contSlide03 {}
  .contSlide03 .slickImg {
    width: 100vw !important;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .contSlide03 .slickImg01 {
    background-image: url("../img/tit_img03_01.jpg");
  }
  .contSlide03 .slickImg02 {
    background-image: url("../img/tit_img03_02.jpg");
  }
  .contSlide03 .slickImg03 {
    background-image: url("../img/tit_img03_03.jpg");
  }
  .slick-prev:before, .slick-next:before {
    font-size: 24px !important;
  }
  /*--------------------*/
  .block01 {
    margin: 30px auto 30px auto;
    padding: 0px 20px;
  }
  .blockInBox01 {
    max-width: 1000px;
    margin: 20px auto auto auto;
  }
  .titCopyWrap01.colBlack {
    color: #333333;
  }
  a.contLink01 {}
  a.contLink01:link {
    color: #2294E3;
    text-decoration: none;
  }
  a.contLink01:visited {
    color: #2294E3;
    text-decoration: none;
  }
  a.contLink01:hover {
    color: #2294E3;
    text-decoration: underline;
  }
  a.contLink01:active {
    color: #2294E3;
    text-decoration: none;
  }
  /*------------------------*/
  .contBlock04 {
    padding: 30px 20px 30px 20px;
  }
  .contBox05 {
    box-sizing: border-box;
    max-width: 1040px;
    margin: auto;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 20px 20px 30px 20px;
    text-align: left;
  }
  .contH303 {
    font-size: 20px;
    line-height: 1.45em;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .contBox05Flex01 {
    display: block;
  }
  .contBox05Flex01 .box01 {
    width: auto;
    margin-bottom: 15px;
  }
  .contBox05Flex01 .box02 {
    width: auto;
  }
  .contText16_18 {
    font-size: 12px;
    line-height: 1.8em;
  }
  .contBtnWrap02 {
    text-align: right;
    margin-top: 20px;
  }
  .contBtn02 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    border: 1px solid #000000;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.3em;
    margin: auto 0px auto auto;
  }
  .contBtn02::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 2px 0px 0px 10px;
  }
  /*-----------------------*/
  .anc04Block01 {
    position: relative;
    background-image: url("../img/cont05_bgimg01_sp.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1732px;
    padding: 25px 20px 10px 20px;
    text-align: left;
    margin-bottom: -42px;
  }
  .anc04Bg01 {
    background-image: url("../img/cont05_bg01.png");
    background-repeat: repeat-x;
    background-position: center top;
    height: 493px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .anc04Box01 {
    background-color: #D80072;
    border-radius: 33px;
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 4px 15px 4px 10px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .anc04Box01 .p01 {
    display: inline-block;
    background-color: #ffffff;
    padding: 3px 20px;
    border-radius: 30px;
    color: #D80072;
    font-size: 13px;
    margin-right: 10px;
  }
  .contH304 {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 50vw;
  }
  .ancBox03 {
    box-sizing: border-box;
    width: auto;
    background-color: #ffffff;
    padding: 15px;
  }
  .anc04Box02Wrap01 {
    display: none;
    background-image: url("../img/cont05_bg02.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -30px;
  }
  .anc04Box02 {
    min-width: 1200px;
    background-image: url("../img/cont05_bgimg02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 1200px;
    height: 1200px;
  }
  .dispN {
    display: none;
  }
  .contBannerNew01 {
    margin: 30px auto 60px auto;
  }
  .contBannerNew01 img {
    max-width: 100%;
    height: auto;
  }
  .contText04 {
    color: #D80072;
    font-size: 22px;
    line-height: 1.35em;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .ancBox03.box03 {
    margin-top: 15vw;
  }
  /*------------------------*/
  .anc04MainCopy01 {
    box-sizing: border-box;
    padding: 0px 10px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -18px;
  }
}
/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */
.footerWrap01 {
  border-top: 1px solid #cccccc;
  margin-top: 40px;
  padding: 25px 40px 30px 40px;
}
.footerLogo01 img {
  width: 120px;
  height: auto;
}
.footerCopy01 {
  font-size: 13px;
  line-height: 1.3em;
  margin-top: 24px;
}
/*-----------------------*/
.pagetopButton {
  position: fixed;
  right: 70px;
  bottom: 60px;
  z-index: 9998;
}
.pagetopButton img {
  width: 60px;
  height: auto;
}
@media screen and (max-width:768px) {
  /*@media screen and (max-width:799px) {*/
  .footerWrap01 {
    border-top: 1px solid #cccccc;
    margin-top: 40px;
    padding: 25px 40px 30px 40px;
  }
  .footerLogo01 img {
    width: 147px;
    height: auto;
  }
  .footerCopy01 {
    font-size: 13px;
    line-height: 1.3em;
    margin-top: 24px;
  }
  /*-----------------------*/
  .pagetopButton {
    position: fixed;
    right: 10px;
    bottom: 18px;
    z-index: 9999;
  }
  .pagetopButton img {
    width: 34px;
    height: auto;
  }
  .arrow-1 .slick-prev {
    left: 4% !important;
    top: 74% !important;
  }
  .arrow-1 .slick-next {
    left: 14% !important;
    top: 74% !important;
  }
  .arrow-2 .slick-prev {
    left: 4% !important;
    top: 82% !important;
  }
  .arrow-2 .slick-next {
    left: 14% !important;
    top: 82% !important;
  }
  .arrow-3 .slick-prev {
    left: 4% !important;
  }
  .arrow-3 .slick-prev:before,  .arrow-3 .slick-next:before {
    font-size: 24px !important;
}
  .arrow-3 .slick-prev:before,  .arrow-3 .slick-next:before {
    font-size: 24px !important;
}
  .arrow-4 .slick-next {
    right: 4% !important;
  }
  .arrow-4 .slick-prev:before, .arrow-4 .slick-next:before {
    font-size: 24px !important;
}
.arrow-4 .slick-prev:before, .arrow-4 .slick-next:before {
    font-size: 24px !important;
}
	
	
	.slick-prev, .slick-next {
width: 24px;
    height: 24px;
}

	
	
	
	
	
}
/*-----*/