@charset "utf-8";
/**------------------------------------------------------------
  調整セレクタ
------------------------------------------------------------**/
.img80 {
  display: block;
  width: 80% !important;
  max-width: 80%;
}
.img65 {
  display: block;
  width: 65% !important;
  max-width: 65%;
}
.img60 {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.img50 {
  display: block;
  width: 50% !important;
  max-width: 50%;
}
.img40 {
  display: block;
  width: 40% !important;
  max-width: 40%;
}
.img30 {
  display: block;
  width: 30% !important;
  max-width: 30%;
}
.img20 {
  display: block;
  width: 20% !important;
  max-width: 20%;
}
.img10 {
  display: block;
  width: 10% !important;
  max-width: 10%;
}
.txt-center {
  text-align: center !important;
}
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.img_l {
  margin-right: auto;
}
.img_c {
  margin-right: auto;
  margin-left: auto;
}
.img_r {
  margin-left: auto;
}
.bold {
  font-weight: 600;
}
.small {
  font-size: 0.85em;
}
.verysmall {
  font-size: 0.65em;
  line-height: 110%;
}
.attention {
  font-weight: 700;
  color: #87281E
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.ma10{
	margin: 10px
}

.pt10 {
  padding-top: 10px;
}
.pt50 {
  padding-top: 50px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb200 {
  padding-bottom: 200px;
}

.pa10{
	padding: 10px
}
.txt-hide {
  display: none;
}
hr.solid_style {
  border-bottom: 1px solid #8c8b8b;
  margin-bottom: 20px;
}

/**------------------------------------------------------------
    Vanishing point
　-----------------------------------------------------------**/
@media screen and (min-width: 1000px) {
  .vanish-pc {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .vanish-tl {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .vanish-sp {
    display: none !important;
  }
}
/**------------------------------------------------------------
    CSS GRID
　-----------------------------------------------------------**/
.r {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px
}
[class*="c-"] {
  grid-column: span 12;
  padding: 10px
}
/* 600px~ */
@media only screen and (min-width: 600px) {
  .c-1 {
    grid-column: span 1
  }
  .c-2 {
    grid-column: span 2
  }
  .c-3 {
    grid-column: span 3
  }
  .c-4 {
    grid-column: span 4
  }
  .c-5 {
    grid-column: span 5
  }
  .c-6 {
    grid-column: span 6
  }
  .c-7 {
    grid-column: span 7
  }
  .c-8 {
    grid-column: span 8
  }
  .c-9 {
    grid-column: span 9
  }
  .c-10 {
    grid-column: span 10
  }
  .c-11 {
    grid-column: span 11
  }
  .c-12 {
    grid-column: span 12
  }
}
/* 600px - 830px */
@media only screen and (max-width: 830px) and (min-width: 600px) {
  .c-25 {
    grid-column: span 3;
  }
  .c-50 {
    grid-column: span 6;
  }
  .c-75 {
    grid-column: span 9;
  }
  .c-90 {
    grid-column: span 10;
  }
  .c-100 {
    grid-column: span 12;
    grid-gap: 40px
  }
}
/* ~599px */
@media only screen and (max-width:599px) {
  .c-50 {
    grid-column: span 6;
  }
}
/* g-nav */
#g-nav.panelactive li:last-child a {
  margin: 0;
  padding: 10px;
  width: 100%;
  background: #0dd0d0;
  white-space: nowrap;
}
/*--PC NAVI --*/
#pc-nav ul {
  display: flex;
  list-style: none;
  justify-content: center;
  text-transform: uppercase;
  padding: 2px 5% 0 0;
}
#pc-nav li {
  height: 100px;
  width: 100px;
  padding: 0px;
margin: 0px 10px;
  display: inline-block;
}
@media screen and (max-width:990px) {
  #pc-nav {
    display: none;
  }
}
/*===========================================================*
　　　PC MOVILE共通ナビゲーションMENU
　===========================================================*/
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 30%;
  height: 100vh;
  background: #fff;
  transition: all 0.6s;
}
#g-nav.panelactive {
  right: 0;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 30%;
  height: 100vh;
  box-shadow: -12px 0px 7px -7px #d6d6d6;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav.panelactive #g-nav-list img {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #g-nav, #g-nav.panelactive #g-nav-list {
    width: 80%;
    box-shadow: -12px 0px 7px -7px #d6d6d6
  }
}
/*ナビゲーション*/
#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*リストレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #6b5d40;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .5s;
}
#g-nav li a:hover {
  color: #FF8E31;
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 120px;
  height: 104px;
  border-left: 1px solid #6b5d40;
}
.openbtn_sub {
  border-left: 1px solid #555;
}
/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  top: 39px;
  left: 30px;
}
.openbtn span:nth-of-type(1), .openbtn span:nth-of-type(3) {
  height: 2px;
  background: #6b5d40;
  width: 35%;
  opacity: 0;
}
.openbtn span:nth-of-type(2) {
  top: 30px;
  left: 30px;
  text-transform: uppercase;
  color: #6b5d40;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .openbtn {
    width: 100px;
    height: 100px;
    border: none;
    background: rgba(255, 255, 255, 0.58)
  }
  .openbtn span:nth-of-type(2) {
    font-size: 2rem;
  }
}
.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(3) {
  opacity: 1;
}
.openbtn.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 38px;
  left: 30px;
  transform: translateY(10px) rotate(45deg);
}

