@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=Prata&display=swap');
/* 明朝書体*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&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;
}

.prata-regular {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Prata','Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  src: url('../../_font/Prata-Regular.ttf') format('ttf');
}

/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */
/* -------------------------------------------------------------------------------------------------
   * フォント
/* ---------------------------------------------------------------------------------------------- */

/* ゴシック体 */

@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;
}
[tab960] {
  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;
  }
  [tab960] {
  display: block !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@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%;
  background: #fff;
  transition: .2s;
  min-height: 90px;
}
#header.scroll {}

#header .body {
/*  max-width: 1400px;*/
  width: 100%;
  align-items: center;
  padding-left: 15px;
  margin: 0 auto;
  justify-content: flex-start;
}

#sp-header {
  position: relative;
  z-index: 9998;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.3;
  padding: 5px;
  background: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  transition: .2s;
  min-height: 90px;
  display: flex;
  align-items: center;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1190px) {
  /*ブラウザの幅が736px以下の時*/
  #header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    padding: 0 10px;
    min-height: auto;
  }
  #header.scroll {
/*    box-shadow: 0 3px 3px rgba(0,0,0,.2);*/
  }
  #header .body {
    padding: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダーテキスト
/* ------------------------------------------------------------------------------------------------- */

#header .text {
  font-size: 1.2rem;
  line-height: 1.3;
  padding: .5em 0 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  #header .text {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo {
  position: relative;
  transition: 0.6s;
  display: block;
  z-index: 2;
}
#header .logo a {
  position: relative;
  display: block;
}
#header .logo img {
  transition: 0.6s;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1190px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo {
    transition: 0.6s;
    display: block;
    width: auto;
  }
  #header .logo img {
/*    width: 112px;*/
    display: block;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダー内容
/* ------------------------------------------------------------------------------------------------- */

#header .contents.layout-2 {
  padding-right: 170px;
  margin-top: 1em;
  /*
  width: calc(100% - 170px);
  padding-right: 40px;*/

}

#header .contents {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .right-column {
/*
  width: calc(80% - 200px);
  padding-right: 40px;*/
}
#header .right-column > .inner-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1190px) {
  /*ブラウザの幅が736px以下の時*/
  #header .contents.layout-2 {
    padding-right: 170px;
    margin-top: 0;
  }
  #header .contents {
    position: relative;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 電話／お問い合わせ
/* ------------------------------------------------------------------------------------------------- */

#header .info-area {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--c-green);
}
#header .info-area .cotact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-btn-gold);
  min-width: 170px;
  min-height: 90px;
}
#header .info-area .cotact-btn a span {
  position: relative;
  padding-left: 2.5em;
}
#header .info-area .cotact-btn a span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-icon.png") no-repeat;
  width: 30px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 6px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1190px) {
  /*ブラウザの幅が736px以下の時*/
  #header .info-area {
    display: none;
  }
}


/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#header .nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#header .nav ul.dropdown {
  display: table;
}
#header .nav ul.dropdown > li {
  position: relative;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
}

#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 15px;
}

#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-l-gold);
}
#header .nav ul.dropdown > li:hover > a {
  background: none;
  opacity: 1;
  color: var(--c-l-gold);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1380px) {
  /*ブラウザの幅が736px以下の時*/
  #header .nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

@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-l-gold);
}

  #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: -11px;
  right: 0;
  width: 45px;
  height: 0;
  padding-top: 45px;
  -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: var(--c-green);
  }
  .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;
  }
}



/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-index
#visual {
  position: relative;
  /*
  height: 0;
  overflow: hidden;
  padding-top: 42%;
  */
  min-height: 810px;
  background: url("../../_images/index/visual-1.jpg") no-repeat;
  background-position: right;
  background-size: cover;
}
body.layout-index
#visual .body {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9;
  max-width: 100%;
  width: 1360px;
  padding: 0 15px;
  margin: 0 auto;
  transform: translateY(-50%);
}
body.layout-index
#visual .body img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:640px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index
  #visual {
    padding-top: 100%;
    min-height: 100%;
    background: url("../../_images/index/visual-1-sp.jpg") no-repeat;
    background-position: right;
    background-size: cover;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * スライダー
/* ------------------------------------------------------------------------------------------------- */

body.layout-index #visual .slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f2f2f2;
}
body.layout-index #visual .slider img {
  width: 100%;
  min-height: 810px;
  object-fit: cover;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1190px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index #visual .slider img {
    width: 100%;
    object-fit: cover;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * キャッチコピー
