@charset "utf-8";
/* CSS Document */

/* google webfont */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;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:1260px) {
  [pc] {
  display: none !important;
  }
  [tab] {
  display: block !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {

  [tab-nav] {
  display: block !important;
  }
  [pc-tab] {
  display: none;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.br-sp {
  display: block;
}

.br-pc {
  display: inline;
}
}
@media (min-width:1261px) { .display-sp{display:none!important} }
@media (max-width:1260px) { .display-pc{display:none!important} }


/* ****************************************************************************************************
   * common
**************************************************************************************************** */

.body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

[class*="layout-flex"] {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.layout-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-2 {
  display: block;
}

}

/* ****************************************************************************************************
   * 通常ヘッダー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

@media (min-width:1261px) {
  .header-sp {
    display: none !important;
  }
}
@media (max-width:1260px) {
  .header-pc {
    display: none !important;
  }
}


#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  padding: 0 20px 20px;
  background: #fff;
  transition: .2s;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 0 0 40px 40px;
}
#header.scroll {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が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*/70px;
    background: #fff;
    padding: 0 10px;
    border-radius: 0;
    margin-bottom: 0;
  }
  #header.scroll {
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
  }
  #header .body {
    padding: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo {
  position: relative;
  transition: 0.6s;
  margin-top: 15px;
}
#header .logo {
  transition: 0.6s;
  display: block;
}
#header .logo img {
  transition: 0.6s;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  #header .logo {
    transition: 0.6s;
    display: block;
    margin-top: 3px;
    margin-left: 0;
    width: auto;
  }
  #header .logo img {
    width: /*148px*/auto;
    height: 55px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo {
    transition: 0.6s;
    display: block;
    margin-top: 8px;
    margin-left: 0;
    width: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダー内容
/* ------------------------------------------------------------------------------------------------- */

#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 {
  width: /*60*/65%;
}
#header .right-column > .inner-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
#header .contents {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

#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;
}

#header .right-column .detail {
/*  max-width: calc(100% - 260px);*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

#header .right-column .detail .item {
  text-align: right;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#header .right-column .detail .item ul {
  display: flex;
  justify-content: flex-end;
}
#header .right-column .detail .item ul li {
  position: relative;
  padding-left: 1.5em;
}
#header .right-column .detail .item ul li ~ li {
  margin-left: 30px;
}
#header .right-column .detail .item ul li::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-arrow.png") no-repeat;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  position: absolute;
  top: 10px;
  left: 0;
  transition: 0.6s;
}

#header .right-column .detail .item ul li a {
  display: inline-block;
  line-height: 1.4;
}
#header .right-column .detail .item ul li a:hover {
  color: var(--c-orange);
  opacity: 1;
}
#header .right-column .detail .item ul li[current] > a {
  color: var(--c-orange);
}

#header .right-column .detail .item ul li:hover::before {
  left: 0.3em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  #header-text {
    display: none;
  }
  #header .right-column .detail {
    max-width: calc(100% - 125px);
    min-height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #header .right-column .detail .item {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * お問い合わせエリア
/* ------------------------------------------------------------------------------------------------- */

#header .info-area {
  position: relative;
  min-width: 270px;
  text-align: center;
  margin-left: 30px;
}

#header .info-area ul {}

#header .info-area ul li {
  position: relative;
  padding: 0;
}

#header .info-area ul li a.web {
  background: var(--c-green);
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  display: block;
  border-radius: 10px;
  padding: 0.5em;
  transition: 0.6s;
}
#header .info-area ul li a.web span {
  position: relative;
  padding-left: 2.25em;
}
#header .info-area ul li a.web span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/calendar.png") no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
#header .info-area ul li a.web:hover {
  opacity: 0.7;
  box-shadow: 6px 4px 7px rgba(64,158,54,0.5);
}
#header .info-area ul li .tel {
  color: var(--c-orange);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.4;
}
#header .info-area ul li .tel span.text-1 {
  border-radius: 30px;
  border: 1px solid var(--c-orange);
  font-size: 1.4rem;
  padding: 0.2em 0.3em;
  line-height: 2.0;
  margin-top: 0.5em;
  margin-right: 0.5em;
}
#header .info-area ul li .tel span.js-tel {
  font-size: 3.5rem;
  line-height: 1.4;
  font-weight: 700;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  #header .info-area {
    position: relative;
    min-width: 135px;
    text-align: center;
    margin-left: 30px;
  }
  #header .info-area ul li ~ li {
    margin-top: 0.5em;
  }
  #header .info-area ul li a.web {
    background: var(--c-green);
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    border-radius: 10px;
    padding: 0.5em;
    transition: 0.6s;
  }
  #header .info-area ul li a.web span {
    position: relative;
    padding-left: 0;
  }
  #header .info-area ul li a.web span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/calendar.png") no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    position: relative;
    margin: 0 auto;
  }
  #header .info-area ul li .tel {
    display: block;
  }
  #header .info-area ul li .tel span.text-1 {
    border-radius: 30px;
    border: 1px solid var(--c-orange);
    font-size: 1.4rem;
    padding: 0.2em 0.3em;
    line-height: 2.0;
    margin-top: 0.5em;
    margin-right: 0.5em;
  }
  #header .info-area ul li .tel span.js-tel {
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: 700;
    display: block;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  #header .info-area {
    display: none;
  }
}


