@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One&display=swap');

/* ==================================================
リセットCSSここから
================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/* ==================================================
リセットCSSここまで
================================================== */

/* 共通ここから */
*,
*:before,
*:after {
  scroll-behavior: smooth;
  font-size: 16px;
  box-sizing: border-box;
}
a,h2 {
  text-decoration: none;
  font-family: 'Yuji Syuku', serif;
}
li {
  list-style: none;
}
/* 共通ここまで */

/* flexboxここから */
.flexbox01 {
  background-color: #000;
}
#index01,#index_00 {
  float: left;
}
#index00 {
  width: 20%;
}
#index01 {
  width: 80%;
}
.flexbox02 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

/* flexboxここまで */


/* ヘッダーここから */
/* header,#g-naav, #index_01 {
  background-color: #111;
} */

#top_logo {
  padding: 4vw;
  text-align: right;
}
/* ヘッダーここまで */

/* ナビゲーションここから */
.scr-target {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
} 
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  } 

#g-nav-list {
  padding: 4vw;
  text-align: center;
}
#g-nav-list a{
  text-align: center;
  color: #fff;
  line-height: 3vw;
  font-size: 120%;

}
/* ナビゲーションここまで */

/*===スクロールここから====*/
/*スクロールダウン全体の場所*/
.scrolldown4{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
bottom:1%;
left:165px;
  /*矢印の動き1秒かけて永遠にループ*/
animation: arrowmove 1s ease-in-out infinite;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
    0%{bottom:1%;}
    50%{bottom:3%;}
   100%{bottom:1%;}
}
/*Scrollテキストの描写*/
.scrolldown4 span{
  /*描画位置*/
position: absolute;
left: -20px;
bottom:10px;
  /*テキストの形状*/
color: #eee;
font-size: 0.7rem;
letter-spacing: 0.05em;
/*縦書き設定*/
-ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #eee;
  transform: skewX(-31deg);
}
.scrolldown4:after{
content:"";
  /*描画位置*/
position: absolute;
bottom:0;
left:0;
  /*矢印の形状*/
width:1px;
height: 50px;
background:#eee;
}

/* 固定表示ここから */
#index_02 {
  width: 25%;
  padding: 10vw 5vw;
}
#index_02 a {
  display: block;
  padding-bottom: 3vw;
}

/* 固定表示ここまで */

/* sliderここから */
.wrapper {
  overflow: hidden;
}
.slider {
  width: 100%;
}
.slider a {
  width: 100%;
}
.slider img {
  margin: 0 auto;
}
.slider_item {
  text-align: center;
}
/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin:-100px 0 0 0;/*ドットの位置*/
}
.slick-dots li {
  display:inline-block;
  margin:0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width:4px;/*ドットボタンのサイズ*/
  height:16px;
  display:block;
  border-radius:50%;
  background:#fff;/*ドットボタンの色*/
}
.slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}
/* スライダーサイズ↓ */
.slider {
  width: 100%;
  background-color: #000;
  background-size: cover;
}
/* sliderここまで */

/* お知らせここから */
main {
  padding: 3vw 0; 
}
h2 {
  font-size: 150%;
  padding: 5vw 0;
}
.news_list {
  font-size: 110%;
  width: 70%
}
.news_list_item {
  margin-bottom: 3vw;
  padding-bottom: 1rem;
  list-style: none;
  border-bottom: #333 dotted 1px;
}
.news_list_date {
  display: flex;
  line-height: normal;
}
.news_list_item a {
  color: #000;
  font-family: 'Shippori Mincho', serif;
}
.news_item {
  padding-left: 3vw;
}
/* お知らせここまで */

/* youtubeここから */
.youtube iframe {
  margin: 0 auto;
  width: 70%;
  height: 40vw;
}
.youtube p {
  text-align: center;
  padding-right: 27%;
  line-height: 10vh;
  font-family: 'Shippori Mincho', serif;
  margin: 5vw;
}
/* youtubeここまで */

