@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');

.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1p-bold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.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;
}


/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */
/* -------------------------------------------------------------------------------------------------
   * フォント
/* ---------------------------------------------------------------------------------------------- */

/* ゴシック体 */

@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:1261px) { .display-sp{display:none!important} }
@media (max-width:1260px) { .display-pc{display:none!important} }


/* ****************************************************************************************************
   * common
**************************************************************************************************** */

:root {
  --c-pink: #ff537b;
  --c-yellow: #f7f4e3;
  --c-tpink: #f8696a;
  --c-brown: #580000;
} 

.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:1101px) {
  .header-sp {
    display: none !important;
  }
}
@media (max-width:1100px) {
  .header-pc {
    display: none !important;
  }
}


#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: .2s;
}
#header.scroll {
  background: rgba(255,255,255,.95);
/*  box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が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;
    background: #fff;
  }
  #header.scroll {
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
  }
  #header .body {
    padding: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  transition: 0.6s;
}
#header .logo picture {
  transition: 0.6s;
  display: block;
}
#header .logo picture img {
  transition: 0.6s;
}

/* スクロール時*/

#header.scroll .logo {
  transition: 0.6s;
}
#header.scroll .logo picture {
  transition: 0.6s;
}
#header.scroll .logo picture img {
  transition: 0.6s;
  width: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  
#header .logo {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9998;
  transition: 0.6s;
}
#header .logo picture {
  transition: 0.6s;
  display: block;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 画像切り替え時
/* ------------------------------------------------------------------------------------------------- */

#header .logo img.logo-1 {
  display: block;
}
#header .logo img.logo-2 {
  display: none;
}
#header .logo img.logo-3 {
  display: none;
}

/* スクロール時*/

#header.scroll .logo img.logo-1 {
  display: none;
}
#header.scroll .logo img.logo-2 {
  display: block;
}
#header.scroll .logo img.logo-3 {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1700px) {

#header .logo img.logo-1 {
  display: none;
}
#header .logo img.logo-2 {
  display: block;
}
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
#header.scroll .logo picture img {
  transition: 0.6s;
  padding: 0;
  width: auto;
}
#header .logo img.logo-2 {
  display: none;
}
#header.scroll .logo img.logo-2 {
  display: none;
}

#header .logo img.logo-3 {
  display: block;
  width: 96px;
}
#header.scroll .logo img.logo-3 {
  display: block;
  width: 96px;
}
}


/* ----------------------------------------------------------------------------------------------------
   * ヘッダー内容
/* ------------------------------------------------------------------------------------------------- */

#header .contents {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 5px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

#header .contents.layout-2 {}

#header .right-column {
  width: /*60*/65%;
}
#header .right-column > .inner-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #header .contents {
    position: relative;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 10px;
    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: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header-text p {
  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%;
  font-size: 0;
}
#header .right-column .detail .item > * ~ * {
/*  margin-top: 0.5em;*/
  margin-left: 0.5em;
}
#header .right-column .detail .item .text-1 {
  font-size: 1.4rem;  
}
#header .right-column .detail .js-tel {
  position: relative;
  font-size: 2.7rem;
  padding-left: 1.0em;
  line-height: 1.0;
  margin-left: 3.0rem;
  font-family: "秀英にじみ丸ゴシック B";
  display: inline-block;
  color: var(--c-brown);
  vertical-align: bottom;
}
#header.scroll .right-column .detail .js-tel,
body.layout-lower
#header.scroll .right-column .detail .js-tel {}

#header .right-column .detail .js-tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-tel-icon.png") no-repeat;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -4px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  #header .right-column .detail .item {
    text-align: right;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 0;
  }
  #header .right-column .detail .item > * ~ * {
    margin-top: 0;
    margin-left: 0.5em;
  }
  #header .right-column .detail .item > * {
  }
}