/* ------------------------------------------------------------------------------------------------- */

body.layout-index
#main .visual .catch {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  color: #fff;
  transform: translateY(-50%);
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
body.layout-index
#main .visual .catch p {
  font-size: 3.0rem;
  line-height: 1.5;
  /*text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.62);*/
}
body.layout-index
#main .visual .catch span {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
  font-family: 'Prata',"Zen Old Mincho",'Noto Serif JP', serif;
  /*text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.62);*/
    margin-top: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1190px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index
  #main .visual .catch {
    transform: translateY(-20%);
  }
  body.layout-index
  #main .visual .catch p {
    font-size: 2.2rem;
  }
  body.layout-index
  #main .visual .catch span {
    font-size: 1.2rem;
  } 
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index
  #main .catch {
  background: #dfe3df;
  padding: 1.5em;
  margin: 15px;
  }
  body.layout-index
  #main .catch p {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  body.layout-index
  #main .catch span {
    display: block;
    font-size: 1.2rem;
    margin-top: 1em;
  } 
}



/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower #visual .body {
  position: relative;
  max-width: 1240px;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

body.layout-lower #visual .title {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
body.layout-lower #visual .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 5.0rem;
  font-family: 'Prata',"Zen Old Mincho",'Noto Serif JP', serif;
  font-weight: 400;
  line-height: 1.0;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower #visual .body {
    min-height: 200px;
  }
  body.layout-lower #visual .title {
    font-size: 1.8rem;
  }
  body.layout-lower #visual .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 3.0rem;
  }
}


/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#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;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ol {
  margin: 40px 0 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-gold);
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#breadcrumb ol {
  margin: 10px 0;
}
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.page-nav {
  position: relative;
  background: #e4e4e4;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-nav .body {
  max-width: 1040px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav {
    padding-bottom: 1.0em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 表示/非表示 切り替え
/* ------------------------------------------------------------------------------------------------- */

.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;
  padding: 0;
  transition: 0.2s color,0.2s all;
  margin: 0 2%;
  max-width: 240px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav ul li {
    width: 32.5%;
    position: relative;
    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;
    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-btn-gold);
  background: var(--c-green);
  text-decoration: none;
  padding: 1em;
  line-height: 1.6;
}

.page-nav ul li a:hover,
.page-nav ul li.current a {
  opacity: 0.7;
}
.page-nav ul li a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-bottom: solid 1px var(--c-btn-gold);
  border-right: solid 1px var(--c-btn-gold);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 50%;
  right: 10px;
  transition: 0.2s bottom;
}
.page-nav ul li.current a:after,
.page-nav ul li a:hover:after {
  bottom: 40%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav ul li a {
    padding: 0.5em;
  }
}

/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {
  line-height: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

iframe {
  height: 250px;
}

}


/* ****************************************************************************************************
   * お問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#common-contact {
  padding-top: 100px;
  padding-bottom: 120px;
  background: url("../../_images/_common/contact-bg.jpg") no-repeat;
  background-size: cover;
}
#common-contact p {
  color: #fff;
}
#common-contact .body {
  max-width: 1040px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#common-contact .title-area {
  line-height: 1.4;
  text-align: center;
}
#common-contact .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}
#common-contact .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 5.0rem;
  font-family: 'Prata',"Zen Old Mincho",'Noto Serif JP', serif;
  font-weight: 400;
  line-height: 1.0;
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .title {
    font-size: 1.8rem;
  }
  #common-contact .title::before {
    font-size: 3.0rem;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

#common-contact .lead {
  margin-top: 40px;
}
#common-contact .lead p {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .lead {
    margin-top: 1em;
  }
  #common-contact .lead p {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#common-contact .layout-flex-2 {
  justify-content: space-between;
  text-align: center;
  align-items: center;
  max-width: 840px;
  margin: 0 auto;
}
#common-contact .layout-flex-2 li {
  background: #000;
  border: 1px solid #888888;
  padding: /*40px*/30px;
/*  max-width: 390px;*/
  height: 200px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .layout-flex-2 {}
  #common-contact .layout-flex-2 > * {
    width: 100%;
    margin: 0 2%;
  }
  #common-contact .layout-flex-2 li ~ li {
    margin-top: 1em;
  }
  #common-contact .layout-flex-2 li {
    padding: 20px;
    max-width: 100%;
    height: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * TEL / メール
