@charset "utf-8";
/* CSS Document */

/* google webfont */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  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:1100px) {
  [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:1101px) { .display-sp{display:none!important} }
@media (max-width:1100px) { .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;
}

}

/* ****************************************************************************************************
   * 通常ヘッダー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * PC / SP 切り替え
/* ------------------------------------------------------------------------------------------------- */

@media (min-width:1261px) {
  .header-sp {
    display: none !important;
  }
}
@media (max-width:1100px) {
  .header-pc {
    display: none !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#sp-header {
  display: none;
}
#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: /*9998*/100;
  width: 100%;
  padding: 0 20px;
  background: #fff;
  transition: .2s;
}
#header.scroll {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #sp-header {
    display: block;
    z-index: 9998;
    width: 100%;
    font-size: 1rem;
    line-height: 1.3;
    padding: 5px;
    background: #fff;
  }
  #header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    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;
  width: 230px;
}
#header .logo img {
  transition: 0.6s;
  min-width: 230px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1360px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9998;
    transition: 0.6s;
    display: block;
    width: auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo img {
    min-width: 100%;
    width: 115px;
    /*height: 45px;*/
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo {
    transition: 0.6s;
    display: block;
    width: auto;
    margin-top: 0.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダー内容
/* ------------------------------------------------------------------------------------------------- */

#header .contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .contents.layout-2 {}

#header .right-column {}
#header .right-column > .inner-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .right-column .detail {
/*  max-width: calc(100% - 260px);*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: /*space-around*/flex-end;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  #header .right-column {
    max-width: calc(100% - 260px);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が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% - 125px);
    min-height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

#header-text {
  position: relative;
  z-index: 9999;
  font-size: 1.2rem;
  line-height: 1.2;
  height: 30px;
  margin-right: auto;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 25%);
}
#header-text > * {
  line-height: 1.2;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #header-text {
    display: none;
  }
}


/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#header .nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5em;
}
#sp-nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

@media (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #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 {
  display: table;
  margin-bottom: 10px;
}
#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;
  line-height: 1.4;
  font-weight: bold;
  transition: 0.2s;
  margin: 0 0 0 30px;
}

#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 {
  background: var(--c-yellow);
  /*color: var(--c-blue);*/
}
#header .nav ul.dropdown > li:hover > a {
  background: var(--c-yellow);
  opacity: 1;
  /*color: var(--c-blue);*/
}

@media (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #header .nav ul.dropdown {
    width: 100%;
    display: table;
    margin-top: 0px;
  }
  #header .nav ul.dropdown > li > a {
    display: block;
    text-align: left;
    padding: 0.7em;
    margin: 0 auto;
  }
  #header .nav ul.dropdown > li {
    position: relative;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    width: 100%;
    padding: 0;
  }
  #header .nav ul.dropdown > li a {
    height: auto;
    text-align: left;
    border-radius: 0;
    margin-top: 0;
  }
}

@media (max-width:1100px) {
  /*ブラウザの幅がXXXpx以下の時*/
  #header.scroll .nav {
    width: 100%;
    display: flex;
    margin:0;
  }
  #sp-nav ul.dropdown > li > a,
  #sp-nav ul.dropdown > li > span {
    display: block;
    text-align: left;
    padding: 0.7em;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.4;
  }
  #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 .parent {
    /*  width: calc( 100% - 50px );*/
  }
  #sp-nav ul.dropdown .active .parent {
    background: var(--c-lightgray);
  }
  #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;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 下層リスト
/* ------------------------------------------------------------------------------------------------- */

#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: 1px;
}
#header .nav ul.dropdown ul.nav-05 {
  width: 120px;
  left: -20px;
}
#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.7em;
  margin: 0;
}
#header .nav ul.dropdown ul li a:hover {
  background: var(--c-yellow);
  opacity: 1;
  /*color: var(--c-blue);*/
}
#header .nav ul.dropdown ul li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-icon.png") no-repeat;
  width: 14px;
  height: 14px;
  margin-left: .4em;
  vertical-align: middle;
  margin-top: -4px;
}