/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が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 .right-column .detail .text-1 {
    font-size: 1.2rem;
    display: block;
  }
  #header .right-column .detail .js-tel {
    padding: 0 0.2em 0.2em 1.0em;
    display: block;
    font-size: 2.2rem;
    margin-left: 0;
  }
  #header .right-column .detail .js-tel a {
    display: inline-block;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.4;
    color: var(--c-tpink);
  }
  #header .right-column .detail .js-tel::before {
    content: "";
    display: block;
    background: url("../../_images/_common/header-tel-icon.png") no-repeat;
    width: 11px;
    height: 11px;
    background-size: 11px 11px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    margin-top: -3px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * お問い合わせボタン
/* ------------------------------------------------------------------------------------------------- */

#header .contact {
  position: relative;
  background: var(--c-tpink);
  color: #fff !important;
  font-family: "秀英にじみ丸ゴシック B";
  padding: 0.8em 0.5em;
  text-align: left;
  line-height: 1.2;
  border-radius: 25px;
  margin-left: 30px;
  font-size: 1.6rem;
  min-width: 200px;
}
#header .contact > * {
  position: relative;
  display: block;
}

#header .contact span {
  text-align: center;
}
#header .contact span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-mail-icon.png") no-repeat;
  width: 24px;
  height: 18px;
  margin: 0 auto 0.5em;
  text-align: center;
}

#header .contact span:hover {
  color: #fff;
}
#header .nav ul.dropdown > li:hover .contact,
#header .contact:hover {
  color: #fff;
}
#header .contact:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #header .contact {
    display: none;
  }
  #header .contact {
    background: transparent;
    color: #333 !important;
  }
  #header li[current] .contact {
    color: var(--c-tpink) !important;
  }
  #header .contact span {
    padding-left: 0;
    text-align: left;
  }
  #header .contact span::before {
    display: none;
  }
}


/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#header .nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5em;
/*  padding-bottom: 0.5em;*/
}
#header .nav ul.dropdown {
  display: table;
  font-family: "秀英にじみ丸ゴシック B";
}
#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;
  font-size: 1.6rem;
  font-weight: 500;
}

#header .nav ul.dropdown > li a {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  transition: 0.2s;
}

#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-tpink);
}
#header .nav ul.dropdown > li:hover > a {
  color: var(--c-tpink);
}

@media (max-width:1100px) {

#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: /*1.2em*/0.7em;
  margin: 0 auto;
}

#header .nav ul.dropdown > li > a:before {
/*
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  background: var(--c-tpink);
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.2s left, 0.2s right;
*/
  display: none;
}
#header .nav ul.dropdown > li.nav-2 a span::before {
  display: none;
}
#header .nav ul.dropdown > li.nav-2 > a[pc-tab] {
  display: none;
}

#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-tpink);
}
#header .nav ul.dropdown > li[current] a {
  color:var(--c-tpink);
}

  #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.parent {
  display: block;
  border-right: 0 !important;
  border-bottom: 1px solid #e4e4e4;
  }
  #header .nav ul.dropdown li.parent a {
  width: calc( 100% - 50px );
  margin: 0;
  }
  #header .nav ul.dropdown li.parent:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--c-tpink);
  border-bottom: 2px solid var(--c-tpink);
  transform: rotate(45deg);
  background: none;
  }
  #header .nav ul.dropdown li.parent.active: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 ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  margin-top: 0px;
}
#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 1em;
  margin: 0;
  color: #333;
}
#header .nav ul.dropdown ul li a:hover {
  background: #f7f4e3;
}
#header .nav ul.dropdown ul li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-icon-3.png") no-repeat;
  width: 17px;
  height: 18px;
  margin-left: .4em;
  vertical-align: middle;
}

