@charset "utf-8";
/* CSS Document */

/* google webfont */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Serif:wght@100..900&display=swap');

.noto-serif-jp-regular {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-serif-jp-bold {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.noto-serif-jp-black {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}


/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */
/* -------------------------------------------------------------------------------------------------
   * フォント
/* ---------------------------------------------------------------------------------------------- */

/* ゴシック体 */

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Light.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Regular.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Medium.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Bold.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Black.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Black.otf') format('opentype');
}

/* 明朝体 */

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Light.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Regular.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Medium.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-SemiBold.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Bold.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Black.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Black.otf') format('opentype');
}

/* Myriad Pro*/
@font-face {
  font-family: 'Mryiad';
  font-style: normal;
  font-weight: 700;
  src: url('../../_font/myriad/myriad-apple-bold-italic.woff') format('woff'),
       url('../../_font/myriad/myriad-apple-bold-italic.otf') format('opentype');
}


/* ****************************************************************************************************
   * 共通
**************************************************************************************************** */

.br-pc {
  display: block;
}

[pc-tab] {
  display: block;
}

[tab] {
  display: none !important;
}

[tab-nav] {
  display: none !important;
}


@media screen and (min-width:736px) {
  [sp] {
  display: none !important;
  }
}

@media (min-width:1100px) {
  [sp] {
  position: fixed !important;
  top: -100%;
  left: -100%;
  }
}
@media (min-width:1101px) {
  [sp-nav] {
  position: fixed !important;
  top: -100%;
  left: -100%;
  }
}

@media (max-width:1190px) {
  [pc] {
  display: none !important;
  }
  [tab] {
  display: block !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {

  [tab-nav] {
  display: block !important;
  }
  [pc-tab] {
  display: none;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.br-sp {
  display: block;
}

.br-pc {
  display: inline;
}
}
@media (min-width:1261px) { .display-sp{display:none!important} }
@media (max-width:1260px) { .display-pc{display:none!important} }


/* ****************************************************************************************************
   * common
**************************************************************************************************** */

.body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

[class*="layout-flex"] {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.layout-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-2 {
  display: block;
}

}

/* ****************************************************************************************************
   * 通常ヘッダー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

@media (min-width:1261px) {
  .header-sp {
    display: none !important;
  }
}
@media (max-width:1260px) {
  .header-pc {
    display: none !important;
  }
}


#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 0 20px 15px;
  background: #fff;
  transition: .2s;
}
#header.scroll {
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1190px) {
  /*ブラウザの幅が736px以下の時*/
  #sp-header {
    z-index: 9998;
    width: 100%;
    font-size: 1rem;
    line-height: 1.3;
    padding: 5px;
  }
  #header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 0 10px;
  }
  #header.scroll {
/*    box-shadow: 0 3px 3px rgba(0,0,0,.2);*/
  }
  #header .body {
    padding: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo {
/*  position: relative;*/
  transition: 0.6s;
  display: block;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#header .logo img {
  transition: 0.6s;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1190px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo {
    transition: 0.6s;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    width: auto;
  }
  #header .logo img {
    width: 148px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダー内容
/* ------------------------------------------------------------------------------------------------- */

#header .contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: /*space-between*/flex-end;
}

#header .contents.layout-2 {}

#header .right-column {
  width: /*60*/65%;
}
#header .right-column > .inner-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1190px) {
  /*ブラウザの幅が736px以下の時*/
#header .contents {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 上部ボタンナビ
/* ------------------------------------------------------------------------------------------------- */

#header .right-column .detail {
/*  max-width: calc(100% - 260px);*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 1em;
}

#header .right-column .detail .item {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

#header .right-column .detail .item ul {
  display: flex;
  justify-content: flex-end;
}
#header .right-column .detail .item ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .right-column .detail .item ul li ~ li {
  margin-left: 10px;
}
#header .right-column .detail .item ul li:last-child {
  margin-left: 30px;
  width: 125px;
}
#header .right-column .detail .item ul li:nth-child(1)::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(-50%);
}

#header .right-column .detail .item ul li a {
  display: inline-block;
  line-height: 1.4;
}
#header .right-column .detail .item ul li a:hover {
  background: var(--c-brown);
  opacity: 1;
  color: #fff;
}
#header .right-column .detail .item ul li #translate a:hover {
  background: transparent;
  color: inherit;
}
#header .right-column .detail .item ul li[current] > a {
  background: var(--c-brown);
  opacity: 1;
  color: #fff;
}

/* ボタン矢印*/
#header .right-column .detail .item ul li .btn {
  width: 190px;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0.2em 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
