﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);


@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=49f0e321-ce81-46f5-b17c-5e5b726a7209&fontids=1281558");
    @font-face{
        font-family:"Naive Inline W00 Light";
        src:url("../Fonts/1281558/04671923-3957-4fe8-b7b2-420a52cbd1f9.eot?#iefix");
        src:url("../Fonts/1281558/04671923-3957-4fe8-b7b2-420a52cbd1f9.eot?#iefix") format("eot"),url("Fonts/1281558/9ed32b47-e5ea-405f-a2fe-83d2fd14f7ba.woff2") format("woff2"),url("../Fonts/1281558/a8a2dc26-3635-4589-86f8-95a9cb4a1c98.woff") format("woff"),url("Fonts/1281558/b50c135b-bf11-4b26-a6d9-7d8b6fc46add.ttf") format("truetype");
    }


/* =============================================================================
   clearfix
   ========================================================================== */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE/Mac */
.clearfix{
	display: inline-table;
	zoom: 1;
}
/* Hide from IE/Mac, apply to IE/Win \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.clear {
	clear: both;
	display: block;
}

/* ---------------------------------------------------------------------------
   フォント色
   ---------------------------------------------------------------------------*/

.txt_red1{
	color:#C6002F;
}

.txt_red2{
	color:#CC5F7D;
}

.txt_pink1{
	color:#F30;
}

.txt_pink2{
	color:#E50065;
}

.txt_pink3{
	color:rgba(255,133,172,1.00);
}

.txt_blue1{
	color:#03F;
}

.txt_blue2{
	color:#09F;
}

.txt_green1{
	color:#396;
}

.txt_green2{
	color:#00A6A3;
}

.txt_green3{
	color:#7FBF39;
}

.txt_gray1{
	color:#999;
}

.txt_Purple1{
	color:#90C;
}

.txt_orange1{
	color:#F60;
}

.txt_yellow{
	color:rgba(245,236,153,1.00);
}


/* ---------------------------------------------------------------------------
   フォントサイズ
   ---------------------------------------------------------------------------*/

.fsize50{
	font-size:50%;
}

.fsize60{
	font-size:60%;
}

.fsize70{
	font-size:70%;
}

.fsize80{
	font-size:80%;
}

.fsize90{
	font-size:90%;
}

.fsize120{
	font-size:120%;
}


/* ---------------------------------------------------------------------------
   全般
   ---------------------------------------------------------------------------*/
html,body{
   min-width:1120px;
}

body{
	background-color:rgba(157,211,214,1.00);
}

.sage{
    padding-left: 1em; 
    text-indent: -1em; 
}

.sage1_5{
    padding-left: 1.5em; 
    text-indent: -1.5em; 
}

.sage2{
    padding-left: 2em; 
    text-indent: -2em; 
}

.sage3{
    padding-left: 3em; 
    text-indent: -3em; 
}

ul, ol, dl {
	list-style-type: none;
}

h1,h2,h3,h4,h5,p,ol,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
}

p{
	padding-top:10px;
}

img {
   vertical-align:bottom
}

::selection {
	background: #fad3d3;
}
::-moz-selection {
	background: #fad3d3;
}


.sukashi{
	background-color: rgba(255,255,255,1.00);
}

.sukashi a:hover img{
	opacity: 0.7;
	transition: opacity 1s ease-out;
}

.sukashi a img{
	transition: opacity 1s ease-out;
}



/* ---------------------------------------------------------------------------
   テンプレート
   ---------------------------------------------------------------------------*/



#mobileHeader{
	display:none;
}


.stylePc{
	display:block;
}

.styleMobile{
	display:none;
}


/* ---------------------------------------------------------------------------
   tmp_01
   ---------------------------------------------------------------------------*/

.w01-wrap{
	position:relative;
	overflow:hidden;
	width:100%;
	width:calc(100% - 2px);
	border:rgba(244,180,208,1.00) 1px solid;
	background-color:rgba(255,255,255,1.00);
	margin:auto;
}
	

