@charset "UTF-8";


/* Icon Font */
/*------------------------------------------------------------
kv
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .kv {
    padding-top: 46.26%;
    position: relative;
    overflow: hidden;
  }
  .higashiikebukuro_kvbg_01 {
    background-image: url(../img/higashiikebukuro/top/kv_higashiikebukuro_pc01.jpg);
    background-size: 100% auto;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 46.26%;
  }
  .higashiikebukuro_kvbg_02 {
    background-image: url(../img/higashiikebukuro/top/kv_higashiikebukuro_pc02.png);
    background-repeat: no-repeat;
    padding-top: 38.28%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .higashiikebukuro_kvbg_02.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .higashiikebukuro_kv__copy {
    left: 50%;
    margin-left: -35%;
    position: absolute;
    top: 57px;
    z-index: 1000;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .higashiikebukuro_kv__copy.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .higashiikebukuro_kv__copy img {
    width: 21vw;
    height: auto;
    min-width: 250px;
  }
  .higashiikebukuro_kv__scroll {
    display: none;
  }
}

@media screen and (max-height: 600px) and (min-width: 568px) {
  .kv {
    padding-top: 37.27%;
  }
}

@media screen and (max-width: 567px) {
  .kv {
    height: calc(100vh - 86px);
    position: relative;
  }
  .higashiikebukuro_kv__copy {
    top: 3%;
    right: 3%;
    position: absolute;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
    z-index: 1000;
    width: 50%;
  }
  .higashiikebukuro_kv__copy.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity ease-in 1s, -webkit-transform ease-in 1s;
    transition: opacity ease-in 1s, -webkit-transform ease-in 1s;
    transition: opacity ease-in 1s, transform ease-in 1s;
    transition: opacity ease-in 1s, transform ease-in 1s, -webkit-transform ease-in 1s;
  }
  .higashiikebukuro_kvbg_01,
  .higashiikebukuro_kvbg_02 {
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    height: 70%;
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .higashiikebukuro_kvbg_01.is-show,
  .higashiikebukuro_kvbg_02.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .higashiikebukuro_kvbg_01 {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 42.6%, 0 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 42.6%, 0 100%);
    background-image: url(../img/higashiikebukuro/top/kv_higashiikebukuro_sp01.jpg);
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .higashiikebukuro_kvbg_02 {
    -webkit-clip-path: polygon(0% 57.4%, 100% 0%, 100% 1000%, 0% 100%);
    clip-path: polygon(0% 57.4%, 100% 0%, 100% 1000%, 0% 100%);
    background-image: url(../img/higashiikebukuro/top/kv_higashiikebukuro_sp02.jpg);
    bottom: 0;
    background-position: right bottom;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .higashiikebukuro_kv__scroll {
    width: 11%;
    top: 50%;
    position: absolute;
    left: 50%;
    opacity: 0;
  }
  .higashiikebukuro_kv__scroll.is-show {
    -webkit-animation: encourageScroll 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2 forwards;
    animation: encourageScroll 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2 forwards;
  }
}

@-webkit-keyframes encourageScroll {
  0% {
    -webkit-transform: translateX(-50%) translateY(-60%);
    transform: translateX(-50%) translateY(-60%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}

@keyframes encourageScroll {
  0% {
    -webkit-transform: translateX(-50%) translateY(-60%);
    transform: translateX(-50%) translateY(-60%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}

/*------------------------------------------------------------
 access
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .access-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 568px) {
  .access-header > div {
    margin: 0 40px;
  }
}

@media screen and (max-width: 567px) {
  .access-header .access-header__label {
    text-align: center;
  }
  .access-header .access-header__label img {
    width: 28%;
  }
  .access-header .access-header__info {
    margin-top: 20px;
  }
  .access-header .access-header__info img {
    width: 100%;
  }
}

@media print, screen and (min-width: 568px) {
  .access-map {
    margin: 70px auto 0 auto;
    width: 862px;
  }
}

@media screen and (max-width: 567px) {
  .access-map {
    margin-top: 40px;
  }
}

@media screen and (max-width: 567px) {
  .access-map img {
    width: 100%;
  }
}

.access-map ul.notice {
  margin-top: 1.5em;
}

@media screen and (max-width: 567px) {
  .access-map ul.notice {
    margin-top: 2em;
  }
}

@media print, screen and (min-width: 568px) {
  .access-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 567px) {
  .access-data .access-data__item {
    text-align: center;
  }
}

@media print, screen and (min-width: 568px) {
  .access-data .access-data__item .item__image img {
    width: 100%;
  }
}

@media print, screen and (min-width: 568px) {
  .access-data .access-data__item .item__description {
    margin-top: 40px;
  }
}

@media screen and (max-width: 567px) {
  .access-data .access-data__item .item__description {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 568px) {
  .access-data .access-data__item .item__description img {
    height: 295px;
    width: auto;
  }
}

@media screen and (max-width: 567px) {
  .access-data .access-data__item .item__description img {
    height: 200px;
    width: auto;
  }
}

@media screen and (max-width: 567px) {
  .access-data .access-data__item + .access-data__item {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 568px) {
  .access-data .access-data__item:nth-child(1) {
    width: 455px;
  }
}

@media screen and (max-width: 567px) {
  .access-data .access-data__item:nth-child(1) .item__image img {
    width: 90%;
  }
}

@media print, screen and (min-width: 568px) {
  .access-data .access-data__item:nth-child(2) {
    width: 687px;
  }
  .access-data .access-data__item:nth-child(2) .item__description img {
    margin-top: -3px;
  }
}

@media screen and (max-width: 567px) {
  .access-data .access-data__item:nth-child(2) .item__image img {
    width: 100%;
  }
}

.access-data-airport {
  border: 1px solid #ccc;
}

@media print, screen and (min-width: 568px) {
  .access-data-airport {
    margin-top: 60px;
    padding: 40px 0px;
  }
}

@media screen and (max-width: 567px) {
  .access-data-airport {
    margin-top: 40px;
    padding: 20px 15px;
  }
}

.access-data-airport h3 {
  line-height: 1;
}

@media print, screen and (min-width: 568px) {
  .access-data-airport h3 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 567px) {
  .access-data-airport h3 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 567px) {
  .access-data-airport h3 {
    text-align: center;
  }
  .access-data-airport h3 img {
    height: 26px;
    width: auto;
  }
}

@media print, screen and (min-width: 568px) {
  .access-data-airport .access-data-airport__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 568px) {
  .access-data-airport .access-data-airport__summary .summary__item {
    margin: 0 35px;
  }
  .access-data-airport .access-data-airport__summary .summary__item img {
    height: 111px;
    width: auto;
  }
}

@media screen and (max-width: 567px) {
  .access-data-airport .access-data-airport__summary .summary__item + .summary__item {
    margin-top: 25px;
  }
}

/*------------------------------------------------------------
Concept
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .concept-kv {
    background-image: url(../img/higashiikebukuro/concept/img_concept01.jpg);
    background-size: cover;
    padding-top: 51.05%;
    position: relative;
  }
}

@media screen and (max-width: 567px) {
  .concept-kv {
    background-color: #040d18;
    background-image: url(../img/higashiikebukuro/concept/img_concept01sp.jpg);
    background-size: 100% auto;
    background-position: center bottom;
    padding-top: 83%;
    position: relative;
  }
}

.concept-kv .concept-kv__copy {
  position: absolute;
}

@media print, screen and (min-width: 568px) {
  .concept-kv .concept-kv__copy {
    left: 50%;
    top: 5%;
    -webkit-transform: translateX(-570px);
    transform: translateX(-570px);
  }
  .concept-kv .concept-kv__copy img {
    max-width: 650px;
    min-width: 460px;
    width: 39vw;
  }
}

@media screen and (max-width: 567px) {
  .concept-kv .concept-kv__copy {
    top: 8%;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
  }
}

.higashiikebukuro-concept02 {
  text-align: center;
}

@media print, screen and (min-width: 568px) {
  .higashiikebukuro-concept02 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 567px) {
  .higashiikebukuro-concept02 {
    margin: 40px -15px 0;
  }
}

.hareza {
  background-color: #162649;
  color: #fff;
}

@media print, screen and (min-width: 568px) {
  .hareza {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 420px;
    grid-template-columns: 1fr 420px;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    margin: 70px -9999px 0;
    padding: 45px 9999px 30px;
    overflow: hidden;
  }
}

@media screen and (max-width: 567px) {
  .hareza {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    padding: 20px 15px;
  }
}

.hareza .hareaza__summary {
  display: -ms-grid;
  display: grid;
}

@media print, screen and (min-width: 568px) {
  .hareza .hareaza__summary {
    grid-template-areas: "title image" "copy image" "body image";
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
}

@media screen and (max-width: 567px) {
  .hareza .hareaza__summary {
    grid-template-areas: "title image" "copy image" "body body";
    -ms-grid-columns: auto 45%;
    grid-template-columns: auto 45%;
  }
}

@media screen and (max-width: 567px) {
  .hareza .hareaza__summary {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 567px) {
  .hareza .hareaza__summary p + p {
    margin-top: 20px;
  }
}

.hareza .hareaza__summary .hareaza__summary__title {
  grid-area: title;
}

@media print, screen and (min-width: 568px) {
  .hareza .hareaza__summary .hareaza__summary__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  .hareza .hareaza__summary .hareaza__summary__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    margin-bottom: 20px;
  }
}

.hareza .hareaza__summary .hareaza__summary__copy {
  grid-area: copy;
}

@media print, screen and (min-width: 568px) {
  .hareza .hareaza__summary .hareaza__summary__copy {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 567px) {
  .hareza .hareaza__summary .hareaza__summary__copy {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

.hareza .hareaza__summary .hareaza__summary__body {
  grid-area: body;
}

@media print, screen and (min-width: 568px) {
  .hareza .hareaza__summary .hareaza__summary__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 567px) {
  .hareza .hareaza__summary .hareaza__summary__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    margin-top: 10px;
  }
}

.hareza .hareaza__summary .summary__image {
  grid-area: image;
}

@media print, screen and (min-width: 568px){
  .hareza .hareaza__summary .hareaza__summary__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .hareza .hareaza__summary .hareaza__summary__copy {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .hareza .hareaza__summary .hareaza__summary__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .hareza .hareaza__summary .summary__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 567px){
  .hareza .hareaza__summary .hareaza__summary__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .hareza .hareaza__summary .hareaza__summary__copy {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .hareza .hareaza__summary .hareaza__summary__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .hareza .hareaza__summary .summary__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
}

@media print, screen and (min-width: 568px) {
  .hareza .hareaza__summary .summary__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    width: 300px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 567px) {
  .hareza .hareaza__summary .summary__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    padding-left: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width: 568px) {
  .hareza .hareaza__onstruction {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    margin-left: 30px;
  }
}

@media screen and (max-width: 567px) {
  .hareza .hareaza__onstruction {
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media print, screen and (min-width: 568px) {
  .hareza .hareza__image {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    margin-top: 20px;
  }
}

@media screen and (max-width: 567px) {
  .hareza .hareza__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .hareza .hareza__image .col3-1 {
    width: 32%;
  }
  .hareza .hareza__image .col3-1 {
    margin-top: 0;
  }
  .hareza .hareza__image .col3-1 .col-captions {
    font-size: 1rem;
  }
}

.cc-section h4.labelin .label {
  background: #000;
  color: #fff;
}

ul.location-point-others li .label {
  background: #000;
  color: #fff;
}

.link-location-blocks .block a {
  background-image: url(../img/higashiikebukuro/concept/img_concept-location.jpg);
}

.link-location-blocks .block a:before {
  background: rgba(255, 255, 255, 0.2);
}

/*------------------------------------------------------------
location
-----------------------------------------------------------*/
.location_html .a-g-style + h3 {
  margin-top: 40px;
}

