﻿@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
*/

/* =====================================================================
 * SWELL のヘッダー・フッターを非表示（参照元デザインを差し込み）
 * ===================================================================== */
#header,
.l-header,
.l-fixHeader,
.p-spMenu,
#fix_header,
#fixed_nav,
#footer,
.l-footer {
	display: none !important;
}

/* =====================================================================
 * 参照元ヘッダー
 * ===================================================================== */
.ltg-header-wrap,
.ltg-footer-wrap,
#ltg-mobile-nav-wrap {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
}

.ltg-header-wrap {
	position: relative;
	z-index: 1000;
}

.ltg-header-wrap .siteHeader {
	position: relative;
	z-index: 1000;
	width: 100%;
	margin: 0;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	min-height: 46px;
}

.ltg-header-wrap .siteHeadContainer {
	max-width: 1170px;
	margin: 0 auto;
	padding: 5px 15px 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.ltg-header-wrap .navbar-header {
	flex: 0 0 auto;
}

.ltg-header-wrap .siteHeader_logo,
.ltg-header-wrap .navbar-brand {
	display: block;
	margin: 0;
	padding: 5px 0;
	line-height: 1;
}

.ltg-header-wrap .siteHeader_logo a {
	display: block;
	text-decoration: none;
}

.ltg-header-wrap .siteHeader_logo img,
.ltg-header-wrap .navbar-brand img {
	display: block;
	width: auto;
	height: auto;
	max-height: 40px;
}

.ltg-header-wrap .gMenu_outer {
	display: block;
	width: auto;
}

.ltg-header-wrap .gMenu {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	list-style: none;
}

.ltg-header-wrap .gMenu li {
	list-style: none;
	margin: 0;
	position: relative;
}

.ltg-header-wrap .gMenu > li > a {
	display: block;
	padding: 14px 1.35em;
	color: #333;
	text-decoration: none;
	position: relative;
}

.ltg-header-wrap .gMenu > li > a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #2aa3a1;
	transition: width 0.25s ease;
}

.ltg-header-wrap .gMenu > li.current-menu-item > a:after,
.ltg-header-wrap .gMenu > li > a:hover:after {
	width: 100%;
}

.ltg-header-wrap .gMenu_name {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	white-space: nowrap;
}

.ltg-header-wrap .gMenu_description {
	display: none;
}

.ltg-header-wrap .gMenu > li > ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 240px;
	margin: 0;
	padding: 0;
	background: #2aa3a1;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	z-index: 1100;
}

.ltg-header-wrap .gMenu > li:hover > ul.sub-menu {
	display: block;
}

.ltg-header-wrap .gMenu > li > ul.sub-menu li a {
	display: block;
	padding: 12px 1.2em;
	color: #fff;
	background: #2aa3a1;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.ltg-header-wrap .gMenu > li > ul.sub-menu li a:hover {
	background: #239b99;
}

.ltg-header-wrap .gMenu > li > ul.sub-menu li:last-child a {
	border-bottom: 0;
}

/* PC追尾メニュー */
@media (min-width: 992px) {
	.ltg-header-wrap .siteHeader_logo img,
	.ltg-header-wrap .navbar-brand img {
		max-height: 50px;
	}

	body.matsu-header-scrolled .ltg-header-wrap #gMenu_outer {
		position: fixed;
		top: var(--swl-adminbarH, 0);
		left: 0;
		z-index: 1200;
		width: 100%;
		background: #fff;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	}

	body.matsu-header-scrolled .ltg-header-wrap #gMenu_outer nav {
		display: block;
		max-width: 1170px;
		margin: 0 auto;
		padding: 0 15px;
	}

	body.matsu-header-scrolled .ltg-header-wrap .gMenu {
		width: 100%;
	}

	body.matsu-header-scrolled .ltg-header-wrap .gMenu > li {
		flex: 1 1 0;
		text-align: center;
		border-left: 1px solid #f5f5f5;
	}

	body.matsu-header-scrolled .ltg-header-wrap .gMenu > li:last-child {
		border-right: 1px solid #f5f5f5;
	}

	body.matsu-header-scrolled .ltg-header-wrap .navbar-header {
		margin-bottom: 54px;
	}

	#vk-mobile-nav-menu-btn,
	#vk-mobile-nav {
		display: none !important;
	}
}

