@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  /*background-color:#ff9;*/
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*#########################################################

mixin

#########################################################*/
/* ========================================================
メディアクエリ
=========================================================*/
/*
iPhone4: 320 × 480
iPhone5: 320 × 568
iPhone6: 375 × 627
iPhone6s: 414 × 736
Nexus6: 414 × 659
*/
@-webkit-keyframes show {
  100% {
    opacity: 1; } }
@keyframes show {
  100% {
    opacity: 1; } }

/*#########################################################

基本設定

#########################################################*/
input[type=submit] {
  display: inline-block;
  border-radius: 2px;
  padding: 8px 10px;
  white-space: nowrap;
  border: 1px solid #959595;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff; }

input[type=submit]:hover {
  border: 1px solid #252f39;
  color: #fff;
  background: #252f39; }

/*#########################################################

要素関連

#########################################################*/
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 1.0625rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  height: 100%; }

body {
  /*background-color: $c-bg;*/
  height: 100%; }

p {
  margin: 0 auto 1rem auto;
  line-height: 1.8; }

a {
  color: #000; }
  a:visited {
    color: #000; }
  a:focus {
    color: #959595; }
  a:hover {
    color: #959595; }
  a:active {
    color: #00a0e9; }

/* 固定幅フォント */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

small {
  font-size: 0.8rem; }

/* subscript&superscript */
sub,
sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

strong {
  font-weight: bold; }

strong.red {
  color: #e00909;
  font-weight: normal; }

i {
  font-weight: normal;
  font-style: italic; }

input[type=text],
input[type=email],
input[type=url] {
  padding: 0.5rem; }

textarea {
  padding: 0.5rem; }

/* レイアウト　*/
.container {
  width: auto; }

html {
  font-size: 62.5%; }

body {
  font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  font-size: 1.4rem; }

p {
  line-height: 2.0; }

img {
  max-width: 100%; }

li {
  list-style: none; }

a {
  color: #333;
  text-decoration: none;
  transition: all 1s ease-out; }
  a:hover {
    opacity: 0.8; }

/* メインビジュアル　*/
.topic-header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 605px;
  background: center center no-repeat;
  background-size: cover;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .topic-header .topic-header-title {
    margin: 0 auto 30px;
    width: 369px;
    height: 221px; }
  .topic-header .topic-header-description {
    margin: 0 0 30px;
    color: #fff;
    text-align: center; }
  .topic-header .sns-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 320px; }
    .topic-header .sns-button li:first-child, .topic-header .sns-button li:last-of-type {
      margin: 20px 0 0; }

/* 名店を巡ろう　*/
.over {
  padding: 100px 0; }
  .over .over-inner {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center; }
    .over .over-inner .over-inner-title {
      margin: 0 0 50px; }
    .over .over-inner .over-inner-description {
      margin: 0 0 70px; }
  .over .outer-station-sign {
    position: relative;
    margin: 0 auto;
    width: 1000px; }

@-webkit-keyframes hideAndShow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes hideAndShow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .over .outer-station-sign .sign-arrow {
      position: absolute;
      top: 0px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 165px;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .over .outer-station-sign .sign-arrow-left {
      left: 200px; }
      .over .outer-station-sign .sign-arrow-left li:last-child {
        margin-top: 20px; }
    .over .outer-station-sign .sign-arrow-right {
      right: 200px; }
    .over .outer-station-sign .station-sign-scroll {
      position: relative;
      overflow: hidden;
      margin: 0 auto;
      width: 1000px;
      padding-left: 217px;
      padding-right: 217px; }
      .over .outer-station-sign .station-sign-scroll .station-sign {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 auto;
        width: 4472px;
        height: 170px;
        text-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .over .outer-station-sign .station-sign-scroll .station-sign .sign-item {
          width: 217px; }
          .over .outer-station-sign .station-sign-scroll .station-sign .sign-item img {
            width: 137px;
            border-radius: 4px 4px;
            transition: all 0.5s ease-out; }
          .over .outer-station-sign .station-sign-scroll .station-sign .sign-item img:first-child {
            margin-bottom: 5px; }
        .over .outer-station-sign .station-sign-scroll .station-sign ul.current {
          width: 566px; }
        .over .outer-station-sign .station-sign-scroll .station-sign img.current {
          width: 352px; }

.station-area-inner {
  position: relative;
  z-index: 99;
  left: 0;
  margin: 0 auto 80px;
  width: 1000px;
  height: 277px;
  background: url("../../images/campaign/sotetsu100/station_bg01.gif") no-repeat center top;
  opacity: 0; }
  .station-area-inner .station-map {
    margin: 0 auto;
    max-width: 920px;
    height: 77px; }
    .station-area-inner .station-map .inner01,
    .station-area-inner .station-map .inner02 {
      width: 880px;
      margin: 0 auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .station-area-inner .station-map .inner01 .s-name,
      .station-area-inner .station-map .inner02 .s-name {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        line-height: 30px;
        width: 30px;
        height: 117px;
        text-decoration: none;
        color: #000; }
      .station-area-inner .station-map .inner01 .s-name:hover,
      .station-area-inner .station-map .inner02 .s-name:hover {
        color: #ef7a00; }
      .station-area-inner .station-map .inner01 .s-name:hover:after,
      .station-area-inner .station-map .inner01 .s-name:hover:before,
      .station-area-inner .station-map .inner02 .s-name:hover:after,
      .station-area-inner .station-map .inner02 .s-name:hover:before {
        background: #ef7a00; }
      .station-area-inner .station-map .inner01 .s-name:after,
      .station-area-inner .station-map .inner01 .s-name:before,
      .station-area-inner .station-map .inner02 .s-name:after,
      .station-area-inner .station-map .inner02 .s-name:before {
        margin-top: 10px;
        content: "";
        width: 25px;
        height: 25px;
        display: block;
        background: #2d50a0;
        border-radius: 50% 50%;
        border: 4px solid #fff; }
      .station-area-inner .station-map .inner01 .current,
      .station-area-inner .station-map .inner02 .current {
        color: #ef7a00; }
      .station-area-inner .station-map .inner01 .current:after,
      .station-area-inner .station-map .inner01 .current:before,
      .station-area-inner .station-map .inner02 .current:after,
      .station-area-inner .station-map .inner02 .current:before {
        background: #ef7a00; }
    .station-area-inner .station-map .inner01 .s-name:before {
      display: none; }
    .station-area-inner .station-map .inner02 {
      margin: 27px 0 0 16px;
      width: 400px; }
      .station-area-inner .station-map .inner02 .s-name {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .station-area-inner .station-map .inner02 .s-name:after {
        display: none; }
      .station-area-inner .station-map .inner02 .s-name:before {
        margin-top: 0;
        margin-bottom: 10px; }
    .station-area-inner .station-map .inner {
      position: relative;
      margin: 0 auto;
      width: 1150px; }
      .station-area-inner .station-map .inner a {
        display: block;
        position: absolute;
        height: 100px;
        color: #919191;
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        text-decoration: none;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl; }
        .station-area-inner .station-map .inner a:hover {
          color: #ef7a00; }
  .station-area-inner .balloon {
    position: absolute;
    bottom: 5%;
    right: 7%; }

.btn-area {
  position: relative; }
  .btn-area .btn-l,
  .btn-area .btn-r {
    position: absolute;
    top: 135px;
    z-index: 10;
    width: 103px;
    height: 104px;
    background: top center no-repeat;
    cursor: pointer;
    z-index: 20; }
    .btn-area .btn-l:hover,
    .btn-area .btn-r:hover {
      background-position: bottom center; }
  .btn-area .btn-l {
    left: 15%;
    background-image: url(../../images/campaign/sotetsu100/slide-arrow-l.png); }
  .btn-area .btn-r {
    right: 15%;
    background-image: url(../../images/campaign/sotetsu100/slide-arrow-r.png); }
  .btn-area .disable {
    display: none; }

.outer-review {
  position: relative;
  height: 470px;
  width: 100%;
  overflow: hidden; }

.review-area {
  position: relative;
  border-bottom: 4px solid #ff902e; }
  .review-area .train-all {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 1200px; }
  .review-area .train-f {
    margin: 0 10px 0 0;
    width: 330px;
    height: 439px; }
    .review-area .train-f img {
      width: 330px;
      height: 439px; }
  .review-area .train-b {
    width: 330px; }
  .review-area .review-list {
    display: none;
    opacity: 0;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 20px 0 0;
    transition: all 1s ease-out;
    z-index: 1; }
    .review-area .review-list .r-box {
      position: relative;
      margin: 0 10px 0 0;
      padding: 15px;
      width: 600px;
      height: 360px;
      border: 1px solid #aaaaaa;
      line-height: 1.4; }
      .review-area .review-list .r-box .r-tit {
        margin: 0 0 10px;
        font-size: 2.0rem; }
        .review-area .review-list .r-box .r-tit span {
          color: #888;
          font-size: 1.3rem; }
      .review-area .review-list .r-box .r-box-main {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .review-area .review-list .r-box .r-box-main .r-cont {
          width: 55%; }
        .review-area .review-list .r-box .r-box-main .r-img {
          overflow: hidden;
          position: relative;
          width: 240px;
          height: 226px; }
          .review-area .review-list .r-box .r-box-main .r-img img {
            left: 50%;
            min-height: 100%;
            min-width: 100%;
            max-width: initial;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .review-area .review-list .r-box .r-box-main .r-read {
          margin: 0 0 20px;
          color: #ff902e;
          font-size: 1.8rem;
          font-weight: bold; }
        .review-area .review-list .r-box .r-box-main .r-txt-area {
          font-size: 1.4rem; }
          .review-area .review-list .r-box .r-box-main .r-txt-area dl {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin: 0 0 10px; }
            .review-area .review-list .r-box .r-box-main .r-txt-area dl .r-icon {
              overflow: hidden;
              width: 50px;
              height: 50px;
              border-radius: 100%; }
            .review-area .review-list .r-box .r-box-main .r-txt-area dl .r-txt {
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3;
              overflow: hidden;
              width: 80%;
              height: 57px; }
        .review-area .review-list .r-box .r-box-main .r-more {
          position: absolute;
          bottom: 2.5%;
          left: 55%; }
          .review-area .review-list .r-box .r-box-main .r-more a {
            padding: 10px 30px;
            width: 230px;
            border: 2px solid #ccc;
            border-radius: 100px;
            text-align: center;
            font-size: 1.6rem; }
            .review-area .review-list .r-box .r-box-main .r-more a:hover {
              background: #ef7a00;
              border-color: #ef7a00;
              color: #fff; }
  .review-area .current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: show 1.5s ease-out .1s 1 forwards;
    animation: show 1.5s ease-out .1s 1 forwards;
    z-index: 10; }

.outer-pager .pager {
  display: none;
  opacity: 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -73px 0 0;
  z-index: 10; }
  .outer-pager .pager .train-f {
    margin: 0 1px; }
  .outer-pager .pager .num {
    margin: -8px 1px 0 0;
    padding: 8px 0 0;
    width: 33px;
    height: 32px;
    border: 1px solid #ccc;
    text-align: center;
    z-index: 10; }
    .outer-pager .pager .num:hover {
      background: #ccc; }
    .outer-pager .pager .num a {
      color: #888;
      display: block;
      width: 33px;
      height: 32px; }
  .outer-pager .pager > .current {
    background: #ffc487; }
    .outer-pager .pager > .current:hover {
      background: #ffc487; }

.outer-pager > .current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 10; }

/* 名店ならではのこだわりの話し */
.particular {
  padding: 100px;
  background: #f8f8f8; }
  .particular .particular-inner {
    margin: 0 auto;
    max-width: 920px; }
    .particular .particular-inner .particular-inner-title {
      margin: 0 0 50px;
      text-align: center; }

.fade-photo {
  display: block;
  position: relative; }

.fade-photo:before {
  position: absolute;
  content: "";
  height: 390px;
  width: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 1s ease-out; }

.fade-photo:hover:before {
  opacity: 0.3; }

.main-cont {
  position: relative;
  margin: 0 0 20px;
  height: 390px;
  background: url("../../images/campaign/sotetsu100/img_particular01.jpg") no-repeat;
  color: #000 !important; }
  .main-cont .main-cont-txt {
    position: absolute;
    background: #fff;
    padding: 5px;
    bottom: 4%;
    left: 1%;
    font-size: 2.0rem; }

.sub-cont-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .sub-cont-area .sub-cont {
    position: relative;
    width: 49%;
    height: 390px;
    color: #000 !important; }
    .sub-cont-area .sub-cont .sub-cont-txt {
      position: absolute;
      bottom: 5%;
      left: 0;
      margin: 0 3%;
      padding: 1%;
      font-size: 2.0rem; }
      .sub-cont-area .sub-cont .sub-cont-txt span {
        padding: 5px 0;
        background: #fff; }
  .sub-cont-area .cont01 {
    margin: 0 0 20px;
    background: url("../../images/campaign/sotetsu100/img_particular01.jpg") no-repeat; }
  .sub-cont-area .cont02 {
    margin: 0 0 20px;
    background: url("../../images/campaign/sotetsu100/img_particular02.jpg") no-repeat; }
  .sub-cont-area .cont03 {
    margin: 0 0 20px;
    background: url("../../images/campaign/sotetsu100/img_particular03.jpg") no-repeat; }
  .sub-cont-area .cont04 {
    margin: 0 0 20px;
    background: url("../../images/campaign/sotetsu100/img_particular04.jpg") no-repeat; }
  .sub-cont-area .cont05 {
    background: url("../../images/campaign/sotetsu100/img_particular05.jpg") no-repeat; }
  .sub-cont-area .cont06 {
    background: url("../../images/campaign/sotetsu100/img_particular06.jpg") no-repeat; }

/* そうてつstyle */
.sotetsu-style {
  padding: 100px; }
  .sotetsu-style .sotetsu-style-inner {
    margin: 0 auto;
    max-width: 920px;
    text-align: center; }
    .sotetsu-style .sotetsu-style-inner .sotetsu-style-inner-description {
      margin: 0 0 80px; }
    .sotetsu-style .sotetsu-style-inner .sotetsu100th {
      position: relative;
      display: block;
      margin: 0 0 150px;
      width: 920px;
      height: 452px;
      background: url("../../images/campaign/sotetsu100/img_sotetsu100th.jpg") no-repeat;
      opacity: 0; }
      .sotetsu-style .sotetsu-style-inner .sotetsu100th:hover {
        opacity: 0.7; }
        .sotetsu-style .sotetsu-style-inner .sotetsu100th:hover .btn-more {
          background-color: #ef7a00;
          color: #fff;
          transition: all 0.5s ease-out; }
      .sotetsu-style .sotetsu-style-inner .sotetsu100th .btn-more {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 30px;
        width: 360px;
        line-height: 55px;
        background-color: #fff;
        border-radius: 30px;
        font-weight: bold; }
    .sotetsu-style .sotetsu-style-inner .btn-area {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .sotetsu-style .sotetsu-style-inner .btn-area li {
        width: 48%; }
        .sotetsu-style .sotetsu-style-inner .btn-area li .box {
          position: relative;
          padding: 30px 0; }
          .sotetsu-style .sotetsu-style-inner .btn-area li .box:hover {
            color: #000; }
          .sotetsu-style .sotetsu-style-inner .btn-area li .box .tit {
            margin: 0 0 10px;
            padding: 100px 0 0;
            font-size: 2.0rem;
            font-weight: bold; }
          .sotetsu-style .sotetsu-style-inner .btn-area li .box .txt {
            font-size: 1.4rem; }
          .sotetsu-style .sotetsu-style-inner .btn-area li .box .external {
            position: absolute;
            bottom: 5%;
            right: 3%; }
        .sotetsu-style .sotetsu-style-inner .btn-area li .btn-howto,
        .sotetsu-style .sotetsu-style-inner .btn-area li .btn-mamanavi,
        .sotetsu-style .sotetsu-style-inner .btn-area li .btn-living,
        .sotetsu-style .sotetsu-style-inner .btn-area li .btn-event {
          display: block;
          margin: 0 0 50px; }
        .sotetsu-style .sotetsu-style-inner .btn-area li .box {
          opacity: 0; }
        .sotetsu-style .sotetsu-style-inner .btn-area li .btn-howto {
          border: 1px solid #ff7272;
          background: linear-gradient(135deg, #ff7272 20px, transparent 0); }
          .sotetsu-style .sotetsu-style-inner .btn-area li .btn-howto:hover {
            background-color: rgba(225, 144, 144, 0.1); }
          .sotetsu-style .sotetsu-style-inner .btn-area li .btn-howto .tit {
            background: url("../../images/campaign/sotetsu100/ico_howto.png") no-repeat center 20%; }
        .sotetsu-style .sotetsu-style-inner .btn-area li .btn-mamanavi {
          border: 1px solid #ff8fc6;
          background: linear-gradient(135deg, #ff8fc6 20px, transparent 0); }
          .sotetsu-style .sotetsu-style-inner .btn-area li .btn-mamanavi:hover {
            background-color: rgba(225, 143, 198, 0.1); }
          .sotetsu-style .sotetsu-style-inner .btn-area li .btn-mamanavi .tit {
            background: url("../../images/campaign/sotetsu100/ico_mamanavi.png") no-repeat center 20%; }
        .sotetsu-style .sotetsu-style-inner .btn-area li .btn-living {
          border: 1px solid #f89431;
          background: linear-gradient(135deg, #f89431 20px, transparent 0); }
          .sotetsu-style .sotetsu-style-inner .btn-area li .btn-living:hover {
            background-color: rgba(248, 148, 49, 0.1); }
          .sotetsu-style .sotetsu-style-inner .btn-area li .btn-living .tit {
            background: url("../../images/campaign/sotetsu100/ico_living.png") no-repeat center 20%; }
        .sotetsu-style .sotetsu-style-inner .btn-area li .btn-event {
          border: 1px solid #ffcc00;
          background: linear-gradient(135deg, #ffcc00 20px, transparent 0); }
          .sotetsu-style .sotetsu-style-inner .btn-area li .btn-event:hover {
            background-color: rgba(255, 204, 0, 0.1); }
          .sotetsu-style .sotetsu-style-inner .btn-area li .btn-event .tit {
            background: url("../../images/campaign/sotetsu100/ico_event.png") no-repeat center 20%; }

/*# sourceMappingURL=sotetsu100.css.map */