@charset "UTF-8";

/*
■ 汎用

■ TOPページ
■ 汎用パーツ
■ 汎用ライブラリ1

■ JSライブラリ
*/



/* ■ テスト ==================================================================================== */

.PanelMenuTest a:link {
transition: color 0.2s ease 0.01s, background-color 0.2s ease 0.01s, opacity 0.2s ease 0.01s;
}

.PanelMenuTest a:hover {
opacity: 0.8;
}




/* ■ 汎用 ==================================================================================== */

/*
ニュース
Q&A
*/


/* ニュース --------------------------------------------------- */

.NewsUnit dl {
border-bottom: 1px solid var(--color-sub5);
}

.NewsUnit dt {
display: flex;
align-items: center;
width: 22rem;
}

@media only screen and (max-width: 767px) {

	.NewsUnit {
	margin-top: 1rem;
	}

	.NewsUnit dl {
	padding: 1rem 0;
	}

	.NewsUnit dd {
	margin-top: 0.25rem;
	}

	.NewsUnit .Icon {
	min-width: 8rem;
	margin-left: 0.75rem;
	margin-top: -0.2rem;
	padding: 0.3rem 1rem;
	font-size: 1.2rem;
	}

}

@media print, screen and (min-width: 768px) {

	.NewsUnit dl {
	padding: 2rem 0;
	}

	.NewsUnit dt {
	display: flex;
	align-items: center;
	width: 22rem;
	}

	.NewsUnit .Icon {
	min-width: 8rem;
	margin-left: 1rem;
	padding: 0.3rem 1rem;
	font-size: 1.3rem;
	}

}


/* Q&A --------------------------------------------------- */

.QA {
margin-top: var(--gap-int);
}

.QA_Unit {
border: 1px solid var(--color-sub4);
}

.QA_Q {
font-weight: 700;
}

.QA_Q.Current {
background-color:  var(--color-sub5); 
}

@media only screen and (max-width: 767px) {

	.QA_Unit {
	margin-top: 1rem;
	}

	.QA_Q {
	padding: 1.5rem 4rem 1.5rem 1.5rem;
	line-height: 1.7;
	}

	.QA_A {
	padding: 1.5rem 1.5rem;
	line-height: 1.7;
	}

}

@media print, screen and (min-width: 768px) {

	.QA_Unit {
	margin-top: 1rem;
	}

	.QA_Q {
	padding: 2rem 6rem 2rem 2rem;
	line-height: 1.8;
	}

	.QA_A {
	padding: 2rem 2rem;
	line-height: 1.8;
	}

}



/* ■ TOPページ ==================================================================================== */

@media only screen and (max-width: 767px) {

	#ContentsTop {
	padding-bottom: 3rem;
	}

}

@media print, screen and (min-width: 768px) {

	#ContentsTop {
	padding-bottom: 8rem;
	}

}

.PanelMenu {
margin-top: 4rem;
}

.PanelMenu .ColItem {
padding: 2rem;
border: 1px solid var(--color-sub4);
line-height: 1.8;
}

.PanelMenu .ColItem {
display: flex;
flex-direction: column;
}

.PanelMenu .Lead1 {
font-weight: 700;
}

.PanelMenu .Lead2 {
margin-top: 1rem;
}

.PanelMenu .Btn {
margin-top: auto;
padding-top: 2rem;
}



/* ■ 汎用パーツ ==================================================================================== */

/*
カラム
記述リスト
ボタン
検索窓
*/


/* カラム --------------------------------------------------- */

#col1 .ColItem,
#col2 .ColItem {
padding: 2rem;
border: 1px solid var(--color-sub4);
line-height: 1.8;
}


/* 記述リスト --------------------------------------------------- */

#dlh .DLHori dl {
border-bottom: 1px solid var(--color-sub5);
}

#dlh .DLHori dt {
width: 13rem;
}

#dlv .DLVert dl {
border-bottom: 1px solid var(--color-sub5);
}

@media only screen and (max-width: 767px) {

	#dlh .DLHori dl {
	padding: 1rem 0;
	}

	#dlv .DLVert dl {
	padding: 1rem 0;
	}

}

