@charset "utf-8";
/* CSS Document */

/* google webfont */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap');

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.noto-sans-jp-black {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}


/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */
/* -------------------------------------------------------------------------------------------------
   * フォント
/* ---------------------------------------------------------------------------------------------- */

/* ゴシック体 */

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Light.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Regular.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Medium.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Bold.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Black.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Black.otf') format('opentype');
}

/* 明朝体 */

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Light.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Regular.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Medium.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-SemiBold.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Bold.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Black.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Black.otf') format('opentype');
}

/* Myriad Pro*/
@font-face {
  font-family: 'Mryiad';
  font-style: normal;
  font-weight: 700;
  src: url('../../_font/myriad/myriad-apple-bold-italic.woff') format('woff'),
       url('../../_font/myriad/myriad-apple-bold-italic.otf') format('opentype');
}


/* ****************************************************************************************************
   * 共通
**************************************************************************************************** */

.br-pc {
  display: block;
}

[pc-tab] {
  display: block;
}

[tab] {
  display: none !important;
}

[tab-nav] {
  display: none !important;
}
[tab960] {
  display: none !important;
}


@media screen and (min-width:736px) {
  [sp] {
  display: none !important;
  }
}

@media (min-width:1100px) {
  [sp] {
  position: fixed !important;
  top: -100%;
  left: -100%;
  }
}
@media (min-width:1101px) {
  [sp-nav] {
  position: fixed !important;
  top: -100%;
  left: -100%;
  }
}

@media (max-width:1280px) {
  [pc] {
  display: none !important;
  }
  [tab] {
  display: block !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  [tab-nav] {
  display: block !important;
  }
  [pc-tab] {
  display: none !important;
  }
  
  [tab960] {
  display: block !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.br-sp {
  display: block;
}

.br-pc {
  display: inline;
}
}
@media (min-width:1281px) { .display-sp{display:none!important} }
@media (max-width:1280px) { .display-pc{display:none!important} }


/* ****************************************************************************************************
   * common
**************************************************************************************************** */

.body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

[class*="layout-flex"] {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.layout-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-2 {
  display: block;
}

}

/* ****************************************************************************************************
   * 通常ヘッダー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * PC / SP 切り替え
/* ------------------------------------------------------------------------------------------------- */

@media (min-width:1281px) {
  .header-sp {
    display: none !important;
  }
}
@media (max-width:1100px) {
  .header-pc {
    display: none !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#sp-header {
  display: none;
}
#header {
  position: /*sticky*/relative;
  z-index: 100;
  width: 100%;
  transition: .2s;
}
#header.scroll {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1280px) {
  /*ブラウザの幅が736px以下の時*/
  #sp-header {
    display: block;
    z-index: 9998;
    width: 100%;
    font-size: 1rem;
    line-height: 1.3;
    padding: 5px;
    background: #fff;
  }
  #header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
  }
  #header.scroll {
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo {
  position: relative;
  transition: 0.8s;
  display: block;
}
#header .logo img {}

#header .logo img.pc {}
#header .logo img.sp {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1280px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo img.pc {
    display: none;
  }
  #header .logo img.sp {
    display: block;
    width: auto;
    /*height: 50px;*/
  }
  body.layout-lower
  #header .logo img {
    width: auto;
    height: 50px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo a {
    display: block;
    margin-left: 10px;
  }
  body.layout-lower
  #header .logo a {
    display: block;
    margin-left: 0;
  }

  #header .logo img.pc {
    display: none;
  }
  #header .logo img.sp {
    display: block;
  }
  #header.scroll .logo img.pc {
    display: none;
  }
  #header.scroll .logo img.sp {
    display: block;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * サイドエリア
/* ------------------------------------------------------------------------------------------------- */

#header .side-area {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 400px;
  min-height: 800px;
  padding: 100px 1em;
}

.layout-lower
#header .side-area {
  display: none;
}

#header .side-area .logo {
  text-align: center;
}

