@charset "utf-8";
/* CSS Document */

/* google webfont */

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-semibold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.noto-sans-jp-black {
  font-family: "Noto Sans JP", sans-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:960px) {
  [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:901px) { .display-sp{display:none!important} }
@media (max-width:960px) { .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:961px) {
  .header-sp {
    display: none !important;
  }
}
@media (max-width:960px) {
  .header-pc {
    display: none !important;
  }
}


#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  background: #fff;
  transition: .2s;
  margin: 0 auto;
  padding: 10px 0 20px;
}
#header.scroll {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が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: 50px;
    padding: 0;
  }
  #header.scroll {
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
  }
  #header .body {
    padding: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo {
  position: relative;
  transition: 0.6s;
}
#header .logo {
  transition: 0.6s;
  display: block;
  text-align: center;
}
#header .logo img {
  transition: 0.6s;
}
#header .logo .mark {
  margin-left: 0.8em;
}
#header .logo .mark img {
  vertical-align: middle;
}

#header .logo a {
  display: inline-block;
}
#header .logo a > div {
  display: block;
  margin-top: 0.5em;
}
#header .logo div span {
  display: inline-block;
  color: var(--c-pink);
  font-size: 2.2rem;
  border-radius: 5px;
  line-height: 1.4;
  padding: 0 1.5em;
  border: 1px solid var(--c-blue);
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo {
    transition: 0.6s;
    display: block;
    margin-left: 0;
    width: auto;
    padding-top: 3px;
  }
  #header .logo img {
    width: /*148px*/auto;
    height: 30px;
  }
  #header .logo .mark {
    margin-left: 0.8em;
  }
  #header .logo .mark img {
    vertical-align: text-bottom;
    height: 17px;
  }

  #header .logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #header .logo div span {
    display: inline-block;
    color: var(--c-pink);
    font-size: 1.2rem;
    border-radius: 5px;
    line-height: 1.4;
    padding: 0 0.5em;
    border: 1px solid var(--c-blue);
    margin-left: 1em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo {
    transition: 0.6s;
    display: block;
    margin-left: 0;
    width: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダー内容
/* ------------------------------------------------------------------------------------------------- */

#header .contents {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #header .contents {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ナビエリア
/* ------------------------------------------------------------------------------------------------- */

#header .detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #header .detail {
    max-width: calc(100% - 125px);
    min-height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * お問い合わせエリア
/* ------------------------------------------------------------------------------------------------- */

#header .right-column {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 30px;
}

#header .info-area {
  position: relative;
  min-width: 260px;
  text-align: right;
  margin-left: 30px;
  color: #595757;
}

#header .info-area .tel {
  color: var(--c-gray);
  display: block;
  line-height: 1.4;
}
#header .info-area .tel span.js-tel {
  position: relative;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  padding-left: 1.5em;
}
#header .info-area .tel span.js-tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-tel-icon.png") no-repeat;
  width: 41px;
  height: 40px;
  background-size: 41px 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#header .info-area .tel small {
  margin-top: 0.5em;
  display: block;
  font-size: 1.6rem;
}


#header .info-area .text-1 {
  font-size: 2.0rem;
  font-weight: 700;
}
#header .info-area .text-1 span {
  border-radius: 5px;
  border: 1px solid var(--c-blue);
  color: var(--c-blue);
  padding: 0 0.5em;
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 1em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #header .info-area {
    display: none;
  }
}


/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#header .nav {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 1.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;
  text-align: center;
}

#header .nav ul.dropdown > li a {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.2s;
  margin: 0 0 0 60px;
}
#header .nav ul.dropdown > li:first-child a {
  margin-left: 0;
}

#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%;
}
#header .nav ul.dropdown > li[current] > a {
  color: var(--c-blue);
}
#header .nav ul.dropdown > li:hover > a {
  color: var(--c-blue);
  opacity: 1;
}

