@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style:none;} 
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */

body{
color:#555;
font-size:15px;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust:100%;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#6caefe;text-decoration:none;}
a:hover{color:#488fdd;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
height:130px;
}

#header h1{
padding:5px 0 10px;
font-size:12px;
font-weight:normal;
}



/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo a{
color:#555;
}

.logo p{float:left;}

.logo span{display:block;}


/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info .open{font-size:11px;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:6px;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
font-size:.6em;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
clear:both;
margin:25px auto 40px;
padding:0;
position:relative;
text-align:center;
}
#mainBanner .inner{position:relative;}

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:20px;
padding:5px 10px;
line-height:1.4;
z-index:100;
background:url(images/tp2.png);
}

.slogan h2{
padding-bottom:5px;
color:#fff;
font-size:20px;
}

.slogan h3{
font-size:14px;
color:#ccc;
}
/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
padding-bottom:20px;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
overflow:hidden;
}

.box{
padding:10px;
}

.box img{
max-width:100%;
height:auto;
}

.box h3{
font-size:16px;
padding:10px 0 15px;
}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.readmore a{
padding:3px 7px;
border-radius:3px;
}

/*************
メイン コンテンツ
*************/
section.content article{
padding:30px 0 20px 0;
margin-bottom:10px;
overflow:hidden;
}

section.toppage article,section.content .archive{border:0;}

/*************
article追加
*************/

articlec {
	display: flex;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 0 5px #999;
}
	articlec figure {
		margin-right: 20px;
		width: 125px;
		height: 125px;
	}
		articlec figure img {
			float:left;
			max-width: 100%;
			min-width: 125px;
			vertical-align: top;
		}


articlel {
	display: flex;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 0 5px #999;
}

	articlel figure {
		margin-right: 10px;
		width: 240px;
		height: 180px;
	}

	articlel figure img {
		min-width: 100px;
		max-width: 40%;
		vertical-align: top;
	}

	.abox {
	  display:flex;
	  flex-direction: row;
	  justify-content: space-between;
	}

	.atext {
	  text-align: left;
	}

	h3 {
	  font-size: 21px;
	  margin: 0;
	}

	.apict {
	  width: 30%;
//	  margin-left: 3%;
	}


	.apict img {
	  width: 100%;
	  height:auto;
	}

/*20200821追加*/
@media screen and (max-width:600px) { 
	.abox {
		display:flex;
		flex-direction: column-reverse;
		margin-bottom: 40px;	
	} 

	.apict {
		width: 100%;
		text-align: center;
		min-height: 0%;
	}

	.apict img {
		max-width: 300px;
		height:auto;
	}

}

/*************
リンクデザイン
*************/
.noline {
	text-decoration:none;
	color: #808080;
}

/*************
Youtube埋め込み
*************/
.movie-wrap {
     align:center;
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*************
都道府県
*************/
.contents {
     width: 90%;
     max-width: 1200px;
     margin: auto;
 }
 .contents img {
     width: 60%;
 }
 .text-center {
     text-align: left;
 }
 .flexbox {
     display: flex;
 }
 .box1 {
     width: 30%;
	text-align: center;
     margin: auto;
 }
 .box2 {
     width: 70%;
     margin: auto .5rem;
 }
 @media screen and (max-width: 767px) {
	 .contents img {
	     width: 40%;
	 }
     .flexbox {
         display: block;
     }
     .flexbox .box1 {
         width: 100%;
         margin: 0 auto;
     }
     .flexbox .box2 {
         width: 100%;
         margin: 0 auto;
     }


 }

/*************
カード型レイアウト（動画)
*************/
.cssgrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 0.8em;
	border: 0px solid #ddd;
	padding: 0.2em;
	margin: 0 0 0.2em;
}

.cssgrid > div {
	position: relative;

	border: 1px solid #ddd;
	overflow: auto;
	min-width: 0;
	padding: 0.3em;
	background: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}	