@media (max-width:1100px) {

  #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 {
  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: #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-tpink);
  }
  .icon-menu-trigger:before {
  top: 29%;
  transition: 0.2s top, 0.2s transform;
  }
  .icon-menu-trigger:after {
  top: 47%;
  transition: 0.2s opacity;
  }
  .icon-menu-trigger span:before {
  top: 66%;
  transition: 0.2s top, 0.2s transform;
  }
  
  /* active */
  .icon-menu-trigger.nav-active:before {
  top: 50%;
  transform: rotate(135deg);
  }
  .icon-menu-trigger.nav-active:after {
  opacity: 0;
  }
  .icon-menu-trigger.nav-active span:before {
  top: 50%;
  transform: rotate(45deg);
  }

/* ----------------------------------------------------------------------------------------------------
   * グローバルメニューアクティブ時の動き
/* ------------------------------------------------------------------------------------------------- */

  #wrapper {
  position: relative;
  left: 0;
  transition: 0.2s left;
  }
  #wrapper.nav-active {
  left: -290px;
  }
  #sp-nav {
  position: fixed;
  top: /*47px*/0;
  right: -290px;
  bottom: 0;
  z-index: 9999;
  width: 290px !important;
  background: #fff;
  overflow-y: auto;
  transition: 0.2s right;
  }
  .nav-fixed #sp-nav {
  top: 0;
  }
  #wrapper.nav-active {
  right: 0;
  }
  .nav-active #header .nav {
  right: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 45px;
  height: 0;
  padding-top: 45px;
  background: #fff;
  -webkit-appearance: none;
  border: none;
  z-index: 9999999999;
  border-radius: 5px;
  }
}

/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#sp-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 1em;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
#sp-nav ul.dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

#sp-nav ul.dropdown > li {
  position: relative;
}
#sp-nav ul.dropdown > li a {
  position: relative;
  display: block;
  margin: 0 30px;
  transition: 0.2s;
  color: #333333;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  font-family: "秀英にじみ丸ゴシック B";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #sp-nav ul.dropdown > li a {
    position: relative;
    display: block;
    margin: 0 20px;
    transition: 0.2s;
    color: #333333;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ナビアイコン
/* ------------------------------------------------------------------------------------------------- */

#sp-nav ul.dropdown li a::before {
  content: '';
  display: inline-block;
  margin: 0 auto;
  background-size: 100%;
  transition: .2s;
}

#sp-nav ul.dropdown li.nav01 a::before {
  background: url("../../_images/_common/nav-01.png") no-repeat center;
  margin-right: 0.5em;
  width: 41px;
  height: 30px;
}
#sp-nav ul.dropdown li.nav02 a::before {
  background: url("../../_images/_common/nav-02.png") no-repeat center;
  margin-right: 0.5em;
  width: 44px;
  height: 30px;
}
#sp-nav ul.dropdown li.nav03 a::before {
  background: url("../../_images/_common/nav-03.png") no-repeat center;
  width: 35px;
  height: 29px;
}
#sp-nav ul.dropdown li.nav04 a::before {
  background: url("../../_images/_common/nav-04.png") no-repeat center;
  width: 30px;
  height: 32px;
}
#sp-nav ul.dropdown li.nav05 a::before {
  background: url("../../_images/_common/nav-05.png") no-repeat center;
  width: 24px;
  height: 32px;
}


#sp-nav ul.dropdown li[current] a::before {
  transform: translateY(-4px);
}
#sp-nav ul.dropdown li.nav01:hover a::before {
  transform: translateY(-4px);
}
#sp-nav ul.dropdown li.nav02:hover a::before {
  transform: translateY(-4px);
}
#sp-nav ul.dropdown li.nav03:hover a::before {
  transform: translateY(-4px);
}
#sp-nav ul.dropdown li.nav04:hover a::before {
  transform: translateY(-4px);
}
#sp-nav ul.dropdown li.nav05:hover a::before {
  transform: translateY(-4px);
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #sp-nav ul.dropdown li a::before {
    display: none;
  }
}

/* 電話番号*/

