@charset "utf-8";
/* CSS Document */

/* google webfont */
   
/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */
/* -------------------------------------------------------------------------------------------------
   * フォント
/* ---------------------------------------------------------------------------------------------- */

/* ゴシック体 */

@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');
}



/* ****************************************************************************************************
   * 共通
**************************************************************************************************** */

.br-pc {
  display: block;
}

[pc-tablet] {
  display: block;
}

[pc-visual] {
  display: block;
}
[sp-visual] {
  display: none;
}

@media (min-width:1141px) {
  [sp-nav] {
  position: fixed !important;
  top: -100%;
  left: -100%;
  }
}

@media (max-width:1100px) {
  #header .display-pc { 
    display:none!important
  }
}
@media (max-width:1140px) {
  [pc-tablet] {
    display: none !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {

  [pc-visual] {
    display: none;
  }
  [sp-visual] {
    display: block;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: inline;
  }
}

/* ****************************************************************************************************
   * common
**************************************************************************************************** */

.body {
  max-width: 1120px;
  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;
}

}

/* ****************************************************************************************************
   * 通常ヘッダー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  transition: 0.3s;
}

#header.scroll {
  background: #fff;
/*  box-shadow: 0 3px 3px rgba(0,0,0,0.2);*/
  transition: 0.3s;
}

#sp-header {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1140px) {

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  transition: 0.3s;
}
#sp-header {
  display: none;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  transition: 0.3s;
}

#sp-header {
  display: block;
  font-size: 1.0rem;
  padding: 0 10px;
  line-height: 1.4;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

#header .header-inner {
  background: #fff;
}

#header .header-inner .body {
  max-width: 1240px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#header .header-inner .text {
  font-size: 1.4rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#header .header-inner .body {
  max-width: 1240px;
  padding-top: 0;
  padding-bottom: 0;
}

#header .header-inner .text {
  display: none;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 入会のご案内／会員様専用ページ
/* ------------------------------------------------------------------------------------------------- */

#header .header-inner ul.header-top-navi {}

#header .header-inner ul.header-top-navi li {
  position: relative;
  padding-left: 1.0em;
  font-size: 1.5rem;
}
#header .header-inner ul.header-top-navi li::before {
  content: "";
  display: block;
  background: url("../../_images/_common/nav-detail-arrow.png") no-repeat;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 9px;
  left: 0;
}

#header .header-inner ul.header-top-navi li ~ li {
  margin-left: 2.5em;
}

#header .header-inner ul.header-top-navi li a {
  display: block;
}
#header .header-inner ul.header-top-navi li a:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1140px) {
  /*ブラウザの幅が736px以下の時*/
  #header .header-inner ul.header-top-navi {
    display: none;
  }
}

/*↓↓↓↓↓*/
#header .right-column .detail .item ul.header-top-navi {}

#header .right-column .detail .item ul.header-top-navi li {
  position: relative;
  padding-left: 1.0em;
  font-size: 1.5rem;
}
#header .right-column .detail .item ul.header-top-navi li::before {
  content: "";
  display: block;
  background: url("../../_images/_common/nav-detail-arrow.png") no-repeat;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 9px;
  left: 0;
}

#header .right-column .detail .item ul.header-top-navi li ~ li {
  margin-left: 2em;
}

#header .right-column .detail .item ul.header-top-navi li a {
  display: block;
}
#header .right-column .detail .item ul.header-top-navi li a:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1140px) {
  /*ブラウザの幅が736px以下の時*/
  #header .right-column .detail .item ul.header-top-navi {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo {
  display: flex;
  align-items: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1140px) {

#header .logo {
  display: flex;
  align-items: center;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#header .logo {
  display: flex;
  align-items: center;
  height: 50px;
}
#header .logo img {
  width: 85%;
  display: block;
}

}


/* ----------------------------------------------------------------------------------------------------
   * ヘッダー内容
/* ------------------------------------------------------------------------------------------------- */

#header .contents {
  position: relative;
  width: 100%;
  background: #fff;
}

#header .contents .body {
  max-width: 1240px;
  margin-bottom: 20px;
}

#header .right-column {
  display: flex;
  justify-content: flex-end;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1140px) {

#header .contents {
  height: 52px;
}
#header .contents .body {
  padding: 0 10px;
  margin: 0;
}

