@charset "UTF-8";

/* メインビジュアル ----------------*/
.mv {
  width: 100%;
  height: 488px;
  overflow: hidden;
  z-index: -99999;
}

.bg-slider {
  width: 100%;
  height: 488px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.bg-slider__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

_:-ms-fullscreen,
:root .bg-slider__inner {
  width: 1000px;
  margin: 0;
}

.bg-slider__inner__title {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  width: 620px;
  margin: 0 auto 50px;
}

.bg-slider__inner__title img {
  width: 100%;
  height: auto;
}

.bg-slider__inner__search {
  width: 860px;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.bg-slider__inner__search dl {
  position: relative;
  background-color: #fff;
  border: 1px solid #d5c8c8;
  border-radius: 2px;
}

.bg-slider__inner__search dl dt {
  margin-right: 40px;
  padding: 8px 0 8px 8px;
}

.bg-slider__inner__search dl dt input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: none;
  border: none;
  outline: none;
}

.bg-slider__inner__search dl dt input::placeholder {
  color: #ccc;
}

.bg-slider__inner__search dl dd {
  position: absolute;
  top: -1px;
  right: -1px;
}

.bg-slider__inner__search dl dd button {
  display: block;
  padding: 10px;
  background-color: #cd3138;
  border: none;
  border-radius: 0 2px 2px 0;
}

.bg-slider__inner__search dl dd button span {
  display: block;
  width: 38px;
  height: 38px;
  font-size: 32px;
}

_:-ms-fullscreen,
:root .bg-slider__inner__search dl dd button span {
  display: block;
  width: 60px;
  height: 38px;
}

.bg-slider__inner__search dl dd button span:before {
  content: "\e907";
  font-family: icons;
  color: #fff;
}

_:-ms-fullscreen,
:root .bg-slider__inner__search dl dd button span:before {
  content: "検索";
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
}

.bg-slider__inner__counter {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6), -2px 2px 1px rgba(0, 0, 0, 0.6), 2px -2px 1px rgba(0, 0, 0, 0.6), -2px -2px 1px rgba(0, 0, 0, 0.6);
}

.bg-slider__inner__counter em {
  font-style: normal;
  font-size: 20px;
  margin-right: 0.1em;
}

.bg-slider::after {
  background-color: rgba(0, 0, 0, .20);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 50%, transparent 50%), linear-gradient(rgba(0, 0, 0, .25) 50%, transparent 50%);
  background-size: 2px 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  z-index: -1;
}

/* TOP左カラム ----------------*/
.main__content {
  width: 675px;
  float: left;
}

.main__content h2 {
  border-top: solid 3px #D6D6D6;
  padding: 0.5em 0 0;
  position: relative;
  margin: 0;
  min-height: 70px;
  clear: both;
  box-shadow: none;
  border-bottom: none;
}

.main__content h2:before {
  content: none;
}

.main__content h2 span {
  border-top: solid 3px #CD3138;
  font-size: 32px;
  color: #CD3138;
  padding: 0.5em 0 0;
  position: absolute;
  top: -3px;
  left: 0;
}

.main__content h2 span.more-btn {
  top: 5px;
  right: 0;
  left: auto;
  border: none;
  padding: 0;
}

.main__content h2 span.more-btn:before {
  content: none;
}

.main__content h2 span.more-btn a {
  color: #154C84;
  border: solid 1px #E5E5E5;
  background-color: #FAFAFA;
  padding: 0.7em;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #E5E5E5;
}

.main__content h2 span.more-btn a:before {
  content: "\e928";
  font-family: icons;
  margin-right: 0.4em;
}

_:-ms-fullscreen,
:root .main__content h2 span.more-btn a:before {
  content: ">";
  font-family: sans-serif;
}

.main__content h2 span small {
  font-size: 70%;
}

.main__content h2 span:before {
  font-family: icons;
  margin-right: 0.2em;
  color: #EF6565;
  border: none;
  font-weight: normal;
  font-size: 40px;
}

_:-ms-fullscreen,
:root .main__content h2 span:before {
  display: none;
}

.main__popular h2 span:before {
  content: "\e902";
}

.main__recommended h2 span:before {
  content: "\e90c";
}

.main__notable h2 span:before {
  content: "\e90b";
}

.main__arrived h2 span:before {
  content: "\e908";
}

.main__exclusive h2 span:before {
  content: "\e905";
}

.main__content ul {
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
}

.main__content__inner {
  padding-bottom: 20px;
}

.main__popular ul,
.main__notable ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.main__popular ul li {
  width: 5.5em;
  padding: 0 0 0.6em;
  margin-right: 1em;
}

.main__notable ul li {
  width: 6.5em;
  padding: 0 0 1em;
  margin-right: 1.5em;
}

.main__popular ul li a,
.main__notable ul li a {
  font-size: 14px;
  font-weight: bold;
}

.main__notable ul li a {
  font-size: 16px;
}

.main__popular ul li a:before,
.main__notable ul li a:before {
  content: "\e928";
  font-family: icons;
}

_:-ms-fullscreen,
:root .main__popular ul li a:before,
_:-ms-fullscreen,
:root .main__notable ul li a:before {
  content: ">";
  font-family: sans-serif;
}

.main__recommended ul {
  margin-bottom: 60px;
  font-size: 0;
}

