@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}

p {
    font-size: 1.8vw;
    font-family: "Baskervville SC", serif;
}

a,a:visited {
    color: #000000;
}

h1 {
    font-family: "Merienda", cursive;
}

h2,h3 {
    font-family: "Baskervville SC", serif;
}

.rogo-white {
    position: absolute;
    width: 20%;
    margin-top: 5vw;
    margin-left: 38vw;
    z-index: 9;
}

.rogo-white img {
    width: 100%;
}

.img-frame{
    position: relative;
    width: 100%;
    height: 30vw;
    overflow: hidden;
 }
 
 @media screen and (max-width: 767px){
 .img-frame{
    width: 100%;
    height: 30vw;
    z-index: 8;
    background-size: 100% 100%;
    }
 }
 .img-01, .img-02, .img-03{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
 }
 .img-01{
    background-image: url('../images/top1-see.jpg');
    animation: slide-animation-01 24s infinite;
 }
 .img-02{
    background-image: url('../images/top2-fluits.jpg');
    animation: slide-animation-02 24s infinite;
 }
 .img-03{
    background-image: url('../images/top3-tree.jpg');
    animation: slide-animation-03 24s infinite;
 }
 @keyframes slide-animation-01 {
     0% {opacity: 1; transform: scale(1.0);}
   30% {opacity: 1;}
   40% {opacity: 0; transform: scale(1.15);}
   90% {opacity: 0}
 100% {opacity: 1; transform: scale(1.0);}
 }
 @keyframes slide-animation-02 {
     0% {opacity: 0;}
   30% {opacity: 0; transform: scale(1.1);}
   40% {opacity: 1;}
   60% {opacity: 1;}
   70% {opacity: 0; transform: scale(1.0);}
 100% {opacity: 0;}
 }
 @keyframes slide-animation-03 {
     0% {opacity: 0;}
   60% {opacity: 0;  transform: scale(1.0);}
   70% {opacity: 1;}
   90% {opacity: 1;}
 100% {opacity: 0; transform: scale(1.1);}
 }

 .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5.5vw;
    z-index: 10;
}

.header.change-color {
    background-color: #bde8f1;/*スクロールしたあとのヘッダー背景色*/
    transition: 0.5s; /*滑らかに*/
}

.header-inner {
    width: 95%;
    margin: 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
}

.header-inner h1 {
    font-size: 3vw;
    margin-left: 1%;
}

.header-nav {
    width: 50%;
    margin-left: auto;
    margin-right: 2vw;
}

.header-nav-list {
    display: flex;
    font-family: "Merienda", cursive;
}

.header-nav-item {
    width: calc(100% /5);
}

.drop {
    position: relative;
}

.drop ul {
    position: absolute;
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: 0.3s;
}

.drop ul li {
    display: block;
    text-align: center;
    box-sizing: border-box;
    height: 2.5vw;
    font-size: 1.5vw;
    background-color: #bde8f1;
}
.drop ul li:first-child {
    margin-top: 1.2vw;
}

.drop:hover ul {
    height: 11vw;
}

.header-nav-item-link {
    display: block;
    line-height: 1.8;
    font-size: 1.5vw;
    text-align: center;
}

.header-nav-item-link2 {
    display: block;
}

header div img {
    width: 5%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    margin-left: 1%;
}

.header-nav-item-link {
    color: #000000d0;
    text-decoration: none;
}

nav ul li a:hover {
    opacity: 0.5;
    transition: 1.0s;
}


.hours-all {
    width: 100%;
    margin-top: 5%;
}