#header .right-column {
  padding: 0;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #header .contents {
    height: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

#header .right-column .detail {}
#header .right-column .detail .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .right-column .detail .item p {
  font-size: 1.2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .right-column .detail .js-tel {
  position: relative;
  color: #009fe8;
  font-size: 3.6rem;
  padding-left: 0.8em;
  line-height: 1.4;
  font-weight: bold;
}
#header .right-column .detail .js-tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-tel.png") no-repeat;
  width: 26px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 2px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1140px) {

#header .right-column .detail .item {
  display: none;
}

#header #sp-nav ul.dropdown li.sp-tel .js-tel {
  padding-left: 0;
  margin-left: 0;
  padding: .5em;
}
#header #sp-nav ul.dropdown li.sp-tel a {
  padding: 0;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1024px) {

#header .right-column .detail .js-tel {
  position: relative;
  color:#002086;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  padding-left: 1em;
}
#header .right-column .detail .js-tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-icon-1b.png") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

}

/*↓↓↓↓↓*/
#header .header-inner .tel{
  margin-top: 0;
}
#header .header-inner .tel .js-tel {
  position: relative;
  color: #009fe8;
  font-size: 3.6rem;
  padding-left: 0.8em;
  line-height: 1.4;
  font-weight: bold;
}
#header .header-inner .tel .js-tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-tel.png") no-repeat;
  width: 26px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 2px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1140px) {
  /*ブラウザの幅が736px以下の時*/
  #header .header-inner .tel {
    display: none;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1024px) {

#header .header-inner .tel .js-tel {
  position: relative;
  color:#002086;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  padding-left: 1em;
}
#header .header-inner .tel .js-tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-icon-1b.png") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

}


/* ----------------------------------------------------------------------------------------------------
   * お問い合わせボタン
/* ------------------------------------------------------------------------------------------------- */

#header .contact {
  position: relative;
  display: inline-block;
  color:#fff;
  padding:12px 20px 12px 40px;
  background: #8dc21f;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
  min-width: 270px;
  font-size: 1.5rem;
  margin-left: 30px;
  line-height: 1.65;
}
#header .contact span {
  position: relative;
  display: inline-block;
}
#header .contact span::before {
  content: "";
  display: block;
  margin: 0 auto;
  background: url("../../_images/_common/header-mail.png") no-repeat;
  width: 19px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
#header .contact::after {
  display: none !important;
}
#header .contact:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1140px) {

#header .right-column .contact {
  display: none;
}
#header .contact {
  border-radius: 0;
}

}


/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#header .nav {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #009fe8;
}
#header .nav ul.dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1140px;
}
#header.scroll .nav ul.dropdown {
  margin-top: 0;
}

#header .nav ul.dropdown > li {
  position: relative;
  white-space: nowrap;
  z-index: 1;
  text-align: center;
  font-weight: 500;
  width: 22%;
  height: 60px;
}
#header .nav ul.dropdown > li:first-child {
  width: 60px;
}

/* ホームアイコン*/
#header .nav ul.dropdown > li[current]:first-child img.img-1 {
  display: block;
}
#header .nav ul.dropdown > li[current]:first-child img.img-2 {
  display: none;
}
#header .nav ul.dropdown > li:first-child img.img-1 {
  display: none;
}
#header .nav ul.dropdown > li:first-child img.img-2 {
  display: block;
}


#header .nav ul.dropdown > li:first-child {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#header .nav ul.dropdown > li ~ li {
  border-right: 1px solid #fff;
}

#header .nav ul.dropdown > li a {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#header .nav ul.dropdown > li:first-child a {
  width: 60px;
  height: 60px;
}

#header .nav ul.dropdown > li a::after {
/*
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background:#009fe8;
  position: absolute;
  left: 50%;
  bottom: -0.2em;
  transition: .2s;
*/
}
#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,
#header .nav ul.dropdown > li:hover > a {
  color:#009fe8;
  background:#f5fafc;
}
#header .nav ul.dropdown > li:first-child:hover > a {
  background: rgb(83, 202, 255);
}

@media (max-width:1140px) {

#header .nav {
  width: 100%;
  margin:0 auto;
  text-align: center;
  padding-right: 0;
  background: #fff;
}
#header.scroll .nav {
  width: 100%;
  display: flex;
  margin:0;
}

