@charset "UTF8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

@media screen and (min-width:375px){
    section{
        padding: 20px;
    }
    .container{
        max-width: 335px;
    }
    .papyrus{
       width:300px;
    }
    .inform td{
        padding: 10px;  /* リストの行間 */
    }
    .slider{
       width:270px;
    }
}
@media screen and (min-width:768px){
    section{
        padding: 30px;
    }
    .container{
        max-width: 400px;
    }
    .papyrus{
       width:400px;
    }
    .inform td{
        padding: 15px;  /* リストの行間 */
    }
    .slider{
       width:400px;
    }
 }

@media screen and (min-width:960px){
    section{
        padding: 40px;
    }
    .container{
        max-width: 500px;
    }
    .papyrus{
       width:500px;
    }
    .inform td{
        padding: 20px;  /* リストの行間 */
    }
    .slider{
       width:400px;
    }
}

.container{
        margin: 0 auto;
        text-align: center;     /* 要素を水平方向に中央揃え */
}

/*=================================
 1.TOP
=================================*/
.hero{
    background-color: var(--layer_one); /* 地層色_1 */  
    padding: 0; 
}
.hero img{
    width: 100%; 
}
.absolute{
    position: relative;
}
.logo{
    position: absolute;
    max-width: 50%;
    top:20%;
    right: 50%;
    object-fit: cover;
}

/*=================================
 2.ABOUT
=================================*/
.about{ 
    background-color: var(--layer_one);             /* 背景色：地層色_1 */
    background-image: url(../images/bg_cre.png);    /* 背景画像：ホフマニ */
    background-repeat: no-repeat;                   /* 背景画像：リピートなしの位置指定 */
    background-size: 100%;                          /* 背景画像の横幅：指定 */
     background-position:right 70px;                /* 背景画像の位置指定 */
   
    color: var(--base_font_color);                  /* 文字色 */
    line-height: 35px;                              /* 文字の行高さ */
    text-align: center;  
}

.about .btn{
    margin-top: 10px;
    margin-bottom: 10px;     
}

.about .btn a{
    width: 300px; 
    background-color:var(--btn_color_sub);      /* ボタン色_サブ */
    color: var(--cmn_font_color);               /* ベース文字色 */
    font-family: "Helvetica Neue" , Helvetica;  /* フォント指定 */
    font-weight: bold;                          /* 太字 */
    letter-spacing: 0.05em;                     /* 文字間 */ 
    display: inline-block;                      /* よくわからんけど良い感じ */
    padding: 10px 80px;                         /* 内側の余白 */
}

#ABOUT {
  padding-top: 70px; /* ヘッダーの高さ分 */
  margin-top: -70px; /* ヘッダーの高さ分（マイナス） */
}

/*=================================
 3.お知らせ
=================================*/
.inform{
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color:var(--layer_two);              /* 背景色：地層色_2 */
    background-image: url(../images/bg_jura.png);   /* 背景画像：アーケオプテリクス */
    background-repeat: no-repeat;                   /* 背景画像：リピートなしの位置指定 */
    background-size: 100%;                          /* 背景画像の横幅：指定 */
    background-position: 0%;                        /* 背景画像の位置指定 */

    color: var(--base_font_color);                  /* 文字色 */  
}

.papyrus{
    background-color: rgb(from var(--sub_bg_color) r g b / 0.3);    /* 背景色 */
    box-shadow: 1px 1px 20px #5a5a5a;                             /* 要素の影 */
    margin: 0 auto;                                                 /* 要素を中央揃え */                                                  /* 横幅 */  
    border-radius: 20px;                                            /* 角丸 */
    padding-top: 10px;
    padding-bottom: 10px;
}

.inform h2{
    margin-bottom: 30px;    /* 章題の下側余白再設定 */
}

.inform table{
    margin: 0 auto;         /* 要素を中央揃え */
    margin-bottom: 40px;    /* 最終行から下の余白 */
}

/* 点滅 */
.blinking {
animation: blinking 1s ease-in-out infinite alternate;
color:#FD027C;
}

@keyframes blinking {
0% {opacity: 0;}
100% {opacity: 1;}
}


/*=================================
 4.コンテンツ
=================================*/
aside{
    background-color: var(--layer_tree);            /* 背景色：地層色_3 */
    background-image: url(../images/bg_tri.png);    /* 背景画像：アンモナイト */
    background-repeat: no-repeat;                   /* 背景画像：リピートなしの位置指定 */
    background-size: 100%;                          /* 背景画像の横幅：指定 */
    background-position:right 0px;                /* 背景画像の位置指定 */

    color: var(--base_font_color);                  /* 文字色 */
    padding: 1px;                                  /* 内側の余白 */
    text-align: center;                             /* 要素を水平方向に中央揃え */
}

/*〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
.slider{
    margin: 0 auto;
}

.slider img{
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 5px 5px 5px #5a5a5a ;
}

.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}
/*〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/


aside .btn{
    margin-top: 60px;
    margin-bottom: 40px;        
}

aside .btn a{
    width: 300px;
    background-color:var(--btn_color_inactive); /* ボタン色_非活性 */
    font-size: 20px;
    color: var(--base_font_color);              /* ベース文字色 */
    font-family: "Helvetica Neue" , Helvetica;  /* フォント指定 */
    font-weight: bold;                          /* 太字 */
    letter-spacing: 0.1em;                     /* 文字間 */ 
    display: inline-block;                      /* よくわからんけど良い感じ */
    padding: 25px 70px;                         /* 内側の余白 */
    border-radius: 100px;                       /* 角丸 */
    box-shadow: 5px 5px 5px #5a5a5a;          /* 要素の影 */
}