/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#header .nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  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 30px;
}

#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-orange);
}
#header .nav ul.dropdown > li:hover > a {
  color: var(--c-orange);
  opacity: 1;
}

@media (max-width:1260px) {

#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-orange);
}
#header .nav ul.dropdown > li[current] a,
#header .nav ul.dropdown > li[current] .parent {
  color:var(--c-orange);
}

  #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-orange);
    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-orange);
    margin-left: 0;
  }
  #header .nav ul.dropdown li .tel span.text-1 {
    border-radius: 30px;
    border: 1px solid var(--c-orange);
    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;
}

@media (max-width:1260px) {

  #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-orange);
  }
  .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: 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:1260px) {

#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: 0.7em;
  margin: 0 auto;
  color: #333;
  font-weight: bold;
}

#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-orange);
}
#sp-nav ul.dropdown > li[current] a {
  color:var(--c-orange);
}

  #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:1260px) {

  #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-orange);
  -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: 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: 15px;
    right: 0;
    width: 40px;
    height: 0;
    padding-top: 40px;
    background: var(--c-orange);
    -webkit-appearance: none;
    border: none;
    z-index: 9999999999;
    border-radius: 5px;
    }
  }



/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#visual {
  position: relative;
  width: 100%;
  z-index: 10;
}
#visual::after {
  content: "";
  display: block;
  background: var(--c-l-orange);
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#visual .body {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width:1260px) {
  #visual {}
  #visual::after {
    content: "";
    display: block;
    background: var(--c-l-orange);
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:768px) {
  /*ブラウザの幅が736px以下の時*/
  #visual .body {
    padding: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * キャッチコピー
/* ------------------------------------------------------------------------------------------------- */

#visual .inner {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#visual .inner .catch {
  position: absolute;
  top: 100px;
  left: 120px;
  z-index: 9;
}
#visual .inner .catch p {
  color: #fff;
  font-size: 3.0rem;
  text-shadow : 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  #visual .inner .catch {
    position: absolute;
    top: 50px;
    left: 60px;
    z-index: 9;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #visual .inner .catch {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 9;
  }
  #visual .inner .catch p {
    color: #fff;
    font-size: 2.0rem;
    text-shadow : 2px 2px 5px rgba(0, 0, 0, 0.3);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #visual .inner .catch p {
    color: #fff;
    font-size: 1.4rem;
    text-shadow : 2px 2px 5px rgba(0, 0, 0, 0.3);
  }
}


/* ----------------------------------------------------------------------------------------------------
   * ナビリスト
/* ------------------------------------------------------------------------------------------------- */

#visual .nav-list {
  position: absolute;
  bottom: 50px;
  right: 65px;
  min-width: 500px;
}

#visual .nav-list ul.layout-flex-3 {}

#visual .nav-list ul.layout-flex-3 li {
  width: auto;
}
#visual .nav-list ul.layout-flex-3 li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 151px;
  height: 151px;
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  transition: 0.6s;
  border: 4px solid transparent;
}
#visual .nav-list ul.layout-flex-3 li a:hover {
  background: var(--c-l-orange);
  border: 4px solid var(--c-orange);
  opacity: 1;
}
#visual .nav-list ul.layout-flex-3 li a span {
  color: var(--c-orange);
  font-size: 2.0rem;
  margin-top: 50px;
  transition: 0.6s;
}
#visual .nav-list ul.layout-flex-3 li a:hover span {
  opacity: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  #visual .nav-list {
    position: absolute;
    bottom: 0;
    right: 25px;
    min-width: 500px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  #visual .nav-list {
    position: absolute;
    bottom: 0;
    right: 25px;
    min-width: 240px;
  }
  #visual .nav-list ul.layout-flex-3 li a {
    width: 75px;
    height: 75px;
  }
  #visual .nav-list ul.layout-flex-3 li a span {
    color: var(--c-orange);
    font-size: 1.2rem;
    margin-top: 20px;
    transition: 0.6s;
  }
}



