@charset "utf-8";

.header {
    background: rgba(255, 255, 255, .45);
}

.header-frame {
	display: none !important;
}

.in-header-frame {
	display: flex !important;
}

body {
    overflow-x: hidden;
}

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

p > a, label > a {
	color: inherit;
	text-decoration: underline;
}

p > a:hover, label > a:hover {
	color: inherit;
}

a, button {
	transition: .3s;
}

.br-none br {
	display: none;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.w-fit-content {
    width: fit-content;
}

.js-tel-link {
	color: inherit;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.in-title01 {
  	font-family: var(--font-family02);
  	font-size: 34px;
  	letter-spacing: 0.05em;
  	line-height: 1.43em;
}

.in-title02 {
  	font-family: var(--font-family02);
  	font-size: 28px;
  	letter-spacing: 0.05em;
  	line-height: 1.43em;
}

.in-title03 {
  	font-family: var(--font-family02);
  	font-size: 23px;
  	letter-spacing: 0.05em;
  	line-height: 1.43em;
}

.in-title04 {
  	font-family: var(--font-family02);
  	font-size: 18px;
  	letter-spacing: 0.05em;
  	line-height: 1.43em;
}

.in-title-decoration01 {
    display: inline-block;
    border-bottom: solid 1px;
    padding: 0 0 10px;
}

/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

.in-text01 {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2em;
}

/*-----------------------------------------------------------
画像
-----------------------------------------------------------*/

.img-control {
	height: 0;
	position: relative;
	padding: 0 0 100%;
}

.img-control > img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.img-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------------
スライダー
-----------------------------------------------------------*/

.swiper + .swiper {
	margin: 10px auto 0;
}

.thumbnail-slider-item {
	cursor: pointer;
	transition: .3s;
}

.thumbnail-slider-item:hover {
	filter: brightness(0.5);
}

.swiper-slide-thumb-active {
	filter: brightness(0.5);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--white);
	text-shadow: 0 0 3px #000;
	transition: .3s;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    opacity: .6;
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover {
	max-width: 1920px;
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
	overflow: hidden;
}

.in-cover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--dark);
    opacity: 0.6;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.in-cover-box {
	max-width: 1370px;
	width: 100%;
	color: var(--white);
	padding: 0 15px;
	margin: auto;
	position: relative;
	z-index: 9;
}

.in-cover-title {
	display: inline-block;
	font-family: var(--font-family02);
	font-size: 30px;
	font-weight: 500;
	line-height: 1.45em;
	letter-spacing: 0.05em;
	border-bottom: solid 1px;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadcrumbs-wrapper {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.45em;
	color: inherit;
	padding: 20px 0;
}

.breadcrumbs-inner {
	max-width: 1370px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 15px;
	margin: auto;
}

.breadcrumbs-link {
	display: block;
	color: inherit;
	text-decoration: underline;
}

.breadcrumbs-arrow {
	margin: 0 10px;
}

.breadcrumbs-link:hover {
	text-decoration: none;
	color: inherit;
}

/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.wrapper {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.inner {
	max-width: 1370px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
	position: relative;
}

.inner-large {
    max-width: 1850px;
}

.inner-fluid {
    max-width: 100%;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table {
	width: 100%;
	font-weight: normal;
	line-height: 1.33em;
	background: var(--white);
	border: solid 1px var(--grey);
	border-bottom: 0;
}

.base-table-tr {
	border-bottom: solid 1px var(--grey);
}

.base-table-tr:not(:last-child) {
	border-bottom: solid 1px var(--grey);
}

.base-table-th {
	display: flex;
	align-items: center;
	background: var(--primary);
	color: var(--white);
	font-weight: 500;
	padding: 15px;
}

.base-table-td {
	padding: 15px;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination {
	width: 100%;
}

.webgene-pagination > ul{
	padding: 0;
	display: flex;
	justify-content: center;
}

.webgene-pagination > ul > li{
	display: flex;
}

.webgene-pagination > ul > li{
	margin: 40px 10px 0;
	height: 30px;
	width:100%;
	max-width: 30px;
	line-height: 1em;
	letter-spacing: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 30px;
	width: 30px;
	border: solid 1px var(--primary);
	background: var(--primary);
	color: var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
}

.webgene-pagination > ul > li > a:hover{
	text-decoration: none;
	background: var(--white);
	color: var(--primary);
}

.webgene-pagination > ul > li.selected > a{
	background: var(--white);
	color: var(--primary);
	cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover{
	background: var(--white);
	color: var(--primary);
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	position: relative;
	height: 30px;
	width: 30px;
	border: 0;
	background: unset;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
	background-color: var(--white);
}

.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
	content: "";
	display: block;
	transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	border-bottom: solid 2px var(--primary);
	border-left: solid 2px var(--primary);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
}

.webgene-pagination>ul>.prev>a:hover:before {
	border-bottom: solid 2px var(--primary);
	border-left: solid 2px var(--primary);
	opacity: 0.65;
}

.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	border-top: solid 2px var(--primary);
	border-right: solid 2px var(--primary);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
}

.webgene-pagination>ul>.next>a:hover:before {
	border-top: solid 2px var(--primary);
	border-right: solid 2px var(--primary);
	opacity: 0.65;
}

.dtlPager {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
	color: #333;
	font-size: 14px;
}

/*-----------------------------------------------------------
共通リンクパーツ
-----------------------------------------------------------*/

.common-link-area {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 40px;
}

.common-link-block {
    max-width: 800px;
	width: 100%;
	margin: auto;
}

.common-link {
    display: block;
    padding: 80px 15px;
    position: relative;
}

.common-link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--dark);
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transition: 0.3s;
}

.common-link-inner {
    color: var(--white);
    text-align: center;
    position: relative;
}

.common-link:hover:before {
    opacity: 0.8;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:375px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-576-none br {
	display: none;
}

.br-576-block br {
	display: block;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-768-none br {
	display: none;
}

.br-768-block br {
	display: block;
}
  
/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.in-title01 {
	font-size: 38px;
}

.in-title02 {
	font-size: 44px;
}

.in-title03 {
	font-size: 34px;
}

.in-title03 {
	font-size: 22px;
}

/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

.in-text01 {
    font-size: 16px;
}
	
/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover-title {
    font-size: 40px;
}
	
/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.wrapper {
	padding: 100px 0;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table-th {
	justify-content: center;
	padding: 25px;
}

.base-table-td {
	padding: 25px;
}

/*-----------------------------------------------------------
共通リンクパーツ
-----------------------------------------------------------*/

.common-link-area {
    grid-template-columns: repeat(2,1fr);
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-1024-none br {
	display: none;
}

.br-1024-block br {
	display: block;
}
  
/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.in-title01 {
	font-size: 48px;
}

.in-title02 {
	font-size: 36px;
}

.in-title03 {
	font-size: 32px;
}

.in-title04 {
	font-size: 24px;
}

/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

.in-text01 {
    font-size: 18px;
}
	
/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover {
	height: 450px;
}

.in-cover-title {
    font-size: 50px;
}	

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadcrumbs-wrapper {
	font-size: 14px;
	padding: 30px 0;
}

/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.wrapper {
	padding: 130px 0;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination > ul > li{
	margin: 80px 10px 0;
}

/*-----------------------------------------------------------
共通リンクパーツ
-----------------------------------------------------------*/

.common-link-area {
    gap: 60px;
}

.common-link {
    padding: 120px 15px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-1200-none br {
	display: none;
}

.br-1200-block br {
	display: block;
}
  
.reserve-category-btn {
	font-size: 16px !important;  
}
  
  .course-text-block {
    padding: 50px !important;
  }
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1400px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-1400-none br {
	display: none;
}

.br-1400-block br {
	display: block;
}
  
/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.in-title01 {
	font-size: 64px;
}

.in-title02 {
	font-size: 48px;
}

.in-title03 {
	font-size: 40px;
}

.in-title04 {
	font-size: 26px;
}
  
.reserve-category-btn {
	font-size: 18px !important;  
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1800px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-1800-none br {
	display: none;
}

.br-1800-block br {
	display: block;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1800px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */