@charset "utf-8";

/*-----------------------------------------------------------
カスタムプロパティ
-----------------------------------------------------------*/

:root {
	/* color */
	--primary: #CBBB94;
  	--secondary: #D48C33;
  	--tertiary: #4A3A2A;
	--tertiary-light: #6C5E4F;
  	--quaternary: #F2EEE4;
	--white: #fff;
	--dark: #322821;
	--gray: #B7AFA3;

	/* font family */
	--base-font: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	--font-family01: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  	--font-family02: "Jost", sans-serif;
}

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

body {
	max-width: 1920px;
	width: 100%;
	margin: auto !important;
	font-family: var(--base-font);
	font-size: 14px;
	font-weight: 500;
	word-break: break-all;
	background: url(/system_panel/uploads/images/main_bg.jpg) repeat-y center top;
	color: var(--dark);
	position: relative;
	overflow-x: hidden;
}

body .wow {
	opacity: 0;
}

body.active .wow {
	opacity: 1;
}

#root {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

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,js-tel-link:hover {
	color: inherit;
}

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

.en-title01 {
    font-family: var(--font-family02);
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.en-title02 {
    font-family: var(--font-family02);
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.en-title03 {
    font-family: var(--font-family02);
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.en-title04 {
    font-family: var(--font-family02);
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.title01 {
    font-family: var(--font-family01);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.45em;
}

.title02 {
    font-family: var(--font-family01);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.46em;
}

.title03 {
    font-family: var(--font-family01);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.46em;
}

.sub-title01 {
    font-family: var(--font-family01);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.66em;
}

.title-decoration01 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
}

.title-decoration01:before, .title-decoration01:after {
    content: "";
    display: block;
    flex: 1;
    border-bottom: solid 1px;
    margin: 0 0 0.2em;
}

.title-decoration01:before {
    margin-right: 0.6em;
}

.title-decoration01:after {
    margin-left: 0.6em;
}

.title-decoration01-parts {
    max-width: 30px;
    width: 100%;
}

.title-decoration02 {
    border-bottom: solid 1px;
    padding: 0 15px 15px;
}

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

.text01 {
    line-height:  2.77em;
    letter-spacing: 0.03em;
}

.text02 {
    line-height: 1.666em;
    letter-spacing: 0.03em;
}

.text-vertical {
    writing-mode: vertical-rl;
}

.text-emphas01 > span {
    font-size: 1.25em;
    letter-spacing: 0.03em;
}

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

.btn01 {
    max-width: 260px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.44em;
    letter-spacing: 0.03em;
    padding: 22px 10px;
}

.btn01-secondary {
    background: var(--secondary);
    color: var(--quaternary);
}

.btn01-secondary:hover {
    background: var(--dark);
    color: var(--quaternary);
}

.btn02 {
    display: block;
    width: fit-content;
    font-family: var(--font-family02);
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.45em;
    color: transparent;
    padding: 0 0 8px;
    position: relative;
    overflow: hidden;
    transition: text-shadow 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.btn02:before, .btn02:after {
    content: "";
    display: block;
    border-bottom: solid 2px;
    position: absolute;
    width: 100%;
    bottom: 2px;
    transition: 0.5s;
}

.btn02:before {
    left: calc(-100% - 10px);
}

.btn02:after {
    left: 0;
}

.btn02:hover {
    color: transparent;
}

.btn02:hover:before {
    left: 0;
}

.btn02:hover:after {
    left: calc(100% + 10px);
}

.btn02-quaternary {
    text-shadow: 0 2em 0 var(--quaternary), 0 0 0 var(--quaternary);
}

.btn02-quaternary:before, .btn02-quaternary:after {
    border-color: var(--quaternary);
}

.btn02-quaternary:hover {
    text-shadow: 0 0 0 var(--quaternary), 0 -2em 0 var(--quaternary);
}

.btn02-dark {
    text-shadow: 0 2em 0 var(--dark), 0 0 0 var(--dark);
}

.btn02-dark:before, .btn02-dark:after {
    border-color: var(--dark);
}

.btn02-dark:hover {
    text-shadow: 0 0 0 var(--dark), 0 -2em 0 var(--dark);
}

.btn03 {
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.44em;
    letter-spacing: 0.03em;
    border: solid 1px;
    padding: 16px 10px;
}

.btn03-tertiary {
    border-color: var(--tertiary);
    color: var(--tertiary);
}

.btn03-tertiary:hover {
    background: var(--tertiary);
    color: var(--quaternary);
}

/*-----------------------------------------------------------
フォント
-----------------------------------------------------------*/

.font-family01 {
	font-family: var(--font-family01);
}

.font-family02 {
	font-family: var(--font-family02);
}

/*-----------------------------------------------------------
背景色
-----------------------------------------------------------*/

.bg-primary {
	background-color: var(--primary) !important;
}

.bg-secondary {
	background-color: var(--secondary) !important;
}

.bg-tertiary {
	background-color: var(--tertiary) !important;
}

.bg-quaternary {
	background-color: var(--quaternary) !important;
}

.bg-dark {
	background-color: var(--dark) !important;
}

.bg-white {
	background-color: var(--white) !important;
}

.bg-gray {
	background-color: var(--gray) !important;
}

/*-----------------------------------------------------------
背景色
-----------------------------------------------------------*/

.bg01 {
	background-image: url(/system_panel/uploads/images/bg01.jpg);
  	background-position: center top;
}

.bg02 {
	background-image: url(/system_panel/uploads/images/bg02.jpg);
  	background-position: center top;
}

.bg03 {
	background-image: url(/system_panel/uploads/images/bg03.jpg);
  	background-position: center top;
}

.bg04 {
	background-image: url(/system_panel/uploads/images/bg04.png);
  	background-position: center top;
}

.bg05 {
	background-image: url(/system_panel/uploads/images/bg05.png);
  	background-position: center top;
}

/*-----------------------------------------------------------
文字色
-----------------------------------------------------------*/

.color-primary {
	color: var(--primary);
}

.color-secondary {
	color: var(--secondary);
}

.color-tertiary {
	color: var(--tertiary);
}

.color-quaternary {
	color: var(--quaternary);
}

.color-dark {
	color: var(--dark);
}

.color-white {
	color: var(--white);
}

.color-gray {
	color: var(--gray);
}

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

.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%;
}

.img-shadow01 {
    filter: drop-shadow(10px 10px 5px rgb(74 58 42 / 15%));
}

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

.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: rgba(36,24,13,0.6);
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

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

.in-cover-title {
	font-family: var(--font-family02);
	font-size: 28px;
	font-weight: normal;
	line-height: 1.45em;
	letter-spacing: 0.08em;
	margin: auto;
}

.in-cover-sub-title {
    font-family: var(--font-family01);
    font-size: 18px;
    letter-spacing: 0.05em;
}

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

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

.breadcrumbs-inner {
	max-width: 1650px;
	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: 100px 0;
	position: relative;
}

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

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

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

.base-table {
	max-width: 1200px;
	width: 100%;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	background: var(--quaternary);
	color: var(--dark);
	border: solid 1px var(--gray);
}

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

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

.base-table-th {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-weight: bold;
	background: var(--tertiary);
	color: var(--white);
}

.base-table-th + .base-table-th {
	border-left: solid 1px var(--gray);
}

.base-table-td + .base-table-td {
	border-left: solid 1px var(--gray);
}

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

.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: 40px;
	width:100%;
	max-width: 40px;
	font-family: var(--font-family02);
	line-height: 1em;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

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

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

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

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

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

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

.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(--white);
	border-left: solid 2px var(--white);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	left: 15px;
	top: 50%;
}

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

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

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

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

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

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

.header {
    z-index: 999;
}

.header-nav-link:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: var(--dark);
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transition: .3s;
}

.header-nav-link:hover:before {
    width: 100%;
}

.header-nav-single {
    padding-right: 20px;
    position: relative;
}

.header-nav-single-icon {
    max-width: 15px;
    width: 100%;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header-nav-single-icon:before ,.header-nav-single-icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--dark);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}

