/*
Theme Name:	マテリアル_child
Template:	wp_material
Description:	マテリアルの子テーマ
Version:	1.1.0
Author URI:	http://wp-material.net
*/

/*****************************************
 PC及び全体用
******************************************/


/*顔アイコン*/
.face-icon{
    padding-left: 70px;
    background-size: 60px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    border-bottom:  dashed 1px #F2F2F2;
    min-height: 80px;
    padding-bottom: 10px;
}

.name-kira{background-image: url(april18/kira-icon.png);}
.name-kira2{background-image: url(april18/kira2-icon.png);}
.name-tuki{background-image: url(april18/tuki-icon.png);}
.name-tuki2{background-image: url(april18/tuki2-icon.png);}
.name-hatena{background-image: url(april18/hatena-icon.png);}

/*エイプリルユーズマップ*/
.apusemap area:hover,.apusemap area:active{cursor: default;outline: none;}


/*サイドバーのひとことニュース*/
.ts-tips {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.ts-tips li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.ts-tips li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #f7b72c;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  margin-top: 3px;    
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

/* イベントリンクのcss */
.es-link{
	padding-left: 30px;
	background: url(icon-check.svg) no-repeat;
	background-size: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.es-link a{color: #F6B63E;}
.es-link a:hover{opacity: .8;}


/* ボタン */
.ts-btn{
	color: #F6B63E;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	border: 2px solid #F6B63E;
	margin: 10px 0;
}

.ts-btn:hover{
	background-color: #F6B63E;
	color: #fff;
}

/* イベントまとめ用 */

.matome-title{padding-left: 0!important;}
.matome-date{
	display: inline-block;
	background-color: #F7B72C;
	color: #fff;
	padding: 5px;
	margin-right: 0.5em;
}

.lastup i{color: #F7B72C;}

.ts-table tr{border-top:1px solid #F7B72C; }
.ts-table th{white-space: nowrap;}
.ts-table td{}
/* タグまとめ */

.ptag ul{padding-left: 0;}

/* カテゴリー */

/*通常*/
.ptag .cat-item  {
display:inline-block;
}

.ptag .cat-item  a{
	display: block;
	color:#222;
	background:#e2e2e2;
	text-decoration:none;
	padding:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
}

/*hover時*/
.ptag .cat-item  a:hover   {
color:#fff;
background:#F7B72C;
text-decoration:none;
padding:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}

/* タグクラウド */

/*通常*/
.ptag .wp-tag-cloud li {
display:inline-block;
}

.ptag .wp-tag-cloud li a{
	display: block;
	color:#222;
	background:#e2e2e2;
	text-decoration:none;
	padding:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
}

/*hover時*/
.ptag .wp-tag-cloud li a:hover   {
color:#fff;
background:#F7B72C;
text-decoration:none;
padding:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}


/* アンケートデザイン */
.cyokoan{
	margin-top: 50px;
	margin-bottom: 50px;
	border: #f7b72c 2px solid;
	padding-top: 2em;
}

/* 枠線 */

.wakusen{
	margin: 2em 0;
	padding: 20px 10px;
	border: #ddd 2px solid;
	
}

.hako{
	margin-top: 50px;
	margin-bottom: 50px;
	border: #f7b72c 2px solid;
	padding: 2em;
}

.infored{
	background: #ff5f5f;
    color: #fff;
	margin: 2em 0;
	padding: 20px 10px;
}

.f-small{font-size: small;}
/* ポスト投函 */
.yu-bin {font-size: 10px;color:#777;
	background-color: #fff;
	padding: 10px;
	display: inline-block;
	border-radius: 3px;
	float: right;
	width: 300px;
	
}

.f_clear:after{
       content:"";
       clear:both;
       display: block;
  }
  .ori_naka{max-width: 1058px;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 60px;
 }

.yu-bin textarea {
	resize: none;
	width: 280px;
	height: 80px;
	padding: 10px;
    line-height: 1.6;
}

.yu-bin p {margin-bottom: 0;text-align: left;}/* これ変える */
    
.yu-bin span:first-child{padding-right: 10px;font-size: 14px;color:#333;}
.yu-bin span{font-size: 10px;}
.yu-bin a {color: inherit;text-decoration: underline;}

.yu-bin .botantoko:after{
       content:"";
       clear:both;
       display: block;
}
.yu-bin .botantoko{width: 280px;}
.botantoko .migini{float: right;}
.botantoko .hidarini{float: left;}


.botantoko input {
	padding: 5px 20px;
	-webkit-appearance: none;
	background-color: #F7B72C;
	color:#fff;
	border: none;
}
.botantoko input:hover{opacity: 0.8;}


.yu-bin .wpcf7-mail-sent-ok{display: inline;border:none!important;padding: 0!important;margin: 0!important;}
.yu-bin .wpcf7-validation-errors{display: inline;border:none!important;padding: 0!important;margin: 0!important;}


/* プロフィールのリンク */
.ts-fab-content a{color: #1DA1F2;}/* Twitter */
.ts-fab-content a:nth-child(2){color: #3B5998;}/* Facebook */

/* 画像拡大 */
.big-box .thumb-box a img{
	-moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.big-box .thumb-box a img:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* フォルダアイコン削除と新規追加 */
.lsf-icon{display: none;}

.ca_icons{font-family: FontAwesome;}

.ca_26:before{content:'\f087';padding-right: 5px;}/* おすすめ */
.ca_4:before{content:'\f0c0';padding-right: 5px;}/* イベント */
.ca_8:before{content:'\f0f5';padding-right: 5px;}/* グルメ */
.ca_19:before{content:'\f07a';padding-right: 5px;}/* ショップ */
.ca_41:before{content:'\f21d';padding-right: 5px;}/* スポット */
.ca_51:before{content:'\f0f2';padding-right: 5px;}/* 旅行 */
.ca_10:before{content:'\f119';padding-right: 5px;}/* 雑記 */


.head-machinami{
	height: 60px;
	width: 100%;
	background-image: url(machi.png);
	background-position: center center;
	background-size: 2000px 60px;
	background-repeat: repeat-x;
}


/* カフェ・ランチ特集の目次など */
.mo9ji{border: #f7b72c solid 2px;}
.mo9ji p:first-child{
	text-align: center;
	background-color: #f7b72c;
	color: #fff;
}

.mo9ji p{margin-bottom: 20px;}
.mo9ji a{text-decoration: none;
	color: inherit;
}
.mo9ji a:hover{color: #f7b72c;
}

.d-link:before{
	content:'詳細';
	margin-right: 5px;
	display: inline-block;
	padding: 0 5px;
	background-color: #ff9a00;
	color: #fff;
}

.kanren-link:before{
	content:'関連記事';
	margin-right: 5px;
	display: inline-block;
	padding: 0 5px;
	background-color: #ff9a00;
	color: #fff;
}

/* カテゴリーboxの背景色 */
.min-box{
	background-color: #ebebeb;
}

/* グローバルナビ */
nav {
    width: 100%;
    box-shadow: 0 2px 2px #999;
    z-index: 5;
    margin-bottom: 30px;
}
/* moreボタンのホバー設定 */
.more-link:hover{background-color: #FFE328!important;}
.min-more-link:hover{background-color: #FFE328!important;}


/* 記事下の注釈 */
.cyuui{font-size: small;color: #919191;}

/* iframeのレスポンシブル　親CSS変更してるのでアップデート時は注意 */
.youtube-container{
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
}
.youtube-container iframe{
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
}

/* サイドバーimgが収まるように */
.textwidget img {max-width: 100%;height: auto;}



/* ブログ記事用装飾 */
.back-yellow{background-color: #fff16b;}
.back-yellow a{text-decoration: none;color: inherit;}

/* サイドバーのプロフ装飾 */
.prof-text a{
	color: #fff!important;
	text-decoration: none!important;
	border-radius: 3px;
	display: inline-block!important;
	padding-left: 3px;
	padding-right:3px; 
	background-color: #414852;
}

.prof-text a:hover{background-color: #F7B72C;}

/* シェアボタンの色変更 */
.share-count-button .twitter{
	background-color: #414852;
}
.share-count-button .facebook{
	background-color: #414852;
}
.share-count-button .hatebu{
	background-color: #414852;
}
.share-count-button .pocket{
	background-color: #414852;
}
.share-count-button .line{
	background-color: #414852;
}
 /*七夕引用シリーズ*/
#tanabata1 blockquote{ background-color: #f8b5c9;margin-left: 0 }
#tanabata2 blockquote{ background-color: #81bcdf;margin-left: 0 }
#tanabata3 blockquote{ background-color: #f9cd62;margin-left: 0 }
#tanabata4 blockquote{ background-color: #a3e4a0;margin-left: 0 }


/* サイドの掲示板 */
.side_koruku{
	background-image: url(korukubg.png);
	margin-top: 10px;
}
.sukima {height: 20px;}
.side_koruku_title{
	background-image: url(korukuti.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-family:
		'游ゴシック',
		'游ゴシック体',
		sans-serif;
}
.side_koruku_body{margin-top: 20px;padding: 0 15px 10px;}
.side_koruku_body img{width: 100%;}
.side_koruku_body img:hover{opacity: 1!important;}

/* コメント欄のバックグラウンド */
#comments .combody{
	background-color: #FDEFCF;
}
#comments .children .combody{
	background-color: #e8e8eb;
}

/*テーブル */
/* テーブル */
table.hyou{
	border-collapse: collapse; 
	table-layout: fixed;
	margin: 20px auto 2.5em;
	border:1px solid #111;
	overflow: scroll;
}

table.hyou th, table.hyou td{
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #111;
}

table.hyou th{
	background-color: #bde;
}

/* グーグルフォームの崩れ */
.gsearch .gsc-control-cse * {
    box-sizing: content-box;
}
.gsearch .gsc-input {
    line-height: 1;
}

/*****************************************
 タブレット（大）用
 サイドバーがメインカラムの下に回ります
******************************************/
@media screen and (max-width: 1057px) {


/* ポスト投函 */
.yu-bin{float: none;}

.ori_naka{text-align: center;}

/* 追加 ドロアメニュー用*/
.pc-dake{display: none;}
.drawer-brand{color:#333;line-height: 1em;}
.drawer-brand img{width: 100%;padding-top: .75em;}
.drawer-nav{background-color: #F7B72C;}
.drawer-menu-item{border-bottom: #333 solid 1px;margin: 0 10px; padding: 5px .75rem;}
.dm-sns{text-align: center;}
.dm-sns p{margin: 10px 0;}
.dm-sns a{width:30%;display: inline-block;padding: 0 8px;}
.dm-sns img{width: 100%;}
/* バグ対応 */
/* .drawer-nav{position: fixed!important;opacity: 1.0;} */
/* .add-margin {margin-bottom: 0!important; } */

/* 追加 */






}
/*****************************************
 タブレット（小）用
 記事の並びが2列になります
******************************************/
@media screen and (max-width: 700px) {

/* ポスト投函 */
.shitaakke{padding-bottom: 55px;}









}
/*****************************************
 スマホ用
 記事の並びが1列になります
******************************************/
@media screen and (max-width: 450px) {


table.hyou{	font-size: 10px; }

.mo9ji{font-size: 13px;}


}
/*****************************************
 iPhone5用320pxディスプレイ
******************************************/
@media screen and (max-width: 370px) {
.mo9ji{font-size: 11px;}

}

/* 追加 */
/*****************************************
pcのみ（メニューを携帯で消す用）
******************************************/
@media screen and (min-width: 1058px) {
	.sp-dake{display: none;}
	
/* 	イベントまとめページ用 */
	
}

