:root {
    --main-color: #00b6b9;
    --sub-color: #c6ac83;

    --white-filter: invert(100%) sepia(0%) saturate(6023%) hue-rotate(136deg) brightness(112%) contrast(101%);

    --header-height: 80px;
}

@media (max-width: 767px) {
    :root {
        --header-height: 60px;
    }

}


body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

#container {
    padding: 0;
}

section {
    padding: 80px 0;
}

.title01 {
    position: relative;
    z-index: 0;
}
.title01.center {
    text-align: center;
}
.title01 .en {
    font-family: "Dancing Script", cursive;
    font-size: 80px;
    color: var(--main-color);
    line-height: 1;
    opacity: 0.3;
    position: relative;
    z-index: -1;
}
.title01 .jp {
    font-size: 25px;
    margin-top: -20px;
    font-weight: bold;
}

.title02 {
    font-weight: 500;
    margin: 50px 0;
}


.hl003 {
    padding: 150px 0;
    position: relative;
    z-index: 0;
}
.hl003 > .inner {
    position: relative;
    z-index: 1;
    color: #fff;
}
.hl003 .en {
    font-family: "Dancing Script", cursive;
    font-size: 80px;
    line-height: 1;
    opacity: 0.3;
    position: relative;
    z-index: -1;
}
.hl003 .jp {
    font-size: 25px;
    margin-top: -20px;
    font-weight: bold;
}
.hl003:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--main-color);
    opacity: 0.5;
}
.hl003 > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}


.google_map > iframe {
    width: 100%;
    display: block;
}

@media (max-width: 767px) {

    .google_map > iframe {
        aspect-ratio: 3 / 2;
        height: auto;
    }

}

/*ローディング*/
#loader-bg.l001:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    background: var(--sub-color);
}
#loader-bg.l001:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    background-image: url(../images/coco/bg01.png);
    background-size: 100px;
}
.sk-circle {
  margin: 100px auto;
  width: 80px;
  height: 80px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: var(--main-color);
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*ヘッダー*/
.h003.header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: var(--header-height);
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
}
.h003.header #inner-header {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    height: var(--header-height);
}

.h003.header .logo {
    height: auto;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 1;
}
.h003.header .logo a {
    font-weight: normal;
    color: inherit;
    font-weight: bold;
    font-size: 1.2rem;
    display: flex;
    align-items: baseline;
    width: auto;
    height: auto;
    justify-content: flex-start;
    gap: 5px;
    padding: 10px 0;
}
.h003.header .logo a > span {
    display: inline-block;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
}
.h003.header .logo a > span:nth-child(1) {
    font-size: 18px;
}
.h003.header .logo a > span:nth-child(2) {
    font-size: 38px;
}

.h003.header .menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    width: var(--header-height);
    height: var(--header-height);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    display: none;
}
.h003.header label.buMenu {
    position: relative;
    z-index: 102;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 22px;
    width: 30px;
}
.h003.header label.buMenu .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 5px;
    margin-top: 0px;
    background-color: var(--main-color);
    transition: transform .3s ease-in-out, top .5s ease;
    position: absolute;
    left: 0;
}
.h003.header .menu label.buMenu .icon-bar:nth-child(1) {
    top: 0;
}
.h003.header .menu label.buMenu .icon-bar:nth-child(2) {
    top: calc(100% / 2 - 1px);
    transition: all 0.3s;
}
.h003.header .menu label.buMenu .icon-bar:nth-child(3) {
    bottom: 0;
}
.h003.header .menu.open label.buMenu .icon-bar:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
    top: 0;
}
.h003.header .menu.open label.buMenu .icon-bar:nth-child(2) {
    left: 50%;
    opacity: 0;
    transform: none;
}
.h003.header .menu.open label.buMenu .icon-bar:nth-child(3) {
    transform: translateY(-10px) rotate(45deg);
    bottom: 0;
}

.h003.header .menu .menu_text {
    font-size: 11px;
    text-align: center;
    color: var(--main-color);
    line-height: 1.0;
    margin: 7px 0 0;
    font-weight: bold;
}


