@charset "utf-8";
/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn{
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 20;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eedb91;
  color: #2F2F2F;

}
.menu-sp a {
	color: #f2bd48;
}
/*----------------------------
* メニュー本体
*----------------------------*/
.menu{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #242424;
}
.menu__item{
  width: 90%;
  height: auto;
  padding: .5em 1em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
	text-align: left;
	color: #f2bd48;
	font-weight: bold;

}

/*----------------------------
* アニメーション部分
*----------------------------*/

/* アニメーション前のメニューの状態 */
.menu{
  pointer-events: none;
  opacity: 0;
  transform-origin: center;
  transform: scale(.5);
  transition: all .3s ease;
}
/* アニメーション後のメニューの状態 */
.menu.is-active{
  pointer-events: auto;
  opacity: 1;
  transform: scale(1.0);
}
.date_20173031_right {display:flex; align-items:center;}

.date_20173031_right:after {margin-left:5px; border-top:1.5px solid #DA8E00; content:""; flex-grow:1;}
.menu p {
	width: 80%;
	text-align: left;
	color: #FFFFFF;
}
.iimm img {
	padding: 0 01em;

}

.iimm {
	text-align: right;
	width: 80%;
	height: auto;
}
.menu-pc {
	display: block;
}
.menu-sp {
	display: none;
}
.cxe {
	width: 50%;
	height: auto;
	margin-left: 25%;
	margin-right: 25%;
}
.spp {
display: none;	
	text-align: center;
}
.PCC {
	display: block;
	text-align: center;
}
@media screen and (max-width:1024px){
.menu-pc {
	display: none;
}
.menu-sp {
	display: block;
}

element.style {
    border: none;
    overflow: hidden;
    width: 90%;
    height: 300px;
}
}

@media screen and (max-width:900px){
.cxe {
	width: 98%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
}
}
@media screen and (max-width:768px){
.spp {
display: block;	
}
iframe {
  overflow: hidden;
}
.PCC {
	display: none;
}
}
.col_3{
	width: 60%;
	margin-left: 20%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	text-align: left;
	margin: 0.5em;
	width: 26%;
	padding: 10px;
	color: #FFFFFF;
    background-color: rgba(31,12,0,0.70);
}
.balloon5 {
  width: 55%;
 margin-left: 20%;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #ffffff;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #ffffff;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ffffff;
}

.says p {
  margin: 0;
  padding: 0;
}
.videoo {
	text-align: center;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		text-align: left;
		width: 40%;
}
.col_3{
	width: 100%;
		margin-left: 10%;
}
.balloon5 {
  width: 60%;
 margin-left: 10%;
  overflow: hidden;
}
.videoo video {
	width: 95%;
	height: auto;
}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.col_3 > div{
		text-align: left;
		width: 39%;
}
.col_3{
	width: 100%;
		margin-left: 0%;
}
.balloon5 {
  width: 95%;
 margin-left: 1%;
  overflow: hidden;
}
}


.dekai_img{
  width: 98%;
  height: auto;
  margin: 3em auto;
}
.dekai_img img {
  width: 100%;
  height: auto;
}


.mese{
  margin: 1em auto;
  width: 98%;
  max-width: 800px;
  line-height: 1.5em;
  text-align: justify;
}