#sp-nav ul.dropdown li.tel {
  padding: 5px;
  line-height: 1.6;
}
#sp-nav ul.dropdown li .text-1 {
  font-size: 1.2rem;
  display: block;
  padding: 0;
}

#sp-nav ul.dropdown li .js-tel {
  padding: 0 0 0 2em;
  display: block;
  position: relative;
}
#sp-nav ul.dropdown li .js-tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-tel-icon.png") no-repeat;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
#sp-nav ul.dropdown li .js-tel a {
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  color: #732401;
  line-height: 1;
}
#sp-nav ul.dropdown li .js-tel a::before {
  display: none;
}



@media (max-width:1100px) {

#sp-nav {
  width: 100%;
  margin:0 auto;
  text-align: center;
  padding-top: 0;
}
#header.scroll .nav {
  width: 100%;
  display: flex;
  margin:0;
}

#sp-nav ul.dropdown {
  width: 100%;
  display: table;
  margin-top: 0px;
}

#sp-nav ul.dropdown li::after {
  display: none;
}
#sp-nav ul.dropdown li:first-child::before {
  display: none;
}
#sp-nav ul.dropdown > li > a,
#sp-nav ul.dropdown > li > span {
  display: block;
  text-align: left;
  padding: /*1.2em*/0.7em;
  margin: 0 auto;
  color: #333;
  font-weight: bold;
}

#sp-nav ul.dropdown > li > a:before {
/*
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  background: var(--c-tpink);
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.2s left, 0.2s right;
*/
  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-tpink);
}
#sp-nav ul.dropdown > li[current] a {
  color:var(--c-tpink);
}

  #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 .active .parent {
    background: #f7f4e3;
  }
  #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:1100px) {

  #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: #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-tpink);
  }
  .icon-menu-trigger:before {
  top: 29%;
  transition: 0.2s top, 0.2s transform;
  }
  .icon-menu-trigger:after {
  top: 47%;
  transition: 0.2s opacity;
  }
  .icon-menu-trigger span:before {
  top: 66%;
  transition: 0.2s top, 0.2s transform;
  }
  
  /* active */
  .icon-menu-trigger.nav-active:before {
  top: 50%;
  transform: rotate(135deg);
  }
  .icon-menu-trigger.nav-active:after {
  opacity: 0;
  }
  .icon-menu-trigger.nav-active span:before {
  top: 50%;
  transform: rotate(45deg);
  }

/* ----------------------------------------------------------------------------------------------------
   * グローバルメニューアクティブ時の動き
/* ------------------------------------------------------------------------------------------------- */

  #wrapper {
  position: relative;
  left: 0;
  transition: 0.2s left;
  }
  #wrapper.nav-active {
  left: -290px;
  }
  #sp-nav {
  position: fixed;
  top: /*47px*/0;
  right: -290px;
  left: auto;
  bottom: 0;
  z-index: 9999;
  width: 290px !important;
  background: #fff;
  overflow-y: auto;
  transition: 0.2s right;
  }
  .nav-fixed #sp-nav {
  top: 0;
  }
  #wrapper.nav-active {
  right: 0;
  }
  .nav-active #sp-nav {
  right: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 45px;
  height: 0;
  padding-top: 45px;
  background: #fff;
  -webkit-appearance: none;
  border: none;
  z-index: 9999999999;
  border-radius: 5px;
  }
}



/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#visual {
  position: relative;
  width: 100%;
  padding-top: 0.5em;
}
body.layout-lower
#visual {
  padding-top: 0;
}

@media (max-width:1260px) {
  #visual {
    height: auto;
    margin-top: 20px;
    padding-top: 0;
  }
  body.layout-index
  #visual .slider img {
    border-radius: 20px;
  }
  body.layout-lower
  #visual {
    margin-top: 0;
  }
}
#visual .body {
  max-width: 1400px;
  padding: 0 20px;
}