#header .right-column .detail .item ul li .btn::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  #header .right-column .detail .item ul li .btn {
    width: 150px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0.2em 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }
  #header .right-column .detail .item ul li .btn span {
    display: block;
  }
  #header .right-column .detail .item ul li:last-child {
    margin-left: 10px;
    width: 125px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

#header .right-column .detail .item .tel {
  font-size: 2.8rem;
  margin-left: 20px;
  font-family: Ryumin Bold KL,"リュウミン B-KL","Noto Serif";
  font-weight: bold;
  white-space:nowrap;
}
#header .right-column .detail .item .tel span {
  font-size: 1.6rem;
  margin-right: 0.5em;
}



/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1190px) {
  /*ブラウザの幅が736px以下の時*/
  #header-text {
    display: none;
  }
  #header .right-column .detail {
    max-width: calc(100% - 125px);
    min-height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #header .right-column .detail .item {
    display: none;
  }
}



/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#header .nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5em;
/*  padding-bottom: 0.5em;*/
}
#header .nav ul.dropdown {
  display: table;
}
#header.scroll .nav ul.dropdown {
  margin-top: 0;
}

#header .nav ul.dropdown > li {
  position: relative;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  border-right: 1px solid #cccccc;
}
#header .nav ul.dropdown > li:nth-child(3) {
  border-left: 1px solid #cccccc;
}

#header .nav ul.dropdown > li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.0;
  font-weight: bold;
  transition: 0.2s;
  padding: 0.5em 25px;
}

#header .nav ul.dropdown > li a::after {}

#header .nav ul.dropdown > li[current] > a:after,
#header .nav ul.dropdown > li:hover > a:after {
/*
  left: 0;
  width: 100%;*/
  border-color: #fff;
}
#header .nav ul.dropdown > li[current] > a,
#header .nav ul.dropdown > li[current] > span {
  background: none;
  color: var(--c-brown);
}
#header .nav ul.dropdown > li:hover > a {
  background: none;
  opacity: 1;
  color: var(--c-brown);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1380px) {
  /*ブラウザの幅が736px以下の時*/
  #header .nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 2.5em;
  }
}

@media (max-width:1190px) {

#header .nav {
  width: 100%;
  margin:0 auto;
  text-align: center;
  padding-top: 0;
}
#header.scroll .nav {
  width: 100%;
  display: flex;
  margin:0;
}

#header .nav ul.dropdown {
  width: 100%;
  display: table;
  margin-top: 0px;
}

#header .nav ul.dropdown > li {
  border-right: 0;
}
#header .nav ul.dropdown > li:nth-child(3) {
  border-left: 0;
}
#header .nav ul.dropdown li::after {
  display: none;
}
#header .nav ul.dropdown li:first-child::before {
  display: none;
}
#header .nav ul.dropdown > li > a {
  display: block;
  padding: 1em;
  font-weight: 700;
}


#header .nav ul.dropdown > li > a:hover:before,
#header .nav ul.dropdown > li[current] > a:before {
  left: 0;
  right: 0;
  opacity: 1;
}

#header .nav ul.dropdown > li[current] {
  color: #fff;
}
#header .nav ul.dropdown > li[current] a {
  background: none;
  color: var(--c-brown);
}

  #header .nav ul.dropdown > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  width: 100%;
  padding: 0;
  font-weight: 500;
  }
  #header .nav ul.dropdown .parent {
  display: block;
  }
  #header .nav ul.dropdown .parent a {
  width: calc( 100% - 50px );
  margin: 0;
  }
  #header .nav ul.dropdown .active .parent {
  background: var(--c-bg);
  }
  #header .nav ul.dropdown .parent:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--c-brown);
  border-bottom: 1px solid var(--c-brown);
  transform: rotate(45deg);
  background: none;
  }
  #header .nav ul.dropdown .active .parent:after {
  top: 20px;
  transform: rotate(-135deg);
  }
  #header .nav ul.dropdown li[current] .parent:after {
  border-right: 1px solid var(--c-brown);
  border-bottom: 1px solid var(--c-brown);
  }
  #header .nav ul.dropdown > li a {
  }

}

/* ----------------------------------------------------------------------------------------------------
   * 下層リスト
/* ------------------------------------------------------------------------------------------------- */

