@charset "utf-8";
/*
Theme Name:yu-san
Theme URI:http://www.yusan-web.com/
Description: 紙芝居パフォーマー　ゆうさんのHP専用テーマ
Author: Lumba-Lumba shinobu
Author URI:http://lumba-lumba.net/
*/


/*  ブラウザ固有のCSSをリセット  */ 
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{ margin:0; padding:0;} address,caption,cite,code,dfn,h1,h2,h3,h4,var{ font-style:normal; font-weight:normal;}
h1,h2,h3,h4,h5,h6,small{ font-size:100%; font-weight:normal;}
fieldset,img,abbr{ border:0; }
caption{ text-align:left; }
q:before,q:after{ content: ''; }
img{border: none; vertical-align: bottom; max-width:100%;}
input,textarea,select{ font-size:1em;}
/*WordPress対策*/
span textarea,span input{ vertical-align: bottom!important; }
/*Firefox対策*/
html{ overflow: scroll; overflow: -moz-scrollbars-vertical; overflow-x: scroll;}
body,x:-moz-broken { margin-left:-1px;}

.clear { clear:both; }
.clear hr { display:none; }
a,a:link,a:visited {  text-decoration:none;}
a:hover{text-decoration:none;}




body {
    height:100%; 
    padding:0;
    margin:0;
    background-image:url('img/zarazara_w.png');
    font:16px/120%  'メイリオ',Meiryo,Arial,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',sans-serif,'Droid Sans';
}

#wrap {
     position:relative;
     width:100%; height:100%;
     margin:0 auto;

}

#base_slide {
    width:100%;
    margin:0;
    background-image:url('img/bg_top03.png');
    background-position:0 250px;
    background-repeat:repeat-x;
}

header {
        width:830px;
        margin:0 auto;
        text-align:center;
         background-image:url('img/mokumoku.png');
         background-repeat:no-repeat;

	display: -webkit-box;
	display: -moz-box;
        display: -ms-flexbox; /* IE */
        display: flex;
	box-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
.head_title {
            width:600px;
            margin:2px 0 10px 0;
}

.top_nhk {
         width:192px;
         height:150px;
}

footer {
        width:100%;
        max-width:100%;
        height:55px;
        text-align:center;
        vertical-align:middle;
        color:#fff;
        background-image:url('img/bg_bottom01.png');
        background-position:bottom;
        background-repeat:repeat-x;
}

.copy {padding-top:20px;}



/**************************************************************************　共通　************************/

#base_page {
    width:100%;
    margin:0;
    background: url('img/pr_img.jpg') no-repeat fixed ;　
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}

#page_contents {
                width:1000px;
                margin:20px auto;
                padding:20px;
                background-image:url('img/mokumoku_bg.png');
                background-repeat:repeat-y;
                border-radius:10px; 
	         -webkit-border-radius:10px;	
	         -moz-border-radius: 10px;	
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}


.midashi { 
     width:400px;
     height:25px;
     margin:0; padding-top:5px;
     background-image:url('img/midashi_bg.png');
     background-position:top;
     background-repeat:no-repeat;
}

.midashi2 { 
     width:350px;
     height:25px;
     margin:0; padding-top:5px;
     background-image:url('img/midashi_bg.png');
     background-position:-50px 0;
     background-repeat:no-repeat;
}



.center_ {text-align:center; margin:0 auto;}
.text_bg_white {background-image:url('img/text-bg01.png'); display:inline;}
.text_bg_white_s {margin-left:50px;}
.mini {font-size:10px;}
.photop {text-align:left; color:#333;}
.photomargin_right{ margin:0 0 15px 15px;}
.photomargin_left{ margin:0 15px 15px 0;}
.red {color:red;}
.blue {color:blue;}
.font_green {color:green;}
.float_left {float:left;}
.float_right {float:right;}
.margintop {margin-top:20px;}
.bg_wo {background-color: rgba( 255, 255, 255, 0.55 );}
.font_b {font-size:22px;}
/*テキスト背景透過の　白　グレー*/
.textbg_w {background-color: rgba( 204, 255, 204, 0.55 );}
.textbg_g {background:rgba(204,204,204,0.8);}
/*発光*/
.hakkou {color:blue; text-shadow: 0 0 10px royalblue,0 0 15px royalblue;}

/*吹き出し　上部*/
.fukidashi_top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}
.fukidashi_top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.fukidashi_top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}
.fukidashi_top p {
  margin: 0;
  padding: 0;
}