/* モバイルは参照元と同様にボタン+ドロワー */
@media (max-width: 991px) {
	html.matsu-mobile-nav-open,
	body.matsu-mobile-nav-open {
		overflow: hidden;
	}

	.ltg-header-wrap .siteHeadContainer {
		justify-content: center;
	}

	.ltg-header-wrap .gMenu_outer {
		display: none !important;
	}

	#vk-mobile-nav-menu-btn {
		position: fixed;
		top: 5px;
		left: 5px;
		z-index: 2100;
		display: block !important;
		border: 1px solid #888;
		border-radius: 2px;
		width: 34px;
		height: 34px;
		background: rgba(255, 255, 255, 0.96);
		color: transparent;
		overflow: hidden;
		cursor: pointer;
		text-indent: -9999px;
		transition: border-color 0.2s ease, background-color 0.2s ease;
	}

	#vk-mobile-nav-menu-btn:before,
	#vk-mobile-nav-menu-btn:after {
		content: "";
		position: absolute;
		left: 7px;
		width: 18px;
		height: 2px;
		background: #666;
		transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease, box-shadow 0.2s ease;
	}

	#vk-mobile-nav-menu-btn:before {
		top: 10px;
		box-shadow: 0 6px 0 #666, 0 12px 0 #666;
	}

	#vk-mobile-nav-menu-btn:after {
		top: 16px;
		opacity: 0;
	}

	#vk-mobile-nav-menu-btn.menu-open {
		border-color: rgba(0, 0, 0, 0.7);
		background: rgba(255, 255, 255, 0.98);
	}

	#vk-mobile-nav-menu-btn.menu-open:before {
		top: 16px;
		box-shadow: none;
		transform: rotate(45deg);
	}

	#vk-mobile-nav-menu-btn.menu-open:after {
		opacity: 1;
		transform: rotate(-45deg);
	}

	#vk-mobile-nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2000;
		width: 100%;
		height: 100%;
		padding: 45px 10px;
		overflow-y: auto;
		background: #fff;
		transform: translateX(-100%);
		transition: transform 0.2s ease;
		border-bottom: 1px solid #e5e5e5;
	}

	.admin-bar #vk-mobile-nav-menu-btn {
		top: calc(var(--swl-adminbarH, 32px) + 5px);
	}

	.admin-bar #vk-mobile-nav {
		top: var(--swl-adminbarH, 32px);
		height: calc(100% - var(--swl-adminbarH, 32px));
	}

	#vk-mobile-nav.vk-mobile-nav-open {
		transform: translateX(0);
	}

	#vk-mobile-nav .vk-mobile-nav-menu-outer {
		margin-bottom: 1.5em;
	}

	#vk-mobile-nav nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		border-top: 1px solid #ccc;
	}

	#vk-mobile-nav nav ul li {
		margin: 0;
		position: relative;
		list-style: none;
		line-height: 1.65;
	}

	#vk-mobile-nav nav ul li a {
		display: block;
		padding: 0.72em 0.5em;
		color: #333;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
	}

	#vk-mobile-nav nav ul li li a {
		padding-left: 1.5em;
	}

	#vk-mobile-nav nav ul li li li a {
		padding-left: 2.5em;
	}

	#vk-mobile-nav .matsu-acc-panel {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: max-height 0.25s ease, opacity 0.25s ease;
		border-top: 0;
	}

	#vk-mobile-nav li.matsu-acc-open > .matsu-acc-panel {
		max-height: 1200px;
		opacity: 1;
	}

	#vk-mobile-nav .matsu-acc-btn {
		position: absolute;
		right: 8px;
		top: 8px;
		width: 28px;
		height: 28px;
		border: 1px solid #666;
		border-radius: 2px;
		background: #fff;
		padding: 0;
		cursor: pointer;
	}

	#vk-mobile-nav .matsu-acc-btn:before,
	#vk-mobile-nav .matsu-acc-btn:after {
		content: "";
		position: absolute;
		left: 6px;
		top: 13px;
		width: 14px;
		height: 2px;
		background: #444;
	}

	#vk-mobile-nav .matsu-acc-btn:after {
		transform: rotate(90deg);
		transition: opacity 0.2s ease;
	}

	#vk-mobile-nav li.matsu-acc-open > .matsu-acc-btn:after {
		opacity: 0;
	}

	#vk-mobile-nav .vk-mobile-nav-widget {
		margin-bottom: 1.5em;
	}

	#vk-mobile-nav .vk-mobile-nav-widget ul {
		border-top: 0;
	}

	#vk-mobile-nav .vk-mobile-nav-widget img {
		max-width: 100%;
		height: auto;
	}
}

