/*
Theme Name: yarocal2019
Theme URI: http:/www.spb.co.jp
Author: エスピーブレイン
Author URI: http:/www.spb.co.jp
Description: やろう!!イベント!!カレンダー2019公式サイト用テンプレート
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yarocal2019
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------

--------------------------------------------------------------*/

@charset "utf-8";

/* =========================================== */
/* リセット
/* =========================================== */
/*  */

/* =========================================== */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
	display:block;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}



/* =========================================== */
/* 初期設定・共通項目
/* =========================================== */
/*  */

/* =========================================== */

html{
	overflow:auto;
	font-size:62.5%; /*10px*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	height:100%;
}
body{
	background-color:#fff;
	width:100%;
	height:100%;
	color:#FFF;
	position:relative;
	line-height:1.6em;
}


@media screen and (min-width:641px){
	.ispc{
		
	}
	.ismobile{
		display: none;

	}
}

@media screen and (max-width: 640px) {
	/*  - 640px */
	.ispc{
		display: none;
	}
	.ismobile{
		
	}
}


.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
/* ヘッダー */
/* =========================================== */
header {
	background: url(img/header_bg.png);
	background-repeat: repeat-x;
	height:160px;
	z-index: 10;
}
#header_inner {
	width: 1000px;
	margin: 0 auto;
    display: flex;
	justify-content: space-between; 
}
.header_logo {
	margin: 10px 0;
}

@media screen and (max-width: 640px) {
	/*  - 640px */
	#header_inner {
		width: 100%;
	}
	.header_logo img{
		width:70%;
		height:auto;
}
}


/* グローバルメニュー */
ul#nav {
	align-items: center;
	margin: 30px 0;
}
ul#nav li {
	display: inline-block;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
}
ul#nav li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
ul#nav li a:hover{
	color:#ecbb6b;
}
#overlay{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(255,90,0,0.6);
	padding: 0 20px;
	box-sizing: border-box;
}
#overlay ul{
	padding-left: 0px;
}
#overlay ul li{
	padding-left: 0px;
	list-style-type: none;
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 3px 2px rgba(0,0,0,0.3);
}
#overlay ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 1px 3px 2px rgba(0,0,0,0.3);
}


/*ハンバーガーアイコンをCSSだけで表現*/

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: fixed;
	/*bottom: 20px;
	right: 20px;*/
	top: 10px;
	right: 14px;
	width: 60px;
	height: 60px;
	z-index: 9999;
	background: rgba(189,30,35,1);
	border-radius: 4px;
}
a.menu-trigger:hover{
	background: rgba(236,187,107,0.6);
}
.menu-trigger span {
	position: absolute;
	z-index: 9999;
	left: 8px;
	width: 75%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 9px;
}
.menu-trigger span:nth-of-type(2) {
	top: 28px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 9px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(19px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
}


@media screen and (min-width:641px){
	.menu-trigger {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	/*  - 640px */
	ul#nav {
	display: none;
	}
	.menu-trigger {
	 position:absolute;
	}


}

/* コンテンツエリア */
/* =========================================== */

#contents {
	width:1000px;
	margin: 0 auto;
}
#contents{
	font-size:1.4em;
	color:#555;
}
/*h3 img{
	width: 125px;
	heigt: 40px;
	margin-top: 10px;
}*/


/* メインイメージ */
#mainimg-container {
	background: url(img/bg.gif);
	height: 760px;
	width:100%;
	margin-top: -70px;
	z-index: -2147483647;
	position: relative;
}
#mainimg {
	width: 1000px;
	margin: 0 auto;
	padding-top: 70px;
}

@media screen and (max-width: 960px) {
	/*  - 930px */

	#mainimg {
		width:100%;
	}
	#mainimg img{
		width:100%;
	}

}

@media screen and (min-width:640px){
	#main_smt{
		display: none;
	}
	#main_smt img {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	/*  - 640px */

	#mainimg-container {
	    height: auto;
	}
	#mainimg {
		display: none;
	}
	#main_smt {
		padding-top:70px;;
	}
	#main_smt img {
		width: 100%;
	}


}

/* SNSボタン */
#sns_button {
	text-align: center;
	margin-top: 20px;
}
#sns p{
	text-align:center;
	font-size:1.4em;
	line-height:1.6em;
	margin-bottom:50px;
}