@media (max-width:1100px) {
  /*ブラウザの幅がXXXpx以下の時*/
  #header .nav ul.dropdown ul {
    margin-top: 0;
    position: relative;
    display: block;
    border: none;
    box-shadow: none;
  }
  #header .nav ul.dropdown ul.nav-05 {
    left: 0;
  }
  #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;
    padding: 0.7em 0.7em 0.7em 1.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ナビアイコン
/* ------------------------------------------------------------------------------------------------- */

@media (max-width:1100px) {

  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top: 4px;
  right: 0;
  width: 40px;
  height: 0;
  padding-top: 40px;
  background: var(--c-yellow);
  -webkit-appearance: none;
  border: none;
  z-index: 9999999999;
  border-radius: 100%;
  }
  .icon-menu-trigger:before,
  .icon-menu-trigger:after,
  .icon-menu-trigger span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 50%;
  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;
  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;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * メディアサイズでナビ位置変更
/* ------------------------------------------------------------------------------------------------- */

#header .detail ul.tab-nav {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  #header .detail ul.tab-nav {
    display: flex;
    align-items: center;
  }
  #header .detail ul.tab-nav li.yoyaku a {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.4;
    font-weight: bold;
    transition: 0.2s;
    margin: 0 0 0 30px;
    opacity: 1;
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #header .detail ul.tab-nav {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 各種 SNS
/* ------------------------------------------------------------------------------------------------- */

#header .detail ul > li.sns > .layout-2 {
  max-width: 150px;
  min-width: 150px;
  margin-left: 1.5em;
}
#header .detail ul > li.sns > .layout-2 > * {
  width: auto;
}
#header .detail ul > li.sns > .layout-2 a {
  margin-left: 0;
}
#header .detail ul > li.sns > .layout-2 a ~ a {
  margin-left: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  #header .detail ul.dropdown li.sns {
    display: none;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #header .detail ul.dropdown li.sns {
    display: block;
  }
  #header .detail ul > li.sns {
    padding: 0.5em;
  }
  #header .detail ul > li.sns > .layout-2 {
    display: flex;
    margin: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ネットでかんたん予約
/* ------------------------------------------------------------------------------------------------- */

#header .detail ul li.yoyaku {}
#header .detail ul li.yoyaku a {
  background: #000;
  border-radius: 10px;
  padding: 0.5em 1em;
  color: #fff;
  text-align: left;
  display: flex;
}
#header .detail ul li.yoyaku a:hover {
  background: var(--c-blue);
  color: var(--c-yellow);
}
#header .detail ul li.yoyaku a span {
  position: relative;
  padding-left: 1.75em;
}
#header .detail ul li.yoyaku a span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-reservation-icon.png") no-repeat;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  #header .detail ul.dropdown li.yoyaku {
    display: none;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #header .detail ul.dropdown li.yoyaku {
    display: block;
  }
  #header .detail ul li.yoyaku a {
    background: #000;
    border-radius: 0;
    padding: 1em;
    color: #fff;
    text-align: left;
    display: flex;
  }
}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#visual {
  position: relative;
  width: 100%;
}

#visual .body {
  max-width: 1400px;
  padding: 0 20px;
}

#visual .slider img {
  width: 100%;
}

@media (max-width:1100px) {
  #visual {
    height: auto;
  }
  body.layout-index
  #visual .slider img {
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページャ
/* ------------------------------------------------------------------------------------------------- */

#main .visual .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

#main .visual .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .5em;
}
#main .visual .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border:none;
  border-radius: 100%;
  transition: .2s;
  background: #cccccc;
}
#main .visual .slick-dots li.slick-active button {
  background: var(--c-blue);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
