@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : news.css
Description : ニュースページCSS
===================================================================== */
/*width*/
/*tan-3.1*/
/*margin top*/
/*color*/
/* =====================================================================
*    コンテンツ
* =================================================================== */
@media screen and (max-width: 699px) {
  #main .mainInner {
  }
  #main .h1_tit {
    background: url(../images/sushiboys/h1_tit_sp.png) no-repeat;
    background-size: cover;
    margin: 0 auto 3.25%;
    width: 47.96%;
    height: 0;
    padding-top: 21.2%;
    text-indent: -9999px;
    overflow: hidden;
  }
  #main .news_area{
    width: 90.625%;
    margin: 0 auto 11.71875%;
    background: #fff;
    border: 2px solid #e50065;
    position: relative;
    z-index: 0;
  }
  #main .news_area:before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #e50065;
    position: absolute;
    top: 1.5%;
    right: -2.5%;
    z-index: -1;
  }
  #main .news_area .news_area_inner{
    background: #fff;
  }
  #main .inner {
    padding: 0.9375% 3.90625% 5.9375%;
  }
  #main .inner .newsBlock .head {
    padding: 20px 0;
  }
  #main .inner .newsBlock .head .date_wrap{
    position: relative;
    width: 120px;
    text-align: center;
    display: inline-block;
    padding: 5px 0;
    margin-left: 6px;
  }
  #main .inner .newsBlock .head .date_wrap:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #e50065;
    transform: skew(-25deg);
  }
  #main .inner .newsBlock .head .date {
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 16px;
    line-height: 1.0em;
    color: #fff;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
  }
  #main .inner .newsBlock .head .h2_tit {
    padding: 10px 0px 0;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6em;
    color: #000;
  }
  #main .inner .newsBlock .article {
    border-bottom: 2px dotted #f9b7d4;
  }
  #main .inner .newsBlock .article p {
    font-size: 16px;
    line-height: 1.6em;
    padding-bottom: 30px;
  }

  /*67コール*/
  .tellBox {
   /* width: 380px;*/
    margin: 0px 10px 25px;
    padding: 17px 0 14px;
    border: solid 1px #e50065;
	border-radius: .4em;
	background-color: #FFF;
  }
  .tellBox p {
    padding: 0;
    text-align: center !important;
    /*color: #5f4407;*/
	font-weight: bold;
	font-size: 20px !important;
  }
  .tellBox p a {
	text-decoration: underline;
  }
  .tellBox p.tell{
    padding-bottom: 0!important;
    color: #e50065;
  }
  .tellBox p.tell small {
	width: 100%;
	padding: 30px 0 0 0;
	display: inline-block;
  }
  ul.txt {
	font-size: 16px;
	line-height: 1.7;
    padding-left: 1em;
    text-indent: -1em;
	margin-bottom: 30px;
  }
  .call67 {
	width: 30%;
	position: relative;
	top: 5px;
	padding-right: 3px;
	margin-top: -1em;
	display: inline-block;
  }
  .call67 img {
	padding-left: 15px;
    width: 100% !important;
  }
  span.dates {
	color: #F00;
	font-weight: bold;
	padding: 3px 3px 0 5px;
	background-color: #FFF;
  }
}

@media screen and (orientation: landscape) {
	.call67 {
	  width: 15%;
    }

	@media screen and (min-width: 1024px) {

	}
}

@media screen and (min-width: 700px) {
  #main .mainInner {
    padding: 70px 0 75px;
    background: url(../images/top/main_bg.png);
  }
  #main .h1_tit {
    background: url(../images/sushiboys/h1_tit_sp.png) no-repeat;
    background-size: cover;
    margin: 15px auto 20px;
    width: 260px;
    height: 115px;
    text-indent: -9999px;
    overflow: hidden;
  }
  #main .news_area{
    width: 996px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #e50065;
    position: relative;
    z-index: 1;
  }
  #main .news_area:before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #e50065;
    position: absolute;
    top: 15px;
    right: -15px;
    z-index: -1;
  }
  #main .news_area .news_area_inner{
    background: #fff;
  }
  #main .inner {
    margin: 0 auto;
    width: 870px;
    padding: 48px 0 50px;
  }
  #main .inner .newsBlock .head {
    padding: 25px 0;
  }
  #main .inner .newsBlock .head .date_wrap{
    position: relative;
    width: 120px;
    text-align: center;
    display: inline-block;
    padding: 5px 0;
  }
  #main .inner .newsBlock .head .date_wrap:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #e50065;
    transform: skew(-25deg);
  }
  #main .inner .newsBlock .head .date {
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 16px;
    line-height: 1.0em;
    color: #fff;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
  }
  #main .inner .newsBlock .head .h2_tit {
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 23px;
    font-style: italic;
    line-height: 1.6em;
    color: #000;
    font-weight: bold;
  }
  #main .inner .newsBlock .article {
    border-bottom: 2px dotted #f9b7d4;
  }
  #main .inner .newsBlock .article p {
    padding: 0px 0 20px;
    font-size: 18px;
    line-height: 1.8em;
  }

  /*67コール*/
  .tellBox {
	width: 73%;
	clear: both;
    padding: 16px 0 14px;
    margin: 0 auto 28px;
    border: solid 1px #e50065;
	border-radius: .4em;
	background-color: #fff;
  }
  .tellBox p {
	font-weight: bold;
    text-align: center;
	font-size: 2rem !important;
  padding-bottom: 0!important;
  }
  .tellBox p a {
	color: #e50065;
	padding: 10px 0 0;
	font-size: 1.5em;
	display: inline-block;
  }
  .tellBox p a:hover, ul.txt a:hover {
	opacity: 0.6;
  }
  .tellBox p.tell{
    color: #e50065;
  }
  .tellBox p.tell small {
	padding: 25px 0 0 0;
	display: inline-block;
  }
  .tellBox p.tell small img {
	width: 75%;
  }
  figure {
	width: 48.7%;
	float: left;
	margin-bottom: 16px;
  }
  figure img {
	width: 100%;
  }
  figure:first-of-type {
	margin-right: 20px;
  }
  ul.txt {
	width: 718px;
	margin: 0 auto 30px;
  }
  ul.txt li {
	font-size: 16px;
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
  }
  .call67 {
	position: relative;
	top: 3px;
  }
  .call67 img {
    width: 60px;
    height: auto;
	padding-right: 2px;
	display: inline-block;
  }
  span.dates {
	color: #F00;
	font-weight: bold;
	padding: 3px 3px 0 5px;
	background-color: #FFF;
  }
  ul li:first-of-type span.dates {
	font-size: 1.15em;
  }
}