@media screen and (max-width: 640px) {
	/*  - 640px */
	#sns_button {
		margin-top: 20px;
	}
	#sns_button .top_sns_button {
		margin-top: -50px;
	}
	#sns_button img{
		width:120px !important; height:auto;
	}

}

/* ページトップボタン */
#pagetop {
	position: fixed;
	bottom: 16px;
	right: 16px;
}
 
#pagetop a {
	display: block;
	text-decoration: none;
}
#pagetop:hover {

}

@media screen and (max-width: 960px) {
	/* タブレット以下 */
	#contents{
		width: 100%;
	}

}
@media screen and (max-width: 640px) {
	/*  スマホ  */
	#pagetop {
		display: none;
		position: fixed;
		z-index: 999;
	}

}


/* フッター */
/* =========================================== */
#footer {
	width: 100%;
	height: 100px;
	background:#bd1e23;
	color: #fff;
	margin-top: 50px;
}
.footer_inner {
	width:1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	padding: 40px 0;
}


@media screen and (max-width: 640px) {
	/*  - 640px */
	#footer{
		width: 100%;
	}
	.footer_inner {
		width: 100%;
	}
	.copyright {
		font-size: 16px;
	}

}


/* =========================================== */
/* 各ページデータ
/* =========================================== */
/*  */
/* =========================================== */


/* トップページ */
/* =========================================== */



/* 今日は何の日 */
#today {
	text-align: center;
	color:#333;
	font-size: 16px;
	background: url(img/kiwaku.png);
	background-repeat: no-repeat;
	width:400px;
	height:85px;
	margin: 30px auto 0;
	padding-top:2em;
	/*line-height: 5.4em;*/
}

@media screen and (max-width: 640px) {
	/*  - 640px */

	#today {
		margin:0 auto;
		background-size:contain;
		width:340px;
		height:85px;
		padding-top:1.7em;
	}
}



/* 概要テキスト */


#top_contents{
	
	
}
#top_contents h2{
	margin:30px auto;
	text-align:center;
	
}

/*Chat Bubbles　CSS Setting*/
/* 全体のスタイル */
.voice {
  width:650px;
  margin-left:100px;
  margin-bottom:0px;
}
/* 左画像 */
.voice-img-left {
  margin-left: 4px;
  margin-top: -1px;
  float: left;
  width: 100px;
  height: 100px;
}
/* 右画像 */
.voice-img-right {
  margin-right: 4px;
  margin-top: -1px;
  float: right;
  width: 100px;
  height: 100px;
}
.voice figure img {
  width: 100%;
  height: 100%;
  border: 2px solid #eee;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.voice-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
}
/* 左からの吹き出しテキスト */
.voice-text-right {font-size:1.2em;
  color: #444;
  position: relative;
  line-height:1.4em;
  margin-left: 140px;
  padding: 1.2em;
  /*border: 3px solid #eee;*/
  background-color: #a9faff;
  border-radius: 5px;
}
/* 右からの吹き出しテキスト */
.voice-text-left {
  font-size:1.4em;
  line-height:1.2em;
  position: relative;
  margin-right: 140px;
  padding: 1.2em;
  /*border: 3px solid #eee;*/
  background-color: #a9faff;
  border-radius: 5px;
}
p.voice-text {
  margin: 0 0 8px;
}
p.voice-text:last-child {
  margin-bottom: 0px;
}
/* 左の三角形を作る */
.voice-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #a9faff;
  top: 15px;
  left: -20px;
}
.voice-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #a9faff;
  top: 15px;
  left: -16px;
}
/* 右の三角形を作る */
.voice-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #a9faff;
  top: 15px;
  right: -23px;
}
.voice-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #a9faff;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.voice:after,.voice:before {
  clear: both;
  content: "";
  display: block;
}

