@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /*10px*/
}
body {
  font-feature-settings: "palt";
  line-height: 1.6;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  /* word-break: break-all; */
}
.layer1 {
  box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}
a:link {
  color: #0386ad;
  transition: all 0.4s ease;
  /*
  -webkit-transition: all 0.4s ease;
  -moz-transform: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  -o-transform: all 0.4s ease;
*/
  font-weight: bold;
}
a:visited {
  color: #0386ad;
}
a:hover {
  color: #f6a70a;
  text-decoration: none;
}
.txt {
  font-size: 1.4rem;
}

sup {
  vertical-align: text-top;
  font-size: 0.8rem;
}

#wrap {
  width: 100%;
  max-width: 900px;
  margin: 0px auto 20px auto;
  background-color: rgba(255, 255, 255, 0.8);
}
.a_photo img {
  width: 100%;
}
.animated {
  opacity: 0;
}
/*
nav ul.gb {
  display: flex;
  justify-content: center;
  width: 100%;
}
nav ul.gb li {
  text-align: center;
  display: table-cell;
  width: 100%;
  font-size: 1.6rem;
}
nav ul.gb li a {
  width: 100%;
  display: block;
  padding: 10px 10px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  font-weight: bold;
}
nav ul.gb li a:hover {
  background-color: #DB0003;
  color: #ffffff;
}
nav ul.gb li:nth-child(1) {
  background-color: #e70012;
}
nav ul.gb li:nth-child(2) {
  background-color: #f6a800;
}
nav ul.gb li:nth-child(3) {
  background-color: #23ac38;
}
nav ul.gb li:nth-child(4) {
  background-color: #00b2e0;
}
nav ul.gb li:nth-child(5) {
  background-color: #a60a5e;
}

.bcolor1 {
  background-color: #e70012;
}
.bcolor2 {
  background-color: #f6a800;
}
.bcolor3 {
  background-color: #23ac38;
}
.bcolor4 {
  background-color: #00b2e0;
}
.bcolor5 {
  background-color: #a60a5e;
}*/
#roop {
  width: 100%;
  height: 1000px;
  background: url("../images/bg.png") repeat-x;
  background-position: 0 0;
  -webkit-animation: bgroop 20s linear infinite;
  animation: bgroop 20s linear infinite;
  position: fixed;
  z-index: -99999;
  top: 0;
}
#roop2 {
  width: 100%;
  height: 1000px;
  background: url("../images/bg2.png") repeat-x;
  background-position: 0 0;
  -webkit-animation: bgroop 15s linear infinite;
  animation: bgroop 15s linear infinite;
  position: fixed;
  z-index: -99999;
  top: 0;
}
@-webkit-keyframes bgroop {
  from {
    background-position: 1956px 0;
  }
  to {
    background-position: 1956px 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 1956px 0;
  }
  to {
    background-position: -0 0;
  }
}
/***/
.inner {
  width: 900px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
/* header */
#top-head {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  z-index: 999;
}
#top-head a,
#top-head {
  color: #ffffff;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#global-nav {
}
#global-nav ul {
  list-style: none;
  position: relative;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  margin: 0px auto;
}
#global-nav ul li {
  text-align: center;
  /* flex-grow: 1; */
  width: 50%;
}

/* #global-nav ul li:nth-of-type(1)  {
  background-color: #e70012;
}
#global-nav ul li:nth-of-type(2)  {
  background-color: #f6a800;
}
#global-nav ul li:nth-of-type(3) {
  background-color: #23ac38;
}
#global-nav ul li:nth-of-type(4)  {
  background-color: #00b2e0;
}
#global-nav ul li:nth-of-type(5)  {
  background-color: #a60a5e;
}
#global-nav ul li:nth-of-type(6)  {
  background-color: #e6006a;
}
#global-nav ul li:nth-of-type(7) {
  background-color: #e70012;
}
#global-nav ul li:nth-of-type(8) {
  background-color: #f6a800;
} */

#global-nav ul li a {
  padding: 20px 5px;
  box-sizing: border-box;
  display: block;
  border: 1px double #ffffff;
  border-radius: 10px;
  background-color: #000;
  color: #04a1c4;
}
#global-nav ul li a:hover {
  background-color: #04a1c4;
  color: #000000;
}
/* Fixed */
#top-head.fixed {
}
#top-head.fixed #global-nav ul li a {
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 101;
  background-color: #f7060a;
  padding: 5px;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