#header .nav ul.dropdown ul {
  position: absolute;
  left: -65px;
  min-width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  margin-top: 0px;
}
#header .nav ul.dropdown li.nav06 ul {
  left: 0;
}


#header .nav ul.dropdown ul li {
  background: #fff;
  text-align: left;
  border: 1px solid #f2f2f2;
}
#header .nav ul.dropdown ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 1em;
  margin: 0;
  color: #333;
}
#header .nav ul.dropdown ul li a:hover {
  background: var(--c-bg);
  opacity: 1;
}
#header .nav ul.dropdown ul li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-icon-3.png") no-repeat;
  width: 17px;
  height: 18px;
  margin-left: .4em;
  vertical-align: middle;
}

@media (max-width:1190px) {

  #header .nav ul.dropdown ul {
  left: 0;
  position: relative;
  display: block;
  border: none;
  box-shadow: none;
  }
  #header .nav ul.dropdown > li > ul > li > a{
  border-top: 1px solid #e4e4e4;
  }
  #header .nav ul.dropdown ul li {
  border: none;
  padding: 0;
  }
  #header .nav ul.dropdown ul li a {
  border: 0;
  }
  
  #sp-nav ul.dropdown > li > a,
  #sp-nav ul.dropdown > li > span {
  display: block;
  padding: 1em;
  margin: 0 auto;
  line-height: 1.0;
  font-weight: 700;
  font-size: 1.6rem;
}


  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top: 7px;
  right: 0;
  width: 45px;
  height: 0;
  padding-top: 45px;
  background: var(--c-brown);
  -webkit-appearance: none;
  border: none;
  z-index: 9999999999;
  }
  .icon-menu-trigger:before,
  .icon-menu-trigger:after,
  .icon-menu-trigger span:before {
  content: '';
  position: absolute;
  left: 20%;
  display: block;
  width: 60%;
  height: 0;
  padding-top: 1px;
  background: #fff;
  }
  .icon-menu-trigger:before {
  top: 29%;
  transition: 0.2s top, 0.2s transform;
  }
  .icon-menu-trigger:after {
  top: 47%;
  transition: 0.2s opacity;
  }
  .icon-menu-trigger span:before {
  top: 66%;
  transition: 0.2s top, 0.2s transform;
  }
  
  /* active */
  .icon-menu-trigger.nav-active:before {
  top: 50%;
  transform: rotate(135deg);
  }
  .icon-menu-trigger.nav-active:after {
  opacity: 0;
  }
  .icon-menu-trigger.nav-active span:before {
  top: 50%;
  transform: rotate(45deg);
  }

/* ----------------------------------------------------------------------------------------------------
   * グローバルメニューアクティブ時の動き
/* ------------------------------------------------------------------------------------------------- */

  #wrapper {
  position: relative;
  left: 0;
  transition: 0.2s left;
  }
  #wrapper.nav-active {
  left: -290px;
  }
  #sp-nav {
  position: fixed;
  top: /*47px*/0;
  right: -290px;
  bottom: 0;
  z-index: 9999;
  width: 290px !important;
  background: #fff;
  overflow-y: auto;
  transition: 0.2s right;
  }
  .nav-fixed #sp-nav {
  top: 0;
  }
  #wrapper.nav-active {
  right: 0;
  }
  .nav-active #header .nav {
  right: 0;
  }
}


/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#visual {
  position: relative;
  width: 100%;
}
body.layout-lower
#visual {
  padding-top: 0;
}

@media (max-width:1260px) {
  #visual {
    height: auto;
  }
  body.layout-index
  #visual .slider img {
  }
  body.layout-lower
  #visual {
    margin-top: 0;
  }
}
#visual .body {
  max-width: 1200px;
  padding: 0 20px;
}

/* メインビジュアル*/

#visual .main-slider {
  width: 100%;
}
#visual .main-slider img {
  width: 100%;
}


#visual .slider {
  margin-top: 10px;
  margin-bottom: 10px;
}

#visual .slider img {
  width: 100%;
}
#main .visual .slider .slick-slide {
  margin: 0 5px;
}

/* ----------------------------------------------------------------------------------------------------
   * キャッチコピー
/* ------------------------------------------------------------------------------------------------- */