/* テキストなど */
#top_contents h2{
	margin-top:60px;
}
#top_contents .about_txt{
	width:500px;
	margin:0 auto 20px 245px;
	font-size:1.2em;
	line-height:1.6em;
}
#top_contents .tu{
	font-size:0.8em;
	width:480px;
	margin:0 auto 60px 250px;
	line-height:1.4em;
}
#top_contents .tu2{
	width:650px;
	margin:40px auto 0;
	font-size:0.8em;
	line-height:1.4em;
}
@media screen and (max-width: 960px) {
	.voice {
		margin:0 auto;
	}
	#top_contents .about_txt{
		width:480px;
		margin:0 auto 60px 200px;
	}
}
@media screen and (min-width:640px){

	.img_smt{
		display: none;
	}
}
@media screen and (max-width: 640px) {
	/*  スマホ */
	.img_pc{
		display: none;
	}
	.voice {
		width:95%;
		margin:0 10px 0;
	}
	/* 左からの吹き出しテキスト */
	.voice-text-right {font-size:1em;
	}
	/* 右からの吹き出しテキスト */
	.voice-text-left {
		font-size:1em;
	}
	#top_contents .about_txt{
		width:95%;
		margin:20px 15px 10px;
		font-size:1.2em;
	}
	#top_contents .tu{
		width:95%;
		margin:0 auto 30px 15px;
	}
	#top_contents .tu2{
		width:95%;
		margin:40px auto 0 15px;
	}
	#top_contents  img{
		width: 95%;
		height:auto;
	}

}


/* SNS表示 */
#sns_container {
	/*display: flex;*/
	width:1000px;
	margin:0 auto 40px;
}
	/*  twitter  */
#twitter_box_pc {
	float:right;
	border:1px solid #CCC;
	padding:5px;
	text-align:right;
	width:480px;height:633px;
	margin-top: 50px;
}
#twitter_box_pc img{
	width: 480px;
	height: auto;
}
	/*  Instagram  */
#insta_container {border:1px solid #CCC;
	padding:5px;
	float:left;
	width: 480px;
	margin-top: 50px;
}
#insta_container h3 img{
	width: 125px;
	height: 39px;
	margin-top: 10px;
}
#insta_container img {
	width: 480px;
	height: auto;	
}


@media screen and (min-width:640px){
	#twitter_box_smt{
		display: none;
	}
}

@media screen and (max-width: 640px) {
	/*  - 640px */
	#sns_container {
		display: block;
		width:100%;
	}

	/*  twitter  */
	#twitter_box_pc {
		display: none;
	}

	#twitter_box_smt {
		clear: both;
		width: 90%;
		margin: 0 auto;
	}

	#twitter_box_smt img {
		width: 100%;
		height:auto;
		margin: 5px;
	}

	/*  Instagram  */
	#insta_container {
		clear: both;
		width: 90%;
		margin:20px 10px;
		border:none;
	}
	#insta_container img {
		width: 100%;
		height:auto;
		margin: 5px;
	}

}



#insta_month {
	display: flex;
}
.insta_box {
	width: calc(30% - 10px);
	margin: 5px;
	color:#333;
	font-size: 14px;
	text-align: center;
}
.insta_box img {
	width: 200px;
}
.insta_box h1 {
	font-size: 18px;
}

	/*  twitter  */
.twitter_month {
	margin-top: 50px;
}



/* 各月　タグ一覧ページ */
/* =========================================== */
/* テストオープン時 */


#page_contents{
	
	
}
#page_contents h2{
	margin:30px auto;
	text-align:center;
	
}

#page_contents p.img_box_pc{
	text-align:center;
	
}
#page_contents p.img_box_smt{
	text-align:center;
	
}
@media screen and (min-width: 641px) {

	#page_contents p.img_box_smt{
		display: none;
	}


}


@media screen and (max-width: 640px) {
	#page_contents p.img_box_pc{
		display: none;
	}

	#page_contents  img{
		width: 95%;
		height:auto;
	}

}
/* 各月　タグ一覧ページ */
/* =========================================== */
/* 本オープン */

#page_contents{

	
}

