@charset "utf-8";
/*!
 * base CSS
 * ---------------------------------------------
 * 共通レイアウトに関わるCSS
 */

/* reset
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,menu,nav,section { 
    display:block;
}

article,aside,details,figcaption,figure,footer,header,menu,nav,section,
* {
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
* {
	font-size:100%;
}
body {
    line-height: 1.5em;
    font-size: 100%;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    background-image: url(../images/bg_roppngi.jpg);
    background-repeat: repeat;
    color: #003c37;
}
ol,ul,li {
  list-style: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    float: none;
}
table {
	border-collapse: collapse;
}
html {
	-webkit-text-size-adjust: 100%;
}
* {
	max-height: 99999px;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
	
/*  PIE ！パス確認ください！
---------------------------------*/

.numb,
.playTime,
.djList figure {
	position: relative;
	behavior: url(/resources/js/PIE.php);
}

/*===================================
	font link
=====================================*/

body,
a,a:visited {
    color: #fff;
}
.navi,.navi a,.navi a:visited,
.header,
.contHeader,
.footer,
.aboutTbl th,
.join,
.team .secTtl,
.menu,
.dj,.dj a,.dj a:visited,
.snsList h3,
.contact,.contact a,.contact a:visited {
}
.outline .secTtl,
.aboutTbl td {
    color: #003c37;
}
.teamList h3 span {
	color: #d2d2d2;
}
.hldy,
.scheduleTbl tbody td {
	color: #bf3a0b;
}
time {
	color: #b99c36;
}
.secTtl {
	font-size: 48px;
	font-weight: normal;
}
.navi,
.header,
.footer,
.secTtl,
.numb,
.aboutTbl th,
.scheduleTbl,
.contact {
	text-align: center;
}
a {
	text-decoration: none;
}
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

.linkpink a {
	color: #ff66cc;
	text-decoration: none
}
.linkpink a:link {
	color: #ff66cc;
	text-decoration: none
}
.linkpink a:visited {
	color: #ff66cc;
	text-decoration: none
}
.linkpink a:hover {
	color: #ffccff;
	text-decoration: underline;
}
.linkwhite a {
	color: #ffffff;
	text-decoration: none
}
.linkwhite a:link {
	color: #ffffff;
	text-decoration: none
}
.linkwhite a:hover {
	color: #ffccff;
	text-decoration: underline;
	margin-bottom: 10px;
}
.linkCyanosis a {
    color: #003c37;
    text-decoration: none
}
.linkCyanosis a:link {
	color: #00204e;
	text-decoration: none
}
.linkCyanosis a:hover {
	color: #ff0000;
	text-decoration: underline;
	margin-bottom: 10px;
}
.linkGreen a {
    color: #003c37;
    text-decoration: none
}
.linkGreen a:link {
	color: #003c37;
	text-decoration: none
}
.linkGreen a:hover {
	color: #ff0000;
	text-decoration: underline;
	margin-bottom: 10px;
}

/*===================================
	layout	
=====================================*/

.inner {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    color: #003c37;
}
.pagetop p,
.parallel,
.step li,
.stop,
.menuList li,
.menuList figure ul,
.menuList li li,
.playTime,
.djList li,
.access dl {
	overflow: hidden;
	zoom: 1;
}
.parallel > li,
.menuList .logo,
.menuList figure li {
	float: left;
}
.csoon img {
	margin: 100px auto;
}
.spHidden {
	display: none;
}
.secTtl {
    margin-bottom: 25px;
    text-align: left;
    border-bottom: 2px solid #003c37;
    padding-bottom: 10px;
    color: #003c37;
    font-size: 36px;
}
.secTtl img {
    margin-bottom: 85px;
}
.al_left {
	text-align: left;
}
.al_right {
	text-align: right;
}
.al_center {
	text-align: center;
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}

/*===================================
	navi	
=====================================*/

