@charset "UTF-8";
/* 
*{outline:1px solid #a6a6f9} */

* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
    margin: 0;  
    padding: 0; 
}


body {
    color: #333;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.1em;
    min-width: 400px;
    margin: 0;
    padding: 0;
    background-color: #F7F3EB
    ;
}

/* .zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
} */


a {
    color: #333;
    text-decoration: none;
}

img {
    width: 100%;
    vertical-align: bottom;
}

li {
    list-style: none;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

h2 {
    padding: 60px 0 80px 0;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 5px;
    color: #276432;
    font-weight: 300;
}

h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 24px;
    font-weight: 200;
    letter-spacing: 5px;
    color: #276432;

}

h4 {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-weight: 200;
    letter-spacing: 5px;
    color: #276432;

}

@media (max-width: 425px) {
    h2 {
    padding: 24px 0;
    font-size: 1.4rem;
    }
}


/* --------------------------
header
----------------------------*/

.header {
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    width: 100%;
    height: 140px;
    align-items: center;
}

.logo {
    position: relative;
    margin-left: 12px;
}

.logo img {
    width: 140px;
}

.logo_title {
    font-size: 1.2rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.icon_insta img {
    width: 30px;
}

.header_navi a {
    display: inline-block;
}

.header_navi ul {
    display: flex;
    align-items: center;
}

.header_navi li {
    width: 100px;
    margin-right: 16px;
}

.header_navi li p {
    font-size: 0.8rem;
    text-align: center;
}

.hamburger {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    transition: all .5s;
    z-index: 30;
    display: none;

}

.hamburger span {
    width: 30px;
    height: 2.5px;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 0;
    transition: all .5s;
}

.hamburger span:first-child {
    background-color: #ED777A;
    top:4px;
}

.hamburger span:nth-child(2) {
    background-color: #EEDC7A;
    top: 14px;
}

.hamburger span:last-child {
    background-color: #A0D4CA;
    bottom: 4px;
}

.hamburger.open span:nth-of-type(1) {
    top: 10px;
    transform: translateY(6px) rotate(-213deg);
}

.hamburger.open span:nth-of-type(2) {
    opacity: 0;
}

.hamburger.open span:nth-of-type(3) {
    top: 22px;
    transform: translateY(-6px) rotate(213deg);
}

#mask.open {
    width: 100%;
    height: 100%;
    background-color:#F7F3EB;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 20;
    cursor: pointer;
}

#navi.open {
    visibility: visible;
    transition: all .5s;
    right: 0;
    z-index: 20;
}

#navi {
    width: 160px;
    height: 450px;
    background-color: #F7F3EB;
    border-radius: 20px;
    position: fixed;
    display: block;
    top: 0;
    right: -100%;
    visibility: hidden;
}

#navi ul {
    padding: 60px 20px 20px 20px;
    overflow: hidden;

}

.mask-ul li {
    width: 200px;
    font-size: 1rem;
    padding: 5px;
    margin: 0 auto 10px auto;
    /* margin-bottom: 10px; */
    display: block;
}

.mask-list{
    width: 100%;
    display: block;
    color: #276432;
    padding: 5px 0;
    margin-bottom: 10px;
    position: relative;
    transition: all 1s;
}

.mask-list:hover {
    transform: translateX(5px);
}

/* ----------------------------
header-media
------------------------------ */
@media (max-width: 1024px) {

.header_navi li p {
    font-size: 0.8rem;
}

.header_navi {
    display: none;
}

.hamburger {
    display: block;
}

.logo {
    margin-left: 0;
}

.logo img {
    width: 100px;
}

.logo_title {
    font-size: 0.8rem;
    bottom: 0;
    left: -3%;
}

.header {
    padding: 20px 20px;
    height: 100px;
}

header {
    height: 100px;
}
}



/*  ---------------------------
main
------------------------------*/
.mainvisual {
    /* max-width: 1200px; */
    position: relative;
    margin: 24px auto 40px auto;
    overflow: hidden;
}



