@charset "utf-8";
/* CSS Document */

/* google webfont */
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */
/* -------------------------------------------------------------------------------------------------
   * フォント
/* ---------------------------------------------------------------------------------------------- */

/* ゴシック体 */

@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');
}

@font-face {
  font-family: 'NotoSansJP';
  font-weight: normal;
  font-display: swap;
  src: local('NotoSansJP'),
       url(../../_font/NotoSans/NotoSansJP-Regular.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansJP';
  font-weight: bold;
  font-display: swap;
  src: local('NotoSansJP'),
       url(../../_font/NotoSans/NotoSansJP-Bold.woff) format('woff');
}

/* ****************************************************************************************************
   * 共通
**************************************************************************************************** */

.br-pc {
  display: block;
}

[pc-tab] {
  display: block;
}

[tab] {
  display: none;
}

[tab-nav] {
  display: none !important;
}


@media screen and (min-width:736px) {
  [sp] {
  display: none;
  }
}

@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) {
  #header .display-pc { display:none!important }
  .fixed-header {
    display: none !important;
  }
}
@media (max-width:1100px) {
  [pc] {
  display: none !important;
  }
  [tab-nav] {
  display: block !important;
  }
  [tab] {
  display: block !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

[pc-tab] {
  display: none;
}

.br-sp {
  display: block;
}

.br-pc {
  display: inline;
}
}


/* ****************************************************************************************************
   * アニメーション
**************************************************************************************************** */

/*ふわふわ*/
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

/* ゆらゆら*/
.yurayura {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
@keyframes yurayura {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

/* 横移動*/
.FloatHorizontal {
  animation: FloatHorizontal 7.0s ease-in-out infinite alternate;
}

@keyframes FloatHorizontal {
  0% {
    transform:translate3d(2.5vw,0,0);
  }
  50% {
    transform:translate3d(-2.5vw,0,0);
  }
  100% {
    transform:translate3d(2.5vw,0,0);
  }
}

/* はずむ*/
.bownd {
  animation: bownd 3s ease infinite;
}
@keyframes bownd {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.fuwafuwa2 {
  -webkit-animation:fuwafuwa2 3s infinite linear alternate;
  animation:fuwafuwa2 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa2 {
  0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
  50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
  100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}
@keyframes fuwafuwa2 {
  0% {transform:translate(0, 0) rotate(-5deg);}
  50% {transform:translate(0, -5px) rotate(0deg);}
  100% {transform:translate(0, 0)rotate(5deg);}
}

/* ブルブル*/
.buruburu {
    -webkit-animation:buruburu 0.1s infinite linear alternate;
    animation:buruburu 0.1s infinite linear alternate;
}

@-webkit-keyframes buruburu {
    0% {-webkit-transform:translate(0, 0) rotate(-3deg);}
    50% {-webkit-transform:translate(0, -1px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(3deg);}
}

@keyframes buruburu {
    0% {transform:translate(0, 0) rotate(-3deg);}
    50% {transform:translate(0, -1px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(3deg);}
}

.rotation {
  animation: rotation 4s linear infinite;
}

/* アニメーション */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.fuwafuwa,
.yurayura,
.FloatHorizontal,
.bownd,
.fuwafuwa2 {
  animation: none;
  transform: none;
  transition: unset;
}
}



/* ****************************************************************************************************
   * common
**************************************************************************************************** */

.body {
  max-width: 1160px;
  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;
}

@media (min-width:1025px) {
  .parallax {
  background-attachment: fixed !important;
  }
}

.layout-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-2 {
  display: block;
  }
}

/* ****************************************************************************************************
   * スクロール後ヘッダー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

@media (min-width:1025px) {
  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    background: #fff;
    transition: .2s;
    transform: translateY(-100%);
    padding: 10px 0;
  }
  .header-active .fixed-header {
    transform: translateY(0);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
  }
  .fixed-header .body {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .fixed-header .logo {
  }
}
@media (min-width:769px) and (max-width:1100px) {
  .fixed-header .logo {
    margin-top: 0;
  }
}

.fixed-header .right-column {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fixed-header .nav {
  width: 100%;
  display: flex;
  margin:0;
}

.fixed-header .nav ul.dropdown {
  display: table;
}
.fixed-header.scroll .nav ul.dropdown {
  margin-top: 0;
}

.fixed-header .nav ul.dropdown > li {
  position: relative;
  white-space: nowrap;
  display: table-cell;
  vertical-align: top;
  z-index: 1;
  text-align: center;
  font-weight: 500;
}

.fixed-header .nav ul.dropdown > li a {
  display: block;
  background: #fff;
  padding: 0 10px 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.fixed-header .nav {
  width: 870px;
  display: block;
  background: #fff;
}
.fixed-header .nav ul.dropdown > li {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 0 0 25px;
  font-size: 1.6rem;
}
.fixed-header .nav ul.dropdown > li a {
  display: block;
  background: #fff;
  margin: 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.0);
}
}

/* ****************************************************************************************************
   * ヘッダー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#sp-header {
  display: none;
}
@media (max-width:1024px) {
  #sp-header {
    display: block;
    font-size: 1.2rem;
    color:#000;
    line-height: 1.2;
    width: 100%;
    padding: 5px 10px;
  }
}

#header {
  position:sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: .2s;
  background: rgba(255,255,255,0.7);
}

#header.scroll {
  padding-top: 0;
  transition: .2s;
}
#header.scroll .header-inner {
  height: 0;
  overflow: hidden;
  padding-top: 0;
}

#header .detail {
  min-width: 600px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
/*  height: 45px;*/
  background: #fff;
  transition: .2s;
  padding: 0;
}
}


#header .right-column .sns {
  max-width: 380px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {

#header .right-column .sns > div {
  width: 44%;
}

}


/* ----------------------------------------------------------------------------------------------------
   * LINE
/* ------------------------------------------------------------------------------------------------- */

#header .right-column .line {
  margin-top: -30px;
  margin-left: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #header .right-column .line {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * お問い合わせ
/* ------------------------------------------------------------------------------------------------- */

#header .right-column .contact {
  margin-top: -30px;
  margin-left: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #header .right-column .contact {
    display: none;
  }
}



/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo {
  transition: 0.3s;
  margin: 10px 0;
}

#header .logo:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#header .logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#header .logo img {
  width: 50px;
  height: 49px;
}
#header.scroll .logo {
  padding-left: 0;
}
}


#header.scroll .contents .logo img.logo-1 {
  display: none;
}
#header.scroll .contents .logo img.logo-2 {
  display: block;
  width: 80%;
}
@media (min-width:737px) {
  #header .contents .logo img.logo-2 {
    display: none;
  }
  #header .contents .logo img.logo-1 {
    display: block;
  }

  body#layout-lower
  #header .contents .logo img.logo-2 {
    display: block;
  }
  body#layout-lower
  #header .contents .logo img.logo-1 {
    display: none;
  }

}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  #header .contents .logo img.logo-2 {
    display: block;
/*    width: 60%;*/
  height: 30px;
  }
  #header.scroll .contents .logo {
  }
  #header.scroll .contents .logo img.logo-2 {
    display: block;
    width: 60%;
  }
  #header .contents .logo img.logo-1 {
    display: none;
  }

}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#header .contents .logo img.logo-1 {
  display: none;
}
  #header.scroll .contents .logo img.logo-2 {
    display: block;
    width: /*60%*/auto;
  }

}


/* ----------------------------------------------------------------------------------------------------
   * ヘッダー内容
/* ------------------------------------------------------------------------------------------------- */

#header .contents {
  position: relative;
  width: 100%;
  transition: .2s;
}
#header.scroll .contents {
  transition: 0.2s;
}

#header .contents .body {
  position: relative;
  max-width: 1240px;
  padding: 0 20px;
  align-items: center;
}
#header .contents .body.layout-2 {
  justify-content: flex-start;
  align-items: center;
}
#header .contents .body > .layout-2 {
  align-items: center;
  width: 84%;
  padding: 0 /*15px*/;
  transition: 0.6s;
}