#main .visual .slick-dots {
  position: absolute;
  bottom: -20px;
  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: #fff url("../../_images/_common/visual-lower.jpg") no-repeat;
  background-size: /*100% 300px*/cover;
  background-position: center;
}

body.layout-lower #visual .body {
  position: relative;
  max-width: 1400px;
  min-height: 300px;
  display: flex;
  align-items: center;
}

body.layout-lower #visual .body::after {
  content: "";
  display: block;
  background: url("../../_images/_common/title-icon-right.png") no-repeat;
  width: 260px;
  height: 212px;
  background-size: 260px 212px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
}


body.layout-lower #visual .title-area {
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}
body.layout-lower #visual .title {
  position: relative;
  color: var(--c-blue);
  font-size: 6.0rem;
  font-weight: 900;
  background: var(--c-yellow);
  display: inline-block;
  min-height: 90px;
  padding: 0 50px;
}

body.layout-lower #visual .title::before,
body.layout-lower #visual .title::after {
  content: "";
  display: block;
  background: url("../../_images/_common/check-line.png") repeat-y;
  width: 20px;
/*  height: 80px;*/
  position: absolute;
  top: 0;
  height: 100%;
}
body.layout-lower #visual .title::before {
  left: 0;
}
body.layout-lower #visual .title::after {
  right: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower #visual .title {
    color: var(--c-blue);
    font-size: 4.5rem;
    font-weight: 900;
    background: var(--c-yellow);
    display: inline-block;
    min-height: 45px;
    padding: 0 25px;
  }
  
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower #visual {
    position: relative;
    background: #fff url("../../_images/_common/visual-lower.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  body.layout-lower #visual .body {
    min-height: 150px;
  }
  body.layout-lower #visual .body::after {
    content: "";
    display: block;
    background: url("../../_images/_common/title-icon-right.png") no-repeat;
    width: 130px;
    height: 106px;
    background-size: 130px 106px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 0;
  }
  
  body.layout-lower #visual .title {
    color: var(--c-blue);
    font-size: 2.8rem;
    font-weight: 900;
    background: var(--c-yellow);
    display: inline-block;
    min-height: 45px;
    padding: 0 25px;
  }
  
  body.layout-lower #visual .title::before,
  body.layout-lower #visual .title::after {
    content: "";
    display: block;
    background: url("../../_images/_common/check-line.png") repeat-y;
    width: 10px;
/*    height: 45px;*/
    background-size: 10px 40px;
    position: absolute;
    top: 0;
    height: 100%;
}
  body.layout-lower #visual .title::before {
    left: 0;
  }
  body.layout-lower #visual .title::after {
    right: 0;
  }
}

/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb {
  position: relative;
  z-index: 3;
}

#breadcrumb div.body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が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 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;
}
}


/* ****************************************************************************************************
   * サイドナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.layout-flex {
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 100%;
  width: 1600px;
  padding-right: /*225px*/200px;
  padding-bottom: 90px;
  margin: 0 auto;
}

.js-location-content {
  flex: 1;
}

.js-location-nav {
  width: 230px;
  padding-top: 215px;
  padding-left: 15px;
}