@media print, screen and (min-width: 568px) {
  .location_html .col.sunshine .col3-1 {
    width: 454px;
  }
}

@media screen and (max-width: 567px) {
  .location_html .col.sunshine .col3-1 {
    margin: 0;
  }
}

@media print, screen and (min-width: 568px) {
  .location_html .col.sunshine .col3-1 .pchide {
    display: none;
  }
}

@media screen and (max-width: 567px) {
  .location_html .col.sunshine .col3-1 .sphide {
    display: none;
  }
}

@media print, screen and (min-width: 568px) {
  .location_html .col.sunshine .col3-2 {
    width: 736px;
  }
}

@media screen and (max-width: 567px) {
  .location_html .col.sunshine .col3-2 {
    margin: 0;
  }
}

.location_html .col.sunshine > * {
  position: relative;
}

.location_html .col.sunshine + .sunshine {
  margin-top: 0px;
}

@media print, screen and (min-width: 568px) {
  .location_html .col.sunshine + .sunshine > * {
    margin-bottom: 0;
  }
}

.location_html .col.sunshine span.attribute-caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin-bottom: 0 !important;
  color: #fff;
  text-shadow: 0 0 1px #000;
  width: auto !important;
  background-color: rgba(0, 0, 0, 0.42);
  right: 0;
  bottom: 0;
  width: 100% !important;
  text-align: right;
  padding: 5px;
}