#header .nav ul.dropdown {
  width: 100%;
  display: table;
  margin-top: 0px;
}

#header .nav ul.dropdown li::after {
  display: none;
}
#header .nav ul.dropdown li:first-child::before {
  display: none;
}
#header .nav ul.dropdown > li > a {
  display: block;
  text-align: left;
  padding: 0.8em;
  font-size: 1.5rem;
  margin: 0 auto;
  color:#353535;
}
#header .nav ul.dropdown > li:first-child a {
  width: auto;
  height: auto;
}

#header .nav ul.dropdown > li > a:hover:after,
#header .nav ul.dropdown > li[current] > a:after {
  left: 0;
  right: 0;
  opacity: 1;
}

#header .nav ul.dropdown > li[current] {
  color:#009fe8;
}
#header .nav ul.dropdown > li[current] a {
  color:#009fe8;
}

  #header .nav ul.dropdown > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  width: 100%;
  padding: 0;
  height: auto;
  }
  #header .nav ul.dropdown > li:first-child {
  width: auto;
  }
  #header .nav ul.dropdown > li ~ li {
  border-right: 0;
  }
  
  #header .nav ul.dropdown li.parent {
  display: block;
  border-right: 0 !important;
  border-bottom: 1px solid #e4e4e4;
  }
  #header .nav ul.dropdown li.parent a {
  width: calc( 100% - 50px );
  margin: 0;
  }
  #header .nav ul.dropdown li.parent:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #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 > 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: 0;
}
#header .nav ul.dropdown ul li {
  background: #fff;
  border: 1px solid #f2f2f2;
}
#header .nav ul.dropdown ul li a {
  display: block;
  color:#353535;
  text-decoration: none;
  padding: 0.75em 1em;
  margin: 0;
  font-size: 1.4rem;
}
#header .nav ul.dropdown ul li a:hover {
  background: #eff1f5;
}

@media (max-width:1140px) {

  #header .nav ul.dropdown ul {}

  #header .nav ul.dropdown ul {
  margin-top: 0;
  position: relative;
  display: block;
  border: none;
  box-shadow: none;
  }
  #header .nav ul.dropdown > li > ul > li > a{
  border-top: 1px solid #e4e4e4;
  }
  #header .nav ul.dropdown ul li {
  border: none;
  padding: 0;
  }
  #header .nav ul.dropdown ul li a {
  padding-left: 2em;
  border: 0;
  }

  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top:0px;
  right: 0px;
  width: 50px;
  height: 0;
  padding-top: 52px;
  background: #009fe8;
  -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;
  }
  #wrapper.nav-active {
  left: -290px;
  }
  #sp-nav {
  position: fixed;
  top: /*47px*/0;
  right: -290px;
  bottom: 0;
  z-index: 9999;
  width: 290px !important;
  background: #fff;
  overflow-y: auto;
  transition: 0.2s right;
  }
  .nav-fixed #sp-nav {
  top: 0;
  }
  #wrapper.nav-active {
  right: 0;
  }
  .nav-active #header .nav {
  right: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top:0;
  right: 0;
  width: 50px;
  height: 0;
  padding-top: 50px;
  background: #009fe8;
  -webkit-appearance: none;
  border: none;
  z-index: 999999;
  }
}


/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-index .visual {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: /*56.25*/31%;
/*  margin-top: 100px;*/
}

