@charset "UTF-8";
/*=======================================================================================
1.0 - Common
========================================================================================*/
/* Reset
----------------------------------------------------------------------------------------*/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote,
body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div,
dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup,
h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object,
ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong,
sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-size: 103%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
  margin: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption,
figure, footer, header, hgroup, menu,
nav, section {
  display: block;
}

legend {
  display: none;
}

/* html
----------------------------------------------------------------------------------------*/
/* Font size criterion is 10 pixels */
/* How to specify */
/* 10px = 1.0rem; */
/* 16px = 1.6rem; */
html {
  font-size: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" on;
}

body {
  font-family: "Noto Sans JP", YuGothic, YuGothicM, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: 1;
  color: #000000;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  }
}
/* Overall scale / Content width
----------------------------------------------------------------------------------------*/
html {
  min-width: 100%;
}

body {
  min-width: 1400px;
}

img {
  max-width: 100%;
  height: auto;
}

.inner-container{
  max-width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  html, body {
    min-width: initial;
  }

  .inner-container {
    max-width: 96%;
    margin: 0 auto;
  }
}
#AllContents {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
}

@media only screen and (min-width: 601px) {
  #AllContents {
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
  #container {
    margin-top: 55px;
  }
}
/* hover action
----------------------------------------------------------------------------------------*/
.hover, a{}
.hover:hover, a:hover {}





/* JQuery data-crebowMD(Modal window Menu)
----------------------------------------------------- */
/*Background Setting */
#js-backgroundBK.js-bgactive {
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5); }

/*Button To Trigger */
.trigger {
  cursor: pointer;
}
.appearance .modal-inner-wrap .inner-content-wrap figure{
  position: relative;
}

.appearance .modal-inner-wrap .inner-content-wrap figure:before{
  content: '';
  width: 45px;
  height: 55px;
  display: block;
  top:10px;
  left: 10px;
  position: absolute;
  z-index: 2;
}

.appearance.culture01 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_01.png');
}
.appearance.culture02 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_02.png');
}
.appearance.culture03 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_03.png');
}
.appearance.culture04 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_04.png');
}
.appearance.culture05 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_05.png');
}
.appearance.culture06 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_06.png');
}
.appearance.culture07 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_07.png');
}
.appearance.culture08 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_08.png');
}
.appearance.culture09 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_09.png');
}
.appearance.culture10 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_10.png');
}
.appearance.culture11 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_11.png');
}
.appearance.culture12 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_12.png');
}
.appearance.culture13 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_13.png');
}
.appearance.culture14 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_14.png');
}
.appearance.culture15 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_15.png');
}
.appearance.culture16 .modal-inner-wrap .inner-content-wrap figure:before{
  background-image: url('../../img/culture_16.png');
}




@media only screen and (max-width: 600px) {
#js-backgroundBK.js-bgactive {
  height: 100vh;
}
/*Content to display */
.appearance{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top:0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: .3s ease-in;
  pointer-events: none;
}
.appearance.js-active {
  opacity: 1;
  z-index: 999999;
}
.appearance.js-passage {}
.appearance.js-active .modal-inner-wrap{
  width: 96vw;
  height: 60vh;
  background-color: #fff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: stroke;
  border: 10px solid #fff;
}
.appearance .modal-inner-wrap .inner-content-wrap{}
.appearance .modal-inner-wrap .inner-content-wrap figure{
  width: 200px;
  margin:0px auto 10px auto;
}
.appearance .modal-inner-wrap .inner-content-wrap .info-text h4{
  font-size: 2.1rem;
  color: #6a3906;
  padding-bottom: 10px;
}
.appearance .modal-inner-wrap .inner-content-wrap .info-text p{
  font-size: 1.6rem;
 line-height: 1.6;
 padding-bottom: 15px;
}
.appearance .modal-inner-wrap .inner-content-wrap .info-text p.small-text{
 font-size: 1.4rem;
 line-height: 1.6;
}

