@charset "utf-8";

* {
	padding: 0;
	margin:0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul {
    list-style-type: none;
}

li img {
    vertical-align: bottom;
    width: 100%;
}


html{font-size: 62.5%;}
body {
	font-size: 1.4rem;
	line-height:1.2em;
	-webkit-text-size-adjust: 100%; /* ios fix */
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body a {
	text-decoration: none;
	color: #ff0280;
}

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block
}
#content { clear: both;}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* =header
-------------------------------------------------------------- */
#header {
	width: 100%;
	float: left;
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #D2D2D2;
}
#header h1 a {
	display: block;
	float: left;
	width: 40%;
	max-width: 119px;
	height: 39px;
	text-indent: -9999px;
	background: url(../img/header/logo.gif) no-repeat;
	background-size: contain;
}
#header ul {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
}
#header #phone_reception img {
	vertical-align: top;
	float: right;
}
#header address {
	float: right;
	width: 45%;
	max-width: 130px;
	margin: 10px 10px 0 0;
}
#header address p {
	height: 9px;
	text-indent: -9999px;
	background: url(../img/common/reception.gif) no-repeat;
	background-size: contain;
}
#header address a {
	display: block;
	height: 21px;
	text-indent: -9999px;
	background: url(../img/common/phone_number.gif) no-repeat;
	background-size: contain;
}
#header #phone_reception {
	width: 153px;
	height: 8px;
	margin-bottom: 4px;
}
#common_menu_btn {
	background: url("/s/img/header/hamburger.gif") no-repeat 0 0;
	background-size: 26px 29px, auto auto;
	width: 26px;
	height: 29px;
	float: right;
	margin-top: 5px;
	text-indent: -9999px;
	cursor: pointer;
}
#header .common_menu_btn_close {
	background: url("/s/img/header/hamburger_close.gif") no-repeat 0 0;
	background-size: 26px 29px, auto auto;

}
#header #phone_number {
	width: 155px;
	height: 20px;
}
/* 開閉式グローバルナビ */
#common_menu {
	width: 100%;
	float: left;
	clear: both;
	display:none;
}
#cnav01 {
	width: 100%;
	display: table;
	padding: 10px 0;
	border-bottom: 1px solid #D2D2D2;
}
#cnav01 li {
	width: 30%;
	display: table-cell;
	text-align: center;
	background-position: center 5px, 0 0;
	background-repeat: no-repeat;
	background-size: 39px 38px, auto auto;
}
#cnav01 li a {
	color: #000;
	padding-top: 50px;
	display: block;
	font-weight: bold;
}
#cnav01 li:nth-child(1) {
	background-image: url("/s/img/common/cnav01.png");
}
#cnav01 li:nth-child(2) {
	background-image: url("/s/img/common/cnav02.png");
}
#cnav01 li:nth-child(3) {
	background-image: url("/s/img/common/cnav03.png");
}
#cnav02 {
	width: 100%;
	float: left;
}
#cnav02 li {
	width: 100%;
	border-bottom: 1px solid #D2D2D2;
}
#cnav02 li a {
	font-weight: bold;
	color: #000;
	display: block;
	padding: 10px;
	background: url("/s/img/common/arrow_pink.png") no-repeat right center;
	background-size: 23px 20px, auto auto;
}
#close_btn {
	background-color: #878787;
	text-align: center;
	cursor: pointer;
	clear: both;
	padding: 8px;
	color: #FFF;
}
/* グローバルナビ */
.gnav {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#gnav_map {
  clear: both;
  width: 100%;
  padding: 10px 5px;
  border-right: 1px solid #bdbcbd;
}
.gnav li {
	float: left;
	width: 25%;
	background-color: #ececec;/* IE6-9, other old browsers */
	background: -moz-linear-gradient(top, #fff, #ececec);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #fff, #ececec);/* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #fff, #ececec);/* Opera 11.10+ */
	background: linear-gradient(to bottom, #fff, #ececec);/* IE10+, W3C */
	border-bottom: 1px solid #bdbcbd;
}
#gnav_map a {
	width: 20rem;
	height: 26px;
	margin: 0 auto;
	padding-top: 0.5rem;
	font-size: 1.4rem;
	text-indent: 8px;
	background: url(../img/common/marker.png) no-repeat 0 center;
	background-size: 14px 19px, auto auto;
	border: none;
}
.gnav a {
	display: block;
	padding: 40px 0 5px 0;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	text-align: center;
	background-position: center 5px, 0 0;
	background-repeat: no-repeat;
	background-size: 33px 31px, auto auto;
	border-right: 1px solid #bdbcbd;
}
#gnav01 li:nth-child(1),
#gnav02 li:nth-child(1) { border-left: 1px solid #bdbdbd;}
#gnav01 li:nth-child(1) a { background-image: url(../img/header/gnav01.png);}
#gnav01 li:nth-child(2) a { background-image: url(../img/header/gnav02.png);}
#gnav01 li:nth-child(3) a { background-image: url(../img/header/gnav03.png);}
#gnav01 li:nth-child(4) a { background-image: url(../img/header/gnav04.png);}
#gnav02 li:nth-child(1) a { background-image: url(../img/header/gnav05.png);}
#gnav02 li:nth-child(2) a { background-image: url(../img/header/gnav06.png);}
#gnav02 li:nth-child(3) a { background-image: url(../img/header/gnav07.png);}
#gnav02 li:nth-child(4) a { background-image: url(../img/header/gnav08.png);}
/* 営業時間変更のお知らせ */
#notice {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0 0;
}
#notice h3 {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 2px 60px 2px 8px;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    background: #AF2329;
    border: solid 1px #A00710;
    border-radius: 6px;
    /* z-index: 1; */
}
#notice .btn_notice {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 100%;
	text-indent: -9999px;
	background: #fff;
	border-left: dashed 1px #ff0984;
}
.btn_notice:before, .btn_notice:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 20px;
    margin: auto;
    background: #C30C17;
}
.btn_notice:after {
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.down .btn_notice:before {
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.down .btn_notice:after {
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}
#notice div {
	width: 90%;
	margin: 0 auto 20px;
}

#notice .box {
    display: none;
    width: 90%;
    margin: 0 auto 20px;
    text-align: center;
}
#notice p { margin-bottom: 10px;}
#notice dl {
	overflow: hidden;
	margin: 0 auto 10px;
	font-size: 1.6rem;
}
#bnr_caution2 a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 19.6875%;
	text-indent: -9999px;
	background: url(../img/common/bnr_caution.jpg) no-repeat;
	background-size: contain;
}

