@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower #visual {
  position: relative;
  background: url("../../_images/location/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

body.page-experience #visual {
  position: relative;
  background: url("../../_images/location/experience/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * サイドナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.layout-flex {
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 100%;
  width: 1600px;
  padding-right: 225px;
  padding-bottom: 90px;
  margin: 0 auto;
}

.js-location-content {
  flex: 1;
}

.js-location-nav {
  width: 230px;
  padding-top: 80px;
  padding-left: 15px;
}

.js-location-nav ul {
  position: sticky;
  top: 125px;
}
.js-location-nav ul li {
  position: relative;
}
.js-location-nav ul li a::before {
  content: "";
  display: block;
  background: none;
  position: absolute;
  top: 6px;
  left: 0;
}
.js-location-nav ul li a.is-current::before {
  content: "";
  display: block;
  background: url("../../_images/_common/footer-arrow.png") no-repeat;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  position: absolute;
  top: 6px;
  left: 0;
}
.js-location-nav ul li ~ li {
  margin-top: 30px;
}
.js-location-nav ul li a {
  position: relative;
  color: #bbbbbb;
  font-weight: bold;
  padding-left: 0.8em;
}
.js-location-nav ul li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #bbbbbb;
  position: absolute;
  bottom: -30px;
  left: 2em;
}
.js-location-nav ul li:last-child a::after {
  display: none;
}
/* カレント表示の指定 */
.js-location-nav ul li a:hover,
.js-location-nav ul li a.is-current{
  color: var(--c-black);
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1560px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    padding-right: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    position: relative;
    display: flex;
    align-items: stretch;
    max-width: 100%;
    width: 1600px;
    padding-right: 0;
    padding-bottom: 90px;
    margin: 0 auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1360px) {
  /*ブラウザの幅が736px以下の時*/
  .js-location-nav {
    padding-top: 80px;
    padding-left: 15px;
    width: 20%;
  }
  .js-location-content {
    flex: 1;
    width: 80%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    position: relative;
    display: block;
    align-items: stretch;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .js-location-nav {
    display: none;
  }
  .js-location-content {
    flex: 1;
    width: 100%;
  }
}

/* ****************************************************************************************************
   * アクセス・周辺観光
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.location {
  position: relative;
  padding-top: 80px;
}

.location .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .location {
    position: relative;
    padding-top: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.location .title {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.6;
}
.location .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 6.0rem;
  font-family: "EB Garamond", serif;
  line-height: 1.2;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .location .title {
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
  }
  .location .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 3.0rem;
     font-family: "EB Garamond", serif;
    line-height: 1.2;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 共通
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.location .title-1 {
  font-size: 2.5rem;
}

.location dl.data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.location dl.data dt,
.location dl.data dd {
  padding: 0.5em;
  border-bottom: 1px solid #dddddd;
}
.location dl.data dt {
  width: 50%;
}
.location dl.data dd {
  width: 50%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .location .title-1 {
    font-size: 2.0rem;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * アクセス
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#access .map {
  margin-top: 50px;
}
#access .map .text {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #access .map {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#access .contents {}

#access .contents picture {
  display: block;
  text-align: center;
}

#access .contents .detail {}
#access .contents .detail .item {}
#access .contents .detail .item ~ .item {
  margin-top: 40px;
}

#access .contents .detail .item .title-1 {
  position: relative;
  font-size: 2.5rem;
  padding-left: 3em;
  line-height: 1.4;
}
#access .contents .detail .item .title-1::before {
  content: "";
  display: block;
  background: url("../../_images/location/access-icon-01.png") no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#access .contents .detail .item:last-child .title-1::before {
  content: "";
  display: block;
  background: url("../../_images/location/access-icon-02.png") no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#access .contents .detail .item .subtitle {
  font-size: 2.0rem;
}
#access .contents .detail .item .subtitle span {
  color: var(--c-brown);
  margin-right: 0.5em;
}

#access .contents .detail .item .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #access .contents .detail .item .title-1 {
    position: relative;
    font-size: 2.0rem;
    padding-left: 2em;
  }
  #access .contents .detail .item .title-1::before {
    content: "";
    display: block;
    background: url("../../_images/location/access-icon-01.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #access .contents .detail .item:last-child .title-1::before {
    content: "";
    display: block;
    background: url("../../_images/location/access-icon-02.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #access .contents .detail .item .subtitle {
    font-size: 1.8rem;
  }
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 駐車場のご案内
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#parking {
  padding-top: 130px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #parking {
    padding-top: 7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（写真＋テキスト）
/* ------------------------------------------------------------------------------------------------- */

#parking .contents.layout-2 {
  display: flex;
  margin-top: 50px;
}