.w01-head{
	position:relative;
	overflow:hidden;
	border-bottom:rgba(244,180,208,1.00) 1px solid;
	margin:auto;
	padding:10px;
}

.w01-day{
	width:13%;
	font-size:18px;
	color:rgba(240,150,174,1.00);
	font-weight:400;
	float:left;
}

.w01-title{
	color:rgba(240,150,174,1.00);
	width:80%;
	font-weight:600;
	font-size:110%;
	float:left;
}


.w01-content{
	padding:20px;
	color:rgba(110,115,116,1.00);
	font-weight:400;
	font-size:100%;
}


.w01-content-box{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}

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


	.w01-content-box70{
		width:70%;
	}
	
	.w01-content-box60{
		width:60%;
	}

	.w01-content-box50{
		width:50%;
	}

	.w01-content-box40{
		width:40%;
	}

	.w01-content-box30{
		width:30%;
	}

.w01-kugiri{
	width:100%;
	margin:auto;
	padding: 20px 0 20px 0;
}



.content-last-logo{
	position:relative;
	overflow:hidden;
	width:285px;
	height:42px;
	margin:180px auto 60px auto;
}

	.content-last-logo img{
		width:100%;
		height:auto;
	}



/* ---------------------------------------------------------------------------
   index_01
   ---------------------------------------------------------------------------*/

.header{
	position: fixed;
	width: 100%;
	height: 90px;
	background-color: rgba(255,255,255,1.00);
	z-index: 100;
}
	
.header_menu_wrapper{
	width: 1100px;
	margin: auto;
}	

.header_logo{
  position: relative;
	float: left;
	width: 390px;
	margin-top: 10px;
}

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


.head_bnr01{
	position: absolute;
	width: 16.3%;
	top: 10.0%;
	left: 5%;
}

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



.header{
	position: absolute;
	width: 100%;
	height: 90px;
	background-color: rgba(255,255,255,1.00);
	z-index: 100;
}
	
.header_menu_wrapper{
	width: 1100px;
	margin: auto;
}	

.header_logo{
	float: left;
	width: 390px;
	margin-top: 10px;
}

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

.header_menu{
	margin-top:20px;
	float: right;
	width: 505px;
}

	.header_menu li{
		float: left;
	}
	


#index-wrap{
	position:relative;
	overflow: hidden;
	width:100%;
	background-color:rgba(255,255,255,1.00);
	
}


#index-wrap2{
	position:relative;
	overflow: hidden;
	width:100%;
	background-color:rgba(255,255,255,1.00);
	margin-top: 90px;
	
}


.bg-inner{
	position:relative;
	width:100%;
}

.bg-inner-mobile{
	display:none;
}


.visual-inner{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:auto;
	padding-top: 90px;
	/*filter: blur(40px);*/
}

.visual-inner img{
	width: 100%;
	height: auto;
}


.chatch_wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 90px;
	left: 0;
}

.ch_ch01{
	position: absolute;
	width: 38%;
	right: 8%;
	top: 1.2%;
}

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


.ch_chlogo{
	position: absolute;
	width: 32%;
	right: 0;
	left: 0;
	top: 9%;
	margin: auto;
}

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

.ch_onair{
	width: 28%;
	margin: auto;
}

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



.ch_pv01{
	position: absolute;
	width: 16%;
	top: 2.0%;
	left: 5%;
}

	.ch_pv01 img{
		width: 100%;
		height: auto;
		border: rgba(255,243,177,1.00) 2px solid;
}


.ch_info_inner{
	position: relative;
	overflow: hidden;
	width: 50%;
	min-width: 690PX;
	margin: auto;
	margin-top: 54%;
}



.ch_news_wrapper{
	float: left;
	width: 47%;
}

	.ch_news_i01{
		width: 100%;
	}
	
	.ch_news_i01 img{
		width: 100%;
		height: auto;
	}
	
	.ch_news_inner{
		width: 98%;
		border: rgba(255.197.00.00) 2px solid;
		background-color: rgba(255,255,255,0.90);
	}
	
	.ch_news_link{
		background-color: rgba(255.235.167.00);
		height: 25px;
		margin-top: 5px;
		text-align: right;
	}

.news-box{
	position:relative;
	overflow:auto;
	width:95%;
	margin:auto;
	line-height:1.2;
	margin-top: 10px;
}




.ch_twitter_wrapper{
	float: right;
	width: 47%;
}

	.ch_twitter_i01{
		width: 100%;
	}
	
	.ch_twitter_i01 img{
		width: 100%;
		height: auto;
	}
	
	.ch_twitter_inner{
		width: 98%;
		border: rgba(0,170,178,1.00) 2px solid;
		background-color: rgba(255,255,255,0.90);
}

.twitter-box{
	overflow:auto;
	width:90%;
	margin:auto;
	line-height:1.2;
	margin-top: 10px;
	overflow:auto !important;
	-webkit-overflow-scrolling:touch !important;}


	.ch_twitter_link{
		background-color: rgba(106,204,205,1.00);
		height: 25px;
		margin-top: 5px;
		text-align: right;
	}
	







.ch_test01{
	width: 100%;
	margin: auto;
}

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

/*
	.on2{
		filter: blur(0);
		transition: all 3s ease;
	}


	.on4{
		transform: scale(1.0);
		transition: all 3s ease;
	}
*/

.staff{
	position:absolute;
	width:180px;
	bottom:0;
	left:0;
}

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


.staff_m{
	display:none;
}

.logo{
	position:absolute;
	width:582px;
	height:97px;
	left: 0;
  	right: 0;
  	margin:0 auto;
	top:460px;
}

.ch02{
	position:absolute;
	width:486px;
	height:43px;
	left: 0;
  	right: 0;
  	margin:0 auto;
	top:580px;
}

.button_v2{
	position:absolute;
	width:20px;
	right:190px;
	bottom:3%;
}

#down-inner{
	position:absolute;
	overflow:hidden;
	width:100%;
	top: 70%;

	}

.down_bg-inner{
	background-image:url(../images/bg/bg.png);
	background-position:top center;

}


.menu_area{
	width:954px;
	height:42px;
	background-image:url(../images/top/menu_bg.png);
	margin:auto;
	margin-top:44px;
}

	.menu_area li{
		float:left;
		margin-left:50px;
	}
	
	.menu_area li:first-child{
		margin-left:132px;
	}


.info_area{
	position:relative;
	width:714px;
	margin:auto;
	margin-top:36px;
	margin-bottom:20px;
}




.pv_wrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	margin: 50px auto 50px auto;
}


.pv_inner{
	position: absolute;
	width: 100%;
	top: -20%;
}

	.youtube .video{
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
	}




.pv{
	width:700px;
	margin:auto;
	border:rgba(157,211,214,1.00) 1px solid;
	padding:5px;
	margin-top:36px;
}

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

.news-button{
	position:absolute;
	width:73px;
	height:72px;
	top:0;
	left:-80px;
}




.news-inner{
	position:relative;
	overflow:hidden;
	float:left;
	width:345px;
	border:rgba(186,227,249,1.00) 1px solid;
}

.news-head{
	width:97%;
	height:30px;
	margin:auto;
	margin-top:1%;
	background-color:rgba(204,166,145,1.00);
	background-image:url(../images/top/bg_info.png);
}

	.news-head img{
		height:100%;
		width:auto;
	}

.news-bar01{
	width:100%;
	height:2px;
	background-color:rgba(186,227,249,1.00);
	margin:1.5% auto 1.5% auto;
}


.news-content{
	width:95%;
	height:225px;
	margin:auto;
	margin-bottom:2%;
	border:rgba(204,166,145,1.00) 3px solid;
}





.news-box .day{
	color:rgba(175,175,176,1.00);
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight:600;
	font-size:80%;
}