/* アイコン*/

#visual .nav-list ul.layout-flex-3 li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-100%);
}
#visual .nav-list ul.layout-flex-3 li:nth-child(1) a::before {
  background: url("../../_images/index/medical-nav-02.png") no-repeat;
  width: 54px;
  height: 53px;
  background-size: 54px 53px;
}
#visual .nav-list ul.layout-flex-3 li:nth-child(2) a::before {
  background: url("../../_images/index/medical-nav-03.png") no-repeat;
  width: 42px;
  height: 48px;
  background-size: 42px 48px;
}
#visual .nav-list ul.layout-flex-3 li:nth-child(3) a::before {
  background: url("../../_images/index/medical-nav-01.png") no-repeat;
  width: 51px;
  height: 44px;
  background-size: 51px 44px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  #visual .nav-list ul.layout-flex-3 li:nth-child(1) a::before {
    background: url("../../_images/index/medical-nav-02.png") no-repeat;
    width: 27px;
    height: 26px;
    background-size: 27px 26px;
  }
  #visual .nav-list ul.layout-flex-3 li:nth-child(2) a::before {
    background: url("../../_images/index/medical-nav-03.png") no-repeat;
    width: 21px;
    height: 24px;
    background-size: 21px 24px;
  }
  #visual .nav-list ul.layout-flex-3 li:nth-child(3) a::before {
    background: url("../../_images/index/medical-nav-01.png") no-repeat;
    width: 25px;
    height: 22px;
    background-size: 25px 22px;
  }
}




/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower
#visual {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
}
body.layout-lower
#visual::after {
  content: "";
  display: block;
  background: var(--c-l-orange);
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
body.layout-lower
#visual .body {
  position: relative;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.layout-lower
#visual .body .title {
  text-align: center;
  font-size: 3.0rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0,0,0,.3);
}

/* :::::::: ブレイクポイント :::::::: */

@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 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }
}


/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb {
  position: relative;
  z-index: 3;
  background: var(--c-l-orange);
}

#breadcrumb div.body {
  max-width: 1440px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  #breadcrumb {
    position: relative;
    z-index: 3;
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ol {
  padding: 30px 0;
}
#breadcrumb ol li {
  font-size: 1.8rem;
  vertical-align: middle;
  display: inline-block;
}
#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-orange);
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #breadcrumb ol {
    padding: 10px 0;
  }
  #breadcrumb ol li {
    font-size: 1.6rem;
    vertical-align: middle;
    display: inline-block;
  }
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#page-nav {
  background: var(--c-l-orange);
  padding-top: 40px;
}

#page-nav .body {
  max-width: 1140px;
}


#page-nav[pc-nav] {
  display: block;
}
#page-nav[sp-nav] {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav[pc-nav] {
    display: none;
  }
  #page-nav[sp-nav] {
    display: block;
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 4em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#page-nav ul li {
  position: relative;
  font-weight: bold;
  padding: 0;
  transition: 0.2s color,0.2s all;
  margin: 0 0.5% 15px;
  width: 260px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav ul {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  #page-nav ul li {
    width: 260px;
    position: relative;
    font-weight: bold;
    padding: 0;
    transition: 0.2s color,0.2s all;
    margin: 0 auto;
  }
  #page-nav ul li ~ li {
    margin-top: 20px;
  }
  #page-nav ul li:nth-child(n+5) {
    margin-top: 0;
  }
  #page-nav ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}

#page-nav ul li:hover,
#page-nav ul li[current] {}

#page-nav ul li a {
  position: relative;
  display: block;
  border: 1px solid var(--c-orange);
  text-decoration: none;
  padding: 0.5em;
  line-height: 1.6;
  font-size: 1.8rem;
  text-align: center;
  background: #fff;
  color: var(--c-orange);
  border-radius: 10px;
}

#page-nav ul li a:hover,
#page-nav ul li.current a {
  background: var(--c-orange);
  color: #fff;
  opacity: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav ul li a {
    font-size: 1.6rem;
  }
}

/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {
  line-height: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

iframe {
  height: 250px;
}

}