body.layout-index .visual .body {
  max-width: 1080px;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  z-index: 9;
  transform: translateY(-50%);
}
body.layout-index .visual .catch {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body.layout-index .visual .catch img {
  display: block;
}

body.layout-index .visual .catch .text-1 {
  font-size: 4.0rem;
  font-family: 'NotoSerifCJKjp',Arial, Helvetica;
  font-weight: 600;
  color:#fff;
  line-height: 1.0;
}

body.layout-index .visual .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
/*  height: 100%;*/
  object-fit: cover;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1140px) {

body.layout-index .visual {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 31%;
  margin-top: 0;
}
body.layout-index .visual .catch .text-1 {
  font-size: 1.5rem;
  font-family: 'NotoSerifCJKjp',Arial, Helvetica;
  font-weight: 600;
  color:#fff;
  line-height: 1.0;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index .visual {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    margin-top: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.layout-index .visual {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  margin-top: 0;
}
body.layout-index .visual .body {
  max-width: 1080px;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  z-index: 9;
  transform: translateY(-50%);
}
}


/* ----------------------------------------------------------------------------------------------------
   * 背景画像
/* ------------------------------------------------------------------------------------------------- */

body.layout-index .visual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body#layout-lower
.visual {
  position: relative;
  display: flex;
  align-items: center;
  height: 250px;
  background: url("../../_images/_common/visual-lower.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

body#layout-lower
.visual .title {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
body#layout-lower
.visual .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 3px;
  background: #fff;
  z-index: 3;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body#layout-lower
  .visual {
    position: relative;
    display: flex;
    align-items: center;
    height: 150px;
  }
  body#layout-lower
  .visual .title {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  body#layout-lower
  .visual .title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 3px;
    background: #fff;
    z-index: 3;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインコンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * 共通
/* ---------------------------------------------------------------------------------------------- */

#main-contents {
  width: 82%;
  order: 2;
  flex: 1;
}

#main-contents div.body {
  padding: 0 !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {

#main-contents {
  width: 100%;
  float: none;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents {
  width: 100%;
  float: none;
  clear: both;
}
#main-contents div.body {
  max-width: 100% !important;
  margin-left: 0;
  margin-right:auto;
  padding: 0;
}
}



/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb {}

#breadcrumb div.body {
  max-width: 1240px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ol {
  margin: 20px 0;
}
#breadcrumb ol li {
  font-size: 1.5rem;
  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:#009fe8;
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#breadcrumb ol {
  margin: 10px 0;
}
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#page-nav {}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  border-radius: 10px;
}

#page-nav ul li {
  width: 25%;
  position: relative;
  font-weight: bold;
  padding: 0;
  margin: 0;
  background: #fff;
  transition: 0.2s color,0.2s all;
  border-right: 1px solid #dde5e8;
}

#page-nav ul li:first-child,
#page-nav ul li:first-child a {
  border-radius: 10px 0 0 10px;
}
#page-nav ul li:last-child,
#page-nav ul li:last-child a {
  border-radius: 0 10px 10px 0;
}

#page-nav ul li:hover,
#page-nav ul li[current] {}

#page-nav ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  color: #353535;
  text-align: center;
  border-bottom:1px solid #dddddd;
  line-height: 1.6;
  font-size: 1.8rem;
}
#page-nav ul li a:hover,
#page-nav ul li[current] a {
  background: #009fe8;
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav ul li {
    width: 50%;
    position: relative;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background: #fff;
    transition: 0.2s color,0.2s all;
    border-right: 1px solid #dde5e8;
  }
  #page-nav ul li:first-child,
  #page-nav ul li:first-child a {
    border-radius: 10px 0 0 0;
  }
  #page-nav ul li:last-child,
  #page-nav ul li:last-child a {
    border-radius: 0 0 10px 0;
  }
  #page-nav ul li:nth-child(2),
  #page-nav ul li:nth-child(2) a {
    border-radius: 0 10px 0 0;
  }
  #page-nav ul li:nth-child(3),
  #page-nav ul li:nth-child(3) a {
    border-radius: 0 0 0 10px;
  }
  #page-nav ul li a {
    font-size: 1.4rem;
    padding: 10px;
  }
}

/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {
  line-height: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

iframe {
  height: 250px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * サイドコンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#side-contents {
  width: 280px;
  margin-right: 40px;
  order: 1;
}

#side-contents .body {
  padding: 0 !important;
}

#side-contents section ~ section {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#side-contents {
  width: /*280px*/auto;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  order: 1;
}

#side-contents .body {
  padding: 0 !important;
}

#side-contents section ~ section {
  margin-top: 30px;
}
}

/* ****************************************************************************************************
   * バナー2
**************************************************************************************************** */

#side-contents #bnr-2 {}

#side-contents #bnr-2 div.list {
  width: 100%;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#side-contents #bnr-2 ul {}

#side-contents #bnr-2 ul li ~ li {
  margin-top: 20px;
}