.news-box .title{
	color:rgba(175,175,176,1.00);
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight:400;
	font-size:80%;
	margin-bottom:7px;
	padding-bottom:5px;
	border-bottom:rgba(213,138,154,1.00) 2px dotted;
}

	.news-box .title a{
		color:rgba(175,175,176,1.00);
		text-decoration:none;
	}

	.news-box .title a:hover{
		color:rgba(233,83,125,1.00) !important;
		text-decoration:none;
	}

	.news-box .title a:visited{
		color:rgba(175,175,176,1.00);
		text-decoration:none;
	}



.twitter-inner{
	position:relative;
	overflow:hidden;
	float:left;
	margin-left:14px;
	width:345px;
	border:rgba(221,229,145,1.00) 1px solid;
}

.twitter-head{
	width:97%;
	height:30px;
	margin:auto;
	margin-top:1%;
	background-color:rgba(204,166,145,1.00);
	background-image:url(../images/top/bg_info2.png);
}

	.twitter-head img{
		height:100%;
		width:auto;
	}


.twitter-bar01{
	width:100%;
	height:2px;
	background-color:rgba(221,229,145,1.00);
	margin:1.5% auto 1.5% auto;
}


.twitter-content{
	width:95%;
	height:225px;
	margin:auto;
	margin-bottom:2%;
	border:rgba(204,166,145,1.00) 3px solid;
}

.twitter-sys{
	width:95%;
	height:190px;
	margin:auto;
	margin-top:10px;
	line-height:1.2;
	overflow:auto !important;
	-webkit-overflow-scrolling:touch !important;
}


.twitter-foot{
	width:100%;
	background-color:rgba(172,204,235,1.00);
	height:25px;
	text-align:right;
}




#yb_inner{
	overflow: hidden;
	height: 500px;
}

.yb_contents{
	position: relative;
	width: 400px;
	height: 500px;
	margin: auto;
	z-index: 1000;
}

.yb_contents_bg{
	position: absolute;

	width: 100%;
	height: 1200px;
	background-image: url(../images/top/bg_003.png);
}





.content-last-logo2{
	position:relative;
	overflow:hidden;
	width:285px;
	margin:0px auto 40px auto;
}

	.content-last-logo2 img{
		width:100%;
		height:auto;
	}

.anime-inner{
	 position:fixed;
	 width:100%;
	 height:100%;
	 z-index:999;
	 top:0;
	 background-color:rgba(255,255,255,1.00);
	 display:none;
}
 
 
 
 
.anime-ch01{
	width:100px;
	height:auto;
	margin:auto;
	filter: blur(0);
}

	.anime-ch01 img{
		width:100%;
		height:auto;
	}
	
	.on{
		filter: blur(50px);
		transition: all 4s ease;
	}


 
 
 
 
 
.top-logo{
	position: absolute;
	width:600px;
  	top: 50%;
  	left: 50%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
}

 


.sclbrk{
	position: relative;
	overflow: hidden;
	height: 200px;
}



#contents-wrap{
	position:relative;
	width:100%;
	background-color:rgba(255,255,255,1.00);
	
}


#header{
	position:relative;
	overflow:hidden;
	width:100%;
	margin-bottom:25px;
}

.header-inner{
	position:relative;
	overflow:hidden;
	width:1100px;
	margin:auto;
}

.header-title{
	width:500px;
	height:auto;
	margin:auto;
	margin-top:65px;
}

	.header-title img{
		width:100%;
		height:auto;
	}

.header-back{
	position:absolute;
	right:10px;
	top:100px;
	width:55px;
	height:30px;
}

.bar01{
	width:100%;
	height:13px;
	background-image:url(../images/tmp/bar01_bg.png);
	margin:10px auto 10px auto;
}

.bar02{
	width:100%;
	border-bottom:rgba(207,186,165,1.00) 3px dotted;
}






.wrapper-innner-share{
	position:relative;
	overflow:hidden;
	width:200px;
	margin:auto;
	font-size:100%;
}



#footer{
	width:100%;
}


