@charset "utf-8";

body {
  max-width: 1920px;
  width: 100%;
  margin: auto !important;
  font-family: "Noto Sans JP", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  color: #342525;
}

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

.telWrap {
	color: inherit;
}

a, button {
	transition: .3s;
}

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

a:hover {
	color: inherit;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

/*-- 共通 --------------------------------------------------------------*/

/*-- 画像 --*/

.imgControl {
  position: relative;
  padding: 0 0 100%;
  height: 0;
}

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

.imgFit {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

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

.font01 {
	font-family: 'Noto Serif JP', serif;
}

.font02 {
	font-family: 'Marcellus', serif;
}

.font03 {
	font-family: 'Nothing You Could Do', cursive;
}

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

.enTit01 {
    font-size: 52px;
    font-weight: normal;
    font-family: 'Marcellus', serif;
    letter-spacing: 0.05em;
    line-height: 1.25em;
}

.enTit02 {
    font-size: 42px;
    font-weight: normal;
    font-family: 'Marcellus', serif;
    letter-spacing: 0.05em;
    line-height: 1.25em;
}

.enTit03 {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Marcellus', serif;
    letter-spacing: 0.05em;
    line-height: 1.25em;
}

.subTit01 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.42em;
}

.tit01 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    line-height: 1.68em;
}

.tit02 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    line-height: 2em;
}

.tit03 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    line-height: 2em;
}

.titDeco01 {
    font-size: 0;
}

.titDeco01:after {
    content: "";
    display: inline-block;
    max-width: 40px;
    width: 100%;
    height: 1px;
    background: #7A7A7A;
    margin: 20px 0 0;
}

.titDeco02 {
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px;
}

.titDeco03 {
    border-bottom: solid 1px #ccc;
    position: relative;
    padding: 0 0 5px;
}

.titDeco03:before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #157D86;
    position: absolute;
    bottom: -1px;
    left: 0;
}

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

.txt01 {
	letter-spacing: 0.05em;
    line-height: 2em;
}

.txtColor01 {
    color: #157D86;
}

.txtColor02 {
    color: #9eccd3;
}

.txtMaker01 > span {
    background: linear-gradient(transparent 60%, rgb(158 204 211 / 50%) 60%);
}

/*-- ボタン --*/

.btn01 {
    max-width: 192px;
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/system_panel/uploads/images/btn_border01.svg) no-repeat center / contain;
    letter-spacing: 0.05em;
    color: #342525;
}

.btn01:hover {
    opacity: .5;
}

.btn01:after {
    content: "";
    display: block;
    max-width: 20px;
    width: 100%;
    height: 20px;
    background: url(/system_panel/uploads/images/btn_arrow01.svg) no-repeat center / contain;
    margin: 0 0 0 8px;
}

.btn02 {
    max-width: 192px;
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/system_panel/uploads/images/btn_border02.svg) no-repeat center / contain;
    letter-spacing: 0.05em;
    color: #342525;
}

.btn02:hover {
    opacity: .5;
}

.btn02:after {
    content: "";
    display: block;
    max-width: 20px;
    width: 100%;
    height: 20px;
    background: url(/system_panel/uploads/images/btn_arrow02.svg) no-repeat center / contain;
    margin: 0 0 0 8px;
}

.backBtn:after {
    transform: scale(-1, 1);
    margin: 0 8px 0 0;
}

.backBtn {
    flex-direction: row-reverse;
}

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

.carousel-indicators {
    justify-content: flex-start;
    flex-wrap: wrap;
    position: static;
    margin: 0 -5px;
}

.indicator {
    width: 20%;
    margin: 10px 0 0;
    padding: 0 5px;
    position: relative;
    cursor: pointer;
}

.carousel-indicators .active {
	background: unset;
 }

.indicator:after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 100%;
    margin: auto;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

.indicator:hover:after, .indicator.active:after {
    opacity: 1;
}

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