.main__recommended ul li {
  width: 130px;
  height: 130px;
  background-color: #000;
  position: relative;
  display: inline-block;
  margin: 0 1px 1px 0;
  padding: 0;
  background-repeat: no-repeat;
  object-fit: contain;
  background-position: center;
}

.main__recommended ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 130px;
  background: rgba(0, 0, 0, 0.5);
}

.main__recommended ul li a:hover {
  background: rgba(255, 255, 255, 0.5);
  opacity: 2 !important;
}

.greyed {
  background-color: #FCE2E2 !important;
}

/* tokai images */
.main__recommended__fujigaoka {
  background-image: url(../img/tokai-stations/fujigaoka-station.jpeg);

}

.main__recommended__fushimi {
  background-image: url(../img/tokai-stations/fushimi-station.jpeg);
}

.main__recommended__hisayaodor {
  background-image: url(../img/tokai-stations/hisayaodori-station.jpeg);
}

.main__recommended__imaike {
  background-image: url(../img/tokai-stations/imaike-station.jpeg);
}

.main__recommended__kanayama {
  background-image: url(../img/tokai-stations/kanayama-station.jpeg);
}

.main__recommended__nagoya {
  background-image: url(../img/tokai-stations/nagoya-station.jpeg);
}

.main__recommended__osu {
  background-image: url(../img/tokai-stations/osu-kannon-station.jpeg);
}

.main__recommended__sakae {
  background-image: url(../img/tokai-stations/sakae-station.jpeg);
}

.main__recommended__shineicho {
  background-image: url(../img/tokai-stations/shineicho-station.jpeg);
}

.main__recommended__yabacho {
  background-image: url(../img/tokai-stations/yabacho-station.jpeg);
}

/* kanto images */
.main__recommended__shibuya {
  background-image: url(../img/top/osusume_shibuya.jpg);
}

.main__recommended__shinjuku {
  background-image: url(../img/top/osusume_shinjuku.jpg);
}

.main__recommended__ginza {
  background-image: url(../img/top/osusume_ginza.jpg);
}

.main__recommended__ikebukuro {
  background-image: url(../img/top/osusume_ikebukuro.jpg);
}

.main__recommended__ueno {
  background-image: url(../img/top/osusume_ueno.jpg);
}

.main__recommended__chiba {
  background-image: url(../img/top/osusume_chiba.jpg);
}

.main__recommended__ebis {
  background-image: url(../img/top/osusume_ebis.jpg);
}

.main__recommended__funabashi {
  background-image: url(../img/top/osusume_funabashi.jpg);
}

.main__recommended__kichijouji {
  background-image: url(../img/top/osusume_kichijouji.jpg);
}

.main__recommended__omiya {
  background-image: url(../img/top/osusume_omiya.jpg);
}

.main__recommended__roppongi {
  background-image: url(../img/top/osusume_roppongi.jpg);
}

.main__recommended__shinbashi {
  background-image: url(../img/top/osusume_shinbashi.jpg);
}

.main__recommended__yokohama {
  background-image: url(../img/top/osusume_yokohama.jpg);
}

/*	関西	*/
.main__recommended__3_umeda {
    background-image: url(../img/top/kansai/1.jpg);
}
.main__recommended__3_namba {
    background-image: url(../img/top/kansai/2.jpg);
}
.main__recommended__3_shinsaibashi {
    background-image: url(../img/top/kansai/3.jpg);
}
.main__recommended__3_tenmabashi {
    background-image: url(../img/top/kansai/4.jpg);
}
.main__recommended__3_fukushima {
    background-image: url(../img/top/kansai/5.jpg);
}
.main__recommended__3_tenjinbashisuji {
    background-image: url(../img/top/kansai/6.jpg);
}
.main__recommended__3_nishinakajima {
    background-image: url(../img/top/kansai/7.jpg);
}
.main__recommended__3_minamimorimachi {
    background-image: url(../img/top/kansai/8.jpg);
}
.main__recommended__3_senrichuou {
    background-image: url(../img/top/kansai/9.jpg);
}
.main__recommended__3_takatsuki {
    background-image: url(../img/top/kansai/10.jpg);
}

.main__recommended ul li a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.main__recommended ul li a:hover span {
  color: #000;
}

.main__bnr ul li.see-all a {
  display: block;
}

.main__arrived ul li {
  padding: 0 0 0.5em;
}

.main__arrived ul li.see-all {
  text-align: right;
  padding-right: 1em;
}

.main__arrived ul li.see-all a {
  display: block;
}

.main__arrived ul li.see-all a:before {
  content: "\f101";
  font-family: icons;
  margin-right: 0.5em;
}

_:-ms-fullscreen,
:root .main__arrived ul li.see-all a:before {
  content: "≫";
  font-family: sans-serif;
}

.main__arrived ul li a {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
}

.main__arrived ul li a span {
  width: 45em;
  display: inline-block;
  padding: 0;
}

.main__arrived ul li a span.date {
  width: 4em;
  display: inline-block;
  padding: 0 0 0 0.2em;
}

.main__arrived ul li.year {
  display: block;
  padding: 0.5em;
  margin: 0.8em 0;
  border-top: solid 2px #FCE2E2;
  background: #fafafa;
  font-weight: bold;
  font-size: 18px;
}

.more-btn-full {
  width: 100%;
  display: block;
  background-color: #FA7D7D;
  font-size: 20px;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 2px 0 #CD3138;
}

