@charset "utf-8";
/* ==================================================================================== */
/* 初期設定 */
/* ==================================================================================== */
body {
  background-color: #f0f0f0;
  border: 5px solid #f39c12;
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
}
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
li {
  list-style-type: none;
}
a, a:hover {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  body {
    border-width: 10px;
  }
}
/* ==================================================================================== */
/* メインビジュアル */
/* ==================================================================================== */
.visual {
  position: relative;
}
.overlay {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}
.logo-block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 212px;
  height: 123px;
  margin: -62px 0 0 -106px;
}
.logo-block > * {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
}
.logo-block .name {
  width: 137px;
  padding-top: 17px;
  background: url(../img/main-text-mina-yoshitsugu.png) 0 0 no-repeat transparent;
  background-size: 100%;
}
.logo-block .logo {
  width: 212px;
  margin: 10px 0 20px;
  padding-top: 63px;
  background: url(../img/main-text-logo.png) 0 0 no-repeat transparent;
  background-size: 100%;
}
.logo-block .term {
  width: 179px;
  padding-top: 13px;
  background: url(../img/main-text-term.png) 0 0 no-repeat transparent;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .visual {
    height: 219px;
  }
  .slide li {
    position: relative;
    overflow: hidden;
    height: 219px;
  }
  .slide li img {
    position: absolute;
    top: -25%;
    left: -50%;
    width: 200%;
  }
}
@media screen and (min-width: 768px) {
  .logo-block {
    width: 424px;
    height: 246px;
    margin: -122px 0 0 -212px;
  }
  .logo-block .name {
    width: 274px;
    padding-top: 34px;
    background-size: 100%;
  }
  .logo-block .logo {
    width: 424px;
    margin: 20px 0 40px;
    padding-top: 126px;
    background-size: 100%;
  }
  .logo-block .term {
    width: 358px;
    padding-top: 26px;
    background-size: 100%;
  }
}
/* ==================================================================================== */
/* ナビゲーション */
/* ==================================================================================== */
.cd-nav ul {
  z-index: 9998;
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}
.cd-nav li a {
  padding: 1em;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.cd-nav li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .cd-nav ul {
    visibility: hidden;
  }
  .cd-nav li a:hover {
    color: #f39c12;
  }
  .cd-nav.is-fixed ul {
    max-width: 307px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  }
  .cd-nav.is-fixed ul li a {
    padding: 1em;
    border-bottom: 1px solid #eee;
  }
  .cd-nav.is-fixed li:last-child a {
    border-bottom: none;
  }
}
.cd-nav-trigger {
  z-index: 9999;
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}
.cd-nav-trigger span {
  background: #f39c12;
}
.cd-nav-trigger.menu-is-open span::before, .cd-nav-trigger.menu-is-open span::after {
  background: #f39c12;
}
/* ==================================================================================== */
/* コンテンツ */
/* ==================================================================================== */
.content {
  width: 90.322%;
  max-width: 960px;
  margin: 0 auto;
}
.day-block {
  margin: 50px 0;
  padding-bottom: 50px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.day-block:last-child {
  border-bottom: 0;
}
.block-title:before, .block-title:after {
  display: table;
  content: "";
}
.block-title:after {
  clear: both;
}
.block-title {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 24px;
  zoom: 1;
}
.block-title .day {
  float: left;
  width: 60px;
  height: 40px;
  line-height: 40px;
  background-color: #f39c12;
  border: 2px solid #f39c12;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  color: #fff;
}
.block-title .title {
  float: left;
  height: 40px;
  padding: 0 30px;
  /*line-height: 40px;*/
  background-color: #fff;
  border: 2px solid #f39c12;
  font-weight: normal;
  color: #f39c12;
}
.destination-outline {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.destination-outline:last-child {
  margin-bottom: 0;
}
.destination-outline .image-wrapper {
  width: 100%;
}
.destination-outline .text-wrapper {
  padding: 20px 20px 25px;
}
.destination-outline .title {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}
.destination-outline .btn {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 15px;
  line-height: 30px;
  border: 1px solid #f39c12;
  border-radius: 2px;
  font-size: 16px;
  color: #f39c12;
  letter-spacing: .25em;
}
.destination-outline .btn:hover {
  background-color: #f39c12;
  color: #fff;
}
.google-maps-link {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 30px;
  line-height: 30px;
  border: 1px solid #f39c12;
  border-radius: 2px;
  font-size: 16px;
  color: #f39c12;
}
.google-maps-link span {
  position: relative;
  left: 13px;
}
.google-maps-link span:before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -25px;
  content: "";
  width: 20px;
  height: 16px;
  background: url(../img/maps-icon.png) left center no-repeat transparent;
  background-size: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.google-maps-link span:after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -25px;
  content: "";
  width: 20px;
  height: 16px;
  background: url(../img/maps-icon-on.png) left center no-repeat transparent;
  background-size: 100%;
}
.google-maps-link:hover {
  background-color: #f39c12;
  color: #fff;
}
.google-maps-link:hover span:before {
  opacity: 0;
}
.remodal-overlay {
  background: rgba(0, 0, 0, .75);
}
.remodal-close {
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  border: 2px solid #f39c12;;
}
.remodal-close:after {
  line-height: 25px;
  color: #f39c12;
}
.remodal-close:hover, .remodal-close:active {
  background-color: #f39c12;
}
.remodal-close.remodal-close:hover:after, .remodal-close.remodal-close:active:after {
  color: #fff;
}
.destination-detail {
  padding: 10px 10px 60px;
  background-color: #fff;
  color: #333;
}
.destination-detail * {
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.destination-detail .title {
  margin: 40px 0;
  font-size: 20px;
}
.destination-detail .info {
  padding: 0 10px;
}
.destination-detail .info dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  margin-bottom: 1em;
  font-weight: bold;
}
.destination-detail .info dt:before,
.destination-detail .info dt:after {
  border-top: 1px solid #ddd;
  content: "";
  display: inline; /* for IE */
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.destination-detail .info dt:before {
  margin-right: 1em;
}
.destination-detail .info dt:after {
  margin-left: 1em;
}
.destination-detail .info dd + dt {
  margin-top: 3em;
}
.destination-detail .info dd.multiline {
  line-height: 2em;
}
.destination-detail .info dd p + p {
  margin-top: 1em;
}
.destination-detail .info dd a {
  text-decoration: underline;
}
.destination-detail .info dd a:hover {
  opacity: .5;
}
@media screen and (min-width: 768px) {
  .day-block {
    margin: 100px 0;
    padding-bottom: 70px;
  }
  .block-title {
    margin-bottom: 50px;
    font-size: 30px;
  }
  .block-title .day {
    width: 100px;
    height: 50px;
    line-height: 50px;
  }
  .block-title .title {
    height: 50px;
    padding: 0 60px;
    line-height: 50px;
  }
  .destination-outline .btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .google-maps-link {
    height: 50px;
    margin-top: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .google-maps-link span:before, .google-maps-link span:after {
    left: -40px;
    width: 30px;
    height: 24px;
  }
  .destination-detail {
    max-width: 600px;
    padding: 20px 20px 60px;
    border-radius: 4px;
  }
  .destination-detail .title {
    font-size: 24px;
  }
}
/* ==================================================================================== */
/* グリッド */
/* ==================================================================================== */
.row:before, .row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.row {
  zoom: 1;
}
.col {
  display: block;
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col {
    margin-right: 2%;
  }
  .col:nth-child(3n) {
    margin-right: 0;
  }
  .span_1 { width: 6.5%; }
  .span_2 { width: 15.0%; }
  .span_3 { width: 23.5%; }
  .span_4 { width: 32.0%; }
  .span_5 { width: 40.5%; }
  .span_6 { width: 49.0%; }
  .span_7 { width: 57.5%; }
  .span_8 { width: 66.0%; }
  .span_9 { width: 74.5%; }
  .span_10 { width: 83.0%; }
  .span_11 { width: 91.5%; }
  .span_12 { width: 100%; }
}