.h003.header .menu_box nav ul {
    display: flex;
    border-bottom: none;
}
.h003.header .menu_box nav ul li a {
    height: var(--header-height);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    line-height: 1.5;
    text-align: center;
    color: var(--text-color);
}

.h003.header .menu_box nav ul li a:hover {
    color: var(--main-color);
}

@media (max-width: 1029px) {

    .h003.header .menu {
        display: flex;
    }

    .h003.header .menu_box {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.5s, visibility 0.5s;
        padding: 80px 5%;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 60px;
        pointer-events: none;
    }
    .h003.header .menu.open + .menu_box {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .h003.header .menu_box nav ul {
        display: block;
    }

    .h003.header .menu_box nav ul li a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .h003.header .menu_box nav ul li a {
        font-size: 16px;
    }

}




footer.f001 #inner-footer {
    display: flex;
    gap: 20px 40px;
    flex-wrap: wrap;
    padding-bottom: 0;
} 

footer .company {
    display: flex;
    margin-bottom: 15px;
    text-align: left;
}
.f001 .logo a {
    font-size: 20px;
}

footer .links ul {
    margin-top: 5px;
}

footer .links ul > li {
    margin-bottom: 5px;
}

footer .links ul > li a {
    color: #fff;
}
footer .links ul > li a:before {
    content: "-";
    display: inline;
    margin-right: 5px;
}
footer .links ul > li a:after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background-image: url(../images/common/icon_outlink.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1em;
    filter: var(--white-filter);
}

footer.f001 #inner-footer .footer_bottom_link {
    width: 100%;
    padding-bottom: 15px;
}
footer.f001 #inner-footer .footer_bottom_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px 20px;
}
footer.f001 #inner-footer .footer_bottom_link ul > li {

}
footer.f001 #inner-footer .footer_bottom_link ul > li a {
    color: #fff;
    position: relative;
    padding-left: 1em;
}
footer.f001 #inner-footer .footer_bottom_link ul > li a:before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.8em;
    background: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    footer.f001 #inner-footer {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }
    footer.f001 #inner-footer > div {
        margin: 0;
    }

    footer .company {
        justify-content: center;
        font-size: 14px;
    }
    footer .address {
        font-size: 14px;
    }
    footer .links {
        font-size: 14px;
    }
    footer.f001 #inner-footer .footer_bottom_link ul {
        justify-content: center;
        font-size: 14px;
    }
}



.mv001 {
   height: auto;
}

.mv001 .mv001_slider .slick-slide {
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}


.mv001 .mv001_contents {
    width: auto;
    height: 100%;
    left: auto;
    right: 5%;
}
.mv001 .mv001_contents .mv001_text {
    writing-mode: vertical-rl;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mv001 .mv001_contents .mv001_text span {
    background: #fff;
    color: var(--text-color);
    padding: 15px 5px;
    line-height: 1.5;
    display: inline-block;
    width: 65px;
    margin: 0 10px;
}
.mv001 .mv001_slider::after {
    display: none;
}

@media (max-width: 1200px) {
    .mv001 .mv001_contents .mv001_text {
        font-size: 3vw;
    }
    .mv001 .mv001_contents .mv001_text span {
        width: 2em;
        display: flex;
        align-items: center;
    }

}

@media (max-width: 767px) {
    .mv001 .mv001_contents .mv001_text {
        font-size: 5vw;
    }

    .mv001 .mv001_slider .slick-slide {
        aspect-ratio: auto;
        height: 70vh;
    }

}


#space_news {
    position: relative;
    z-index: 0;
}
#space_news:before {
    background-image: url(../images/coco/wave_w.svg);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    height: 100px;
    width: 100vw;
    bottom: 100%;
    left: 0;
    z-index: 1;
    transform: rotate(180deg);
}

#space_news > .inner {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto auto;
    gap: 15px 40px;
}

#space_news > .inner .title01 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
#space_news > .inner .post_list {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}
#space_news > .inner .btn001 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin: 0;
}

#space_news .post_list .post_item {
    border-bottom: 1px solid #ccc;
}

#space_news .post_list .post_item a {
    display: flex;
    gap: 20px;
    padding: 15px;
    color: var(--text-color);
}
#space_news .post_list .post_item a .date {
    width: 100px;
    color: var(--main-color);
}

