@charset "utf-8";
/* ****************************************************
Title: layout.css
***************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */
body {
  color: #000000;
  /*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";
}
#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;*/
  position: relative;
}
#wrap.wrap02 {
  background-color: #ffffff;
}
header {
  position: absolute;
  z-index: 1;
}
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);
}
/*-----------------------*/
.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;
}
@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: 15px 40px 15px 20px;
}
.headerWrap01 .h101 {
  /*
	width: 1200px;
	max-width: 1200px;
	margin: auto;
	text-align: right;
	margin-left: 70px;
*/
  margin: 0 0 0 auto;
}
.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: #07A794;
  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: 16px;
  line-height: 1.0em;
  font-weight: bold;
  margin-bottom: 32px;
}
.naviFlexBox02 .link01 span {
  font-size: 12px;
  opacity: 0.5;
}
.slideNaviWrap01In a:link {
  color: #ffffff;
  text-decoration: none;
}
.slideNaviWrap01In a:visited {
  color: #ffffff;
  text-decoration: none;
}
.slideNaviWrap01In a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.slideNaviWrap01In a:active {
  color: #ffffff;
  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 #ffffff;
  border-right: solid 1px #ffffff;
  -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 .snsBtn {
  margin-right: 12px;
}
.naviSnsWrap01 .snsBtn img {
  width: 25px;
  height: auto;
}
@media screen and (max-width:768px) {
  /*@media screen and (max-width:799px) {*/
  .headerWrap01 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 50px 10px 10px;
  }
  .headerWrap01 .h101 {
    /*
		width: 1200px;
		max-width: 1200px;
		margin: auto;
		text-align: right;
*/
  }
  .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 {
    background-color: #07A794;
    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: 16px;
    line-height: 1.0em;
    font-weight: bold;
    margin-bottom: 32px;
  }
  .naviFlexBox02 .link01 span {
    font-size: 12px;
    opacity: 0.5;
  }
  .slideNaviWrap01In a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .slideNaviWrap01In a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .slideNaviWrap01In a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .slideNaviWrap01In a:active {
    color: #ffffff;
    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 #ffffff;
    border-right: solid 1px #ffffff;
    -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 .snsBtn {
    margin-right: 12px;
  }
  .naviSnsWrap01 .snsBtn img {
    width: 25px;
    height: auto;
  }
}
/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */
.mainvisualWrap01 {
  background-image: url("../img/mainvisual01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 76vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainvisualWrap01 .h201 img {
  width: 700px;
  height: auto;
}
.mainvisualWrap01 p {
  position: absolute;
  bottom: 0;
  right: 1%;
}
.mv-bottom {
  position: absolute;
  bottom: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.mv-bottom img {
  width: 100%;
  height: 45px;
}
.mainScroll01 {
  position: absolute;
  left: 50%;
  margin-left: -29px;
  bottom: -30px;
}
.mainScroll01 img {
  width: 57px;
  height: auto;
}
/*-------------------*/
.contBlock01 {
  padding: 65px 40px 90px 40px;
}
.contFlex01 {
  display: flex;
  /*align-items: center;*/
  align-items: end;
  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: 10px;
}
.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: 100px 40px 84px 40px;
}
.contH301 {
  color: #07A794;
  font-size: 40px;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 28px;
}
.contText01 {
  font-size: 20px;
  line-height: 2.0em;
  font-weight: 500;
}
.contMap01 {
  margin-top: 78px;
}
.contMap01 img {
  width: 730px;
  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: #000000;
  text-decoration: none;
}
.contAncFlex01 a:visited {
  color: #000000;
  text-decoration: none;
}
.contAncFlex01 a:hover {
  color: #000000;
  text-decoration: none;
}
.contAncFlex01 a:active {
  color: #000000;
  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 {
  margin-bottom: 160px;
}
.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;
  margin-top: 10px;
  color: #777777;
}
.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;
  position: absolute;
  right: 0px;
  bottom: -20px;
  color: #777777;
}
.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: 22px;
  line-height: 1.36em;
  font-weight: bold;
}
.contH401 .s02 {
  display: block;
  margin-top: 12px;
}
.contH401 .s02 img {
  width: auto;
  height: 16px;
}
.accessText01 {
  text-align: right;
  color: #07A794;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
  margin-top: 24px;
}
.accessText01 .s01 img {
  width: 13px;
  height: auto;
  vertical-align: middle;
  margin-right: 6px;
}
.accessText01 .s02 {
  font-weight: bold;
}
.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;
  padding: 54px 100px 54px 100px;
  margin: 100px auto 160px auto;
}
.contBox02Left {
  width: 226px;
  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: 680px;
  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;
}
/*-------------------*/
.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: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
  background-color: #06B9A4;
  width: 430px;
  height: 56px;
  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");
}
.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: #000000;
}
.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: 100px auto 80px auto;
}
.contBannerWrap01 ul {
  display: flex;
  justify-content: space-between;
}
.contBannerWrap01 ul li {
  width: 49%;
}
.contFlex03 {
  display: inline-flex;
  align-items: center;
}
.footerTourismLogo01 {}
.footerTourismLogo01 img {
  width: 120px;
  height: auto;
}
.contFlex03 .topSnsFlex01 li {
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  /*@media screen and (max-width:799px) {*/
  .mainvisualWrap01 {
    background-image: url("../img/mainvisual01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 68vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainvisualWrap01 .h201 img {
    width: 300px;
    height: auto;
  }
  .mainvisualWrap01 p {
    position: absolute;
    bottom: -5%;
    right: 1%;
  }
  .mv-bottom img {
    height: 20px;
  }
  .mainScroll01 {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -24px;
  }
  .mainScroll01 img {
    width: 30px;
    height: auto;
  }
  /*-------------------*/
  .contBlock01 {
    padding: 65px 40px 40px 40px;
  }
  .contFlex01 {
    display: block;
    align-items: center;
    justify-content: space-between;
    /*width: 1200px;
		margin: auto;*/
  }
  .flexBox01 img {
    width: 140px;
    height: auto;
    margin-bottom: 20px;
  }
  .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 {
    color: #07A794;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .contText01 {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 500;
    text-align: left;
  }
  .contMap01 {
    margin-top: 40px;
  }
  .contMap01 img {
    width: 100%;
    height: auto;
  }
  /*-----------------*/
  .conAncBlock01 {
    padding: 40px 20px 40px 20px;
  }
  .contH302 {
    margin-bottom: 30px;
  }
  .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 {
    margin-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;
    margin-top: 5px;
    padding: 0px 20px;
    color: #777777;
  }
  .contMidashiBlock {
    padding: 20px 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;
  }
  .contImgCopy01 {
    font-size: 10px;
    line-height: 1.6em;
    position: absolute;
    right: 5px;
    bottom: -18px;
    z-index: 10;
    color: #777777;
  }
  .contBox01ContIn {
    position: relative;
    text-align: left;
  }
  .contInBoxLeft {
    background-color: #ffffff;
    box-sizing: border-box;
    width: auto;
    padding: 30px 20px 20px 20px;
    margin-right: 0px;
  }
  .contInBoxRight {
    background-color: #ffffff;
    box-sizing: border-box;
    width: auto;
    padding: 30px 20px 20px 20px;
    margin-left: 0px;
  }
  .contH401 {
    margin-bottom: 25px;
  }
  .contH401 .s01 {
    display: block;
    font-size: 18px;
    line-height: 1.36em;
    font-weight: bold;
  }
  .contH401 .s02 {
    display: block;
    margin-top: 12px;
  }
  .contH401 .s02 img {
    width: auto;
    height: 14px;
  }
  .accessText01 {
    text-align: right;
    color: #07A794;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 500;
    margin-top: 24px;
  }
  .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: 500;
    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 #000000;
    padding: 20px 20px 20px 20px;
    margin: 40px auto 40px auto;
  }
  .contBox02Left {
    width: 200px;
    margin: auto;
    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: auto;
    text-align: left;
  }
  .contBox02Right dt {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .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: 20px auto 0px auto;
    padding: 0px 20px 0px 20px;
  }
  .contBox03 {
    margin-bottom: 40px;
  }
  .contBtnWrap01 {
    text-align: center;
    padding: 0px 20px 0px 20px;
  }
  .contBtn01 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    line-height: 1.4em;
    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: #000000;
  }
  .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;
  }
}
/* -------------------------------------------------------------------- 
 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;
  }
}
/*-----*/