#side-contents #bnr-2 ul li .box {
  position: relative;
  display: block;
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #dde5e8;
}
#side-contents #bnr-2 ul li .box p {
  text-align: center;
}
#side-contents #bnr-2 ul li .box span {
  position: relative;
  padding-left: 1.5em;
}
#side-contents #bnr-2 ul li .box span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/side-members-icon.png") no-repeat;
  width: 21px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#side-contents #bnr-2 ul li .btn {
  width: 100%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #side-contents #bnr-2 ul {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  #side-contents #bnr-2 ul li {
    width: 280px;
    margin: 0 auto;
  }
  #side-contents #bnr-2 ul li ~ li {
    margin-top: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #side-contents #bnr-2 ul {
    max-width: 280px;
    margin: 0 auto;
    display: block;
    justify-content: center;
  }
  #side-contents #bnr-2 ul li {
    width: 280px;
    margin: 0 auto;
  }
  #side-contents #bnr-2 ul li ~ li {
    margin-top: 20px;
  }
  #side-contents #bnr-2 ul li .box {
    position: relative;
    display: block;
    background: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #dde5e8;
  }
  #side-contents #bnr-2 ul li .box span {
    position: relative;
    padding-left: 1em;
  }
  #side-contents #bnr-2 ul li .box span::after {
    content: "";
    display: block;
    background: url("../../_images/_common/side-members-icon.png") no-repeat;
    width: 10px;
    height: 13px;
    background-size: 10px 13px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 矢印ボタン
/* ------------------------------------------------------------------------------------------------- */

#side-contents #bnr-2 .btn-2 {
  position: relative;
  display: block;
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 30px 20px;
  border-radius: 10px;
  border: 2px solid #dde5e8;
}
#side-contents #bnr-2 .btn-2 span {
  position: relative;
  padding-left: 3em;
}
#side-contents #bnr-2 li .btn-2 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/*
#side-contents #bnr-2 li:nth-child(1) .btn-2 span::after {
  background: url("../../_images/_common/side-faq-icon.png") no-repeat;
  width: 40px;
  height: 38px;
}*/
#side-contents #bnr-2 li:nth-child(1) .btn-2 span::after {
  background: url("../../_images/_common/side-admission-icon.png") no-repeat;
  width: 40px;
  height: 36px;
}

#side-contents #bnr-2 li .btn-2 > * {
  display: block;
  position: relative;
  z-index: 1;
}
#side-contents #bnr-2 li .btn-2::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width:8px;
  height: 8px;
  border-top: 2px solid #009fe8;
  border-right: 2px solid #009fe8;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: 0.2s right;
}

#side-contents #bnr-2 li .btn-2:hover {
  opacity: 0.7;
}
#side-contents #bnr-2 li .btn-2:hover::before {}
#side-contents #bnr-2 li .btn-2:hover:after {
  right:0.6em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #side-contents #bnr-2 .btn-2 {
    position: relative;
/*    display: block;*/
    background: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 30px 20px;
    border-radius: 10px;
    border: 2px solid #dde5e8;
    min-height: 175.5px;
    display: flex;
    align-items: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #side-contents #bnr-2 .btn-2 {
    position: relative;
    display: block;
    background: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #dde5e8;
    min-height: auto;
  }
  #side-contents #bnr-2 .btn-2 span {
    position: relative;
    padding-left: 2em;
  }
  /*
  #side-contents #bnr-2 li:nth-child(1) .btn-2 span::after {
    background: url("../../_images/_common/side-faq-icon.png") no-repeat;
    width: 20px;
    height: 19px;
    background-size: 20px 19px;
  }*/
  #side-contents #bnr-2 li:nth-child(1) .btn-2 span::after {
    background: url("../../_images/_common/side-admission-icon.png") no-repeat;
    width: 20px;
    height: 19px;
    background-size: 20px 19px;
  }
}

/* ****************************************************************************************************
   * バナー広告
**************************************************************************************************** */

#side-contents #koukoku {}

#side-contents #koukoku div.list {
  width: 100%;
}

#side-contents #koukoku ul.list {
  position: relative;
  display: block;
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #dde5e8;
}
#side-contents #koukoku ul.list li ~ li {
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #side-contents #koukoku {}
  
  #side-contents #koukoku div.list {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #side-contents #koukoku ul.list {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #side-contents #koukoku ul.list > * {
    width: 48%;
    text-align: center;
  }
  #side-contents #koukoku ul.list li ~ li {
    margin: 0;
  }
  #side-contents #koukoku ul.list li:nth-child(n+3) {
    margin-top: 20px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #side-contents #koukoku {}
  
  #side-contents #koukoku div.list {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  #side-contents #koukoku ul.list {
    max-width: 280px;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
  }
  #side-contents #koukoku ul.list > * {
    width: 100%;
  }
  #side-contents #koukoku ul.list li ~ li {
    margin-top: 20px;
  }
  #side-contents #koukoku ul.list li:nth-child(n+3) {
    margin-top: 20px;
  }
}


