@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* setting */
body {
  margin: 0;
}

body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul > li {
  list-style: none;
}

div,
p {
  margin: 0;
  padding: 0;
  text-align: left;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

em {
  font-style: normal;
}

a {
  color: #000;
  display: inline-block;
}
a:hover {
  opacity: 0.7;
  color: black;
}
a img {
  border: none;
}

img {
  display: block;
}
@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* text */
html {
  font-size: 62.5%;
}

body {
  font-family: '-apple-system', 'BlinkMacSystemFont','Helvetica Neue','Hiragino Kaku Gothic ProN', "segoe ui",'游ゴシック  Medium','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

p, li {
  line-height: 1.8;
}

h1 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

h2 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

/* Text */
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
}

.em {
  color: #ff5959;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.text--mini {
  font-size: 0.8em;
}

/* extend */
/* Header
-------------------------------------------------- */
.header {
  min-width: 1080px;
}
@media only screen and (max-width: 768px) {
  .header {
    min-width: 100%;
  }
}
.header .inner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  zoom: 1;
}
.header .inner:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .header .inner {
    width: 100%;
    padding: 0 3.125vw;
  }
}
.header .inner {
  width: 880px;
  height: 104px;
}
@media only screen and (max-width: 768px) {
  .header .inner {
    width: auto;
    height: auto;
  }
}
.header__logo {
  position: absolute;
  width: 262px;
  top: 10px;
  left: 0;
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    position: static;
    margin: 5px auto;
    width: 66.66%;
  }
}
.header__social-box {
  position: absolute;
  top: 5px;
  left: 585px;
}
@media only screen and (max-width: 768px) {
  .header__social-box {
    position: static;
    width: 135px;
    margin: 0 auto 10px;
  }
}
.header__social-box ul {
  zoom: 1;
}
.header__social-box ul:after {
  content: "";
  display: block;
  clear: both;
}
.header__social-box li {
  width: 30px;
  float: left;
  margin-left: 3px;
}
.header__link {
  position: absolute;
  left: 434px;
  top: 5px;
}
@media only screen and (max-width: 768px) {
  .header__link {
    position: static;
  }
  .header__link p {
    line-height: 1;
    text-align: center;
  }
}
.header__link span {
  color: #73a5da;
}
.header__link a {
  color: #000;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
}
.header__tourism {
  position: absolute;
  top: 45px;
  left: 464px;
}
@media only screen and (max-width: 768px) {
  .header__tourism {
    float: left;
    width: 69.33%;
    position: static;
    margin: 10px auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .header__tourism img, .header__tourism a {
    width: 100%;
    height: auto;
  }
}
.header__hyogo {
  position: absolute;
  top: 20px;
  left: 745px;
  width: 130px;
}
@media only screen and (max-width: 768px) {
  .header__hyogo {
    float: right;
    width: 29.33%;
    position: static;
    padding: 0 10px;
    margin: 5px 0;
    box-sizing: border-box;
  }
  .header__hyogo img, .header__hyogo a {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

/* nav */
.nav {
  min-width: 1080px;
}
@media only screen and (max-width: 768px) {
  .nav {
    min-width: 100%;
  }
}
.nav .inner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  zoom: 1;
}
.nav .inner:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .nav .inner {
    width: 100%;
    padding: 0 3.125vw;
  }
}
@media only screen and (max-width: 768px) {
  .nav {
    background: #c1dbf6;
    margin-bottom: 25px;
  }
}
.nav ul {
  width: 880px;
  margin: 0 auto;
  zoom: 1;
}
.nav ul:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .nav ul {
    width: auto;
    padding: 15px 0;
  }
}
.nav li {
  float: left;
}
@media only screen and (max-width: 768px) {
  .nav li {
    box-sizing: border-box;
  }
}
.nav li:nth-child(1) {
  width: 136px;
}
@media only screen and (max-width: 768px) {
  .nav li:nth-child(1) {
    width: 100%;
  }
}
.nav li:nth-child(2) {
  width: 123px;
}
@media only screen and (max-width: 768px) {
  .nav li:nth-child(2) {
    width: 50%;
    padding-right: 2px;
  }
}
.nav li:nth-child(3) {
  width: 122px;
}
@media only screen and (max-width: 768px) {
  .nav li:nth-child(3) {
    width: 50%;
    padding-left: 2px;
  }
}
.nav li:nth-child(4) {
  width: 123px;
}
@media only screen and (max-width: 768px) {
  .nav li:nth-child(4) {
    width: 50%;
    padding-right: 2px;
  }
}
.nav li:nth-child(5) {
  width: 123px;
}
@media only screen and (max-width: 768px) {
  .nav li:nth-child(5) {
    width: 50%;
    padding-left: 2px;
  }
}
.nav li:nth-child(6) {
  width: 125px;
}
@media only screen and (max-width: 768px) {
  .nav li:nth-child(6) {
    width: 50%;
    padding-right: 2px;
  }
}
.nav li:nth-child(7) {
  width: 128px;
}
@media only screen and (max-width: 768px) {
  .nav li:nth-child(7) {
    width: 50%;
    padding-left: 2px;
  }
}
.nav li a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 14px 0 0;
}
@media only screen and (max-width: 768px) {
  .nav li a {
    padding: 0;
    margin-bottom: 4px;
  }
}

