@charset "UTF-8";
/* ================================================================================

 *  common style
　
   ================================================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html,
body {
  height: 100%;
  position: relative; }

html {
  font-size: 10px; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 1.5625vw; } }

@media only screen and (max-width: 768px) {
  html {
    font-size: 1.5625vw; } }
button:focus {
  outline: 0; }

select:focus {
  outline: 0; }

body {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: relative;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium" , sans-serif;
  line-height: calc(33 / 14);
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: #231815;
  -webkit-text-size-adjust: 100%;
  transition: .25s ease-out; }

main {
  position: relative; }
  @media only screen and (max-width: 768px) {
    main {
      margin-top: 0px; } }

a {
  text-decoration: none;
  color: #d3451c; }

/* ================================================================================

 *  animation 
　
   ================================================================================ */
.linkanime,
.linkanime::after {
  -webkit-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 640ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1000ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.delay-100 {
  transition-delay: 100ms; }

.delay-200 {
  transition-delay: 200ms; }

.delay-300 {
  transition-delay: 300ms; }

.delay-400 {
  transition-delay: 400ms; }

.delay-500 {
  transition-delay: 500ms; }

.delay-600 {
  transition-delay: 600ms; }

.delay-700 {
  transition-delay: 700ms; }

.delay-800 {
  transition-delay: 800ms; }

.delay-900 {
  transition-delay: 900ms; }

.delay-1000 {
  transition-delay: 1000ms; }

.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-duration: 3.5s; }

.photo_anime {
  animation-name: anim_sc;
  transform: scale(0.85, 0.85); }

@keyframes anim_sc {
  100% {
    transform: scale(1, 1); } }