/* =====================================================================
 * 参照元フッター
 * ===================================================================== */
.ltg-footer-wrap {
	clear: both;
	margin-top: 0;
}

.ltg-footer-wrap .siteFooter {
	border-top: 3px solid #2aa3a1;
	background: #f9f9f9;
}

.ltg-footer-wrap .siteContent_after,
.ltg-footer-wrap .siteFooter .sectionBox {
	padding-top: 2em;
	padding-bottom: 2em;
}

.ltg-footer-wrap .container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.ltg-footer-wrap .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.ltg-footer-wrap [class*="col-"] {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

@media (min-width: 768px) {
	.ltg-footer-wrap .col-md-4 {
		width: 33.3333%;
	}

	.ltg-footer-wrap .col-md-3 {
		width: 25%;
	}

	.ltg-footer-wrap .col-md-6 {
		width: 50%;
	}
}

.ltg-footer-wrap .widget {
	margin-bottom: 25px;
}

.ltg-footer-wrap .widget-title,
.ltg-footer-wrap .subSection-title {
	font-size: 18px;
	margin: 0 0 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	position: relative;
}

.ltg-footer-wrap .widget-title:after,
.ltg-footer-wrap .subSection-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 30%;
	height: 1px;
	background: #2aa3a1;
}

.ltg-footer-wrap a {
	color: #337ab7;
	text-decoration: underline;
}

.ltg-footer-wrap a:hover {
	text-decoration: none;
}

.ltg-footer-wrap .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ltg-footer-wrap .widget li {
	margin: 0;
	list-style: none;
}

.ltg-footer-wrap .widget li > a {
	display: block;
	padding: 10px 0.5em 8px;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: #464646;
}

.ltg-footer-wrap .widget li > a:hover {
	text-decoration: underline;
}

.ltg-footer-wrap .footerMenu {
	padding: 10px 0;
}

.ltg-footer-wrap .footerMenu .nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ltg-footer-wrap .footerMenu .nav li {
	margin: 0;
}

.ltg-footer-wrap .footerMenu .nav a {
	display: block;
	padding: 0 1em;
	text-decoration: none;
	color: #464646;
}

.ltg-footer-wrap .copySection {
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	padding-top: 20px;
	padding-bottom: 20px;
}

.ltg-footer-wrap .copySection p {
	font-size: 12px;
	margin: 0 15px 5px;
}

/* 元サイト子テーマ同様、copySectionの2行目を非表示 */
.ltg-footer-wrap .copySection p:nth-child(2) {
	display: none;
}

.ltg-footer-wrap .btn,
.ltg-footer-wrap .btn-primary {
	display: inline-block;
	padding: 10px 14px;
	border-radius: 4px;
	background: #2aa3a1;
	border: 1px solid #2aa3a1;
	color: #fff;
	text-decoration: none;
}

.ltg-footer-wrap .btn:hover,
.ltg-footer-wrap .btn-primary:hover {
	background: #228a88;
	border-color: #228a88;
	color: #fff;
}

/* =====================================================================
 * SWELL 側レイアウトとの競合回避
 * ===================================================================== */
.w-beforeFooter,
#before_footer_widget {
	margin: 0 !important;
	padding: 0 !important;
}

.p-fixBtnWrap {
	margin: 0 !important;
}

.l-scrollObserver {
	display: none !important;
}

/* =====================================================================
 * 参照元 lightning-child.css から必要な追従スタイル
 * ===================================================================== */
.veu_cta {
	background-image: url("https://www.matsu-shin.com/wp-content/uploads/2016/10/cta_haikei.png");
	background-repeat: no-repeat;
}

.veu_cta h1.cta_title {
	background-color: #2aa3a1;
}

.banner_sp img {
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.banner_sp img {
		display: block;
		margin: 0 auto 15px auto !important;
	}
}

.btn_link {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	border: 1px solid #2aa3a1;
	border-radius: 5px;
	background-color: #edf7ed;
	color: #2aa3a1;
	font-size: 18px;
	font-weight: bold;
}

.btn_link:hover {
	transition: 0.5s;
	opacity: 0.5;
	background-color: #2aa3a1;
	color: #fff;
	text-decoration: none;
}

span.p_small {
	font-size: 9px !important;
}

.mb15 {
	margin-bottom: 15px;
}