.hours-item1 {
    width: 50%;
    margin-left: 5%;
    padding-top: 0.1vw;
    padding-bottom: 0.1vw;
    background-image: url(../images/corkboard.jpg);
    background-size: 100% 100%;
    filter: drop-shadow(1vw 1vw 1vw #5f5f5f);
    font-weight: 500;
}

.hours-item2 {
    width: 50%;
    margin-left: 45%;
    margin-top: -10vw;
    padding-top: 0.1vw;
    padding-bottom: 0.1vw;
    background-image: url(../images/corkboard.jpg);
    background-size: 100% 100%;
    filter: drop-shadow(1vw 1vw 1vw #5f5f5f);
    font-weight: 500;
}

.content-top {
    /* border:5px solid rgb(124, 124, 124); */
    margin:5% auto;
    padding: 3%;
    /* background-color: rgb(207, 218, 255); */
    text-align: center;
    font-family: "Merienda", cursive;
}

.content-top h1 {
    font-size: 3vw;
}

.content-holidays {
    margin-top: 1em;
}

/* .menu-wrap {
    position: relative;
    width: 100%;
    height: 70vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
    background-image: url(../images/menu_img.png);
    background-size: 100% 100%;
    filter: drop-shadow(1vw 1vw 1vw #5f5f5f);
    background-color: rgba(255, 255, 255,0.0);
} */

.menu-wrap2 {
    width: 90%;
    height: 70vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
    background-color: rgb(230, 239, 247);
    border-radius: 20%;
    filter: drop-shadow(1vw 1vw 1vw #5f5f5f);
    margin-bottom: 10vw;

}

.block1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
    text-align: center;
}

.block1 img {
    border-radius: 10%;
    filter: drop-shadow(1vw 1vw 1vw #5f5f5f);
    margin-bottom: 2vw;
}

.block1 ul li a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.block1 h2 {
    margin-top: 6vw;
    margin-bottom: 2vw;
    padding-top: 3vw;
    font-size: 5vw;
    font-family: "Merienda", cursive;
}

.block1 ul {
    list-style: none;
}

.box1-2 {
    display: flex;
    margin-bottom: 7vw;
}

.box1 {
    width: 100%;
    margin-right: 5vw;
}

.box1 a {
    font-size: 1.1vw;
}

.box1 img {
    width: 100%;
}

.box2 {
    width: 100%;
}

.box2 a {
    font-size: 1.1vw;
}

.box2 img {
    width: 100%;
}

.box3-4 {
    display: flex;
}

.box3 {
    width: 100%;
    margin-right: 5vw;
}

.box3 a {
    font-size: 1.1vw;
}

.box3 img {
    width: 100%;
}

.box4 {
    width: 100%;
}

.box4 a {
    font-size: 1.1vw;
}

.box4 img {
    width: 100%;
    opacity: 0.9;
}

.fadeRightTrigger{
    opacity: 0;
}

.fadeRight{
    animation-name:fadeRightAnime;
    animation-duration:5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeRightAnime{
      from {
        opacity: 0;
      transform: translateX(100px);
      }
    
      to {
        opacity: 1;
      transform: translateX(0);
      }
    }

.s1-2 {
    width: 50%;
}

.s111 {
    display: flex;
    margin-bottom: 3vw;
}


.blur h2 {
    font-size: 2.5vw;
}

.blur h3 {
    font-size: 2vw;
    font-weight: 100;
}

.blur p {
    font-size: 1.3vw;
}

.blur {
    width: 40%;
    text-align: center;
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5%;
    line-height: 1.7;
    animation-name:blurAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
  
  @keyframes blurAnime{
    from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
    }
  
    to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    }
  }


.s1 {
    width: 100%;
    height: 35vw;
    margin-left: auto;
    filter: drop-shadow(1vw 1vw 1vw #5f5f5f);
}

.s222 {
    display: flex;
    margin-bottom: 3vw;
}

.s222 h2 {
    font-size: 2.5vw;
}

.fadeLeft{
    animation-name:fadeLeftAnime;
    animation-duration:5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeLeftAnime{
      from {
        opacity: 0;
      transform: translateX(-100px);
      }
    
      to {
        opacity: 1;
      transform: translateX(0);
      }
    }

.s2 {
    width: 100%;
    height: 35vw;
    margin-right: auto;
    filter: drop-shadow(1vw 1vw 1vw #5f5f5f);
}

.access {
    width: 80%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 20vw; */
}

.access-list {
    /* position: relative; */
    width: 100%;
    height: 70vw;
    margin-left: auto;
    margin-right: auto;
    /* margin-left: auto; */
    /* margin-right: 7vw; */
    line-height: 1.5;
    font-weight: 600;
    background-image: url(../images/corkboard.jpg);
    background-size: 100% 100%;
}

.access-list-text {
    width: 60%;
    padding-top: 6vw;
    margin-left: auto;
    margin-right: auto;
}

.access-list-text h3 {
    text-align: center;
    padding-bottom: 1%;
    font-size: 4vw;
    font-family: "Merienda", cursive;
}

address {
    margin-top: 1vw;
    margin-left: 7vw;
    font-size: 1.5vw;
    font-family: "Baskervville SC", serif;
}

address a {
    text-decoration: underline;
}

.access div img {
    width: 20%;
}

.company {
    display: flex;
    align-items: center;
    margin-left: 7vw;
    margin-bottom: 1%;
}

.company h2 {
    margin-left: 1vw;
    text-align: center;
    align-items: center;
    font-size: 3vw;
    font-family: "Merienda", cursive;
}

/* .map-back {
    position: relative;
    width: 71%;
    margin-left: -3vw;
    margin-top: -3vw;
    height: 41vw;
    background-color:  rgb(230, 239, 247);
    border-radius: 30px;
    filter: drop-shadow(1vw 1vw 1vw #5f5f5f);
} */

.map {
    position: absolute;
    width: 50%;
    height: 25vw;
    margin-top: 38vw;
    margin-left: 15vw;
}

.map iframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}


footer{
    width: 100%;
    margin-top: 5vw;
    background-color: #bde8f1;
    font-family: "Baskervville SC", serif;
}

.under {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.under ul {
    display: flex;
    list-style-type: none;
}

.under ul li {
    width: 150px;
}

.under ul li a {
    font-size: 1.2vw;
    display: block;
    line-height: 3;
    color: #3b3b3b;
    text-align: center;
    text-decoration-line: none;
}

.under ul li a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

footer p {
    font-size: 1.1vw;
    color: #3b3b3b;
    text-align: center;
}

/* MOREボタン */
.btn-box{
    position: absolute;
    margin-top: 0.5vw;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.btn-wrap {
    width: 100%;
    background-color: #5df576;
}

.btn {
    margin-left: 9.3vw;
    position: relative;
    display: block;
    width: 10vw;
    height: 3vw;
    font-size: 2vw;
    color: #000000;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btn p {
    padding-top: 0.2vw;
    text-align: center;
    line-height: 3vw;
}

.btn:hover:before {
    content: "";
    height: 2vw;
    width: 2vw;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #5df576;
    border-width: 0.3vw 0 0 0.3vw;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 10px 0 10px 0;
}

.btn:hover::after {
    content: "";
    height: 2vw;
    width: 2vw;
    position: absolute;
    top: 0.8vw;
    left: 7.8vw;
    border: 3px solid #a99cf3;
    border-width: 0 0.3vw 0.3vw 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 10px 0 10px 0;
}

.btn:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #6bb0b9da;
    border-width: 0.3vw 0 0 0.3vw;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 10px;
}

.btn:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #6bb0b9da;
    border-width: 0 0.3vw 0.3vw 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 10px;
}

/* 背景グラデーション */
body {
    width: 100%;
    height: fit-content;
    background-image: repeating-linear-gradient(
        to bottom right,
        hsl(195deg, 65%, 65%),
        hsl(195deg, 80%, 80%),
        hsl(195deg, 90%, 90%),
        hsl(195deg, 80%, 80%),
        hsl(195deg, 70%, 70%),
        hsl(195deg, 60%, 60%),
        hsl(195deg, 65%, 65%) 50%
    );
    background-size: 1000% 1000%;
    animation: colorRotation 180s linear 0s infinite;
}

@keyframes colorRotation {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 500% 500%;
	}
  }