#main .visual .catch {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9;
  color: #fff;
  transform: translateY(-100%);
  max-width: 1360px;
  padding: 0 15px;
  margin: 0 auto;
}
#main .visual .catch p {
  font-size: 7.7rem;
  line-height: 1.5;
  text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.62);
}
#main .visual .catch span {
  font-size: 2.0rem;
  line-height: 1.8;
  display: block;
  font-family: "EB Garamond", serif;
  text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.62);
  letter-spacing: 0.1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1460px) {
  /*ブラウザの幅が736px以下の時*/
  #main .visual .catch {
    transform: translateY(-80%);
  }
  #main .visual .catch p {
    font-size: 5.4rem;
    line-height: 1.5;
  }
  #main .visual .catch span {
    font-size: 1.5em;
    line-height: 1.8;
    display: block;
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .visual .catch {
    transform: translateY(-75%);
  }
  #main .visual .catch p {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  #main .visual .catch span {
    font-size: 1.2rem;
    line-height: 1.8;
    display: block;
  }
}



/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower #visual .body {
  position: relative;
  max-width: 1120px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.layout-lower #visual .title {
  position: relative;
  color: #fff;
  font-size: 3.0rem;
  text-align: center;
  line-height: 1.4;
}
body.layout-lower #visual .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 7.2rem;
  font-family: "EB Garamond", serif;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower #visual .title {
    position: relative;
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.4;
  }
  body.layout-lower #visual .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 3.5rem;
    font-family: "EB Garamond", serif;
    line-height: 1.0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower #visual .body {
    position: relative;
    max-width: 1120px;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.layout-lower #visual .title {
    position: relative;
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    line-height: 2.0;
  }
}

/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb {
  position: relative;
  z-index: 3;
}

#breadcrumb div.body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  #breadcrumb {
    position: relative;
    z-index: 3;
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ol {
  margin: 40px 0;
}
#breadcrumb ol li {
  font-size: 1.4rem;
  vertical-align: middle;
  display: inline-block;
  color: #333333;
}
#breadcrumb ol li::after {
  content: '>';
  margin: 0 10px 0 10px;
}
#breadcrumb ol li:last-child::after {
  content: none;
}
#breadcrumb ol li a {
  text-decoration: none;
  color:var(--c-brown);
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#breadcrumb ol {
  margin: 10px 0;
}
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.page-nav {
  margin-top: 80px;
}