/* ページャ*/
#main .visual .slick-dots {
  position: absolute;
  bottom: -2.5em;
  left: 0;
  right: 0;
  text-align: center;
}

#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: #e8d6dd;
}
#main .visual .slick-dots li.slick-active button {
  background: var(--c-tpink);
}

/* :::::::: ブレイクポイント :::::::: */

@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 {
  background: #fff url("../../_images/_common/lower-visual-bg.png") no-repeat;
  background-size: 100% 470px;
  background-position: top center;
}

body.layout-lower #visual .body {
  position: relative;
  max-width: 1400px;
  min-height: 380px;
  display: flex;
  align-items: center;
  padding-right: 0 !important;
  padding-left: 140px !important;
  margin-top: -40px;
}
body.layout-lower #visual .bg {
  width: 48%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  z-index: 1;
  border-radius: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower #visual .body {
    position: relative;
    max-width: 1400px;
    min-height: 380px;
    display: flex;
    align-items: center;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-top: -40px;
  }
  body.layout-lower #visual .bg {
    width: auto;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    z-index: 1;
    border-radius: 30px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower {
    background: #fff url("../../_images/_common/lower-visual-bg.png") no-repeat;
    background-size: 100%;
    background-position: top center;
  }
  body.layout-lower #visual .body {
    max-width: 1400px;
    min-height: 130px;
    display: flex;
    align-items: center;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-top: 0;
  }
  body.layout-lower #visual .bg {
    width: 68.8%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    z-index: 1;
    border-radius: 15px;
    display: none;
  }
  body.layout-lower #visual .bg img {
    min-height: 120px;
    object-fit: cover;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower #visual .title {
  position: relative;
  font-size: 4.5rem;
  color: #000000;
  font-weight: bold;
  line-height: 1.4;
  font-family: "秀英にじみ丸ゴシック B";
  z-index: 12;
}
body.layout-lower #visual .title::after {
  content: attr(data-text);
  display: block;
  font-size: 2.2rem;
  color: var(--c-tpink);
  line-height: 1.0;
  font-family: "Noto Sans JP";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower #visual .title {
    position: absolute;
    font-size: 3.2rem;
    color: #000000;
    font-weight: bold;
    line-height: 1.4;
    font-family: "秀英にじみ丸ゴシック B";
  }
  body.layout-lower #visual .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    color: var(--c-tpink);
    line-height: 1.0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower #visual .title {
    position: absolute;
    font-size: 2.0rem;
    color: #000000;
    font-weight: bold;
    line-height: 1.4;
    font-family: "秀英にじみ丸ゴシック B";
    z-index: 9;
    top: 50%;
    transform: translateY(-105%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * イメージ画像
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
#visual .animation-area {
  position: relative;
  z-index: 10;
}

body.layout-lower
#visual .animation-area .img-1 {
  width: 481px;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 5;
}

body.layout-lower
#visual .animation-area .img-2 {
  width: 520px;
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 5;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #visual .animation-area .img-1 {
    width: 240px;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 5;
  }
  body.layout-lower
  #visual .animation-area .img-2 {
    width: 260px;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 5;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #visual .animation-area .img-1 {
    width: 120px;
    position: absolute;
    bottom: /*-22px*/0;
    left: 0;
    z-index: 5;
  }
  body.layout-lower
  #visual .animation-area .img-2 {
    width: 130px;
    position: absolute;
    bottom: /*-22px*/0;
    right: 0;
    z-index: 5;
  }
}



/* ----------------------------------------------------------------------------------------------------
   * スクロール
/* ------------------------------------------------------------------------------------------------- */

.scroll_down{
  position:absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}