/* フッターここから */
footer {
  background: url(../newtop_img/footerback.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Shippori Mincho', serif;
  text-align: center;
}
footer small {
  display: block;
  font-size: 0.7rem;
  color: aliceblue;
  padding-bottom: 2rem;
  margin: 0 auto;
  font-family: 'Klee One', cursive;
}
.flexbox_sns {
  display: flex;
  margin-left: 32%;
}
.flexbox_sns li {
  margin: 0 2vw;
}
.flexbox_sns li a {
  width: 100%;
  vertical-align: middle;
}
.flexbox_sns li a img {
  width: 80%;
}
.flexbox_sns li:nth-child(3) {
  padding-bottom: 19px;
  
}
/* footer右側 */
.footer_right {
  margin: 5vw 0% 5vw 5%;
  display: flex;
  width: 100%;
} 
.nav_footer01 {
  padding-right: 30%;
}
.footer_right>ul {
  text-align: left;
}
.footer_right>ul>li {
  list-style: none;
  margin-bottom: 3vw;
}
.footer_right>ul li a{
  color: #000;
  font-family: 'Shippori Mincho', serif;
}
.footer_flexbox {
  display: flex;
}
/* footer左側 */
.footer_left {
  width: 100%;
  margin: 0 10% 8vw 5%;
  text-align: left;
}
.footer_left>ul>li address{
  font-family: 'Klee One', cursive;
  font-style: normal;
  font-size: 0.9rem;
}
.footer_left>ul>li:first-child {
  margin: 5vw 0;
}
.footer_left>ul>li:not(:first-child) {
  margin: 1vw 0 2vw 2vw;
}
.footer_left>ul>li:first-child>a {
  width: 100%;
}
.footer_left>ul>li:first-child>a img{
  width: 40%;
}
/* .footer_left>ul>li:first-child>a{
  width: 100%;
} */

/* フッターここまで */

.header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
}
.header_inner {
  position: relative;
  padding: 15px;
}
.logo{
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px
}
.title{
  font-size: 2rem;
  font-weight: 600;
}

/* header固定のため余白をつける。メニューのCSSには関係ない */
.main{  
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  html.no-scroll {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
    /* .flexbox01 {
    position: relative;
  }
  #top_logo{
    position: absolute;
  }
  #index_00 {
    
  } */
  #top_logo {
    width: 26vw;
}
  img { max-width: 100%; }
  .flexbox02 {
    flex-direction: column;  }
  #index_02 {
    order: 1;
  }
  #index03 {
    order: 2;
  }
  /* お知らせ */
  p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .nav_menu_ul {
    display: block; 
    background: rgba(0,0,0,0.7);
    padding-top: 100px;
    display: block;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    right: -100%;
    transition: right .5s;
    z-index: 99; 
  }
  .nav_menu_ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
  }
  .nav_menu_ul a {
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
  
  .openbtn1 {
    position: fixed;
    display: inline-block;
    width: 8vw;
    height: 20vw;
    top: 12vw;
    right: 83vw;
    z-index: 999;
  }
  .openbtn1 span {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    height: 3px;
    width: 9vw;
    margin: auto;
    transition: all .4s;
    background: #666;
  }
  .openbtn1 span:first-of-type {
    top: 15px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 30px;
  }
  .openbtn1 span:last-of-type {
    top: 45px;
  }
  .active span:first-of-type {
    transform: translateY(15px) rotate(-45deg);
  }
  .active span:nth-of-type(2) {
    opacity: 0; 
  }
  .active span:last-of-type {
    transform: translateY(-15px) rotate(45deg);
  }
  .view_menu {
    right: 0;
  }
  /* .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  } */
  .news {
    margin-left: 30px;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
  .news_list_item {
    width: 120%;
  }
  .news_list_date {
    font-size: 0.9rem;
  }
  /* youtube */
  .youtube h2 {
    font-size: 120%;
    margin: 10vw 10vw 5vw 10vw;
    line-height: 8.9vw;
  }
  .responsive {
    text-align: center;
  }
  .youtube p {
    padding: 0;
  }
  /* バナー */
  #index_02 {
    display: flex;
    text-align: center;
    gap: 2vw;
    width: 100%;
  }
  #index_02 a {
    display: block;
    width: 100%;
  }
  #index_02 img {
    width: 80%;
  }
  /* footer */
  .flexbox_sns {
    text-align: center;
    margin: 0 26vw;
  }
 .footer_right {
  display: none;
 }
 .footer_left {
  margin-top: 5vw;
 }
}


@media only screen and (min-width: 769px) {
  .header_inner{
    max-width: 980px;
    width: 100%;
    padding: 15px 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo{
    padding: 12px 30px
  }
  .nav_list{
    text-align: right;
  }
  .nav_list li{
    display: inline-block;
    text-align: right;
    padding-left: 20px;
  }
  .nav_list li a{
    color: #fff;
    font-weight: 600;
  }
}