#header .side-area .side-nav {
  margin-top: 60px;
}
#header .side-area .side-nav ul.menu {
  margin: 0 auto;
  width: 65%;
  max-width: 220px;
}
#header .side-area .side-nav ul.menu li {
  position: relative;
  padding-left: 1.55em;
}
#header .side-area .side-nav ul.menu li::before {
  content: "";
  display: block;
  background: url("../../_images/_common/nav-icon.png") no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#header .side-area .side-nav ul.menu li ~ li {
  margin-top: 30px;
}
#header .side-area .side-nav ul.menu li a:hover {
  color: var(--c-ocher);
  opacity: 1;
}
#header .side-area .side-nav ul.menu li[current] a {
  color: var(--c-ocher);
}


#header .side-area .side-nav ul.sns {
  margin: 50px auto 0;
  width: 65%;
  max-width: 175px;
}
#header .side-area .side-nav ul.sns.layout-2 {
  align-items: center;
}
#header .side-area .side-nav ul.sns li a {
  display: flex;
  align-items: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が1280px以下の時*/
  #header .side-area {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: auto;
    min-height: auto;
    padding: 1em;
    transition: 0.8s;
  }
  /* スクロール後、ロゴの大きさ調整*/
  #header.logo-active .side-area {
    width: auto;
    transition: 0.8s;
    padding: 0;
  }
  #header.logo-active .side-area .logo img {
    width: auto;
    height: 50px;
  }

  #header .side-area .side-nav {
    margin-top: 30px;
/*    display: none;*/
  }
  #header .side-area .side-nav ul.menu {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
  #header .side-area .side-nav ul.menu li ~ li {
    margin-top: 1em;
  }
  #header .side-area .side-nav ul.sns {
    margin-top: 20px;
  }

/*
  #header.scroll .side-area .side-nav {
    display: none;
  }
  #header.scroll .side-area .side-nav ul.sns {
    display: none;
  }
*/
  #header.logo-active .side-area .side-nav {
    display: none;
  }
  #header.logo-active .side-area .side-nav ul.sns {
    display: none;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1280px) {
  /*ブラウザの幅が736px以下の時*/
  #header .side-area .side-nav {
    margin-top: 30px;
    display: none;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #header .side-area {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    width: auto;
    min-height: auto;
    padding: 0;
    transition: 0.8s;
  }
  #header .side-area .logo img {
    width: auto;
    height: 50px;
  }
  #header.scroll .side-area .logo img {
    width: auto;
    height: 50px;
  }
  #header .side-area .side-nav {
    display: none;
  }
  #header .side-area .side-nav ul.sns {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダー内容
/* ------------------------------------------------------------------------------------------------- */

#header .contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header .contents.layout-2 {}

#header .right-column {}
#header .right-column > .inner-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
#header .right-column .detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

#header-text {
  position: relative;
  z-index: 9999;
  font-size: 1.2rem;
  line-height: 1.2;
  height: 30px;
  margin-right: auto;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 25%);
}
#header-text > * {
  line-height: 1.2;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #header-text {
    display: none;
  }
}


/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#header .nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}
#sp-nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

@media (max-width:1280px) {
  /*ブラウザの幅が736px以下の時*/
  #header .nav {
    width: 100%;
    margin:0 auto;
    text-align: center;
    padding: 0;
  }
  #header.scroll .nav {
    width: 100%;
    display: flex;
    margin:0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#header .nav ul.dropdown {
  display: table;
}
#header.scroll .nav ul.dropdown {
  margin-top: 0;
}

#header .nav ul.dropdown > li {
  position: relative;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  text-align: center;
}

#header .nav ul.dropdown > li a {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.4;
  transition: 0.2s;
  margin: 0 0 0 30px;
}
#header .nav ul.dropdown > li a::after {
  display: none;
}

#header .nav ul.dropdown > li[current] > a:after,
#header .nav ul.dropdown > li:hover > a:after {
  left: 0;
  width: 100%;
}
#header .nav ul.dropdown > li[current] > a {
  color: var(--c-ocher);
}
#header .nav ul.dropdown > li:hover > a {
  color: var(--c-ocher);
  opacity: 1;
}
/* 外部リンク*/
#header .nav ul.dropdown a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-link-1.png") no-repeat;
  width: 17px;
  height: 17px;
  margin-left: .4em;
  vertical-align: middle;
  margin-top: -4px;
}

