@charset "UTF-8";

/*##############################*/
/*html*/
/*##############################*/

html {
  font-size: 62.5%;
}

/*##############################*/
/*common*/
/*##############################*/

*, *::before, *::after {
  box-sizing: border-box;
  text-decoration: none;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.heading {
  width: 1100px;
  margin: 0 auto 25px;
  padding: 5px 15px;
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  text-align: left;
  font-size: 2.0rem;
  font-weight: normal;
}
/*各ページで共通に使用している.heading 「ご利用可能な特典」などで使われる*/

/*##############################*/
/*body*/
/*##############################*/

body {
  background-color: #F2F2F2;
  color: #333;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}

/*##############################*/
/*header*/
/*##############################*/

.header {
  width: 100%;
  background-color: #fff;
}
.header .header-contents {
  width: 1100px;
  /*コンテンツの横幅1100pxの設定で、以下同じ*/
  /*後で変更の可能性あり*/
  margin: 0 auto;
  padding: 20px 0;
}
.header .logo {
  display: block;
  float: left;
  max-height: 65px;
  width: auto;
}
.header .sales-copy {
  display: inline-block;
  float: left;
  padding: 0 25px;
  font-size: 1.8rem;
  line-height: 65px;
}
.global-nav {
  display: block;
  float: left;
  height: 65px;
  padding: 0 30px;
}
.global-nav .nav-item {
  display: inline-block;
  padding: 0 20px;
  font-size: 1.3rem;
  line-height: 65px;
}
.global-nav .nav-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}
.global-nav .nav-item a.active {
  color: #d03c56;
}

.header .menubar{
  width: 1100px;
  margin: 0 auto;
}

.header .name {
  /*float: right;*/
  height: 65px;
  line-height: 65px;
}

.header .name .slogan{
  float: left;
  margin-left: 20px;
}

.header .name .link{
  float: right;
}

/*login logo*/
.login-logo .image img {
  width: 180px;
  height: auto;
}

/*##############################*/
/*footer*/
/*##############################*/

.footer {
  width: 100%;
  background-color: #333;
}
.horizontal-list {
  padding: 10px;
  font-size: 0;
}
.horizontal-list .horizontal-item {
  display: inline-block;
  padding: 0 15px;
  font-size: 1.0rem;
}
.horizontal-list .horizontal-item + .horizontal-item {
  border-left: 1px solid #fff;
}
.horizontal-list .horizontal-item a {
  color: #fff;
}

/*##############################*/
/*app*/
/*##############################*/

.app {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
}
.app .image {
  width: 100%;
  padding: 40px;
  background-color: #fff;
  font-size: 0;
}
.app .image img {
  width: 100%;
  height: auto;
}

/*##############################*/
/*log-in*/
/*##############################*/

.login {
  display: block;
  width: 100%;
  height: auto;
  padding: 150px 0 160px 0;
  background-size: cover;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/sushiro-web/images/log-in/background1.jpg");
  /*background-position: -10px -200px;*/
  /*background: url("https://s3-ap-northeast-1.amazonaws.com/sushiro-web/images/log-in/background1.jpg") -10px -200px;*/
}
.login-form {
  width: 500px;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0.7);
}
.login-form .form-item {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 15px;
  border: none;
  color: #333;
  font: inherit;
}
.login-form input[type=submit] {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #d03c56;
  border: 1px solid #d03c56;
  border-radius: 2px;
  color: #fff;
  margin: 20px auto;
  font: inherit;
}
.login-form input[type=button] {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #d03c56;
  border: 1px solid #d03c56;
  border-radius: 2px;
  color: #fff;
  margin: 20px auto;
  font: inherit;
}
.login-form .login-error-div {
  text-align: left;
}
.login-form .error-msg{
  text-align: center;
  color: #d03c56;
}

.login-form .attention {
  padding-top: 20px;
}

/*images*/
.login .images a {
  /*display: block;*/
  width: 100%;
  height: 100%;
  padding-top: 15px;
}
.login .images img {
  /*display: block;*/
  width: 220px;
  height: auto;
  margin: 0 auto;
}
.login .images img.apple {
  width: 205px;
  height: 67px;
}
.login .images img.android {
  width: 205px;
}

/*##############################*/
/*membership*/
/*##############################*/

.membership {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
}
.membership-form {
  width: 100%;
  padding: 30px 40px;
  background-color: #fff;
  text-align: left;
}
.membership-form .notice {
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.8rem;
}
.membership-form .notice.attention {
  padding-bottom: 0;
}
.membership-form .notice.attention span {
  color: #d03c56;
  font-size: 1.6rem;
  line-height: 3.0;
}
.membership-form .form-item-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}
.form-item-wrapper .title {
  display: inline-block;
  width: 150px;
  vertical-align: middle;
}
.form-item-wrapper .form-item {
  display: inline-block;
  width: 200px;
  height: 30px;
  border: 1px solid #E5E5E5;
  font: inherit;
}
.form-item-wrapper .form-item.name {
  width: 100px;
  margin: 0 50px 0 10px;
}
.form-item-wrapper .form-item.birth {
  width: 70px;
  margin-left: 10px;
}
.form-item-wrapper .form-item.birth.year {
  width: 110px;
  margin-left: 0;
}
.membership-form input[type=submit] {
  display: block;
  width: 220px;
  margin: 30px auto 0;
  padding: 5px;
  border: 1px solid #d03c56;
  border-radius: 2px;
  background-color: #d03c56;
  color: #fff;
  font: inherit;
}

