@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;
  }

  /* メインビジュアル */
  .p-mainVisual {
    margin-left: 250px;
  }
  .p-mainVisual__slideTitle {
    margin-left: 0px;
    margin-right: 250px;
  }
/* フッター調整 */
.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;
}

#fix_bottom_menu::before, .c-bannerLink::before, .c-bannerLink__text, .c-filterLayer::after, .c-filterLayer::before, .c-filterLayer__img, .c-gnav .sub-menu a::after, .c-infoBar::before, .c-mvBtn__btn::before, .l-fixHeader::before, .p-postSlider::before, .p-spMenu__inner::before, .post_content .td_to_th_ tbody tr>:first-child::before, .post_content tbody th::before, .swell-block-fullWide .__parallaxLayer, .swell-block-fullWide.has-bg-img::before, [data-type=type1] .p-blogCard__inner::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 87%;
    height: 100%;
    content: "";
	}
	.pd-lr-70 {
padding-left: 80px;
padding-right: 80px;
}

.swell-block-fullWide.has-bg-img::before {
    margin-left: 125px;

	}}
@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;
}}