.footer-bg-inner{
	position:relative;
	width:100%;
	background-image:url(../images/bg/bg.png);
	background-position:top center;
	background-repeat:repeat-y;
}


.fooder_bnr01{
  position: relative;
  width: 420px;
  height: 67px;
  margin: 30px auto auto auto;
}

  .fooder_bnr01 li{
    float: left;
    margin: 5px;
  }

.footer-logo{
	position:relative;
	margin:auto;
	width:436px;
	height:59px;
	margin-top:40px;
	margin-bottom:29px;
}

.footer-copy{
	width:400px;
	margin:auto;
	color:rgba(137,137,137,1.00);
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:90%;
	text-align:center;
	padding-bottom:60px;
}





#sb-body-inner iframe{
	background-color: rgba(255,255,255,1.00) !important;
}


/* ---------------------------------------------------------------------------
   news_01
   ---------------------------------------------------------------------------*/


.newspage-inner{
	position:relative;
	overflow:hidden;
	width:900px;
	margin:auto;
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	transform: scale(1.0);
	transition: all 1s ease;
}


.fixed {
	position:absolute;
	bottom:0;
	right:0px;
	overflow:hidden;
	width:556px;
	height:566px;
}








/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   スマホ版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 480px) {


html,body{
	min-width:100%;
	max-width:100%;
}


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



#mobileHeader{
	display:block;
	position:relative;
	width:100%;
	height:50px;
	background-image:url(../images/bg/bg_01.png);
	border-bottom: rgba(252,202,201,1.00) 1px solid;
}



/* ---------------------------------------------------------------------------
   メニュー（モバイル）
   ---------------------------------------------------------------------------*/
	
#mobileMenu{
	display:block;
	position:fixed;
	z-index:2000;
	top:0;
	left:0;
	height:50px;
	width:100%;
	background-color:#FF86A6;
}

	#mobileMenu .logo{
		position:absolute;
		width:150px;
		height:auto;
		z-index:2100;
		top:10px;
		left:10px;
	}
	
	#mobileMenu  .btn{
		width:150px;
		float:right;
	}

	#mobileMenu img{
		width:100%;
		height:auto;
	}
	

	#mobileHeader .logo{
	position: absolute;
	width: 202px;
	height: 35px;
	z-index: 2100;
	left: 3px;
	top: -10px;
	}
	
	#mobileHeader .logo img{
		width:100%;
		height:auto;
	}




/* ---------------------------------------------------------------------------
   テンプレート
   ---------------------------------------------------------------------------*/



.stylePc{
	display:none;
}

.styleMobile{
	display:block;
}





#header{
	position:relative;
	overflow:hidden;
	width:100%;
	margin-bottom:25px;
}

.header-inner{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:auto;
}

.header-title{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:35px;
}

	.header-title img{
		width:100%;
		height:auto;
	}

.header-back{
	position:absolute;
	right:20px;
	top:10px;
	width:55px;
	height:30px;
}


.bar01{
	width:100%;
	height:13px;
	background-image:url(../images/tmp/bar01_bg.png);
	margin:10px auto 10px auto;
}

.bar02{
	width:100%;
	border-bottom:rgba(207,186,165,1.00) 3px dotted;
}


.content-last-logo{
	position:relative;
	overflow:hidden;
	width:80%;
	margin:180px auto 80px auto;
}



/* ---------------------------------------------------------------------------
   index_01
   ---------------------------------------------------------------------------*/

#index-wrap{
	position:relative;
	width:100%;
	background-color:rgba(255,255,255,1.00);
	
}


.bg-inner{
	position:relative;
	width:100%;
	background-image:url(../images/top/bg_001.png);
	background-position:top center;
}

.bg-inner-mobile{
	position:absolute;
	width:100%;
	display:block;
	top:0;
	left:0;
	z-index:8;
}

	.bg-inner-mobile img{
		width:100%;
		height:auto;
	}



.visual-inner{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:auto;
	padding-top: 0;
}

.visual{
	width:100%;
	margin:auto;
}

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

