@charset "UTF-8";
html, body {
  height: 100%; }

a {
  color: #2F8FBF; }
  a:hover, a:activ {
    color: #4ea7d3; }
  a:visited {
    color: #2F8FBF; }

/*------------------------
//---INDEX---
//1: layout
//2: layout-header
//3: layout-body
//4: layout-footer
//5: 共通クラス
//-------------------------*/
.globalNav-sprite {
  background-image: url('../images/globalNav.png');
  background-repeat: no-repeat; }

/*-------------------------*/
/*1: layout*/
/*-------------------------*/
/*gridlayout*/
.layout-header {
  width: 980px;
  height: 70px;
  margin: auto;
  position: relative; }

.single-spot .layout-header:after {
  content: url(../images/top/header_bottom.png);
  position: absolute;
  bottom: -10px;
  left: 15px; }

.layout-footer {
  background: url(../images/top/footer_back_p.png) no-repeat center top;
  text-align: center;
  height: 26px; }

.home .layout-footer {
  background: url(../images/top/footer_back_2021.png) no-repeat center top;
  text-align: center;
  height: 230px; }

.layout-header, .layout-body, .layout-footer {
  min-width: 980px; }

/*共通*/
.container {
  margin: 0px auto;
  width: 980px; }

/*背景*/
/*-------------------------*/
/*　2: layout-header */
/*-------------------------*/
/* global-menu */
.home .navigation {
  width: 100%; }

.page .navigation, .archive .navigation, .single .navigation {
  width: 100%;
  margin-top: 100px; }

.navigation {
  width: 100%; }

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  /*  padding-top: 140px;*/
  width: 900px;
  margin: auto;
  flex-wrap: wrap; }

.menu-item {
  /*  display: flex;
   justify-content: center;
   align-items: center;
   
   width: 100%;
   list-style-type: none;*/
  padding: 0 10px; }
  .menu-item a {
    display: block;
    width: 95%;
    height: 90%;
    text-indent: -9999px; }
  .menu-item .cat_01 {
    background: url('../images/globalNav.png') 0 0;
    height: 271px;
    width: 271px; }
  .menu-item .current-menu-item .cat_01, .menu-item .cat_01:hover {
    background: url('../images/globalNav.png') 0 -281px;
    height: 270px;
    width: 271px; }
  .menu-item .cat_02 {
    background: url('../images/globalNav.png') 0 -561px;
    height: 271px;
    width: 270px; }
  .menu-item .current-menu-item .cat_02, .menu-item .cat_02:hover {
    background: url('../images/globalNav.png') 0 -842px;
    height: 270px;
    width: 270px; }
  .menu-item .cat_03 {
    background: url('../images/globalNav.png') 0 -1122px;
    height: 270px;
    width: 270px; }
  .menu-item .current-menu-item .cat_03, .menu-item .cat_03:hover {
    background: url('../images/globalNav.png') 0 -1402px;
    height: 270px;
    width: 270px; }
  .menu-item .cat_04 {
    background: url('../images/globalNav.png') 0 -1682px;
    height: 271px;
    width: 270px; }
  .menu-item .current-menu-item .cat_04, .menu-item .cat_04:hover {
    background: url('../images/globalNav.png') 0 -1963px;
    height: 271px;
    width: 270px; }
  .menu-item .cat_05 {
    background: url('../images/globalNav.png') 0 -2244px;
    height: 271px;
    width: 270px; }
  .menu-item .current-menu-item .cat_05, .menu-item .cat_05:hover {
    background: url('../images/globalNav.png') 0 -2525px;
    height: 271px;
    width: 271px; }

/*　3: layout-body */
.layout-body .container {
  min-height: 300px; }

.movie h3 {
  text-align: left;
  margin: 45px auto 20px;
  width: 900px; }

.youtube {
  width: 920px;
  margin: auto;
  display: flex;
  justify-content: space-around; }

.access ul {
  width: 900px;
  display: flex;
  justify-content: center;
  margin: 20px auto 100px; }

.access li {
  padding: 0 20px; }

.sns ul {
  width: 300px;
  display: flex;
  justify-content: center;
  margin: 20px auto 35px; }

.sns li {
  padding: 0 10px; }

.contact_main {
  margin: 60px auto;
  text-align: center; }

.contact_main div {
  margin-bottom: 20px; }

.mail {
  margin-left: 125px; }

/*　404ページ */
.return-link {
  text-align: center;
  margin-top: 50px; }
  .return-link a {
    display: inline-block;
    padding: 0 5px; }

/* 4: layout-footer */
.layout-footer .container {
  width: 980px;
  position: relative; }
.layout-footer .flink_title {
  position: absolute;
  top: 35px;
  left: 50px; }
.layout-footer .flink_01 {
  position: absolute;
  top: 30px;
  left: 205px; }
.layout-footer .flink_02 {
  position: absolute;
  top: 20px;
  left: 395px; }
.layout-footer .flink_03 {
  position: absolute;
  top: 30px;
  left: 550px; }
.layout-footer .flink_04 {
  position: absolute;
  top: 30px;
  left: 700px; }
.layout-footer .flink_05 {
  position: absolute;
  top: 80px;
  left: 175px; }
.layout-footer .flink_05 img {
  width: 60%; }
.layout-footer .flink_06 {
  position: absolute;
  top: 90px;
  left: 390px; }
.layout-footer .flink_07 {
  position: absolute;
  top: 75px;
  left: 495px; }
.layout-footer .flink_07 img {
  width: 70%; }
.layout-footer .flink_08 {
  position: absolute;
  top: 75px;
  left: 735px; }
.layout-footer .flink_09 {
  position: absolute;
  top: 140px;
  left: 370px; }
.layout-footer .flink_10 {
  position: absolute;
  top: 140px;
  left: 550px; }
.layout-footer a {
  text-decoration: none; }
.layout-footer .copyright {
  display: block;
  font-size: 0.8em;
  text-align: center; }

.sns {
  margin-top: 60px;
  text-align: center; }

/*-------------------------*/
/*
/*　5: 共通クラス */
/*　・colorbox:上書き
/*　・ローディング
/*　・ページ上部へ戻る
/*　・editor登録分（全ページ共通css/必要あれば読み込む）
/*-------------------------*/
/* -----------------------*/
/* colorbox:上書き */
/* -----------------------*/
#cboxOverlay {
  background: #000; }

#cboxLoadedContent {
  background: #fff; }

#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000; }

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle {
  top: -30px; }

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible; }

#cboxTitle {
  color: #fff; }

#inline-content {
  /* インラインを使用する時のみ */
  margin: 20px; }