.header-nav-single-icon:after {
    transform: rotate(90deg);
}

.header-nav-single:hover .header-nav-single-icon:before {
    transform: rotate(360deg);
}

.header-nav-single:hover .header-nav-single-icon:after {
    transform: rotate(360deg);
}

.header-nav-second {
  width: 164px;
  background-color: var(--tertiary);
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}

.header-nav-second-inner {
    border-left: solid 1px var(--tertiary-light);
    padding: 0 0 0 20px;
}

.header-nav-second-link {
    display: block;
    font-family: var(--font-family02);
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.44em;
    color: var(--white);
}

.header-nav-second-link:not(:first-child) {
    margin: 10px 0 0;
}

.header-nav-second-link:hover {
	color: var(--tertiary-light);
}

.header-nav-single:hover .header-nav-second {
  opacity: 1;
  visibility: visible;
}

/*スクロール時*/

.header.is-scroll {
    background: url(/system_panel/uploads/images/header_scroll_bg.jpg) center top / cover;
    position: fixed;
}

.is-scroll .header-inner {
    padding: 10px 15px;
}

.is-scroll .header-logo {
    max-width: 110px;
}

/*ハンバーガー*/

.hamburger-btn {
    max-width: 70px;
    width: 100%;
    height: 70px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    z-index: 9999999;
    margin: 0 0 0 4.16%;
}