#header.scroll .contents .body > .layout-2 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

#header .right-column {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 90%;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#header .contents {
  position: relative;
  width: 100%;
  height: 45px;
  margin-top: 0;
  background: #fff;
}
#header .contents .body > .layout-2 {
  align-items: center;
  width: 84%;
  padding: 0;
}

#header.scroll .contents .body > .layout-2 {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}

#header .contents .body {
  position: relative;
  max-width: 1320px;
  display: flex;
  align-items: center;
  background: #fff;
  padding:0 10px;
  border-radius: 0;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#header .contents {
  position: relative;
  width: 100%;
  transition: .2s;
  margin-top: 0;
  margin-bottom: 0;
}
}

/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#header .nav {
  width: 100%;
  display: flex;
}

#header .nav ul.dropdown {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header.scroll .nav ul.dropdown {
  margin-top: 0;
}

#header .nav ul.dropdown > li {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.4;
}
#header .nav ul.dropdown > li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  right: 0;
  top: 0;
}
#header .nav ul.dropdown > li.noborder::after {
  display: none;
}

#header .nav ul.dropdown > li a {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#header .nav {
  width: 870px;
  display: block;
  background: #fff;
}
#header .nav ul.dropdown > li {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 0 0 25px;
  font-size: 1.6rem;
}
#header .nav ul.dropdown > li[tab] {
  padding: 10px;
}

#header .nav ul.dropdown > li a {
  display: inline-block;
  background: #fff;
  margin: 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.0);
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#header .nav ul.dropdown > li[tab] {
  padding: 0;
}
}

#header .nav ul.dropdown > li[current] a,
#header .nav ul.dropdown > li a:hover {
  color:#f09cb4;
}
#header .nav ul.dropdown > li[current] > ul li a {
  color:#f09cb4;
}

#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: 2px;
}

#header .nav ul.dropdown ul.item-1 {}
#header .nav ul.dropdown ul.item-2 {
  width: 150px;
}
#header .nav ul.dropdown ul.item-3 {
  width: 180px;
}


#header .nav ul.dropdown ul li {
  background: #fff;
  border: 1px solid #f2f2f2;
}
#header .nav ul.dropdown ul li a {
  display: block;
  text-decoration: none;
  padding: 0.55em;
  margin: 0;
}
#header .nav ul.dropdown ul li a:hover {
  background: #eff1f5;
}

@media (max-width:1100px) {

#header .nav {
  width: 100%;
  margin:0 auto;
  text-align: center;
  padding-right: 0;
}

#header .nav ul.dropdown {
  width: 100%;
  display: table;
  margin-top: 0px;
}
  #header .nav ul.dropdown ul {
  margin-top: 0;
  }
  #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::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: 10px;
}
#header .nav ul.dropdown > li:first-child > a {
  padding: 10px;
}
#header .nav ul.dropdown > li a::before {
  display: none;
}
#header .nav ul.dropdown > li > a:after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  background: none;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.2s left, 0.2s right;
}
#header .nav ul.dropdown > li > a:hover:after,
#header .nav ul.dropdown > li[current] > a:after {
  left: 0;
  right: 0;
  opacity: 1;
  width: auto;
}

#header .nav ul.dropdown > li[current] a::after,
#header .nav ul.dropdown > li a:hover::after {
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: auto;
}

#header .nav ul.dropdown > li[current] {
  color:#9cc715;
}
#header .nav ul.dropdown > li[current] a {
  color:#9cc715;
}




/* ----------------------------------------------------------------------------------------------------
   * 下層メニュー
/* ------------------------------------------------------------------------------------------------- */

  #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 );
  position: relative;
  }
  #header .nav ul.dropdown li.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;
  }
  #header .nav ul.dropdown li.parent.active:after {
  top: 20px;
  transform: rotate(-135deg);
  }
  #header .nav ul.dropdown ul {
  position: static;
  display: block;
  border: none;
  box-shadow: none;