.js-location-nav ul {
  position: sticky;
  top: 115px;
}
.js-location-nav ul li {
  position: relative;
}
.js-location-nav ul li a::before {
  content: "";
  display: block;
  background: none;
  position: absolute;
  top: 6px;
  left: 0;
}
.js-location-nav ul li a.is-current::before {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-arrow.png") no-repeat;
  width: 8px;
  height: 14px;
  background-size: 8px 14px;
  position: absolute;
  top: 9px;
  left: 0;
}
.js-location-nav ul li ~ li {
  margin-top: 30px;
}
.js-location-nav ul li a {
  position: relative;
  color: #999999;
  font-weight: bold;
  padding-left: 0.8em;
  display: flex;
  align-items: center;
}
.js-location-nav ul li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #999999;
  position: absolute;
  bottom: -30px;
  left: 2em;
}
.js-location-nav ul li:last-child a::after {
  display: none;
}
/* カレント表示の指定 */
.js-location-nav ul li a.is-current{
  color: var(--c-blue);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1560px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    padding-right: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    position: relative;
    display: flex;
    align-items: stretch;
    max-width: 100%;
    width: 1600px;
    padding-right: 0;
    padding-bottom: 90px;
    margin: 0 auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1360px) {
  /*ブラウザの幅が736px以下の時*/
  .js-location-nav {
    width: 20%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    position: relative;
    display: flex;
    align-items: stretch;
    max-width: 100%;
    width: 1600px;
    padding-right: 0;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .js-location-nav {
    display: none;
  }
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.page-nav {
  padding-bottom: 85px;
}

.page-nav .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1080px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav {
    padding-bottom: 40px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav {
    padding-bottom: 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;
  column-gap: /*2%*/2.5%;
}

.page-nav ul li {
  position: relative;
  font-weight: bold;
  padding: 0;
  transition: 0.2s color,0.2s all;
  max-width: 255px;
}

/* :::::::: ブレイクポイント :::::::: */

@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 20px;
    transition: 0.2s color,0.2s all;
  }
  .page-nav ul li:nth-child(n+3) {
    margin-top: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px !important;
  }
  .page-nav ul li {
    width: 100%;
    position: relative;
    font-weight: bold;
    padding: 0;
    transition: 0.2s color,0.2s all;
  }
}

.page-nav ul li:hover,
.page-nav ul li[current] {}

.page-nav ul li a {
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: left;
  font-weight: 900;
  font-size: 1.6rem;
  background: #fff;
  color: #000;
  border:1px solid #999999;
  padding: 18px 2.5em 18px 1em;
  line-height: 1.4;
  border-radius: 20px;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.5);
}
/* 複数行*/
.page-nav ul li.row a {
  padding: 7px 1em;
}


.page-nav ul li a:hover,
.page-nav ul li.current a {
  background: #000;
  color: #fff;
  opacity: 1;
}
.page-nav ul li a::after {
  content: '';
  width: 26px;
  height: 26px;
  border: 0px;
  background: url("../../_images/_common/arrow-right-s.png") no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.2s right;
}
.page-nav ul li.current a:after,
.page-nav ul li a:hover:after {
  right: 0.2em;
  background: url("../../_images/_common/arrow-right-s-w.png") no-repeat;
}

/* :::::::: ブレイクポイント :::::::: */

@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;
  }
}