.page-nav .body {
  max-width: 1040px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav {
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 表示/非表示 切り替え
/* ------------------------------------------------------------------------------------------------- */

.page-nav.pc-nav {
  display: block;
}
.page-nav.sp-nav {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav.pc-nav {
    display: none;
  }
  .page-nav.sp-nav {
    display: block;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-nav ul li {
  position: relative;
  font-weight: bold;
  padding: 0;
  transition: 0.2s color,0.2s all;
  margin: 0 1%;
  max-width: 200px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav ul li {
    width: 32.5%;
    position: relative;
    font-weight: bold;
    padding: 0;
    margin: 0 0.2em 10px;
    transition: 0.2s color,0.2s all;
  }
  .page-nav ul li:nth-child(n+5) {
    margin-top: 0;
  }
  .page-nav ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .page-nav ul li {
    width: 100%;
    position: relative;
    font-weight: bold;
    padding: 0;
    transition: 0.2s color,0.2s all;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:640px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav ul li {
    width: 48%;
  }
}

.page-nav ul li:hover,
.page-nav ul li[current] {}

.page-nav ul li a {
  position: relative;
  display: block;
  color: var(--c-black);
  background: #fff;
  border: 1px solid var(--c-brown);
  text-decoration: none;
  padding: 1.2em 2em;
  line-height: 1.6;
  font-size: 1.4rem;
  text-align: center;
}

.page-nav ul li a:hover,
.page-nav ul li.current a {
  background: var(--c-brown);
  color: #fff;
  opacity: 1;
}
.page-nav ul li a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px var(--c-black);
  border-right: solid 1px var(--c-black);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  transition: 0.2s right;
}
.page-nav ul li.current a:after,
.page-nav ul li a:hover:after {
  right: 10px;
  border-color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav ul li a {
    position: relative;
    display: block;
    color: var(--c-black);
    background: #fff;
    border: 1px solid var(--c-brown);
    text-decoration: none;
    padding: 0.5em;
    line-height: 1.6;
    font-size: 1.4rem;
    text-align: center;
  }
}

/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {
  line-height: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

iframe {
  height: 250px;
}

}

/* ****************************************************************************************************
   * お問合せ・宿泊予約
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.reservation {
  position: relative;
  background: url("../../_images/index/contact-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.reservation .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reservation {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.reservation .title-area {
  line-height: 1.5;
}
.reservation .title {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
}
.reservation .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 6.0rem;
  font-family: "EB Garamond", serif;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reservation .title {
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
  }
  .reservation .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 3.0rem;
    font-family: "EB Garamond", serif;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.reservation .lead {
  margin-top: 30px;
}
.reservation .lead .text {
  text-align: center;
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reservation .lead {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * お問い合わせ欄
/* ------------------------------------------------------------------------------------------------- */

.reservation .inner {
  border: 1px solid #fff;
  background: rgb(0, 0, 0, 0.7);
  padding: 20px;
  color: #fff;
  max-width: 510px;
  margin: 40px auto 0;
  text-align: center;
}
.reservation .inner .title-1 {
  font-size: 2.0rem;
}
.reservation .inner .tel {
  font-size: 4.0rem;
  font-weight: 900;
  line-height: 1.4;
  font-family: Ryumin Bold KL,"リュウミン B-KL","Noto Serif";
}
.reservation .inner .tel span {
  font-size: 2.5rem;
  margin-right: 0.5em;
}
.reservation .inner span {
  font-size: 1.4rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reservation .inner .tel {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.4;
  }
  .reservation .inner .tel a {
    color: #fff;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタンエリア
/* ------------------------------------------------------------------------------------------------- */

.reservation .btn-area {}

.reservation .btn-area .layout-flex-3 {
  justify-content: space-between;
}
.reservation .btn-area .layout-flex-3 > * {
  width: auto;
  padding: 0;
}
.reservation .btn-area li {
  margin: 0;
}

.reservation .btn-area .btn {
  width: 345px;
  padding: 30px 1em;
  border: 0;
}
.reservation .btn-area .btn:hover {
  opacity: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
.reservation .btn-area .layout-flex-3 {
  justify-content: center;
}
.reservation .btn-area li {
  margin: 0 1% 20px;
}
.reservation .btn-area li:last-child {
  margin-bottom: 0;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reservation .btn-area {
    margin-top: 30px;
  }
  .reservation .btn-area .layout-flex-3 > * {
    width: 100%;
    padding: 0;
  }
  
  .reservation .btn-area .btn {
    width: 300px;
    padding: 20px 1em;
    border: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 宿泊予約ボタン
/* ------------------------------------------------------------------------------------------------- */

.reservation .reserve-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.reservation .reserve-btn .btn {
  width: 510px;
  color: #fff;
  background: var(--c-brown);
}

.reservation .reserve-btn .btn::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-icon-1.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-15%);
  border: 0;
}
.reservation .reserve-btn .btn:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reservation .reserve-btn .btn {
    width: 300px;
    color: #fff;
    background: var(--c-brown);
  }
  .reservation .reserve-btn .btn::after {
    content: "";
    display: block;
    background: url("../../_images/_common/detail-icon-1.png") no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-15%);
    border: 0;
  }
}


/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
  background: var(--c-bg);
}

#footer .footer-inner {
  position: relative;
  padding-top: 60px;
}

#footer .footer-inner .body {
  max-width: 1120px;
  padding-bottom: 30px;
}

#footer .footer-inner .detail {
  max-width: 32%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner .layout-2 {
    display: block;
  }
  #footer .footer-inner .detail {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner {
    position: relative;
    padding-top: 30px;
  }
  #footer .footer-inner .body {
    max-width: 1120px;
    padding-bottom: 30px;
  }
  #footer .footer-inner .detail {
    max-width: 100%;
    margin-right: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 住所エリア
/* ------------------------------------------------------------------------------------------------- */

#footer address {
  font-size: 1.6rem;
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer address {
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#footer .logo {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .logo {
    text-align: center;
  }
  #footer .logo img {
    width: 148px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer .nav {
  width: auto;
  display: flex;
  justify-content: space-between;
}

#footer .nav ul.item {
}

#footer .nav ul.item li.parent {
  padding-left: 1.25em;
  padding-right: 1em;
}
#footer .nav ul.item li.parent::before {
  content: "";
  display: block;
  background: url("../../_images/_common/footer-arrow.png") no-repeat;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  position: absolute;
  top: 10px;
  left: 0;
}

#footer .nav ul.item li {
  position: relative;
  margin-bottom: 20px;
}

#footer .nav ul.item > li a {}

#footer .nav ul.item > li a:hover {
  color: var(--c-brown);
}