.more-btn-full:before {
  content: "\e928";
  font-family: icons;
  margin-right: 0.4em;
  font-weight: normal;
}

_:-ms-fullscreen,
:root .more-btn-full:before {
  content: ">";
  font-family: sans-serif;
}

/* 右カラム ----------------*/
.main__right {
  width: 310px;
  float: right;
}

.main__right h2 {
  box-shadow: none;
  border-bottom: none;
}

.main__right__title {
  background-color: #FCE2E2;
  color: #CD3138;
  font-size: 24px;
  border-left: solid 6px #EF6565;
  margin: 20px 0;
  padding: 0.4em 0 0.3em 0.5em;
}

.main__right__title--special:before {
  content: "\e906";
  font-family: icons;
  font-weight: normal;
  margin-right: 0.4em;
  line-height: 1;
}

_:-ms-fullscreen,
:root .main__right__title--special:before {
  display: none;
}

.main__right__special {
  list-style: none;
  display: block;
}

.main__right__special li {
  margin: 15px 0 0;
  border: solid 2px;
  display: table;
  width: 100%;
}

.main__right__special li.special00 {
  display: none;
}

.main__right__special li.special01 {
  border-color: #3B1977;
  color: #3B1977;
  background-color: #F8F4FF;
}

.main__right__special li.special02 {
  border-color: #32869A;
  color: #32869A;
  background-color: #F0FCFF;
}

.main__right__special li.special03 {
  border-color: #F26B6B;
  color: #F26B6B;
  background-color: #FFF4F4;
}

.main__right__special li.special04 {
  border-color: #B58C22;
  color: #B58C22;
  background-color: #FFFBF2;
}

.main__right__special li a {
  font-weight: bold;
  display: table-cell;
  display: flex;
  width: 100%;
  justify-content: left;
  align-items: center;
  font-size: 16px;
  color: inherit;
}

.main__right__special li a em {
  font-size: 24px;
}

.main__right__special__thumb {
  width: 65px;
  height: 65px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 2px;
}

.main__right__special__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  transition-property: all;
  transition: 0.1s linear;
}

a:hover .main__right__special__thumb img {
  height: 130%;
}

.main__right__special__title {
  width: auto;
  text-align: center;
  flex: 1;
}

.main__right__search {
  border: solid 2px #FCE2E2;
  box-shadow: 0 2px 0 #FCE2E2;
  background-color: #fff;
}

.main__right__search h2 {
  background-color: #fff;
  color: #CD3138;
  font-size: 32px;
  border-left: solid 8px #EF6565;
  margin: 15px 0 20px;
  padding-left: 0.3em;
}

.main__right__search h2 small {
  font-size: 70%;
}

.main__right__search h3 {
  font-size: 16px;
  background-color: #FCE2E2;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0.3em 0.8em;
}

.main__right__search h3 small {
  font-size: 12px;
}

.main__right__search select {
  margin: 10px 10px 5px;
  font-size: 14px;
  width: 8.5em;
  position: relative;
  background: transparent;
  z-index: 1;
}

.main__right__search ul {
  list-style: none;
  margin: 5px 0;
  padding: 10px 20px 0;
  display: flex;
  flex-wrap: wrap;
}

.main__right__search ul li {
  width: 50%;
  font-size: 12px;
  padding: 0 0 15px;
}