.btnclose{
  display: block;
  width: 96%;
  height: 50px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2050%2050%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M25%2C0C11.2%2C0%2C0%2C11.2%2C0%2C25s11.2%2C25%2C25%2C25s25-11.2%2C25-25C50%2C11.2%2C38.8%2C0%2C25%2C0z%20M25%2C47.1%20C12.8%2C47.1%2C2.9%2C37.2%2C2.9%2C25S12.8%2C2.9%2C25%2C2.9S47.1%2C12.8%2C47.1%2C25C47%2C37.2%2C37.2%2C47%2C25%2C47.1z%20M33.1%2C19l-6%2C6l6%2C6c0.6%2C0.6%2C0.6%2C1.5%2C0%2C2.1%20c0%2C0%2C0%2C0%2C0%2C0c-0.6%2C0.6-1.5%2C0.6-2.1%2C0l-6-6l-6%2C6c-0.6%2C0.6-1.5%2C0.6-2.1%2C0c-0.6-0.6-0.6-1.5%2C0-2.1c0%2C0%2C0%2C0%2C0%2C0l6-6l-6-6%20c-0.6-0.6-0.5-1.5%2C0.1-2.1c0.6-0.5%2C1.4-0.5%2C2%2C0l6%2C6l6-6c0.6-0.6%2C1.5-0.5%2C2.1%2C0.1C33.6%2C17.6%2C33.6%2C18.5%2C33.1%2C19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
 background-repeat: no-repeat;
 background-position: center right;
 margin-bottom: 10px;
}
.btnclose{
  z-index: 2
}
.btnclose span{
  display: none;
}



}
@media only screen and (min-width: 601px) {
/*Content to display */
.appearance{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top:0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: .3s ease-in;
  pointer-events: none;
}
.appearance.js-active {
  opacity: 1;
  z-index: 999999;
}
.appearance.js-passage {}
.appearance.js-active .modal-inner-wrap{
  width: 572px;
  height: 254px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: stroke;
  border: 10px solid #fff;
}
.appearance .modal-inner-wrap .inner-content-wrap{
  width: 100%;
  padding:15px;
  height: auto;
  display: flex;
}
.btnclose{
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2050%2050%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M25%2C0C11.2%2C0%2C0%2C11.2%2C0%2C25s11.2%2C25%2C25%2C25s25-11.2%2C25-25C50%2C11.2%2C38.8%2C0%2C25%2C0z%20M25%2C47.1%20C12.8%2C47.1%2C2.9%2C37.2%2C2.9%2C25S12.8%2C2.9%2C25%2C2.9S47.1%2C12.8%2C47.1%2C25C47%2C37.2%2C37.2%2C47%2C25%2C47.1z%20M33.1%2C19l-6%2C6l6%2C6c0.6%2C0.6%2C0.6%2C1.5%2C0%2C2.1%20c0%2C0%2C0%2C0%2C0%2C0c-0.6%2C0.6-1.5%2C0.6-2.1%2C0l-6-6l-6%2C6c-0.6%2C0.6-1.5%2C0.6-2.1%2C0c-0.6-0.6-0.6-1.5%2C0-2.1c0%2C0%2C0%2C0%2C0%2C0l6-6l-6-6%20c-0.6-0.6-0.5-1.5%2C0.1-2.1c0.6-0.5%2C1.4-0.5%2C2%2C0l6%2C6l6-6c0.6-0.6%2C1.5-0.5%2C2.1%2C0.1C33.6%2C17.6%2C33.6%2C18.5%2C33.1%2C19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.btnclose{
  top: calc(50% - 170px);
  left: calc(50% + 290px);
  z-index: 2
}
.btnclose span{
  display: none;
}






.appearance .modal-inner-wrap .inner-content-wrap figure{
  width: 200px;
}
.appearance .modal-inner-wrap .inner-content-wrap .info-text{
  width: calc(100% - 200px);
  padding-left: 15px;
}

.appearance .modal-inner-wrap .inner-content-wrap .info-text h4{
  font-size: 2.1rem;
  color: #6a3906;
  padding-bottom: 10px;
}
.appearance .modal-inner-wrap .inner-content-wrap .info-text p{
  font-size: 1.6rem;
 line-height: 1.6;
 padding-bottom: 15px;
}
.appearance .modal-inner-wrap .inner-content-wrap .info-text p.small-text{
 font-size: 1.4rem;
 line-height: 1.6;
}

}

/*=======================================================================================
2.0 - Layout
========================================================================================*/
@media only screen and (max-width: 600px) {
/*SP用レイアウト 開始*/
/*コンテンツ上部の空き調整*/
#AllContents{
  padding-top: 70px;
}
.sp-none{
  display: none;
}
img {
    max-width: 100%;
    height: auto;
}
.btn{
  display: block;
  line-height: 1;
  color: #009844;
  border:1px solid #009844;
  font-size: 1.8rem;
  width: 100%;
  padding: 10px 0px;
  text-decoration: none;
  text-align:center;
  margin-bottom: 10px;
  transition: all .3s ease-in-out;
}
.btn:hover{
 color: #fff;
 background-color:#009844;
}
/*アンカーリンクのズレを解消する
@-webkit-keyframes modify{
      0% { padding-top: 80px; margin-top: -80px; }
    100% { padding-top: 0; margin-top: 0; }
}
@keyframes  modify{
      0% { padding-top: 80px; margin-top: -80px; }
    100% { padding-top: 0; margin-top: 0; }
}
#map:target,
#spot:target,
#seminar:target{
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}*/
/*ヘッダー*/
header{
  position: relative;
  width: 100%;
  height:70px;
  position: fixed;
  top:0px;
  left: 0px;
  background-color: #cee2bb;
}
header h1{
  position: absolute;
  width: : 240px;
  height: 25px;
  z-index: 999;
  top: calc(50% - 12px);
  left: 2%;
}
#MenuButton {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#MenuButton {
  position: absolute;
  z-index: 999;
  top: calc(50% - 24px);
  /*bottom: 0;*/
  /*left: 0;*/
  right: 1%;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 0 2rem transparent;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #fff;
}
#MenuButton.js-active{
  border: 1px solid #0d6f39;
}
.hamburger_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background-color: #0d6f39;
  -webkit-transition: inherit;
          transition: inherit;
}
.hamburger_line::before,
.hamburger_line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: '';
  -webkit-transition: inherit;
          transition: inherit;
}
.hamburger_line::before {
  top: -5px;
}
.hamburger_line::after {
  top: 5px;
}
/* 挙動中 */
#MenuButton.js-active .hamburger_line{
  background-color: transparent;
}
#MenuButton.js-active .hamburger_line::before,
#MenuButton.js-active .hamburger_line::after {
  top: 0;
  background-color: #0d6f39;
}

