@charset "UTF-8";
/*
Theme Name: CODAN
*/
html {
  font-size: 62.5%;
}
body {
  color: #24292e;
  font-size: 1.6rem; /*16px*/
  font-family: "noto sans jp", sans-serif;
}
h1 {
  font-size: 36px; /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 0.7143)); /* 24px~36pxで可変*/
}
h2 {
  font-size: 24px; /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + ((1vw - 0.64rem) 0.7143)); /* 20px~24pxで可変*/
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: #24292e;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
.sp-header-container {
  display: none;
}
.sp-logo {
  display: none;
}
.header-container {
  display: flex;
  justify-content: right;
}
.header-container-list {
  display: flex;
  justify-content: space-between;
  position: fixed;
  height: 68px;
  z-index: 15;
}
.header-container-list .btn1,
.header-container-list .btn2 {
  width: 14vw;
  padding: 22px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5vw;
}
.header-container-list .btn1 {
  background-color: #2780ba;
  border-radius: 0 0 0 10px;
}
.header-container-list .btn2 {
  background-color: #222222;
}
.header-container-list a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-menu-serch .fas,
.header-container-list .fas {
  font-size: x-large;
  margin-right: 10px;
  text-shadow: 3px 3px 4px #222222;
}
.btn3 {
  display: none;
}
.hamburger {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: fixed;
  top: 22px;
  right: 3.5vw;
  transition: 0.5s;
  z-index: 25;
}
.hamburger span {
  width: 30px;
  height: 2px;
  background-color: #2780ba;
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 0;
  transition: 0.5s;
}
.hamburger span:nth-child(1) {
  top: 4px;
}
.hamburger span:nth-child(2) {
  top: 14px;
}
.hamburger span:nth-child(3) {
  bottom: 4px;
}
.open .hamburger span {
  background-color: #2780ba;
}
.open .hamburger span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}
.open .hamburger span:nth-child(2) {
  opacity: 0;
}
.open .hamburger span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}
#mask {
  display: none;
  transition: 0.5s;
}
.nav-container {
  display: none;
}
.navi-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.navi-logo img {
  width: 60%;
  max-height: 120px;
  object-fit: cover;
}
.sp-copyright {
  font-size: 10px;
  color: #2780ba;
  text-align: center;
  margin-top: 30px;
}
.nav-menu li a {
  position: relative;
}
.nav-menu li a:after {
  -webkit-transform: translateY(-50%);
  background: url(http://shinonome-ccc.tokyo/wp-content/uploads/2024/07/156.png)
    center center / cover no-repeat;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
}
@media screen and (max-width: 767px) {
  #header {
    z-index: 15;
  }
  #navi {
    width: 300px;
    background: #fff;
    padding: 25px;
    position: fixed;
    top: 0;
    left: -1000px;
    bottom: 0;
    opacity: 0;
    overflow-y: auto;
    transition: 0.5s;
    z-index: 25;
  }
  .open #navi {
    left: 0;
    opacity: 1;
  }
  .open #mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
    display: block;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
  }
  .nav-menu li {
    border-top: 1px solid #2780ba;
    padding: 15px 0;
  }
  .nav-menu li:last-child {
    border-bottom: 1px solid #2780ba;
  }
  .nav-menu li a {
    color: #2780ba;
    font-size: 16px;
    justify-content: left;
  }
  .nav-container {
    display: block;
  }
}
/*-------------------------------------------
TOP
-------------------------------------------*/
.top .main-wrap {
  width: calc(100vw - 228px);
  top: 40px;
}
.top .main-wrap img {
  width: calc(100vw - 328px);
  margin: 0 auto;
}
.top .mainvisual {
  border-radius: 30px;
  width: 100%;
  z-index: -10;
}
.flex-wrap {
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 68px;
}
.side-title {
  background-color: #2780ba;
  border-radius: 0 30px 30px 0;
  left: 0;
  padding: 15px 0 20px;
  position: absolute;
  top: 40px;
  width: 228px;
  z-index: 99;
  max-height: 145px;
  padding: 51px 0;
  transition: left 0.3s ease-out;
}
.side-title-logo {
  color: #fff;
  text-align: center;
  display: block;
  font-family: "Crimson Text", serif;
  text-shadow: 5px 7px 8px #222222;
  font-weight: bold;
  line-height: 1.2;
}
.side-title-logo-text-top {
  font-size: 1.8vw;
}
.side-title-logo-text-bottom {
  font-size: 1vw;
}
.side-container {
  position: relative;
  top: 0px;
  width: 228px;
  z-index: 70;
}
.side-menu {
  position: absolute;
  top: 225px;
  background-color: #2780ba;
  border-radius: 0 30px 30px 0;
  color: #fff;
  padding: 35px 39px 45px;
  width: 150px;
  z-index: 2;
}
.side-menu-nav {
  margin-top: 29px;
}
.side-menu-serch a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #fff;
  border-radius: 15px;
  height: 93px;
  width: 151px;
}
.side-menu-serch a:hover {
  color: #2780ba;
  background: #fff;
  border: solid 1px #2780ba;
  transition: 0.5s;
}
.side-menu-nav-title {
  font-size: 16px;
  text-align: center;
  opacity: 0.8;
  font-weight: bold;
}
.side-menu-nav-list {
  margin-top: 7px;
}
.side-menu-nav-list li {
  border-bottom: dotted 1px #fff;
}
.side-menu-nav-list a {
  text-align: center;
  color: #fff;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  padding: 16px 2px 16px 11px;
  font-weight: bold;
}
.side-menu-nav-list a::after {
  background: url(http://shinonome-ccc.tokyo/wp-content/uploads/2024/07/icon-arw.svg)
    center center / cover no-repeat;
  content: "";
  height: 10px;
  width: 10px;
}
.fixed {
  position: fixed;
  top: 0;
}
.main-wrap {
  margin: 0 auto;
  position: relative;
}
.mainvisual {
  width: 82vw;
  display: block;
  object-fit: cover;
  border-radius: 40px;
  height: 860px;
}
.top .main-wrap-container {
  margin-top: 0px;
  position: relative;
  font-weight: bold;
  color: #fff;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 40px;
  padding-right: 40px;
}
.main-wrap-container {
  margin-top: -210px;
  position: relative;
  font-weight: bold;
  color: #fff;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 40px;
  padding-right: 40px;
}
.index-title-wrap {
  align-items: flex-end;
  background-color: #2780ba;
  border-radius: 30px 30px 0 0;
  display: flex;
  height: 210px;
  justify-content: center;
  width: 48.276%;
}
.access .index-title-wrap {
  width: 65.276%;
}
.index-container-top {
  display: flex;
  justify-content: space-between;
}
.title-box {
  margin-bottom: 50px;
  width: 360px;
}
.outline .title-box {
  width: 200px;
}
.outline .contents-wrap {
  margin-top: 60px;
}
.access .title-box {
  margin-left: 5%;
}
.gallery .title-box {
  margin-left: 5%;
}
.equipment .title-box {
  width: 200px;
}
.title-text1 {
  font-size: 28px;
  margin-bottom: 10px;
}
.title-text2 {
  border-bottom: 3px solid #fff;
  width: 180px;
  padding-bottom: 10px;
}
.slide-container {
  background-color: #f2fcff;
  width: calc(100% - 228px);
  margin-top: 80px;
  padding: 40px 0 100px 228px;
}
.slide-container-title {
  color: #2780ba;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
.slide-container-text {
  color: #222222;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 65px;
}
.slider-container {
  position: relative;
  width: 80%;
  max-width: 1000px;
  overflow: hidden;
  border: 2px solid #ddd;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.slick-area {
  font-size: 0;
}
.slick-area li {
  padding: 0 30px;
}

.slider1 {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.slider1 ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.slider1 li {
  width: 363px;
  height: 218px;
  margin: 0 10px;
  list-style: none;
}
.slider1 li img {
  border-radius: 15px;
  height: 200px;
  width: 363px;
}
.slider1 ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.slider1 ul:last-child {
  animation: slide2 150s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top .contents-wrap {
  width: calc(80% - 228px);
  left: calc(10% + 228px);
  position: relative;
  top: 200px;
}
.plan-container-top {
  display: flex;
  justify-content: space-between;
  color: #222222;
}
.container-top-left {
  width: 50%;
  display: flex;
  justify-content: center;
}
.container-top-left img {
  border-radius: 40px;
  height: 800px;
  object-fit: cover;
  width: 90%;
}
.container-top-right {
  width: 40%;
  margin: 8% 5% 0;
}
.plan-container::before {
  content: "";
  background-color: #f1f1f1;
  width: 100%;
  height: 103%;
  display: block;
  z-index: -10;
  position: absolute;
  border-radius: 40px;
  right: 59%;
  bottom: -1%;
}
.plan-container-title {
  font-size: 36px;
  font-weight: bold;
  color: #2780ba;
}
.plan-container-title-bottom {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  border-bottom: 3px solid #2780ba;
  padding-bottom: 5px;
  width: 104px;
}
.plan-container-text {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  line-height: 1.5;
  margin: 126px 0;
}
.plan-container-btn {
  border: solid 2px #2780ba;
  border-radius: 10px;
  color: #2780ba;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 0;
  width: 280px;
  text-align: center;
}
.plan-container-btn:hover {
  background: #2780ba;
  border-radius: 30px;
  color: #fff;
  transition: border-radius 0.2s, color 0.2s, background 0.2s;
}
.plan-container-bottom {
  display: flex;
  justify-content: space-around;
}
.plan-container-bottom-wrap {
  width: 45%;
  margin-top: 48px;
}
.plan-container-bottom img {
  width: 100%;
  border-radius: 40px;
  height: 322px;
  object-fit: cover;
}
.plan-container-bottom-wrap p {
  font-size: 16px;
  font-weight: bold;
  margin: 24px 0;
}
.top .bottom-banner {
  margin-top: 300px;
}
.equipment-container {
  margin: 60px 2.5% 0;
}
.equipment-container-title {
  font-size: 36px;
  font-weight: bold;
  color: #2780ba;
}
.equipment-container-title-bottom {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  border-bottom: 3px solid #2780ba;
  padding-bottom: 5px;
  width: 232px;
}
.equipment-container-wrap {
  display: flex;
  justify-content: space-between;
}
.top .facility-container {
  width: 55%;
}
.facility-container-text {
  width: 35%;
  margin: auto 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
.new-slider-box {
  position: relative;
}
.text-box {
  position: absolute;
  right: 0;
  top: 60%;
}
.new-slider .text-box-title {
  color: #fff;
  background-color: #2780ba;
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: fit-content;
  padding: 7px;
  margin-left: auto;
}
.new-slider .text-box p {
  color: #2780ba;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0;
  padding: 8px;
  display: block;
  width: fit-content;
  margin-left: auto;
}
/*-------------------------------------------
PLAN
-------------------------------------------*/
.index-container-bottom {
  display: flex;
  justify-content: space-between;
}
.plan .index-menu-wrap {
  display: flex;
  justify-content: center;
  height: 315px;
  align-items: normal;
  width: 48.276%;
  background-color: #2780ba;
  border-radius: 0 0 30px 30px;
}
.index-menu-wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
  line-height: 1.5;
}
.index-menu-wrap ul li {
  width: 50%;
}
.index-menu-wrap ul li a {
  color: #fff;
  font-size: 20px;
  position: relative;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  width: 137px;
  padding-bottom: 15px;
  display: block;
}
.index-menu-wrap ul li a:after {
  -webkit-transform: translateY(-50%);
  background: url(http://shinonome-ccc.tokyo/wp-content/uploads/2024/07/088.png)
    center center / cover no-repeat;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 15px;
  left: 129px;
  transform: translateY(-50%);
  width: 10px;
}
.index-text-block {
  width: 46%;
  margin-right: 2%;
}
.index-text {
  color: #222222;
  font-size: 18px;
  width: 78%;
  line-height: 1.5;
  margin-top: 44px;
  margin-left: 10%;
}
.plan-visual {
  border-radius: 20px;
  position: relative;
  z-index: -10;
}
.text-block-inner {
  display: flex;
  justify-content: space-between;
}
.text-block-left {
  width: 43%;
  display: flex;
  justify-content: center;
  margin-top: -200px;
}
.text-block-right {
  width: 56%;
  background-color: #f8f8f4;
  height: 626px;
  margin-top: -200px;
  position: relative;
}
.text-block-right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  width: 626px; /* 半円の直径 */
  height: 626px; /* 半円の半径 */
  background-color: #f8f8f4; /* 半円の色を設定 */
  border-radius: 50%; /* 半円を作成 */
  z-index: -5;
}
.text-block-title {
  color: #2780ba;
  font-size: 26px;
  font-weight: bold;
  top: 20%;
  position: relative;
  margin-left: 25%;
}
.right-text {
  color: #222222;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  top: 20%;
  line-height: 1.5;
  width: 57%;
}
.slick-area li h4 {
  color: #222222;
}

.slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: -255px;
  overflow-x: clip;
}

/*
スライダー矢印（共通）
*/
.slider .prev,
.slider .next {
  width: 40px;
  height: 40px;
  background-color: #2780ba;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.7;
  position: absolute;
  top: 45%;
  transition: 0.5s;
  z-index: 10;
}
.slider .prev:hover,
.slider .next:hover {
  opacity: 0.5;
}
.slider .prev::before,
.slider .prev::after,
.slider .next::before,
.slider .next::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

/*
スライダー左矢印
*/
.slider .prev {
  left: 0;
}
.slider .prev::before,
.slider .prev::after {
  left: 12px;
}
.slider .prev:before {
  top: 37%;
  transform: rotate(-45deg);
}
.slider .prev:after {
  bottom: 37%;
  transform: rotate(45deg);
}

/*
スライダー右矢印
*/
.slider .next {
  right: 0;
}
.slider .next::before,
.slider .next::after {
  right: 12px;
}
.slider .next:before {
  top: 37%;
  transform: rotate(45deg);
}
.slider .next:after {
  bottom: 37%;
  transform: rotate(-45deg);
}
.content {
  width: 100%;
}
.content .slider li h4 {
  color: #2780ba;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  width: 431px;
}
.content .slider li p {
  color: #222222;
  font-size: 16px;
  font-weight: normal;
  width: 431px;
}
.slider li img {
  width: 431px;
  height: 281px;
  object-fit: cover;
  border-radius: 15px;
}
.fill {
  object-fit: fill !important;
}
.slider .slick-slide {
  width: 450px !important;
  margin: 0 10px;
}
@media screen and (max-width: 900px) {
  .slider .prev,
  .slider .next {
    top: 40%;
  }
}
#ac-menu {
  margin-top: 60px;
}
#ac-menu .detail {
  margin-top: 40px;
}
#ac-menu .label {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  transition: 0.5s;
  display: block;
  margin: 0 auto;
}
#ac-menu .label:hover {
  background-color: #2780ba;
}
/*
アコーディオンメニューが開いている場合
*/
#ac-menu .label.open {
  /* ラベルの背景色を変更 */
  background-color: #2780ba;
  color: #fff;
  border-radius: 30px;
  margin: 0 auto;
}
#ac-menu .label.open::before {
  /* ラベルアイコンの横棒を非表示 */
  opacity: 0;
}
#ac-menu .label.open::after {
  /* ラベルアイコンの縦棒を横向きに回転 */
  transform: rotate(180deg);
}
/*
アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
*/
#ac-menu .detail {
  display: none;
}

