@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=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&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;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  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');
}

@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:801px) {
  [sp] {
  display: none !important;
  }
}

@media (min-width:1100px) {
  [sp] {
  position: fixed !important;
  top: -100%;
  left: -100%;
  }
}
@media (min-width:801px) {
  [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:800px) {
  [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;
}
}

/* ----------------------------------------------------------------------------------------------------
   * フローティングアニメーション
/* ------------------------------------------------------------------------------------------------- */

@keyframes floating-1 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(0,4%);
  }
}
@keyframes floating-2 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(4%,4%);
  }
}
@keyframes floating-3 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-4%,4%);
  }
}
@keyframes floating-4 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(4%,-4%);
  }
}
@keyframes floating-5 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-4%,-4%);
  }
}



/* ****************************************************************************************************
   * 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;
}

.layout-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-2 {
  display: block;
  }
}

/* ****************************************************************************************************
   * ヘッダー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#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: fixed;
  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;
  margin-bottom: 0;
}
#header.scroll .header-inner {
  height: 0;
  overflow: hidden;
  padding-top: 0;
}

#header .detail {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  transition: .2s;
  padding: 0;
  margin-bottom: 0;
}

}


/* ----------------------------------------------------------------------------------------------------
   * 右上エリア
/* ------------------------------------------------------------------------------------------------- */

#header .info-area {
}
#header .info-area .inner {
  display: flex;
  justify-content: flex-end;
}
#header .info-area .inner .info-btn ~ .info-btn {
  margin-left: 1em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {
#header .info-area {
  display: none;
}
}


/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo {
  transition: 0.3s;
}
#header .logo img {
  width: 269px;
}

#header .logo:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {

#header .logo {
  width: 100%;
  margin: 0 auto;
}
#header .logo img {
  width: 225px;
}
#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:800px) {
  #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;
  display: flex;
}
#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 {
  align-items: center;
  width: 100%;
  padding: 0;
  transition: 0.6s;
}

#header.scroll .contents .body .layout-2 {
  /*background: #fff;*/
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);*/
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {

#header .contents {
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: 0;
  background: #fff;
}
#header .contents .body > .layout-2 {
  align-items: center;
  width: 84%;
  padding: 0;
  margin-top: 0;
}

#header.scroll .contents .body > .layout-2 {
  background: none;
  border-radius: 0;
  box-shadow: none;
}

#header .contents .body {
  position: relative;
  max-width: 1320px;
  display: flex;
  align-items: center;
  padding:0 10px;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#header .contents {
  position: relative;
  width: 100%;
  transition: .2s;
  margin-top: 0;
  background: none;
}
#header .contents .body > .layout-2 {
  align-items: center;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
}

/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#header .nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#header .nav ul.dropdown {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 20px 0;
}

#header .nav ul.dropdown > li {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.4;
}

#header .nav ul.dropdown > li a {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  font-family: "M PLUS 1p", "sans-serif";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {

}

/* :::::::: ブレイクポイント :::::::: */

@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:#64be46;
}
#header .nav ul.dropdown > li[current] > ul li a {
  color:#64be46;
}

#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 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 screen and (min-width:801px) {

#header .nav ul.dropdown ul.child {
  box-shadow: none;
}
#header .nav ul.dropdown > li {
  position: static;
  /*white-space: nowrap;*/
  display: table-cell;
  vertical-align: top;
  z-index: 1;
  text-align: center;
  font-weight: 500;
}
#header .nav ul.dropdown > li > * {
  display: flex;
  align-items: center;
}
#header .nav ul.dropdown > li > ul {
  position: fixed;
  margin-left: inherit;
  width: 100%;
  left: 0;
  background: rgba(255,255,255,0.7);
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 122px;
}
#header .nav ul.dropdown > li > ul li {
  display: /*inline-block*/flex;
  align-items: center;
  vertical-align: top;
  border: none;
  background: none;
  min-height: 100px;
  border-right: 1px solid #ccc;
}
#header .nav ul.dropdown > li > ul li:nth-child(n+6) {
  border: 0;
}
#header .nav ul.dropdown > li > ul li a {
  padding: 0 1.2em;
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 100px;
}
#header .nav ul.dropdown > li > ul li a:hover {
  background: #fff;
}
#header .nav ul.dropdown > li > ul li a img {
  display: block;
  margin: 0 auto;
}
}