#MenuButton.js-active .hamburger_line::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#MenuButton.js-active .hamburger_line::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
ul#Navigation{
  display: block;
  position: fixed;
  top:0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  overflow: hidden;
  opacity: 0;
  transition: .35s ease-in-out;
  padding-top: 70px
}
ul#Navigation.js-active{
  display: block;
  position: fixed;
  z-index: 996;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
}
ul#Navigation li {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
ul#Navigation li a{
  font-size: 2rem;
  text-decoration: none;
  color: #0d6f39;
  opacity: 1;
  transition: all .3s ease-in-out;
}
ul#Navigation li a:hover{
  opacity:.6;
}

.visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}


/**/
#main-images{
  background-image:url("../../img/main_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  height: 350px;
}
#main-images div{
  width: 90%;
  padding-top: 50px;
  margin: 0 auto;
}

/**/
#map{
  padding-top: 40px;
}
#map .inner-container {
  padding-bottom: 25px;
}
#map .inner-container h2{
  width: 96%;
  margin:0px auto 15px auto;
}
#map .inner-container p{
  font-size: 1.6rem;
  line-height: 2;
}
#map .inner-container p span{
  /*color: #e50012;*/
  display: none;
}

#culture li{
  font-size: 1.6rem;
  padding:15px 15px 15px 40px;
  border-bottom:1px dotted #ccc;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position:left 10px center;
}

#culture li#culture01{
  background-image: url('../../img/culture_01.png');
}
#culture li#culture02{
  background-image: url('../../img/culture_02.png');
}
#culture li#culture03{
  background-image: url('../../img/culture_03.png');
}
#culture li#culture04{
  background-image: url('../../img/culture_04.png');
}
#culture li#culture05{
  background-image: url('../../img/culture_05.png');
}
#culture li#culture06{
  background-image: url('../../img/culture_06.png');
}
#culture li#culture07{
  background-image: url('../../img/culture_07.png');
}
#culture li#culture08{
  background-image: url('../../img/culture_08.png');
}
#culture li#culture09{
  background-image: url('../../img/culture_09.png');
}
#culture li#culture10{
  background-image: url('../../img/culture_10.png');
}
#culture li#culture11{
  background-image: url('../../img/culture_11.png');
}
#culture li#culture12{
  background-image: url('../../img/culture_12.png');
}
#culture li#culture13{
  background-image: url('../../img/culture_13.png');
}
#culture li#culture14{
  background-image: url('../../img/culture_14.png');
}
#culture li#culture15{
  background-image: url('../../img/culture_15.png');
}
#culture li#culture16{
  background-image: url('../../img/culture_16.png');
}