#parking .contents.layout-2 picture {
  width: 67%;
  display: block;
  text-align: center;
}
#parking .contents.layout-2 .detail {
  max-width: 29%;
  margin-left: 30px;
}

#parking .contents.layout-2 dl.data {
  margin-top: 40px;
  border-top: 1px solid #dddddd;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #parking .contents.layout-2 picture {
    width: 100%;
  }
  #parking .contents.layout-2 .detail {
    max-width: 100%;
    margin-left: 0;
    margin-top: 1em;
    width: 100%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #parking .contents.layout-2 {
    display: flex;
    margin-top: 1em;
  }
  #parking .contents.layout-2 picture {}
  #parking .contents.layout-2 .detail {
    max-width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
  #parking .contents.layout-2 .detail .text {
    margin-top: 0;
  }
  #parking .contents.layout-2 dl.data {
    margin-top: 1em;
   border-top: 1px solid #dddddd;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 周辺観光
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#sightseeing {
  padding-top: 130px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #sightseeing {
    padding-top: 7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#sightseeing .layout-flex-2 > :nth-child(n+3) {
  margin-top: 90px;
}

#sightseeing .layout-flex-2 picture {
  display: block;
  text-align: center;
}
#sightseeing .detail .text {
  margin-top: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #sightseeing .layout-flex-2 > :nth-child(n+3) {
    margin-top: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#sightseeing .link-btn {
  margin: 30px auto;
  justify-content: center;
}
#sightseeing .link-btn .btn {
  width: 240px;
  margin: 1%;
}

/* Googlemap*/
#sightseeing .link-btn .btn span {
  position: relative;
}
#sightseeing .link-btn .btn span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/map-pin.png") no-repeat;
  width: 18px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

/* 公式サイト*/
#sightseeing .link-btn .btn.links::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-icon.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-15%);
  border: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #sightseeing .link-btn {
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sightseeing .link-btn .btn {
    width: 240px;
    margin: 1%;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 過ごし方
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#experience {
  padding-top: 120px;
  padding-bottom: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #experience {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 写真
/* ------------------------------------------------------------------------------------------------- */

#experience .layout-2 {
  justify-content: center;
}
#experience .layout-2 > picture {
  max-width: 270px;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1600px) {
  /*ブラウザの幅が736px以下の時*/
  #experience .layout-2 {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .hoge {
    font-size: 18px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #experience .layout-2 {
    display: flex;
  }
  #experience .layout-2 > * {
    width: 50%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

#experience .lead {
  margin-top: 50px;
  text-align: center;
}

#experience .lead .title-1 {
  font-size: 2.8rem;
}
#experience .lead .text {
  margin-top: 40px;
}
#experience .lead .link-btn {
  margin-top: 40px;
}
#experience .lead .link-btn .btn {
  width: 390px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #experience .lead {
    margin-top: 20px;
    text-align: center;
  }
  
  #experience .lead .title-1 {
    font-size: 2.2rem;
  }
  #experience .lead .text {
    margin-top: 1em;
  }
  #experience .lead .link-btn {
    margin-top: 1em;
  }
  #experience .lead .link-btn .btn {
    width: 270px;
  }
}