em.hashtag{
  font-weight:bold;
  font-style:normal;
  font-size:26px;
  color:#00F;

}
span.day{
    color:red;
  font-size:22px;
  font-weight:bold;
    display: inline-block;
    background: #FFF;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
span.week_day{
    color:red;
  font-size:24px;
  font-weight:bold;
}

dl.panel-week{
  margin:10px auto 20px;
  line-height:1.4em;
}
  dl.panel-week dt{
    padding:30px 20px;
    background-color:#f9e8a0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  dl.panel-week dd{font-size:14px;
    
  }
  dl.panel-week dd p{
    text-align:right;
    margin:5px auto;
  }
  dl.panel-week:after{
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
  }


dl.panel-event-ac{
  margin:10px auto 20px 40px;
  line-height:1.4em;
}
  dl.panel-event-ac dt{
      position: relative;
      padding:10px;
      background-color:#ffa800;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      cursor:pointer;
  }
  dl.panel-event-ac dt:after {
      content: "";
      position: absolute;
      border-right: 3px solid #F00;
      border-bottom: 3px solid #F00;
      width: 40px;
      right: 40px;
      height: 40px;
      transform: rotate(45deg);
  }
  dl.panel-event-ac dt.ac:after {
      content: "";
      position: absolute;
      border-left: 3px solid #F00;
      border-top: 3px solid #F00;
      border-right: 0;
      border-bottom: 0;
      width: 40px;
      right: 40px;
      height: 40px;
      transform: rotate(45deg);
  }

  dl.panel-event-ac dd{ 
    display:none;
  }
  dl.panel-event-ac dd:after{
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
  }
  dl.panel-event-ac dd .event-img{
    margin-top:10px;
    width:160px;
    float:left;
  }
  dl.panel-event-ac dd .event-text{ font-size:22px;line-height:1.4em;
    width:740px;
    float:right;
    margin-top:20px;
  }
  dl.panel-event-ac dd .event-text p.ismobile,
  dl.panel-event-ac dd .event-text p.ispc
    {
    font-size:14px;
    text-align:right;
    margin:5px auto;
  }
dl.panel-event{
  margin:10px auto 20px 40px;
  line-height:1.4em;
}
  dl.panel-event dt{
      position: relative;
      padding:10px;
      background-color:#ffa800;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      cursor:pointer;
  }


@media screen and (max-width: 640px) {
	/*  - 640px */
	span.day{float:left;
	    font-size:18px;
	    height: 50px;
	    width: 50px;
	    line-height: 50px;
	    text-align: center;
	    border-radius: 50%;
	    -moz-border-radius: 50%;
	    -webkit-border-radius: 50%;
	}
	span.week_day{
	    color:red;
	    font-size:18px;
	}


	dl.panel-week{
	}
	  dl.panel-week dt{
	    padding:20px 20px;
	  }
	  dl.panel-week dt em.hashtag{
	  font-size:18px;
	  }

	  dl.panel-week dd{
	    font-size:14px;
	  }
	  dl.panel-week dd p{

	  }

	dl.panel-event-ac{
	  margin:10px auto 20px 40px;
	}
	  dl.panel-event-ac dt{
	      padding:10px 10px 10px 10px;
	      height:70px;
	  }
	  dl.panel-event-ac dt em.hashtag{
	  float:right;
	  font-size:18px;
	  width:78%;
	  margin-top:5px;
	}

	  dl.panel-event-ac dt:after {
	      width: 20px;
	      height: 20px;
	      top:40px;
	      right: 20px;
	      transform: rotate(45deg);
	  }
	  dl.panel-event-ac dt.ac:after {
	      width: 20px;
	      height: 20px;
	      top:40px;
	      right: 20px;
	      transform: rotate(45deg);
	  }

	  dl.panel-event-ac dd .event-img{
	    margin-top:10px;
	    width:160px;
	    float:left;
	  }
	  dl.panel-event-ac dd .event-text{ font-size:20px;
	    margin-top:10px;
	    width:45%;
	    float:right;
	  }
	  dl.panel-event-ac dd .event-text p.ismobile,
	  dl.panel-event-ac dd .event-text p.ispc
	    {

	  }
	dl.panel-event{
	}
	  dl.panel-event dt{
	      padding:10px;
	      height:70px;
	  }
	  dl.panel-event dt em.hashtag{float:right;
	  font-size:18px;
	  width:80%;
	}
}



/* 各月　ユーザーのMVP発表ページ */
/* =========================================== */












/* 以下旧データ */
/* =========================================== */



#monthimg-container {
	display: flex;
	background: url(img/bg.gif);
	height: 700px;
	width:100%;
	margin-top: -70px;
	z-index: -2147483647;
	position: relative;
}
#month_inner {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	align-items: center;
}
#month_img {
	width: 500px;
	margin: 0 auto;
	padding-top: 70px;
}
.month_title{
	width: 500px;
	display: flex;
	color: #333;
	font-size: 24px;
	line-height: 1.6;
}
.month_title h2{
	color: #333;
	font-size: 24px;
	display: flex;
	font-weight: bold;
}