@media print, screen and (min-width: 568px) {
  .location_html .col.sunshine span.attribute-caption {
    font-size: 1.5rem;
  }
}

.location_html .col.sunshine span.attribute-caption p {
  margin-bottom: 0;
  line-height: 1;
}

@media print, screen and (min-width: 568px) {
  .location_html .col.a-g-style .col3-1 .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

@media screen and (max-width: 567px) {
  .location_html .col.a-g-style .col3-1 .col {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.location_html .col.a-g-style .col3-1 .col > * + * {
  margin-top: 25px;
}

@media screen and (max-width: 567px) {
  .location_html .col.a-g-style .col3-1 .col > * + * {
    margin-top: 0;
  }
}

.location_html .col.a-g-style .col3-1 .col2 {
  position: relative;
}

@media print, screen and (min-width: 568px) {
  .location_html .col.a-g-style .col3-1 .col2 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 567px) {
  .location_html .col.a-g-style .col3-1 .col2 {
    width: 48%;
  }
}

.location_html .col.a-g-style .col3-1 .col2 span.attribute-caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin-bottom: 0 !important;
  color: #fff;
  text-shadow: 0 0 1px #000;
  width: auto !important;
  background-color: rgba(0, 0, 0, 0.42);
  right: 0;
  bottom: 0;
  width: 100% !important;
  text-align: right;
  padding: 5px;
}

@media print, screen and (min-width: 568px) {
  .location_html .col.a-g-style .col3-1 .col2 span.attribute-caption {
    font-size: 1.5rem;
  }
}

.location_html .col.a-g-style .col3-1 .col2 span.attribute-caption p {
  margin-bottom: 0;
  line-height: 1;
}

.location_html .col.a-g-style .col3-2 .col-txt {
  background: #f5f5f5;
  padding: 16px;
}

.location_html .col.a-g-style .col3-2 .col-txt p {
  margin-bottom: 0;
}

.location_html .daily-location h4 span.min-box {
  display: inline-block;
}

@media print, screen and (min-width: 568px) {
  .location_html .daily-location h4 span.min-box {
    margin-left: 10px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 567px) {
  .location_html .daily-location h4 span.min-box {
    display: block;
    font-size: 1.4rem;
  }
}

.location_html .daily-location h4 span.min-box b {
  font-size: 2.6rem;
}

@media screen and (max-width: 567px) {
  .location_html .daily-location h4 span.min-box b {
    font-size: 2erm;
  }
}

.location_html .daily-location .col2 {
  background: #f5f5f5;
}

@media screen and (max-width: 567px) {
  .location_html .daily-location .col2 + .col2 {
    margin-top: 40px;
  }
}

.location_html .daily-location__txt {
  background: #f5f5f5;
  padding: 16px;
}

.location_html .daily-location__txt p {
  margin-bottom: 0;
}

@media print, screen and (min-width: 568px) {
  .location_html .location-map-link {
    margin-top: -70px;
  }
}

@media screen and (max-width: 567px) {
  .location_html .location-map-link h2 .sps {
    display: block;
    font-size: 6vw;
  }
}

.location_html .location-map-link h2 .itc {
  font-style: italic;
}

@media print, screen and (min-width: 568px) {
  .location_html .location-map-link h2 .itc {
    font-size: 7rem;
  }
}

@media screen and (max-width: 567px) {
  .location_html .location-map-link h2 .itc {
    font-size: 5rem;
    line-height: 1;
  }
}

.location_html .location-map-link .location__list {
  border: 1px solid #8c8055;
  width: 100%;
  padding: 35px 20px;
  position: relative;
  text-align: center;
}

.location_html .location-map-link .location__list:before {
  content: "";
  border: 1px solid #8c8055;
  display: block;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
}

.location_html .location-map-link .location__list .btn-guide {
  display: block;
  padding: 10px;
  border: 1px solid #8c8055;
  text-align: center;
  margin-top: 30px;
}

@media print, screen and (min-width: 568px) {
  .location_html .location-map-link .location__list .btn-guide {
    display: inline-block;
    width: 350px;
  }
}

.location_html .location-map-link .location__list .btn-guide:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 106px;
  text-align: center;
  font-family: concieria;
  content: "";
  font-size: 2rem;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 567px) {
  .location_html .location-map-link .location__list .btn-guide:before {
    left: 10px;
  }
}

/*------------------------------------------------------------
概要
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  body.outline_html .outline-content__table table th {
    width: 320px;
  }
}

/*------------------------------------------------------------
プラン
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .cc-section .plan-list__content__text strong {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 568px) {
  .fa-3 + .fa-3 + .fa-3 + .fa-2 + .fa-2,
  .fa-3 + .fa-3 + .fa-3 + .fa-3 + .fa-3,
  .fa-3 + .fa-3 + .fa-3 + .fa-3 + .fa-3 + .fa-3,
  .fa-3 + .fa-3 + .fa-3 + .fa-4 {
    margin-top: 70px;
  }
}

body.plan .plan-image + .plan-image {
  margin-top: 20px;
}

@media print, screen and (min-width: 568px) {
  body.plan .plan-image + .plan-image {
    margin-top: 30px;
  }
}

body.plan .plan-image + .plan-image span.attribute-caption {
  text-align: right;
  font-size: 1.1rem;
}

@media print, screen and (min-width: 568px) {
  body.plan .plan-image + .plan-image span.attribute-caption {
    display: block;
    margin-top: 7px;
    margin-bottom: 10px;
  }
}

body.plan .plan-image.bottom-notice {
  margin-bottom: 8vh;
}

@media print, screen and (min-width: 568px) {
  body.plan .plan-image.bottom-notice {
    margin-bottom: 20px;
  }
}

body.plan .plan-image.bottom-notice span.attribute-caption {
  position: absolute;
  left: 0;
  text-align: left;
}

@media print, screen and (min-width: 568px) {
  body.plan .plan-image.bottom-notice span.attribute-caption {
    bottom: -20px;
  }
}

@media screen and (max-width: 567px) {
  body.plan .plan-image.bottom-notice span.attribute-caption {
    top: 34vh;
    width: auto !important;
  }
}

body.plan .plan-image.bottom-notice span.attribute-caption ul.notice {
  font-size: 1.1rem;
}

body.plan .plan-image.bottom-notice span.attribute-caption ul.notice li {
  text-indent: -1em;
  margin-left: 1em;
}

body.plan .plan-image.bottom-notice span.attribute-caption ul.notice li:before {
  content: "※";
}

body.plan .plan-image.bottom-notice span.attribute-caption ul.notice li + li {
  margin-top: 5px;
}

@media screen and (max-width: 567px) {
  body.plan .plan-image.bottom-notice span.attribute-caption ul.notice li + li {
    margin-top: 3px;
  }
}

body.plan .notice.plan-bottom {
  margin-top: 50px;
}

@media print, screen and (min-width: 568px) {
  body.plan .notice.plan-bottom {
    margin-top: 70px;
  }
}