.main__right__search__wave {
  display: inline;
  width: 1em;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.main__right__search__submit {
  margin: 15px 15px 0;
}

.main__right__banner {
  margin: 20px 0 0;
}

.main__right__banner p {
  margin: 0;
  padding: 0 0 10px;
}

.main__right__banner img {
  width: 100%;
  height: auto;
}

.main__about {
  clear: both;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 20px 0;
}

.main__about__box {
  width: 235px;
  background-color: #FFFBFB;
  border-top: solid 4px #EED1D0;
  color: #6F5C5B;
  font-size: 14px;
}

.main__about__box--2x {
  width: 490px;
}

.main__about__box--2x__inner {
  display: flex;
  justify-content: space-between;
}

.main__about__box h3 {
  font-size: 24px;
  color: #CE3239;
  border-bottom: solid 3px #fff;
  text-align: center;
  margin: 0 3px;
  padding: 10px;
}

.main__about__box p {
  margin: 10px 20px;
  line-height: 1.5;
  text-align: justify;
  font-size: 13px;
}

.main__about__box p a {
  color: #6F5C5B;
  font-weight: bold;
  text-align: right;
  display: block;
}

.main__about__box ul {
  margin: 2em 0 0 2em;
  padding: 0;
  list-style: none;
}

.main__about__box--2x ul {
  width: 50%;
}

.main__about__box ul li {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1em;
  font-size: 16px;
}

.main__about__box ul li a {
  color: #6F5C5B;
  display: block;
}

.main__about__box p a:before,
.main__about__box ul li a:before {
  content: "\e928";
  font-family: icons;
  padding-right: 0.3em;
  font-weight: normal;
}

_:-ms-fullscreen,
:root .main__about__box p a:before,
_:-ms-fullscreen,
:root .main__about__box ul li a:before {
  content: "≫";
  font-family: sans-serif;
}

.main__about__box--2x ul li ul {
  width: auto;
  margin: 1em 0 0 1.5em;
}

.main__about__box--2x ul li ul li {
  font-size: 14px;
}

.main__about__box--2x ul li ul li a:before {
  content: "\e933";
  padding-right: 0.3em;
  font-weight: normal;
}

.top-content__newopen {
  width: 100%;
  margin: 50px 0 0;
  padding: 0 0 40px;
  background: #FFFFE2;
  border-top: solid 3px #E9EBAF;
  clear: both;
}

.top-content__newopen__title {
  width: 1000px;
  margin: 0 auto 10px;
  padding: 20px 0;
  border-bottom: solid 2px #DCDCDC;
  color: #968211;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.top-content__newopen__title:before {
  content: "\e909";
  font-family: icons;
  margin-right: 0.3em;
  font-size: 36px;
  font-weight: normal;
}

_:-ms-fullscreen,
:root .top-content__newopen__title:before {
  display: none;
}

.top-content__newopen__title em {
  font-family: Georgia, serif;
  font-size: 36px;
  font-style: normal;
}

.top-content__newopen__title__sub {
  font-size: 18px;
  margin-left: 5em;
}

.top-content__newopen__title span.more-btn {
  top: 30%;
  right: 0;
  left: auto;
  border: none;
  padding: 0;
  position: absolute;
}

.top-content__newopen__title span.more-btn:before {
  content: none;
}

.top-content__newopen__title span.more-btn a {
  color: #968211;
  border: solid 1px #968211;
  background-color: #fff;
  padding: 0.7em 1.5em;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: 0 1px 0 #968211;
  margin-right: 0.4em;
}

.top-content__newopen__title span.more-btn a:before {
  content: "\e928";
  font-family: icons;
}

_:-ms-fullscreen,
:root .top-content__newopen__title span.more-btn a:before {
  content: ">";
  font-family: sans-serif;
}

.top-content__newopen__inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.newopen__inner__box {
  width: 320px;
  border-bottom: dotted 2px #DCDCDC;
  font-size: 12px;
  padding: 10px 0;
}

.newopen__inner__box a span {
  margin: 0 0 0 80px;
  padding: 0 0 0.3em;
  display: block;
}

.newopen__inner__box a:hover span {
  opacity: 0.7;
}

.newopen__inner__box__date {
  color: #582B2D;
  font-weight: bold;
}

.newopen__inner__box__name {
  font-size: 16px;
  font-weight: bold;
  color: #262626;
}

.newopen__inner__box__name:after {
  content: "さま";
  font-size: 14px;
  font-weight: normal;
}

.newopen__inner__box__after {
  font-size: 11px;
  color: #262626;
}

.newopen__inner__box__name {}

.newopen__inner__box__thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
  float: left;
  background-color: #ccc;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.newopen__inner__box__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 150%;
  transition-property: all;
  transition: 0.1s linear;
}

a:hover span.newopen__inner__box__thumb {
  opacity: 1 !important;
}

a:hover span.newopen__inner__box__thumb img {
  width: auto;
  height: 180%;
  opacity: 1 !important;
}

.info {
  width: 100%;
  background-color: #FFF0F1;
  padding: 30px 0;
}

.content__inquiry {
  width: 100%;
  /* padding: 30px 0; */
}

.content__inquiry__box {
  background: #FFF8F9;
  border: solid 2px #CD3138;
  padding: 0;
  position: relative;
}

.content__inquiry__box h2 {
  background: #CD3138;
  color: #fff;
  margin: 0;
  padding: 0.6em;
  text-align: center;
  position: relative;
}

.content__inquiry__box h2 span {
  display: inline-block;
  padding: 0 0.7em;
  background: #CD3138;
  z-index: 2;
  position: relative;
}

