@charset 'utf-8';
.clrfx:before, .clrfx:after {
  content: " ";
  display: table;
}
.clrfx:after {
  clear: both;
}
.clrfx {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.ml_05 {
  margin-left: -0.5em;
}
.hoverOp:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.opcity {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
a {
  /*リンクされた文字*/
  color: #5F5F5F;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}
a:link {
  /*未訪問のリンク*/
  color: #5F5F5F;
  font-style: normal;
  text-decoration: none;
}
a:visited {
  /*訪問後のリンク*/
  color: #5F5F5F;
  text-decoration: none;
}
a:hover {
  /*マウスをのせたとき*/
  color: #4E4E4E;
  font-style: normal;
  text-decoration: underline;
  opacity: 0.5;
}
a:active {
  /*クリック中*/
  text-decoration: none;
}

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

body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

p {
  font-size: 18px;
  margin: 0 0 0 0;
}

.wrapper_201612{

}

.header_201612{
  width: 880px;
  margin: 0 auto;
  display: table;
}

.header_201612 ul{
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header_201612 ul li.title{
  display: inline-block;
  vertical-align: baseline;
  padding-right: 10px;
}

.header_201612 ul li.yokoku_no{
  display: inline-block;
  vertical-align: super;
  padding-right: 10px;  
}

.header_201612 ul li.header_hobo{
  display: inline-block;
  vertical-align: super;
  padding-left: 90px;
}

.yokoku_header{
  background-image: url(/store/tomato/201612/images/yokoku/yokoku_main_img.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  height: 900px;
  position: relative;
}

.yokoku_header p{
  position: absolute;
  top: 40px;
  left: 15%;
  font-size: 35px;
  line-height: 1.8em;
  letter-spacing: 0.12em;
}

.yokoku_header p span.big{
  font-size: 49px;
  line-height: 1.8em;
}

.honmon{
  width: 650px;
  margin: 0 auto;
  margin-top: 50px;
}

.honmon p{
  font-size: 18px;
  line-height: 1.8em;
  padding-left: 20px;
  padding-bottom: 40px;
}

.yokoku_ph{
  margin-bottom: 40px;
}

#date{
  text-align: center;
  font-size: 12px;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-bottom: 110px;
}

.yokoku_info{
  background-image: url(/store/tomato/201612/images/yokoku/201612_bk_img_2.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.yokoku_info img{
  width: 650px;
  margin: 0 auto;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* スマホ対応
 * --------------------------------------------------------*/

@media only screen and (max-device-width: 600px) {
  .__br{
    display: none;
  }

  p {
    font-size: 15px;
  }

  .header_201612{
    width: 85%;
  }

  .header_201612 ul{
    float: none;
    padding-top: 40px;
  }

  .header_201612 ul li.title{
    padding-right: 30px;
  }

  .header_201612 ul li.title img{
    width: 500px;
  }

  .header_201612 ul li.yokoku_no img{
    width: 130px;
  }

  .header_201612 ul li.header_hobo{
    display: none;
  }

  .yokoku_header{
    height: 600px;
  }

  .yokoku_header p{
    top: 20px;
    left: 5%;
    font-size: 30px;
  }

  .yokoku_header p span.big{
    font-size: 40px;
  }

  .honmon{
    width: 85%;
    margin-top: 70px;
  }

  .honmon p{
    font-size: 37.5px;
  }

  .yokoku_ph img{
    width: 100%;
  }

  #date{
    font-size: 32px;
  }
  .yokoku_info img{
    width: 90%;
    padding-top: 0px;
  }
}