/* ****************************************************************************************************
   * フッターインフォメーション
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.information {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.information .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .information {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.information .title {
  font-size: 3.0rem;
  line-height: 1.4;
}
.information .title span {
  color: var(--c-orange);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .information .title {
    text-align: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .information .title {
    font-size: 2.0rem;
    line-height: 1.4;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.information .layout-flex-2 {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .information .layout-flex-2 {
    display: block;
  }
  .information .layout-flex-2 > * {
    width: 100%;
  }
  .information .layout-flex-2 .content {
    width: 100%;
    max-width: 585px;
    margin: 0 auto;
  }
}



/* ----------------------------------------------------------------------------------------------------
   * 地図
/* ------------------------------------------------------------------------------------------------- */

.information .map {}
.information .map .column {
  margin-top: 30px;
}
.information .map .text {
  font-size: 1.8rem;
  margin-top: 20px;
}
.information .map .link-btn {
  margin-top: 30px;
}
.information .map .link-btn .btn {
  margin-left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .information .map {
    margin-top: 40px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .information .map .text {
    font-size: 1.5rem;
    margin-top: 0;
  }
  .information .map .link-btn .btn {
    margin-left: auto;
    margin-right: auto;
  }
}


/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
}

#footer .footer-inner {
  position: relative;
  background: #f4f4f4;
}

#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 .logo {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .logo {
    text-align: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .logo img {
    width: /*148px*/60%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 住所エリア
/* ------------------------------------------------------------------------------------------------- */

#footer address {
  font-size: 1.8rem;
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #footer address {
    text-align: center;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 電話
/* ------------------------------------------------------------------------------------------------- */

#footer address .tel {
  color: var(--c-orange);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.4;
  margin-top: 0;
}
#footer address .tel span.text-1 {
  border-radius: 30px;
  border: 1px solid var(--c-orange);
  font-size: 1.5rem;
  padding: 0.2em 0.3em;
  line-height: 2.0;
  margin-top: 0.5em;
  margin-right: 0.5em;
}
#footer address .tel span.js-tel {
  font-size: 4.0rem;
  line-height: 1.4;
  font-weight: 700;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #footer address .tel {
    color: var(--c-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    margin-top: 0;
  }
  #footer address .tel a {
    color: var(--c-orange);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer address .tel span.js-tel {
    font-size: 3.0rem;
    line-height: 1.4;
    font-weight: 700;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * WEB診療予約
/* ------------------------------------------------------------------------------------------------- */

#footer address a.web {
  background: var(--c-green);
  width: 330px;
  color: #fff;
  font-size: 1.8rem;
  display: block;
  border-radius: 10px;
  padding: 0.5em;
  transition: 0.6s;
  text-align: center;
}
#footer address a.web span {
  position: relative;
  padding-left: 2.25em;
}
#footer address a.web span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/calendar.png") no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
#footer address a.web:hover {
  opacity: 0.7;
  box-shadow: 6px 4px 7px rgba(64,158,54,0.5);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #footer address a.web {
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 診療時間
/* ------------------------------------------------------------------------------------------------- */

#footer .box {
  margin-top: 30px;
}

#footer .box .title-1 {
  font-size: 2.0rem;
  color: #fff;
  background: var(--c-orange);
  border-radius: 10px;
  padding: 0.2em 1.5em;
}

#footer .box p {
  font-size: 1.8rem;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .box .title-1 {
  font-size: 1.8rem;
  padding: 0.2em 0.5em;
}
  #footer .box p {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#footer .box .col-2 {
  margin-top: 1em;
}

#footer .box figure.column ul.time-flex {
  width: 100%;
  font-size: 1.8rem;
}
#footer .box figure.column ul.time-flex li.week {}
#footer .box figure.column ul.time-flex li.time {
  border-radius: 10px;
  border: 1px solid var(--c-orange);
}

#footer .box figure.column ul.time-flex ul {
  display: flex;
}
#footer .box figure.column ul.time-flex li.time ul ~ ul {
  border-top: 1px solid var(--c-orange);
}


#footer .box figure.column ul.time-flex ul.ul01 {
  border-bottom: 0;
}
#footer .box figure.column ul.time-flex ul li {
  flex-grow: 1;
  box-sizing: border-box;
  text-align: center;
  padding: 0.2em 0.5em;
}
#footer .box figure.column ul.time-flex ul li:first-child {
  min-width: 150px;
  text-align: left;
}