.breadcrumbs:last-child {
    padding: 10px 0;
    border-bottom: none;
}

@media (min-width: 400px) {
	#notice dl {
		width: 80%;
	}
}
#notice dt {
	float: left;
	clear: both;
	margin: 0 10px 10px 0;
	font-weight: bold;
	color: #ff0984;
}
#notice dd { margin-bottom: 10px;}

/* =footer
-------------------------------------------------------------- */

#footer_nav {
	background: url("/s/img/common/footer_nav_bg.png") repeat-x 0 0;
	width: 100%;
	padding: 5px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
#footer_nav ul {
	width: 320px;
	height: 35px;
	margin: 0 auto;
	padding-left: 10px;
}
#footer_nav li {
	float: left;
	margin-right: 7px;
}
#footer_nav li:nth-child(1) {
	background: url("/s/img/common/footer_tel.png") no-repeat 0 0;
	background-size: 130px 35px, auto auto;
	width: 130px;
	height: 35px;
}
#footer_nav li:nth-child(1) a {
	background: url("/s/img/common/footer_tel.png") no-repeat 0 0;
	background-size: 130px 35px, auto auto;
	width: 130px;
	height: 35px;
	text-indent: -9999px;
	display: block;
}
#footer_nav li:nth-child(2) {
	background: url("/s/img/common/footer_magazine.png") no-repeat 0 0;
	background-size: 105px 35px, auto auto;
	width: 105px;
	height: 35px;
}
#footer_nav li:nth-child(2) a {
	background: url("/s/img/common/footer_magazine.png") no-repeat 0 0;
	background-size: 105px 35px, auto auto;
	width: 105px;
	height: 35px;
	text-indent: -9999px;
	display: block;
}
#footer_nav li:nth-child(3) {
	background: url("/s/img/common/footer_top.png") no-repeat 0 0;
	background-size: 50px 35px, auto auto;
	width: 50px;
	height: 35px;
}
#footer_nav li:nth-child(3) a {
	background: url("/s/img/common/footer_top.png") no-repeat 0 0;
	background-size: 50px 35px, auto auto;
	width: 50px;
	height: 35px;
	text-indent: -9999px;
	display: block;
}
#view_pc {
	background: url("../img/index/view_pc.gif") no-repeat 0 0;
	background-size: 175px 24px, auto auto;
	width: 175px;
	height: 24px;
	margin: 0 auto 20px;
	clear: both;
}
#view_pc a {
	background: url("../img/index/view_pc.gif") no-repeat 0 0;
	background-size: 175px 24px, auto auto;
	width: 175px;
	height: 24px;
	text-indent: -9999px;
	display: block;
}
/* グループ一覧 */
#glink {
	clear: both;
	width: 300px;
	margin: 0 auto 20px;
	border: solid 1px #ff015b;
	border-radius: 10px;
}
#glink h3 {
	position: relative;/*z-indexを有効にするため*/
	width: 254px;
	height: 29px;
	margin: -15px auto 0;
	text-indent: -9999px;
	background: url(../img/common/h_glink.gif) no-repeat scroll 0 0;
	background-size: 254px 29px, auto auto;
	z-index: 1;
}
#glink dl {
	padding: 10px 20px;
}
#glink dt {
	margin-bottom: 10px;
	font-size: 1.2rem;
	color: #666;
	border-bottom: solid 1px #666;
}
#glink dd a{
	display: block;
	width: 257px;
	height: 34px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background-size: 257px 34px, auto auto;
}
#glink dd{
	display: block;
	width: 258px;
	height: 34px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background-size: 257px 34px, auto auto;
}
#ocos a { background-image: url(http://www.o-street.net/img/bnr_ocos001.jpg);}
#hst a { background-image: url(http://www.h-street.net/img/bnr_hst001.jpg);}
#mas a { background-image: url(http://www.ma-street.net/img/bnr_mas001.jpg);}
#sakura a { background-image: url(http://www.s-practice.net/img/bnr_sakura001.jpg);}
#ujshinjuku a { background: url(http://www.uj-shinjuku.net/img/bnr_ujshinjuku001.jpg);}
#gocos a { background-image: url(http://www.go-street.net/img/bnr_gocos001.jpg);}
#ghst a { background-image: url(http://www.gh-street.net/img/bnr_ghst001.jpg);}
#fubaito a { background-image: url(http://www.fu-baito.com/wp-content/themes/fubaito_pc/img/bnr_fubaito001.jpg);}
#street a { background-image: url(http://www.street-gr.com/wp-content/themes/street_gr_pc/img/bnr_street001.jpg);}
#urugr a { background-image: url(http://www.uruwashii-gr.com//wp-content/themes/pc/img/bnr_urugr001.jpg);}
#career a {	background-image: url(http://career.street-gr.com/wp-content/themes/COS%20Mens%20Recruit/images/bnr_career001.jpg);}
/* 下層ページバナーエリア */
#banner_area {
    /* float: left; */
    width: 100%;
    /* margin-bottom: 20px; */
    margin-top: 16px;
}
#banner_area p a {
	display: block;
	width: 320px;
	height: 73px;
	margin: 0 auto 10px;
	text-indent: -9999px;
	background: url("/s/img/common/same_time.jpg");
	background-size: contain;
}
#banner_area ul {

	margin: 0 auto;
}