#header .nav ul.dropdown > li[current] > a[target="_blank"]:after,
#header .nav ul.dropdown > li:hover > a[target="_blank"]:after {
  left: 0;
  width: 17px;
}
#header .nav ul.dropdown > li[current] > a[target="_blank"]:after,
#header .nav ul.dropdown a[target="_blank"]:hover:after {
  left: 0;
  width: 17px;
}


#header .nav ul.dropdown > li.btnbox {}
#header .nav ul.dropdown > li.btnbox.item-1 a {
  margin-left: 30px;
}
#header .nav ul.dropdown > li.btnbox a {
  margin-left: 10px;
}
#header .nav ul.dropdown > li.btnbox:hover a {
  color: #fff;
}
#header .nav ul.dropdown > li.btnbox a.btn {}

#header .nav ul.dropdown > li.btnbox[current] a.btn {
  color: #fff;
  background: var(--c-green);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  #header .nav ul.dropdown > li a {
    margin: 0 0 0 15px;
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  #header .nav ul.dropdown > li a {
    font-size: 1.4rem;
  }
}

@media (max-width:1280px) {
  /*ブラウザの幅が736px以下の時*/
  #header .nav ul.dropdown {
    width: 100%;
    display: table;
    margin-top: 0px;
  }
  #header .nav ul.dropdown > li > a {
    display: block;
    text-align: left;
    padding: 0.7em;
    margin: 0 auto;
  }
  #header .nav ul.dropdown > li {
    position: relative;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    width: 100%;
    padding: 0;
  }
  #header .nav ul.dropdown > li a {
    height: auto;
    text-align: left;
    border-radius: 0;
    margin-top: 0;
  }
}

@media (max-width:1280px) {
  /*ブラウザの幅がXXXpx以下の時*/
  #header.scroll .nav {
    width: 100%;
    display: flex;
    margin:0;
  }
  #sp-nav ul.dropdown > li > a,
  #sp-nav ul.dropdown > li > span {
    display: block;
    text-align: left;
    padding: 0.7em;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.4;
  }
  #sp-nav ul.dropdown > li > a:before {
    display: none;
  }
  #sp-nav ul.dropdown > li > a:hover:before,
  #sp-nav ul.dropdown > li[current] > a:before {
    left: 0;
    right: 0;
    opacity: 1;
  }
  
  #sp-nav ul.dropdown > li[current] {
    color:var(--c-ocher);
  }
  #sp-nav ul.dropdown > li[current] a {
    color:var(--c-ocher);
  }

  #sp-nav ul.dropdown .parent {
    /*  width: calc( 100% - 50px );*/
  }
  #sp-nav ul.dropdown .active .parent {
    background: var(--c-ocher);
    color: #fff;
  }
  #sp-nav ul.dropdown .parent:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #848473;
    border-bottom: 2px solid #848473;
    transform: rotate(45deg);
    background: none;
  }
  #sp-nav ul.dropdown .active .parent:after {
    top: 20px;
    transform: rotate(-135deg);
  }
  #sp-nav ul.dropdown > li a {
    height: auto;
    text-align: left;
    border-radius: 0;
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 下層リスト
/* ------------------------------------------------------------------------------------------------- */

#header .nav ul.dropdown ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  margin-top: 1px;
}
#header .nav ul.dropdown ul.nav-05 {
  width: 120px;
  left: -20px;
}
#header .nav ul.dropdown ul li {
  background: #fff;
  text-align: left;
  border: 1px solid #f2f2f2;
}
#header .nav ul.dropdown ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0.7em;
  margin: 0;
}
#header .nav ul.dropdown ul li a:hover {
  color: var(--c-ocher);
  opacity: 1;
}

@media (max-width:1280px) {
  /*ブラウザの幅がXXXpx以下の時*/
  #header .nav ul.dropdown ul {
    margin-top: 0;
    position: relative;
    display: block;
    border: none;
    box-shadow: none;
  }
  #header .nav ul.dropdown ul.nav-05 {
    left: 0;
  }
  #header .nav ul.dropdown > li > ul > li > a {
    border-top: 1px solid #e4e4e4;
  }
  #header .nav ul.dropdown ul li {
    border: none;
    padding: 0;
  }
  #header .nav ul.dropdown ul li[current] a {
    color: var(--c-ocher);
  }
  #header .nav ul.dropdown ul li a {
    border: 0;
    padding: 0.7em 0.7em 0.7em 1.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ナビアイコン