.incover {
    max-width: 1920px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 220px;
    position: relative;
}

.incover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(21 125 134 / 70%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.incoverBox {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    color: #fff;
    position: relative;
}

.incoverTit {
    font-size: 26px;
    font-weight: normal;
    font-family: 'Marcellus', serif;
    letter-spacing: 0.05em;
    line-height: 1.25em;
}

.incoverSubTit {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.42em;
    margin: 4px 0 0;
}

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

.breadWrap {
    padding: 10px 0;
}

.breadBox {
    max-width: 1170px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 0 15px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1em;
}

.breadLink {
    color: #157D86;
}

.breadLink:hover {
    color: #157D86;
    text-decoration: underline;
}

/*-- layout --*/

.inWrap {
    padding: 60px 0;
}

.inner {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    min-height: 1.5em;
}

/*-- background --*/

.bgColor01 {
    background-color: #F8F8F8;
}

.bgColor02 {
    background-color: #F9F9F9;
}

/* -- table -- */

.baseTb {
    border-bottom: 0;
    font-weight: 500;
}

.baseTr {
	border-bottom: solid 1px #ccc;
	position: relative;
}

.baseTd {
    padding: 15px 0;
}

.baseTh {padding: 15px 0;font-weight: bold;color: #157D86;border-bottom: solid 1px;}

/*-- header --------------------------------------------------------------*/

.gnavSlLink:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #157D86;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s;
}

.gnavSlLink:hover:before {
    width: 100%;
}

/*ドロップダウン*/

.gnavSec {
    width: 200px;
    margin: auto;
    left: -100%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    background: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 16%);
    padding: 24px 22px;
}

.gnavSlLink:hover + .gnavSec {
    visibility: visible;
    opacity: 1;
}

.gnavSec:hover {
    opacity: 1;
    visibility: visible;
}


/*スマホ時のナビ*/

.spNav {
	max-width: calc(100% - 60px);
	width: 100%;
	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;
}

.spNavArea {
	width: 100%;
	height: 100%;
	display: flex;
	background: #157D86;
}

.spNavBlock {
	flex: 1;
	display: flex;
}

.spNavConte-l {
	/* width: 33.33%; */
	width: 100%;
	border-right: 1px solid #fff;
}

.spNavLink {
	padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spNavLinkIconBx {
	width: 100%;
	height: 30px;
	position: relative;
}

.spNavLinkIconBx > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spFa {
	font-size: 23px;
	color: #fff;
}

.spNavBtnBar {
	max-width: 36px;
	height: 26px;
	width: 100%;
	position: relative;
}

.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 12px;
	line-height: 1em;
	color: #342525;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 12px;
	line-height: 1em;
	color: #fff;
}