.scroll_down a {
  position: relative;
  left: -5px;
  bottom: 105px;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 9px;
  height: 9px;
  z-index: 1;
  border-radius: 50%;
  background:#f8696a;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:90px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width: 1px;
  height: 100px;
  background: #aaaaaa;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1600px) {
  /*ブラウザの幅が736px以下の時*/
  .scroll_down{
    position:absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .scroll_down{
    position:absolute;
    top: 50%;
    left: 10px;
    transform: translateY(50%);
  }
  .scroll_down:after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width: 1px;
    height: 50px;
    background: #aaaaaa;
  }
  .scroll_down a {
    position: relative;
    left: -3px;
    bottom: 55px;
  }
  .scroll_down a img {
    width: 6.5px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  @keyframes circlemove{
    0%{bottom:45px;}
    100%{bottom:0px;}
  }
}

/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb {
  position: relative;
  z-index: 3;
}

#breadcrumb div.body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  #breadcrumb {
    position: relative;
    z-index: 3;
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ol {
  margin: 30px 0;
}
#breadcrumb ol li {
  font-size: 1.4rem;
  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-tpink);
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#breadcrumb ol {
  margin: 10px 0;
}
}

/* ****************************************************************************************************
   * リード文
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#read {
  padding-top: 80px;
  padding-bottom: 100px;
}
#read .body {
  text-align: center;
  overflow: inherit !important;
}

#read .list {
  position: relative;
  background: url("../../_images/_common/bg.png") no-repeat;
  background-position: bottom;
}


#read picture img {
  border-radius: 20px;
}

#read .title-area {
  text-align: center;
  margin: 50px auto;
}
#read .title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #ea8f2d;
  display: inline-block;
  text-align: center;
  border-bottom: 5px dotted #ea8f2d;
}

#read .content {
  max-width: 900px;
  margin: 0 auto;
}
#read .content p {
  text-align: left;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #read {
    padding-top: 40px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #read .title-area {
    text-align: center;
    margin: 20px auto;
  }
  #read .title {
    font-size: 2.4rem;
    font-weight: bold;
    color: #ea8f2d;
    display: inline-block;
    text-align: center;
    border-bottom: 5px dotted #ea8f2d;
  }
}


/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#page-nav {
  margin-top: 60px;
}

#page-nav .body {
  max-width: 1040px;
}


#page-nav[pc-nav] {
  display: block;
}
#page-nav[sp-nav] {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav[pc-nav] {
    display: none;
  }
  #page-nav[sp-nav] {
    display: block;
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#page-nav ul li {
  position: relative;
  font-weight: bold;
  padding: 0;
  transition: 0.2s color,0.2s all;
  margin: 0 1%;
  max-width: 255px;
}
#page-nav ul li:nth-child(n+5) {
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #page-nav ul li {
    width: 32.5%;
    position: relative;
    font-weight: bold;
    padding: 0;
    margin: 0 0.2em;
    transition: 0.2s color,0.2s all;
  }
  #page-nav ul li:nth-child(n+5) {
    margin-top: 0;
  }
  #page-nav ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: /*space-between*/center;
    width: 100%;
  }
  #page-nav ul li {
    width: 100%;
    position: relative;
    font-weight: bold;
    padding: 0;
    margin: 0;
    transition: 0.2s color,0.2s all;
  }
  #page-nav ul li ~ li {
    margin-top: 20px;
  }
}

#page-nav ul li:hover,
#page-nav ul li[current] {}

#page-nav ul li a {
  position: relative;
  display: block;
  color: #000;
  background: var(--c-yellow);
  text-decoration: none;
  padding: 0.8em 2em;
  line-height: 1.6;
  font-size: 1.6rem;
  text-align: left;
  border-radius: 60px;
  outline: 1px solid var(--c-pink);
  outline-offset: -5px;
  font-family: "秀英にじみ丸ゴシック B";
}

#page-nav ul li a:hover,
#page-nav ul li.current a {
  background: var(--c-pink);
  color: #fff;
}
#page-nav ul li a::after {
  content: '';
  display: inline-block;
  background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.2s;
}
#page-nav ul li.current a:after,
#page-nav ul li a:hover:after {
  right: 0.4em;
  background: url("../../_images/_common/detail-arrow-icon-2.png") no-repeat;
}