/* ------------------------------------------------------------------------------------------------- */

@media (max-width:1280px) {

  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 0;
  padding-top: 40px;
  background: var(--c-green);
  -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: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 50%;
  height: 0;
  padding-top: 1px;
  background: #fff;
  }
  .icon-menu-trigger:before {
  top: 29%;
  transition: 0.2s top, 0.2s transform;
  }
  .icon-menu-trigger:after {
  top: 47%;
  transition: 0.2s opacity;
  }
  .icon-menu-trigger span:before {
  top: 66%;
  transition: 0.2s top, 0.2s transform;
  }
  
  /* active */
  .icon-menu-trigger.nav-active:before {
  top: 50%;
  transform: rotate(135deg);
  }
  .icon-menu-trigger.nav-active:after {
  opacity: 0;
  }
  .icon-menu-trigger.nav-active span:before {
  top: 50%;
  transform: rotate(45deg);
  }

/* ----------------------------------------------------------------------------------------------------
   * グローバルメニューアクティブ時の動き
/* ------------------------------------------------------------------------------------------------- */

  #wrapper {
  position: relative;
  left: 0;
  transition: 0.2s left;
  }
  #wrapper.nav-active {
  left: -290px;
  }
  #sp-nav {
  position: fixed;
  top: /*47px*/0;
  right: -290px;
  left: auto;
  bottom: 0;
  z-index: 9999;
  width: 290px !important;
  background: #fff;
  overflow-y: auto;
  transition: 0.2s right;
  }
  .nav-fixed #sp-nav {
  top: 0;
  }
  #wrapper.nav-active {
  right: 0;
  }
  .nav-active #sp-nav {
  right: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * メディアサイズでナビ位置変更
/* ------------------------------------------------------------------------------------------------- */

  #header .detail ul.tab-nav {
    display: flex;
    align-items: center;
  }
  #header .detail ul.tab-nav li.yoyaku a {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.4;
    font-weight: bold;
    transition: 0.2s;
    margin: 0 0 0 30px;
    opacity: 1;
  }
  
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #header .detail ul.tab-nav {
    display: none;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * スクロール後ヘッダー
/* ------------------------------------------------------------------------------------------------- */

#header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  transition: 0.6s opacity, 0.6s transform;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

#header-fixed.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

#header-fixed .logo {}

#header-fixed .nav {
  margin-top: 0;
  padding: 20px 0;
}

#header-fixed .nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header-fixed .nav > ul > li > a {
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s color;
}

#header-fixed .nav > ul {
  margin: 0 auto;
}

#header-fixed .nav > ul > li {
  position: relative;
  text-align: center;
  padding-left: 1.55em;
  margin: 0 0 0 30px;
}
#header-fixed .nav > ul > li::before {
  content: "";
  display: block;
  background: url("../../_images/_common/nav-icon.png") no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#header-fixed .nav > ul > li > a {
  position: relative;
  display: inline-block;
}

#header-fixed .nav > ul > li > a:after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #ff6e1e;
  transition: 0.2s width, 0.2s left;
}

#header-fixed .nav > ul > li[current] > a,
#header-fixed .nav > ul > li.current > a,
#header-fixed .nav > ul > li > a:hover {
  color: var(--c-ocher);
}

#header-fixed .nav > ul > li[current] > a:after,
#header-fixed .nav > ul > li.current > a:after,
#header-fixed .nav > ul > li > a:hover:after {}

#header-fixed .nav > ul > li > ul {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: left;
  background: #fff;
}
#header-fixed .nav > ul > li > ul.nav01 {}
#header-fixed .nav > ul > li > ul.nav02 {
  width: 120px;
}
#header-fixed .nav > ul > li > ul a {
  display: block;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  padding: 0.5em;
  text-align: center;
}
#header-fixed .nav > ul > li > ul a:hover {
  background: var(--c-beige);
  opacity: 1;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1280px) {

#header-fixed {
  display: none;
}

}