/**/
#spot{
  padding-top: 40px;
}
#spot .inner-container h2{
  width: 96%;
  margin:0px auto 15px auto;
}
#hotels li{
  margin-bottom: 30px;
}
#hotels figure{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#hotels figure img{
  width: 100%;
}
#hotels h3{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  margin-bottom: 10px;
}
#hotels h3 span{
  padding-left: 5px;
}
#hotels p{
  font-size: 1.6rem;
  margin-bottom: 10px;
}


/**/
#seminar{
  padding-top: 40px;
  padding-bottom: 40px;
}
#seminar .inner-container h2{
  width: 100%;
  margin:0px auto 15px auto;
}

#seminar .inner-container p{
  font-size: 1.6rem;
  line-height: 2;
  padding-bottom: 10px;
}
#seminar .inner-container h3{
  font-size: 2.8rem;
  font-weight: 700;
  color: #009844;
  padding-bottom: 10px;
}
#seminar .inner-container h3 span.wrap{
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

#seminar .inner-container h3 span.style-large{
  font-size: 4.8rem;
}



/*footer*/
.footer-section{
  padding: 50px 0px;
  text-align: center;
  background-color: #eeeeee;
}
.footer-section #caution {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-section #caution figure{
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.footer-section #caution p{
  width: 100%;
  font-size: 1.2rem;
  text-align: left;
  line-height: 2;
    padding-bottom: 24px;
}
.footer-section h2{
  padding-bottom: 24px;
}
.footer-section h2+p{
  font-size: 1.2rem;
  line-height: 2;
}
.footer-section h2+p a{
  color: #3498db;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.footer-section h2+p a:hover{
  opacity: .6;
}

#cpyright-wrap{
  text-align: center;
  background-color:#333;
  padding: 10px;
}
#cpyright-wrap p{
  color: #fff;
  font-size: 1.2rem;
}



/*SP用レイアウト 終了*/
}


@media only screen and (min-width: 601px) {
/*PC用レイアウト 開始*/
/*ヘッダー固定によるズレを解消する
----------------------------------------------------------------------------------------*/
/*コンテンツ上部の空き調整*/
#AllContents{
  width: 100%;
  min-width: 1400px;
  /*padding-top: 70px;*/
}
.btn{
  display: block;
  line-height: 1;
  color: #009844;
  border:1px solid #009844;
  font-size: 2.1rem;
  width: 100%;
  padding: 18px 0px;
  text-decoration: none;
  text-align:center;
  margin-bottom: 10px;
  transition: all .3s ease-in-out;
}
.btn:hover{
 color: #fff;
 background-color:#009844;
}
/*アンカーリンクのズレを解消する
@-webkit-keyframes modify{
      0% { padding-top: 80px; margin-top: -80px; }
    100% { padding-top: 0; margin-top: 0; }
}
@keyframes  modify{
      0% { padding-top: 80px; margin-top: -80px; }
    100% { padding-top: 0; margin-top: 0; }
}
#map:target,
#spot:target,
#seminar:target{
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}*/
/*ヘッダー*/
header{
  position: fixed;
  width: 100%;
  min-width: 1400px;
  height:70px;
  background-color: #cee2bb;
  z-index: 3;
}

header div.header-wrap{
  position: relative;
  width: 1400px;
  padding:0px 50px;
  margin: 0 auto;
}
header h1{
  position: absolute;
  width: 240px;
  height: 25px;
  z-index: 999;
  top:23px;
  left: 230px;
}
#Navigation{
  position: absolute;
  right: 230px;
  top:28px;
  display: flex;
  justify-content: space-between;
  width: 596px;
}
#Navigation a{
  font-size: 1.6rem;
  text-decoration: none;
  color: #333;
  opacity: 1;
  transition: all .3s ease-in-out;
}
#Navigation a:hover{
  opacity:.6;
}
/*スマートフォン用メニューボタンを非表示にする*/
#MenuButton{
  display: none;
}
/*マップ*/
#mapimg{
  position: relative;
  max-width: 1400px;
  min-width: 1400px;
  margin:0 auto;
}

#mapimg #culture .trigger,
#mapimg #lodging .trigger{
display: block;
width: 45px;
height: 55px;
/*background-color: rgba(0,0,0,.8);*/
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