.content__inquiry__box h2:before {
  content: "";
  border-top: solid 2px #FFADB0;
  height: 0;
  width: 96%;
  margin-left: 2%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.content__inquiry__box p.property-number {
  margin: 20px 30px 0;
  font-weight: bold;
  line-height: 1.4;
}

.content__inquiry__box p.property-number span {
  color: #fff;
  background: #cd3138;
  border-radius: 0.8em;
  margin: 0 0.5em;
  padding: 2px 1em;
}

.content__inquiry__box__button {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  min-height: 130px;
}

.content__inquiry__box__button li {
  width: 49%;
  text-align: center;
  display: table;
  position: relative;
}

.content__inquiry__box__button li span {
  position: absolute;
  bottom: -1.5em;
  left: 0;
  width: 100%;
  color: #1A88A2;
  font-weight: bold;
  font-size: 12px;
}

.content__inquiry__box__button li a {
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 74px;
  display: block;
  border-radius: 4px;
  text-align: center;
  font-size: 24px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.content__inquiry__box__button li a.phone {
  background: #1A88A2;
  font-size: 40px;
  position: relative;
}

.content__inquiry__box__button li a:before {
  font-family: icons;
  font-size: 40px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -22px;
}

.content__inquiry__box__button li a.phone:before {
  content: "\e942";
}

.content__inquiry__box__button li a.phone span {
  display: block;
  font-size: 14px;
  position: relative;
  top: auto;
  bottom: auto;
  color: #fff;
}

.content__inquiry__box__button li a.mail {
  background: #62B12A;
  box-shadow: 0 2px 0 #3B6E18;
}

.content__inquiry__box__button li a.mail:before {
  content: "\e904";
}

@media all and (-ms-high-contrast: none) {
  .content__inquiry__box__button li a:before {
    font-family: icons;
    font-size: 40px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -0.5em;
  }

  .content__inquiry__box__button li a.mail:before {
    margin-top: 0;
  }
}

.content__inquiry__signup {
  margin-top: 60px;
  position: relative;
  text-align: center;
}

.content__inquiry__signup span {
  position: absolute;
  top: -25px;
  left: 14px;
}

.top-content__info {
  width: 100%;
  background-color: #FFF0F1;
  padding: 30px 0;
}

.info__inner {
  width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  border: solid 2px #EAD3D3;
  box-shadow: 0 2px 0 #EAD3D3;
}

.info__inner h2 {
  font-size: 32px;
  border-left: solid 8px #D93232;
  padding-left: 0.6em;
}

.info__inner__list {
  margin: 0 20px;
  padding: 0 0 20px;
}

.info__inner__list li {
  font-size: 14px;
  font-weight: bold;
  padding: 0.7em 0;
  border-bottom: dotted 2px #DFDCDC;
  display: block;
}

.info__inner__list li.year {
  font-size: 16px;
}

.info__inner__list li.to-archive {
  text-align: right;
  border-bottom: none;
  padding-bottom: 0;
}

.info__inner__list li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: start;
}

.info__inner__list li.to-archive a {
  display: block;
}

.info__inner__list li.to-archive a:before {
  content: "\f101";
  font-family: icons;
  font-weight: normal;
  margin-right: 0.3em;
}

.info__inner__list li a span {
  display: inline-block;
}

.info__inner__list__date {
  margin-right: 1em;
  width: 5em;
}

.info__inner__list__title {
  width: 55em;
  line-height: 1.5;
}

.info__inner__list__txt {
  width: auto;
  line-height: 1.5;
}

.list__category {
  padding: 0.4em;
  color: #fff;
  margin-right: 0.7em;
  font-size: 10px;
  width: 5.5em;
  text-align: center;
}

.list__category--notice {
  background: #4AACCA;
}

.list__category--offer {
  background: #DF8367;
}

.list__category--expired {
  background: #cd3138;
}

.info__bnr {
  width: 1000px;
  margin: 30px auto 50px;
  display: flex;
  justify-content: space-between;
}

.info__bnr--double {
  flex-wrap: wrap;
}

.info__bnr li {
  width: 320px;
}

.info__bnr--double li {
  width: 48.5%;
  margin: 20px 0 0
}

.info__bnr li img {
  width: 320px;
  height: auto;
}

.info__bnr--double li img {
  width: 100%;
  height: auto;
}

.content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.img_sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .bg-slider__inner {
    width: 90%;
    max-width: auto;
    margin: 0 5%;
  }

  .bg-slider__inner__search {
    width: auto;
    max-width: auto;
    margin: 0 20px 50px;
  }

  .content {
    width: auto;
    margin: 0 10px;
  }

  .main__content {
    width: auto;
    float: none;
    margin: 0 10px;
  }

  .main__right {
    width: auto;
    float: none;
    margin: 0 10px;
  }

  .main__about {
    width: auto;
    margin: 0 10px;
  }

  .main__about__box {
    width: 49.5%;
    margin-top: 10px;
  }

  .main__about__box--2x {
    width: 100%;
  }

  .top-content__newopen__title,
  .top-content__newopen__inner,
  .info__inner,
  .info__bnr {
    width: auto;
    margin: 0 10px;
  }

  .top-content__newopen__title {
    font-size: 18px;
  }

  .top-content__newopen__title em {
    font-size: 24px;
  }

  .top-content__newopen__title__sub {
    font-size: 14px;
    margin-left: 2em;
  }

  .newopen__inner__box {
    width: 49%
  }

  .content__inquiry__box__button {
    padding: 20px 10px;
  }

  .content__inquiry__box__button li {
    /*width: 100%*/
  }

  .content__inquiry__box__button li a.phone {
    font-size: 28px;
  }

  .content__inquiry__box__button li a {
    font-size: 16px;
  }

  .content__inquiry__signup {
    margin-top: 30px;
  }

  .content__inquiry__signup img {
    width: 100%;
    height: auto;
  }

  .content__inquiry__signup span {
    width: 15%;
  }

  .content__inquiry__signup span img {
    width: 100%;
    height: auto;
  }

  .info__bnr {
    margin-top: 50px;
  }

  .info__bnr li {
    width: 32%;
  }

  .info__bnr--double li {
    width: 49%;
  }

  .info__bnr li a img {
    width: 100%;
    height: auto;
  }

  .info__inner__list__date {
    width: 15%;
    margin-right: 0;
  }

  .info__inner__list__title,
  .info__inner__list__txt {
    width: 70%;
  }

  .list__category {
    width: 10%;
  }
}

