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

/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/

/*--------------メインビジュアル--------------*/

#main_visual{
	/*position:relative;*/
}

#main_visual img{
	width:100%;
	vertical-align:bottom;
}

.main_top img{
	position:relative;
	z-index:500;
	width:100%;
}

/*///////////新着//////////////*/
.box_news{
	background: #f7f7f7;
    border-top: 3px solid #eb6877;
	padding-bottom:20px;
}

.important_title {
    color: #333;
    font-size: 131%;
    text-align: center;
    letter-spacing: 2px;
	padding-top:20px;
}

span.s_title {
    font-size: 77%;
    color: #eb6877;
}

.news{
	width:84%;
	margin:0 auto;
}

.day{
	display:block;
	font-size:85%;
	color: #454545;
	padding:5px 0 5px 0;
	font-weight:bold;
}

.news li a{
	display:block;
    color: #454545;
	padding:0 0 10px 0;
	border-bottom:1px dotted #ccc;
}

.itiran a{
	clear:both;
	width:60%;
	margin:20px auto 0;
	display:block;
	background:#8dd5e8;
	color:#FFF;
	text-align:center;
	border:2px solid #ccc;
	heborder-radius:5px;
	padding:7px 0;
}

/*/////////新着ここまで///////////*/

/*//////////////////pickup//////////////////////*/

.pickup{
	background: #F0FAFF;
	padding-bottom:20px;
}

h3.topics_title02{
	text-align:center;
	width:100%;
	padding:10px 0;
	background:#FFF;
	color:#535353;
    font-family: webfontHorizontal, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom:3px double #b0b0ae;
	border-top:1px solid #b0b0ae;
	font-size:146.5%;
	letter-spacing:1px;
	margin:0 0 20px;
}

.banner_box img{
	display:block;
	width:90%;
	margin:0 auto 20px;
}


.pickup02{
	background: #fff;
	margin-bottom:40px;
}

.text{
	padding:10px;
	color:#535353;
	line-height:1.8em;
}

.kyujin_text{
	font-size:100%;
	line-height:1.8;
	padding:0 20px;
	letter-spacing:1px;
}


/*/////////////スライダー////////////////////*/

/* .viewer
------------------------- */
.viewer {
    width: 100%;
    position: absolute;
    top:84px;
}
.viewer ul {
    
}
.viewer ul li {
    top: 0;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 

 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}





/*//// ここから youtubCSS ////*/

.movie_box{
	width:94%;
	margin:20px auto 10px;
}

.movie_box li{
	margin-bottom:20px;
}

.movie_box img{
	border:2px solid #eb6877;
}
.youtube-popup {
    display: inline-block;
    position: relative;
    height: 0;
}
.youtube-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    opacity: 0;
    transition: opacity 800ms ease 0s;
    cursor: pointer;
}
.youtube-button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    transition: width 800ms ease 0s, padding-bottom 800ms ease 0s;
}
.youtube-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-width: 0.3em;/*----　再生ボタンの円のサイズ ----*/
    border-color: transparent;
    border-style: solid;
    cursor: pointer;
    transition: border-color 800ms ease 0s, color 800ms ease 0s;
}
.youtube-button-text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    line-height: 0;
    overflow: visible;
    font-size: 2em;
    vertical-align: middle;
    text-align: center;
    color: inherit;
}
.youtube-player-container {
    position: fixed;
    z-index: 11;
}
@media (max-width: 799px) {
    .youtube-player-container {
        left: 0;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; /* 動画の高さ / 幅 * CSS width (HDの場合 1080/1920*1.0)*/
    }
}
@media (min-width: 800px) {
    .youtube-player-container {
        left: 32%;/*---- 動画の横の位置 ----*/
        width: 35%;/*---- 動画のサイズ ----*/
        height: 0;
        padding-bottom: 19.7%; /* 動画の高さ / 幅 * CSS width (HDの場合 1080/1920*0.8)*/
    }
}
.youtube-player {
    position: absolute;
    width: 100%;
    height: 100%;
}
.youtube-close {
    position: absolute;
    z-index: 12;
    color: #000000;
    font-weight: bold;
    font-size: 3em;
    cursor: pointer;
    opacity: inherit;
    transition: color 800ms ease 0s;
}
.youtube-close:hover {
    color: #999;
}
@media (max-width: 799px) {
    .youtube-ismobile {
        display: block;
    }
    .youtube-close {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1em;
        line-height: 1em;
        text-align: right;
        vertical-align: bottom;
    }
}
@media (min-width: 800px) {
    .youtube-ismobile {
        display: none;
    }
    .youtube-close {
        left: 67.5%;　/*---- ×の位置 ----*/
        height: 1em;
        line-height: 1em;
        max-width: 10%;
    }
}
.youtube-overlay {
    position: fixed;
    display: none;
    top: 100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: transparent;
    opacity: 0.0;
    overflow: hidden;
    transition: opacity 800ms ease 0s, top 800ms ease 0s;
}
/*//// ここまでyoutubCSS ////*/