/*  margin-bottom: -0.75em;*/
  }
  #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;
  }
  #header .nav ul.dropdown > li a:after {
  }
  #header .nav ul.dropdown > li a {
  height: auto;
  text-align: left;
  padding: 0.75em;
  border-radius: 0;
  margin-top: 0;
  }

  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top:0;
  right: 0;
  width: 50px;
  height: 0;
  padding-top: 50px;
  background: #9cc715;
  -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: 2px;
  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;
  overflow: inherit;
  }
  #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;
  }

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-index .visual {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

body.layout-index .visual .body {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.layout-index .visual {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

body.layout-index .visual .body {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
}

/* ----------------------------------------------------------------------------------------------------
   * キャッチコピー
/* ------------------------------------------------------------------------------------------------- */

body.layout-index .visual .body .text {
  font-size: 3.8rem;
  text-align: left;
  font-weight: 500;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "Kiwi Maru", serif;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.layout-index .visual .body .text {
  font-size: 1.8rem;
  text-align: left;
  font-weight: 500;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "Kiwi Maru", serif;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 背景画像
/* ------------------------------------------------------------------------------------------------- */

body.layout-index .visual .bg {
  margin-bottom: 120px;
}
body.layout-index .visual .bg .inner {
  position: relative;
  width: 1304px;
  height: 100%;
  margin-right: -75px;
  margin-left: auto;
}

body.layout-index .visual .bg img {
  position: relative;
  display: flex;
}

body.layout-index .visual .bg .inner::before {
  content: "";
  display: block;
  background: url("../../_images/index/visual-icon-1.png") no-repeat;
  position: absolute;
  bottom: 0;
  left: -100px;
  width: 227px;
  height: 272px;
  background-size: 227px 272px;
  z-index: 999;
  animation: 3s fuwafuwa infinite;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
body.layout-index .visual .bg {
  margin-bottom: 60px;
}
  body.layout-index .visual .bg img {
    position: relative;
    display: flex;
    width: 652px;
    height: 376px;
  }
  /*ブラウザの幅が736px以下の時*/
  body.layout-index .visual .bg .inner::before {
    content: "";
    display: block;
    background: url("../../_images/index/visual-icon-1.png") no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 113px;
    height: 136px;
    background-size: 113px 136px;
    z-index: 999;
    animation: 6s fuwafuwa infinite;
  }
}

#main .visual .slideshow .pc-content {
  display: block;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:768px) {

#main .visual .slideshow .pc-content {
  display:none;
}
#main .visual .slideshow .sp-content {
  display: block !important;
}
}


/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body#layout-lower
.visual {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

body#layout-lower
.visual .body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}

body#layout-lower
.visual .body .box {
  position: relative;
  width: 50%;
  margin-top: 100px;
  margin-right: 45px;
  max-width: 470px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
body#layout-lower
.visual .body {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}

body#layout-lower
.visual .body .box {
  width: 100%;
  margin: 2em auto;
  max-width: 470px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

body#layout-lower
.visual .body .title {
  font-size: 4.6rem;
  text-align: left;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.0;
  margin-bottom: 45px;
}

body#layout-lower
.visual .body .title span {
  font-size: 1.8rem;
  display: block;
}

body#layout-lower
.visual .body .text {
  margin-top: 0;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 500;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
body#layout-lower
.visual .body .title {
  font-size: 2.6rem;
  text-align: left;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 20px;
}

body#layout-lower
.visual .body .text {
  margin-top: 0;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 500;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 背景画像
/* ------------------------------------------------------------------------------------------------- */

body#layout-lower
.visual .bg {
  margin-bottom: 110px;
}
body#layout-lower
.visual .bg .inner {
  position: relative;
  width: 700px;
  height: 100%;
  margin-right: -75px;
  margin-left: auto;
}

body#layout-lower
.visual .bg img {
  position: relative;
  display: flex;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
body#layout-lower
.visual .bg {
  margin-bottom: 60px;
}

body#layout-lower
.visual .bg .inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: -75px;
  margin-left: auto;
}

body#layout-lower
.visual .bg img {
  position: relative;
  display: flex;
  width: 350px;
  height: 100%;
}
}

/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb {}

#breadcrumb div.body {
  position: relative;
  z-index: 5;
  max-width: 1240px !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#breadcrumb {
  padding:0;
}
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ol {
  margin: 20px 0;
}
#breadcrumb ol li {
  font-size: 14px;
  line-height: 1.2;
  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:#9cc715;
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#breadcrumb ol {
  margin: 10px 0;
  padding: 0 20px;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#breadcrumb ol {
  margin-top: 50px;
  padding-left: 0px;
  padding-right: 0;
}

}


/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#page-nav {
  padding-top:30px;
}

#page-nav .body {
  max-width: 1260px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

#page-nav ul li {
  width: 24%;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  padding: 0;
  transition: 0.2s color,0.2s all;
}