@media (max-width:960px) {

#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::after {
  display: none;
}
#header .nav ul.dropdown li:first-child::before {
  display: none;
}
#header .nav ul.dropdown > li > a {
  display: block;
  text-align: left;
  padding: 0.7em;
  margin: 0 auto;
}
#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:var(--c-blue);
}
#header .nav ul.dropdown > li[current] a {
  color:var(--c-blue);
}

  #header .nav ul.dropdown > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  width: 100%;
  padding: 0;
  } 
  #sp-nav ul.dropdown .parent:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #848473;
  border-bottom: 2px solid #848473;
  transform: rotate(45deg);
  background: none;
  }
  #sp-nav ul.dropdown .active .parent:after {
  top: 20px;
  transform: rotate(-135deg);
  }
  #header .nav ul.dropdown > li a {
  height: auto;
  text-align: left;
  border-radius: 0;
  margin-top: 0;
  }
  
  /* 電話*/
  #header .nav ul.dropdown li .tel {
    color: var(--c-blue);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.4;
    margin-top: 0;
    padding: 0 0.5em;
  }
  #header .nav ul.dropdown li .tel a {
    color: var(--c-blue);
    margin-left: 0;
  }
  #header .nav ul.dropdown li .tel span.text-1 {
    border-radius: 30px;
    border: 1px solid var(--c-blue);
    font-size: 1.5rem;
    padding: 0 0.3em;
    line-height: 2.0;
    margin-top: 0.2em;
    margin-right: 0.5em;
  }
  #header .nav ul.dropdown li .tel span.js-tel {
    font-size: 3.0rem;
    line-height: 1.4;
    font-weight: 700;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * 下層リスト
/* ------------------------------------------------------------------------------------------------- */

#header .nav ul.dropdown ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  margin-top: 0;
  margin-left: 15px;
}
#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: 0.5em;
  margin: 0;
  text-align: left;
}
#header .nav ul.dropdown ul li a:hover {
  background: #f4f4f4;
  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:960px) {

  #header .nav ul.dropdown ul {
  margin-top: 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;
  }


  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 45px;
  height: 0;
  padding-top: 45px;
  background: #fff;
  -webkit-appearance: none;
  border: none;
  z-index: 9999999999;
  border-radius: 5px;
  }
  .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-blue);
  }
  .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;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 45px;
  height: 0;
  padding-top: 45px;
  background: #fff;
  -webkit-appearance: none;
  border: none;
  z-index: 9999999999;
  border-radius: 5px;
  }
}

/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#sp-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 1em;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
#sp-nav ul.dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


@media (max-width:960px) {

#sp-nav {
  width: 100%;
  margin:0 auto;
  text-align: center;
  padding-top: 0;
}
#header.scroll .nav {
  width: 100%;
  display: flex;
  margin:0;
}

#sp-nav ul.dropdown {
  width: 100%;
  display: table;
  margin-top: 0px;
}

#sp-nav ul.dropdown li::after {
  display: none;
}
#sp-nav ul.dropdown li:first-child::before {
  display: none;
}
#sp-nav ul.dropdown > li > a,
#sp-nav ul.dropdown > li > span {
  display: block;
  text-align: left;
  padding: /*1.2em*/0.7em;
  margin: 0 auto;
  color: #333;
  font-weight: 700;
}

#sp-nav ul.dropdown > li > a:before {
  display: none;
}
#sp-nav ul.dropdown > li > a:hover:before,
#sp-nav ul.dropdown > li[current] > a:before {
  left: 0;
  right: 0;
  opacity: 1;
}

#sp-nav ul.dropdown > li[current] {
  color:var(--c-blue);
}
#sp-nav ul.dropdown > li[current] a {
  color:var(--c-blue);
}

  #sp-nav ul.dropdown > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  width: 100%;
  padding: 0;
  }
  #sp-nav ul.dropdown .parent {
  display: block;
  border-right: 0 !important;
  position: relative;
/*  width: calc( 100% - 50px );*/
  margin: 0;
  }
  #sp-nav ul.dropdown .parent:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #848473;
  border-bottom: 2px solid #848473;
  transform: rotate(45deg);
  background: none;
  }
  #sp-nav ul.dropdown .active .parent:after {
  top: 20px;
  transform: rotate(-135deg);
  }
  #sp-nav ul.dropdown > li a {
  height: auto;
  text-align: left;
  border-radius: 0;
  margin-top: 0;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * 下層リスト
/* ------------------------------------------------------------------------------------------------- */

#sp-nav ul.dropdown ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  margin-top: 0;
}
#sp-nav ul.dropdown li.nav02 ul {
  width: 200px;
}
#sp-nav ul.dropdown li.nav02 ul li > a {
  margin: 0;
}