/* ****************************************************************************************************
   * スマホ時ナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#sp-page-nav {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #sp-page-nav {
    display: block;
    background: var(--c-lightgray);
    padding: 20px 10px;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 2em;
  }
  #sp-page-nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
  }
  #sp-page-nav ul li {
    text-align: center;
    width: 48%;
    display: flex;
  }
  #sp-page-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    padding: 0.5em;
    font-size: 1.2rem;
    border-radius: 30px;
    line-height: 1.0;
    width: 100%;
    min-height: 40px;
  }
}


/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {
  line-height: 0;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  iframe {
    height: 250px;
  }
}

/* ****************************************************************************************************
   * ご予約・お問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.reservation {
  position: relative;
  background: url("../../_images/_common/reservation-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 60px;
}

.reservation .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reservation {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.reservation .title-area {
  line-height: 1.4;
  text-align: center;
}
.reservation .title-area .subtitle {
  position: relative;
}

.reservation .title-area .subtitle span {
  position: relative;
  font-size: 3.0rem;
  color: #fff;
  font-weight: bold;
  padding: 0 50px;
  display: inline-block;
}
.reservation .title-area .subtitle span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/title-line-left-1-l.png") no-repeat;
  width: 34px;
  height: 81px;
  background-size: 34px 81px;
  position: absolute;
  top: 0;
  left: 0;
}
.reservation .title-area .subtitle span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/title-line-right-1-l.png") no-repeat;
  width: 34px;
  height: 81px;
  background-size: 34px 81px;
  position: absolute;
  top: 0;
  right: 0;
}

.reservation .title {
  position: relative;
  color: var(--c-blue);
  font-size: 6.0rem;
  font-weight: 900;
  background: var(--c-yellow);
  display: inline-block;
  min-height: 90px;
  padding: 0 50px;
}
.reservation .title::before,
.reservation .title::after {
  content: "";
  display: block;
  background: url("../../_images/_common/check-line.png") repeat-y;
  width: 20px;
/*  height: 80px;*/
  position: absolute;
  top: 0;
  height: 100%;
}
.reservation .title::before {
  left: 0;
}
.reservation .title::after {
  right: 0;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .reservation .title {
    color: var(--c-blue);
    font-size: 4.5rem;
    font-weight: 900;
    background: var(--c-yellow);
    display: inline-block;
    min-height: 45px;
    padding: 0 25px;
    position: relative;
  }
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .reservation .title-area .subtitle span {
    position: relative;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
    display: inline-block;
  }
  .reservation .title-area .subtitle span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/title-line-left-1-l.png") no-repeat;
    width: 17px;
    height: 40px;
    background-size: 17px 40px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .reservation .title-area .subtitle span::after {
    content: "";
    display: block;
    background: url("../../_images/_common/title-line-right-1-l.png") no-repeat;
    width: 17px;
    height: 40px;
    background-size: 17px 40px;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .reservation .title-area {
    line-height: 1.4;
    text-align: center;
    position: relative;
  }
  .reservation .title {
    color: var(--c-blue);
    font-size: 2.8rem;
    font-weight: 900;
    background: var(--c-yellow);
    display: inline-block;
    min-height: 45px;
    padding: 0 25px;
    position: relative;
  }
  .reservation .title::before,
  .reservation .title::after {
    content: "";
    display: block;
    background: url("../../_images/_common/check-line.png") repeat-y;
    width: 10px;
/*    height: 45px;*/
    background-size: 10px 40px;
    position: absolute;
    top: 0;
    height: 100%;
  }
  .reservation .title::before {
    left: 0;
  }
  .reservation .title::after {
    right: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタンエリア
/* ------------------------------------------------------------------------------------------------- */

.reservation .btn-area {
  align-items: center;
}

.reservation .btn-area .btn-2 {
  position: relative;
  width: 600px;
  color: #fff;
  padding: 30px 3em;
  font-size: 2.7rem;
  font-weight: 900;
  display: inline-block;
  line-height: 1.5;
  background: #000000;
  border-radius: 50px;
  box-shadow: 0px 2px 1px 2px rgb(77, 77, 77) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.reservation .btn-area .btn-2:hover {
  opacity: 1;
  color: var(--c-blue);
  background: var(--c-yellow);
  box-shadow: 0px 2px 1px 2px rgb(255,255,255) inset,0px 10px 10px 0px rgba(255,231,48, 0.1);
}
.reservation .btn-area .btn-2::after {
  content: '';
  width: 36px;
  height: 36px;
  border: 0px;
  background: url("../../_images/_common/reservation-icon.png") no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.2s right;
}
.reservation .btn-area .btn-2:hover::after {
  right: 0.5em;
}

.reservation .btn-area picture {}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .reservation .btn-area {
    align-items: center;
    margin-top: 20px;
    display: block;
  }
  .reservation .btn-area .btn-2 {
    position: relative;
    width: 600px;
    margin: 0 auto;
    color: #fff;
    padding: 30px 3em;
    font-size: 2.7rem;
    font-weight: 900;
    display: block;
    line-height: 1.5;
    background: #000000;
    border-radius: 50px;
    box-shadow: 0px 2px 1px 2px rgb(77, 77, 77) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .reservation .btn-area picture {
    display: block;
    margin-top: 1em;
    text-align: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reservation .btn-area .btn-2 {
    position: relative;
    width: 100%;
    color: #fff;
    padding: 15px 2em;
    font-size: 2.0rem;
    font-weight: 900;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    background: #000000;
    border-radius: 50px;
    box-shadow: 0px 2px 1px 2px rgb(77, 77, 77) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .reservation .btn-area .btn-2::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    background: url("../../_images/_common/reservation-icon.png") no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: 0.2s right;
  }
  .reservation .btn-area picture {
    display: block;
    margin: 1em auto 0;
    text-align: center;
  }
  .reservation .btn-area picture img {
    width: 214px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 店舗情報
/* ------------------------------------------------------------------------------------------------- */

.store {
  position: relative;
}

.store .body {
  position: relative;
}

.store .inner {
  margin-top: 60px;
}

.store .title-1 {
  font-size: 4.0rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .store .inner {
    margin-top: 30px;
  }
  .store .title-1 {
    font-size: 2.4rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.store ul {
  margin-top: 10px;
}

.store ul li {
  width: 32%;
  background: #fff;
  padding: 0;
  border-radius: 20px;
  border: 3px solid var(--c-blue);
  max-width: 330px;
  margin-bottom: 20px;
}

.store ul li .title-2 {
  font-size: 3.0rem;
  color: var(--c-yellow);
  background: var(--c-blue);
  font-weight: 900;
  text-align: center;
  border-radius: 15px 15px 0 0;
  position: relative;
  border: 2px solid var(--c-blue);
  border-bottom: 0;
  line-height: 1.6;
}
.store ul li .detail {
  margin-top: 0;
  padding: 10px 10px 20px;
}

.store ul li .tel {
  margin-top: 0.2em;
  text-align: center;
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.0;
}
.store ul li .tel span {
  position: relative;
  display: block;
  padding-left: 0.8em;
}
.store ul li .tel span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/info-tel-icon.png") no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}


.store ul li .text-2 {
  text-align: center;
  font-size: 1.6rem;
}
.store ul li .text-3 {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .store ul {
    justify-content: center;
  }
  .store ul li {
    width: 100%;
    background: #fff;
    padding: 0;
    border-radius: 20px;
    border: 3px solid var(--c-blue);
    max-width: 310px;
    margin: 0 1% 20px;
  }
  
  .store ul li .title-2 {
    font-size: 2.2rem;
    color: var(--c-yellow);
    background: var(--c-blue);
    font-weight: 900;
    text-align: center;
    border-radius: 15px 15px 0 0;
    position: relative;
    border: 2px solid var(--c-blue);
    border-bottom: 0;
  }
  .store ul li .detail {
    padding: 10px;
  }
 
 .store ul li .tel {
    margin-top: 0.2em;
    text-align: center;
    font-family: Helvetica, Arial, "sans-serif";
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.0;
  }
  .store ul li .tel span {
    position: relative;
    display: block;
    padding-left: 0.2em;
  }
  .store ul li .tel span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/info-tel-icon.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
  }
  .store ul li .text-2 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 0.5em;
  }
  .store ul li .text-3 {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 0;
    line-height: 1.4;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタンエリア
/* ------------------------------------------------------------------------------------------------- */

.store .btn-area {
  margin-bottom: 20px;
}
.store .btn-area a ~ a {
  margin-top: 1em;
}

.store .btn-area .btn-1 {
  width: 240px;
  font-size: 1.6rem;
  padding: 20px 3em;
  font-weight: 900;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.store .btn-area .btn-3 {
  position: relative;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  color: var(--c-blue);
  text-align: center;
  font-size: 1.6rem;
  padding: 20px 1em;
  font-weight: 900;
  line-height: 1.5;
  background: var(--c-yellow);
  border-radius: 10px;
  box-shadow: 0px 2px 1px 2px rgb(255,255,255) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  display: block;
}
.store .btn-area .btn-3[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/tabs-icon-b.png") no-repeat;
  width: 16px;
  height: 16px;
  margin-left: .4em;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}



/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
}

#footer .footer-inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
  background: #efefef;
}

#footer .footer-inner .body {
  max-width: 1120px;
}

#footer .footer-bottom {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}

#footer .footer-bottom .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .footer-bottom {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer .nav {
  width: auto;
  display: flex;
  justify-content: space-between;
}

#footer .nav ul.item {
  font-size: 1.6rem;
}

#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/detail-arrow.png") no-repeat;
  width: 8px;
  height: 14px;
  background-size: 8px 14px;
  position: absolute;
  top: 11px;
  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 {}


/* 下層*/
#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-blue);
  width: 7px;
  height: 7px;
  background: var(--c-blue);
  position: absolute;
  top: 0;
  left: -15px;
  border-radius: 100%;
  margin-top: 11px;
}
#footer .nav ul.item li ul li a {
  font-size: 1.5rem;
}
#footer .nav ul.item li ul li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-icon.png") no-repeat;
  width: 14px;
  height: 14px;
  margin-left: .4em;
}

/* :::::::: ブレイクポイント :::::::: */

@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/detail-arrow.png") no-repeat;
  width: 8px;
  height: 14px;
  background-size: 8px 14px;
  position: absolute;
  top: 8px;
  left: 0;
}
#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:800px) {

#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 {}

/* スマホ　サイトマップ非表示*/
#footer .actab input {
  display: none;
}
#footer .actab label {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {

#footer .actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#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-blue);
  color: #fff;
  letter-spacing: 0;
  border-radius: 20px;
}
#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;
  border-radius: 20px;
}
/* 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: 3px solid;
  border-bottom: 3px 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-bottom .detail {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.footer-bottom .detail .layout-flex-4 {
  max-width: 220px;
  margin: 20px auto 0;
}


.footer-bottom .inner {
  max-width: 68%;
  width: 800px;
  margin-top: 20px;
}

.footer-bottom address {
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .footer-bottom .detail {
    max-width: 100%;
    width: 100%;
  }

  .footer-bottom .layout-flex-4 {
    text-align: center;
    margin: 0 auto;
  }
  .footer-bottom .layout-flex-4 > * {
    width: 23%;
    margin-top: 0;
  }
  
  .footer-bottom .inner {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
  .footer-bottom address {
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

.footer-bottom .logo {}
.footer-bottom .logo span {
  display: block;
  font-weight: bold;
  margin-top: 0.5em;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
 .footer-bottom .logo {
    text-align: center;
  }
  .footer-bottom .logo img {
    width: 135px;
  }
  .footer-bottom .logo span {
    display: block;
    font-weight: bold;
    margin-top: 0.5em;
    font-size: 1.1rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * お支払い方法
/* ------------------------------------------------------------------------------------------------- */