/* ****************************************************************************************************
   * バナー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#bunner {
  padding-top: 70px;
  padding-bottom: 70px;
}

#bunner a {
  display: block;
}

#bunner a:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #bunner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#bunner ul.layout-2 {
  justify-content: flex-start;
}

#bunner ul.layout-2 li {
  width: 20%;
  text-align: center;
  margin-top: 0 !important;
}

#bunner ul.layout-2 li a {
  display: inline-block;
  padding: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#bunner ul.layout-2 {
  display: flex;
  justify-content: center;
/*  max-width: 670px;*/
  margin: 0 auto;
}
#bunner ul.layout-2 li {
  width: auto;
  text-align: center;
  margin-top: 0 !important;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#bunner ul.layout-2 li {
  width: 100%;
  text-align: center;
  margin-top: 0 !important;
}
#bunner ul.layout-2 li ~ li {
  margin-top: 1em;
}
}


/* ****************************************************************************************************
   * お問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#common-contact {
  background: url("../../_images/_common/contact-bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 70px;
  padding-bottom: 70px;
}

#common-contact .body {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#common-contact {
  background: url("../../_images/_common/contact-bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 50px;
  padding-bottom: 50px;
}

#common-contact .body {
  padding-left: 20px;
  padding-right: 20px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#common-contact div.list {
  text-align: center;
}
#common-contact .title {
  color: #fff;
  display: inline-block;
}

#common-contact .title::after {
  right: 0;
  margin: 0 auto;
  background: #fff;
}

#common-contact .text {
  color: #fff;
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

#common-contact .detail {
  margin-top: 30px;
}

#common-contact .layout-flex-2 {
  max-width: 650px;
  margin: 0 auto;
  align-items: center;
}

#common-contact .layout-flex-2 .js-tel {
  position: relative;
  color: #fff;
  font-size: 3.6rem;
  padding-left: 0.8em;
  line-height: 1.4;
  font-weight: bold;
}
#common-contact .layout-flex-2 .js-tel span {
  position: relative;
  color:#fff;
}
#common-contact .layout-flex-2 .js-tel span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-tel.png") no-repeat;
  width: 26px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  margin-top: 2px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#common-contact .layout-flex-2 .js-tel {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  padding-left: 0.8em;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
#common-contact .layout-flex-2 .js-tel span {
  position: relative;
  color:#fff;
}
#common-contact .layout-flex-2 .js-tel span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-tel.png") no-repeat;
  width: 13px;
  height: 17px;
  background-size: 13px 17px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  margin-top: 0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * フォームボタン
/* ------------------------------------------------------------------------------------------------- */

#common-contact .form {
  position: relative;
  background: #fff;
  border-radius: 5px;
  display: block;
  padding:10px 20px;
  text-align: center;
  color: #009fe8;
  transition: 0.6s ease all;
  width: 270px;
  margin: 0 auto;
}
#common-contact .form:hover {
  background: #8dc21f;
  color: #fff;
}

#common-contact .form span {
  position: relative;
  padding-left: 1.25em;
}

#common-contact .form span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-mail.png") no-repeat;
  width: 19px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#common-contact .form {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
}

#footer .body {
  max-width: 1240px;
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer {
  position: relative;
  padding-bottom: 11.65%;
}

#footer .body {
  position: relative;
  max-width: 1180px !important;
  padding: 20px 20px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#footer .logo {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:1002px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .logo {
    text-align: left;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer .logo {
  text-align: center;
}

#footer .logo img {
  width: 105px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 住所
/* ------------------------------------------------------------------------------------------------- */

#footer .detail {
  max-width: 300px;
}

#footer .detail .js-tel {
  margin-right: 20px;
}

#footer address {
  text-align: left;
  margin-top: 1em;
  font-size: 1.4rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#footer .detail {
  margin: 0 auto;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer .detail .js-tel {
  margin-right:0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer .nav {
  display: flex;
}

#footer .nav ul.item {
  width: 33.3333%;
}