#page-nav ul li:hover,
#page-nav ul li[current] {}

#page-nav ul li a {
  position: relative;
  display: block;
  padding:10px;
  line-height: 1;
  color:#f09cb4;
  background: #fff;
  border-radius: 10px;
  border:1px solid #f09cb4;
}
#page-nav ul li a:hover,
#page-nav ul li[current] a {
  color:#fff;
  background: #f09cb4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

#page-nav ul li {
  width: 48%;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0;
  transition: 0.2s color,0.2s all;
}

#page-nav ul li:nth-child(n+3) {
  margin-top: 10px;
}

#page-nav ul li a {
  position: relative;
  display: block;
  padding:10px;
  line-height: 1;
  color:#f09cb4;
  background: #fff;
  border-radius: 10px;
  border:1px solid #f09cb4;
  font-size: 1.8rem;
}

}

/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {
  line-height: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

iframe {
  height: 250px;
}

}


/* ****************************************************************************************************
   * 下部固定ナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.fix-navi {
  position: fixed;
  top: 25em;
  left: 0;
  z-index: 99;
}

.fix-navi ul {}

.fix-navi ul li {
  display : block;
  margin-left: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fix-navi ul li:hover {
  opacity: 0.7;
}


.fix-navi ul li ~ li {
  margin-top:10px;
}
.fix-navi ul li a {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.fix-navi {
  display:none;
}
}

/* ****************************************************************************************************
   * バナーエリア
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#bnr {
  position: relative;
  background: #fff7c8;
  padding-top: 50px;
  padding-bottom: 50px;
}

#bnr .body {
  max-width: 1040px !important;
}

#bnr ul.layout-flex-3 {
  justify-content: flex-start;
}

#bnr ul.layout-flex-3 li {
  width: 32%;
  padding: 0;
  margin-right:2%;
}
#bnr ul.layout-flex-3 li:nth-child(3n+3) { /* 3番目の要素*/
  width: 32%;
  padding: 0;
  margin-right:0;
}
#bnr ul.layout-flex-3 li:nth-child(n+4) { /* 3番目以降*/
  margin-top: 20px;
}

#bnr ul.layout-flex-3 li a {
  transform: 0.2s;
}
#bnr ul.layout-flex-3 li a:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
#bnr {
  position: relative;
  background: #fff7c8;
  padding-top: 30px;
  padding-bottom: 30px;
}

#bnr .body {
  max-width: 1040px !important;
}

#bnr ul.layout-flex-3 {}
#bnr ul.layout-flex-3 li {
  width: 48%;
  padding: 0.5em 0;
}

#bnr ul.layout-flex-3 li:nth-child(3n+3) { /* 3番目の要素*/
  width: 48%;
  padding: 0;
  margin-right:2%;
}

#bnr ul.layout-flex-3 li:nth-child(n+4) { /* 3番目以降*/
  margin-top: 0;
  padding-top: 0;
}

