/* css reset */
@charset "utf-8";
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, img, a,
ol, ul, li,
form, label,
table, tbody, tfoot, thead, tr, th, td,
article,footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
  text-decoration: none;
  vertical-align: baseline;
}


/* 共通CSS */
html {
    font-family: sans-serif;
    /* min-height: 100%; */
    position: relative;
    /* margin: 0;
    padding: 0; */
    /* width: 100%;
    height: 100%; */
    background-color:    #888888;
}

.container {
   max-width: 1100px;
   margin: 0 auto;
   padding: 0 15px; 
   font-family: "Lilita One","M PLUS Rounded 1c", serif; 
   /* font-family: "Sawarabi Mincho"; */
   /* text-align: right; */
}
/* activity のcontainerのサイズを変える */

a:hover,
.btn:hover {
    opacity: 0.6;
    cursor: pointer;
}

.btn {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
}

.btn-sm {
    padding: 3px 10px;
    font-size: 13px;
    margin: 0;
    border-radius: 5px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
    font-family: "Lilita One", serif;
}

.wrapper {
    width: 70%;
    padding: 80px 0 30px;
    margin: 0 auto;
}

    .wrapper-title {
        text-align: center;
        margin-bottom: 30px;
          font-family: "Lilita One", serif;
          color: #ffffff;
    }

    .wrapper-title p {
        color: #00B3AA;
    }

    .last-wrapper {
        margin-bottom: 80px;
    }

.wrapper-body{
    text-align: center;
}
        
.news-list,
form {
    width: 80%;
    margin: 0 auto;
    color: #ffffff;
}
        
.btn-submit {
    background-color: #00B3AA;
    border: 1px solid #00B3AA;
    color: #ffffff;
}

.btn-gray {
    border: 1px solid #3e3e3b;
    color: #ffffff;
}

.btn-blue {
    background-color: #4a80d6;
    border: 1px solid #4a80d6;
    color: #ffffff;
    margin: 0 ;
}
    
        

/* header */
header {
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2); /* 透過色を設定 */
    position: fixed;
    z-index: 1; 
    width: 100%;
}

    /* スマホ用メニューを非表示 */
    .sp-menu,
    .cart {
        display: none;
    }

    #logo {
        width: 150px;
        opacity: 0;
    animation: fadeIn1 2.5s forwards;
    animation-delay: 2s;
    }

    .header-logo a{
        float:left;
        line-height: 60px;
        padding-right: 15px;
        font-size: 30px;
        left: 0;
    }

    .header-logo a:hover{
        opacity: 1;
    }

    .menu a {
        line-height: 60px;
        color: #ffffff;
    }

    .menu-left a{
        float: right;
        margin-right: 83px;
        padding-left:10px;
        /* transform: translateX(250px); 必要に応じて値を調整してください */
        text-align: center; 
        transform: translateX(-100px);
        font-family: "Lilita One", serif;
    /* transform: translate(330%, -20%); */
    
    }

    .menu-right a{
        float: center;
        padding-right: 15px;
         position: absolute;
    right: 60px; 
    /* top: 50%; */
    /* transform: translateY(-50%); */
    background-color: #00B3AA;
    border: 0px solid #00B3AA;
    color: #ffffff;
    /* font-family: "Lilita One", serif; */
    font-family: "Lilita One","M PLUS Rounded 1c", serif;  
    /* cssの文字フォント指定 */
        /* float: left; */
        /* padding-right: 15px; */
        
    }