.sp{
	display:none;	
}

/**************************************************************************　ナビゲーション　************************/

.menu-navi_menu-containe,.menu-navi_menu_sp-containe {
     text-align:center;
     width:100%;
}
.menu-navi_menu-containe ul,.menu-navi_menu_sp-containe ul {
     text-align:center; 
}

#menu-navi_menu,#menu-navi_menu li,#menu-navi_menu_sp,#menu-navi_menu_sp li{
  display: inline-block;
  *display: inline;
  zoom: 1;
    }

#menu-navi_menu,#menu-navi_menu_sp{
 width:100%;
 text-align:center;
  font-size: 0; /* Inline block elements gap - fix */
  margin:0 auto 10px auto;
  padding: 0;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}

#menu-navi_menu li,#menu-navi_menu_sp li { 
   margin-right: -1px; /* Overlap each right button border */
}  

.button{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding:5px 8px;
    margin: 0; 
    height:36px;
    cursor: pointer;
    border: 1px solid #ccc;
    overflow: visible;
    font-size:15px;
    font-weight:bold;
    text-decoration: none;
    white-space: nowrap;
    color: #03f; 
    background-image:url('img/li_n.png'); 
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;  
    text-shadow:-1px -1px 0px #ccc;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
 
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .button {padding:8px 11px;  text-shadow:0px -2px 2px #fff;} /* IE11 */
}
.menuhome button {
              border-radius:15px 0 0 15px; 
             -webkit-border-top-left-radius: 15px;  
             -webkit-border-bottom-left-radius: 15px; 
             -moz-border-radius-topleft: 15px;  
             -moz-border-radius-bottomleft: 15px;  
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}


.menuqa button {
             border-radius:0 15px 15px 0; 
             -webkit-border-top-right-radius: 15px;  
             -webkit-border-bottom-right-radius: 15px; 
             -moz-border-radius-topright: 15px;  
             -moz-border-radius-bottomright: 15px;  
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}

 




.button:hover{
    background-image:url('img/li_h.png'); 
}
 

.button:active{
    background-image:url('img/li_a.png'); 
    position: relative;
    top: 1px;
    color:#fff;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}

.current-menu-item button{
    background-image:url('img/li_a.png'); 
    position: relative;
    top: 1px;   
    color:#fff;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}

/**************************************************************************　トップページ　************************/

/**　オープニング　**/
.loader-wrap {
  overflow: hidden;
  position: relative;
}
.cover1,
.cover2,
.cover3 {
  animation: cover 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background:#000;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}
.cover1 {
  animation-name: img-wrap-left;
  left: 0;
  right:  66.666666%;
}
.cover2 {
  animation-name: img-wrap-center;
  left: 33.333333%;
  right: 33.333333%;
}
.cover3 {
  animation-name: img-wrap-right;
  left: 66.666666%;
  right: 0;
}
@keyframes img-wrap-left {
  100% {
    transform: translateY(-100%);
  }
}
@keyframes img-wrap-center {
  100% {
    transform: translateY(100%);
  }
}
@keyframes img-wrap-right {
  100% {
    transform: translateY(-100%);
  }
}




.slide {
      margin:0; padding:0;
}
#top_contents,#top_contents_pr,#top_contents_tanoshimu,.toplast {font-size:18px; line-height:140%;}
#top_contents {
        width:900px;
        height:750px;  
        text-align:center;
        margin:0 auto;
}

#top_contents h3 {
                 width:500px;
                 color:red;
                 font-size:20px;
                 font-weight:bold;
                 padding:8px;
                 margin-bottom:20px;
                 text-align:center;
                 background-image:url('img/bg_opw.png');
                 border:2px dashed red;
                 border-radius:10px; 
	         -webkit-border-radius:10px;	
	         -moz-border-radius: 10px;	
behavior:url("/wp-content/themes/yusan/ie-css3.htc");            
}
#top_contents h4 {
                width:500px;
                margin-bottom:40px; 
                text-align:center;
}
#top_contents h4 span{ font-size:20px; font-weight:bold; }



.top_wagon{
  background: url(img/wagon.png) no-repeat;
  width: 800px;
  height: 300px;
  margin:20px auto 30px auto;
  animation: smile 1.5s steps(2) infinite;
}
@keyframes smile {
  to {
    background-position:-1600px 0;
  }
}

.yu-movie {
           height:400px;
           margin:0 auto;
           padding:0;
}
.top_kouen_naiyou {margin:0 0 5px 0; color:#005400;}
.top_kouen_naiyou span {
                       font-size:20px;  
                       font-weight:bold;                       
                       margin:0 10px 0 10px;
}
.kouen_naiyou {
             font-weight:bold;
             font-size:18px; 
             list-style-type:none;
             margin:15px 0 20px 0;
}
.kouen_naiyou li {
                 margin:0 0 10px 20px;
}


#top_contents_tanoshimu{
	background: url(img/bg_etc.png) no-repeat;
	background-position:right 5px top 120px;
}



#top_contents_pr {
                 width:900px;
                 max-width:100%;
                 margin:0 auto;
                 padding:20px 0 0 0;
}
.bg_naiyou {
        background-image:url('img/bg_naiyou02.png'); 
        background-position:0px 0px;
        background-repeat:no-repeat;      
	    padding:0 0 10px 110px;
	   
}