.spNavBtn {
	padding: 10px 5px 5px;
	width: 60px;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: #fff;
	z-index: 99999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.spNavBtnBarItem {
	width: 100%;
	height: 3px;
	background: #342525;
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
	top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
	top: 12px;
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
}

.open .spNavBtnBarItem {
	transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(13px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

.spMenu {
	margin: auto;
	padding: 0;
	max-width: 1920px;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	background: rgb(26 26 26 / 95%);
	z-index: 9999999;
	transition: ease .5s;
}

.spMenu.open {
	right: 0;
}

.spMenuArea {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 100px 15px;
}

.spMenuBx {
	display: flex;
	flex-wrap: wrap;
}

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

.spMenuConte::-webkit-scrollbar {
	display:none;
}

.spMenuLink {
	width: 100%;
	padding: 15px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	position: relative;
}

.spMenuLink:hover {
	color: #fff;
}

/*-- ヘッドスパ --------------------------------------------------------------*/

.cpArrow {
    clip-path: polygon(0% 20%, 70% 20%, 70% 0%, 100% 50%, 70% 100%, 70% 80%, 0% 80%);
}

.topMenuBnr {
	max-width: 880px;
	width: 100%;
	margin: 60px auto 0 auto;
	padding: 4px 4px 4px 4px;
	background-image: url(../images/top_menu_banner_bg.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.topMenuBnrIn {
	border: 1px solid #fff;
	padding: 30px 15px 30px 15px;
}

.topMenuBnrBox {
	max-width: 785px;
	width: 100%;
	margin: 0 auto 0 auto;
	display: block;
    justify-content: space-between;
	align-items: center;
}

.topMenuBnrTitBox {
	width: 100%;
	display: block;
	text-align: center;
  	justify-content: space-between;
	align-items: center;
}

.topMenuBnrTit {
	font-size: 32px;
	letter-spacing: 0.05em;
	line-height: 1.25em;
}

.topMenuBnrSubTit {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.42em;
}

.topMenuBnrBtn {
	margin: 25px auto 0 auto;
}

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



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

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



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

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


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

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

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

body {
	font-size: 16px;
}

/*-- 共通パーツ --------------------------------------------------------------*/

/*-- 改行 --*/
.br768None br {
	display: none;
}
  
/*-- 下層カバー --*/

.incover {
    height: 340px;
}

.incoverTit {
    font-size: 48px;
}

.incoverSubTit {
    font-size: 14px;
}

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

.breadBox {
    font-size: 15px;
}

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

.enTit01 {
    font-size: 68px;
}

.enTit02 {
    font-size: 48px;
}

.enTit03 {
    font-size: 28px;
}

.subTit01 {
    font-size: 14px;
}

.tit01 {
    font-size: 26px;
}

.tit02 {
    font-size: 20px;
}

.tit02 {
    font-size: 16px;
}

/* -- table -- */

.baseTr:before {
	content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #157D86;
    position: absolute;
    bottom: -1px;
    left: 0;
}
	
.baseTh {
    padding: 20px 0;
    border-bottom: 0;
}

.baseTd {
    padding: 20px 0 20px 20px;
}
	
/*-- header -----------------------------------------------------------------*/

.spNav {
	display: none;
}

.spNavBtn {
	display: none;
}
  
.topMenuBnrBox {
	display: flex;
}
  
.topMenuBnrTitBox {
	display: flex;
	max-width: 413px;
	text-align: left;
}
  
.topMenuBnrBtn {
	margin: 0 0 0 4%;
}

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

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



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


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

body {
}

/*-- 共通 -----------------------------------------------------------------*/

/*-- 改行 --*/
.br1024None br {
	display: none;
}
  
/*-- 下層カバー --*/

.incover {
    height: 450px;
}

.incoverTit {
    font-size: 76px;
}

.incoverSubTit {
    font-size: 16px;
}

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

.breadWrap {
    padding: 20px 0;
}

.breadBox {
    font-size: 16px;
}
  
/*-- layout --*/
  
.inWrap {
    padding: 100px 0;
}

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

.enTit01 {
    font-size: 76px;
}

.enTit02 {
    font-size: 55px;
}

.enTit03 {
    font-size: 32px;
}

.subTit01 {
    font-size: 14px;
}

.tit01 {
    font-size: 28px;
}

.tit02 {
    font-size: 22px;
}

.tit03 {
    font-size: 18px;
}

.titDeco01:after {
    margin: 40px 0 0;
}

.titDeco02 {
    padding: 0 0 15px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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



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

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

/*-- 共通パーツ --------------------------------------------------------------*/

/*-- 改行 --*/

.br1200None br {
	display: none;
}

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

.enTit01 {
    font-size: 120px;
}

.enTit02 {
    font-size: 80px;
}

.enTit03 {
    font-size: 40px;
}

.subTit01 {
    font-size: 14px;
}

.tit01 {
    font-size: 32px;
}

.tit02 {
    font-size: 24px;
}

.tit03 {
    font-size: 20px;
}

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

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


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

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



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