#ajax-wrap {
  /* ajaxを使用する時のみ */
  margin: 20px; }

/* -----------------------*/
/* ローディング */
/* -----------------------*/
html {
  overflow-y: scroll; }

.loader {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }

.loader-animation,
.loader-animation:before,
.loader-animation:after {
  background: #FF8486;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.loader-animation {
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  color: #ffffff;
  text-indent: -9999em;
  font-size: 10px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader-animation:before,
.loader-animation:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader-animation:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader-animation:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%,
      80%,
      100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
@keyframes load1 {
  0%,
      80%,
      100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
/* -----------------------*/
/* ページ上部へ戻る */
/* -----------------------*/
div.tothetop {
  position: fixed;
  right: 15%;
  bottom: 5%;
  z-index: 1500; }
  div.tothetop a {
    display: block;
    margin: 0;
    background: url(../images/scrolltop.png);
    width: 73px;
    height: 185px;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.5; }
    div.tothetop a:hover {
      opacity: 1; }

/*menu*/
.head_container {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  width: 940px; }

.menu_list {
  display: flex;
  text-align: left;
  width: 980px;
  padding: 30px 0 0 90px;
  margin: 25px auto; }

.menu_left {
  padding-right: 30px; }

.menu_right {
  margin-top: 40px; }

.menu_list ul {
  margin: 10px; }

.menu_list li {
  padding: 10px 0; }

.menu_list .sub_spot_menu {
  margin-top: 60px;
  margin-left: 50px; }

.page_logo {
  width: 200px;
  vertical-align: middle;
  margin: 10px 0 0 0; }

.menu_header {
  width: 80px;
  margin: -20px 0 0 0; }

.menu_left {
  position: relative; }

.link_03 {
  display: inline-block;
  background: url("../images/menu/menu_03_off.png");
  height: 55px;
  width: 193px;
  position: absolute;
  top: 36%;
  left: 0px;
  text-indent: -9999px;
  transition-duration: 0.5s; }

.link_03:hover {
  background: url("../images/menu/menu_03_on.png"); }

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 30px;
  top: 5px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background: #9EDBC2;
  border-radius: 10px; }

.hamburger span {
  display: block;
  position: absolute;
  width: 67px;
  height: 5px;
  left: 6px;
  background: white;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.hamburger span:nth-child(1) {
  top: 18px; }

.hamburger span:nth-child(2) {
  top: 36px; }

.hamburger span:nth-child(3) {
  top: 54px; }

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 35px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%; }

nav.globalMenuSp ul {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: block;
  max-height: 100vh;
  margin: 0;
  padding: 0 1em; }

nav.globalMenuSp ul li {
  list-style-type: none;
  padding-top: 5px;
  width: 100%;
  border-bottom: 1px solid #fff;
  /*   list-style-type: none;
     padding: 0;
     width: 50%;
     border-bottom: 1px solid #fff;
     margin: auto;
     text-align: left;*/ }

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

nav.globalMenuSp ul li:hover {
  background: #9EDBC2; }

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 0.7em;
  text-decoration: none; }

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%); }

.mob_menu_main {
  width: 95%;
  text-align: left; }

/* エディター登録分 */