#footer .nav ul.item li.parent {
  padding-left: 1.25em;
  font-weight: 500;
}
#footer .nav ul.item li.parent::before {
  content: "";
  display: block;
  background: url("../../_images/_common/nav-detail-arrow.png") no-repeat;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 10px;
  left: 0;
}

#footer .nav ul.item li {
  position: relative;
  margin-top: 10px;
}
#footer .nav ul.item li:first-child {
  margin-top: 0;
}

#footer .nav ul.item > li a {
  color:#333333;
}
#footer .nav ul.item > li a:hover {
  color:#009fe8;
}

/* 下層*/

#footer .nav ul.item > li ul {
  margin-top: 0;
}

#footer .nav ul.item li ul li {
  position: relative;
  margin-top: 0;
  margin-bottom:0;
  font-weight: normal;
}

#footer .nav ul.item li ul li::before {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#footer .nav {
  margin-top: 40px;
}

#footer .nav ul.item {
/*  width:100%;*/
  display: block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
}

#footer .nav ul.item li {
  margin-bottom: 0.75em;
}

#footer .nav ul.item > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

#footer .nav ul.item > li > a {}

#footer .nav ul.item > li ul {
  font-size: 0.9em;
  padding-top: 0.5em;
  padding-left: 1em;
}

#footer .nav ul.item li a:hover {
  text-decoration: underline;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer .nav {
  width: 100%;
  display: block;
  font-size: 14px;
  margin-top: 20px;
  padding: 0 15px;
}
#footer .nav ul.item {
  width:100%;
  display: block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 0;
  text-align: left;
  padding-left: 0;
}

/* 外部リンク付き*/
#footer .nav ul.item li ul li a.link::after {
  content: "";
  display: block;
  background: url("../../_images/_common/footer-nav-detail.png") no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
}

}

/* ----------------------------------------------------------------------------------------------------
   * サイトマップ
/* ------------------------------------------------------------------------------------------------- */

#footer .actab {
  width: 650px;
  max-width: 650px;
  margin: 0 auto;
}

/* スマホ　サイトマップ非表示*/
#footer .actab input {
  display: none;
}
#footer .actab label {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#footer .actab {
  width: 100%;
  margin-top: 0;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer .actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 20px auto 0;
  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: #009fe8;
  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: #f5fafc;
}
/* 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;
  text-align: center;
  padding: 15px 0;
}

#footer div.copyright p {
  font-size: 1.4rem;
  line-height: 1.2;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer div.copyright {
    position: relative;
    text-align: center;
    padding: 10px 0;
  }
  #footer div.copyright p {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページトップ
/* ------------------------------------------------------------------------------------------------- */

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 999;
}
#pagetop a {
  background: #009fe8;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  text-align: center;
  display: block;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagetop a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 4px #fff;
  border-left: solid 4px #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: 50px;
  right: 10px;
  font-size: 77%;
  z-index: 999;
  margin: 0;
}
#pagetop a {
  background: #009fe8;
  text-decoration: none;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  text-align: center;
  display: block;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagetop a:before {
  content: '';
  width: 5px;
  height: 5px;
  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: -2px;
  transition: 0.2s right;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 下部固定メニュー
/* ------------------------------------------------------------------------------------------------- */

.fixbtn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 998;
}

/* flex-3 -----------------------------------*/

.fixbtn ul.layout-flex-3 {
  align-items: center;
  text-align: center;
}

.fixbtn ul.layout-flex-3 li {
  width: 33.3333%;
  margin-top: 0;
  padding: 0 !important;
  background: #009fe8;
}

.fixbtn ul.layout-flex-3 li a {
  display: block;
  color: #fff;
/*  padding: 10px 0;*/
}

.fixbtn ul.layout-flex-3 li img {}

/* flex-4 -----------------------------------*/

.fixbtn ul.layout-flex-4 {
  background: #009fe8; /* 一時的に*/
}

.fixbtn ul.layout-flex-4 li {
  width: 25%;
  margin-top: 0;
}

/* flex-5 -----------------------------------*/

.fixbtn ul.layout-flex-5 {}

.fixbtn ul.layout-flex-5 li {
  width: 20%;
  border-right: 1px solid #fff;
  margin-top: 0;
}

