@charset "utf-8";

/********** top **********/
.top_header {
	margin: 18px 0 18px 0;
}
.top_main_contents {
	padding: 48px 0 60px 0;
	background: #ffffff;
}
.top_wrap {
	margin: 0 auto;
	width: 840px;
}
.top_left {
	box-sizing: border-box;
	float:left;
	margin-top: 45px;
	padding: 36px 20px 20px 20px;
	width: 610px;
	min-height: 330px;
	background: #f7f7f3;
	border-radius: 7px;
}
.top_right {
	box-sizing: border-box;
	float:right;
	width: 320px;
}


/****** ログイン ******/
#login_form {
	margin:0 auto;
	width: 360px;
}
.top_login h2 {
	font-size: 12px;
}
.top_form_login {
	display: block;
	padding: 0;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
}
.top_new_account_btn {
	display: block;
	font-size: 18px;
	line-height: 45px;
	margin: 0 auto;
}

.top_forget_pass {
	margin-bottom: 45px;
	font-size: 12px;
}
.top_forget_pass a {
	text-decoration: underline;
	color: #222222;
}


.top_title_search {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
}
.top_search {
	box-sizing: border-box;
	padding: 32px 20px 20px 20px;
	min-height: 330px;
	background: #DBD9C6;
	border-radius: 7px;
}
.search_box_main {
	margin-bottom: 30px;
}
.search_box {
	margin-bottom: 15px;
}
.search_ttl_s {
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}


.store_area {
	font-size: 12px;
}
.top_search_btn {
	padding: 7px 0;
	width: 280px;
	font-size: 18px;
	font-weight: bold;
}
.top_copyright {
	margin: 30px 0 0;
	text-align: center;
}
.search_m { width: 200px;}
.search_s { width: 50px;}
.search_ss { width: 30px;}

.top_img_login {
	margin: 30px 0 21px 0;
}
.top_img_login img {
	width: 490px;
	height: 108px;
}




/* TOPログイン時の表示 */
.top_login_now p {
	margin: 0 0 18px 0;
}
.top_login_menu li {
	margin: 0 0 12px 0;
}
.top_login_menu h2 {
	margin: 0 0 3px 0;
	font-weight: bold;
}
.top_login_menu div {
	color: #666666;
	font-size: 12px;
}
.top_logout {
	border: none;
	background: none;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #11bbc2;
	cursor: pointer;
}
.top_logout:hover {
	color: #666666;
	text-decoration: underline;
}


.login_logo {
	margin: 60px 0 45px 0;
	text-align: center;
}
.login_body {
	margin-bottom: 30px;
	text-align: center;
}
.top_login_ttl {
	margin-bottom: 5px;
}
.top_login_input {
	margin-bottom: 15px;
}
.login_btn_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.login_btn_list_item {
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
}
.login_btn_list_item a {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
}
.top_main_txt {
	margin: 0 0 24px 0;
	font-size: 24px;
	font-weight: bold;
}
.top_main_txt em {
	font-size: 30px;
	font-weight: bold;
	color: #f7770f;
}
.top_login_txt {
	margin: 0 0 18px 0;
	color: #666666;
}


/* TOP バナー */
.top_bnr_ttl {
	margin-bottom: 5px;
	font-size: 12px;
	color: #777777;
	text-align: center;
}
.top_bnr_list_item {
	margin-bottom: 15px;
	text-align: center;
}



/********** スタジオ検索結果 **********/
.store_list_title_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 3px;
	margin-bottom: 15px;
}
.store_list_title {
	line-height: 1;
	font-size: 30px;
	font-weight: bold;
}

/* スタジオ検索結果 順序変更ナビ */
.store_order_navi_list {
	display: flex;
}
.store_order_navi_list_item {
	width: 120px;
	font-size: 12px;
	margin-left: 10px;
}
.store_order_navi_list_item a {
	display: block;
	padding-right: 5px;
	border: 1px solid #45B1B5;
	line-height: 24px;
	color: #45B1B5;
	text-align: center;
	border-radius: 15px;
}
.store_order_navi_list_item a:hover,
.store_order_navi_list_item a.order_on {
	background: #45B1B5;
	color: #ffffff;
	text-decoration: none;
}

/* スタジオ検索結果 スタジオ一覧 */
.store_list_item {
	margin: 0 0 12px 0;
	padding: 21px;
	border: 3px solid #BCB9AF;
	border-radius: 7px;
}
.store_list_item:hover {
	border-color: #79bfc2;
}