.naiyou {
        margin:0 auto;
}



/***********　文字エフェクト　************/

#logopyon,#logopyon2,#logopyon3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
         
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  font: normal bold 30px "Product Sans", sans-serif;
  white-space: nowrap;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}

#letter {
  -webkit-animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
          animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding-top:5px;
  box-sizing:border-box;
  max-width:100%;
  height:75px;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(1) {
  -webkit-animation-delay: 0.0857142857s;
          animation-delay: 0.0857142857s;
/*  color: #4285f4;   */
  color:red;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(2) {
  -webkit-animation-delay: 0.1714285714s;
          animation-delay: 0.1714285714s;
/*  color: #ea4335;   */
    color:#000;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(3) {
  -webkit-animation-delay: 0.2571428571s;
          animation-delay: 0.2571428571s;
/*  color: #fbbc05;   */
	  color:red;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(4) {
  -webkit-animation-delay: 0.3428571429s;
          animation-delay: 0.3428571429s;
/*  color: #4285f4;  */
	 color:#000;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(5) {
  -webkit-animation-delay: 0.4285714286s;
          animation-delay: 0.4285714286s;
/*  color: #34a853;  */
	 color:red;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(6) {
  -webkit-animation-delay: 0.5142857143s;
          animation-delay: 0.5142857143s;
/*  color: #4285f4;  */
	color:#000;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
/*  color: #ea4335;  */
	color:red;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(8) {
  -webkit-animation-delay: 0.6857142857s;
          animation-delay: 0.6857142857s;
/*  color: #fbbc05;  */
	color:#000;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(9) {
  -webkit-animation-delay: 0.7714285714s;
          animation-delay: 0.7714285714s;
/*  color: #4285f4;  */
	color:red;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(10) {
  -webkit-animation-delay: 0.8571428571s;
          animation-delay: 0.8571428571s;
/*  color: #34a853;  */
	color:#000;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(11) {
  -webkit-animation-delay: 0.9428571429s;
          animation-delay: 0.9428571429s;
/*  color: #4285f4;  */
	color:red;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(12) {
  -webkit-animation-delay: 1.0285714286s;
          animation-delay: 1.0285714286s;
/*  color: #ea4335;  */
	color:#000;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(13) {
  -webkit-animation-delay: 1.1142857143s;
          animation-delay: 1.1142857143s;
/*  color: #fbbc05;  */
	color:red;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(14) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
/*  color: #4285f4;   */
	color:#000;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(15) {
  -webkit-animation-delay: 1.2857142857s;
          animation-delay: 1.2857142857s;
/*  color: #34a853;   */
	color:red;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(16) {
  -webkit-animation-delay: 1.3714285714s;
          animation-delay: 1.3714285714s;
/*  color: #4285f4;   */
	color:#000;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(17) {
  -webkit-animation-delay: 1.4571428571s;
          animation-delay: 1.4571428571s;
/*  color: #ea4335;   */
	color:red;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(18) {
  -webkit-animation-delay: 1.5428571429s;
          animation-delay: 1.5428571429s;
/*  color: #fbbc05;   */
	color:#000;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(19) {
  -webkit-animation-delay: 1.6285714286s;
          animation-delay: 1.6285714286s;
/*  color: #4285f4;  */
	color:red;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
#letter:nth-child(20) {
  -webkit-animation-delay: 1.7142857143s;
          animation-delay: 1.7142857143s;
/*  color: #34a853;  */
	color:#000;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
  }
  100% {
    -webkit-transform: translate3d(0, -1em, 0);
            transform: translate3d(0, -1em, 0);
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
  }
  100% {
    -webkit-transform: translate3d(0, -1em, 0);
            transform: translate3d(0, -1em, 0);
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
  }
}

/*** 　テキストエフェクトここまで  ***/


.ironnabasyo{margin-top:20px;}


.minibutton {
        width:486px;
        text-align:center;
        margin:0 auto;
	display: -webkit-box;
	display: -moz-box;
        display: -ms-flexbox; /* IE */
        display: flex;
	box-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
.minibutton01  {
    margin:0; 
    padding:0;
    width:243px;
    height:100px;
    cursor: pointer;
    background-image:url('img/button_contact.png'); 
    background-position:0;
    background-repeat:no-repeat;
}
.minibutton01:hover{
    background-image:url('img/button_contact_h.png'); 
}
.minibutton02  {
    margin:0; 
    padding:0;
    width:243px;
    height:100px;
    cursor: pointer;
    background-image:url('img/button_yotei.png'); 
    background-position:0;
    background-repeat:no-repeat;
}
.minibutton02:hover{
    background-image:url('img/button_yotei_h.png'); 
}
#top_contents_tanoshimu {
                 width:900px;
                 max-width:100%;
                 margin:0 auto;
                 padding:10px 0 25px 0;
}
.fromyusan{text-align:right; margin:-30px 50px 0 0;}
.sensei {
         vertical-align:middle;
         margin:10px 0;
}

.hakase {display:block; margin:0 auto;}
.toplast {
          margin:20px auto;
}


/* SNS */

#sns {
    position: absolute;
    top: 570px;
    left: 130px;

}


/* パララックス風 */
.image-base{
  padding-top:15px;
　background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4) inset;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
.primg {
  background: url('img/pr_img.jpg') no-repeat fixed ;　
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
/* モダール　QR */
.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
line-height: 1.3;
display: none\9;
}
.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.modal-window {
display: block\9;
}
.modal-window:target {
display: block\9;
}
.modal-window .modal-inner {
position: absolute;
top: 440px;
right: 0%;
z-index: 20;
width: 200px;
overflow-x: hidden;
border-radius: 2px;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.modal-window .modal-inner p {
padding: 0 20px;
}
.modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
.modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: url();
}
.modal-window .modal-close:after {
content: '\00d7';
position: absolute;
top: 440px;
right: 0%;
z-index: 20;
background: #fff;
border-radius: 2px;
padding: 2px 8px;
font-size: 1.2em;
text-decoration: none;
text-indent: 0;
}
.modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.qr {
position: absolute;
top: 440px;
right: 0%;
}

.kouenyotei {margin-top:15px; margin-bottom:10px; border-bottom:2px dashed #c96; width:350px;}



/*待っててね*/

.mattetene {
  position: relative;

  }

.mattete {
  position: absolute;
  top: 10px;
  left:150px;	
  color:#f00;
  font-size: 40px;	
  text-shadow:4px 3px 0px #fff;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック"; font-weight: 900;
  display: block;
  transform: rotate(-7.5deg);
  line-height:150px;
  padding-top:10px; 
  background:url('img/okagesama_bg.png');
  background-position:63% 0;
  background-repeat:no-repeat;
  }
.mattete span {font-size:60px }
.mattetene img {
  display:block; margin:20px auto;
  }


/**************　LINEスタンプ　************************/

.linestickershop{
	position: absolute; 
    top: 420px; 
    right: 0; 

	
}


/**************************************************************************　お問い合わせ　************************/

.mail{
      background-image:url('img/contact_yusan.png');   
      background-position:95% 80%;
      background-repeat:no-repeat;
     
}

.otoiawase {text-align:center; margin-bottom:40px;}

.chui {width:500px; margin:0 auto;}

#mail {width:700px; max-width:100%; margin:0 auto; 　}

#m_form {width:400px; max-width:100%; margin:50px auto 0 auto; }

/*　ラジオボタン・チェックボックスを縦並びに　*/
.wpcf7-list-item {
    margin-top:10px;
    display: block;
}

.hissu {color:red;}

/**************************************************************************　公演略歴　************************/

#kouen_inner {
          width:100%;
          max-width:100%;
          margin:0; padding:0 0 20px 0;
          background-image:url('img/paper/inner.png');   
          background-position:left top;
          background-repeat:repeat-y;
}

#ryakureki_sc_inner {
         width:900px;
         max-width:100%;
         margin:0 auto;
         height:550px;
         overflow-y:scroll;
         overflow-x:hidden;
        font-size:14px;
}

ul.post-meta{list-style:none; width:880px; margin:0 auto ; }
ul.kouen_midashi {list-style:none; width:880px; margin:0 auto; }
ul.kouen_midashi li,ul.post-meta li  {float:left; margin:10px 0; text-align:center; }
.pm_s{width:120px;}
.pm_b{width:300px;}
ul.post-meta li {height:34px;}
ul.post-meta li span {display:none;}
ul.post-meta li { border-bottom:2px dashed #c96; }
ul.kouen_midashi li {font-weight:bold; color:green; border-bottom:2px solid green;  } 

@media screen and (max-width: 640px){
ul.post-meta li,.kouen_midashi li {float:none; max-width:100%; border:none;}
ul.post-meta,ul.kouen_midashi  {width:200px ;}
ul.post-meta {margin-bottom:20px; border-bottom:1px solid green; height:auto;}
}


/**************************************************************************　プロフィール　************************/
#prof_box  {
          width:850px; margin:0 auto;
          background-image:url('img/profimg03.png');   
          background-position:5px top;
          background-repeat:no-repeat;
          padding:250px 0 0 0;
          line-height:23px;
}

.hatena  {height:570px; line-height:22px; margin-bottom:100px;}

.hatena img {
      float:left;
      margin:0 10px 20px 0;
}

@media screen and (max-width: 640px){
#prof_inner,#prof_box,.hatena {max-width:100%; height:auto;}
.hatena img {float:none;}
#prof_box  {background-image:none; padding-top:0;}
}

.kimichan,.hirochan,.ryokochan,.chikachan {
        width:850px;
        margin:0 auto;
	display: -webkit-box;
	display: -moz-box;
        display: -ms-flexbox; /* IE */
        display: flex;
	box-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}
.kimichan,.ryokochan {margin:70px auto 50px auto;}
.kimiinner,.hiroinner,.ryokoinner,.chikainner {
                    width:448px;
                    border:1px solid #000;
                    padding:20px;
}
.hiroinner,.chikainner {position:relative;}

.kimiphoto,.hirophoto,.ryokophoto {width:250px;height:400px; margin-top:25px;}
.chikaphoto {width:250px;height:400px;}

.kimiprof,.ryokoprof{
          margin:50px 50px 50px 0; 
          position:relative;
}
.hiroprof,.chikaprof {
          margin-left:50px;
          padding-top:30px;       
}
.member_pp {
            color:blue;
            margin-bottom:30px;
}
.big {
      font-size:30px;
      font-weight:bold;
}
.member_ps {
      font-size:20px;
      font-weight:bold;
      margin-left:15px;
}

.kimi_fb,.ryoko_fb {
          position:absolute;
	      top:5px;right:0px;
}

.hiro_twitter,.chika_fb {
          position:absolute;
          top:-65px;right:0px;
}



#prof_doubutsu {
       margin:70px auto 30px auto;
       text-align:center;
}

.tori{margin-right:10px;}
.nezumi{margin:0 10px;}
.nijimaru{margin-left:10px;}

/**************************************************************************　写真館　************************/



#photo_box  {
          width:900px; margin:0 auto;
          padding:0;
          line-height:23px;
          text-align:center;
}

#photo_g  {
          width:850px; margin:0 auto;
          padding:0;
          line-height:23px;
/*          height:500px;
         overflow-y:scroll;
         overflow-x:hidden;   */
}

.photo_contents { /*border-bottom:2px dashed green; */  padding-bottom:10px;}

.photo_title {margin:0 auto 20px -100px;}

@media screen and (max-width: 640px){
#photo_inner,#photo_box,#photo_g {max-width:100%; height:auto;}
#photo_box  {background-image:none; padding-top:0;}
}


/**************************************************************************　一問一答　************************/



#ichimon_box  {
          width:900px; margin:0 auto;
          padding:250px 0 0 0;
          line-height:28px;
          background-image:url('img/ichimon_title.png');   
          background-position:5px top;
          background-repeat:no-repeat;

}


.ichimon_title {margin:15px auto 15px 0; padding:10px; font-weight:bold; background-color:#fff; border:dashed 2px blue;}


@media screen and (max-width: 640px){
#ichimon_inner,#ichimon_box {max-width:100%; height:auto;}
#ichimon_box  {background-image:none; padding-top:0;}
}

/**************************************************************************　よくある質問　************************/

#qa_box  {
          width:900px; margin:0 auto;
          padding:250px 0 0 0;
          line-height:23px;
          background-image:url('img/qa_title.png');   
          background-position:5px top;
          background-repeat:no-repeat;      

}

.shitsumon_dl {margin:0 40px 30px auto; border:2px dashed blue;}
.shitsumon_dl dt{
        margin:0 auto;  
        padding:10px; 
        border-bottom:2px dashed blue;
        background-color:#fff;
        font-weight:bold;
}
.shitsumon_dl dd {padding:10px;}

@media screen and (max-width: 640px){
#qa_inner,#qa_box {max-width:100%; height:auto;}
#qa_box  {background-image:none; padding-top:0;}
}


/**************************************************************************　公演予定　************************/


#yotei_box  {
          width:900px; margin:0 auto;
          padding:0;
          line-height:23px;
  position:relative;
  background:url('img/yotei_bg.png');
  background-position:right 25% bottom 0;
  background-repeat:no-repeat;
  background-attachment:fixed;
}

