<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*******************************
	画面上部店名リンク
*******************************/
.header_shop_title {
	font-size: 16px;
	display: block;
	text-align: right;
	padding-right: 10px;
}
.header_shop_title a {
	text-decoration: none;
	font-weight: bold;
	color: #2498e9;
}
.header_shop_title a:hover {
	text-decoration: underline;
}
/*******************************
	店舗メニュー
*******************************/

#shop_menu_frame {
	margin-bottom: 20px;
	height: 42px;
}
#shop_menu_frame.official {
	margin-top: 20px;
}
.shop_menu {
	margin: auto;
	box-sizing: border-box;
	width: 1000px;
}
.shop_menu&gt;.inner {
	display: table;
	width: 100%;
}
.shop_menu.fixed {
	position: fixed;
	top: 0;
	z-index: 10;
	background-color: #fff;
	opacity: 0.95;
	min-width: 100%;
	left: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	white-space: nowrap;
}
.shop_menu.fixed .inner {
	width: 1000px;
	margin: auto;
}
.shop_menu a,
.shop_menu .disabled {
	display: table-cell;
	text-align: center;
	font-size: 15px;
	padding: 10px;
	background-color: #fff;
	font-weight: bold;
}
.shop_menu .disabled {
	color: #ccc;
	cursor: default;
}
.shop_menu a {
	color: #2498e9;
	text-decoration: none;
}
.shop_menu a:hover,
.shop_menu a.active {
	color: #fff;
	background-color: #2498e9;
}


/*******************************
	店舗タイトル画像
*******************************/
.shop_title_image {
	margin-bottom: 20px;
	text-align: center;
	background-color: #f6f6f6;
}
.shop_title_image img {
	vertical-align: bottom;
}
.shop_title_image2 {
	width: 100%;
	height: 562px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}



/*******************************
	タイトル
*******************************/
h2.style1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 3.0;
	margin-bottom: 20px;
	color: #226288;
}
h2.style1 a {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}


/*******************************
	お知らせ
*******************************/
.contents.information_detail .com_frame {
	background-color: #fff;
	font-size: 14px;
	line-height: 2.0;
	padding-bottom: 20px;
	position: relative;
}
.contents.information_detail .com_frame .id {
	position: absolute;
	top: -68px;
}
.contents.information_detail .item {
	padding: 40px;
}
.contents.information_detail .item .title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.contents.information_detail .item .date {
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
}
.contents.information_detail .item .body {
	padding-top: 10px;
	word-break: break-all;
}
.contents.information_detail .item .body .image {
	float: right;
	margin-left: 20px;
}

/*******************************
	特設コンテンツ
*******************************/
.contents.special_content_detail {
	padding: 40px 200px;
}
.contents.special_content_detail .image,
.contents.special_content_detail .content {
	margin-bottom: 40px;
}
.contents.special_content_detail .image.no_margin_bottom {
	margin-bottom: 0;
}
.contents.special_content_detail .image {
	text-align: center;
}
.contents.special_content_detail .image img {
	max-width: 100%;
}

/*******************************
	出勤情報
*******************************/
.schedule_dates {
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
.schedule_dates li {
	display: table-cell;
	width: 14.285%;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	font-weight: bold;
}
.schedule_dates li .active,
.schedule_dates li a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #2498e9;
    width: 100px;
    height: 100px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 50px;
}
.schedule_dates li .active,
.schedule_dates li a:hover {
	color: #fff;
    background-color: #2498e9;
}
.schedule_dates li .note {
	display: block;
}

/*******************************
	電話
*******************************/
#fixed_tel {
	position: fixed;
	display: block;
	min-width: 300px;
	max-width: 400px;
	overflow: hidden;
	padding: 10px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	bottom: 10px;
	right: 10px;
	z-index: 100;
	transition: opacity 0.2s;
}
#fixed_tel a {
	color: #fff;
}
#fixed_tel.disabled {
	opacity: 0.1;
}
#fixed_tel .tel {
	font-weight: bold;
	font-size: 16px;
}
#fixed_tel .attension {
	font-size: 11px;
}
#fixed_tel dl {
	overflow: hidden;
}
#fixed_tel dt,
#fixed_tel dd {
	display: table-cell;
	white-space: nowrap;
}
#fixed_tel dt:before {
	content: '[';
}
#fixed_tel dt:after {
	content: ']';
}
#fixed_tel dd {
	padding-left: 5px;
	padding-right: 10px;
}
/*******************************
	予約
*******************************/
#fixed_booking a.booking {
	position: fixed;
    display: block;
    width: 200px;
	bottom: 120px;
	right: 10px;
	z-index: 100;
    background-color: #f7a52a;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-sizing: border-box;
    height: 46px;
    margin: 0 auto;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
    border-radius: 23px;
}
#fixed_booking a.booking:hover {
	opacity: 0.7;
}

/*******************************
	女の子選択セレクトボックス
*******************************/
.select_gal select {
	padding: 15px;
	min-width: 250px;
	line-height: 1.2em;
	box-sizing: border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

/*******************************
	並び順セレクトボックス
*******************************/
.select_order {
	margin-bottom: 20px;
}
.select_order select {
	padding: 10px;
	min-width: 250px;
	line-height: 1.2em;
	box-sizing: border-box;
	border: solid 1px #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

/*******************************
	口コミ募集中
*******************************/
.review_recruitment {
	text-align: center;
	margin: 20px 0;
	padding: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #666;
}
.review_recruitment .inner {
	display: inline-block;
	text-align: left;
}

/*******************************
	ボタン
*******************************/
a.com_button {
	width: 300px;
	margin: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background-color: #2498e9;
    color: #fff;
    line-height: 30px;
    border: 0;
    padding: 10px;;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	display: block;
	text-align: center;
}
a.com_button:hover {
	opacity: 0.8;
}

/*******************************
	口コミを投稿するボタン
*******************************/
a.post_review_button {
	width: 200px;
	float: right;
	font-weight: bold;
	font-size: 14px;
    line-height: 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
a.post_review_button.center {
	width: 300px;
	float: unset;
	margin: 20px auto;
    line-height: 30px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}</pre></body></html>