.pl001 .post_item {
    border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {

    #space_news > .inner {
        display: flex;
        flex-direction: column;
    }

    #space_news .post_list .post_item a {
        flex-wrap: wrap;  
        gap: 0; 
    }
    #space_news .post_list .post_item a .title {
        width: 100%;   
    }
}


#space_about {
    position: relative;
    z-index: 0;
}
#space_about:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    background: var(--sub-color);
}

#space_about:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    background-image: url(../images/coco/bg01.png);
    background-size: 100px;
}


#space_about .title01 {
    margin-bottom: 50px;
}
#space_about .title01 .en {
    color: var(--sub-color);
    opacity: 0.7;
}

#space_about .text_center {
    text-align: center;
    line-height: 2;
    margin-bottom: 100px;
}

.example_list {
    display: grid;
    grid-template-columns: 100%;
    gap: 40px 0;
}

.example_list > .item {
    width: 100%;
    padding: 40px;
    background: #fff;
    display: grid;
    grid-template-columns: 60% 1fr;
    align-items: center;
    gap: 40px;
}
.example_list > .item > div {
    width: 100%;
}

.example_list > .item .title {
    display: flex;
    align-items: baseline;
    gap: 0 20px;
    margin-bottom: 20px;
}
.example_list > .item .title .num {
    font-family: "Dancing Script", cursive;
    font-size: 40px;
    line-height: 1;
}

.example_list > .item .image > img {
    width: 100%;
    aspect-ratio: 3 / 2;
    display: block;
}

@media (max-width: 1029px) {

    .example_list > .item {
        grid-template-columns: 65% 1fr;
        gap: 0 20px;
    }
    .example_list > .item h3 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {

    #space_about .text_center {
        text-align: left;
    }

    #space_about .title02 {
        text-align: center;
    }

    .example_list > .item {
        grid-template-columns: 100%;
        gap: 15px 0;
        padding: 30px;
    }
    .example_list > .item .title {
        flex-wrap: wrap;
        justify-content: center;
    }
    .example_list > .item h3 {
        width: 100%;
        font-size: 22px;
        text-align: center;
    }
    .example_list > .item .detail {
        font-size: 14px;
    }

}

.coco_point01 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 30px;
    margin-top: 80px;
}
.coco_point01 .item {
    width: 100%;
    text-align: center;
    z-index: 0;
    font-size: 14px;
    padding: 20px 0;
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    max-width: 250px;    
    justify-self: center;
}
.coco_point01 .item:before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 0;
}
.coco_point01 .item > .inner {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    z-index: 1;
}

.coco_point01 .item img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 10px;
    filter: invert(55%) sepia(90%) saturate(1495%) hue-rotate(138deg) brightness(88%) contrast(101%);
}

.coco_point01 .item .num {
    position: absolute;
    bottom: 90%;
    left: 0;
    background: var(--main-color);
    color: #fff;
    width: 60px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    z-index: 0;
}

@media (max-width: 1029px) {
    .coco_point01 {
        grid-template-columns: repeat(2, 1fr);
        gap: 100px 0;
    }
    .coco_point01 .item {
        gap: 20px 0;
    }
}
@media (max-width: 767px) {
    .coco_point01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    .coco_point01 .item {
        width: calc(50% - 10px);
        aspect-ratio: 1;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .coco_point01 .item > .inner {
        flex-direction: column;
        width: 100%;
    }
    .coco_point01 .item .num {
        bottom: 70%;
    }

}

#space_price .note {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: right;
}
#space_price .note:before {
    content: "※";
    display: inline;
    margin-right: 5px;
}

#space_price .box {
    padding: 30px 40px;
    border: 1px solid #000;
    margin-bottom: 40px;
}

#space_price .box h3 {
    margin-bottom: 15px;
}

#space_price .box h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0;
}
#space_price .box h4:first-child {
    margin-top: 0;
}


