@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ここからヘッダー */
/* ヘッダーのスクロールあり */
@media (min-width: 1025px) {
  .l-header {
    width: 250px;
    height: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    background-color: white;
    position: fixed;
    z-index: 100;
    overflow-y: auto;
    -ms-overflow-style: none;
  }
  .l-header-in {
    margin: 10px 40px 25px;
  }
  .l-header::-webkit-scrollbar {
    width: 0px;
  }

  /* ヘッダー */
  #header {
    z-index: 103;
    background-color: #a40;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  }
  #header::after {
    content: "";
    display: block;
    clear: both;
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  /* ロゴ */
  .l-header__inner,
  .l-header__logo,
  .c-gnav {
    display: block !important;
  }

  .l-header__logo {
    width: 230px;
    margin: 30px auto 30px !important;
  }
  .l-header__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-gnav {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .l-header__gnav {
    margin: 30px 0 30px;
  }
  .logo a {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-headLogo img {
    width: 230px;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .logo img:hover {
    opacity: 0.8;
  }
  /* グローバルメニュー */
  .global-nav {
    padding: 10px 40px 15px;
  }
  .global-nav::after {
    content: "";
    display: block;
    clear: both;
  }
  .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .menu::after {
    content: "";
    display: block;
    clear: both;
  }
  .menu-item {
    box-sizing: border-box;
    white-space: nowrap;
    margin: 20px 0 8px;
  }
  .menu-item a .menu-item_sub {
    font-size: 11px;
    color: #f3cf1f;
  }
  .menu-item a:hover {
    color: #9b6201;
  }
  .c-gnav > .menu-item > .sub-menu {
    left: 150%;
    background-color: #a40;
    color: #fff;
  }
  /* メインビジュアル */
  .p-mainVisual {
    margin-left: 250px;
  }
  .p-mainVisual__slideTitle {
    margin-left: 0px;
    /*     margin-right: 250px; */
  }
  .p-mainVisual__textLayer {
    left: 47.5% !important;
  }
  /* フッター調整 */
  .l-footer {
    margin-left: 250px;
  }
  /* ぱんくず */
  .p-breadcrumb {
    margin-left: 250px;
  }

  /* 固定ページのタイトル背景の調整 */
  #top_title_area {
    margin-left: 250px;
  }

  /* メインコンテンツの位置調整 */

  .l-mainContent__inner {
    margin-left: 250px;
  }

  .l-header__inner .pc_ {
    width: 150px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .top-c-mvBtn {
    position: relative;
    display: block;
    margin: 0 auto 0;
    text-align: center;
  }

  .p-mainVisual {
    position: relative;
    width: calc(100% - 180px) !important;
    overflow: hidden;
  }
  .pd-lr-70 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .c-infoBar {
    position: relative;
    width: calc(100% - 250px) !important;
    overflow: hidden;
    margin-left: 250px;
  }
}
@media (max-width: 1024px) {
  .pc_,
  .pc_only {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .sp_,
  .sp_only {
    display: block !important;
    margin-top: 15px;
  }
  .p-spMenu {
    display: block;
  }
}
@media (min-width: 1025px) {
  .sp_,
  .sp_only {
    display: none !important;
    margin-top: 0;
  }
  .p-spMenu {
    display: none;
  }
}

/* スマホ用の改行 */
.sp-br {
  display: inline-block;
}

/* 松永　追加 */
div#content {
    margin-bottom: 0;
}