/* top-img */
.top-img {
    height: 100vh;
    width: 100vw;
    background-image: url("img/lake-7555558_1920.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    opacity: 0;
  animation: fadeIn 5.0s forwards;
  margin: 0; /* 余白をリセット */
    padding: 0;
  
}
/* .map-img { */
    /* height: 100vh;
    width: 100vw;
    background-image: url("img/map.png");
    background-size: cover;
    background-position: center;
    position: relative; */
    /* margin: 0 auto; */
  /* margin: 0;  */
  /* left : 50%; */
   /* transform: translateX(-50%); */
  /* 画像位置手動 */
    /* padding: 0; */
  
/* } */
.map-img {
    height: 100vh;
    width: 100vw;
    background-image: url("img/map.png");
    background-size: cover;
    background-position: center;
    position: relative;
    opacity: 0; /* 透過色を設定 */
    animation: fadeIn 5.0s forwards;
    margin: 0; /* 余白をリセット */
    padding: 0;
    left : 50%;
    transform: translateX(-50%);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.content {
  text-align: center;
  color: rgb(0, 0, 0);
  padding: 20px;
}

.top-text {
    position:absolute;
    top: 30%;
    left: 50%;
    /* text-align: center;  */
    transform: translate(-50%, -50%);
    font-family: "Lilita One", serif;
    /* font-optical-sizing: auto; */
    /* font-style: normal; */
    width: 100%;
    color: #ffffff;
    text-align: right;
    /* font-size: 2em; */
    opacity: 0;
    animation: fadeIn1 2.5s forwards;
    animation-delay: 2s;
}
@keyframes fadeIn1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.second-img{
    height: 100vh;
    width: 100vw;
    background-image: url("img/campfire-1846142_1920.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    opacity: 0;
  animation: fadeIn 5.0s forwards;
  margin: 0; /* 余白をリセット */
    padding: 0;
  
}
.second-text{
   position:absolute;
    top: 30%;
    left: 0;
    text-align: left; 
    transform: translate(0, -50%);
    font-family: "Lilita One", serif;
    /* font-optical-sizing: auto; */
    /* font-style: normal; */
    width: 100%;
    color: #ffffff;
    /* text-align: right; */
    /* font-size: 2em; */
    /* opacity: 0;
    animation: fadeIn1 2.5s forwards;
    animation-delay: 2s; */
}

.third-img{
    height: 100vh;
    width: 100vw;
    background-image: url("img/landscape-6692712_1920.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    opacity: 0;
  animation: fadeIn 5.0s forwards;
  margin: 0; /* 余白をリセット */
    padding: 0;
  
}
.third-text{
   position:absolute;
    top: 30%;
    left: 50%;
    /* text-align: center;  */
    transform: translate(-50%, -50%);
    font-family: "Lilita One", serif;
    /* font-optical-sizing: auto; */
    /* font-style: normal; */
    width: 100%;
    color: #ffffff;
    text-align: right;
    /* font-size: 2em; */
    /* opacity: 0;
    animation: fadeIn1 2.5s forwards;
    animation-delay: 2s; */

}

.img4-img{
    height: 100vh;
    width: 100vw;
    background-image: url("img/top.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    opacity: 0;
  animation: fadeIn 5.0s forwards;
  margin: 0; /* 余白をリセット */
    padding: 0;
  
}
.img4-text{
   position:absolute;
    top: 30%;
    left: 0;
    text-align: left; 
    transform: translate(0, -50%);
    font-family: "Lilita One", serif;
    /* font-optical-sizing: auto; */
    /* font-style: normal; */
    width: 100%;
    color: #ffffff;
    /* text-align: right; */
    /* font-size: 2em; */
    /* opacity: 0;
    animation: fadeIn1 2.5s forwards;
    animation-delay: 2s; */
}

/* news */
.news-list li {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    /* color: #fff; */
}

    .news-list a {
        color: #ffffff;
        text-align: center;
        font-family: "M PLUS Rounded 1c", serif;
    }

/* service */
.boxs {
    display: flex;
    justify-content: center; /* 子要素を水平方向に中央揃え */
    align-items: center; /* 子要素を垂直方向に中央揃え */
    flex-wrap: wrap; /* 子要素が折り返されるように設定 */
    gap: 10px; /* 写真間のスペースを設定 */
   transform: translate(0,0);
}

    .box {
        max-width: 50vw;
        margin: 20px 10px;
        text-align: center;
        /* overflow: hidden; */
         position: relative;
    text-align: center;
    }

    .box img {
        /* width: 100%; */
        width: 31vw;
        height: 30vw;
    }

/* about */
.about-table {
    text-align: left;
    width: 100%;
}

    .about-table th,td {
        padding: 10px 0;
    }
    .about-table th {
        width: 30%;
        vertical-align: top;
    }

    iframe {
        width: 100%;
    }

/* contact */
form  {
    text-align: center;
}
    
.form-group {
    margin-bottom: 20px;
    text-align: left;
}
    
input,
textarea {
    width: 100%;
    border: 1px solid #ebeced;
}
    
    input {
        height: 25px;
    }
    
    textarea {
        height: 200px;
    }
    
.error {
    font-size: 12px;
    color: #d84950;
}
    

/* footer */
footer {
    height: 80px;
    background-color: #3e3e3b;
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    line-height: 80px;
}

/* 訪問済みリンクの色を指定 */
footer a:visited {
    color: #fff;
}

/* page.html */
.page-title {
    border-bottom: 1px solid #ddd;
    padding: 20px 0 10px;
}
    
.page-text {
    /* padding: 20px 0 80px; */
    white-space: pre-line;
    margin-bottom: 70%;
}

/* confirm.php */
.conf-form {
    background-color: #ebeced;
    padding: 30px;
}

/* send.php */
.thanks{
    background-color: #ebeced;
    padding: 80px 0;
}
    
    .thanks h4 {
        margin-bottom: 10px;
    }

/* breadcrumb */
.breadcrumbs {
    padding-top: 60px;
    background-color: #ebeced;
}
    .breadcrumbs ul {
        padding: 10px 0;
    }

    .breadcrumbs li {
        display: inline;
        font-size: 13px;
    }

    .breadcrumbs li a{
        color: #00B3AA;
        font-size: 13px;
    }

    .breadcrumbs ul li::before {
        padding: 0 10px 0 0;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        font-size: 14px;
        color: #3e3e3b;
    }

/* sns */
#sns {
    background-color: #ebeced;
    padding-bottom: 80px;
}
.sns {
    width: 50%;
    margin: 0 auto;
}

/* login.html */
.login,
.register {
    width: 55%;
    margin: 0 auto;
    padding: 50px 0;
}

.login {
    background-color: #ebeced;
    border:1px solid #ebeced;
}

.register {
    border:1px solid #ebeced;
    text-align: center;
}

/* register.html */
.checkbox {
    width: auto;
}

/* regi_conf.php */
.conf-form{
    background-color: #ebeced;
    padding: 30px;
}

/* regi_end.php */
.thanks{
    background-color: #ebeced;
    text-align: center;
    padding: 50px 0;
    justify-content: center;
}

.thanks h4{
    margin-bottom: 10px;
}


/* shop */
.itemlist ul:after {
    content: "";
    clear: both;
    display: block;
}

.itemlist ul li {
    display: block;
    float: left;
    width: 30%;
    margin: 10px 0;
}

.itemlist ul li:nth-child(3n-1) {
    margin: 10px 5%;
}

.itemlist img {
    /* width: 100%; */
    width: 330px;
  height: 220px;
}

.item-form {
    float: right;
    margin-top: 15px;
}

.item-form input{
    width: 20px;
    padding: 0 5px;
    text-align: right;
}

/* 共通CSS */
.btn-red {
    border: 1px solid red;
    color: red;
    padding: 5px 10px;
    font-size: 15px;
}

/* cart */
.cart-table {
    width: 100%;
    border-collapse: collapse;
}

.text-right {
    text-align: right;
}

    .cart-table th,
    .cart-table td {
        border: 1px solid #ebeced;
        vertical-align: middle;
        padding: 5px 10px;
    }

    .cart-table th {
        background-color: #00B3AA;
        color: #fff;
    }

    .cart-table button {
        margin: 0;
    }

    .total td{ 
        text-align: center;
    }

    .cart-btn {
        text-align: center;
    }

    /* pay */
.pay-form {
    background-color: #ebeced;
    padding: 35px 30px;
}

.form-group label {
    font-size: 13px;
}

.sm-form {
    width: 10%;
}


/* calendar.php */

.calendar-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #ffffff;
}
.calendar-table th,
.calendar-table td{
    border: 1px solid #ebeced;
    padding: 10px;
}

.calendar-table .header {
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    text-align: left;
}

.month {
    text-align: center;
    width: 100%;
}

.month a {
    color: #4a80d6;
    
}
.pre-month {
    font-family:"M PLUS Rounded 1c", serif; 
    font-size: 20px;
}
.next-month {
    font-family:"M PLUS Rounded 1c", serif; 
    font-size: 20px;
}
.today-month{
    font-family:"M PLUS Rounded 1c", serif; 
    font-size: 20px;
}

.left {
    float: left;  /*左寄せ*/
    /* font-family: "Lilita One","M PLUS Rounded 1c", serif;  */
}

.right {
    float: right;
    /* font-family: "Lilita One","M PLUS Rounded 1c", serif;  */
}

.day {
    height: 100px;
}

.h4-text {
    font-size: 40px;
    font-family: "Lilita One", serif;
    color: #ffffff;
}

.h3-text {
    font-size: 30px;
    /* font-family: "Lilita One","M PLUS Rounded 1c", serif;  */
}