.hamburger-btn:hover {
    opacity: 0.65;
}

.hamburger-btn-bar {
    width: 100%;
    height: 25px;
    position: relative;
}

.hamburger-btn-bar > div {
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background: var(--dark);
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    transition: .5s;
}

.hamburger-btn-bar > div:nth-child(1) {
    top: 0;
}

.hamburger-btn-bar > div:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-btn-bar > div:nth-child(3) {
    top: 100%;
    transform: translateY(-100%);
}

.open .hamburger-btn-bar > div {
	background: var(--white)
}

.open .hamburger-btn-bar > div:nth-child(1) {
	top: 50%;
	transform: rotate(35deg) translateY(-50%);
}

.open .hamburger-btn-bar > div:nth-child(2) {
	opacity: 0;
}

.open .hamburger-btn-bar > div:nth-child(3) {
	top: 50%;
	transform: rotate(-35deg) translateY(-50%);
}

.hamburger-text {
    font-family: var(--font-family02);
    letter-spacing: 0.03em;
    line-height: 1em;
    text-align: center;
    margin: 10px 0 0;
}

.nav-area {
    width: 100%;
    margin: auto;
    background: var(--tertiary);
    color: var(--quaternary);
    transition: ease .5s;
    position: fixed;
    top: 0;
    right: 0;
    transition: .5s;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
}

.nav-area.open {
	opacity: 1;
	visibility: visible;
}

.nav-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    padding: 50px 15px 100px;
}

.nav-content-inner {
    max-width: 430px;
    width: 100%;
    margin: auto;
}

.nav-block {
    padding: 20px 0;
    border-bottom: solid 1px var(--white);
}

.nav-link {
    display: block;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.66;
    color: var(--quaternary);
    padding: 0;
    margin: 20px 0 0;
}

.nav-link:hover {
	color: var(--primary);
}

.nav-link:first-child {
    margin: 0;
}

.nav-second {
    margin: 10px 0 0 15px;
    padding: 0 0 0 15px;
    border-left: solid 1px var(--tertiary-light);
}

.nav-second-link {
    display: block;
    letter-spacing: 0.03em;
    line-height: 1.66em;
    color: var(--gray);
}

.nav-second-link:not(:first-child) {
    margin: 5px 0 0;
}

.nav-second-link:hover {
    color: var(--primary);
}

.nav-icon-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 20px 0 0;
}