.mainvisual_img {
    width: 100%;
    height: 720px;
    object-fit: cover;
    object-position: bottom ;
    /* max-width: 1200px; */
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.mainvisual_img-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainvisual__text-img {
    position: relative;
    width: 560px;
    margin: 0 auto;
}

.mainvisual__text-img p {
    text-align: center;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.1rem;
    margin-top: 60px;
    }



/* --------------------------
mainvisual media
------------------------------ */
@media screen and (max-width: 1024px){
.mainvisual {
    display: block;
    margin: 40px 0;
}

.mainvisual_text {
    padding: 0;
    text-align: center;
    font-size: 1rem;
    margin-top: 64px;
}

.mainvisual__text-img {
    top: 75%;
    width: 400px;
}
}

@media screen and (max-width: 425px){

.mainvisual_text {
    top: 80%;
    font-size: 0.8rem;
    margin: 20px;
    left: calc(50% - 100px);
}

.mainvisual__text-img {
    top: 56%;
    left: 0;
}

.mainvisual {
    display: block;
    margin: 40px 0 0 0;
}

.scroll {
    display: none;
}
}


/* ------scroll animation-------- */
article {
    position: relative;
}

/* .scroll {
    position: absolute;
    left: 5%;
    top: 11%;
    writing-mode: vertical-rl;
}

.scroll::before {
    animation: scroll 2s infinite;
    background-color: #000;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}

@keyframes scroll {
0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
}
50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
}
51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
}
100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
}
}


.scrollDown {
    position: absolute;
    left: 5%;
    animation: scrollDown 2s ease-in-out infinite;
}
@keyframes scrollDown {
    0% {top: 18%}
    50% {top: 19%}
    100% {top: 18%}
}

.scrollDown span {
    position: absolute;
    left: -25px;
    bottom: 10px;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
}

.scrollDown::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #333;
    bottom: 0;
    right: -6px;
    transform: skew(-30deg);
}
.scrollDown::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background-color: #333;
    bottom: 0;
    right: 0;
}
 */


/* ---------------------------------
section AboutUs
------------------------------------ */
.page_top {
    cursor: pointer;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 22px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    border: 1px solid #276432;
    border-radius: 50%;
    transition: .3s;
    background: #f8f8f8;
    opacity: 0;
    z-index: 10;
    font-size: 0.8rem;
}

.aboutus {
    padding-top: 120px;
}

.about-title {
    text-align: left;
    letter-spacing: 0.15em;;
    margin-left: 40px;
}

.about {
    margin-bottom: 80px;
    position: relative;
}

.about_text-container {
    padding-top: 8vh;
}

.about_text {
    margin-bottom: 64px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    opacity: 0;
    transition: 1s;
    transform: translateY(80px);
}

.about_text.visible {
    opacity: 1;
    transform: translateY(0);
}

.about_text-2 p {
    margin-bottom: 64px;
    font-size: 1.2rem;
}

.about_text-large {
    font-size: 2rem;
    font-weight: 400;
}

.about_img {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 1s;
    transform: scale(0.9);
}

.about_img.visible {
    opacity: 1;
    transform: scale(1);
}

.about_img-l {
    width: 100%;
    object-fit: cover;
}

/* 
.shape1 {
    width: 340px;
    position: absolute;
    top: 5%;
    left: -12%;
    transform: rotate(90deg);
    z-index: -1;
    overflow: hidden;
} */

.shape2 {
    width: 480px;
    position: absolute;
    top: 20%;
    right: -3%;
    z-index: -1;
    overflow: hidden;
    transform: rotate(180deg);
}


/* ----------------------------
section about-media
------------------------------ */
@media (max-width: 1024px) {
.aboutus {
    padding-top: 24px;
}

.about {
    display: block;
    margin-bottom: 24px;
    height: auto;
}

.about_img,.about_text {
    width: 100%;
}

.about_img {
    position: static;
}

.shape2 {
    width: 360px;
    top: 6%;
    right: 10%;
}

.about p {
    font-size: 1rem;
}

.about_text {
    margin-bottom: 16px;
    text-align: center;
    font-size: 1rem;
}

.about_text-container {
    padding-top: 40px;
}
}

@media (max-width: 425px) {

.shape2 {
    width: 300px;
    top: 5%;
    left: 10%;
    transform: rotate(45deg);
}
}




/* --------------------------
section facility
----------------------------- */
.facility {
    position: relative;
    background-color: #F8F8F8;
}

.shape3 {
    width: 400px;
    position: absolute;
    top: 33%;
    right: 20%;
    overflow: hidden;
}
.facility_title {
    text-align: left;
    letter-spacing: 0.15em;;
    margin-left: 40px;
}

.facility_title span {
    display: inline-block;
}

.facility_top {
    display: flex;
    margin-bottom: 80px;
}

.facility_img {
    width: 60%;
    margin-right: 0;
    margin-left: auto;
}

.facility_img-topimg {
    border-radius: 50px;
    animation: facility_animation 16s infinite;
}



@keyframes facility_animation {
    0% {opacity: 1; transform: scale(0.85);}
    60% {opacity: 1;}
    70% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 1; transform: scale(1.0);}
}