.kouen_yotei {
             max-width:100%;
             margin:5px 5px 0 0;
             white-space:pre; 
}

@media screen and (max-width: 640px){
.kouen_yotei {white-space:normal; }
}
        
.day_yotei {
    color:green;
    font-weight:bold;
    background-color:#fff;
}


@media screen and (max-width: 640px){
#yotei_inner,#yotei_box {max-width:100%; height:auto;}
#yotei_box  {background-image:none; padding-top:0;}
}

/**************************************************************************　料金のご案内　************************/
.ryokin {
       text-align:center;
/*       min-height:994px; */
       background-image:url('img/ryoukin.png');   
       background-position:50% top;
       background-repeat:no-repeat;      
       padding-top:600px;
       padding-bottom:20px;
}

.ryokin_midashi {
                color:blue;
                font-size:25px;
                font-weight:bold;
                margin-bottom:30px;
}

.ryokin_naiyou {
                font-size:22px;
                line-height:140%;
                margin-bottom:30px;
}

.r01 {color:red; font-weight:bold; font-size:24px;}
.r02 {font-size:18px;}
.r02 {color:red; font-weight:bold; font-size:26px;}



/****** NEW　紙芝居パフォーマンス *****/

.ryokin_box{
	width:80%;
    display: flex;
	margin:0 auto;	
}