@media screen and (max-width:768px) {
  .bg-slider__inner__title {
    width: 100%;
  }

  .bg-slider__inner__title img {
    width: 100%;
    height: auto;
  }

  .main__recommended ul {
    width: auto;
    margin: 20px auto 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main__recommended ul li:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* ここを100％にすることで正方形になる */
  }

  .main__recommended ul li {
    width: auto;
    width: 19%;
    /* 正方形にするのに必要な部分 */
    height: auto;
    position: relative;
  }

  .main__recommended ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .main__recommended ul li span {
    /* 正方形にするのに必要な部分 */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 中央寄せ */
    text-align: center;
    padding: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  .main__recommended ul li a span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }

  /* 高さの中央揃えに必要な部分 */
  .main__recommended ul li span:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0px;
    display: inline-block;
  }

  .main__recommended ul li span>* {
    vertical-align: middle;
    display: inline-block;
  }

  .main__recommended ul li span img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .main__arrived ul li {
    padding: 0 0 0.5em;
  }

  .main__arrived ul li.see-all {
    text-align: right;
    padding-right: 1em;
    width: 100%;
    display: block;
  }

  .main__arrived ul li.see-all a {
    display: block
  }

  .main__arrived ul li.see-all a:before {
    content: "\f101";
    font-family: icons;
    margin-right: 0.5em;
  }

  _:-ms-fullscreen,
  :root .main__arrived ul li.see-all a:before {
    content: "≫";
    font-family: sans-serif;
  }

  .main__arrived {
    margin: 0;
  }

  .content__inquiry__box__button {
    display: block;
    padding: 20px 50px 0;
  }

  .content__inquiry__box__button li {
    margin: 10px 0 30px;
    width: 100%;
  }

  .content__inquiry__box__button li a {
    width: 100%;
  }

  .top-content__newopen__title__sub {
    display: block;
    font-size: 12px;
  }

  .top-content__newopen__title {
    padding: 5px 0 10px;
  }

  .info__inner__list li {
    font-size: 11px;
  }

  .info__inner__list__date {
    width: 10%;
  }

  .info__inner__list__title,
  .info__inner__list__txt {
    width: 65%;
  }

  .list__category {
    width: 15%;
  }
}