/*##############################*/
/*modalwin*/
/*##############################*/

.modalwin {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.7);
  overflow: auto;
}
.modalwin-content {
  position: relative;
  width: 700px;
  background-color: #fff;
  border-radius: 10px;
}
.modalwin .title {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.8rem;
  font-weight: normal;
}
.modalwin .title .check{
  font-weight: bold;
  color: #d03c56;
  font-size: 1.3rem;
  padding-top: 10px;
}
.modalwin .questionnaire {
  padding: 10px 145px;
  text-align: left;
}

/* 
	改修要件No.4:マイページデザイン(だっこずしバージョン)の追加
	
	デザイン変更form
*/
.modalwin .selectdesign {
  padding: 10px 145px;
  text-align: left;
}

/*radio*/
.modalwin .radio-list {
  padding-bottom: 10px;
}
.modalwin .radio-item {
  display: block;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
}
.modalwin input[type=radio] {
  margin: 0 0 2px 0;
}

/* 
	改修要件No.4:マイページデザイン(だっこずしバージョン)の追加
	
	radio-item内テーブルタグ　
*/
.radio-item .radio-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.radio-item .radio-td {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  text-align: center;
}

.radio-item .radio-td p.inner {  
    margin: 0;
}  

/*checkbox*/
.modalwin .check-list {
  padding-top: 10px;
}
.modalwin .check-item {
  display: block;
  width: 100%;
  padding: 5px 0 5px 15px;
}
.modalwin .check-item a {
  color: #333;
  text-decoration: underline;
}
.modalwin input[type=checkbox] {
  margin: 0 0 2px 0;
}

/*button*/
.modalwin input[type=submit] {
  display: block;
  width: 100%;
  margin: 20px auto;
  padding: 15px;
  border: 1px solid #d03c56;
  border-radius: 2px;
  background-color: #d03c56;
  color: #fff;
  font: inherit;
}

.modalwin .store-list {
  max-height: 350px;
  padding: 0 20px;
  list-style-type: none;
  overflow-y: scroll;
  border-bottom: 1px solid #E5E5E5;
}
.modalwin .store-item {
  padding: 10px 0;
  border-bottom: 1px solid #E5E5E5;
  text-align: left;
}
.modalwin .store-name {
  float: left;
  width: 20%;
  font-size: 2.0rem;
}
.modalwin .description {
  float: right;
  width: 80%;
}

/*##############################*/
/*mypage*/
/*##############################*/

.mypage {
  display: block;
  width: 99.3vw;
  height: auto;
  padding: 0 0 0 0;
  position: relative;
}