#footer .nav ul.item > li a:hover {}

#footer .nav ul.item > li ul {
  margin-top: 10px;
  margin-left: 0.5em;
}

#footer .nav ul.item li ul li {
  list-style: none;
  position: relative;
  margin-bottom: 13px;
  font-weight: normal;
}

#footer .nav ul.item li ul li::before {
  content: "";
  display: block;
  color: var(--c-black);
  width: 10px;
  height: 1px;
  background: var(--c-black);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
#footer .nav ul.item li ul li a {
  font-size: 1.4rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#footer .nav {
  width: 100%;
  display: flex;
  font-size: 1.4rem;
  margin-top: 0;
}

#footer .nav ul.item {
  width:100%;
  display: block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
  font-size: 1.4rem;
}

#footer .nav ul.item li {
  margin-bottom: 0.75em;
}
#footer .nav ul.item li.parent::before {
  content: "";
  display: block;
  background: url("../../_images/_common/footer-arrow.png") no-repeat;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  position: absolute;
  top: 10px;
  left: 0;
}

#footer .nav ul.item li ul li::before {
  content: "";
  display: block;
  color: var(--c-black);
  width: 10px;
  height: 1px;
  background: var(--c-black);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
#footer .nav ul.item li ul li a {
  font-size: 1.4rem;
}

#footer .nav ul.item > li > a {}

#footer .nav ul.item > li ul {
  font-size: 0.9rem;
  padding-top: 0.5em;
  padding-left: 1em;
}

#footer .nav ul.item li a:hover {
  text-decoration: underline;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {

#footer .nav {
  width: 100%;
  display: block;
  font-size: 14px;
  margin-top: 20px;
  padding: 0 15px;
}
#footer .nav ul.item {
  width:100%;
  display: block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 0;
  text-align: left;
  padding-left: 0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * サイトマップ
/* ------------------------------------------------------------------------------------------------- */

#footer .actab {
  width: 67%;
  margin-top: 0;
}

/* スマホ　サイトマップ非表示*/
#footer .actab input {
  display: none;
}
#footer .actab label {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {

#footer .actab {
  position: relative;
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}
#footer .actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#footer .actab label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  text-align: center;
  display: block;
  cursor: pointer;
  background: var(--c-brown);
  color: #fff;
  letter-spacing: 0;
}
#footer .actab .actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .5s;
  transition: .5s;
  color:#333;
  background: #ffffff;
}
#footer .actab .actab-content p {
  margin: 0.5em;
}
/* :checked */
#footer .actab input:checked ~ .actab-content {
  max-height: 100em;
  background: #fff;
  margin-top: 0.5em;
}
/* Icon */
#footer .actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
#footer .actab input[type=checkbox] + label::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin-top: -6px;
  transform: rotate(45deg);
  color:#fff;
}
#footer .actab input[type=checkbox]:checked + label::after {
  top: 57%;
  transform: rotate(225deg);
}
#footer .actab a {
  display: inline !important;
}

}

/* ----------------------------------------------------------------------------------------------------
   * コピーライト
/* ------------------------------------------------------------------------------------------------- */

#footer div.copyright {
  position: relative;
  padding-bottom: 20px;
}

#footer div.copyright p {
  text-align: center;
  font-weight: 500;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer div.copyright p {
    font-size: 1.1rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページトップ
/* ------------------------------------------------------------------------------------------------- */

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 3.125%;
  font-size: 77%;
  z-index: 999;
}
#pagetop a {
  background: var(--c-light);
  color: #fff;
  width: 60px;
  height: 60px;
  display: block;
  transition: 0.6s;
  border-radius: 100%;
}
#pagetop a:hover {
  opacity: 0.7;
}
#pagetop a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px var(--c-black);
  border-left: solid 2px var(--c-black);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -4px;
  transition: 0.2s right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
#pagetop {
  position: fixed;
  bottom: 75px;
  right: 2%;
  font-size: 77%;
  z-index: 999;
  margin: 0;
}
#pagetop a {
  background: var(--c-light);
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  transition: 0.6s;
}
#pagetop a:hover {
  opacity: 0.7;
}
#pagetop a:before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px var(--c-black);
  border-left: solid 2px var(--c-black);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -2px;
  transition: 0.2s right;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 下部固定メニュー（スマホ用）
/* ------------------------------------------------------------------------------------------------- */

.fix-footer-btn {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background: var(--c-tpink);
}

.fix-footer-btn ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