/* ****************************************************************************************************
   * 過ごし方 一覧
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#experience-archive {
  padding-top: 80px;
  padding-bottom: 120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #experience-archive {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#experience-archive section {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #dddddd;
}
#experience-archive .contents.layout-2 {}

#experience-archive .contents picture {
  width: 40%;
  margin-right: 5%;
}
#experience-archive .contents picture img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

#experience-archive .contents .detail {
  width: 55%;
}

#experience-archive .contents .title-1 {}
#experience-archive .contents .subtitle {
  font-size: 2.0rem;
}
#experience-archive .contents .subtitle span {
  color: var(--c-brown);
  margin-right: 0.5em;
}
#experience-archive .contents .text {}

#experience-archive .contents .link-btn {
  text-align: left;
}
#experience-archive .contents .link-btn .btn {
  margin-left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #experience-archive .contents picture {
    width: 100%;
    margin-right: 0;
  }
  #experience-archive .contents .detail {
    width: 100%;
    margin-top: 1em;
  }
}

/* ****************************************************************************************************
   * 過ごし方 詳細
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#experience-single {
  padding-top: 80px;
  padding-bottom: 120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #experience-single {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#experience-single .title-area .title {
  text-align: center;
  font-size: 3.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #experience-single .title-area .title {
    text-align: center;
    font-size: 2.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（写真＋テキスト）
/* ------------------------------------------------------------------------------------------------- */

#experience-single .contents.layout-2 {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

#experience-single .contents.layout-2 picture {
  width: 67%;
  display: block;
  text-align: center;
}
#experience-single .contents.layout-2 .detail {
  max-width: 29%;
  margin-left: 30px;
}

#experience-single .contents.layout-2 .detail .title-1 {
  font-size: 2.5rem;
}

#experience-single .contents.layout-2 dl.data {
  margin-top: 40px;
  border-top: 1px solid #dddddd;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #experience-single .contents.layout-2 picture {
    width: 100%;
  }
  #experience-single .contents.layout-2 .detail {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #experience-single .contents.layout-2 {
    display: flex;
    margin-top: 1em;
  }
  #experience-single .contents.layout-2 picture {}
  #experience-single .contents.layout-2 .detail {
    max-width: 100%;
    margin-right: 0;
    margin-top: 1em;
  }
  #experience-single .contents.layout-2 .detail .title-1 {
    font-size: 2.4rem;
  }
  
  #experience-single .contents.layout-2 dl.data {
    margin-top: 1em;
    border-top: 1px solid #dddddd;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（1日の流れ）
/* ------------------------------------------------------------------------------------------------- */

#experience-single section {
  padding-top: 90px;
  padding-bottom: 90px;
}

#experience-single section .section-title {
  background: var(--c-brown);
  color: #fff;
  font-size: 2.5rem;
  padding: 0.5em;
  line-height: 1.4;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #experience-single section .section-title {
    background: var(--c-brown);
    color: #fff;
    font-size: 1.8rem;
    padding: 0.5em;
  }
}


#experience-single .item {}

#experience-single .item .subtitle {
  font-size: 2.0rem;
  border-bottom: 1px solid #dddddd;
}
#experience-single .item .subtitle span {
  color: var(--c-brown);
  margin-right: 0.5em;
}
#experience-single .item .layout-2.row {
  flex-direction: row-reverse;
}

#experience-single .item .layout-2 picture {
  width: 41%;
  margin-left: 5%;
}
#experience-single .item .layout-2 picture img {
  display: block;
  margin: 0 auto;
}
#experience-single .item .layout-2 .content {
  width: 54%;
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #experience-single .item ~ .item {
    margin-top: 50px;
  }
  #experience-single .item .subtitle {
    font-size: 1.8rem;
    border-bottom: 1px solid #dddddd;
  }
  
  #experience-single .item .layout-2 picture {
    width: 100%;
    margin-left: 0;
  }
  #experience-single .item .layout-2 picture img {
    display: block;
    margin: 0 auto;
  }
  #experience-single .item .layout-2 .content {
    width: 100%;
    margin-top: 1em;
    font-size: 1.6rem;
  }
}