/*===========================================================*/
/*TOP MV デザイン*/
/*===========================================================*/
.fluid {
  width: 300px;
  height: 300px;
  background: image-set(url("../images/top_mv_fluid06.jpg") 1x, url("../images/top_mv_fluid06@2x.jpg") 2x);
  animation: fluidrotate 30s ease 0s infinite;
  position: absolute;
  top: 150px;
  left: 150px;
  border: 6px solid #fff
}
.fluid2 {
  width: 400px;
  height: 400px;
  background: image-set(url("../images/top_mv_fluid02.jpg") 1x, url("../images/top_mv_fluid02@2x.jpg") 2x);
  animation: fluidrotate 30s ease 0s infinite;
  position: absolute;
  top: 360px;
  right: 10%;
  border: 6px solid #fff
}
.fluid3 {
  width: 300px;
  height: 300px;
/*background: url("../images/top_mv_fluid03.jpg");*/
    background: image-set(url("../images/top_mv_fluid03.jpg") 1x, url("../images/top_mv_fluid03@2x.jpg") 2x);
  animation: fluidrotate 30s ease 0s infinite;
  position: absolute;
  top: 80px;
  right: 30%;
  border: 6px solid #fff
}
@keyframes fluidrotate {
  0%, 100% {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  }
}
@media only screen and (max-width: 830px) and (min-width: 600px) {
  .fluid {
    width: 200px;
    height: 200px;
    top: 180px;
    left: 40px;
  }
  .fluid2 {
    width: 320px;
    height: 320px;
    top: 250px;
    right: 60px;
  }
}
.fluid3 {
  width: 260px;
  height: 260px;
  top: 80px;
  right: 30%;
}
@media (max-width : 599px) {
  .fluid {
    display: none;
  }
  .fluid2 {
    width: 160px;
    height: 160px;
	background: image-set(url("../images/top_mv_fluid02_sp.jpg") 1x, url("../images/top_mv_fluid02_sp@2x.jpg") 2x);
    top: 180px;
    right: 2%;
  }
	.fluid3 {
  width: 160px;
  height: 160px;
background: image-set(url("../images/top_mv_fluid03_sp.jpg") 1x, url("../images/top_mv_fluid03_sp@2x.jpg") 2x);
  top: 20px;
  right: 20%;
}
}

/*===========================================================*/
/*　県民の皆様へページの追随バナー　*/
/*===========================================================*/
.sticky-banner {
  postion: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sticky-banner {
    postion: static;
    top: auto;
  }
}

/*===========================================================*/
/*　PAGE TOP　*/
/*===========================================================*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5DC5C9;
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2rem;
  transition: all 0.3s;
}
#page-top a:hover {
  background: #777;
}
#page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transform: translateX(100px);
}
/*　左の動き　*/
#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　右の動き　*/
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}

/**------------------------------------------------------------
    装飾　ロールオーバー
　-----------------------------------------------------------**/
.on-mouce {
  cursor: pointer;
  /*overflow: hidden;*/
}
.on-mouce  img {
  height: auto;
  transition: transform 0.4s ease;
}
.on-mouce :hover img {
  transform: scale(1.05);
}

/*===========================================================*/
/*　装飾　スクロールを促す縦線の動き*/
/*===========================================================*/
.scroll {
  position: relative;
  font-size: 12px;
  text-align: center;
  top: 0px;
  left: 50%;
  color: #6b5d40;
  transform: translateX(-50%) translateY(-50%);
}
.scroll::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #6b5d40;
  right: 50%;
  bottom: -90px;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  animation: scroll 1.5s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*===========================================================*/
/*装飾　年間スケジュールデザイン*/
/*===========================================================*/
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
@media (max-width : 767px) {
  .timeline-date {
    margin-top: 5px;
    font-size: 3rem;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    border-bottom: 5px solid #5CC3C8;
  }
}
/* for Desktop */
@media (min-width : 768px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 5px;
    font-size: 3rem;
    font-weight: 600
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 1px #6b5d40 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #0dd0d0;
    position: absolute;
    left: 104px;
    top: 24px;
    border-radius: 100%;
  }
}