/* ****************************************************************************************************
   * 下層ナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
#header {
  position: sticky;
  top: 0;
}
body.layout-lower
#header .body.layout-2 {
  align-items: center;
  background: #fff;
}
#header .lower-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5em;
}

body.layout-lower
#header .right-column > .inner-flex {
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #header .lower-nav ul.dropdown li a {
    margin-left: 0.5em;
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #header .lower-nav ul.dropdown li a {
    font-size: 1.5rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1280px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #header .body.layout-2 {
    align-items: center;
    background: #fff;
    padding: 0 10px;
  }
  #header .lower-nav {
    display: none !important;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#header .lower-nav ul.dropdown {}

#header .lower-nav ul.dropdown li {
  position: relative;
}
#header .lower-nav ul.dropdown li a {
  position: relative;
  padding-left: 1.55em;
}
#header .lower-nav ul.dropdown li a::before {
  content: "";
  display: block;
  background: url("../../_images/_common/nav-icon.png") no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#header .lower-nav ul.dropdown li ul li a::before {
  display: none;
}





/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#visual {
  position: relative;
  width: 100%;
  z-index: 10;
}

#visual .bg {
  width: 79.1%;
  margin-left: auto;
}
@media (max-width:768px) {
#visual .bg {
  width: 100%;
  margin-left: auto;
}
}

#main .visual .slider {}
#main .visual .slider img {
 width: 100%;
}

/* ----------------------------------------------------------------------------------------------------
   * スライド ページャ ナビ　縦配置
/* ------------------------------------------------------------------------------------------------- */

#main .visual .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

#main .visual .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .5em;
}
#main .visual .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border:none;
  border-radius: 100%;
  transition: .2s;
  background: #fff;
}
#main .visual .slick-dots li.slick-active button {
  background: var(--c-ocher);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .visual .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
  }
  #main .visual .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 .2em;
  }
  #main .visual .slick-dots li button {
    width: 8px;
    height: 8px;
    font-size: 0;
    cursor: pointer;
    border:none;
    border-radius: 100%;
    transition: .2s;
    background: #fff;
  }
}

/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower
#visual {
  position: relative;
}
body.layout-lower
#visual .body {
  position: relative;
  max-width: 1400px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.layout-lower
#visual .body .title {
  text-align: center;
  font-size: 3.6rem;
  color: #fff;
  line-height: 1.4;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
body.layout-lower
#visual .body {
  position: relative;
  max-width: 1400px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.layout-lower
#visual .body .title {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.4;
}
}

/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb {
  position: relative;
  background: var(--c-beige);
}

#breadcrumb div.body {
  max-width: 1120px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ol {
  padding: 0.2em 0;
}
#breadcrumb ol li {
  font-size: 1.5rem;
  vertical-align: middle;
  display: inline-block;
}
#breadcrumb ol li::after {
  content: '>';
  margin: 0 10px 0 10px;
  color: #262626;
}
#breadcrumb ol li:last-child::after {
  content: none;
}
#breadcrumb ol li a {
  text-decoration: none;
  color:var(--c-green);
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.page-nav {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-nav .body {
  max-width: 1120px;
}


.page-nav.pc-nav {
  display: block;
}
.page-nav.sp-nav {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1280px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav.pc-nav {
    display: none;
  }
  .page-nav.sp-nav {
    display: block;
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 7em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-nav ul li {
  position: relative;
  padding: 0;
  transition: 0.2s color,0.2s all;
  margin: 0 0.5% 10px;
  width: auto;
  min-width: 250px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .page-nav ul li {
    text-align: center;
  }
  .page-nav ul li ~ li {
    margin-top: 20px;
  }
  .page-nav ul li:nth-child(n+5) {
    margin-top: 0;
  }
  .page-nav ul li:nth-child(n+4) {
    margin-top: 20px;
  }
  .page-nav ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}

.page-nav ul li:hover,
.page-nav ul li[current] {}

.page-nav ul li a {
  position: relative;
  display: block;
  border: 1px solid var(--c-green);
  text-decoration: none;
  padding: 0.5em;
  text-align: center;
  background: #fff;
  color: var(--c-green);
  width: 250px;
  margin: 0 auto;
}
.page-nav ul.layout-flex-3 li a {
  padding: 0.5em 1em;
  width: auto;
  margin: 0 auto;
}

.page-nav ul li a:hover,
.page-nav ul li.current a {
  background: var(--c-green);
  color: #fff;
  opacity: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav ul li a {
    width: 225px;
    font-size: 1.6rem;
  }
  .page-nav ul.layout-flex-3 li a {
    min-width: 250px;
    font-size: 1.6rem;
    display: inline-block;
  }
}

/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {
  line-height: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

iframe {
  height: 250px;
}

}

/* ****************************************************************************************************
   * フッター下部
**************************************************************************************************** */

#common-contact {
  position: relative;
  background: url("../../_images/_common/contact-bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
#common-contact .body {
  max-width: 1240px;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact {
    position: relative;
    background: url("../../_images/_common/contact-bg.jpg") no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#common-contact .title {
  text-align: center;
  font-size: 3.6rem;
  color: #fff;
  line-height: 1.4;
}

#common-contact .lead {
  margin-top: 40px;
}
#common-contact .lead p {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .title {
    font-size: 2.4rem;
  }
  #common-contact .lead {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#common-contact .layout-flex-3 {
  justify-content: center;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1280px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .layout-flex-3 {}
  #common-contact .layout-flex-3 > * {
    width: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * TEL / FAX
/* ------------------------------------------------------------------------------------------------- */

#common-contact .layout-flex-3 li .text-1 small {
  font-size: 2.6rem;
}
#common-contact .layout-flex-3 li .text-1 {
  font-size: 4.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .layout-flex-3 li .text-1 small {
    font-size: 1.3rem;
  }
  #common-contact .layout-flex-3 li .text-1 {
    font-size: 2.0rem;
  }
  #common-contact .layout-flex-3 li .text-1 a {
    color: #fff;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * メールでのお問い合わせ