.ryokin_left{
	text-align:left;
	padding-top:70px;
	font-size:18px;
	line-height:24px;
}
.ryokin_right{
	width:350px;
	}

.ryokin_borderbox {
	margin:35px 10px 0 0;
	padding:5px;
	text-align:center;
}


.happykids{
	width:70%;
	margin:50px auto 0 auto;
	text-align:left;
	background-image:url('http://www.yusan-web.com/wp-content/uploads/kids.png');
	background-repeat:no-repeat;
	background-position:right 10%;
	font-size:18px;
}

/**************************************************************************　ちびっこ絵本シアター　***************/

#ehon {
      text-align:center;
}
#ehon h3 {
          font-weight:bold;
          color:#333;
          font-size:18px;
}
#ehon_contents {
        width:960px;
        text-align:center;  
        margin:20px auto;
	display: -webkit-box;
	display: -moz-box;
        display: -ms-flexbox; /* IE */
        display: flex;
	box-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
behavior:url("/wp-content/themes/yusan/ie-css3.htc");
}

.ehonleft{
          text-align:left;
          width:610px;
}
.ehonright{
           width:350px;
}
.ehon_li {
        list-style:url('img/li.gif') inside; 
        margin:20px 0;
}
.ehon_li li {margin:10px 0;}

/* モダール */
#ehon_modal {margin-bottom:15px;}
.ehonleft p {
    padding: 10px 0;
}
#ehon_open01,
#ehon_open02 {
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    display: none;
    position: absolute; 
}
 
.ehon_close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}
.ehon_modal_window {
    top: 30%;
    left: 50%; 
    margin: -175px 0 0 -210px;
    width: 450px;
    height: 350px; 
    overflow-y:scroll;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute; 
    z-index: 10;
}
.ehon_modal_window h4 {
    margin-bottom: 20px;
    width: 450px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    background: blue;
}
.ehon_modal_window p {
    text-align: left;
    margin:0 10px 15px 10px;
}
/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
div#ehon_modal div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}
.e_member_pp {
            color:blue;
            margin-bottom:15px;
}


/**************************************************************************　コロナ対策→パンフレット　　******/

.covid {
	width:600px;
	font-size:24px;
	line-height:120%;
	text-align: left;
	margin:50px auto;
}

/****** パンフレットの LINK *******/
.covid_link{
	font-size:30px;
	line-height:120%;
	margin:30px auto;
}
.gokentou {
		font-size:24px;
	    line-height:120%;
}

.covid_title{
	font-size:30px;
	line-height:120%;
	color:blue;

}

/**************************************************************************　カウンター　************************/

.count {
          font-size:12px;     margin-left:10px;     
}





/******************************
@media screen and (max-width: 640px){
}
********************************/