/* ------------------------------------------------------------------------------------------------- */

#common-contact .layout-flex-2 li .text-1 {
  font-size: 2.0rem;
}
#common-contact .layout-flex-2 li .js-tel {
  color: var(--c-btn-gold);
  font-size: 3.3rem;
  font-weight: bold;
  font-family: 'Prata',"Zen Old Mincho",'Noto Serif JP', serif;
  margin-top: 20px;
  display: block;
  line-height: 1.4;
}
#common-contact .layout-flex-2 li .js-tel ruby rt {
  margin-bottom: 0.1em;
}

#common-contact .layout-flex-2 li .js-tel small {
  font-size: 1.4rem;
}
#common-contact .layout-flex-2 li .btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
#common-contact .layout-flex-2 li .btn span {
  position: relative;
  padding-left: 2.5em;
  display: inline-block;
  font-size: 1.6rem;
}
#common-contact .layout-flex-2 li .btn span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-icon.png") no-repeat;
  width: 30px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3px;
}
#common-contact .layout-flex-2 li .btn::after {
  display: none;
}
#common-contact .layout-flex-2 li .btn:hover {
  opacity: .7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .layout-flex-2 li .text-1 {
    font-size: 1.8rem;
  }
  #common-contact .layout-flex-2 li .text-1 a {
    color: var(--c-btn-gold);
  }
  #common-contact .layout-flex-2 li .js-tel small {
    font-size: 1.4rem;
    display: block;
  }
}

/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
  background: #e4e4e4;
}

#footer .footer-inner {
  position: relative;
  padding-top: 80px;
}

#footer .footer-inner .body {
  max-width: 1120px;
  padding-bottom: 90px;
}

#footer .footer-inner .detail {
  max-width: 35%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width: 960px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner .body > .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: 40px;
  }
  #footer .footer-inner .body {
    max-width: 1120px;
    padding-bottom: 50px;
  }
  #footer .footer-inner .detail {
    max-width: 100%;
    margin-right: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 住所エリア
/* ------------------------------------------------------------------------------------------------- */

#footer address {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer address {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#footer .logo {}
#footer .logo span {
  display: block;
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .logo {
    text-align: center;
  }
  #footer .logo img {
    /*width: 149px;*/
  }
  #footer .logo span {
    margin-top: 0;
    font-size: 1.2rem;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#footer .detail .btn::after {
  content: '';
  width: 18px;
  height: 18px;
  border: 0px;
  border: none;
  background: url("../../_images/_common/link-icon.png") no-repeat;
  transform: rotate(0);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: 0;
  transition: 0.2s right;
}
#footer .detail .btn:hover:after {
  right: 0.3em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width: 960px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .detail .link-btn {
    margin-top: 40px;
  }
  #footer .detail .link-btn .btn {
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer .nav {
  width: auto;
  display: flex;
  justify-content: space-between;
}

#footer .nav ul.item {
}

#footer .nav ul.item li.parent {}

#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-gold);
}

#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-green);
  width: 7px;
  height: 2px;
  background: var(--c-green);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
#footer .nav ul.item li ul li a {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width: 960px) {

#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 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: 960px) {

#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: 57%;
  margin-top: 0;
}

/* スマホ　サイトマップ非表示*/
#footer .actab input {
  display: none;
}
#footer .actab label {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width: 960px) {

#footer .actab {
  position: relative;
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
  margin-top: 40px;
}
#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-green);
  color: var(--c-btn-gold);
  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: var(--c-btn-gold);
}
#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: 10px 0;
}

#footer div.copyright p {
  text-align: center;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer div.copyright p {
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページトップ
/* ------------------------------------------------------------------------------------------------- */

#pagetop {
  position: fixed;
  bottom: 2em;
  right: 3.125%;
  font-size: 77%;
  z-index: 999;
}
#pagetop a {
  background: var(--c-green);
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  transition: 0.6s;
}
#pagetop a:hover {
  opacity: 0.7;
}
#pagetop a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px var(--c-btn-gold);
  border-left: solid 1px var(--c-btn-gold);
  -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: 8em;
    right: 3.125%;
    font-size: 77%;
    z-index: 999;
    margin-top: 0;
  }
  #pagetop a {
    background: var(--c-green);
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    transition: 0.6s;
  }
  #pagetop a:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px var(--c-btn-gold);
    border-left: solid 1px var(--c-btn-gold);
    -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-green);
}

.fix-footer-btn ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