/*-------------------------------------------
EQUIPMENT
-------------------------------------------*/
.equipment .index-menu-wrap {
  display: flex;
  justify-content: center;
  height: 30px;
  align-items: normal;
  width: 48.276%;
  background-color: #2780ba;
  border-radius: 0 0 30px 30px;
}
.equipment .contents-wrap {
  margin-top: 60px;
}
.square-mainvisual .main-wrap {
  width: calc(100vw - 228px);
}
.square-mainvisual .mainvisual {
  border-radius: 0;
  width: 100%;
  z-index: -10;
}
.contents-wrap {
  width: 100%;
  margin-top: 160px;
}
.contents-wrap .item-text {
  color: #222222;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
.item-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
  max-height: 300px;
}
.container-title {
  color: #2780ba;
  font-size: 26px;
  margin-bottom: 60px;
  font-weight: bold;
}
.item-box {
  width: 32%;
  height: 281px;
}
.equipment .item-box {
  max-height: 20vw;
}
.item-box-link {
  display: contents;
}
.item-box img {
  border-radius: 10px;
  margin-bottom: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.detail .gallery-item-container .item-box img {
  object-fit: contain;
}
.facility .item-box img {
  height: 18vw;
}
.facility .item-container {
  margin-bottom: 8vw;
}
#ac-menu .item-box {
  width: 32%;
  margin: 0 1%;
}
#ac-menu .item-box img {
  border: solid 1px #2780ba;
  border-radius: 20px;
}
.item-title {
  color: #2780ba;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
/*lightbox追記修正*/
.lightboxOverlay {
  /*拡大時のモーダル*/
  width: 100% !important;
}
.lb-outerContainer,
.lb-dataContainer {
  width: calc(100% - 20px) !important;
  max-width: 1000px; /*拡大時の最大幅*/
}
.lightbox .lb-outerContainer .lb-image {
  max-height: 135vh;
  object-fit: cover;
}
.facility-map-container-left .lightbox .lb-outerContainer .lb-image {
  max-height: none;
}
.lb-outerContainer {
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.lb-image {
  width: 100% !important;
  height: auto !important;
}
/*-------------------------------------------
FACILITY
-------------------------------------------*/
.facility .index-menu-wrap {
  display: flex;
  justify-content: center;
  height: 30px;
  align-items: normal;
  width: 48.276%;
  background-color: #2780ba;
  border-radius: 0 0 30px 30px;
}
.facility-map-container-top {
  display: flex;
  justify-content: space-between;
  color: #222222;
}
.facility-map-container-left {
  width: 50%;
}
.img-text {
  color: #2780ba;
}
.facility-map-container-right {
  width: 35%;
  margin-left: 15%;
}
.facility-map-container-right-title {
  font-size: 2vw;
  font-weight: bold;
  text-align: right;
  margin: 7vw 0;
}
.facility-map-container-right-text {
  font-size: 1.3vw;
  line-height: 1.5;
  font-weight: normal;
}
.facility-map-container-bottom {
  margin-bottom: 90px;
}
.map-container-bottom-img {
  object-fit: cover;
  width: 100%;
}
/*-------------------------------------------
ACCESS・LOCATION
-------------------------------------------*/
.access .index-menu-wrap {
  display: flex;
  justify-content: center;
  height: 30px;
  align-items: normal;
  width: 65.276%;
  background-color: #2780ba;
  border-radius: 0 0 30px 30px;
}
.access .contents-wrap::before {
  content: "";
  background-color: #f1f1f1;
  width: 100%;
  height: 96%;
  display: block;
  z-index: -10;
  position: absolute;
  border-radius: 40px;
  right: 60%;
  bottom: -2%;
}
.access .title-text2 {
  border-bottom: 3px solid #fff;
  width: 274px;
  padding-bottom: 10px;
}
.access-container-title {
  color: #2780ba;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 32px;
}
.access-container-text {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}
.access .item-box img {
  height: 18vw;
}
.access .item-container {
  margin-bottom: 8vw;
}
.access-container-map {
  border-radius: 20px;
  margin-bottom: 60px;
}
.access-item-box {
  width: 49%;
  height: 281px;
}
.access-item-box img {
  border-radius: 10px;
  margin-bottom: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.access-item-text {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #222222;
  text-align: center;
}
.bus-text {
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  margin-top: 110px;
  margin-bottom: 16px;
}
.access iframe {
  border-radius: 25px;
  margin-bottom: 140px;
  border: solid 3px #2780ba;
}
.location-text {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 16px;
}
.location-title {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 16px;
}
.gmap {
  height: 700px;
}
/*-------------------------------------------
GALLERY
-------------------------------------------*/
.gallery .contents-wrap {
  margin-top: 60px;
}
.gallery .item-box {
  height: 18vw;
}
.gallery .index-menu-wrap {
  display: flex;
  justify-content: center;
  height: 30px;
  align-items: normal;
  width: 48.276%;
  background-color: #2780ba;
  border-radius: 0 0 30px 30px;
}
.gallery .gallery-item-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
  max-height: 300px;
}
.gallery-item-container {
  display: flex;
  justify-content: normal;
  margin-bottom: 2%;
  max-height: 300px;
}
.movie-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.movie-container-box {
  width: 49%;
  height: 281px;
  margin-bottom: 100px;
}
.movie-container-box iframe {
  border-radius: 15px;
}
.movie-container-box .item-text {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.gallery-movie {
  height: 315px;
}
/*-------------------------------------------
OUTLINE
-------------------------------------------*/
.outline .index-menu-wrap {
  display: flex;
  justify-content: center;
  height: 30px;
  align-items: normal;
  width: 48.276%;
  background-color: #2780ba;
  border-radius: 0 0 30px 30px;
}
.outline {
  background-color: #f8f8f4;
}
.outline-container {
  color: #222222;
  background-color: #fff;
  border-radius: 20px;
  padding: 70px 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 110px;
}
.outline-dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.outline-dl dt {
  width: calc(30% - 3px);
  padding-right: 2.5%;
  text-align: right;
  border-right: solid 3px #2780ba;
}
.outline-dl dd {
  width: 62.5%;
  margin-left: 2.5%;
  text-align: left;
}
.outline-p {
  margin-left: 20%;
}
/*-------------------------------------------
Bottom-banner
-------------------------------------------*/
.bottom-banner {
  display: flex;
  height: 700px;
  margin-top: 60px;
}
.bottom-banner a {
  color: #fff;
}
.bottom-banner-left {
  background-image: url(http://shinonome-ccc.tokyo/wp-content/uploads/2024/07/002.png);
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-align: center;
}
.bottom-banner-right {
  background-image: url(http://shinonome-ccc.tokyo/wp-content/uploads/2024/07/013.jpg);
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-align: center;
}
.banner-container {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.banner-container-item .item-icon img {
  width: 30px;
}
.item-icon {
  margin-bottom: 20px;
}
.item-text1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.item-dot {
  padding: 25px 0 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 35px;
}
.item-dot span {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 3px;
  width: 3px;
  opacity: 0.7;
}
.item-text2 {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 20px;
}
.item-link-btn {
  border: solid 2px #fff;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 0;
  width: 280px;
}
.banner-container {
  transition: background 0.4s;
}
.item-link-btn {
  transition: border-radius 0.2s, color 0.2s, background 0.2s;
}
.bottom-banner-left:hover .banner-container,
.bottom-banner-right:hover .banner-container {
  background: rgba(0, 0, 0, 0.3);
}
.bottom-banner-left:hover .item-link-btn,
.bottom-banner-right:hover .item-link-btn {
  background: #fff;
  border-radius: 30px;
  color: #98bcae;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
.footer-container {
  background-color: #f2fcff;
  height: 305px;
  font-weight: bold;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer-container-left {
  text-align: left;
}
.footer-container-left-text1 {
  font-size: 30px;
  font-family: "Crimson Text", serif;
  margin-bottom: 16px;
}
.footer-container-left-text2 {
  font-size: 18px;
}
.footer-container-right {
  text-align: center;
}
.footer-container-right-text1 {
  font-size: 30px;
  margin-bottom: 30px;
  display: block;
}
.footer-container-bottom {
  background-color: #2780ba;
  text-align: center;
}
.copyright {
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
}
/*-------------------------------------------
フッター
-------------------------------------------*/
/*-------------------------------------------
フッター
-------------------------------------------*/
/*-------------------------------------------
フッター
-------------------------------------------*/
/*-------------------------------------------
SP
-------------------------------------------*/
@media (min-width: 1200px) {
  /* 1200px以上*/
  h1 {
    font-size: 3.6rem; /* 36px*/
  }
  h2 {
    font-size: 2.4rem; /* 24px*/
  }
}
@media screen and (max-width: 767px) {
  /* 640px以下*/
  body {
    line-height: 2;
  }
  h1 {
    font-size: 2.4rem; /* 24px*/
  }
  h2 {
    font-size: 2rem; /* 20px*/
  }
}
@media screen and (max-width: 767px) {
  .side-container,
  .side-title {
    display: none;
  }
  .square-mainvisual .main-wrap {
    width: 100%;
  }
  .header-container-list .fas {
    display: none;
  }
  .header-container-list a {
    font-size: 12px;
  }
  .header-container-list .btn1 {
    border-radius: 0;
  }
  .header-container-list .btn3 {
    display: block;
    width: 14vw;
    background-color: #fff;
  }
  .header-container .sp-logo {
    display: block;
    width: 60px;
    height: 60px;
  }
  .header-container-list .btn3 a {
    color: #2780ba;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: bold;
    height: 60px;
    justify-content: center;
    width: 13vw;
  }
  .spnavi {
    display: flex;
    flex-direction: column;
    height: 14px;
    justify-content: space-between;
    transition: opacity 0.3s;
    width: 18px;
    align-items: center;
  }
  .spnavi span {
    background: #2780ba;
    border-radius: 2px;
    display: block;
    height: 2px;
    width: 100%;
  }
  header {
    display: flex;
    justify-content: space-between;
    background: #fff;
    z-index: 15;
    height: 68px;
    position: fixed;
    width: 100%;
  }
  .flex-wrap {
    margin-top: 0px;
  }
  .sp-logo img {
    width: 26vw;
    object-fit: cover;
    height: 68px;
    margin-left: 20px;
  }
  .header-container {
    height: 68px;
    width: 100%;
  }
  .sp-header-container {
    display: block;
    background-color: #fff;
    height: 68px;
    width: 100%;
  }
  .sp-logo {
    display: block;
    width: 26vw;
    position: fixed;
    z-index: 15;
    background-color: #fff;
  }
  .bottom-banner {
    flex-direction: column;
  }
  .text-block-right::after {
    display: none;
  }
  .text-block-inner {
    flex-direction: column;
  }
  .text-block-left,
  .text-block-right {
    height: auto;
    margin-top: 0;
  }
  .text-block-left {
    justify-content: left;
    width: 100%;
  }
  .text-block-title {
    margin-left: 10%;
    margin-top: -75px;
    z-index: 5;
    font-size: 6vw;
  }
  .text-block-right {
    border-radius: 15px 0 0 0;
    margin-left: 5%;
    margin-top: -80px;
    width: 95%;
  }
  .right-text {
    width: 90%;
    padding: 5%;
    margin-top: 40px;
    font-size: 14px;
  }
  .slider {
    margin-top: 0px;
  }
  .main-wrap-container {
    padding: 0;
  }
  .plan-visual {
    border-radius: 0 20px 20px 0;
    margin-right: 5%;
    width: 95%;
  }
  .slider li img {
    width: 90%;
    border-radius: 0;
  }
  .content .slider li h4 {
    font-size: 16px;
    width: 100%;
    margin: 0 3%;
  }
  .content .slider li p {
    font-size: 16px;
    width: 70%;
    margin: 0 3%;
  }
  .contents-wrap {
    margin-top: 60px;
  }
  #ac-menu {
    margin-top: 0;
  }
  #ac-menu .label {
    padding: 15px 0;
  }
  #ac-menu .detail {
    padding: 35px 0;
  }
  #ac-menu .detail dl {
    flex-direction: column;
  }
  #ac-menu .detail dt {
    width: 100%;
    margin-bottom: 10px;
  }
  #ac-menu .detail dd {
    width: 100%;
    padding-left: 10px;
  }
  .gallery .gallery-item-container {
    flex-direction: column;
  }
  .gallery-item-container {
    flex-direction: column;
  }
  #ac-menu .item-box {
    width: 96%;
    margin: 0 2% 10px;
    height: 176px;
  }
  .footer-container {
    flex-direction: column;
  }
  .square-mainvisual .open #ac-menu .detail {
    margin-top: 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  #ac-menu .detail {
    padding: 0;
  }
  .gallery .gallery-item-container {
    max-height: none;
    margin-bottom: 0;
  }
  .gallery-item-container {
    max-height: none;
    margin-bottom: 0;
  }
  .index-text-block {
    width: 100%;
  }
  .index-container-bottom {
    display: block;
    width: 100%;
  }
  .index-title-wrap {
    width: 90%;
    border-radius: 0 30px 0 0;
    margin-right: 10%;
  }
  .plan .index-menu-wrap {
    width: 90%;
    border-radius: 0 0 30px 0;
    margin-right: 10%;
  }
  .index-menu-wrap {
    width: 90%;
    border-radius: 0 0 30px 0;
    margin-right: 10%;
  }
  .index-menu-wrap ul li a {
    width: 70px;
  }
  .index-menu-wrap ul li a:after {
    -webkit-transform: translateY(-50%);
    background: url(http://shinonome-ccc.tokyo/wp-content/uploads/2024/07/088.png)
      center center / cover no-repeat;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 15px;
    left: 65px;
    transform: translateY(-50%);
    width: 10px;
  }
  .title-box {
    width: 200px;
  }
  .bottom-banner-left {
    width: 100%;
  }
  .bottom-banner-right {
    width: 100%;
  }
  .banner-container-item {
    padding: 15px;
  }
  .bottom-banner {
    height: unset;
    margin-top: 0;
  }
  .footer-container-left {
    text-align: center;
  }
  .nav-menu li:hover {
    background-color: #2780ba;
    transition: 0.5s;
  }
  .nav-menu li:hover a {
    color: #fff;
  }
  .top .main-wrap {
    width: 100%;
    margin-top: 68px;
    top: 0;
  }
  .top .main-wrap img {
    width: 100%;
    height: 500px;
    border-radius: 0;
  }
  .slide-container {
    margin-top: 10px;
    width: 100%;
    padding: 40px 0;
  }
  .plan-container-top {
    flex-direction: column;
  }
  .plan-container::before {
    display: none;
  }
  .top .contents-wrap {
    width: 100%;
    left: 0;
  }
  .plan-container-bottom {
    flex-direction: column;
  }
  .plan-container-bottom-wrap {
    width: 100%;
    margin-top: 30px;
  }
  .container-top-left img {
    height: auto;
    width: 90%;
    border-radius: 15px;
  }
  .container-top-right {
    width: 100%;
  }
  .container-top-left {
    width: 100%;
  }
  .top .facility-container {
    width: 100%;
  }
  .plan-container-bottom img {
    width: 90%;
    margin: 0 5%;
    height: auto;
    border-radius: 20px;
  }
  .plan-container-text {
    margin: 30px 0;
  }
  .plan-container-bottom-wrap p {
    margin: 24px 5%;
  }
  .facility-container-text {
    width: 90%;
    margin: 20px 5%;
  }
  .equipment .index-menu-wrap {
    height: 30px;
    width: 90%;
    border-radius: 0 0 30px 0;
  }
  .outline .index-menu-wrap {
    height: 30px;
    width: 90%;
    border-radius: 0 0 30px 0;
  }
  .access .index-menu-wrap {
    height: 30px;
    width: 65.276%;
    border-radius: 0 0 30px 0;
  }
  .access .title-box {
    width: 273px;
  }
  .gallery .title-box {
    width: 273px;
  }
  .facility .index-menu-wrap {
    height: 30px;
    width: 90%;
    border-radius: 0 0 30px 0;
  }
  .item-container {
    flex-direction: column;
    max-height: unset;
    margin-bottom: unset;
  }
  .equipment .item-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    max-height: unset;
  }
  .facility .item-box img {
    width: 90%;
    margin: 0 5%;
    max-height: 64vw;
    height: 100%;
  }
  .item-title {
    margin-bottom: 5px;
  }
  .facility-map-container-top {
    flex-direction: column;
  }
  .facility-map-container-left {
    width: 100%;
  }
  .facility-map-container-right {
    width: 100%;
    margin-left: unset;
  }
  .facility-map-container-right-title {
    text-align: center;
    margin: 30px 0;
    font-size: 20px;
  }
  .facility-map-container-right-text {
    font-size: 16px;
    margin-bottom: 4vw;
  }
  .facility-map-container-bottom {
    margin-bottom: 40px;
  }
  .facility .img-text {
    font-size: 10px;
  }
  .facility .container-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .facility .contents-wrap {
    margin: 60px 3% 0;
    width: 94%;
  }
  .outline .contents-wrap {
    margin: 60px 3% 0;
    width: 94%;
  }
  .facility .item-box {
    width: 100%;
    height: auto;
  }
  .access .title-text1 {
    font-size: 24px;
  }
  .access .title-text2 {
    font-size: 16px;
    width: 210px;
  }
  .access-item-box {
    width: 100%;
    height: auto;
  }
  .access .item-box {
    width: 100%;
    height: auto;
  }
  .access .contents-wrap::before {
    display: none;
  }
  .gmap {
    height: 400px;
  }
  .access-item-text {
    font-size: 20px;
  }
  .access .contents-wrap {
    margin: 60px 3% 0;
    width: 94%;
  }
  .access .item-box img {
    height: 100%;
  }
  .gallery .index-menu-wrap {
    display: flex;
    justify-content: center;
    height: 30px;
    align-items: normal;
    width: 90%;
    background-color: #2780ba;
    border-radius: 0 0 30px 0;
  }
  .movie-container {
    flex-direction: column;
  }
  .movie-container-box {
    width: 100%;
  }
  .gallery .contents-wrap {
    margin: 60px 3% 0;
    width: 94%;
  }
  .gallery .item-box {
    width: 100%;
  }
  .gallery .item-box img {
    max-height: 230px;
  }
  .gallery .item-box {
    height: auto;
  }
  .outline-p {
    margin-left: unset;
    text-align: center;
  }
  .outline-container {
    margin-bottom: 40px;
    padding: 35px 0;
    font-size: 13px;
  }
  .text-box {
    display: none;
  }
  .equipment .item-box img {
    max-height: 300px;
  }
  .access .item-container {
    margin-bottom: 0;
  }
}
