@charset "UTF-8";
@font-face {
  font-family: 'noto-sans-jp';
  src: url("./../font/NotoSansJP-Bold.otf");
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

a {
  background: transparent;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html, body {
  height: 100%;
  position: relative;
}

body {
  background: #fff;
  color: #1a1a1a;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic','Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto;
  min-width: 280px;
  text-align: center;
  position: relative;
}

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

section {
  height: 100%;
  margin: 2em auto;
  max-width: 1140px;
  width: 100%;
}

@media (min-width: 1024px) {
  section {
    margin: 7em auto;
  }
}

section .message-txt {
  font-size: 0.9em;
  padding: 10% 0;
}

.contents {
  margin: 0 auto;
  width: 80%;
}

@media (min-width: 1024px) {
  .contents {
    width: 100%;
  }
}

.contents-txt {
  padding: 0 0 2em 0;
  text-align: left;
}

@media (min-width: 1024px) {
  .contents-txt {
    padding: 2em 0 4.5em 0;
  }
}

.bg-white {
  background-color: #fff;
}

h1 {
  text-align: left;
  padding-left: 10%;
}

.topic-area {
  position: relative;
}

.topic-area .topic {
  margin: 0 auto;
  width: 90%;
}

@media (min-width: 1024px) {
  .topic-area .topic {
    width: 40%;
  }
}

.topic-area__sub {
  font-family: 'noto-sans-jp';
  position: relative;
  top: -35px;
}

@media (min-width: 768px) {
  .topic-area__sub {
    font-size: 1.5em;
  }
}

@media (min-width: 1024px) {
  .topic-area__sub {
    font-size: 2em;
  }
}

/* !header
---------------------------------------------------------- */
#header,
.header_in01 {
    position: fixed;
    top: 0;
    /* height: calc(17vw + 1px ); */
    overflow: visible;
    z-index: 20;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    height: 55px;
}
.header_in01 {
    border-bottom: none;
    height: 54px;
}
.header_in01 .inner {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
.header-logo-frame {
    width: 200px;
    padding-top: 15px;
    padding-left: 6px;
}
.header-logo-frame img {
    width: 182px;
}
.header_lead01 {
	float: right;
	padding-left: 4px;
	font-size: 10px;
	line-height: 26px;
}
.header_in_list01 {
	float: right;
	height: 26px;
	padding-top: 2px;
	vertical-align: middle;
}
.header_in_list01 li {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
}
.header_in_list01 li.sep_line {
	padding-right: 10px;
	margin-right: 8px;
	border-right: 1px solid #80d5f5;
}
.header_in_list01 li a {
	display: block;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
}
.header_in_list01 li a span {
	display: inline-block;
	width: 10px;
	height: 14px;
	margin-top: -3px;
	margin-right: 5px;
	background: #00aaeb url(/ct_common/img/ico_cmn01.png) no-repeat;
	vertical-align: middle;
}
.header_in_list01 li a span.ico01 {
	background-position: left top;
}
.header_in_list01 li a span.ico02 {
	background-position: -12px top;
}
.header_in02 {
	width: 1080px;
	height: 62px;
	margin: 0 auto;
	overflow: hidden;
}
.main_logo01 {
	float: left;
}
.main_logo01 a:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	background: #fff;
}
.header_links01 {
	float: right;
	padding-top: 18px;
	overflow: hidden;
}
.header_in_list02 {
	float: left;
	padding-top: 5px;
	margin-right: 14px;
}
.header_in_list02 li {
	display: inline-block;
	height: 1em;
	line-height: 1em;
}
.header_in_list02 li.sep_line {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ddd;
}
.header_in_list02 li a {
	font-size: 12px;
}
.header_btn_list01 {
	float: left;
}
.header_btn_list01 li {
	display: inline-block;
}
.header_btn_list01 li a {
	display: table;
	height: 28px;
	padding-top: 2px;
	border-radius: 3px;
}
.header_btn_list01 li a:hover {
	text-decoration: none;
}
.header_btn_list01 li.bl01 a {
	width: 130px;
	margin-right: 5px;
	background: #00aaeb;
	box-shadow: 0 3px 0 0 #008abf;
}
.header_btn_list01 li.gr01 a {
	width: 110px;
	background: #5ed5c3;
	box-shadow: 0 3px 0 0 #57b6a1;
}
.header_btn_list01 li a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
}
/* header login after
---------------------------------------------------------- */
.header_links01 {
}
.header_links01 .header_in_list03 {
	display:table;
	float:left;
	padding-top:7px;
	font-size:12px;
}
.header_links01 .header_in_list03 li {
	display:table-cell;
	padding-right:20px;
}
.header_links01 .header_in_list03 li a ,
.header_links01 .header_in_list03 li span {
	font-weight:bold;
}
.header_links01 .header_in_list03 li span {
	padding:0 0 0 16px;
	color:#ff8357;
	background:url(/common/img/ico_facility.png) -3px -115px no-repeat;
	min-height:12px;
}


.spot-btn {
  background-color: #fda7cf;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  height: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 160px;
  margin-top: 8%;
}

.spot-btn:hover {
  background: #fff;
  border: 1px solid #fda7cf;
}

.spot-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.spot-btn a:hover {
  color: #fda7cf;
}

.detail-btn {
  background-color: #fda7cf;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  height: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 160px;
  background-color: #fff;
  border: 1px solid #fda7cf;
  height: 40px;
  margin: 2% auto 0 0;
  width: 120px;
}

.detail-btn:hover {
  background: #fff;
  border: 1px solid #fda7cf;
}

.detail-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.detail-btn a:hover {
  color: #fda7cf;
}

.detail-btn:hover {
  background-color: #fda7cf;
}

.detail-btn a {
  color: #fda7cf;
}

.detail-btn a:hover {
  color: #fff;
}

[data-aos="fade"] {
  opacity: 0;
}

[data-aos="fade"].aos-animate {
  opacity: 1;
}

[data-aos="card-up"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

[data-aos="card-up"].aos-animate {
  opacity: 1;
}

@media (min-width: 768px) {
  [data-aos="card-up"] {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  [data-aos="card-up"].aos-animate {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
}

.header-area {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav {
  height: 90vh;
  z-index: 998;
  background-color: #fff;
  width: 100%;
  margin-top: 10vh;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}

.nav-enter, .nav-leave-to {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media (min-width: 1024px) {
  .nav-enter, .nav-leave-to {
    -webkit-transform: translateY(125%);
            transform: translateY(125%);
  }
}

.nav-enter-to, .nav-leave {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-enter-active, .nav-leave-active {
  -webkit-transition: .6s;
  transition: .6s;
}

@media (min-width: 1024px) {
  .nav {
    max-width: 375px;
    max-height: 55vh;
    height: 400px;
    border-radius: 16px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    margin: 0;
  }
}

.nav .header-nav {
  height: 100%;
  list-style: none;
  position: relative;
  padding: 8% 0 10% 5%;
  text-align: left;
}

@media (min-width: 1024px) {
  .nav .header-nav {
    padding: 5%;
  }
}

.nav .header-nav__item {
  padding: 1em 0 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.nav .header-nav__item:first-child {
  padding: 0;
}

.nav .header-nav__item a {
  color: #1a1a1a;
  width: 95%;
  margin-bottom: 1em;
}

.nav .header-nav__item a:hover {
  color: #fda7cf;
}

/* ハンバーガーメニュー */
.header__menu {
  display: block;
  height: 64px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 64px;
  background-color: #fda7cf;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  background-image: url(./../img/menu_arrow.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  cursor: pointer;
}

.header__menu.is-active {
  background-image: none;
  background-color: #B5B5B5;
}

.header__menu.is-active span:first-child {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

.header__menu.is-active span:nth-child(2) {
  opacity: 0;
}

.header__menu.is-active span:last-child {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}

.header__menu__line {
  cursor: pointer;
  height: 50%;
  margin: 16px auto;
  position: relative;
  width: 50%;
}

.header__menu__line span {
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
}

.header__menu__line span:first-child {
  top: 0;
}

.header__menu__line span:nth-child(2) {
  top: 14px;
}

.header__menu__line span:last-child {
  bottom: 0;
}

.nav-name {
  font-size: 2em;
  font-family: jaf-domus-titling-web, 'noto-sans-jp',sans-serif;
  font-weight: 700;
}

@media (max-width: 320px) {
  .nav-name {
    font-size: 1.8em;
  }
}

.sub-link-name {
  font-family: 'noto-sans-jp';
  display: block;
  font-size: 0.8em;
  font-weight: normal;
}

.slide-out {
  opacity: 0;
  -webkit-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
}

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

#main-slide {
  width: 100%;
  height: 0;
  z-index: -1;
  position: relative;
}

#main-slide img {
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 80%;
}

@media (min-width: 768px) {
  #main-slide img {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  #main-slide img {
    left: 0;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1140px;
    margin: 0 auto;
    padding: 0;
  }
}

.card-area {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  width: 90%;
  margin: 0 0 0 auto;
  padding-left: 10%;
  overflow: visible hidden;
  -ms-overflow-style: none;
  /* スクロールバー非表示 IE, Edge 対応 */
  scrollbar-width: none;
  /* スクロールバー非表示 Firefox 対応 */
}

.card-area::-webkit-scrollbar {
  /* スクロールバー非表示 Chrome, Safari 対応 */
  display: none;
}

@media (min-width: 1024px) {
  .card-area {
    white-space: normal;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

.card-area--item {
  list-style: none;
  display: inline-table;
  width: 90%;
  height: 400px;
}

@media (min-width: 768px) {
  .card-area--item {
    width: 45%;
  }
}

@media (min-width: 1024px) {
  .card-area--item {
    width: 350px;
    padding: 0 40px 0 0;
  }
  .card-area--item:last-child {
    padding: 0;
  }
}

.spot {
  text-align: left;
  height: 100%;
}

.spot-title {
  font-weight: 600;
  white-space: normal;
  line-height: 1.5em;
  height: 4.5em;
  font-size: 1.2em;
  width: 95%;
}

@media (min-width: 1024px) {
  .spot-title {
    width: 100%;
    height: 3.4em;
  }
}

.spot-img {
  overflow: hidden;
  height: 180px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.spot-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}

.spot-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.spot-name {
  color: #B5B5B5;
  font-weight: 600;
}

.spot-txt {
  width: 100%;
  padding-top: 3%;
  height: 160px;
  position: relative;
}

.spot-btn {
  position: relative;
  bottom: 0;
}

/*
メイン
-------------------------------------------*/
@-webkit-keyframes move {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes move {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.move {
  -webkit-animation: move 0.8s ease-in-out forwards;
          animation: move 0.8s ease-in-out forwards;
  display: block;
}

.move.line2 {
  visibility: hidden;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin-top: 0.5em;
}

main {
  max-width: 1140px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  text-align: left;
  z-index: 6;
  padding-top: 54px;
}

@media (min-width: 1024px) {
  main {
    padding-bottom: 3%;
  }
}

main .main-area {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 18vh 0 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (min-width: 1024px) {
  main .main-area {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 10vh;
  }
}

main .main-area .main-txt {
  position: relative;
  width: 100%;
  z-index: 998;
  height: 100%;
}

@media (min-width: 1024px) {
  main .main-area .main-txt {
    width: 50%;
  }
}

main .main-area .sub-img {
  padding-left: 10%;
  padding-bottom: 2.5em;
  width: 150px;
}

main .main-area .main-img {
  width: 80%;
  padding: 0 10px 0 0;
}

@media (min-width: 1024px) {
  main .main-area .main-img {
    padding: 0;
  }
}

main .main-area .main-img.h1_2 {
  width: 70%;
}

main .main-area .main-catch {
  position: relative;
  bottom: 0;
  margin: 10% auto 0;
  text-align: left;
  padding: 5% 10%;
  background-color: #fff;
}

@media (min-width: 1024px) {
  main .main-area .main-catch {
    margin: 4% auto 0 10%;
    padding: 3% 0;
  }
}

.logo {
  width: 120px;
  margin: 0 0 auto 0;
  display: block;
  padding-top: 2em;
  padding-left: 10%;
}

@media (min-width: 1024px) {
  .logo {
    margin: 0 auto;
    padding-left: 0;
  }
}

/*
以下コンテンツ
-------------------------------------------*/
.new-open .contents {
  padding-top: 5%;
}

@media (min-width: 1024px) {
  .new-open .contents {
    padding-top: 3.8em;
  }
}

#sightseeing .contents {
  max-width: 1140px;
}

.area-img {
  background-color: #7b7b7b;
  width: 100%;
  position: relative;
  height: 380px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1024px) {
  .area-img {
    height: 40vh;
  }
}

.area .area-title {
  font-size: 1.4em;
  line-height: 1.6em;
  font-family: 'noto-sans-jp';
  text-align: left;
  padding-bottom: 5%;
}

@media (min-width: 1024px) {
  .area .area-title {
    font-size: 1.7em;
    height: 75px;
    padding: 0;
  }
}

/* SIGHTSEEING SPOT用カード */
.grid-wrap {
  position: relative;
}

@media (min-width: 1024px) {
  .grid-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(400px, auto);
  }
}

.grid-wrap .contents {
  position: relative;
  top: -100px;
  margin-left: 0;
  background: #fff;
  border-top-right-radius: 10px;
  padding: 5% 5% 0 10%;
  width: 70%;
}

@media (min-width: 1024px) {
  .grid-wrap .contents {
    margin: 0;
    width: 90%;
    top: -100px;
    padding-left: 5%;
  }
}

@media (min-width: 1024px) {
  .grid-wrap .card-area {
    display: contents;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .grid-wrap .card-area--item {
    margin: 2em 0 0 auto;
    padding: 0;
  }
}

/* MIYASHITA PARK（ミヤシタパーク） */
#miyashita {
  margin: 2em auto;
}

#miyashita .area-img {
  background-image: url(./../img/miyashita_bg.png);
}

/* 日比谷OKUROJI */
#hibiya {
  margin: 2em auto;
}

#hibiya .area-img {
  background-image: url(./../img/okuroji.jpg);
}


/* COREDO室町テラス */
#coredo {
  margin: 2em auto;
}

#coredo .area-img {
  background-image: url(./../img/codero.jpg);
}

.pet {
  margin-bottom: 25%;
}

#footer {
    overflow: hidden;
    width: 100%;
    text-align: left;
}

#footer #navitime-link-section {
    padding: 32px;
}

#footer #navitime-link-section img {
    width : 156px;
    height : 19px;
}

#footer #navitime-link-section .navitime-link-row {
    margin-top: 17px;
}

#footer #navitime-link-section .navitime-link-row a {
    font-size: 11px;
    line-height: 2.2;
    color: #4a4a4a;
}

#footer #navitime-corporate-section {
    padding: 0 32px 32px;
    font-size: 11px;
}

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