@charset "UTF-8";

body{
background:#f2f4f5;
overflow: hidden;
}
/*--------------------パーツ--------------------*/
.red{color:#e61616;}
.clear{clear:both;}
.center{text-align:center;}

/*--------------------ライブチャット--------------------*/
.livechatTitle img{
  display: table;
  width: 38px;
  margin: 0 auto;
}
.livechatTitle span{
  display: block;
  margin-top: -2px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#content, #contentOff{
background:white;
border-radius:10px;
margin:0 auto;
}
.chatTop{ overflow: hidden;}

/*-----ライブチャット説明-----*/
.about{
float:left;
margin: 0;
}

/*-----メッセージ-----*/
.msg {
  text-align: center;
  margin: 0 0 20px;
  border: 2px #e61616 solid;
  padding: 10px;
  color: #e61616;
  font-weight: bold;
  line-height: 1.6;
}

/*-----吹き出し-----*/
.livechatBalloon{
background: #005bac;
position: relative;
border-radius: 4px;
}
.livechatBalloon p {
font-size: 13px;
color:white;
margin: 7px 0 0;
}
.about > img{ display: block; margin: 12px auto 0;}
.livechatBalloon a, .livechatBalloon a:visited{color:white;}
.livechatBalloon a:hover{text-decoration: none;}
.character{text-align:center;}

/*-----注意事項-----*/
.livechatNote{
font-size: 12px;
line-height:1.8;
background:url(images/icon_point.gif) no-repeat left top;
margin: 22px 0 0;
padding-left:32px;
line-height: 1.6;
}
.livechatNote li{
list-style: disc;
margin: 5px 0 0 25px;
}
.livechatNote a, .livechatNote a:visited{ color:#005bac;}
.livechatNote a:hover{ text-decoration: none;}

/*-----Zopim-----*/
.chatArea{
height:100%;
overflow:hidden;
position: relative;
}
.chatArea iframe{
min-width:380px;
min-height:400px;
}
.chatArea > img{ 
  width: 120px; 
  position: absolute; 
  bottom: 100px; 
  right: 30px; 
}

/*-----コピー-----*/
#copy{
font-size:9px;
text-align:center;
margin:12px 0;
}

/*-----休業-----*/
.subject{
	font-size: 22px;
  color: #005bac;
  text-align: center;
}
.closeTime {
	background: #f5f5f5;
	padding: 15px;
	margin: 0 0 20px;
	border-radius:4px;
}
.closeTimeTtl { font-weight: bold;}
.closeChatTxt { font-size: 14px;}
.closeChatTxt p { margin: 0 0 10px;}
.closeChatTxt p:last-child { margin: 10px 0 0;}
.endyear{ 
  padding: 12px;
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: bold;
  border: #e61616 2px solid;
}
.endyear a{ color: #e61616;}
.endyear a:hover{ text-decoration: none;}

/*-----リンク-----*/
.arrowBlue { padding-left: 12px;}

/*----------------------------------------PC ＆ タブレット　641px以上----------------------------------------*/
@media only screen and (min-width: 641px) {
  .livechatTitle{margin:12px 0 13px 0;}

  #content, #contentOff{
  width: 680px;
  margin:auto;
  padding:20px;
  }
  .about{width:285px;}
  .livechatBalloon{
  padding:13px 20px;
  }
  .chatArea{float:right;}
  
  /*-----営業時間外-----*/
  .subject{
  font-size:28px;
  }
  .offtime .livechatBalloon{
  float:right;
  margin:10px 0 0;
  }
  .offtime{
  width:580px;
  margin:0 0 35px 10px;
  }
}

/*----------------------------------------スマートフォン　640px以下----------------------------------------*/
@media only screen and (max-width: 640px) {
  img{
  max-width:100%;
  height:auto;
  }
  .livechatTitle{
  width: 98%;
  margin:12px 1%;
  }
  .livechatTitle img{
    width: 32px;
  }
  .livechatTitle span{
    font-size: 18px;
  }
  #content{
  width: 96%;
  margin:0 auto;
  padding: 3.5%;
  box-sizing: border-box;
  }
  .about{
    float: none;
    margin: 0 0 20px;
  }
  .livechatBalloon{
  width:94%;
  text-align:center;
  padding:12px 3%;
  }
  .chatArea{
    margin: auto;
    float: none;
  }

  /*-----営業時間外-----*/
  #contentOff{
  width: 90%;
  margin:0 auto;
  padding:4%;
  }
  .offtime{margin:10px 0 35px 0;}
}