#sp-nav ul.dropdown ul li {
  background: #fff;
  text-align: left;
  border: 1px solid #f2f2f2;
}
#sp-nav ul.dropdown ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0.75em 1em;
  margin: 0;
  color: #333;
}
#sp-nav ul.dropdown ul li a::before {
  display: none;
}

#sp-nav ul.dropdown ul li a:hover {
  background: #ffece6;
}

@media (max-width:960px) {

  #sp-nav ul.dropdown ul {
  margin-top: 0;
  position: relative;
  display: block;
  border: none;
  box-shadow: none;
  }
  #sp-nav ul.dropdown > li > ul > li > a{
  border-top: 1px solid #e4e4e4;
  }
  #sp-nav ul.dropdown ul li {
  border: none;
  padding: 0;
  }
  #sp-nav ul.dropdown ul li a {
  padding-left: 2em;
  border: 0;
  }

  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 45px;
  height: 0;
  padding-top: 45px;
  background: var(--c-blue);
  -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;
  left: auto;
  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 #sp-nav {
  right: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /* icon */
  .icon-menu-trigger {
    display: block !important;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 0;
    padding-top: 40px;
    background: var(--c-blue);
    -webkit-appearance: none;
    border: none;
    z-index: 9999999999;
    border-radius: 5px;
    }
  }



/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}

#visual img {
  width: 100%;
}

@media (max-width:960px) {
  #visual {
    height: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページャ
/* ------------------------------------------------------------------------------------------------- */

#main .visual .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

#main .visual .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .3em;
}
#main .visual .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border:none;
  border-radius: 100%;
  transition: .2s;
  background: #fff;
}
#main .visual .slick-dots li.slick-active button {
  background: #45bdcf;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
#main .visual .slick-dots {
  position: absolute;
  bottom: -1.5em;
  left: 0;
  right: 0;
  text-align: center;
}
  #main .visual .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 .2em;
  }
  #main .visual .slick-dots li button {
    width: 8px;
    height: 8px;
    font-size: 0;
    cursor: pointer;
    border:none;
    border-radius: 100%;
    transition: .2s;
    background: #e3d3cc;
  }
}


/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower
#visual {
  position: relative;
  background: var(--c-v-blue);
  height: 300px;
  display: flex;
  align-items: center;
}
body.layout-lower
#visual .body {
  position: relative;
  max-width: 1240px;
}
body.layout-lower
#visual .body .title {
  text-align: center;
}
body.layout-lower
#visual .body .title span {
  display: inline-block;
  background: #fff;
  font-size: 4.0rem;
  font-weight: 700;
  color: var(--c-blue);
  padding: 0 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #visual {
    position: relative;
    background: var(--c-v-blue);
    height: 150px;
    display: flex;
    align-items: center;
  }
  body.layout-lower
  #visual .body .title span {
    display: inline-block;
    background: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    color: var(--c-blue);
    padding: 0 0.5em;
  }
}

/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb {
  position: relative;
  z-index: 3;
}

#breadcrumb div.body {
  max-width: 1240px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が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: 30px 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-blue);
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#breadcrumb ol {
  margin: 10px 0;
}
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#page-nav {
  margin-top: 60px;
}

#page-nav .body {
  max-width: 1040px;
}


#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;
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#page-nav ul li {
  position: relative;
  font-weight: 700;
  padding: 0;
  transition: 0.2s color,0.2s all;
  margin: 0 1%;
  max-width: 255px;
}
#page-nav ul li:nth-child(n+5) {
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #page-nav ul li {
    width: 32.5%;
    position: relative;
    font-weight: 700;
    padding: 0;
    margin: 0 0.2em;
    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: /*space-between*/center;
    width: 100%;
  }
  #page-nav ul li {
    width: 100%;
    position: relative;
    font-weight: 700;
    padding: 0;
    margin: 0;
    transition: 0.2s color,0.2s all;
  }
  #page-nav ul li ~ li {
    margin-top: 20px;
  }
}

#page-nav ul li:hover,
#page-nav ul li[current] {}

#page-nav ul li a {
  position: relative;
  display: block;
  color: #000;
  background: var(--c-blue);
  text-decoration: none;
  padding: 0.8em 2em;
  line-height: 1.6;
  font-size: 1.6rem;
  text-align: left;
  border-radius: 60px;
  outline: 1px solid var(--c-l-orange);
  outline-offset: -5px;
}