.staff{
	display:none;
}

.staff_m{
	display:block;
	position:relative;
	width:90%;
	margin:auto;
	margin-top:20px;
}

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


.pv{
	width:90%;
	border:rgba(157,211,214,1.00) 1px solid;
	margin-bottom:10px;
	margin: auto;

}

.logo{
	position:absolute;
	width:90%;
	height:97px;
	left: 0;
  	right: 0;
  	margin:0 auto;
	top:60%;
}

.ch01{
	position:absolute;
	width:4%;
	height:auto;
	left: 0;
  	right: 0;
  	margin:0 auto;
	top:20px;
}

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

.ch02{
	position:absolute;
	width:90%;
	height:auto;
	left: 0;
  	right: 0;
  	margin:0 auto;
	top:75%;
}


#down-inner{
	position:relative;
	overflow:hidden;
	width:100%;
}

.button_v2{
	position:absolute;
	width:20%;
	height:auto;
	right:10px;
	top:20px;
	bottom:auto;
	z-index:9;
}


.info_area{
	position:relative;
	width:90%;
	margin:auto;
	margin-top:40px;
	margin-bottom:20px;
}

.news-button{
	position:relative;
	width:50px;
	margin:auto;
	top:auto;
	right:auto;
	margin-right:-50px;
}

	.news-button img{
		width:100%;
		height:auto;
	}

.news-inner{
	position:relative;
	overflow:hidden;
	float:none;
	width:98%;
	margin:auto;
	border:rgba(186,227,249,1.00) 1px solid;
}

.news-head{
	width:97%;
	height:30px;
	margin:auto;
	margin-top:1%;
	background-color:rgba(204,166,145,1.00);
	background-image:url(../images/top/bg_info.png);
}

	.news-head img{
		height:100%;
		width:auto;
	}

.news-bar01{
	width:100%;
	height:2px;
	background-color:rgba(186,227,249,1.00);
	margin:1.5% auto 1.5% auto;
}


.news-content{
	width:95%;
	height:225px;
	margin:auto;
	margin-bottom:2%;
	border:rgba(204,166,145,1.00) 3px solid;
}




.twitter-inner{
	position:relative;
	overflow:hidden;
	float:none;
	margin-left:14px;
	margin:auto;
	width:98%;
	border:rgba(221,229,145,1.00) 1px solid;
}

.twitter-head{
	width:97%;
	height:30px;
	margin:auto;
	margin-top:1%;
	background-color:rgba(204,166,145,1.00);
	background-image:url(../images/top/bg_info2.png);
}

	.twitter-head img{
		height:100%;
		width:auto;
	}


.twitter-bar01{
	width:100%;
	height:2px;
	background-color:rgba(221,229,145,1.00);
	margin:1.5% auto 1.5% auto;
}


.twitter-content{
	width:95%;
	height:225px;
	margin:auto;
	margin-bottom:2%;
	border:rgba(204,166,145,1.00) 3px solid;
}

.twitter-sys{
	width:95%;
	height:190px;
	margin:auto;
	margin-top:10px;
	line-height:1.2;
	overflow:auto !important;
	-webkit-overflow-scrolling:touch !important;
}


.twitter-foot{
	width:100%;
	background-color:rgba(172,204,235,1.00);
	height:25px;
	text-align:right;
}

	.twitter-foot img{
		height:100%;
		width:auto;
	}









.ch_info_inner{
	position: relative;
	overflow: hidden;
	width: 95%;
	min-width:95%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}




.ch_news_wrapper{
	float:none;
	width: 100%;
	margin: auto;
}

	.ch_news_i01{
		width: 100%;
	}
	
	.ch_news_i01 img{
		width: 100%;
		height: auto;
	}
	
	.ch_news_inner{
		width: 98%;
		border: rgba(239,133,109,1.00) 2px solid;
		background-color: rgba(255,255,255,0.90);
		margin-bottom: 30px;
	}
	
	.ch_news_link{
		background-color: rgba(242,156,151,1.00);
		height: 25px;
		margin-top: 5px;
		text-align: right;
	}