@media (max-width:800px) {

#header .nav {
  width: 100%;
  margin:0 auto;
  text-align: center;
}
#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%;
}
#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);
}


#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:#64be46;
}
#header .nav ul.dropdown > li[current] a {
  color:#64be46;
}




/* ----------------------------------------------------------------------------------------------------
   * 下層メニュー
/* ------------------------------------------------------------------------------------------------- */

  #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 .parent.active > a {
  background: #edf7db;
  }
  #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;
  }
  
  #header .nav ul.dropdown > li.sp-tel a {
    background: var(--c-orange);
    padding: 0;
  }

  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top:0;
  right: 0;
  width: 50px;
  height: 0;
  padding-top: 50px;
  background: #64be46;
  -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;
  width: 100%;
  z-index: 10;
}
#visual .body {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width:1260px) {
  #visual {}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:768px) {
  /*ブラウザの幅が736px以下の時*/
  #visual .body {
    padding: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * スライダー
/* ------------------------------------------------------------------------------------------------- */

body.layout-index
#visual img {
  width: 100%;
}

/* ----------------------------------------------------------------------------------------------------
   * キャッチコピー
/* ------------------------------------------------------------------------------------------------- */

#visual .catch {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  color: #fff;
  transform: translateY(-50%);
  max-width: 1360px;
  padding: 0 15px;
}
#visual .catch p {
  color: #fff;
  font-size: 4.5rem;
  text-align: center;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
  font-family: "M PLUS 1p", "sans-serif";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {
  /*ブラウザの幅が736px以下の時*/
#visual .catch p {
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
  font-family: "M PLUS 1p", "sans-serif";
}
}


/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower
.visual {
  position: relative;
}

body.layout-lower
.visual .body {
  position: relative;
  max-width: 1080px;
  min-height: 370px;
  display: flex;
  align-items: center;
}

body.layout-lower
.visual .title {
  font-size: 4.0rem;
  color: #fff;
  font-weight: bold;
  font-family: "Kiwi Maru", serif;
  text-shadow: 5px 3px 8px #333333;
  transform: translateY(50%);
  line-height: 1.4;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
body.layout-lower
.visual {
  position: relative;
}
body.layout-lower
.visual .body {
  position: relative;
  max-width: 1400px;
  min-height: 185px;
  display: flex;
  align-items: center;
}
body.layout-lower
.visual .title {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  font-family: "Kiwi Maru", serif;
  text-shadow: 5px 3px 8px #333333;
  transform: translateY(0);
}

}


/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
.visual .box {
  position: absolute;
  left: 10px;
  right: auto;
  bottom: -30px;
  display: flex;
  align-items: center;
  padding: 1em 3em 1em 2em;
  background: #64be46;
  border-radius: 0 30px 30px 0;
  min-height: 200px;
  width: 300px;
}
body.layout-lower
.visual .box::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 50vw;
  transform: translateX(-100%);
  background: #64be46;
}
body.layout-lower
.visual .catch {
  font-size: 4.0rem;
  color: #fff;
  font-weight: bold;
  font-family: "M PLUS 1p", "sans-serif";
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
body.layout-lower
.visual .box {
  position: absolute;
  left: 10px;
  right: auto;
  bottom: -30px;
  display: flex;
  align-items: center;
  padding: 1em 2em 1em 3em;
  background: #64be46;
  border-radius: 0 30px 30px 0;
  min-height: 100px;
  width: 200px;
}
body.layout-lower
.visual .body .catch {
  font-size: 2.0rem;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 背景画像
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
.visual .bg {
}
body.layout-lower
.visual .bg .inner {
  position: relative;
  width: /*1100px*/100%;
  height: 100%;
  margin-left: auto;
}

body.layout-lower
.visual .bg img {
  position: relative;
  display: flex;
  max-height: 200px;
  min-height: 200px;
  margin-right: 0;
  margin-left: auto;
  object-fit: cover;
  width: calc(100% - 300px);
  border-radius: 0 0 0 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1300px) {
  /*ブラウザの幅が736px以下の時*/
body.layout-lower
.visual .bg img {
  position: relative;
  display: flex;
  max-height: 200px;
  min-height: 200px;
  margin-right: 0;
  margin-left: auto;
  object-fit: cover;
  width: calc(100% - 100px);
  border-radius: 0 0 0 60px;
}

}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
body.layout-lower
.visual .bg {
}

body.layout-lower
.visual .bg .inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
}

body.layout-lower
.visual .bg img {
  position: relative;
  display: flex;
  min-height: 100px;
  height: 100%;
  width: 80%;
}
}

