@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /*10px*/
}
body {
  background-image: url(../images/bg2.gif);
  background-position: center top;
  font-feature-settings: "palt";
  line-height: 1.6;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.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: #333333;
  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;
}
a:visited {
  color: #333333;
}
a:hover {
  color: #0386AD;
}
.txt {
  font-size: 1.4rem;
}
#wrap {
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  background-color: rgba(255, 255, 255, 0.9);
}
.a_photo img {
  width: 100%;
}
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 20px;
  box-sizing: border-box;
  background-color: #000000;
  color: #F8EC0B;
  text-decoration: none;
  border: 5px solid #ffffff;
  font-weight: bold;
}
nav ul.gb li a:hover {
  background-color: #DB0003;
  color: #ffffff;
}
section.douga {
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.box {
  padding: 20px 40px;
}
.sec_box {
  margin: 20px 20px 40px 20px;
  background-color: #ffffff;
  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;
}
h1.logo {
	margin: 20px auto;
	
}
.logo_area ul.logo_ul {
  display: flex;
  justify-content: center;
  width: 100%;
	list-style: none;
}
.logo_area ul.logo_ul li{
	padding: 10px;
	box-sizing: border-box;
}
h2.title {
  font-size: 3.0rem;
  text-align: center;
  background: #f1e100;
  box-shadow: 0px 0px 0px 5px #f1e100;
  border: dashed 1px #ffffff;
  padding: 0.2em 0.5em;
  color: #454545;
}
h3.info_title {
  font-size: 2.0rem;
  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_large {
  font-size: 1.8rem;
  font-weight: bold;
}
table.sc_table {
  border-collapse: collapse;
  width: calc(100% - 40px);
  margin: 20px 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 td {
  padding: 10px;
  border: solid 1px #dad4d4;
  vertical-align: middle;
}
table.sc_table tr td {
  text-align: center;
  line-height: 140%;
}
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: 25vw;
	max-width: 280px;
	
}
/*
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: #0386AD;
  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: bold;
    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;
}
.waku a:after {
	content:"\f08e"; font-family:"FontAwesome";
	padding-left: 5px;
}
/*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: #F1ED03;
  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: #F1ED03;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 580px) {
  h2.title {
    font-size: 2.4rem;
  }
  section.douga {
    padding: 5px;
  }
  .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 5px;
  }
  .sec_box {
    padding: 5px;
    margin: 20px 5px 40px 5px;
  }
  .box {
    padding: 10px;
  }
  table.sc_table {
    border-collapse: collapse;
    width: 98%;
    margin: 20px auto 40px auto;
    font-size: 1.0rem;
  }
  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;
  }
}