.cssgrid > div > img{
	display: block;
	max-width: 100%;
	height: auto;
	margin : 0 auto 
}	

.cssgrid > div > a > img{
	display: block;
	max-width: 100%;
	height: auto;
	margin : 0 auto 
}	


.cssgrid > div > div.left{
	position: absolute;
	left: 5px;
	bottom: 0;
	margin: 0;
	padding: 0;
}	

.cssgrid > div > div.right{
	position: absolute;
	right: 5px;
	bottom: 0;
	margin-right: 0%;
	padding: 0;
}	


#space{
	width:100%; 
	height:700px; 
	background: #fff; 
	opacity: 0; 
	border: 0px;
}
/*************
カード型レイアウト（追加情報)
*************/
#addinfo div{
	text align
	position: relative;
	margin: 3px auto;  
	padding: 0px 5px;
	width: 95%; /*幅の調節
	color: #666666; /*文字色*/
	background-color: #f7f7f7; /*背景色*/
	border: 2px solid #ccc; /*線の太さ・色*/
	border-radius: 8px; /*角の丸み*/ 
}

.arrow_box1 {
	display: none;
	position: absolute;
	padding: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;  
	border-radius: 8px;
	background: #333;
	color: #fff;
}

span:hover +  p.arrow_box1 {
	display: block;
	z-index: 1;
}

.arrow_box2 {
	display: none;
	position: absolute;
	padding: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;  
	border-radius: 8px;
	background: #333;
	color: #fff;
	left:100px;
}

span:hover + p.arrow_box2 {
	display: block;
	z-index: 1;
}

/*************
アコーディオンリスト1
*************/
.column {
	display: flex;
	flex-direction: column; 
}
.accordion-box {
	justify-content: center;
	align-items: center;
	padding: 0 5%; 
}
.accordion-box + .accordion-box {
	margin-top: 5px; 
}
.accordion{
	border: 1px solid #ccc;
	width: 100%;
	text-align: left;
	position: relative;
	cursor: pointer;
	background-color: white;
	padding: 8px 0 8px 3%; 
}
.accordion::after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px black;
	border-right: solid 1px black;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-left: -6px;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 4%;
	margin-top: -5px; 
}
accordion-inner {
	padding: 5px 0 5px 0; 
}
.accordion-content {
	display: none;
	padding: 8px 0 8px 3%;
	width: 100%;
	text-align: left;
	background-color: #EEEEEE; 
}

.accordion-content-m {
	display: none;
	padding: 8px 0 8px 3%;
	width: 100%;
	max-height: 200px;
	text-align: left;
	background-color: #EEEEEE; 
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;
}


.heading{
	padding: 0 5%;
	margin-bottom: 10px;
}
.accordion-one{
	border: 1px solid #ccc;
	width: 100%;
	text-align: left;
	position: relative;
	cursor: pointer;
	background-color: white;
padding: 8px 0 8px 3%; 
}
.accordion-one::after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px black;
	border-right: solid 1px black;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-left: -6px;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 4%;
	margin-top: -5px; 
}

/*************
アコーディオンリスト2
*************/
.accordion2 ul {
    list-style: none;
    margin:0;
}
label{
    cursor: pointer;
}
.toggle{
    display: none;
}
.toggle + ul{
    max-height: 0;
    overflow: hidden;
    transition: all 2s ease;
}
.toggle:checked + ul{
    max-height: 999px;
    transition: all 2s ease-in;
}

/*************
リストアニメーション
*************/
.effect-fade {
	opacity : 0;
	transform : translate(0, 45px);
	transition : all 300ms;
}

.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

/*************
スクロールアップ
*************/
/*
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #808080;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #808080;
}
*/

#pagetop {
	position: fixed;
	bottom: 50px;
	right: 10px;
}

#select-category {
	position: fixed;
	bottom: 50px;
	right: 65px;
}


#select-area {
	position: fixed;
	bottom: 50px;
	right: 120px;
}