#footer .box figure.column ul.time-flex li.week li.li01 {
  color: var(--c-orange);
  padding: 0.2em 0.8em;
}
#footer .box figure.column ul.time-flex li.time li.li01 {
  padding: 0.2em 0.8em;
}
#footer .box figure.column ul.time-flex li.time li span {
  color: var(--c-orange);
}


@media screen and (max-width: 736px) {
  #footer .box figure.column ul.time-flex {
    width: 100%;
    font-size: 1.4rem;
  }
  #footer .box figure.column ul.time-flex ul li:first-child {
    min-width: 100px;
    text-align: left;
  }
  #footer .box figure.column ul.time-flex li.week li.li01 {
    color: var(--c-orange);
    padding: 0.2em 0.8em;
    font-size: 1.6rem;
    font-weight: 700;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * キャッシュレス決済
/* ------------------------------------------------------------------------------------------------- */

#footer .cash-box {
  margin-top: 50px;
} 

#footer .cash-box .title-1 {
  font-size: 2.0rem;
  color: #fff;
  background: var(--c-orange);
  border-radius: 10px;
  padding: 0.2em 1.5em;
}

#footer .cash-box .layout-flex-3 {
  margin-top: 20px;
}

#footer .cash-box .layout-flex-3 li {
  border: 1px solid var(--c-orange);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 32%;
}

#footer .cash-box .layout-flex-3 li .title-2 {
  text-align: center;
  font-size: 1.8rem;
  color: var(--c-orange);
}
#footer .cash-box .layout-flex-3 li .icon {
  margin-top: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .cash-box .title-1 {
    font-size: 1.8rem;
    padding: 0.2em 0.5em;
    line-height: 1.4;
  }
  #footer .cash-box .layout-flex-3 li {
    border: 1px solid var(--c-orange);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    width: 100%;
  }
  #footer .cash-box .layout-flex-3 li ~ li {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer .nav {
  width: auto;
  display: flex;
  justify-content: space-between;
}
#footer .nav ul.item {
  font-size: 1.8rem;
}

#footer .nav ul.item li.parent {}
#footer .nav ul.item li.parent::before {}

#footer .nav ul.item li {
  position: relative;
  margin-bottom: 20px;
}

#footer .nav ul.item > li a {
  font-size: 1.8rem;
  line-height: 1.4;
}

#footer .nav ul.item > li a:hover {
  color: var(--c-orange);
  opacity: 1;
}

#footer .nav ul.item > li ul {
  margin-top: 10px;
  margin-left: 1em;
}

#footer .nav ul.item li ul li {
  list-style: none;
  position: relative;
  margin-bottom: 0.5em;
}
#footer .nav ul.item li ul li::before {
  content: "";
  display: block;
  color: var(--c-gray);
  width: 8px;
  height: 2px;
  background: var(--c-gray);
  position: absolute;
  top: 50%;
  left: -15px;
}
#footer .nav ul.item li ul li a {
  font-size: 1.5rem;
}


/* :::::::: ブレイクポイント :::::::: */

@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;
    border-bottom: 1px solid #f2f2f2;
  }
  #footer .nav ul.item > li a {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #footer .nav ul.item li a:hover {
    text-decoration: underline;
  }
  
  #footer .nav ul.item li ul li {
    border-bottom: 0;
  }
  #footer .nav ul.item li ul li a {
    font-size: 1.4rem;
  }
  #footer .nav ul.item > li ul {
    font-size: 1.2rem;
    padding-top: 0.5em;
    padding-left: 1em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .nav {
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 0 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * サイトマップ
/* ------------------------------------------------------------------------------------------------- */

#footer .actab {
  width: 100%;
  margin-top: 0;
}

/* スマホ　サイトマップ非表示*/
#footer .actab input {
  display: none;
}
#footer .actab label {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {

#footer .actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  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-orange);
  color: #fff;
  letter-spacing: 0;
  border-radius: 10px;
}
#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: 10px;
}
/* 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 div.copyright {
  position: relative;
  padding: 5px 0;
  background: var(--c-orange);
}

#footer div.copyright p {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer div.copyright {
    position: relative;
    padding: 5px 0;
    background: var(--c-orange);
    margin-bottom: 0.2em;
  }
  #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: var(--c-green);
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  transition: 0.6s;
  border-radius: 10px;
}
#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: 25px;
    height: 25px;
    border-radius: 5px;
  }
  #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-orange);
}

.fix-footer-btn ul {
  width: 100%;
  display: flex;
  justify-content: center;
}





