@charset "UTF-8";
/* Sass Document */
/*========================================
●必要ファイル
nav.js
========================================*/
/*バーガーボタン全体の形状*/
.openbtn1 {
  display: none;
  position: fixed;
  top: 00;
  right: 0;
  z-index: 999;
  background: #666;
  cursor: pointer;
  width: 70px;
  height: 70px; }
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 3px;
    background-color: #fff;
    width: 58%; }
    .openbtn1 span:nth-of-type(1) {
      top: 22px; }
    .openbtn1 span:nth-of-type(2) {
      top: 31px; }
    .openbtn1 span:nth-of-type(3) {
      top: 40px; }
  .openbtn1.active span:nth-of-type(1) {
    top: 24px;
    left: 21px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%; }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0; }
  .openbtn1.active span:nth-of-type(3) {
    top: 36px;
    left: 21px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%; }

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: block; }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*ヘッダーナビゲーション*/
#header {
  height: 68px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #333;
  color: #fff;
  text-align: center; }
  #header h1 {
    font-size: 1.2rem;
    padding-left: 20px; }
  #header.dnone #g-navi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: all 0.4s; }
  #header.dnone.panelactive #g-navi {
    opacity: 1;
    z-index: 3;
    background: #eee; }
  #header.dnone.panelactive #g-navi ul {
    display: block; }

/*全画面の時のリストの形状*/
#header.dnone.panelactive #g-navi li a {
  color: #333;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: all 0.3s;
  font-size: 1rem; }

/*ナビ　横並びのための設定*/
.gnavi {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0; }
  .gnavi li {
    margin-bottom: 0; }
    .gnavi li a {
      display: block;
      padding: 19px 50px;
      font-size: 1rem;
      font-weight: 600;
      color: #ffffff;
      position: relative;
      z-index: 10; }
      .gnavi li a::after {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #0481A2;
        transition: all .5s;
        opacity: 0; }
  .gnavi li.current a::after,
  .gnavi li a:hover::after {
    width: 100%;
    opacity: 1; }
  .gnavi li.current a,
  .gnavi li a:hover {
    color: #cccccc; }

@media screen and (max-width: 768px) {
  #g-navi {
    display: none; } }
/* Sass Document */
/*========================================
●必要ファイル
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/Modaal/0.4.4/css/modaal.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/Modaal/0.4.4/js/modaal.min.js"></script>
modaal.js
========================================*/
#modal-box {
  width: 30%;
  margin: 50px auto;
  font-size: 1rem; }
  #modal-box li, #modal-box section, #modal-box p {
    margin-bottom: 15px; }

/*モーダル表示 */
.hide-area {
  display: none; }

.modaal-close:after,
.modaal-close:before {
  background: #ccc; }

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666; }

#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0; }

.modaal-video .modaal-inner-wrapper {
  padding: 0; }

.gallery-list li {
  max-width: 300px;
  display: inline-block; }
  .gallery-list li img {
    width: 100%;
    height: auto; }

.zoomIn {
  width: 70%;
  margin: 0 auto; }

.zoomIn img {
  transform: scale(1);
  transition: .3s ease-in-out; }

.zoomIn a:hover img {
  transform: scale(1.2); }

.mask {
  display: block;
  line-height: 0;
  overflow: hidden; }

/* Sass Document */
/*========================================
●必要ファイル

========================================*/
/*スクロールパララックス*/
#header-bottom {
  width: 100%;
  height: 100vh;
  position: relative; }
  #header-bottom:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: #cccccc url("../P7031170-1.jpg") no-repeat center;
    background-size: cover; }

#container {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 100px 0; }

/* Sass Document */
/*========================================
●必要ファイル
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css">
<script src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
slide.js
========================================*/
/*スライダーのための*/
.slider {
  width: 94%;
  margin: 50px auto; }
  .slider img {
    width: 100%;
    height: auto; }
  .slider .slick-slide {
    margin: 0 10px; }

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  height: 15px;
  width: 15px; }

.slick-prev {
  left: -1.5%;
  transform: rotate(-135deg); }

.slick-next {
  right: -1.5%;
  transform: rotate(45deg); }

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0; }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
  .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #ccc; }
  .slick-dots .slick-active button {
    background: #333; }

/* Sass Document */
/*========================================
●必要ファイル
<script src="scripts/tab.js"></script>
tab.js
========================================*/
/*タブ*/
.wrapper {
  width: 100%;
  max-width: 960px;
  margin: 30px auto;
  background: #fefefe; }

.tab {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dddddd; }
  .tab li a {
    display: block;
    background: #ddd;
    margin: 0 2px;
    padding: 10px 20px;
    font-size: 1rem; }
  .tab li.active a {
    background: #fff; }

.area {
  display: none;
  opacity: 0;
  background: #fff;
  padding: 50px 0; }
  .area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards; }
  .area h2 {
    font-size: 1.5rem;
    margin: 0 0 0 10px; }
  .area li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 1.0rem; }

@keyframes displayAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