#select-jmap {
	position: fixed;
	bottom: 50px;
	right: 175px;
}

#select-tvct {
	position: fixed;
	bottom: 50px;
	right: 10px;
}


/*************
メニューモーダル
*************/
.content-m{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
	overflow-y:scroll;
}

@media only screen and (max-width:640px){
.modal__content{
    padding: 20px;
	width: 90%;
	}
}

/*************
モーダル用都道府県テーブル
*************/
table.pre{
}
table.pre td {
	background: #eee;
	padding: 0px 10px;
}
table.pre tr:nth-child(odd) td {
	background: #fff;
	padding: 0px 10px;
}

/*************
シェアボタン
*************/
.detail{
	width: 100%;
	height: 30px;
	position: relative;
	background-color: transparent;
}

.detail >.share{
	text-align: left;
	float: left; 
}

.detail >.share img{
	width: 30px;
	height: 30px;
}

.detail >.share_c{
	text-align: left;
	float: left; 
}

.detail >.share_c img{
	width: 60px;
	height: 60px;
}


.detail >.rep{
	position:absolute; 
	right:0; bottom:0;	
	float: left; 
}

/*************
報告機能
*************/
.report{
	text-align: right;
	position: absolute
	right: 0;
	bottom: 0;
}


/* アーカイブページ */
section.content .archive{
padding:0;
border-bottom:1px dotted #ccc;
}

section.content p{margin-bottom:5px;}

h3.heading{
font-size:16px;
font-weight:normal;
padding:15px 0;
margin-bottom:5px;
border-top:2px solid #ebebeb;
border-bottom:2px solid #ebebeb;
}

p.anchor{
   display: block;
   margin-top:-120px;
   padding-top:120px;
}


section.content img{
//max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
vertical-align: middle;
float:right;
clear:right;
margin:3px 0 10px 10px;
}

/* カスタムテーブル */
table.pre{
}
table.pre td {
	background: #eee;
	padding: 0px 10px;
}
table.pre tr:nth-child(odd) td {
	background: #fff;
	padding: 0px 10px;
}

table.w100{
	border-style: none;
	width:100%;
}

table.w100 tr{
}

table.w100 td.right{
	text-align:right;		
}
/*************
スライドショー
*************/
/*
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*/
.cp_cssslider {
width: 300px;
padding-top: 200px; /* 画像の高さ */
position: relative;
margin: 2em auto;
text-align: center;
}
.cp_cssslider > img {
position: absolute;
left: 0;
top: 0;
transition: all 0.5s;
border-radius: 3px;
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.cp_cssslider input[name='cp_switch1'] {
display: none;
}
.cp_cssslider input[name='cp_switch2'] {
display: none;
}
.cp_cssslider input[name='cp_switch3'] {
display: none;
}
.cp_cssslider input[name='cp_switch4'] {
display: none;
}

/* サムネイル */
.cp_cssslider label {
margin: 15px 5px 0 5px;
border: 2px solid #ffffff;
display: inline-block;
cursor: pointer;
transition: all 0.5s ease;
opacity: 0.6;
border-radius: 3px;
}
.cp_cssslider label:hover {
opacity: 0.9;
}
.cp_cssslider label img {
display: block;
width: 40px;
border-radius: 2px;
}

/*cp_switch1設定*/
.cp_cssslider input[name='cp_switch1']:checked + label {
border: 2px solid #FF7043;
opacity: 1;
}
.cp_cssslider input[name='cp_switch1'] ~ img {
opacity: 0;
}
.cp_cssslider input[name='cp_switch1']:checked + label + img {
opacity: 1;
}

/*cp_switch2設定*/
.cp_cssslider input[name='cp_switch2']:checked + label {
border: 2px solid #FF7043;
opacity: 1;
}
.cp_cssslider input[name='cp_switch2'] ~ img {
opacity: 0;
}
.cp_cssslider input[name='cp_switch2']:checked + label + img {
opacity: 1;
}

/*cp_switch3設定*/
.cp_cssslider input[name='cp_switch3']:checked + label {
border: 2px solid #FF7043;
opacity: 1;
}
.cp_cssslider input[name='cp_switch3'] ~ img {
opacity: 0;
}
.cp_cssslider input[name='cp_switch3']:checked + label + img {
opacity: 1;
}

/*cp_switch4設定*/
.cp_cssslider input[name='cp_switch4']:checked + label {
border: 2px solid #FF7043;
opacity: 1;
}
.cp_cssslider input[name='cp_switch4'] ~ img {
opacity: 0;
}
.cp_cssslider input[name='cp_switch4']:checked + label + img {
opacity: 1;
}


/*************
/* サイドバー
*************/
#sidebar article{
clear:both;
margin-bottom:20px;
}