@media screen and (max-width:480px) {
  .mv {
    height: 60vw;
  }

  .bg-slider {
    height: 60vw;
  }

  .bg-slider__inner {
    width: 100%;
  }

  .bg-slider__inner__title {
    width: auto;
    margin: 5%;
  }

  .bg-slider__inner__search {
    width: 95%;
    margin: 0 auto;
  }

  .bg-slider__inner__search dl {
    border: none;
    border-radius: 0;
  }

  .bg-slider__inner__search dl dt {
    margin-right: 30px;
    padding: 0 0 0 0.3em;
    height: 11.25vw;
  }

  .bg-slider__inner__search dl dt input[type="text"] {
    font-size: 3.75vw;
    height: 11.25vw;
    line-height: 11.25vw;
  }

  .bg-slider__inner__search dl dt input {
    width: 100%;
    height: 11.25vw;
    line-height: 11.25vw;
  }

  .bg-slider__inner__search dl dd {
    position: absolute;
    top: 0;
  }

  .bg-slider__inner__search dl dd button {
    display: block;
    text-align: center;
    border-radius: 0;
    width: 11.25vw;
    height: 11.25vw;
    line-height: 1;
    position: relative;
  }

  .bg-slider__inner__search dl dd button span {
    width: 8.75vw;
    height: 8.75vw;
    font-size: 7.5vw;
    position: absolute;
    top: 1.875vw;
    left: 1.5625vw;
  }

  .bg-slider__inner__counter {
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0.3em 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 3.75vw;
  }

  .bg-slider__inner__counter em {
    font-size: 4.375vw;
  }

  .bg-slider::after {
    background-color: rgba(0, 0, 0, .50);
    background-image: none;
  }

  .main {
    margin-top: 0;
    min-height: 50vh;
  }

  .main__content {
    width: auto;
    float: none;
    margin: 0;
  }

  .main__content h2 {
    background-color: #FCE2E2;
    color: #CD3138;
    font-size: 5vw;
    border: none;
    padding: 0 0 0 1.2em;
    margin: 0;
    min-height: auto;
    height: 10vw;
    line-height: 10vw;
    clear: both;
    position: relative;
  }

  .main__content h2 span {
    font-size: 5vw;
    border-top: none;
    padding: 0.2em 0 0 1em;
  }

  .main__content h2 span:before {
    display: none;
  }

  .main__content h2:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1.25vw;
    height: 5vw;
    top: 2.5vw;
    left: 0;
    padding: 0;
    background-color: #CD3138;
    margin-left: 0.3em;
    margin-right: 0.5em;
  }

  .main__content ul {
    margin: 0;
    padding: 0;
  }

  .main__content__inner {
    padding-bottom: 0;
    width: auto;
    position: relative;
  }

  .main__content__inner__link {
    width: auto;
  }

  .main__content__inner__link li {
    background: #FBFBFB;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #E8E8E8;
  }

  .main__content__inner__link li a {
    display: block;
    padding: 0.6em 0 0.6em 10vw;
    font-size: 4.375vw;
    color: #000;
    position: relative;
  }

  .main__content__inner__link--condition li a {
    font-size: 3.75vw;
    padding: 0.8em 0 0.8em 2.75vw;
  }

  .main__content__inner__link li a:before,
  .main__content__inner__link li a:after {
    font-family: icons;
  }

  .main__content__inner__link li.search-area a:before {
    content: "\e902";
  }

  .main__content__inner__link li.search-railway a:before {
    content: "\e90b";
  }

  .main__content__inner__link li.search-condition a:before {
    content: "\e907";
  }

  .main__content__inner__link li a:before {
    position: absolute;
    left: 0.3em;
    top: 50%;
    margin-top: -0.5em;
    color: #E46060;
    margin-right: 0.3em;
    width: 1em;
    font-size: 1.5em;
    text-align: center;
  }

  .main__content__inner__link li a:after {
    position: absolute;
    right: 0.6em;
    top: 50%;
    margin-top: -0.5em;
    content: "\e916";
    color: #BFBFBF;
  }

  .main__arrived ul li {
    margin: 0 3.125vw;
    padding: 0 0 0.5em;
  }

  .main__arrived ul li a {
    font-size: 3.75vw;
    display: flex;
    flex-wrap: wrap;
  }

  .main__arrived ul li a span {
    width: 85%
  }

  .main__arrived ul li a span.date {
    width: 15%;
    padding: 0;
  }

  .main__arrived ul li.year {
    font-size: 5vw;
  }

  .more-btn-full {
    width: auto;
    display: block;
    background-color: #FCECEC;
    font-size: 4.375vw;
    color: #CD3138;
    margin: 0 3.125vw;
    padding-right: 0.4em;
    border: solid 2px #E4CBCB;
    border-radius: 6px;
    box-shadow: none;
  }

  .more-btn-full:before {
    margin-right: 0.2em;
  }

  .main__exclusive {
    background-color: #EFEFEF;
    padding-bottom: 1.5625vw;
  }

  .main__right {
    width: auto;
    float: none;
    margin: 4.375vw 0 0;
  }

  .main__right__title {
    background-color: #fff;
    border-left: none;
    border-top: solid 2px #CD3138;
    border-bottom: solid 2px #DFDCDC !important;
    margin: 0 3.125vw;
    font-size: 5.625vw;
    padding: 0.4em 0;
  }

  .main__right__title--special:before {
    font-size: 7.5vw;
    margin-right: 0.1em;
  }

  .main__right__search {
    display: none;
  }

  .main__right__special {
    padding: 0 3.125vw 5vw;
  }

  .main__right__special li {
    border: none;
    border-bottom: dotted 2px #ddd !important;
    background-color: #fff !important;
    color: #582B2D !important;
    margin: 0;
    padding: 1.5625vw 0;
  }

  .main__right__special li.special00 {
    display: block;
  }

  .main__right__special li a {
    position: relative;
  }

  .main__right__special li a:after {
    position: absolute;
    right: 0em;
    top: 50%;
    margin-top: -0.5em;
    font-family: icons;
    content: "\e928";
    color: #CBBBBC;
  }

  .main__right__special__title {
    text-align: left;
    padding-left: 0.5em;
  }

  .main__right__special__thumb {
    margin: 0;
  }

  .main__right__banner {
    margin: 5vw 0 0;
  }

  .main__right__banner p {
    margin: 0;
    padding: 0 3.125vw 5vw;
  }

  .main__about {
    display: none;
  }

  .main__content__inner__list {
    display: none;
  }

  .top-content__newopen {
    background: none;
    border: none;
    width: auto;
    margin: 0 3.125vw;
  }

  .top-content__newopen__inner {
    width: auto;
    display: block;
    margin: 0;
  }

  .top-content__newopen__title {
    background-color: #fff;
    border-left: none;
    border-top: solid 2px #CD3138;
    border-bottom: solid 2px #DFDCDC;
    margin: 0;
    font-size: 5.625vw;
    padding: 0.4em 0;
    color: #CD3138;
    width: auto;
  }

  .top-content__newopen__title em {
    font-size: 5.625vw;
    font-family: sans-serif;
  }

  .top-content__newopen__title:before {
    font-size: 5.625vw;
    margin-right: 0.1em;
  }

  .top-content__newopen__title__sub {
    display: none;
  }

  .top-content__newopen__title span.more-btn {
    right: 0;
    top: 50%;
    margin-top: -0.7em;
  }

  .top-content__newopen__title span.more-btn a {
    border: none;
    box-shadow: none;
    background: none;
    color: #CD3138;
    padding: 0;
  }

  .newopen__inner__box {
    width: auto;
    padding: 1.5625vw 0;
  }

  .newopen__inner__box:after {
    content: "";
    display: table;
    clear: both;
  }

  .newopen__inner__box a {
    display: block;
    position: relative;
  }

  .newopen__inner__box a span {
    margin-left: 75px;
  }

  .newopen__inner__box a:after {
    position: absolute;
    right: 0em;
    top: 50%;
    /*margin-top: -0.5em;*/
    font-family: icons;
    content: "\e928";
    color: #CBBBBC;
    font-size: 4.375vw;
  }

  .newopen__inner__box__thumb {
    width: 65px;
    height: 65px;
  }

  .newopen__inner__box__name {
    padding-right: 1em !important;
  }

  .content__inquiry__box {
    /*display: none;*/
    margin: 0 3.125vw;
  }

  .content__inquiry__box h2 {
    padding: 0.2em;
  }

  .content__inquiry__box h2:before {
    display: none;
  }

  .content__inquiry__box h2 span {
    font-size: 5vw !important;
  }

  .content__inquiry__box__button {
    margin: 0 3.75vw;
    padding: 0 0 3.125vw;
    font-size: 6.25vw;
    display: block;
  }

  .content__inquiry__box__button li {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .content__inquiry__box__button li:last-child {
    margin-bottom: 0;
  }

  .content__inquiry__box__button li a {
    font-size: 4.375vw;
    height: auto;
    padding: 3.75vw 0;
  }

  .content__inquiry__box__button li a.phone {
    font-size: 6.25vw;
  }

  .content__inquiry__box__button li a:before {
    font-size: 6.25vw;
    top: 50%;
    left: 2.5vw;
    margin-top: -0.5em;
  }

  .content__inquiry__signup {
    margin: 0 3.125vw;
    padding-bottom: 5.625vw;
    font-weight: bold;
    font-size: 5vw;
  }

  .content__inquiry__signup img {
    width: 100%;
    height: auto;
  }

  .content__inquiry__signup span {
    position: absolute;
    top: -10vw;
    left: 0;
    width: 20vw;
  }

  .content__inquiry__signup .merit-sp {
    width: 100%;
    top: 0;
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 20px 20px 10px;
    font-weight: 500;
    line-height: 1.3em;
  }

  .info {
    padding: 0 0 6.25vw;
  }

  .info__inner {
    width: auto;
    background: none;
    border: none;
    box-shadow: none;
    border-top: solid 2px #F5DBD9;
    padding-top: 1em;
    margin: 0;
  }

  .info__inner h2 {
    color: #CD3138;
    font-size: 5vw;
    border: none;
    padding: 0 0 3em 1.2em;
    margin: 0;
    min-height: auto;
    height: 10vw;
    line-height: 10vw;
    clear: both;
    position: relative;
  }

  .info__inner h2:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1.25vw;
    height: 5vw;
    top: 2.5vw;
    left: 0;
    padding: 0;
    background-color: #CD3138;
    margin-left: 0.3em;
    margin-right: 0.5em;
  }

  .info__inner__list {
    margin: 0;
    padding: 0 0 3.125vw;
  }

  .info__inner__list li {
    font-size: 3.125vw;
    margin: 0 3.125vw;
  }

  .info__inner__list li.year {
    font-size: 4.375vw;
  }

  .info__inner__list__date {
    width: 3em;
    margin-right: 0;
  }

  .info__inner__list--top .info__inner__list__date {
    width: 6em;
  }

  .info__inner__list__title {
    width: 18em;
  }

  .info__inner__list__txt {
    width: 21em;
    line-height: 1.5;
  }

  .list__category {
    padding: 0.2em;
    height: 1.5em;
  }

  .info__bnr {
    width: auto;
    margin: 6.25vw 0 0;
    display: block;
    flex: none;
  }

  .info__bnr li {
    width: 100%;
    padding: 0 3.125vw 3.125vw
  }

  .info__bnr li img {
    width: 100%;
    height: auto;
  }

  .info__bnr--double li {
    margin: 0;
  }

  .content {
    width: auto;
    margin: 0 3.125vw;
  }

  .img_pc {
    display: none;
  }
}

