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

.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

a:link {
  color: #F05A24;
  text-decoration: none;
}

a:visited {
  color: #F05A24;
  text-decoration: none;
}

a:hover {
  color: #FAC237;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

body {
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center top;
  background-image: url(../../images/base.gif);
  background-size: 1200px;
}

.wrapper {
  margin: 0 auto;
  width: 985px;
}

ul, li {
  margin: 0;
  padding: 0;
}
ul {
  font-size: 0;
}


/* Common
 * --------------------------------------------------------*/

.head {
  text-align: center;
}

.text {
  width: 370px;
  margin: 0 auto;
  text-align: left;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 95%;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
}
.text_02{
	width: 440px;
	margin: 0 auto;
	text-align: left;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 110%;
	line-height: 2.0;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
}

.image {
  text-align: center;
}

.image_map{
	padding-left: 15px;
}

.yodogawa {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.base_yodogawa {
  background: url(../images/base_yodogawa_mid.png) repeat;
}

#btn {
  width: 985px;
}

#btn ul {
  font-size: 30px;
}

#btn li {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  font-weight: bold;
  margin-right: 11px;
}

#btn li:last-child {
  margin-right: 0;
}

#btn li a {
  display: block;
  border: 2px solid #e6310e;
  background-color: #fff;
  color: #000;
  width: 234px;
  height: 81px;
  line-height: 81px;
  text-align: center;
}

#btn li a.off {
  background-color: #808080;
  color: #fff;
}

.btn_tobichi {
  display: block;
  padding: 10px 20px;
  background-color: #fff;
  border: 2px solid #F05A24;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  color: #fff;
  border-radius: 30px;
}

.btn_tobichi:link {
  color: #F05A24;
}

.btn_tobichi:visited {
  color: #F05A24;
}

.btn_tobichi.active {
  background-color: #F05A24;
  color: #fff;
}

/* ラインナップ
 * --------------------------------------------------------*/

.base_lineup {
  width: 980px;
  text-align: left;
  background: url(../images/base_lineup_mid.png) repeat;
}

.lineup {
  display: none;
  width: 940px;
  padding: 30px 0 25px 25px;
}
.lineup.active {
  display: block;
}
.lineup li {
  display: inline-block;
/ display: inline;
/ zoom: 1;
  vertical-align: top;
  font-size: 15px;
}

.cover {
  width:235px;
  text-align: center;
  padding-bottom: 30px;
}

.category {
  width: 150px;
  text-align: left;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 85%;
  line-height: 1.4;
  padding-left: 40px;
  color: #000;
}

.name {
  width: 150px;
  text-align: left;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  padding-left: 40px;
  color: #000;
  min-height: 3em;
}
.like_red {
  text-align: center;
  font-family: "ClearTone SG Bold", "見出ゴMB31", sans-serif;
  font-size: 170%;
  line-height: 1.4;
  color: #e6310e;
}
.like_blue {
  text-align: center;
  font-family: "ClearTone SG Bold", "見出ゴMB31", sans-serif;
  font-size: 170%;
  line-height: 1.4;
  color: #1baae3;
}

.like, .t_like {
  display: block;
  background-color: #fff;
  margin: -10px auto 0;
  background-repeat: no-repeat;
}

.like {
  background-image: url(../images/like.png);
  width: 105px;
  height: 65px;
  background-size: auto 65px;
  background-position: 0 0;
  margin-right: 5px;
}

.t_like {
  background-image: url(../images/t_like.png);
  width: 106px;
  height: 65px;
  background-size: auto 65px;
  background-position: 0 4px;
  opacity: .2;
  cursor: default;
}

.t_like.active {
  opacity: 1;
  cursor: pointer;
}

.like.animate {
  animation: heart .8s steps(27);
  animation-fill-mode: forwards;
}

.t_like.animate {
  animation: flag .8s steps(26);
  animation-fill-mode: forwards;
}