table.table01 {
    width: 100%;
}
table.table01 tr th,
table.table01 tr td {
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

table.table01 tr th.right,
table.table01 tr td.right {
    text-align: right;
}
table.table01 tr th.center,
table.table01 tr td.center {
    text-align: center;
}
table.table01 tr th.bottom,
table.table01 tr td.bottom {
    vertical-align: bottom;
}

#space_price .subbox {
    background: #edf9f9;
    padding: 20px;
    margin-top: 20px;
}

#space_price .box .yen {
    font-size: 24px;
    font-weight: bold;
}


#space_price .coco_price01 table.table01 tr th {
    font-weight: bold;
}


#space_price .coco_price01 .yen {
    width: 150px;
    display: inline-block;
}

#space_price .coco_price01 .subbox {
    align-items: flex-end
}
#space_price .coco_price01 .subbox h4 {
    margin-bottom: 0;
}
#space_price .coco_price01 .subbox .right {
    text-align: right;
}

#space_price .coco_price02 h4 {
    margin-bottom: 0;
}

#space_price .coco_price02 table {
    margin-bottom: 30px;
}
#space_price .coco_price02 table tr > *:nth-child(1) {
    width: 250px;
    font-weight: bold;
}
#space_price .coco_price02 table tr > *:nth-child(3) {
    width: 250px;
}

#space_price .coco_price02 .benefit {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

#space_price .coco_price02 .benefit > span {
    background: var(--main-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 100vmax;
    margin-right: 10px;
}

#space_price .coco_price03 .subbox {
    align-items: baseline;
}
#space_price .coco_price03 .subbox .right {
    text-align: right;
}

#space_price .coco_price04 .two_in_one {
    align-items: flex-end;
}

#space_price .coco_price04 .two_in_one .right {
    text-align: right;
}

#space_price .coco_price05 {
    position: relative;
    border: none;
    text-align: center;
}
#space_price .coco_price05:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    background: var(--sub-color);
}

#space_price .coco_price05 ul.slash {
    margin-bottom: 15px;
    justify-content: center;
}

@media (max-width: 1029px) {
    #space_price .box .two_in_one:not(.subbox) > div {
        width: 100%;
    }

    #space_price .coco_price02 table.table01 tr th:nth-child(1),
    #space_price .coco_price02 table.table01 tr td:nth-child(2) {
        white-space: nowrap;
    }

    #space_price .coco_price03 .subbox {
        justify-content: space-between;
    }
    #space_price .coco_price03 .subbox > div {
        width: auto;
    }
}
@media (max-width: 767px) {

    #space_price .note {
        margin-top: 30px;
        text-align: center;
    }

    #space_price .box {
        padding: 20px 15px;
    }
    #space_price .box h3 {
        font-size: 20px;
    }
    #space_price .box .two_in_one:not(.subbox) > div.left {
        font-size: 14px;
    }



    #space_price .box h4 {
        font-size: 16px;
    }
    #space_price .box .yen {
        font-size: 18px;
    }

    #space_price .subbox {
        font-size: 14px;
        border: dashed 2px var(--main-color);
        background: #fff;
    }

    table.table01 tr th {
        background: #edf9f9;
        padding: 10px;
    }

    table.table01 tr th, table.table01 tr td {
        display: block;
        width: 100%;
        border: none;
    }


    #space_price .coco_price01 .yen {
        width: auto;
        margin-left: 1em;
    }

    #space_price .coco_price02 h4 {
        margin-bottom: 15px;
    }

    #space_price .coco_price02 table tr > *:nth-child(1) {
        width: 100%;
        padding: 10px 10px 5px;
    }
    #space_price .coco_price02 table.table01 tr td:nth-child(2) {
        font-size: 14px;
        white-space: wrap;
        background: #edf9f9;
        padding: 5px 10px 10px 20px;
    }
    #space_price .coco_price02 table tr > *:nth-child(3) {
        width: 100%;
    }

    #space_price .coco_price03 table.table01 {
        font-size: 14px;
    }

    #space_price .coco_price03 table.table01 tr th,
    #space_price .coco_price03 table.table01 tr td {
        display: table-cell;
        width: auto;
        padding: 15px 10px;
        border-bottom: 1px solid #ccc;
    }
    #space_price .coco_price03 table.table01 thead tr th {
        vertical-align: middle;
        padding: 10px;
        text-align: center;
    }

    #space_price .coco_price03 .subbox > div {
        width: 100%;
    }
}