#tag {
	color: #333;
	display: flex;
	padding: 0 20px;
}
#tag dl{
	width: 100%;
}
#tag dt{
	font-size: 24px;
	line-height: 1.6;
	padding-top: 10px;
	border-bottom: 3px solid #ffaeb4;
}
#tag dd{
	font-size: 18px;
	line-height: 1.4;
	border-bottom: 1px dotted #ccc;
	padding: 20px 0 10px 0;
	color: #666;
}
span.h_tag {
	color: #00ABFF;
	padding-right: 1em;
}

@media screen and (max-width: 640px) {
	/*  - 640px */
	#monthimg-container {
	    height: 430px;
	    padding-top: 50px;
	}
	#monthimg-container #main_smt{
		margin-top: -70px;
	}
	#month_inner {
		width: 100%;
		display: block;
	}
	/*#month_img img {
		display: none;
	}*/
	#month_img img{
		width: 70%;
		margin-top:-50px;
	}
	.month_title {
		padding: 30px 20px 0 20px;
		width: 100%;
	}


}


/* 各月　ユーザーのMVP発表ページ */
/* =========================================== */


#mvp {
	flex-wrap: wrap;
	color: #333;
	padding: 30px 0;
}
.mvp_box {
	display: flex;
	margin: 5px;
}
.mvp_box p {
	padding: 0 30px;
	font-size: 18px;
	line-height: 1.6;
}
.mvp_title {
	font-size: 24px;
	font-weight: bold;
}
/*
.mvp_box img {
	width: 400px;
	height: 300px;
}
*/
#mvp .mvp_gold {
	width: 200px;
	height: 200px;
}

@media screen and (max-width: 640px) {
	/*  - 640px */
	#mvp {
		width: 100%;
	}
	.mvp_box {
		flex-wrap: wrap;
	}
	.mvp_box img {
		width: 100%;
		height: outo;
	}
	.mvp_right {
		width: 100%;
		padding: 10px 52px;
		text-align: center;
	}
	#mvp .mvp_gold {
		width: 200px !important;
		height: 200px !important;
	}
    
}



/*-------------------------20181005追記---------------------------*/

/* メインイメージ */
#about_img {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}

@media screen and (max-width: 960px) {
	/*  - 930px */

	#about_img {
		width:100%;
	}
	#about_img img{
		width:100%;
	}

}

@media screen and (min-width:640px){
	#about_smt{
		display: none;
	}
	#about_smt img {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	/*  - 640px */


	#about_img {
		display: none;
	}
	#about_smt {
		padding-bottom:10px;;
	}
	#about_smt img {
		width: 100%;
	}


}

#howto {

}
.howto_box {

}
.number {
	padding-top: 20px;
	text-align: center;
}
.mvp_img {
	border: 6px ridge #7c4721;
	padding: 20px;
	width: 360px;
	height: 360px;
  }

/*-------------------------20181010追記---------------------------*/

#asobikata {
	width: 600px;
	margin: 0 auto;
}
.asobi_box {
	padding-top: 20px;
	display: -webkit-flex;
	display: flex;
}
.asobi_kazu {
	padding-top: 10px;
	width: 10%;
}
.asobi_txt {
	font-size: 18px;
	line-height: 1.4;
	padding-top: 25px;
	width: 90%;
}
.mvppost_img {
	border: 6px ridge #7c4721;
	padding: 20px;
	width: 360px;
	height: 360px;
	overflow: hidden;
  }
#mvp_waku {
	width: 300px;
	margin: 0 auto;
}
.mvp_post {
	padding-top: 20px;
	font-size: 24px;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
}
	.medal {
		width: 50%;
	}
.mvppost_title {
	width: 50%;
	padding-top: 50px;
	padding-left: 30px;
}
#maru {
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	width: 720px;
}
.maru_box {
	text-align: center;
	width: 240px;
}
.maru_txt {
	padding-top: 5px;
	font-size: 12px;
}

@media screen and (max-width: 640px) {
	/*  - 640px */

	#asobikata {
		width: 100%;
	}
	.asobi_kazu {
	width: 20%;	
	}
	.medal {
		width: 100px;
	}
.mvppost_img {
	border: 6px ridge #7c4721;
	width: 95%;
	height: 95%;
	margin: 0 auto;
	text-align: center;
	background-color: #fff !important;
  }
.mvppost_img img {
	padding: 10px;
	}
.asobi_txt {
	padding-top: 30px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 1.4;
	vertical-align: bottom;
	}
#maru {
	flex-direction: column;
	width: 100%;
	}
