@charset "UTF-8";
/* Icon Font */
img {
  image-rendering: -webkit-optimize-contrast;
}

/*------------------------------------------------------------
kv
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .kv {
    position: relative;
    overflow: hidden;
    background-image: url(../img/top/kv-bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    backdrop-filter: sepia(90%);
    filter: blur(5px) grayscale(100) brightness(1.1);
    transition: filter 2s ease;
  }
  .kv.is-show {
    filter: blur(0) grayscale(0) brightness(1);
  }
  .kv-inner {
    padding-top: 62.5%;
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
  .kv__scroll {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .kv {
    height: 84vh;
    position: relative;
    overflow: hidden;
  }
  .kv .kvbg-sp {
    background-image: url(../img/top/kv-bg-sp.jpg);
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background-position: top left;
  }
  .kv .kvbg-sp.is-slide {
    background-position: top right;
    transition: background-position ease-in 2.5s;
  }
  .kv__scroll {
    width: 11%;
    top: 92%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 100;
  }
  .kv__scroll.is-show {
    animation: encourageScroll 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2 forwards;
  }
}
@keyframes encourageScroll {
  0% {
    transform: translateX(-50%) translateY(-60%);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
@media print, screen and (min-width: 568px) {
  .kv-copy-01 {
    position: absolute;
    opacity: 0;
    width: 30vw;
    top: 7vw;
    right: 1vw;
    transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .kv-copy-01 img {
    width: 100%;
  }
  .kv-copy-01.is-show {
    opacity: 1;
  }
  .kv-copy-02 {
    position: absolute;
    opacity: 0;
    width: 30vw;
    top: 15vw;
    right: 1vw;
    transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .kv-copy-02 img {
    width: 100%;
  }
  .kv-copy-02.is-show {
    opacity: 1;
  }
}
@media screen and (min-width: 568px) and (max-width: 1200px) {
  .kv-copy-01 {
    width: 400px;
    top: 120px;
    right: 80px;
  }
  .kv-copy-02 {
    width: 400px;
    top: 224px;
    right: 80px;
  }
}
@media screen and (max-width: 567px) {
  .kv-copy-01 {
    position: absolute;
    text-align: center;
    z-index: 200;
    opacity: 0;
    left: 50%;
    top: 14vw;
    width: 94vw;
    transition: opacity 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: translateX(-50%);
  }
  .kv-copy-01.is-show {
    opacity: 1;
    transition: opacity 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: translateY(15px) translateX(-50%);
  }
  .kv-copy-02 {
    position: absolute;
    text-align: center;
    z-index: 200;
    opacity: 0;
    left: 50%;
    top: 37vw;
    width: 94vw;
    transition: opacity 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: translateX(-50%);
  }
  .kv-copy-02.is-show {
    opacity: 1;
    transition: opacity 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: translateY(15px) translateX(-50%);
  }
}
/*----------------------------------------------------------
交通アクセス
-----------------------------------------------------------*/
.cc-section__inner img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 567px) {
  .cc-section__inner h2 {
    font-size: 2.4rem;
  }
}

.train-map div + div {
  margin-top: 60px;
}

.access-time {
  margin-top: 60px;
}
@media screen and (max-width: 567px) {
  .access-time {
    margin-top: 40px;
  }
}
.access-time .scroll-box {
  margin-bottom: 20px;
}
@media screen and (max-width: 567px) {
  .access-time .scroll-box {
    overflow: scroll;
    height: 450px;
    border: 1px solid #666;
    text-align: center;
    padding: 5px;
  }
  .access-time .scroll-box:first-of-type {
    height: 252px;
  }
  .access-time .scroll-box:nth-of-type(2) {
    height: 240px;
  }
  .access-time .scroll-box + .scroll-box {
    margin-top: 30px;
  }
  .access-time .scroll-box img {
    width: 1200px;
    height: auto;
    max-width: none;
  }
}