.footer-bottom .pay {
  background: var(--c-lightgray);
  padding: 30px;
  text-align: center;
  border-radius: 20px;
}
.footer-bottom .pay .title-2 {
  font-size: 1.8rem;
  color: var(--c-blue);
  text-align: center;
  font-weight: bold;
}
.footer-bottom .pay ul {
  margin-top: 20px;
}
.footer-bottom .pay ul > * {
  width: 32%;
}
.footer-bottom .pay ul li {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.footer-bottom .pay ul li .text {
  position: relative;
  color: var(--c-yellow);
  background: var(--c-blue);
  border-radius: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 0.2em;
  line-height: 1.6;
  display: block;
}

.footer-bottom .pay .images {
  display: block;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .footer-bottom .pay {
    background: var(--c-lightgray);
    padding-top: 1em !important;
    padding-bottom: 1em;
    text-align: center;
    display: block;
  }
  .footer-bottom .pay ul > * {
    width: 100%;
  }
  .footer-bottom .pay ul li ~ li {
    margin-top: 20px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * バナー
/* ------------------------------------------------------------------------------------------------- */

.footer-bottom .bnr {
  background: var(--c-lightgray);
  padding: 30px;
  text-align: center;
  border-radius: 20px;
}

.footer-bottom .bnr > .layout-2 {
  max-width: 720px;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
}
.footer-bottom .bnr > .layout-2 > a {
  display: inline-block;
  width: 41%;
}

.footer-bottom .bnr .images {
  display: block;
}
.footer-bottom .bnr .box {
  margin-left: 30px;
  font-size: 1.6rem;
}
.footer-bottom .bnr .box .title {
  text-align: left;
}
.footer-bottom .bnr .box > .layout-2 {
  margin-top: 0;
  display: flex;
}
.footer-bottom .bnr .box > .layout-2 a {
  color: var(--c-blue);
  text-decoration: underline;
}
.footer-bottom .bnr .box > .layout-2 a ~ a {
  margin-left: 50px;
}
.footer-bottom .bnr .box > .layout-2 a:hover {
  opacity: 1;
  text-decoration: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .footer-bottom .bnr > .layout-2 {
    max-width: 100%;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }
  .footer-bottom .bnr .box .title {
    text-align: left;
  }
  .footer-bottom .bnr .box > .layout-2 {
    display: block;
    text-align: left;
  }
  .footer-bottom .bnr .box > .layout-2 a ~ a {
    margin-left: 0.5em;
  }
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .footer-bottom .bnr {
    background: var(--c-lightgray);
    padding-top: 1em !important;
    padding-bottom: 1em;
    text-align: center;
    display: block;
  }
  .footer-bottom .bnr > .layout-2 > a {
    display: inline-block;
    width: 100%;
  }
  .footer-bottom .bnr .images img {
    width: 150px;
  }
  .footer-bottom .bnr .box {
    margin-left: 0;
    font-size: 1.6rem;
  }
  .footer-bottom .bnr .box .title {
    text-align: center;
  }
  .footer-bottom .bnr .box > .layout-2 {
    display: block;
    text-align: center;
  }
  .footer-bottom .bnr .box > .layout-2 a {
    display: inline-block;
    margin: 0 1em;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * コピーライト
/* ------------------------------------------------------------------------------------------------- */

#footer div.copyright {
  position: relative;
  padding: 5px 0;
  background: #000;
}

#footer div.copyright p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer div.copyright p {
    font-size: 1.1rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページトップ
/* ------------------------------------------------------------------------------------------------- */

#pagetop {
  position: fixed;
  bottom: 60px;
  right: 3.125%;
  font-size: 77%;
  z-index: 999;
}
#pagetop a {
  background: #000000;
  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: 60px;
  right: 2%;
  font-size: 77%;
  z-index: 999;
  margin: 0;
}
#pagetop a {
  background: #000;
  color: #fff;
  width: 25px;
  height: 25px;
  display: block;
  transition: 0.6s;
  border-radius: 100%;
}
#pagetop a:hover {
  opacity: 0.7;
}
#pagetop a:before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #fff;
  border-left: solid 1px #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: -2px;
  transition: 0.2s right;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 下部固定メニュー（スマホ用）
/* ------------------------------------------------------------------------------------------------- */

.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;
}


/* ----------------------------------------------------------------------------------------------------
   * サイド固定メニュー（スマホ用）
/* ------------------------------------------------------------------------------------------------- */

.fix-side-btn {
  position: fixed;
  right: 5px;
  bottom: 100px;
  width: 30px;
  z-index: 1000;
}

.fix-side-btn ul {
  display: block;
}
.fix-side-btn ul li ~ li {
  margin-top: 0.2em;
}
.fix-side-btn ul li img {
  width: 30px;
}