#sidebar ul{padding:15px 0;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
color:#555;
font-size:15px;
display:block;
}

#sidebar li a:hover{
color:#999;
font-size:15px;
display:block;
}

/*************
/* フッター
*************/
#footer{
clear:both;
}

#footer a{
color:#555;
}

#footer a:hover{
color:#999;
}

#footer .inner{
padding:40px 0;
overflow:hidden;
}

#footer .grid{
margin:0;
}

#footer #info{float:left;}

#footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:5px 0 0;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
}

ul.footnav{
float:right;
width:620px;
padding:10px 0;
}
ul.footnav ul{display:none;}

ul.footnav li{
float:left;
margin:10px 0 10px 0;
padding:0 7px 0 8px;
border-right:1px solid #ebebeb;
}

#copyright{
clear:both;
padding:20px 0 10px 0;
text-align:center;
font-style:normal;
font-size:10px;
color:#555;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width:100%;
height:30px;
margin:5px 0 20px;
}

.prev{float:left}
.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}


/* タイポグラフィ
*****************************************************/
.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{
padding-bottom:10px;
}

.post ul{
	margin:0 0 10px 10px;
}

.post ul li{
margin-bottom:5px;
padding-left:15px;
/* background:url(images/bullet.png) no-repeat 0 8px; */
}

.post ol{margin:0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color:#000;
border-bottom:3px solid #cf6a88;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color:#333;
border-bottom:2px solid #cf6a88;
}

.post h3{
margin:10px 0 25px 0;
padding:10px 0 10px 0;
font-size:120%;
font-weight:normal;
border-bottom:1px solid #ddd;
}