#js-menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  #js-menu {
    display: block;
  }
}

#js-nav {
  display: block;
}
@media only screen and (max-width: 768px) {
  #js-nav {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .menu-btn {
    position: relative;
    display: block;
    background: #73a5da;
    text-align: center;
  }
  .menu-btn a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    line-height: 40px;
    height: 40px;
  }
  .menu-btn a:before {
    content: "▼";
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
  }
  .menu-open .menu-btn a:before {
    content: "▲";
  }
}

/* visual */
.visual {
  position: relative;
}
.visual .slide {
  display: none;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .visual .slide {
    padding: 0;
  }
}
.visual a {
  display: block;
}
.visual img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .visual img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}

.arrows {
  position: absolute;
  width: 880px;
  height: 75px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .arrows {
    display: none;
  }
}

.slick-arrow {
  cursor: pointer;
  border-style: none;
  width: 50px;
  height: 0;
  padding-top: 75px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}

.slick-prev {
  position: absolute;
  left: -30px;
  width: 50px;
  background: url("../img/arrow-left.png") no-repeat;
}

.slick-next {
  position: absolute;
  right: -30px;
  width: 50px;
  background: url("../img/arrow-right.png") no-repeat;
}

/* footer
-------------------------------------------------- */
.footer {
  min-width: 1080px;
  border-top: #6e6e6e solid 2px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .footer {
    min-width: 100%;
  }
}
.footer .inner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  zoom: 1;
}
.footer .inner:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .footer .inner {
    width: 100%;
    padding: 0 3.125vw;
  }
}
.footer .inner {
  background: url(../img/footer_logo_hyogo.png) no-repeat 95% 10px;
  min-height: 100px;
}
@media only screen and (max-width: 768px) {
  .footer .inner {
    background-size: 110px auto;
    min-height: auto;
  }
}
.footer__nav {
  padding: 15px 0 10px;
}
.footer__nav li {
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .footer__nav li {
    display: block;
  }
}
.footer__nav li:after {
  content: "｜";
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .footer__nav li:after {
    display: none;
  }
}
.footer .copyright {
  text-align: center;
  font-size: 10px;
  font-size: 1.0rem;
}

.pagetop {
  position: fixed;
  right: 10%;
  bottom: 10%;
}
@media only screen and (max-width: 768px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
    width: 42px;
  }
  .pagetop img {
    width: 100%;
    height: auto;
  }
}

/* 各page共通 */
.contents {
  min-width: 1080px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .contents {
    min-width: 100%;
  }
}
.contents .inner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  zoom: 1;
}
.contents .inner:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .contents .inner {
    width: 100%;
    padding: 0 3.125vw;
  }
}
@media only screen and (max-width: 768px) {
  .contents {
    padding-bottom: 20px;
  }
}

._block {
  padding: 50px 0 90px;
}
@media only screen and (max-width: 768px) {
  ._block {
    padding: 20px 0 40px;
  }
}
._block.no-line {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  ._block.no-line {
    padding: 10px 0;
  }
}