/* スタジオ検索結果 店舗情報 */
.store_list_info {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.store_list_img {
	width: 210px;
}
.store_list_txt {
	margin-left: 15px;
	flex: 1;
}
.store_list_ttl {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
}
.store_list_tel {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.store_list_ttl_s {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
.store_list_open_body {
	margin-bottom: 15px;
	font-size: 16px;
}


.store_list_reserve {
	width: 100%;
	color: #575F61;
}
.store_list_reserve th {
	padding: 5px 0;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
	font-size: 12px;
	background: #E0E0E0;
	text-align: center;
}
.store_list_reserve td {
	padding: 5px 0;
	border: 1px dotted #E0E0E0;
	font-size: 18px;
	text-align: center;
	background: #ffffff;
}
.store_list_btn {/* 予約ボタン */
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	width: 120px;
	color: #ffffff !important;
	font-size: 14px;
}
.store_list_btn:hover {/* 予約ボタン */
	text-decoration: none !important;
}
.r_price {
	color: #E93119;
}
.r_state {
	color: #82ADAF;
}
.date_state {
	font-size: 11px;
}


/********** 店舗詳細 **********/
.sotore_name {
	margin: 6px 0 6px 0;
	padding: 0 0 0 36px;
	min-height: 36px;
	line-height: 1.2;
	background: url(../images/icon_speaker.gif) no-repeat;
	font-size: 30px;
	font-weight: bold;
}
.store_detail {
	box-sizing: border-box;
	padding: 30px;
	border: 3px solid #45B1B5;
	border-top: 0;
	border-radius: 0 0 7px 7px;
}
.store_detail.is_weekly {
	border: 3px solid #45B1B5;
	border-radius: 7px;
}

/* 店舗詳細 ナビ */
.store_navi {
	overflow: hidden;
	background: #45B1B5;
	border-radius: 7px 7px 0 0;
}
.store_navi_list {
	display: flex;
	flex-wrap: wrap;
}
.store_navi_list_item {
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	width: 20%;
	font-size: 13px;
	text-align: center;
}
.store_navi_list_item:last-child {
	border-right: 0;
}
.store_navi_list_item a {
	display: block;
	padding: 10px 0;
	color: #ffffff;
}
.store_navi_list_item a:hover {
	background: #4BBFBF;
	text-decoration: none;
}

/* 店舗詳細 店舗情報 */
.soter_d_info {
	display: flex;
	flex-wrap: wrap;
}
.store_d_txt {
	margin-left: 20px;
	flex: 1;
}
.store_d_img {
	width: 300px;
}
.store_d_body {
	margin-bottom: 30px;
}
.c_b {
	color: #222222 !important;
}

.studio_calendar_left {
	float: left;display: inline;
	width: 48%;
}
.studio_calendar_right {
	float: right;display: inline;
	width: 48%;
}

/** 店舗詳細 お気に入り **/
.store_favorite {
	display: block;
	padding: 10px 0;
	background: #f7c60b;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}
.store_favorite:hover {
	background: #ffd63a;
}

.store_list .store_favorite {
	padding: 6px 0;
}

.store_fav {
	margin: 12px 0 0 0;
}
.store_favorite_ok {/* お気に入り登録済み */
	margin: 12px 0 0 0;
	padding: 12px;
	border: 1px solid #e1d297;
	background: #fbf7e9;
	color: #bd9d23;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
}
.store_list .store_favorite_ok {
	padding: 6px;
}
.store_favorite_ok span {
	color: #F7BE0F;
}

.title_s_sub {
	position: relative;
	margin-bottom: 15px;
	padding: 5px 15px;
	border-bottom: 3px solid #ACBFBF;
	font-size: 21px;
	font-weight: bold;
}
.title_s_sub:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 0;
	width: 0px;
	height: 0px;
	border: solid transparent;
	border-left-color: #45B1B5;
	border-width: 6px;
}


.store_d_box {
	margin-bottom: 45px;
}
.store_d_lead {
	margin-bottom: 15px;
}

/** 予約表 ナビ**/
.reserve_date_navi {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 345px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background: #ffffff;
}
.reserve_date_navi a {
	display: block;
	padding: 5px 15px;
	background: #45B1B5;
	color: #ffffff;
}
.reserve_date_navi a:hover {
	background: #4ac3c7;
	text-decoration: none;
}
.reserve_date_navi span {
	display: block;
	padding: 5px 15px;
	color: #ffffff;
	background: #cccccc;
}
.reserve_date_navi_now {
	font-size: 18px;
	font-weight: bold;
}

.store_weekly_date {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0 10px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 180px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/** 予約表 状態 **/
.reserve_state_info {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.reserve_state_info_item {
	display: flex;
	align-items: center;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	color: #666666;
}
.reserve_state_info_state {
	display: block;
	margin-right: 5px;
	width: 20px;
	height: 10px;
	border: 1px solid #cccccc;
}
.reserve_state_info_state.is_ok {
	background: #ffffff;
}
.reserve_state_info_state.is_ng {
	background: #AEAEAE;
}

/** 予約表 **/
.store_d_reserve_table {
	table-layout: fixed;
	width: 100%;
}
.store_d_reserve_table th {
	border-left: 1px solid #DBD9C6;
	border-right: 1px solid #DBD9C6;
	border-top: 1px dotted #DBD9C6;
	border-bottom: 1px dotted #DBD9C6;
	color: #575F61;
	text-align: center;
}
.store_d_reserve_table td {
	border-left: 1px solid #DBD9C6;
	border-right: 1px solid #DBD9C6;
	border-top: 1px dotted #DBD9C6;
	border-bottom: 1px dotted #DBD9C6;
	color: #575F61;
	font-size: 12px;
	text-align: center;
}
.reserve_on a {
	color: #ffffff;
}
.store_d_studio_name {
	padding: 3px 0;
	border: 1px solid #DBD9C6 !important;
	background: #F2F1DF;
	font-weight: bold;
}
.store_d_studio_time {
	padding: 4px 2px 12px 8px;
	width: 50px;
	font-size: 12px;
	text-align: left !important;
}
.reserve_on {
	cursor: pointer;
}
.store_d_reserve_btn {
	padding: 6px 15px;
	font-size: 14px;
	font-weight: bold;
}
.store_s_reserve_th {
	padding: 3px 0;
}

.to_login a {/*リンクされた文字*/
	color: #FFFFFF;
	text-decoration: none;
}
.to_login a:link {/*未訪問のリンク*/
	color: #FFFFFF;
	text-decoration: none;
}
.to_login a:visited {/*訪問後のリンク*/
	color: #FFFFFF;
	text-decoration: none;
}
.to_login a:hover {/*マウスをのせたとき*/
	color: #FFFFFF;
	text-decoration: underline;
}
.to_login a:active {/*クリック中*/
	text-decoration: none;
}

/** アクセス **/
.store_d_gm_size {
	margin-bottom: 15px;
	width: 100%;
	height: 270px;
}
.store_d_access_info {
	margin-bottom: 15px;
}
.store_d_address {
	color: #575F61;
}

/** 料金表 **/
.store_d_price_table {
	width: 100%;
	color: #575F61;
}
.store_d_price_table th{
	padding: 5px 0;
	background: #E0E0E0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}
.store_d_price_table td{
	padding: 6px 3px;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
}
.store_d_price_name {
	background: #ffffff !important;
	border-left: 1px solid #cccccc !important;
	border-right: 1px dotted #cccccc !important;
	border-top: 1px solid #cccccc !important;
	border-bottom: 1px solid #cccccc !important;
	color: #575F61;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

/** オプション **/
.store_d_option {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 30px;
}
.store_d_option_list {
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
	width: 33.3333%;
}
.store_d_option h3 {
	margin: 0 0 6px 0;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	background: #E0E0E0;
	text-align: center;
}
.store_d_option_list li {
	margin-bottom: 5px;
}
.store_d_option_list figure {
	display: flex;
	align-items: center;
}
.store_d_option_list img {
	width: 35px;
}
.store_d_option_list figcaption {
	flex: 1;
	margin-left: 5px;
	font-size: 12px;
}
.title_s_sub_s {
	padding: 3px 10px;
	margin: 0 0 12px 0;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	background: #79bfc2;
	color: #ffffff;
	text-shadow: 0 1px 0px rgba(0,0,0,0.3);
}

/** 機材リスト **/
.store_d_material {
	width: 100%;
	color: #575F61;
}
.store_d_material th {
	padding: 6px;
	border: 1px solid #cccccc;
	font-weight: bold;
	background: #E0E0E0;
	width: 84px;
}
.store_d_material td {
	padding: 6px;
	border: 1px solid #cccccc;
}

/** 予約確認ダイアログ **/
.reserve_dialog table {
	margin: 0 0 15px 0;
	width: 100%;
}
.reserve_dialog th {
	padding: 5px;
	width: 80px;
	background: #e0e0e0;
	border: 1px solid #cccccc;
	text-align: center;
}
.reserve_dialog td {
	padding: 5px 5px 5px 15px;
	border: 1px solid #cccccc;
}
.store_d_reserve_comp {
	padding: 30px;
	background: #F5F5EE;
	border-radius: 7px;
}
.reserve_comp_body {
	margin: 0 0 12px 0;
	color: #E93119;
	font-weight: bold;
	font-size: 16px;
}
.reserve_dialog_alert {
	display: block;
	color: #e50000;
	font-size: 13px;
	line-height: 1.2;
}


/********** 会員登録 **********/
.regist_frame {
	margin: 0 auto;
	padding: 17px;
	width: 540px;
	border: 3px solid #45B1B5;
	border-radius: 7px;
}
.regist_frame_in {
	margin: 0 auto;
	width: 360px;
}
.regist_frame_in_l {
	margin: 0 90px;
}
.regist_frame_in_l h2 {
	margin: 0 0 3px 0;
	color: #575F61;
	font-weight: bold;
}
.input_220 {
	width: 210px;
}
.confirm_txt {
	color: #666666;
}
.form_input_wrap {
	margin-bottom: 30px;
}
.form_require {
	display: inline-block;
	margin-left: 5px;
	padding: 0px 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	background: #e51717;
	color: #ffffff;
}
.form_confirm_txt {
	font-size: 18px;
}



.ttl_acco_regi {
	margin: 18px 0 24px 0;
	color: #52b601;
	font-size: 21px;
	font-weight: bold;
}

.point_frame {
	padding: 15px;
	background: #f3f3f3;
	border-radius: 5px;
}
.point_frame h2 {
	margin: 0 0 12px 0;
	font-weight: bold;
	color: #f7a80f;
	font-size: 16px;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

/********** マイページ **********/
.mypage_title {
	margin: 0 0 15px 0;
	padding: 0 0 0 28px;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
}
.mypage_title_ok {
	background: url(../images/mypage_icon_ok.gif) no-repeat;
}
.mypage_title_wait {
	background: url(../images/mypage_icon_wait.gif) no-repeat;
}
.mypage_title_past {
	background: url(../images/mypage_icon_past.gif) no-repeat;
}
.mypage_title_fav {
	background: url(../images/mypage_icon_fav.gif) no-repeat;
}
.mypage_frame {
	margin: 0 0 12px 0;
	padding: 21px;
	border: 3px solid #45B1B5;
	border-radius: 7px;
}
.mypage_table {
	margin: 0 0 30px 0;
	width: 100%;
}
.mypage_table th {
	padding: 3px 0;
	background: #e0e0e0;
	font-size: 12px;
	color: #575F61;
	text-align: center;
}
.mypage_table td {
	padding: 3px 0;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}
.mypage_past td {
	color: #575F61;
	background: #efefef;
}

.sp_only {
	display: none;
}
.pc_only {
	display: block;
}

/***** バンド設定 *****/
.mypage_band_list h3 {
	float:left;
}
.mypage_member_list {
	float:right;
}
.mypage_member_list_edit {
	float:right;
	margin-right: 10px;
}
.band_mail_edit input {
	font-size: 12px;
	padding: 2px 10px;
	width: 45px;
	-webkit-appearance: none;
}
.btn_ad_member {
	font-size: 12px;
	font-weight: bold !important;
	padding: 3px 20px;
}


/********** アプリダウンロード **********/
.app {
	margin: 24px auto 0 auto;
	width: 840px;
}
.app h1 {
	margin: 0 0 24px 0;
	font-size: 24px;
}
.app_body {
	margin: 0 0 30px 0;
	font-size: 16px;
}
.app_prev_list {
	margin-right: -37px;
}
.app_prev_list li {
	float:left;
	margin: 0 37px 0 0;
	width: 182px;
}
.app_prev_list li img {
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.app_dl_list {
	margin-bottom: 24px;
}
.app_dl_list li {
	float:left;
	width: 420px;
	text-align: center;
}
.app_dl_list h2 {
	margin: 0 0 12px 0;
	font-size: 21px;
}



/*********** タイトル **********/
.title_main {
	margin: 0 0 24px 0;
}
.ttl_center {
	margin: 0 0 24px 0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.title_g {
	margin: 0 0 3px 0;
	color: #575F61;
	font-weight: bold;
}
.title_sub {
	margin: 0 0 30px 0;
	font: 24px century,georgia,serif;
	font-weight: bold;
}
.title_sub_s {
	margin: 0 0 15px 0;
	font-size: 18px;
}
.title_date {
	margin: 0 0 5px 0;
	color: #555555;
}

.img_b {
	padding: 2px;
	border: 1px solid #A6924D;
}


.store_d_new_reserve {
	text-align: center;
}
.store_d_new_reserve_link {
	font-size: 50px;
	animation: flash 2s linear infinite;
}
a.store_d_new_reserve_link {
	color: #f00;
}
a.store_d_new_reserve_link:link {/*未訪問のリンク*/
	color: #f00;
	text-decoration: none;
}
a.store_d_new_reserve_link:visited {/*訪問後のリンク*/
	color: #f00;
	text-decoration: none;
}
a.store_d_new_reserve_link:hover {/*マウスをのせたとき*/
	color: #f00;
	text-decoration: underline;
}
a.store_d_new_reserve_link:active {/*クリック中*/
	text-decoration: none;
}
@keyframes flash {
	0%,
	90% {
		opacity: 1;
	}
	91% ,
	99% {
		opacity: 0;
	}
}