/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#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:#64be46;
}
#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 {
  position: relative;
  padding: 20px 0 10px;
  background: var(--c-yellow);
}

#page-nav .body {
  max-width: 1260px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav {
    padding: 20px 0 10px !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

#page-nav ul li {
  width: auto;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 0;
  transition: 0.2s color,0.2s all;
  font-family: "M PLUS 1p", "sans-serif";
  border-right: 1px solid #000;
  margin-bottom: 10px;
}
#page-nav ul li:last-child {
  border: none;
}

#page-nav ul li:hover,
#page-nav ul li[current] {}

#page-nav ul li a {
  position: relative;
  display: block;
  line-height: 1;
  padding: 0 20px;
}
#page-nav ul li a:hover,
#page-nav ul li[current] a {
  opacity: 0.4;
}


/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

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;
}
}






/* ****************************************************************************************************
   * アクセス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.access {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f8f2eb;
}
.access::after {
  content: "";
  display: block;
  background: url("../../_images/index/company-img.png") no-repeat;
  width: 490px;
  height: 351px;
  background-size: 490px 351px;
  position: absolute;
  bottom: -5em;
  right: 0;
  margin-top: 0;
  opacity: 0.5;
}
.access .body {
  position: relative;
  max-width: 1040px !important;
  overflow: inherit !important;
  z-index: 9;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.access {}

.access::after {
  content: "";
  display: block;
  background: url("../../_images/index/company-img.png") no-repeat;
  width: 245px;
  height: 175px;
  background-size: 245px 175px;
  position: absolute;
  bottom: -5em;
  right: 0;
  margin-top: 0;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.access .contents.layout-flex-2 {}
.access .contents.layout-flex-2 ~ .contents {
  margin-top: 60px;
}

.access .contents.layout-flex-2 .map {
  text-align: center;
}

.access .contents.layout-flex-2 .detail {}

.access .contents.layout-flex-2 .detail .text-1 {
}

.access .contents.layout-flex-2 .detail .text-2 {
  font-size: 1.7rem;
  margin-top: 1em;
}
.access .contents.layout-flex-2 .detail .meta {
  margin-top: 20px;
}
.access .contents.layout-flex-2 .detail .meta.layout-2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.access .contents.layout-flex-2 .detail .meta.layout-2 .text-1 {
  width: 30%;
  display: block;
  text-align: center;
}
.access .contents.layout-flex-2 .detail .meta.layout-2 .text-2 {
  width: 60%;
  margin-left: 1em;
  text-align: left;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

.access .contents.layout-flex-2 ~ .contents {
  margin-top: 30px;
}
.access .contents.layout-flex-2 .map {}

.access .contents.layout-flex-2 .detail {
  margin-top: 20px;
  text-align: center;
}

.access .contents.layout-flex-2 .detail .meta.layout-2 {
  display: block;
  justify-content: flex-start;
  align-items: center;
}
.access .contents.layout-flex-2 .detail .meta.layout-2 .text-1 {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.access .contents.layout-flex-2 .detail .meta.layout-2 .text-2 {
  width: 100%;
  margin-left: 0;
  text-align: left;
}
}


/* ****************************************************************************************************
   * グループ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.group {
  position: relative;
  padding-top: 100px;
  padding-bottom: 110px;
}
.group .body {
  position: relative;
  max-width: 1040px !important;
  overflow: inherit !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.group {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.group .title-1 {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.group .title-1 {
  text-align: center;
}
.group .title-1 img {
  width: 152px;
}

}


/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.group .box {
  background: #edf7db;
  border-radius: 30px;
  padding: 40px;
}

.group .layout-2 > * {
  width: 32%;
}
.group .photo {
  text-align: center;
}

.group .detail .link-area {
  margin-top: 1em;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.group .detail .link-area .link-btn {
  margin-top: 1em;
}
.group .detail .link-area .btn {
  width: 170px;
  background: #8ed01d;
  border-radius: 30px;
  padding: 0.2em 1em;
  font-size: 1.4rem;
  font-family: "M PLUS 1p", "sans-serif";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .group .layout-2 > * {
    width: 100%;
    margin-top: 1em;
    text-align: center;
  }
  .group .box {
    background: #edf7db;
    border-radius: 30px;
    padding: 20px;
  }
  .group .box .photo {
    margin-top: 1em;
    text-align: center;
  }
  .group .detail {
    margin-top: 1em;
  }
}




/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
}
#footer .body {
  position: relative;
  max-width: 1040px;
  padding: 0 20px 70px;
}

#footer .footer-image-container {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 150px; /* 最大高さを設定 */
  overflow: hidden;
}