.post blockquote{
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

/*******************
.post table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

.post table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

.post table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}
*******************/

/*******************
/* contsリスト
*******************/
ul.list_disp {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
ul.list_disp > li {
	width: 33%;
	list-style: none;
	box-sizing: border-box;
	word-wrap: break-word;
}

ul.list_disp_tr {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
ul.list_disp_tr > li {
	width: 50%;
	list-style: none;
	box-sizing: border-box;
	word-wrap: break-word;
	padding-left:1em;
	text-indent:-1em;
}


/*******************
/* カスタムテーブル
*******************/

.post table.usr1{
	width: 80%;
	border-spacing: 0;
	margin-left : auto ;
	margin-right : auto ;
}

.post table.usr1 th{
  border-bottom: solid 2px #fb5144;
  text-align: center;
  padding: 10px 0;
}

.post table.usr1 tr{
}



.post table.usr1 td{
  border-bottom: solid 2px #ddd;
  text-align: center;
  padding: 10px 0;
}


/*************
Google Map追加
*************/
.post div.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.post div.gmap iframe {
	position: absolute;
	margin-left : auto ;
	margin-right : auto ;
	height: 100%;
	width: 100%;
}


.post dt{font-weight:bold;} 

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter{
display:block;
margin:5px auto;
}

img.alignright, img.alignleft{
vertical-align: middle;
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin:0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float:left;}

/***********************
紹介ページ引用
***********************/

blockquote{
	position:relative;
	border-left:3px solid #DA8596;
	padding-left:10px;
}
blockquote:before{
	position:absolute;
	font-family:'FontAwesome';
	content:'\f10d';
	font-size: 20px;
	color:#DA8596;
}
blockquote p{
	position:relative;
	padding-left:30px;
}
blockquote cite{
	display: block;
	font-size:0.8rem;
	color:#F8C8B2;
	text-align:right;
}

/***********************
紹介ページスライドショー
***********************/
/*--スライダーの位置とサイズ調整--*/
.slider-for{
	width:100%;
	margin:0 auto;
}

/*--------画像サイズ調整---------*/
.slider-for img{
	width:100%;
}

.slider-nav img{
	width:100%;
}

/*-----------height調整----------*/
.slick-slide{
	height:auto!important;
}

/*-----------矢印表示----------*/
.slick-next{
	right:0!important;
}

.slick-prev{
	left:0!important;
}

.slick-arrow{
	z-index:2!important;
}
/*------------------------------*/


/***********************
紹介ページプロフィール
***********************/
.profile {
	background: #fff;
	width: 300px;
	padding: 2rem;
	border: 1px solid #555;
}


.profile__img {
	display: block;
	width: 160px;
	height: 160px;
	border: 1px solid #555;
	border-radius:50%;
	margin: 0 auto;
}

.profile__name {
	text-align:center;
	font-weight:bold;
	font-size:1.2rem;
	margin: 1rem auto 1rem;
	letter-spacing:.1rem;
}

.profile__desc {
	line-height:1.6rem;
}

.profile__sns {
	text-align:center;
}


.profile__sns img{
	width: 30px;
	height: 30px;
	margin: 0 5px;
}


/***********************
紹介ページランキング王冠
***********************/
.ranking{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ranking li{
	position: relative;
	margin: 0;
	padding: 0 0 0 16px;
	border-bottom: 1px dotted #ccc;
}
.ranking li::before{
position: absolute;
	top: 7px;
	left: 1px;
	color: #d05;
	content: "★";
	font-size: 9px;
}
.ranking li:first-child::before,
.ranking li:nth-child(2)::before,
.ranking li:nth-child(3)::before{
	position: absolute;
	top: 1px;
	left: 0;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom: 10px solid #fb0;
	content: "";
}
.ranking li:first-child::after,
.ranking li:nth-child(2)::after,
.ranking li:nth-child(3)::after{
	position: absolute;
	top: 9px;
	left: 0;
	width: 0;
	height: 0;
	border: 6px solid #fb0;
	border-top: 3px solid transparent;
	border-bottom: 6px solid #f90;
	content: "";
}
.ranking li:nth-child(2)::before{
	border-bottom: 10px solid #ccc;
}
.ranking li:nth-child(2)::after{
	border: 6px solid #ccc;
	border-top: 3px solid transparent;
	border-bottom: 6px solid #aaa;
}
.ranking li:nth-child(3)::before{
	border-bottom: 10px solid #d98;
}
.ranking li:nth-child(3)::after{
	border: 6px solid #d98;
	border-top: 3px solid transparent;
	border-bottom: 6px solid #c76;
}
.ranking li span{
	color: #9ab;
	font-size: 11px;
}

/***********************
チャンネルページプロフィール
***********************/
.prof {
	display: flex;
	align-items: center; 
	box-shadow: 0px 1px 1px rgba(0,0,0,.14),
	0px 2px 1px rgba(0,0,0,.12),
	0px 1px 3px rgba(0,0,0,.20);
	border-radius: 4px;
	padding: 1em;
	margin: 5px;
}

.prof:hover {
	box-shadow: 0px 8px 10px rgba(0,0,0,.14),
	0px 3px 14px rgba(0,0,0,.12),
	0px 5px 5px rgba(0,0,0,.20);
}

.prof__img-wrapper {
	flex: 0 1 27.58333%;
	margin-right: 3.33333%;
}

.prof__img {
	width: 120px;
	height: 120px;
	border: 1px solid #555;
	border-radius:50%;
}

.prof__body {
	flex: 1;
}

.prof__title {
	margin-bottom: 10px;
	font-size: 1.125em;
	font-weight: bold;
}

.prof__sns {
	text-align:right;
	margin: 5px 5px;
}

.prof__sns img{
	width: 30px;
	height: 30px;
	margin: 0 5px;
}

/***********************
Tv番組レイアウト
***********************/
div.div-tv{
	background-color: #fff;
	padding:10px 10px;
	border:1px solid #bbb;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
				0 0 2px rgba(255, 255, 255, 0.3) inset,
				0 0 10px rgba(0, 0, 0, 0.1) inset,
				0 1px 20px rgba(0, 0, 0, 0.1);
	margin: 10px auto;
	width: 98%;
	height:100%;
}	

div.div-tv p{
	background: #505050;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51a2c1', endColorstr='#74b5cd');
	background: linear-gradient(to bottom, #51a2c1, #74b5cd);
	background: -moz-linear-gradient(top,#51a2c1 0%,#74b5cd);
	background: -webkit-gradient(linear, left top, left bottom, from(#51a2c1), to(#74b5cd));
	border: 1px solid #DDD;
	color:#FFF;
	padding: 10px 10px;
	margin: 0px auto;
	width: 96%;
	height:100%;
}

div.div-tv ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.div-tv ul li {
	position: relative;
	padding: 0 0 0 2em;
	margin: 0;
}

div.div-tv ul li::before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f00c';
	color: #00ACDB;
}

div.div-tv img {
	width: 24%;
	margin: 0.5% 0.5%;
}

/***********************
動画登録状況レイアウト
***********************/
.jisseki{
    background-color: #eee;     /* 背景色指定 */
    padding:  5px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    align-items:stretch;        /* 縦の位置指定 */
	margin: 0 auto;
}

.jisseki-item{
    margin:  10px;               /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 32%;                 /* 幅指定 */
	background-color:  #fff;
	text-align: center;  
}

.jisseki-item img{
	width: 40px; /*画像サイズ指定*/
	margin: 0;
	padding: 0;
}

.jisseki-item .text{
	padding: 0;
}
/***********************
スクロール時メニュー固定
***********************/
.menu-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:960px){
	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}
	
  #mainNav{
	clear:both;
	z-index:200;
	background-color:#FFFFFF;
/*	position:relative; */
	}

	#mainNav li{
	float:left;
	position:relative;
	}

	#mainNav li a{
	color:#555;
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
/*	width:192px; */
	width:160px;
	height:30px;
	padding:15px 0;
	border-top:2px solid #ebebeb;
	border-bottom:2px solid #ebebeb;
	}

	#mainNav li a span,#mainNav li a strong{display:block;}

	#mainNav li a span{
	color:#bababa;
	font-size:10px;
	}
	
	#mainNav ul ul{width:160px;background:#fff;}
	#mainNav li ul{display:none;}

	#mainNav li:hover ul{
	display:block;
	position:absolute;
	top:64px;
	z-index:500;
	}
	
	#mainNav li li{
	margin:0;
	float:none;
	width:160px;
	border:0;
	}
  #mainNav li li:last-child{border:0;}
	
	#mainNav li li a{
	width:auto;
	height:auto;
	padding:10px;
	font-size:95%;
	text-align:left;
	border:0;
	}

	#mainNav li li span{padding:0 10px;}
	
	#mainNav li.current-menu-item a{
	border-color:#555;
	}

	#mainNav li.current-menu-item a,#mainNav li a:hover,#mainNav li.current-menu-item li a:hover{
	color:#999;
	}

	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{clear:both;padding:20px 0;}
	
	#main{
	float:right;
	width:680px;
	padding:15px 0 0 0;
	}
	
	#sidebar{
	float:left;
	width:250px;
	padding:15px 0;
	overflow:hidden;
	}
	
	#sidebar article{
	margin-bottom:20px;
	overflow:hidden;
	}
	
	.logo{width:500px;}
	
	/* グリッド全体 */
	.gridWrapper{
	display:table;
	border-collapse:separate;
	border-spacing:0px;
	}
	
	/* グリッド */
	.grid{
	width:320px;
	display:table-cell;
	}

}