.facility_text {
    line-height: 2.2rem;
    width: 45%;
    font-size: 1.6rem;
    font-weight: 200;
    padding: 80px 0 0 56px;
    letter-spacing: 0.1;
}

.facility_top_text {
    font-weight: 200;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.6rem;
}

.facility_btn {
    /* display: inline-block; */
    width: 220px;
    display: block;
    padding: 16px 24px;;
    border: 1px solid #276432 ;
    border-radius: 50px;
    position: relative;
    transition: 0.5s all;
    margin: 0 auto;
    text-align: center;
    line-height: normal;
}

.facility_btn:hover {
    transform: scale(0.9,0.9);
    color: #fff;
    background-color: #276432;

}

.slide-container {
    width: 100%;
    margin: 80px auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 24px 0;
}
.slide-wrapper {
    display: flex;
    animation: slide-flow 30s infinite linear 1s both;
}

.slide{
    width: 300px;
    height: 250px;
    object-fit:cover;
    margin: 0 16px;
    /* border-radius: 50px; */
    transition: all 1s;
    clip-path: polygon(19% 9%, 80% 8%, 100% 50%, 81% 94%, 22% 94%, 0% 50%);
}

.slide:hover {
    transform: scale(1.1);
}

.slid__low {
    margin-top: 64px;
    clip-path: none;
    border-radius: 10%;
}




@keyframes slide-flow {
    0% {transform: translateX(0);}
    100% {transform: translateX(-100%);}
}

@media (max-width:1024px) {
.facility_top {
    display: block;
    margin-bottom: 24px;
}

.facility_text {
    width: 80%;
    padding: 0;
    text-align: center;
    line-height: 2rem;
    margin: 0 auto 60px auto;
}

.facility_top_text {
    font-size: 1rem;
}

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

.facility_img-topimg {
    height: 400px;
    object-fit: cover;
}

.shape3 {
    top: 40%;
}
}

@media (max-width:425px) {
    .shape3 {
    top: 30%;
}
}

/* --------------------------
wave
----------------------------- */
.wave_wrap {
    overflow: hidden;
    margin-bottom: 60px;
}

.wave1 {
    background: #F7F3EB;
    border-bottom-left-radius: 1000px 200px;
    border-bottom-right-radius: 1000px 200px;
    height: 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
}

.wave2 {
    background: #f8f8f8;
    border-bottom-left-radius: 1000px 200px;
    border-bottom-right-radius: 1000px 200px;
    height: 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
}



@media (min-width:2100px){
.wave1::before{
    background-size: 108% calc(2vw + 221px);
}
}


/* -----------------------
detail
------------------------- */

.detail {
    background-color: #F7F3EB;
    padding-bottom: 120px;
}

.detail_links {
    text-align: contain;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    display: flex;
    gap: 48px;
}

.link {
    width: 30%;
    opacity: 0;
    transition: 1s;
    transform: translateY(80px);
}