/* ------------------------------------------------------------------------------------------------- */

#common-contact .layout-flex-3 li .btn-1 span {
  position: relative;
  padding-left: 1.55em;
}
#common-contact .layout-flex-3 li .btn-1 span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-icon.png") no-repeat;
  width: 21px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#common-contact .layout-flex-3 li .btn-1 {
  position: relative;
  width: 350px;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--c-green);
  background: #fff;
  padding: 20px 1.0em;
  transition: 0.6s;
  text-align: center;
  margin: 0 auto;
}
#common-contact .layout-flex-3 li .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-g-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
#common-contact .layout-flex-3 li .btn-1:hover::after {
  right: 0.2em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .layout-flex-3 li:nth-child(3) {
    width: 100%;
  }
  #common-contact .layout-flex-3 li .btn-1 {
    width: auto;
  }
}

/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
  background: #fff;
}

#footer .footer-inner {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer .footer-inner .body {
  max-width: 980px;
}
#footer .footer-inner .detail {
  max-width: 35%;
}

#footer .footer-bottom {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--c-green);
  color: #fff;
}
#footer .footer-bottom .body {
  max-width: 740px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner .layout-2 {
    display: block;
  }
  #footer .footer-inner .detail {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 住所エリア
/* ------------------------------------------------------------------------------------------------- */

#footer address {
  font-size: 1.6rem;
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer address {
    text-align: center;
  }
  #footer address .js-tel a {
    color: #fff;
    text-decoration: underline;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * SNS
/* ------------------------------------------------------------------------------------------------- */

#footer .sns {
  margin-top: 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#footer .logo {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .logo {
    text-align: center;
  }
  #footer .logo img {
    width: 159px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer .nav {
  width: auto;
  display: flex;
  justify-content: space-between;
}

#footer .nav ul.item {}

#footer .nav ul.item li.parent {
  position: relative;
  padding-left: 1.55em;
}
#footer .nav ul.item li.parent::before {
  content: "";
  display: block;
  background: url("../../_images/_common/nav-icon.png") no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 7px;
}

#footer .nav ul.item li {
  position: relative;
  margin-bottom: 20px;
}

#footer .nav ul.item > li a {
  position: relative;
  display: inline-block;
}

#footer .nav ul.item > li a:hover {
  color: var(--c-ocher);
}

#footer .nav ul.item > li a:hover {}

#footer .nav ul.item > li ul {
  margin-top: 10px;
  margin-left: 0.5em;
}

#footer .nav ul.item li ul li {
  list-style: none;
  position: relative;
  margin-bottom: 13px;
  font-weight: normal;
}