.nav-icon-link {
    max-width: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-hamburger-btn {
    position: absolute;
    top: 40px;
    right: 24px;
    margin: auto;
}

/*スマホ時のナビ*/

.sp-nav {
	width: calc(100% - 20%);
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	border-top: solid 1px var(--gray);
}

.sp-nav-area {
	width: 100%;
	height: 100%;
	display: flex;
	background: url(/system_panel/uploads/images/bg01.jpg) no-repeat center top / cover;
}

.sp-nav-block {
	flex: 1;
	display: flex;
}

.sp-nav-conte-l {
	width: 100%;
	border-right: 1px solid var(--gray);
}

.sp-nav-link {
	padding: 4px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.sp-nav-link-icon {
	max-width: 23px;
	width: 100%;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp-nav-btn-bar {
	max-width: 26px;
	height: 18px;
	width: 100%;
	position: relative;
}

.sp-nav-btn-text {
	margin: 5px auto 0;
	font-size: 10px;
	line-height: 1em;
	color: var(--quaternary);
}

.sp-nav-link-text {
	margin: 6px auto 0;
	font-size: 10px;
	line-height: 1.4em;
	color: var(--dark);
}

.sp-nav-btn {
	padding: 6px;
	width: 20%;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
	background: var(--secondary);
	z-index: 99999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	border-top: solid 1px var(--gray);
}

.sp-nav-btn-bar-item {
	width: 100%;
	height: 2px;
	background: var(--quaternary);
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.sp-nav-btn-bar-item:nth-of-type(1) {
	top: 0;
}

.sp-nav-btn-bar-item:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}

.sp-nav-btn-bar-item:nth-of-type(3) {
	top: 100%;
	transform: translateY(-100%);
}

.open .sp-nav-btn-bar-item {
	transition: ease .5s;
}

.open .sp-nav-btn-bar-item:nth-of-type(1) {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.open .sp-nav-btn-bar-item:nth-of-type(2) {
	opacity: 0;
}

.open .sp-nav-btn-bar-item:nth-of-type(3) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.sp-nav-btn-text {
	margin: 6px auto 0;
	font-size: 10px;
	line-height: 1.4em;
	color: var(--quaternary);
}

.sp-menu {
	margin: auto;
	padding: 0;
	max-width: 1920px;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	background: var(--secondary-light);
	z-index: 9999999;
	transition: ease .5s;
}

.sp-menu.open {
	right: 0;
}

.sp-menu-area {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 100px 15px;
}

.sp-menu-conte {
	padding: 100px 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.sp-menu-conte::-webkit-scrollbar {
	display:none;
}

.sp-menu-link {
	width: 100%;
	padding: 10px 0;
	display: block;
	color: var(--base-font-color);
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
}

.sp-menu-link:hover {
	color: var(--base-font-color);
}

.sp-menu-link-en-text {
    font-size: 12px;
    color: var(--primary);
    margin: 3px 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@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;
}

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

.en-title01 {
    font-size: 60px;
}

.en-title02 {
    font-size: 50px;
}

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

.en-title04 {
    font-size: 30px;
}

.title01 {
    font-size: 24px;
}

.title02 {
    font-size: 24px;
}

.title03 {
    font-size: 20px;
}


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

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

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

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

/*-- 改行 --*/

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

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

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

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

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

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/
  
/*ハンバーガー*/

.hamburger-btn {
    display: flex;
}

.nav-area {
    max-width: 695px;
}

.nav-content {
    padding: 135px 15px;
}

.nav-link {
    font-size: 18px;
}

/* スマホ時 */

.sp-nav {
	display: none;
}

.sp-nav-btn {
	display: none;
}

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

.sub-title01 {
    font-size: 16px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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



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


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

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

body {
	font-size: 16px;
}

/*-- 改行 --*/

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

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

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

.en-title01 {
    font-size: 100px;
}

.en-title02 {
    font-size: 75px;
}

.en-title03 {
    font-size: 60px;
}

.en-title04 {
    font-size: 40px;
}

.title01 {
    font-size: 30px;
}

.title02 {
    font-size: 24px;
}

.title03 {
    font-size: 22px;
}

.sub-title01 {
    font-size: 18px;
}

.title-decoration01 {
    margin-bottom: 40px;
}

.title-decoration01:before, .title-decoration01:after {
    margin: 0 0 0.27em;
}

.title-decoration01:before {
    margin-right: 1.11em;
}

.title-decoration01:after {
    margin-left: 1.11em;
}

.title-decoration01-parts {
    max-width: 40px;
}

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

.in-cover {height: 380px;}

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

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

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

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

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

.wrapper {
	padding: 160px 0;
}

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

.base-table-th, .base-table-td {
    padding: 15px 15px;
}
	
/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

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

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/
	
.hamburger-btn.is-scroll {
    max-width: 100px;
    height: 100px;
}

.nav-link {
    font-size: 20px;
}

.nav-icon-link {
    max-width: 42px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

body {
	font-size: 18px;
}

/*-- 改行 --*/

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

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

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

.title01 {
    font-size: 34px;
}

.title02 {
    font-size: 26px;
}

.title03 {
    font-size: 23px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

/*-- 改行 --*/

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

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

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

.title01 {
    font-size: 40px;
}

.title02 {
    font-size: 30px;
}

.title03 {
    font-size: 25px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

/*-- 改行 --*/

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

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

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

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

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

.en-title01 {
    font-size: 160px;
}

.en-title02 {
    font-size: 130px;
}

.en-title03 {
    font-size: 80px;
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

.header-logo {
	width: 10.16% !important;
}
  
.header-nav-block {
    display: flex !important;
}
  
.header-area {
    justify-content: space-between !important;
}

.header-reserve-block {
    max-width: 637px !important;
}

.header-reserve-btn {
    margin: 0 0 0 4.98% !important;
}
	
.hamburger-btn {
    display: none;
}

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