.link.visible {
    opacity: 1;
    transform: translateY(0);
}

.link__img-container img {
    width: 280px;
    height: 280px;
}

.link__img-container img:hover {
    animation: hoverShake 0.15s linear 3;
    opacity: 0.8;
}

@keyframes hoverShake {
    0% {transform: skew(0deg,0deg);}
    25% {transform: skew(1deg, 1deg);}
    75% {transform: skew(-1deg, -1deg);}
    100% {transform: skew(0deg,0deg);}
}


.link__guid img {
    /* width: 100%; */
    border-radius: 50%;
    box-shadow: 4px 4px 10px #ccc ;
    object-fit: cover;
}

.link__access img {
    /* width: 100%; */
    border-radius: 50%;
    box-shadow: 4px 4px 10px #ccc ;
    object-fit: cover;
}

.link__contact img {
    /* width: 100%; */
    border-radius: 50%;
    box-shadow: 4px 4px 10px #ccc ;
    object-fit: cover;
}

.detail_text {
    margin: 24px auto 56px auto;
}

.detail-btn {
    width: 220px;
    display: block;
    padding: 16px 24px;
    border: 1px solid #276432 ;
    border-radius: 50px;
    position: relative;
    transition: 0.5s all;
    margin: 0 auto;
    text-align: center;
}

.detail-btn:hover {
    transform: scale(0.9,0.9);
    color: #fff;
    background-color: #276432;
}

/* ----------------------------
detail media
------------------------------ */
@media (max-width: 1024px) {

.link {
    width: 100%;
}


.detail_links {
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    display: block;
}

.facility-img {
    max-width: 400px;
}
.detail ul {
    margin: 0 auto;
}

.detail li {
    margin: 0 auto;
}
.detail img {
    max-width: 400px;
}

.images {
    margin: 0 auto 40px auto;
}
}

/* -------------------------
news
---------------------------- */
.news {
    height: 600px;
    background-color: #F8F8F8;
}


/* --------------------------
footer
---------------------------- */
footer {
    margin: 0 auto;
    text-align: center;
    background-color: #f8f8f8;
    padding-top: 20px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 80px 0;
}

.footer-logo {
    margin-bottom: 20px
}

.footer-logo-img {
    width: 200px;
    margin: 0 auto;
}

.contact_btn {
    width: 220px;
    display: block;
    padding: 12px;
    border: 1px solid #276432 ;
    border-radius: 50px;
    position: relative;
    transition: 0.5s all;
    text-align: center;
}

.contact_btn:hover {
    color: #fff;
    background-color: #276432;
}


.footer_navi {
    width: 20%;
    text-align: left;
    margin-left: 40px;
    padding-top: 40px;
}

.footer_navi li {
    margin-bottom: 20px;
}

.footer-info {
    width: 40%;
    margin-top: 32px;
    text-align: left;
}

.footer-info p {
    margin-bottom: 16px;
}
    

.contact-no {
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
}


.footer-info p:nth-child(3) {
    margin-bottom: 16px;
}

.footer-info span {
    margin-right: 16px;
}

.tel {
    font-size: 0.8rem;
    font-weight: bold;
    margin-right: 8px;
}

.footer_map p {
    margin-bottom: 24px;
}

.footer_map img {
    width: 50%;
    margin-bottom: 16px;
}


.map {
    font-size: 0.8rem;
    border: 1px solid #333;
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 30px;
    transition: all .5s;
}

.map:hover {
    transform: scale(0.9,0.9);
}

.copy {
    font-size: 0.6rem;
    padding-bottom: 10px;
}

/* ----------------------------
footer-media
------------------------------ */
@media (max-width: 780px) {
.footer {
    display: block;
}

.footer-info {
    width: 100%;
    text-align: center;
    margin-top: 64px;
}
.footer_navi {
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
    padding-top: 0;
    text-align: center;
}

.contact_btn {
    width: 160px;
    display: block;
    padding: 12px 8px;
    margin: 40px auto;
}
}