#footer .nav ul.item li ul li::before {
  content: "";
  display: block;
  color: #262626;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #262626;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
#footer .nav ul.item li ul li a {}

#footer .nav ul.item li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-link-1.png") no-repeat;
  width: 17px;
  height: 17px;
  margin-left: .4em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#footer .nav ul.item li {
  margin-bottom: 0.75em;
}
#footer .nav ul.item li ul li a {
  font-size: 1.4rem;
}

#footer .nav ul.item > li > a {}

#footer .nav ul.item > li ul {
  font-size: 0.9rem;
  padding-top: 0.5em;
  padding-left: 1em;
}

#footer .nav ul.item li a:hover {
  text-decoration: underline;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {

#footer .nav {
  width: 100%;
  display: block;
  font-size: 14px;
  margin-top: 20px;
  padding: 0 15px;
}
#footer .nav ul.item {
  width:100%;
  display: block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 0;
  text-align: left;
  padding-left: 0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * SNSリスト
/* ------------------------------------------------------------------------------------------------- */

#footer .nav ul.item > li ul.sns {
  margin-left: 0;
  margin-top: 40px;
}
#footer .nav ul.item > li ul.sns li {
  display: flex;
  margin-bottom: 0;
}
#footer .nav ul.item > li ul.sns li::before {
  display: none;
}
#footer .nav ul.item > li ul.sns li a {
  display: flex;
  align-items: center;
}
#footer .nav ul.item > li ul.sns li a::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .nav ul.item > li ul.sns {
    display: flex;
    margin-top: 1em;
    max-width: 200px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .nav ul.item > li ul.sns {
    display: flex;
    padding: 0;
    max-width: 150px;
    margin: 0 auto;
  }
}



/* ----------------------------------------------------------------------------------------------------
   * サイトマップ
/* ------------------------------------------------------------------------------------------------- */

#footer .actab {}

/* スマホ　サイトマップ非表示*/
#footer .actab input {
  display: none;
}
#footer .actab label {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {

#footer .actab {
  position: relative;
  overflow: hidden;
  max-width: 300px;
  margin: 0 auto;
}
#footer .actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#footer .actab label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  text-align: center;
  display: block;
  cursor: pointer;
  background: var(--c-green);
  color: #fff;
  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: 0.5em;
}
/* :checked */
#footer .actab input:checked ~ .actab-content {
  max-height: 100em;
  background: rgba(234,221,202,.6);
  margin-top: 0.5em;
}
/* 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: 1px solid;
  border-bottom: 1px solid;
  margin-top: -6px;
  transform: rotate(45deg);
  color:#fff;
}
#footer .actab input[type=checkbox]:checked + label::after {
  top: 57%;
  transform: rotate(225deg);
}
#footer .actab a {
  display: inline !important;
}

}

/* ----------------------------------------------------------------------------------------------------
   * コピーライト
/* ------------------------------------------------------------------------------------------------- */

#footer div.copyright {
  position: relative;
  padding-top: 50px;
}

#footer div.copyright p {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer div.copyright {
    position: relative;
    padding-top: 20px;
  }
  #footer div.copyright p {
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページトップ
/* ------------------------------------------------------------------------------------------------- */

#pagetop {
  position: fixed;
  bottom: 2em;
  right: 1.5%;
  z-index: 999;
}
#pagetop a {
  background: var(--c-green);
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  transition: 0.6s;
}
#pagetop a:hover {
  opacity: 0.7;
}
#pagetop a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -4px;
  transition: 0.2s right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #pagetop {
    position: fixed;
    bottom: 4em;
    right: 1.5%;
  }
  #pagetop a {
    background: var(--c-green);
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    transition: 0.6s;
  }
  #pagetop a:before {
    content: '';
    width: 7px;
    height: 7px;
    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;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * サイドボタン
/* ------------------------------------------------------------------------------------------------- */

#fix-side-btn {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 10;
}
#fix-side-btn a {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1280px) {
  /*ブラウザの幅が736px以下の時*/
  #fix-side-btn {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 下部固定メニュー（スマホ用）
/* ------------------------------------------------------------------------------------------------- */

.fix-footer-btn {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background: var(--c-green);
}

.fix-footer-btn ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