/* メインメニュー */
#main_menu {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
h2#title_main_menu {
	margin-bottom: 0;
}
#main_menu ul {
	width: 100%;
	float: left;
	border-bottom: 1px solid #B3B3B3;
}
#main_menu li {
	background: url("/s/img/common/main_menu_bg.png") repeat-x scroll left top;
	background-size: 5px 41px, auto auto;
	width: 50%;
	float: left;
	height: 43px;
	border-top: 1px solid #B3B3B3;
}
#main_menu li a {
	color: #222;
	width: 100%;
	float: left;
	height: 43px;
	text-align: center;
	padding-top: 12px;
	font-size: 1.3rem;
	font-weight: bold;
}
#main_menu li:nth-child(odd) {
	border-right: 1px solid #B3B3B3;
}
/* =global
-------------------------------------------------------------- */
/* 見出し要素 */

input[type="button"],
.link_button{
	padding: 10px;
	font-weight: bold;
	color: #333;
	text-align: center;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #e1e1e1 47%, #d3d3d3 50%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(47%,#e1e1e1), color-stop(50%,#d3d3d3), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e1e1e1 47%,#d3d3d3 50%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#e1e1e1 47%,#d3d3d3 50%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#e1e1e1 47%,#d3d3d3 50%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#e1e1e1 47%,#d3d3d3 50%,#eeeeee 100%); /* W3C */
	border: 1px solid #9d9b9c;
	border-radius: 3px;
}
/* アコーディオンメニューボタン */
.arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 20px;
	text-indent: -9999px;
	background: url(../img/hotel/arrow001.png) no-repeat;
	background-size: 20px 20px;
	cursor: pointer;
	-webkit-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
}
.down .arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.red { color: #FF0000;}

.sch_day_3 {
    width: 94%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.sch_day_3 a {
    float: left;
    width: 80px;
    text-align: center;
    background-color: #B60202;
    color: #fff;
    padding: 5px;
    margin: 2px;
    border-radius: 3px;
}

@media screen and (min-width: 410px) {
.sch_day_3 {
    width: 100%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.sch_day_3 a {
    float: left;
    width: 88px;
    text-align: center;
    background-color: #de549a;
    color: #fff;
    padding: 5px;
    margin: 7px;
    border-radius: 3px;
}
}