@charset "utf-8";

/*----------------------------------------------------------------------------------------------------

  オンライン飲み会
  
----------------------------------------------------------------------------------------------------*/

@media print,screen and (min-width:641px) {
  .s-cont {
    padding-top:60px;
    padding-bottom:100px;
  }
  
  .nomikai .comingsoon {
    width:300px;
  }
}

@media screen and (max-width:640px) {
  .s-cont {
    padding-top:2em;
    padding-bottom:3em;
  }
  
  .nomikai .comingsoon {
    width:50%;
    max-width:240px;
  }
}

/*.nomikai p {
  display:inline-block;
  margin-left:auto;
  margin-right:auto;
  font-weight:bold;
  color:#d72323;
  padding:0.5em 1.25em;
  margin-top:1.5em;
  border-top:1px solid #d72323;
  border-bottom:1px solid #d72323;
}*/

.nomikai {
	max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.nomikai h2{
	color: #d72323;
	text-align:center;
	margin-bottom:30px; 
}

.nomikai h3{
	width:100%; 
	display:inline-block;
	text-align:left;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-top: 0;
    color: #d72323;
}

.nomikai h3 span{
	float:left;
	display: inline-block;
	width:auto; 
	line-height: 1.4;
    background-color: #d72323;
    border-radius: 3px;
    color: #fff;
    padding: 0.5em 0.75em;
    margin-right: 20px;
}

.nomikai h3 strong{
	line-height: 1.4;
	padding: 0.35em 0;
	box-sizing:border-box; 
	width: 80%;
    display: block;
    float: left;
}

@media screen and (max-width:640px){
.nomikai h3 strong{
	width: 100%;
}
}

.nomikai h4{
  font-weight:bold;
  color:#d72323;
  margin:1.5em 0 0.5em;
}

.nomikai ul{
	list-style:none; 
}

.n-img{
	margin:30px 0 0; 
}

.n-img-2{
	margin:30px 0; 
	display:inline-block;
	width:100%;
}

.n-img-5{
	margin:30px 0; 
	display:inline-block;
	width:100%;
}

.n-img img{
	margin:0 auto;
	display:block; 
}

.n-img-2 img{
	float:left;
	margin-right:20px; 
}

@media screen and (max-width:640px){
.n-img-2 img{
	width:calc(50% - 10px);
	margin-right:10px; 
}
}

.n-img-5 img{
	width:calc(33.333333% - 20px);
	float:left;
	margin-right:20px; 
	margin-bottom:10px; 
}

@media screen and (max-width:640px){
.n-img-5 img{
	width:calc(50% - 10px);
	margin-right:10px; 
}
}

.cooment{
	margin:90px 0;
}

@media screen and (max-width:640px){
.cooment{
	margin:60px 0 30px;
}
}

#entrant .comment-first{
	margin-top:45px;
	margin-bottom:115px;
}

#secretary .comment-first{
	margin-top:45px;
	margin-bottom:110px;
}

.cooment span{
	color:#f00; 
}

#entrant{
}

@media screen and (max-width:640px){
#entrant{
	padding-top:50px;
	box-sizing:border-box; 
}
}

#entrant ul{
	margin-top:0.5em;  
}

#secretary{
}
#operation .online-img{
	margin: 30px 0;
    display: inline-block;
    width: 100%;
}


#operation{
	padding-top:45px; 
}

#operation .online-img-a{
	width:calc(50% - 10px);
	margin-right:10px; 
	float:left; 
}
#operation .last-img , .nomikai .last-img{
	margin-bottom:0; 
}

@media screen and (max-width:640px){
#operation .online-img-a{
	width:calc(100% - 10px);
	margin-right:10px; 
	margin-bottom:20px; 
	float:left; 
}
#operation .online-img-a:nth-child(2) {
	margin-bottom:0px; 
}
#operation .online-img-a:nth-child(2) img{
	display:block; 
	margin:0 auto;
}
#operation .last-img , .nomikai .last-img{
	margin-bottom:0; 
}
}

.nomikai-menu{
	padding-bottom:45px; 
}

.nomikai-menu h2{
	margin:0; 
	margin-top:1em; 
}

.nomikai-menu ul {
	width:calc( 100% + 20px ); 
	display:inline-block;
}

@media screen and (max-width:640px){
.nomikai-menu ul {
	width:100%; 
}
}

.nomikai-menu ul li{
	float: none;
    width: 100%;
    min-width: 320px;
    margin-bottom: 20px;
    margin: 0 auto 20px;
    max-width: 480px;
}

@media screen and (max-width:640px){
.nomikai-menu ul li{
    min-width:inherit;
}
}

.nomikai-menu ul li a{
	display:block; 
	width:100%;
}

.app , .android{
	float: left;
    display: block;
    height: 49px;
}

.app {
	margin-top:10px;
}

.android img{
	max-width:157px; 
}

@media screen and (max-width:640px){
.android {
	margin-left:5px;
}
.android img{
	margin-left:-10px;
}
}