#bnr ul.layout-flex-3 li a {
  transform: 0.2s;
}
#bnr ul.layout-flex-3 li a:hover {
  opacity: 0.7;
}
}

/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
}

#footer .body {
  position: relative;
  max-width: 1040px;
  padding: 60px 20px 40px;
  align-items: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer {
  padding-bottom: /*12.4%*/50px;
}
#footer .body {
  position: relative;
  max-width: 1040px;
  padding: 30px 20px;
  align-items: center;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#footer .logo {
  text-align: center;
  margin-right: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer .logo {
  text-align: center;
  margin-right:0;
}
#footer .logo img {
  width: 50px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 住所
/* ------------------------------------------------------------------------------------------------- */

#footer .detail {
  max-width: 500px;
  align-items: center;
}

#footer .detail .js-tel {
  font-size: 3.2rem;
  line-height: 1.0;
}

#footer address {}
#footer address p {
  margin-top: 0;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer .detail {
  max-width: 100%;
  align-items: center;
}

#footer address {
  text-align: center;
  margin-top: 1em;
}

#footer .detail .js-tel {
  margin-right:0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer .nav {
  width: auto;
  display: flex;
  justify-content: space-between;
  min-width: 500px;
}

#footer .nav ul.item {
/*  width: 33.3333%;*/
}

#footer .nav ul.item li {
  position: relative;
  margin-bottom: 0.2em;
}

#footer .nav ul.item > li a {
  color:#333333;
  font-size: 1.5rem;
  font-family: "Kiwi Maru", serif;
}
#footer .nav ul.item > li a:hover {
  color:#9cc715;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#footer .nav {
  width:auto;
  display: flex;
  font-size: 14px;
  margin: 0 auto;
  padding: 20px;
}

#footer .nav ul.item {
  width:100%;
  display: block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
}

#footer .nav ul.item li {
  margin-bottom: 0.75em;
}

#footer .nav ul.item > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

#footer .nav ul.item > li ul {
  font-size: 0.9em;
  padding-top: 0.5em;
  padding-left: 1em;
}

#footer .nav ul.item li a:hover {
  text-decoration: underline;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#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: 30px;*/
  text-align: left;
  padding-left: 0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * サイトマップ
/* ------------------------------------------------------------------------------------------------- */

#footer .actab {}

/* スマホ　サイトマップ非表示*/
#footer .actab input {
  display: none;
}
#footer .actab label {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#footer .actab {
  width: 100%;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer .actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 20px;
  color: #ffffff;
}
#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: #9cc715;
  letter-spacing: 0;
}
#footer .actab .actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .5s;
  transition: .5s;
  color:#333;
  background: #ffffff;
}
#footer .actab .actab-content p {
  margin: 1em;
}
/* :checked */
#footer .actab input:checked ~ .actab-content {
  max-height: /*85em*/90em;
  background: #f2f2f2;
}
/* 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;
}
#footer div.copyright div.body {
  padding: 0;
}

#footer div.copyright p {
  font-size: 1.1rem;
  padding:10px 0;
  line-height: 1.0;
  text-align: right;
}

/* ----------------------------------------------------------------------------------------------------
   * ページトップ
/* ------------------------------------------------------------------------------------------------- */

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  font-size: 77%;
  z-index: 999;
}
#pagetop a {
  background: #9cc715;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  display: block;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagetop a:before {
  content: '';
  width: 12px;
  height: 12px;
  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) {

#pagetop {
  position: fixed;
  bottom: 80px;
  right: 10px;
  font-size: 77%;
  z-index: 999;
}
#pagetop a {
  background: #9cc715;
  text-decoration: none;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  text-align: center;
  display: block;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 下部固定メニュー
/* ------------------------------------------------------------------------------------------------- */

.fixbtn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 998;
  overflow: hidden;
}

/* flex-5 -----------------------------------*/

.fixbtn ul.layout-flex-5 {
  padding: 10px 0;
  background: #fff;
}

.fixbtn ul.layout-flex-5 li {
  width: 20%;
  margin-top: 0;
  text-align: center;
}