.link_txt {
  position: relative;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 11px;
  cursor: pointer;
  padding: 0;
  line-height: 1; }
  .link_txt:after {
    height: 2px;
    left: 0;
    bottom: 0px;
    width: 0;
    content: '';
    position: absolute;
    z-index: 1;
    background: #65603d; }
  @media only screen and (min-width: 769px) {
    .link_txt:hover::after {
      width: 100%; } }

@media only screen and (max-width: 768px) {
  .link_txt {
    position: relative;
    display: inline-block;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 10px;
    cursor: pointer;
    padding: 0 0px 0 0;
    line-height: 1; }
    .link_txt:after {
      display: none; } }
.display-none {
  display: none; }

.opacity-0 {
  opacity: 0; }

.css-fade1 {
  animation-name: fade-in1;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

@keyframes fade-in1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.css-fade2 {
  animation-name: fade-in1;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.css-fadein1 {
  animation-name: fade-in2;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

@keyframes fade-in2 {
  0% {
    opacity: 0;
    transform: translate(0, 20px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
/* ================================================================================

 *  page top
　
   ================================================================================ */
.pagetop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99999;
  background: #fff;
  width: 60px;
  height: 60px; }
  @media screen and (max-width: 768px) {
    .pagetop {
      width: 45px;
      height: 45px; } }
  .pagetop:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #262626;
    border-right: 2px solid #262626;
    position: absolute;
    top: 54%;
    left: 44%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg); }
    @media screen and (max-width: 768px) {
      .pagetop:after {
        left: 41%; } }

/* ================================================================================

 *  header
　
   ================================================================================ */
header {
  height: 62px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    header {
      height: 52px; } }
  header .inner_a {
    width: 100%; }
  header .logo {
    width: 153px;
    height: 20px;
    margin: 0; }
    header .logo img {
      vertical-align: top; }
    @media screen and (max-width: 768px) {
      header .logo {
        margin: 0 auto 0;
        width: 167px; } }
  @media screen and (max-width: 768px) {
    header .site-gnav {
      display: none; } }
  header .site-gnav li {
    color: #fff;
    font-size: 1.2rem; }
    header .site-gnav li:not(:last-child) {
      margin-right: 20px; }
    header .site-gnav li::after {
      position: absolute;
      bottom: 0px;
      left: 47%;
      content: '';
      width: 0;
      height: 1px;
      background-color: #fff;
      transition: .3s;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    @media only screen and (min-width: 735px) {
      header .site-gnav li:hover::after {
        width: 100%; } }

/* ================================================================================

 *  footer
　
   ================================================================================ */
footer {
  padding: 10px 70px 80px;
  background: #0b9bdb;
  margin: 0 auto 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    footer {
      margin: 0;
      padding: 40px 0 40px; } }
  footer .menu_area {
    margin: 30px auto 60px; }
    @media only screen and (max-width: 768px) {
      footer .menu_area {
        margin: 30px auto 30px; } }
  footer .menu {
    font-size: 11px;
    min-width: 150px; }
    footer .menu li {
      display: block;
      padding: 10px 0; }
  footer .menu_01 {
    margin: 0 20px 0 0; }
  footer .logo {
    width: 168px;
    margin: 0 auto;
    cursor: pointer; }
    footer .logo img {
      vertical-align: top; }
    @media screen and (max-width: 768px) {
      footer .logo {
        margin: 0 auto;
        width: 167px;
        height: auto; } }
  footer .sns {
    width: 167px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      footer .sns {
        width: 126px; } }
    footer .sns li {
      width: calc(100% / 3);
      margin: 0 8px; }
      @media screen and (max-width: 768px) {
        footer .sns li {
          margin: 0 5px;
          width: calc(100% / 3); } }
  footer .copy {
    text-align: center;
    color: #000;
    font-size: 16px;
	font-weight: bolder;
    margin: 10px 0 0; }

/* ================================================================================

 *  index.html
　
   ================================================================================ */
body.fadeout::after {
  opacity: 1; }

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease; }

main {
  overflow: hidden;
  margin: 62px auto 0; }
  @media only screen and (max-width: 768px) {
    main {
      width: 100%;
      margin: 52px auto 0; } }

.inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inner {
      padding: 0 30px; } }

.txt {
  font-size: 12px;
  line-height: 1.5; }

.topview {
  position: relative;
  padding: 0px 0px 0px;
  background: #fff;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .topview {
      padding: 0px 0px 0px; } }
  .topview .slider_100 {
    margin: 0 auto; }
  .topview .slider {
    margin: 0 auto 0px; }
    @media screen and (max-width: 768px) {
      .topview .slider {
        margin: 0 auto 0px; } }
  .topview .txt01 {
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .topview .txt01 {
        font-size: 15px; } }
  .topview .txt02 {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    margin: 30px auto 0; }
    @media screen and (max-width: 768px) {
      .topview .txt02 {
        font-size: 12px; } }

.second_area {
  padding-top: 100px;
  position: relative;
  padding: 50px 70px; }
  @media screen and (max-width: 768px) {
    .second_area {
      padding: 30px 0px; } }
  .second_area .txt01 {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 100px}
    @media screen and (max-width: 768px) {
      .second_area .txt01 {
        font-size: 15px; } }
  .second_area .txt01-c {
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px}
    @media screen and (max-width: 768px) {
      .second_area .txt01 {
        font-size: 15px; } }
.second_area .txt02 {
    font-size: 14px;
    text-align: center;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .second_area .txt02 {
        font-size: 12px; } }
  .second_area .photo_area {
    margin: 60px auto 60px;
    position: relative;
    width: 60%; }
    @media screen and (max-width: 768px) {
      .second_area .photo_area {
        width: 100%;
        margin: 30px auto 30px; } }
.third_area {
  padding-top: 100px;
  position: relative;
  padding: 50px 70px; }
  @media screen and (max-width: 768px) {
    .third_area {
      padding: 30px 0px; } }
  .third_area .txt01 {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .third_area .txt01 {
        font-size: 15px; } }
  .third_area .txt01-c {
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px}
    @media screen and (max-width: 768px) {
      .third_area .txt01 {
        font-size: 15px; } }
.third_area .txt02 {
    font-size: 14px;
    text-align: center;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .third_area .txt02 {
        font-size: 12px; } }
  .third_area .photo_area {
    margin: 60px auto 60px;
    position: relative;
    width: 60%; }
    @media screen and (max-width: 768px) {
      .third_area .photo_area {
        width: 100%;
        margin: 30px auto 30px; } }
.third_area-2 {
  padding-top: 100px;
  position: relative;
  padding: 0px 0px; }
  @media screen and (max-width: 768px) {
    .third_area-2 {
      padding: 0px 0px; } }


.popup_area {
  margin: 60px auto 60px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .popup_area {
      width: 100%;
      margin: 30px auto 30px; } }

.popup_area img{
	filter: drop-shadow( 03px 03px 03px rgba(0,0,0,0.6));
	}

.photo_list_30 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
  @media screen and (max-width: 768px) {
    .photo_list_30 {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 10px;
      grid-row-gap: 10px; } }
  .photo_list_30 li {
    position: relative; }

.photo_list_100 {
  width: 100%;
  margin: 0; }
  .photo_list_100 li:not(:last-child) {
    margin-bottom: 20px; }

.layout_area {
  position: relative;
  padding: 50px 70px; 
	
  box-shadow: 2px 2px }
  @media screen and (max-width: 768px) {
    .layout_area {
      padding: 40px 0px 40px; } }
  .layout_area .txt01 {
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin: 40px 0; }
    @media screen and (max-width: 768px) {
      .layout_area .txt01 {
        margin: 0px 0 20px; } }
  @media screen and (max-width: 768px) {
    .layout_area .layout_50 {
      margin: 0px 0 20px; } }
  .layout_area .layout_50 .left {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .layout_area .layout_50 .left {
        width: 100%; } }
  .layout_area .layout_50 .right {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .layout_area .layout_50 .right {
        width: 100%; } }
  .layout_area .layout_50 .txt_area {
    padding: 0 20px; }
    @media only screen and (max-width: 768px) {
      .layout_area .layout_50 .txt_area {
        padding: 20px 0 0; } }
  @media screen and (max-width: 768px) {
    .layout_area .layout_60 {
      margin: 0px 0 20px; } }
  .layout_area .layout_60 .left {
    width: 60%; }
    @media only screen and (max-width: 768px) {
      .layout_area .layout_60 .left {
        width: 100%; } }
  .layout_area .layout_60 .right {
    width: 40%; }
    @media only screen and (max-width: 768px) {
      .layout_area .layout_60 .right {
        width: 100%; } }
  .layout_area .layout_60 .txt_area {
    padding: 0 20px; }
    @media only screen and (max-width: 768px) {
      .layout_area .layout_60 .txt_area {
        padding: 20px 0 0; } }
  @media screen and (max-width: 768px) {
    .layout_area .layout_70 {
      margin: 0px 0 20px; } }
  .layout_area .layout_70 .left {
    width: 70%; }
    @media only screen and (max-width: 768px) {
      .layout_area .layout_70 .left {
        width: 100%; } }
  .layout_area .layout_70 .right {
    width: 30%; }
    @media only screen and (max-width: 768px) {
      .layout_area .layout_70 .right {
        width: 100%; } }
  .layout_area .layout_70 .txt_area {
    padding: 0 20px; }
    @media only screen and (max-width: 768px) {
      .layout_area .layout_70 .txt_area {
        padding: 20px 0 0; } }
  .layout_area .layout_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px; }
    @media screen and (max-width: 768px) {
      .layout_area .layout_3 {
        margin: 0px 0 20px;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 20px; } }
    .layout_area .layout_3 .txt_area {
      padding: 0; }
      @media only screen and (max-width: 768px) {
        .layout_area .layout_3 .txt_area {
          padding: 0; } }

.infomarion_area {
  position: relative;
  padding: 70px 70px;
	
	background-image:url("../img/info_BG.png");  /* 画像のURLを指定       */
	background-color:#e5e5e5;
    background-repeat:  no-repeat;                /* 画像の繰り返しを指定  */
    background-position:top center;            /* 画像の表示位置を指定  */
    background-size:contain;                      /* 画像のサイズを指定    */
    width:100%;                                   /* 横幅のサイズを指定    */
    height:auto;
	}

  @media screen and (max-width: 768px) {
    .infomarion_area {
      padding: 30px 0px; } }
  .infomarion_area .title {
    border: 10px double #000;
    border-radius: 30px;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .infomarion_area .title {
        border: 6px double #000;
        border-radius: 20px;
        padding: 6px;
        text-align: center;
        font-size: 15px; } }
  .infomarion_area .information_table {
    width: 100%;
    margin: 30px auto 0; }
    @media screen and (max-width: 768px) {
      .infomarion_area .information_table {
        margin: 20px auto 0; } }
    .infomarion_area .information_table dt {
      width: 200px;
      text-align: right;
      font-weight: bold;
      font-size: 16px;
      margin: 0;
      line-height: 1.5;
      padding: 10px 15px 10px 0;
      border-bottom: 1px #000 dotted; }
      @media screen and (max-width: 768px) {
        .infomarion_area .information_table dt {
          width: 100px;
          font-size: 12px; } }
    .infomarion_area .information_table dd {
      width: calc(100% - 200px);
      font-size: 14px;
	  font-weight: bold;
      line-height: 1.5;
      padding: 10px 0px 10px 0;
      border-bottom: 1px #000 dotted; }
      @media screen and (max-width: 768px) {
        .infomarion_area .information_table dd {
          width: calc(100% - 100px);
          font-size: 12px; } }
      .infomarion_area .information_table dd .img_list .img {
        margin-left: 10px; }
      .infomarion_area .information_table .img_list img {
		width: 100% ;
		height: auto;
		}

.online_movie {
  margin: 60px auto;
  width: 100%;
  cursor: pointer;
  background: #fff;
  position: relative; }
  @media screen and (max-width: 860px) {
    .online_movie {
      margin: 30px auto 0;
      width: 100%;
      cursor: pointer;
      background: #fff;
      position: relative; } }
  .online_movie .over {
    background: #212121;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
  .online_movie .icon {
    position: absolute;
    width: 60px;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px; }
  .online_movie:hover .img {
    width: 100%; }
  .online_movie:hover .over {
    opacity: 0.2; }
  .online_movie:hover .icon {
    opacity: 1; }

.youtube {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  /*境界線の打ち消し*/ }

/* youtube iframe */
#modal-content {
  width: 80%;
  margin: 0;
  padding: 0;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 99999;
  max-width: 1000px; }

#modal-content .modal_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden; }

#modal-content .modal_inner #player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

.menu{
    margin: 5px 0px 5px 0px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    padding: 5px;
}
.menu p{
    font-size: 15px;
	font-weight: bolder;
}
.under {
  text-decoration: none;
  border-bottom: 3px solid white;
  padding-bottom: 5px;
}
.under2 {
  text-decoration: none;
  border-bottom: 3px solid black;
  padding-bottom: 5px;
}