#space_facility {
    position: relative;
    z-index: 0;
    padding-bottom: 0;
}
#space_facility:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    background: var(--sub-color);
}
#space_facility:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    background-image: url(../images/coco/bg01.png);
    background-size: 100px;
}
#space_facility .title01 {
    margin-bottom: 50px;
}
#space_facility .title01 .en {
    color: var(--sub-color);
    opacity: 0.7;
}

.facility01 {
    background: #fff;
    padding: 40px;
}

#space_facility table tr th {
    width: 250px;
    font-weight: bold;
}

#space_facility table tr th,
#space_facility table tr td {
    padding: 25px 15px;
    border-bottom: 1px solid #ccc;
}

#space_facility .four_in_one {
    margin-top: 80px;
}

@media (max-width: 767px) {

    .facility01 {
        padding: 30px 20px;
    }
    #space_facility table tr th,
    #space_facility table tr td {
        display: block;
        width: 100%;
        border: none;
    }
    #space_facility table tr th {
        background: #edf9f9;
        padding: 10px;
    }

    #space_facility .four_in_one > div{
        width: 50%;
    }
}



#space_reserve .title01 {
    margin-bottom: 40px;
}
#space_reserve .text_center {
    margin-bottom: 40px;
}

#space_reserve .coco_point01 {
    margin-bottom: 80px;
}
#space_reserve .coco_point01 .item:before {
    border: 1px solid var(--main-color);
}
#space_reserve .coco_point01 .item:not(:last-child):after {
    content: "";
    display:block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: var(--main-color);
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#space_reserve h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
    color: var(--main-color);
}

@media (max-width: 1029px) {
    #space_reserve .text_center {
        text-align: center;
    }
    #space_reserve .coco_point01 {
        grid-template-columns: repeat(4, 1fr);
        gap: 0 30px;
    }
    #space_reserve .coco_point01 .item:not(:last-child):after {
        left: 100%;
    }
    #space_reserve .coco_point01 .item > .inner {
        gap: 0;
        width: 80%;
        margin: 0 auto;
    }

    #space_reserve .coco_point01 {
        gap: 20px;
    }

}

@media (max-width: 767px) {
    #space_reserve .coco_point01 {
        margin-top: 60px;
    }
    #space_reserve .coco_point01 .item:not(:last-child):after {
        display: none;
    }

}  



#space_rule .title01 {
    margin-bottom: 50px;   
}

#space_rule h3 {
    text-align: center;
    font-size: 20px;
}

#space_rule .rule01 {
    display: grid;
    place-content: center;
}
#space_rule ul > li {
    margin-bottom: 10px;
}


#space_contact .title01 {
    margin-bottom: 50px;
}


#space_contact table.mail_form td.reserve .row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#space_contact table.mail_form td.reserve .row >span {
    display: flex;
    align-items: baseline;
    gap: 0 5px;
}

@media (max-width: 767px) {



}



section#space_access {
    padding-bottom: 0;
    position: relative;
    z-index: 0;
    
}
#space_access:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    background: var(--sub-color);
}
#space_access:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    background-image: url(../images/coco/bg01.png);
    background-size: 100px;
}

#space_access > .inner {
    margin-bottom: 50px;
}

#space_access .title01 {
    margin-bottom: 30px;
}

#space_access .title01 .en {
    color: var(--sub-color);
    opacity: 0.7;
}

#space_access .two_in_one {
    align-items: center;
}

#space_access .name {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
#space_access .address {
    margin-bottom: 15px;
}
#space_access .bus {
    margin-bottom: 15px;
}

#space_access .image > img {
    width: 100%;
    display: block;
    aspect-ratio: 3 / 2;
    background: #ccc;
}

@media (max-width: 767px) {

    #space_access .two_in_one {
        gap: 20px 0;
    }
    #space_access .two_in_one > div.left {
        width: 90%;
        margin: auto;
    }

}


input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
select, 
textarea, 
.field {
    background-color: #fff;
    border: 1px solid #ccc;
}

textarea {
    line-height: 1.5;
    padding: 0.5em 0.75em;
}