/* -------------------------------
facility.html
--------------------------------- */
.facility_page {
    padding-top: 160px;
}

.facility-images ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    margin: 80px auto;
}

.facility-item {
    max-width: 480px;
    padding: 10px 30px;
    margin-bottom: 60px
}

.facility-image {
    height: 250px;
    margin-bottom: 16px;
}

.facility-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: 1s all;
    box-shadow: 4px 4px 10px #ccc ;
}

.facility-item img:hover {
    transform: scale(1.05);
    overflow: hidden;
}

.facility-text-box {
    background-color: #fff;
    padding: 8px;
    border-radius: 5px;

}

.facility-list-text{
    font-size: 1.2rem;
    font-weight: 200;
    margin-bottom: 16px;
}

.facility-list-detail {
    height: auto;
    font-size: 0.8rem;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    font-weight: 200;
} 

.facility-container {
    text-align: center;
    margin: 120px auto;

}

.capacity,.hours {
    margin: 0 auto;
    margin-bottom: 40px;
}
/* ----------------------------
facilitymedia
------------------------------ */
@media (max-width: 1024px) {
.facility-images ul {
    display: block;
    flex-wrap:nowrap;
}
.facility-images li {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 40px auto;
}
.facility_text {
    font-size: 1rem;
}
}

/* ---------capacity---------- */
.capacity {
    width: 100%;
    padding: 0 32px;
}

.capacity li {
    display: flex;
    justify-content: space-between;
    line-height: 3rem;
    font-size: 0.9rem;
}

.capacity li:not(:last-child) {
    border-bottom: 2px dotted #050505;
}

.capacity ul {
    max-width: 560px;
    width: 100%;
    margin: 0 auto 80px auto;
    border: 1px solid #050505;
    padding: 20px 40px;
    border-radius: 15px;
    background-color: #fff;

}

/* -------hours---------- */
.hours {
    width: 100%;
    padding: 0 32px;
}

.hours ul {
    max-width: 560px;
    width: 100%;
    margin: 0 auto 60px auto;
    border: 1px solid #050505;
    padding: 40px 40px;
    border-radius: 15px;
    background-color: #fff;
}

.hours-list {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
}

.hours li:nth-child(1) {
    padding-bottom: 30px;
    border-bottom: 2px dotted #050505;
    margin-bottom: 20px;
}

.hours li:nth-child(2) {
    margin-bottom: 5px;
}

/* --------overview-------- */
.overview {
    margin-bottom: 160px;
    padding: 0 32px;
}

.overview ul {
    max-width: 560px;
    width: 100%;
    margin: 0 auto 60px auto;
    border: 1px solid #050505;
    padding: 20px 40px;
    border-radius: 15px;
    background-color: #fff;
}

.overview-list {
    display: flex;
    justify-content: space-between;
    text-align: right;
    line-height: 3.5rem;
    align-items: center;
    font-size: 0.9rem;
}

.overview li:not(:last-child) {
    border-bottom: 2px dotted #050505;
}

.overview-adress {
    line-height: 1.3rem;
}

.overview-list-adress {
    line-height: 4rem;
}



