@charset "UTF-8";
html {

  font-size:62.5%;
}
html.wf-active {
  visibility: visible;
}
 body {
    font-family: "メイリオ", Meiryo, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    position:relative;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
a {
    outline: none;
}
#main {
    position: relative;
    width: 100%;
    margin-top:0;
		background-image:url(../images/bg_under.jpg);
		background-repeat:repeat;
}
#main *{
    font-family: "メイリオ", Meiryo, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
p {
    margin: 0;
    padding: 0;
}
.center{
    text-align:center;
}
/*radiko*/
.radiko {
    font-size: 12px;
    height: 24px;
    width: 230px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    background-image: url(/images/radiko_icon.gif);
    background-repeat: no-repeat;
    padding-left: 100px;
    background-position: left;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top:5px;
    background-color:#fff;
}
.radiko a:link {
    color: #F3F;
    text-decoration: none;
    color: #ff0000;
}
.radiko a:visited {
    color: #ff0000;
    text-decoration: none;
}
.radiko a:hover {
    text-decoration: underline;
}
.radiko a:active {
    text-decoration: none;
}
.radiko_narrow {
    display: none;
}
/*clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
a:hover img.btn_alfa{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
#global_header {
    display: block;
}
#nav_sp {
    display: none;
}

.foot_c {
    position: relative;
    width: 100%;

}
.footer_sp {
    display: none;
}
.btn{
  max-width: 500px;
  margin: 0 auto;
  margin-top:60px;
  /* margin-bottom:30px;  */
  margin-left:0;
  position:relative;
}
a.btn_05 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background-color: #fbbe02 ;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2.0;
  text-decoration: none;
  transition-duration: 0.3s;
  position: relative;
  position:relative;
	padding-right:50px;
	padding-left:50px;
}
a.btn_05:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 0;
  border-color: #fff7f2 transparent transparent transparent;
}
a.btn_05:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 30px;
  border-color: transparent transparent #efefef transparent;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  transform: rotate(16deg);
}
a.btn_05:hover {
  background-color: #e6de6b;
}
a.btn_05 span {
  position: relative;
  padding-left: 16px;
  letter-spacing: 0.05em;
}
a.btn_05 span:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff7f2;
  border-right: solid 2px #fff7f2;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* font */
.ft20{
	font-size:2rem;
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger{
    opacity: 0;
}
.big{
	display:block;
}
#header{
	position:relative;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	line-height:1.5;
	max-width:1080px;
}
/* #contents {
    position: relative;
    width: 80%;
    background-image: url(../images/bg_under.jpg);
    background-repeat: repeat;
    margin-left:auto;
    margin-right:auto;
    	max-width:1080px;
} */
#contents{
  display:none;
}
.day_ttl{
	position:relative;
	display:flex;
	align-items:center;
	justify-content: flex-start;
    padding: 0.5rem 2rem;
  padding-bottom:0;
	width:96%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom:-2px;
  margin-left:auto;
  margin-right:auto;
}
#header ul.day_part:first-of-type{
  margin-top:50px;
}
.mon{
  width:77%;
  margin-left:1.5%;
}
.day_ttl li:first-of-type{
	font-size:2.6rem;
	font-weight:bold;
	width:64%;
}
.mon{
	background-color:#ff6e0e;
	color:#fff100;
}
.tue{
	background-color:#ff1b3b;
	color:#fff100;
}
.wed{
	background-color:#f676a6;
	color:#fff100;
}
.thur{
	background-color:#1abbf0;
	color:#fff100;
}
.sat{
	background-color:#60d62d;
	color:#fff100;
}
.day_part{
	position:relative;
	width:100%;
	display:flex;
	align-items: stretch;
  padding-bottom:20px;

}
.day_part a{
	color:#000;
}
.day_part a:visited{
	color:#000;
}
.icon_mail{
	position:relative;

}
.photo{
	width:70%;
	position:relative;
	align-items: center;
}
.photo img{
	width:100%;
}
.photo img.icon_mail{
	width:16px;
	height:14px;
}
.inami img.icon_mail{
	width:14px;
	height:12px;
}
.twitter{
	position:relative;
	width:30%;
	font-size:1.4rem;
	align-items:center;
  display:flex;

}
.twitter-timeline{
	position:relative;

}
.inami{
	width:20.8%;
	position:absolute;
	right:0;
	top:-20%;
}
.inam_mail{
	margin-top: -70%;
	position:relative;
	text-align:center;
	line-height:1.2;
}
li.mail{
	font-size:14px;
	display:flex;
	align-items: center;
}
li.mail a{
  text-decoration:none;
  padding-left:.5rem;
}
.contents_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,.8);
    padding-bottom: 30px;
}
.block_outer {
    position: relative;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1.4rem;
    line-height: 1.5;
}
.block{
  padding-bottom:30px;
}
.pad{
  display:none;
}
.inatweet{
  position:relative;
	width:100%;
	display:flex;
	align-items: center;
  padding-top:30px;
  padding-bottom:50px;
  	align-items: stretch;
}
.inatweet .twitter{
  position:relative;
  height:150px;
}
/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/