/*body {
	padding-top: 45px;
}*/
.navi {
	background-color: #FFFFFF;
}
/*.navi ul {
	display: inline;
}
.navi li,
.navi p {
	display: inline-block;
	padding: 0 1em;
}*/
.navi a:hover {
	opacity: .7;
}
/*.navi h2 {
	display: none;
}*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
}
body {
	padding-top: 40px;
}
.navi {
    height: 40px;
    line-height: 1;
}
.navi ul {
    display: block;
    width: 100%;
    border-top: solid 1px #174b97;
    background-color: #003c37;
}
.navi li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #dbdbe5;
    line-height: 60px;
}
.navi li a {
	display: block;
}
.navi h2,
.navi ul,
.navi p {
    position: absolute;
}
.navi h2 {
    display: block;
    top: 4px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/navi_open.png) no-repeat 0 0;
    text-align: left;
    text-indent: -999em;
    cursor: pointer;
}
.navi h2.open {
	background-image: url(../images/navi_close.png);
}
.navi ul {
	top: 40px;
}
.navi p {
	top: 8px;
	left: 20px;
	text-align: left;
	line-height: 24px;
}

/*===================================
	header	 navy
=====================================*/

.header h2 {
	font-size: 23px;
}
.header p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
}
.header {
	height: 670px;
	padding-top: 110px;
	background: #32345c url(../../../2018_roppongi/resources/images/bg_hd.jpg) no-repeat 50% 0;
	background-size: cover;
}
.header img {
	margin: 0 auto;
}
.header h1 img {
	margin-bottom: 48px;
}
.header h2 img {
	margin-bottom: 56px;
}
.header p {
	margin-bottom: 1.2em;
}

/*===================================
	header	 new
=====================================*/

.contHeader {
    padding-right: 0;
    padding-left: 0;
}
.contHeader .inner {
    width: 800px;
}
span.inner {
	display: block;
}
.contHeader h1 {
	margin-bottom: 45px;
}
.contHeader h2 {
}
.contHeader p {
	font-size: 14px;
	line-height: 1.8;
}
.contHeader p b {
	display: block;
	font-size: 20px;
	/* [disabled]color: #FFFFFF; */
}
.ttl {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.ttl img {
	margin: 0 auto;
}

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

.copy {
	font-size: 12px;
}
.footer {
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    background-color: #fff;
    padding-top: 30px;
}
.footer .inner {
}
.footer ul {
    padding-bottom: 0px;
    margin-bottom: 40px;
}
.footer li {
}
.copy {
    background-color: #003c37;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pagetop {
	position: fixed;
	left: 0;
	bottom: 90px;
	width: 100%;
	
	margin: 0 auto;
}
.pagetop p {
	width: 1080px;
	margin: 0 auto;
}
.pagetop a {
    display: block;
    float: right;
    width: 51px;
    height: 51px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../images/pagetop.png);
    background-color: #003c37;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-indent: -999em;
    text-align: left;
}

/*===================================
	palallax
=====================================*/

.palallax {
    position: relative;
    overflow: hidden;
    min-height: 472px;
    padding-top: 40px;
}
.palallax > img {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    object-fit: cover;
    height: 130vh;
}

/*===================================
	outline
=====================================*/