@media (max-width: 1024px) {  
.facility-container {
    display: block;
    margin: 0 auto;
}
.capacity {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.capacity-list {
    margin-bottom: 8px;
}
.hours {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.overview ul {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
}

@media (max-width: 780px) {

.hours-list {
    display: block;
}

.overview-list {
    display: block;
    text-align: left;
}
}

/* -------------------------------
guid_page
--------------------------------- */
.guid_page {
    position: relative;
    padding: 60px 0 100px 0;
    margin-top: 80px;
    /* background-color: #FFF6E0; */
}
.day {
    margin: 60px auto;
    padding: 0 32px;
}

.guid-table {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #333;
    border-radius: 15px;
    padding: 8px 24px;
    background-color: #f8f8f8;
}

.guid-table td {
width: 50%;
line-height: 4rem;
border-bottom: 2px dotted #333;
}

.guid-table .last-tr td {
    border-bottom: none;
}



.guid-table .td-right {
    text-align: right;
    padding-right: 30px;
}

.price {
    padding: 0 32px;
}

.price-span {
    font-size: 0.8rem;
}

.price p {
    text-align: center;
    margin: 20px;
}

/* ---------------------------
guid
------------------------------ */
.guid_page {
    padding: 0 0 60px 0;
}

.container {
    margin-top: 20px;
    padding: 0 32px;
}

.details {
    display: grid;
    gap: 30px;
}

.details[open] .summary:after {
    rotate: 270deg;

} 

.summary {
    display: block;
    width: 100%;
    max-width: 500px;
    border: 1px solid #333;
    margin: 0 auto;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    background-color: #f8f8f8;
}

.summary::-webkit-details-marker {
    display: none;
}

.summary::before,
.summary:after {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    background: #333;

}

.summary::before {
    width: 16px;
    height: 2px;
    right: 16px;

}

.summary:after {
    width: 2px;
    height: 16px;
    right: 23px;
    transition: rotate 0.5s;
}

.answer {
    overflow: hidden;

}

.answerInner {
    max-width: 500px;
    width: 100%;
    padding: 0 20px 40px 20px;
    margin: 0 auto;
}


/* ----------------------------
media
------------------------------ */
@media (max-width: 1024px) {
    .answerInner {
        font-size: 0.8rem;
}
}


/* ----------------------------
contact.html
------------------------------ */
.contact_page {
    padding-top: 160px;
}

.contact-text {
    margin: 0 auto;
    padding-bottom: 60px;
    text-align: center;
}

.contact-title {
    font-weight: normal;
    font-size: 1.4rem;
    font-family: 'Raleway', sans-serif;
    margin: 0 auto;
    margin-top: 20px;
    width: 400px;
    color: #276432;
    text-align: center;
}

.contact-header {
    margin-top: 120px;
    height: 40px;
    z-index: 20;
}

.contact_page .contact-no {
    text-align: center;
}

form {
    padding: 0 24px 100px 24px;
}

.form {
    margin: 0 auto;
    max-width: 400px;
    width: 80%;
    padding-top: 40px;
    color: white;
    position: relative;
}

label{
    font-size: 1.2em;
    margin-top: 30px;
    padding-left: 20px;
    color: #276432;
}

label, input, textarea{
    display: block; 
}

input, textarea{
    margin: 0 auto;
    max-width: 400px;
    width: 100%; 
    border: none;
    border-radius: 15px;
    outline: none;
    padding: 10px;
    color: #676767;
    border: solid 3px #276432;  
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

input:focus, textarea:focus{
    border: solid 3px #276432;  
}

input[type="submit"]{
    width: 100%;
    background-color: #fff;
    color: #276432;
    height: 50px;
    cursor: pointer;
    margin-top: 60px;
    font-size: 1.29em;
    font-family: 'Sniglet', cursive;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

input[type="submit"]:hover{
    background-color: #276432;
    color: #fff;
}

.formgroup, .formgroup-active, .formgroup-error{
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    padding-top: 2px;
}

.formgroup-error{
    background-image: url('http://www.geertjanhendriks.nl/codepen/form/octo-error.png');
    color: red;
}





/* ----------------------------
access.html
------------------------------- */
.access_page {
    padding-top: 160px;

}

.accces-car,.accces-transport {
    margin: 60px 0;
    background-color: #f6f7e7;
    padding: 30px;
    border-radius: 10px;
    font-weight: 300;
    background-color: #f8f8f8;
}

.accces-car p:last-child,.accces-transport p:last-child {
    font-size: 0.9rem;
    margin-top: 20px;
}

.accces-guid {
    max-width: 600px;
    margin: 100px auto;
    padding: 0 32px;
}

.accses {
    margin: 40px auto;
    text-align: center;
    align-items: center;
}


iframe {
    width: 100%;
    display: block;
    margin: 40px auto 80px auto;
    height: 360px;
    padding: 0 32px;
}

.speacing {
    width: 100%;
    height: 40px;
}