.maru_box {
	text-align: center;
	width: 100%;
	}
.maru_img {
	padding: 0 20%;
	}
.maru_txt {
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 1.2;
}
	
}

/*-------------------------20181015追記---------------------------*/

.nainyaro {
	margin-top: 20px;
	text-align: center;
	background:/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c539e+0,2c539e+0,5f7fbf+59,ffffff+100 */
background: #2c539e; /* Old browsers */
background: -moz-linear-gradient(top, #2c539e 0%, #2c539e 0%, #5f7fbf 59%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2c539e 0%,#2c539e 0%,#5f7fbf 59%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2c539e 0%,#2c539e 0%,#5f7fbf 59%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */;
}
@media screen and (max-width: 960px) {
	/*  - 930px */

	.nainyaro {
		width:100%;
		overflow: hidden;
		text-align: center;
	background:/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c539e+0,2c539e+0,5f7fbf+59,ffffff+100 */
background: #2c539e; /* Old browsers */
background: -moz-linear-gradient(top, #2c539e 0%, #2c539e 0%, #5f7fbf 59%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2c539e 0%,#2c539e 0%,#5f7fbf 59%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2c539e 0%,#2c539e 0%,#5f7fbf 59%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */;
	}
	.nainyaro img{
		width:100%;
	}

}

/*-------------------------20181116追記---------------------------*/

#timeline .twitter_tl {
	float:right;

}
#timeline .insta_tl {
	width: 600px!important;
	float:left;
}
	#timeline .twitter_timeline {
		border:2px solid #00aced;
	}

@media screen and (max-width: 640px) {
	/*  - 640px */
	
	#timeline {
		width:100%!important;
	}
	#timeline .insta_tl {
		width: 90% !important;
		border:none !important; 
	}
	#timeline .twitter_tl {
		border:none !important; 
	}
	#timeline .t_left img{
		width: 100px;
	}
	#timeline .twitter_timeline {
		border:none !important; 
	}
	
}

/*-------------------------201901追記---------------------------*/

#posts-index {
	margin-top: 70px;
}
.month-box {
	display: flex;
    flex-wrap: wrap;
	margin-top: 50px;
}
li.month-botton {
	padding: 4px 6px;
}
li.month-botton a:hover {
	opacity: 0.7;
}
#mvpimg-container {
	background: url(img/bg.gif);
	height: auto;
	width:100%;
	margin-top: -70px;
	z-index: -2147483647;
	position: relative;
}


@media screen and (max-width: 640px) {
	/*  - 640px */
    .month-botton {
		width: calc(50% - 0px);
	}
	.mvppost_feb {
	border: 6px ridge #7c4721;
	width: 250px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background-color: #fff !important;
	overflow: hidden;
		margin-left: -40px;
  }
	.mvppost_apr {
	border: 6px ridge #7c4721;
	width: 250px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background-color: #fff !important;
	overflow: hidden;
		margin-left: -40px;
  }
	.mvppost_june {
	border: 6px ridge #7c4721;
	width: 250px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background-color: #fff !important;
	overflow: hidden;
		margin-left: -40px;
  }		
	
	
}


a{
outline: none;
}
a:focus{
outline: none;
}

.mvp_naiyo{
	text-align: center;
	padding: 20px 0 50px 0;
}
.zehi_txt {
	padding: 30px 0;
	font-size:1.2em;
	line-height:1.6em;
	text-align: center;
}
.event_tag {
	margin-top: 20px;
}
.event_tag_button a {
	display: block;
	padding: 20px;
	background: #ff7432;
	border: #ff5300 solid 2px;
	width: 280px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	text-decoration: none;
}
.event_tag_button a:hover {
	opacity: 0.8;
}

.mvppost_feb {
	border: 6px ridge #7c4721;
	padding: 20px;
	width: 380px;
	height: 580px;
	overflow: hidden;
	margin-right: 30px;
  }
#mvp_feb {
	width: 300px;
	margin: 0 auto;
}
.mvppost_apr {
	border: 6px ridge #7c4721;
	padding: 20px;
	width: 380px;
	height: 495px;
	overflow: hidden;
	margin-right: 30px;
  }
.mvppost_june {
	border: 6px ridge #7c4721;
	padding: 20px;
	width: 380px;
	height: 540px;
	overflow: hidden;
	margin-right: 30px;
  }