#culture01{
  position: absolute;
  top:630px;
  left:604px;
}
#culture02{
  position: absolute;
  top:493px;
  left:516px;
}
#culture03{
  position: absolute;
  top:600px;
  left:537px;
}
#culture04{
  position: absolute;
  top:668px;
  left:387px;
}
#culture05{
  position: absolute;
  top:610px;
  left:210px;
}
#culture06{
  position: absolute;
  top:910px;
  left:407px;
}
#culture07{
  position: absolute;
  top:593px;
  left:718px;
}
#culture08{
  position: absolute;
  top:536px;
  left:1025px;
}
#culture09{
  position: absolute;
  top:566px;
  left:1160px;
}
#culture10{
  position: absolute;
  top:364px;
  left:1140px;
}
#culture11{
  position: absolute;
  top:310px;
  left:1030px;
}
#culture12{
  position: absolute;
  top:390px;
  left:867px;
}
#culture13{
  position: absolute;
  top:200px;
  left:884px;
}
#culture14{
  position: absolute;
  top:300px;
  left:692px;
}
#culture15{
  position: absolute;
  top:230px;
  left:538px;
}
#culture16{
  position: absolute;
  top:200px;
  left:103px;
}

#lodging01{
  position: absolute;
  top:179px;
  left:1220px;
}
#lodging02{
  position: absolute;
  top:230px;
  left:1230px;
}
#lodging03{
  position: absolute;
  top:172px;
  left:414px;
}



/* 以下にスタイルを記述　-----------------------------------------------------------------------------------*/



/* header部分
.header_style{
  display: flex;
  margin: 2.4rem 0;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}

#Navigation{
  display: flex;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#Navigation a{
  text-decoration: none;
  color: black;
}

.anchorlink{
  margin: 0 2.5rem;
}
*/


/* top画像 */
#main-images{
  background-image: url(../../img/main_img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 840px;
}


#main-images div{
  text-align: center;
  padding-top: 190px;
  margin: 0 auto;
}



/* map */
#map{
  padding-top: 80px;
}
#map h2{
  padding-bottom: 50px;
}
#map .inner-container {
  padding-bottom: 50px;
}
#map p{
  line-height: 2.2;
}
#map .inner-container {
  text-align: center;
}
#map .inner-container p span{
  color: #e50012;
}



/* spot */
#spot{
  padding-top: 80px;
}
#spot h2{
  padding-bottom: 50px;
}
#spot .inner-container {
  text-align: center;
}
#hotels{
  margin: 5rem 0 8rem 0;
}

.hotel{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hotel li{
  width: 320px;
}
#hotels figure{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#hotels figure img{
  width: 100%;
}
#hotels h3{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  margin-bottom: 20px;
}
#hotels h3 span{
  padding-left: 5px;
}
#hotels p{
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.border_green{
  margin: 2rem 0 2rem 0;
}



/*seminar*/
#seminar{
  padding-top: 80px;
  padding-bottom: 80px;
}
#seminar h2{
  padding-bottom: 50px;
}
#seminar p{
  line-height: 2.2;
  padding-bottom: 50px;
}
#seminar .inner-container {
  text-align: center;
}

#seminar .btn{
  width: 320px;
  margin:0 auto;
}

#seminar .inner-container h3{
  font-size: 4.8rem;
  font-weight: 700;
  color: #009844;
  padding-bottom: 50px;
  text-align: center;
}

#seminar .inner-container h3 span.style-large{
  font-size: 8.1rem;
}


/*footer*/
.footer-section{
  padding: 50px 0px;
    text-align: center;
  background-color: #eeeeee;
}
.footer-section #caution {
  display: flex;
  align-items: center;
}
.footer-section #caution figure{
  width: 114px;
}
.footer-section #caution p{
  width: calc(100% - 114px);
  font-size: 1.2rem;
  text-align: left;
  line-height: 2;
}
.footer-section h2{
  padding-bottom: 24px;
}
.footer-section h2+p{
  font-size: 1.2rem;
  line-height: 2;
}
.footer-section h2+p a{
  color: #3498db;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.footer-section h2+p a:hover{
  opacity: .6;
}

#cpyright-wrap{
  text-align: center;
  background-color:#333;
  padding: 10px;
}
#cpyright-wrap p{
  color: #fff;
  font-size: 1.2rem;
}


/* ↑記述ここまで　----------------------------------------------------------------------------------------*/
/*PC用レイアウト 終了*/
}