#footer .footer-image-container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: top;
}

#footer .footer-content {
  position: relative;
  z-index: 2; /* フッターコンテンツが画像の上に表示されるように */
  background-color: var(--c-yellow);
  padding-top: 80px;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {
  /*ブラウザの幅が736px以下の時*/
  #footer {
    position: relative;
  }
  #footer .body {
    position: relative;
    max-width: 1040px;
    padding: 20px;
    align-items: center;
  }
  #footer .footer-image-container {
    max-height: 100px; /* 小さい画面用に高さ調整 */
  }
  #footer .footer-content {
    padding-top: 0;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#footer .logo {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {

#footer .logo {
  text-align: center;
}
#footer .logo img {
  width: 98px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 住所
/* ------------------------------------------------------------------------------------------------- */

#footer .detail {
  max-width: 500px;
  align-items: center;
}

#footer .detail .js-tel {}

#footer address {
  margin-top: 1em;
}
#footer address p {
  font-size: 1.7rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {

#footer .detail {
  max-width: 100%;
  margin: 0 auto;
}

#footer address {
  text-align: center;
  margin-top: 1em;
}

#footer .detail .js-tel {
  margin-right:0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer .nav {
  width: auto;
  display: flex;
  justify-content: flex-start;
  min-width: 400px;
}

#footer .nav ul.item {
/*  width: 33.3333%;*/
  border-left: 1px solid #666666;
}

#footer .nav ul.item li {
  position: relative;
  margin-bottom: 0.2em;
  padding-left: 1.25em;
}
#footer .nav ul.item ~ .item {
  margin-left: 60px;
}

#footer .nav ul.item > li a {
  color:#333333;
  font-size: 1.5rem;
  font-family: "M PLUS 1p", "sans-serif";
}
#footer .nav ul.item > li a:hover {
  color:#64be46;
}

/* :::::::: ブレイクポイント :::::::: */

@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: auto;
  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: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: 30px;*/
  text-align: left;
  padding-left: 0;
  border-left: 0;
}
#footer .nav ul.item ~ .item {
  margin-left: 0;
}
}

/* ----------------------------------------------------------------------------------------------------
   * サイトマップ
/* ------------------------------------------------------------------------------------------------- */

#footer .actab {}

/* スマホ　サイトマップ非表示*/
#footer .actab input {
  display: none;
}
#footer .actab label {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {

#footer .actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 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: var(--c-orange);
  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: #fff;
}
/* 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: #64be46;
  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: 35px;
  right: 10px;
  font-size: 77%;
  z-index: 999;
}
#pagetop a {
  background: #64be46;
  text-decoration: none;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  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;
}