@keyframes heart {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2835px 0;
  }
}

@keyframes flag {
  0% {
    background-position: 0 4px;
  }
  100% {
    background-position: -2756px 4px;
  }
}

/*フッター
 * --------------------------------------------------------*/
#footer {
  width: 800px;
  margin: 0 auto;
  clear: both;
  height: auto;
  margin-top: 20px;
  padding-left: 130px;
}
#footer li {
  float: left;
  margin-right: 70px;
  list-style-type: none;
}
#btn_fb {
  text-align: center;
  padding-top: 30px;
  margin-left: 70px;
}

.date {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.copyright {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 270px;
  clear: both;
}
.copyright .text {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  letter-spacing: 0.02em;
}

/*スマホ対応
* --------------------------------------------------------*/
@media only screen and (max-width: 480px) {

  body {
    background-image: url(../../images/base.gif);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100%;
  }

  .wrapper {
    width: 100%;
  }

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


/*スマホ対応 Common
* --------------------------------------------------------*/
  .head img {
    width: 90%;
  }
  .image img {
    width: 100%;
    margin: 0 auto;
  }

  .yodogawa {
    width: 95%;
    margin: 0 auto;
  }
  .yodogawa .image img {
    width: 95%;
    margin: 0 auto;
  }
  .base_yodogawa .text {
    width: 65%;
    font-size: 60%;
  }
  .base_yodogawa {
    width: 95%;
    margin: 0 auto;
    background-size: 100% auto;
  }
  .text_02{
		width: 65%;
		font-size: 50%;
	}
  .image_map img{
		width: 30%;
		margin: 0 auto;
		padding-top: 5px;
	}


  #btn {
    width: 95%;
    margin: 0 auto;
  }
  #btn li {
    width: 48%;
    margin: 0 4% 10px 0;
  }
  #btn li:nth-child(2n) {
    margin: 0;
  }
  #btn li a {
    width: 100%;
  }
  #btn img {
    width: 100%;
  }

  .like_container {
    width: 85%;
    margin: 0 auto;
  }

/*スマホ対応 ラインナップ
* --------------------------------------------------------*/

  .lineup {
    width: 100%;
    padding: 0;
  }
  .lineup ul {
    width: 100%;
  }
  .lineup ul li {
    width: 50%;
  }

  .base_lineup {
    width: 100%;
    background-size: 100% auto;
    background-position: -1px 0;
    text-align: left;
  }

  .cover {
    width: calc(100% - 20px);
    margin: 0 auto;
  }

  .category {
    font-size: 80%;
  }
  .name {
    font-size: 80%;
  }

  .like {
    width: 73px;
    height: 45px;
    background-size: auto 45px;
    background-position: 0 0;
    margin-right: 5px;
  }

  .t_like {
    width: 74px;
    height: 45px;
    background-size: auto 45px;
    background-position: 0 3px;
  }

  @keyframes heart {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1962px 0;
    }
  }

  @keyframes flag {
    0% {
      background-position: 0 3px;
    }
    100% {
      background-position: -1908px 3px;
    }
  }

  /*スマホ対応 フッター
   * --------------------------------------------------------*/
  #footer {
    /*
    width: 320px;
    */
    width: 100%;
    height: auto;
    clear: both;
    /*
    margin-left: -85px;
    */
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #footer li {
    /*
    margin-right: 30px;
    */
    float: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 20px;
  }

  #footer li img {
    width: auto;
    height: 72px;
  }

  #btn_fb {
    /*
    margin-left: 40px;
    margin-right: auto;
    */
    margin-left: 0px;
    margin-right: 0px;
    /*
    text-align: center;
    clear: both;
    */
    padding-top: 10px;
  }

  .date {
    font-size: 80%;
  }
  .copyright {
    padding: 0 0 30px 0;
  }

  .copyright .text {
    width: 100%;
    font-size: 10px;
    text-align: center;
    padding: 0;
  }

}