.news-box{
	position:relative;
	overflow:auto;
	width:95%;
	height: 250px;
	margin:auto;
	line-height:1.2;
	margin-top: 10px;

}









.ch_twitter_wrapper{
	float:none;
	width: 100%;
	margin: auto;
}

	.ch_twitter_i01{
		width: 100%;
	}
	
	.ch_twitter_i01 img{
		width: 100%;
		height: auto;
	}
	
	.ch_twitter_inner{
		width: 98%;
		border: rgba(0,170,178,1.00) 2px solid;
		background-color: rgba(255,255,255,0.90);
}


	.ch_twitter_link{
		background-color: rgba(106,204,205,1.00);
		height: 25px;
		margin-top: 5px;
		text-align: right;
	}
	
.twitter-box{
	width:90%;
	height: 250px;
	margin:auto;
	line-height:1.2;
	margin-top: 10px;
	overflow:auto !important;
	-webkit-overflow-scrolling:touch !important;}



.twitter-box-inner{
	height: 250px;
	overflow:auto !important;
	-webkit-overflow-scrolling:touch !important;
}














.bg-wrap-inner-mobile{
	position:relative;
	width:100%;
	background-image:url(../images/top/bg_001m.png);
	background-repeat:repeat-y;
	background-size:contain;
}



.fooder_bnr01{
  position: relative;
  width: 70%;
  height: auto;
  margin: auto;
}

  .fooder_bnr01 li{
    float: none;
    margin: 10px;
  }
  
  .fooder_bnr01 li img{
    width: 100%;
    height:auto; 
  }



.footer-bg-inner{
	position:relative;
	width:100%;
	background-image:url(../images/tmp/bg_foot.png);
	background-position:top center;
	background-repeat:repeat-y;
}


.footer-logo{
	position:relative;
	margin:auto;
	width:80%;
	height:auto;
	margin-top:50px;
	margin-bottom:29px;
}

	.footer-logo img{
		width:100%;
		height:auto;
	}



.footer-copy{
	width:100%;
	margin:auto;
	color:rgba(137,137,137,1.00);
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:80%;
	text-align:center;
	margin-bottom:60px;
}



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



.anime-ch01{
	width:70px;
	height:auto;
}

	.anime-ch01 img{
		width:100%;
		height:auto;
	}



/* ---------------------------------------------------------------------------
   tmp_01
   ---------------------------------------------------------------------------*/

.w01-head{
	padding:10px;
	font-weight:900;
	font-size:100%;
	line-height:1.3;
}


.w01-content{
	padding:20px;
	color:rgba(110,115,116,1.00);
	font-weight:400;
	font-size:90%;
}


.w01-kugiri{
	width:100%;
	margin:auto;
	padding: 10px 0 25px 0;
}




	.w01-content-box70{
		width:100%;
	}
	
	.w01-content-box60{
		width:100%;
	}

	.w01-content-box50{
		width:100%;
	}

	.w01-content-box40{
		width:100%;
	}

	.w01-content-box30{
		width:100%;
	}

.w01-kugiri{
	width:100%;
	margin:auto;
	padding: 20px 0 20px 0;
}


/* ---------------------------------------------------------------------------
   news_01
   ---------------------------------------------------------------------------*/


.newspage-inner{
	position:relative;
	overflow:hidden;
	width:90%;
	margin:auto;
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


.w01-day{
	width:100%;
	font-size:14px;
	color:rgba(240,150,174,1.00);
	font-weight:400;
	float:none;
}

.w01-title{
	width:100%;
	color:rgba(240,150,174,1.00);
	font-weight:600;
	font-size:16px;
	float:none;
}



.fixed {
	position:absolute;
	bottom:0;
	right:0px;
	overflow:hidden;
	width:60%;
	height:auto;
}

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





}


a:link { color: #FFB000; }
a:visited { color: #FFB000; }
a:hover { color: #FFB000; }
a:active { color: #fff; }