.slider {
  width: 90%;
  margin: 30px auto;
}

.regular .slick-slide {
  margin: 0px 10px 0 0;
}

.slick-slide img {
  width: 100%;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.main__content ul.single-item {
  width: 100%;
  max-width: 655px;
  padding: 0px;
  margin: -40px 0 0 0;
}

.single-item .slick-slide {
  margin: 0px;
}

.single-item.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.single-item .slick-dots {
  list-style: disc;
  position: static;
  bottom: 0 !important;
}

.slick-dots li button:before {
  font-size: 45px !important
}

@media screen and (max-width:480px) {
  .carousel__image {
    width: 100%;
    height: 46.875vw;
    margin: 0 auto;
    text-align: center;
  }

  .slick-slider {
    margin: 0;
    padding: 3.125vw 0;
    width: 100%;
  }

  .single-item .slick-slide {
    margin: 0px 10px;
  }

  span.carousel__date,
  span.carousel__station,
  .slick-slide dl {
    display: none;
  }

  .slick-slide .carousel__info__sp {
    display: block;
    margin: 0.2em 0 0;
    padding: 0.2em 0.5em 0.7em;
    text-align: justify;
    color: #000;
  }

  .slick-slide .carousel__info__sp__heading {
    color: #CD3138;
    font-weight: bold;
    font-size: 4.375vw;
    margin: 0;
    padding: 0.2em 0 0;
  }

  .slick-slide .carousel__info__sp__station {
    font-size: 3.125vw;
    display: block;
    margin: 0;
    padding: 0.6em 0 0;
  }

  .slick-slide .carousel__info__sp__spec {
    font-size: 3.125vw;
    display: block;
    margin: 0;
    padding: 0.2em 0 0;
  }

  .slick-slide .carousel__info__sp__spec em {
    font-size: 150%;
    font-style: normal;
    font-weight: bold;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 8.75vw;
    color: #000;
  }

  .slick-prev {
    left: 5px;
    z-index: 999;
  }

  [dir='rtl'] .slick-prev {
    right: 10px;
    left: auto;
  }

  .slick-prev:before {
    content: '\f137';
  }

  [dir='rtl'] .slick-prev:before {
    content: '\f137';
  }

  .slick-next {
    right: 20px;
  }

  [dir='rtl'] .slick-next {
    right: auto;
    left: 0;
  }

  .slick-next:before {
    content: '\f138';
  }

  [dir='rtl'] .slick-next:before {
    content: '\f138';
  }
}