/*大とろランクのリンク文字色変更*/
a.rank7:link{color:#00ffff;}
a.rank7:visited{color:#ff80ff;}
a.rank7:hover{color:#ffff00;}
a.rank7:active{color:#ffff00;}

.heading.mypage-heading {
  width: 52.08vw;
  padding: 0.26vw 0.78vw;
  background-color: #674131;
  color: #fff;
  text-align: center;
  font-size: 1.1vw;
  font-weight: normal;
}
.stamp-card-wrapper {
  width: 52.08vw;
  height: 18.33vw;
  margin: 0 auto 1.56vw;
  /*border: 3px solid #674131;*/
  /*border-radius: 5px;*/
  border 0px;
  position: relative;
}

/*slide*/
.sp-slide {
  position: relative;
}

.sp-image img{
  width: 100vw;
  height: auto;
}

.slick-prev, .slick-next {
    width:20px; /* 画像幅 */
    height:22px /* 画像高さ */
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{left:50vw;  top:10.41vw; margin-left:-27.6vw;}
.slick-next{right:50vw; top:10.41vw; margin-right:-27.6vw;}
.slick-arrow{z-index:10;}

.disable {
  opacity: 0;
}

/*visit-store*/
.visit-store-wrapper {
  float: left;
  width: 65%;
  padding: 20px 0 0 10px;
}
.visit-store {
  position: relative;
  width: 100%;
}
.visit-store .image {
  display: block;
  width: 220px;
  height: auto;
}
.visit-store .content-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 380px;
  text-align: right;
}
.visit-store .content {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
}
.visit-store .content::before,
.visit-store .content::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #333;
}
.visit-store .content::before {
  bottom: 80px;
}
.visit-store .content .title {
  display: inline-block;
  height: 40px;
  padding-bottom: 8px;
  vertical-align: bottom;
}
.visit-store .content .number {
  display: inline-block;
  margin: 0 10px 0 60px;
  font-size: 6.0rem;
  font-weight: bold;
  line-height: 1.0;
  vertical-align: bottom;
}
.visit-store .expiration-date {
  display: block;
  margin-top: 4px;
  text-align: right;
  font-size: 1.0rem;
}
.visit-store-wrapper .link {
  padding-top: 20px;
  text-align: right;
}
.visit-store-wrapper .link a {
  margin-left: 20px;
  text-decoration: underline;
  color: #d03c56;
  font-size: 1.6rem;
}

/*stamp-card*/
.stamp-card {
  float: right;
}

.stamp-card-wrapper .count-sushi {
position: absolute;
  right: 0;
  bottom: 0;
  font-size: 2.1vw;
  font-weight: bold;
  left: 0px;
  top: 3.65vw;
  vertical-align: top;
}

.stamp-card-wrapper .count-dacco {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 2.1vw;
  font-weight: bold;
  left:  0px;
  top: 1.4vw;
  vertical-align: top;
}

.stamp-card-wrapper .last-rank-sushi {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.0vw;
  font-weight: bold;
  left: -1.3vw;
  top: 6.689vw;
  vertical-align: top;
}

.stamp-card-wrapper .last-rank-dacco {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.0vw;
  font-weight: bold;
  left:  -2.2vw;
  top: 4.791vw;
  vertical-align: top;
}

.stamp-card-wrapper .expiration-date-sushi {
  position: absolute;
  vertical-align: top;
  float: right;
  text-align: right;
  font-size: 0.8vw;
  font-weight: bold;
  left: 11.98vw;
  top:  10.42vw;
}

.stamp-card-wrapper .expiration-date-dacco {
  font-size: 0.8vw;
  font-weight: bold;
  margin-top: 0.12vw;
  margin-left: -5.17vw;
}

.mypage .point {
  display: block;
  padding-bottom: 1.04vw;
  font-size: 1.0vw;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}

.stamp-card .t2boxes, .t4boxes, .t6boxes, .t12boxes {
  position: absolute;

}
.stamp-card .t2boxes {
  left:  32.33vw;
  top:    4.33vw;
  width: 19.79vw;
}
.stamp-card .t4boxes {
  left:  34.50vw;
  top:    1.10vw;
  width: 21.79vw;
}
.stamp-card .t6boxes {
  left:  32.35vw;
  top:    3.65vw;
  width: 19.79vw;
}
.stamp-card .t12boxes {
  left:  34.90vw;
  top:    0.28vw;
  width: 21.79vw;
}

.stamp-card .tablerow {
  clear: both;
}

.stamp-card .t2cells {
  float: left; 
  width: 8.85vw; 
  margin: 0.26vw 0.37vw; 
}
.stamp-card .t4cells {
  float: left; 
  width: 7.50vw; 
  margin: 0.50vw 0.15vw; 
}
.stamp-card .t6cells {
  float: left; 
  width: 5.35vw; 
  margin: 0.10vw 0.52vw; 
}
.stamp-card .t12cells {
  float: left; 
  width: 4.20vw; 
  margin: 0.13vw 0.49vw; 
}

/*benefit*/
.benefit-wrapper5 {
  width: 86.8vw;
  margin: 0 auto 0px;
  font-size: 0;
}
.benefit-box-wrapper5 {
  display: inline-block;
  max-width: 86.8vw;
  margin: 0 auto;
  margin-left: -29.0vw;
  margin-bottom: 1.3vw;
}
.benefit-wrapper {
  width: 52.08vw;
  margin: 0 auto 0px;
  font-size: 0;
}
.benefit-box-wrapper {
  display: inline-block;
  max-width: 52.08vw;
  margin: 0 auto;
  margin-bottom: 1.3vw;
}

.benefit-box-wrapper + .benefit-box-wrapper {
  margin-top: 1.04vw;
}
.benefit-box {
  display: block;
  float: left;
  width: 16.66vw;
  padding: 0.52vw;
  background-color: #fff;
  margin-right: 0.31vw;
  margin-left:  0.31vw;
  margin-bottom: 0.62vw;
}
.benefit-box + .benefit-box {
  /*margin: 0 0 0 20px;*/
}
.benefit-box .content {
  width: 100%;
  padding: 0.78vw 0;
  background-color: #F2F2F2;
  font-family: "游明朝", serif;
  font-weight: bold;
}
.benefit-box .content1 {
  width: 100%;
  padding: 0.78vw 0;
  background-color: #F2F2F2;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.benefit-box .expiration-date {
  display: inline-block;
  width: 100%;
  padding: 0.42vw 0;
  font-size: 0.5vw;
}
.benefit-box .description {
  display: block;
  width: 100%;
  padding: 0.42vw;
  border-radius: 0.16vw;
  background-color: #d03c56;
  color: #fff;
  font-size: 0.6vw;
}

.benefit-box.next-benefit {
  padding: 0.52vw;
  border: 2px solid #674131;
  background-color: transparent;
}
.benefit-box.next-benefit .content {
  padding: 0;
  background-color: transparent;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #674131;
}

.benefit-wrapper .notice {
  display: block;
  padding-bottom: 5.2vw;
  font-size: 1.0vw;
  text-align: center;
  font-weight: bold;
}
 .notice a { text-decoration: underline }

.benefit-link{
  color:#333333;
  text-decoration: none;
}

/* modify s SUSHIRO_MAIDO-162 中とろランク6pt目の特典設定に伴う表示について  */
.benefit-link img{
  display: inline-block;
  height: 2.4rem;
  margin-bottom: -0.5rem;
}

.benefit-wrapper .notice-rank5 {
  display: block;
  font-size: 1.0vw;
  text-align: center;
  font-weight: bold;
}
/* modify e */

/*exclueded*/
.exclueded{
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0,0,0,0.6);
  color: white;
  text-align: left;
  padding: 100px;
  font-size: 2.4rem;
}
.exclueded .note{
  font-size: 1.8rem;
}
.exclueded .attention{
  color: white;
}

/*coupon-modalwin*/
.coupon-modalwin {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.7);
  overflow: auto;
}
.coupon-modalwin .coupon-modalwin-content {
  position: relative;
  width: 980px;
  background-color: #fff;
}
.coupon-modalwin .image-title-wrapper {
  width: 100%;
  padding: 30px 200px 0;
}
.coupon-modalwin .image {
  width: 100%;
  font-size: 0;
}
.coupon-modalwin .image img {
  width: 100%;
  height: auto;
}
.coupon-modalwin .title {
  padding: 10px 0 5px;
  font-size: 3.5rem;
  font-family: "游明朝", serif;
}
.coupon-modalwin .title .emphasis {
  color: #d03c56;
}
.coupon-modalwin .title1 {
  padding: 10px 0 5px;
  font-size: 3.5rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.coupon-modalwin .title1 .emphasis {
  color: #d03c56;
}
.coupon-modalwin .requirement {
  /*padding-bottom: 15px;*/
  font-size: 1.5rem;
}
.coupon-modalwin .redtext {
  padding-bottom: 2px;
  padding-top: 2px;
  font-size: 1.5rem;
  background-color: #d03c56;
  color: #FFFFFF;
}
.coupon-modalwin .attention-note {
  padding-bottom: 5px;
  padding-top: 2px;
  font-size: 1.5rem;
}
.coupon-modalwin .content-wrapper {
  width: 100%;
  background-color: #F2F2F2;
  padding: 20px;
}
.coupon-modalwin .contents {
  width: 48%;
  float: left;
}
.coupon-modalwin .contents + .contents {
  float: right;
}
.coupon-modalwin .content {
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #E5E5E5;
}
.coupon-modalwin .content .heading {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}
.coupon-modalwin .content.attention .heading {
  float: none;
  width: 100%;
}
.coupon-modalwin .content .description {
  float: right;
  width: 80%;
  font-size: 1.0rem;
}
.coupon-modalwin .content.attention .description {
  float: none;
  width: 100%;
}
.coupon-modalwin .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.coupon-modalwin .close img {
  width: 20px;
  height: auto;
}

/* add s */
.msg_or_class {
  font-size: 2.4rem;
  font-family: "游明朝", serif
}
.msg_or_class_modal {
  padding-bottom: 15px;
  padding-top: -15px;
  font-size: 3.5rem;
  font-family: "游明朝", serif
}
/* add e */

/*##############################*/
/*store-target*/
/*##############################*/

.store-target {
  width: 100%;
  padding: 50px 0;
  background-color: #F2F2F2;
  text-align: left;
}
.store-list {
  /*width: 1100px;*/
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
}

.store-list.full{
  width: 1100px;
}

.store-list .title {
  border-bottom: 3px solid #d03c56;
  font-size: 3.0rem;
  font-weight: bold;
}
.store-item {
  padding: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.store-item .name {
  float: left;
  width: 30%;
  font-size: 2.0rem;
}
.store-item .description {
  float: right;
  width: 70%;
  list-style-type: none;
}

/*##############################*/
/*history*/
/*##############################*/

.history {
  width: 100%;
  padding: 50px 0;
  background-color: #F2F2F2;
}
.history-list {
  width: 1100px;
  margin: 0 auto;
  list-style-type: none;
  background-color: #fff;
  font-size: 0;
}
.history-item {
  padding: 10px 0;
  border-top: 1px solid #f2f2f2;
}
.history-item.index {
  background-color: #d03c56;
  border: none;
  color: #fff;
}
.history-item .date {
  display: inline-block;
  width: 35%;
  font-size: 1.6rem;
}
.history-item .place {
  display: inline-block;
  width: 35%;
  font-size: 1.5rem;
}

.history-item .last-year {
  display: inline-block;
  width: 51%;
  font-size: 1.6rem;
}
.history-item .last-year-date {
  font-weight: bolder;
  text-align: left;
  width:100%;
  display: inline-block;
}
.history-item .last-year-pr {
  font-weight: bolder;
  text-align: right;
  width:100%;
  display: inline-block;
}
.history-item .num-visit {
  display: inline-block;
  width: 30%;
  font-size: 1.6rem;
}
.history-item .num-dish {
  display: inline-block;
  width: 20%;
  font-size: 1.6rem;
}
.history-item .coupon {
  display: inline-block;
  width: 20%;
  font-size: 1.6rem;
}
.history-item .others-history-fontsize {
  font-size: 1.2rem;
}
/*##############################*/
/*news*/
/*##############################*/

.news {
  width: 100%;
  padding: 50px 0;
  background-color: #F2F2F2;
  text-align: left;
}
/* SUSHIRO_MAIDO-303 mod Start */
.news-list {
  width: 1100px;
  margin: 0 auto;
/* SUSHIRO_MAIDO-325 背景色など変更 mod Start */
  padding: 0px 0px 10px 0px;
/*  background-color: #E5E5E5;*/
  background-color: #E4E4E4;
/* SUSHIRO_MAIDO-325 mod End */
}
.news-item {
  display: inline-block;
  position: relative;
/* SUSHIRO_MAIDO-325 間隔、枠など変更 mod Start */
  margin: 10px 0px 10px 12.5px;
  padding: 0px;
  height: auto;
  width: 531px;
  border: solid 2px #BFBFBF;
  background-color: #fff;
  vertical-align: top;
/* SUSHIRO_MAIDO-325 mod End */
}
.news-item .title {
  margin-bottom: 5px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #000000;
  padding: 10px;
  border-top: solid 2px #BFBFBF;
}
.news-item .date {
  color: #000000;
  padding: 10px;
}
/* SUSHIRO_MAIDO-279 add Start */
.news-item .new {
  height: 19px;
  vertical-align: -3px;
}
/* SUSHIRO_MAIDO-279 add End */
.news-item .image {
/* SUSHIRO_MAIDO-325 縦横比１：１ mod Start */
/*   height: 531px; */
/*   width: 531px; */
  width: 100%;
  height: auto;
  text-align: center;
/* SUSHIRO_MAIDO-325 mod End */
}
/* SUSHIRO_MAIDO-303 mod End */
/*##############################*/
/*news-description*/
/*##############################*/

.news-description {
  width: 100%;
  padding: 50px 0;
  background-color: #F2F2F2;
  text-align: left;
}
.news-description-list {
  width: 1100px;
  margin: 0 auto;
  padding: 0 30px 30px 30px;
  background-color: #fff;
}
.news-description-item {
  position: relative;
  padding: 50px 20px 20px 20px;
  border-bottom: 1px solid #f2f2f2;
}
.news-description-item .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  border-bottom: solid;
  border-color: #d03c56
}
.news-description-item .date {
  position: absolute;
  top: 20px;
}

/*button*/
.news-description-item .button {
  display: block;
  width: 100%;
  margin: 20px auto;
  padding: 15px;
  border: 1px solid #d03c56;
  border-radius: 2px;
  background-color: #d03c56;
  color: #fff;
  font: inherit;
  text-align: center;
}

.news-description-item  .button .use {
  font-size: 2.2rem;
}

/*##############################*/
/*etc - アンケート回答*/
/*##############################*/
.newsquestionnaire-description {
  position: relative;
  padding: 60px 15px;
  width: 100%;
  background-color: #F2F2F2;
  text-align: left;
}

.newsquestionnaire-description-list {
  width: 1100px;
  margin: 0 auto;
  padding: 0 30px 30px 30px;
  background-color: #fff;
}

.newsquestionnaire-description-item {
  position: relative;
  padding: 50px 20px 20px 20px;
  border-bottom: 1px solid #f2f2f2;
}
.newsquestionnaire-description-item .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  border-bottom: solid;
  border-color: #d03c56
}
.newsquestionnaire-description-item .date {
  position: absolute;
  top: 20px;
}
.newsquestionnaire-description-ul {
  list-style:none;
}

.newsquestionnaire-description-li {
  position: relative;
  width: 100%;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #E5E5E5;
}

.newsquestionnaire-description .content {
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: middle;
}

.newsquestionnaire-description .content .date {
    font-size: 1.2rem;
    position: absolute;
    top: 30px;
    left: 15px;
}

.newsquestionnaire-description-p {
  position: relative;
  width: 100%;
  background-color: #F2F2F2;
  text-align: left;
}

/*##############################*/
/*policy*/
/*##############################*/

.policy {
  width: 100%;
  padding: 50px 0 30px 0;
  background-color: #F2F2F2;
  text-align: left;
}
.policy .content {
  width: 1100px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}
.policy .content-heading {
  padding: 20px 15px 5px 15px;
  font-weight: bold;
}
.policy .description {
  padding: 0 15px;
  font-size: 1.0rem;
}

/*##############################*/
/*question*/
/*##############################*/

.question-box-list {
  width: 100%;
  padding: 50px 0 30px 0;
  background-color: #F2F2F2;
  text-align: left;
}
.question-box {
  width: 1100px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}
.question-box + .question-box {
  margin-top: 20px;
}
.question-box .question {
  width: 100%;
  padding-bottom: 20px;
}
.question-box .answer {
  width: 100%;
}
.question-box .icon {
  float: left;
  width: 30px;
  height: 30px;
  background-color: #d03c56;
  border-radius: 50%;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
.question-box .sentence {
  float: right;
  width: 95%;
}

/*##############################*/
/*how-to*/
/*##############################*/

.how-to {
  width: 100%;
  padding: 50px 0 30px 0;
  background-color: #F2F2F2;
  text-align: left;
}
.how-to .notice {
  display: block;
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.how-to-list {
  width: 1100px;
  margin: 0 auto;
  counter-reset: ranking;
}
.how-to-item {
  display: block;
  width: 530px;
  height: 150px;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
}
.how-to-item:nth-of-type(2n-1) {
  float: left;
}
.how-to-item:nth-of-type(2n) {
  float: right;
}
.how-to-item .order {
  display: table;
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 4px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  line-height: 0.6;
  text-align: center;
}
.how-to-item .order::after {
  display: table-cell;
  content: counter(ranking);
  counter-increment: ranking;
  font-size: 3.0rem;
  font-weight: bold;
  vertical-align: middle;
}
.how-to-item .description {
  width: 430px;
  float: right;
  text-align: left;
  font-size: 0;
}
.how-to-item .description .text {
  display: inline-block;
  width: 78%;
  font-size: 1.5rem;
  vertical-align: middle;
}
.how-to-item .description .text .notice {
  font-size: 1.0rem;
  line-height: 2.2;
  width: 91%;
  margin-left: 0;
}
.how-to-item .description .image {
  display: inline-block;
  width: 22%;
  vertical-align: middle;
}
.how-to-item .description .image img {
  width: 100%;
}
.how-to .link {
  width: 1100px;
  margin: 0 auto;
}
.how-to a {
  text-decoration: underline;
  color: #d03c56;
}
.how-to1 {
  width: 100%;
  padding: 50px 0 30px 0;
  background-color: #F2F2F2;
  text-align: left;
}
.how-to1 em {
  color: #d03c56;
  font-style: normal;
  text-decoration: underline;
}
.how-to1 .attention1 {
  width: 100%;
  padding-bottom: 20px;
  text-align: left;
  font-size: 1.6rem;
  background-color: #fff;
  margin-bottom: 15px;
}
.how-to1 .attention2 {
  width: 100%;
  text-align: left;
  font-size: 2.0rem;
  color: #000;
  font-weight: bold;
}

.how-to1-list {
  width: 1100px;
  margin: 0 auto;
  counter-reset: ranking;
}

.how-to1-item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #fff;
}
.how-to1 .button {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 20px;
  background-color: #fff;
  font-size: 0;
  margin-top: 15px;
}
.how-to1 .button span {
  display: inline-block;
  width: 90%;
  font-size: 1.5rem;
  vertical-align: middle;
}
.how-to1 .button .image {
  display: inline-block;
  width: 10%;
  vertical-align: middle;
}
.how-to1 .button .image img {
  max-height: 15px;
}
.how-to1-item .order1 {
  display: table;
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 4px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  line-height: 0.6;
  text-align: center;
}

.how-to1-item .order1::after {
  display: table-cell;
  content: counter(ranking);
  counter-increment: ranking;
  font-size: 3.0rem;
  font-weight: bold;
  vertical-align: middle;
}
.how-to1-item .order1_title {
  width: 92%;
  float: right;
  text-align: left;
  font-size: 2.2rem;
  padding-bottom: 20px;
  font-weight: bold;
}
.how-to1-item .order2_title {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 2.2rem;
  padding-bottom: 20px;
  font-weight: bold;
}
.how-to1-item .order3_title {
  width: 80%;
  float: right;
  text-align: left;
  font-size: 2.0rem;
  padding-bottom: 20px;
  font-weight: bold;
}
.how-to1-item .order1_title1 {
  width: 85%;
  float: right;
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
}
.how-to1-item .order3_title1 {
  width: 80%;
  float: right;
  text-align: left;
  font-size: 2.0rem;
  font-weight: bold;
}
.how-to1-item .description1 {
  width: 100%;
  float: right;
  text-align: left;
  font-size: 0;
}
.how-to1-item .description1 .text {
  display: inline-block;
  width: 78%;
  font-size: 1.5rem;
  vertical-align: middle;
}
.how-to1-item .description1 .text .notice {
  font-size: 1.0rem;
  line-height: 2.2;
}
.how-to1-item .description1 .image {
  display: inline-block;
  width: 15%;
  vertical-align: middle;
}
.how-to1-item .description1 .image img {
  width: 120px;
}

.how-to1-item .description1 .image1 {
  display: inline-block;
  width: 10%;
  vertical-align: middle;
  float:left;
}
.how-to1-item .description1 .image1 img {
  width: 120px;
}

.how-to1-item .description2 .image {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  float:left;
}
.how-to1-item .description2 .image img {
  width: 120px;
}
.how-to1-item .description1 .image1 {
  display: inline-block;
  width: 10%;
  vertical-align: middle;
  margin-bottom: 15px;
}
.how-to1-item .description1 .image1 img {
  width: 90%;
}

.how-to1-item .description2 {
  width: 100%;
  float: right;
  text-align: left;
}
.how-to1-item .description3 {
  width: 100%;
  float: right;
  text-align: left;
  font-size: 1.4rem;
}
.how-to1-item .description4 {
  width: 100%;
  float: right;
  text-align: left;
  margin-bottom: 15px;
}
.how-to1-item .description5 {
  width: 100%;
  float: right;
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.how-to2-item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
}
.how-to2-item table{
  width: 100%;
  border-collapse: collapse;
  border: 0.5px #000 solid;
  font-size: 1.6rem;
}
.how-to2-item td, th {
  border: 0.5px #000 solid;
  background-color: #fff;
}
.how-to2-item table .th1{
  background-color: #FFDEAD;
  text-align: center;
}
.how-to2-item table .th2{
  background-color: #D3D3D3;
  text-align: center;
}
.how-to2-item table .couponstabletd {
  text-align: center;
}

.how-to2-item .thsize30{
  width: 30%;
}
.how-to2-item .thsize70{
  width: 70%;
}
.how-to2-item .tdleft{
  text-align: left;
}
.how-to3-item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
}
.how-to3-item .order1 {
  display: table;
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 4px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  line-height: 0.6;
  text-align: center;
}

.how-to3-item .order1::after {
  display: table-cell;
  content: counter(ranking);
  counter-increment: ranking;
  font-size: 3.0rem;
  font-weight: bold;
  vertical-align: middle;
}

.how-to3-item .couponrankleft {
  width: 31%;
  float: left;
  text-align: left;
}
.how-to3-item .couponrancenter {
  width: 31%;
  float: left;
  text-align: center;
}
.how-to3-item .couponrankright {
  width: 37%;
  float: right;
  text-align: right;
}
.how-to3-item .description9 {
  width: 100%;
  float: left;
  text-align: center;
  height: 290px;
}
.how-to3-item .description9 .image6 {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  margin-bottom: 5px;
}
.how-to3-item .description9 .image9 img {
  width: 92%;
  background-color: #F2F2F2;
}

.how-to3-item .description6 {
  width: 100%;
  float: left;
  text-align: left;
  height: 290px;
}
.how-to3-item .description6image6 {
  width: 92%;
}

.how-to3-item .description6 .text {
  display: inline-block;
  width: 70%;
  font-size: 1.5rem;
  vertical-align: middle;
}
.how-to3-item .description6 .text .notice {
  font-size: 1.0rem;
  line-height: 2.2;
}
.how-to3-item .description6 .image6 {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  margin-bottom: 5px;
  float: right;
}
.how-to3-item .description6 .image6 img {
  width: 100%;
  background-color: #F2F2F2;
}
.how-to3-item .description6 .image7 {
  display: inline-block;
  width: 92%;
  vertical-align: middle;
  margin-bottom: 5px;
}
.how-to3-item .description6 .image7 img {
  width: 100%;
  background-color: #F2F2F2;
}
.how-to3-item .description6text6 {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
}
.how-to3-item .description7 {
  width: 100%;
  float: left;
  text-align: left;
  background-color: #fff;
  height: 770px;
  margin-bottom: 25px;
}
.how-to3-item .description7 .text{
  padding-top: 200px;
}
.how-to3-item .description7 .text1{
  padding-top: 10px;
}

.how-to3-item .description8 {
  width: 100%;
  float: right;
  text-align: left;
  background-color: #fff;
  height: 260px;
  margin-bottom: 25px;
}
.how-to3-item .description8 .text{
  padding-top: 80px;
}
.how-to3-item .description8 .text1{
  padding-top: 5px;
}

.how-to1 .couponleft {
  width: 100%;
  float: left;
  text-align: left;
}
.how-to1 .couponleft .image {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.how-to1 .couponleft .image img {
  width: 100%;
}
.how-to1 .couponsmallleft {
  width: 50%;
  float: left;
  text-align: left;
}
.how-to1 .couponsmallleft .image {
  display: inline-block;
  vertical-align: middle;
}
.how-to1 .couponsmallleft .image img {
  width: 80%;
}
.how-to1 .couponsmallcenter {
  width: 50%;
  float: left;
  text-align: left;
  font-size: 0.6rem;
  font-weight: bold;
}

.how-to1 .couponright1 {
  width: 100%;
  height: 250px;
  float: right;
  text-align: left;
  background-color: #fff;
  margin-bottom: 15px;
}
.how-to1 .couponright1 p {
  padding-top: 45%;
  font-size: 1.2rem;
}
.how-to1 .couponright2 {
  width: 100%;
  height: 70px;
  float: right;
  text-align: left;
  background-color: #fff;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.how-to1 .couponmaxleft {
  width: 29%;
  height: 450px;
  float: left;
  text-align: left;
  margin-bottom: 15px;
}
.how-to1 .couponmaxright {
  width: 70%;
  height: 45px;
  float: right;
  text-align: right;
  margin-bottom: 15px;
}
.how-to1 .couponscenter1 {
  width: 100%;
  height: 480px;
  float: center;
  text-align: center;
  margin-bottom: 15px;
}

.how-to1 .couponscenter2 {
  width: 100%;
  float: center;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.how-to1 .couponscenter3 {
  width: 100%;
  height: 60px;
  float: center;
  text-align: center;
  margin-bottom: 15px;
}
.how-to1 .couponleft1{
  width: 30%;
}
.how-to1 .couponsmallleft1 {
  width: 50%;
  float: left;
  text-align: left;
}
.how-to1 .couponsmallleft1 .image {
  display: inline-block;
  vertical-align: middle;
}
.how-to1 .couponsmallleft1 .image img {
  width: 100%;
}

table.vimiddle  th,td {
  vertical-align: middle;
}

.attentioncouponsdiv{
    display: block;
    width: 1100px;
    padding: 10px;
    background-color: #F2F2F2;
    padding: 15px;
    margin: 0 auto 25px;
}
.attentioncoupons {
  width: 100%;
  padding-bottom: 20px;
  text-align: left;
  font-size: 1.6rem;
  padding-left: 20px;
  background-color: #fff;
}

.buttonshita {
  max-height: 15px;
  padding-left: 15px;
}
.buttonue {
  max-height: 15px;
  padding: 10px 0 40px 15px;
}
.abuttonue {
  width: 1100px;
  margin: 0 auto 25px;
}
.how-to1 .couponscenter2 .divcolorfff {
  background-color: #fff;
}

/*##############################*/
/*prepare_stamp s*/
/*##############################*/
.prepare-stamp-list {
  margin: 0 auto;
  counter-reset: ranking;
}
.prepare-stamp-item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #E5E5E5;
}
.prepare-stamp-item .order1 {
  display: table;
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 4px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  line-height: 0.6;
  text-align: center;
}

.prepare-stamp-item .order1::after {
  display: table-cell;
  content: counter(ranking);
  counter-increment: ranking;
  font-size: 3.0rem;
  font-weight: bold;
  vertical-align: middle;
}
.prepare-stamp-item .prepare_stamp_title {
  width: 100%;
  float: right;
  text-align: left;
  font-size: 2.2rem;
  padding-bottom: 20px;
  font-weight: bold;
}
.prepare-stamp-item .order2_title {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 2.2rem;
  padding-bottom: 20px;
  font-weight: bold;
}
.prepare-stamp-item .order3_title {
  width: 80%;
  float: right;
  text-align: left;
  font-size: 2.0rem;
  padding-bottom: 20px;
  font-weight: bold;
}

.prepare-stamp-item .order3_title1 {
  width: 65%;
  float: right;
  text-align: left;
  font-size: 2.0rem;
  font-weight: bold;
}

.prepare-stamp-item .descripreparestamp {
  width: 100%;
  float: right;
  text-align: left;
  font-size: 0;
}
.prepare-stamp-item .descripreparestamp .text {
  display: inline-block;
  width: 65%;
  font-size: 1.5rem;
  vertical-align: middle;
}
.prepare-stamp-item .descripreparestamp .text .notice {
  font-size: 1.0rem;
  line-height: 2.2;
}
.prepare-stamp-item .descripreparestamp .image {
  display: inline-block;
  width: 32%;
  vertical-align: middle;
}
.prepare-stamp-item .descripreparestamp .image img {
  width: 120px;
}

.prepare-stamp-item .description2 .image {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  float:left;
}
.prepare-stamp-item .description2 .image img {
  width: 120px;
}

.prepare-stamp-item .description2 {
  width: 100%;
  float: right;
  text-align: left;
}
.prepare-stamp-item .description3 {
  width: 100%;
  float: right;
  text-align: left;
  font-size: 1.4rem;
}
.prepare-stamp-item .description4 {
  width: 100%;
  float: right;
  text-align: left;
  margin-bottom: 15px;
}

/*##############################*/
/*prepare_stamp e*/
/*##############################*/

/* add e     */
/*##############################*/
/*num-visit-and-benefit*/
/*##############################*/

.num-visit-and-benefit {
  width: 100%;
  padding: 50px 0 30px 0;
  background-color: #F2F2F2;
  text-align: left;
}
.num-visit-and-benefit .description-list {
  width: 1100px;
  margin: 0 auto;
  list-style-type: none;
}
.num-visit-and-benefit .description-item {
  width: 100%;
  padding: 20px 60px 20px 20px;
  background-color: #fff;
}
.num-visit-and-benefit .description-item + .description-item {
  margin-top: 20px;
}
.num-visit-and-benefit .description {
  float: left;
  width: 55%;
}
.num-visit-and-benefit .image {
  float: right;
  width: 45%;
}
.num-visit-and-benefit .image.smartphone {
  padding: 0 80px 0 120px;
}
.num-visit-and-benefit .image img {
  width: 100%;
  height: auto;
}
.num-visit-and-benefit .notice {
  line-height: 3.0;
}

/* SUSHIRO_MAIDO-277 add Start */
/*##############################*/
/*information-description
/*##############################*/
.information-description .notice_head {
  margin: 0px;
  padding: 0px;
  font-size: 0;
}
.information-description .image {
  vertical-align: middle;
  text-align: center;
}
.information-description .content_image {
  vertical-align: middle;
  font-size: 2.0rem;
}
.information-description .content_noimage {
  vertical-align: middle;
  width: 100%;
  font-size: 2.0rem;
}

/* SUSHIRO_MAIDO-277 add End */

em {
  color: #d03c56;
  font-style: normal;
}