#page-nav ul li a:hover,
#page-nav ul li.current a {
  background: var(--c-blue);
  color: #fff;
}
#page-nav ul li a::after {
  content: '';
  display: inline-block;
  background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.2s;
}
#page-nav ul li.current a:after,
#page-nav ul li a:hover:after {
  right: 0.4em;
  background: url("../../_images/_common/detail-arrow-icon-2.png") no-repeat;
}

/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {
  line-height: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

iframe {
  height: 250px;
}

}

/* ****************************************************************************************************
   * バナー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.bunner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bunner .body {
  max-width: 1240px;
  padding: 0 20px;
}

.bunner .images {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .bunner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ****************************************************************************************************
   * お問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.common-contact {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--c-blue);
}

.common-contact .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .common-contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.common-contact .title {
  color: #fff;
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.common-contact .lead p {
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .common-contact .lead p {
    text-align: left;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.common-contact .inner {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .common-contact .inner {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

.common-contact .inner .tel {
  color: var(--c-blue);
  display: block;
  line-height: 1.4;
  text-align: center;
}
.common-contact .inner .tel span.js-tel {
  position: relative;
  font-size: 6.4rem;
  line-height: 1.4;
  font-weight: 700;
  padding-left: 1.5em;
}
.common-contact .inner .tel span.js-tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/footer-icon-tel.png") no-repeat;
  width: 71px;
  height: 70px;
  background-size: 71px 70px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.common-contact .inner .tel small {
  margin-top: 0;
  display: block;
  font-size: 2.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .common-contact .inner .tel {
    color: var(--c-blue);
    display: block;
    line-height: 1.4;
    text-align: center;
  }
  .common-contact .inner .tel span.js-tel {
    position: relative;
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: 700;
    padding-left: 1.5em;
  }
  .common-contact .inner .tel span.js-tel a {
    color: var(--c-blue);
  }
  .common-contact .inner .tel span.js-tel::before {
    content: "";
    display: block;
    background: url("../../_images/_common/footer-icon-tel.png") no-repeat;
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .common-contact .inner .tel small {
    margin-top: 0;
    display: block;
    font-size: 1.4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * お店コード
/* ------------------------------------------------------------------------------------------------- */

.common-contact .inner .text-1 {
  font-size: 3.0rem;
  color: var(--c-blue);
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-contact .inner .text-1 span {
  border-radius: 5px;
  border: 1px solid var(--c-blue);
  padding: 0 0.5em;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.6;
  margin-right: 1em;
}
.common-contact .inner .text-1 small {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--c-gray);
  margin-left: 2em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .common-contact .inner .text-1 {
    font-size: 2.5rem;
    display: block;
    align-items: center;
    justify-content: center;
  }
  .common-contact .inner .text-1 span {
    font-size: 1.8rem;
    margin-right: 1em;
  }
  .common-contact .inner .text-1 small {
    font-size: 1.4rem;
    margin-left: 0;
    display: block;
    text-align: center;
  }
}

/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
}

#footer .footer-inner {
  position: relative;
}

#footer .footer-inner .body {
  max-width: 1240px;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner .body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * コピーライト
/* ------------------------------------------------------------------------------------------------- */

#footer div.copyright {
  position: relative;
  padding: 25px 0;
  background: #fff;
}

#footer div.copyright p {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer div.copyright {
    position: relative;
    padding: 10px 0;
    background: #fff;
  }
  #footer div.copyright p {
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページトップ
/* ------------------------------------------------------------------------------------------------- */

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 999;
}
#pagetop a {
  background: var(--c-blue);
  color: #fff;
  width: 50px;
  height: 50px;
  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 #fff;
  border-left: solid 2px #fff;
  -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: 65px;
    right: 2%;
    font-size: 77%;
    z-index: 999;
    margin: 0;
  }
  #pagetop a {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
  #pagetop a:hover {
    opacity: 0.7;
  }
  #pagetop a:before {
    width: 8px;
    height: 8px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 下部固定メニュー（スマホ用）
/* ------------------------------------------------------------------------------------------------- */

.fix-footer-btn {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background: var(--c-blue);
}

.fix-footer-btn ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .fix-footer-btn ul li {
    flex-grow: 1;
  }
  .fix-footer-btn ul li a {
    display: block;
    text-align: center;
  }
  .fix-footer-btn ul li a img {
    max-height: 60px;
  }
}