@media only screen and (min-width:960px){
	.jisseki-item{
		padding: 10px;  
		display: flex; 				
		text-align: left;  
	}

	.jisseki-item img{
		width: 64px;
		height: 40px;
		overflow: hidden; 
		position: relative; 
	}

	.jisseki-item .text{
		margin: 0 0 0 20px; 
	}
}

@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
         -o-box-sizing:border-box;
        -ms-box-sizing:border-box;
            box-sizing:border-box;
	}
	
	#mainNav{
	clear:both;
	width:100%;
	margin:0 auto 5px;
	padding:0;
	background-color:#FFFFFF;
    border:1px solid #e4e4e4;
	border-left:0;
	border-right:0;
	}

	#mainNav a.menu{
	color:#555;
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	#mainNav a#menu span{
	padding-left:10px;
	}
	#mainNav a.menu span:before{content:"≡ ";}
	#mainNav a.menuOpen span:before{content:"× ";}

	#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display:none;
	width:100%;
	position:relative;
	right:0;
	top:0;
	z-index:1;
	}
	
	#mainNav ul{margin:0;padding:0;}

  #mainNav li{
	float:none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	#mainNav li a,#mainNav li.current-menu-item li a{
	color:#555;
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
 	#mainNav li a span{padding-left:10px;}
	
	
	#mainNav ul > li:last-child a{border:0;}
	#mainNav li li:last-child a{border-bottom:1px dashed #ccc;}
 
	#mainNav li.current-menu-item a,#mainNav li a:hover,#mainNav li.current-menu-item a,#mainNav li a:active, #mainNav li li.current-menu-item a, #mainNav li.current-menu-item li a:hover, #mainNav li.current-menu-item li a:active{
	color:#555;
	}

	#mainNav li li{
	float:left;
	border:0;
	}

	#mainNav li li a, #mainNav li.current-menu-item li a, #mainNav li li.current-menu-item a{
	padding-left:40px;
	background:url(images/sub1.png) no-repeat 20px 18px;
	}

	#mainNav li li.current-menu-item a,#mainNav li li a:hover, #mainNav li.current-menu-item li a:hover{background:url(images/sub1.png) no-repeat 20px -62px;}

	#mainNav li li:last-child a{background:url(images/subLast.png) no-repeat 20px 20px;}
	#mainNav li li:last-child.current-menu-item a,#mainNav li li:last-child a:hover,#mainNav li.current-menu-item li:last-child a:hover{background:url(images/subLast.png) no-repeat 20px -65px;}

	nav div.panel{float:none;}
	
	#header{padding-left:10px;}
	
	#main{padding-top:15px;}
	section.toppage{margin:0;}
	#sidebar{padding-bottom:15px;}
	#sidebar article{padding:7px 8px;}
	
	#footer .grid,#footer ul.footnav{float:none;width:100%;text-align:center;}
	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	float:left;
	width:32%;
	margin:10px 0 0 1%;
	}

	#footer .grid img,#footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	#footer.logo,#footer .info{width:100%;float:none;}
	#footer .logo p{float:none;display:block;	}
	#footer .logo img{float:none;padding:0;}
}


@media only screen and (max-width:640px){
	#header{height:auto;padding-bottom:20px;}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{clear:both;width:100%;float:none;}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright,img.alignleft,img.alignright{float:none;display:block;margin:0 auto 10px;}

	ul.list_disp {
	}

	ul.list_disp > li {
		width: 50%;
	}

	ul.list_disp_tr {
	}

	ul.list_disp_tr > li {
		width: 100%;
	}


}


@media only screen and (max-width:480px){
	.grid{width:100%;margin:10px 0;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
}