._box {
  zoom: 1;
}
._box:after {
  content: "";
  display: block;
  clear: both;
}
._box--left ._box__photo {
  float: left;
}
@media only screen and (max-width: 768px) {
  ._box--left ._box__photo {
    float: none;
  }
}
._box--left ._box__data {
  float: right;
  padding: 0 40px 0 0;
}
@media only screen and (max-width: 768px) {
  ._box--left ._box__data {
    float: none;
    padding: 0;
  }
}
._box--right ._box__photo {
  float: right;
}
@media only screen and (max-width: 768px) {
  ._box--right ._box__photo {
    float: none;
  }
}
._box--right ._box__data {
  float: left;
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 768px) {
  ._box--right ._box__data {
    float: none;
    padding: 0;
  }
}
._box__photo {
  width: 600px;
}
@media only screen and (max-width: 768px) {
  ._box__photo {
    width: auto;
  }
}
._box__data {
  width: 370px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  ._box__data {
    width: auto;
    margin-bottom: 10px;
  }
}
._box__data .title {
  padding: 40px 0 30px;
}
@media only screen and (max-width: 768px) {
  ._box__data .title {
    padding: 0 0 10px;
  }
  ._box__data .title img {
    width: 100%;
    height: auto;
  }
}
._box__data .text {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  ._box__data .text {
    margin-bottom: 10px;
  }
}

._gokinjyo-spot {
  position: relative;
  padding: 45px 40px 30px 70px;
  margin: 37px 0 0;
  zoom: 1;
}
._gokinjyo-spot:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  ._gokinjyo-spot {
    padding: 15px;
  }
}
._gokinjyo-spot__ttl {
  position: absolute;
  top: -37px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  ._gokinjyo-spot__ttl {
    width: 31.88%;
  }
  ._gokinjyo-spot__ttl img {
    width: 100%;
    height: auto;
  }
}
._gokinjyo-spot__photo {
  width: 466px;
  float: left;
}
@media only screen and (max-width: 768px) {
  ._gokinjyo-spot__photo {
    width: auto;
    float: none;
  }
  ._gokinjyo-spot__photo img {
    width: 100%;
    height: auto;
  }
  ._gokinjyo-spot__photo img {
    margin: 10px auto;
    width: auto;
  }
}
._gokinjyo-spot__data {
  width: 420px;
  float: left;
  margin-left: 70px;
}
@media only screen and (max-width: 768px) {
  ._gokinjyo-spot__data {
    width: auto;
    float: none;
    margin: 0 0 10px 0;
  }
}
._gokinjyo-spot__data .title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  ._gokinjyo-spot__data .title {
    margin: 10px 0;
  }
}
._gokinjyo-spot__data .text {
  margin-bottom: 30px;
}

._data-link {
  margin-top: 20px;
}

._box ._data-list {
  border-top: 1px solid #d7d7d7;
  padding: 35px 0 0;
}
@media only screen and (max-width: 768px) {
  ._box ._data-list {
    padding: 10px 0 0;
  }
}
._data-list.mb {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  ._data-list.mb {
    margin-bottom: 10px;
  }
}
._data-list li {
  padding-left: 25px;
}

._data-map img {
  margin-top: 30px;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  ._data-map img {
    width: 49.56%;
    margin: 20px auto 0;
  }
}

.web-contents {
  width: 1080px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 768px) {
  .web-contents {
    width: auto;
    margin: 0 auto 20px;
  }
}
.web-contents__body {
  padding: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .web-contents__body {
    padding: 33px 15px;
  }
}
.web-contents__body .inner {
  background: #fffee4;
  padding: 0 60px 50px;
}
@media only screen and (max-width: 768px) {
  .web-contents__body .inner {
    padding: 15px;
  }
}
.web-contents ._box__photo {
  width: 480px;
}
@media only screen and (max-width: 768px) {
  .web-contents ._box__photo {
    width: auto;
  }
}
.web-contents ._box--left ._box__data {
  padding: 0;
}
.web-contents ._box--right ._box__data {
  padding: 0;
}

.map {
  zoom: 1;
  margin-bottom: 100px;
}
.map:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .map {
    margin-bottom: 25px;
  }
}
.map__ttl img {
  width: 270px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .map__ttl img {
    width: 48%;
    margin: 0 auto 10px;
  }
}
.map .inner {
  width: 880px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .map .inner {
    width: auto;
    padding: 0 10px;
  }
  .map .inner iframe {
    box-sizing: border-box;
  }
}