@media print, screen and (min-width: 768px) {

	#dlh .DLHori dl {
	padding: 2rem 0;
	}

	#dlv .DLVert dl {
	padding: 2rem 0;
	}

}


/* ボタン --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#btn .Note {
	display: block;
	font-size: 1.4rem;
	}

}

@media print, screen and (min-width: 768px) {

}


/* 検索窓 --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.SearchBox {
	margin-top: var(--gap-int);
	}

}

@media print, screen and (min-width: 768px) {

	.SearchBox {
	margin-top: var(--gap-int);
	}

}



/* ■ 汎用ライブラリ1 ==================================================================================== */

/*
モーダル1
タブメニュー
ソートメニュー
*/


/* モーダル1 --------------------------------------------------- */

.SampleFullScreen {
display: none;
}

.SampleFullScreen_In {
padding-top: 3rem;
padding-bottom: 3rem;
}


/* タブメニュー --------------------------------------------------- */

.TabContent {
display: none;
}

.TabContent.Current {
display: block;
}

/* タブ */
.TabMenuList {
display: flex;
margin-top: var(--gap-int);
border-bottom: 1px solid var(--color-sub4);
}

.TabMenuList li {
margin-right: 0.2rem;
}

.TabMenuList a {
display: block;
border: 1px solid var(--color-sub4);
border-bottom: none;
border-radius: 0.5rem 0.5rem 0 0;
color: #000;
}

.TabMenuList a.Current {
background-color: var(--color-sub5);
}

/* コンテンツ */
.TabContentsList {
margin-top: var(--gap-int);
}

@media only screen and (max-width: 767px) {

	/* タブ */
	.TabMenuList a {
	padding: 1.25rem 1rem;
	}

}

@media print, screen and (min-width: 768px) {

	/* タブ */
	.TabMenuList a {
	padding: 1rem 1rem;
	}

}


/* ソートメニュー --------------------------------------------------- */

/* タグ */
.SortMenuList {
display: flex;
flex-wrap: wrap;
margin-top: var(--gap-int);
}

.SortMenuList li {
margin-right: 0.5rem;
margin-bottom: 0.5rem;
}

.SortMenuList a {
display: block;
border: 1px solid var(--color-sub4);
border-radius: 100vh;
color: #000;
}

.SortMenuList a.Current {
background-color: var(--color-sub5);
}

/* コンテンツ */
.SortContentsList {
margin-top: var(--gap-int);
}

.SortContentsList li {
border: 1px solid var(--color-sub4);
}

@media only screen and (max-width: 767px) {

	/* タブ */
	.SortMenuList a {
	padding: 1rem 2rem;
	}

	/* コンテンツ */
	.SortContentsList li {
	padding: 1.5rem 1.5rem;
	line-height: 1.6;
	}

}

@media print, screen and (min-width: 768px) {

	/* タブ */
	.SortMenuList a {
	padding: 1rem 2rem;
	}

	/* コンテンツ */
	.SortContentsList li {
	padding: 2rem 2rem;
	line-height: 1.8;
	}

}



/* ■ JSライブラリ ==================================================================================== */

/*
slick
Modaal
Googleカレンダー埋め込み（FullCalendar）
*/


/* slick カスタマイズ --------------------------------------------------- */

/* 読み込み時のレイアウトずれ対策 */
.Slider > li:not(:first-child) {
display: none;
}

/* 前後ボタン */
.slick-prev,
.slick-next {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 10;
border-radius: 100vh;
text-indent: -9999px;
background-color: rgba(0,0,0,0.5);
cursor: pointer;
}

.slick-prev-arrow,
.slick-next-arrow {
display: block;
border-color: #fff;
border-top-style: solid;
border-right-style: solid;
}

.slick-prev-arrow {
transform: rotate(225deg);
}

.slick-next-arrow {
transform: rotate(45deg);
}

.slick-disabled {
opacity: 0.2;
cursor: default;
}

/* ページネーション */
.slick-dots {
display: block;
position: absolute;
width: 100%;
text-align: center;
}

.slick-dots li {
display: inline-block;
position: relative;
border: 1px solid #c7c7c7;
border-radius: 100vh;
text-indent: -9999px;
cursor: pointer;
}