.outline {
    padding-right: 0;
    padding-left: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/bg_roppngi_outline.jpg);
    background-attachment: scroll;
}
.inner_outline {
    width: 714px;
    margin-left: auto;
    margin-right: auto;
    color: #003c37;
    padding-left: 64px;
    background-image: url(../images/secTtl_outline.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    padding-top: 40px;
    margin-bottom: 60px;
}
.inner_entry {
    width: 714px;
    margin-left: auto;
    margin-right: auto;
    color: #003c37;
    padding-left: 64px;
    background-image: url(../images/secTtl_entry.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    margin-bottom: 60px;
}
.outline .secTtl {
    margin-bottom: 25px;
    text-align: left;
    border-bottom: 2px solid #003c37;
    padding-bottom: 10px;
    color: #003c37;
    font-size: 36px;
}
.aboutTbl {
    width: 100%;
    line-height: 1.4;
    border-right: 1px solid #dbdbe5;
}
.aboutTbl th {
    width: 200px;
    border-top: solid 1px #4d4c71;
    background-color: #003c37;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    color: #fff;
}
.aboutTbl tr:nth-last-child(1) th {
    border-bottom: solid 1px #4d4c71;
    text-align: center;
}
.aboutTbl td {
    padding-top: 0.8em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0.8em;
    border-top: solid 1px #dbdbe5;
    border-right-width: 0px;
}
.aboutTbl tr:nth-last-child(1) td {
    border-bottom: solid 1px #dbdbe5;
    border-right: 1px solid #dbdbe5;
}
/*===================================
	join
=====================================*/

.numb {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 24px;
}
.numb span {
    font-size: 34px;
}
.step h3 {
    font-size: 30px;
}
.step p {
    font-size: 18px;
    margin-bottom: 7px;
}
.how li {
    font-size: 24px;
}
.how p {
    font-size: 16px;
}
.caution {
    font-size: 14px;
}
.stop {
}
.join {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 60px;
}
.join .inner {
    width: 650px;
    color: #003c37;
}
.step {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    color: undefined;
}
.step li {
    margin-bottom: 15px;
}
.numb {
    float: left;
    width: 91px;
    height: 87px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.numb span {
    display: block;
}
.step h3, .step p {
    margin-left: 80px;
}
.step h3 {
    margin-top: 10px;
    line-height: 1.2;
}
.step .s2 h3 {
    margin-top: -5px;
    line-height: 1.2;
}
.step p img {
    display: inline-block;
    vertical-align: middle;
}
.how p {
    font-size: 18px;
    margin-bottom: 10px;
}
.caution {
    padding-top: 50px;
    padding-bottom: 25px;
    line-height: 1.2;
}
.caution ul, .caution li {
    margin-bottom: 1.6em;
    font-size: 17px;
}
.caution li {
    padding-left: 1.6em;
    position: relative;
}
.caution li:before {
    display: block;
    content: "";
    width: 16px;
    height: 27px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../../../2018_roppongi/resources/images/icon_caretion.png);
    background-size: 16px 27px;
}
.stop {
}
.stop img {
    float: left;
    margin-right: 18px;
}
.stop b {
    display: block;
    margin-top: 13px;
    font-weight: normal;
}

.caution {
	margin-top:20px;
	margin-bottom: 40px;
	padding: 20px;
	background: rgba(255,255,255,.8);
	color: #434343;
	line-height: 1.2;
}
.caution dt,
.caution dd {
	margin-bottom: 0.8em;
}
.caution dd {
	padding-left: 1em;
×	text-indent: -1em;
}
.caution dd:before {
	content: "・";
}



/*===================================
	team
=====================================*/

.team .inner {
    width: 652px;
}
.teamHeader .inner {
    width: 820px;
}
.inner_team {
    width: 714px;
    margin-left: auto;
    margin-right: auto;
    color: #003c37;
    padding-left: 64px;
    background-image: url(../images/secTtl_team.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    padding-top: 40px;
    margin-bottom: 60px;
}
.inner_drink {
    width: 714px;
    margin-left: auto;
    margin-right: auto;
    color: #003c37;
    padding-left: 64px;
    background-image: url(../images/secTtl_drink.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    margin-bottom: 60px;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.teamList time {
	font-size: 15px;
}
.teamList h3 {
    font-size: 15px;
    line-height: 1.2;
}
.teamList h3 span {
	font-size: 10px;
}
.teamList li li,
.teamList p {
	font-size: 14px;
	line-height: 1.6;
}
.teamList li img {
    margin-top: 10px;
}
.teamList .txt {
    clear: both;
    margin-bottom: 25px;
}
.teamList p + p {
	font-size: 12px;
	line-height: 1.4;
}
.team {
    padding-right: 0;
    padding-left: 0;
    background-repeat: repeat;
    background-position: 0 0;
}
.team .secTtl {
    color: #003c37;
}
.teamList {
	margin-right: -15px;
}
.teamList li {
    width: 290px;
    margin-top: 0;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: 25px;
    padding: 15px 10px 10px 15px;
    border: 1px solid #003c37;	/*background: #fff;*/
    /* [disabled]border-radius: 10px; */
    height: auto;
}
.teamList li {
	background: #eee;
}
.teamList li a {
	color: #003c37;
}
.teamList li a:hover {
color: #ff0000;
text-decoration: underline;
margin-bottom: 10px;
}
.teamList li .t3 {
	margin-right: -15px;
}
.drinkRate li {
    width: 180px;
    margin-top: 0;
    margin-right: 15px;
    margin-left: 0;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    border: 1px solid #003c37;	/*background: #fff;*/
    /* [disabled]border-radius: 10px; */
    height: auto;
}
.drinkRate .r1 {
    background-color: #fff;
    background-image: url(../images/team_r_bg01.png);
    height: 230px;
    background-repeat: no-repeat;
    margin-bottom: -25px;
}
.drinkRate .r2 {
    background-color: #fff;
    height: 230px;
    background-image: url(../images/team_r_bg02.png);
    background-repeat: no-repeat;
}
.drinkRate .r3 {
    background-color: #fff;
    height: 230px;
	margin-right: -15px;
    background-repeat: no-repeat;
    background-image: url(../images/team_r_bg03.png);
}
.drinkRate h5 {
    font-size: 16px;
    background-color: #003c37;
    margin-left: -15px;
    margin-right: -10px;
    margin-top: 200px;
    height: 32px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
}
.teamList li li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 1em;
	border: none;
	text-indent: -1em;
}
.teamList time {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    background-color: #003c37;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -10px;
    padding-left: 0px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
}
.teamList h3 {
	margin-bottom: 7px;
}
.teamList h3 span {
	display: block;
	margin-top: 1em;
}
.teamList h4 {
	font-size: 0.84em !important;
	margin-bottom: 15px;
	line-height: 1.5em;
}
.teamList p + p {
	margin-top: 0.5em;
}
.teamList li li:before {
	content: "・";
}

/*===================================
	schedule
=====================================*/

.scheduleTbl thead {
	font-size: 12px;
}
.scheduleTbl tbody,
.schedule p {
	font-size: 14px;
}
.scheduleTbl tbody th {
	text-align: left;
}
.scheduleTbl thead {
	line-height: 1.4;
}
.scheduleTbl tbody {
	line-height:1.2;
}
.scheduleTbl th {
	font-weight: normal;
}
.schedule {
	padding: 70px 0 80px;
	background: #fff url(../images/bg_schedule.jpg) repeat 50% 0;
}
.schedule .secTtl {
	margin-bottom: 45px;
}
.scheduleTbl {
	margin-bottom: 5px;
	border: solid 3px #cdb78e;
	background: #fff;
}
.scheduleTbl thead,
.scheduleTbl tbody {
	width: 100%;
}
.scheduleTbl th {
	font-weight: normal;
}
.scheduleTbl th,
.scheduleTbl td {
	padding: 0.8em 0;
	border-right: solid 1px #cdb78e;
	border-bottom: solid 1px #cdb78e;
}
.scheduleTbl thead tr:nth-last-child(1) td {
	padding: 0.4em 0;
}
.scheduleTbl td:nth-last-child(1) {
	border-right: none;
}
.scheduleTbl tbody tr:nth-last-child(1) th,
.scheduleTbl tbody tr:nth-last-child(1) td {
	border-bottom: none;
}
.scheduleTbl tbody th,
.scheduleTbl tbody td {
	border-bottom-style: dotted;
}
.scheduleTbl thead th {
	width: 223px;
	background: #e6dbc6;
}
.scheduleTbl .bg {
	background: #c0dcf3;
}
.scheduleTbl tbody th {
	padding-left: 1em;
}
.scheduleTbl tbody td {
	width: 66px;
}
.schedule p.note {
	margin: -1em 0 1em;
	text-align: right;
}

/*===================================
	menu
=====================================*/

.menuList p {
	font-size: 14px;
}
.menu  {
    padding-right: 0;
    padding-left: 0;
    background-repeat: repeat;
    background-position: 0 0;
    color: #003c37;
}
.menu .inner {
    width: 650px;
}
.menuHeader .inner {
    width: 820px;
}
.inner_menu {
    width: 714px;
    margin-left: auto;
    margin-right: auto;
    color: #003c37;
    padding-left: 64px;
    background-image: url(../images/secTtl_menu.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    margin-bottom: 60px;
    padding-top: 40px;
}
.menu .secTtl {
	margin-bottom: 40px;
	line-height: 1.2;
}
.menu .subTtl {
    margin-bottom: 25px;
    text-align: left;
    color: #003c37;
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: normal;
}
.menuList {
	line-height: 1.4;
}
.menuList li {
	margin: 0 0 60px;
}
.menuList li li {
	width: 153px;
	margin: 0 8px 8px 0;
}
.menuList li a {
color: #000000;
}
.menuList li a:hover {
color: #ff0000;
text-decoration: underline;
margin-bottom: 10px;
}
.menuList .logo {
	margin-bottom: 23px;
}
.menuList h3 {
	margin-left: 195px;
}
.menuList p {
	margin: 0.8em 0 1em 195px;
}
.menuList .images {
	clear: both;
}
.menuList .images ul {
	margin-right: -8px;
}

/*===================================
	dj
=====================================*/

.dj  {
    padding-right: 0;
    padding-left: 0;
    color: #003c37;
}
.dj .inner {
    width: 650px;
}
.djHeader .inner {
    width: 820px;
}
.inner_dj {
    width: 714px;
    margin-left: auto;
    margin-right: auto;
    color: #003c37;
    padding-left: 64px;
    background-image: url(../images/secTtl_dj.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    margin-bottom: 60px;
    padding-top: 40px;
}
.dj h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
}
.dj h5 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.6em;
}
.dj .timetable {
    text-align: center;
    margin-bottom: 40px;
}
.playSchedule dt {
	font-family: Helvetica, sans-serif, Arial;
}
.playTime {
	color: #5e3459;
}
.playSchedule dt {
	color: #ff0058;
}
.playTime {
	font-size: 24px;
}
.playSchedule dt {
	font-size: 15px;
}
.playSchedule dd {
	font-size: 20px;
}
.djList h3 {
	font-size: 28px;
}
.djList p {
	font-size: 14px;
}
.djList a{
	    color: #003c37;
}
.playTime {
	font-weight: bold;
}

.playTime {
	margin: 60px 0 56px;
	padding: 30px 0 20px 160px;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.playTime dt {
	float: left;
	margin-top: 0.8em;
}
.playTime dd {
	margin: 0 0 10px 190px;
}
.playSchedule {
	margin-bottom: 78px;
	padding-top: 1.2em;
	border-top: solid 1px #836280;
	line-height: 1.4;
}
.playSchedule dt {
	position: relative;
	padding-left: 27px;
}
.playSchedule dd {
	margin: -1.2em 0 0.8em;
	padding: 0 0 0.8em 146px;
	border-bottom: solid 1px #836280;
}

.djList li {
	margin-bottom: 54px;
}
.djList figure {
	float: left;
}
.djList figure img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.djList h3,
.djList p {
	margin-left: 223px;
}
.djList h3 {
	margin-bottom: 1em;
	line-height: 1.4;
}
.djList p {
	line-height: 1.6;
}
.djList p.mb {
	margin-bottom: 2em;
}
.weblink {
	margin-top: 2em;
}
.weblink a:hover {
	text-decoration: underline;
}

/*===================================
	sns
=====================================*/

.snsList h3 {
	font-size: 18px;
	font-weight: normal;
}
.sns  {
}
.snsHeader {
    padding-right: 0;
    padding-left: 0;
}
.snsHeader .inner {
    width: 820px;
}
.inner_sns {
    width: 714px;
    margin-left: auto;
    margin-right: auto;
    color: #003c37;
    padding-left: 64px;
    background-image: url(../images/secTtl_sns.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    margin-bottom: 60px;
    padding-top: 40px;
}
.sns .secTtl {
    margin-bottom: 25px;
}
.snsList {
    color: #fff;
}
.snsList li {
    width: 318px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-right: 18px;
}
.snsList .fb {
	background: #00479d;
}
.snsList .twt {
	background: #4480e4;
}
.snsList h3 {
	margin-bottom: 1em;
}
div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
	max-width: 318px !important;
}
div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
	width: 318px !important;
}

/*===================================
	appli
=====================================*/

.appli  {
    padding-right: 0;
    padding-left: 0;
}
.inner_appli {
    width: 714px;
    margin-left: auto;
    margin-right: auto;
    color: #003c37;
    padding-left: 64px;
    background-image: url(../images/secTtl_appli.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    margin-bottom: 60px;
    padding-top: 40px;
    background-color: #fff;
}
.appli h3 {
    display: flex;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 18px;
    padding-top: 20px;
    color: #caad70;
    margin-bottom: 15px;
    border-bottom: 2px solid #003c37;
}
.appli h4 {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 18px;
    padding-top: 20px;
    color: #caad70;
    margin-bottom: 15px;
    border-bottom: 2px solid #003c37;
}
.appli h5 {
    padding-right: 0;
    padding-left: 0;
    font-size: 18px;
    padding-top: 30px;
    color: #caad70;
    margin-bottom: 15px;
}
.appli .secLogo {
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.appli .section {
    overflow-y: auto;
    min-height: 300px;
    line-height: 1.4em;
}
.appli .section img {
    float: right;
    margin-right: 15px;
}
.applibnr {
    color: #003c37;
    text-align: center;
    padding-bottom: 30px;
}
.applibnr ul {
    padding-bottom: 20px;
    text-align: center;
    padding-top: 30px;
}

.applibnr ul li {
	margin: 0 6px;
	display: inline-block;
}

/*===================================
	collaboration
=====================================*/

.collaboration .inner {
    width: 652px;
}
.collaborationHeader .inner {
    width: 820px;
}
.inner_collaboration {
    width: 714px;
    margin-left: auto;
    margin-right: auto;
    color: #003c37;
    padding-left: 64px;
    background-image: url(../images/secTtl_collaboration.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    padding-top: 40px;
    margin-bottom: 60px;
}
.collaborationList time {
	font-size: 15px;
}
.collaborationList h3 {
    font-size: 15px;
    line-height: 1.2;
}
.collaborationList h4 {
    font-size: 15px;
    line-height: 1.2;
	text-align: center;
}
.collaborationList h3 span {
	font-size: 10px;
}
.collaborationList li li,
.collaborationList p {
	font-size: 14px;
	line-height: 1.6;
}
.collaborationList li img {
    margin-top: 10px;
}
.collaborationList .txt {
    clear: both;
    margin-bottom: 25px;
}
.collaborationList p + p {
	font-size: 12px;
	line-height: 1.4;
}
.collaboration {
    padding-right: 0;
    padding-left: 0;
    background-repeat: repeat;
    background-position: 0 0;
}
.collaboration .secTtl {
    color: #003c37;
    text-align: center;
}
.collaboration h4 {
    font-size: 21px;
    text-align: center;
    font-weight: normal;
}
.collaboration h5 {
    text-align: center;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 25px;
}
.collaborationList {
	margin-right: -15px;
}
.collaborationList li {
    width: 180px;
    margin-top: 0;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: 25px;
    padding: 15px 10px 10px 15px;
    border: 1px solid #003c37;	/*background: #fff;*/
    /* [disabled]border-radius: 10px; */
    height: auto;
}
.collaborationList li {
	background: #eee;
}
.collaborationList li .t3 {
	margin-right: -15px;
}
.collaborationList li li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 1em;
	border: none;
	text-indent: -1em;
}
.collaborationList time {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    background-color: #003c37;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -10px;
    padding-left: 0px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
}
.collaborationList h3 {
	margin-bottom: 7px;
}
.collaborationList h3 span {
	display: block;
	margin-top: 1em;
}
.collaborationList h4 {
	font-size: 0.84em !important;
	margin-bottom: 15px;
	line-height: 1.5em;
}
.collaborationList p + p {
	margin-top: 0.5em;
}
.collaborationList li li:before {
	content: "・";
}

/*===================================
	access
=====================================*/

.access  {
    padding-right: 0;
    padding-left: 0;
}
.accessHeader {
    padding-right: 0;
    padding-left: 0;
}
.access .inner {
	width: 960px;
}
.accessHeader .inner {
    width: 820px;
}
.inner_access {
    width: 714px;
    margin-left: auto;
    margin-right: auto;
    color: #003c37;
    padding-left: 64px;
    background-image: url(../images/secTtl_access.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    padding-top: 40px;
    min-height: 340px;
    margin-bottom: 60px;
}
.access .secTtl {
	margin-bottom: 70px;
}
.access figure {
	float: left;
	width: 470px;
}
#Map {
    float: left;
    width: 350px;
    height: 350px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
#Map img {
	max-width: inherit;
}
#Map .gm-style-iw div {
	overflow: visible !important;
	height: auto !important;
	min-height: 3em !important;
	line-height: 1.4;
}
.access .guide {
    float: left;
    width: 300px;
    padding-left: 20px;
    line-height: 1.8em;
    font-size: 14px;
    margin-bottom: 30px;
}
.access .guide h3 {
    font-size: 21px;
}
.access .guide .lines-on-sides {
    font-size: 15px;
    display: flex;
    align-items: center;
}
.access .guide .lines-on-sides:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #000;
    display: block;
}
.access dl {
	clear: both;
	width: 800px;
	margin: 0 auto;
	line-height: 1.6;
	font-size: 14px;
}
.access dl dt,
.access dl dd {
	float: left;
}
.access dl dd {
	clear: both;
}
.access dl dd.station {
	clear: none;
	float: right;
	width: 363px;
	margin-top: -1.6em;
}
.access dl dd dt,
.access dl dd.station dd {
	float: none;
	width: auto;
	margin: 0;
}

/*===================================
	contact
=====================================*/

.contact {
    font-size: 14px;
    line-height: 2;
    clear: both;
    border-top: 1px solid #003c37;
    border-bottom: 1px solid #003c37;
    margin-bottom: 20px;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.contact dt,
.contact dd {
	display: inline;
	padding: 0 0.5em;
}


/*===================================
	other
=====================================*/
.pad_lef {
	padding-left:20px;
}

.tab_wid {
	width: 400px;
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {
	
	
	body {
		font-size: 18px;
	}
	.pcBrk {
		display: none;
	}
	
	/*===================================
		layout	
	=====================================*/
	
	.inner,
	.join .inner,
	.team .inner,
	.menu .inner,
	.dj .inner,
	.sns .inner,
	.collaboration .inner,
	.access .inner,
	.footer .inner {
		width: 534px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.spHidden {
		display: block;
	}
	.pcHidden {
		display: none;
	}
	.secTtl {
    font-size: 30px;
    line-height: 1.5em;
}
	
	/*===================================
		navi	
	=====================================*/
	
	.navi {
		font-size: 24px;
	}
	/*body {
		padding-top: 40px;
	}
	.navi {
		height: 40px;
		font-size: 24px;
		line-height: 1;
	}
	.navi ul {
		display: block;
		border-top: solid 1px #174b97;
		background-color: #00204e;
	}
	.navi li {
		display: block;
		padding: 0;
		border-bottom: solid 1px #174b97;
		line-height: 60px;
	}
	.navi li a {
		display: block;
	}
	.menuSp h2,
	.menuSp ul,
	.navi p {
		position: absolute;
	}
	.menuSp h2 {
		display: block;
		top: 8px;
		right: 20px;
		width: 24px;
		height: 24px;
		background: url(../images/navi_open.png) no-repeat 0 0;
		text-align: left;
		text-indent: -999em;
		cursor: pointer;
	}
	.menuSp h2.open {
		background-image: url(../images/navi_close.png);
	}
	.menuSp ul {
		top: 40px;
	}
	.navi p {
		top: 8px;
		left: 20px;
		text-align: left;
		line-height: 24px;
	}*/
	
	/*===================================
		header	 navy
	=====================================*/
	
	.header p {
		font-size: 18px;
	}
	.header {
		height: 730px;
	}
	.en .header {
		height: 810px;
	}
	
	/*===================================
		header	 new
	=====================================*/
	
	.contHeader {
	}
	.contHeader .inner {
    width: 600px;
}
	.contHeader h1 {
		margin-bottom: 30px;
	}
	.contHeader h2 {
	}
	.contHeader p {
		font-size: 18px;
		line-height: 1.8;
	}
	.contHeader p b {
	font-size: 24px;
	}
	.ttl {
	padding-top: 70px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 108px;
	background-size: cover;
	background-position: 50% 0%;
}
	
	/*===================================
		footer	
	=====================================*/
	
	.footer {
		line-height: 1.2;
	}
	.copy {
		font-size: 14px;
	}
	.pagetop p {
		width: 100%;
	}
	.contact {
        width: 100%;
    }
    
	/*===================================
		palallax
	=====================================*/
	.palallax {
    min-height: 300px;
    padding-top: 200px;
    }
	
	/*===================================
		outline
	=====================================*/
	.contHeader .inner {
        width: 600px;
    }
	.aboutTbl th {
		width: 200px;
	}
	.inner_outline {
    width: 554px;
    }
    .inner_entry {
    width: 554px;

    }
	/*===================================
		join
	=====================================*/
	
	.step p {
		font-size: 22px;
	}
	.how li {
		font-size: 27px;
	}
	.how p {
		font-size: 18px;
	}
	.caution {
		font-size: 16px;
	}
	.stop {
		font-size: 22px;
	}
	.how li:before {
		font-size: 40px;
	}
	.step h3 {
		margin-top: 0;
	}
	.step .s2 h3 {
		margin-top: 5px;
	}
	.how li {
		padding-left: 0.9em;
		text-indent: -0.9em;
	}
	.how p {
		margin-left: 0;
		text-indent: 0;
	}
	.caution {
		padding: 53px 30px 50px;
	}
	.stop {
		margin: 0;
	}
	
	/*===================================
		team
	=====================================*/
	.teamHeader .inner {
    width: 600px;
    }
	.inner_team {
        width: 554px;
    }
    .inner_drink {
×    width: 554px;
    }
	.teamList time {
		font-size: 18px;
	}
	.teamList h3 {
		font-size: 24px;
	}
	.teamList h3 span {
		font-size: 14px;
	}
	.teamList li li,
	.teamList p {
		font-size: 18px;
	}
	.teamList p + p {
		font-size: 15px;
	}
	.teamList.parallel li {
		float: none;
		width: auto;
		margin: 0 0 43px;
		padding: 30px 40px;
	}
	.teamList,
	.teamList.parallel li li {
		margin: 0;
		padding: 0;
	}
	.teamList li.coin {
		width: auto;
	}
	.teamList time {
	font-size: 24px;
	}
	.teamList .text_T_Mix {
    	font-size: 24px !important;
	}
	.teamList .text_Mix {
    	font-size: 19px !important;
	}
	.teamList .text_Mix_e {
    	font-size: 17px !important;
	}
	.drinkRate li {
×    	width: 146px;
   	 }
	
	/*===================================
		menu
	=====================================*/
	.menuHeader .inner {
        width: 600px;
    }
	.inner_menu {
    width: 554px;
    }
	.menuList h3 {
		font-size: 18px;
	}
	.menuList p {
		font-size: 17px;
	}
	.menuList figure {
		margin-right: -20px;
	}
	.menuList li li {
		width: 120px;
		margin: 0 20px 20px 0;
	}
	.menuList .logo {
		width: 200px;
	}
	.menuList .logo img {
		width: 100%;
	}
	.menuList h3,
	.menuList p {
		margin-left: 210px;
	}
	
	/*===================================
		dj
	=====================================*/
	.djHeader .inner {
       width: 600px;
    }
	.dj .inner {
    width: 600px;
    }
	.inner_dj {
    width: 554px;
    }
	.playTime {
		font-size: 28px;
	}
	.playSchedule dt {
		font-size: 18px;
	}
	.playSchedule dd {
		font-size: 24px;
	}
	.djList p {
		font-size: 16px;
	}
	.playTime {
		padding-left: 50px;
	}
	.djList figure {
		margin-right: 29px;
	}
	.djList h3,
	.djList p {
		margin-left: 0;
	}
	.djList p.mb {
		margin-bottom: 0;
	}
	
	/*===================================
		sns
	=====================================*/
	
	.sns  {
    height: auto;
    padding-bottom: 60px;
	}
	.inner_sns {
    width: 554px;
    text-align: center;
    }
	.snsHeader .inner {
        width: 600px;
    }
	.snsList {
		margin: 0;
	}
	.snsList.parallel li {
		float: none;
		width: auto;
		margin: 0 0 30px;
		padding: 15px 15px 20px;
	}
	.twitter-timeline {
		width: 500px !important;
	}
	div.fb-like-box,
	div.fb-like-box iframe[style],
	div.fb-like-box span {
		max-width: 500px !important;
	}
	div.fb_iframe_widget,
	div.fb_iframe_widget iframe[style],
	div.fb_iframe_widget span {
		width: 500px !important;
	}
	
	/*===================================
	    appli
    =====================================*/
    .inner_appli {
    width: 554px;
    }
	
	/*===================================
		collaboration
	=====================================*/
	.inner_collaboration {
    width: 554px;
    }
	.collaborationList h3 {
		font-size: 24px;
	}
	.collaborationList h3 span {
		font-size: 14px;
	}
	.collaborationList li li,
	.collaborationList p {
		font-size: 18px;
	}
	.collaborationList p + p {
		font-size: 15px;
	}
	.collaborationList.parallel li {
		float: none;
		width: auto;
		margin: 0 0 43px;
		padding: 30px 40px;
	}
	.collaborationList,
	.collaborationList.parallel li li {
		margin: 0;
		padding: 0;
	}
	
	/*===================================
		access
	=====================================*/
	.accessHeader .inner {
        width: 600px;
    }
	.inner_access {
    width: 554px;
    }
	.access dl {
		width: auto;
		font-size: 16px;
		text-align: center;
	}
	.access figure,
	#Map {
		float: none;
		width: 500px;
		margin: 0 auto 30px;
	}
	#Map {
		height: 380px;
	}
	.access .guide {
    float: none;
    }
	.access figure img {
		width: 100%;
	}
	.access dl dt,
	.access dl dd,
	.access dl dd.station {
		float: none;
	}
	.access dl dd.station {
		width: auto;
		margin-top: 1em;
	}
}