/****/
div.douga {
  padding: 0px 0px;
  box-sizing: border-box;
  margin-bottom: 0px;
}
div.douga:last-of-type {
  margin-bottom: 50px;
}
.sp_only {
  display: none;
}
.box {
  padding: 20px 40px;
}
.sec_box {
  margin: 20px 20px 40px 20px;
  background-color: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
.banner_c a {
  background-color: #000000;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  width: 80%;
  margin: 40px auto;
  text-align: center;
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
}
.banner_c a:link {
  color: #e3ea0b;
}
.banner_c a:visited {
  color: #e3ea0b;
}
.banner_c a:hover {
  background-color: #f70004;
  color: #ffffff;
}
.banner_d a {
  background-color: #e3ea0b;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  width: 80%;
  margin: 20px auto;
  text-align: center;
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
  border: 4px solid #f70004;
  font-weight: bold;
}
.banner_d a:link {
  color: #000000;
}
.banner_d a:visited {
  color: #000000;
}
.banner_d a:hover {
  background-color: #f70004;
  color: #ffffff;
  border: 4px solid #e3ea0b;
}
header {
  margin-top: 215px;
}
h1.logo {
  margin: 20px auto 40px auto;
  box-sizing: border-box;
}
.logo_area ul.logo_ul {
  display: flex;
  justify-content: center;
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
}
.logo_area ul.logo_ul li {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_area ul.logo_ul li:nth-child(2) {
  padding: 20px;
  box-sizing: border-box;
}
h2.title {
  font-size: 3rem;
  padding: 1rem 3rem;
  /* -webkit-transform: skew(-15deg);
  transform: skew(-15deg); */
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  background-color: #04a1c4;
  border-radius: 10px;
}
/* .contents section.bar:nth-of-type(1) h2.title {
  background-color: #e70012;
}
.contents section.bar:nth-of-type(2) h2.title {
  background-color: #f6a800;
}
.contents section.bar:nth-of-type(3) h2.title {
  background-color: #23ac38;
}
.contents section.bar:nth-of-type(4) h2.title {
  background-color: #00b2e0;
}
.contents section.bar:nth-of-type(5) h2.title {
  background-color: #a60a5e;
}
.contents section.bar:nth-of-type(6) h2.title {
  background-color: #e6006a;
}
.contents section.bar:nth-of-type(7) h2.title {
  background-color: #e70012;
}
.contents section.bar:nth-of-type(8) h2.title {
  background-color: #f6a800;
} */
h3.info_title {
  font-size: 2rem;
  margin-bottom: 10px;
}
article.info {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #333333;
}
article.info:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.t_mid {
  font-size: 1.6rem;
  font-weight: bold;
}
.t_large {
  font-size: 1.8rem;
  font-weight: bold;
}
.sc_title {
  font-size: 3rem;
  text-align: center;
}
table.sc_table {
  border-collapse: collapse;
  width: calc(100% - 40px);
  margin: 10px 20px 40px 20px;
  font-size: 1.4rem;
}
table.sc_table tr th {
  background-color: #333;
  color: #fff;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
}
table.sc_table tr th {
  padding: 2px;
  border: solid 1px #dad4d4;
  vertical-align: middle;
}
table.sc_table tr th:nth-child(1) {
  width: 16%;
}
table.sc_table tr th:nth-child(2) {
  width: 40%;
}
table.sc_table tr th:nth-child(3) {
  width: 4%;
}
table.sc_table tr th:nth-child(4) {
  width: 40%;
}
table.sc_table tr td {
  padding: 10px;
  border: solid 1px #dad4d4;
  vertical-align: middle;
}
table.sc_table tr td {
  text-align: center;
  line-height: 1.8;
}
table.sc_table tr td p.place {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
table.sc_table tr td p.toi {
  text-align: center;
}
.sc_title {
  margin: 0px auto;
  text-align: center;
}
.sc_title:first-of-type {
  margin-top: 40px;
}
.sc_title img {
  width: 50vw;
  max-width: 380px;
}
table.sc_table tr td span.sat {
  color: #1f02fc;
}

table.sc_table tr td span.sun {
  color: #ff0000;
}
/*
table.sc_table tr td a:link {
  color: #0982A4;
  text-decoration: none;
}
table.sc_table tr td a:visited {
  color: #0982A4;
  text-decoration: none;
}
*/
table.sc_table tr td a:hover {
  color: #f6a70a;
  text-decoration: underline;
}
table.sc_table tr {
  background-color: #ffffff;
}
table.sc_table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.waku {
  margin-top: 15px;
  background-color: #fffde0;
  border-left: 5px solid #ffd853;
  padding: 20px 10px;
  box-sizing: border-box;
}
.waku a {
  font-weight: normal;
  color: #ff0004;
  text-decoration: underline;
  border-radius: 5px;
  margin-top: 0.5rem;
  display: inline-block;
  font-weight: bold;
}
.waku a:hover {
  color: #0386ad;
  text-decoration: none;
}
.waku a:after {
  content: "\f08e";
  font-family: "FontAwesome";
  padding-left: 5px;
}
.waku2 {
  margin-top: 15px;
  background-color: #fffde0;
  border-left: 5px solid #ffd853;
  padding: 20px 10px;
  box-sizing: border-box;
  line-height: 1.8;
}
.waku2 a.type1 {
  font-weight: normal;
  color: #fbfbfb;
  text-decoration: none;
  background-color: #f3073e;
  padding: 0px 5px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 0.5rem;
  display: inline-block;
}
.waku2 a.type1:after {
  content: "\f08e";
  font-family: "FontAwesome";
  padding-left: 5px;
}
.url_area {
  padding: 0px 20px 20px 20px;
  box-sizing: border-box;
}
.url_area_ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.url_area_ul li {
  width: 25%;
  text-align: center;
}
.url_area_ul li img {
  max-height: 6vh;
}
/*footer*/
footer {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 0px 0px 40px 0px;
  color: #333;
  font-size: 1.6rem;
}
footer a {
  text-decoration: none;
}
address {
  font-style: normal;
  font-size: 0.8em;
  padding: 0 20px;
}
/*page-top*/
#page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  font-size: 77%;
  z-index: 500;
}
#page-top a {
  background: #04a1c4;
  text-decoration: none;
  color: #333;
  width: 35px;
  height: 35px;
  padding: 5px 0px 0px 0px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transform: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  -o-transform: all 0.4s ease;
}
#page-top a:hover {
  background-color: #333;
  color: #fff;
}
#page-top a:visited {
  background: #04a1c4;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube:first-of-type {
  margin-bottom: 20px;
}
.duskin {
  margin-top: -20px;
  margin-bottom: 40px;
  text-align: center;
}
.duskin ul {
  display: flex;
  list-style: none;
  justify-content: center;
}
.duskin ul li {
  text-align: center;
  margin: 5px;
}
.duskin ul li:first-child {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.duskin ul li img {
  width: 10vw;
  min-width: 140px;
}
@media screen and (max-width: 900px) {
  /****/
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 38px;
    z-index: 999;
    position: relative;
    background-color: #ffffff;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: relative;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -518px;
    width: 100%;
    text-align: center;
    padding: 0px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
    width: 50%;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  /****/
  #wrap {
    margin: 0px auto;
  }
  h1.logo {
    /* margin: 38px auto 0px auto; */
    padding: 10px 5px 0px 5px;
  }
  h2.title {
    font-size: 2.4rem;
    margin: 0px 20px;
  }
  section.douga {
    padding: 5px;
  }
  .banner_d a {
    width: 90%;
    padding: 20px 40px;
  }
  .banner_c a {
    padding: 10px;
    width: 90%;
    margin: 20px auto;
    font-size: 1.5rem;
  }
  nav ul.gb li {
    font-size: 1.1rem;
  }
  nav ul.gb li a {
    padding: 5px 3px;
    white-space: nowrap;
  }
  .sec_box {
    padding: 5px;
    margin: 20px 5px 40px 5px;
  }
  .box {
    padding: 10px;
  }
  table.sc_table {
    border-collapse: collapse;
    width: 98%;
    margin: 5px auto 40px auto;
    font-size: 1rem;
  }
  table.sc_table tr td p.toi {
    text-align: left;
  }
  table.sc_table tr td p.place {
    font-size: 1.2rem;
  }
  table.sc_table tr th,
  td {
    padding: 5px;
  }
  .logo_area ul.logo_ul {
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
    list-style: none;
  }
  .logo_area ul.logo_ul li {
    width: 50%;
    padding: 5px 5px 0px 5px;
  }
  .logo_area ul.logo_ul li:nth-child(2) {
    padding: 10px;
  }
  .logo_area ul.logo_ul li:last-child {
    margin-top: 0px;
    padding: 0px;
  }
  .sp_only {
    display: block;
  }
}