@media screen and (max-width: 1000px) {
  #global_footer {
      display: none;
  }
  .footer_sp {
        display: block;
        margin-top:-30px;
    }
    #nav_sp {
        display: block;
    }
    #global_header {
        display:none;
    }
    .radiko {
        display: none;
    }
    #main{
      margin-top:10px;
    }
    .radiko_narrow {
        display: block;
        width:100%;
        position:relative;
    }
    .radiko_narrow a img{
        position:relative;
        width:100%;
        height:auto;
    }
    #header ul.day_part:first-of-type{
      margin-top:0px;
    }
    .inami{
      top:2%;
    }

}
/*===============================================
●style.css 画面の横幅が960pxまで(タブレット)
===============================================*/

@media screen and (max-width: 960px) {
  .pad{
    display:block;
  }
  #header{
    width:98%;
  }
  #contents{
    display:none;
  }
  .day_part{
    padding-bottom:10px;
  }
  .block{
    position:relative;
    width:30%;
  }
  .inami{
  	top:0%
  }

}
/*===============================================
●style.css 画面の横幅が768pxまで(スマホ)
===============================================*/

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

  .wimg{
    width:100%;
  }
  /* twitter埋め込みあり */
  .twitter-widget-wrapper iframe {
     width: 740px !important;
   }
   .pad{
     display:none;
   }
   .day_part{
     display:block;
   }
   #contents{
     display:block;
     margin-left:auto;
     margin-right:auto;
   }
   #header,#contents{
     width:90%;

   }
  .inatweet{
    display:none;
  }
   .twitter{
     display:none;
   }
   .photo{
     width:100%;
   }
   .day_ttl{
     display:block;
   }
   .day_ttl li:first-of-type{
     width:100%;
     font-size:2rem;
   }
   .inami{
     top:-16%;
   }
   .ft20{
     font-size:1.4rem;
   }
   .big{
     display:none;
   }
   .day_ttl{
     padding-top:0rem;
     padding-bottom:0rem;
   }

   .block_outer {
       position: relative;
       width: 90%;
       margin-left: auto;
       margin-right: auto;
       padding-top: 30px;
       display: block;

       font-size: 1.3rem;
       line-height: 1.5;
   }
   .block{
     padding-bottom:20px;
     width:96%;
     margin-left:auto;
     margin-right:auto;
   }
   li.mail{
     display:inline-block;
     text-align:center;
   }
   .day_ttl{
     text-align:center;
   }
   a.btn_05{
     font-size:1.4rem;
     padding-right: 1rem;
padding-left: 1rem;
   }
   .btn{
     margin-left:auto;
   }
}
/*===============================================
●style.css 画面の横幅が460pxまで(スマホ)
===============================================*/

@media screen and (max-width: 460px) {
  .inami{
    top:0%;
  }
}