@media only screen and (max-width: 767px) {

	.Slider {
	margin-top: var(--gap-int);
	margin-bottom: 6rem;
	}

	/* スライド間の余白：centerModeを使用する場合 */
	.Slider .slick-slide {
	margin: 0 0.2rem;
	}

	/* 前後ボタン */
	.slick-prev,
	.slick-next {
	bottom: -4rem;
	width: 3rem;
	height: 3rem;
	margin-top: -1.5rem;
	}

	.slick-prev {
	left: 0;
	padding-left: 0.5rem;
	}

	.slick-next {
	right: 0;
	padding-right: 0.5rem;
	}

	.slick-prev-arrow,
	.slick-next-arrow {
	width: 1rem;
	height: 1rem;
	border-top-width: 1px;
	border-right-width: 1px;
	}

	/* ページネーション */
	.slick-dots {
	bottom: -3.75rem;
	}

	.slick-dots li {
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	}

	.slick-dots .slick-active {
	background-color: #c7c7c7;
	}

}

@media print, screen and (min-width: 768px) {

	.Slider {
	margin-top: var(--gap-int);
	}

	/* 前後ボタン */
	.slick-prev,
	.slick-next {
	top: 50%;
	width: 6rem;
	height: 6rem;
	margin-top: -3rem;
	}

	.slick-prev {
	left: 2rem;
	padding-left: 1rem;
	}

	.slick-next {
	right: 2rem;
	padding-right: 1rem;
	}

	.slick-prev-arrow,
	.slick-next-arrow {
	width: 2rem;
	height: 2rem;
	border-top-width: 2px;
	border-right-width: 2px;
	}

	/* ページネーション */
	.slick-dots {
	bottom: 2rem;
	}

	.slick-dots li {
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	}

	.slick-dots .slick-active {
	background-color: #fff;
	}

}


/* Modaal カスタマイズ --------------------------------------------------- */

/*
種類別class名
modaal-inline, modaal-image, modaal-video, modaal-ajax, modaal-confirm, modaal-iframe
modaal-fullscreen
*/

/* オーバーレイ */
.modaal-overlay {
z-index: 10000;
background-color: rgba(0,0,0,0.6) !important;
}

/* モーダル全体の囲み */
.modaal-wrapper {
z-index: 10001;
}

/* 画像：横幅 */
.modaal-image .modaal-container,
.modaal-image .modaal-container img {
max-width: 100rem !important;
}

/* 動画：横幅 */
.modaal-video-wrap {
max-width: 100rem;
margin: 0 auto;
}

/* 動画：調整（display: tableによる不要な上下の余白を解消） */
.modaal-video .modaal-outer-wrapper {
display: flex;
align-items: center;
}

.modaal-video .modaal-inner-wrapper {
height: auto;
}

/* 動画：調整（左右の背景を押しても閉じないバグを解消） */
.modaal-video-container {
max-width: 100%;
padding-top: 56.25%;
padding-bottom: 0;
}

/* 閉じるボタン */
.modaal-close {
background-color: #fff !important;
}

.modaal-fullscreen .modaal-close {
background-color: #000 !important;
}

.modaal-close::before,
.modaal-close::after,
.modaal-close:focus::before,
.modaal-close:focus::after,
.modaal-close:hover::before,
.modaal-close:hover::after {
background-color: #000 !important;
}

.modaal-fullscreen .modaal-close::before,
.modaal-fullscreen .modaal-close::after,
.modaal-fullscreen .modaal-close:focus::before,
.modaal-fullscreen .modaal-close:focus::after,
.modaal-fullscreen .modaal-close:hover::before,
.modaal-fullscreen .modaal-close:hover::after {
background-color: #fff !important;
}

@media only screen and (max-width: 767px) {

	/* コンテンツ領域のpadding */
	.modaal-content-container {
	padding: 2rem;
	}

	/* inlineとAjaxの高さ */
	.modaal-inline:not(.modaal-fullscreen) .modaal-content-container,
	.modaal-ajax .modaal-content-container {
	height: 50rem;
	overflow: scroll;
	}

}