/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {
  line-height: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

iframe {
  height: 250px;
}

}

/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
  margin-top: -5em;
}
body.layout-lower #footer {
  position: relative;
  margin-top: 0;
  z-index: 30;
}

/* ----------------------------------------------------------------------------------------------------
   * 住所エリア
/* ------------------------------------------------------------------------------------------------- */

#footer .footer-bottom {
  position: relative;
  background: url("../../_images/_common/footer-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}

#footer .footer-bottom .body {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 20px 150px;
}
#footer .detail {}

#footer .detail .logo {
  text-align: center;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-bottom {
    position: relative;
    background: url("../../_images/_common/footer-bg.png") no-repeat;
    background-size: cover;
    background-position: left;
  }
  #footer .footer-bottom .body {
    max-width: 1040px;
    margin: 0 auto;
    padding: 30px 20px 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#footer .logo {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .logo {
    text-align: center;
  }
  #footer .logo img {
    width: 101px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 住所
/* ------------------------------------------------------------------------------------------------- */

#footer .footer-bottom .layout-flex-4 {
  margin-top: 50px;
}
#footer address {
  font-size: 1.8rem;
}
#footer address .icon {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-bottom .layout-flex-4 {
    margin-top: 20px;
  }
  #footer address {
    font-size: 1.4rem;
    text-align: center;
  }
  #footer address p b {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * フッター背景画像
/* ------------------------------------------------------------------------------------------------- */

#footer .inner {
  position: relative;
}
#footer .inner::before {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-icon-1.png") no-repeat;
  width: 619px;
  height: 168px;
  position: absolute;
  top: 0;
  left: 90px;
  transform: translateY(50%);
}
#footer .inner::after {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-icon-2.png") no-repeat;
  width: 1113px;
  height: 237px;
  position: absolute;
  top: 20%;
  right: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .inner::before {
    content: "";
    display: block;
    background: url("../../_images/_common/contact-icon-1.png") no-repeat;
    width: 309px;
    height: 84px;
    background-size: 309px 84px;
    position: absolute;
    top: 0;
    left: 20px;
    transform: translateY(50%);
  }
  #footer .inner::after {
    content: "";
    display: block;
    background: url("../../_images/_common/contact-icon-2.png") no-repeat;
    width: 556px;
    height: 118px;
    background-size: 556px 118px;
    position: absolute;
    top: 20%;
    right: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .inner::after {
    content: "";
    display: block;
    background: url("../../_images/_common/contact-icon-2.png") no-repeat;
    width: 556px;
    height: 118px;
    background-size: 556px 118px;
    position: absolute;
    top: 20%;
    right: 0;
  }
}


#footer .inner .photo {
  display: block;
  max-height: 622px;
  overflow: hidden;
}
#footer .inner .photo img {
  width: 100%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .inner .photo img {
    width: 100%;
    min-height: 311px;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer figure.wave-area svg .fill {
  fill: #f7f4e3;
}

/* ----------------------------------------------------------------------------------------------------
   * ナビエリア
/* ------------------------------------------------------------------------------------------------- */

#footer .footer-inner {
  position: relative;
  padding: 100px 0;
  background: #f7f4e3;
}

#footer .footer-inner .body {
  max-width: 1120px;
}
#footer .footer-inner::before {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-img.png") no-repeat;
  width: 117px;
  height: 162px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  animation: 3s fuwafuwa infinite;
  margin-top: -150px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner {
    background: #f7f4e3;
    padding: 50px 0;
    position: relative;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner {
    background: #f7f4e3;
    padding: 20px 0;
  }
  #footer .footer-inner .body {
    max-width: 1120px;
  }
  #footer .footer-inner::before {
    content: "";
    display: block;
    background: url("../../_images/_common/contact-img.png") no-repeat;
    width: 58px;
    height: 81px;
    background-size: 58px 81px;
    margin: 0 auto;
    position: absolute;
    top: -5.5em;
    left: 0;
    right: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer .nav {
  width: auto;
  display: flex;
  justify-content: space-between;
}