@media print, screen and (min-width: 568px) {
  .access_type2 img {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 567px) {
  .access_type2 img {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 568px) {
  .access_type3 img {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 567px) {
  .access_type3 img {
    margin-top: 30px;
  }
}

/*----------------------------------------------------------
コンセプト
-----------------------------------------------------------*/
.block {
  display: block;
}

.notice {
  font-size: 1.1rem;
}

.mt10 {
  margin-top: 5px;
}

.mb20 {
  margin-bottom: 20px;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.concept-kv {
  aspect-ratio: 192/100;
  background-image: url(../img/concept/img_concept_kv.jpg);
  background-size: contain;
  background-position: center;
  background-color: #0D2438;
  text-indent: -9999px;
  width: 100%;
}
@media screen and (max-width: 632px) {
  .concept-kv {
    aspect-ratio: 1074/800;
  }
}

.cc-section h2.u_b_l.tokyo {
  margin-bottom: 80px;
}
@media screen and (max-width: 567px) {
  .cc-section h2.u_b_l.tokyo {
    margin-bottom: 40px;
  }
}

.cc-section h4.ikegami-r {
  font-size: 2.7rem;
  margin-bottom: 20px;
}
.cc-section h4.ikegami-r .title {
  display: block;
  font-size: 3.2rem;
  margin-bottom: 10px;
}

.cc-section .col.area01 {
  margin-bottom: 0px;
}
.cc-section .col.area01 h4.ikegami-r {
  text-align: center;
  margin: 0 auto;
}
.cc-section .col.area01 p {
  text-align: center;
}
.cc-section .col.area01 .col2 div {
  height: 100%;
}
.cc-section .col.area01 img {
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 567px) {
  .cc-section .col.area01 {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .cc-section .col.area01 h4.ikegami-r {
    text-align: left;
  }
  .cc-section .col.area01 p {
    margin: 5px auto 0;
    text-align: left;
  }
}

.area02 {
  background-color: #558498;
  color: #ffffff;
}
.area02 .col3-2.tokyo_map {
  width: 64%;
  margin-bottom: 0;
}
.area02 .col3-2.tokyo_map div {
  height: 100%;
}
.area02 .col3-2.tokyo_map div img {
  height: 100%;
  object-fit: cover;
}
.area02 .col3-1.tokyo_map {
  width: 34%;
  padding: 2% 2% 2% 0;
  counter-reset: map-alpha 0;
}
.area02 .col3-1.tokyo_map div {
  margin-bottom: 20px;
}
.area02 .col3-1.tokyo_map h3 {
  font-size: 2.2rem;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-left: 36px;
  position: relative;
}
.area02 .col3-1.tokyo_map h3::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: map-alpha 1;
  content: counter(map-alpha, upper-alpha);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  line-height: 1;
  background-color: #172A88;
  color: #ffffff;
}
.area02 .col3-1.tokyo_map h3 .project {
  display: block;
  font-size: 1.6rem;
}
.area02 .col3-1.tokyo_map .schedule {
  border: 1px solid #ffffff;
  padding: 5px;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 567px) {
  .area02 {
    flex-direction: column;
  }
  .area02 .col3-2.tokyo_map {
    width: 100%;
  }
  .area02 .col3-1.tokyo_map {
    width: 100%;
    padding: 2%;
  }
  .area02 .col3-1.tokyo_map .schedule {
    text-align: left;
    width: fit-content;
    margin-left: 36px;
  }
  .area02 .notice {
    margin-left: 36px;
  }
}

.takanawa__wrapper {
  background-color: #558498;
  color: #ffffff;
  padding: 40px 0;
}
.takanawa__wrapper .cc-section__inner {
  margin-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 567px) {
  .takanawa__wrapper {
    padding: 40px 0;
  }
}

.cc-section .col.area03 {
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
.cc-section .col.area03 .notice {
  margin-top: 20px;
}
@media screen and (max-width: 567px) {
  .cc-section .col.area03 {
    margin-top: 0;
  }
  .cc-section .col.area03 h4 {
    text-align: left;
  }
}

.cc-section .col.area04 {
  margin-top: 120px;
  align-items: center;
}
.cc-section .col.area04 h4.ikegami-r .title {
  text-align: left;
  display: flex;
  gap: 20px;
}
.cc-section .col.area04 h4.ikegami-r .title .sub_title {
  font-size: 0.5em;
  display: block;
}
@media screen and (max-width: 567px) {
  .cc-section .col.area04 {
    flex-direction: column-reverse;
    gap: 10px;
    margin-top: 70px;
  }
  .cc-section .col.area04 h4.ikegami-r {
    text-align: left;
  }
  .cc-section .col.area04 h4.ikegami-r .title {
    flex-direction: column;
    gap: 0px;
  }
}

.cc-section .col.area05 h4.ikegami-r {
  text-align: left;
}

.number__wrapper {
  counter-reset: map-alpha 0;
}
.number__wrapper h4 {
  padding-left: 36px;
  position: relative;
}
.number__wrapper h4::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  counter-increment: map-alpha 1;
  content: counter(map-alpha, upper-alpha);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  line-height: 1;
  background-color: #000000;
  color: #ffffff;
}

.cc-section .kamata {
  margin-top: 0;
}
.cc-section .kamata h2.kamata {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cc-section .kamata h2.kamata::after {
  content: none;
}
.cc-section .kamata h2.kamata span {
  width: 56%;
  padding-bottom: 10px;
  position: relative;
}
.cc-section .kamata h2.kamata span::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 700px;
  height: 1px;
  background: #999;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cc-section .kamata h2.kamata img {
  width: 42%;
}
.cc-section .kamata .sp-hide.green, .cc-section .kamata .pc-hide.green {
  background-color: #638e88;
  padding: 60px 10px 0px;
}
.cc-section .kamata .sp-hide {
  margin-bottom: 40px;
}
@media screen and (max-width: 567px) {
  .cc-section .kamata {
    margin-top: 40px;
  }
  .cc-section .kamata h2.kamata {
    flex-direction: column;
  }
  .cc-section .kamata h2.kamata span, .cc-section .kamata h2.kamata img {
    width: 100%;
    text-align: center;
  }
  .cc-section .kamata h2.kamata span::after {
    width: 70%;
    right: 0;
    bottom: -10px;
    margin: 0 auto 10px;
  }
  .cc-section .kamata .pc-hide.green {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .cc-section .kamata p.center {
    text-align: left;
  }
}

h4.ikegami-r.kamata {
  text-align: center;
  margin: 40px auto;
}

.cc-section .col.area05 {
  flex-direction: row-reverse;
}
.cc-section .col.area05:not(.daikawa) {
  align-items: center;
}
@media screen and (max-width: 567px) {
  .cc-section .col.area05 {
    flex-direction: column-reverse;
    margin-top: 20px;
    gap: 20px;
  }
  .cc-section .col.area05 .col2 {
    margin-top: 0;
  }
  .cc-section .col.area05 h4.ikegami-r {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 567px) {
  .cc-section .col.area06 {
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }
  .cc-section .col.area06 .col3-1 {
    text-align: left;
  }
  .cc-section .col.area06 .col3-1 h4 {
    text-align: left;
  }
}

.area07 {
  margin-top: 20px;
  background: #f3f3f3;
  padding: 30px 0 10px;
}
.area07 h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 567px) {
  .area07 {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .area07 h4.center {
    text-align: left;
  }
}

.area08 {
  align-items: flex-end;
  margin-bottom: 60px;
}
@media screen and (max-width: 567px) {
  .area08 {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .area08 .col3-1 {
    margin-top: 0;
  }
  .area08 .col3-2 {
    margin-top: 20px;
  }
  .area08 .notice {
    margin: 0 auto 20px 0;
  }
}

@media screen and (max-width: 567px) {
  h4.center.ikegami-line {
    text-align: left;
  }
}
@media screen and (max-width: 567px) {
  .cc-section .col.area10 {
    margin-top: 10px;
  }
  .cc-section .col.area10 .col2 {
    margin-top: 0;
  }
}

.concept01 {
  background-color: #0D2438;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 567px) {
  .concept01 {
    flex-direction: column;
  }
}
.concept01 .visual {
  width: 792px;
}
@media screen and (max-width: 567px) {
  .concept01 .visual {
    width: auto;
  }
}
.concept01 .summary {
  width: 384px;
  padding: 40px 40px 0 0;
}
@media screen and (max-width: 567px) {
  .concept01 .summary {
    padding: 20px;
    width: auto;
  }
}
.concept01 .summary-item + .summary-item {
  margin-top: 45px;
}
@media screen and (max-width: 567px) {
  .concept01 .summary-item + .summary-item {
    margin-top: 30px;
  }
}

.concept02 .areas {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .concept02 .areas img {
    width: 100%;
  }
}
.concept02 .area h4 {
  font-size: 2.7rem;
}
@media screen and (max-width: 567px) {
  .concept02 .area h4 {
    font-size: 2.1rem;
  }
}
.concept02 .area01 h4 {
  color: #00532c;
}
.concept02 .area02 h4 {
  color: #c05f04;
}
.concept02 .area03 h4 {
  color: #006f9d;
}
.concept02 .area04 h4 {
  color: #866799;
}
.concept02 .area05 h4 {
  color: #bd638c;
}
.concept02 .area + .area {
  margin-top: 45px;
}
.concept02 .col h4 span {
  display: block;
  font-weight: bold;
}
.concept02 .column {
  border: 1px solid #666;
  padding: 20px;
}
.concept02 .column p {
  font-size: 1.4rem;
}
.concept02 .column p:last-child {
  margin-bottom: 0;
}
.concept02 .column ul.notice {
  margin-bottom: 0 !important;
}
.concept02 .column + .column {
  margin-top: 20px;
}

.concept03 {
  background-color: #c3ddde;
  color: #595757;
  padding-top: 10px;
}
.concept03 .labelin .label {
  background-color: #930e14;
  color: #fff;
}
.concept03 .labelin .labelin__title {
  font-size: 60%;
}
@media screen and (max-width: 567px) {
  .concept03 .col3-1 h4 ~ h4 {
    margin-top: 20px !important;
  }
  .concept03 .col + .col {
    margin-top: 20px;
  }
}

.link-location-blocks .block .block__label {
  color: #000;
  text-shadow: 0px 0px 4px #aaa;
}
.link-location-blocks .block a {
  background-image: url(../img/concept/img_concept-location.jpg);
}
.link-location-blocks .block a::before {
  background: rgba(255, 255, 255, 0.55);
}
.link-location-blocks .block a:hover::before {
  background: rgba(255, 255, 255, 0.35);
}

.univ-list {
  background-color: #fffdf2;
  padding: 30px 30px 10px;
}
@media screen and (max-width: 567px) {
  .univ-list {
    padding: 20px 10px;
  }
}
.univ-list h4 {
  color: #6a5749;
}
@media screen and (max-width: 567px) {
  .univ-list h4 {
    word-break: auto-phrase;
    text-align: center !important;
  }
}
.univ-list .col {
  margin-top: 20px;
}
@media print, screen and (min-width: 568px) {
  .univ-list .col .col2 {
    width: 49%;
  }
}

.link-location-blocks .block .block__label {
  color: #000;
  text-shadow: 0px 0px 4px #aaa;
}
.link-location-blocks .block a {
  background-image: url(../img/concept/img_concept-location.jpg);
}
.link-location-blocks .block a::before {
  background: rgba(255, 255, 255, 0.55);
}
.link-location-blocks .block a:hover::before {
  background: rgba(255, 255, 255, 0.35);
}

/*-----------------------------------------------------------
 ロケーション
-----------------------------------------------------------*/
.location-kv {
  position: relative;
}

@media screen and (max-width: 567px) {
  .cc-section .location00 {
    text-align: left;
  }
  .cc-section .location00 h2 {
    text-align: left;
  }
}

.cc-section .col.location01 {
  margin-top: 80px;
  align-items: center;
}
.cc-section .col.location01 h3 {
  color: #003b1e;
}
.cc-section .col.location01 p {
  text-align: left;
}
.cc-section .col.location01 .notice {
  margin-top: 5px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 567px) {
  .cc-section .col.location01 {
    margin-top: 40px;
  }
  .cc-section .col.location01 h3 {
    margin: 0 auto 0 0;
  }
  .cc-section .col.location01 p {
    text-align: left;
    margin-top: 5px;
  }
}

.cc-section .location02 h3 {
  margin-top: 30px;
}
@media screen and (max-width: 567px) {
  .cc-section .location02 {
    margin-top: 60px;
  }
  .cc-section .location02 img:nth-of-type(2) {
    margin-top: 20px;
  }
  .cc-section .location02 h3 {
    text-align: left;
  }
  .cc-section .location02 p {
    text-align: left;
  }
}

.cc-section .col.location03 {
  margin-top: 60px;
}
.cc-section .col.location03 h4 {
  text-align: left;
  color: #604c3f;
}
.cc-section .col.location03 p {
  text-align: left;
  margin-bottom: 0;
}
.cc-section .col.location03 .col2:nth-of-type(2) img {
  margin-top: 10px;
}
@media screen and (max-width: 567px) {
  .cc-section .col.location03 {
    margin-top: 0;
  }
  .cc-section .col.location03 .col2:nth-of-type(2) {
    margin-top: 30px;
  }
  .cc-section .col.location03 .col2:nth-of-type(2) img:first-of-type {
    margin-top: 10px;
  }
}

.cc-section .cc-section__inner.daily .col {
  flex-direction: row-reverse;
}
.cc-section .cc-section__inner.daily .col3-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
}
.cc-section .cc-section__inner.daily .col3-2 {
  margin-bottom: 0;
}
.cc-section .cc-section__inner.daily .col3-2 div {
  height: 100%;
}
.cc-section .cc-section__inner.daily .col3-2 img {
  height: 100%;
  object-fit: cover;
}
.cc-section .cc-section__inner.daily:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 567px) {
  .cc-section .cc-section__inner.daily .col {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .cc-section .cc-section__inner.daily .col .col3-2 {
    margin-top: 0;
  }
  .cc-section .cc-section__inner.daily .col .col3-1 {
    margin-top: 20px;
  }
}

.cc-section .cc-section__inner.daily .col__block,
.cc-section.daily2 .cc-section__inner .col3-1 {
  display: flex;
  flex-direction: column;
  background-color: #DFD7C7;
  margin-bottom: 0;
}
.cc-section .cc-section__inner.daily .col__block h4,
.cc-section.daily2 .cc-section__inner .col3-1 h4 {
  order: 1;
}
.cc-section .cc-section__inner.daily .col__block div,
.cc-section.daily2 .cc-section__inner .col3-1 div {
  order: 3;
}
.cc-section .cc-section__inner.daily .col__block p,
.cc-section.daily2 .cc-section__inner .col3-1 p {
  order: 2;
}

.cc-section.daily3 .cc-section__inner .col2 {
  display: flex;
  background-color: #DFD7C7;
  margin-bottom: 0;
  gap: 20px;
  align-items: center;
  width: calc((100% - 20px) / 2);
}
.cc-section.daily3 .cc-section__inner .col2 .content-view-embeddedmedia {
  padding-right: 10px;
}
@media screen and (max-width: 567px) {
  .cc-section.daily3 .cc-section__inner .col2 {
    width: 100%;
    flex-direction: column;
  }
  .cc-section.daily3 .cc-section__inner .col2 .content-view-embeddedmedia {
    padding: 0;
  }
  .cc-section.daily3 .cc-section__inner .col2 .content-view-embeddedmedia .notice {
    display: block;
    margin: 0 10px 10px;
  }
}

.cc-section .cc-section__inner.daily h4.labelin,
.cc-section.daily2 .cc-section__inner h4.labelin,
.cc-section.daily3 .cc-section__inner h4.labelin {
  padding: 10px;
  margin-bottom: 0;
}
.cc-section .cc-section__inner.daily h4.labelin .shop_name,
.cc-section.daily2 .cc-section__inner h4.labelin .shop_name,
.cc-section.daily3 .cc-section__inner h4.labelin .shop_name {
  display: flex;
  align-items: center;
}
.cc-section .cc-section__inner.daily h4.labelin .shop_name_title,
.cc-section.daily2 .cc-section__inner h4.labelin .shop_name_title,
.cc-section.daily3 .cc-section__inner h4.labelin .shop_name_title {
  font-weight: bold;
}
.cc-section .cc-section__inner.daily h4.labelin .label,
.cc-section.daily2 .cc-section__inner h4.labelin .label,
.cc-section.daily3 .cc-section__inner h4.labelin .label {
  background-color: #C9BC9C;
  color: #ffffff;
  padding: 4px;
  margin-bottom: 0;
  font-size: 2rem;
}
.cc-section .cc-section__inner.daily h4.labelin .ruby,
.cc-section.daily2 .cc-section__inner h4.labelin .ruby,
.cc-section.daily3 .cc-section__inner h4.labelin .ruby {
  display: block;
  font-size: 1.1rem;
}
.cc-section .cc-section__inner.daily h4.labelin .time,
.cc-section.daily2 .cc-section__inner h4.labelin .time,
.cc-section.daily3 .cc-section__inner h4.labelin .time {
  font-size: 1.5rem;
  display: block;
  font-weight: normal;
}

.cc-section .cc-section__inner.daily p,
.cc-section.daily2 .cc-section__inner p,
.cc-section.daily3 .cc-section__inner p {
  margin: 0 10px 10px;
  font-size: 1.4rem;
  padding-top: 10px;
  border-top: 1px solid #ad9968;
}

.cc-section.daily2 .cc-section__inner,
.cc-section.daily3 .cc-section__inner {
  margin-top: 0;
  padding-bottom: 0;
}

.cc-section.daily2 .cc-section__inner .col,
.cc-section.daily3 .cc-section__inner .col {
  margin-top: 20px;
}

.cc-section .location04 h2 span {
  font-size: 1.9rem;
}
.cc-section .location04 .col {
  text-align: center;
}
.cc-section .location04 .col h3 {
  margin: 0 auto;
  color: #003b1e;
}
@media screen and (max-width: 567px) {
  .cc-section .location04 {
    margin-top: 70px;
  }
  .cc-section .location04 h2 {
    text-align: left;
    font-size: 3rem;
    margin: 10px auto 5px;
  }
  .cc-section .location04 .col {
    margin-top: 20px;
  }
  .cc-section .location04 .col h3 {
    text-align: left;
    margin: 0 auto 0 0;
  }
  .cc-section .location04 .col p {
    text-align: left;
    margin-top: 5px;
  }
}

.cc-section .location05 {
  background-color: #634955;
  padding: 40px 20px;
  color: #ffffff;
}
.cc-section .location05 .col3-1 div {
  border-radius: 7px;
  overflow: hidden;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 567px) {
  .cc-section .location05 .col3-1 h4, .cc-section .location05 .col3-1 p {
    text-align: left;
  }
}

.location06 h2 span {
  font-size: 1.9rem;
}
.location06 h3 {
  color: #003b1e;
  margin: 20px auto 0;
}
.location06 .col {
  text-align: center;
}
@media screen and (max-width: 567px) {
  .location06 {
    margin-top: 40px;
  }
  .location06 h2 {
    font-size: 3rem;
    text-align: left;
  }
  .location06 .col h3 {
    text-align: left;
    margin: 30px auto 0 0;
  }
  .location06 .col p {
    margin-top: 5px;
    text-align: left;
  }
}

/*----------------------------------------------------------
デザイン
-----------------------------------------------------------*/
.cc-section.entrance-facade {
  background-color: #2a201c;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.cc-section.entrance-facade > img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 2281px) {
  .cc-section.entrance-facade > img {
    margin-top: -2vw;
  }
}
.cc-section.entrance-facade .notice {
  color: #fff;
}
@media print, screen and (min-width: 568px) {
  .cc-section.entrance-facade .facade-img {
    position: absolute;
    top: 35vw;
    right: 0;
    width: 52vw;
    min-width: 628px;
  }
}
@media screen and (max-width: 1200px) {
  .cc-section.entrance-facade .facade-img {
    top: 430px;
  }
}
@media screen and (min-width: 2281px) {
  .cc-section.entrance-facade .facade-img {
    width: 50vw;
  }
}
@media screen and (max-width: 567px) {
  .cc-section.entrance-facade .facade-img {
    margin-top: 20px;
  }
}
.cc-section.entrance-facade .facade-img img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 568px) {
  .cc-section.entrance-facade .cc-section__inner {
    height: 37vw;
    min-height: 460px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 2281px) {
  .cc-section.entrance-facade .cc-section__inner {
    height: 41vw;
    flex-flow: column;
    align-items: start;
    justify-content: center;
  }
}
.cc-section.entrance-facade .cc-section__inner .facade-txt {
  color: #fff;
}
@media print, screen and (min-width: 568px) {
  .cc-section.entrance-facade .cc-section__inner .facade-txt {
    width: 500px;
  }
}
.cc-section.entrance-facade .cc-section__inner .facade-txt h2 {
  line-height: 1.3;
  font-feature-settings: "palt";
}
.cc-section.entrance-facade .cc-section__inner .facade-txt h2 .section-title-label {
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 567px) {
  .cc-section.entrance-facade .cc-section__inner .facade-txt h2 br {
    display: block;
  }
}
.cc-section.entrance-facade .cc-section__inner .material-top {
  color: #fff;
  width: 500px;
}
@media screen and (max-width: 2280px) {
  .cc-section.entrance-facade .cc-section__inner .material-top {
    display: none;
  }
}
.cc-section.entrance-facade .cc-section__inner .material-top img {
  width: 650px;
  height: auto;
}

.cc-section.dark {
  background-color: #2a201c;
}
.cc-section.dark .cc-section__inner.material {
  text-align: center;
}
.cc-section.dark .cc-section__inner.material img {
  width: 650px;
  height: auto;
}
@media screen and (min-width: 2281px) {
  .cc-section.dark .cc-section__inner.material {
    display: none;
  }
}
@media print, screen and (min-width: 568px) {
  .cc-section.dark .col {
    align-items: center;
  }
}
@media screen and (min-width: 2281px) {
  .cc-section.dark .cc-section__inner {
    padding-bottom: 60px;
  }
}

/*----------------------------------------------------------
プラン　詳細
-----------------------------------------------------------*/
/*
.plan{
}
*/
/*----------------------------------------------------------
クオリティ
-----------------------------------------------------------*/
/*
.quality{
}
*//*# sourceMappingURL=ikegami-r.css.map */