@media print, screen and (min-width: 768px) {

	/* inlineとAjaxの横幅と高さ */
	.modaal-inline:not(.modaal-fullscreen) .modaal-content-container,
	.modaal-ajax:not(.modaal-fullscreen) .modaal-content-container {
	max-width: 100rem;
	height: 60rem;
	overflow: scroll;
	}

}

@media print, screen and (max-height: 700px) {

	/* inlineとAjaxの横幅と高さ */
	.modaal-inline:not(.modaal-fullscreen) .modaal-content-container,
	.modaal-ajax:not(.modaal-fullscreen) .modaal-content-container {
	height: 50rem;
	}

}


/* Googleカレンダー埋め込み（FullCalendar） --------------------------------------------------- */

/* ツールバー */
.fc-toolbar {
margin-bottom: 1rem !important;
}

/* 今月・前月・次月 ボタン */
.fc-state-default {
font-size: 1.4rem !important;
border-color: #d5d5d5 !important;
text-shadow: none !important;
background-color: #f8f8f8 !important;
background-image: none !important;
box-shadow: none !important;
}

.fc-icon-left-single-arrow,
.fc-icon-right-single-arrow {
padding: 0 1rem;
}

.fc-icon-left-single-arrow::after,
.fc-icon-right-single-arrow::after {
display: block;
position: absolute;
left: 50%;
top: 50%;
width: 1rem;
height: 1rem;
margin-top: -0.5rem;
border-top: solid 2px;
border-right: solid 2px;
border-color: #000;
content: "" !important;
}

.fc-icon-left-single-arrow::after {
margin-left: -0.25rem;
transform: rotate(225deg);
}

.fc-icon-right-single-arrow::after {
margin-left: -0.75rem;
transform: rotate(45deg);
}

.fc-state-disabled {
opacity: 0.4 !important;
}

/* ボーダーカラー */
.fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed hr, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
border-color: #e6e6e6;
}

/* 今日 */
.fc-unthemed .fc-today {
font-weight: bold;
background: transparent !important;
}

/* 曜日 */
.fc-day-header {
background: #f8f8f8;
}

/* 土曜日 */
.fc-sat {
/* color: #0c8aff; */
background: #f7fbff;
}

.fc-day-header.fc-sat {
background: #e0f0ff;
}

/* 日曜日 */
.fc-sun {
/* color: #ff424c; */
background: #fff8f8;
}

.fc-day-header.fc-sun {
background: #ffe9ea;
}

/* 日付 */
.fc-ltr .fc-basic-view .fc-day-number {
padding-left: 0.5rem;
padding-top: 0.5rem;
text-align: left !important;
}

/* イベント */
.fc-event {
border: none !important;
background: #efa900 !important;
}

.fc-content {
margin-top: 0.4rem;
text-align: center;
color: #fff;
}

/* 祝日 */
.GoogleCalendar_Holiday {
border-color: #e6e6e6 !important;
font-size: 0.8rem !important;
background: #fff8f8 !important;
opacity: 1 !important;
}

.GoogleCalendar_Holiday .fc-content {
color: #cc0000 !important;
}

/* レイアウト */
.GoogleCalendar {
display: grid;
gap: 2rem;
}

@media only screen and (max-width: 767px) {

	/* フォントサイズ */
	.fc table {
	font-size: 1.3rem !important;
	}

	/* 年月 */
	.fc-toolbar h2 {
	padding-top: 0.75rem;
	font-size: 1.6rem !important;
	}

	/* 曜日 */
	.fc-day-header {
	font-size: 1.2rem !important;
	padding-top: 0.4rem !important;
	padding-bottom: 0.4rem !important;
	}

}

@media print, screen and (min-width: 768px) {

	/* フォントサイズ */
	.fc table {
	font-size: 1.5rem !important;
	}

	/* 年月 */
	.fc-toolbar h2 {
	padding-top: 0.6rem;
	font-size: 1.8rem !important;
	}

	/* 曜日 */
	.fc-day-header {
	font-size: 1.4rem !important;
	padding-top: 0.6rem !important;
	padding-bottom: 0.6rem !important;
	}

	/* レイアウト */
	.GoogleCalendar {
	grid-template-columns: repeat(2, 1fr);
	}

}