#footer .nav ul.item {
/*  width: 33.3333%;*/
  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/footer-arrow-mark.png") no-repeat;
  width: 7px;
  height: 11px;
  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 {
  color: var(--c-tpink);
}

#footer .nav ul.item > li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-icon-2.png") no-repeat;
  width: 14px;
  height: 14px;
  margin-left: .4em;
}

#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-pink);
  width: 10px;
  height: 2px;
  background: var(--c-pink);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
#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-3.png") no-repeat;
  width: 15px;
  height: 15px;
  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/footer-arrow-mark.png") no-repeat;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 9px;
  left: 0;
}

#footer .nav ul.item li ul li::before {
  content: "";
  display: block;
  color: var(--c-pink);
  width: 10px;
  height: 2px;
  background: var(--c-pink);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
#footer .nav ul.item li ul li a {
  font-size: 1.4rem;
}
#footer .nav ul.item li ul li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-icon-3.png") no-repeat;
  width: 15px;
  height: 15px;
  margin-left: .4em;
}

#footer .nav ul.item > li a {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 1.6;
}

#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 {
  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%;
  margin: 0 auto;
  color: #ffffff;
  padding-bottom: 0.5em;
}
#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-tpink);
  letter-spacing: 0;
  border-radius: 30px;
  font-family: "秀英にじみ丸ゴシック B";
}
#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 .bnr {}

#footer .bnr .body {
  padding: 0 20px;
}

#footer .bnr .layout-2 {
  justify-content: center;
  align-items: center;
}

#footer .bnr .images {
  text-align: center;
}

#footer .bnr .detail {
  margin-left: 15px;
  font-family: "秀英にじみ丸ゴシック B";
}
#footer .bnr .detail > * {
  display: block;
  line-height: 1.4;
}
#footer .bnr .text-1 {
  font-size: 1.3rem;
}
#footer .bnr .text-2 {
  font-size: 2.7rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .bnr {
    text-align: center;
  }
  #footer .bnr .photo img {
    width: 55px;
  }
  #footer .bnr .detail {
    margin-left: 0;
  }
  #footer .bnr .text-1 {
    font-size: 1.1rem;
  }
  #footer .bnr .text-2 {
    font-size: 2.0rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * コピーライト
/* ------------------------------------------------------------------------------------------------- */

#footer div.copyright {
  position: relative;
  padding: 20px 0;
}

#footer div.copyright p {
  text-align: center;
  color: #333333;
  font-size: 1.4rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer div.copyright {
    position: relative;
    padding: 20px 0 0;
  }
  #footer div.copyright p {
    font-size: 1.1rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページトップ
/* ------------------------------------------------------------------------------------------------- */

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 2%;
  font-size: 77%;
  z-index: 999;
}
#pagetop a {
  display: block;
  transition: 0.6s;
  animation: fuwafuwa01 2.4s infinite .3s ease-in-out;
}
#pagetop a:hover {
  opacity: 0.7;
}
#pagetop a:before {
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
#pagetop {
  position: fixed;
  bottom: 70px;
  right: 5%;
  font-size: 77%;
  z-index: 999;
  margin: 0;
}
#pagetop a {
}
#pagetop a img {
  width: 29px;
  height: 80px;
}
#pagetop a:hover {
  opacity: 0.7;
}
#pagetop a:before {}
}

/* ----------------------------------------------------------------------------------------------------
   * 下部固定メニュー
/* ------------------------------------------------------------------------------------------------- */

.fixbtn {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 998;
  background: var(--c-tpink);
}

.fixbtn ul {
  width: 100%;
  display: flex;
  justify-content: center;
}