
.header2-container {
	display: block;
	height: 25vh;
	animation: logo 1s ease 1;
	background-image: url("https://cdn2-caskan.com/caskan/img/shop_logo/1957_logo_1773710431.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.header-nav li {
	display: table-cell;
	width: 11%;
	text-align: center;
	white-space: nowrap;
}

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


	.header-nav li {
		width: 20%;
	}
}

/* =========================================================
   ベース
========================================================= */

body {
/*
	font-family: "futura-pt", 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-family: "Zen Maru Gothic", sans-serif;
*/
	background: #FFF;
	color: #222;
}


/* =========================================================
   1カラムレイアウト
========================================================= */

/*
.nav-container,
.top-banner-container,
.body-container,
.footer-container {
	width: 900px;
}

.body-main-container,
.body-side-container {
	width: 100%;
}

.parts-side-links li {
	display: inline-block;
	vertical-align: top;
	padding: 2px;
	max-width: 300px;
}
*/


/* =========================================================
   ベースのリンクカラー
========================================================= */

a,
a:link,
a:visited,
a:hover {
	color: #1558d6;
}


/* =========================================================
   背景
========================================================= */

body::before {
	background: url(https://cdn2-caskan.com/caskan/shop_image/20801784776809.jpg);
	background-size: cover;
	background-position: top center;
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}


/* =========================================================
   ヘッダー
========================================================= */

.header-nav-wrapper {
}


/* =========================================================
   ロゴ
========================================================= */

.header2-container {
	height: 25vh;
	background-size: auto 90%;
}

@media screen and (max-width: 768px) {

	.header2-container {
		height: 23vh;
	}

}


/* =========================================================
   グランドメニュー
========================================================= */

.nav-wrapper {
	background: linear-gradient(to bottom right, #E8BD84, #d3a870);
	border-top: 1px solid;
	border-bottom: 1px solid;

	border-image: linear-gradient(
		45deg,
		#9b7832 2%,
		#fdf08d 50%,
		#9b7832 97%
	);

	border-image-slice: 1;
}

.header-nav li a,
.header-nav li a:hover {
	color: #222;
}


/* =========================================================
   固定メニュー
========================================================= */

.fixed-menu {
	background: linear-gradient(to bottom right, #E8BD84, #d3a870);
	border-top: 1px solid;

	border-image: linear-gradient(
		45deg,
		#9b7832 2%,
		#fdf08d 50%,
		#9b7832 97%
	);

	border-image-slice: 1;
}

.fixed-menu a {
	color: #222;
}


/* =========================================================
   サイドメニュー
========================================================= */

.side-menu-block {
	background: #511808FA;
}

.side-menu-block,
.side-menu-block a {
	color: #CCC;
}

.side-menu-list li a:hover {
}

.side-menu-list li a {
	border: none;
}

.btn-trigger span {
/*
	background: #FFF;
*/
}


/* =========================================================
   メインパート
========================================================= */

.main-wrapper {
	box-shadow: 0px 10px 10px -5px #CCC inset;
}


/* =========================================================
   フッター
========================================================= */

.footer-wrapper {
	box-shadow: 0px -10px 10px -5px #CCC;

	background: linear-gradient(
		to bottom right,
		#511808,
		#511808
	);

	border-top: 1px solid;
	border-bottom: 1px solid;

	border-image: linear-gradient(
		45deg,
		#9b7832 2%,
		#fdf08d 50%,
		#9b7832 97%
	);

	border-image-slice: 1;
}

.parts-footer-shop-name a,
.parts-footer-shop-tel,
.parts-footer-shop-tel a,
.parts-footer-shop-bio,
.parts-footer-shop-info,
.footer-menus a {
	color: #FFF;
}


/* =========================================================
   ボタンリンク
========================================================= */

.btn-primary,
.btn-primary:link,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus,
a.btn-link2 {

	background: linear-gradient(
		to bottom right,
		#511808,
		#511808
	);

	border: 1px solid #CCC;
	border-radius: 20px;

	color: #CCC;
}

.btn-reserve-full {
}


/* =========================================================
   料金ページ
========================================================= */

.system-name {
	padding: 15px;
	background: #511808;
	color: #CCC;
}


/* =========================================================
   営業案内
========================================================= */

.business-info-wrapper {
	display: block;
	background: #FFFFFF22;
}

.business-info-container {
}

.business-info-container,
a.business-info-tel:link,
.business-info-container a {
	color: #222;
}


/* =========================================================
   見出し
========================================================= */

.subject01 .subject01-en,
.subject01 .subject01-jp {
	color: #511808;
}

.parts-panel .subject01 .subject01-en,
.parts-panel .subject01 .subject01-jp {
}


/* =========================================================
   パネル
========================================================= */

.parts-panel {
	background: #FFFFFFEE;
	border: none;
	border-radius: 6px;
	box-shadow: 0 0 8px #AAA;
	color: #222;
}

.body-container .parts-panel a {
}


/* =========================================================
   小見出し
========================================================= */

.h3 {
	border: none;
	background: rgba(255, 255, 255, .1);
}


/* =========================================================
   セラピストリスト
========================================================= */

.therapist-datas-each {
	box-shadow: 0 0 8px grey;

	background: linear-gradient(
		to bottom right,
		#f8fbf8,
		#F5F5F5
	);

	color: #222;
	position: relative;
	border-radius: 15px;
}

.therapist-datas-area-info,
.therapist-datas-tmb,
.therapist-data-each-tmb {
	border-radius: 15px 15px 0px 0px;
}

a.therapist-datas-name {
	color: #511808;
}

.therapist-datas-shift-info {
}

.therapist-datas-area-info {
}

.therapist-label {
}


/* =========================================================
   スケジュール日付
========================================================= */

.tbl-cast-schedule {
	background: linear-gradient(
		to bottom right,
		#FFFFFFE6,
		#F5F5F5E6
	);
}

.tbl-cast-schedule thead th,
.tbl-cast-schedule thead th.today {
	background: none;
	color: #FFFFFF;
}

.tbl-cast-schedule thead th a {
	color: #3A3A3A;
}

.tbl-cast-schedule thead th.today {
	background: none;
}

.tbl-cast-schedule thead th.today a {
	font-weight: 700;
	background: #ECEBEB;
	color: #222;
}

.tbl-calendar td,
.tbl-cast-schedule thead th {
	border-color: #DDD;
}


/* =========================================================
   トップイメージのボタン
========================================================= */

.slick-next:before,
.slick-prev:before {
	color: #FFF;
}

.slick-dots li.slick-active button:before {
	color: #FFF;
}


/* =========================================================
   注意事項
========================================================= */

.parts-notice {
}


/* =========================================================
   エリア選択
========================================================= */

.shift-area-links li {
}

.shift-area-links li.is-area-active {
}


/* =========================================================
   CONCEPT
   見出し非表示用
========================================================= */

.top-concept .subject01 {
	display: none !important;
}

.body-main-container *:has(> .top-concept) > .subject01 {
	display: none !important;
}

.body-main-container .subject01:has(+ .top-concept) {
	display: none !important;
}

.wrapper-top-concept > .subject01,
.top-concept-wrapper > .subject01 {
	display: none !important;
}


/* =========================================================
   CONCEPT本文
   二重枠を消す
========================================================= */

.top-concept {
	display: block !important;

	width: calc(100% - 30px);
	max-width: 900px;

	margin: 0 auto 28px;
	padding: 20px 24px;

	box-sizing: border-box;

	text-align: center;

	font-family:
		游明朝,
		"Yu Mincho",
		YuMincho,
		"Hiragino Mincho ProN",
		"Hiragino Mincho Pro",
		HGS明朝E,
		メイリオ,
		Meiryo,
		serif !important;

	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .05em;

	color: #511808;

	/* 二重枠を防止 */
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}


/* =========================================================
   ボーダー色
========================================================= */

.parts-room-list dt,
.parts-price-table td,
.parts-panel .panel-default,
.parts-panel .table>tbody>tr>th,
.parts-panel .table>tbody>tr>td,
.parts-recruit-table th,
.parts-recruit-table td {
	border-color: #999;
}


/* =========================================================
   認証ページ
========================================================= */

.body-auth {
}


/* =========================================================
   スマートフォン
========================================================= */

@media screen and (max-width: 768px) {

	.header-container,
	.nav-container,
	.top-banner-container,
	.body-container,
	.footer-container,
	.body-main-container,
	.body-side-container {
		width: 100%;
	}

	.body-main-container,
	.body-side-container {
		width: 100%;
	}

	li.header-nav-system a div:before {
		font-size: 10px;
	}

	.wrapper-top-twitter {
		padding: 0px;
	}

	.wrapper-top-twitter .parts-panel {
		padding: 20px 10px;
	}

	.parts-side-links li {
		width: 50%;
	}

	.header2-container {
	}

	.h1 {
		font-size: 0px;
	}


	/* -----------------------------------------
	   CONCEPT本文
	----------------------------------------- */

	.top-concept {
		width: calc(100% - 20px);

		margin: 0 auto 22px;
		padding: 17px 14px;

		font-size: 13px;
		line-height: 1.9;
		letter-spacing: .025em;

		background: transparent !important;
		border: none !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}

}